@googleapis/slides 0.6.1 → 0.7.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.0](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v0.6.1...slides-v0.7.0) (2022-06-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * regenerate index files ([43ae576](https://github.com/googleapis/google-api-nodejs-client/commit/43ae57651332bdf31af52ea3abb9e2934798a404))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **slides:** update the API ([8d26226](https://github.com/googleapis/google-api-nodejs-client/commit/8d262269dc9465f8ed74a7c4b9ecfcc7a6545c08))
14
+
3
15
  ### [0.6.1](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v0.6.0...slides-v0.6.1) (2022-04-01)
4
16
 
5
17
 
package/build/v1.d.ts CHANGED
@@ -1371,7 +1371,7 @@ export declare namespace slides_v1 {
1371
1371
  */
1372
1372
  export interface Schema$ReplaceImageRequest {
1373
1373
  /**
1374
- * The ID of the existing image that will be replaced.
1374
+ * The ID of the existing image that will be replaced. The ID can be retrieved from the response of a get request.
1375
1375
  */
1376
1376
  imageObjectId?: string | null;
1377
1377
  /**
@@ -1379,7 +1379,7 @@ export declare namespace slides_v1 {
1379
1379
  */
1380
1380
  imageReplaceMethod?: string | null;
1381
1381
  /**
1382
- * 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.
1382
+ * 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, cannot exceed 25 megapixels, and must be in PNG, JPEG, or GIF format. The provided URL can't surpass 2 KB in length. The URL is saved with the image, and exposed through the Image.source_url field.
1383
1383
  */
1384
1384
  url?: string | null;
1385
1385
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/slides",
3
- "version": "0.6.1",
3
+ "version": "0.7.0",
4
4
  "description": "slides",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -1421,7 +1421,7 @@ export namespace slides_v1 {
1421
1421
  */
1422
1422
  export interface Schema$ReplaceImageRequest {
1423
1423
  /**
1424
- * The ID of the existing image that will be replaced.
1424
+ * The ID of the existing image that will be replaced. The ID can be retrieved from the response of a get request.
1425
1425
  */
1426
1426
  imageObjectId?: string | null;
1427
1427
  /**
@@ -1429,7 +1429,7 @@ export namespace slides_v1 {
1429
1429
  */
1430
1430
  imageReplaceMethod?: string | null;
1431
1431
  /**
1432
- * 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.
1432
+ * 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, cannot exceed 25 megapixels, and must be in PNG, JPEG, or GIF format. The provided URL can't surpass 2 KB in length. The URL is saved with the image, and exposed through the Image.source_url field.
1433
1433
  */
1434
1434
  url?: string | null;
1435
1435
  }