@googleapis/transcoder 3.0.1 → 4.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 +32 -0
- package/build/v1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.1...transcoder-v4.0.2) (2024-08-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **transcoder:** update the API ([c1833ab](https://github.com/googleapis/google-api-nodejs-client/commit/c1833ab97d3b868a5e2efdb219419129f43641cf))
|
|
9
|
+
* **transcoder:** update the API ([1799ca0](https://github.com/googleapis/google-api-nodejs-client/commit/1799ca0e2b6c03a21e2dfecfcdd20efaf866222f))
|
|
10
|
+
|
|
11
|
+
## [4.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v4.0.0...transcoder-v4.0.1) (2024-08-16)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **transcoder:** update the API ([c1833ab](https://github.com/googleapis/google-api-nodejs-client/commit/c1833ab97d3b868a5e2efdb219419129f43641cf))
|
|
17
|
+
|
|
18
|
+
## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v3.0.1...transcoder-v4.0.0) (2024-05-02)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ⚠ BREAKING CHANGES
|
|
22
|
+
|
|
23
|
+
* This release has breaking changes.
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* run the generator ([#3434](https://github.com/googleapis/google-api-nodejs-client/issues/3434)) ([f0db524](https://github.com/googleapis/google-api-nodejs-client/commit/f0db524bb26f05cea3dec4c0ed66b496399e3857))
|
|
28
|
+
* **transcoder:** update the API ([f32737d](https://github.com/googleapis/google-api-nodejs-client/commit/f32737d987ceda983de8b4d6a1bc6487ffc9435e))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **transcoder:** update the API ([1799ca0](https://github.com/googleapis/google-api-nodejs-client/commit/1799ca0e2b6c03a21e2dfecfcdd20efaf866222f))
|
|
34
|
+
|
|
3
35
|
## [3.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/transcoder-v3.0.0...transcoder-v3.0.1) (2024-05-02)
|
|
4
36
|
|
|
5
37
|
|
package/build/v1.d.ts
CHANGED
|
@@ -950,7 +950,7 @@ export declare namespace transcoder_v1 {
|
|
|
950
950
|
*/
|
|
951
951
|
export interface Schema$Output {
|
|
952
952
|
/**
|
|
953
|
-
* URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
|
|
953
|
+
* URI for the output file(s). For example, `gs://my-bucket/outputs/`. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
|
|
954
954
|
*/
|
|
955
955
|
uri?: string | null;
|
|
956
956
|
}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -990,7 +990,7 @@ export namespace transcoder_v1 {
|
|
|
990
990
|
*/
|
|
991
991
|
export interface Schema$Output {
|
|
992
992
|
/**
|
|
993
|
-
* URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
|
|
993
|
+
* URI for the output file(s). For example, `gs://my-bucket/outputs/`. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
|
|
994
994
|
*/
|
|
995
995
|
uri?: string | null;
|
|
996
996
|
}
|