@n8n-dev/n8n-nodes-googleapis-slides 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -0
- package/dist/banner.svg +104 -0
- package/dist/credentials/GoogleapisSlidesApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisSlidesApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisSlidesApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-slides.dark.png +0 -0
- package/dist/icons/googleapis-slides.png +0 -0
- package/dist/nodes/GoogleapisSlides/GoogleapisSlides.node.d.ts +4 -0
- package/dist/nodes/GoogleapisSlides/GoogleapisSlides.node.js +54 -0
- package/dist/nodes/GoogleapisSlides/GoogleapisSlides.node.js.map +1 -0
- package/dist/nodes/GoogleapisSlides/GoogleapisSlides.node.json +20 -0
- package/dist/nodes/GoogleapisSlides/googleapis-slides.dark.png +0 -0
- package/dist/nodes/GoogleapisSlides/googleapis-slides.png +0 -0
- package/dist/nodes/GoogleapisSlides/resources/index.d.ts +1 -0
- package/dist/nodes/GoogleapisSlides/resources/index.js +6 -0
- package/dist/nodes/GoogleapisSlides/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisSlides/resources/presentations/index.d.ts +2 -0
- package/dist/nodes/GoogleapisSlides/resources/presentations/index.js +634 -0
- package/dist/nodes/GoogleapisSlides/resources/presentations/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,634 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.presentationsDescription = void 0;
|
|
4
|
+
exports.presentationsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Presentations"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Slides Presentations Create",
|
|
20
|
+
"value": "Slides Presentations Create",
|
|
21
|
+
"action": "Slides Presentations Create",
|
|
22
|
+
"description": "Creates a blank presentation using the title given in the request. If a `presentationId` is provided, it is used as the ID of the new presentation. Otherwise, a new ID is generated. Other fields in the request, including any provided content, are ignored. Returns the created presentation.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/v1/presentations"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Slides Presentations Get",
|
|
32
|
+
"value": "Slides Presentations Get",
|
|
33
|
+
"action": "Slides Presentations Get",
|
|
34
|
+
"description": "Gets the latest version of the specified presentation.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/v1/presentations/{{$parameter[\"presentationId\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Slides Presentations Pages Get",
|
|
44
|
+
"value": "Slides Presentations Pages Get",
|
|
45
|
+
"action": "Slides Presentations Pages Get",
|
|
46
|
+
"description": "Gets the latest version of the specified page in the presentation.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/v1/presentations/{{$parameter[\"presentationId\"]}}/pages/{{$parameter[\"pageObjectId\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Slides Presentations Pages Get Thumbnail",
|
|
56
|
+
"value": "Slides Presentations Pages Get Thumbnail",
|
|
57
|
+
"action": "Slides Presentations Pages Get Thumbnail",
|
|
58
|
+
"description": "Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an [expensive read request](/slides/limits) for quota purposes.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"url": "=/v1/presentations/{{$parameter[\"presentationId\"]}}/pages/{{$parameter[\"pageObjectId\"]}}/thumbnail"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Slides Presentations Batch Update",
|
|
68
|
+
"value": "Slides Presentations Batch Update",
|
|
69
|
+
"action": "Slides Presentations Batch Update",
|
|
70
|
+
"description": "Applies one or more updates to the presentation. Each request is validated before being applied. If any request is not valid, then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. Other requests do not need to return information; these each return an empty reply. The order of replies matches that of the requests. For example, suppose you call batchUpdate with four updates, and only the third one returns information. The response would have two empty replies: the reply to the third request, and another empty reply, in that order. Because other users may be editing the presentation, the presentation might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. If there are no collaborators, the presentation should reflect your changes. In any case, the updates in your request are guaranteed to be applied together atomically.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/v1/presentations/{{$parameter[\"presentationId\"]}}:batchUpdate"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"default": ""
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"displayName": "POST /v1/presentations",
|
|
83
|
+
"name": "operation",
|
|
84
|
+
"type": "notice",
|
|
85
|
+
"typeOptions": {
|
|
86
|
+
"theme": "info"
|
|
87
|
+
},
|
|
88
|
+
"default": "",
|
|
89
|
+
"displayOptions": {
|
|
90
|
+
"show": {
|
|
91
|
+
"resource": [
|
|
92
|
+
"Presentations"
|
|
93
|
+
],
|
|
94
|
+
"operation": [
|
|
95
|
+
"Slides Presentations Create"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"displayName": "Layouts",
|
|
102
|
+
"name": "layouts",
|
|
103
|
+
"type": "json",
|
|
104
|
+
"default": "[\n {\n \"layoutProperties\": {},\n \"masterProperties\": {},\n \"notesProperties\": {},\n \"pageElements\": [\n {\n \"elementGroup\": {\n \"children\": [\n {}\n ]\n },\n \"image\": {\n \"imageProperties\": {\n \"cropProperties\": {},\n \"link\": {},\n \"outline\": {\n \"outlineFill\": {\n \"solidFill\": {\n \"color\": {\n \"rgbColor\": {}\n }\n }\n },\n \"weight\": {}\n },\n \"recolor\": {\n \"recolorStops\": [\n {\n \"color\": {}\n }\n ]\n },\n \"shadow\": {\n \"blurRadius\": {},\n \"color\": {},\n \"transform\": {}\n }\n },\n \"placeholder\": {}\n },\n \"line\": {\n \"lineProperties\": {\n \"endConnection\": {},\n \"lineFill\": {\n \"solidFill\": {}\n },\n \"link\": {},\n \"startConnection\": {},\n \"weight\": {}\n }\n },\n \"shape\": {\n \"placeholder\": {},\n \"shapeProperties\": {\n \"autofit\": {},\n \"link\": {},\n \"outline\": {},\n \"shadow\": {},\n \"shapeBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {\n \"textElements\": [\n {\n \"autoText\": {\n \"style\": {\n \"backgroundColor\": {\n \"opaqueColor\": {}\n },\n \"fontSize\": {},\n \"foregroundColor\": {},\n \"link\": {},\n \"weightedFontFamily\": {}\n }\n },\n \"paragraphMarker\": {\n \"bullet\": {\n \"bulletStyle\": {}\n },\n \"style\": {\n \"indentEnd\": {},\n \"indentFirstLine\": {},\n \"indentStart\": {},\n \"spaceAbove\": {},\n \"spaceBelow\": {}\n }\n },\n \"textRun\": {\n \"style\": {}\n }\n }\n ]\n }\n },\n \"sheetsChart\": {\n \"sheetsChartProperties\": {\n \"chartImageProperties\": {}\n }\n },\n \"size\": {\n \"height\": {},\n \"width\": {}\n },\n \"table\": {\n \"horizontalBorderRows\": [\n {\n \"tableBorderCells\": [\n {\n \"location\": {},\n \"tableBorderProperties\": {\n \"tableBorderFill\": {\n \"solidFill\": {}\n },\n \"weight\": {}\n }\n }\n ]\n }\n ],\n \"tableColumns\": [\n {\n \"columnWidth\": {}\n }\n ],\n \"tableRows\": [\n {\n \"rowHeight\": {},\n \"tableCells\": [\n {\n \"location\": {},\n \"tableCellProperties\": {\n \"tableCellBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {}\n }\n ],\n \"tableRowProperties\": {\n \"minRowHeight\": {}\n }\n }\n ],\n \"verticalBorderRows\": [\n {}\n ]\n },\n \"transform\": {},\n \"video\": {\n \"videoProperties\": {\n \"outline\": {}\n }\n },\n \"wordArt\": {}\n }\n ],\n \"pageProperties\": {\n \"colorScheme\": {\n \"colors\": [\n {\n \"color\": {}\n }\n ]\n },\n \"pageBackgroundFill\": {\n \"solidFill\": {},\n \"stretchedPictureFill\": {\n \"size\": {}\n }\n }\n },\n \"slideProperties\": {\n \"notesPage\": {}\n }\n }\n]",
|
|
105
|
+
"description": "The layouts in the presentation. A layout is a template that determines how content is arranged and styled on the slides that inherit from that layout.",
|
|
106
|
+
"routing": {
|
|
107
|
+
"send": {
|
|
108
|
+
"property": "layouts",
|
|
109
|
+
"propertyInDotNotation": false,
|
|
110
|
+
"type": "body",
|
|
111
|
+
"value": "={{ JSON.parse($value) }}"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"displayOptions": {
|
|
115
|
+
"show": {
|
|
116
|
+
"resource": [
|
|
117
|
+
"Presentations"
|
|
118
|
+
],
|
|
119
|
+
"operation": [
|
|
120
|
+
"Slides Presentations Create"
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"displayName": "Locale",
|
|
127
|
+
"name": "locale",
|
|
128
|
+
"type": "string",
|
|
129
|
+
"default": "",
|
|
130
|
+
"description": "The locale of the presentation, as an IETF BCP 47 language tag.",
|
|
131
|
+
"routing": {
|
|
132
|
+
"send": {
|
|
133
|
+
"property": "locale",
|
|
134
|
+
"propertyInDotNotation": false,
|
|
135
|
+
"type": "body",
|
|
136
|
+
"value": "={{ $value }}"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"displayOptions": {
|
|
140
|
+
"show": {
|
|
141
|
+
"resource": [
|
|
142
|
+
"Presentations"
|
|
143
|
+
],
|
|
144
|
+
"operation": [
|
|
145
|
+
"Slides Presentations Create"
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"displayName": "Masters",
|
|
152
|
+
"name": "masters",
|
|
153
|
+
"type": "json",
|
|
154
|
+
"default": "[\n {\n \"layoutProperties\": {},\n \"masterProperties\": {},\n \"notesProperties\": {},\n \"pageElements\": [\n {\n \"elementGroup\": {\n \"children\": [\n {}\n ]\n },\n \"image\": {\n \"imageProperties\": {\n \"cropProperties\": {},\n \"link\": {},\n \"outline\": {\n \"outlineFill\": {\n \"solidFill\": {\n \"color\": {\n \"rgbColor\": {}\n }\n }\n },\n \"weight\": {}\n },\n \"recolor\": {\n \"recolorStops\": [\n {\n \"color\": {}\n }\n ]\n },\n \"shadow\": {\n \"blurRadius\": {},\n \"color\": {},\n \"transform\": {}\n }\n },\n \"placeholder\": {}\n },\n \"line\": {\n \"lineProperties\": {\n \"endConnection\": {},\n \"lineFill\": {\n \"solidFill\": {}\n },\n \"link\": {},\n \"startConnection\": {},\n \"weight\": {}\n }\n },\n \"shape\": {\n \"placeholder\": {},\n \"shapeProperties\": {\n \"autofit\": {},\n \"link\": {},\n \"outline\": {},\n \"shadow\": {},\n \"shapeBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {\n \"textElements\": [\n {\n \"autoText\": {\n \"style\": {\n \"backgroundColor\": {\n \"opaqueColor\": {}\n },\n \"fontSize\": {},\n \"foregroundColor\": {},\n \"link\": {},\n \"weightedFontFamily\": {}\n }\n },\n \"paragraphMarker\": {\n \"bullet\": {\n \"bulletStyle\": {}\n },\n \"style\": {\n \"indentEnd\": {},\n \"indentFirstLine\": {},\n \"indentStart\": {},\n \"spaceAbove\": {},\n \"spaceBelow\": {}\n }\n },\n \"textRun\": {\n \"style\": {}\n }\n }\n ]\n }\n },\n \"sheetsChart\": {\n \"sheetsChartProperties\": {\n \"chartImageProperties\": {}\n }\n },\n \"size\": {\n \"height\": {},\n \"width\": {}\n },\n \"table\": {\n \"horizontalBorderRows\": [\n {\n \"tableBorderCells\": [\n {\n \"location\": {},\n \"tableBorderProperties\": {\n \"tableBorderFill\": {\n \"solidFill\": {}\n },\n \"weight\": {}\n }\n }\n ]\n }\n ],\n \"tableColumns\": [\n {\n \"columnWidth\": {}\n }\n ],\n \"tableRows\": [\n {\n \"rowHeight\": {},\n \"tableCells\": [\n {\n \"location\": {},\n \"tableCellProperties\": {\n \"tableCellBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {}\n }\n ],\n \"tableRowProperties\": {\n \"minRowHeight\": {}\n }\n }\n ],\n \"verticalBorderRows\": [\n {}\n ]\n },\n \"transform\": {},\n \"video\": {\n \"videoProperties\": {\n \"outline\": {}\n }\n },\n \"wordArt\": {}\n }\n ],\n \"pageProperties\": {\n \"colorScheme\": {\n \"colors\": [\n {\n \"color\": {}\n }\n ]\n },\n \"pageBackgroundFill\": {\n \"solidFill\": {},\n \"stretchedPictureFill\": {\n \"size\": {}\n }\n }\n },\n \"slideProperties\": {\n \"notesPage\": {}\n }\n }\n]",
|
|
155
|
+
"description": "The slide masters in the presentation. A slide master contains all common page elements and the common properties for a set of layouts. They serve three purposes: - Placeholder shapes on a master contain the default text styles and shape properties of all placeholder shapes on pages that use that master. - The master page properties define the common page properties inherited by its layouts. - Any other shapes on the master slide appear on all slides using that master, regardless of their layout.",
|
|
156
|
+
"routing": {
|
|
157
|
+
"send": {
|
|
158
|
+
"property": "masters",
|
|
159
|
+
"propertyInDotNotation": false,
|
|
160
|
+
"type": "body",
|
|
161
|
+
"value": "={{ JSON.parse($value) }}"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"displayOptions": {
|
|
165
|
+
"show": {
|
|
166
|
+
"resource": [
|
|
167
|
+
"Presentations"
|
|
168
|
+
],
|
|
169
|
+
"operation": [
|
|
170
|
+
"Slides Presentations Create"
|
|
171
|
+
]
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"displayName": "Notes Master",
|
|
177
|
+
"name": "notesMaster",
|
|
178
|
+
"type": "json",
|
|
179
|
+
"default": "{\n \"layoutProperties\": {},\n \"masterProperties\": {},\n \"notesProperties\": {},\n \"pageElements\": [\n {\n \"elementGroup\": {\n \"children\": [\n {}\n ]\n },\n \"image\": {\n \"imageProperties\": {\n \"cropProperties\": {},\n \"link\": {},\n \"outline\": {\n \"outlineFill\": {\n \"solidFill\": {\n \"color\": {\n \"rgbColor\": {}\n }\n }\n },\n \"weight\": {}\n },\n \"recolor\": {\n \"recolorStops\": [\n {\n \"color\": {}\n }\n ]\n },\n \"shadow\": {\n \"blurRadius\": {},\n \"color\": {},\n \"transform\": {}\n }\n },\n \"placeholder\": {}\n },\n \"line\": {\n \"lineProperties\": {\n \"endConnection\": {},\n \"lineFill\": {\n \"solidFill\": {}\n },\n \"link\": {},\n \"startConnection\": {},\n \"weight\": {}\n }\n },\n \"shape\": {\n \"placeholder\": {},\n \"shapeProperties\": {\n \"autofit\": {},\n \"link\": {},\n \"outline\": {},\n \"shadow\": {},\n \"shapeBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {\n \"textElements\": [\n {\n \"autoText\": {\n \"style\": {\n \"backgroundColor\": {\n \"opaqueColor\": {}\n },\n \"fontSize\": {},\n \"foregroundColor\": {},\n \"link\": {},\n \"weightedFontFamily\": {}\n }\n },\n \"paragraphMarker\": {\n \"bullet\": {\n \"bulletStyle\": {}\n },\n \"style\": {\n \"indentEnd\": {},\n \"indentFirstLine\": {},\n \"indentStart\": {},\n \"spaceAbove\": {},\n \"spaceBelow\": {}\n }\n },\n \"textRun\": {\n \"style\": {}\n }\n }\n ]\n }\n },\n \"sheetsChart\": {\n \"sheetsChartProperties\": {\n \"chartImageProperties\": {}\n }\n },\n \"size\": {\n \"height\": {},\n \"width\": {}\n },\n \"table\": {\n \"horizontalBorderRows\": [\n {\n \"tableBorderCells\": [\n {\n \"location\": {},\n \"tableBorderProperties\": {\n \"tableBorderFill\": {\n \"solidFill\": {}\n },\n \"weight\": {}\n }\n }\n ]\n }\n ],\n \"tableColumns\": [\n {\n \"columnWidth\": {}\n }\n ],\n \"tableRows\": [\n {\n \"rowHeight\": {},\n \"tableCells\": [\n {\n \"location\": {},\n \"tableCellProperties\": {\n \"tableCellBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {}\n }\n ],\n \"tableRowProperties\": {\n \"minRowHeight\": {}\n }\n }\n ],\n \"verticalBorderRows\": [\n {}\n ]\n },\n \"transform\": {},\n \"video\": {\n \"videoProperties\": {\n \"outline\": {}\n }\n },\n \"wordArt\": {}\n }\n ],\n \"pageProperties\": {\n \"colorScheme\": {\n \"colors\": [\n {\n \"color\": {}\n }\n ]\n },\n \"pageBackgroundFill\": {\n \"solidFill\": {},\n \"stretchedPictureFill\": {\n \"size\": {}\n }\n }\n },\n \"slideProperties\": {\n \"notesPage\": {\n \"layoutProperties\": {},\n \"masterProperties\": {},\n \"notesProperties\": {},\n \"pageElements\": [\n {}\n ],\n \"pageProperties\": {},\n \"slideProperties\": {}\n }\n }\n}",
|
|
180
|
+
"description": "A page in a presentation.",
|
|
181
|
+
"routing": {
|
|
182
|
+
"send": {
|
|
183
|
+
"property": "notesMaster",
|
|
184
|
+
"propertyInDotNotation": false,
|
|
185
|
+
"type": "body",
|
|
186
|
+
"value": "={{ JSON.parse($value) }}"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"displayOptions": {
|
|
190
|
+
"show": {
|
|
191
|
+
"resource": [
|
|
192
|
+
"Presentations"
|
|
193
|
+
],
|
|
194
|
+
"operation": [
|
|
195
|
+
"Slides Presentations Create"
|
|
196
|
+
]
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"displayName": "Page Size",
|
|
202
|
+
"name": "pageSize",
|
|
203
|
+
"type": "json",
|
|
204
|
+
"default": "{\n \"height\": {},\n \"width\": {}\n}",
|
|
205
|
+
"description": "A width and height.",
|
|
206
|
+
"routing": {
|
|
207
|
+
"send": {
|
|
208
|
+
"property": "pageSize",
|
|
209
|
+
"propertyInDotNotation": false,
|
|
210
|
+
"type": "body",
|
|
211
|
+
"value": "={{ JSON.parse($value) }}"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"displayOptions": {
|
|
215
|
+
"show": {
|
|
216
|
+
"resource": [
|
|
217
|
+
"Presentations"
|
|
218
|
+
],
|
|
219
|
+
"operation": [
|
|
220
|
+
"Slides Presentations Create"
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"displayName": "Presentation ID",
|
|
227
|
+
"name": "presentationId",
|
|
228
|
+
"type": "string",
|
|
229
|
+
"default": "",
|
|
230
|
+
"description": "The ID of the presentation.",
|
|
231
|
+
"routing": {
|
|
232
|
+
"send": {
|
|
233
|
+
"property": "presentationId",
|
|
234
|
+
"propertyInDotNotation": false,
|
|
235
|
+
"type": "body",
|
|
236
|
+
"value": "={{ $value }}"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"displayOptions": {
|
|
240
|
+
"show": {
|
|
241
|
+
"resource": [
|
|
242
|
+
"Presentations"
|
|
243
|
+
],
|
|
244
|
+
"operation": [
|
|
245
|
+
"Slides Presentations Create"
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"displayName": "Revision ID",
|
|
252
|
+
"name": "revisionId",
|
|
253
|
+
"type": "string",
|
|
254
|
+
"default": "",
|
|
255
|
+
"description": "Output only. The revision ID of the presentation. Can be used in update requests to assert the presentation revision hasn't changed since the last read operation. Only populated if the user has edit access to the presentation. The revision ID is not a sequential number but a nebulous string. The format of the revision ID may change over time, so it should be treated opaquely. A returned revision ID is only guaranteed to be valid for 24 hours after it has been returned and cannot be shared across users. If the revision ID is unchanged between calls, then the presentation has not changed. Conversely, a changed ID (for the same presentation and user) usually means the presentation has been updated. However, a changed ID can also be due to internal factors such as ID format changes.",
|
|
256
|
+
"routing": {
|
|
257
|
+
"send": {
|
|
258
|
+
"property": "revisionId",
|
|
259
|
+
"propertyInDotNotation": false,
|
|
260
|
+
"type": "body",
|
|
261
|
+
"value": "={{ $value }}"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"displayOptions": {
|
|
265
|
+
"show": {
|
|
266
|
+
"resource": [
|
|
267
|
+
"Presentations"
|
|
268
|
+
],
|
|
269
|
+
"operation": [
|
|
270
|
+
"Slides Presentations Create"
|
|
271
|
+
]
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"displayName": "Slides",
|
|
277
|
+
"name": "slides",
|
|
278
|
+
"type": "json",
|
|
279
|
+
"default": "[\n {\n \"layoutProperties\": {},\n \"masterProperties\": {},\n \"notesProperties\": {},\n \"pageElements\": [\n {\n \"elementGroup\": {\n \"children\": [\n {}\n ]\n },\n \"image\": {\n \"imageProperties\": {\n \"cropProperties\": {},\n \"link\": {},\n \"outline\": {\n \"outlineFill\": {\n \"solidFill\": {\n \"color\": {\n \"rgbColor\": {}\n }\n }\n },\n \"weight\": {}\n },\n \"recolor\": {\n \"recolorStops\": [\n {\n \"color\": {}\n }\n ]\n },\n \"shadow\": {\n \"blurRadius\": {},\n \"color\": {},\n \"transform\": {}\n }\n },\n \"placeholder\": {}\n },\n \"line\": {\n \"lineProperties\": {\n \"endConnection\": {},\n \"lineFill\": {\n \"solidFill\": {}\n },\n \"link\": {},\n \"startConnection\": {},\n \"weight\": {}\n }\n },\n \"shape\": {\n \"placeholder\": {},\n \"shapeProperties\": {\n \"autofit\": {},\n \"link\": {},\n \"outline\": {},\n \"shadow\": {},\n \"shapeBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {\n \"textElements\": [\n {\n \"autoText\": {\n \"style\": {\n \"backgroundColor\": {\n \"opaqueColor\": {}\n },\n \"fontSize\": {},\n \"foregroundColor\": {},\n \"link\": {},\n \"weightedFontFamily\": {}\n }\n },\n \"paragraphMarker\": {\n \"bullet\": {\n \"bulletStyle\": {}\n },\n \"style\": {\n \"indentEnd\": {},\n \"indentFirstLine\": {},\n \"indentStart\": {},\n \"spaceAbove\": {},\n \"spaceBelow\": {}\n }\n },\n \"textRun\": {\n \"style\": {}\n }\n }\n ]\n }\n },\n \"sheetsChart\": {\n \"sheetsChartProperties\": {\n \"chartImageProperties\": {}\n }\n },\n \"size\": {\n \"height\": {},\n \"width\": {}\n },\n \"table\": {\n \"horizontalBorderRows\": [\n {\n \"tableBorderCells\": [\n {\n \"location\": {},\n \"tableBorderProperties\": {\n \"tableBorderFill\": {\n \"solidFill\": {}\n },\n \"weight\": {}\n }\n }\n ]\n }\n ],\n \"tableColumns\": [\n {\n \"columnWidth\": {}\n }\n ],\n \"tableRows\": [\n {\n \"rowHeight\": {},\n \"tableCells\": [\n {\n \"location\": {},\n \"tableCellProperties\": {\n \"tableCellBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {}\n }\n ],\n \"tableRowProperties\": {\n \"minRowHeight\": {}\n }\n }\n ],\n \"verticalBorderRows\": [\n {}\n ]\n },\n \"transform\": {},\n \"video\": {\n \"videoProperties\": {\n \"outline\": {}\n }\n },\n \"wordArt\": {}\n }\n ],\n \"pageProperties\": {\n \"colorScheme\": {\n \"colors\": [\n {\n \"color\": {}\n }\n ]\n },\n \"pageBackgroundFill\": {\n \"solidFill\": {},\n \"stretchedPictureFill\": {\n \"size\": {}\n }\n }\n },\n \"slideProperties\": {\n \"notesPage\": {}\n }\n }\n]",
|
|
280
|
+
"description": "The slides in the presentation. A slide inherits properties from a slide layout.",
|
|
281
|
+
"routing": {
|
|
282
|
+
"send": {
|
|
283
|
+
"property": "slides",
|
|
284
|
+
"propertyInDotNotation": false,
|
|
285
|
+
"type": "body",
|
|
286
|
+
"value": "={{ JSON.parse($value) }}"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"displayOptions": {
|
|
290
|
+
"show": {
|
|
291
|
+
"resource": [
|
|
292
|
+
"Presentations"
|
|
293
|
+
],
|
|
294
|
+
"operation": [
|
|
295
|
+
"Slides Presentations Create"
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"displayName": "Title",
|
|
302
|
+
"name": "title",
|
|
303
|
+
"type": "string",
|
|
304
|
+
"default": "",
|
|
305
|
+
"description": "The title of the presentation.",
|
|
306
|
+
"routing": {
|
|
307
|
+
"send": {
|
|
308
|
+
"property": "title",
|
|
309
|
+
"propertyInDotNotation": false,
|
|
310
|
+
"type": "body",
|
|
311
|
+
"value": "={{ $value }}"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"displayOptions": {
|
|
315
|
+
"show": {
|
|
316
|
+
"resource": [
|
|
317
|
+
"Presentations"
|
|
318
|
+
],
|
|
319
|
+
"operation": [
|
|
320
|
+
"Slides Presentations Create"
|
|
321
|
+
]
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"displayName": "GET /v1/presentations/{presentationId}",
|
|
327
|
+
"name": "operation",
|
|
328
|
+
"type": "notice",
|
|
329
|
+
"typeOptions": {
|
|
330
|
+
"theme": "info"
|
|
331
|
+
},
|
|
332
|
+
"default": "",
|
|
333
|
+
"displayOptions": {
|
|
334
|
+
"show": {
|
|
335
|
+
"resource": [
|
|
336
|
+
"Presentations"
|
|
337
|
+
],
|
|
338
|
+
"operation": [
|
|
339
|
+
"Slides Presentations Get"
|
|
340
|
+
]
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"displayName": "Presentation ID",
|
|
346
|
+
"name": "presentationId",
|
|
347
|
+
"required": true,
|
|
348
|
+
"description": "The ID of the presentation to retrieve.",
|
|
349
|
+
"default": "",
|
|
350
|
+
"type": "string",
|
|
351
|
+
"displayOptions": {
|
|
352
|
+
"show": {
|
|
353
|
+
"resource": [
|
|
354
|
+
"Presentations"
|
|
355
|
+
],
|
|
356
|
+
"operation": [
|
|
357
|
+
"Slides Presentations Get"
|
|
358
|
+
]
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"displayName": "GET /v1/presentations/{presentationId}/pages/{pageObjectId}",
|
|
364
|
+
"name": "operation",
|
|
365
|
+
"type": "notice",
|
|
366
|
+
"typeOptions": {
|
|
367
|
+
"theme": "info"
|
|
368
|
+
},
|
|
369
|
+
"default": "",
|
|
370
|
+
"displayOptions": {
|
|
371
|
+
"show": {
|
|
372
|
+
"resource": [
|
|
373
|
+
"Presentations"
|
|
374
|
+
],
|
|
375
|
+
"operation": [
|
|
376
|
+
"Slides Presentations Pages Get"
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"displayName": "Presentation ID",
|
|
383
|
+
"name": "presentationId",
|
|
384
|
+
"required": true,
|
|
385
|
+
"description": "The ID of the presentation to retrieve.",
|
|
386
|
+
"default": "",
|
|
387
|
+
"type": "string",
|
|
388
|
+
"displayOptions": {
|
|
389
|
+
"show": {
|
|
390
|
+
"resource": [
|
|
391
|
+
"Presentations"
|
|
392
|
+
],
|
|
393
|
+
"operation": [
|
|
394
|
+
"Slides Presentations Pages Get"
|
|
395
|
+
]
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"displayName": "Page Object ID",
|
|
401
|
+
"name": "pageObjectId",
|
|
402
|
+
"required": true,
|
|
403
|
+
"description": "The object ID of the page to retrieve.",
|
|
404
|
+
"default": "",
|
|
405
|
+
"type": "string",
|
|
406
|
+
"displayOptions": {
|
|
407
|
+
"show": {
|
|
408
|
+
"resource": [
|
|
409
|
+
"Presentations"
|
|
410
|
+
],
|
|
411
|
+
"operation": [
|
|
412
|
+
"Slides Presentations Pages Get"
|
|
413
|
+
]
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"displayName": "GET /v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail",
|
|
419
|
+
"name": "operation",
|
|
420
|
+
"type": "notice",
|
|
421
|
+
"typeOptions": {
|
|
422
|
+
"theme": "info"
|
|
423
|
+
},
|
|
424
|
+
"default": "",
|
|
425
|
+
"displayOptions": {
|
|
426
|
+
"show": {
|
|
427
|
+
"resource": [
|
|
428
|
+
"Presentations"
|
|
429
|
+
],
|
|
430
|
+
"operation": [
|
|
431
|
+
"Slides Presentations Pages Get Thumbnail"
|
|
432
|
+
]
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"displayName": "Presentation ID",
|
|
438
|
+
"name": "presentationId",
|
|
439
|
+
"required": true,
|
|
440
|
+
"description": "The ID of the presentation to retrieve.",
|
|
441
|
+
"default": "",
|
|
442
|
+
"type": "string",
|
|
443
|
+
"displayOptions": {
|
|
444
|
+
"show": {
|
|
445
|
+
"resource": [
|
|
446
|
+
"Presentations"
|
|
447
|
+
],
|
|
448
|
+
"operation": [
|
|
449
|
+
"Slides Presentations Pages Get Thumbnail"
|
|
450
|
+
]
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"displayName": "Page Object ID",
|
|
456
|
+
"name": "pageObjectId",
|
|
457
|
+
"required": true,
|
|
458
|
+
"description": "The object ID of the page whose thumbnail to retrieve.",
|
|
459
|
+
"default": "",
|
|
460
|
+
"type": "string",
|
|
461
|
+
"displayOptions": {
|
|
462
|
+
"show": {
|
|
463
|
+
"resource": [
|
|
464
|
+
"Presentations"
|
|
465
|
+
],
|
|
466
|
+
"operation": [
|
|
467
|
+
"Slides Presentations Pages Get Thumbnail"
|
|
468
|
+
]
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"displayName": "Thumbnail Properties Mime Type",
|
|
474
|
+
"name": "thumbnailProperties-mimeType",
|
|
475
|
+
"description": "The optional mime type of the thumbnail image. If you don't specify the mime type, the mime type defaults to PNG.",
|
|
476
|
+
"default": "PNG",
|
|
477
|
+
"type": "options",
|
|
478
|
+
"options": [
|
|
479
|
+
{
|
|
480
|
+
"name": "PNG",
|
|
481
|
+
"value": "PNG"
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
"routing": {
|
|
485
|
+
"send": {
|
|
486
|
+
"type": "query",
|
|
487
|
+
"property": "thumbnailProperties.mimeType",
|
|
488
|
+
"value": "={{ $value }}",
|
|
489
|
+
"propertyInDotNotation": false
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
"displayOptions": {
|
|
493
|
+
"show": {
|
|
494
|
+
"resource": [
|
|
495
|
+
"Presentations"
|
|
496
|
+
],
|
|
497
|
+
"operation": [
|
|
498
|
+
"Slides Presentations Pages Get Thumbnail"
|
|
499
|
+
]
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"displayName": "Thumbnail Properties Thumbnail Size",
|
|
505
|
+
"name": "thumbnailProperties-thumbnailSize",
|
|
506
|
+
"description": "The optional thumbnail image size. If you don't specify the size, the server chooses a default size of the image.",
|
|
507
|
+
"default": "THUMBNAIL_SIZE_UNSPECIFIED",
|
|
508
|
+
"type": "options",
|
|
509
|
+
"options": [
|
|
510
|
+
{
|
|
511
|
+
"name": "THUMBNAIL SIZE UNSPECIFIED",
|
|
512
|
+
"value": "THUMBNAIL_SIZE_UNSPECIFIED"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "LARGE",
|
|
516
|
+
"value": "LARGE"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "MEDIUM",
|
|
520
|
+
"value": "MEDIUM"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "SMALL",
|
|
524
|
+
"value": "SMALL"
|
|
525
|
+
}
|
|
526
|
+
],
|
|
527
|
+
"routing": {
|
|
528
|
+
"send": {
|
|
529
|
+
"type": "query",
|
|
530
|
+
"property": "thumbnailProperties.thumbnailSize",
|
|
531
|
+
"value": "={{ $value }}",
|
|
532
|
+
"propertyInDotNotation": false
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"displayOptions": {
|
|
536
|
+
"show": {
|
|
537
|
+
"resource": [
|
|
538
|
+
"Presentations"
|
|
539
|
+
],
|
|
540
|
+
"operation": [
|
|
541
|
+
"Slides Presentations Pages Get Thumbnail"
|
|
542
|
+
]
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"displayName": "POST /v1/presentations/{presentationId}:batchUpdate",
|
|
548
|
+
"name": "operation",
|
|
549
|
+
"type": "notice",
|
|
550
|
+
"typeOptions": {
|
|
551
|
+
"theme": "info"
|
|
552
|
+
},
|
|
553
|
+
"default": "",
|
|
554
|
+
"displayOptions": {
|
|
555
|
+
"show": {
|
|
556
|
+
"resource": [
|
|
557
|
+
"Presentations"
|
|
558
|
+
],
|
|
559
|
+
"operation": [
|
|
560
|
+
"Slides Presentations Batch Update"
|
|
561
|
+
]
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"displayName": "Presentation ID",
|
|
567
|
+
"name": "presentationId",
|
|
568
|
+
"required": true,
|
|
569
|
+
"description": "The presentation to apply the updates to.",
|
|
570
|
+
"default": "",
|
|
571
|
+
"type": "string",
|
|
572
|
+
"displayOptions": {
|
|
573
|
+
"show": {
|
|
574
|
+
"resource": [
|
|
575
|
+
"Presentations"
|
|
576
|
+
],
|
|
577
|
+
"operation": [
|
|
578
|
+
"Slides Presentations Batch Update"
|
|
579
|
+
]
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"displayName": "Requests",
|
|
585
|
+
"name": "requests",
|
|
586
|
+
"type": "json",
|
|
587
|
+
"default": "[\n {\n \"createImage\": {\n \"elementProperties\": {\n \"size\": {\n \"height\": {},\n \"width\": {}\n },\n \"transform\": {}\n }\n },\n \"createLine\": {\n \"elementProperties\": {}\n },\n \"createParagraphBullets\": {\n \"cellLocation\": {},\n \"textRange\": {}\n },\n \"createShape\": {\n \"elementProperties\": {}\n },\n \"createSheetsChart\": {\n \"elementProperties\": {}\n },\n \"createSlide\": {\n \"placeholderIdMappings\": [\n {\n \"layoutPlaceholder\": {}\n }\n ],\n \"slideLayoutReference\": {}\n },\n \"createTable\": {\n \"elementProperties\": {}\n },\n \"createVideo\": {\n \"elementProperties\": {}\n },\n \"deleteObject\": {},\n \"deleteParagraphBullets\": {\n \"cellLocation\": {},\n \"textRange\": {}\n },\n \"deleteTableColumn\": {\n \"cellLocation\": {}\n },\n \"deleteTableRow\": {\n \"cellLocation\": {}\n },\n \"deleteText\": {\n \"cellLocation\": {},\n \"textRange\": {}\n },\n \"duplicateObject\": {},\n \"groupObjects\": {\n \"childrenObjectIds\": [\n null\n ]\n },\n \"insertTableColumns\": {\n \"cellLocation\": {}\n },\n \"insertTableRows\": {\n \"cellLocation\": {}\n },\n \"insertText\": {\n \"cellLocation\": {}\n },\n \"mergeTableCells\": {\n \"tableRange\": {\n \"location\": {}\n }\n },\n \"refreshSheetsChart\": {},\n \"replaceAllShapesWithImage\": {\n \"containsText\": {},\n \"pageObjectIds\": [\n null\n ]\n },\n \"replaceAllShapesWithSheetsChart\": {\n \"containsText\": {},\n \"pageObjectIds\": [\n null\n ]\n },\n \"replaceAllText\": {\n \"containsText\": {},\n \"pageObjectIds\": [\n null\n ]\n },\n \"replaceImage\": {},\n \"rerouteLine\": {},\n \"ungroupObjects\": {\n \"objectIds\": [\n null\n ]\n },\n \"unmergeTableCells\": {\n \"tableRange\": {}\n },\n \"updateImageProperties\": {\n \"imageProperties\": {\n \"cropProperties\": {},\n \"link\": {},\n \"outline\": {\n \"outlineFill\": {\n \"solidFill\": {\n \"color\": {\n \"rgbColor\": {}\n }\n }\n },\n \"weight\": {}\n },\n \"recolor\": {\n \"recolorStops\": [\n {\n \"color\": {}\n }\n ]\n },\n \"shadow\": {\n \"blurRadius\": {},\n \"color\": {},\n \"transform\": {}\n }\n }\n },\n \"updateLineCategory\": {},\n \"updateLineProperties\": {\n \"lineProperties\": {\n \"endConnection\": {},\n \"lineFill\": {\n \"solidFill\": {}\n },\n \"link\": {},\n \"startConnection\": {},\n \"weight\": {}\n }\n },\n \"updatePageElementAltText\": {},\n \"updatePageElementTransform\": {\n \"transform\": {}\n },\n \"updatePageElementsZOrder\": {\n \"pageElementObjectIds\": [\n null\n ]\n },\n \"updatePageProperties\": {\n \"pageProperties\": {\n \"colorScheme\": {\n \"colors\": [\n {\n \"color\": {}\n }\n ]\n },\n \"pageBackgroundFill\": {\n \"solidFill\": {},\n \"stretchedPictureFill\": {\n \"size\": {}\n }\n }\n }\n },\n \"updateParagraphStyle\": {\n \"cellLocation\": {},\n \"style\": {\n \"indentEnd\": {},\n \"indentFirstLine\": {},\n \"indentStart\": {},\n \"spaceAbove\": {},\n \"spaceBelow\": {}\n },\n \"textRange\": {}\n },\n \"updateShapeProperties\": {\n \"shapeProperties\": {\n \"autofit\": {},\n \"link\": {},\n \"outline\": {},\n \"shadow\": {},\n \"shapeBackgroundFill\": {\n \"solidFill\": {}\n }\n }\n },\n \"updateSlideProperties\": {\n \"slideProperties\": {\n \"notesPage\": {\n \"layoutProperties\": {},\n \"masterProperties\": {},\n \"notesProperties\": {},\n \"pageElements\": [\n {\n \"elementGroup\": {\n \"children\": [\n {}\n ]\n },\n \"image\": {\n \"imageProperties\": {},\n \"placeholder\": {}\n },\n \"line\": {\n \"lineProperties\": {}\n },\n \"shape\": {\n \"placeholder\": {},\n \"shapeProperties\": {},\n \"text\": {\n \"textElements\": [\n {\n \"autoText\": {\n \"style\": {\n \"backgroundColor\": {\n \"opaqueColor\": {}\n },\n \"fontSize\": {},\n \"foregroundColor\": {},\n \"link\": {},\n \"weightedFontFamily\": {}\n }\n },\n \"paragraphMarker\": {\n \"bullet\": {\n \"bulletStyle\": {}\n },\n \"style\": {}\n },\n \"textRun\": {\n \"style\": {}\n }\n }\n ]\n }\n },\n \"sheetsChart\": {\n \"sheetsChartProperties\": {\n \"chartImageProperties\": {}\n }\n },\n \"size\": {},\n \"table\": {\n \"horizontalBorderRows\": [\n {\n \"tableBorderCells\": [\n {\n \"location\": {},\n \"tableBorderProperties\": {\n \"tableBorderFill\": {\n \"solidFill\": {}\n },\n \"weight\": {}\n }\n }\n ]\n }\n ],\n \"tableColumns\": [\n {\n \"columnWidth\": {}\n }\n ],\n \"tableRows\": [\n {\n \"rowHeight\": {},\n \"tableCells\": [\n {\n \"location\": {},\n \"tableCellProperties\": {\n \"tableCellBackgroundFill\": {\n \"solidFill\": {}\n }\n },\n \"text\": {}\n }\n ],\n \"tableRowProperties\": {\n \"minRowHeight\": {}\n }\n }\n ],\n \"verticalBorderRows\": [\n {}\n ]\n },\n \"transform\": {},\n \"video\": {\n \"videoProperties\": {\n \"outline\": {}\n }\n },\n \"wordArt\": {}\n }\n ],\n \"pageProperties\": {},\n \"slideProperties\": {}\n }\n }\n },\n \"updateSlidesPosition\": {\n \"slideObjectIds\": [\n null\n ]\n },\n \"updateTableBorderProperties\": {\n \"tableBorderProperties\": {},\n \"tableRange\": {}\n },\n \"updateTableCellProperties\": {\n \"tableCellProperties\": {},\n \"tableRange\": {}\n },\n \"updateTableColumnProperties\": {\n \"columnIndices\": [\n null\n ],\n \"tableColumnProperties\": {}\n },\n \"updateTableRowProperties\": {\n \"rowIndices\": [\n null\n ],\n \"tableRowProperties\": {}\n },\n \"updateTextStyle\": {\n \"cellLocation\": {},\n \"style\": {},\n \"textRange\": {}\n },\n \"updateVideoProperties\": {\n \"videoProperties\": {}\n }\n }\n]",
|
|
588
|
+
"description": "A list of updates to apply to the presentation.",
|
|
589
|
+
"routing": {
|
|
590
|
+
"send": {
|
|
591
|
+
"property": "requests",
|
|
592
|
+
"propertyInDotNotation": false,
|
|
593
|
+
"type": "body",
|
|
594
|
+
"value": "={{ JSON.parse($value) }}"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"displayOptions": {
|
|
598
|
+
"show": {
|
|
599
|
+
"resource": [
|
|
600
|
+
"Presentations"
|
|
601
|
+
],
|
|
602
|
+
"operation": [
|
|
603
|
+
"Slides Presentations Batch Update"
|
|
604
|
+
]
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"displayName": "Write Control",
|
|
610
|
+
"name": "writeControl",
|
|
611
|
+
"type": "json",
|
|
612
|
+
"default": "{}",
|
|
613
|
+
"description": "Provides control over how write requests are executed.",
|
|
614
|
+
"routing": {
|
|
615
|
+
"send": {
|
|
616
|
+
"property": "writeControl",
|
|
617
|
+
"propertyInDotNotation": false,
|
|
618
|
+
"type": "body",
|
|
619
|
+
"value": "={{ JSON.parse($value) }}"
|
|
620
|
+
}
|
|
621
|
+
},
|
|
622
|
+
"displayOptions": {
|
|
623
|
+
"show": {
|
|
624
|
+
"resource": [
|
|
625
|
+
"Presentations"
|
|
626
|
+
],
|
|
627
|
+
"operation": [
|
|
628
|
+
"Slides Presentations Batch Update"
|
|
629
|
+
]
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
];
|
|
634
|
+
//# sourceMappingURL=index.js.map
|