Skip to content

Commit ea8eb9a

Browse files
fix(sheets): update the API
#### sheets:v4 The following keys were changed: - schemas.DeveloperMetadataLookup.properties.visibility.description
1 parent bad0a9c commit ea8eb9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/sheets-v4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
}
871871
}
872872
},
873-
"revision": "20240917",
873+
"revision": "20241001",
874874
"rootUrl": "https://sheets.googleapis.com/",
875875
"schemas": {
876876
"AddBandingRequest": {
@@ -4195,7 +4195,7 @@
41954195
"type": "string"
41964196
},
41974197
"visibility": {
4198-
"description": "Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the requesting project is considered.",
4198+
"description": "Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visible to the requesting project is considered.",
41994199
"enum": [
42004200
"DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED",
42014201
"DOCUMENT",

src/apis/sheets/v4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ export namespace sheets_v4 {
22202220
*/
22212221
metadataValue?: string | null;
22222222
/**
2223-
* Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the requesting project is considered.
2223+
* Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visible to the requesting project is considered.
22242224
*/
22252225
visibility?: string | null;
22262226
}

0 commit comments

Comments
 (0)