@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20240516 → 0.0.20240517

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.
Files changed (2) hide show
  1. package/index.d.ts +15 -1
  2. 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: 20240516
12
+ // Revision: 20240517
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -341,6 +341,8 @@ declare namespace gapi.client {
341
341
  interface EventTicketClass {
342
342
  /** Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead. */
343
343
  allowMultipleUsersPerObject?: boolean;
344
+ /** 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. */
345
+ appLinkData?: AppLinkData;
344
346
  /** 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. */
345
347
  callbackOptions?: CallbackOptions;
346
348
  /** Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display. */
@@ -556,6 +558,8 @@ declare namespace gapi.client {
556
558
  interface FlightClass {
557
559
  /** Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead. */
558
560
  allowMultipleUsersPerObject?: boolean;
561
+ /** 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. */
562
+ appLinkData?: AppLinkData;
559
563
  /** Policies for boarding and seating. These will inform which labels will be shown to users. */
560
564
  boardingAndSeatingPolicy?: BoardingAndSeatingPolicy;
561
565
  /** 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. */
@@ -732,6 +736,8 @@ declare namespace gapi.client {
732
736
  kind?: string;
733
737
  }
734
738
  interface GenericClass {
739
+ /** 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. */
740
+ appLinkData?: AppLinkData;
735
741
  /** 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. */
736
742
  callbackOptions?: CallbackOptions;
737
743
  /** Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display. */
@@ -830,6 +836,8 @@ declare namespace gapi.client {
830
836
  allowBarcodeRedemption?: boolean;
831
837
  /** Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead. */
832
838
  allowMultipleUsersPerObject?: boolean;
839
+ /** 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. */
840
+ appLinkData?: AppLinkData;
833
841
  /** 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. */
834
842
  callbackOptions?: CallbackOptions;
835
843
  /** The label to display for the card number, such as "Card Number". */
@@ -1107,6 +1115,8 @@ declare namespace gapi.client {
1107
1115
  accountNameLabel?: string;
1108
1116
  /** Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead. */
1109
1117
  allowMultipleUsersPerObject?: boolean;
1118
+ /** 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. */
1119
+ appLinkData?: AppLinkData;
1110
1120
  /** 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. */
1111
1121
  callbackOptions?: CallbackOptions;
1112
1122
  /** Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display. */
@@ -1419,6 +1429,8 @@ declare namespace gapi.client {
1419
1429
  interface OfferClass {
1420
1430
  /** Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead. */
1421
1431
  allowMultipleUsersPerObject?: boolean;
1432
+ /** 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. */
1433
+ appLinkData?: AppLinkData;
1422
1434
  /** 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. */
1423
1435
  callbackOptions?: CallbackOptions;
1424
1436
  /** Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display. */
@@ -1786,6 +1798,8 @@ declare namespace gapi.client {
1786
1798
  activationOptions?: ActivationOptions;
1787
1799
  /** Deprecated. Use `multipleDevicesAndHoldersAllowedStatus` instead. */
1788
1800
  allowMultipleUsersPerObject?: boolean;
1801
+ /** 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. */
1802
+ appLinkData?: AppLinkData;
1789
1803
  /** 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. */
1790
1804
  callbackOptions?: CallbackOptions;
1791
1805
  /** Template information about how the class should be displayed. If unset, Google will fallback to a default set of fields to display. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.walletobjects-v1",
3
- "version": "0.0.20240516",
3
+ "version": "0.0.20240517",
4
4
  "description": "TypeScript typings for Google Wallet API v1",
5
5
  "repository": {
6
6
  "type": "git",