Skip to content

Commit fe9901f

Browse files
fix(slides): update the API
1 parent 25e5ba7 commit fe9901f

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/apis/slides/v1.ts

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3144,8 +3144,7 @@ export namespace slides_v1 {
31443144
}
31453145
}
31463146

3147-
export interface Params$Resource$Presentations$Batchupdate
3148-
extends StandardParameters {
3147+
export interface Params$Resource$Presentations$Batchupdate extends StandardParameters {
31493148
/**
31503149
* The presentation to apply the updates to.
31513150
*/
@@ -3156,15 +3155,13 @@ export namespace slides_v1 {
31563155
*/
31573156
requestBody?: Schema$BatchUpdatePresentationRequest;
31583157
}
3159-
export interface Params$Resource$Presentations$Create
3160-
extends StandardParameters {
3158+
export interface Params$Resource$Presentations$Create extends StandardParameters {
31613159
/**
31623160
* Request body metadata
31633161
*/
31643162
requestBody?: Schema$Presentation;
31653163
}
3166-
export interface Params$Resource$Presentations$Get
3167-
extends StandardParameters {
3164+
export interface Params$Resource$Presentations$Get extends StandardParameters {
31683165
/**
31693166
* The ID of the presentation to retrieve.
31703167
*/
@@ -3482,8 +3479,7 @@ export namespace slides_v1 {
34823479
}
34833480
}
34843481

3485-
export interface Params$Resource$Presentations$Pages$Get
3486-
extends StandardParameters {
3482+
export interface Params$Resource$Presentations$Pages$Get extends StandardParameters {
34873483
/**
34883484
* The object ID of the page to retrieve.
34893485
*/
@@ -3493,8 +3489,7 @@ export namespace slides_v1 {
34933489
*/
34943490
presentationId?: string;
34953491
}
3496-
export interface Params$Resource$Presentations$Pages$Getthumbnail
3497-
extends StandardParameters {
3492+
export interface Params$Resource$Presentations$Pages$Getthumbnail extends StandardParameters {
34983493
/**
34993494
* The object ID of the page whose thumbnail to retrieve.
35003495
*/

0 commit comments

Comments
 (0)