@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20250127 → 0.0.20250128
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 +68 -68
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
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: 20250128
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Google Wallet API v1 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://walletobjects.googleapis.com/$discovery/rest?version=v1'
|
|
19
|
+
urlOrObject: 'https://walletobjects.googleapis.com/$discovery/rest?version=v1',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'walletobjects', version: 'v1'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'walletobjects',
|
|
26
26
|
version: 'v1',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace walletobjects {
|
|
@@ -2243,7 +2243,7 @@ declare namespace gapi.client {
|
|
|
2243
2243
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2244
2244
|
uploadType?: string;
|
|
2245
2245
|
},
|
|
2246
|
-
body: AddMessageRequest
|
|
2246
|
+
body: AddMessageRequest,
|
|
2247
2247
|
): Request<EventTicketClassAddMessageResponse>;
|
|
2248
2248
|
/** Returns the event ticket class with the given class ID. */
|
|
2249
2249
|
get(request?: {
|
|
@@ -2324,7 +2324,7 @@ declare namespace gapi.client {
|
|
|
2324
2324
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2325
2325
|
uploadType?: string;
|
|
2326
2326
|
},
|
|
2327
|
-
body: EventTicketClass
|
|
2327
|
+
body: EventTicketClass,
|
|
2328
2328
|
): Request<EventTicketClass>;
|
|
2329
2329
|
/** Returns a list of all event ticket classes for a given issuer ID. */
|
|
2330
2330
|
list(request?: {
|
|
@@ -2413,7 +2413,7 @@ declare namespace gapi.client {
|
|
|
2413
2413
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2414
2414
|
uploadType?: string;
|
|
2415
2415
|
},
|
|
2416
|
-
body: EventTicketClass
|
|
2416
|
+
body: EventTicketClass,
|
|
2417
2417
|
): Request<EventTicketClass>;
|
|
2418
2418
|
/** Updates the event ticket class referenced by the given class ID. */
|
|
2419
2419
|
update(request: {
|
|
@@ -2471,7 +2471,7 @@ declare namespace gapi.client {
|
|
|
2471
2471
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2472
2472
|
uploadType?: string;
|
|
2473
2473
|
},
|
|
2474
|
-
body: EventTicketClass
|
|
2474
|
+
body: EventTicketClass,
|
|
2475
2475
|
): Request<EventTicketClass>;
|
|
2476
2476
|
}
|
|
2477
2477
|
interface EventticketobjectResource {
|
|
@@ -2531,7 +2531,7 @@ declare namespace gapi.client {
|
|
|
2531
2531
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2532
2532
|
uploadType?: string;
|
|
2533
2533
|
},
|
|
2534
|
-
body: AddMessageRequest
|
|
2534
|
+
body: AddMessageRequest,
|
|
2535
2535
|
): Request<EventTicketObjectAddMessageResponse>;
|
|
2536
2536
|
/** Returns the event ticket object with the given object ID. */
|
|
2537
2537
|
get(request?: {
|
|
@@ -2612,7 +2612,7 @@ declare namespace gapi.client {
|
|
|
2612
2612
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2613
2613
|
uploadType?: string;
|
|
2614
2614
|
},
|
|
2615
|
-
body: EventTicketObject
|
|
2615
|
+
body: EventTicketObject,
|
|
2616
2616
|
): Request<EventTicketObject>;
|
|
2617
2617
|
/** Returns a list of all event ticket objects for a given issuer ID. */
|
|
2618
2618
|
list(request?: {
|
|
@@ -2701,7 +2701,7 @@ declare namespace gapi.client {
|
|
|
2701
2701
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2702
2702
|
uploadType?: string;
|
|
2703
2703
|
},
|
|
2704
|
-
body: ModifyLinkedOfferObjectsRequest
|
|
2704
|
+
body: ModifyLinkedOfferObjectsRequest,
|
|
2705
2705
|
): Request<EventTicketObject>;
|
|
2706
2706
|
/** Updates the event ticket object referenced by the given object ID. This method supports patch semantics. */
|
|
2707
2707
|
patch(request: {
|
|
@@ -2759,7 +2759,7 @@ declare namespace gapi.client {
|
|
|
2759
2759
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2760
2760
|
uploadType?: string;
|
|
2761
2761
|
},
|
|
2762
|
-
body: EventTicketObject
|
|
2762
|
+
body: EventTicketObject,
|
|
2763
2763
|
): Request<EventTicketObject>;
|
|
2764
2764
|
/** Updates the event ticket object referenced by the given object ID. */
|
|
2765
2765
|
update(request: {
|
|
@@ -2817,7 +2817,7 @@ declare namespace gapi.client {
|
|
|
2817
2817
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2818
2818
|
uploadType?: string;
|
|
2819
2819
|
},
|
|
2820
|
-
body: EventTicketObject
|
|
2820
|
+
body: EventTicketObject,
|
|
2821
2821
|
): Request<EventTicketObject>;
|
|
2822
2822
|
}
|
|
2823
2823
|
interface FlightclassResource {
|
|
@@ -2877,7 +2877,7 @@ declare namespace gapi.client {
|
|
|
2877
2877
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2878
2878
|
uploadType?: string;
|
|
2879
2879
|
},
|
|
2880
|
-
body: AddMessageRequest
|
|
2880
|
+
body: AddMessageRequest,
|
|
2881
2881
|
): Request<FlightClassAddMessageResponse>;
|
|
2882
2882
|
/** Returns the flight class with the given class ID. */
|
|
2883
2883
|
get(request?: {
|
|
@@ -2958,7 +2958,7 @@ declare namespace gapi.client {
|
|
|
2958
2958
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2959
2959
|
uploadType?: string;
|
|
2960
2960
|
},
|
|
2961
|
-
body: FlightClass
|
|
2961
|
+
body: FlightClass,
|
|
2962
2962
|
): Request<FlightClass>;
|
|
2963
2963
|
/** Returns a list of all flight classes for a given issuer ID. */
|
|
2964
2964
|
list(request?: {
|
|
@@ -3047,7 +3047,7 @@ declare namespace gapi.client {
|
|
|
3047
3047
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3048
3048
|
uploadType?: string;
|
|
3049
3049
|
},
|
|
3050
|
-
body: FlightClass
|
|
3050
|
+
body: FlightClass,
|
|
3051
3051
|
): Request<FlightClass>;
|
|
3052
3052
|
/** Updates the flight class referenced by the given class ID. */
|
|
3053
3053
|
update(request: {
|
|
@@ -3105,7 +3105,7 @@ declare namespace gapi.client {
|
|
|
3105
3105
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3106
3106
|
uploadType?: string;
|
|
3107
3107
|
},
|
|
3108
|
-
body: FlightClass
|
|
3108
|
+
body: FlightClass,
|
|
3109
3109
|
): Request<FlightClass>;
|
|
3110
3110
|
}
|
|
3111
3111
|
interface FlightobjectResource {
|
|
@@ -3165,7 +3165,7 @@ declare namespace gapi.client {
|
|
|
3165
3165
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3166
3166
|
uploadType?: string;
|
|
3167
3167
|
},
|
|
3168
|
-
body: AddMessageRequest
|
|
3168
|
+
body: AddMessageRequest,
|
|
3169
3169
|
): Request<FlightObjectAddMessageResponse>;
|
|
3170
3170
|
/** Returns the flight object with the given object ID. */
|
|
3171
3171
|
get(request?: {
|
|
@@ -3246,7 +3246,7 @@ declare namespace gapi.client {
|
|
|
3246
3246
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3247
3247
|
uploadType?: string;
|
|
3248
3248
|
},
|
|
3249
|
-
body: FlightObject
|
|
3249
|
+
body: FlightObject,
|
|
3250
3250
|
): Request<FlightObject>;
|
|
3251
3251
|
/** Returns a list of all flight objects for a given issuer ID. */
|
|
3252
3252
|
list(request?: {
|
|
@@ -3335,7 +3335,7 @@ declare namespace gapi.client {
|
|
|
3335
3335
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3336
3336
|
uploadType?: string;
|
|
3337
3337
|
},
|
|
3338
|
-
body: FlightObject
|
|
3338
|
+
body: FlightObject,
|
|
3339
3339
|
): Request<FlightObject>;
|
|
3340
3340
|
/** Updates the flight object referenced by the given object ID. */
|
|
3341
3341
|
update(request: {
|
|
@@ -3393,7 +3393,7 @@ declare namespace gapi.client {
|
|
|
3393
3393
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3394
3394
|
uploadType?: string;
|
|
3395
3395
|
},
|
|
3396
|
-
body: FlightObject
|
|
3396
|
+
body: FlightObject,
|
|
3397
3397
|
): Request<FlightObject>;
|
|
3398
3398
|
}
|
|
3399
3399
|
interface GenericclassResource {
|
|
@@ -3453,7 +3453,7 @@ declare namespace gapi.client {
|
|
|
3453
3453
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3454
3454
|
uploadType?: string;
|
|
3455
3455
|
},
|
|
3456
|
-
body: AddMessageRequest
|
|
3456
|
+
body: AddMessageRequest,
|
|
3457
3457
|
): Request<GenericClassAddMessageResponse>;
|
|
3458
3458
|
/** Returns the generic class with the given class ID. */
|
|
3459
3459
|
get(request?: {
|
|
@@ -3534,7 +3534,7 @@ declare namespace gapi.client {
|
|
|
3534
3534
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3535
3535
|
uploadType?: string;
|
|
3536
3536
|
},
|
|
3537
|
-
body: GenericClass
|
|
3537
|
+
body: GenericClass,
|
|
3538
3538
|
): Request<GenericClass>;
|
|
3539
3539
|
/** Returns a list of all generic classes for a given issuer ID. */
|
|
3540
3540
|
list(request?: {
|
|
@@ -3623,7 +3623,7 @@ declare namespace gapi.client {
|
|
|
3623
3623
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3624
3624
|
uploadType?: string;
|
|
3625
3625
|
},
|
|
3626
|
-
body: GenericClass
|
|
3626
|
+
body: GenericClass,
|
|
3627
3627
|
): Request<GenericClass>;
|
|
3628
3628
|
/** Updates the Generic class referenced by the given class ID. */
|
|
3629
3629
|
update(request: {
|
|
@@ -3681,7 +3681,7 @@ declare namespace gapi.client {
|
|
|
3681
3681
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3682
3682
|
uploadType?: string;
|
|
3683
3683
|
},
|
|
3684
|
-
body: GenericClass
|
|
3684
|
+
body: GenericClass,
|
|
3685
3685
|
): Request<GenericClass>;
|
|
3686
3686
|
}
|
|
3687
3687
|
interface GenericobjectResource {
|
|
@@ -3741,7 +3741,7 @@ declare namespace gapi.client {
|
|
|
3741
3741
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3742
3742
|
uploadType?: string;
|
|
3743
3743
|
},
|
|
3744
|
-
body: AddMessageRequest
|
|
3744
|
+
body: AddMessageRequest,
|
|
3745
3745
|
): Request<GenericObjectAddMessageResponse>;
|
|
3746
3746
|
/** Returns the generic object with the given object ID. */
|
|
3747
3747
|
get(request?: {
|
|
@@ -3822,7 +3822,7 @@ declare namespace gapi.client {
|
|
|
3822
3822
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3823
3823
|
uploadType?: string;
|
|
3824
3824
|
},
|
|
3825
|
-
body: GenericObject
|
|
3825
|
+
body: GenericObject,
|
|
3826
3826
|
): Request<GenericObject>;
|
|
3827
3827
|
/** Returns a list of all generic objects for a given issuer ID. */
|
|
3828
3828
|
list(request?: {
|
|
@@ -3911,7 +3911,7 @@ declare namespace gapi.client {
|
|
|
3911
3911
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3912
3912
|
uploadType?: string;
|
|
3913
3913
|
},
|
|
3914
|
-
body: GenericObject
|
|
3914
|
+
body: GenericObject,
|
|
3915
3915
|
): Request<GenericObject>;
|
|
3916
3916
|
/** Updates the generic object referenced by the given object ID. */
|
|
3917
3917
|
update(request: {
|
|
@@ -3969,7 +3969,7 @@ declare namespace gapi.client {
|
|
|
3969
3969
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3970
3970
|
uploadType?: string;
|
|
3971
3971
|
},
|
|
3972
|
-
body: GenericObject
|
|
3972
|
+
body: GenericObject,
|
|
3973
3973
|
): Request<GenericObject>;
|
|
3974
3974
|
}
|
|
3975
3975
|
interface GiftcardclassResource {
|
|
@@ -4029,7 +4029,7 @@ declare namespace gapi.client {
|
|
|
4029
4029
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4030
4030
|
uploadType?: string;
|
|
4031
4031
|
},
|
|
4032
|
-
body: AddMessageRequest
|
|
4032
|
+
body: AddMessageRequest,
|
|
4033
4033
|
): Request<GiftCardClassAddMessageResponse>;
|
|
4034
4034
|
/** Returns the gift card class with the given class ID. */
|
|
4035
4035
|
get(request?: {
|
|
@@ -4110,7 +4110,7 @@ declare namespace gapi.client {
|
|
|
4110
4110
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4111
4111
|
uploadType?: string;
|
|
4112
4112
|
},
|
|
4113
|
-
body: GiftCardClass
|
|
4113
|
+
body: GiftCardClass,
|
|
4114
4114
|
): Request<GiftCardClass>;
|
|
4115
4115
|
/** Returns a list of all gift card classes for a given issuer ID. */
|
|
4116
4116
|
list(request?: {
|
|
@@ -4199,7 +4199,7 @@ declare namespace gapi.client {
|
|
|
4199
4199
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4200
4200
|
uploadType?: string;
|
|
4201
4201
|
},
|
|
4202
|
-
body: GiftCardClass
|
|
4202
|
+
body: GiftCardClass,
|
|
4203
4203
|
): Request<GiftCardClass>;
|
|
4204
4204
|
/** Updates the gift card class referenced by the given class ID. */
|
|
4205
4205
|
update(request: {
|
|
@@ -4257,7 +4257,7 @@ declare namespace gapi.client {
|
|
|
4257
4257
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4258
4258
|
uploadType?: string;
|
|
4259
4259
|
},
|
|
4260
|
-
body: GiftCardClass
|
|
4260
|
+
body: GiftCardClass,
|
|
4261
4261
|
): Request<GiftCardClass>;
|
|
4262
4262
|
}
|
|
4263
4263
|
interface GiftcardobjectResource {
|
|
@@ -4317,7 +4317,7 @@ declare namespace gapi.client {
|
|
|
4317
4317
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4318
4318
|
uploadType?: string;
|
|
4319
4319
|
},
|
|
4320
|
-
body: AddMessageRequest
|
|
4320
|
+
body: AddMessageRequest,
|
|
4321
4321
|
): Request<GiftCardObjectAddMessageResponse>;
|
|
4322
4322
|
/** Returns the gift card object with the given object ID. */
|
|
4323
4323
|
get(request?: {
|
|
@@ -4398,7 +4398,7 @@ declare namespace gapi.client {
|
|
|
4398
4398
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4399
4399
|
uploadType?: string;
|
|
4400
4400
|
},
|
|
4401
|
-
body: GiftCardObject
|
|
4401
|
+
body: GiftCardObject,
|
|
4402
4402
|
): Request<GiftCardObject>;
|
|
4403
4403
|
/** Returns a list of all gift card objects for a given issuer ID. */
|
|
4404
4404
|
list(request?: {
|
|
@@ -4487,7 +4487,7 @@ declare namespace gapi.client {
|
|
|
4487
4487
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4488
4488
|
uploadType?: string;
|
|
4489
4489
|
},
|
|
4490
|
-
body: GiftCardObject
|
|
4490
|
+
body: GiftCardObject,
|
|
4491
4491
|
): Request<GiftCardObject>;
|
|
4492
4492
|
/** Updates the gift card object referenced by the given object ID. */
|
|
4493
4493
|
update(request: {
|
|
@@ -4545,7 +4545,7 @@ declare namespace gapi.client {
|
|
|
4545
4545
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4546
4546
|
uploadType?: string;
|
|
4547
4547
|
},
|
|
4548
|
-
body: GiftCardObject
|
|
4548
|
+
body: GiftCardObject,
|
|
4549
4549
|
): Request<GiftCardObject>;
|
|
4550
4550
|
}
|
|
4551
4551
|
interface IssuerResource {
|
|
@@ -4628,7 +4628,7 @@ declare namespace gapi.client {
|
|
|
4628
4628
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4629
4629
|
uploadType?: string;
|
|
4630
4630
|
},
|
|
4631
|
-
body: Issuer
|
|
4631
|
+
body: Issuer,
|
|
4632
4632
|
): Request<Issuer>;
|
|
4633
4633
|
/** Returns a list of all issuers shared to the caller. */
|
|
4634
4634
|
list(request?: {
|
|
@@ -4711,7 +4711,7 @@ declare namespace gapi.client {
|
|
|
4711
4711
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4712
4712
|
uploadType?: string;
|
|
4713
4713
|
},
|
|
4714
|
-
body: Issuer
|
|
4714
|
+
body: Issuer,
|
|
4715
4715
|
): Request<Issuer>;
|
|
4716
4716
|
/** Updates the issuer referenced by the given issuer ID. */
|
|
4717
4717
|
update(request: {
|
|
@@ -4769,7 +4769,7 @@ declare namespace gapi.client {
|
|
|
4769
4769
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4770
4770
|
uploadType?: string;
|
|
4771
4771
|
},
|
|
4772
|
-
body: Issuer
|
|
4772
|
+
body: Issuer,
|
|
4773
4773
|
): Request<Issuer>;
|
|
4774
4774
|
}
|
|
4775
4775
|
interface JWTResource {
|
|
@@ -4825,7 +4825,7 @@ declare namespace gapi.client {
|
|
|
4825
4825
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4826
4826
|
uploadType?: string;
|
|
4827
4827
|
},
|
|
4828
|
-
body: JwtResource
|
|
4828
|
+
body: JwtResource,
|
|
4829
4829
|
): Request<JwtInsertResponse>;
|
|
4830
4830
|
}
|
|
4831
4831
|
interface LoyaltyclassResource {
|
|
@@ -4885,7 +4885,7 @@ declare namespace gapi.client {
|
|
|
4885
4885
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4886
4886
|
uploadType?: string;
|
|
4887
4887
|
},
|
|
4888
|
-
body: AddMessageRequest
|
|
4888
|
+
body: AddMessageRequest,
|
|
4889
4889
|
): Request<LoyaltyClassAddMessageResponse>;
|
|
4890
4890
|
/** Returns the loyalty class with the given class ID. */
|
|
4891
4891
|
get(request?: {
|
|
@@ -4966,7 +4966,7 @@ declare namespace gapi.client {
|
|
|
4966
4966
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4967
4967
|
uploadType?: string;
|
|
4968
4968
|
},
|
|
4969
|
-
body: LoyaltyClass
|
|
4969
|
+
body: LoyaltyClass,
|
|
4970
4970
|
): Request<LoyaltyClass>;
|
|
4971
4971
|
/** Returns a list of all loyalty classes for a given issuer ID. */
|
|
4972
4972
|
list(request?: {
|
|
@@ -5055,7 +5055,7 @@ declare namespace gapi.client {
|
|
|
5055
5055
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5056
5056
|
uploadType?: string;
|
|
5057
5057
|
},
|
|
5058
|
-
body: LoyaltyClass
|
|
5058
|
+
body: LoyaltyClass,
|
|
5059
5059
|
): Request<LoyaltyClass>;
|
|
5060
5060
|
/** Updates the loyalty class referenced by the given class ID. */
|
|
5061
5061
|
update(request: {
|
|
@@ -5113,7 +5113,7 @@ declare namespace gapi.client {
|
|
|
5113
5113
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5114
5114
|
uploadType?: string;
|
|
5115
5115
|
},
|
|
5116
|
-
body: LoyaltyClass
|
|
5116
|
+
body: LoyaltyClass,
|
|
5117
5117
|
): Request<LoyaltyClass>;
|
|
5118
5118
|
}
|
|
5119
5119
|
interface LoyaltyobjectResource {
|
|
@@ -5173,7 +5173,7 @@ declare namespace gapi.client {
|
|
|
5173
5173
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5174
5174
|
uploadType?: string;
|
|
5175
5175
|
},
|
|
5176
|
-
body: AddMessageRequest
|
|
5176
|
+
body: AddMessageRequest,
|
|
5177
5177
|
): Request<LoyaltyObjectAddMessageResponse>;
|
|
5178
5178
|
/** Returns the loyalty object with the given object ID. */
|
|
5179
5179
|
get(request?: {
|
|
@@ -5254,7 +5254,7 @@ declare namespace gapi.client {
|
|
|
5254
5254
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5255
5255
|
uploadType?: string;
|
|
5256
5256
|
},
|
|
5257
|
-
body: LoyaltyObject
|
|
5257
|
+
body: LoyaltyObject,
|
|
5258
5258
|
): Request<LoyaltyObject>;
|
|
5259
5259
|
/** Returns a list of all loyalty objects for a given issuer ID. */
|
|
5260
5260
|
list(request?: {
|
|
@@ -5343,7 +5343,7 @@ declare namespace gapi.client {
|
|
|
5343
5343
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5344
5344
|
uploadType?: string;
|
|
5345
5345
|
},
|
|
5346
|
-
body: ModifyLinkedOfferObjectsRequest
|
|
5346
|
+
body: ModifyLinkedOfferObjectsRequest,
|
|
5347
5347
|
): Request<LoyaltyObject>;
|
|
5348
5348
|
/** Updates the loyalty object referenced by the given object ID. This method supports patch semantics. */
|
|
5349
5349
|
patch(request: {
|
|
@@ -5401,7 +5401,7 @@ declare namespace gapi.client {
|
|
|
5401
5401
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5402
5402
|
uploadType?: string;
|
|
5403
5403
|
},
|
|
5404
|
-
body: LoyaltyObject
|
|
5404
|
+
body: LoyaltyObject,
|
|
5405
5405
|
): Request<LoyaltyObject>;
|
|
5406
5406
|
/** Updates the loyalty object referenced by the given object ID. */
|
|
5407
5407
|
update(request: {
|
|
@@ -5459,7 +5459,7 @@ declare namespace gapi.client {
|
|
|
5459
5459
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5460
5460
|
uploadType?: string;
|
|
5461
5461
|
},
|
|
5462
|
-
body: LoyaltyObject
|
|
5462
|
+
body: LoyaltyObject,
|
|
5463
5463
|
): Request<LoyaltyObject>;
|
|
5464
5464
|
}
|
|
5465
5465
|
interface MediaResource {
|
|
@@ -5546,7 +5546,7 @@ declare namespace gapi.client {
|
|
|
5546
5546
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5547
5547
|
uploadType?: string;
|
|
5548
5548
|
},
|
|
5549
|
-
body: TransitObjectUploadRotatingBarcodeValuesRequest
|
|
5549
|
+
body: TransitObjectUploadRotatingBarcodeValuesRequest,
|
|
5550
5550
|
): Request<{}>;
|
|
5551
5551
|
}
|
|
5552
5552
|
interface OfferclassResource {
|
|
@@ -5606,7 +5606,7 @@ declare namespace gapi.client {
|
|
|
5606
5606
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5607
5607
|
uploadType?: string;
|
|
5608
5608
|
},
|
|
5609
|
-
body: AddMessageRequest
|
|
5609
|
+
body: AddMessageRequest,
|
|
5610
5610
|
): Request<OfferClassAddMessageResponse>;
|
|
5611
5611
|
/** Returns the offer class with the given class ID. */
|
|
5612
5612
|
get(request?: {
|
|
@@ -5687,7 +5687,7 @@ declare namespace gapi.client {
|
|
|
5687
5687
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5688
5688
|
uploadType?: string;
|
|
5689
5689
|
},
|
|
5690
|
-
body: OfferClass
|
|
5690
|
+
body: OfferClass,
|
|
5691
5691
|
): Request<OfferClass>;
|
|
5692
5692
|
/** Returns a list of all offer classes for a given issuer ID. */
|
|
5693
5693
|
list(request?: {
|
|
@@ -5776,7 +5776,7 @@ declare namespace gapi.client {
|
|
|
5776
5776
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5777
5777
|
uploadType?: string;
|
|
5778
5778
|
},
|
|
5779
|
-
body: OfferClass
|
|
5779
|
+
body: OfferClass,
|
|
5780
5780
|
): Request<OfferClass>;
|
|
5781
5781
|
/** Updates the offer class referenced by the given class ID. */
|
|
5782
5782
|
update(request: {
|
|
@@ -5834,7 +5834,7 @@ declare namespace gapi.client {
|
|
|
5834
5834
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5835
5835
|
uploadType?: string;
|
|
5836
5836
|
},
|
|
5837
|
-
body: OfferClass
|
|
5837
|
+
body: OfferClass,
|
|
5838
5838
|
): Request<OfferClass>;
|
|
5839
5839
|
}
|
|
5840
5840
|
interface OfferobjectResource {
|
|
@@ -5894,7 +5894,7 @@ declare namespace gapi.client {
|
|
|
5894
5894
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5895
5895
|
uploadType?: string;
|
|
5896
5896
|
},
|
|
5897
|
-
body: AddMessageRequest
|
|
5897
|
+
body: AddMessageRequest,
|
|
5898
5898
|
): Request<OfferObjectAddMessageResponse>;
|
|
5899
5899
|
/** Returns the offer object with the given object ID. */
|
|
5900
5900
|
get(request?: {
|
|
@@ -5975,7 +5975,7 @@ declare namespace gapi.client {
|
|
|
5975
5975
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5976
5976
|
uploadType?: string;
|
|
5977
5977
|
},
|
|
5978
|
-
body: OfferObject
|
|
5978
|
+
body: OfferObject,
|
|
5979
5979
|
): Request<OfferObject>;
|
|
5980
5980
|
/** Returns a list of all offer objects for a given issuer ID. */
|
|
5981
5981
|
list(request?: {
|
|
@@ -6064,7 +6064,7 @@ declare namespace gapi.client {
|
|
|
6064
6064
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6065
6065
|
uploadType?: string;
|
|
6066
6066
|
},
|
|
6067
|
-
body: OfferObject
|
|
6067
|
+
body: OfferObject,
|
|
6068
6068
|
): Request<OfferObject>;
|
|
6069
6069
|
/** Updates the offer object referenced by the given object ID. */
|
|
6070
6070
|
update(request: {
|
|
@@ -6122,7 +6122,7 @@ declare namespace gapi.client {
|
|
|
6122
6122
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6123
6123
|
uploadType?: string;
|
|
6124
6124
|
},
|
|
6125
|
-
body: OfferObject
|
|
6125
|
+
body: OfferObject,
|
|
6126
6126
|
): Request<OfferObject>;
|
|
6127
6127
|
}
|
|
6128
6128
|
interface PermissionsResource {
|
|
@@ -6209,7 +6209,7 @@ declare namespace gapi.client {
|
|
|
6209
6209
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6210
6210
|
uploadType?: string;
|
|
6211
6211
|
},
|
|
6212
|
-
body: Permissions
|
|
6212
|
+
body: Permissions,
|
|
6213
6213
|
): Request<Permissions>;
|
|
6214
6214
|
}
|
|
6215
6215
|
interface SmarttapResource {
|
|
@@ -6265,7 +6265,7 @@ declare namespace gapi.client {
|
|
|
6265
6265
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6266
6266
|
uploadType?: string;
|
|
6267
6267
|
},
|
|
6268
|
-
body: SmartTap
|
|
6268
|
+
body: SmartTap,
|
|
6269
6269
|
): Request<SmartTap>;
|
|
6270
6270
|
}
|
|
6271
6271
|
interface TransitclassResource {
|
|
@@ -6325,7 +6325,7 @@ declare namespace gapi.client {
|
|
|
6325
6325
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6326
6326
|
uploadType?: string;
|
|
6327
6327
|
},
|
|
6328
|
-
body: AddMessageRequest
|
|
6328
|
+
body: AddMessageRequest,
|
|
6329
6329
|
): Request<TransitClassAddMessageResponse>;
|
|
6330
6330
|
/** Returns the transit class with the given class ID. */
|
|
6331
6331
|
get(request?: {
|
|
@@ -6406,7 +6406,7 @@ declare namespace gapi.client {
|
|
|
6406
6406
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6407
6407
|
uploadType?: string;
|
|
6408
6408
|
},
|
|
6409
|
-
body: TransitClass
|
|
6409
|
+
body: TransitClass,
|
|
6410
6410
|
): Request<TransitClass>;
|
|
6411
6411
|
/** Returns a list of all transit classes for a given issuer ID. */
|
|
6412
6412
|
list(request?: {
|
|
@@ -6495,7 +6495,7 @@ declare namespace gapi.client {
|
|
|
6495
6495
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6496
6496
|
uploadType?: string;
|
|
6497
6497
|
},
|
|
6498
|
-
body: TransitClass
|
|
6498
|
+
body: TransitClass,
|
|
6499
6499
|
): Request<TransitClass>;
|
|
6500
6500
|
/** Updates the transit class referenced by the given class ID. */
|
|
6501
6501
|
update(request: {
|
|
@@ -6553,7 +6553,7 @@ declare namespace gapi.client {
|
|
|
6553
6553
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6554
6554
|
uploadType?: string;
|
|
6555
6555
|
},
|
|
6556
|
-
body: TransitClass
|
|
6556
|
+
body: TransitClass,
|
|
6557
6557
|
): Request<TransitClass>;
|
|
6558
6558
|
}
|
|
6559
6559
|
interface TransitobjectResource {
|
|
@@ -6613,7 +6613,7 @@ declare namespace gapi.client {
|
|
|
6613
6613
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6614
6614
|
uploadType?: string;
|
|
6615
6615
|
},
|
|
6616
|
-
body: AddMessageRequest
|
|
6616
|
+
body: AddMessageRequest,
|
|
6617
6617
|
): Request<TransitObjectAddMessageResponse>;
|
|
6618
6618
|
/** Returns the transit object with the given object ID. */
|
|
6619
6619
|
get(request?: {
|
|
@@ -6694,7 +6694,7 @@ declare namespace gapi.client {
|
|
|
6694
6694
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6695
6695
|
uploadType?: string;
|
|
6696
6696
|
},
|
|
6697
|
-
body: TransitObject
|
|
6697
|
+
body: TransitObject,
|
|
6698
6698
|
): Request<TransitObject>;
|
|
6699
6699
|
/** Returns a list of all transit objects for a given issuer ID. */
|
|
6700
6700
|
list(request?: {
|
|
@@ -6783,7 +6783,7 @@ declare namespace gapi.client {
|
|
|
6783
6783
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6784
6784
|
uploadType?: string;
|
|
6785
6785
|
},
|
|
6786
|
-
body: TransitObject
|
|
6786
|
+
body: TransitObject,
|
|
6787
6787
|
): Request<TransitObject>;
|
|
6788
6788
|
/** Updates the transit object referenced by the given object ID. */
|
|
6789
6789
|
update(request: {
|
|
@@ -6841,7 +6841,7 @@ declare namespace gapi.client {
|
|
|
6841
6841
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6842
6842
|
uploadType?: string;
|
|
6843
6843
|
},
|
|
6844
|
-
body: TransitObject
|
|
6844
|
+
body: TransitObject,
|
|
6845
6845
|
): Request<TransitObject>;
|
|
6846
6846
|
}
|
|
6847
6847
|
|
package/package.json
CHANGED
package/readme.md
CHANGED