@googleapis/slides 1.2.0 → 1.2.3

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,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.3](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.2.2...slides-v1.2.3) (2025-03-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **slides:** update the API ([bc96269](https://github.com/googleapis/google-api-nodejs-client/commit/bc962690f53428aa6c43d5cd80ed597cecf01045))
9
+
10
+ ## [1.2.2](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.2.1...slides-v1.2.2) (2025-03-18)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **slides:** update the API ([bc96269](https://github.com/googleapis/google-api-nodejs-client/commit/bc962690f53428aa6c43d5cd80ed597cecf01045))
16
+
17
+ ## [1.2.1](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.2.0...slides-v1.2.1) (2025-03-18)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **slides:** update the API ([bc96269](https://github.com/googleapis/google-api-nodejs-client/commit/bc962690f53428aa6c43d5cd80ed597cecf01045))
23
+
3
24
  ## [1.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/slides-v1.1.1...slides-v1.2.0) (2024-05-02)
4
25
 
5
26
 
package/build/v1.d.ts CHANGED
@@ -105,19 +105,19 @@ export declare namespace slides_v1 {
105
105
  unit?: string | null;
106
106
  }
107
107
  /**
108
- * The autofit properties of a Shape.
108
+ * The autofit properties of a Shape. This property is only set for shapes that allow text.
109
109
  */
110
110
  export interface Schema$Autofit {
111
111
  /**
112
- * The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit type is inherited from a parent placeholder if it exists. The field is automatically set to NONE if a request is made that might affect text fitting within its bounding text box. In this case the font_scale is applied to the font_size and the line_spacing_reduction is applied to the line_spacing. Both properties are also reset to default values.
112
+ * The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit type is inherited from a parent placeholder if it exists. The field is automatically set to NONE if a request is made that might affect text fitting within its bounding text box. In this case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to the line_spacing. Both properties are also reset to default values.
113
113
  */
114
114
  autofitType?: string | null;
115
115
  /**
116
- * The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives the font size that is rendered in the editor. This property is read-only.
116
+ * The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives the font size that's rendered in the editor. This property is read-only.
117
117
  */
118
118
  fontScale?: number | null;
119
119
  /**
120
- * The line spacing reduction applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted from the line_spacing gives the line spacing that is rendered in the editor. This property is read-only.
120
+ * The line spacing reduction applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted from the line_spacing gives the line spacing that's rendered in the editor. This property is read-only.
121
121
  */
122
122
  lineSpacingReduction?: number | null;
123
123
  }
@@ -798,7 +798,7 @@ export declare namespace slides_v1 {
798
798
  */
799
799
  connectedObjectId?: string | null;
800
800
  /**
801
- * The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the "cnx" attribute in section 20.1.9.9 and Annex H. "Predefined DrawingML Shape and Text Geometries" of "Office Open XML File Formats-Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
801
+ * The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in both the description of the "cxn" attribute in section 20.1.9.9 and "Annex H. Example Predefined DrawingML Shape and Text Geometries" of "Office Open XML File Formats - Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th edition](https://ecma-international.org/publications-and-standards/standards/ecma-376/). The position of each connection site can also be viewed from Slides editor.
802
802
  */
803
803
  connectionSiteIndex?: number | null;
804
804
  }
@@ -1685,7 +1685,7 @@ export declare namespace slides_v1 {
1685
1685
  type?: string | null;
1686
1686
  }
1687
1687
  /**
1688
- * A PageElement kind representing a generic shape that does not have a more specific classification.
1688
+ * A PageElement kind representing a generic shape that doesn't have a more specific classification. For more information, see [Size and position page elements](https://developers.google.com/slides/api/guides/transform).
1689
1689
  */
1690
1690
  export interface Schema$Shape {
1691
1691
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/slides",
3
- "version": "1.2.0",
3
+ "version": "1.2.3",
4
4
  "description": "slides",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -158,19 +158,19 @@ export namespace slides_v1 {
158
158
  unit?: string | null;
159
159
  }
160
160
  /**
161
- * The autofit properties of a Shape.
161
+ * The autofit properties of a Shape. This property is only set for shapes that allow text.
162
162
  */
163
163
  export interface Schema$Autofit {
164
164
  /**
165
- * The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit type is inherited from a parent placeholder if it exists. The field is automatically set to NONE if a request is made that might affect text fitting within its bounding text box. In this case the font_scale is applied to the font_size and the line_spacing_reduction is applied to the line_spacing. Both properties are also reset to default values.
165
+ * The autofit type of the shape. If the autofit type is AUTOFIT_TYPE_UNSPECIFIED, the autofit type is inherited from a parent placeholder if it exists. The field is automatically set to NONE if a request is made that might affect text fitting within its bounding text box. In this case, the font_scale is applied to the font_size and the line_spacing_reduction is applied to the line_spacing. Both properties are also reset to default values.
166
166
  */
167
167
  autofitType?: string | null;
168
168
  /**
169
- * The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives the font size that is rendered in the editor. This property is read-only.
169
+ * The font scale applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 1. For TEXT_AUTOFIT, this value multiplied by the font_size gives the font size that's rendered in the editor. This property is read-only.
170
170
  */
171
171
  fontScale?: number | null;
172
172
  /**
173
- * The line spacing reduction applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted from the line_spacing gives the line spacing that is rendered in the editor. This property is read-only.
173
+ * The line spacing reduction applied to the shape. For shapes with autofit_type NONE or SHAPE_AUTOFIT, this value is the default value of 0. For TEXT_AUTOFIT, this value subtracted from the line_spacing gives the line spacing that's rendered in the editor. This property is read-only.
174
174
  */
175
175
  lineSpacingReduction?: number | null;
176
176
  }
@@ -849,7 +849,7 @@ export namespace slides_v1 {
849
849
  */
850
850
  connectedObjectId?: string | null;
851
851
  /**
852
- * The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in the description of the "cnx" attribute in section 20.1.9.9 and Annex H. "Predefined DrawingML Shape and Text Geometries" of "Office Open XML File Formats-Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th edition] (http://www.ecma-international.org/publications/standards/Ecma-376.htm). The position of each connection site can also be viewed from Slides editor.
852
+ * The index of the connection site on the connected page element. In most cases, it corresponds to the predefined connection site index from the ECMA-376 standard. More information on those connection sites can be found in both the description of the "cxn" attribute in section 20.1.9.9 and "Annex H. Example Predefined DrawingML Shape and Text Geometries" of "Office Open XML File Formats - Fundamentals and Markup Language Reference", part 1 of [ECMA-376 5th edition](https://ecma-international.org/publications-and-standards/standards/ecma-376/). The position of each connection site can also be viewed from Slides editor.
853
853
  */
854
854
  connectionSiteIndex?: number | null;
855
855
  }
@@ -1734,7 +1734,7 @@ export namespace slides_v1 {
1734
1734
  type?: string | null;
1735
1735
  }
1736
1736
  /**
1737
- * A PageElement kind representing a generic shape that does not have a more specific classification.
1737
+ * A PageElement kind representing a generic shape that doesn't have a more specific classification. For more information, see [Size and position page elements](https://developers.google.com/slides/api/guides/transform).
1738
1738
  */
1739
1739
  export interface Schema$Shape {
1740
1740
  /**