Skip to content

Commit 5c60efd

Browse files
feat(content): update the api
#### content:v2.1 The following keys were added: - schemas.AccountUser.properties.readOnly.type (Total Keys: 1)
1 parent 316eee5 commit 5c60efd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/dyn/content_v2_1.accounts.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ <h3>Method Details</h3>
292292
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
293293
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
294294
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
295+
&quot;readOnly&quot;: True or False, # Optional. Whether user has standard read-only access.
295296
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.
296297
},
297298
],
@@ -429,6 +430,7 @@ <h3>Method Details</h3>
429430
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
430431
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
431432
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
433+
&quot;readOnly&quot;: True or False, # Optional. Whether user has standard read-only access.
432434
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.
433435
},
434436
],
@@ -586,6 +588,7 @@ <h3>Method Details</h3>
586588
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
587589
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
588590
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
591+
&quot;readOnly&quot;: True or False, # Optional. Whether user has standard read-only access.
589592
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.
590593
},
591594
],
@@ -701,6 +704,7 @@ <h3>Method Details</h3>
701704
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
702705
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
703706
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
707+
&quot;readOnly&quot;: True or False, # Optional. Whether user has standard read-only access.
704708
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.
705709
},
706710
],
@@ -814,6 +818,7 @@ <h3>Method Details</h3>
814818
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
815819
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
816820
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
821+
&quot;readOnly&quot;: True or False, # Optional. Whether user has standard read-only access.
817822
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.
818823
},
819824
],
@@ -985,6 +990,7 @@ <h3>Method Details</h3>
985990
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
986991
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
987992
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
993+
&quot;readOnly&quot;: True or False, # Optional. Whether user has standard read-only access.
988994
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.
989995
},
990996
],
@@ -1195,6 +1201,7 @@ <h3>Method Details</h3>
11951201
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
11961202
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
11971203
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
1204+
&quot;readOnly&quot;: True or False, # Optional. Whether user has standard read-only access.
11981205
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.
11991206
},
12001207
],
@@ -1308,6 +1315,7 @@ <h3>Method Details</h3>
13081315
&quot;orderManager&quot;: True or False, # Whether user is an order manager.
13091316
&quot;paymentsAnalyst&quot;: True or False, # Whether user can access payment statements.
13101317
&quot;paymentsManager&quot;: True or False, # Whether user can manage payment settings.
1318+
&quot;readOnly&quot;: True or False, # Optional. Whether user has standard read-only access.
13111319
&quot;reportingManager&quot;: True or False, # Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.
13121320
},
13131321
],

googleapiclient/discovery_cache/documents/content.v2.1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,7 @@
45704570
}
45714571
}
45724572
},
4573-
"revision": "20250427",
4573+
"revision": "20250603",
45744574
"rootUrl": "https://shoppingcontent.googleapis.com/",
45754575
"schemas": {
45764576
"Account": {
@@ -5369,6 +5369,10 @@ false
53695369
"description": "Whether user can manage payment settings.",
53705370
"type": "boolean"
53715371
},
5372+
"readOnly": {
5373+
"description": "Optional. Whether user has standard read-only access.",
5374+
"type": "boolean"
5375+
},
53725376
"reportingManager": {
53735377
"description": "Whether user is a reporting manager. This role is equivalent to the Performance and insights role in Merchant Center.",
53745378
"type": "boolean"

0 commit comments

Comments
 (0)