@synnaxlabs/client 0.50.0 → 0.52.3

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.
Files changed (260) hide show
  1. package/.turbo/turbo-build.log +7 -7
  2. package/dist/client.cjs +58 -34
  3. package/dist/client.js +5059 -4398
  4. package/dist/eslint.config.d.ts +2 -2
  5. package/dist/eslint.config.d.ts.map +1 -1
  6. package/dist/src/access/policy/client.d.ts +90 -90
  7. package/dist/src/access/policy/payload.d.ts +17 -17
  8. package/dist/src/access/role/payload.d.ts +2 -2
  9. package/dist/src/arc/payload.d.ts +2 -2
  10. package/dist/src/channel/client.d.ts +4 -5
  11. package/dist/src/channel/client.d.ts.map +1 -1
  12. package/dist/src/channel/payload.d.ts +9 -11
  13. package/dist/src/channel/payload.d.ts.map +1 -1
  14. package/dist/src/channel/retriever.d.ts.map +1 -1
  15. package/dist/src/client.d.ts +10 -0
  16. package/dist/src/client.d.ts.map +1 -1
  17. package/dist/src/device/client.d.ts +14 -7
  18. package/dist/src/device/client.d.ts.map +1 -1
  19. package/dist/src/device/payload.d.ts +65 -32
  20. package/dist/src/device/payload.d.ts.map +1 -1
  21. package/dist/src/device/payload.spec.d.ts +2 -0
  22. package/dist/src/device/payload.spec.d.ts.map +1 -0
  23. package/dist/src/framer/adapter.d.ts.map +1 -1
  24. package/dist/src/framer/client.d.ts +2 -2
  25. package/dist/src/framer/frame.d.ts +5 -5
  26. package/dist/src/framer/frame.d.ts.map +1 -1
  27. package/dist/src/framer/streamer.d.ts +6 -6
  28. package/dist/src/framer/writer.d.ts +9 -9
  29. package/dist/src/group/access.spec.d.ts.map +1 -0
  30. package/dist/src/{ontology/group → group}/client.d.ts +3 -3
  31. package/dist/src/group/client.d.ts.map +1 -0
  32. package/dist/src/group/external.d.ts.map +1 -0
  33. package/dist/src/group/group.spec.d.ts.map +1 -0
  34. package/dist/src/group/index.d.ts.map +1 -0
  35. package/dist/src/{ontology/group → group}/payload.d.ts +1 -1
  36. package/dist/src/group/payload.d.ts.map +1 -0
  37. package/dist/src/index.d.ts +5 -5
  38. package/dist/src/index.d.ts.map +1 -1
  39. package/dist/src/label/client.d.ts +27 -13
  40. package/dist/src/label/client.d.ts.map +1 -1
  41. package/dist/src/label/payload.d.ts +15 -1
  42. package/dist/src/label/payload.d.ts.map +1 -1
  43. package/dist/src/lineplot/access.spec.d.ts.map +1 -0
  44. package/dist/src/{workspace/lineplot → lineplot}/client.d.ts +6 -6
  45. package/dist/src/lineplot/client.d.ts.map +1 -0
  46. package/dist/src/lineplot/external.d.ts.map +1 -0
  47. package/dist/src/lineplot/index.d.ts.map +1 -0
  48. package/dist/src/lineplot/lineplot.spec.d.ts.map +1 -0
  49. package/dist/src/lineplot/payload.d.ts.map +1 -0
  50. package/dist/src/log/access.spec.d.ts.map +1 -0
  51. package/dist/src/{workspace/log → log}/client.d.ts +6 -6
  52. package/dist/src/log/client.d.ts.map +1 -0
  53. package/dist/src/log/external.d.ts.map +1 -0
  54. package/dist/src/log/index.d.ts.map +1 -0
  55. package/dist/src/log/log.spec.d.ts.map +1 -0
  56. package/dist/src/log/payload.d.ts.map +1 -0
  57. package/dist/src/ontology/client.d.ts +6 -10
  58. package/dist/src/ontology/client.d.ts.map +1 -1
  59. package/dist/src/ontology/payload.d.ts +22 -22
  60. package/dist/src/ontology/writer.d.ts +15 -15
  61. package/dist/src/rack/client.d.ts +2 -2
  62. package/dist/src/rack/payload.d.ts +44 -16
  63. package/dist/src/rack/payload.d.ts.map +1 -1
  64. package/dist/src/ranger/alias/client.d.ts +17 -0
  65. package/dist/src/ranger/alias/client.d.ts.map +1 -0
  66. package/dist/src/ranger/alias/external.d.ts +2 -0
  67. package/dist/src/ranger/alias/external.d.ts.map +1 -0
  68. package/dist/src/ranger/alias/index.d.ts +2 -0
  69. package/dist/src/ranger/alias/index.d.ts.map +1 -0
  70. package/dist/src/ranger/{alias.d.ts → alias/payload.d.ts} +14 -20
  71. package/dist/src/ranger/alias/payload.d.ts.map +1 -0
  72. package/dist/src/ranger/client.d.ts +10 -10
  73. package/dist/src/ranger/client.d.ts.map +1 -1
  74. package/dist/src/ranger/external.d.ts +20 -0
  75. package/dist/src/ranger/external.d.ts.map +1 -1
  76. package/dist/src/ranger/kv/client.d.ts +14 -0
  77. package/dist/src/ranger/kv/client.d.ts.map +1 -0
  78. package/dist/src/ranger/kv/external.d.ts +2 -0
  79. package/dist/src/ranger/kv/external.d.ts.map +1 -0
  80. package/dist/src/ranger/kv/index.d.ts +2 -0
  81. package/dist/src/ranger/kv/index.d.ts.map +1 -0
  82. package/dist/src/ranger/kv/payload.d.ts +26 -0
  83. package/dist/src/ranger/kv/payload.d.ts.map +1 -0
  84. package/dist/src/ranger/payload.d.ts +45 -3
  85. package/dist/src/ranger/payload.d.ts.map +1 -1
  86. package/dist/src/ranger/writer.d.ts +18 -4
  87. package/dist/src/ranger/writer.d.ts.map +1 -1
  88. package/dist/src/schematic/access.spec.d.ts.map +1 -0
  89. package/dist/src/{workspace/schematic → schematic}/client.d.ts +6 -6
  90. package/dist/src/schematic/client.d.ts.map +1 -0
  91. package/dist/src/schematic/external.d.ts.map +1 -0
  92. package/dist/src/schematic/index.d.ts.map +1 -0
  93. package/dist/src/schematic/payload.d.ts.map +1 -0
  94. package/dist/src/schematic/schematic.spec.d.ts.map +1 -0
  95. package/dist/src/schematic/symbol/access.spec.d.ts.map +1 -0
  96. package/dist/src/{workspace/schematic → schematic}/symbol/client.d.ts +2 -2
  97. package/dist/src/schematic/symbol/client.d.ts.map +1 -0
  98. package/dist/src/schematic/symbol/client.spec.d.ts.map +1 -0
  99. package/dist/src/schematic/symbol/external.d.ts.map +1 -0
  100. package/dist/src/schematic/symbol/index.d.ts.map +1 -0
  101. package/dist/src/schematic/symbol/payload.d.ts.map +1 -0
  102. package/dist/src/status/payload.d.ts +43 -7
  103. package/dist/src/status/payload.d.ts.map +1 -1
  104. package/dist/src/table/access.spec.d.ts.map +1 -0
  105. package/dist/src/{workspace/table → table}/client.d.ts +6 -6
  106. package/dist/src/table/client.d.ts.map +1 -0
  107. package/dist/src/table/external.d.ts.map +1 -0
  108. package/dist/src/table/index.d.ts.map +1 -0
  109. package/dist/src/table/payload.d.ts.map +1 -0
  110. package/dist/src/table/table.spec.d.ts.map +1 -0
  111. package/dist/src/task/client.d.ts +2 -2
  112. package/dist/src/task/payload.d.ts +4 -4
  113. package/dist/src/task/payload.d.ts.map +1 -1
  114. package/dist/src/user/client.d.ts +2 -2
  115. package/dist/src/view/client.d.ts +2 -2
  116. package/dist/src/workspace/client.d.ts +2 -10
  117. package/dist/src/workspace/client.d.ts.map +1 -1
  118. package/eslint.config.ts +2 -3
  119. package/package.json +10 -9
  120. package/src/arc/lsp.spec.ts +155 -283
  121. package/src/channel/client.ts +3 -5
  122. package/src/channel/payload.spec.ts +0 -57
  123. package/src/channel/payload.ts +7 -14
  124. package/src/channel/retriever.ts +2 -3
  125. package/src/client.ts +16 -1
  126. package/src/device/client.ts +89 -43
  127. package/src/device/payload.spec.ts +118 -0
  128. package/src/device/payload.ts +55 -30
  129. package/src/errors.spec.ts +1 -1
  130. package/src/framer/adapter.ts +5 -7
  131. package/src/framer/frame.ts +8 -8
  132. package/src/{ontology/group → group}/access.spec.ts +7 -7
  133. package/src/{ontology/group → group}/client.ts +1 -1
  134. package/src/group/external.ts +11 -0
  135. package/src/{ontology/group → group}/group.spec.ts +9 -9
  136. package/src/{workspace/log → group}/index.ts +1 -1
  137. package/src/index.ts +5 -5
  138. package/src/label/access.spec.ts +1 -1
  139. package/src/label/client.ts +1 -1
  140. package/src/label/label.spec.ts +4 -4
  141. package/src/{workspace/lineplot → lineplot}/access.spec.ts +14 -14
  142. package/src/{workspace/lineplot → lineplot}/client.ts +13 -13
  143. package/src/lineplot/external.ts +11 -0
  144. package/src/{ontology/group → lineplot}/index.ts +1 -1
  145. package/src/{workspace/lineplot → lineplot}/lineplot.spec.ts +12 -12
  146. package/src/{workspace/log → log}/access.spec.ts +16 -18
  147. package/src/{workspace/log → log}/client.ts +13 -13
  148. package/src/{workspace/schematic/index.ts → log/external.ts} +2 -1
  149. package/src/{workspace/table → log}/index.ts +1 -1
  150. package/src/{workspace/log → log}/log.spec.ts +10 -10
  151. package/src/ontology/client.ts +1 -7
  152. package/src/ontology/ontology.spec.ts +12 -12
  153. package/src/ranger/{alias.ts → alias/client.ts} +6 -37
  154. package/src/{workspace/lineplot → ranger/alias}/external.ts +10 -2
  155. package/src/{workspace/lineplot → ranger/alias}/index.ts +1 -1
  156. package/src/ranger/alias/payload.ts +50 -0
  157. package/src/ranger/client.ts +26 -19
  158. package/src/ranger/external.ts +22 -0
  159. package/src/ranger/{kv.ts → kv/client.ts} +5 -19
  160. package/src/{workspace/schematic → ranger/kv}/external.ts +7 -3
  161. package/src/ranger/kv/index.ts +10 -0
  162. package/src/ranger/kv/payload.ts +32 -0
  163. package/src/ranger/payload.ts +2 -2
  164. package/src/ranger/ranger.spec.ts +1 -1
  165. package/src/{workspace/schematic → schematic}/access.spec.ts +14 -14
  166. package/src/{workspace/schematic → schematic}/client.ts +14 -14
  167. package/src/{workspace/log → schematic}/external.ts +3 -2
  168. package/src/schematic/index.ts +10 -0
  169. package/src/{workspace/schematic → schematic}/schematic.spec.ts +17 -17
  170. package/src/{workspace/schematic → schematic}/symbol/access.spec.ts +19 -19
  171. package/src/{workspace/schematic → schematic}/symbol/client.spec.ts +16 -16
  172. package/src/{workspace/schematic → schematic}/symbol/client.ts +8 -8
  173. package/src/{ontology/group → schematic/symbol}/external.ts +2 -2
  174. package/src/schematic/symbol/index.ts +10 -0
  175. package/src/status/payload.ts +1 -1
  176. package/src/status/status.spec.ts +2 -2
  177. package/src/{workspace/table → table}/access.spec.ts +14 -14
  178. package/src/{workspace/table → table}/client.ts +15 -12
  179. package/src/table/external.ts +11 -0
  180. package/src/table/index.ts +10 -0
  181. package/src/{workspace/table → table}/table.spec.ts +12 -12
  182. package/src/task/payload.ts +4 -5
  183. package/src/workspace/client.ts +0 -12
  184. package/dist/src/ontology/group/access.spec.d.ts.map +0 -1
  185. package/dist/src/ontology/group/client.d.ts.map +0 -1
  186. package/dist/src/ontology/group/external.d.ts.map +0 -1
  187. package/dist/src/ontology/group/group.spec.d.ts.map +0 -1
  188. package/dist/src/ontology/group/index.d.ts.map +0 -1
  189. package/dist/src/ontology/group/payload.d.ts.map +0 -1
  190. package/dist/src/ranger/alias.d.ts.map +0 -1
  191. package/dist/src/ranger/kv.d.ts +0 -48
  192. package/dist/src/ranger/kv.d.ts.map +0 -1
  193. package/dist/src/workspace/lineplot/access.spec.d.ts.map +0 -1
  194. package/dist/src/workspace/lineplot/client.d.ts.map +0 -1
  195. package/dist/src/workspace/lineplot/external.d.ts.map +0 -1
  196. package/dist/src/workspace/lineplot/index.d.ts.map +0 -1
  197. package/dist/src/workspace/lineplot/lineplot.spec.d.ts.map +0 -1
  198. package/dist/src/workspace/lineplot/payload.d.ts.map +0 -1
  199. package/dist/src/workspace/log/access.spec.d.ts.map +0 -1
  200. package/dist/src/workspace/log/client.d.ts.map +0 -1
  201. package/dist/src/workspace/log/external.d.ts.map +0 -1
  202. package/dist/src/workspace/log/index.d.ts.map +0 -1
  203. package/dist/src/workspace/log/log.spec.d.ts.map +0 -1
  204. package/dist/src/workspace/log/payload.d.ts.map +0 -1
  205. package/dist/src/workspace/schematic/access.spec.d.ts.map +0 -1
  206. package/dist/src/workspace/schematic/client.d.ts.map +0 -1
  207. package/dist/src/workspace/schematic/external.d.ts.map +0 -1
  208. package/dist/src/workspace/schematic/index.d.ts.map +0 -1
  209. package/dist/src/workspace/schematic/payload.d.ts.map +0 -1
  210. package/dist/src/workspace/schematic/schematic.spec.d.ts.map +0 -1
  211. package/dist/src/workspace/schematic/symbol/access.spec.d.ts.map +0 -1
  212. package/dist/src/workspace/schematic/symbol/client.d.ts.map +0 -1
  213. package/dist/src/workspace/schematic/symbol/client.spec.d.ts.map +0 -1
  214. package/dist/src/workspace/schematic/symbol/external.d.ts.map +0 -1
  215. package/dist/src/workspace/schematic/symbol/index.d.ts.map +0 -1
  216. package/dist/src/workspace/schematic/symbol/payload.d.ts.map +0 -1
  217. package/dist/src/workspace/table/access.spec.d.ts.map +0 -1
  218. package/dist/src/workspace/table/client.d.ts.map +0 -1
  219. package/dist/src/workspace/table/external.d.ts.map +0 -1
  220. package/dist/src/workspace/table/index.d.ts.map +0 -1
  221. package/dist/src/workspace/table/payload.d.ts.map +0 -1
  222. package/dist/src/workspace/table/table.spec.d.ts.map +0 -1
  223. package/src/workspace/schematic/symbol/external.ts +0 -11
  224. package/src/workspace/schematic/symbol/index.ts +0 -10
  225. package/src/workspace/table/external.ts +0 -11
  226. /package/dist/src/{ontology/group → group}/access.spec.d.ts +0 -0
  227. /package/dist/src/{ontology/group → group}/external.d.ts +0 -0
  228. /package/dist/src/{ontology/group → group}/group.spec.d.ts +0 -0
  229. /package/dist/src/{ontology/group → group}/index.d.ts +0 -0
  230. /package/dist/src/{workspace/lineplot → lineplot}/access.spec.d.ts +0 -0
  231. /package/dist/src/{workspace/lineplot → lineplot}/external.d.ts +0 -0
  232. /package/dist/src/{workspace/lineplot → lineplot}/index.d.ts +0 -0
  233. /package/dist/src/{workspace/lineplot → lineplot}/lineplot.spec.d.ts +0 -0
  234. /package/dist/src/{workspace/lineplot → lineplot}/payload.d.ts +0 -0
  235. /package/dist/src/{workspace/log → log}/access.spec.d.ts +0 -0
  236. /package/dist/src/{workspace/log → log}/external.d.ts +0 -0
  237. /package/dist/src/{workspace/log → log}/index.d.ts +0 -0
  238. /package/dist/src/{workspace/log → log}/log.spec.d.ts +0 -0
  239. /package/dist/src/{workspace/log → log}/payload.d.ts +0 -0
  240. /package/dist/src/{workspace/schematic → schematic}/access.spec.d.ts +0 -0
  241. /package/dist/src/{workspace/schematic → schematic}/external.d.ts +0 -0
  242. /package/dist/src/{workspace/schematic → schematic}/index.d.ts +0 -0
  243. /package/dist/src/{workspace/schematic → schematic}/payload.d.ts +0 -0
  244. /package/dist/src/{workspace/schematic → schematic}/schematic.spec.d.ts +0 -0
  245. /package/dist/src/{workspace/schematic → schematic}/symbol/access.spec.d.ts +0 -0
  246. /package/dist/src/{workspace/schematic → schematic}/symbol/client.spec.d.ts +0 -0
  247. /package/dist/src/{workspace/schematic → schematic}/symbol/external.d.ts +0 -0
  248. /package/dist/src/{workspace/schematic → schematic}/symbol/index.d.ts +0 -0
  249. /package/dist/src/{workspace/schematic → schematic}/symbol/payload.d.ts +0 -0
  250. /package/dist/src/{workspace/table → table}/access.spec.d.ts +0 -0
  251. /package/dist/src/{workspace/table → table}/external.d.ts +0 -0
  252. /package/dist/src/{workspace/table → table}/index.d.ts +0 -0
  253. /package/dist/src/{workspace/table → table}/payload.d.ts +0 -0
  254. /package/dist/src/{workspace/table → table}/table.spec.d.ts +0 -0
  255. /package/src/{ontology/group → group}/payload.ts +0 -0
  256. /package/src/{workspace/lineplot → lineplot}/payload.ts +0 -0
  257. /package/src/{workspace/log → log}/payload.ts +0 -0
  258. /package/src/{workspace/schematic → schematic}/payload.ts +0 -0
  259. /package/src/{workspace/schematic → schematic}/symbol/payload.ts +0 -0
  260. /package/src/{workspace/table → table}/payload.ts +0 -0
@@ -13,12 +13,11 @@ declare const keyRetrieveRequestZ: z.ZodPipe<z.ZodObject<{
13
13
  declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
14
14
  for: z.ZodUnion<[z.ZodObject<{
15
15
  type: z.ZodEnum<{
16
- channel: "channel";
17
- status: "status";
18
16
  label: "label";
19
17
  log: "log";
20
18
  builtin: "builtin";
21
19
  cluster: "cluster";
20
+ channel: "channel";
22
21
  node: "node";
23
22
  group: "group";
24
23
  range: "range";
@@ -36,38 +35,38 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
36
35
  table: "table";
37
36
  arc: "arc";
38
37
  schematic_symbol: "schematic_symbol";
38
+ status: "status";
39
39
  view: "view";
40
40
  }>;
41
41
  key: z.ZodString;
42
42
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
43
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
43
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
44
44
  key: string;
45
45
  }, string>>]>;
46
46
  }, z.core.$strip>, z.ZodTransform<{
47
47
  subjects: ({
48
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
48
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
49
49
  key: string;
50
50
  } | {
51
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
51
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
52
52
  key: string;
53
53
  })[];
54
54
  }, {
55
55
  for: {
56
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
56
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
57
57
  key: string;
58
58
  } | {
59
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
59
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
60
60
  key: string;
61
61
  };
62
62
  }>>, z.ZodPipe<z.ZodObject<{
63
63
  for: z.ZodArray<z.ZodUnion<[z.ZodObject<{
64
64
  type: z.ZodEnum<{
65
- channel: "channel";
66
- status: "status";
67
65
  label: "label";
68
66
  log: "log";
69
67
  builtin: "builtin";
70
68
  cluster: "cluster";
69
+ channel: "channel";
71
70
  node: "node";
72
71
  group: "group";
73
72
  range: "range";
@@ -85,39 +84,39 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
85
84
  table: "table";
86
85
  arc: "arc";
87
86
  schematic_symbol: "schematic_symbol";
87
+ status: "status";
88
88
  view: "view";
89
89
  }>;
90
90
  key: z.ZodString;
91
91
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
92
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
92
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
93
93
  key: string;
94
94
  }, string>>]>>;
95
95
  }, z.core.$strip>, z.ZodTransform<{
96
96
  subjects: ({
97
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
97
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
98
98
  key: string;
99
99
  } | {
100
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
100
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
101
101
  key: string;
102
102
  })[];
103
103
  }, {
104
104
  for: ({
105
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
105
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
106
106
  key: string;
107
107
  } | {
108
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
108
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
109
109
  key: string;
110
110
  })[];
111
111
  }>>, z.ZodObject<{
112
112
  keys: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
113
113
  subjects: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
114
114
  type: z.ZodEnum<{
115
- channel: "channel";
116
- status: "status";
117
115
  label: "label";
118
116
  log: "log";
119
117
  builtin: "builtin";
120
118
  cluster: "cluster";
119
+ channel: "channel";
121
120
  node: "node";
122
121
  group: "group";
123
122
  range: "range";
@@ -135,11 +134,12 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
135
134
  table: "table";
136
135
  arc: "arc";
137
136
  schematic_symbol: "schematic_symbol";
137
+ status: "status";
138
138
  view: "view";
139
139
  }>;
140
140
  key: z.ZodString;
141
141
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
142
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
142
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
143
143
  key: string;
144
144
  }, string>>]>>>;
145
145
  limit: z.ZodOptional<z.ZodNumber>;
@@ -157,12 +157,11 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
157
157
  }>>, z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
158
158
  for: z.ZodUnion<[z.ZodObject<{
159
159
  type: z.ZodEnum<{
160
- channel: "channel";
161
- status: "status";
162
160
  label: "label";
163
161
  log: "log";
164
162
  builtin: "builtin";
165
163
  cluster: "cluster";
164
+ channel: "channel";
166
165
  node: "node";
167
166
  group: "group";
168
167
  range: "range";
@@ -180,38 +179,38 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
180
179
  table: "table";
181
180
  arc: "arc";
182
181
  schematic_symbol: "schematic_symbol";
182
+ status: "status";
183
183
  view: "view";
184
184
  }>;
185
185
  key: z.ZodString;
186
186
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
187
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
187
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
188
188
  key: string;
189
189
  }, string>>]>;
190
190
  }, z.core.$strip>, z.ZodTransform<{
191
191
  subjects: ({
192
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
192
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
193
193
  key: string;
194
194
  } | {
195
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
195
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
196
196
  key: string;
197
197
  })[];
198
198
  }, {
199
199
  for: {
200
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
200
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
201
201
  key: string;
202
202
  } | {
203
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
203
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
204
204
  key: string;
205
205
  };
206
206
  }>>, z.ZodPipe<z.ZodObject<{
207
207
  for: z.ZodArray<z.ZodUnion<[z.ZodObject<{
208
208
  type: z.ZodEnum<{
209
- channel: "channel";
210
- status: "status";
211
209
  label: "label";
212
210
  log: "log";
213
211
  builtin: "builtin";
214
212
  cluster: "cluster";
213
+ channel: "channel";
215
214
  node: "node";
216
215
  group: "group";
217
216
  range: "range";
@@ -229,39 +228,39 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
229
228
  table: "table";
230
229
  arc: "arc";
231
230
  schematic_symbol: "schematic_symbol";
231
+ status: "status";
232
232
  view: "view";
233
233
  }>;
234
234
  key: z.ZodString;
235
235
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
236
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
236
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
237
237
  key: string;
238
238
  }, string>>]>>;
239
239
  }, z.core.$strip>, z.ZodTransform<{
240
240
  subjects: ({
241
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
241
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
242
242
  key: string;
243
243
  } | {
244
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
244
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
245
245
  key: string;
246
246
  })[];
247
247
  }, {
248
248
  for: ({
249
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
249
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
250
250
  key: string;
251
251
  } | {
252
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
252
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
253
253
  key: string;
254
254
  })[];
255
255
  }>>, z.ZodObject<{
256
256
  keys: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
257
257
  subjects: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
258
258
  type: z.ZodEnum<{
259
- channel: "channel";
260
- status: "status";
261
259
  label: "label";
262
260
  log: "log";
263
261
  builtin: "builtin";
264
262
  cluster: "cluster";
263
+ channel: "channel";
265
264
  node: "node";
266
265
  group: "group";
267
266
  range: "range";
@@ -279,11 +278,12 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
279
278
  table: "table";
280
279
  arc: "arc";
281
280
  schematic_symbol: "schematic_symbol";
281
+ status: "status";
282
282
  view: "view";
283
283
  }>;
284
284
  key: z.ZodString;
285
285
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
286
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
286
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
287
287
  key: string;
288
288
  }, string>>]>>>;
289
289
  limit: z.ZodOptional<z.ZodNumber>;
@@ -296,12 +296,11 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
296
296
  name: z.ZodString;
297
297
  objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
298
298
  type: z.ZodEnum<{
299
- channel: "channel";
300
- status: "status";
301
299
  label: "label";
302
300
  log: "log";
303
301
  builtin: "builtin";
304
302
  cluster: "cluster";
303
+ channel: "channel";
305
304
  node: "node";
306
305
  group: "group";
307
306
  range: "range";
@@ -319,20 +318,20 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
319
318
  table: "table";
320
319
  arc: "arc";
321
320
  schematic_symbol: "schematic_symbol";
321
+ status: "status";
322
322
  view: "view";
323
323
  }>;
324
324
  key: z.ZodString;
325
325
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
326
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
326
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
327
327
  key: string;
328
328
  }, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodObject<{
329
329
  type: z.ZodEnum<{
330
- channel: "channel";
331
- status: "status";
332
330
  label: "label";
333
331
  log: "log";
334
332
  builtin: "builtin";
335
333
  cluster: "cluster";
334
+ channel: "channel";
336
335
  node: "node";
337
336
  group: "group";
338
337
  range: "range";
@@ -350,23 +349,24 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
350
349
  table: "table";
351
350
  arc: "arc";
352
351
  schematic_symbol: "schematic_symbol";
352
+ status: "status";
353
353
  view: "view";
354
354
  }>;
355
355
  key: z.ZodString;
356
356
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
357
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
357
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
358
358
  key: string;
359
359
  }, string>>]>, z.ZodTransform<({
360
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
360
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
361
361
  key: string;
362
362
  } | {
363
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
363
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
364
364
  key: string;
365
365
  })[], {
366
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
366
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
367
367
  key: string;
368
368
  } | {
369
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
369
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
370
370
  key: string;
371
371
  }>>]>;
372
372
  actions: z.ZodUnion<[z.ZodArray<z.ZodEnum<{
@@ -384,10 +384,10 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
384
384
  policies: {
385
385
  name: string;
386
386
  objects: ({
387
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
387
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
388
388
  key: string;
389
389
  } | {
390
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
390
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
391
391
  key: string;
392
392
  })[];
393
393
  actions: ("create" | "delete" | "retrieve" | "update")[];
@@ -396,10 +396,10 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
396
396
  }, {
397
397
  name: string;
398
398
  objects: ({
399
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
399
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
400
400
  key: string;
401
401
  } | {
402
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
402
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
403
403
  key: string;
404
404
  })[];
405
405
  actions: ("create" | "delete" | "retrieve" | "update")[];
@@ -411,12 +411,11 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
411
411
  name: z.ZodString;
412
412
  objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
413
413
  type: z.ZodEnum<{
414
- channel: "channel";
415
- status: "status";
416
414
  label: "label";
417
415
  log: "log";
418
416
  builtin: "builtin";
419
417
  cluster: "cluster";
418
+ channel: "channel";
420
419
  node: "node";
421
420
  group: "group";
422
421
  range: "range";
@@ -434,20 +433,20 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
434
433
  table: "table";
435
434
  arc: "arc";
436
435
  schematic_symbol: "schematic_symbol";
436
+ status: "status";
437
437
  view: "view";
438
438
  }>;
439
439
  key: z.ZodString;
440
440
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
441
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
441
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
442
442
  key: string;
443
443
  }, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodObject<{
444
444
  type: z.ZodEnum<{
445
- channel: "channel";
446
- status: "status";
447
445
  label: "label";
448
446
  log: "log";
449
447
  builtin: "builtin";
450
448
  cluster: "cluster";
449
+ channel: "channel";
451
450
  node: "node";
452
451
  group: "group";
453
452
  range: "range";
@@ -465,23 +464,24 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
465
464
  table: "table";
466
465
  arc: "arc";
467
466
  schematic_symbol: "schematic_symbol";
467
+ status: "status";
468
468
  view: "view";
469
469
  }>;
470
470
  key: z.ZodString;
471
471
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
472
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
472
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
473
473
  key: string;
474
474
  }, string>>]>, z.ZodTransform<({
475
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
475
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
476
476
  key: string;
477
477
  } | {
478
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
478
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
479
479
  key: string;
480
480
  })[], {
481
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
481
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
482
482
  key: string;
483
483
  } | {
484
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
484
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
485
485
  key: string;
486
486
  }>>]>;
487
487
  actions: z.ZodUnion<[z.ZodArray<z.ZodEnum<{
@@ -499,10 +499,10 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
499
499
  policies: {
500
500
  name: string;
501
501
  objects: ({
502
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
502
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
503
503
  key: string;
504
504
  } | {
505
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
505
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
506
506
  key: string;
507
507
  })[];
508
508
  actions: ("create" | "delete" | "retrieve" | "update")[];
@@ -511,10 +511,10 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
511
511
  }, {
512
512
  name: string;
513
513
  objects: ({
514
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
514
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
515
515
  key: string;
516
516
  } | {
517
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
517
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
518
518
  key: string;
519
519
  })[];
520
520
  actions: ("create" | "delete" | "retrieve" | "update")[];
@@ -525,12 +525,11 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
525
525
  name: z.ZodString;
526
526
  objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
527
527
  type: z.ZodEnum<{
528
- channel: "channel";
529
- status: "status";
530
528
  label: "label";
531
529
  log: "log";
532
530
  builtin: "builtin";
533
531
  cluster: "cluster";
532
+ channel: "channel";
534
533
  node: "node";
535
534
  group: "group";
536
535
  range: "range";
@@ -548,20 +547,20 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
548
547
  table: "table";
549
548
  arc: "arc";
550
549
  schematic_symbol: "schematic_symbol";
550
+ status: "status";
551
551
  view: "view";
552
552
  }>;
553
553
  key: z.ZodString;
554
554
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
555
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
555
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
556
556
  key: string;
557
557
  }, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodObject<{
558
558
  type: z.ZodEnum<{
559
- channel: "channel";
560
- status: "status";
561
559
  label: "label";
562
560
  log: "log";
563
561
  builtin: "builtin";
564
562
  cluster: "cluster";
563
+ channel: "channel";
565
564
  node: "node";
566
565
  group: "group";
567
566
  range: "range";
@@ -579,23 +578,24 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
579
578
  table: "table";
580
579
  arc: "arc";
581
580
  schematic_symbol: "schematic_symbol";
581
+ status: "status";
582
582
  view: "view";
583
583
  }>;
584
584
  key: z.ZodString;
585
585
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
586
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
586
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
587
587
  key: string;
588
588
  }, string>>]>, z.ZodTransform<({
589
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
589
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
590
590
  key: string;
591
591
  } | {
592
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
592
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
593
593
  key: string;
594
594
  })[], {
595
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
595
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
596
596
  key: string;
597
597
  } | {
598
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
598
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
599
599
  key: string;
600
600
  }>>]>;
601
601
  actions: z.ZodUnion<[z.ZodArray<z.ZodEnum<{
@@ -613,10 +613,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
613
613
  policies: {
614
614
  name: string;
615
615
  objects: ({
616
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
616
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
617
617
  key: string;
618
618
  } | {
619
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
619
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
620
620
  key: string;
621
621
  })[];
622
622
  actions: ("create" | "delete" | "retrieve" | "update")[];
@@ -625,10 +625,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
625
625
  }, {
626
626
  name: string;
627
627
  objects: ({
628
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
628
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
629
629
  key: string;
630
630
  } | {
631
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
631
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
632
632
  key: string;
633
633
  })[];
634
634
  actions: ("create" | "delete" | "retrieve" | "update")[];
@@ -638,12 +638,11 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
638
638
  name: z.ZodString;
639
639
  objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
640
640
  type: z.ZodEnum<{
641
- channel: "channel";
642
- status: "status";
643
641
  label: "label";
644
642
  log: "log";
645
643
  builtin: "builtin";
646
644
  cluster: "cluster";
645
+ channel: "channel";
647
646
  node: "node";
648
647
  group: "group";
649
648
  range: "range";
@@ -661,20 +660,20 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
661
660
  table: "table";
662
661
  arc: "arc";
663
662
  schematic_symbol: "schematic_symbol";
663
+ status: "status";
664
664
  view: "view";
665
665
  }>;
666
666
  key: z.ZodString;
667
667
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
668
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
668
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
669
669
  key: string;
670
670
  }, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodObject<{
671
671
  type: z.ZodEnum<{
672
- channel: "channel";
673
- status: "status";
674
672
  label: "label";
675
673
  log: "log";
676
674
  builtin: "builtin";
677
675
  cluster: "cluster";
676
+ channel: "channel";
678
677
  node: "node";
679
678
  group: "group";
680
679
  range: "range";
@@ -692,23 +691,24 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
692
691
  table: "table";
693
692
  arc: "arc";
694
693
  schematic_symbol: "schematic_symbol";
694
+ status: "status";
695
695
  view: "view";
696
696
  }>;
697
697
  key: z.ZodString;
698
698
  }, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
699
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
699
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
700
700
  key: string;
701
701
  }, string>>]>, z.ZodTransform<({
702
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
702
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
703
703
  key: string;
704
704
  } | {
705
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
705
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
706
706
  key: string;
707
707
  })[], {
708
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
708
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
709
709
  key: string;
710
710
  } | {
711
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
711
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
712
712
  key: string;
713
713
  }>>]>;
714
714
  actions: z.ZodUnion<[z.ZodArray<z.ZodEnum<{
@@ -726,10 +726,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
726
726
  policies: {
727
727
  name: string;
728
728
  objects: ({
729
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
729
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
730
730
  key: string;
731
731
  } | {
732
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
732
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
733
733
  key: string;
734
734
  })[];
735
735
  actions: ("create" | "delete" | "retrieve" | "update")[];
@@ -738,10 +738,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
738
738
  }, {
739
739
  name: string;
740
740
  objects: ({
741
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
741
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
742
742
  key: string;
743
743
  } | {
744
- type: "channel" | "status" | "label" | "log" | "builtin" | "cluster" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "view";
744
+ type: "label" | "log" | "builtin" | "cluster" | "channel" | "node" | "group" | "range" | "framer" | "range-alias" | "user" | "workspace" | "schematic" | "lineplot" | "rack" | "device" | "task" | "policy" | "role" | "table" | "arc" | "schematic_symbol" | "status" | "view";
745
745
  key: string;
746
746
  })[];
747
747
  actions: ("create" | "delete" | "retrieve" | "update")[];