@synnaxlabs/client 0.49.3 → 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.
- package/.turbo/turbo-build.log +10 -10
- package/CONTRIBUTING.md +1 -2
- package/README.md +1 -1
- package/dist/client.cjs +58 -34
- package/dist/client.js +5256 -4528
- package/dist/eslint.config.d.ts +2 -2
- package/dist/eslint.config.d.ts.map +1 -1
- package/dist/src/access/policy/client.d.ts +90 -76
- package/dist/src/access/policy/client.d.ts.map +1 -1
- package/dist/src/access/policy/payload.d.ts +17 -14
- package/dist/src/access/policy/payload.d.ts.map +1 -1
- package/dist/src/access/role/payload.d.ts +2 -2
- package/dist/src/arc/payload.d.ts +21 -20
- package/dist/src/arc/payload.d.ts.map +1 -1
- package/dist/src/channel/client.d.ts +9 -15
- package/dist/src/channel/client.d.ts.map +1 -1
- package/dist/src/channel/payload.d.ts +18 -18
- package/dist/src/channel/payload.d.ts.map +1 -1
- package/dist/src/channel/retriever.d.ts.map +1 -1
- package/dist/src/client.d.ts +12 -0
- package/dist/src/client.d.ts.map +1 -1
- package/dist/src/device/client.d.ts +14 -7
- package/dist/src/device/client.d.ts.map +1 -1
- package/dist/src/device/payload.d.ts +65 -32
- package/dist/src/device/payload.d.ts.map +1 -1
- package/dist/src/device/payload.spec.d.ts +2 -0
- package/dist/src/device/payload.spec.d.ts.map +1 -0
- package/dist/src/framer/adapter.d.ts.map +1 -1
- package/dist/src/framer/client.d.ts +2 -2
- package/dist/src/framer/frame.d.ts +5 -5
- package/dist/src/framer/frame.d.ts.map +1 -1
- package/dist/src/framer/streamer.d.ts +7 -17
- package/dist/src/framer/streamer.d.ts.map +1 -1
- package/dist/src/framer/writer.d.ts +9 -19
- package/dist/src/framer/writer.d.ts.map +1 -1
- package/dist/src/group/access.spec.d.ts.map +1 -0
- package/dist/src/{ontology/group → group}/client.d.ts +3 -2
- package/dist/src/group/client.d.ts.map +1 -0
- package/dist/src/group/external.d.ts.map +1 -0
- package/dist/src/group/group.spec.d.ts.map +1 -0
- package/dist/src/group/index.d.ts.map +1 -0
- package/dist/src/{ontology/group → group}/payload.d.ts +1 -1
- package/dist/src/group/payload.d.ts.map +1 -0
- package/dist/src/index.d.ts +6 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/label/client.d.ts +27 -10
- package/dist/src/label/client.d.ts.map +1 -1
- package/dist/src/label/payload.d.ts +15 -1
- package/dist/src/label/payload.d.ts.map +1 -1
- package/dist/src/lineplot/access.spec.d.ts.map +1 -0
- package/dist/src/{workspace/lineplot → lineplot}/client.d.ts +6 -6
- package/dist/src/lineplot/client.d.ts.map +1 -0
- package/dist/src/lineplot/external.d.ts.map +1 -0
- package/dist/src/lineplot/index.d.ts.map +1 -0
- package/dist/src/lineplot/lineplot.spec.d.ts.map +1 -0
- package/dist/src/{workspace/lineplot → lineplot}/payload.d.ts +3 -3
- package/dist/src/lineplot/payload.d.ts.map +1 -0
- package/dist/src/log/access.spec.d.ts.map +1 -0
- package/dist/src/{workspace/log → log}/client.d.ts +6 -6
- package/dist/src/log/client.d.ts.map +1 -0
- package/dist/src/log/external.d.ts.map +1 -0
- package/dist/src/log/index.d.ts.map +1 -0
- package/dist/src/log/log.spec.d.ts.map +1 -0
- package/dist/src/{workspace/log → log}/payload.d.ts +3 -3
- package/dist/src/log/payload.d.ts.map +1 -0
- package/dist/src/ontology/client.d.ts +7 -9
- package/dist/src/ontology/client.d.ts.map +1 -1
- package/dist/src/ontology/payload.d.ts +25 -20
- package/dist/src/ontology/payload.d.ts.map +1 -1
- package/dist/src/ontology/writer.d.ts +15 -10
- package/dist/src/ontology/writer.d.ts.map +1 -1
- package/dist/src/rack/client.d.ts +2 -2
- package/dist/src/rack/payload.d.ts +44 -16
- package/dist/src/rack/payload.d.ts.map +1 -1
- package/dist/src/ranger/alias/client.d.ts +17 -0
- package/dist/src/ranger/alias/client.d.ts.map +1 -0
- package/dist/src/ranger/alias/external.d.ts +2 -0
- package/dist/src/ranger/alias/external.d.ts.map +1 -0
- package/dist/src/ranger/alias/index.d.ts +2 -0
- package/dist/src/ranger/alias/index.d.ts.map +1 -0
- package/dist/src/ranger/{alias.d.ts → alias/payload.d.ts} +14 -20
- package/dist/src/ranger/alias/payload.d.ts.map +1 -0
- package/dist/src/ranger/client.d.ts +10 -10
- package/dist/src/ranger/client.d.ts.map +1 -1
- package/dist/src/ranger/external.d.ts +20 -0
- package/dist/src/ranger/external.d.ts.map +1 -1
- package/dist/src/ranger/kv/client.d.ts +14 -0
- package/dist/src/ranger/kv/client.d.ts.map +1 -0
- package/dist/src/ranger/kv/external.d.ts +2 -0
- package/dist/src/ranger/kv/external.d.ts.map +1 -0
- package/dist/src/ranger/kv/index.d.ts +2 -0
- package/dist/src/ranger/kv/index.d.ts.map +1 -0
- package/dist/src/ranger/kv/payload.d.ts +26 -0
- package/dist/src/ranger/kv/payload.d.ts.map +1 -0
- package/dist/src/ranger/payload.d.ts +45 -3
- package/dist/src/ranger/payload.d.ts.map +1 -1
- package/dist/src/ranger/writer.d.ts +18 -3
- package/dist/src/ranger/writer.d.ts.map +1 -1
- package/dist/src/schematic/access.spec.d.ts.map +1 -0
- package/dist/src/{workspace/schematic → schematic}/client.d.ts +6 -6
- package/dist/src/schematic/client.d.ts.map +1 -0
- package/dist/src/schematic/external.d.ts.map +1 -0
- package/dist/src/schematic/index.d.ts.map +1 -0
- package/dist/src/{workspace/schematic → schematic}/payload.d.ts +3 -3
- package/dist/src/schematic/payload.d.ts.map +1 -0
- package/dist/src/schematic/schematic.spec.d.ts.map +1 -0
- package/dist/src/schematic/symbol/access.spec.d.ts.map +1 -0
- package/dist/src/{workspace/schematic → schematic}/symbol/client.d.ts +2 -2
- package/dist/src/schematic/symbol/client.d.ts.map +1 -0
- package/dist/src/schematic/symbol/client.spec.d.ts.map +1 -0
- package/dist/src/schematic/symbol/external.d.ts.map +1 -0
- package/dist/src/schematic/symbol/index.d.ts.map +1 -0
- package/dist/src/schematic/symbol/payload.d.ts.map +1 -0
- package/dist/src/status/payload.d.ts +43 -7
- package/dist/src/status/payload.d.ts.map +1 -1
- package/dist/src/table/access.spec.d.ts.map +1 -0
- package/dist/src/{workspace/table → table}/client.d.ts +6 -6
- package/dist/src/table/client.d.ts.map +1 -0
- package/dist/src/table/external.d.ts.map +1 -0
- package/dist/src/table/index.d.ts.map +1 -0
- package/dist/src/{workspace/table → table}/payload.d.ts +3 -3
- package/dist/src/table/payload.d.ts.map +1 -0
- package/dist/src/table/table.spec.d.ts.map +1 -0
- package/dist/src/task/client.d.ts +2 -2
- package/dist/src/task/client.d.ts.map +1 -1
- package/dist/src/task/payload.d.ts +5 -4
- package/dist/src/task/payload.d.ts.map +1 -1
- package/dist/src/task/payload.spec.d.ts +2 -0
- package/dist/src/task/payload.spec.d.ts.map +1 -0
- package/dist/src/user/client.d.ts +2 -2
- package/dist/src/view/client.d.ts +43 -0
- package/dist/src/view/client.d.ts.map +1 -0
- package/dist/src/view/external.d.ts +3 -0
- package/dist/src/view/external.d.ts.map +1 -0
- package/dist/src/view/index.d.ts +2 -0
- package/dist/src/view/index.d.ts.map +1 -0
- package/dist/src/view/payload.d.ts +20 -0
- package/dist/src/view/payload.d.ts.map +1 -0
- package/dist/src/view/view.spec.d.ts +2 -0
- package/dist/src/view/view.spec.d.ts.map +1 -0
- package/dist/src/workspace/client.d.ts +3 -11
- package/dist/src/workspace/client.d.ts.map +1 -1
- package/dist/src/workspace/payload.d.ts +3 -3
- package/eslint.config.ts +3 -4
- package/examples/node/basicReadWrite.js +1 -1
- package/examples/node/createChannels.js +50 -0
- package/examples/node/createRange.js +67 -0
- package/examples/node/readLatest.js +76 -0
- package/examples/node/seriesAndFrames.js +2 -2
- package/examples/node/{liveStream.js → streamRead.js} +1 -1
- package/examples/node/streamWrite.js +1 -1
- package/package.json +11 -10
- package/src/access/client.ts +1 -1
- package/src/access/enforce.spec.ts +1 -1
- package/src/access/enforce.ts +1 -1
- package/src/access/external.ts +1 -1
- package/src/access/index.ts +1 -1
- package/src/access/payload.ts +1 -1
- package/src/access/policy/access.spec.ts +1 -1
- package/src/access/policy/client.ts +1 -1
- package/src/access/policy/external.ts +1 -1
- package/src/access/policy/index.ts +1 -1
- package/src/access/policy/payload.ts +1 -1
- package/src/access/role/client.ts +1 -1
- package/src/access/role/external.ts +1 -1
- package/src/access/role/index.ts +1 -1
- package/src/access/role/payload.ts +1 -1
- package/src/access/role/role.spec.ts +1 -1
- package/src/arc/access.spec.ts +1 -7
- package/src/arc/client.ts +1 -1
- package/src/arc/external.ts +1 -1
- package/src/arc/index.ts +1 -1
- package/src/arc/lsp.spec.ts +156 -287
- package/src/arc/payload.ts +7 -12
- package/src/auth/auth.spec.ts +1 -1
- package/src/auth/auth.ts +1 -1
- package/src/auth/index.ts +1 -1
- package/src/channel/access.spec.ts +1 -1
- package/src/channel/batchRetriever.spec.ts +1 -3
- package/src/channel/channel.spec.ts +13 -20
- package/src/channel/client.ts +8 -41
- package/src/channel/external.ts +1 -1
- package/src/channel/index.ts +1 -1
- package/src/channel/payload.spec.ts +1 -58
- package/src/channel/payload.ts +19 -19
- package/src/channel/retriever.ts +7 -6
- package/src/channel/writer.ts +1 -1
- package/src/client.ts +24 -4
- package/src/connection/checker.ts +2 -2
- package/src/connection/connection.spec.ts +1 -1
- package/src/connection/index.ts +1 -1
- package/src/connection.spec.ts +1 -1
- package/src/control/client.ts +1 -1
- package/src/control/external.ts +1 -1
- package/src/control/index.ts +1 -1
- package/src/control/state.spec.ts +1 -1
- package/src/control/state.ts +1 -1
- package/src/device/access.spec.ts +1 -1
- package/src/device/client.ts +90 -44
- package/src/device/device.spec.ts +1 -1
- package/src/device/external.ts +1 -1
- package/src/device/index.ts +1 -1
- package/src/device/payload.spec.ts +118 -0
- package/src/device/payload.ts +56 -31
- package/src/errors.spec.ts +2 -2
- package/src/errors.ts +1 -1
- package/src/framer/adapter.spec.ts +1 -1
- package/src/framer/adapter.ts +6 -8
- package/src/framer/client.spec.ts +1 -1
- package/src/framer/client.ts +1 -1
- package/src/framer/codec.spec.ts +1 -1
- package/src/framer/codec.ts +1 -1
- package/src/framer/deleter.spec.ts +1 -1
- package/src/framer/deleter.ts +1 -1
- package/src/framer/external.ts +1 -1
- package/src/framer/frame.spec.ts +1 -1
- package/src/framer/frame.ts +9 -9
- package/src/framer/index.ts +1 -1
- package/src/framer/iterator.spec.ts +1 -1
- package/src/framer/iterator.ts +1 -1
- package/src/framer/payload.ts +1 -1
- package/src/framer/reader.spec.ts +1 -1
- package/src/framer/reader.ts +1 -1
- package/src/framer/streamProxy.ts +1 -1
- package/src/framer/streamer.spec.ts +1 -2
- package/src/framer/streamer.ts +4 -4
- package/src/framer/writer.spec.ts +1 -1
- package/src/framer/writer.ts +1 -1
- package/src/{ontology/group → group}/access.spec.ts +8 -8
- package/src/{ontology/group → group}/client.ts +2 -2
- package/src/group/external.ts +11 -0
- package/src/{ontology/group → group}/group.spec.ts +10 -10
- package/src/{workspace/log → group}/index.ts +2 -2
- package/src/{ontology/group → group}/payload.ts +1 -1
- package/src/index.ts +7 -6
- package/src/label/access.spec.ts +2 -2
- package/src/label/client.ts +2 -2
- package/src/label/external.ts +1 -1
- package/src/label/index.ts +1 -1
- package/src/label/label.spec.ts +5 -5
- package/src/label/payload.ts +1 -1
- package/src/{workspace/lineplot → lineplot}/access.spec.ts +15 -15
- package/src/{workspace/lineplot → lineplot}/client.ts +14 -14
- package/src/lineplot/external.ts +11 -0
- package/src/{ontology/group → lineplot}/index.ts +2 -2
- package/src/{workspace/lineplot → lineplot}/lineplot.spec.ts +13 -13
- package/src/{workspace/lineplot → lineplot}/payload.ts +1 -1
- package/src/{workspace/log → log}/access.spec.ts +17 -19
- package/src/{workspace/log → log}/client.ts +14 -14
- package/src/{workspace/schematic/index.ts → log/external.ts} +3 -2
- package/src/{workspace/table → log}/index.ts +2 -2
- package/src/{workspace/log → log}/log.spec.ts +11 -11
- package/src/{workspace/log → log}/payload.ts +1 -1
- package/src/ontology/client.ts +7 -14
- package/src/ontology/external.ts +1 -1
- package/src/ontology/index.ts +1 -1
- package/src/ontology/ontology.spec.ts +13 -13
- package/src/ontology/payload.ts +6 -3
- package/src/ontology/writer.ts +1 -1
- package/src/rack/access.spec.ts +1 -1
- package/src/rack/client.ts +1 -1
- package/src/rack/external.ts +1 -1
- package/src/rack/index.ts +1 -1
- package/src/rack/payload.ts +1 -1
- package/src/rack/rack.spec.ts +1 -1
- package/src/ranger/access.spec.ts +1 -1
- package/src/ranger/{alias.ts → alias/client.ts} +7 -38
- package/src/{workspace/lineplot → ranger/alias}/external.ts +11 -3
- package/src/{workspace/lineplot → ranger/alias}/index.ts +2 -2
- package/src/ranger/alias/payload.ts +50 -0
- package/src/ranger/client.ts +27 -20
- package/src/ranger/external.ts +23 -1
- package/src/ranger/index.ts +1 -1
- package/src/ranger/{kv.ts → kv/client.ts} +6 -20
- package/src/{workspace/schematic → ranger/kv}/external.ts +8 -4
- package/src/ranger/kv/index.ts +10 -0
- package/src/ranger/kv/payload.ts +32 -0
- package/src/ranger/payload.ts +3 -3
- package/src/ranger/ranger.spec.ts +2 -2
- package/src/ranger/writer.ts +1 -1
- package/src/{workspace/schematic → schematic}/access.spec.ts +15 -15
- package/src/{workspace/schematic → schematic}/client.ts +15 -15
- package/src/{workspace/log → schematic}/external.ts +4 -3
- package/src/schematic/index.ts +10 -0
- package/src/{workspace/schematic → schematic}/payload.ts +1 -1
- package/src/{workspace/schematic → schematic}/schematic.spec.ts +18 -18
- package/src/{workspace/schematic → schematic}/symbol/access.spec.ts +20 -20
- package/src/{workspace/schematic → schematic}/symbol/client.spec.ts +17 -17
- package/src/{workspace/schematic → schematic}/symbol/client.ts +9 -9
- package/src/{ontology/group → schematic/symbol}/external.ts +3 -3
- package/src/schematic/symbol/index.ts +10 -0
- package/src/{workspace/schematic → schematic}/symbol/payload.ts +1 -1
- package/src/status/access.spec.ts +1 -1
- package/src/status/client.ts +1 -1
- package/src/status/external.ts +1 -1
- package/src/status/index.ts +1 -1
- package/src/status/payload.ts +2 -2
- package/src/status/status.spec.ts +3 -3
- package/src/{workspace/table → table}/access.spec.ts +15 -15
- package/src/{workspace/table → table}/client.ts +16 -13
- package/src/table/external.ts +11 -0
- package/src/table/index.ts +10 -0
- package/src/{workspace/table → table}/payload.ts +1 -1
- package/src/{workspace/table → table}/table.spec.ts +13 -13
- package/src/task/access.spec.ts +1 -1
- package/src/task/client.ts +11 -6
- package/src/task/external.ts +1 -1
- package/src/task/index.ts +1 -1
- package/src/task/payload.spec.ts +113 -0
- package/src/task/payload.ts +14 -10
- package/src/task/task.spec.ts +1 -1
- package/src/testutil/access.ts +1 -1
- package/src/testutil/channels.ts +1 -1
- package/src/testutil/client.ts +1 -1
- package/src/testutil/telem.ts +1 -1
- package/src/transport.ts +1 -1
- package/src/user/access.spec.ts +1 -1
- package/src/user/client.ts +1 -1
- package/src/user/external.ts +1 -1
- package/src/user/index.ts +1 -1
- package/src/user/payload.ts +1 -1
- package/src/user/user.spec.ts +1 -1
- package/src/util/decodeJSONString.ts +1 -1
- package/src/util/parseWithoutKeyConversion.ts +1 -1
- package/src/util/retrieve.spec.ts +1 -1
- package/src/util/retrieve.ts +1 -1
- package/src/util/telem.ts +1 -1
- package/src/view/client.ts +96 -0
- package/src/view/external.ts +11 -0
- package/src/view/index.ts +10 -0
- package/src/view/payload.ts +25 -0
- package/src/view/view.spec.ts +161 -0
- package/src/vite-env.d.ts +1 -1
- package/src/workspace/access.spec.ts +1 -1
- package/src/workspace/client.ts +1 -13
- package/src/workspace/external.ts +1 -1
- package/src/workspace/index.ts +1 -1
- package/src/workspace/payload.ts +1 -1
- package/src/workspace/workspace.spec.ts +1 -1
- package/vite.config.ts +1 -1
- package/dist/src/ontology/group/access.spec.d.ts.map +0 -1
- package/dist/src/ontology/group/client.d.ts.map +0 -1
- package/dist/src/ontology/group/external.d.ts.map +0 -1
- package/dist/src/ontology/group/group.spec.d.ts.map +0 -1
- package/dist/src/ontology/group/index.d.ts.map +0 -1
- package/dist/src/ontology/group/payload.d.ts.map +0 -1
- package/dist/src/ranger/alias.d.ts.map +0 -1
- package/dist/src/ranger/kv.d.ts +0 -48
- package/dist/src/ranger/kv.d.ts.map +0 -1
- package/dist/src/workspace/lineplot/access.spec.d.ts.map +0 -1
- package/dist/src/workspace/lineplot/client.d.ts.map +0 -1
- package/dist/src/workspace/lineplot/external.d.ts.map +0 -1
- package/dist/src/workspace/lineplot/index.d.ts.map +0 -1
- package/dist/src/workspace/lineplot/lineplot.spec.d.ts.map +0 -1
- package/dist/src/workspace/lineplot/payload.d.ts.map +0 -1
- package/dist/src/workspace/log/access.spec.d.ts.map +0 -1
- package/dist/src/workspace/log/client.d.ts.map +0 -1
- package/dist/src/workspace/log/external.d.ts.map +0 -1
- package/dist/src/workspace/log/index.d.ts.map +0 -1
- package/dist/src/workspace/log/log.spec.d.ts.map +0 -1
- package/dist/src/workspace/log/payload.d.ts.map +0 -1
- package/dist/src/workspace/schematic/access.spec.d.ts.map +0 -1
- package/dist/src/workspace/schematic/client.d.ts.map +0 -1
- package/dist/src/workspace/schematic/external.d.ts.map +0 -1
- package/dist/src/workspace/schematic/index.d.ts.map +0 -1
- package/dist/src/workspace/schematic/payload.d.ts.map +0 -1
- package/dist/src/workspace/schematic/schematic.spec.d.ts.map +0 -1
- package/dist/src/workspace/schematic/symbol/access.spec.d.ts.map +0 -1
- package/dist/src/workspace/schematic/symbol/client.d.ts.map +0 -1
- package/dist/src/workspace/schematic/symbol/client.spec.d.ts.map +0 -1
- package/dist/src/workspace/schematic/symbol/external.d.ts.map +0 -1
- package/dist/src/workspace/schematic/symbol/index.d.ts.map +0 -1
- package/dist/src/workspace/schematic/symbol/payload.d.ts.map +0 -1
- package/dist/src/workspace/table/access.spec.d.ts.map +0 -1
- package/dist/src/workspace/table/client.d.ts.map +0 -1
- package/dist/src/workspace/table/external.d.ts.map +0 -1
- package/dist/src/workspace/table/index.d.ts.map +0 -1
- package/dist/src/workspace/table/payload.d.ts.map +0 -1
- package/dist/src/workspace/table/table.spec.d.ts.map +0 -1
- package/src/workspace/schematic/symbol/external.ts +0 -11
- package/src/workspace/schematic/symbol/index.ts +0 -10
- package/src/workspace/table/external.ts +0 -11
- /package/dist/src/{ontology/group → group}/access.spec.d.ts +0 -0
- /package/dist/src/{ontology/group → group}/external.d.ts +0 -0
- /package/dist/src/{ontology/group → group}/group.spec.d.ts +0 -0
- /package/dist/src/{ontology/group → group}/index.d.ts +0 -0
- /package/dist/src/{workspace/lineplot → lineplot}/access.spec.d.ts +0 -0
- /package/dist/src/{workspace/lineplot → lineplot}/external.d.ts +0 -0
- /package/dist/src/{workspace/lineplot → lineplot}/index.d.ts +0 -0
- /package/dist/src/{workspace/lineplot → lineplot}/lineplot.spec.d.ts +0 -0
- /package/dist/src/{workspace/log → log}/access.spec.d.ts +0 -0
- /package/dist/src/{workspace/log → log}/external.d.ts +0 -0
- /package/dist/src/{workspace/log → log}/index.d.ts +0 -0
- /package/dist/src/{workspace/log → log}/log.spec.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/access.spec.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/external.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/index.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/schematic.spec.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/symbol/access.spec.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/symbol/client.spec.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/symbol/external.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/symbol/index.d.ts +0 -0
- /package/dist/src/{workspace/schematic → schematic}/symbol/payload.d.ts +0 -0
- /package/dist/src/{workspace/table → table}/access.spec.d.ts +0 -0
- /package/dist/src/{workspace/table → table}/external.d.ts +0 -0
- /package/dist/src/{workspace/table → table}/index.d.ts +0 -0
- /package/dist/src/{workspace/table → table}/table.spec.d.ts +0 -0
|
@@ -13,7 +13,6 @@ 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
|
-
status: "status";
|
|
17
16
|
label: "label";
|
|
18
17
|
log: "log";
|
|
19
18
|
builtin: "builtin";
|
|
@@ -36,32 +35,33 @@ 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
|
+
view: "view";
|
|
39
40
|
}>;
|
|
40
41
|
key: z.ZodString;
|
|
41
42
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
42
|
-
type: "
|
|
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";
|
|
43
44
|
key: string;
|
|
44
45
|
}, string>>]>;
|
|
45
46
|
}, z.core.$strip>, z.ZodTransform<{
|
|
46
47
|
subjects: ({
|
|
47
|
-
type: "
|
|
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";
|
|
48
49
|
key: string;
|
|
49
50
|
} | {
|
|
50
|
-
type: "
|
|
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";
|
|
51
52
|
key: string;
|
|
52
53
|
})[];
|
|
53
54
|
}, {
|
|
54
55
|
for: {
|
|
55
|
-
type: "
|
|
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";
|
|
56
57
|
key: string;
|
|
57
58
|
} | {
|
|
58
|
-
type: "
|
|
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";
|
|
59
60
|
key: string;
|
|
60
61
|
};
|
|
61
62
|
}>>, z.ZodPipe<z.ZodObject<{
|
|
62
63
|
for: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
63
64
|
type: z.ZodEnum<{
|
|
64
|
-
status: "status";
|
|
65
65
|
label: "label";
|
|
66
66
|
log: "log";
|
|
67
67
|
builtin: "builtin";
|
|
@@ -84,33 +84,34 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
84
84
|
table: "table";
|
|
85
85
|
arc: "arc";
|
|
86
86
|
schematic_symbol: "schematic_symbol";
|
|
87
|
+
status: "status";
|
|
88
|
+
view: "view";
|
|
87
89
|
}>;
|
|
88
90
|
key: z.ZodString;
|
|
89
91
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
90
|
-
type: "
|
|
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";
|
|
91
93
|
key: string;
|
|
92
94
|
}, string>>]>>;
|
|
93
95
|
}, z.core.$strip>, z.ZodTransform<{
|
|
94
96
|
subjects: ({
|
|
95
|
-
type: "
|
|
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";
|
|
96
98
|
key: string;
|
|
97
99
|
} | {
|
|
98
|
-
type: "
|
|
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";
|
|
99
101
|
key: string;
|
|
100
102
|
})[];
|
|
101
103
|
}, {
|
|
102
104
|
for: ({
|
|
103
|
-
type: "
|
|
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";
|
|
104
106
|
key: string;
|
|
105
107
|
} | {
|
|
106
|
-
type: "
|
|
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";
|
|
107
109
|
key: string;
|
|
108
110
|
})[];
|
|
109
111
|
}>>, z.ZodObject<{
|
|
110
112
|
keys: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
|
|
111
113
|
subjects: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
112
114
|
type: z.ZodEnum<{
|
|
113
|
-
status: "status";
|
|
114
115
|
label: "label";
|
|
115
116
|
log: "log";
|
|
116
117
|
builtin: "builtin";
|
|
@@ -133,10 +134,12 @@ declare const listRetrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
133
134
|
table: "table";
|
|
134
135
|
arc: "arc";
|
|
135
136
|
schematic_symbol: "schematic_symbol";
|
|
137
|
+
status: "status";
|
|
138
|
+
view: "view";
|
|
136
139
|
}>;
|
|
137
140
|
key: z.ZodString;
|
|
138
141
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
139
|
-
type: "
|
|
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";
|
|
140
143
|
key: string;
|
|
141
144
|
}, string>>]>>>;
|
|
142
145
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -154,7 +157,6 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
154
157
|
}>>, z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
155
158
|
for: z.ZodUnion<[z.ZodObject<{
|
|
156
159
|
type: z.ZodEnum<{
|
|
157
|
-
status: "status";
|
|
158
160
|
label: "label";
|
|
159
161
|
log: "log";
|
|
160
162
|
builtin: "builtin";
|
|
@@ -177,32 +179,33 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
177
179
|
table: "table";
|
|
178
180
|
arc: "arc";
|
|
179
181
|
schematic_symbol: "schematic_symbol";
|
|
182
|
+
status: "status";
|
|
183
|
+
view: "view";
|
|
180
184
|
}>;
|
|
181
185
|
key: z.ZodString;
|
|
182
186
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
183
|
-
type: "
|
|
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";
|
|
184
188
|
key: string;
|
|
185
189
|
}, string>>]>;
|
|
186
190
|
}, z.core.$strip>, z.ZodTransform<{
|
|
187
191
|
subjects: ({
|
|
188
|
-
type: "
|
|
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";
|
|
189
193
|
key: string;
|
|
190
194
|
} | {
|
|
191
|
-
type: "
|
|
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";
|
|
192
196
|
key: string;
|
|
193
197
|
})[];
|
|
194
198
|
}, {
|
|
195
199
|
for: {
|
|
196
|
-
type: "
|
|
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";
|
|
197
201
|
key: string;
|
|
198
202
|
} | {
|
|
199
|
-
type: "
|
|
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";
|
|
200
204
|
key: string;
|
|
201
205
|
};
|
|
202
206
|
}>>, z.ZodPipe<z.ZodObject<{
|
|
203
207
|
for: z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
204
208
|
type: z.ZodEnum<{
|
|
205
|
-
status: "status";
|
|
206
209
|
label: "label";
|
|
207
210
|
log: "log";
|
|
208
211
|
builtin: "builtin";
|
|
@@ -225,33 +228,34 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
225
228
|
table: "table";
|
|
226
229
|
arc: "arc";
|
|
227
230
|
schematic_symbol: "schematic_symbol";
|
|
231
|
+
status: "status";
|
|
232
|
+
view: "view";
|
|
228
233
|
}>;
|
|
229
234
|
key: z.ZodString;
|
|
230
235
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
231
|
-
type: "
|
|
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";
|
|
232
237
|
key: string;
|
|
233
238
|
}, string>>]>>;
|
|
234
239
|
}, z.core.$strip>, z.ZodTransform<{
|
|
235
240
|
subjects: ({
|
|
236
|
-
type: "
|
|
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";
|
|
237
242
|
key: string;
|
|
238
243
|
} | {
|
|
239
|
-
type: "
|
|
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";
|
|
240
245
|
key: string;
|
|
241
246
|
})[];
|
|
242
247
|
}, {
|
|
243
248
|
for: ({
|
|
244
|
-
type: "
|
|
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";
|
|
245
250
|
key: string;
|
|
246
251
|
} | {
|
|
247
|
-
type: "
|
|
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";
|
|
248
253
|
key: string;
|
|
249
254
|
})[];
|
|
250
255
|
}>>, z.ZodObject<{
|
|
251
256
|
keys: z.ZodOptional<z.ZodArray<z.ZodUUID>>;
|
|
252
257
|
subjects: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
253
258
|
type: z.ZodEnum<{
|
|
254
|
-
status: "status";
|
|
255
259
|
label: "label";
|
|
256
260
|
log: "log";
|
|
257
261
|
builtin: "builtin";
|
|
@@ -274,10 +278,12 @@ declare const retrieveArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
274
278
|
table: "table";
|
|
275
279
|
arc: "arc";
|
|
276
280
|
schematic_symbol: "schematic_symbol";
|
|
281
|
+
status: "status";
|
|
282
|
+
view: "view";
|
|
277
283
|
}>;
|
|
278
284
|
key: z.ZodString;
|
|
279
285
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
280
|
-
type: "
|
|
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";
|
|
281
287
|
key: string;
|
|
282
288
|
}, string>>]>>>;
|
|
283
289
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
@@ -290,7 +296,6 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
|
|
|
290
296
|
name: z.ZodString;
|
|
291
297
|
objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
292
298
|
type: z.ZodEnum<{
|
|
293
|
-
status: "status";
|
|
294
299
|
label: "label";
|
|
295
300
|
log: "log";
|
|
296
301
|
builtin: "builtin";
|
|
@@ -313,14 +318,15 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
|
|
|
313
318
|
table: "table";
|
|
314
319
|
arc: "arc";
|
|
315
320
|
schematic_symbol: "schematic_symbol";
|
|
321
|
+
status: "status";
|
|
322
|
+
view: "view";
|
|
316
323
|
}>;
|
|
317
324
|
key: z.ZodString;
|
|
318
325
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
319
|
-
type: "
|
|
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";
|
|
320
327
|
key: string;
|
|
321
328
|
}, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
322
329
|
type: z.ZodEnum<{
|
|
323
|
-
status: "status";
|
|
324
330
|
label: "label";
|
|
325
331
|
log: "log";
|
|
326
332
|
builtin: "builtin";
|
|
@@ -343,22 +349,24 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
|
|
|
343
349
|
table: "table";
|
|
344
350
|
arc: "arc";
|
|
345
351
|
schematic_symbol: "schematic_symbol";
|
|
352
|
+
status: "status";
|
|
353
|
+
view: "view";
|
|
346
354
|
}>;
|
|
347
355
|
key: z.ZodString;
|
|
348
356
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
349
|
-
type: "
|
|
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";
|
|
350
358
|
key: string;
|
|
351
359
|
}, string>>]>, z.ZodTransform<({
|
|
352
|
-
type: "
|
|
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";
|
|
353
361
|
key: string;
|
|
354
362
|
} | {
|
|
355
|
-
type: "
|
|
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";
|
|
356
364
|
key: string;
|
|
357
365
|
})[], {
|
|
358
|
-
type: "
|
|
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";
|
|
359
367
|
key: string;
|
|
360
368
|
} | {
|
|
361
|
-
type: "
|
|
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";
|
|
362
370
|
key: string;
|
|
363
371
|
}>>]>;
|
|
364
372
|
actions: z.ZodUnion<[z.ZodArray<z.ZodEnum<{
|
|
@@ -376,10 +384,10 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
|
|
|
376
384
|
policies: {
|
|
377
385
|
name: string;
|
|
378
386
|
objects: ({
|
|
379
|
-
type: "
|
|
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";
|
|
380
388
|
key: string;
|
|
381
389
|
} | {
|
|
382
|
-
type: "
|
|
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";
|
|
383
391
|
key: string;
|
|
384
392
|
})[];
|
|
385
393
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -388,10 +396,10 @@ declare const singleCreateArgsZ: z.ZodPipe<z.ZodObject<{
|
|
|
388
396
|
}, {
|
|
389
397
|
name: string;
|
|
390
398
|
objects: ({
|
|
391
|
-
type: "
|
|
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";
|
|
392
400
|
key: string;
|
|
393
401
|
} | {
|
|
394
|
-
type: "
|
|
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";
|
|
395
403
|
key: string;
|
|
396
404
|
})[];
|
|
397
405
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -403,7 +411,6 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
|
403
411
|
name: z.ZodString;
|
|
404
412
|
objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
405
413
|
type: z.ZodEnum<{
|
|
406
|
-
status: "status";
|
|
407
414
|
label: "label";
|
|
408
415
|
log: "log";
|
|
409
416
|
builtin: "builtin";
|
|
@@ -426,14 +433,15 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
|
426
433
|
table: "table";
|
|
427
434
|
arc: "arc";
|
|
428
435
|
schematic_symbol: "schematic_symbol";
|
|
436
|
+
status: "status";
|
|
437
|
+
view: "view";
|
|
429
438
|
}>;
|
|
430
439
|
key: z.ZodString;
|
|
431
440
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
432
|
-
type: "
|
|
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";
|
|
433
442
|
key: string;
|
|
434
443
|
}, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
435
444
|
type: z.ZodEnum<{
|
|
436
|
-
status: "status";
|
|
437
445
|
label: "label";
|
|
438
446
|
log: "log";
|
|
439
447
|
builtin: "builtin";
|
|
@@ -456,22 +464,24 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
|
456
464
|
table: "table";
|
|
457
465
|
arc: "arc";
|
|
458
466
|
schematic_symbol: "schematic_symbol";
|
|
467
|
+
status: "status";
|
|
468
|
+
view: "view";
|
|
459
469
|
}>;
|
|
460
470
|
key: z.ZodString;
|
|
461
471
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
462
|
-
type: "
|
|
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";
|
|
463
473
|
key: string;
|
|
464
474
|
}, string>>]>, z.ZodTransform<({
|
|
465
|
-
type: "
|
|
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";
|
|
466
476
|
key: string;
|
|
467
477
|
} | {
|
|
468
|
-
type: "
|
|
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";
|
|
469
479
|
key: string;
|
|
470
480
|
})[], {
|
|
471
|
-
type: "
|
|
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";
|
|
472
482
|
key: string;
|
|
473
483
|
} | {
|
|
474
|
-
type: "
|
|
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";
|
|
475
485
|
key: string;
|
|
476
486
|
}>>]>;
|
|
477
487
|
actions: z.ZodUnion<[z.ZodArray<z.ZodEnum<{
|
|
@@ -489,10 +499,10 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
|
489
499
|
policies: {
|
|
490
500
|
name: string;
|
|
491
501
|
objects: ({
|
|
492
|
-
type: "
|
|
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";
|
|
493
503
|
key: string;
|
|
494
504
|
} | {
|
|
495
|
-
type: "
|
|
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";
|
|
496
506
|
key: string;
|
|
497
507
|
})[];
|
|
498
508
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -501,10 +511,10 @@ export declare const multipleCreateArgsZ: z.ZodPipe<z.ZodArray<z.ZodObject<{
|
|
|
501
511
|
}, {
|
|
502
512
|
name: string;
|
|
503
513
|
objects: ({
|
|
504
|
-
type: "
|
|
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";
|
|
505
515
|
key: string;
|
|
506
516
|
} | {
|
|
507
|
-
type: "
|
|
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";
|
|
508
518
|
key: string;
|
|
509
519
|
})[];
|
|
510
520
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -515,7 +525,6 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
515
525
|
name: z.ZodString;
|
|
516
526
|
objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
517
527
|
type: z.ZodEnum<{
|
|
518
|
-
status: "status";
|
|
519
528
|
label: "label";
|
|
520
529
|
log: "log";
|
|
521
530
|
builtin: "builtin";
|
|
@@ -538,14 +547,15 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
538
547
|
table: "table";
|
|
539
548
|
arc: "arc";
|
|
540
549
|
schematic_symbol: "schematic_symbol";
|
|
550
|
+
status: "status";
|
|
551
|
+
view: "view";
|
|
541
552
|
}>;
|
|
542
553
|
key: z.ZodString;
|
|
543
554
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
544
|
-
type: "
|
|
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";
|
|
545
556
|
key: string;
|
|
546
557
|
}, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
547
558
|
type: z.ZodEnum<{
|
|
548
|
-
status: "status";
|
|
549
559
|
label: "label";
|
|
550
560
|
log: "log";
|
|
551
561
|
builtin: "builtin";
|
|
@@ -568,22 +578,24 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
568
578
|
table: "table";
|
|
569
579
|
arc: "arc";
|
|
570
580
|
schematic_symbol: "schematic_symbol";
|
|
581
|
+
status: "status";
|
|
582
|
+
view: "view";
|
|
571
583
|
}>;
|
|
572
584
|
key: z.ZodString;
|
|
573
585
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
574
|
-
type: "
|
|
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";
|
|
575
587
|
key: string;
|
|
576
588
|
}, string>>]>, z.ZodTransform<({
|
|
577
|
-
type: "
|
|
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";
|
|
578
590
|
key: string;
|
|
579
591
|
} | {
|
|
580
|
-
type: "
|
|
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";
|
|
581
593
|
key: string;
|
|
582
594
|
})[], {
|
|
583
|
-
type: "
|
|
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";
|
|
584
596
|
key: string;
|
|
585
597
|
} | {
|
|
586
|
-
type: "
|
|
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";
|
|
587
599
|
key: string;
|
|
588
600
|
}>>]>;
|
|
589
601
|
actions: z.ZodUnion<[z.ZodArray<z.ZodEnum<{
|
|
@@ -601,10 +613,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
601
613
|
policies: {
|
|
602
614
|
name: string;
|
|
603
615
|
objects: ({
|
|
604
|
-
type: "
|
|
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";
|
|
605
617
|
key: string;
|
|
606
618
|
} | {
|
|
607
|
-
type: "
|
|
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";
|
|
608
620
|
key: string;
|
|
609
621
|
})[];
|
|
610
622
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -613,10 +625,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
613
625
|
}, {
|
|
614
626
|
name: string;
|
|
615
627
|
objects: ({
|
|
616
|
-
type: "
|
|
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";
|
|
617
629
|
key: string;
|
|
618
630
|
} | {
|
|
619
|
-
type: "
|
|
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";
|
|
620
632
|
key: string;
|
|
621
633
|
})[];
|
|
622
634
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -626,7 +638,6 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
626
638
|
name: z.ZodString;
|
|
627
639
|
objects: z.ZodUnion<[z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
628
640
|
type: z.ZodEnum<{
|
|
629
|
-
status: "status";
|
|
630
641
|
label: "label";
|
|
631
642
|
log: "log";
|
|
632
643
|
builtin: "builtin";
|
|
@@ -649,14 +660,15 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
649
660
|
table: "table";
|
|
650
661
|
arc: "arc";
|
|
651
662
|
schematic_symbol: "schematic_symbol";
|
|
663
|
+
status: "status";
|
|
664
|
+
view: "view";
|
|
652
665
|
}>;
|
|
653
666
|
key: z.ZodString;
|
|
654
667
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
655
|
-
type: "
|
|
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";
|
|
656
669
|
key: string;
|
|
657
670
|
}, string>>]>>, z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
658
671
|
type: z.ZodEnum<{
|
|
659
|
-
status: "status";
|
|
660
672
|
label: "label";
|
|
661
673
|
log: "log";
|
|
662
674
|
builtin: "builtin";
|
|
@@ -679,22 +691,24 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
679
691
|
table: "table";
|
|
680
692
|
arc: "arc";
|
|
681
693
|
schematic_symbol: "schematic_symbol";
|
|
694
|
+
status: "status";
|
|
695
|
+
view: "view";
|
|
682
696
|
}>;
|
|
683
697
|
key: z.ZodString;
|
|
684
698
|
}, z.core.$strip>, z.ZodPipe<z.ZodString, z.ZodTransform<{
|
|
685
|
-
type: "
|
|
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";
|
|
686
700
|
key: string;
|
|
687
701
|
}, string>>]>, z.ZodTransform<({
|
|
688
|
-
type: "
|
|
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";
|
|
689
703
|
key: string;
|
|
690
704
|
} | {
|
|
691
|
-
type: "
|
|
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";
|
|
692
706
|
key: string;
|
|
693
707
|
})[], {
|
|
694
|
-
type: "
|
|
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";
|
|
695
709
|
key: string;
|
|
696
710
|
} | {
|
|
697
|
-
type: "
|
|
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";
|
|
698
712
|
key: string;
|
|
699
713
|
}>>]>;
|
|
700
714
|
actions: z.ZodUnion<[z.ZodArray<z.ZodEnum<{
|
|
@@ -712,10 +726,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
712
726
|
policies: {
|
|
713
727
|
name: string;
|
|
714
728
|
objects: ({
|
|
715
|
-
type: "
|
|
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";
|
|
716
730
|
key: string;
|
|
717
731
|
} | {
|
|
718
|
-
type: "
|
|
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";
|
|
719
733
|
key: string;
|
|
720
734
|
})[];
|
|
721
735
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|
|
@@ -724,10 +738,10 @@ export declare const createArgsZ: z.ZodUnion<readonly [z.ZodPipe<z.ZodObject<{
|
|
|
724
738
|
}, {
|
|
725
739
|
name: string;
|
|
726
740
|
objects: ({
|
|
727
|
-
type: "
|
|
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";
|
|
728
742
|
key: string;
|
|
729
743
|
} | {
|
|
730
|
-
type: "
|
|
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";
|
|
731
745
|
key: string;
|
|
732
746
|
})[];
|
|
733
747
|
actions: ("create" | "delete" | "retrieve" | "update")[];
|