File tree 1 file changed +5
-3
lines changed
googleapiclient/discovery_cache/documents
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 216
216
}
217
217
}
218
218
},
219
- "revision" : " 20210608 " ,
219
+ "revision" : " 20210622 " ,
220
220
"rootUrl" : " https://docs.googleapis.com/" ,
221
221
"schemas" : {
222
222
"AutoText" : {
2633
2633
" BREAK_LEFT" ,
2634
2634
" BREAK_RIGHT" ,
2635
2635
" BREAK_LEFT_RIGHT" ,
2636
- " IN_FRONT_OF_TEXT"
2636
+ " IN_FRONT_OF_TEXT" ,
2637
+ " BEHIND_TEXT"
2637
2638
],
2638
2639
"enumDescriptions" : [
2639
2640
" The layout is unspecified." ,
2640
2641
" The text wraps around the positioned object." ,
2641
2642
" Breaks text such that the positioned object is on the left and text is on the right." ,
2642
2643
" Breaks text such that the positioned object is on the right and text is on the left." ,
2643
2644
" 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."
2645
2647
],
2646
2648
"type" : " string"
2647
2649
},
You can’t perform that action at this time.
0 commit comments