Skip to content

Commit 7e7fb8f

Browse files
chore(docs): update the api
1 parent bb37675 commit 7e7fb8f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

googleapiclient/discovery_cache/documents/docs.v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
}
217217
}
218218
},
219-
"revision": "20210608",
219+
"revision": "20210622",
220220
"rootUrl": "https://docs.googleapis.com/",
221221
"schemas": {
222222
"AutoText": {
@@ -2633,15 +2633,17 @@
26332633
"BREAK_LEFT",
26342634
"BREAK_RIGHT",
26352635
"BREAK_LEFT_RIGHT",
2636-
"IN_FRONT_OF_TEXT"
2636+
"IN_FRONT_OF_TEXT",
2637+
"BEHIND_TEXT"
26372638
],
26382639
"enumDescriptions": [
26392640
"The layout is unspecified.",
26402641
"The text wraps around the positioned object.",
26412642
"Breaks text such that the positioned object is on the left and text is on the right.",
26422643
"Breaks text such that the positioned object is on the right and text is on the left.",
26432644
"Breaks text such that there is no text on the left or right of the positioned object.",
2644-
"The positioned object is in front of the text."
2645+
"The positioned object is in front of the text.",
2646+
"The positioned object is behind the text."
26452647
],
26462648
"type": "string"
26472649
},

0 commit comments

Comments
 (0)