@googleapis/texttospeech 1.3.1 → 1.4.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,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.4.0...texttospeech-v1.4.1) (2024-08-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **texttospeech:** update the API ([c9e1e37](https://github.com/googleapis/google-api-nodejs-client/commit/c9e1e374cc6c6e578d81c57c41b6b95e6e21c4f1))
9
+
10
+ ## [1.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.3.1...texttospeech-v1.4.0) (2024-05-02)
11
+
12
+
13
+ ### Features
14
+
15
+ * **texttospeech:** update the API ([1464272](https://github.com/googleapis/google-api-nodejs-client/commit/1464272e8e41a476457834b5044b4019afe9e519))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **texttospeech:** update the API ([366a3fc](https://github.com/googleapis/google-api-nodejs-client/commit/366a3fc5e1e88c28e0500dbd72970b52bfa442e0))
21
+
3
22
  ## [1.3.1](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.3.0...texttospeech-v1.3.1) (2024-05-02)
4
23
 
5
24
 
package/build/v1.d.ts CHANGED
@@ -252,7 +252,7 @@ export declare namespace texttospeech_v1 {
252
252
  */
253
253
  audioConfig?: Schema$AudioConfig;
254
254
  /**
255
- * Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
255
+ * Required. The Synthesizer requires either plain text or SSML as input.
256
256
  */
257
257
  input?: Schema$SynthesisInput;
258
258
  /**
@@ -241,7 +241,7 @@ export declare namespace texttospeech_v1beta1 {
241
241
  */
242
242
  audioConfig?: Schema$AudioConfig;
243
243
  /**
244
- * Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
244
+ * Required. The Synthesizer requires either plain text or SSML as input.
245
245
  */
246
246
  input?: Schema$SynthesisInput;
247
247
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/texttospeech",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "description": "texttospeech",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -300,7 +300,7 @@ export namespace texttospeech_v1 {
300
300
  */
301
301
  audioConfig?: Schema$AudioConfig;
302
302
  /**
303
- * Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
303
+ * Required. The Synthesizer requires either plain text or SSML as input.
304
304
  */
305
305
  input?: Schema$SynthesisInput;
306
306
  /**
package/v1beta1.ts CHANGED
@@ -290,7 +290,7 @@ export namespace texttospeech_v1beta1 {
290
290
  */
291
291
  audioConfig?: Schema$AudioConfig;
292
292
  /**
293
- * Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
293
+ * Required. The Synthesizer requires either plain text or SSML as input.
294
294
  */
295
295
  input?: Schema$SynthesisInput;
296
296
  /**