@googleapis/texttospeech 1.0.2 → 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 +15 -0
- package/build/v1.d.ts +1 -1
- package/build/v1beta1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v1beta1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
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
|
+
|
|
10
|
+
## [1.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.0.2...texttospeech-v1.0.3) (2023-10-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
|
|
16
|
+
* **texttospeech:** update the API ([9981feb](https://github.com/googleapis/google-api-nodejs-client/commit/9981feb93e97b04f6033742386236effd3191ed5))
|
|
17
|
+
|
|
3
18
|
## [1.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.0.1...texttospeech-v1.0.2) (2023-08-25)
|
|
4
19
|
|
|
5
20
|
|
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
|
}
|
package/build/v1beta1.d.ts
CHANGED
|
@@ -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
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
|
}
|