Skip to content

Commit 9d8d557

Browse files
chore: bump sdk version (#106)
Generated by [generate-sdk](https://github.com/istreamlabs/go-sdk/actions/runs/15122565760) Comment `recreate-me` on this pull request to have it closed and re-created Co-authored-by: mrunal-pp <[email protected]>
1 parent 61d225e commit 9d8d557

File tree

4 files changed

+258
-0
lines changed

4 files changed

+258
-0
lines changed

isp/.openapi-generator/FILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ model_channel_transcode_audio_encoders_inner.go
7676
model_channel_transcode_audio_encoders_inner_eac3.go
7777
model_channel_transcode_audio_encoders_inner_loudness.go
7878
model_channel_transcode_debug_overlays.go
79+
model_channel_transcode_dynamic_resources_value.go
7980
model_channel_transcode_overlays_inner.go
8081
model_channel_transcode_segmenter.go
8182
model_channel_transcode_subtitle_encoders_inner.go

isp/model_channel_transcode.go

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

isp/model_channel_transcode_dynamic_resources_value.go

Lines changed: 163 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/isp.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,25 @@ components:
14041404
- BOTTOM_LEFT
14051405
- BOTTOM_RIGHT
14061406
additionalProperties: false
1407+
dynamic_resources:
1408+
type: object
1409+
description: Configures external dynamic resources which will be downloaded by the transcoder and made available for use in the dynamic state API. Each key in the map is used to identify the resource from any location wishing to reference it (e.g. the dynamic state API).
1410+
additionalProperties:
1411+
type: object
1412+
properties:
1413+
type:
1414+
type: string
1415+
description: Identifies the intended use of this resource.
1416+
enum:
1417+
- GRAPHIC
1418+
- FONT
1419+
example: GRAPHIC
1420+
url:
1421+
type: string
1422+
description: The URL from which the resource will be downloaded.
1423+
format: uri-reference
1424+
example: https://static-wbd-cdn.wbd.com/default_images/wbd-logo-card-1200x675_0.jpg
1425+
additionalProperties: false
14071426
feature_flags:
14081427
type: array
14091428
description: Feature flag strings enable experimental transcode features or functionality that are not yet or never will be promoted to the channeldoc model proper. Do not enable on customer facing channels.
@@ -7732,6 +7751,25 @@ components:
77327751
- BOTTOM_LEFT
77337752
- BOTTOM_RIGHT
77347753
additionalProperties: false
7754+
dynamic_resources:
7755+
type: object
7756+
description: Configures external dynamic resources which will be downloaded by the transcoder and made available for use in the dynamic state API. Each key in the map is used to identify the resource from any location wishing to reference it (e.g. the dynamic state API).
7757+
additionalProperties:
7758+
type: object
7759+
properties:
7760+
type:
7761+
type: string
7762+
description: Identifies the intended use of this resource.
7763+
enum:
7764+
- GRAPHIC
7765+
- FONT
7766+
example: GRAPHIC
7767+
url:
7768+
type: string
7769+
description: The URL from which the resource will be downloaded.
7770+
format: uri-reference
7771+
example: https://static-wbd-cdn.wbd.com/default_images/wbd-logo-card-1200x675_0.jpg
7772+
additionalProperties: false
77357773
feature_flags:
77367774
type: array
77377775
description: Feature flag strings enable experimental transcode features or functionality that are not yet or never will be promoted to the channeldoc model proper. Do not enable on customer facing channels.
@@ -9442,6 +9480,25 @@ components:
94429480
- BOTTOM_LEFT
94439481
- BOTTOM_RIGHT
94449482
additionalProperties: false
9483+
dynamic_resources:
9484+
type: object
9485+
description: Configures external dynamic resources which will be downloaded by the transcoder and made available for use in the dynamic state API. Each key in the map is used to identify the resource from any location wishing to reference it (e.g. the dynamic state API).
9486+
additionalProperties:
9487+
type: object
9488+
properties:
9489+
type:
9490+
type: string
9491+
description: Identifies the intended use of this resource.
9492+
enum:
9493+
- GRAPHIC
9494+
- FONT
9495+
example: GRAPHIC
9496+
url:
9497+
type: string
9498+
description: The URL from which the resource will be downloaded.
9499+
format: uri-reference
9500+
example: https://static-wbd-cdn.wbd.com/default_images/wbd-logo-card-1200x675_0.jpg
9501+
additionalProperties: false
94459502
feature_flags:
94469503
type: array
94479504
description: Feature flag strings enable experimental transcode features or functionality that are not yet or never will be promoted to the channeldoc model proper. Do not enable on customer facing channels.

0 commit comments

Comments
 (0)