@synnaxlabs/client 0.55.0 → 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 -36
- package/dist/client.js +6362 -4738
- 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/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 +29 -29
- package/dist/src/arc/graph/types.gen.d.ts.map +1 -1
- package/dist/src/arc/ir/types.gen.d.ts +123 -123
- package/dist/src/arc/ir/types.gen.d.ts.map +1 -1
- package/dist/src/arc/module/types.gen.d.ts +45 -45
- package/dist/src/arc/program/types.gen.d.ts +45 -45
- 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 +99 -99
- 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/writer.d.ts.map +1 -1
- package/dist/src/connection/checker.d.ts +1 -1
- package/dist/src/connection/checker.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/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 +10 -9
- 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/client.ts +3 -7
- package/src/arc/compiler/types.gen.ts +2 -1
- package/src/arc/ir/types.gen.ts +2 -2
- 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 +35 -33
- package/src/channel/batchRetriever.spec.ts +13 -4
- package/src/channel/client.ts +8 -6
- package/src/channel/retriever.ts +7 -16
- package/src/channel/writer.ts +4 -20
- package/src/connection/checker.ts +4 -5
- package/src/connection/connection.spec.ts +5 -8
- package/src/device/client.ts +5 -8
- package/src/device/types.gen.ts +4 -4
- package/src/errors.ts +8 -9
- package/src/framer/adapter.ts +2 -4
- 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 +77 -0
- 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/lineplot/client.ts +6 -21
- package/src/log/client.ts +6 -21
- package/src/ontology/client.ts +2 -3
- package/src/ontology/types.gen.ts +0 -1
- package/src/ontology/writer.ts +4 -7
- package/src/rack/client.ts +4 -7
- 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/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.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/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 +7 -11
- package/src/task/types.gen.ts +8 -6
- package/src/user/client.ts +6 -11
- package/src/view/client.ts +4 -7
- package/src/workspace/client.ts +6 -16
- package/src/workspace/types.gen.ts +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../../../../src/arc/ir/types.gen.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../../../../src/arc/ir/types.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { ir } from '../ir';
|
|
3
3
|
export declare const moduleZ: z.ZodObject<{
|
|
4
|
-
functions: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
4
|
+
functions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
5
5
|
key: string;
|
|
6
6
|
config: {
|
|
7
7
|
name: string;
|
|
@@ -232,12 +232,12 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
232
232
|
body?: {
|
|
233
233
|
raw: string;
|
|
234
234
|
} | undefined;
|
|
235
|
-
}[], null
|
|
235
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
236
236
|
key: z.ZodString;
|
|
237
237
|
body: z.ZodOptional<z.ZodObject<{
|
|
238
238
|
raw: z.ZodString;
|
|
239
239
|
}, z.core.$strip>>;
|
|
240
|
-
config: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
240
|
+
config: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
241
241
|
name: string;
|
|
242
242
|
type: {
|
|
243
243
|
kind: import('../types/types.gen').Kind;
|
|
@@ -310,7 +310,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
310
310
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
311
311
|
};
|
|
312
312
|
value?: unknown;
|
|
313
|
-
}[], null
|
|
313
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
314
314
|
name: z.ZodString;
|
|
315
315
|
type: z.ZodObject<{
|
|
316
316
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -318,7 +318,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
318
318
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
319
319
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
320
320
|
name: z.ZodString;
|
|
321
|
-
|
|
321
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
322
322
|
unit: z.ZodOptional<z.ZodObject<{
|
|
323
323
|
dimensions: z.ZodObject<{
|
|
324
324
|
length: z.ZodInt;
|
|
@@ -333,12 +333,12 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
333
333
|
scale: z.ZodNumber;
|
|
334
334
|
name: z.ZodString;
|
|
335
335
|
}, z.core.$strip>>;
|
|
336
|
-
|
|
336
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
337
337
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
338
338
|
}, z.core.$strip>;
|
|
339
339
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
340
|
-
}, z.core.$strip>>]
|
|
341
|
-
inputs: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
340
|
+
}, z.core.$strip>>]>>;
|
|
341
|
+
inputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
342
342
|
name: string;
|
|
343
343
|
type: {
|
|
344
344
|
kind: import('../types/types.gen').Kind;
|
|
@@ -411,7 +411,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
411
411
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
412
412
|
};
|
|
413
413
|
value?: unknown;
|
|
414
|
-
}[], null
|
|
414
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
415
415
|
name: z.ZodString;
|
|
416
416
|
type: z.ZodObject<{
|
|
417
417
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -419,7 +419,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
419
419
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
420
420
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
421
421
|
name: z.ZodString;
|
|
422
|
-
|
|
422
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
423
423
|
unit: z.ZodOptional<z.ZodObject<{
|
|
424
424
|
dimensions: z.ZodObject<{
|
|
425
425
|
length: z.ZodInt;
|
|
@@ -434,12 +434,12 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
434
434
|
scale: z.ZodNumber;
|
|
435
435
|
name: z.ZodString;
|
|
436
436
|
}, z.core.$strip>>;
|
|
437
|
-
|
|
437
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
438
438
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
439
439
|
}, z.core.$strip>;
|
|
440
440
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
441
|
-
}, z.core.$strip>>]
|
|
442
|
-
outputs: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
441
|
+
}, z.core.$strip>>]>>;
|
|
442
|
+
outputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
443
443
|
name: string;
|
|
444
444
|
type: {
|
|
445
445
|
kind: import('../types/types.gen').Kind;
|
|
@@ -512,7 +512,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
512
512
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
513
513
|
};
|
|
514
514
|
value?: unknown;
|
|
515
|
-
}[], null
|
|
515
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
516
516
|
name: z.ZodString;
|
|
517
517
|
type: z.ZodObject<{
|
|
518
518
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -520,7 +520,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
520
520
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
521
521
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
522
522
|
name: z.ZodString;
|
|
523
|
-
|
|
523
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
524
524
|
unit: z.ZodOptional<z.ZodObject<{
|
|
525
525
|
dimensions: z.ZodObject<{
|
|
526
526
|
length: z.ZodInt;
|
|
@@ -535,17 +535,17 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
535
535
|
scale: z.ZodNumber;
|
|
536
536
|
name: z.ZodString;
|
|
537
537
|
}, z.core.$strip>>;
|
|
538
|
-
|
|
538
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
539
539
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
540
540
|
}, z.core.$strip>;
|
|
541
541
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
542
|
-
}, z.core.$strip>>]
|
|
542
|
+
}, z.core.$strip>>]>>;
|
|
543
543
|
channels: z.ZodObject<{
|
|
544
|
-
read: z.
|
|
545
|
-
write: z.
|
|
544
|
+
read: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
545
|
+
write: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
546
546
|
}, z.core.$strip>;
|
|
547
|
-
}, z.core.$strip>>]
|
|
548
|
-
nodes: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
547
|
+
}, z.core.$strip>>]>>;
|
|
548
|
+
nodes: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
549
549
|
key: string;
|
|
550
550
|
type: string;
|
|
551
551
|
config: {
|
|
@@ -774,10 +774,10 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
774
774
|
read: Record<number, string>;
|
|
775
775
|
write: Record<number, string>;
|
|
776
776
|
};
|
|
777
|
-
}[], null
|
|
777
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
778
778
|
key: z.ZodString;
|
|
779
779
|
type: z.ZodString;
|
|
780
|
-
config: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
780
|
+
config: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
781
781
|
name: string;
|
|
782
782
|
type: {
|
|
783
783
|
kind: import('../types/types.gen').Kind;
|
|
@@ -850,7 +850,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
850
850
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
851
851
|
};
|
|
852
852
|
value?: unknown;
|
|
853
|
-
}[], null
|
|
853
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
854
854
|
name: z.ZodString;
|
|
855
855
|
type: z.ZodObject<{
|
|
856
856
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -858,7 +858,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
858
858
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
859
859
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
860
860
|
name: z.ZodString;
|
|
861
|
-
|
|
861
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
862
862
|
unit: z.ZodOptional<z.ZodObject<{
|
|
863
863
|
dimensions: z.ZodObject<{
|
|
864
864
|
length: z.ZodInt;
|
|
@@ -873,12 +873,12 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
873
873
|
scale: z.ZodNumber;
|
|
874
874
|
name: z.ZodString;
|
|
875
875
|
}, z.core.$strip>>;
|
|
876
|
-
|
|
876
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
877
877
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
878
878
|
}, z.core.$strip>;
|
|
879
879
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
880
|
-
}, z.core.$strip>>]
|
|
881
|
-
inputs: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
880
|
+
}, z.core.$strip>>]>>;
|
|
881
|
+
inputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
882
882
|
name: string;
|
|
883
883
|
type: {
|
|
884
884
|
kind: import('../types/types.gen').Kind;
|
|
@@ -951,7 +951,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
951
951
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
952
952
|
};
|
|
953
953
|
value?: unknown;
|
|
954
|
-
}[], null
|
|
954
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
955
955
|
name: z.ZodString;
|
|
956
956
|
type: z.ZodObject<{
|
|
957
957
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -959,7 +959,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
959
959
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
960
960
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
961
961
|
name: z.ZodString;
|
|
962
|
-
|
|
962
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
963
963
|
unit: z.ZodOptional<z.ZodObject<{
|
|
964
964
|
dimensions: z.ZodObject<{
|
|
965
965
|
length: z.ZodInt;
|
|
@@ -974,12 +974,12 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
974
974
|
scale: z.ZodNumber;
|
|
975
975
|
name: z.ZodString;
|
|
976
976
|
}, z.core.$strip>>;
|
|
977
|
-
|
|
977
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
978
978
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
979
979
|
}, z.core.$strip>;
|
|
980
980
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
981
|
-
}, z.core.$strip>>]
|
|
982
|
-
outputs: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
981
|
+
}, z.core.$strip>>]>>;
|
|
982
|
+
outputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
983
983
|
name: string;
|
|
984
984
|
type: {
|
|
985
985
|
kind: import('../types/types.gen').Kind;
|
|
@@ -1052,7 +1052,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
1052
1052
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
1053
1053
|
};
|
|
1054
1054
|
value?: unknown;
|
|
1055
|
-
}[], null
|
|
1055
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1056
1056
|
name: z.ZodString;
|
|
1057
1057
|
type: z.ZodObject<{
|
|
1058
1058
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -1060,7 +1060,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
1060
1060
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
1061
1061
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
1062
1062
|
name: z.ZodString;
|
|
1063
|
-
|
|
1063
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
1064
1064
|
unit: z.ZodOptional<z.ZodObject<{
|
|
1065
1065
|
dimensions: z.ZodObject<{
|
|
1066
1066
|
length: z.ZodInt;
|
|
@@ -1075,17 +1075,17 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
1075
1075
|
scale: z.ZodNumber;
|
|
1076
1076
|
name: z.ZodString;
|
|
1077
1077
|
}, z.core.$strip>>;
|
|
1078
|
-
|
|
1078
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
1079
1079
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
1080
1080
|
}, z.core.$strip>;
|
|
1081
1081
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
1082
|
-
}, z.core.$strip>>]
|
|
1082
|
+
}, z.core.$strip>>]>>;
|
|
1083
1083
|
channels: z.ZodObject<{
|
|
1084
|
-
read: z.
|
|
1085
|
-
write: z.
|
|
1084
|
+
read: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
1085
|
+
write: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
1086
1086
|
}, z.core.$strip>;
|
|
1087
|
-
}, z.core.$strip>>]
|
|
1088
|
-
edges: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
1087
|
+
}, z.core.$strip>>]>>;
|
|
1088
|
+
edges: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1089
1089
|
source: {
|
|
1090
1090
|
node: string;
|
|
1091
1091
|
param: string;
|
|
@@ -1095,7 +1095,7 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
1095
1095
|
param: string;
|
|
1096
1096
|
};
|
|
1097
1097
|
kind: ir.EdgeKind;
|
|
1098
|
-
}[], null
|
|
1098
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1099
1099
|
source: z.ZodObject<{
|
|
1100
1100
|
node: z.ZodString;
|
|
1101
1101
|
param: z.ZodString;
|
|
@@ -1105,14 +1105,14 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
1105
1105
|
param: z.ZodString;
|
|
1106
1106
|
}, z.core.$strip>;
|
|
1107
1107
|
kind: z.ZodEnum<typeof ir.EdgeKind>;
|
|
1108
|
-
}, z.core.$strip>>]
|
|
1108
|
+
}, z.core.$strip>>]>>;
|
|
1109
1109
|
authorities: z.ZodObject<{
|
|
1110
1110
|
default: z.ZodOptional<z.ZodInt>;
|
|
1111
|
-
channels: z.
|
|
1111
|
+
channels: z.ZodType<Record<number, number>, unknown, z.core.$ZodTypeInternals<Record<number, number>, unknown>>;
|
|
1112
1112
|
}, z.core.$strip>;
|
|
1113
1113
|
root: z.ZodType<ir.Scope, unknown, z.core.$ZodTypeInternals<ir.Scope, unknown>>;
|
|
1114
1114
|
wasm: z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
|
|
1115
|
-
outputMemoryBases: z.
|
|
1115
|
+
outputMemoryBases: z.ZodType<Record<string, number>, unknown, z.core.$ZodTypeInternals<Record<string, number>, unknown>>;
|
|
1116
1116
|
}, z.core.$strip>;
|
|
1117
1117
|
export interface Module extends z.infer<typeof moduleZ> {
|
|
1118
1118
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { ir } from '../ir';
|
|
3
3
|
export declare const programZ: z.ZodObject<{
|
|
4
|
-
functions: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
4
|
+
functions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
5
5
|
key: string;
|
|
6
6
|
config: {
|
|
7
7
|
name: string;
|
|
@@ -232,12 +232,12 @@ export declare const programZ: z.ZodObject<{
|
|
|
232
232
|
body?: {
|
|
233
233
|
raw: string;
|
|
234
234
|
} | undefined;
|
|
235
|
-
}[], null
|
|
235
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
236
236
|
key: z.ZodString;
|
|
237
237
|
body: z.ZodOptional<z.ZodObject<{
|
|
238
238
|
raw: z.ZodString;
|
|
239
239
|
}, z.core.$strip>>;
|
|
240
|
-
config: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
240
|
+
config: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
241
241
|
name: string;
|
|
242
242
|
type: {
|
|
243
243
|
kind: import('../types/types.gen').Kind;
|
|
@@ -310,7 +310,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
310
310
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
311
311
|
};
|
|
312
312
|
value?: unknown;
|
|
313
|
-
}[], null
|
|
313
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
314
314
|
name: z.ZodString;
|
|
315
315
|
type: z.ZodObject<{
|
|
316
316
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -318,7 +318,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
318
318
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
319
319
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
320
320
|
name: z.ZodString;
|
|
321
|
-
|
|
321
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
322
322
|
unit: z.ZodOptional<z.ZodObject<{
|
|
323
323
|
dimensions: z.ZodObject<{
|
|
324
324
|
length: z.ZodInt;
|
|
@@ -333,12 +333,12 @@ export declare const programZ: z.ZodObject<{
|
|
|
333
333
|
scale: z.ZodNumber;
|
|
334
334
|
name: z.ZodString;
|
|
335
335
|
}, z.core.$strip>>;
|
|
336
|
-
|
|
336
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
337
337
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
338
338
|
}, z.core.$strip>;
|
|
339
339
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
340
|
-
}, z.core.$strip>>]
|
|
341
|
-
inputs: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
340
|
+
}, z.core.$strip>>]>>;
|
|
341
|
+
inputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
342
342
|
name: string;
|
|
343
343
|
type: {
|
|
344
344
|
kind: import('../types/types.gen').Kind;
|
|
@@ -411,7 +411,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
411
411
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
412
412
|
};
|
|
413
413
|
value?: unknown;
|
|
414
|
-
}[], null
|
|
414
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
415
415
|
name: z.ZodString;
|
|
416
416
|
type: z.ZodObject<{
|
|
417
417
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -419,7 +419,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
419
419
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
420
420
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
421
421
|
name: z.ZodString;
|
|
422
|
-
|
|
422
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
423
423
|
unit: z.ZodOptional<z.ZodObject<{
|
|
424
424
|
dimensions: z.ZodObject<{
|
|
425
425
|
length: z.ZodInt;
|
|
@@ -434,12 +434,12 @@ export declare const programZ: z.ZodObject<{
|
|
|
434
434
|
scale: z.ZodNumber;
|
|
435
435
|
name: z.ZodString;
|
|
436
436
|
}, z.core.$strip>>;
|
|
437
|
-
|
|
437
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
438
438
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
439
439
|
}, z.core.$strip>;
|
|
440
440
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
441
|
-
}, z.core.$strip>>]
|
|
442
|
-
outputs: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
441
|
+
}, z.core.$strip>>]>>;
|
|
442
|
+
outputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
443
443
|
name: string;
|
|
444
444
|
type: {
|
|
445
445
|
kind: import('../types/types.gen').Kind;
|
|
@@ -512,7 +512,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
512
512
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
513
513
|
};
|
|
514
514
|
value?: unknown;
|
|
515
|
-
}[], null
|
|
515
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
516
516
|
name: z.ZodString;
|
|
517
517
|
type: z.ZodObject<{
|
|
518
518
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -520,7 +520,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
520
520
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
521
521
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
522
522
|
name: z.ZodString;
|
|
523
|
-
|
|
523
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
524
524
|
unit: z.ZodOptional<z.ZodObject<{
|
|
525
525
|
dimensions: z.ZodObject<{
|
|
526
526
|
length: z.ZodInt;
|
|
@@ -535,17 +535,17 @@ export declare const programZ: z.ZodObject<{
|
|
|
535
535
|
scale: z.ZodNumber;
|
|
536
536
|
name: z.ZodString;
|
|
537
537
|
}, z.core.$strip>>;
|
|
538
|
-
|
|
538
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
539
539
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
540
540
|
}, z.core.$strip>;
|
|
541
541
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
542
|
-
}, z.core.$strip>>]
|
|
542
|
+
}, z.core.$strip>>]>>;
|
|
543
543
|
channels: z.ZodObject<{
|
|
544
|
-
read: z.
|
|
545
|
-
write: z.
|
|
544
|
+
read: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
545
|
+
write: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
546
546
|
}, z.core.$strip>;
|
|
547
|
-
}, z.core.$strip>>]
|
|
548
|
-
nodes: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
547
|
+
}, z.core.$strip>>]>>;
|
|
548
|
+
nodes: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
549
549
|
key: string;
|
|
550
550
|
type: string;
|
|
551
551
|
config: {
|
|
@@ -774,10 +774,10 @@ export declare const programZ: z.ZodObject<{
|
|
|
774
774
|
read: Record<number, string>;
|
|
775
775
|
write: Record<number, string>;
|
|
776
776
|
};
|
|
777
|
-
}[], null
|
|
777
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
778
778
|
key: z.ZodString;
|
|
779
779
|
type: z.ZodString;
|
|
780
|
-
config: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
780
|
+
config: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
781
781
|
name: string;
|
|
782
782
|
type: {
|
|
783
783
|
kind: import('../types/types.gen').Kind;
|
|
@@ -850,7 +850,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
850
850
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
851
851
|
};
|
|
852
852
|
value?: unknown;
|
|
853
|
-
}[], null
|
|
853
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
854
854
|
name: z.ZodString;
|
|
855
855
|
type: z.ZodObject<{
|
|
856
856
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -858,7 +858,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
858
858
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
859
859
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
860
860
|
name: z.ZodString;
|
|
861
|
-
|
|
861
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
862
862
|
unit: z.ZodOptional<z.ZodObject<{
|
|
863
863
|
dimensions: z.ZodObject<{
|
|
864
864
|
length: z.ZodInt;
|
|
@@ -873,12 +873,12 @@ export declare const programZ: z.ZodObject<{
|
|
|
873
873
|
scale: z.ZodNumber;
|
|
874
874
|
name: z.ZodString;
|
|
875
875
|
}, z.core.$strip>>;
|
|
876
|
-
|
|
876
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
877
877
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
878
878
|
}, z.core.$strip>;
|
|
879
879
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
880
|
-
}, z.core.$strip>>]
|
|
881
|
-
inputs: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
880
|
+
}, z.core.$strip>>]>>;
|
|
881
|
+
inputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
882
882
|
name: string;
|
|
883
883
|
type: {
|
|
884
884
|
kind: import('../types/types.gen').Kind;
|
|
@@ -951,7 +951,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
951
951
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
952
952
|
};
|
|
953
953
|
value?: unknown;
|
|
954
|
-
}[], null
|
|
954
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
955
955
|
name: z.ZodString;
|
|
956
956
|
type: z.ZodObject<{
|
|
957
957
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -959,7 +959,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
959
959
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
960
960
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
961
961
|
name: z.ZodString;
|
|
962
|
-
|
|
962
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
963
963
|
unit: z.ZodOptional<z.ZodObject<{
|
|
964
964
|
dimensions: z.ZodObject<{
|
|
965
965
|
length: z.ZodInt;
|
|
@@ -974,12 +974,12 @@ export declare const programZ: z.ZodObject<{
|
|
|
974
974
|
scale: z.ZodNumber;
|
|
975
975
|
name: z.ZodString;
|
|
976
976
|
}, z.core.$strip>>;
|
|
977
|
-
|
|
977
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
978
978
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
979
979
|
}, z.core.$strip>;
|
|
980
980
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
981
|
-
}, z.core.$strip>>]
|
|
982
|
-
outputs: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
981
|
+
}, z.core.$strip>>]>>;
|
|
982
|
+
outputs: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
983
983
|
name: string;
|
|
984
984
|
type: {
|
|
985
985
|
kind: import('../types/types.gen').Kind;
|
|
@@ -1052,7 +1052,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
1052
1052
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
1053
1053
|
};
|
|
1054
1054
|
value?: unknown;
|
|
1055
|
-
}[], null
|
|
1055
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1056
1056
|
name: z.ZodString;
|
|
1057
1057
|
type: z.ZodObject<{
|
|
1058
1058
|
inputs: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
@@ -1060,7 +1060,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
1060
1060
|
config: z.ZodOptional<typeof import('../types/types.gen').paramsZ>;
|
|
1061
1061
|
kind: z.ZodEnum<typeof import('../types/types.gen').Kind>;
|
|
1062
1062
|
name: z.ZodString;
|
|
1063
|
-
|
|
1063
|
+
elem: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
1064
1064
|
unit: z.ZodOptional<z.ZodObject<{
|
|
1065
1065
|
dimensions: z.ZodObject<{
|
|
1066
1066
|
length: z.ZodInt;
|
|
@@ -1075,17 +1075,17 @@ export declare const programZ: z.ZodObject<{
|
|
|
1075
1075
|
scale: z.ZodNumber;
|
|
1076
1076
|
name: z.ZodString;
|
|
1077
1077
|
}, z.core.$strip>>;
|
|
1078
|
-
|
|
1078
|
+
constraint: z.ZodOptional<typeof import('../types/types.gen').typeZ>;
|
|
1079
1079
|
chanDirection: z.ZodOptional<z.ZodEnum<typeof import('../types/types.gen').ChanDirection>>;
|
|
1080
1080
|
}, z.core.$strip>;
|
|
1081
1081
|
value: z.ZodOptional<z.ZodUnknown>;
|
|
1082
|
-
}, z.core.$strip>>]
|
|
1082
|
+
}, z.core.$strip>>]>>;
|
|
1083
1083
|
channels: z.ZodObject<{
|
|
1084
|
-
read: z.
|
|
1085
|
-
write: z.
|
|
1084
|
+
read: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
1085
|
+
write: z.ZodType<Record<number, string>, unknown, z.core.$ZodTypeInternals<Record<number, string>, unknown>>;
|
|
1086
1086
|
}, z.core.$strip>;
|
|
1087
|
-
}, z.core.$strip>>]
|
|
1088
|
-
edges: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
1087
|
+
}, z.core.$strip>>]>>;
|
|
1088
|
+
edges: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1089
1089
|
source: {
|
|
1090
1090
|
node: string;
|
|
1091
1091
|
param: string;
|
|
@@ -1095,7 +1095,7 @@ export declare const programZ: z.ZodObject<{
|
|
|
1095
1095
|
param: string;
|
|
1096
1096
|
};
|
|
1097
1097
|
kind: ir.EdgeKind;
|
|
1098
|
-
}[], null
|
|
1098
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1099
1099
|
source: z.ZodObject<{
|
|
1100
1100
|
node: z.ZodString;
|
|
1101
1101
|
param: z.ZodString;
|
|
@@ -1105,14 +1105,14 @@ export declare const programZ: z.ZodObject<{
|
|
|
1105
1105
|
param: z.ZodString;
|
|
1106
1106
|
}, z.core.$strip>;
|
|
1107
1107
|
kind: z.ZodEnum<typeof ir.EdgeKind>;
|
|
1108
|
-
}, z.core.$strip>>]
|
|
1108
|
+
}, z.core.$strip>>]>>;
|
|
1109
1109
|
authorities: z.ZodObject<{
|
|
1110
1110
|
default: z.ZodOptional<z.ZodInt>;
|
|
1111
|
-
channels: z.
|
|
1111
|
+
channels: z.ZodType<Record<number, number>, unknown, z.core.$ZodTypeInternals<Record<number, number>, unknown>>;
|
|
1112
1112
|
}, z.core.$strip>;
|
|
1113
1113
|
root: z.ZodType<ir.Scope, unknown, z.core.$ZodTypeInternals<ir.Scope, unknown>>;
|
|
1114
1114
|
wasm: z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
|
|
1115
|
-
outputMemoryBases: z.
|
|
1115
|
+
outputMemoryBases: z.ZodType<Record<string, number>, unknown, z.core.$ZodTypeInternals<Record<string, number>, unknown>>;
|
|
1116
1116
|
}, z.core.$strip>;
|
|
1117
1117
|
export interface Program extends z.infer<typeof programZ> {
|
|
1118
1118
|
}
|