@synnaxlabs/client 0.54.2 → 0.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +10 -13
- package/dist/client.cjs +60 -42
- package/dist/client.js +8037 -6265
- package/dist/src/access/policy/client.d.ts +70 -80
- package/dist/src/access/policy/client.d.ts.map +1 -1
- package/dist/src/access/policy/types.gen.d.ts +18 -20
- package/dist/src/access/policy/types.gen.d.ts.map +1 -1
- package/dist/src/access/role/client.d.ts.map +1 -1
- package/dist/src/access/role/types.gen.d.ts +2 -2
- package/dist/src/actions/actions.d.ts +68 -0
- package/dist/src/actions/actions.d.ts.map +1 -0
- package/dist/src/actions/actions.spec.d.ts +2 -0
- package/dist/src/actions/actions.spec.d.ts.map +1 -0
- package/dist/src/actions/external.d.ts +2 -0
- package/dist/src/actions/external.d.ts.map +1 -0
- package/dist/src/actions/index.d.ts +2 -0
- package/dist/src/actions/index.d.ts.map +1 -0
- package/dist/src/arc/arc.spec.d.ts +2 -0
- package/dist/src/arc/arc.spec.d.ts.map +1 -0
- package/dist/src/arc/client.d.ts.map +1 -1
- package/dist/src/arc/compiler/types.gen.d.ts +1 -1
- package/dist/src/arc/compiler/types.gen.d.ts.map +1 -1
- package/dist/src/arc/graph/types.gen.d.ts +40 -40
- package/dist/src/arc/graph/types.gen.d.ts.map +1 -1
- package/dist/src/arc/ir/types.gen.d.ts +202 -233
- package/dist/src/arc/ir/types.gen.d.ts.map +1 -1
- package/dist/src/arc/module/types.gen.d.ts +63 -82
- package/dist/src/arc/module/types.gen.d.ts.map +1 -1
- package/dist/src/arc/program/types.gen.d.ts +63 -82
- package/dist/src/arc/program/types.gen.d.ts.map +1 -1
- package/dist/src/arc/types/types.gen.d.ts +11 -11
- package/dist/src/arc/types/types.gen.d.ts.map +1 -1
- package/dist/src/arc/types.gen.d.ts +139 -158
- package/dist/src/arc/types.gen.d.ts.map +1 -1
- package/dist/src/auth/auth.d.ts +3 -3
- package/dist/src/auth/auth.d.ts.map +1 -1
- package/dist/src/channel/client.d.ts +2 -2
- package/dist/src/channel/client.d.ts.map +1 -1
- package/dist/src/channel/retriever.d.ts +5 -8
- package/dist/src/channel/retriever.d.ts.map +1 -1
- package/dist/src/channel/types.gen.d.ts +3 -3
- package/dist/src/channel/types.gen.d.ts.map +1 -1
- package/dist/src/channel/writer.d.ts.map +1 -1
- package/dist/src/client.d.ts +5 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/connection/checker.d.ts +17 -2
- package/dist/src/connection/checker.d.ts.map +1 -1
- package/dist/src/control/state.d.ts.map +1 -1
- package/dist/src/device/client.d.ts.map +1 -1
- package/dist/src/device/types.gen.d.ts +6 -8
- package/dist/src/device/types.gen.d.ts.map +1 -1
- package/dist/src/errors.d.ts +2 -0
- package/dist/src/errors.d.ts.map +1 -1
- package/dist/src/framer/adapter.d.ts.map +1 -1
- package/dist/src/framer/client.d.ts +2 -2
- package/dist/src/framer/client.d.ts.map +1 -1
- package/dist/src/framer/codec.d.ts +9 -1
- package/dist/src/framer/codec.d.ts.map +1 -1
- package/dist/src/framer/deleter.d.ts.map +1 -1
- package/dist/src/framer/frame.d.ts +1 -1
- package/dist/src/framer/iterator.d.ts +84 -3
- package/dist/src/framer/iterator.d.ts.map +1 -1
- package/dist/src/framer/streamProxy.d.ts.map +1 -1
- package/dist/src/framer/streamer.d.ts +1 -3
- package/dist/src/framer/streamer.d.ts.map +1 -1
- package/dist/src/framer/types.gen.d.ts +18 -0
- package/dist/src/framer/types.gen.d.ts.map +1 -1
- package/dist/src/framer/writer.d.ts +8 -8
- package/dist/src/framer/writer.d.ts.map +1 -1
- package/dist/src/group/client.d.ts +1 -2
- package/dist/src/group/client.d.ts.map +1 -1
- package/dist/src/group/types.gen.d.ts +2 -2
- package/dist/src/index.d.ts +2 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/label/client.d.ts +5 -8
- package/dist/src/label/client.d.ts.map +1 -1
- package/dist/src/lineplot/client.d.ts.map +1 -1
- package/dist/src/lineplot/types.gen.d.ts +2 -2
- package/dist/src/log/client.d.ts.map +1 -1
- package/dist/src/log/types.gen.d.ts +2 -2
- package/dist/src/ontology/client.d.ts +1 -3
- package/dist/src/ontology/client.d.ts.map +1 -1
- package/dist/src/ontology/payload.d.ts +12 -16
- package/dist/src/ontology/payload.d.ts.map +1 -1
- package/dist/src/ontology/types.gen.d.ts +1 -2
- package/dist/src/ontology/types.gen.d.ts.map +1 -1
- package/dist/src/ontology/writer.d.ts +5 -10
- package/dist/src/ontology/writer.d.ts.map +1 -1
- package/dist/src/rack/client.d.ts.map +1 -1
- package/dist/src/rack/types.gen.d.ts +3 -3
- package/dist/src/ranger/alias/client.d.ts.map +1 -1
- package/dist/src/ranger/client.d.ts.map +1 -1
- package/dist/src/ranger/kv/client.d.ts.map +1 -1
- package/dist/src/ranger/types.gen.d.ts +6 -6
- package/dist/src/ranger/types.gen.d.ts.map +1 -1
- package/dist/src/ranger/writer.d.ts +2 -3
- package/dist/src/ranger/writer.d.ts.map +1 -1
- package/dist/src/schematic/actions.d.ts +147 -0
- package/dist/src/schematic/actions.d.ts.map +1 -0
- package/dist/src/schematic/actions.gen.d.ts +484 -0
- package/dist/src/schematic/actions.gen.d.ts.map +1 -0
- package/dist/src/schematic/actions.spec.d.ts +2 -0
- package/dist/src/schematic/actions.spec.d.ts.map +1 -0
- package/dist/src/schematic/client.d.ts +53 -2
- package/dist/src/schematic/client.d.ts.map +1 -1
- package/dist/src/schematic/external.d.ts +2 -0
- package/dist/src/schematic/external.d.ts.map +1 -1
- package/dist/src/schematic/symbol/client.d.ts.map +1 -1
- package/dist/src/schematic/symbol/types.gen.d.ts +48 -58
- package/dist/src/schematic/symbol/types.gen.d.ts.map +1 -1
- package/dist/src/schematic/types.gen.d.ts +131 -5
- package/dist/src/schematic/types.gen.d.ts.map +1 -1
- package/dist/src/status/client.d.ts.map +1 -1
- package/dist/src/status/payload.d.ts +3 -3
- package/dist/src/table/actions.d.ts +156 -0
- package/dist/src/table/actions.d.ts.map +1 -0
- package/dist/src/table/actions.gen.d.ts +587 -0
- package/dist/src/table/actions.gen.d.ts.map +1 -0
- package/dist/src/table/client.d.ts +28 -2
- package/dist/src/table/client.d.ts.map +1 -1
- package/dist/src/table/external.d.ts +2 -0
- package/dist/src/table/external.d.ts.map +1 -1
- package/dist/src/table/types.gen.d.ts +71 -4
- package/dist/src/table/types.gen.d.ts.map +1 -1
- package/dist/src/task/client.d.ts.map +1 -1
- package/dist/src/task/types.gen.d.ts +7 -7
- package/dist/src/task/types.gen.d.ts.map +1 -1
- package/dist/src/user/client.d.ts +2 -2
- package/dist/src/user/client.d.ts.map +1 -1
- package/dist/src/user/types.gen.d.ts +2 -2
- package/dist/src/view/client.d.ts.map +1 -1
- package/dist/src/view/types.gen.d.ts +2 -2
- package/dist/src/workspace/client.d.ts.map +1 -1
- package/dist/src/workspace/types.gen.d.ts +3 -3
- package/dist/src/workspace/types.gen.d.ts.map +1 -1
- package/package.json +12 -11
- package/src/access/policy/client.ts +4 -7
- package/src/access/role/client.ts +6 -26
- package/src/actions/actions.spec.ts +229 -0
- package/src/actions/actions.ts +104 -0
- package/src/actions/external.ts +10 -0
- package/src/actions/index.ts +10 -0
- package/src/arc/arc.spec.ts +44 -0
- package/src/arc/client.ts +3 -7
- package/src/arc/compiler/types.gen.ts +2 -1
- package/src/arc/ir/types.gen.ts +102 -48
- package/src/arc/lsp.spec.ts +3 -7
- package/src/arc/types/types.gen.ts +3 -3
- package/src/auth/auth.spec.ts +12 -13
- package/src/auth/auth.ts +48 -34
- package/src/channel/batchRetriever.spec.ts +13 -4
- package/src/channel/channel.spec.ts +13 -0
- package/src/channel/client.ts +8 -6
- package/src/channel/retriever.ts +7 -16
- package/src/channel/types.gen.ts +1 -2
- package/src/channel/writer.ts +4 -20
- package/src/client.ts +3 -0
- package/src/connection/checker.ts +48 -10
- package/src/connection/connection.spec.ts +64 -2
- package/src/control/state.ts +5 -4
- package/src/device/client.ts +5 -8
- package/src/device/device.spec.ts +7 -5
- package/src/device/types.gen.ts +4 -4
- package/src/errors.ts +8 -9
- package/src/framer/adapter.ts +2 -4
- package/src/framer/client.ts +12 -0
- package/src/framer/codec.spec.ts +53 -3
- package/src/framer/codec.ts +58 -25
- package/src/framer/deleter.ts +2 -8
- package/src/framer/iterator.ts +42 -39
- package/src/framer/streamProxy.ts +11 -12
- package/src/framer/streamer.spec.ts +1 -1
- package/src/framer/streamer.ts +2 -7
- package/src/framer/types.gen.ts +20 -0
- package/src/framer/writer.spec.ts +221 -1
- package/src/framer/writer.ts +53 -28
- package/src/group/client.ts +4 -7
- package/src/index.ts +3 -2
- package/src/label/client.ts +6 -16
- package/src/label/label.spec.ts +12 -0
- package/src/lineplot/client.ts +6 -21
- package/src/log/client.ts +6 -21
- package/src/ontology/client.ts +2 -3
- package/src/ontology/ontology.spec.ts +10 -0
- package/src/ontology/types.gen.ts +0 -1
- package/src/ontology/writer.ts +4 -7
- package/src/rack/client.ts +4 -7
- package/src/rack/rack.spec.ts +12 -1
- package/src/ranger/alias/client.ts +6 -11
- package/src/ranger/client.ts +2 -3
- package/src/ranger/kv/client.ts +4 -7
- package/src/ranger/ranger.spec.ts +12 -0
- package/src/ranger/writer.ts +4 -17
- package/src/schematic/access.spec.ts +6 -6
- package/src/schematic/actions.gen.ts +200 -0
- package/src/schematic/actions.spec.ts +699 -0
- package/src/schematic/actions.ts +168 -0
- package/src/schematic/client.ts +34 -30
- package/src/schematic/external.ts +2 -0
- package/src/schematic/schematic.spec.ts +233 -69
- package/src/schematic/symbol/client.spec.ts +33 -9
- package/src/schematic/symbol/client.ts +6 -11
- package/src/schematic/symbol/types.gen.ts +1 -10
- package/src/schematic/types.gen.ts +55 -6
- package/src/status/client.ts +4 -10
- package/src/status/status.spec.ts +7 -6
- package/src/table/access.spec.ts +0 -6
- package/src/table/actions.gen.ts +243 -0
- package/src/table/actions.ts +255 -0
- package/src/table/client.ts +21 -25
- package/src/table/external.ts +2 -0
- package/src/table/table.spec.ts +588 -43
- package/src/table/types.gen.ts +58 -5
- package/src/task/client.ts +14 -20
- package/src/task/task.spec.ts +15 -1
- package/src/task/types.gen.ts +8 -6
- package/src/user/client.ts +6 -11
- package/src/view/client.ts +4 -7
- package/src/view/view.spec.ts +9 -5
- package/src/workspace/client.ts +6 -16
- package/src/workspace/types.gen.ts +2 -1
- package/src/workspace/workspace.spec.ts +14 -1
|
@@ -42,12 +42,9 @@ export declare const newZ: z.ZodObject<{
|
|
|
42
42
|
}, z.core.$strip>;
|
|
43
43
|
zoom: z.ZodNumber;
|
|
44
44
|
}, z.core.$strip>;
|
|
45
|
-
functions: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
45
|
+
functions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
46
46
|
key: string;
|
|
47
|
-
|
|
48
|
-
raw: string;
|
|
49
|
-
} | undefined;
|
|
50
|
-
config?: {
|
|
47
|
+
config: {
|
|
51
48
|
name: string;
|
|
52
49
|
type: {
|
|
53
50
|
kind: import('./types/types.gen').Kind;
|
|
@@ -120,8 +117,8 @@ export declare const newZ: z.ZodObject<{
|
|
|
120
117
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
121
118
|
};
|
|
122
119
|
value?: unknown;
|
|
123
|
-
}[]
|
|
124
|
-
inputs
|
|
120
|
+
}[];
|
|
121
|
+
inputs: {
|
|
125
122
|
name: string;
|
|
126
123
|
type: {
|
|
127
124
|
kind: import('./types/types.gen').Kind;
|
|
@@ -194,8 +191,8 @@ export declare const newZ: z.ZodObject<{
|
|
|
194
191
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
195
192
|
};
|
|
196
193
|
value?: unknown;
|
|
197
|
-
}[]
|
|
198
|
-
outputs
|
|
194
|
+
}[];
|
|
195
|
+
outputs: {
|
|
199
196
|
name: string;
|
|
200
197
|
type: {
|
|
201
198
|
kind: import('./types/types.gen').Kind;
|
|
@@ -268,17 +265,20 @@ export declare const newZ: z.ZodObject<{
|
|
|
268
265
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
269
266
|
};
|
|
270
267
|
value?: unknown;
|
|
271
|
-
}[]
|
|
272
|
-
channels
|
|
268
|
+
}[];
|
|
269
|
+
channels: {
|
|
273
270
|
read: Record<number, string>;
|
|
274
271
|
write: Record<number, string>;
|
|
272
|
+
};
|
|
273
|
+
body?: {
|
|
274
|
+
raw: string;
|
|
275
275
|
} | undefined;
|
|
276
|
-
}[], null
|
|
276
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
277
277
|
key: z.ZodString;
|
|
278
278
|
body: z.ZodOptional<z.ZodObject<{
|
|
279
279
|
raw: z.ZodString;
|
|
280
280
|
}, z.core.$strip>>;
|
|
281
|
-
config: z.
|
|
281
|
+
config: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
282
282
|
name: string;
|
|
283
283
|
type: {
|
|
284
284
|
kind: import('./types/types.gen').Kind;
|
|
@@ -351,7 +351,7 @@ export declare const newZ: z.ZodObject<{
|
|
|
351
351
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
352
352
|
};
|
|
353
353
|
value?: unknown;
|
|
354
|
-
}[], null
|
|
354
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
355
355
|
name: z.ZodString;
|
|
356
356
|
type: z.ZodObject<{
|
|
357
357
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -359,7 +359,7 @@ export declare const newZ: z.ZodObject<{
|
|
|
359
359
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
360
360
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
361
361
|
name: z.ZodString;
|
|
362
|
-
|
|
362
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
363
363
|
unit: z.ZodOptional<z.ZodObject<{
|
|
364
364
|
dimensions: z.ZodObject<{
|
|
365
365
|
length: z.ZodInt;
|
|
@@ -374,12 +374,12 @@ export declare const newZ: z.ZodObject<{
|
|
|
374
374
|
scale: z.ZodNumber;
|
|
375
375
|
name: z.ZodString;
|
|
376
376
|
}, z.core.$strip>>;
|
|
377
|
-
|
|
377
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
378
378
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
379
379
|
}, z.core.$strip>;
|
|
380
380
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
381
381
|
}, z.core.$strip>>]>>;
|
|
382
|
-
inputs: z.
|
|
382
|
+
inputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
383
383
|
name: string;
|
|
384
384
|
type: {
|
|
385
385
|
kind: import('./types/types.gen').Kind;
|
|
@@ -452,7 +452,7 @@ export declare const newZ: z.ZodObject<{
|
|
|
452
452
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
453
453
|
};
|
|
454
454
|
value?: unknown;
|
|
455
|
-
}[], null
|
|
455
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
456
456
|
name: z.ZodString;
|
|
457
457
|
type: z.ZodObject<{
|
|
458
458
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -460,7 +460,7 @@ export declare const newZ: z.ZodObject<{
|
|
|
460
460
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
461
461
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
462
462
|
name: z.ZodString;
|
|
463
|
-
|
|
463
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
464
464
|
unit: z.ZodOptional<z.ZodObject<{
|
|
465
465
|
dimensions: z.ZodObject<{
|
|
466
466
|
length: z.ZodInt;
|
|
@@ -475,12 +475,12 @@ export declare const newZ: z.ZodObject<{
|
|
|
475
475
|
scale: z.ZodNumber;
|
|
476
476
|
name: z.ZodString;
|
|
477
477
|
}, z.core.$strip>>;
|
|
478
|
-
|
|
478
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
479
479
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
480
480
|
}, z.core.$strip>;
|
|
481
481
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
482
482
|
}, z.core.$strip>>]>>;
|
|
483
|
-
outputs: z.
|
|
483
|
+
outputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
484
484
|
name: string;
|
|
485
485
|
type: {
|
|
486
486
|
kind: import('./types/types.gen').Kind;
|
|
@@ -553,7 +553,7 @@ export declare const newZ: z.ZodObject<{
|
|
|
553
553
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
554
554
|
};
|
|
555
555
|
value?: unknown;
|
|
556
|
-
}[], null
|
|
556
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
557
557
|
name: z.ZodString;
|
|
558
558
|
type: z.ZodObject<{
|
|
559
559
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -561,7 +561,7 @@ export declare const newZ: z.ZodObject<{
|
|
|
561
561
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
562
562
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
563
563
|
name: z.ZodString;
|
|
564
|
-
|
|
564
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
565
565
|
unit: z.ZodOptional<z.ZodObject<{
|
|
566
566
|
dimensions: z.ZodObject<{
|
|
567
567
|
length: z.ZodInt;
|
|
@@ -576,17 +576,17 @@ export declare const newZ: z.ZodObject<{
|
|
|
576
576
|
scale: z.ZodNumber;
|
|
577
577
|
name: z.ZodString;
|
|
578
578
|
}, z.core.$strip>>;
|
|
579
|
-
|
|
579
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
580
580
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
581
581
|
}, z.core.$strip>;
|
|
582
582
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
583
583
|
}, z.core.$strip>>]>>;
|
|
584
|
-
channels: z.
|
|
585
|
-
read: z.
|
|
586
|
-
write: z.
|
|
587
|
-
}, z.core.$strip
|
|
588
|
-
}, z.core.$strip>>]
|
|
589
|
-
edges: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
584
|
+
channels: z.ZodObject<{
|
|
585
|
+
read: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
586
|
+
write: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
587
|
+
}, z.core.$strip>;
|
|
588
|
+
}, z.core.$strip>>]>>;
|
|
589
|
+
edges: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
590
590
|
source: {
|
|
591
591
|
node: string;
|
|
592
592
|
param: string;
|
|
@@ -595,8 +595,8 @@ export declare const newZ: z.ZodObject<{
|
|
|
595
595
|
node: string;
|
|
596
596
|
param: string;
|
|
597
597
|
};
|
|
598
|
-
kind
|
|
599
|
-
}[], null
|
|
598
|
+
kind: import('./ir/types.gen').EdgeKind;
|
|
599
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
600
600
|
source: z.ZodObject<{
|
|
601
601
|
node: z.ZodString;
|
|
602
602
|
param: z.ZodString;
|
|
@@ -605,9 +605,9 @@ export declare const newZ: z.ZodObject<{
|
|
|
605
605
|
node: z.ZodString;
|
|
606
606
|
param: z.ZodString;
|
|
607
607
|
}, z.core.$strip>;
|
|
608
|
-
kind: z.
|
|
609
|
-
}, z.core.$strip>>]
|
|
610
|
-
nodes: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
608
|
+
kind: z.ZodEnum<typeof import('./ir/types.gen').EdgeKind>;
|
|
609
|
+
}, z.core.$strip>>]>>;
|
|
610
|
+
nodes: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
611
611
|
key: string;
|
|
612
612
|
type: string;
|
|
613
613
|
config: import('@synnaxlabs/x/dist/src/record/record').Unknown;
|
|
@@ -615,7 +615,7 @@ export declare const newZ: z.ZodObject<{
|
|
|
615
615
|
x: number;
|
|
616
616
|
y: number;
|
|
617
617
|
};
|
|
618
|
-
}[], null
|
|
618
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
619
619
|
key: z.ZodString;
|
|
620
620
|
type: z.ZodString;
|
|
621
621
|
config: z.ZodType<import('@synnaxlabs/x/dist/src/record/record').Unknown, unknown, z.core.$ZodTypeInternals<import('@synnaxlabs/x/dist/src/record/record').Unknown, unknown>>;
|
|
@@ -623,7 +623,7 @@ export declare const newZ: z.ZodObject<{
|
|
|
623
623
|
x: z.ZodNumber;
|
|
624
624
|
y: z.ZodNumber;
|
|
625
625
|
}, z.core.$strip>;
|
|
626
|
-
}, z.core.$strip>>]
|
|
626
|
+
}, z.core.$strip>>]>>;
|
|
627
627
|
}, z.core.$strip>;
|
|
628
628
|
text: z.ZodObject<{
|
|
629
629
|
raw: z.ZodString;
|
|
@@ -651,12 +651,9 @@ export declare const arcZ: z.ZodObject<{
|
|
|
651
651
|
}, z.core.$strip>;
|
|
652
652
|
zoom: z.ZodNumber;
|
|
653
653
|
}, z.core.$strip>;
|
|
654
|
-
functions: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
654
|
+
functions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
655
655
|
key: string;
|
|
656
|
-
|
|
657
|
-
raw: string;
|
|
658
|
-
} | undefined;
|
|
659
|
-
config?: {
|
|
656
|
+
config: {
|
|
660
657
|
name: string;
|
|
661
658
|
type: {
|
|
662
659
|
kind: import('./types/types.gen').Kind;
|
|
@@ -729,8 +726,8 @@ export declare const arcZ: z.ZodObject<{
|
|
|
729
726
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
730
727
|
};
|
|
731
728
|
value?: unknown;
|
|
732
|
-
}[]
|
|
733
|
-
inputs
|
|
729
|
+
}[];
|
|
730
|
+
inputs: {
|
|
734
731
|
name: string;
|
|
735
732
|
type: {
|
|
736
733
|
kind: import('./types/types.gen').Kind;
|
|
@@ -803,8 +800,8 @@ export declare const arcZ: z.ZodObject<{
|
|
|
803
800
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
804
801
|
};
|
|
805
802
|
value?: unknown;
|
|
806
|
-
}[]
|
|
807
|
-
outputs
|
|
803
|
+
}[];
|
|
804
|
+
outputs: {
|
|
808
805
|
name: string;
|
|
809
806
|
type: {
|
|
810
807
|
kind: import('./types/types.gen').Kind;
|
|
@@ -877,17 +874,20 @@ export declare const arcZ: z.ZodObject<{
|
|
|
877
874
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
878
875
|
};
|
|
879
876
|
value?: unknown;
|
|
880
|
-
}[]
|
|
881
|
-
channels
|
|
877
|
+
}[];
|
|
878
|
+
channels: {
|
|
882
879
|
read: Record<number, string>;
|
|
883
880
|
write: Record<number, string>;
|
|
881
|
+
};
|
|
882
|
+
body?: {
|
|
883
|
+
raw: string;
|
|
884
884
|
} | undefined;
|
|
885
|
-
}[], null
|
|
885
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
886
886
|
key: z.ZodString;
|
|
887
887
|
body: z.ZodOptional<z.ZodObject<{
|
|
888
888
|
raw: z.ZodString;
|
|
889
889
|
}, z.core.$strip>>;
|
|
890
|
-
config: z.
|
|
890
|
+
config: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
891
891
|
name: string;
|
|
892
892
|
type: {
|
|
893
893
|
kind: import('./types/types.gen').Kind;
|
|
@@ -960,7 +960,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
960
960
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
961
961
|
};
|
|
962
962
|
value?: unknown;
|
|
963
|
-
}[], null
|
|
963
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
964
964
|
name: z.ZodString;
|
|
965
965
|
type: z.ZodObject<{
|
|
966
966
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -968,7 +968,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
968
968
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
969
969
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
970
970
|
name: z.ZodString;
|
|
971
|
-
|
|
971
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
972
972
|
unit: z.ZodOptional<z.ZodObject<{
|
|
973
973
|
dimensions: z.ZodObject<{
|
|
974
974
|
length: z.ZodInt;
|
|
@@ -983,12 +983,12 @@ export declare const arcZ: z.ZodObject<{
|
|
|
983
983
|
scale: z.ZodNumber;
|
|
984
984
|
name: z.ZodString;
|
|
985
985
|
}, z.core.$strip>>;
|
|
986
|
-
|
|
986
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
987
987
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
988
988
|
}, z.core.$strip>;
|
|
989
989
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
990
990
|
}, z.core.$strip>>]>>;
|
|
991
|
-
inputs: z.
|
|
991
|
+
inputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
992
992
|
name: string;
|
|
993
993
|
type: {
|
|
994
994
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1061,7 +1061,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1061
1061
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1062
1062
|
};
|
|
1063
1063
|
value?: unknown;
|
|
1064
|
-
}[], null
|
|
1064
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1065
1065
|
name: z.ZodString;
|
|
1066
1066
|
type: z.ZodObject<{
|
|
1067
1067
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -1069,7 +1069,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1069
1069
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
1070
1070
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
1071
1071
|
name: z.ZodString;
|
|
1072
|
-
|
|
1072
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1073
1073
|
unit: z.ZodOptional<z.ZodObject<{
|
|
1074
1074
|
dimensions: z.ZodObject<{
|
|
1075
1075
|
length: z.ZodInt;
|
|
@@ -1084,12 +1084,12 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1084
1084
|
scale: z.ZodNumber;
|
|
1085
1085
|
name: z.ZodString;
|
|
1086
1086
|
}, z.core.$strip>>;
|
|
1087
|
-
|
|
1087
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1088
1088
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
1089
1089
|
}, z.core.$strip>;
|
|
1090
1090
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
1091
1091
|
}, z.core.$strip>>]>>;
|
|
1092
|
-
outputs: z.
|
|
1092
|
+
outputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1093
1093
|
name: string;
|
|
1094
1094
|
type: {
|
|
1095
1095
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1162,7 +1162,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1162
1162
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1163
1163
|
};
|
|
1164
1164
|
value?: unknown;
|
|
1165
|
-
}[], null
|
|
1165
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1166
1166
|
name: z.ZodString;
|
|
1167
1167
|
type: z.ZodObject<{
|
|
1168
1168
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -1170,7 +1170,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1170
1170
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
1171
1171
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
1172
1172
|
name: z.ZodString;
|
|
1173
|
-
|
|
1173
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1174
1174
|
unit: z.ZodOptional<z.ZodObject<{
|
|
1175
1175
|
dimensions: z.ZodObject<{
|
|
1176
1176
|
length: z.ZodInt;
|
|
@@ -1185,17 +1185,17 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1185
1185
|
scale: z.ZodNumber;
|
|
1186
1186
|
name: z.ZodString;
|
|
1187
1187
|
}, z.core.$strip>>;
|
|
1188
|
-
|
|
1188
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1189
1189
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
1190
1190
|
}, z.core.$strip>;
|
|
1191
1191
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
1192
1192
|
}, z.core.$strip>>]>>;
|
|
1193
|
-
channels: z.
|
|
1194
|
-
read: z.
|
|
1195
|
-
write: z.
|
|
1196
|
-
}, z.core.$strip
|
|
1197
|
-
}, z.core.$strip>>]
|
|
1198
|
-
edges: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
1193
|
+
channels: z.ZodObject<{
|
|
1194
|
+
read: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
1195
|
+
write: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
1196
|
+
}, z.core.$strip>;
|
|
1197
|
+
}, z.core.$strip>>]>>;
|
|
1198
|
+
edges: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1199
1199
|
source: {
|
|
1200
1200
|
node: string;
|
|
1201
1201
|
param: string;
|
|
@@ -1204,8 +1204,8 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1204
1204
|
node: string;
|
|
1205
1205
|
param: string;
|
|
1206
1206
|
};
|
|
1207
|
-
kind
|
|
1208
|
-
}[], null
|
|
1207
|
+
kind: import('./ir/types.gen').EdgeKind;
|
|
1208
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1209
1209
|
source: z.ZodObject<{
|
|
1210
1210
|
node: z.ZodString;
|
|
1211
1211
|
param: z.ZodString;
|
|
@@ -1214,9 +1214,9 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1214
1214
|
node: z.ZodString;
|
|
1215
1215
|
param: z.ZodString;
|
|
1216
1216
|
}, z.core.$strip>;
|
|
1217
|
-
kind: z.
|
|
1218
|
-
}, z.core.$strip>>]
|
|
1219
|
-
nodes: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
1217
|
+
kind: z.ZodEnum<typeof import('./ir/types.gen').EdgeKind>;
|
|
1218
|
+
}, z.core.$strip>>]>>;
|
|
1219
|
+
nodes: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1220
1220
|
key: string;
|
|
1221
1221
|
type: string;
|
|
1222
1222
|
config: import('@synnaxlabs/x/dist/src/record/record').Unknown;
|
|
@@ -1224,7 +1224,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1224
1224
|
x: number;
|
|
1225
1225
|
y: number;
|
|
1226
1226
|
};
|
|
1227
|
-
}[], null
|
|
1227
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1228
1228
|
key: z.ZodString;
|
|
1229
1229
|
type: z.ZodString;
|
|
1230
1230
|
config: z.ZodType<import('@synnaxlabs/x/dist/src/record/record').Unknown, unknown, z.core.$ZodTypeInternals<import('@synnaxlabs/x/dist/src/record/record').Unknown, unknown>>;
|
|
@@ -1232,18 +1232,15 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1232
1232
|
x: z.ZodNumber;
|
|
1233
1233
|
y: z.ZodNumber;
|
|
1234
1234
|
}, z.core.$strip>;
|
|
1235
|
-
}, z.core.$strip>>]
|
|
1235
|
+
}, z.core.$strip>>]>>;
|
|
1236
1236
|
}, z.core.$strip>;
|
|
1237
1237
|
text: z.ZodObject<{
|
|
1238
1238
|
raw: z.ZodString;
|
|
1239
1239
|
}, z.core.$strip>;
|
|
1240
1240
|
program: z.ZodOptional<z.ZodObject<{
|
|
1241
|
-
functions: z.
|
|
1241
|
+
functions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1242
1242
|
key: string;
|
|
1243
|
-
|
|
1244
|
-
raw: string;
|
|
1245
|
-
} | undefined;
|
|
1246
|
-
config?: {
|
|
1243
|
+
config: {
|
|
1247
1244
|
name: string;
|
|
1248
1245
|
type: {
|
|
1249
1246
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1316,8 +1313,8 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1316
1313
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1317
1314
|
};
|
|
1318
1315
|
value?: unknown;
|
|
1319
|
-
}[]
|
|
1320
|
-
inputs
|
|
1316
|
+
}[];
|
|
1317
|
+
inputs: {
|
|
1321
1318
|
name: string;
|
|
1322
1319
|
type: {
|
|
1323
1320
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1390,8 +1387,8 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1390
1387
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1391
1388
|
};
|
|
1392
1389
|
value?: unknown;
|
|
1393
|
-
}[]
|
|
1394
|
-
outputs
|
|
1390
|
+
}[];
|
|
1391
|
+
outputs: {
|
|
1395
1392
|
name: string;
|
|
1396
1393
|
type: {
|
|
1397
1394
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1464,17 +1461,20 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1464
1461
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1465
1462
|
};
|
|
1466
1463
|
value?: unknown;
|
|
1467
|
-
}[]
|
|
1468
|
-
channels
|
|
1464
|
+
}[];
|
|
1465
|
+
channels: {
|
|
1469
1466
|
read: Record<number, string>;
|
|
1470
1467
|
write: Record<number, string>;
|
|
1468
|
+
};
|
|
1469
|
+
body?: {
|
|
1470
|
+
raw: string;
|
|
1471
1471
|
} | undefined;
|
|
1472
|
-
}[], null
|
|
1472
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1473
1473
|
key: z.ZodString;
|
|
1474
1474
|
body: z.ZodOptional<z.ZodObject<{
|
|
1475
1475
|
raw: z.ZodString;
|
|
1476
1476
|
}, z.core.$strip>>;
|
|
1477
|
-
config: z.
|
|
1477
|
+
config: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1478
1478
|
name: string;
|
|
1479
1479
|
type: {
|
|
1480
1480
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1547,7 +1547,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1547
1547
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1548
1548
|
};
|
|
1549
1549
|
value?: unknown;
|
|
1550
|
-
}[], null
|
|
1550
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1551
1551
|
name: z.ZodString;
|
|
1552
1552
|
type: z.ZodObject<{
|
|
1553
1553
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -1555,7 +1555,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1555
1555
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
1556
1556
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
1557
1557
|
name: z.ZodString;
|
|
1558
|
-
|
|
1558
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1559
1559
|
unit: z.ZodOptional<z.ZodObject<{
|
|
1560
1560
|
dimensions: z.ZodObject<{
|
|
1561
1561
|
length: z.ZodInt;
|
|
@@ -1570,12 +1570,12 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1570
1570
|
scale: z.ZodNumber;
|
|
1571
1571
|
name: z.ZodString;
|
|
1572
1572
|
}, z.core.$strip>>;
|
|
1573
|
-
|
|
1573
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1574
1574
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
1575
1575
|
}, z.core.$strip>;
|
|
1576
1576
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
1577
1577
|
}, z.core.$strip>>]>>;
|
|
1578
|
-
inputs: z.
|
|
1578
|
+
inputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1579
1579
|
name: string;
|
|
1580
1580
|
type: {
|
|
1581
1581
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1648,7 +1648,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1648
1648
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1649
1649
|
};
|
|
1650
1650
|
value?: unknown;
|
|
1651
|
-
}[], null
|
|
1651
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1652
1652
|
name: z.ZodString;
|
|
1653
1653
|
type: z.ZodObject<{
|
|
1654
1654
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -1656,7 +1656,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1656
1656
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
1657
1657
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
1658
1658
|
name: z.ZodString;
|
|
1659
|
-
|
|
1659
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1660
1660
|
unit: z.ZodOptional<z.ZodObject<{
|
|
1661
1661
|
dimensions: z.ZodObject<{
|
|
1662
1662
|
length: z.ZodInt;
|
|
@@ -1671,12 +1671,12 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1671
1671
|
scale: z.ZodNumber;
|
|
1672
1672
|
name: z.ZodString;
|
|
1673
1673
|
}, z.core.$strip>>;
|
|
1674
|
-
|
|
1674
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1675
1675
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
1676
1676
|
}, z.core.$strip>;
|
|
1677
1677
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
1678
1678
|
}, z.core.$strip>>]>>;
|
|
1679
|
-
outputs: z.
|
|
1679
|
+
outputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1680
1680
|
name: string;
|
|
1681
1681
|
type: {
|
|
1682
1682
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1749,7 +1749,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1749
1749
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1750
1750
|
};
|
|
1751
1751
|
value?: unknown;
|
|
1752
|
-
}[], null
|
|
1752
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1753
1753
|
name: z.ZodString;
|
|
1754
1754
|
type: z.ZodObject<{
|
|
1755
1755
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -1757,7 +1757,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1757
1757
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
1758
1758
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
1759
1759
|
name: z.ZodString;
|
|
1760
|
-
|
|
1760
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1761
1761
|
unit: z.ZodOptional<z.ZodObject<{
|
|
1762
1762
|
dimensions: z.ZodObject<{
|
|
1763
1763
|
length: z.ZodInt;
|
|
@@ -1772,20 +1772,20 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1772
1772
|
scale: z.ZodNumber;
|
|
1773
1773
|
name: z.ZodString;
|
|
1774
1774
|
}, z.core.$strip>>;
|
|
1775
|
-
|
|
1775
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
1776
1776
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
1777
1777
|
}, z.core.$strip>;
|
|
1778
1778
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
1779
1779
|
}, z.core.$strip>>]>>;
|
|
1780
|
-
channels: z.
|
|
1781
|
-
read: z.
|
|
1782
|
-
write: z.
|
|
1783
|
-
}, z.core.$strip
|
|
1780
|
+
channels: z.ZodObject<{
|
|
1781
|
+
read: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
1782
|
+
write: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
1783
|
+
}, z.core.$strip>;
|
|
1784
1784
|
}, z.core.$strip>>]>>;
|
|
1785
|
-
nodes: z.
|
|
1785
|
+
nodes: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1786
1786
|
key: string;
|
|
1787
1787
|
type: string;
|
|
1788
|
-
config
|
|
1788
|
+
config: {
|
|
1789
1789
|
name: string;
|
|
1790
1790
|
type: {
|
|
1791
1791
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1858,8 +1858,8 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1858
1858
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1859
1859
|
};
|
|
1860
1860
|
value?: unknown;
|
|
1861
|
-
}[]
|
|
1862
|
-
inputs
|
|
1861
|
+
}[];
|
|
1862
|
+
inputs: {
|
|
1863
1863
|
name: string;
|
|
1864
1864
|
type: {
|
|
1865
1865
|
kind: import('./types/types.gen').Kind;
|
|
@@ -1932,8 +1932,8 @@ export declare const arcZ: z.ZodObject<{
|
|
|
1932
1932
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
1933
1933
|
};
|
|
1934
1934
|
value?: unknown;
|
|
1935
|
-
}[]
|
|
1936
|
-
outputs
|
|
1935
|
+
}[];
|
|
1936
|
+
outputs: {
|
|
1937
1937
|
name: string;
|
|
1938
1938
|
type: {
|
|
1939
1939
|
kind: import('./types/types.gen').Kind;
|
|
@@ -2006,15 +2006,15 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2006
2006
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
2007
2007
|
};
|
|
2008
2008
|
value?: unknown;
|
|
2009
|
-
}[]
|
|
2010
|
-
channels
|
|
2009
|
+
}[];
|
|
2010
|
+
channels: {
|
|
2011
2011
|
read: Record<number, string>;
|
|
2012
2012
|
write: Record<number, string>;
|
|
2013
|
-
}
|
|
2014
|
-
}[], null
|
|
2013
|
+
};
|
|
2014
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
2015
2015
|
key: z.ZodString;
|
|
2016
2016
|
type: z.ZodString;
|
|
2017
|
-
config: z.
|
|
2017
|
+
config: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
2018
2018
|
name: string;
|
|
2019
2019
|
type: {
|
|
2020
2020
|
kind: import('./types/types.gen').Kind;
|
|
@@ -2087,7 +2087,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2087
2087
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
2088
2088
|
};
|
|
2089
2089
|
value?: unknown;
|
|
2090
|
-
}[], null
|
|
2090
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
2091
2091
|
name: z.ZodString;
|
|
2092
2092
|
type: z.ZodObject<{
|
|
2093
2093
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -2095,7 +2095,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2095
2095
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
2096
2096
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
2097
2097
|
name: z.ZodString;
|
|
2098
|
-
|
|
2098
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
2099
2099
|
unit: z.ZodOptional<z.ZodObject<{
|
|
2100
2100
|
dimensions: z.ZodObject<{
|
|
2101
2101
|
length: z.ZodInt;
|
|
@@ -2110,12 +2110,12 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2110
2110
|
scale: z.ZodNumber;
|
|
2111
2111
|
name: z.ZodString;
|
|
2112
2112
|
}, z.core.$strip>>;
|
|
2113
|
-
|
|
2113
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
2114
2114
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
2115
2115
|
}, z.core.$strip>;
|
|
2116
2116
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
2117
2117
|
}, z.core.$strip>>]>>;
|
|
2118
|
-
inputs: z.
|
|
2118
|
+
inputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
2119
2119
|
name: string;
|
|
2120
2120
|
type: {
|
|
2121
2121
|
kind: import('./types/types.gen').Kind;
|
|
@@ -2188,7 +2188,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2188
2188
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
2189
2189
|
};
|
|
2190
2190
|
value?: unknown;
|
|
2191
|
-
}[], null
|
|
2191
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
2192
2192
|
name: z.ZodString;
|
|
2193
2193
|
type: z.ZodObject<{
|
|
2194
2194
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -2196,7 +2196,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2196
2196
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
2197
2197
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
2198
2198
|
name: z.ZodString;
|
|
2199
|
-
|
|
2199
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
2200
2200
|
unit: z.ZodOptional<z.ZodObject<{
|
|
2201
2201
|
dimensions: z.ZodObject<{
|
|
2202
2202
|
length: z.ZodInt;
|
|
@@ -2211,12 +2211,12 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2211
2211
|
scale: z.ZodNumber;
|
|
2212
2212
|
name: z.ZodString;
|
|
2213
2213
|
}, z.core.$strip>>;
|
|
2214
|
-
|
|
2214
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
2215
2215
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
2216
2216
|
}, z.core.$strip>;
|
|
2217
2217
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
2218
2218
|
}, z.core.$strip>>]>>;
|
|
2219
|
-
outputs: z.
|
|
2219
|
+
outputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
2220
2220
|
name: string;
|
|
2221
2221
|
type: {
|
|
2222
2222
|
kind: import('./types/types.gen').Kind;
|
|
@@ -2289,7 +2289,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2289
2289
|
chanDirection?: import('./types/types.gen').ChanDirection | undefined;
|
|
2290
2290
|
};
|
|
2291
2291
|
value?: unknown;
|
|
2292
|
-
}[], null
|
|
2292
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
2293
2293
|
name: z.ZodString;
|
|
2294
2294
|
type: z.ZodObject<{
|
|
2295
2295
|
inputs: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
@@ -2297,7 +2297,7 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2297
2297
|
config: z.ZodOptional<typeof import('./types/types.gen').paramsZ>;
|
|
2298
2298
|
kind: z.ZodEnum<typeof import('./types/types.gen').Kind>;
|
|
2299
2299
|
name: z.ZodString;
|
|
2300
|
-
|
|
2300
|
+
elem: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
2301
2301
|
unit: z.ZodOptional<z.ZodObject<{
|
|
2302
2302
|
dimensions: z.ZodObject<{
|
|
2303
2303
|
length: z.ZodInt;
|
|
@@ -2312,17 +2312,17 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2312
2312
|
scale: z.ZodNumber;
|
|
2313
2313
|
name: z.ZodString;
|
|
2314
2314
|
}, z.core.$strip>>;
|
|
2315
|
-
|
|
2315
|
+
constraint: z.ZodOptional<typeof import('./types/types.gen').typeZ>;
|
|
2316
2316
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('./types/types.gen').ChanDirection>>;
|
|
2317
2317
|
}, z.core.$strip>;
|
|
2318
2318
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
2319
2319
|
}, z.core.$strip>>]>>;
|
|
2320
|
-
channels: z.
|
|
2321
|
-
read: z.
|
|
2322
|
-
write: z.
|
|
2323
|
-
}, z.core.$strip
|
|
2320
|
+
channels: z.ZodObject<{
|
|
2321
|
+
read: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
2322
|
+
write: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
2323
|
+
}, z.core.$strip>;
|
|
2324
2324
|
}, z.core.$strip>>]>>;
|
|
2325
|
-
edges: z.
|
|
2325
|
+
edges: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
2326
2326
|
source: {
|
|
2327
2327
|
node: string;
|
|
2328
2328
|
param: string;
|
|
@@ -2331,8 +2331,8 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2331
2331
|
node: string;
|
|
2332
2332
|
param: string;
|
|
2333
2333
|
};
|
|
2334
|
-
kind
|
|
2335
|
-
}[], null
|
|
2334
|
+
kind: import('./ir/types.gen').EdgeKind;
|
|
2335
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
2336
2336
|
source: z.ZodObject<{
|
|
2337
2337
|
node: z.ZodString;
|
|
2338
2338
|
param: z.ZodString;
|
|
@@ -2341,34 +2341,15 @@ export declare const arcZ: z.ZodObject<{
|
|
|
2341
2341
|
node: z.ZodString;
|
|
2342
2342
|
param: z.ZodString;
|
|
2343
2343
|
}, z.core.$strip>;
|
|
2344
|
-
kind: z.
|
|
2345
|
-
}, z.core.$strip>>]>>;
|
|
2346
|
-
strata: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<string[][], null | undefined>>, z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<string[], null | undefined>>, z.ZodArray<z.ZodString>]>>]>>;
|
|
2347
|
-
sequences: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<{
|
|
2348
|
-
key: string;
|
|
2349
|
-
stages: {
|
|
2350
|
-
key: string;
|
|
2351
|
-
nodes: string[];
|
|
2352
|
-
strata: string[][];
|
|
2353
|
-
}[];
|
|
2354
|
-
}[], null | undefined>>, z.ZodArray<z.ZodObject<{
|
|
2355
|
-
key: z.ZodString;
|
|
2356
|
-
stages: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<{
|
|
2357
|
-
key: string;
|
|
2358
|
-
nodes: string[];
|
|
2359
|
-
strata: string[][];
|
|
2360
|
-
}[], null | undefined>>, z.ZodArray<z.ZodObject<{
|
|
2361
|
-
key: z.ZodString;
|
|
2362
|
-
nodes: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<string[], null | undefined>>, z.ZodArray<z.ZodString>]>;
|
|
2363
|
-
strata: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<string[][], null | undefined>>, z.ZodArray<z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<string[], null | undefined>>, z.ZodArray<z.ZodString>]>>]>;
|
|
2364
|
-
}, z.core.$strip>>]>;
|
|
2344
|
+
kind: z.ZodEnum<typeof import('./ir/types.gen').EdgeKind>;
|
|
2365
2345
|
}, z.core.$strip>>]>>;
|
|
2366
|
-
authorities: z.
|
|
2346
|
+
authorities: z.ZodObject<{
|
|
2367
2347
|
default: z.ZodOptional<z.ZodInt>;
|
|
2368
|
-
channels: z.
|
|
2369
|
-
}, z.core.$strip
|
|
2348
|
+
channels: z.ZodType<Record<number, number>, unknown, z.core.$ZodTypeInternals<Record<number, number>, unknown>>;
|
|
2349
|
+
}, z.core.$strip>;
|
|
2350
|
+
root: z.ZodType<import('./ir/types.gen').Scope, unknown, z.core.$ZodTypeInternals<import('./ir/types.gen').Scope, unknown>>;
|
|
2370
2351
|
wasm: z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
|
|
2371
|
-
outputMemoryBases: z.
|
|
2352
|
+
outputMemoryBases: z.ZodType<Record<string, number>, unknown, z.core.$ZodTypeInternals<Record<string, number>, unknown>>;
|
|
2372
2353
|
}, z.core.$strip>>;
|
|
2373
2354
|
status: z.ZodOptional<status.StatusZodObject<z.ZodObject<{
|
|
2374
2355
|
running: z.ZodBoolean;
|
|
@@ -2385,10 +2366,10 @@ export interface Arc extends z.infer<typeof arcZ> {
|
|
|
2385
2366
|
}
|
|
2386
2367
|
export declare const ontologyID: ontology.CreateID<string>;
|
|
2387
2368
|
export declare const TYPE_ONTOLOGY_ID: {
|
|
2388
|
-
type: "arc" | "builtin" | "channel" | "
|
|
2369
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
2389
2370
|
key: string;
|
|
2390
2371
|
} | {
|
|
2391
|
-
type: "arc" | "builtin" | "channel" | "
|
|
2372
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
2392
2373
|
key: string;
|
|
2393
2374
|
};
|
|
2394
2375
|
//# sourceMappingURL=types.gen.d.ts.map
|