@googleapis/slides 1.0.0 → 1.0.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.0.0...slides-v1.0.1) (2022-12-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **slides:** update the API ([78fbcbd](https://github.com/googleapis/google-api-nodejs-client/commit/78fbcbdd4e336d95f507160ebb7b6d25e4816763))
9
+
3
10
  ## [1.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v0.7.3...slides-v1.0.0) (2022-10-28)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -220,7 +220,7 @@ export declare namespace slides_v1 {
220
220
  */
221
221
  export interface Schema$CreateImageRequest {
222
222
  /**
223
- * The element properties for the image. When the aspect ratio of the provided size does not match the image aspect ratio, the image is scaled and centered with respect to the size in order to maintain aspect ratio. The provided transform is applied after this operation. The PageElementProperties.size property is optional. If you don't specify the size, the default size of the image is used. The PageElementProperties.transform property is optional. If you don't specify a transform, the image will be placed at the top left corner of the page.
223
+ * The element properties for the image. When the aspect ratio of the provided size does not match the image aspect ratio, the image is scaled and centered with respect to the size in order to maintain the aspect ratio. The provided transform is applied after this operation. The PageElementProperties.size property is optional. If you don't specify the size, the default size of the image is used. The PageElementProperties.transform property is optional. If you don't specify a transform, the image will be placed at the top-left corner of the page.
224
224
  */
225
225
  elementProperties?: Schema$PageElementProperties;
226
226
  /**
@@ -228,7 +228,7 @@ export declare namespace slides_v1 {
228
228
  */
229
229
  objectId?: string | null;
230
230
  /**
231
- * The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length. The URL itself is saved with the image, and exposed via the Image.source_url field.
231
+ * The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50 MB in size, can't exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF formats. The provided URL can be up to 2 KB in length. The URL is saved with the image, and exposed through the Image.source_url field.
232
232
  */
233
233
  url?: string | null;
234
234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/slides",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "slides",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -38,6 +38,6 @@
38
38
  "ts-loader": "^9.0.0",
39
39
  "typescript": "~4.8.4",
40
40
  "webpack": "^5.0.0",
41
- "webpack-cli": "^4.0.0"
41
+ "webpack-cli": "^5.0.0"
42
42
  }
43
43
  }
package/v1.ts CHANGED
@@ -273,7 +273,7 @@ export namespace slides_v1 {
273
273
  */
274
274
  export interface Schema$CreateImageRequest {
275
275
  /**
276
- * The element properties for the image. When the aspect ratio of the provided size does not match the image aspect ratio, the image is scaled and centered with respect to the size in order to maintain aspect ratio. The provided transform is applied after this operation. The PageElementProperties.size property is optional. If you don't specify the size, the default size of the image is used. The PageElementProperties.transform property is optional. If you don't specify a transform, the image will be placed at the top left corner of the page.
276
+ * The element properties for the image. When the aspect ratio of the provided size does not match the image aspect ratio, the image is scaled and centered with respect to the size in order to maintain the aspect ratio. The provided transform is applied after this operation. The PageElementProperties.size property is optional. If you don't specify the size, the default size of the image is used. The PageElementProperties.transform property is optional. If you don't specify a transform, the image will be placed at the top-left corner of the page.
277
277
  */
278
278
  elementProperties?: Schema$PageElementProperties;
279
279
  /**
@@ -281,7 +281,7 @@ export namespace slides_v1 {
281
281
  */
282
282
  objectId?: string | null;
283
283
  /**
284
- * The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50MB in size, cannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF format. The provided URL can be at most 2 kB in length. The URL itself is saved with the image, and exposed via the Image.source_url field.
284
+ * The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation. Images must be less than 50 MB in size, can't exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF formats. The provided URL can be up to 2 KB in length. The URL is saved with the image, and exposed through the Image.source_url field.
285
285
  */
286
286
  url?: string | null;
287
287
  }