@synnaxlabs/client 0.44.3 → 0.45.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 +6 -6
- package/dist/access/policy/client.d.ts +28 -22
- package/dist/access/policy/client.d.ts.map +1 -1
- package/dist/access/policy/payload.d.ts +16 -10
- package/dist/access/policy/payload.d.ts.map +1 -1
- package/dist/channel/client.d.ts +1 -0
- package/dist/channel/client.d.ts.map +1 -1
- package/dist/channel/payload.d.ts +15 -15
- package/dist/channel/payload.d.ts.map +1 -1
- package/dist/channel/retriever.d.ts +1 -1
- package/dist/channel/writer.d.ts +2 -2
- package/dist/channel/writer.d.ts.map +1 -1
- package/dist/client.cjs +22 -22
- package/dist/client.js +2928 -2539
- package/dist/control/state.d.ts +4 -4
- package/dist/framer/deleter.d.ts +1 -1
- package/dist/framer/streamer.d.ts +14 -14
- package/dist/framer/writer.d.ts +17 -17
- package/dist/label/client.d.ts +6 -3
- package/dist/label/client.d.ts.map +1 -1
- package/dist/ontology/client.d.ts +3 -1
- package/dist/ontology/client.d.ts.map +1 -1
- package/dist/ontology/group/client.d.ts +2 -0
- package/dist/ontology/group/client.d.ts.map +1 -1
- package/dist/ontology/payload.d.ts +17 -12
- package/dist/ontology/payload.d.ts.map +1 -1
- package/dist/ranger/alias.d.ts +1 -1
- package/dist/ranger/alias.d.ts.map +1 -1
- package/dist/ranger/writer.d.ts +2 -1
- package/dist/ranger/writer.d.ts.map +1 -1
- package/dist/workspace/schematic/client.d.ts +2 -0
- package/dist/workspace/schematic/client.d.ts.map +1 -1
- package/dist/workspace/schematic/external.d.ts +1 -0
- package/dist/workspace/schematic/external.d.ts.map +1 -1
- package/dist/workspace/schematic/symbol/client.d.ts +57 -0
- package/dist/workspace/schematic/symbol/client.d.ts.map +1 -0
- package/dist/workspace/schematic/symbol/client.spec.d.ts +2 -0
- package/dist/workspace/schematic/symbol/client.spec.d.ts.map +1 -0
- package/dist/workspace/schematic/symbol/external.d.ts +3 -0
- package/dist/workspace/schematic/symbol/external.d.ts.map +1 -0
- package/dist/workspace/schematic/symbol/index.d.ts +2 -0
- package/dist/workspace/schematic/symbol/index.d.ts.map +1 -0
- package/dist/workspace/schematic/symbol/payload.d.ts +169 -0
- package/dist/workspace/schematic/symbol/payload.d.ts.map +1 -0
- package/package.json +3 -3
- package/src/channel/client.ts +5 -3
- package/src/channel/payload.ts +10 -2
- package/src/channel/writer.ts +2 -1
- package/src/ontology/group/client.ts +3 -0
- package/src/ontology/payload.ts +1 -0
- package/src/ranger/alias.ts +1 -4
- package/src/workspace/schematic/client.ts +3 -0
- package/src/workspace/schematic/external.ts +1 -0
- package/src/workspace/schematic/symbol/client.spec.ts +133 -0
- package/src/workspace/schematic/symbol/client.ts +146 -0
- package/src/workspace/schematic/symbol/external.ts +11 -0
- package/src/workspace/schematic/symbol/index.ts +10 -0
- package/src/workspace/schematic/symbol/payload.ts +70 -0
package/dist/control/state.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ declare const updateZ: z.ZodObject<{
|
|
|
27
27
|
name: z.ZodString;
|
|
28
28
|
key: z.ZodString;
|
|
29
29
|
}, z.core.$strip>;
|
|
30
|
-
resource: z.
|
|
30
|
+
resource: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
31
31
|
authority: z.ZodInt;
|
|
32
32
|
}, z.core.$strip>;
|
|
33
33
|
to: z.ZodNull;
|
|
@@ -38,7 +38,7 @@ declare const updateZ: z.ZodObject<{
|
|
|
38
38
|
name: z.ZodString;
|
|
39
39
|
key: z.ZodString;
|
|
40
40
|
}, z.core.$strip>;
|
|
41
|
-
resource: z.
|
|
41
|
+
resource: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
42
42
|
authority: z.ZodInt;
|
|
43
43
|
}, z.core.$strip>;
|
|
44
44
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -47,7 +47,7 @@ declare const updateZ: z.ZodObject<{
|
|
|
47
47
|
name: z.ZodString;
|
|
48
48
|
key: z.ZodString;
|
|
49
49
|
}, z.core.$strip>;
|
|
50
|
-
resource: z.
|
|
50
|
+
resource: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
51
51
|
authority: z.ZodInt;
|
|
52
52
|
}, z.core.$strip>;
|
|
53
53
|
to: z.ZodObject<{
|
|
@@ -55,7 +55,7 @@ declare const updateZ: z.ZodObject<{
|
|
|
55
55
|
name: z.ZodString;
|
|
56
56
|
key: z.ZodString;
|
|
57
57
|
}, z.core.$strip>;
|
|
58
|
-
resource: z.
|
|
58
|
+
resource: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
59
59
|
authority: z.ZodInt;
|
|
60
60
|
}, z.core.$strip>;
|
|
61
61
|
}, z.core.$strip>]>>;
|
package/dist/framer/deleter.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { UnaryClient } from '@synnaxlabs/freighter';
|
|
|
2
2
|
import { TimeRange } from '@synnaxlabs/x';
|
|
3
3
|
import { z } from 'zod';
|
|
4
4
|
declare const reqZ: z.ZodObject<{
|
|
5
|
-
keys: z.ZodOptional<z.ZodArray<z.
|
|
5
|
+
keys: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>>;
|
|
6
6
|
bounds: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
7
7
|
start: z.ZodUnion<readonly [z.ZodCustom<import('@synnaxlabs/x').TimeStamp, import('@synnaxlabs/x').TimeStamp>, z.ZodPipe<z.ZodObject<{
|
|
8
8
|
value: z.ZodBigInt;
|
|
@@ -55,18 +55,18 @@ declare const resZ: z.ZodObject<{
|
|
|
55
55
|
export interface StreamerResponse extends z.infer<typeof resZ> {
|
|
56
56
|
}
|
|
57
57
|
export declare const streamerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
58
|
-
channels: z.ZodUnion<readonly [z.ZodUnion<[z.ZodArray<z.
|
|
58
|
+
channels: z.ZodUnion<readonly [z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<number[], number>>]>, z.ZodUnion<[z.ZodArray<z.ZodString>, z.ZodPipe<z.ZodString, z.ZodTransform<string[], string>>]>, z.ZodPipe<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
59
59
|
name: z.ZodString;
|
|
60
|
-
key: z.
|
|
60
|
+
key: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
61
61
|
dataType: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import('@synnaxlabs/x').DataType, string>>, z.ZodCustom<import('@synnaxlabs/x').DataType, import('@synnaxlabs/x').DataType>]>;
|
|
62
62
|
leaseholder: z.ZodNumber;
|
|
63
|
-
index: z.
|
|
63
|
+
index: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
64
64
|
isIndex: z.ZodBoolean;
|
|
65
65
|
internal: z.ZodBoolean;
|
|
66
66
|
virtual: z.ZodBoolean;
|
|
67
67
|
alias: z.ZodOptional<z.ZodString>;
|
|
68
68
|
expression: z.ZodDefault<z.ZodString>;
|
|
69
|
-
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.
|
|
69
|
+
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>]>;
|
|
70
70
|
status: z.ZodOptional<z.ZodObject<{
|
|
71
71
|
key: z.ZodString;
|
|
72
72
|
variant: typeof import('node_modules/@synnaxlabs/x/dist/src/status/status').variantZ;
|
|
@@ -81,16 +81,16 @@ export declare const streamerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
|
81
81
|
}, z.core.$strip>>;
|
|
82
82
|
}, z.core.$strip>>, z.ZodPipe<z.ZodObject<{
|
|
83
83
|
name: z.ZodString;
|
|
84
|
-
key: z.
|
|
84
|
+
key: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
85
85
|
dataType: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import('@synnaxlabs/x').DataType, string>>, z.ZodCustom<import('@synnaxlabs/x').DataType, import('@synnaxlabs/x').DataType>]>;
|
|
86
86
|
leaseholder: z.ZodNumber;
|
|
87
|
-
index: z.
|
|
87
|
+
index: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
88
88
|
isIndex: z.ZodBoolean;
|
|
89
89
|
internal: z.ZodBoolean;
|
|
90
90
|
virtual: z.ZodBoolean;
|
|
91
91
|
alias: z.ZodOptional<z.ZodString>;
|
|
92
92
|
expression: z.ZodDefault<z.ZodString>;
|
|
93
|
-
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.
|
|
93
|
+
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>]>;
|
|
94
94
|
status: z.ZodOptional<z.ZodObject<{
|
|
95
95
|
key: z.ZodString;
|
|
96
96
|
variant: typeof import('node_modules/@synnaxlabs/x/dist/src/status/status').variantZ;
|
|
@@ -166,18 +166,18 @@ export declare const streamerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
|
166
166
|
}[]>>]>;
|
|
167
167
|
downsampleFactor: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
168
168
|
useHighPerformanceCodec: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
169
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodUnion<readonly [z.ZodUnion<[z.ZodArray<z.
|
|
169
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodUnion<readonly [z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<number[], number>>]>, z.ZodUnion<[z.ZodArray<z.ZodString>, z.ZodPipe<z.ZodString, z.ZodTransform<string[], string>>]>, z.ZodPipe<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
170
170
|
name: z.ZodString;
|
|
171
|
-
key: z.
|
|
171
|
+
key: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
172
172
|
dataType: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import('@synnaxlabs/x').DataType, string>>, z.ZodCustom<import('@synnaxlabs/x').DataType, import('@synnaxlabs/x').DataType>]>;
|
|
173
173
|
leaseholder: z.ZodNumber;
|
|
174
|
-
index: z.
|
|
174
|
+
index: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
175
175
|
isIndex: z.ZodBoolean;
|
|
176
176
|
internal: z.ZodBoolean;
|
|
177
177
|
virtual: z.ZodBoolean;
|
|
178
178
|
alias: z.ZodOptional<z.ZodString>;
|
|
179
179
|
expression: z.ZodDefault<z.ZodString>;
|
|
180
|
-
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.
|
|
180
|
+
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>]>;
|
|
181
181
|
status: z.ZodOptional<z.ZodObject<{
|
|
182
182
|
key: z.ZodString;
|
|
183
183
|
variant: typeof import('node_modules/@synnaxlabs/x/dist/src/status/status').variantZ;
|
|
@@ -192,16 +192,16 @@ export declare const streamerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
|
192
192
|
}, z.core.$strip>>;
|
|
193
193
|
}, z.core.$strip>>, z.ZodPipe<z.ZodObject<{
|
|
194
194
|
name: z.ZodString;
|
|
195
|
-
key: z.
|
|
195
|
+
key: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
196
196
|
dataType: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import('@synnaxlabs/x').DataType, string>>, z.ZodCustom<import('@synnaxlabs/x').DataType, import('@synnaxlabs/x').DataType>]>;
|
|
197
197
|
leaseholder: z.ZodNumber;
|
|
198
|
-
index: z.
|
|
198
|
+
index: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
199
199
|
isIndex: z.ZodBoolean;
|
|
200
200
|
internal: z.ZodBoolean;
|
|
201
201
|
virtual: z.ZodBoolean;
|
|
202
202
|
alias: z.ZodOptional<z.ZodString>;
|
|
203
203
|
expression: z.ZodDefault<z.ZodString>;
|
|
204
|
-
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.
|
|
204
|
+
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>]>;
|
|
205
205
|
status: z.ZodOptional<z.ZodObject<{
|
|
206
206
|
key: z.ZodString;
|
|
207
207
|
variant: typeof import('node_modules/@synnaxlabs/x/dist/src/status/status').variantZ;
|
package/dist/framer/writer.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ declare const netWriterConfigZ: z.ZodObject<{
|
|
|
50
50
|
value: bigint;
|
|
51
51
|
}>>, z.ZodPipe<z.ZodString, z.ZodTransform<TimeSpan, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<TimeSpan, number>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<TimeSpan, bigint>>, z.ZodCustom<TimeSpan, TimeSpan>, z.ZodPipe<z.ZodCustom<TimeStamp, TimeStamp>, z.ZodTransform<TimeSpan, TimeStamp>>, z.ZodPipe<z.ZodCustom<import('@synnaxlabs/x').Rate, import('@synnaxlabs/x').Rate>, z.ZodTransform<TimeSpan, import('@synnaxlabs/x').Rate>>]>>;
|
|
52
52
|
useHighPerformanceCodec: z.ZodDefault<z.ZodBoolean>;
|
|
53
|
-
keys: z.ZodOptional<z.ZodArray<z.
|
|
53
|
+
keys: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>>;
|
|
54
54
|
}, z.core.$strip>;
|
|
55
55
|
export type NetWriterConfig = z.input<typeof netWriterConfigZ>;
|
|
56
56
|
export declare const writerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
@@ -77,18 +77,18 @@ export declare const writerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
|
77
77
|
value: bigint;
|
|
78
78
|
}>>, z.ZodPipe<z.ZodString, z.ZodTransform<TimeSpan, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<TimeSpan, number>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<TimeSpan, bigint>>, z.ZodCustom<TimeSpan, TimeSpan>, z.ZodPipe<z.ZodCustom<TimeStamp, TimeStamp>, z.ZodTransform<TimeSpan, TimeStamp>>, z.ZodPipe<z.ZodCustom<import('@synnaxlabs/x').Rate, import('@synnaxlabs/x').Rate>, z.ZodTransform<TimeSpan, import('@synnaxlabs/x').Rate>>]>>;
|
|
79
79
|
useHighPerformanceCodec: z.ZodDefault<z.ZodBoolean>;
|
|
80
|
-
channels: z.ZodUnion<readonly [z.ZodUnion<[z.ZodArray<z.
|
|
80
|
+
channels: z.ZodUnion<readonly [z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<number[], number>>]>, z.ZodUnion<[z.ZodArray<z.ZodString>, z.ZodPipe<z.ZodString, z.ZodTransform<string[], string>>]>, z.ZodPipe<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
81
81
|
name: z.ZodString;
|
|
82
|
-
key: z.
|
|
82
|
+
key: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
83
83
|
dataType: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import('@synnaxlabs/x').DataType, string>>, z.ZodCustom<import('@synnaxlabs/x').DataType, import('@synnaxlabs/x').DataType>]>;
|
|
84
84
|
leaseholder: z.ZodNumber;
|
|
85
|
-
index: z.
|
|
85
|
+
index: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
86
86
|
isIndex: z.ZodBoolean;
|
|
87
87
|
internal: z.ZodBoolean;
|
|
88
88
|
virtual: z.ZodBoolean;
|
|
89
89
|
alias: z.ZodOptional<z.ZodString>;
|
|
90
90
|
expression: z.ZodDefault<z.ZodString>;
|
|
91
|
-
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.
|
|
91
|
+
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>]>;
|
|
92
92
|
status: z.ZodOptional<z.ZodObject<{
|
|
93
93
|
key: z.ZodString;
|
|
94
94
|
variant: typeof import('node_modules/@synnaxlabs/x/dist/src/status/status').variantZ;
|
|
@@ -99,16 +99,16 @@ export declare const writerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
|
99
99
|
}, z.core.$strip>>;
|
|
100
100
|
}, z.core.$strip>>, z.ZodPipe<z.ZodObject<{
|
|
101
101
|
name: z.ZodString;
|
|
102
|
-
key: z.
|
|
102
|
+
key: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
103
103
|
dataType: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import('@synnaxlabs/x').DataType, string>>, z.ZodCustom<import('@synnaxlabs/x').DataType, import('@synnaxlabs/x').DataType>]>;
|
|
104
104
|
leaseholder: z.ZodNumber;
|
|
105
|
-
index: z.
|
|
105
|
+
index: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
106
106
|
isIndex: z.ZodBoolean;
|
|
107
107
|
internal: z.ZodBoolean;
|
|
108
108
|
virtual: z.ZodBoolean;
|
|
109
109
|
alias: z.ZodOptional<z.ZodString>;
|
|
110
110
|
expression: z.ZodDefault<z.ZodString>;
|
|
111
|
-
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.
|
|
111
|
+
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>]>;
|
|
112
112
|
status: z.ZodOptional<z.ZodObject<{
|
|
113
113
|
key: z.ZodString;
|
|
114
114
|
variant: typeof import('node_modules/@synnaxlabs/x/dist/src/status/status').variantZ;
|
|
@@ -178,18 +178,18 @@ export declare const writerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
|
178
178
|
details?: unknown;
|
|
179
179
|
} | undefined;
|
|
180
180
|
}[]>>]>;
|
|
181
|
-
}, z.core.$strip>, z.ZodPipe<z.ZodUnion<readonly [z.ZodUnion<[z.ZodArray<z.
|
|
181
|
+
}, z.core.$strip>, z.ZodPipe<z.ZodUnion<readonly [z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodTransform<number[], number>>]>, z.ZodUnion<[z.ZodArray<z.ZodString>, z.ZodPipe<z.ZodString, z.ZodTransform<string[], string>>]>, z.ZodPipe<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
182
182
|
name: z.ZodString;
|
|
183
|
-
key: z.
|
|
183
|
+
key: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
184
184
|
dataType: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import('@synnaxlabs/x').DataType, string>>, z.ZodCustom<import('@synnaxlabs/x').DataType, import('@synnaxlabs/x').DataType>]>;
|
|
185
185
|
leaseholder: z.ZodNumber;
|
|
186
|
-
index: z.
|
|
186
|
+
index: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
187
187
|
isIndex: z.ZodBoolean;
|
|
188
188
|
internal: z.ZodBoolean;
|
|
189
189
|
virtual: z.ZodBoolean;
|
|
190
190
|
alias: z.ZodOptional<z.ZodString>;
|
|
191
191
|
expression: z.ZodDefault<z.ZodString>;
|
|
192
|
-
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.
|
|
192
|
+
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>]>;
|
|
193
193
|
status: z.ZodOptional<z.ZodObject<{
|
|
194
194
|
key: z.ZodString;
|
|
195
195
|
variant: typeof import('node_modules/@synnaxlabs/x/dist/src/status/status').variantZ;
|
|
@@ -200,16 +200,16 @@ export declare const writerConfigZ: z.ZodUnion<[z.ZodObject<{
|
|
|
200
200
|
}, z.core.$strip>>;
|
|
201
201
|
}, z.core.$strip>>, z.ZodPipe<z.ZodObject<{
|
|
202
202
|
name: z.ZodString;
|
|
203
|
-
key: z.
|
|
203
|
+
key: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
204
204
|
dataType: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import('@synnaxlabs/x').DataType, string>>, z.ZodCustom<import('@synnaxlabs/x').DataType, import('@synnaxlabs/x').DataType>]>;
|
|
205
205
|
leaseholder: z.ZodNumber;
|
|
206
|
-
index: z.
|
|
206
|
+
index: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
207
207
|
isIndex: z.ZodBoolean;
|
|
208
208
|
internal: z.ZodBoolean;
|
|
209
209
|
virtual: z.ZodBoolean;
|
|
210
210
|
alias: z.ZodOptional<z.ZodString>;
|
|
211
211
|
expression: z.ZodDefault<z.ZodString>;
|
|
212
|
-
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.
|
|
212
|
+
requires: z.ZodUnion<readonly [z.ZodPipe<z.ZodUnion<readonly [z.ZodNull, z.ZodUndefined]>, z.ZodTransform<number[], null | undefined>>, z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>]>;
|
|
213
213
|
status: z.ZodOptional<z.ZodObject<{
|
|
214
214
|
key: z.ZodString;
|
|
215
215
|
variant: typeof import('node_modules/@synnaxlabs/x/dist/src/status/status').variantZ;
|
|
@@ -319,7 +319,7 @@ declare const reqZ: z.ZodObject<{
|
|
|
319
319
|
value: bigint;
|
|
320
320
|
}>>, z.ZodPipe<z.ZodString, z.ZodTransform<TimeSpan, string>>, z.ZodPipe<z.ZodNumber, z.ZodTransform<TimeSpan, number>>, z.ZodPipe<z.ZodBigInt, z.ZodTransform<TimeSpan, bigint>>, z.ZodCustom<TimeSpan, TimeSpan>, z.ZodPipe<z.ZodCustom<TimeStamp, TimeStamp>, z.ZodTransform<TimeSpan, TimeStamp>>, z.ZodPipe<z.ZodCustom<import('@synnaxlabs/x').Rate, import('@synnaxlabs/x').Rate>, z.ZodTransform<TimeSpan, import('@synnaxlabs/x').Rate>>]>>;
|
|
321
321
|
useHighPerformanceCodec: z.ZodDefault<z.ZodBoolean>;
|
|
322
|
-
keys: z.ZodOptional<z.ZodArray<z.
|
|
322
|
+
keys: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>>>;
|
|
323
323
|
}, z.core.$strip>>;
|
|
324
324
|
frame: z.ZodOptional<z.ZodObject<{
|
|
325
325
|
keys: z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<number[], null>>, z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber>>>]>;
|
|
@@ -358,7 +358,7 @@ declare const reqZ: z.ZodObject<{
|
|
|
358
358
|
}, z.core.$strip>;
|
|
359
359
|
export interface WriteRequest extends z.input<typeof reqZ> {
|
|
360
360
|
}
|
|
361
|
-
declare const authorityArgsZ: z.ZodPipe<z.ZodTuple<[z.ZodUnion<readonly [z.ZodRecord<z.ZodUnion<[z.
|
|
361
|
+
declare const authorityArgsZ: z.ZodPipe<z.ZodTuple<[z.ZodUnion<readonly [z.ZodRecord<z.ZodUnion<[z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodString]>, z.ZodInt>, z.ZodUnion<[z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>, z.ZodString]>, z.ZodInt]>, z.ZodOptional<z.ZodInt>], null>, z.ZodTransform<{
|
|
362
362
|
keys: channel.KeysOrNames;
|
|
363
363
|
authorities: number[];
|
|
364
364
|
}, [string | number | Record<string | number, number>, (number | undefined)?]>>;
|
package/dist/label/client.d.ts
CHANGED
|
@@ -34,10 +34,11 @@ declare const setReqZ: z.ZodObject<{
|
|
|
34
34
|
task: "task";
|
|
35
35
|
policy: "policy";
|
|
36
36
|
table: "table";
|
|
37
|
+
schematic_symbol: "schematic_symbol";
|
|
37
38
|
}>;
|
|
38
39
|
key: z.ZodString;
|
|
39
40
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
40
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
41
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
41
42
|
key: string;
|
|
42
43
|
}, string>>]>;
|
|
43
44
|
labels: z.ZodArray<z.ZodUUID>;
|
|
@@ -71,10 +72,11 @@ declare const retrieveRequestZ: z.ZodObject<{
|
|
|
71
72
|
task: "task";
|
|
72
73
|
policy: "policy";
|
|
73
74
|
table: "table";
|
|
75
|
+
schematic_symbol: "schematic_symbol";
|
|
74
76
|
}>;
|
|
75
77
|
key: z.ZodString;
|
|
76
78
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
77
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
79
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
78
80
|
key: string;
|
|
79
81
|
}, string>>]>>;
|
|
80
82
|
searchTerm: z.ZodOptional<z.ZodString>;
|
|
@@ -118,10 +120,11 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
118
120
|
task: "task";
|
|
119
121
|
policy: "policy";
|
|
120
122
|
table: "table";
|
|
123
|
+
schematic_symbol: "schematic_symbol";
|
|
121
124
|
}>;
|
|
122
125
|
key: z.ZodString;
|
|
123
126
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
124
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
127
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
125
128
|
key: string;
|
|
126
129
|
}, string>>]>>;
|
|
127
130
|
searchTerm: z.ZodOptional<z.ZodString>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/label/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEvE,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,EAAE,KAAK,GAAG,EAAQ,KAAK,KAAK,EAAU,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAItC,eAAO,MAAM,gBAAgB,iBAAiB,CAAC;AAC/C,eAAO,MAAM,mBAAmB,oBAAoB,CAAC;AAErD,eAAO,MAAM,IAAI;;;;iBAA0C,CAAC;AAC5D,MAAM,WAAW,GAAI,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,IAAI,CAAC;CAAG;AAKpD,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/label/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEvE,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,EAAE,KAAK,GAAG,EAAQ,KAAK,KAAK,EAAU,MAAM,iBAAiB,CAAC;AACrE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAItC,eAAO,MAAM,gBAAgB,iBAAiB,CAAC;AAC/C,eAAO,MAAM,mBAAmB,oBAAoB,CAAC;AAErD,eAAO,MAAM,IAAI;;;;iBAA0C,CAAC;AAC5D,MAAM,WAAW,GAAI,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,IAAI,CAAC;CAAG;AAKpD,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIX,CAAC;AAEH,UAAU,MAAO,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,OAAO,CAAC;CAAG;AACnD,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,MAAM,EAAE,SAAS,CAAC;CAAG;AAW9D,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMpB,CAAC;AAEH,QAAA,MAAM,mBAAmB;;;;;;GAEmB,CAAC;AAE7C,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAAmD,CAAC;AAEvE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACzD,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACrE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAIjE,qBAAa,MAAM;IACjB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAW;IAChC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAc;gBAEzB,MAAM,EAAE,WAAW;IAIzB,QAAQ,CAAC,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,KAAK,CAAC;IAClD,QAAQ,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IAcnD,KAAK,CAAC,EAAE,EAAE,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,EAAE,IAAI,GAAE,UAAe,GAAG,OAAO,CAAC,IAAI,CAAC;IAU3E,MAAM,CAAC,EAAE,EAAE,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAUrD,MAAM,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAAC,KAAK,CAAC;IAClC,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,KAAK,EAAE,CAAC;IAavC,MAAM,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAC/B,MAAM,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;CAUzC;AAED,eAAO,MAAM,UAAU,GAAI,KAAK,GAAG,KAAG,QAAQ,CAAC,EAA8B,CAAC"}
|
|
@@ -26,10 +26,11 @@ declare const retrieveReqZ: z.ZodObject<{
|
|
|
26
26
|
task: "task";
|
|
27
27
|
policy: "policy";
|
|
28
28
|
table: "table";
|
|
29
|
+
schematic_symbol: "schematic_symbol";
|
|
29
30
|
}>;
|
|
30
31
|
key: z.ZodString;
|
|
31
32
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
32
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
33
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
33
34
|
key: string;
|
|
34
35
|
}, string>>]>>>;
|
|
35
36
|
children: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -59,6 +60,7 @@ declare const retrieveReqZ: z.ZodObject<{
|
|
|
59
60
|
task: "task";
|
|
60
61
|
policy: "policy";
|
|
61
62
|
table: "table";
|
|
63
|
+
schematic_symbol: "schematic_symbol";
|
|
62
64
|
}>>>;
|
|
63
65
|
}, z.core.$strip>;
|
|
64
66
|
export interface RetrieveRequest extends z.infer<typeof retrieveReqZ> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/ontology/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEvE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EACL,KAAK,EAAE,EAIP,KAAK,QAAQ,EAGd,MAAM,oBAAoB,CAAC;AAK5B,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../src/ontology/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEvE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EACL,KAAK,EAAE,EAIP,KAAK,QAAQ,EAGd,MAAM,oBAAoB,CAAC;AAK5B,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAShB,CAAC;AACH,MAAM,WAAW,eAAgB,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC;CAAG;AAExE,MAAM,WAAW,eACf,SAAQ,IAAI,CACV,eAAe,EACf,kBAAkB,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,CACtD;CAAG;AAIN,oFAAoF;AACpF,qBAAa,MAAM;IACjB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAc;IACnC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;IACrB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAc;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAChC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgB;gBAE3B,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM;IAOrD;;;;;;;;OAQG;IACG,QAAQ,CAAC,EAAE,EAAE,EAAE,GAAG,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,QAAQ,CAAC;IAE7E;;;;;;;;;OASG;IACG,QAAQ,CAAC,GAAG,EAAE,EAAE,EAAE,GAAG,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC;IAE9E,QAAQ,CAAC,MAAM,EAAE,eAAe,GAAG,OAAO,CAAC,QAAQ,EAAE,CAAC;IAoB5D;;;;;;OAMG;IACG,gBAAgB,CACpB,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,EACd,OAAO,CAAC,EAAE,eAAe,GACxB,OAAO,CAAC,QAAQ,EAAE,CAAC;IAQtB;;;;;;;;OAQG;IACG,eAAe,CACnB,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,EACd,OAAO,CAAC,EAAE,eAAe,GACxB,OAAO,CAAC,QAAQ,EAAE,CAAC;IAQtB;;;;OAIG;IACG,WAAW,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,QAAQ,EAAE,EAAE,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3D;;;;OAIG;IACG,cAAc,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,QAAQ,EAAE,EAAE,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAI9D;;;;;OAKG;IACG,YAAY,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,QAAQ,EAAE,EAAE,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;YAIxD,YAAY;CAU3B;AAED,eAAO,MAAM,yBAAyB,6BAA6B,CAAC;AACpE,eAAO,MAAM,4BAA4B,gCAAgC,CAAC;AAC1E,eAAO,MAAM,6BAA6B,iCAAiC,CAAC;AAC5E,eAAO,MAAM,gCAAgC,oCAAoC,CAAC"}
|
|
@@ -2,6 +2,8 @@ import { UnaryClient } from '@synnaxlabs/freighter';
|
|
|
2
2
|
import { ontology } from '..';
|
|
3
3
|
import { Group } from './group';
|
|
4
4
|
import { Key, Name } from './payload';
|
|
5
|
+
export declare const SET_CHANNEL_NAME = "sy_group_set";
|
|
6
|
+
export declare const DELETE_CHANNEL_NAME = "sy_group_delete";
|
|
5
7
|
export declare class Client {
|
|
6
8
|
private readonly creator;
|
|
7
9
|
constructor(unary: UnaryClient);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/ontology/group/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC/C,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,IAAI,EAAgB,MAAM,0BAA0B,CAAC;AAG7E,qBAAa,MAAM;IACjB,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;gBAErB,KAAK,EAAE,WAAW;IAIxB,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,KAAK,CAAC;IAIlE,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3C,MAAM,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3C,OAAO,CAAC,KAAK;CAGd"}
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/ontology/group/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC/C,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,IAAI,EAAgB,MAAM,0BAA0B,CAAC;AAG7E,eAAO,MAAM,gBAAgB,iBAAiB,CAAC;AAC/C,eAAO,MAAM,mBAAmB,oBAAoB,CAAC;AAErD,qBAAa,MAAM;IACjB,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAS;gBAErB,KAAK,EAAE,WAAW;IAIxB,MAAM,CAAC,MAAM,EAAE,QAAQ,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,GAAG,GAAG,OAAO,CAAC,KAAK,CAAC;IAIlE,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3C,MAAM,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3C,OAAO,CAAC,KAAK;CAGd"}
|
|
@@ -34,6 +34,7 @@ export declare const resourceTypeZ: z.ZodEnum<{
|
|
|
34
34
|
task: "task";
|
|
35
35
|
policy: "policy";
|
|
36
36
|
table: "table";
|
|
37
|
+
schematic_symbol: "schematic_symbol";
|
|
37
38
|
}>;
|
|
38
39
|
export type ResourceType = z.infer<typeof resourceTypeZ>;
|
|
39
40
|
export declare const idZ: z.ZodUnion<[z.ZodObject<{
|
|
@@ -58,10 +59,11 @@ export declare const idZ: z.ZodUnion<[z.ZodObject<{
|
|
|
58
59
|
task: "task";
|
|
59
60
|
policy: "policy";
|
|
60
61
|
table: "table";
|
|
62
|
+
schematic_symbol: "schematic_symbol";
|
|
61
63
|
}>;
|
|
62
64
|
key: z.ZodString;
|
|
63
65
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
64
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
66
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
65
67
|
key: string;
|
|
66
68
|
}, string>>]>;
|
|
67
69
|
export type ID = z.infer<typeof idZ>;
|
|
@@ -92,20 +94,21 @@ export declare const resourceZ: z.ZodPipe<z.ZodObject<{
|
|
|
92
94
|
task: "task";
|
|
93
95
|
policy: "policy";
|
|
94
96
|
table: "table";
|
|
97
|
+
schematic_symbol: "schematic_symbol";
|
|
95
98
|
}>;
|
|
96
99
|
key: z.ZodString;
|
|
97
100
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
98
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
101
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
99
102
|
key: string;
|
|
100
103
|
}, string>>]>;
|
|
101
104
|
name: z.ZodString;
|
|
102
105
|
data: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodUnion<readonly [z.ZodNumber, z.ZodString, z.ZodSymbol]>, z.ZodUnknown>>>;
|
|
103
106
|
}, z.core.$strip>, z.ZodTransform<{
|
|
104
107
|
id: {
|
|
105
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
108
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
106
109
|
key: string;
|
|
107
110
|
} | {
|
|
108
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
111
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
109
112
|
key: string;
|
|
110
113
|
};
|
|
111
114
|
name: string;
|
|
@@ -113,10 +116,10 @@ export declare const resourceZ: z.ZodPipe<z.ZodObject<{
|
|
|
113
116
|
key: string;
|
|
114
117
|
}, {
|
|
115
118
|
id: {
|
|
116
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
119
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
117
120
|
key: string;
|
|
118
121
|
} | {
|
|
119
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
122
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
120
123
|
key: string;
|
|
121
124
|
};
|
|
122
125
|
name: string;
|
|
@@ -150,10 +153,11 @@ export declare const relationshipZ: z.ZodUnion<[z.ZodObject<{
|
|
|
150
153
|
task: "task";
|
|
151
154
|
policy: "policy";
|
|
152
155
|
table: "table";
|
|
156
|
+
schematic_symbol: "schematic_symbol";
|
|
153
157
|
}>;
|
|
154
158
|
key: z.ZodString;
|
|
155
159
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
156
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
160
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
157
161
|
key: string;
|
|
158
162
|
}, string>>]>;
|
|
159
163
|
type: z.ZodString;
|
|
@@ -179,26 +183,27 @@ export declare const relationshipZ: z.ZodUnion<[z.ZodObject<{
|
|
|
179
183
|
task: "task";
|
|
180
184
|
policy: "policy";
|
|
181
185
|
table: "table";
|
|
186
|
+
schematic_symbol: "schematic_symbol";
|
|
182
187
|
}>;
|
|
183
188
|
key: z.ZodString;
|
|
184
189
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
185
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
190
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
186
191
|
key: string;
|
|
187
192
|
}, string>>]>;
|
|
188
193
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
189
194
|
from: {
|
|
190
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
195
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
191
196
|
key: string;
|
|
192
197
|
} | {
|
|
193
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
198
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
194
199
|
key: string;
|
|
195
200
|
};
|
|
196
201
|
type: string;
|
|
197
202
|
to: {
|
|
198
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
203
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
199
204
|
key: string;
|
|
200
205
|
} | {
|
|
201
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
206
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
202
207
|
key: string;
|
|
203
208
|
};
|
|
204
209
|
}, string>>]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../src/ontology/payload.ts"],"names":[],"mappings":"AASA,OAAO,EAAS,KAAK,MAAM,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;AACzD,MAAM,WAAW,WAAY,SAAQ,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,QAAQ,CAAC;CAAG;AAChE,MAAM,WAAW,cAAe,SAAQ,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,CAAC;CAAG;AACtE,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;AACxE,MAAM,WAAW,eAAgB,SAAQ,MAAM,CAAC,GAAG,CAAC,YAAY,EAAE,SAAS,CAAC;CAAG;AAC/E,MAAM,WAAW,kBAAmB,SAAQ,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE,SAAS,CAAC;CAAG;AAErF,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"payload.d.ts","sourceRoot":"","sources":["../../src/ontology/payload.ts"],"names":[],"mappings":"AASA,OAAO,EAAS,KAAK,MAAM,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAC;AACzD,MAAM,WAAW,WAAY,SAAQ,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,QAAQ,CAAC;CAAG;AAChE,MAAM,WAAW,cAAe,SAAQ,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,CAAC;CAAG;AACtE,MAAM,MAAM,kBAAkB,GAAG,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;AACxE,MAAM,WAAW,eAAgB,SAAQ,MAAM,CAAC,GAAG,CAAC,YAAY,EAAE,SAAS,CAAC;CAAG;AAC/E,MAAM,WAAW,kBAAmB,SAAQ,MAAM,CAAC,MAAM,CAAC,YAAY,EAAE,SAAS,CAAC;CAAG;AAErF,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,YAAY,YAAY,CAAC;AACtC,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;EAsBxB,CAAC;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAOzD,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAAmE,CAAC;AAEpF,MAAM,MAAM,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,CAAC,CAAC;AAErC,eAAO,MAAM,OAAO,EAAE,EAAwC,CAAC;AAE/D,eAAO,MAAM,UAAU,GAAI,IAAI,EAAE,WAA2B,CAAC;AAE7D,eAAO,MAAM,QAAQ,GAAI,GAAG,EAAE,EAAE,GAAG,EAAE,YAAyC,CAAC;AAE/E,eAAO,MAAM,QAAQ,GACnB,KAAK,EAAE,GAAG,EAAE,EAAE,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,QAAQ,GAAG,QAAQ,EAAE,KACzD,EAAE,EAMJ,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAMqD,CAAC;AAC5E,MAAM,WAAW,QAAQ,CAAC,CAAC,SAAS,MAAM,CAAC,OAAO,GAAG,MAAM,CAAC,OAAO,CACjE,SAAQ,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,EAAE,MAAM,CAAC;IAC/C,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC;CACjB;AAED,MAAM,MAAM,qBAAqB,GAAG,IAAI,GAAG,MAAM,CAAC;AAElD,eAAO,MAAM,6BAA6B,GACxC,WAAW,qBAAqB,KAC/B,qBAA6D,CAAC;AAEjE,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAKzB,CAAC;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAEzD,eAAO,MAAM,oBAAoB,GAAI,cAAc,YAAY,WAC2B,CAAC;AAE3F,eAAO,MAAM,2BAA2B,WAAW,CAAC;AAEpD,MAAM,WAAW,qBAAqB;IACpC,IAAI,CAAC,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,CAAC,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC;CAClB;AAED,eAAO,MAAM,iBAAiB,GAC5B,cAAc,YAAY,EAC1B,OAAO,qBAAqB,YAS7B,CAAC"}
|
package/dist/ranger/alias.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export declare class Aliaser {
|
|
|
27
27
|
}
|
|
28
28
|
export declare const aliasZ: z.ZodObject<{
|
|
29
29
|
alias: z.ZodOptional<z.ZodString>;
|
|
30
|
-
channel: z.
|
|
30
|
+
channel: z.ZodUnion<[z.ZodUInt32, z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>]>;
|
|
31
31
|
range: z.ZodUUID;
|
|
32
32
|
}, z.core.$strip>;
|
|
33
33
|
export interface Alias extends z.infer<typeof aliasZ> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alias.d.ts","sourceRoot":"","sources":["../../src/ranger/alias.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEvE,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EAAE,KAAK,GAAG,EAAQ,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,sBAAsB,uBAAuB,CAAC;AAC3D,eAAO,MAAM,yBAAyB,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"alias.d.ts","sourceRoot":"","sources":["../../src/ranger/alias.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEvE,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,EAAE,KAAK,GAAG,EAAQ,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,sBAAsB,uBAAuB,CAAC;AAC3D,eAAO,MAAM,yBAAyB,0BAA0B,CAAC;AAsBjE,qBAAa,OAAO;IAClB,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAAsB;IAC1D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,gBAAgB,CAA0B;IAClE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAuB;IAC5D,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,iBAAiB,CAA2B;IACpE,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,CAAyB;IAChE,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAgB;IAC5C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAkC;IACxD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAc;IACrC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAM;gBAEnB,QAAQ,EAAE,GAAG,EAAE,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW;IAO1E,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC;IAE9C,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IA8B1D,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAUxD,IAAI,IAAI,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;IAY5C,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC;IAC7C,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,GAAG,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC;IAgBtE,MAAM,CAAC,OAAO,EAAE,OAAO,CAAC,GAAG,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;CASpD;AAED,eAAO,MAAM,MAAM;;;;iBAIjB,CAAC;AACH,MAAM,WAAW,KAAM,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,MAAM,CAAC;CAAG;AAExD,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAIvD,eAAO,MAAM,QAAQ,GAAI,OAAO,IAAI,CAAC,KAAK,EAAE,OAAO,GAAG,SAAS,CAAC,KAAG,MACrB,CAAC;AAE/C,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,EAAE,OAAO,CAAC,GAAG,CAAC;CACtB;AAED,eAAO,MAAM,uBAAuB,GAClC,cAAc,MAAM,KACnB,wBAGF,CAAC"}
|
package/dist/ranger/writer.d.ts
CHANGED
|
@@ -24,10 +24,11 @@ declare const createReqZ: z.ZodObject<{
|
|
|
24
24
|
task: "task";
|
|
25
25
|
policy: "policy";
|
|
26
26
|
table: "table";
|
|
27
|
+
schematic_symbol: "schematic_symbol";
|
|
27
28
|
}>;
|
|
28
29
|
key: z.ZodString;
|
|
29
30
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
30
|
-
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table";
|
|
31
|
+
type: "label" | "log" | "allow_all" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "table" | "schematic_symbol";
|
|
31
32
|
key: string;
|
|
32
33
|
}, string>>]>>;
|
|
33
34
|
ranges: z.ZodArray<z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"writer.d.ts","sourceRoot":"","sources":["../../src/ranger/writer.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,EAAe,KAAK,GAAG,EAAQ,KAAK,OAAO,EAAY,MAAM,kBAAkB,CAAC;AAIvF,QAAA,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"writer.d.ts","sourceRoot":"","sources":["../../src/ranger/writer.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,EAAe,KAAK,GAAG,EAAQ,KAAK,OAAO,EAAY,MAAM,kBAAkB,CAAC;AAIvF,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAsE,CAAC;AAEvF,UAAU,aAAc,SAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC;CAAG;AAC7D,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC;CAAG;AAYvE,qBAAa,MAAM;IACjB,MAAM,EAAE,WAAW,CAAC;gBAER,MAAM,EAAE,WAAW;IAIzB,MAAM,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAUhD,MAAM,CAAC,MAAM,EAAE,GAAG,EAAE,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAWlE,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;CAS5C"}
|
|
@@ -3,7 +3,9 @@ import { record } from '@synnaxlabs/x';
|
|
|
3
3
|
import { ontology } from '../../ontology';
|
|
4
4
|
import { Key as WorkspaceKey } from '../payload';
|
|
5
5
|
import { Key, New, Schematic } from './payload';
|
|
6
|
+
import { symbol } from './symbol';
|
|
6
7
|
export declare class Client {
|
|
8
|
+
readonly symbols: symbol.Client;
|
|
7
9
|
private readonly client;
|
|
8
10
|
constructor(client: UnaryClient);
|
|
9
11
|
create(workspace: WorkspaceKey, schematic: New): Promise<Schematic>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/workspace/schematic/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAS,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AAGnD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAE,KAAK,GAAG,IAAI,YAAY,EAAyB,MAAM,qBAAqB,CAAC;AACtF,OAAO,EACL,KAAK,GAAG,EAER,KAAK,GAAG,EAIR,KAAK,SAAS,EAEf,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/workspace/schematic/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAS,KAAK,MAAM,EAAE,MAAM,eAAe,CAAC;AAGnD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAE,KAAK,GAAG,IAAI,YAAY,EAAyB,MAAM,qBAAqB,CAAC;AACtF,OAAO,EACL,KAAK,GAAG,EAER,KAAK,GAAG,EAIR,KAAK,SAAS,EAEf,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAqBtD,qBAAa,MAAM;IACjB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC;IAChC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAc;gBAEzB,MAAM,EAAE,WAAW;IAKzB,MAAM,CAAC,SAAS,EAAE,YAAY,EAAE,SAAS,EAAE,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC;IACnE,MAAM,CAAC,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAgBxE,MAAM,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAU7C,OAAO,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,CAAC,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAUtD,QAAQ,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,SAAS,CAAC;IACtC,QAAQ,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC;IAa3C,MAAM,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAC/B,MAAM,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAWlC,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC;CAU1E;AAED,eAAO,MAAM,UAAU,GAAI,KAAK,GAAG,KAAG,QAAQ,CAAC,EAAkC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"external.d.ts","sourceRoot":"","sources":["../../../src/workspace/schematic/external.ts"],"names":[],"mappings":"AASA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"external.d.ts","sourceRoot":"","sources":["../../../src/workspace/schematic/external.ts"],"names":[],"mappings":"AASA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,8BAA8B,CAAC"}
|