Skip to content

Commit 22fd328

Browse files
fix(script): update the API
#### script:v1 The following keys were changed: - schemas.CreateProjectRequest.description
1 parent 810a7e8 commit 22fd328

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎discovery/script-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
}
892892
}
893893
},
894-
"revision": "20250526",
894+
"revision": "20250623",
895895
"rootUrl": "https://script.googleapis.com/",
896896
"schemas": {
897897
"Content": {
@@ -913,7 +913,7 @@
913913
"type": "object"
914914
},
915915
"CreateProjectRequest": {
916-
"description": "Request to create a script project. Request to create a script project.",
916+
"description": "Request to create a script project.",
917917
"id": "CreateProjectRequest",
918918
"properties": {
919919
"parentId": {

‎src/apis/script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/script/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export namespace script_v1 {
142142
scriptId?: string | null;
143143
}
144144
/**
145-
* Request to create a script project. Request to create a script project.
145+
* Request to create a script project.
146146
*/
147147
export interface Schema$CreateProjectRequest {
148148
/**

0 commit comments

Comments
 (0)