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

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 +14 -14
  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: 20240514
12
+ // Revision: 20240516
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -53,21 +53,21 @@ declare namespace gapi.client {
53
53
  terminal?: string;
54
54
  }
55
55
  interface AppLinkData {
56
- /** 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. */
56
+ /** Optional information about the partner app link. */
57
57
  androidAppLinkInfo?: AppLinkDataAppLinkInfo;
58
58
  /** Deprecated. Links to open iOS apps are not supported. */
59
59
  iosAppLinkInfo?: AppLinkDataAppLinkInfo;
60
- /** 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. */
60
+ /** Optional information about the partner web link. */
61
61
  webAppLinkInfo?: AppLinkDataAppLinkInfo;
62
62
  }
63
63
  interface AppLinkDataAppLinkInfo {
64
- /** Optional image to be displayed in the App Link Module */
64
+ /** Deprecated. Image isn't supported in the app link module. */
65
65
  appLogoImage?: Image;
66
- /** 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. */
66
+ /** Target to follow when opening the app link on clients. It will be used by partners to open their app or webpage. */
67
67
  appTarget?: AppLinkDataAppLinkInfoAppTarget;
68
- /** String to be displayed in the description of the App Link Module Required */
68
+ /** Deprecated. Description isn't supported in the app link module. */
69
69
  description?: LocalizedString;
70
- /** String to be displayed in the title of the App Link Module Required */
70
+ /** Deprecated. Title isn't supported in the app link module. */
71
71
  title?: LocalizedString;
72
72
  }
73
73
  interface AppLinkDataAppLinkInfoAppTarget {
@@ -437,7 +437,7 @@ declare namespace gapi.client {
437
437
  resources?: EventTicketClass[];
438
438
  }
439
439
  interface EventTicketObject {
440
- /** Optional information about the partner app link. */
440
+ /** 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. */
441
441
  appLinkData?: AppLinkData;
442
442
  /** The barcode type and value. */
443
443
  barcode?: Barcode;
@@ -656,7 +656,7 @@ declare namespace gapi.client {
656
656
  operatingFlightNumber?: string;
657
657
  }
658
658
  interface FlightObject {
659
- /** Optional information about the partner app link. */
659
+ /** 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. */
660
660
  appLinkData?: AppLinkData;
661
661
  /** The barcode type and value. */
662
662
  barcode?: Barcode;
@@ -768,7 +768,7 @@ declare namespace gapi.client {
768
768
  resources?: GenericClass[];
769
769
  }
770
770
  interface GenericObject {
771
- /** Information about the partner app link. The maximum number of these fields displayed is 10. */
771
+ /** 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. */
772
772
  appLinkData?: AppLinkData;
773
773
  /** The barcode type and value. If pass does not have a barcode, we can allow the issuer to set Barcode.alternate_text and display just that. */
774
774
  barcode?: Barcode;
@@ -912,7 +912,7 @@ declare namespace gapi.client {
912
912
  resources?: GiftCardClass[];
913
913
  }
914
914
  interface GiftCardObject {
915
- /** Optional information about the partner app link. */
915
+ /** 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. */
916
916
  appLinkData?: AppLinkData;
917
917
  /** The card's monetary balance. */
918
918
  balance?: Money;
@@ -1203,7 +1203,7 @@ declare namespace gapi.client {
1203
1203
  accountId?: string;
1204
1204
  /** The loyalty account holder name, such as "John Smith." Recommended maximum length is 20 characters to ensure full string is displayed on smaller screens. */
1205
1205
  accountName?: string;
1206
- /** Optional information about the partner app link. */
1206
+ /** 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. */
1207
1207
  appLinkData?: AppLinkData;
1208
1208
  /** The barcode type and value. */
1209
1209
  barcode?: Barcode;
@@ -1509,7 +1509,7 @@ declare namespace gapi.client {
1509
1509
  resources?: OfferClass[];
1510
1510
  }
1511
1511
  interface OfferObject {
1512
- /** Optional information about the partner app link. */
1512
+ /** 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. */
1513
1513
  appLinkData?: AppLinkData;
1514
1514
  /** The barcode type and value. */
1515
1515
  barcode?: Barcode;
@@ -1900,7 +1900,7 @@ declare namespace gapi.client {
1900
1900
  interface TransitObject {
1901
1901
  /** The activation status for the object. Required if the class has `activationOptions` set. */
1902
1902
  activationStatus?: ActivationStatus;
1903
- /** Optional information about the partner app link. */
1903
+ /** 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. */
1904
1904
  appLinkData?: AppLinkData;
1905
1905
  /** The barcode type and value. */
1906
1906
  barcode?: Barcode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.walletobjects-v1",
3
- "version": "0.0.20240514",
3
+ "version": "0.0.20240516",
4
4
  "description": "TypeScript typings for Google Wallet API v1",
5
5
  "repository": {
6
6
  "type": "git",