@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20240515 → 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.
- package/index.d.ts +14 -14
- 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: 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.
|
|
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
|
|
60
|
+
/** Optional information about the partner web link. */
|
|
61
61
|
webAppLinkInfo?: AppLinkDataAppLinkInfo;
|
|
62
62
|
}
|
|
63
63
|
interface AppLinkDataAppLinkInfo {
|
|
64
|
-
/**
|
|
64
|
+
/** Deprecated. Image isn't supported in the app link module. */
|
|
65
65
|
appLogoImage?: Image;
|
|
66
|
-
/**
|
|
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
|
-
/**
|
|
68
|
+
/** Deprecated. Description isn't supported in the app link module. */
|
|
69
69
|
description?: LocalizedString;
|
|
70
|
-
/**
|
|
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
|
|
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
|
|
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
|
-
/**
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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;
|