@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20240808 → 0.0.20240812
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +15 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://walletobjects.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240812
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -469,6 +469,8 @@ declare namespace gapi.client {
|
|
|
469
469
|
infoModuleData?: InfoModuleData;
|
|
470
470
|
/** Identifies what kind of resource this is. Value: the fixed string `"walletobjects#eventTicketObject"`. */
|
|
471
471
|
kind?: string;
|
|
472
|
+
/** linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this event ticket object. If a user had saved this event ticket, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you. */
|
|
473
|
+
linkedObjectIds?: string[];
|
|
472
474
|
/** A list of offer objects linked to this event ticket. The offer objects must already exist. Offer object IDs should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. */
|
|
473
475
|
linkedOfferIds?: string[];
|
|
474
476
|
/** Links module data. If links module data is also defined on the class, both will be displayed. */
|
|
@@ -692,6 +694,8 @@ declare namespace gapi.client {
|
|
|
692
694
|
infoModuleData?: InfoModuleData;
|
|
693
695
|
/** Identifies what kind of resource this is. Value: the fixed string `"walletobjects#flightObject"`. */
|
|
694
696
|
kind?: string;
|
|
697
|
+
/** linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this flight object. If a user had saved this boarding pass, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you. */
|
|
698
|
+
linkedObjectIds?: string[];
|
|
695
699
|
/** Links module data. If links module data is also defined on the class, both will be displayed. */
|
|
696
700
|
linksModuleData?: LinksModuleData;
|
|
697
701
|
/** Note: This field is currently not supported to trigger geo notifications. */
|
|
@@ -802,6 +806,8 @@ declare namespace gapi.client {
|
|
|
802
806
|
id?: string;
|
|
803
807
|
/** Image module data. Only one of the image from class and one from object level will be rendered when both set. */
|
|
804
808
|
imageModulesData?: ImageModuleData[];
|
|
809
|
+
/** linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this generic object. If a user had saved this generic card, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you. */
|
|
810
|
+
linkedObjectIds?: string[];
|
|
805
811
|
/** Links module data. If `linksModuleData` is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from class and 10 from object. */
|
|
806
812
|
linksModuleData?: LinksModuleData;
|
|
807
813
|
/** The logo image of the pass. This image is displayed in the card detail view in upper left, and also on the list/thumbnail view. If the logo is not present, the first letter of `cardTitle` would be shown as logo. */
|
|
@@ -962,6 +968,8 @@ declare namespace gapi.client {
|
|
|
962
968
|
infoModuleData?: InfoModuleData;
|
|
963
969
|
/** Identifies what kind of resource this is. Value: the fixed string `"walletobjects#giftCardObject"`. */
|
|
964
970
|
kind?: string;
|
|
971
|
+
/** linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this giftcard object. If a user had saved this gift card, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you. */
|
|
972
|
+
linkedObjectIds?: string[];
|
|
965
973
|
/** Links module data. If links module data is also defined on the class, both will be displayed. */
|
|
966
974
|
linksModuleData?: LinksModuleData;
|
|
967
975
|
/** Note: This field is currently not supported to trigger geo notifications. */
|
|
@@ -1249,6 +1257,8 @@ declare namespace gapi.client {
|
|
|
1249
1257
|
infoModuleData?: InfoModuleData;
|
|
1250
1258
|
/** Identifies what kind of resource this is. Value: the fixed string `"walletobjects#loyaltyObject"`. */
|
|
1251
1259
|
kind?: string;
|
|
1260
|
+
/** linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this loyalty object. If a user had saved this loyalty card, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you. */
|
|
1261
|
+
linkedObjectIds?: string[];
|
|
1252
1262
|
/** A list of offer objects linked to this loyalty card. The offer objects must already exist. Offer object IDs should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you. */
|
|
1253
1263
|
linkedOfferIds?: string[];
|
|
1254
1264
|
/** Links module data. If links module data is also defined on the class, both will be displayed. */
|
|
@@ -1559,6 +1569,8 @@ declare namespace gapi.client {
|
|
|
1559
1569
|
infoModuleData?: InfoModuleData;
|
|
1560
1570
|
/** Identifies what kind of resource this is. Value: the fixed string `"walletobjects#offerObject"`. */
|
|
1561
1571
|
kind?: string;
|
|
1572
|
+
/** linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this offer object. If a user had saved this offer, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID.identifier where the former is issued by Google and the latter is chosen by you. */
|
|
1573
|
+
linkedObjectIds?: string[];
|
|
1562
1574
|
/** Links module data. If links module data is also defined on the class, both will be displayed. */
|
|
1563
1575
|
linksModuleData?: LinksModuleData;
|
|
1564
1576
|
/** Note: This field is currently not supported to trigger geo notifications. */
|
|
@@ -1982,6 +1994,8 @@ declare namespace gapi.client {
|
|
|
1982
1994
|
imageModulesData?: ImageModuleData[];
|
|
1983
1995
|
/** Deprecated. Use textModulesData instead. */
|
|
1984
1996
|
infoModuleData?: InfoModuleData;
|
|
1997
|
+
/** linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this transit object. If a user had saved this transit card, then these linked_object_ids would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linked_object_ids are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID. identifier where the former is issued by Google and the latter is chosen by you. */
|
|
1998
|
+
linkedObjectIds?: string[];
|
|
1985
1999
|
/** Links module data. If links module data is also defined on the class, both will be displayed. */
|
|
1986
2000
|
linksModuleData?: LinksModuleData;
|
|
1987
2001
|
/** Note: This field is currently not supported to trigger geo notifications. */
|