@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../../../../src/arc/ir/types.gen.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEpC,oBAAY,QAAQ;IAClB,WAAW,IAAI;IACf,UAAU,IAAI;IACd,WAAW,IAAI;CAChB;AACD,eAAO,MAAM,SAAS,4BAAmB,CAAC;AAE1C,8FAA8F;AAC9F,eAAO,MAAM,OAAO;;;iBAKlB,CAAC;AACH,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC;CAAG;AAE1D,sEAAsE;AACtE,eAAO,MAAM,KAAK;;iBAGhB,CAAC;AACH,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,KAAK,CAAC;CAAG;AAEtD;;;GAGG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAahB,CAAC;AACH,MAAM,WAAW,IAAK,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,KAAK,CAAC;CAAG;AAEtD,+EAA+E;AAC/E,eAAO,MAAM,YAAY;;;iBAKvB,CAAC;AACH,MAAM,WAAW,WAAY,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC;CAAG;AAEpE,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../../../../src/arc/ir/types.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { ir } from '../ir';
|
|
3
3
|
export declare const moduleZ: z.ZodObject<{
|
|
4
|
-
functions: z.
|
|
4
|
+
functions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
5
5
|
key: string;
|
|
6
|
-
|
|
7
|
-
raw: string;
|
|
8
|
-
} | undefined;
|
|
9
|
-
config?: {
|
|
6
|
+
config: {
|
|
10
7
|
name: string;
|
|
11
8
|
type: {
|
|
12
9
|
kind: import('../types/types.gen').Kind;
|
|
@@ -79,8 +76,8 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
79
76
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
80
77
|
};
|
|
81
78
|
value?: unknown;
|
|
82
|
-
}[]
|
|
83
|
-
inputs
|
|
79
|
+
}[];
|
|
80
|
+
inputs: {
|
|
84
81
|
name: string;
|
|
85
82
|
type: {
|
|
86
83
|
kind: import('../types/types.gen').Kind;
|
|
@@ -153,8 +150,8 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
153
150
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
154
151
|
};
|
|
155
152
|
value?: unknown;
|
|
156
|
-
}[]
|
|
157
|
-
outputs
|
|
153
|
+
}[];
|
|
154
|
+
outputs: {
|
|
158
155
|
name: string;
|
|
159
156
|
type: {
|
|
160
157
|
kind: import('../types/types.gen').Kind;
|
|
@@ -227,17 +224,20 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
227
224
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
228
225
|
};
|
|
229
226
|
value?: unknown;
|
|
230
|
-
}[]
|
|
231
|
-
channels
|
|
227
|
+
}[];
|
|
228
|
+
channels: {
|
|
232
229
|
read: Record<number, string>;
|
|
233
230
|
write: Record<number, string>;
|
|
231
|
+
};
|
|
232
|
+
body?: {
|
|
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.
|
|
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
340
|
}, z.core.$strip>>]>>;
|
|
341
|
-
inputs: z.
|
|
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
441
|
}, z.core.$strip>>]>>;
|
|
442
|
-
outputs: z.
|
|
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,20 +535,20 @@ 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
542
|
}, z.core.$strip>>]>>;
|
|
543
|
-
channels: z.
|
|
544
|
-
read: z.
|
|
545
|
-
write: z.
|
|
546
|
-
}, z.core.$strip
|
|
543
|
+
channels: z.ZodObject<{
|
|
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
|
+
}, z.core.$strip>;
|
|
547
547
|
}, z.core.$strip>>]>>;
|
|
548
|
-
nodes: z.
|
|
548
|
+
nodes: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
549
549
|
key: string;
|
|
550
550
|
type: string;
|
|
551
|
-
config
|
|
551
|
+
config: {
|
|
552
552
|
name: string;
|
|
553
553
|
type: {
|
|
554
554
|
kind: import('../types/types.gen').Kind;
|
|
@@ -621,8 +621,8 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
621
621
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
622
622
|
};
|
|
623
623
|
value?: unknown;
|
|
624
|
-
}[]
|
|
625
|
-
inputs
|
|
624
|
+
}[];
|
|
625
|
+
inputs: {
|
|
626
626
|
name: string;
|
|
627
627
|
type: {
|
|
628
628
|
kind: import('../types/types.gen').Kind;
|
|
@@ -695,8 +695,8 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
695
695
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
696
696
|
};
|
|
697
697
|
value?: unknown;
|
|
698
|
-
}[]
|
|
699
|
-
outputs
|
|
698
|
+
}[];
|
|
699
|
+
outputs: {
|
|
700
700
|
name: string;
|
|
701
701
|
type: {
|
|
702
702
|
kind: import('../types/types.gen').Kind;
|
|
@@ -769,15 +769,15 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
769
769
|
chanDirection?: import('../types/types.gen').ChanDirection | undefined;
|
|
770
770
|
};
|
|
771
771
|
value?: unknown;
|
|
772
|
-
}[]
|
|
773
|
-
channels
|
|
772
|
+
}[];
|
|
773
|
+
channels: {
|
|
774
774
|
read: Record<number, string>;
|
|
775
775
|
write: Record<number, string>;
|
|
776
|
-
}
|
|
777
|
-
}[], null
|
|
776
|
+
};
|
|
777
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
778
778
|
key: z.ZodString;
|
|
779
779
|
type: z.ZodString;
|
|
780
|
-
config: 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
880
|
}, z.core.$strip>>]>>;
|
|
881
|
-
inputs: z.
|
|
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
981
|
}, z.core.$strip>>]>>;
|
|
982
|
-
outputs: z.
|
|
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
1082
|
}, z.core.$strip>>]>>;
|
|
1083
|
-
channels: z.
|
|
1084
|
-
read: z.
|
|
1085
|
-
write: z.
|
|
1086
|
-
}, z.core.$strip
|
|
1083
|
+
channels: z.ZodObject<{
|
|
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
|
+
}, z.core.$strip>;
|
|
1087
1087
|
}, z.core.$strip>>]>>;
|
|
1088
|
-
edges: z.
|
|
1088
|
+
edges: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<{
|
|
1089
1089
|
source: {
|
|
1090
1090
|
node: string;
|
|
1091
1091
|
param: string;
|
|
@@ -1094,8 +1094,8 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
1094
1094
|
node: string;
|
|
1095
1095
|
param: string;
|
|
1096
1096
|
};
|
|
1097
|
-
kind
|
|
1098
|
-
}[], null
|
|
1097
|
+
kind: ir.EdgeKind;
|
|
1098
|
+
}[], null>>, z.ZodArray<z.ZodObject<{
|
|
1099
1099
|
source: z.ZodObject<{
|
|
1100
1100
|
node: z.ZodString;
|
|
1101
1101
|
param: z.ZodString;
|
|
@@ -1104,34 +1104,15 @@ export declare const moduleZ: z.ZodObject<{
|
|
|
1104
1104
|
node: z.ZodString;
|
|
1105
1105
|
param: z.ZodString;
|
|
1106
1106
|
}, z.core.$strip>;
|
|
1107
|
-
kind: z.
|
|
1108
|
-
}, z.core.$strip>>]>>;
|
|
1109
|
-
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>]>>]>>;
|
|
1110
|
-
sequences: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<{
|
|
1111
|
-
key: string;
|
|
1112
|
-
stages: {
|
|
1113
|
-
key: string;
|
|
1114
|
-
nodes: string[];
|
|
1115
|
-
strata: string[][];
|
|
1116
|
-
}[];
|
|
1117
|
-
}[], null | undefined>>, z.ZodArray<z.ZodObject<{
|
|
1118
|
-
key: z.ZodString;
|
|
1119
|
-
stages: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<{
|
|
1120
|
-
key: string;
|
|
1121
|
-
nodes: string[];
|
|
1122
|
-
strata: string[][];
|
|
1123
|
-
}[], null | undefined>>, z.ZodArray<z.ZodObject<{
|
|
1124
|
-
key: z.ZodString;
|
|
1125
|
-
nodes: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<string[], null | undefined>>, z.ZodArray<z.ZodString>]>;
|
|
1126
|
-
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>]>>]>;
|
|
1127
|
-
}, z.core.$strip>>]>;
|
|
1107
|
+
kind: z.ZodEnum<typeof ir.EdgeKind>;
|
|
1128
1108
|
}, z.core.$strip>>]>>;
|
|
1129
|
-
authorities: z.
|
|
1109
|
+
authorities: z.ZodObject<{
|
|
1130
1110
|
default: z.ZodOptional<z.ZodInt>;
|
|
1131
|
-
channels: z.
|
|
1132
|
-
}, z.core.$strip
|
|
1111
|
+
channels: z.ZodType<Record<number, number>, unknown, z.core.$ZodTypeInternals<Record<number, number>, unknown>>;
|
|
1112
|
+
}, z.core.$strip>;
|
|
1113
|
+
root: z.ZodType<ir.Scope, unknown, z.core.$ZodTypeInternals<ir.Scope, unknown>>;
|
|
1133
1114
|
wasm: z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
|
|
1134
|
-
outputMemoryBases: z.
|
|
1115
|
+
outputMemoryBases: z.ZodType<Record<string, number>, unknown, z.core.$ZodTypeInternals<Record<string, number>, unknown>>;
|
|
1135
1116
|
}, z.core.$strip>;
|
|
1136
1117
|
export interface Module extends z.infer<typeof moduleZ> {
|
|
1137
1118
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../../../../src/arc/module/types.gen.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,CAAC;AAG7B,OAAO,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAE9B,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../../../../src/arc/module/types.gen.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,CAAC;AAG7B,OAAO,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAE9B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAwC,CAAC;AAC7D,MAAM,WAAW,MAAO,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC;CAAG"}
|