Skip to content

Commit

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

The following keys were added:
- schemas.AppLinkDataAppLinkInfo.properties.appLogoImage.deprecated (Total Keys: 1)
- schemas.EventTicketClass.properties.appLinkData.$ref (Total Keys: 1)
- schemas.FlightClass.properties.appLinkData.$ref (Total Keys: 1)
- schemas.GenericClass.properties.appLinkData.$ref (Total Keys: 1)
- schemas.GiftCardClass.properties.appLinkData.$ref (Total Keys: 1)
- schemas.LoyaltyClass.properties.appLinkData.$ref (Total Keys: 1)
- schemas.OfferClass.properties.appLinkData.$ref (Total Keys: 1)
- schemas.TransitClass.properties.appLinkData.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 21, 2024
1 parent 7d21417 commit 24dda12
Show file tree
Hide file tree
Showing 16 changed files with 67,914 additions and 31,069 deletions.
9,291 changes: 5,910 additions & 3,381 deletions docs/dyn/walletobjects_v1.eventticketclass.html

Large diffs are not rendered by default.

5,476 changes: 4,143 additions & 1,333 deletions docs/dyn/walletobjects_v1.eventticketobject.html

Large diffs are not rendered by default.

9,109 changes: 5,819 additions & 3,290 deletions docs/dyn/walletobjects_v1.flightclass.html

Large diffs are not rendered by default.

17,541 changes: 10,035 additions & 7,506 deletions docs/dyn/walletobjects_v1.flightobject.html

Large diffs are not rendered by default.

5,743 changes: 4,136 additions & 1,607 deletions docs/dyn/walletobjects_v1.genericclass.html

Large diffs are not rendered by default.

270 changes: 135 additions & 135 deletions docs/dyn/walletobjects_v1.genericobject.html

Large diffs are not rendered by default.

5,581 changes: 4,055 additions & 1,526 deletions docs/dyn/walletobjects_v1.giftcardclass.html

Large diffs are not rendered by default.

5,157 changes: 3,843 additions & 1,314 deletions docs/dyn/walletobjects_v1.giftcardobject.html

Large diffs are not rendered by default.

14,294 changes: 8,833 additions & 5,461 deletions docs/dyn/walletobjects_v1.jwt.html

Large diffs are not rendered by default.

3,029 changes: 2,779 additions & 250 deletions docs/dyn/walletobjects_v1.loyaltyclass.html

Large diffs are not rendered by default.

5,088 changes: 3,949 additions & 1,139 deletions docs/dyn/walletobjects_v1.loyaltyobject.html

Large diffs are not rendered by default.

3,271 changes: 2,900 additions & 371 deletions docs/dyn/walletobjects_v1.offerclass.html

Large diffs are not rendered by default.

4,909 changes: 3,719 additions & 1,190 deletions docs/dyn/walletobjects_v1.offerobject.html

Large diffs are not rendered by default.

4,979 changes: 3,754 additions & 1,225 deletions docs/dyn/walletobjects_v1.transitclass.html

Large diffs are not rendered by default.

5,177 changes: 3,853 additions & 1,324 deletions docs/dyn/walletobjects_v1.transitobject.html

Large diffs are not rendered by default.

68 changes: 51 additions & 17 deletions googleapiclient/discovery_cache/documents/walletobjects.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
}
}
},
"revision": "20240513",
"revision": "20240520",
"rootUrl": "https://walletobjects.googleapis.com/",
"schemas": {
"ActivationOptions": {
Expand Down Expand Up @@ -2772,7 +2772,7 @@ true
"properties": {
"androidAppLinkInfo": {
"$ref": "AppLinkDataAppLinkInfo",
"description": "Optional information about the partner app link. If included, the app link link module will be rendered on the valuable details on the android client."
"description": "Optional information about the partner app link."
},
"iosAppLinkInfo": {
"$ref": "AppLinkDataAppLinkInfo",
Expand All @@ -2781,7 +2781,7 @@ true
},
"webAppLinkInfo": {
"$ref": "AppLinkDataAppLinkInfo",
"description": "Optional information about the partner app link. If included, the app link link module will be rendered on the valuable details on the web client."
"description": "Optional information about the partner web link."
}
},
"type": "object"
Expand All @@ -2791,19 +2791,22 @@ true
"properties": {
"appLogoImage": {
"$ref": "Image",
"description": "Optional image to be displayed in the App Link Module"
"deprecated": true,
"description": "Deprecated. Image isn't supported in the app link module."
},
"appTarget": {
"$ref": "AppLinkDataAppLinkInfoAppTarget",
"description": "Url to follow when opening the App Link Module on clients. It will be used by partners to open their webpage or deeplink into their app."
"description": "Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage."
},
"description": {
"$ref": "LocalizedString",
"description": "String to be displayed in the description of the App Link Module Required"
"deprecated": true,
"description": "Deprecated. Description isn't supported in the app link module."
},
"title": {
"$ref": "LocalizedString",
"description": "String to be displayed in the title of the App Link Module Required"
"deprecated": true,
"description": "Deprecated. Title isn't supported in the app link module."
}
},
"type": "object"
Expand Down Expand Up @@ -3733,6 +3736,10 @@ true
"description": "Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.",
"type": "boolean"
},
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead."
},
"callbackOptions": {
"$ref": "CallbackOptions",
"description": "Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback."
Expand Down Expand Up @@ -4138,7 +4145,7 @@ true
"properties": {
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional information about the partner app link."
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed."
},
"barcode": {
"$ref": "Barcode",
Expand Down Expand Up @@ -4528,6 +4535,10 @@ true
"description": "Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.",
"type": "boolean"
},
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead."
},
"boardingAndSeatingPolicy": {
"$ref": "BoardingAndSeatingPolicy",
"description": "Policies for boarding and seating. These will inform which labels will be shown to users."
Expand Down Expand Up @@ -4878,7 +4889,7 @@ true
"properties": {
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional information about the partner app link."
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed."
},
"barcode": {
"$ref": "Barcode",
Expand Down Expand Up @@ -5089,6 +5100,10 @@ true
"description": "Generic Class",
"id": "GenericClass",
"properties": {
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead."
},
"callbackOptions": {
"$ref": "CallbackOptions",
"description": "Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback."
Expand Down Expand Up @@ -5225,7 +5240,7 @@ true
"properties": {
"appLinkData": {
"$ref": "AppLinkData",
"description": "Information about the partner app link. The maximum number of these fields displayed is 10."
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed."
},
"barcode": {
"$ref": "Barcode",
Expand Down Expand Up @@ -5428,6 +5443,10 @@ true
"description": "Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.",
"type": "boolean"
},
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead."
},
"callbackOptions": {
"$ref": "CallbackOptions",
"description": "Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback."
Expand Down Expand Up @@ -5694,7 +5713,7 @@ true
"properties": {
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional information about the partner app link."
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed."
},
"balance": {
"$ref": "Money",
Expand Down Expand Up @@ -6229,6 +6248,10 @@ true
"description": "Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.",
"type": "boolean"
},
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead."
},
"callbackOptions": {
"$ref": "CallbackOptions",
"description": "Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback."
Expand Down Expand Up @@ -6523,7 +6546,7 @@ true
},
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional information about the partner app link."
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed."
},
"barcode": {
"$ref": "Barcode",
Expand Down Expand Up @@ -7024,21 +7047,24 @@ true
"TEXT",
"text",
"EXPIRATION_NOTIFICATION",
"expirationNotification"
"expirationNotification",
"TEXT_AND_NOTIFY"
],
"enumDeprecated": [
false,
false,
true,
false,
true
true,
false
],
"enumDescriptions": [
"",
"Renders the message as text on the card details screen. This is the default message type.",
"Legacy alias for `TEXT`. Deprecated.",
"Note: This enum is currently not supported.",
"Legacy alias for `EXPIRATION_NOTIFICATION`. Deprecated."
"Legacy alias for `EXPIRATION_NOTIFICATION`. Deprecated.",
"Renders the message as text on the card details screen and as an Android notification."
],
"type": "string"
}
Expand Down Expand Up @@ -7138,6 +7164,10 @@ true
"description": "Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.",
"type": "boolean"
},
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead."
},
"callbackOptions": {
"$ref": "CallbackOptions",
"description": "Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback."
Expand Down Expand Up @@ -7453,7 +7483,7 @@ true
"properties": {
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional information about the partner app link."
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed."
},
"barcode": {
"$ref": "Barcode",
Expand Down Expand Up @@ -8411,6 +8441,10 @@ true
"description": "Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead.",
"type": "boolean"
},
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding object that will be used instead."
},
"callbackOptions": {
"$ref": "CallbackOptions",
"description": "Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user. All objects of this class are eligible for the callback."
Expand Down Expand Up @@ -8779,7 +8813,7 @@ true
},
"appLinkData": {
"$ref": "AppLinkData",
"description": "Optional information about the partner app link."
"description": "Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed."
},
"barcode": {
"$ref": "Barcode",
Expand Down

0 comments on commit 24dda12

Please sign in to comment.