Skip to content

Commit 0f6a907

Browse files
feat(slides): update the api
#### slides:v1 The following keys were added: - schemas.CreateLineRequest.properties.lineCategory.deprecated (Total Keys: 1) - schemas.ReplaceAllShapesWithImageRequest.properties.replaceMethod.deprecated (Total Keys: 1)
1 parent ae56f6f commit 0f6a907

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

googleapiclient/discovery_cache/documents/slides.v1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
}
314314
}
315315
},
316-
"revision": "20230627",
316+
"revision": "20230711",
317317
"rootUrl": "https://slides.googleapis.com/",
318318
"schemas": {
319319
"AffineTransform": {
@@ -581,6 +581,7 @@
581581
"description": "The element properties for the line."
582582
},
583583
"lineCategory": {
584+
"deprecated": true,
584585
"description": "The category of the line to be created. *Deprecated*: use `category` instead. The exact line type created is determined based on the category and how it's routed to connect to other page elements. If you specify both a `category` and a `line_category`, the `category` takes precedence.",
585586
"enum": [
586587
"STRAIGHT",
@@ -2539,6 +2540,7 @@
25392540
"type": "array"
25402541
},
25412542
"replaceMethod": {
2543+
"deprecated": true,
25422544
"description": "The replace method. *Deprecated*: use `image_replace_method` instead. If you specify both a `replace_method` and an `image_replace_method`, the `image_replace_method` takes precedence.",
25432545
"enum": [
25442546
"CENTER_INSIDE",

0 commit comments

Comments
 (0)