Skip to content

Commit

Permalink
feat(firebasedynamiclinks): update the api
Browse files Browse the repository at this point in the history
#### firebasedynamiclinks:v1

The following keys were added:
- schemas.DeviceInfo.properties.languageCode.deprecated (Total Keys: 1)
- schemas.DeviceInfo.properties.languageCodeRaw.deprecated (Total Keys: 1)
- schemas.DynamicLinkInfo.properties.dynamicLinkDomain.deprecated (Total Keys: 1)
- schemas.GooglePlayAnalytics.properties.gclid.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent d1cd519 commit e6c55df
Showing 1 changed file with 12 additions and 1 deletion.
Expand Up @@ -224,7 +224,7 @@
}
}
},
"revision": "20230619",
"revision": "20230703",
"rootUrl": "https://firebasedynamiclinks.googleapis.com/",
"schemas": {
"AnalyticsInfo": {
Expand Down Expand Up @@ -379,6 +379,7 @@
"type": "string"
},
"languageCode": {
"deprecated": true,
"description": "Device language code setting.",
"type": "string"
},
Expand All @@ -387,6 +388,7 @@
"type": "string"
},
"languageCodeRaw": {
"deprecated": true,
"description": "Device language code raw setting. iOS does returns language code in different format than iOS WebView. For example WebView returns en_US, but iOS returns en-US. Field below will return raw value returned by iOS.",
"type": "string"
},
Expand Down Expand Up @@ -445,6 +447,13 @@
"DESKTOP",
"OTHER"
],
"enumDeprecated": [
false,
false,
false,
true,
false
],
"enumDescriptions": [
"Unspecified platform.",
"Represents Android platform. All apps and browsers on Android are classfied in this category.",
Expand Down Expand Up @@ -478,6 +487,7 @@
"type": "string"
},
"dynamicLinkDomain": {
"deprecated": true,
"description": "Dynamic Links domain that the project owns, e.g. abcd.app.goo.gl [Learn more](https://firebase.google.com/docs/dynamic-links/android/receive) on how to set up Dynamic Link domain associated with your Firebase project. Required if missing domain_uri_prefix.",
"type": "string"
},
Expand Down Expand Up @@ -817,6 +827,7 @@
"id": "GooglePlayAnalytics",
"properties": {
"gclid": {
"deprecated": true,
"description": "Deprecated; FDL SDK does not process nor log it.",
"type": "string"
},
Expand Down

0 comments on commit e6c55df

Please sign in to comment.