tirtc-devtools-cli 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/README.md +42 -46
  2. package/USAGE.md +87 -312
  3. package/dist/cli/src/embedded_paths.d.ts +0 -2
  4. package/dist/cli/src/embedded_paths.js +3 -25
  5. package/dist/cli/src/index.js +82 -584
  6. package/dist/cli/src/role_driver.d.ts +33 -0
  7. package/dist/cli/src/role_driver.js +500 -0
  8. package/dist/cli/src/token_command.js +4 -2
  9. package/dist/cli/src/token_issue.d.ts +9 -0
  10. package/dist/cli/src/token_issue.js +138 -0
  11. package/dist/cli/src/token_tool.d.ts +2 -4
  12. package/dist/cli/src/token_tool.js +12 -186
  13. package/package.json +3 -2
  14. package/vendor/devtools/driver/macos-arm64/devtools_driver_probe +0 -0
  15. package/vendor/devtools/driver/macos-arm64/runtime_validation_client_bin +0 -0
  16. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio.h +56 -2
  17. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_io.h +9 -0
  18. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/av.h +52 -0
  19. package/vendor/{app-server/bin/runtime/linux-x64 → runtime/macos-arm64}/include/tirtc/error.h +11 -0
  20. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/media_downlink.h +11 -5
  21. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/media_uplink.h +4 -0
  22. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/transport.h +52 -15
  23. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/trp.h +7 -5
  24. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/video_codec.h +41 -0
  25. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/video_io.h +7 -0
  26. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/video_io_android.h +2 -0
  27. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libmatrix_runtime_audio.a +0 -0
  28. package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_facade.a +0 -0
  29. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libmatrix_runtime_foundation_http.a +0 -0
  30. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libmatrix_runtime_foundation_logging.a +0 -0
  31. package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_media.a +0 -0
  32. package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_transport.a +0 -0
  33. package/vendor/runtime/macos-arm64/lib/libmatrix_runtime_video.a +0 -0
  34. package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/manifest.txt +20 -25
  35. package/vendor/runtime/script/prepare_runtime_media_dataset.sh +308 -12
  36. package/dist/app-server/protocol-client/index.d.ts +0 -25
  37. package/dist/app-server/protocol-client/index.js +0 -114
  38. package/dist/cli/src/bootstrap_flows.d.ts +0 -46
  39. package/dist/cli/src/bootstrap_flows.js +0 -249
  40. package/dist/cli/src/config.d.ts +0 -26
  41. package/dist/cli/src/config.js +0 -62
  42. package/dist/cli/src/facade.d.ts +0 -430
  43. package/dist/cli/src/facade.js +0 -170
  44. package/dist/cli/src/guide.d.ts +0 -1
  45. package/dist/cli/src/guide.js +0 -48
  46. package/dist/cli/src/session_manager.d.ts +0 -25
  47. package/dist/cli/src/session_manager.js +0 -391
  48. package/dist/cli/src/transport.d.ts +0 -30
  49. package/dist/cli/src/transport.js +0 -84
  50. package/vendor/app-server/bin/native/linux-x64/credential_napi.node +0 -0
  51. package/vendor/app-server/bin/native/macos-arm64/credential_napi.node +0 -0
  52. package/vendor/app-server/bin/runtime/linux-x64/include/tirtc/credential.h +0 -34
  53. package/vendor/app-server/bin/runtime/linux-x64/lib/libcrypto.a +0 -0
  54. package/vendor/app-server/bin/runtime/linux-x64/lib/libmatrix_runtime_credential.a +0 -0
  55. package/vendor/app-server/bin/runtime/linux-x64/lib/libmatrix_runtime_foundation_http.a +0 -0
  56. package/vendor/app-server/bin/runtime/linux-x64/lib/libmatrix_runtime_foundation_logging.a +0 -0
  57. package/vendor/app-server/bin/runtime/linux-x64/lib/libssl.a +0 -0
  58. package/vendor/app-server/bin/runtime/linux-x64/lib/libxlog.a +0 -0
  59. package/vendor/app-server/bin/runtime/linux-x64/manifest.txt +0 -4
  60. package/vendor/app-server/bin/runtime/macos-arm64/include/tirtc/credential.h +0 -34
  61. package/vendor/app-server/bin/runtime/macos-arm64/include/tirtc/error.h +0 -52
  62. package/vendor/app-server/bin/runtime/macos-arm64/include/tirtc/foundation/build_info.h +0 -27
  63. package/vendor/app-server/bin/runtime/macos-arm64/include/tirtc/http.h +0 -57
  64. package/vendor/app-server/bin/runtime/macos-arm64/include/tirtc/logging.h +0 -55
  65. package/vendor/app-server/bin/runtime/macos-arm64/include/tirtc/media_fixture_av_sync.h +0 -61
  66. package/vendor/app-server/bin/runtime/macos-arm64/include/tirtc/media_fixture_source.h +0 -77
  67. package/vendor/app-server/bin/runtime/macos-arm64/include/tirtc/media_live_source.h +0 -71
  68. package/vendor/app-server/bin/runtime/macos-arm64/lib/libmatrix_runtime_credential.a +0 -0
  69. package/vendor/app-server/bin/runtime/macos-arm64/lib/libmatrix_runtime_facade.a +0 -0
  70. package/vendor/app-server/bin/runtime/macos-arm64/lib/libmatrix_runtime_media.a +0 -0
  71. package/vendor/app-server/bin/runtime/macos-arm64/lib/libmatrix_runtime_transport.a +0 -0
  72. package/vendor/app-server/bin/runtime/macos-arm64/lib/libmatrix_runtime_video.a +0 -0
  73. package/vendor/app-server/bin/tirtc-devtool-host.js +0 -2
  74. package/vendor/app-server/dist/host/ArtifactManager.d.ts +0 -18
  75. package/vendor/app-server/dist/host/ArtifactManager.js +0 -98
  76. package/vendor/app-server/dist/host/HostCommandCoordinator.d.ts +0 -19
  77. package/vendor/app-server/dist/host/HostCommandCoordinator.js +0 -196
  78. package/vendor/app-server/dist/host/HostProtocol.d.ts +0 -103
  79. package/vendor/app-server/dist/host/HostProtocol.js +0 -239
  80. package/vendor/app-server/dist/host/HostServer.d.ts +0 -52
  81. package/vendor/app-server/dist/host/HostServer.js +0 -727
  82. package/vendor/app-server/dist/host/HostState.d.ts +0 -69
  83. package/vendor/app-server/dist/host/HostState.js +0 -19
  84. package/vendor/app-server/dist/host/RuntimeAdapter.d.ts +0 -95
  85. package/vendor/app-server/dist/host/RuntimeAdapter.js +0 -636
  86. package/vendor/app-server/dist/host/RuntimeReceiveWorker.d.ts +0 -37
  87. package/vendor/app-server/dist/host/RuntimeReceiveWorker.js +0 -186
  88. package/vendor/app-server/dist/host/RuntimeSendWorker.d.ts +0 -58
  89. package/vendor/app-server/dist/host/RuntimeSendWorker.js +0 -438
  90. package/vendor/app-server/dist/host/TokenTool.d.ts +0 -15
  91. package/vendor/app-server/dist/host/TokenTool.js +0 -84
  92. package/vendor/app-server/dist/host/WebPreviewGateway.d.ts +0 -28
  93. package/vendor/app-server/dist/host/WebPreviewGateway.js +0 -815
  94. package/vendor/app-server/dist/host/native/RuntimeCredentialTokenIssuer.d.ts +0 -23
  95. package/vendor/app-server/dist/host/native/RuntimeCredentialTokenIssuer.js +0 -115
  96. package/vendor/app-server/dist/host/native/RuntimeHostBridge.d.ts +0 -32
  97. package/vendor/app-server/dist/host/native/RuntimeHostBridge.js +0 -157
  98. package/vendor/app-server/dist/host/runtime_backed_preflight.d.ts +0 -10
  99. package/vendor/app-server/dist/host/runtime_backed_preflight.js +0 -78
  100. package/vendor/app-server/dist/host/tests/helpers/host_socket_client.d.ts +0 -28
  101. package/vendor/app-server/dist/host/tests/helpers/host_socket_client.js +0 -85
  102. package/vendor/app-server/dist/host/tests/helpers/runtime_e2e_local_config.d.ts +0 -10
  103. package/vendor/app-server/dist/host/tests/helpers/runtime_e2e_local_config.js +0 -41
  104. package/vendor/app-server/dist/host/tests/helpers/runtime_test_env.d.ts +0 -11
  105. package/vendor/app-server/dist/host/tests/helpers/runtime_test_env.js +0 -32
  106. package/vendor/app-server/dist/protocol/contract.d.ts +0 -1128
  107. package/vendor/app-server/dist/protocol/contract.js +0 -217
  108. package/vendor/app-server/dist/protocol-client/index.d.ts +0 -25
  109. package/vendor/app-server/dist/protocol-client/index.js +0 -114
  110. package/vendor/app-server/dist/src/index.d.ts +0 -1
  111. package/vendor/app-server/dist/src/index.js +0 -294
  112. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_codec.h +0 -0
  113. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_frame.h +0 -0
  114. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_io_android.h +0 -0
  115. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_io_apple.h +0 -0
  116. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_io_harmony.h +0 -0
  117. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_io_windows.h +0 -0
  118. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_processing.h +0 -0
  119. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/audio_sample_rate.h +0 -0
  120. /package/vendor/{app-server/bin/runtime/linux-x64 → runtime/macos-arm64}/include/tirtc/foundation/build_info.h +0 -0
  121. /package/vendor/{app-server/bin/runtime/linux-x64 → runtime/macos-arm64}/include/tirtc/http.h +0 -0
  122. /package/vendor/{app-server/bin/runtime/linux-x64 → runtime/macos-arm64}/include/tirtc/logging.h +0 -0
  123. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/media_codec.h +0 -0
  124. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/video_frame.h +0 -0
  125. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/video_io_apple.h +0 -0
  126. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/video_io_harmony.h +0 -0
  127. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/video_io_windows.h +0 -0
  128. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/include/tirtc/video_processing.h +0 -0
  129. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libTGTRP.a +0 -0
  130. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libTiRTC.a +0 -0
  131. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libcrypto.a +0 -0
  132. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libcrypto.dylib +0 -0
  133. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libssl.a +0 -0
  134. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libssl.dylib +0 -0
  135. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libtgrtc.dylib +0 -0
  136. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libwebrtc_apm.a +0 -0
  137. /package/vendor/{app-server/bin/runtime → runtime}/macos-arm64/lib/libxlog.a +0 -0
@@ -1,1128 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const InitializeRequestSchema: z.ZodObject<{
3
- protocolVersion: z.ZodString;
4
- clientInfo: z.ZodObject<{
5
- name: z.ZodString;
6
- version: z.ZodString;
7
- title: z.ZodOptional<z.ZodString>;
8
- }, "strip", z.ZodTypeAny, {
9
- name: string;
10
- version: string;
11
- title?: string | undefined;
12
- }, {
13
- name: string;
14
- version: string;
15
- title?: string | undefined;
16
- }>;
17
- capabilities: z.ZodOptional<z.ZodObject<{
18
- experimentalApi: z.ZodOptional<z.ZodBoolean>;
19
- optOutNotificationMethods: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
20
- }, "strip", z.ZodTypeAny, {
21
- experimentalApi?: boolean | undefined;
22
- optOutNotificationMethods?: string[] | undefined;
23
- }, {
24
- experimentalApi?: boolean | undefined;
25
- optOutNotificationMethods?: string[] | undefined;
26
- }>>;
27
- }, "strip", z.ZodTypeAny, {
28
- protocolVersion: string;
29
- clientInfo: {
30
- name: string;
31
- version: string;
32
- title?: string | undefined;
33
- };
34
- capabilities?: {
35
- experimentalApi?: boolean | undefined;
36
- optOutNotificationMethods?: string[] | undefined;
37
- } | undefined;
38
- }, {
39
- protocolVersion: string;
40
- clientInfo: {
41
- name: string;
42
- version: string;
43
- title?: string | undefined;
44
- };
45
- capabilities?: {
46
- experimentalApi?: boolean | undefined;
47
- optOutNotificationMethods?: string[] | undefined;
48
- } | undefined;
49
- }>;
50
- export declare const InitializeResultSchema: z.ZodObject<{
51
- serverInfo: z.ZodObject<{
52
- name: z.ZodString;
53
- version: z.ZodString;
54
- }, "strip", z.ZodTypeAny, {
55
- name: string;
56
- version: string;
57
- }, {
58
- name: string;
59
- version: string;
60
- }>;
61
- protocolVersion: z.ZodString;
62
- runtimeTarget: z.ZodString;
63
- hostEndpoint: z.ZodString;
64
- capabilities: z.ZodRecord<z.ZodString, z.ZodAny>;
65
- }, "strip", z.ZodTypeAny, {
66
- protocolVersion: string;
67
- capabilities: Record<string, any>;
68
- serverInfo: {
69
- name: string;
70
- version: string;
71
- };
72
- runtimeTarget: string;
73
- hostEndpoint: string;
74
- }, {
75
- protocolVersion: string;
76
- capabilities: Record<string, any>;
77
- serverInfo: {
78
- name: string;
79
- version: string;
80
- };
81
- runtimeTarget: string;
82
- hostEndpoint: string;
83
- }>;
84
- export declare const InitializedNotificationSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
85
- export declare const ErrorResponseSchema: z.ZodObject<{
86
- reasonCode: z.ZodString;
87
- message: z.ZodString;
88
- retryable: z.ZodBoolean;
89
- }, "strip", z.ZodTypeAny, {
90
- message: string;
91
- reasonCode: string;
92
- retryable: boolean;
93
- }, {
94
- message: string;
95
- reasonCode: string;
96
- retryable: boolean;
97
- }>;
98
- export declare const EventEnvelopeSchema: z.ZodObject<{
99
- eventId: z.ZodString;
100
- timestamp: z.ZodString;
101
- family: z.ZodString;
102
- kind: z.ZodString;
103
- payload: z.ZodRecord<z.ZodString, z.ZodAny>;
104
- }, "strip", z.ZodTypeAny, {
105
- eventId: string;
106
- timestamp: string;
107
- family: string;
108
- kind: string;
109
- payload: Record<string, any>;
110
- }, {
111
- eventId: string;
112
- timestamp: string;
113
- family: string;
114
- kind: string;
115
- payload: Record<string, any>;
116
- }>;
117
- export declare const ServiceSnapshotSchema: z.ZodObject<{
118
- state: z.ZodString;
119
- serviceEntry: z.ZodOptional<z.ZodString>;
120
- localEndpoint: z.ZodOptional<z.ZodString>;
121
- startedAt: z.ZodOptional<z.ZodString>;
122
- stoppedAt: z.ZodOptional<z.ZodString>;
123
- reasonCode: z.ZodOptional<z.ZodString>;
124
- }, "strip", z.ZodTypeAny, {
125
- state: string;
126
- reasonCode?: string | undefined;
127
- serviceEntry?: string | undefined;
128
- localEndpoint?: string | undefined;
129
- startedAt?: string | undefined;
130
- stoppedAt?: string | undefined;
131
- }, {
132
- state: string;
133
- reasonCode?: string | undefined;
134
- serviceEntry?: string | undefined;
135
- localEndpoint?: string | undefined;
136
- startedAt?: string | undefined;
137
- stoppedAt?: string | undefined;
138
- }>;
139
- export declare const ConnectionSnapshotSchema: z.ZodObject<{
140
- state: z.ZodString;
141
- direction: z.ZodOptional<z.ZodString>;
142
- peerId: z.ZodOptional<z.ZodString>;
143
- connectedAt: z.ZodOptional<z.ZodString>;
144
- disconnectedAt: z.ZodOptional<z.ZodString>;
145
- reasonCode: z.ZodOptional<z.ZodString>;
146
- }, "strip", z.ZodTypeAny, {
147
- state: string;
148
- reasonCode?: string | undefined;
149
- direction?: string | undefined;
150
- peerId?: string | undefined;
151
- connectedAt?: string | undefined;
152
- disconnectedAt?: string | undefined;
153
- }, {
154
- state: string;
155
- reasonCode?: string | undefined;
156
- direction?: string | undefined;
157
- peerId?: string | undefined;
158
- connectedAt?: string | undefined;
159
- disconnectedAt?: string | undefined;
160
- }>;
161
- export declare const StreamLocalAssetsSchema: z.ZodObject<{
162
- assets_dir: z.ZodString;
163
- }, "strip", z.ZodTypeAny, {
164
- assets_dir: string;
165
- }, {
166
- assets_dir: string;
167
- }>;
168
- export declare const StreamSourceSchema: z.ZodObject<{
169
- mode: z.ZodLiteral<"local_assets">;
170
- local_assets: z.ZodObject<{
171
- assets_dir: z.ZodString;
172
- }, "strip", z.ZodTypeAny, {
173
- assets_dir: string;
174
- }, {
175
- assets_dir: string;
176
- }>;
177
- }, "strip", z.ZodTypeAny, {
178
- mode: "local_assets";
179
- local_assets: {
180
- assets_dir: string;
181
- };
182
- }, {
183
- mode: "local_assets";
184
- local_assets: {
185
- assets_dir: string;
186
- };
187
- }>;
188
- export declare const StreamSnapshotSchema: z.ZodObject<{
189
- streamId: z.ZodNumber;
190
- media: z.ZodString;
191
- direction: z.ZodString;
192
- state: z.ZodString;
193
- source: z.ZodOptional<z.ZodObject<{
194
- mode: z.ZodLiteral<"local_assets">;
195
- local_assets: z.ZodObject<{
196
- assets_dir: z.ZodString;
197
- }, "strip", z.ZodTypeAny, {
198
- assets_dir: string;
199
- }, {
200
- assets_dir: string;
201
- }>;
202
- }, "strip", z.ZodTypeAny, {
203
- mode: "local_assets";
204
- local_assets: {
205
- assets_dir: string;
206
- };
207
- }, {
208
- mode: "local_assets";
209
- local_assets: {
210
- assets_dir: string;
211
- };
212
- }>>;
213
- updatedAt: z.ZodString;
214
- }, "strip", z.ZodTypeAny, {
215
- state: string;
216
- direction: string;
217
- streamId: number;
218
- media: string;
219
- updatedAt: string;
220
- source?: {
221
- mode: "local_assets";
222
- local_assets: {
223
- assets_dir: string;
224
- };
225
- } | undefined;
226
- }, {
227
- state: string;
228
- direction: string;
229
- streamId: number;
230
- media: string;
231
- updatedAt: string;
232
- source?: {
233
- mode: "local_assets";
234
- local_assets: {
235
- assets_dir: string;
236
- };
237
- } | undefined;
238
- }>;
239
- export declare const ArtifactPathsSchema: z.ZodObject<{
240
- rootPath: z.ZodString;
241
- reportPath: z.ZodString;
242
- logsPath: z.ZodString;
243
- eventsPath: z.ZodString;
244
- receivedMediaPath: z.ZodString;
245
- prepareCachePath: z.ZodString;
246
- }, "strip", z.ZodTypeAny, {
247
- rootPath: string;
248
- reportPath: string;
249
- logsPath: string;
250
- eventsPath: string;
251
- receivedMediaPath: string;
252
- prepareCachePath: string;
253
- }, {
254
- rootPath: string;
255
- reportPath: string;
256
- logsPath: string;
257
- eventsPath: string;
258
- receivedMediaPath: string;
259
- prepareCachePath: string;
260
- }>;
261
- export declare const HostStatusSchema: z.ZodObject<{
262
- hostEndpoint: z.ZodString;
263
- serverVersion: z.ZodString;
264
- protocolVersion: z.ZodString;
265
- runtimeTarget: z.ZodString;
266
- startedAt: z.ZodString;
267
- service: z.ZodObject<{
268
- state: z.ZodString;
269
- serviceEntry: z.ZodOptional<z.ZodString>;
270
- localEndpoint: z.ZodOptional<z.ZodString>;
271
- startedAt: z.ZodOptional<z.ZodString>;
272
- stoppedAt: z.ZodOptional<z.ZodString>;
273
- reasonCode: z.ZodOptional<z.ZodString>;
274
- }, "strip", z.ZodTypeAny, {
275
- state: string;
276
- reasonCode?: string | undefined;
277
- serviceEntry?: string | undefined;
278
- localEndpoint?: string | undefined;
279
- startedAt?: string | undefined;
280
- stoppedAt?: string | undefined;
281
- }, {
282
- state: string;
283
- reasonCode?: string | undefined;
284
- serviceEntry?: string | undefined;
285
- localEndpoint?: string | undefined;
286
- startedAt?: string | undefined;
287
- stoppedAt?: string | undefined;
288
- }>;
289
- connection: z.ZodObject<{
290
- state: z.ZodString;
291
- direction: z.ZodOptional<z.ZodString>;
292
- peerId: z.ZodOptional<z.ZodString>;
293
- connectedAt: z.ZodOptional<z.ZodString>;
294
- disconnectedAt: z.ZodOptional<z.ZodString>;
295
- reasonCode: z.ZodOptional<z.ZodString>;
296
- }, "strip", z.ZodTypeAny, {
297
- state: string;
298
- reasonCode?: string | undefined;
299
- direction?: string | undefined;
300
- peerId?: string | undefined;
301
- connectedAt?: string | undefined;
302
- disconnectedAt?: string | undefined;
303
- }, {
304
- state: string;
305
- reasonCode?: string | undefined;
306
- direction?: string | undefined;
307
- peerId?: string | undefined;
308
- connectedAt?: string | undefined;
309
- disconnectedAt?: string | undefined;
310
- }>;
311
- artifactPaths: z.ZodObject<{
312
- rootPath: z.ZodString;
313
- reportPath: z.ZodString;
314
- logsPath: z.ZodString;
315
- eventsPath: z.ZodString;
316
- receivedMediaPath: z.ZodString;
317
- prepareCachePath: z.ZodString;
318
- }, "strip", z.ZodTypeAny, {
319
- rootPath: string;
320
- reportPath: string;
321
- logsPath: string;
322
- eventsPath: string;
323
- receivedMediaPath: string;
324
- prepareCachePath: string;
325
- }, {
326
- rootPath: string;
327
- reportPath: string;
328
- logsPath: string;
329
- eventsPath: string;
330
- receivedMediaPath: string;
331
- prepareCachePath: string;
332
- }>;
333
- }, "strip", z.ZodTypeAny, {
334
- protocolVersion: string;
335
- runtimeTarget: string;
336
- hostEndpoint: string;
337
- startedAt: string;
338
- serverVersion: string;
339
- service: {
340
- state: string;
341
- reasonCode?: string | undefined;
342
- serviceEntry?: string | undefined;
343
- localEndpoint?: string | undefined;
344
- startedAt?: string | undefined;
345
- stoppedAt?: string | undefined;
346
- };
347
- connection: {
348
- state: string;
349
- reasonCode?: string | undefined;
350
- direction?: string | undefined;
351
- peerId?: string | undefined;
352
- connectedAt?: string | undefined;
353
- disconnectedAt?: string | undefined;
354
- };
355
- artifactPaths: {
356
- rootPath: string;
357
- reportPath: string;
358
- logsPath: string;
359
- eventsPath: string;
360
- receivedMediaPath: string;
361
- prepareCachePath: string;
362
- };
363
- }, {
364
- protocolVersion: string;
365
- runtimeTarget: string;
366
- hostEndpoint: string;
367
- startedAt: string;
368
- serverVersion: string;
369
- service: {
370
- state: string;
371
- reasonCode?: string | undefined;
372
- serviceEntry?: string | undefined;
373
- localEndpoint?: string | undefined;
374
- startedAt?: string | undefined;
375
- stoppedAt?: string | undefined;
376
- };
377
- connection: {
378
- state: string;
379
- reasonCode?: string | undefined;
380
- direction?: string | undefined;
381
- peerId?: string | undefined;
382
- connectedAt?: string | undefined;
383
- disconnectedAt?: string | undefined;
384
- };
385
- artifactPaths: {
386
- rootPath: string;
387
- reportPath: string;
388
- logsPath: string;
389
- eventsPath: string;
390
- receivedMediaPath: string;
391
- prepareCachePath: string;
392
- };
393
- }>;
394
- export declare const OutputAttachmentSchema: z.ZodObject<{
395
- outputId: z.ZodString;
396
- streamId: z.ZodNumber;
397
- consumer: z.ZodString;
398
- mediaView: z.ZodString;
399
- format: z.ZodString;
400
- delivery: z.ZodString;
401
- target: z.ZodString;
402
- attachedAt: z.ZodString;
403
- preview: z.ZodOptional<z.ZodObject<{
404
- url: z.ZodString;
405
- token: z.ZodString;
406
- endpoint: z.ZodString;
407
- }, "strip", z.ZodTypeAny, {
408
- url: string;
409
- token: string;
410
- endpoint: string;
411
- }, {
412
- url: string;
413
- token: string;
414
- endpoint: string;
415
- }>>;
416
- }, "strip", z.ZodTypeAny, {
417
- streamId: number;
418
- outputId: string;
419
- consumer: string;
420
- mediaView: string;
421
- format: string;
422
- delivery: string;
423
- target: string;
424
- attachedAt: string;
425
- preview?: {
426
- url: string;
427
- token: string;
428
- endpoint: string;
429
- } | undefined;
430
- }, {
431
- streamId: number;
432
- outputId: string;
433
- consumer: string;
434
- mediaView: string;
435
- format: string;
436
- delivery: string;
437
- target: string;
438
- attachedAt: string;
439
- preview?: {
440
- url: string;
441
- token: string;
442
- endpoint: string;
443
- } | undefined;
444
- }>;
445
- export declare const CommandResponseSchema: z.ZodObject<{
446
- sequenceNumber: z.ZodNumber;
447
- payloadEncoding: z.ZodString;
448
- payload: z.ZodString;
449
- }, "strip", z.ZodTypeAny, {
450
- payload: string;
451
- sequenceNumber: number;
452
- payloadEncoding: string;
453
- }, {
454
- payload: string;
455
- sequenceNumber: number;
456
- payloadEncoding: string;
457
- }>;
458
- export declare const CommandPendingConnectionSchema: z.ZodObject<{
459
- state: z.ZodString;
460
- direction: z.ZodOptional<z.ZodString>;
461
- peerId: z.ZodOptional<z.ZodString>;
462
- }, "strip", z.ZodTypeAny, {
463
- state: string;
464
- direction?: string | undefined;
465
- peerId?: string | undefined;
466
- }, {
467
- state: string;
468
- direction?: string | undefined;
469
- peerId?: string | undefined;
470
- }>;
471
- export declare const CommandPendingEntrySchema: z.ZodObject<{
472
- remoteRequestId: z.ZodNumber;
473
- commandId: z.ZodNumber;
474
- payloadEncoding: z.ZodString;
475
- payload: z.ZodString;
476
- receivedAt: z.ZodString;
477
- connection: z.ZodObject<{
478
- state: z.ZodString;
479
- direction: z.ZodOptional<z.ZodString>;
480
- peerId: z.ZodOptional<z.ZodString>;
481
- }, "strip", z.ZodTypeAny, {
482
- state: string;
483
- direction?: string | undefined;
484
- peerId?: string | undefined;
485
- }, {
486
- state: string;
487
- direction?: string | undefined;
488
- peerId?: string | undefined;
489
- }>;
490
- }, "strip", z.ZodTypeAny, {
491
- payload: string;
492
- connection: {
493
- state: string;
494
- direction?: string | undefined;
495
- peerId?: string | undefined;
496
- };
497
- payloadEncoding: string;
498
- remoteRequestId: number;
499
- commandId: number;
500
- receivedAt: string;
501
- }, {
502
- payload: string;
503
- connection: {
504
- state: string;
505
- direction?: string | undefined;
506
- peerId?: string | undefined;
507
- };
508
- payloadEncoding: string;
509
- remoteRequestId: number;
510
- commandId: number;
511
- receivedAt: string;
512
- }>;
513
- export declare const CommandSendResultSchema: z.ZodObject<{
514
- sequenceNumber: z.ZodNumber;
515
- commandId: z.ZodNumber;
516
- acceptedAt: z.ZodString;
517
- response: z.ZodOptional<z.ZodObject<{
518
- sequenceNumber: z.ZodNumber;
519
- payloadEncoding: z.ZodString;
520
- payload: z.ZodString;
521
- }, "strip", z.ZodTypeAny, {
522
- payload: string;
523
- sequenceNumber: number;
524
- payloadEncoding: string;
525
- }, {
526
- payload: string;
527
- sequenceNumber: number;
528
- payloadEncoding: string;
529
- }>>;
530
- }, "strip", z.ZodTypeAny, {
531
- sequenceNumber: number;
532
- commandId: number;
533
- acceptedAt: string;
534
- response?: {
535
- payload: string;
536
- sequenceNumber: number;
537
- payloadEncoding: string;
538
- } | undefined;
539
- }, {
540
- sequenceNumber: number;
541
- commandId: number;
542
- acceptedAt: string;
543
- response?: {
544
- payload: string;
545
- sequenceNumber: number;
546
- payloadEncoding: string;
547
- } | undefined;
548
- }>;
549
- export declare const CommandReplyRequestSchema: z.ZodObject<{
550
- remoteRequestId: z.ZodNumber;
551
- commandId: z.ZodNumber;
552
- payloadEncoding: z.ZodString;
553
- payload: z.ZodString;
554
- }, "strip", z.ZodTypeAny, {
555
- payload: string;
556
- payloadEncoding: string;
557
- remoteRequestId: number;
558
- commandId: number;
559
- }, {
560
- payload: string;
561
- payloadEncoding: string;
562
- remoteRequestId: number;
563
- commandId: number;
564
- }>;
565
- export declare const CommandReplyResultSchema: z.ZodObject<{
566
- remoteRequestId: z.ZodNumber;
567
- commandId: z.ZodNumber;
568
- repliedAt: z.ZodString;
569
- }, "strip", z.ZodTypeAny, {
570
- remoteRequestId: number;
571
- commandId: number;
572
- repliedAt: string;
573
- }, {
574
- remoteRequestId: number;
575
- commandId: number;
576
- repliedAt: string;
577
- }>;
578
- export declare const CommandPendingListRequestSchema: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>;
579
- export declare const CommandPendingListResultSchema: z.ZodObject<{
580
- items: z.ZodArray<z.ZodObject<{
581
- remoteRequestId: z.ZodNumber;
582
- commandId: z.ZodNumber;
583
- payloadEncoding: z.ZodString;
584
- payload: z.ZodString;
585
- receivedAt: z.ZodString;
586
- connection: z.ZodObject<{
587
- state: z.ZodString;
588
- direction: z.ZodOptional<z.ZodString>;
589
- peerId: z.ZodOptional<z.ZodString>;
590
- }, "strip", z.ZodTypeAny, {
591
- state: string;
592
- direction?: string | undefined;
593
- peerId?: string | undefined;
594
- }, {
595
- state: string;
596
- direction?: string | undefined;
597
- peerId?: string | undefined;
598
- }>;
599
- }, "strip", z.ZodTypeAny, {
600
- payload: string;
601
- connection: {
602
- state: string;
603
- direction?: string | undefined;
604
- peerId?: string | undefined;
605
- };
606
- payloadEncoding: string;
607
- remoteRequestId: number;
608
- commandId: number;
609
- receivedAt: string;
610
- }, {
611
- payload: string;
612
- connection: {
613
- state: string;
614
- direction?: string | undefined;
615
- peerId?: string | undefined;
616
- };
617
- payloadEncoding: string;
618
- remoteRequestId: number;
619
- commandId: number;
620
- receivedAt: string;
621
- }>, "many">;
622
- listedAt: z.ZodString;
623
- }, "strip", z.ZodTypeAny, {
624
- items: {
625
- payload: string;
626
- connection: {
627
- state: string;
628
- direction?: string | undefined;
629
- peerId?: string | undefined;
630
- };
631
- payloadEncoding: string;
632
- remoteRequestId: number;
633
- commandId: number;
634
- receivedAt: string;
635
- }[];
636
- listedAt: string;
637
- }, {
638
- items: {
639
- payload: string;
640
- connection: {
641
- state: string;
642
- direction?: string | undefined;
643
- peerId?: string | undefined;
644
- };
645
- payloadEncoding: string;
646
- remoteRequestId: number;
647
- commandId: number;
648
- receivedAt: string;
649
- }[];
650
- listedAt: string;
651
- }>;
652
- export declare const ErrorSummarySchema: z.ZodObject<{
653
- reasonCode: z.ZodString;
654
- message: z.ZodString;
655
- retryable: z.ZodBoolean;
656
- }, "strip", z.ZodTypeAny, {
657
- message: string;
658
- reasonCode: string;
659
- retryable: boolean;
660
- }, {
661
- message: string;
662
- reasonCode: string;
663
- retryable: boolean;
664
- }>;
665
- export declare const ReportDocumentSchema: z.ZodObject<{
666
- status: z.ZodString;
667
- reasonCode: z.ZodString;
668
- summary: z.ZodString;
669
- service: z.ZodObject<{
670
- state: z.ZodString;
671
- serviceEntry: z.ZodOptional<z.ZodString>;
672
- localEndpoint: z.ZodOptional<z.ZodString>;
673
- startedAt: z.ZodOptional<z.ZodString>;
674
- stoppedAt: z.ZodOptional<z.ZodString>;
675
- reasonCode: z.ZodOptional<z.ZodString>;
676
- }, "strip", z.ZodTypeAny, {
677
- state: string;
678
- reasonCode?: string | undefined;
679
- serviceEntry?: string | undefined;
680
- localEndpoint?: string | undefined;
681
- startedAt?: string | undefined;
682
- stoppedAt?: string | undefined;
683
- }, {
684
- state: string;
685
- reasonCode?: string | undefined;
686
- serviceEntry?: string | undefined;
687
- localEndpoint?: string | undefined;
688
- startedAt?: string | undefined;
689
- stoppedAt?: string | undefined;
690
- }>;
691
- connection: z.ZodObject<{
692
- state: z.ZodString;
693
- direction: z.ZodOptional<z.ZodString>;
694
- peerId: z.ZodOptional<z.ZodString>;
695
- connectedAt: z.ZodOptional<z.ZodString>;
696
- disconnectedAt: z.ZodOptional<z.ZodString>;
697
- reasonCode: z.ZodOptional<z.ZodString>;
698
- }, "strip", z.ZodTypeAny, {
699
- state: string;
700
- reasonCode?: string | undefined;
701
- direction?: string | undefined;
702
- peerId?: string | undefined;
703
- connectedAt?: string | undefined;
704
- disconnectedAt?: string | undefined;
705
- }, {
706
- state: string;
707
- reasonCode?: string | undefined;
708
- direction?: string | undefined;
709
- peerId?: string | undefined;
710
- connectedAt?: string | undefined;
711
- disconnectedAt?: string | undefined;
712
- }>;
713
- streams: z.ZodArray<z.ZodObject<{
714
- streamId: z.ZodNumber;
715
- media: z.ZodString;
716
- direction: z.ZodString;
717
- state: z.ZodString;
718
- source: z.ZodOptional<z.ZodObject<{
719
- mode: z.ZodLiteral<"local_assets">;
720
- local_assets: z.ZodObject<{
721
- assets_dir: z.ZodString;
722
- }, "strip", z.ZodTypeAny, {
723
- assets_dir: string;
724
- }, {
725
- assets_dir: string;
726
- }>;
727
- }, "strip", z.ZodTypeAny, {
728
- mode: "local_assets";
729
- local_assets: {
730
- assets_dir: string;
731
- };
732
- }, {
733
- mode: "local_assets";
734
- local_assets: {
735
- assets_dir: string;
736
- };
737
- }>>;
738
- updatedAt: z.ZodString;
739
- }, "strip", z.ZodTypeAny, {
740
- state: string;
741
- direction: string;
742
- streamId: number;
743
- media: string;
744
- updatedAt: string;
745
- source?: {
746
- mode: "local_assets";
747
- local_assets: {
748
- assets_dir: string;
749
- };
750
- } | undefined;
751
- }, {
752
- state: string;
753
- direction: string;
754
- streamId: number;
755
- media: string;
756
- updatedAt: string;
757
- source?: {
758
- mode: "local_assets";
759
- local_assets: {
760
- assets_dir: string;
761
- };
762
- } | undefined;
763
- }>, "many">;
764
- artifacts: z.ZodObject<{
765
- rootPath: z.ZodString;
766
- reportPath: z.ZodString;
767
- logsPath: z.ZodString;
768
- eventsPath: z.ZodString;
769
- receivedMediaPath: z.ZodString;
770
- prepareCachePath: z.ZodString;
771
- }, "strip", z.ZodTypeAny, {
772
- rootPath: string;
773
- reportPath: string;
774
- logsPath: string;
775
- eventsPath: string;
776
- receivedMediaPath: string;
777
- prepareCachePath: string;
778
- }, {
779
- rootPath: string;
780
- reportPath: string;
781
- logsPath: string;
782
- eventsPath: string;
783
- receivedMediaPath: string;
784
- prepareCachePath: string;
785
- }>;
786
- lastError: z.ZodOptional<z.ZodObject<{
787
- reasonCode: z.ZodString;
788
- message: z.ZodString;
789
- retryable: z.ZodBoolean;
790
- }, "strip", z.ZodTypeAny, {
791
- message: string;
792
- reasonCode: string;
793
- retryable: boolean;
794
- }, {
795
- message: string;
796
- reasonCode: string;
797
- retryable: boolean;
798
- }>>;
799
- }, "strip", z.ZodTypeAny, {
800
- status: string;
801
- reasonCode: string;
802
- service: {
803
- state: string;
804
- reasonCode?: string | undefined;
805
- serviceEntry?: string | undefined;
806
- localEndpoint?: string | undefined;
807
- startedAt?: string | undefined;
808
- stoppedAt?: string | undefined;
809
- };
810
- connection: {
811
- state: string;
812
- reasonCode?: string | undefined;
813
- direction?: string | undefined;
814
- peerId?: string | undefined;
815
- connectedAt?: string | undefined;
816
- disconnectedAt?: string | undefined;
817
- };
818
- summary: string;
819
- streams: {
820
- state: string;
821
- direction: string;
822
- streamId: number;
823
- media: string;
824
- updatedAt: string;
825
- source?: {
826
- mode: "local_assets";
827
- local_assets: {
828
- assets_dir: string;
829
- };
830
- } | undefined;
831
- }[];
832
- artifacts: {
833
- rootPath: string;
834
- reportPath: string;
835
- logsPath: string;
836
- eventsPath: string;
837
- receivedMediaPath: string;
838
- prepareCachePath: string;
839
- };
840
- lastError?: {
841
- message: string;
842
- reasonCode: string;
843
- retryable: boolean;
844
- } | undefined;
845
- }, {
846
- status: string;
847
- reasonCode: string;
848
- service: {
849
- state: string;
850
- reasonCode?: string | undefined;
851
- serviceEntry?: string | undefined;
852
- localEndpoint?: string | undefined;
853
- startedAt?: string | undefined;
854
- stoppedAt?: string | undefined;
855
- };
856
- connection: {
857
- state: string;
858
- reasonCode?: string | undefined;
859
- direction?: string | undefined;
860
- peerId?: string | undefined;
861
- connectedAt?: string | undefined;
862
- disconnectedAt?: string | undefined;
863
- };
864
- summary: string;
865
- streams: {
866
- state: string;
867
- direction: string;
868
- streamId: number;
869
- media: string;
870
- updatedAt: string;
871
- source?: {
872
- mode: "local_assets";
873
- local_assets: {
874
- assets_dir: string;
875
- };
876
- } | undefined;
877
- }[];
878
- artifacts: {
879
- rootPath: string;
880
- reportPath: string;
881
- logsPath: string;
882
- eventsPath: string;
883
- receivedMediaPath: string;
884
- prepareCachePath: string;
885
- };
886
- lastError?: {
887
- message: string;
888
- reasonCode: string;
889
- retryable: boolean;
890
- } | undefined;
891
- }>;
892
- export declare const ArtifactExportResultSchema: z.ZodObject<{
893
- outputPath: z.ZodString;
894
- exportedAt: z.ZodString;
895
- }, "strip", z.ZodTypeAny, {
896
- outputPath: string;
897
- exportedAt: string;
898
- }, {
899
- outputPath: string;
900
- exportedAt: string;
901
- }>;
902
- export declare const ServiceStartRequestSchema: z.ZodObject<{
903
- serviceEntry: z.ZodOptional<z.ZodString>;
904
- license: z.ZodString;
905
- timeoutMs: z.ZodNumber;
906
- bootstrapSendStreams: z.ZodOptional<z.ZodArray<z.ZodObject<{
907
- streamId: z.ZodNumber;
908
- media: z.ZodEnum<["audio", "video"]>;
909
- source: z.ZodObject<{
910
- mode: z.ZodLiteral<"local_assets">;
911
- local_assets: z.ZodObject<{
912
- assets_dir: z.ZodString;
913
- }, "strip", z.ZodTypeAny, {
914
- assets_dir: string;
915
- }, {
916
- assets_dir: string;
917
- }>;
918
- }, "strip", z.ZodTypeAny, {
919
- mode: "local_assets";
920
- local_assets: {
921
- assets_dir: string;
922
- };
923
- }, {
924
- mode: "local_assets";
925
- local_assets: {
926
- assets_dir: string;
927
- };
928
- }>;
929
- }, "strip", z.ZodTypeAny, {
930
- streamId: number;
931
- media: "audio" | "video";
932
- source: {
933
- mode: "local_assets";
934
- local_assets: {
935
- assets_dir: string;
936
- };
937
- };
938
- }, {
939
- streamId: number;
940
- media: "audio" | "video";
941
- source: {
942
- mode: "local_assets";
943
- local_assets: {
944
- assets_dir: string;
945
- };
946
- };
947
- }>, "many">>;
948
- }, "strip", z.ZodTypeAny, {
949
- license: string;
950
- timeoutMs: number;
951
- serviceEntry?: string | undefined;
952
- bootstrapSendStreams?: {
953
- streamId: number;
954
- media: "audio" | "video";
955
- source: {
956
- mode: "local_assets";
957
- local_assets: {
958
- assets_dir: string;
959
- };
960
- };
961
- }[] | undefined;
962
- }, {
963
- license: string;
964
- timeoutMs: number;
965
- serviceEntry?: string | undefined;
966
- bootstrapSendStreams?: {
967
- streamId: number;
968
- media: "audio" | "video";
969
- source: {
970
- mode: "local_assets";
971
- local_assets: {
972
- assets_dir: string;
973
- };
974
- };
975
- }[] | undefined;
976
- }>;
977
- export declare const ConnectionConnectRequestSchema: z.ZodEffects<z.ZodObject<{
978
- serviceEntry: z.ZodOptional<z.ZodString>;
979
- peerId: z.ZodString;
980
- token: z.ZodString;
981
- timeoutMs: z.ZodNumber;
982
- }, "strip", z.ZodTypeAny, {
983
- peerId: string;
984
- token: string;
985
- timeoutMs: number;
986
- serviceEntry?: string | undefined;
987
- }, {
988
- peerId: string;
989
- token: string;
990
- timeoutMs: number;
991
- serviceEntry?: string | undefined;
992
- }>, {
993
- peerId: string;
994
- token: string;
995
- timeoutMs: number;
996
- serviceEntry?: string | undefined;
997
- }, {
998
- peerId: string;
999
- token: string;
1000
- timeoutMs: number;
1001
- serviceEntry?: string | undefined;
1002
- }>;
1003
- export declare const StreamSendStartRequestSchema: z.ZodObject<{
1004
- streamId: z.ZodNumber;
1005
- media: z.ZodString;
1006
- source: z.ZodObject<{
1007
- mode: z.ZodLiteral<"local_assets">;
1008
- local_assets: z.ZodObject<{
1009
- assets_dir: z.ZodString;
1010
- }, "strip", z.ZodTypeAny, {
1011
- assets_dir: string;
1012
- }, {
1013
- assets_dir: string;
1014
- }>;
1015
- }, "strip", z.ZodTypeAny, {
1016
- mode: "local_assets";
1017
- local_assets: {
1018
- assets_dir: string;
1019
- };
1020
- }, {
1021
- mode: "local_assets";
1022
- local_assets: {
1023
- assets_dir: string;
1024
- };
1025
- }>;
1026
- }, "strip", z.ZodTypeAny, {
1027
- streamId: number;
1028
- media: string;
1029
- source: {
1030
- mode: "local_assets";
1031
- local_assets: {
1032
- assets_dir: string;
1033
- };
1034
- };
1035
- }, {
1036
- streamId: number;
1037
- media: string;
1038
- source: {
1039
- mode: "local_assets";
1040
- local_assets: {
1041
- assets_dir: string;
1042
- };
1043
- };
1044
- }>;
1045
- export declare const StreamMessageSendRequestSchema: z.ZodObject<{
1046
- streamId: z.ZodNumber;
1047
- payload: z.ZodString;
1048
- }, "strip", z.ZodTypeAny, {
1049
- payload: string;
1050
- streamId: number;
1051
- }, {
1052
- payload: string;
1053
- streamId: number;
1054
- }>;
1055
- export declare const OutputAttachRequestSchema: z.ZodObject<{
1056
- streamId: z.ZodNumber;
1057
- consumer: z.ZodString;
1058
- mediaView: z.ZodString;
1059
- format: z.ZodString;
1060
- delivery: z.ZodString;
1061
- targetPath: z.ZodOptional<z.ZodString>;
1062
- maxFiles: z.ZodOptional<z.ZodNumber>;
1063
- }, "strip", z.ZodTypeAny, {
1064
- streamId: number;
1065
- consumer: string;
1066
- mediaView: string;
1067
- format: string;
1068
- delivery: string;
1069
- targetPath?: string | undefined;
1070
- maxFiles?: number | undefined;
1071
- }, {
1072
- streamId: number;
1073
- consumer: string;
1074
- mediaView: string;
1075
- format: string;
1076
- delivery: string;
1077
- targetPath?: string | undefined;
1078
- maxFiles?: number | undefined;
1079
- }>;
1080
- export declare const CommandSendRequestSchema: z.ZodObject<{
1081
- commandId: z.ZodNumber;
1082
- payloadEncoding: z.ZodString;
1083
- payload: z.ZodString;
1084
- timeoutMs: z.ZodOptional<z.ZodNumber>;
1085
- }, "strip", z.ZodTypeAny, {
1086
- payload: string;
1087
- payloadEncoding: string;
1088
- commandId: number;
1089
- timeoutMs?: number | undefined;
1090
- }, {
1091
- payload: string;
1092
- payloadEncoding: string;
1093
- commandId: number;
1094
- timeoutMs?: number | undefined;
1095
- }>;
1096
- export declare const EventsSubscribeRequestSchema: z.ZodObject<{
1097
- families: z.ZodArray<z.ZodString, "many">;
1098
- }, "strip", z.ZodTypeAny, {
1099
- families: string[];
1100
- }, {
1101
- families: string[];
1102
- }>;
1103
- export declare const DebugTokenQrcodeRequestSchema: z.ZodObject<{
1104
- payload: z.ZodString;
1105
- outputStem: z.ZodOptional<z.ZodString>;
1106
- }, "strip", z.ZodTypeAny, {
1107
- payload: string;
1108
- outputStem?: string | undefined;
1109
- }, {
1110
- payload: string;
1111
- outputStem?: string | undefined;
1112
- }>;
1113
- export declare const DebugTokenQrcodeResultSchema: z.ZodObject<{
1114
- payload: z.ZodString;
1115
- qrAsciiPath: z.ZodString;
1116
- qrPngPath: z.ZodString;
1117
- generatedAt: z.ZodString;
1118
- }, "strip", z.ZodTypeAny, {
1119
- payload: string;
1120
- qrAsciiPath: string;
1121
- qrPngPath: string;
1122
- generatedAt: string;
1123
- }, {
1124
- payload: string;
1125
- qrAsciiPath: string;
1126
- qrPngPath: string;
1127
- generatedAt: string;
1128
- }>;