Skip to content

Commit 6ba411f

Browse files
feat(walletobjects): update the api
#### walletobjects:v1 The following keys were added: - schemas.Issuer.properties.callbackOptions.$ref (Total Keys: 1)
1 parent 2e9082e commit 6ba411f

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

docs/dyn/walletobjects_v1.issuer.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ <h3>Method Details</h3>
113113
An object of the form:
114114

115115
{
116+
&quot;callbackOptions&quot;: { # Allows the issuer to provide their callback settings.
117+
&quot;updateRequestUrl&quot;: &quot;A String&quot;, # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
118+
&quot;url&quot;: &quot;A String&quot;, # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
119+
},
116120
&quot;contactInfo&quot;: { # Issuer contact information.
117121
&quot;alertsEmails&quot;: [ # Email addresses which will receive alerts.
118122
&quot;A String&quot;,
@@ -145,6 +149,10 @@ <h3>Method Details</h3>
145149
The object takes the form of:
146150

147151
{
152+
&quot;callbackOptions&quot;: { # Allows the issuer to provide their callback settings.
153+
&quot;updateRequestUrl&quot;: &quot;A String&quot;, # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
154+
&quot;url&quot;: &quot;A String&quot;, # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
155+
},
148156
&quot;contactInfo&quot;: { # Issuer contact information.
149157
&quot;alertsEmails&quot;: [ # Email addresses which will receive alerts.
150158
&quot;A String&quot;,
@@ -176,6 +184,10 @@ <h3>Method Details</h3>
176184
An object of the form:
177185

178186
{
187+
&quot;callbackOptions&quot;: { # Allows the issuer to provide their callback settings.
188+
&quot;updateRequestUrl&quot;: &quot;A String&quot;, # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
189+
&quot;url&quot;: &quot;A String&quot;, # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
190+
},
179191
&quot;contactInfo&quot;: { # Issuer contact information.
180192
&quot;alertsEmails&quot;: [ # Email addresses which will receive alerts.
181193
&quot;A String&quot;,
@@ -215,6 +227,10 @@ <h3>Method Details</h3>
215227
{
216228
&quot;resources&quot;: [ # Resources corresponding to the list request.
217229
{
230+
&quot;callbackOptions&quot;: { # Allows the issuer to provide their callback settings.
231+
&quot;updateRequestUrl&quot;: &quot;A String&quot;, # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
232+
&quot;url&quot;: &quot;A String&quot;, # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
233+
},
218234
&quot;contactInfo&quot;: { # Issuer contact information.
219235
&quot;alertsEmails&quot;: [ # Email addresses which will receive alerts.
220236
&quot;A String&quot;,
@@ -250,6 +266,10 @@ <h3>Method Details</h3>
250266
The object takes the form of:
251267

252268
{
269+
&quot;callbackOptions&quot;: { # Allows the issuer to provide their callback settings.
270+
&quot;updateRequestUrl&quot;: &quot;A String&quot;, # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
271+
&quot;url&quot;: &quot;A String&quot;, # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
272+
},
253273
&quot;contactInfo&quot;: { # Issuer contact information.
254274
&quot;alertsEmails&quot;: [ # Email addresses which will receive alerts.
255275
&quot;A String&quot;,
@@ -281,6 +301,10 @@ <h3>Method Details</h3>
281301
An object of the form:
282302

283303
{
304+
&quot;callbackOptions&quot;: { # Allows the issuer to provide their callback settings.
305+
&quot;updateRequestUrl&quot;: &quot;A String&quot;, # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
306+
&quot;url&quot;: &quot;A String&quot;, # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
307+
},
284308
&quot;contactInfo&quot;: { # Issuer contact information.
285309
&quot;alertsEmails&quot;: [ # Email addresses which will receive alerts.
286310
&quot;A String&quot;,
@@ -314,6 +338,10 @@ <h3>Method Details</h3>
314338
The object takes the form of:
315339

316340
{
341+
&quot;callbackOptions&quot;: { # Allows the issuer to provide their callback settings.
342+
&quot;updateRequestUrl&quot;: &quot;A String&quot;, # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
343+
&quot;url&quot;: &quot;A String&quot;, # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
344+
},
317345
&quot;contactInfo&quot;: { # Issuer contact information.
318346
&quot;alertsEmails&quot;: [ # Email addresses which will receive alerts.
319347
&quot;A String&quot;,
@@ -345,6 +373,10 @@ <h3>Method Details</h3>
345373
An object of the form:
346374

347375
{
376+
&quot;callbackOptions&quot;: { # Allows the issuer to provide their callback settings.
377+
&quot;updateRequestUrl&quot;: &quot;A String&quot;, # URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables. Deprecated.
378+
&quot;url&quot;: &quot;A String&quot;, # The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Google-Valuables.
379+
},
348380
&quot;contactInfo&quot;: { # Issuer contact information.
349381
&quot;alertsEmails&quot;: [ # Email addresses which will receive alerts.
350382
&quot;A String&quot;,

googleapiclient/discovery_cache/documents/walletobjects.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2675,7 +2675,7 @@
26752675
}
26762676
}
26772677
},
2678-
"revision": "20240108",
2678+
"revision": "20240112",
26792679
"rootUrl": "https://walletobjects.googleapis.com/",
26802680
"schemas": {
26812681
"ActivationOptions": {
@@ -5930,6 +5930,10 @@ true
59305930
"Issuer": {
59315931
"id": "Issuer",
59325932
"properties": {
5933+
"callbackOptions": {
5934+
"$ref": "CallbackOptions",
5935+
"description": "Allows the issuer to provide their callback settings."
5936+
},
59335937
"contactInfo": {
59345938
"$ref": "IssuerContactInfo",
59355939
"description": "Issuer contact information."

0 commit comments

Comments
 (0)