diff --git a/docs/README.md b/docs/README.md index a253b17..3f846d4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,8 +6,7 @@ ### Modules -- [client](modules/client.md) -- [components](modules/components.md) +- [client/BridgeClient](modules/client_BridgeClient.md) - [components/displays](modules/components_displays.md) - [components/endpoints](modules/components_endpoints.md) - [components/eventsource](modules/components_eventsource.md) @@ -15,7 +14,7 @@ - [components/hologram](modules/components_hologram.md) - [components/messageHandler](modules/components_messageHandler.md) - [components/orchestration](modules/components_orchestration.md) -- [index](modules/index.md) +- [components/types](modules/components_types.md) - [playlists/playlist](modules/playlists_playlist.md) - [playlists/playlistItems](modules/playlists_playlistItems.md) - [schemas/defaults](modules/schemas_defaults.md) diff --git a/docs/classes/client.BridgeClient.md b/docs/classes/client_BridgeClient.BridgeClient.md similarity index 52% rename from docs/classes/client.BridgeClient.md rename to docs/classes/client_BridgeClient.BridgeClient.md index 8ea8583..7569716 100644 --- a/docs/classes/client.BridgeClient.md +++ b/docs/classes/client_BridgeClient.BridgeClient.md @@ -1,62 +1,62 @@ -[@lookingglass/bridge](../README.md) / [client](../modules/client.md) / BridgeClient +[@lookingglass/bridge](../README.md) / [client/BridgeClient](../modules/client_BridgeClient.md) / BridgeClient # Class: BridgeClient -[client](../modules/client.md).BridgeClient +[client/BridgeClient](../modules/client_BridgeClient.md).BridgeClient ## Table of contents ### Constructors -- [constructor](client.BridgeClient.md#constructor) +- [constructor](client_BridgeClient.BridgeClient.md#constructor) ### Properties -- [currentPlaylistIndex](client.BridgeClient.md#currentplaylistindex) -- [currentPlaylistItemIndex](client.BridgeClient.md#currentplaylistitemindex) -- [isCastPending](client.BridgeClient.md#iscastpending) -- [isConnected](client.BridgeClient.md#isconnected) -- [isDisconnecting](client.BridgeClient.md#isdisconnecting) -- [manualDisconnect](client.BridgeClient.md#manualdisconnect) -- [playlists](client.BridgeClient.md#playlists) -- [version](client.BridgeClient.md#version) -- [eventsource](client.BridgeClient.md#eventsource) -- [fallback](client.BridgeClient.md#fallback) -- [instance](client.BridgeClient.md#instance) -- [verbosity](client.BridgeClient.md#verbosity) +- [currentPlaylistIndex](client_BridgeClient.BridgeClient.md#currentplaylistindex) +- [currentPlaylistItemIndex](client_BridgeClient.BridgeClient.md#currentplaylistitemindex) +- [isCastPending](client_BridgeClient.BridgeClient.md#iscastpending) +- [isConnected](client_BridgeClient.BridgeClient.md#isconnected) +- [isDisconnecting](client_BridgeClient.BridgeClient.md#isdisconnecting) +- [manualDisconnect](client_BridgeClient.BridgeClient.md#manualdisconnect) +- [playlists](client_BridgeClient.BridgeClient.md#playlists) +- [version](client_BridgeClient.BridgeClient.md#version) +- [eventsource](client_BridgeClient.BridgeClient.md#eventsource) +- [fallback](client_BridgeClient.BridgeClient.md#fallback) +- [instance](client_BridgeClient.BridgeClient.md#instance) +- [verbosity](client_BridgeClient.BridgeClient.md#verbosity) ### Methods -- [addEventListener](client.BridgeClient.md#addeventlistener) -- [apiVersion](client.BridgeClient.md#apiversion) -- [cast](client.BridgeClient.md#cast) -- [connect](client.BridgeClient.md#connect) -- [createAutoStartPlaylist](client.BridgeClient.md#createautostartplaylist) -- [createOrchestration](client.BridgeClient.md#createorchestration) -- [deletePlaylist](client.BridgeClient.md#deleteplaylist) -- [disconnect](client.BridgeClient.md#disconnect) -- [error](client.BridgeClient.md#error) -- [getAutoStartPlaylist](client.BridgeClient.md#getautostartplaylist) -- [getCurrentHologram](client.BridgeClient.md#getcurrenthologram) -- [getDisplays](client.BridgeClient.md#getdisplays) -- [getVerbosity](client.BridgeClient.md#getverbosity) -- [getVersion](client.BridgeClient.md#getversion) -- [log](client.BridgeClient.md#log) -- [next](client.BridgeClient.md#next) -- [pause](client.BridgeClient.md#pause) -- [play](client.BridgeClient.md#play) -- [playStudioPlaylist](client.BridgeClient.md#playstudioplaylist) -- [previous](client.BridgeClient.md#previous) -- [removeEventListener](client.BridgeClient.md#removeeventlistener) -- [seek](client.BridgeClient.md#seek) -- [setAutoStartPlaylist](client.BridgeClient.md#setautostartplaylist) -- [setVerbosity](client.BridgeClient.md#setverbosity) -- [showWindow](client.BridgeClient.md#showwindow) -- [status](client.BridgeClient.md#status) -- [stopStudioPlaylist](client.BridgeClient.md#stopstudioplaylist) -- [updateCurrentHologram](client.BridgeClient.md#updatecurrenthologram) -- [warn](client.BridgeClient.md#warn) -- [getInstance](client.BridgeClient.md#getinstance) +- [addEventListener](client_BridgeClient.BridgeClient.md#addeventlistener) +- [apiVersion](client_BridgeClient.BridgeClient.md#apiversion) +- [cast](client_BridgeClient.BridgeClient.md#cast) +- [connect](client_BridgeClient.BridgeClient.md#connect) +- [createAutoStartPlaylist](client_BridgeClient.BridgeClient.md#createautostartplaylist) +- [createOrchestration](client_BridgeClient.BridgeClient.md#createorchestration) +- [deletePlaylist](client_BridgeClient.BridgeClient.md#deleteplaylist) +- [disconnect](client_BridgeClient.BridgeClient.md#disconnect) +- [error](client_BridgeClient.BridgeClient.md#error) +- [getAutoStartPlaylist](client_BridgeClient.BridgeClient.md#getautostartplaylist) +- [getCurrentHologram](client_BridgeClient.BridgeClient.md#getcurrenthologram) +- [getDisplays](client_BridgeClient.BridgeClient.md#getdisplays) +- [getVerbosity](client_BridgeClient.BridgeClient.md#getverbosity) +- [getVersion](client_BridgeClient.BridgeClient.md#getversion) +- [log](client_BridgeClient.BridgeClient.md#log) +- [next](client_BridgeClient.BridgeClient.md#next) +- [pause](client_BridgeClient.BridgeClient.md#pause) +- [play](client_BridgeClient.BridgeClient.md#play) +- [playStudioPlaylist](client_BridgeClient.BridgeClient.md#playstudioplaylist) +- [previous](client_BridgeClient.BridgeClient.md#previous) +- [removeEventListener](client_BridgeClient.BridgeClient.md#removeeventlistener) +- [seek](client_BridgeClient.BridgeClient.md#seek) +- [setAutoStartPlaylist](client_BridgeClient.BridgeClient.md#setautostartplaylist) +- [setVerbosity](client_BridgeClient.BridgeClient.md#setverbosity) +- [showWindow](client_BridgeClient.BridgeClient.md#showwindow) +- [status](client_BridgeClient.BridgeClient.md#status) +- [stopStudioPlaylist](client_BridgeClient.BridgeClient.md#stopstudioplaylist) +- [updateCurrentHologram](client_BridgeClient.BridgeClient.md#updatecurrenthologram) +- [warn](client_BridgeClient.BridgeClient.md#warn) +- [getInstance](client_BridgeClient.BridgeClient.md#getinstance) ## Constructors @@ -125,7 +125,7 @@ ___ ### version -• **version**: [`BridgeVersion`](../modules/components.md#bridgeversion) +• **version**: [`BridgeVersion`](../modules/components_types.md#bridgeversion) the version of the Looking Glass Driver that's running @@ -147,7 +147,7 @@ ___ ### instance -▪ `Static` **instance**: [`BridgeClient`](client.BridgeClient.md) +▪ `Static` **instance**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) the instance of the client that we create, BridgeClient is a singleton, there can only be one @@ -188,13 +188,13 @@ ___ ### apiVersion -▸ **apiVersion**(): `Promise`<{ `response`: [`BridgeVersion`](../modules/components.md#bridgeversion) ; `success`: `boolean` }\> +▸ **apiVersion**(): `Promise`<{ `response`: [`BridgeVersion`](../modules/components_types.md#bridgeversion) ; `success`: `boolean` }\> A helper function to get the version of the Looking Glass Bridge API #### Returns -`Promise`<{ `response`: [`BridgeVersion`](../modules/components.md#bridgeversion) ; `success`: `boolean` }\> +`Promise`<{ `response`: [`BridgeVersion`](../modules/components_types.md#bridgeversion) ; `success`: `boolean` }\> the current version of the Looking Glass API @@ -220,19 +220,19 @@ ___ ### connect -▸ **connect**(): `Promise`<{ `response`: { `orchestration`: `string` ; `version`: [`BridgeVersion`](../modules/components.md#bridgeversion) } ; `success`: `boolean` }\> +▸ **connect**(): `Promise`<{ `response`: { `orchestration`: `string` ; `version`: [`BridgeVersion`](../modules/components_types.md#bridgeversion) } ; `success`: `boolean` }\> Attempt to connect to Looking Glass Bridge. #### Returns -`Promise`<{ `response`: { `orchestration`: `string` ; `version`: [`BridgeVersion`](../modules/components.md#bridgeversion) } ; `success`: `boolean` }\> +`Promise`<{ `response`: { `orchestration`: `string` ; `version`: [`BridgeVersion`](../modules/components_types.md#bridgeversion) } ; `success`: `boolean` }\> ___ ### createAutoStartPlaylist -▸ **createAutoStartPlaylist**(`args`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **createAutoStartPlaylist**(`args`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> set a playlist to auto-start, requires that all files are local on the system @@ -245,7 +245,7 @@ set a playlist to auto-start, requires that all files are local on the system #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ @@ -271,7 +271,7 @@ ___ ### deletePlaylist -▸ **deletePlaylist**(`playlist`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **deletePlaylist**(`playlist`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Delete the instance of the playlist from Bridge, this will stop the playlist from playing if it's active. @@ -283,7 +283,7 @@ Delete the instance of the playlist from Bridge, this will stop the playlist fro #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ @@ -319,13 +319,13 @@ ___ ### getAutoStartPlaylist -▸ **getAutoStartPlaylist**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_path: { value: string; type: "WSTRING"; name: string; }; playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **getAutoStartPlaylist**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; playlist\_path: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Get the current playlist that is set to start automatically #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_path: { value: string; type: "WSTRING"; name: string; }; playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; playlist\_path: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ @@ -366,13 +366,13 @@ ___ ### getVersion -▸ **getVersion**(): `Promise`<{ `response`: [`BridgeVersion`](../modules/components.md#bridgeversion) ; `success`: `boolean` }\> +▸ **getVersion**(): `Promise`<{ `response`: [`BridgeVersion`](../modules/components_types.md#bridgeversion) ; `success`: `boolean` }\> A helper function to get the version of Looking Glass Bridge that is running. #### Returns -`Promise`<{ `response`: [`BridgeVersion`](../modules/components.md#bridgeversion) ; `success`: `boolean` }\> +`Promise`<{ `response`: [`BridgeVersion`](../modules/components_types.md#bridgeversion) ; `success`: `boolean` }\> string of the version of Looking Glass Bridge that is running @@ -398,43 +398,43 @@ ___ ### next -▸ **next**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **next**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Got to the next playlist item #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ ### pause -▸ **pause**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **pause**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Pause the currently playing playlist #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ ### play -▸ **play**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **play**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Play the currently instanced playlist #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ ### playStudioPlaylist -▸ **playStudioPlaylist**(`playlistPath`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; id?: { value: string; type: "WSTRING"; name: string; } \| undefined; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **playStudioPlaylist**(`playlistPath`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; id?: { value: string; name: string; type: "WSTRING"; } \| undefined; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Play a Playlist created by Looking Glass Studio, requires the full path to the playlist.json file. @@ -446,19 +446,19 @@ Play a Playlist created by Looking Glass Studio, requires the full path to the p #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; id?: { value: string; type: "WSTRING"; name: string; } \| undefined; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; id?: { value: string; name: string; type: "WSTRING"; } \| undefined; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ ### previous -▸ **previous**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **previous**(): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Go to the previous playlist item #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ @@ -487,7 +487,7 @@ ___ ### seek -▸ **seek**(`index`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **seek**(`index`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Seek to a specific item in a playlist @@ -499,13 +499,13 @@ Seek to a specific item in a playlist #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ ### setAutoStartPlaylist -▸ **setAutoStartPlaylist**(`args`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **setAutoStartPlaylist**(`args`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Choose a Playlist that exists on the local file system to set as the start up playlist @@ -519,7 +519,7 @@ Choose a Playlist that exists on the local file system to set as the start up pl #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ @@ -543,7 +543,7 @@ ___ ### showWindow -▸ **showWindow**(`showWindow`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **showWindow**(`showWindow`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> changes the state of the Looking Glass Bridge Window @@ -555,7 +555,7 @@ changes the state of the Looking Glass Bridge Window #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ @@ -587,7 +587,7 @@ ___ ### updateCurrentHologram -▸ **updateCurrentHologram**<`T`\>(`«destructured»`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +▸ **updateCurrentHologram**<`T`\>(`«destructured»`): `Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> Update the parameters of the current hologram @@ -595,7 +595,7 @@ Update the parameters of the current hologram | Name | Type | | :------ | :------ | -| `T` | extends ``"focus"`` \| ``"depth_loc"`` \| ``"depth_inversion"`` \| ``"chroma_depth"`` \| ``"depthiness"`` \| ``"depth_cutoff"`` \| ``"zoom"`` \| ``"crop_pos_x"`` \| ``"crop_pos_y"`` | +| `T` | extends ``"focus"`` \| ``"crop_pos_x"`` \| ``"crop_pos_y"`` \| ``"zoom"`` \| ``"depth_loc"`` \| ``"depth_inversion"`` \| ``"chroma_depth"`` \| ``"depthiness"`` \| ``"depth_cutoff"`` | #### Parameters @@ -608,7 +608,7 @@ Update the parameters of the current hologram #### Returns -`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status } ; `success`: `boolean` }\> +`Promise`<{ `response`: ``null`` \| { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status } ; `success`: `boolean` }\> ___ @@ -632,8 +632,8 @@ ___ ### getInstance -▸ `Static` **getInstance**(): [`BridgeClient`](client.BridgeClient.md) +▸ `Static` **getInstance**(): [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Returns -[`BridgeClient`](client.BridgeClient.md) +[`BridgeClient`](client_BridgeClient.BridgeClient.md) diff --git a/docs/classes/components_messageHandler.MessageHandler.md b/docs/classes/components_messageHandler.MessageHandler.md index 1367656..4d8e4e1 100644 --- a/docs/classes/components_messageHandler.MessageHandler.md +++ b/docs/classes/components_messageHandler.MessageHandler.md @@ -71,7 +71,7 @@ | :------ | :------ | | `args` | `Object` | | `args.bridgeEventName` | `E` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | ## Properties @@ -83,7 +83,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) ## Methods diff --git a/docs/classes/components_messageHandler.MonitorConnectedMessageHandler.md b/docs/classes/components_messageHandler.MonitorConnectedMessageHandler.md index fb43387..9679a29 100644 --- a/docs/classes/components_messageHandler.MonitorConnectedMessageHandler.md +++ b/docs/classes/components_messageHandler.MonitorConnectedMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; head\_index: { value: number; type: "UNSIGNED\_INT"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; ... 7 ... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; x: { value: number; name: string; type: "INT"; }; y: { value: number; name: string; type: "INT"; }; ... 7 more ...; width: { ...; }; }; name: string; type: "VARIANT\_MAP"; } | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.MonitorDisconnectedMessageHandler.md b/docs/classes/components_messageHandler.MonitorDisconnectedMessageHandler.md index e3d4586..e6409ab 100644 --- a/docs/classes/components_messageHandler.MonitorDisconnectedMessageHandler.md +++ b/docs/classes/components_messageHandler.MonitorDisconnectedMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.NewItemPlayingMessageHandler.md b/docs/classes/components_messageHandler.NewItemPlayingMessageHandler.md index bc419ed..f6d8f1f 100644 --- a/docs/classes/components_messageHandler.NewItemPlayingMessageHandler.md +++ b/docs/classes/components_messageHandler.NewItemPlayingMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| ... 9 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; playlist\_name: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| ... 9 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.PlaylistDeleteMessageHandler.md b/docs/classes/components_messageHandler.PlaylistDeleteMessageHandler.md index 4728d0a..3c6deb3 100644 --- a/docs/classes/components_messageHandler.PlaylistDeleteMessageHandler.md +++ b/docs/classes/components_messageHandler.PlaylistDeleteMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: str... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_M... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.PlaylistInsertMessageHandler.md b/docs/classes/components_messageHandler.PlaylistInsertMessageHandler.md index 3d6e51b..24b6ed3 100644 --- a/docs/classes/components_messageHandler.PlaylistInsertMessageHandler.md +++ b/docs/classes/components_messageHandler.PlaylistInsertMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; uri: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VA... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; index: { value: number; name: string; type: "UNSIGNED\_INT"; }; uri: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: str... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.PlaylistInstanceMessageHandler.md b/docs/classes/components_messageHandler.PlaylistInstanceMessageHandler.md index 6d90f3b..ad81628 100644 --- a/docs/classes/components_messageHandler.PlaylistInstanceMessageHandler.md +++ b/docs/classes/components_messageHandler.PlaylistInstanceMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: str... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_M... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.ProgressCompletionMessageHandler.md b/docs/classes/components_messageHandler.ProgressCompletionMessageHandler.md index e5634c6..16e71e4 100644 --- a/docs/classes/components_messageHandler.ProgressCompletionMessageHandler.md +++ b/docs/classes/components_messageHandler.ProgressCompletionMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.ProgressStartMessageHandler.md b/docs/classes/components_messageHandler.ProgressStartMessageHandler.md index 9c6a323..5790831 100644 --- a/docs/classes/components_messageHandler.ProgressStartMessageHandler.md +++ b/docs/classes/components_messageHandler.ProgressStartMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.ProgressUpdateMessageHandler.md b/docs/classes/components_messageHandler.ProgressUpdateMessageHandler.md index 361545a..a5e1c2a 100644 --- a/docs/classes/components_messageHandler.ProgressUpdateMessageHandler.md +++ b/docs/classes/components_messageHandler.ProgressUpdateMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.SyncPlayPlaylistCancelledMessageHandler.md b/docs/classes/components_messageHandler.SyncPlayPlaylistCancelledMessageHandler.md index 8811779..ec8791b 100644 --- a/docs/classes/components_messageHandler.SyncPlayPlaylistCancelledMessageHandler.md +++ b/docs/classes/components_messageHandler.SyncPlayPlaylistCancelledMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.SyncPlayPlaylistCompleteMessageHandler.md b/docs/classes/components_messageHandler.SyncPlayPlaylistCompleteMessageHandler.md index ab0d598..c5f9eff 100644 --- a/docs/classes/components_messageHandler.SyncPlayPlaylistCompleteMessageHandler.md +++ b/docs/classes/components_messageHandler.SyncPlayPlaylistCompleteMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/classes/components_messageHandler.SyncPlayPlaylistMessageHandler.md b/docs/classes/components_messageHandler.SyncPlayPlaylistMessageHandler.md index 2d9b895..f5fd4d3 100644 --- a/docs/classes/components_messageHandler.SyncPlayPlaylistMessageHandler.md +++ b/docs/classes/components_messageHandler.SyncPlayPlaylistMessageHandler.md @@ -36,7 +36,7 @@ | Name | Type | | :------ | :------ | | `args` | `Object` | -| `args.client` | [`BridgeClient`](client.BridgeClient.md) | +| `args.client` | [`BridgeClient`](client_BridgeClient.BridgeClient.md) | #### Overrides @@ -56,7 +56,7 @@ ___ ### client -• **client**: [`BridgeClient`](client.BridgeClient.md) +• **client**: [`BridgeClient`](client_BridgeClient.BridgeClient.md) #### Inherited from @@ -74,9 +74,9 @@ ___ | :------ | :------ | :------ | | `message` | `Object` | `undefined` | | `message.name` | `string` | `schema.name` | -| `message.orchestration` | { value: string; type: "WSTRING"; name: string; } | `undefined` | -| `message.payload` | { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | -| `message.status` | { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } | `schema.status` | +| `message.orchestration` | { value: string; name: string; type: "WSTRING"; } | `undefined` | +| `message.payload` | { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... | `undefined` | +| `message.status` | { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } | `schema.status` | #### Returns diff --git a/docs/interfaces/components.BridgeOrchestration.md b/docs/interfaces/components.BridgeOrchestration.md deleted file mode 100644 index 1fb4b0e..0000000 --- a/docs/interfaces/components.BridgeOrchestration.md +++ /dev/null @@ -1,31 +0,0 @@ -[@lookingglass/bridge](../README.md) / [components](../modules/components.md) / BridgeOrchestration - -# Interface: BridgeOrchestration - -[components](../modules/components.md).BridgeOrchestration - -## Table of contents - -### Properties - -- [name](components.BridgeOrchestration.md#name) -- [type](components.BridgeOrchestration.md#type) -- [value](components.BridgeOrchestration.md#value) - -## Properties - -### name - -• **name**: ``"orchestration"`` - -___ - -### type - -• **type**: [`BridgeType`](../modules/components.md#bridgetype) - -___ - -### value - -• **value**: ``""`` diff --git a/docs/interfaces/components.BridgePayload.md b/docs/interfaces/components.BridgePayload.md deleted file mode 100644 index 30406e4..0000000 --- a/docs/interfaces/components.BridgePayload.md +++ /dev/null @@ -1,39 +0,0 @@ -[@lookingglass/bridge](../README.md) / [components](../modules/components.md) / BridgePayload - -# Interface: BridgePayload - -[components](../modules/components.md).BridgePayload - -## Table of contents - -### Properties - -- [name](components.BridgePayload.md#name) -- [orchestration](components.BridgePayload.md#orchestration) -- [payload](components.BridgePayload.md#payload) - -## Properties - -### name - -• **name**: ``"value"`` - -___ - -### orchestration - -• **orchestration**: [`BridgeOrchestration`](components.BridgeOrchestration.md) - -___ - -### payload - -• **payload**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `name` | ``"payload"`` | -| `type` | [`BridgeType`](../modules/components.md#bridgetype) | -| `value` | [`BridgeValueMap`](components.BridgeValueMap.md) | diff --git a/docs/interfaces/components.BridgeValue.md b/docs/interfaces/components.BridgeValue.md deleted file mode 100644 index c38f9a2..0000000 --- a/docs/interfaces/components.BridgeValue.md +++ /dev/null @@ -1,31 +0,0 @@ -[@lookingglass/bridge](../README.md) / [components](../modules/components.md) / BridgeValue - -# Interface: BridgeValue - -[components](../modules/components.md).BridgeValue - -## Table of contents - -### Properties - -- [name](components.BridgeValue.md#name) -- [type](components.BridgeValue.md#type) -- [value](components.BridgeValue.md#value) - -## Properties - -### name - -• **name**: `string` - -___ - -### type - -• **type**: [`BridgeType`](../modules/components.md#bridgetype) - -___ - -### value - -• **value**: `string` \| `number` \| `boolean` \| { `x`: `number` ; `y`: `number` } diff --git a/docs/interfaces/components.BridgeValueMap.md b/docs/interfaces/components.BridgeValueMap.md deleted file mode 100644 index 6bbf1c9..0000000 --- a/docs/interfaces/components.BridgeValueMap.md +++ /dev/null @@ -1,9 +0,0 @@ -[@lookingglass/bridge](../README.md) / [components](../modules/components.md) / BridgeValueMap - -# Interface: BridgeValueMap - -[components](../modules/components.md).BridgeValueMap - -## Indexable - -▪ [key: `string`]: [`BridgeValue`](components.BridgeValue.md) diff --git a/docs/interfaces/components.ClientResponse.md b/docs/interfaces/components.ClientResponse.md deleted file mode 100644 index 850eca8..0000000 --- a/docs/interfaces/components.ClientResponse.md +++ /dev/null @@ -1,17 +0,0 @@ -[@lookingglass/bridge](../README.md) / [components](../modules/components.md) / ClientResponse - -# Interface: ClientResponse - -[components](../modules/components.md).ClientResponse - -## Table of contents - -### Properties - -- [success](components.ClientResponse.md#success) - -## Properties - -### success - -• **success**: `boolean` diff --git a/docs/interfaces/components_displays.Display.md b/docs/interfaces/components_displays.Display.md index 1b26023..b186ada 100644 --- a/docs/interfaces/components_displays.Display.md +++ b/docs/interfaces/components_displays.Display.md @@ -31,22 +31,22 @@ ___ ### hardwareVersion -• **hardwareVersion**: [`BridgeValue`](components.BridgeValue.md) +• **hardwareVersion**: [`BridgeValue`](components_types.BridgeValue.md) ___ ### index -• **index**: [`BridgeValue`](components.BridgeValue.md) +• **index**: [`BridgeValue`](components_types.BridgeValue.md) ___ ### state -• **state**: [`BridgeValue`](components.BridgeValue.md) +• **state**: [`BridgeValue`](components_types.BridgeValue.md) ___ ### windowCoords -• **windowCoords**: [`BridgeValue`](components.BridgeValue.md) +• **windowCoords**: [`BridgeValue`](components_types.BridgeValue.md) diff --git a/docs/interfaces/components_types.BridgeOrchestration.md b/docs/interfaces/components_types.BridgeOrchestration.md new file mode 100644 index 0000000..4c8be8c --- /dev/null +++ b/docs/interfaces/components_types.BridgeOrchestration.md @@ -0,0 +1,31 @@ +[@lookingglass/bridge](../README.md) / [components/types](../modules/components_types.md) / BridgeOrchestration + +# Interface: BridgeOrchestration + +[components/types](../modules/components_types.md).BridgeOrchestration + +## Table of contents + +### Properties + +- [name](components_types.BridgeOrchestration.md#name) +- [type](components_types.BridgeOrchestration.md#type) +- [value](components_types.BridgeOrchestration.md#value) + +## Properties + +### name + +• **name**: ``"orchestration"`` + +___ + +### type + +• **type**: [`BridgeType`](../modules/components_types.md#bridgetype) + +___ + +### value + +• **value**: ``""`` diff --git a/docs/interfaces/components_types.BridgePayload.md b/docs/interfaces/components_types.BridgePayload.md new file mode 100644 index 0000000..21989d9 --- /dev/null +++ b/docs/interfaces/components_types.BridgePayload.md @@ -0,0 +1,39 @@ +[@lookingglass/bridge](../README.md) / [components/types](../modules/components_types.md) / BridgePayload + +# Interface: BridgePayload + +[components/types](../modules/components_types.md).BridgePayload + +## Table of contents + +### Properties + +- [name](components_types.BridgePayload.md#name) +- [orchestration](components_types.BridgePayload.md#orchestration) +- [payload](components_types.BridgePayload.md#payload) + +## Properties + +### name + +• **name**: ``"value"`` + +___ + +### orchestration + +• **orchestration**: [`BridgeOrchestration`](components_types.BridgeOrchestration.md) + +___ + +### payload + +• **payload**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `name` | ``"payload"`` | +| `type` | [`BridgeType`](../modules/components_types.md#bridgetype) | +| `value` | [`BridgeValueMap`](components_types.BridgeValueMap.md) | diff --git a/docs/interfaces/components_types.BridgeValue.md b/docs/interfaces/components_types.BridgeValue.md new file mode 100644 index 0000000..1504b39 --- /dev/null +++ b/docs/interfaces/components_types.BridgeValue.md @@ -0,0 +1,31 @@ +[@lookingglass/bridge](../README.md) / [components/types](../modules/components_types.md) / BridgeValue + +# Interface: BridgeValue + +[components/types](../modules/components_types.md).BridgeValue + +## Table of contents + +### Properties + +- [name](components_types.BridgeValue.md#name) +- [type](components_types.BridgeValue.md#type) +- [value](components_types.BridgeValue.md#value) + +## Properties + +### name + +• **name**: `string` + +___ + +### type + +• **type**: [`BridgeType`](../modules/components_types.md#bridgetype) + +___ + +### value + +• **value**: `string` \| `number` \| `boolean` \| { `x`: `number` ; `y`: `number` } diff --git a/docs/interfaces/components_types.BridgeValueMap.md b/docs/interfaces/components_types.BridgeValueMap.md new file mode 100644 index 0000000..da27ec9 --- /dev/null +++ b/docs/interfaces/components_types.BridgeValueMap.md @@ -0,0 +1,9 @@ +[@lookingglass/bridge](../README.md) / [components/types](../modules/components_types.md) / BridgeValueMap + +# Interface: BridgeValueMap + +[components/types](../modules/components_types.md).BridgeValueMap + +## Indexable + +▪ [key: `string`]: [`BridgeValue`](components_types.BridgeValue.md) diff --git a/docs/modules/client.md b/docs/modules/client.md deleted file mode 100644 index 2508ee2..0000000 --- a/docs/modules/client.md +++ /dev/null @@ -1,9 +0,0 @@ -[@lookingglass/bridge](../README.md) / client - -# Module: client - -## Table of contents - -### Classes - -- [BridgeClient](../classes/client.BridgeClient.md) diff --git a/docs/modules/client_BridgeClient.md b/docs/modules/client_BridgeClient.md new file mode 100644 index 0000000..df503d5 --- /dev/null +++ b/docs/modules/client_BridgeClient.md @@ -0,0 +1,9 @@ +[@lookingglass/bridge](../README.md) / client/BridgeClient + +# Module: client/BridgeClient + +## Table of contents + +### Classes + +- [BridgeClient](../classes/client_BridgeClient.BridgeClient.md) diff --git a/docs/modules/components_endpoints.md b/docs/modules/components_endpoints.md index a738d80..10bfa36 100644 --- a/docs/modules/components_endpoints.md +++ b/docs/modules/components_endpoints.md @@ -141,7 +141,7 @@ ___ | Name | Type | | :------ | :------ | -| `T` | extends ``"show_window"`` \| ``"insert_playlist_entry"`` \| ``"instance_studio_playlist"`` \| ``"bridge_version"`` \| ``"api_version"`` \| ``"get_autostart_playlist"`` \| ``"set_named_autostart_playlist"`` \| ``"set_autostart_playlist"`` \| ``"available_output_devices"`` \| ``"enter_orchestration"`` \| ``"exit_orchestration"`` \| ``"instance_playlist"`` \| ``"delete_playlist"`` \| ``"update_playlist_entry"`` \| ``"update_current_entry"`` \| ``"transport_control_play"`` \| ``"transport_control_pause"`` \| ``"transport_control_next"`` \| ``"transport_control_previous"`` \| ``"transport_control_seek_to_index"`` \| ``"play_playlist"`` | +| `T` | extends ``"show_window"`` \| ``"instance_studio_playlist"`` \| ``"bridge_version"`` \| ``"api_version"`` \| ``"set_named_autostart_playlist"`` \| ``"get_autostart_playlist"`` \| ``"set_autostart_playlist"`` \| ``"available_output_devices"`` \| ``"enter_orchestration"`` \| ``"exit_orchestration"`` \| ``"instance_playlist"`` \| ``"delete_playlist"`` \| ``"insert_playlist_entry"`` \| ``"update_playlist_entry"`` \| ``"update_current_entry"`` \| ``"transport_control_play"`` \| ``"transport_control_pause"`` \| ``"transport_control_next"`` \| ``"transport_control_previous"`` \| ``"transport_control_seek_to_index"`` \| ``"play_playlist"`` | #### Parameters diff --git a/docs/modules/components.md b/docs/modules/components_types.md similarity index 56% rename from docs/modules/components.md rename to docs/modules/components_types.md index 7bcdfe7..645fa23 100644 --- a/docs/modules/components.md +++ b/docs/modules/components_types.md @@ -1,21 +1,20 @@ -[@lookingglass/bridge](../README.md) / components +[@lookingglass/bridge](../README.md) / components/types -# Module: components +# Module: components/types ## Table of contents ### Interfaces -- [BridgeOrchestration](../interfaces/components.BridgeOrchestration.md) -- [BridgePayload](../interfaces/components.BridgePayload.md) -- [BridgeValue](../interfaces/components.BridgeValue.md) -- [BridgeValueMap](../interfaces/components.BridgeValueMap.md) -- [ClientResponse](../interfaces/components.ClientResponse.md) +- [BridgeOrchestration](../interfaces/components_types.BridgeOrchestration.md) +- [BridgePayload](../interfaces/components_types.BridgePayload.md) +- [BridgeValue](../interfaces/components_types.BridgeValue.md) +- [BridgeValueMap](../interfaces/components_types.BridgeValueMap.md) ### Type Aliases -- [BridgeType](components.md#bridgetype) -- [BridgeVersion](components.md#bridgeversion) +- [BridgeType](components_types.md#bridgetype) +- [BridgeVersion](components_types.md#bridgeversion) ## Type Aliases diff --git a/docs/modules/index.md b/docs/modules/index.md deleted file mode 100644 index dcdfe01..0000000 --- a/docs/modules/index.md +++ /dev/null @@ -1,267 +0,0 @@ -[@lookingglass/bridge](../README.md) / index - -# Module: index - -## Table of contents - -### References - -- [BridgeClient](index.md#bridgeclient) -- [HologramClasses](index.md#hologramclasses) -- [HologramParamMap](index.md#hologramparammap) -- [HologramSettings](index.md#hologramsettings) -- [HologramType](index.md#hologramtype) -- [MessageHandler](index.md#messagehandler) -- [MonitorConnectedMessageHandler](index.md#monitorconnectedmessagehandler) -- [MonitorDisconnectedMessageHandler](index.md#monitordisconnectedmessagehandler) -- [NewItemPlayingMessageHandler](index.md#newitemplayingmessagehandler) -- [Playlist](index.md#playlist) -- [PlaylistArgs](index.md#playlistargs) -- [PlaylistDeleteMessageHandler](index.md#playlistdeletemessagehandler) -- [PlaylistInsertMessageHandler](index.md#playlistinsertmessagehandler) -- [PlaylistInstanceMessageHandler](index.md#playlistinstancemessagehandler) -- [PlaylistItemArgs](index.md#playlistitemargs) -- [PlaylistItemType](index.md#playlistitemtype) -- [PlaylistType](index.md#playlisttype) -- [ProgressCompletionMessageHandler](index.md#progresscompletionmessagehandler) -- [ProgressStartMessageHandler](index.md#progressstartmessagehandler) -- [ProgressUpdateMessageHandler](index.md#progressupdatemessagehandler) -- [QuiltHologram](index.md#quilthologram) -- [QuiltHologramArgs](index.md#quilthologramargs) -- [QuiltPlaylistItem](index.md#quiltplaylistitem) -- [RGBDHologram](index.md#rgbdhologram) -- [RGBDHologramArgs](index.md#rgbdhologramargs) -- [RGBDPlaylistItem](index.md#rgbdplaylistitem) -- [SyncPlayPlaylistCancelledMessageHandler](index.md#syncplayplaylistcancelledmessagehandler) -- [SyncPlayPlaylistCompleteMessageHandler](index.md#syncplayplaylistcompletemessagehandler) -- [SyncPlayPlaylistMessageHandler](index.md#syncplayplaylistmessagehandler) -- [defaults](index.md#defaults) -- [getPlayPlaylistJsonArgs](index.md#getplayplaylistjsonargs) -- [hologramFactory](index.md#hologramfactory) -- [hologramMap](index.md#hologrammap) -- [hologramParamMap](index.md#hologramparammap-1) -- [hologramTypeSchema](index.md#hologramtypeschema) -- [hologramTypes](index.md#hologramtypes) -- [parameterNames](index.md#parameternames) - -## References - -### BridgeClient - -Re-exports [BridgeClient](../classes/client.BridgeClient.md) - -___ - -### HologramClasses - -Re-exports [HologramClasses](../interfaces/schemas_schema_hologram.HologramClasses.md) - -___ - -### HologramParamMap - -Re-exports [HologramParamMap](schemas_schema_parameters.md#hologramparammap) - -___ - -### HologramSettings - -Re-exports [HologramSettings](schemas_schema_hologram.md#hologramsettings) - -___ - -### HologramType - -Re-exports [HologramType](components_hologram.md#hologramtype) - -___ - -### MessageHandler - -Re-exports [MessageHandler](../classes/components_messageHandler.MessageHandler.md) - -___ - -### MonitorConnectedMessageHandler - -Re-exports [MonitorConnectedMessageHandler](../classes/components_messageHandler.MonitorConnectedMessageHandler.md) - -___ - -### MonitorDisconnectedMessageHandler - -Re-exports [MonitorDisconnectedMessageHandler](../classes/components_messageHandler.MonitorDisconnectedMessageHandler.md) - -___ - -### NewItemPlayingMessageHandler - -Re-exports [NewItemPlayingMessageHandler](../classes/components_messageHandler.NewItemPlayingMessageHandler.md) - -___ - -### Playlist - -Re-exports [Playlist](../classes/playlists_playlist.Playlist.md) - -___ - -### PlaylistArgs - -Re-exports [PlaylistArgs](../interfaces/playlists_playlist.PlaylistArgs.md) - -___ - -### PlaylistDeleteMessageHandler - -Re-exports [PlaylistDeleteMessageHandler](../classes/components_messageHandler.PlaylistDeleteMessageHandler.md) - -___ - -### PlaylistInsertMessageHandler - -Re-exports [PlaylistInsertMessageHandler](../classes/components_messageHandler.PlaylistInsertMessageHandler.md) - -___ - -### PlaylistInstanceMessageHandler - -Re-exports [PlaylistInstanceMessageHandler](../classes/components_messageHandler.PlaylistInstanceMessageHandler.md) - -___ - -### PlaylistItemArgs - -Re-exports [PlaylistItemArgs](../interfaces/playlists_playlistItems.PlaylistItemArgs.md) - -___ - -### PlaylistItemType - -Re-exports [PlaylistItemType](playlists_playlist.md#playlistitemtype) - -___ - -### PlaylistType - -Re-exports [PlaylistType](../interfaces/playlists_playlist.PlaylistType.md) - -___ - -### ProgressCompletionMessageHandler - -Re-exports [ProgressCompletionMessageHandler](../classes/components_messageHandler.ProgressCompletionMessageHandler.md) - -___ - -### ProgressStartMessageHandler - -Re-exports [ProgressStartMessageHandler](../classes/components_messageHandler.ProgressStartMessageHandler.md) - -___ - -### ProgressUpdateMessageHandler - -Re-exports [ProgressUpdateMessageHandler](../classes/components_messageHandler.ProgressUpdateMessageHandler.md) - -___ - -### QuiltHologram - -Re-exports [QuiltHologram](../classes/components_hologram.QuiltHologram.md) - -___ - -### QuiltHologramArgs - -Re-exports [QuiltHologramArgs](schemas_schema_hologram.md#quilthologramargs) - -___ - -### QuiltPlaylistItem - -Re-exports [QuiltPlaylistItem](../classes/playlists_playlistItems.QuiltPlaylistItem.md) - -___ - -### RGBDHologram - -Re-exports [RGBDHologram](../classes/components_hologram.RGBDHologram.md) - -___ - -### RGBDHologramArgs - -Re-exports [RGBDHologramArgs](schemas_schema_hologram.md#rgbdhologramargs) - -___ - -### RGBDPlaylistItem - -Re-exports [RGBDPlaylistItem](../classes/playlists_playlistItems.RGBDPlaylistItem.md) - -___ - -### SyncPlayPlaylistCancelledMessageHandler - -Re-exports [SyncPlayPlaylistCancelledMessageHandler](../classes/components_messageHandler.SyncPlayPlaylistCancelledMessageHandler.md) - -___ - -### SyncPlayPlaylistCompleteMessageHandler - -Re-exports [SyncPlayPlaylistCompleteMessageHandler](../classes/components_messageHandler.SyncPlayPlaylistCompleteMessageHandler.md) - -___ - -### SyncPlayPlaylistMessageHandler - -Re-exports [SyncPlayPlaylistMessageHandler](../classes/components_messageHandler.SyncPlayPlaylistMessageHandler.md) - -___ - -### defaults - -Renames and re-exports [schemas/defaults](schemas_defaults.md) - -___ - -### getPlayPlaylistJsonArgs - -Re-exports [getPlayPlaylistJsonArgs](../interfaces/playlists_playlist.getPlayPlaylistJsonArgs.md) - -___ - -### hologramFactory - -Re-exports [hologramFactory](components_hologram.md#hologramfactory) - -___ - -### hologramMap - -Re-exports [hologramMap](schemas_schema_hologram.md#hologrammap) - -___ - -### hologramParamMap - -Re-exports [hologramParamMap](schemas_schema_parameters.md#hologramparammap-1) - -___ - -### hologramTypeSchema - -Re-exports [hologramTypeSchema](schemas_schema_hologram.md#hologramtypeschema) - -___ - -### hologramTypes - -Re-exports [hologramTypes](schemas_schema_hologram.md#hologramtypes) - -___ - -### parameterNames - -Re-exports [parameterNames](schemas_schema_parameters.md#parameternames) diff --git a/docs/modules/schemas_schema.md b/docs/modules/schemas_schema.md index 14aec16..e6c9f7a 100644 --- a/docs/modules/schemas_schema.md +++ b/docs/modules/schemas_schema.md @@ -65,7 +65,7 @@ ___ ### status -• `Const` **status**: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> +• `Const` **status**: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> ___ diff --git a/docs/modules/schemas_schema_events.md b/docs/modules/schemas_schema_events.md index e20ba59..3f65fcd 100644 --- a/docs/modules/schemas_schema_events.md +++ b/docs/modules/schemas_schema_events.md @@ -62,40 +62,40 @@ ___ ### deletePlaylistResponse -• `Const` **deletePlaylistResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `message`: { value: string; type: "WSTRING"; name: string; } ; `name`: { value: string; type: "WSTRING"; name: string; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `message`: { value: string; type: "WSTRING"; name: string; } ; `name`: { value: string; type: "WSTRING"; name: string; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: str... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: str... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **deletePlaylistResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `message`: { value: string; name: string; type: "WSTRING"; } ; `name`: { value: string; name: string; type: "WSTRING"; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `message`: { value: string; name: string; type: "WSTRING"; } ; `name`: { value: string; name: string; type: "WSTRING"; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_M... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_M... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### insertPlaylistResponse -• `Const` **insertPlaylistResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `uri`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `index`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `message`: { value: string; type: "WSTRING"; name: string; } ; `uri`: { value: string; type: "WSTRING"; name: string; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `index`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `message`: { value: string; type: "WSTRING"; name: string; } ; `uri`: { value: string; type: "WSTRING"; name: string; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; uri: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; uri: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; uri: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VA... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; uri: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VA... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **insertPlaylistResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `uri`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `index`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `message`: { value: string; name: string; type: "WSTRING"; } ; `uri`: { value: string; name: string; type: "WSTRING"; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `index`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `message`: { value: string; name: string; type: "WSTRING"; } ; `uri`: { value: string; name: string; type: "WSTRING"; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; name: string; type: "WSTRING"; }; index: { value: number; name: string; type: "UNSIGNED\_INT"; }; uri: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; name: string; type: "WSTRING"; }; index: { value: number; name: string; type: "UNSIGNED\_INT"; }; uri: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; index: { value: number; name: string; type: "UNSIGNED\_INT"; }; uri: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: str... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; index: { value: number; name: string; type: "UNSIGNED\_INT"; }; uri: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: str... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### instancePlaylistResponse -• `Const` **instancePlaylistResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `message`: { value: string; type: "WSTRING"; name: string; } ; `name`: { value: string; type: "WSTRING"; name: string; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `message`: { value: string; type: "WSTRING"; name: string; } ; `name`: { value: string; type: "WSTRING"; name: string; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: str... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: str... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **instancePlaylistResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `message`: { value: string; name: string; type: "WSTRING"; } ; `name`: { value: string; name: string; type: "WSTRING"; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `message`: { value: string; name: string; type: "WSTRING"; } ; `name`: { value: string; name: string; type: "WSTRING"; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_M... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_M... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### monitorConnectResponse -• `Const` **monitorConnectResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `head_index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `height`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `hw`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `hw_long_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `hw_short_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `made_by_looking_glass`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `width`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `x`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"INT"``\> = schema.int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"INT"`` = schema.int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"INT"`` = schema.int; `value`: `number` }\> ; `y`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"INT"``\> = schema.int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"INT"`` = schema.int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"INT"`` = schema.int; `value`: `number` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `head_index`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `height`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `hw`: { value: string; type: "WSTRING"; name: string; } ; `hw_long_name`: { value: string; type: "WSTRING"; name: string; } ; `hw_short_name`: { value: string; type: "WSTRING"; name: string; } ; `made_by_looking_glass`: { value: string; type: "WSTRING"; name: string; } ; `message`: { value: string; type: "WSTRING"; name: string; } ; `name`: { value: string; type: "WSTRING"; name: string; } ; `width`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `x`: { value: number; type: "INT"; name: string; } ; `y`: { value: number; type: "INT"; name: string; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `head_index`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `height`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `hw`: { value: string; type: "WSTRING"; name: string; } ; `hw_long_name`: { value: string; type: "WSTRING"; name: string; } ; `hw_short_name`: { value: string; type: "WSTRING"; name: string; } ; `made_by_looking_glass`: { value: string; type: "WSTRING"; name: string; } ; `message`: { value: string; type: "WSTRING"; name: string; } ; `name`: { value: string; type: "WSTRING"; name: string; } ; `width`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `x`: { value: number; type: "INT"; name: string; } ; `y`: { value: number; type: "INT"; name: string; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; head\_index: { value: number; type: "UNSIGNED\_INT"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; ... 7 more ...;... = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; head\_index: { value: number; type: "UNSIGNED\_INT"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; ... 7 more ...;... = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; head\_index: { value: number; type: "UNSIGNED\_INT"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; ... 7 ... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; head\_index: { value: number; type: "UNSIGNED\_INT"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| ... 10 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; ... 7 ... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **monitorConnectResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `head_index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `height`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `hw`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `hw_long_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `hw_short_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `made_by_looking_glass`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `width`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `x`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"INT"``\> = schema.int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"INT"`` = schema.int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"INT"`` = schema.int; `value`: `number` }\> ; `y`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"INT"``\> = schema.int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"INT"`` = schema.int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"INT"`` = schema.int; `value`: `number` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `head_index`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `height`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `hw`: { value: string; name: string; type: "WSTRING"; } ; `hw_long_name`: { value: string; name: string; type: "WSTRING"; } ; `hw_short_name`: { value: string; name: string; type: "WSTRING"; } ; `made_by_looking_glass`: { value: string; name: string; type: "WSTRING"; } ; `message`: { value: string; name: string; type: "WSTRING"; } ; `name`: { value: string; name: string; type: "WSTRING"; } ; `width`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `x`: { value: number; name: string; type: "INT"; } ; `y`: { value: number; name: string; type: "INT"; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `head_index`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `height`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `hw`: { value: string; name: string; type: "WSTRING"; } ; `hw_long_name`: { value: string; name: string; type: "WSTRING"; } ; `hw_short_name`: { value: string; name: string; type: "WSTRING"; } ; `made_by_looking_glass`: { value: string; name: string; type: "WSTRING"; } ; `message`: { value: string; name: string; type: "WSTRING"; } ; `name`: { value: string; name: string; type: "WSTRING"; } ; `width`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `x`: { value: number; name: string; type: "INT"; } ; `y`: { value: number; name: string; type: "INT"; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; x: { value: number; name: string; type: "INT"; }; y: { value: number; name: string; type: "INT"; }; ... 7 more ...; width: { ...; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; x: { value: number; name: string; type: "INT"; }; y: { value: number; name: string; type: "INT"; }; ... 7 more ...; width: { ...; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; x: { value: number; name: string; type: "INT"; }; y: { value: number; name: string; type: "INT"; }; ... 7 more ...; width: { ...; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; x: { value: number; name: string; type: "INT"; }; y: { value: number; name: string; type: "INT"; }; ... 7 more ...; width: { ...; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### newItemPlayingResponse -• `Const` **newItemPlayingResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `playlist_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `index`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `playlist_name`: { value: string; type: "WSTRING"; name: string; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `index`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `playlist_name`: { value: string; type: "WSTRING"; name: string; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| ... 9 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; index: { value: number; type: "UNSIGNED\_INT"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| ... 9 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **newItemPlayingResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `playlist_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `index`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `playlist_name`: { value: string; name: string; type: "WSTRING"; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `index`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `playlist_name`: { value: string; name: string; type: "WSTRING"; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; playlist\_name: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; playlist\_name: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; playlist\_name: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| ... 9 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; playlist\_name: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| ... 9 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### progressUpdateResponse -• `Const` **progressUpdateResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `progress`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"FLOAT"``\> = schema.float; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"FLOAT"`` = schema.float; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"FLOAT"`` = schema.float; `value`: `number` }\> ; `progress_type`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `message`: { value: string; type: "WSTRING"; name: string; } ; `progress`: { value: number; type: "FLOAT"; name: string; } ; `progress_type`: { value: string; type: "WSTRING"; name: string; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `message`: { value: string; type: "WSTRING"; name: string; } ; `progress`: { value: number; type: "FLOAT"; name: string; } ; `progress_type`: { value: string; type: "WSTRING"; name: string; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| ... 5 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type... = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| ... 5 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type... = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; progress: { ...; }; progress\_type: { ...; }; }... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **progressUpdateResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `progress`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"FLOAT"``\> = schema.float; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"FLOAT"`` = schema.float; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"FLOAT"`` = schema.float; `value`: `number` }\> ; `progress_type`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `message`: { value: string; name: string; type: "WSTRING"; } ; `progress`: { value: number; name: string; type: "FLOAT"; } ; `progress_type`: { value: string; name: string; type: "WSTRING"; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `message`: { value: string; name: string; type: "WSTRING"; } ; `progress`: { value: number; name: string; type: "FLOAT"; } ; `progress_type`: { value: string; name: string; type: "WSTRING"; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| ... 5 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type... = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| ... 5 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type... = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| ... 6 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; progress: { ...; }; progress\_type: { ...; }; }... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### transportControlPauseResponse -• `Const` **transportControlPauseResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `message`: { value: string; type: "WSTRING"; name: string; } ; `name`: { value: string; type: "WSTRING"; name: string; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; type: "WSTRING"; name: st... ; `message`: { value: string; type: "WSTRING"; name: string; } ; `name`: { value: string; type: "WSTRING"; name: string; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: str... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; name: { value: string; type: "WSTRING"; name: string; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: str... ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **transportControlPauseResponse**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `event`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Monitor Connect"``\>, `ZodLiteral`<``"Monitor Disconnect"``\>, `ZodLiteral`<``"Progress Start"``\>, `ZodLiteral`<``"Progress Completion"``\>, `ZodLiteral`<``"Progress Update"``\>, `ZodLiteral`<``"Playlist Instance"``\>]\> = BridgeEvent }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: ``"Monitor Connect"`` \| ``"Monitor Disconnect"`` \| ``"Progress Start"`` \| ``"Progress Completion"`` \| ``"Progress Update"`` \| ``"Playlist Instance"`` \| ``"Playlist Insert"`` \| ``"Playlist Delete"`` \| ``"Sync/Play Playlist"`` \| ``"Sync/Play Playlist Complete"`` \| ``"Sync/Play Playlist Cancelled"`` \| ``"Transport Control Pause"`` = BridgeEvent }\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `message`: { value: string; name: string; type: "WSTRING"; } ; `name`: { value: string; name: string; type: "WSTRING"; } }, { `event`: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| "Progress Completion" \| "Progress Update" \| "Playlist Instance" \| "Playlist Insert" \| "Playlist Delete" \| "Sync/Play Playlist" \| "Sync/Play Playlist Complete" \| "Sync/Play Playlist Cancelled" \| "Transport Control Pause"; name: string; type: "WSTR... ; `message`: { value: string; name: string; type: "WSTRING"; } ; `name`: { value: string; name: string; type: "WSTRING"; } }\> = valueSchema }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; } = valueSchema }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_M... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; message: { value: string; name: string; type: "WSTRING"; }; event: { value: "Monitor Connect" \| "Monitor Disconnect" \| "Progress Start" \| ... 8 more ... \| "Transport Control Pause"; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_M... ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> diff --git a/docs/modules/schemas_schema_failures.md b/docs/modules/schemas_schema_failures.md index 3ca2d6e..448016e 100644 --- a/docs/modules/schemas_schema_failures.md +++ b/docs/modules/schemas_schema_failures.md @@ -12,4 +12,4 @@ ### play\_playist\_failure -• `Const` **play\_playist\_failure**: `ZodObject`<{ `name`: `ZodString` ; `orchestration`: `ZodObject`<{ `name`: `ZodString` ; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` ; `type`: ``"WSTRING"`` = wstring; `value`: `string` }, { `name`: `string` ; `type`: ``"WSTRING"`` = wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` ; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = variant\_map; `value`: `ZodObject`<{ `message`: `ZodObject`<{ `name`: `ZodString` ; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` ; `type`: ``"WSTRING"`` = wstring; `value`: `string` }, { `name`: `string` ; `type`: ``"WSTRING"`` = wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `message`: { value: string; type: "WSTRING"; name: string; } }, { `message`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` ; `type`: ``"VARIANT_MAP"`` = variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; } }, { `name`: `string` ; `type`: ``"VARIANT_MAP"`` = variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` ; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = status }, { `name`: `string` ; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = status }\> +• `Const` **play\_playist\_failure**: `ZodObject`<{ `name`: `ZodString` ; `orchestration`: `ZodObject`<{ `name`: `ZodString` ; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` ; `type`: ``"WSTRING"`` = wstring; `value`: `string` }, { `name`: `string` ; `type`: ``"WSTRING"`` = wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` ; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = variant\_map; `value`: `ZodObject`<{ `message`: `ZodObject`<{ `name`: `ZodString` ; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` ; `type`: ``"WSTRING"`` = wstring; `value`: `string` }, { `name`: `string` ; `type`: ``"WSTRING"`` = wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `message`: { value: string; name: string; type: "WSTRING"; } }, { `message`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` ; `type`: ``"VARIANT_MAP"`` = variant\_map; `value`: { message: { value: string; name: string; type: "WSTRING"; }; } }, { `name`: `string` ; `type`: ``"VARIANT_MAP"`` = variant\_map; `value`: { message: { value: string; name: string; type: "WSTRING"; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` ; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = status }, { `name`: `string` ; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = status }\> diff --git a/docs/modules/schemas_schema_responses.md b/docs/modules/schemas_schema_responses.md index d8713bf..1549c3c 100644 --- a/docs/modules/schemas_schema_responses.md +++ b/docs/modules/schemas_schema_responses.md @@ -30,112 +30,112 @@ ### available\_output\_devices -• `Const` **available\_output\_devices**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodOptional`<`ZodRecord`<`ZodString`, `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `calibration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `defaultQuilt`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `hardwareVersion`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `hwid`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `state`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `windowCoords`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"INT2"``\> = schema.int2; `value`: `ZodObject`<{ `x`: `ZodNumber` ; `y`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `x`: `number` ; `y`: `number` }, { `x`: `number` ; `y`: `number` }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"INT2"`` = schema.int2; `value`: { x: number; y: number; } }, { `name`: `string` = schema.name; `type`: ``"INT2"`` = schema.int2; `value`: { x: number; y: number; } }\> }, ``"strip"``, `ZodTypeAny`, { `calibration`: { value: string; type: "WSTRING"; name: string; } ; `defaultQuilt`: { value: string; type: "WSTRING"; name: string; } ; `hardwareVersion`: { value: string; type: "WSTRING"; name: string; } ; `hwid`: { value: string; type: "WSTRING"; name: string; } ; `index`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `state`: { value: string; type: "WSTRING"; name: string; } ; `windowCoords`: { value: { x: number; y: number; }; type: "INT2"; name: string; } }, { `calibration`: { value: string; type: "WSTRING"; name: string; } ; `defaultQuilt`: { value: string; type: "WSTRING"; name: string; } ; `hardwareVersion`: { value: string; type: "WSTRING"; name: string; } ; `hwid`: { value: string; type: "WSTRING"; name: string; } ; `index`: { value: number; type: "UNSIGNED\_INT"; name: string; } ; `state`: { value: string; type: "WSTRING"; name: string; } ; `windowCoords`: { value: { x: number; y: number; }; type: "INT2"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: number; type: "UNSIGNED\_INT"; name: string; }; calibration: { value: string; type: "WSTRING"; name: string; }; defaultQuilt: { value: string; type: "WSTRING"; name: string; }; hardwareVersion: { ...; }; hwid: { ...; }; state: { ...; }; windowCoords: { ...; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: number; type: "UNSIGNED\_INT"; name: string; }; calibration: { value: string; type: "WSTRING"; name: string; }; defaultQuilt: { value: string; type: "WSTRING"; name: string; }; hardwareVersion: { ...; }; hwid: { ...; }; state: { ...; }; windowCoords: { ...; }; } }\>\>\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value?`: `Record`<`string`, { value: { index: { value: number; type: "UNSIGNED\_INT"; name: string; }; calibration: { value: string; type: "WSTRING"; name: string; }; defaultQuilt: { value: string; type: "WSTRING"; name: string; }; hardwareVersion: { ...; }; hwid: { ...; }; state: { ...; }; windowCoords: { ...; }; }; type: "VARIANT\_MAP"; name: ...\> }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value?`: `Record`<`string`, { value: { index: { value: number; type: "UNSIGNED\_INT"; name: string; }; calibration: { value: string; type: "WSTRING"; name: string; }; defaultQuilt: { value: string; type: "WSTRING"; name: string; }; hardwareVersion: { ...; }; hwid: { ...; }; state: { ...; }; windowCoords: { ...; }; }; type: "VARIANT\_MAP"; name: ...\> }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { type: "VARIANT\_MAP"; name: string; value?: Record +• `Const` **available\_output\_devices**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodOptional`<`ZodRecord`<`ZodString`, `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `calibration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `defaultQuilt`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `hardwareVersion`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `hwid`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"UNSIGNED_INT"``\> = schema.unsigned\_int; `value`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }, { `name`: `string` = schema.name; `type`: ``"UNSIGNED_INT"`` = schema.unsigned\_int; `value`: `number` }\> ; `state`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `windowCoords`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"INT2"``\> = schema.int2; `value`: `ZodObject`<{ `x`: `ZodNumber` ; `y`: `ZodNumber` }, ``"strip"``, `ZodTypeAny`, { `x`: `number` ; `y`: `number` }, { `x`: `number` ; `y`: `number` }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"INT2"`` = schema.int2; `value`: { x: number; y: number; } }, { `name`: `string` = schema.name; `type`: ``"INT2"`` = schema.int2; `value`: { x: number; y: number; } }\> }, ``"strip"``, `ZodTypeAny`, { `calibration`: { value: string; name: string; type: "WSTRING"; } ; `defaultQuilt`: { value: string; name: string; type: "WSTRING"; } ; `hardwareVersion`: { value: string; name: string; type: "WSTRING"; } ; `hwid`: { value: string; name: string; type: "WSTRING"; } ; `index`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `state`: { value: string; name: string; type: "WSTRING"; } ; `windowCoords`: { value: { x: number; y: number; }; name: string; type: "INT2"; } }, { `calibration`: { value: string; name: string; type: "WSTRING"; } ; `defaultQuilt`: { value: string; name: string; type: "WSTRING"; } ; `hardwareVersion`: { value: string; name: string; type: "WSTRING"; } ; `hwid`: { value: string; name: string; type: "WSTRING"; } ; `index`: { value: number; name: string; type: "UNSIGNED\_INT"; } ; `state`: { value: string; name: string; type: "WSTRING"; } ; `windowCoords`: { value: { x: number; y: number; }; name: string; type: "INT2"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; calibration: { value: string; name: string; type: "WSTRING"; }; defaultQuilt: { value: string; name: string; type: "WSTRING"; }; hardwareVersion: { ...; }; hwid: { ...; }; state: { ...; }; windowCoords: { ...; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; calibration: { value: string; name: string; type: "WSTRING"; }; defaultQuilt: { value: string; name: string; type: "WSTRING"; }; hardwareVersion: { ...; }; hwid: { ...; }; state: { ...; }; windowCoords: { ...; }; } }\>\>\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value?`: `Record`<`string`, { value: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; calibration: { value: string; name: string; type: "WSTRING"; }; defaultQuilt: { value: string; name: string; type: "WSTRING"; }; hardwareVersion: { ...; }; hwid: { ...; }; state: { ...; }; windowCoords: { ...; }; }; name: string; type: "VARIAN...\> }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value?`: `Record`<`string`, { value: { index: { value: number; name: string; type: "UNSIGNED\_INT"; }; calibration: { value: string; name: string; type: "WSTRING"; }; defaultQuilt: { value: string; name: string; type: "WSTRING"; }; hardwareVersion: { ...; }; hwid: { ...; }; state: { ...; }; windowCoords: { ...; }; }; name: string; type: "VARIAN...\> }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { name: string; type: "VARIANT\_MAP"; value?: Record ___ ### delete\_playlist -• `Const` **delete\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `name`: { value: string; type: "WSTRING"; name: string; } }, { `name`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; type: "WSTRING"; name: string; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; type: "WSTRING"; name: string; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **delete\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `name`: { value: string; name: string; type: "WSTRING"; } }, { `name`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### get\_autostart\_playlist -• `Const` **get\_autostart\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `playlist_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `playlist_path`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `playlist_name`: { value: string; type: "WSTRING"; name: string; } ; `playlist_path`: { value: string; type: "WSTRING"; name: string; } }, { `playlist_name`: { value: string; type: "WSTRING"; name: string; } ; `playlist_path`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_path: { value: string; type: "WSTRING"; name: string; }; playlist\_name: { value: string; type: "WSTRING"; name: string; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_path: { value: string; type: "WSTRING"; name: string; }; playlist\_name: { value: string; type: "WSTRING"; name: string; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_path: { value: string; type: "WSTRING"; name: string; }; playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_path: { value: string; type: "WSTRING"; name: string; }; playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **get\_autostart\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `playlist_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `playlist_path`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `playlist_name`: { value: string; name: string; type: "WSTRING"; } ; `playlist_path`: { value: string; name: string; type: "WSTRING"; } }, { `playlist_name`: { value: string; name: string; type: "WSTRING"; } ; `playlist_path`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; playlist\_path: { value: string; name: string; type: "WSTRING"; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; playlist\_path: { value: string; name: string; type: "WSTRING"; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; playlist\_path: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; playlist\_path: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### insert\_playlist\_entry -• `Const` **insert\_playlist\_entry**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `index`: { value: string; type: "WSTRING"; name: string; } }, { `index`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: string; type: "WSTRING"; name: string; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: string; type: "WSTRING"; name: string; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { index: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { index: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **insert\_playlist\_entry**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `index`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `index`: { value: string; name: string; type: "WSTRING"; } }, { `index`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: string; name: string; type: "WSTRING"; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { index: { value: string; name: string; type: "WSTRING"; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { index: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { index: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### instance\_playlist -• `Const` **instance\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `name`: { value: string; type: "WSTRING"; name: string; } }, { `name`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; type: "WSTRING"; name: string; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; type: "WSTRING"; name: string; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **instance\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `name`: { value: string; name: string; type: "WSTRING"; } }, { `name`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### instance\_studio\_playlist -• `Const` **instance\_studio\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `name`: { value: string; type: "WSTRING"; name: string; } }, { `name`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; type: "WSTRING"; name: string; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; type: "WSTRING"; name: string; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **instance\_studio\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `name`: { value: string; name: string; type: "WSTRING"; } }, { `name`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { name: { value: string; name: string; type: "WSTRING"; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### orchestration -• `Const` **orchestration**: `ZodObject`<{ `name`: `ZodString` = schema.name; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `payload`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `payload`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **orchestration**: `ZodObject`<{ `name`: `ZodString` = schema.name; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `payload`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `payload`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### play\_playlist -• `Const` **play\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `id`: `ZodOptional`<`ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\>\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `id?`: { value: string; type: "WSTRING"; name: string; } ; `message`: { value: string; type: "WSTRING"; name: string; } }, { `id?`: { value: string; type: "WSTRING"; name: string; } ; `message`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; id?: { value: string; type: "WSTRING"; name: string; } \| undefined; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; type: "WSTRING"; name: string; }; id?: { value: string; type: "WSTRING"; name: string; } \| undefined; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; id?: { value: string; type: "WSTRING"; name: string; } \| undefined; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { message: { value: string; type: "WSTRING"; name: string; }; id?: { value: string; type: "WSTRING"; name: string; } \| undefined; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **play\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `id`: `ZodOptional`<`ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\>\> ; `message`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `id?`: { value: string; name: string; type: "WSTRING"; } ; `message`: { value: string; name: string; type: "WSTRING"; } }, { `id?`: { value: string; name: string; type: "WSTRING"; } ; `message`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; name: string; type: "WSTRING"; }; id?: { value: string; name: string; type: "WSTRING"; } \| undefined; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { message: { value: string; name: string; type: "WSTRING"; }; id?: { value: string; name: string; type: "WSTRING"; } \| undefined; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; id?: { value: string; name: string; type: "WSTRING"; } \| undefined; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { message: { value: string; name: string; type: "WSTRING"; }; id?: { value: string; name: string; type: "WSTRING"; } \| undefined; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### set\_autostart\_playlist -• `Const` **set\_autostart\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `playlist_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `playlist_name`: { value: string; type: "WSTRING"; name: string; } }, { `playlist_name`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **set\_autostart\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `playlist_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `playlist_name`: { value: string; name: string; type: "WSTRING"; } }, { `playlist_name`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### set\_named\_autostart\_playlist -• `Const` **set\_named\_autostart\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `playlist_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `playlist_name`: { value: string; type: "WSTRING"; name: string; } }, { `playlist_name`: { value: string; type: "WSTRING"; name: string; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `payload`: { value: { playlist\_name: { value: string; type: "WSTRING"; name: string; }; }; type: "VARIANT\_MAP"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **set\_named\_autostart\_playlist**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"VARIANT_MAP"``\> = schema.variant\_map; `value`: `ZodObject`<{ `playlist_name`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> }, ``"strip"``, `ZodTypeAny`, { `playlist_name`: { value: string; name: string; type: "WSTRING"; } }, { `playlist_name`: { value: string; name: string; type: "WSTRING"; } }\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; } }, { `name`: `string` = schema.name; `type`: ``"VARIANT_MAP"`` = schema.variant\_map; `value`: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; } }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `payload`: { value: { playlist\_name: { value: string; name: string; type: "WSTRING"; }; }; name: string; type: "VARIANT\_MAP"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### show\_window -• `Const` **show\_window**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **show\_window**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### transport\_control\_next -• `Const` **transport\_control\_next**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **transport\_control\_next**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### transport\_control\_pause -• `Const` **transport\_control\_pause**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **transport\_control\_pause**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### transport\_control\_play -• `Const` **transport\_control\_play**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **transport\_control\_play**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### transport\_control\_previous -• `Const` **transport\_control\_previous**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **transport\_control\_previous**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### transport\_control\_seek\_to\_index -• `Const` **transport\_control\_seek\_to\_index**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **transport\_control\_seek\_to\_index**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### update\_current\_entry -• `Const` **update\_current\_entry**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **update\_current\_entry**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### update\_playlist\_entry -• `Const` **update\_playlist\_entry**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **update\_playlist\_entry**: `ZodObject`<{ `name`: `ZodString` = schema.name; `orchestration`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `orchestration`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> ___ ### version -• `Const` **version**: `ZodObject`<{ `name`: `ZodString` = schema.name; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"Pending"`` \| ``"Failure"`` \| ``"UnknownOrchestration"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `payload`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }, { `name`: `string` = schema.name; `payload`: { value: string; type: "WSTRING"; name: string; } ; `status`: { value: "Completion" \| "Pending" \| "Failure" \| "UnknownOrchestration"; type: "WSTRING"; name: string; } = schema.status }\> +• `Const` **version**: `ZodObject`<{ `name`: `ZodString` = schema.name; `payload`: `ZodObject`<{ `name`: `ZodString` = schema.name; `type`: `ZodLiteral`<``"WSTRING"``\> = schema.wstring; `value`: `ZodString` }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }, { `name`: `string` = schema.name; `type`: ``"WSTRING"`` = schema.wstring; `value`: `string` }\> ; `status`: `ZodObject`<{ `name`: `ZodString` = name; `type`: `ZodLiteral`<``"WSTRING"``\> = wstring; `value`: `ZodUnion`<[`ZodLiteral`<``"Completion"``\>, `ZodLiteral`<``"Pending"``\>, `ZodLiteral`<``"Failure"``\>, `ZodLiteral`<``"UnknownOrchestration"``\>]\> }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }, { `name`: `string` = name; `type`: ``"WSTRING"`` = wstring; `value`: ``"Completion"`` \| ``"UnknownOrchestration"`` \| ``"Pending"`` \| ``"Failure"`` }\> = schema.status }, ``"strip"``, `ZodTypeAny`, { `name`: `string` = schema.name; `payload`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }, { `name`: `string` = schema.name; `payload`: { value: string; name: string; type: "WSTRING"; } ; `status`: { value: "Completion" \| "UnknownOrchestration" \| "Pending" \| "Failure"; name: string; type: "WSTRING"; } = schema.status }\> diff --git a/docs/modules/utilities_general_utils.md b/docs/modules/utilities_general_utils.md index af4d2fb..bec45f0 100644 --- a/docs/modules/utilities_general_utils.md +++ b/docs/modules/utilities_general_utils.md @@ -12,7 +12,7 @@ ### parseBridgeVersion -▸ **parseBridgeVersion**(`versionString`): [`BridgeVersion`](components.md#bridgeversion) +▸ **parseBridgeVersion**(`versionString`): [`BridgeVersion`](components_types.md#bridgeversion) Parse the version from Bridge's version string Bridge uses a major, minor, patch, hotfix versioning system @@ -25,6 +25,6 @@ Bridge uses a major, minor, patch, hotfix versioning system #### Returns -[`BridgeVersion`](components.md#bridgeversion) +[`BridgeVersion`](components_types.md#bridgeversion) BridgeVersion diff --git a/package.json b/package.json index 8f5a517..cef52ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lookingglass/bridge", - "version": "0.0.8-alpha", + "version": "0.0.8-alpha.1", "license": "MIT", "description": "Official Looking Glass Library for interacting with Looking Glass holographic displays.", "types": "./dist/index.d.ts", diff --git a/src/library/client.ts b/src/library/client/BridgeClient.ts similarity index 96% rename from src/library/client.ts rename to src/library/client/BridgeClient.ts index 9e04b16..c3e0756 100644 --- a/src/library/client.ts +++ b/src/library/client/BridgeClient.ts @@ -1,17 +1,17 @@ -import { Display, tryParseDisplay } from "./components/displays" -import { sendMessage } from "./components/endpoints" -import { tryEnterOrchestration, tryExitOrchestration } from "./components/orchestration" -import { BridgeEventSource } from "./components/eventsource" -import { Playlist } from "./playlists/playlist" -import { HologramType } from "./components/hologram" -import { BridgeEventMap } from "./schemas/schema.events" -import { HologramParamMap } from "./schemas/schema.parameters" -import * as schema from "./schemas/schema.responses" +import { Display, tryParseDisplay } from "../components/displays" +import { sendMessage } from "../components/endpoints" +import { tryEnterOrchestration, tryExitOrchestration } from "../components/orchestration" +import { BridgeEventSource } from "../components/eventsource" +import { Playlist } from "../playlists/playlist" +import { HologramType } from "../components/hologram" +import { BridgeEventMap } from "../schemas/schema.events" +import { HologramParamMap } from "../schemas/schema.parameters" +import * as schema from "../schemas/schema.responses" import { z } from "zod" -import { Fallback } from "./components/fallback" -import { NewItemPlayingMessageHandler } from "./components/messageHandler" -import { BridgeVersion } from "./components" -import { parseBridgeVersion } from "./utilities/general.utils" +import { Fallback } from "../components/fallback" +import { NewItemPlayingMessageHandler } from "../components/messageHandler" +import { BridgeVersion } from "../components/types" +import { parseBridgeVersion } from "../utilities/general.utils" export class BridgeClient { /** The name of the current orchestration */ diff --git a/src/library/components/displays.ts b/src/library/components/displays.ts index 3185c95..6f433f2 100644 --- a/src/library/components/displays.ts +++ b/src/library/components/displays.ts @@ -1,4 +1,4 @@ -import { BridgeValue } from "." +import { BridgeValue } from "./types" export interface Display { calibration: CalibrationType | null diff --git a/src/library/components/index.d.ts b/src/library/components/types.ts similarity index 90% rename from src/library/components/index.d.ts rename to src/library/components/types.ts index 8e4e2b2..a835d97 100644 --- a/src/library/components/index.d.ts +++ b/src/library/components/types.ts @@ -44,12 +44,6 @@ export interface BridgeValueMap { [key: string]: BridgeValue } -declare module "holoplay-core" - -interface ClientResponse { - success: boolean -} - export type BridgeVersion = { major: number minor: number diff --git a/src/library/index.ts b/src/library/index.ts index b6d27cc..85c5bfb 100644 --- a/src/library/index.ts +++ b/src/library/index.ts @@ -1,8 +1,9 @@ -export * from "./client" +export * from "./client/BridgeClient" export * from "./playlists/playlist" export * from "./playlists/playlistItems" export * from "./components/messageHandler" export * from "./components/hologram" +export * from "./components/types" export * from "./schemas/schema.hologram" export * from "./schemas/schema.parameters" export * as defaults from "./schemas/defaults" diff --git a/src/library/utilities/general.utils.ts b/src/library/utilities/general.utils.ts index 36ffd99..b98fe4d 100644 --- a/src/library/utilities/general.utils.ts +++ b/src/library/utilities/general.utils.ts @@ -1,4 +1,4 @@ -import { BridgeVersion } from "@library/components" +import { BridgeVersion } from "@library/components/types" /** * Parse the version from Bridge's version string