@maxim_mazurok/gapi.client.walletobjects-v1 0.1.20260202 → 0.1.20260204

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 (3) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
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: 20260202
12
+ // Revision: 20260204
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2667,7 +2667,7 @@ declare namespace gapi.client {
2667
2667
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2668
2668
  uploadType?: string;
2669
2669
  }): Request<EventTicketObjectListResponse>;
2670
- /** Modifies linked offer objects for the event ticket object with the given ID. */
2670
+ /** Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the event ticket object with the given ID. */
2671
2671
  modifylinkedofferobjects(request: {
2672
2672
  /** V1 error format. */
2673
2673
  '$.xgafv'?: string;
@@ -5309,7 +5309,7 @@ declare namespace gapi.client {
5309
5309
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
5310
5310
  uploadType?: string;
5311
5311
  }): Request<LoyaltyObjectListResponse>;
5312
- /** Modifies linked offer objects for the loyalty object with the given ID. */
5312
+ /** Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the loyalty object with the given ID. */
5313
5313
  modifylinkedofferobjects(request: {
5314
5314
  /** V1 error format. */
5315
5315
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.walletobjects-v1",
3
- "version": "0.1.20260202",
3
+ "version": "0.1.20260204",
4
4
  "description": "TypeScript typings for Google Wallet API v1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -132,7 +132,7 @@ Returns a list of all event ticket objects for a given issuer ID.
132
132
  await gapi.client.walletobjects.eventticketobject.list({});
133
133
 
134
134
  /*
135
- Modifies linked offer objects for the event ticket object with the given ID.
135
+ Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the event ticket object with the given ID.
136
136
  */
137
137
  await gapi.client.walletobjects.eventticketobject.modifylinkedofferobjects({
138
138
  resourceId: 'resourceId',
@@ -437,7 +437,7 @@ Returns a list of all loyalty objects for a given issuer ID.
437
437
  await gapi.client.walletobjects.loyaltyobject.list({});
438
438
 
439
439
  /*
440
- Modifies linked offer objects for the loyalty object with the given ID.
440
+ Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the loyalty object with the given ID.
441
441
  */
442
442
  await gapi.client.walletobjects.loyaltyobject.modifylinkedofferobjects({
443
443
  resourceId: 'resourceId',