@googleapis/slides 1.0.5 → 1.1.1
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/CHANGELOG.md +14 -0
- package/build/v1.d.ts +26 -0
- package/build/v1.js +5 -0
- package/build/v1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +31 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.1.1](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.1.0...slides-v1.1.1) (2024-05-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **slides:** update the API ([3e4be4b](https://github.com/googleapis/google-api-nodejs-client/commit/3e4be4b9af47252b6b59de71255b08b2643f63df))
|
|
9
|
+
|
|
10
|
+
## [1.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.0.5...slides-v1.1.0) (2024-04-04)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* **slides:** update the API ([2f1749c](https://github.com/googleapis/google-api-nodejs-client/commit/2f1749cf582745263fbf4efe15f993f177aa2a93))
|
|
16
|
+
|
|
3
17
|
## [1.0.5](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.0.4...slides-v1.0.5) (2023-10-11)
|
|
4
18
|
|
|
5
19
|
|
package/build/v1.d.ts
CHANGED
|
@@ -1070,6 +1070,10 @@ export declare namespace slides_v1 {
|
|
|
1070
1070
|
* The size of the page element.
|
|
1071
1071
|
*/
|
|
1072
1072
|
size?: Schema$Size;
|
|
1073
|
+
/**
|
|
1074
|
+
* A Speaker Spotlight.
|
|
1075
|
+
*/
|
|
1076
|
+
speakerSpotlight?: Schema$SpeakerSpotlight;
|
|
1073
1077
|
/**
|
|
1074
1078
|
* A table page element.
|
|
1075
1079
|
*/
|
|
@@ -1820,6 +1824,28 @@ export declare namespace slides_v1 {
|
|
|
1820
1824
|
*/
|
|
1821
1825
|
color?: Schema$OpaqueColor;
|
|
1822
1826
|
}
|
|
1827
|
+
/**
|
|
1828
|
+
* A PageElement kind representing a Speaker Spotlight.
|
|
1829
|
+
*/
|
|
1830
|
+
export interface Schema$SpeakerSpotlight {
|
|
1831
|
+
/**
|
|
1832
|
+
* The properties of the Speaker Spotlight.
|
|
1833
|
+
*/
|
|
1834
|
+
speakerSpotlightProperties?: Schema$SpeakerSpotlightProperties;
|
|
1835
|
+
}
|
|
1836
|
+
/**
|
|
1837
|
+
* The properties of the SpeakerSpotlight.
|
|
1838
|
+
*/
|
|
1839
|
+
export interface Schema$SpeakerSpotlightProperties {
|
|
1840
|
+
/**
|
|
1841
|
+
* The outline of the Speaker Spotlight. If not set, it has no outline.
|
|
1842
|
+
*/
|
|
1843
|
+
outline?: Schema$Outline;
|
|
1844
|
+
/**
|
|
1845
|
+
* The shadow of the Speaker Spotlight. If not set, it has no shadow.
|
|
1846
|
+
*/
|
|
1847
|
+
shadow?: Schema$Shadow;
|
|
1848
|
+
}
|
|
1823
1849
|
/**
|
|
1824
1850
|
* The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container.
|
|
1825
1851
|
*/
|
package/build/v1.js
CHANGED
|
@@ -65,6 +65,7 @@ var slides_v1;
|
|
|
65
65
|
options: Object.assign({
|
|
66
66
|
url: (rootUrl + '/v1/presentations/{presentationId}:batchUpdate').replace(/([^:]\/)\/+/g, '$1'),
|
|
67
67
|
method: 'POST',
|
|
68
|
+
apiVersion: '',
|
|
68
69
|
}, options),
|
|
69
70
|
params,
|
|
70
71
|
requiredParams: ['presentationId'],
|
|
@@ -96,6 +97,7 @@ var slides_v1;
|
|
|
96
97
|
options: Object.assign({
|
|
97
98
|
url: (rootUrl + '/v1/presentations').replace(/([^:]\/)\/+/g, '$1'),
|
|
98
99
|
method: 'POST',
|
|
100
|
+
apiVersion: '',
|
|
99
101
|
}, options),
|
|
100
102
|
params,
|
|
101
103
|
requiredParams: [],
|
|
@@ -127,6 +129,7 @@ var slides_v1;
|
|
|
127
129
|
options: Object.assign({
|
|
128
130
|
url: (rootUrl + '/v1/presentations/{+presentationId}').replace(/([^:]\/)\/+/g, '$1'),
|
|
129
131
|
method: 'GET',
|
|
132
|
+
apiVersion: '',
|
|
130
133
|
}, options),
|
|
131
134
|
params,
|
|
132
135
|
requiredParams: ['presentationId'],
|
|
@@ -165,6 +168,7 @@ var slides_v1;
|
|
|
165
168
|
url: (rootUrl +
|
|
166
169
|
'/v1/presentations/{presentationId}/pages/{pageObjectId}').replace(/([^:]\/)\/+/g, '$1'),
|
|
167
170
|
method: 'GET',
|
|
171
|
+
apiVersion: '',
|
|
168
172
|
}, options),
|
|
169
173
|
params,
|
|
170
174
|
requiredParams: ['presentationId', 'pageObjectId'],
|
|
@@ -197,6 +201,7 @@ var slides_v1;
|
|
|
197
201
|
url: (rootUrl +
|
|
198
202
|
'/v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail').replace(/([^:]\/)\/+/g, '$1'),
|
|
199
203
|
method: 'GET',
|
|
204
|
+
apiVersion: '',
|
|
200
205
|
}, options),
|
|
201
206
|
params,
|
|
202
207
|
requiredParams: ['presentationId', 'pageObjectId'],
|
package/build/v1.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../v1.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,uDAAuD;AACvD,sDAAsD;AACtD,0DAA0D;AAC1D,oDAAoD;AACpD,4CAA4C;AAE5C,yDAe2B;AAG3B,IAAiB,SAAS,
|
|
1
|
+
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../v1.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -1119,6 +1119,10 @@ export namespace slides_v1 {
|
|
|
1119
1119
|
* The size of the page element.
|
|
1120
1120
|
*/
|
|
1121
1121
|
size?: Schema$Size;
|
|
1122
|
+
/**
|
|
1123
|
+
* A Speaker Spotlight.
|
|
1124
|
+
*/
|
|
1125
|
+
speakerSpotlight?: Schema$SpeakerSpotlight;
|
|
1122
1126
|
/**
|
|
1123
1127
|
* A table page element.
|
|
1124
1128
|
*/
|
|
@@ -1869,6 +1873,28 @@ export namespace slides_v1 {
|
|
|
1869
1873
|
*/
|
|
1870
1874
|
color?: Schema$OpaqueColor;
|
|
1871
1875
|
}
|
|
1876
|
+
/**
|
|
1877
|
+
* A PageElement kind representing a Speaker Spotlight.
|
|
1878
|
+
*/
|
|
1879
|
+
export interface Schema$SpeakerSpotlight {
|
|
1880
|
+
/**
|
|
1881
|
+
* The properties of the Speaker Spotlight.
|
|
1882
|
+
*/
|
|
1883
|
+
speakerSpotlightProperties?: Schema$SpeakerSpotlightProperties;
|
|
1884
|
+
}
|
|
1885
|
+
/**
|
|
1886
|
+
* The properties of the SpeakerSpotlight.
|
|
1887
|
+
*/
|
|
1888
|
+
export interface Schema$SpeakerSpotlightProperties {
|
|
1889
|
+
/**
|
|
1890
|
+
* The outline of the Speaker Spotlight. If not set, it has no outline.
|
|
1891
|
+
*/
|
|
1892
|
+
outline?: Schema$Outline;
|
|
1893
|
+
/**
|
|
1894
|
+
* The shadow of the Speaker Spotlight. If not set, it has no shadow.
|
|
1895
|
+
*/
|
|
1896
|
+
shadow?: Schema$Shadow;
|
|
1897
|
+
}
|
|
1872
1898
|
/**
|
|
1873
1899
|
* The stretched picture fill. The page or page element is filled entirely with the specified picture. The picture is stretched to fit its container.
|
|
1874
1900
|
*/
|
|
@@ -2718,6 +2744,7 @@ export namespace slides_v1 {
|
|
|
2718
2744
|
rootUrl + '/v1/presentations/{presentationId}:batchUpdate'
|
|
2719
2745
|
).replace(/([^:]\/)\/+/g, '$1'),
|
|
2720
2746
|
method: 'POST',
|
|
2747
|
+
apiVersion: '',
|
|
2721
2748
|
},
|
|
2722
2749
|
options
|
|
2723
2750
|
),
|
|
@@ -2804,6 +2831,7 @@ export namespace slides_v1 {
|
|
|
2804
2831
|
{
|
|
2805
2832
|
url: (rootUrl + '/v1/presentations').replace(/([^:]\/)\/+/g, '$1'),
|
|
2806
2833
|
method: 'POST',
|
|
2834
|
+
apiVersion: '',
|
|
2807
2835
|
},
|
|
2808
2836
|
options
|
|
2809
2837
|
),
|
|
@@ -2891,6 +2919,7 @@ export namespace slides_v1 {
|
|
|
2891
2919
|
'$1'
|
|
2892
2920
|
),
|
|
2893
2921
|
method: 'GET',
|
|
2922
|
+
apiVersion: '',
|
|
2894
2923
|
},
|
|
2895
2924
|
options
|
|
2896
2925
|
),
|
|
@@ -3012,6 +3041,7 @@ export namespace slides_v1 {
|
|
|
3012
3041
|
'/v1/presentations/{presentationId}/pages/{pageObjectId}'
|
|
3013
3042
|
).replace(/([^:]\/)\/+/g, '$1'),
|
|
3014
3043
|
method: 'GET',
|
|
3044
|
+
apiVersion: '',
|
|
3015
3045
|
},
|
|
3016
3046
|
options
|
|
3017
3047
|
),
|
|
@@ -3099,6 +3129,7 @@ export namespace slides_v1 {
|
|
|
3099
3129
|
'/v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail'
|
|
3100
3130
|
).replace(/([^:]\/)\/+/g, '$1'),
|
|
3101
3131
|
method: 'GET',
|
|
3132
|
+
apiVersion: '',
|
|
3102
3133
|
},
|
|
3103
3134
|
options
|
|
3104
3135
|
),
|