Skip to content

Commit ababe60

Browse files
feat(all): auto-regenerate discovery clients (#3297)
1 parent f98f835 commit ababe60

File tree

4 files changed

+16
-14
lines changed

4 files changed

+16
-14
lines changed

merchantapi/issueresolution/v1/merchantapi-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
}
269269
}
270270
},
271-
"revision": "20250808",
271+
"revision": "20250830",
272272
"rootUrl": "https://merchantapi.googleapis.com/",
273273
"schemas": {
274274
"Action": {
@@ -653,14 +653,16 @@
653653
"REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER",
654654
"REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER",
655655
"LEGAL_APPEAL_IN_HELP_CENTER",
656-
"VERIFY_IDENTITY_IN_MERCHANT_CENTER"
656+
"VERIFY_IDENTITY_IN_MERCHANT_CENTER",
657+
"VERIFY_BUSINESS_VIDEO_IN_MERCHANT_CENTER"
657658
],
658659
"enumDescriptions": [
659660
"Default value. Will never be provided by the API.",
660661
"Redirect to Merchant Center where the business can request a review for issue related to their product.",
661662
"Redirect to Merchant Center where the business can request a review for issue related to their account.",
662663
"Redirect to the form in Help Center where the business can request a legal appeal for the issue.",
663-
"Redirect to Merchant Center where the business can perform identity verification."
664+
"Redirect to Merchant Center where the business can perform identity verification.",
665+
"Redirect to Merchant Center where the business can perform business video verification."
664666
],
665667
"type": "string"
666668
},

merchantapi/issueresolution/v1/merchantapi-gen.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/v1/script-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
}
892892
}
893893
},
894-
"revision": "20250623",
894+
"revision": "20250824",
895895
"rootUrl": "https://script.googleapis.com/",
896896
"schemas": {
897897
"Content": {
@@ -1083,7 +1083,7 @@
10831083
"id": "File",
10841084
"properties": {
10851085
"createTime": {
1086-
"description": "Creation date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.",
1086+
"description": "Creation date timestamp.",
10871087
"format": "google-datetime",
10881088
"type": "string"
10891089
},
@@ -1093,7 +1093,7 @@
10931093
},
10941094
"lastModifyUser": {
10951095
"$ref": "GoogleAppsScriptTypeUser",
1096-
"description": "The user who modified the file most recently. This read-only field is only visible to users who have WRITER permission for the script project."
1096+
"description": "The user who modified the file most recently. The details visible in this object are controlled by the profile visibility settings of the last modifying user."
10971097
},
10981098
"name": {
10991099
"description": "The name of the file. The file extension is not part of the file name, which can be identified from the type field.",
@@ -1120,7 +1120,7 @@
11201120
"type": "string"
11211121
},
11221122
"updateTime": {
1123-
"description": "Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.",
1123+
"description": "Last modified date timestamp.",
11241124
"format": "google-datetime",
11251125
"type": "string"
11261126
}

script/v1/script-gen.go

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)