@googleapis/texttospeech 1.0.3 → 1.1.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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.0.3...texttospeech-v1.1.0) (2023-11-27)
4
+
5
+
6
+ ### Features
7
+
8
+ * **texttospeech:** update the API ([12a90cf](https://github.com/googleapis/google-api-nodejs-client/commit/12a90cf0c643e7aadc5e4bdaf0520b726e015e0d))
9
+
3
10
  ## [1.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.0.2...texttospeech-v1.0.3) (2023-10-11)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -117,7 +117,7 @@ export declare namespace texttospeech_v1 {
117
117
  */
118
118
  model?: string | null;
119
119
  /**
120
- * Optional. The usage of the synthesized audio to be reported.
120
+ * Optional. Deprecated. The usage of the synthesized audio to be reported.
121
121
  */
122
122
  reportedUsage?: string | null;
123
123
  }
@@ -111,7 +111,7 @@ export declare namespace texttospeech_v1beta1 {
111
111
  */
112
112
  model?: string | null;
113
113
  /**
114
- * Optional. The usage of the synthesized audio to be reported.
114
+ * Optional. Deprecated. The usage of the synthesized audio to be reported.
115
115
  */
116
116
  reportedUsage?: string | null;
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/texttospeech",
3
- "version": "1.0.3",
3
+ "version": "1.1.0",
4
4
  "description": "texttospeech",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -172,7 +172,7 @@ export namespace texttospeech_v1 {
172
172
  */
173
173
  model?: string | null;
174
174
  /**
175
- * Optional. The usage of the synthesized audio to be reported.
175
+ * Optional. Deprecated. The usage of the synthesized audio to be reported.
176
176
  */
177
177
  reportedUsage?: string | null;
178
178
  }
package/v1beta1.ts CHANGED
@@ -166,7 +166,7 @@ export namespace texttospeech_v1beta1 {
166
166
  */
167
167
  model?: string | null;
168
168
  /**
169
- * Optional. The usage of the synthesized audio to be reported.
169
+ * Optional. Deprecated. The usage of the synthesized audio to be reported.
170
170
  */
171
171
  reportedUsage?: string | null;
172
172
  }