@remavideo/sdk 0.17.1 → 0.17.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/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -2300,4 +2300,4 @@ declare const selectAudio: "AUDIO";
|
|
|
2300
2300
|
declare const selectCaptions: "CAPTIONS";
|
|
2301
2301
|
declare const selectAll: "ALL";
|
|
2302
2302
|
|
|
2303
|
-
export { type AllSubscriptionSpec, type AppRouter, type AudioRenditionOptions, type AudioSubscriptionSpec, type AzureSpeechLocale, type AzureTargetLanguageCode, AzureTranslateNode, type AzureTranslateSettings, type AzureVoiceName, BaseNode, BufferNode, type BufferSettings, CambAiTranslateNode, type CambAiTranslateSettings, type CaptionMode, CaptionSourceNode, type CaptionSourceSettings, type CaptionsSubscriptionSpec, Cea608EncoderNode, type Cea608EncoderSettings, type CodecSpec, FfprobeMonitorNode, type FfprobeMonitorSettings, FileInputNode, type FileInputSettings, FileOutputNode, type FileOutputSettings, GateNode, type GateSettings, GeminiTranslateNode, type GeminiTranslateSettings, type HealthStatus, type HlsDestination, HlsOutputNode, type HlsOutputSettings, type MonitorDescriptorMsg, type MonitorEventMsg, type NodeCallbacks, type NodeEventKind, type NodeEvents, type NodeNotificationKind, type NodeState, NodeStreamInputNode, type NodeStreamInputSettings, OpenAiTranslateNode, type OpenAiTranslateSettings, type OpenAiTranslateTargetLanguage, type PipelineSnapshot, Rema, type RemaClientOptions, RtmpAnnouncerNode, type RtmpAnnouncerSettings, type RtmpConnectionInfo, RtmpMultiplexerNode, type RtmpMultiplexerSettings, RtmpOutputNode, type RtmpOutputSettings, RtmpReaderNode, type RtmpReaderSettings, RtmpStreamNode, SrtAnnouncerNode, type SrtAnnouncerSettings, type SrtConnectionInfo, SrtOutputNode, type SrtOutputSettings, SrtReaderNode, type SrtReaderSettings, type StreamSelector, type SubscriptionSpec, type SystemResourceUsageMsg, type TrackInfo, type VideoRendition, type VideoRenditionOptions, type VideoSubscriptionSpec, type VisEdge, type VisNode, Workflow, type WorkflowCallbacks, type WorkflowEvents, type WorkflowInfo, type WorkflowResourceUsageMsg, createNodeStreamInputNode, selectAll, selectAudio, selectCaptions, selectVideo };
|
|
2303
|
+
export { type AllSubscriptionSpec, type AppRouter, type AudioRenditionOptions, type AudioSubscriptionSpec, type AzureSpeechLocale, type AzureTargetLanguageCode, AzureTranslateNode, type AzureTranslateSettings, type AzureVoiceName, BaseNode, BufferNode, type BufferSettings, CambAiTranslateNode, type CambAiTranslateSettings, type CaptionMode, CaptionSourceNode, type CaptionSourceSettings, type CaptionsSubscriptionSpec, Cea608EncoderNode, type Cea608EncoderSettings, type CodecSpec, FfprobeMonitorNode, type FfprobeMonitorSettings, FileInputNode, type FileInputSettings, FileOutputNode, type FileOutputSettings, GateNode, type GateSettings, GeminiTranslateNode, type GeminiTranslateSettings, type HealthStatus, type HlsAllSubscriptionSpec, type HlsAudioSubscriptionSpec, type HlsDestination, HlsOutputNode, type HlsOutputSettings, type HlsSubscriptionSpec, type HlsVideoSubscriptionSpec, type MonitorDescriptorMsg, type MonitorEventMsg, type NodeCallbacks, type NodeEventKind, type NodeEvents, type NodeNotificationKind, type NodeState, NodeStreamInputNode, type NodeStreamInputSettings, OpenAiTranslateNode, type OpenAiTranslateSettings, type OpenAiTranslateTargetLanguage, type PipelineSnapshot, Rema, type RemaClientOptions, RtmpAnnouncerNode, type RtmpAnnouncerSettings, type RtmpConnectionInfo, RtmpMultiplexerNode, type RtmpMultiplexerSettings, RtmpOutputNode, type RtmpOutputSettings, RtmpReaderNode, type RtmpReaderSettings, RtmpStreamNode, SrtAnnouncerNode, type SrtAnnouncerSettings, type SrtConnectionInfo, SrtOutputNode, type SrtOutputSettings, SrtReaderNode, type SrtReaderSettings, type StreamSelector, type SubscriptionSpec, type SystemResourceUsageMsg, type TrackInfo, type VideoRendition, type VideoRenditionOptions, type VideoSubscriptionSpec, type VisEdge, type VisNode, Workflow, type WorkflowCallbacks, type WorkflowEvents, type WorkflowInfo, type WorkflowResourceUsageMsg, createNodeStreamInputNode, selectAll, selectAudio, selectCaptions, selectVideo };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remavideo/sdk",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"tsx": "^4.21.0",
|
|
33
33
|
"typescript": "^5.8.3",
|
|
34
34
|
"vitest": "^3.0.0",
|
|
35
|
-
"@remavideo/server": "0.17.
|
|
35
|
+
"@remavideo/server": "0.17.2"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "tsup",
|