Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

View File

@@ -223,7 +223,7 @@
}
}
},
"revision": "20190403",
"revision": "20190628",
"rootUrl": "https://firebasedynamiclinks.googleapis.com/",
"schemas": {
"AnalyticsInfo": {
@@ -270,10 +270,10 @@
"properties": {
"dynamicLinkInfo": {
"$ref": "DynamicLinkInfo",
"description": "Information about the Dynamic Link to be shortened.\n[Learn more](https://firebase.google.com/docs/reference/dynamic-links/link-shortener)."
"description": "Information about the Dynamic Link to be shortened.\n[Learn\nmore](https://firebase.google.com/docs/reference/dynamic-links/link-shortener)."
},
"longDynamicLink": {
"description": "Full long Dynamic Link URL with desired query parameters specified.\nFor example,\n\"https://sample.app.goo.gl/?link=http://www.google.com&apn=com.sample\",\n[Learn more](https://firebase.google.com/docs/reference/dynamic-links/link-shortener).",
"description": "Full long Dynamic Link URL with desired query parameters specified.\nFor example,\n\"https://sample.app.goo.gl/?link=http://www.google.com&apn=com.sample\",\n[Learn\nmore](https://firebase.google.com/docs/reference/dynamic-links/link-shortener).",
"type": "string"
},
"name": {
@@ -319,10 +319,10 @@
"properties": {
"dynamicLinkInfo": {
"$ref": "DynamicLinkInfo",
"description": "Information about the Dynamic Link to be shortened.\n[Learn more](https://firebase.google.com/docs/reference/dynamic-links/link-shortener)."
"description": "Information about the Dynamic Link to be shortened.\n[Learn\nmore](https://firebase.google.com/docs/reference/dynamic-links/link-shortener)."
},
"longDynamicLink": {
"description": "Full long Dynamic Link URL with desired query parameters specified.\nFor example,\n\"https://sample.app.goo.gl/?link=http://www.google.com&apn=com.sample\",\n[Learn more](https://firebase.google.com/docs/reference/dynamic-links/link-shortener).",
"description": "Full long Dynamic Link URL with desired query parameters specified.\nFor example,\n\"https://sample.app.goo.gl/?link=http://www.google.com&apn=com.sample\",\n[Learn\nmore](https://firebase.google.com/docs/reference/dynamic-links/link-shortener).",
"type": "string"
},
"sdkVersion": {
@@ -730,6 +730,10 @@
"description": "Scion campaign value to be propagated by iSDK to Scion at post-install.",
"type": "string"
},
"utmContent": {
"description": "Scion content value to be propagated by iSDK to Scion at app-reopen.",
"type": "string"
},
"utmMedium": {
"description": "Scion medium value to be propagated by iSDK to Scion at post-install.",
"type": "string"
@@ -737,6 +741,10 @@
"utmSource": {
"description": "Scion source value to be propagated by iSDK to Scion at post-install.",
"type": "string"
},
"utmTerm": {
"description": "Scion term value to be propagated by iSDK to Scion at app-reopen.",
"type": "string"
}
},
"type": "object"
@@ -784,6 +792,10 @@
"description": "Scion campaign value to be propagated by iSDK to Scion at app-reopen.",
"type": "string"
},
"utmContent": {
"description": "Scion content value to be propagated by iSDK to Scion at app-reopen.",
"type": "string"
},
"utmMedium": {
"description": "Scion medium value to be propagated by iSDK to Scion at app-reopen.",
"type": "string"
@@ -791,6 +803,10 @@
"utmSource": {
"description": "Scion source value to be propagated by iSDK to Scion at app-reopen.",
"type": "string"
},
"utmTerm": {
"description": "Scion term value to be propagated by iSDK to Scion at app-reopen.",
"type": "string"
}
},
"type": "object"