Skip to content

Commit 82eaa0f

Browse files
feat(walletobjects): update the API
#### walletobjects:v1 The following keys were added: - resources.eventticketobject.methods.modifylinkedofferobjects.deprecated - resources.loyaltyobject.methods.modifylinkedofferobjects.deprecated The following keys were changed: - resources.eventticketobject.methods.modifylinkedofferobjects.description - resources.loyaltyobject.methods.modifylinkedofferobjects.description
1 parent 945bc80 commit 82eaa0f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

discovery/walletobjects-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@
369369
]
370370
},
371371
"modifylinkedofferobjects": {
372-
"description": "Modifies linked offer objects for the event ticket object with the given ID.",
372+
"deprecated": true,
373+
"description": "Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the event ticket object with the given ID.",
373374
"flatPath": "walletobjects/v1/eventTicketObject/{resourceId}/modifyLinkedOfferObjects",
374375
"httpMethod": "POST",
375376
"id": "walletobjects.eventticketobject.modifylinkedofferobjects",
@@ -1812,7 +1813,8 @@
18121813
]
18131814
},
18141815
"modifylinkedofferobjects": {
1815-
"description": "Modifies linked offer objects for the loyalty object with the given ID.",
1816+
"deprecated": true,
1817+
"description": "Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the loyalty object with the given ID.",
18161818
"flatPath": "walletobjects/v1/loyaltyObject/{resourceId}/modifyLinkedOfferObjects",
18171819
"httpMethod": "POST",
18181820
"id": "walletobjects.loyaltyobject.modifylinkedofferobjects",
@@ -2711,7 +2713,7 @@
27112713
}
27122714
}
27132715
},
2714-
"revision": "20260113",
2716+
"revision": "20260204",
27152717
"rootUrl": "https://walletobjects.googleapis.com/",
27162718
"schemas": {
27172719
"ActivationOptions": {

src/apis/walletobjects/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6320,7 +6320,7 @@ export namespace walletobjects_v1 {
63206320
}
63216321

63226322
/**
6323-
* Modifies linked offer objects for the event ticket object with the given ID.
6323+
* Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the event ticket object with the given ID.
63246324
* @example
63256325
* ```js
63266326
* // Before running the sample:
@@ -16788,7 +16788,7 @@ export namespace walletobjects_v1 {
1678816788
}
1678916789

1679016790
/**
16791-
* Modifies linked offer objects for the loyalty object with the given ID.
16791+
* Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the loyalty object with the given ID.
1679216792
* @example
1679316793
* ```js
1679416794
* // Before running the sample:

0 commit comments

Comments
 (0)