@synnaxlabs/client 0.55.0 → 0.56.1
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 +6435 -4786
- 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 +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/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 +36 -34
- 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 +6 -6
- 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 +9 -9
- package/src/framer/adapter.ts +2 -4
- package/src/framer/client.ts +1 -1
- 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 +43 -40
- package/src/framer/streamProxy.ts +13 -13
- package/src/framer/streamer.spec.ts +12 -3
- package/src/framer/streamer.ts +7 -12
- package/src/framer/types.gen.ts +20 -0
- package/src/framer/writer.spec.ts +77 -0
- package/src/framer/writer.ts +51 -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 +3 -4
- 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 +3 -4
- package/src/ranger/kv/client.ts +5 -8
- 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
|
@@ -16,7 +16,6 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
16
16
|
arc: "arc";
|
|
17
17
|
builtin: "builtin";
|
|
18
18
|
channel: "channel";
|
|
19
|
-
cluster: "cluster";
|
|
20
19
|
device: "device";
|
|
21
20
|
framer: "framer";
|
|
22
21
|
group: "group";
|
|
@@ -40,23 +39,23 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
40
39
|
}>;
|
|
41
40
|
key: z.ZodString;
|
|
42
41
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
43
|
-
type: "arc" | "builtin" | "channel" | "
|
|
42
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
44
43
|
key: string;
|
|
45
44
|
}, string>>]>;
|
|
46
45
|
}, z.core.$strip>, z.ZodTransform<{
|
|
47
46
|
subjects: ({
|
|
48
|
-
type: "arc" | "builtin" | "channel" | "
|
|
47
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
49
48
|
key: string;
|
|
50
49
|
} | {
|
|
51
|
-
type: "arc" | "builtin" | "channel" | "
|
|
50
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
52
51
|
key: string;
|
|
53
52
|
})[];
|
|
54
53
|
}, {
|
|
55
54
|
for: {
|
|
56
|
-
type: "arc" | "builtin" | "channel" | "
|
|
55
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
57
56
|
key: string;
|
|
58
57
|
} | {
|
|
59
|
-
type: "arc" | "builtin" | "channel" | "
|
|
58
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
60
59
|
key: string;
|
|
61
60
|
};
|
|
62
61
|
}>>, z.ZodPipe<z.ZodObject<{
|
|
@@ -65,7 +64,6 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
65
64
|
arc: "arc";
|
|
66
65
|
builtin: "builtin";
|
|
67
66
|
channel: "channel";
|
|
68
|
-
cluster: "cluster";
|
|
69
67
|
device: "device";
|
|
70
68
|
framer: "framer";
|
|
71
69
|
group: "group";
|
|
@@ -89,23 +87,23 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
89
87
|
}>;
|
|
90
88
|
key: z.ZodString;
|
|
91
89
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
92
|
-
type: "arc" | "builtin" | "channel" | "
|
|
90
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
93
91
|
key: string;
|
|
94
92
|
}, string>>]>>;
|
|
95
93
|
}, z.core.$strip>, z.ZodTransform<{
|
|
96
94
|
subjects: ({
|
|
97
|
-
type: "arc" | "builtin" | "channel" | "
|
|
95
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
98
96
|
key: string;
|
|
99
97
|
} | {
|
|
100
|
-
type: "arc" | "builtin" | "channel" | "
|
|
98
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
101
99
|
key: string;
|
|
102
100
|
})[];
|
|
103
101
|
}, {
|
|
104
102
|
for: ({
|
|
105
|
-
type: "arc" | "builtin" | "channel" | "
|
|
103
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
106
104
|
key: string;
|
|
107
105
|
} | {
|
|
108
|
-
type: "arc" | "builtin" | "channel" | "
|
|
106
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
109
107
|
key: string;
|
|
110
108
|
})[];
|
|
111
109
|
}>>, z.ZodObject<{
|
|
@@ -115,7 +113,6 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
115
113
|
arc: "arc";
|
|
116
114
|
builtin: "builtin";
|
|
117
115
|
channel: "channel";
|
|
118
|
-
cluster: "cluster";
|
|
119
116
|
device: "device";
|
|
120
117
|
framer: "framer";
|
|
121
118
|
group: "group";
|
|
@@ -139,7 +136,7 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
139
136
|
}>;
|
|
140
137
|
key: z.ZodString;
|
|
141
138
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
142
|
-
type: "arc" | "builtin" | "channel" | "
|
|
139
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
143
140
|
key: string;
|
|
144
141
|
}, string>>]>>>;
|
|
145
142
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -160,7 +157,6 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
160
157
|
arc: "arc";
|
|
161
158
|
builtin: "builtin";
|
|
162
159
|
channel: "channel";
|
|
163
|
-
cluster: "cluster";
|
|
164
160
|
device: "device";
|
|
165
161
|
framer: "framer";
|
|
166
162
|
group: "group";
|
|
@@ -184,23 +180,23 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
184
180
|
}>;
|
|
185
181
|
key: z.ZodString;
|
|
186
182
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
187
|
-
type: "arc" | "builtin" | "channel" | "
|
|
183
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
188
184
|
key: string;
|
|
189
185
|
}, string>>]>;
|
|
190
186
|
}, z.core.$strip>, z.ZodTransform<{
|
|
191
187
|
subjects: ({
|
|
192
|
-
type: "arc" | "builtin" | "channel" | "
|
|
188
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
193
189
|
key: string;
|
|
194
190
|
} | {
|
|
195
|
-
type: "arc" | "builtin" | "channel" | "
|
|
191
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
196
192
|
key: string;
|
|
197
193
|
})[];
|
|
198
194
|
}, {
|
|
199
195
|
for: {
|
|
200
|
-
type: "arc" | "builtin" | "channel" | "
|
|
196
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
201
197
|
key: string;
|
|
202
198
|
} | {
|
|
203
|
-
type: "arc" | "builtin" | "channel" | "
|
|
199
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
204
200
|
key: string;
|
|
205
201
|
};
|
|
206
202
|
}>>, z.ZodPipe<z.ZodObject<{
|
|
@@ -209,7 +205,6 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
209
205
|
arc: "arc";
|
|
210
206
|
builtin: "builtin";
|
|
211
207
|
channel: "channel";
|
|
212
|
-
cluster: "cluster";
|
|
213
208
|
device: "device";
|
|
214
209
|
framer: "framer";
|
|
215
210
|
group: "group";
|
|
@@ -233,23 +228,23 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
233
228
|
}>;
|
|
234
229
|
key: z.ZodString;
|
|
235
230
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
236
|
-
type: "arc" | "builtin" | "channel" | "
|
|
231
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
237
232
|
key: string;
|
|
238
233
|
}, string>>]>>;
|
|
239
234
|
}, z.core.$strip>, z.ZodTransform<{
|
|
240
235
|
subjects: ({
|
|
241
|
-
type: "arc" | "builtin" | "channel" | "
|
|
236
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
242
237
|
key: string;
|
|
243
238
|
} | {
|
|
244
|
-
type: "arc" | "builtin" | "channel" | "
|
|
239
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
245
240
|
key: string;
|
|
246
241
|
})[];
|
|
247
242
|
}, {
|
|
248
243
|
for: ({
|
|
249
|
-
type: "arc" | "builtin" | "channel" | "
|
|
244
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
250
245
|
key: string;
|
|
251
246
|
} | {
|
|
252
|
-
type: "arc" | "builtin" | "channel" | "
|
|
247
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
253
248
|
key: string;
|
|
254
249
|
})[];
|
|
255
250
|
}>>, z.ZodObject<{
|
|
@@ -259,7 +254,6 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
259
254
|
arc: "arc";
|
|
260
255
|
builtin: "builtin";
|
|
261
256
|
channel: "channel";
|
|
262
|
-
cluster: "cluster";
|
|
263
257
|
device: "device";
|
|
264
258
|
framer: "framer";
|
|
265
259
|
group: "group";
|
|
@@ -283,7 +277,7 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
283
277
|
}>;
|
|
284
278
|
key: z.ZodString;
|
|
285
279
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
286
|
-
type: "arc" | "builtin" | "channel" | "
|
|
280
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
287
281
|
key: string;
|
|
288
282
|
}, string>>]>>>;
|
|
289
283
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -294,18 +288,17 @@ export type RetrieveArgs = z.input<typeof retrieveArgsZ>;
|
|
|
294
288
|
declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
|
|
295
289
|
key: z.ZodOptional<z.ZodUUID>;
|
|
296
290
|
name: z.ZodString;
|
|
297
|
-
objects: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
298
|
-
type: "arc" | "builtin" | "channel" | "
|
|
291
|
+
objects: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<({
|
|
292
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
299
293
|
key: string;
|
|
300
294
|
} | {
|
|
301
|
-
type: "arc" | "builtin" | "channel" | "
|
|
295
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
302
296
|
key: string;
|
|
303
|
-
})[], null
|
|
297
|
+
})[], null>>, z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
304
298
|
type: z.ZodEnum<{
|
|
305
299
|
arc: "arc";
|
|
306
300
|
builtin: "builtin";
|
|
307
301
|
channel: "channel";
|
|
308
|
-
cluster: "cluster";
|
|
309
302
|
device: "device";
|
|
310
303
|
framer: "framer";
|
|
311
304
|
group: "group";
|
|
@@ -329,24 +322,24 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
|
|
|
329
322
|
}>;
|
|
330
323
|
key: z.ZodString;
|
|
331
324
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
332
|
-
type: "arc" | "builtin" | "channel" | "
|
|
325
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
333
326
|
key: string;
|
|
334
|
-
}, string>>]>>]
|
|
335
|
-
actions: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
327
|
+
}, string>>]>>]>>;
|
|
328
|
+
actions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<("create" | "delete" | "retrieve" | "update")[], null>>, z.ZodArray<z.ZodEnum<{
|
|
336
329
|
create: "create";
|
|
337
330
|
delete: "delete";
|
|
338
331
|
retrieve: "retrieve";
|
|
339
332
|
update: "update";
|
|
340
|
-
}>>]
|
|
333
|
+
}>>]>>;
|
|
341
334
|
internal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
342
335
|
}, z.core.$strip>, z.ZodTransform<{
|
|
343
336
|
policies: {
|
|
344
337
|
name: string;
|
|
345
338
|
objects: ({
|
|
346
|
-
type: "arc" | "builtin" | "channel" | "
|
|
339
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
347
340
|
key: string;
|
|
348
341
|
} | {
|
|
349
|
-
type: "arc" | "builtin" | "channel" | "
|
|
342
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
350
343
|
key: string;
|
|
351
344
|
})[];
|
|
352
345
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -356,10 +349,10 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
|
|
|
356
349
|
}, {
|
|
357
350
|
name: string;
|
|
358
351
|
objects: ({
|
|
359
|
-
type: "arc" | "builtin" | "channel" | "
|
|
352
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
360
353
|
key: string;
|
|
361
354
|
} | {
|
|
362
|
-
type: "arc" | "builtin" | "channel" | "
|
|
355
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
363
356
|
key: string;
|
|
364
357
|
})[];
|
|
365
358
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -370,18 +363,17 @@ export type SingleCreateArgs = z.input<typeof singleCreateArgsZ>;
|
|
|
370
363
|
export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
371
364
|
key: z.ZodOptional<z.ZodUUID>;
|
|
372
365
|
name: z.ZodString;
|
|
373
|
-
objects: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
374
|
-
type: "arc" | "builtin" | "channel" | "
|
|
366
|
+
objects: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<({
|
|
367
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
375
368
|
key: string;
|
|
376
369
|
} | {
|
|
377
|
-
type: "arc" | "builtin" | "channel" | "
|
|
370
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
378
371
|
key: string;
|
|
379
|
-
})[], null
|
|
372
|
+
})[], null>>, z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
380
373
|
type: z.ZodEnum<{
|
|
381
374
|
arc: "arc";
|
|
382
375
|
builtin: "builtin";
|
|
383
376
|
channel: "channel";
|
|
384
|
-
cluster: "cluster";
|
|
385
377
|
device: "device";
|
|
386
378
|
framer: "framer";
|
|
387
379
|
group: "group";
|
|
@@ -405,24 +397,24 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
|
405
397
|
}>;
|
|
406
398
|
key: z.ZodString;
|
|
407
399
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
408
|
-
type: "arc" | "builtin" | "channel" | "
|
|
400
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
409
401
|
key: string;
|
|
410
|
-
}, string>>]>>]
|
|
411
|
-
actions: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
402
|
+
}, string>>]>>]>>;
|
|
403
|
+
actions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<("create" | "delete" | "retrieve" | "update")[], null>>, z.ZodArray<z.ZodEnum<{
|
|
412
404
|
create: "create";
|
|
413
405
|
delete: "delete";
|
|
414
406
|
retrieve: "retrieve";
|
|
415
407
|
update: "update";
|
|
416
|
-
}>>]
|
|
408
|
+
}>>]>>;
|
|
417
409
|
internal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
418
410
|
}, z.core.$strip>>, z.ZodTransform<{
|
|
419
411
|
policies: {
|
|
420
412
|
name: string;
|
|
421
413
|
objects: ({
|
|
422
|
-
type: "arc" | "builtin" | "channel" | "
|
|
414
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
423
415
|
key: string;
|
|
424
416
|
} | {
|
|
425
|
-
type: "arc" | "builtin" | "channel" | "
|
|
417
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
426
418
|
key: string;
|
|
427
419
|
})[];
|
|
428
420
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -432,10 +424,10 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
|
432
424
|
}, {
|
|
433
425
|
name: string;
|
|
434
426
|
objects: ({
|
|
435
|
-
type: "arc" | "builtin" | "channel" | "
|
|
427
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
436
428
|
key: string;
|
|
437
429
|
} | {
|
|
438
|
-
type: "arc" | "builtin" | "channel" | "
|
|
430
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
439
431
|
key: string;
|
|
440
432
|
})[];
|
|
441
433
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -445,18 +437,17 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
|
445
437
|
export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
446
438
|
key: z.ZodOptional<z.ZodUUID>;
|
|
447
439
|
name: z.ZodString;
|
|
448
|
-
objects: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
449
|
-
type: "arc" | "builtin" | "channel" | "
|
|
440
|
+
objects: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<({
|
|
441
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
450
442
|
key: string;
|
|
451
443
|
} | {
|
|
452
|
-
type: "arc" | "builtin" | "channel" | "
|
|
444
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
453
445
|
key: string;
|
|
454
|
-
})[], null
|
|
446
|
+
})[], null>>, z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
455
447
|
type: z.ZodEnum<{
|
|
456
448
|
arc: "arc";
|
|
457
449
|
builtin: "builtin";
|
|
458
450
|
channel: "channel";
|
|
459
|
-
cluster: "cluster";
|
|
460
451
|
device: "device";
|
|
461
452
|
framer: "framer";
|
|
462
453
|
group: "group";
|
|
@@ -480,24 +471,24 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
480
471
|
}>;
|
|
481
472
|
key: z.ZodString;
|
|
482
473
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
483
|
-
type: "arc" | "builtin" | "channel" | "
|
|
474
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
484
475
|
key: string;
|
|
485
|
-
}, string>>]>>]
|
|
486
|
-
actions: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
476
|
+
}, string>>]>>]>>;
|
|
477
|
+
actions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<("create" | "delete" | "retrieve" | "update")[], null>>, z.ZodArray<z.ZodEnum<{
|
|
487
478
|
create: "create";
|
|
488
479
|
delete: "delete";
|
|
489
480
|
retrieve: "retrieve";
|
|
490
481
|
update: "update";
|
|
491
|
-
}>>]
|
|
482
|
+
}>>]>>;
|
|
492
483
|
internal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
493
484
|
}, z.core.$strip>, z.ZodTransform<{
|
|
494
485
|
policies: {
|
|
495
486
|
name: string;
|
|
496
487
|
objects: ({
|
|
497
|
-
type: "arc" | "builtin" | "channel" | "
|
|
488
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
498
489
|
key: string;
|
|
499
490
|
} | {
|
|
500
|
-
type: "arc" | "builtin" | "channel" | "
|
|
491
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
501
492
|
key: string;
|
|
502
493
|
})[];
|
|
503
494
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -507,10 +498,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
507
498
|
}, {
|
|
508
499
|
name: string;
|
|
509
500
|
objects: ({
|
|
510
|
-
type: "arc" | "builtin" | "channel" | "
|
|
501
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
511
502
|
key: string;
|
|
512
503
|
} | {
|
|
513
|
-
type: "arc" | "builtin" | "channel" | "
|
|
504
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
514
505
|
key: string;
|
|
515
506
|
})[];
|
|
516
507
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -519,18 +510,17 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
519
510
|
}>>, z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
520
511
|
key: z.ZodOptional<z.ZodUUID>;
|
|
521
512
|
name: z.ZodString;
|
|
522
|
-
objects: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
523
|
-
type: "arc" | "builtin" | "channel" | "
|
|
513
|
+
objects: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<({
|
|
514
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
524
515
|
key: string;
|
|
525
516
|
} | {
|
|
526
|
-
type: "arc" | "builtin" | "channel" | "
|
|
517
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
527
518
|
key: string;
|
|
528
|
-
})[], null
|
|
519
|
+
})[], null>>, z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
529
520
|
type: z.ZodEnum<{
|
|
530
521
|
arc: "arc";
|
|
531
522
|
builtin: "builtin";
|
|
532
523
|
channel: "channel";
|
|
533
|
-
cluster: "cluster";
|
|
534
524
|
device: "device";
|
|
535
525
|
framer: "framer";
|
|
536
526
|
group: "group";
|
|
@@ -554,24 +544,24 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
554
544
|
}>;
|
|
555
545
|
key: z.ZodString;
|
|
556
546
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
557
|
-
type: "arc" | "builtin" | "channel" | "
|
|
547
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
558
548
|
key: string;
|
|
559
|
-
}, string>>]>>]
|
|
560
|
-
actions: z.ZodUnion<readonly [z.ZodPipe<z.
|
|
549
|
+
}, string>>]>>]>>;
|
|
550
|
+
actions: z.ZodDefault<z.ZodUnion<readonly [z.ZodPipe<z.ZodNull, z.ZodTransform<("create" | "delete" | "retrieve" | "update")[], null>>, z.ZodArray<z.ZodEnum<{
|
|
561
551
|
create: "create";
|
|
562
552
|
delete: "delete";
|
|
563
553
|
retrieve: "retrieve";
|
|
564
554
|
update: "update";
|
|
565
|
-
}>>]
|
|
555
|
+
}>>]>>;
|
|
566
556
|
internal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
567
557
|
}, z.core.$strip>>, z.ZodTransform<{
|
|
568
558
|
policies: {
|
|
569
559
|
name: string;
|
|
570
560
|
objects: ({
|
|
571
|
-
type: "arc" | "builtin" | "channel" | "
|
|
561
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
572
562
|
key: string;
|
|
573
563
|
} | {
|
|
574
|
-
type: "arc" | "builtin" | "channel" | "
|
|
564
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
575
565
|
key: string;
|
|
576
566
|
})[];
|
|
577
567
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -581,10 +571,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
581
571
|
}, {
|
|
582
572
|
name: string;
|
|
583
573
|
objects: ({
|
|
584
|
-
type: "arc" | "builtin" | "channel" | "
|
|
574
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
585
575
|
key: string;
|
|
586
576
|
} | {
|
|
587
|
-
type: "arc" | "builtin" | "channel" | "
|
|
577
|
+
type: "arc" | "builtin" | "channel" | "device" | "framer" | "group" | "label" | "lineplot" | "log" | "node" | "policy" | "rack" | "range" | "range-alias" | "role" | "schematic" | "schematic_symbol" | "status" | "table" | "task" | "user" | "view" | "workspace";
|
|
588
578
|
key: string;
|
|
589
579
|
})[];
|
|
590
580
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/access/policy/client.ts"],"names":[],"mappings":"AASA,OAAO,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../src/access/policy/client.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,KAAK,GAAG,EAER,KAAK,GAAG,EAER,KAAK,MAAM,EAEZ,MAAM,2BAA2B,CAAC;AAGnC,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAChD,eAAO,MAAM,mBAAmB,qBAAqB,CAAC;AAUtD,QAAA,MAAM,mBAAmB;;;;;;GAEmB,CAAC;AAE7C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAQrB,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACvE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAEvE,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAAoD,CAAC;AAExE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAIzD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA6C,CAAC;AACrE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAEjE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAuD,CAAC;AAExF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAoD,CAAC;AAC7E,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAMrD,qBAAa,MAAM;IACjB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAc;gBAEzB,MAAM,EAAE,WAAW;IAIzB,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,OAAO,CAAC,MAAM,CAAC;IACpC,MAAM,CAAC,QAAQ,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAY1C,QAAQ,CAAC,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,MAAM,CAAC;IACrD,QAAQ,CAAC,IAAI,EAAE,sBAAsB,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC;IAYzD,MAAM,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;IAC/B,MAAM,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;CASzC"}
|