Skip to content

Commit 17ea48b

Browse files
yoshi-automationsofisl
authored andcommitted
fix(readerrevenuesubscriptionlinking): update the API
#### readerrevenuesubscriptionlinking:v1 The following keys were changed: - schemas.Entitlement.properties.expireTime.description
1 parent 4b2b1d1 commit 17ea48b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/readerrevenuesubscriptionlinking-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
}
208208
}
209209
},
210-
"revision": "20230216",
210+
"revision": "20241015",
211211
"rootUrl": "https://readerrevenuesubscriptionlinking.googleapis.com/",
212212
"schemas": {
213213
"DeleteReaderResponse": {
@@ -225,7 +225,7 @@
225225
"type": "string"
226226
},
227227
"expireTime": {
228-
"description": "Required. Expiration time of the entitlement. Entitlements that have expired over 30 days will be purged. Required. LINT.IfChange(expire_time) The max expire_time is 398 days from now(). LINT.ThenChange(//depot/google3/java/com/google/subscribewithgoogle/accountlinking/subscriptionlink/service/config/protoconf.pi:max_expiry_age)",
228+
"description": "Required. Expiration time of the entitlement. Entitlements that have expired over 30 days will be purged. The max expire_time is 398 days from now().",
229229
"format": "google-datetime",
230230
"type": "string"
231231
},

‎src/apis/readerrevenuesubscriptionlinking/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export namespace readerrevenuesubscriptionlinking_v1 {
137137
*/
138138
detail?: string | null;
139139
/**
140-
* Required. Expiration time of the entitlement. Entitlements that have expired over 30 days will be purged. Required. LINT.IfChange(expire_time) The max expire_time is 398 days from now(). LINT.ThenChange(//depot/google3/java/com/google/subscribewithgoogle/accountlinking/subscriptionlink/service/config/protoconf.pi:max_expiry_age)
140+
* Required. Expiration time of the entitlement. Entitlements that have expired over 30 days will be purged. The max expire_time is 398 days from now().
141141
*/
142142
expireTime?: string | null;
143143
/**

0 commit comments

Comments
 (0)