@googleapis/slides 1.0.1 → 1.0.2

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.2](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.0.1...slides-v1.0.2) (2023-03-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **slides:** update the API ([e835d6b](https://github.com/googleapis/google-api-nodejs-client/commit/e835d6b5ca981c9a060b45d1fb6908484db09426))
9
+
3
10
  ## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.0.0...slides-v1.0.1) (2022-12-22)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -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 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.
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 must be publicly accessible and 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.1",
3
+ "version": "1.0.2",
4
4
  "description": "slides",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -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 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.
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 must be publicly accessible and 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
  }