@synnaxlabs/client 0.38.0 → 0.38.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/.turbo/turbo-build.log +5 -5
  2. package/dist/channel/client.d.ts +2 -2
  3. package/dist/channel/client.d.ts.map +1 -1
  4. package/dist/client.cjs +11 -11
  5. package/dist/client.js +611 -576
  6. package/dist/ontology/client.d.ts.map +1 -1
  7. package/dist/ranger/client.d.ts.map +1 -1
  8. package/dist/workspace/client.d.ts.map +1 -1
  9. package/dist/workspace/lineplot/client.d.ts.map +1 -1
  10. package/dist/workspace/log/client.d.ts.map +1 -1
  11. package/dist/workspace/schematic/client.d.ts.map +1 -1
  12. package/dist/workspace/table/client.d.ts.map +1 -1
  13. package/eslint.config.js +1 -1
  14. package/examples/node/basicReadWrite.js +1 -1
  15. package/examples/node/liveStream.js +1 -1
  16. package/examples/node/seriesAndFrames.js +1 -1
  17. package/examples/node/streamWrite.js +1 -1
  18. package/package.json +5 -5
  19. package/src/access/client.ts +1 -1
  20. package/src/access/external.ts +1 -1
  21. package/src/access/index.ts +1 -1
  22. package/src/access/payload.ts +1 -1
  23. package/src/access/policy/client.ts +1 -1
  24. package/src/access/policy/external.ts +1 -1
  25. package/src/access/policy/index.ts +1 -1
  26. package/src/access/policy/payload.ts +1 -1
  27. package/src/access/policy/policy.spec.ts +1 -1
  28. package/src/access/policy/retriever.ts +1 -1
  29. package/src/access/policy/writer.ts +1 -1
  30. package/src/auth/auth.spec.ts +1 -1
  31. package/src/auth/auth.ts +1 -1
  32. package/src/auth/index.ts +1 -1
  33. package/src/channel/batchRetriever.spec.ts +1 -1
  34. package/src/channel/channel.spec.ts +1 -1
  35. package/src/channel/client.ts +5 -3
  36. package/src/channel/creator.ts +1 -1
  37. package/src/channel/external.ts +1 -1
  38. package/src/channel/index.ts +1 -1
  39. package/src/channel/payload.ts +1 -1
  40. package/src/channel/retriever.ts +1 -1
  41. package/src/channel/writer.ts +1 -1
  42. package/src/client.ts +1 -1
  43. package/src/connection/checker.ts +1 -1
  44. package/src/connection/connection.spec.ts +1 -1
  45. package/src/connection/index.ts +1 -1
  46. package/src/control/client.ts +1 -1
  47. package/src/control/external.ts +1 -1
  48. package/src/control/index.ts +1 -1
  49. package/src/control/state.spec.ts +1 -1
  50. package/src/control/state.ts +1 -1
  51. package/src/errors.spec.ts +1 -1
  52. package/src/errors.ts +1 -1
  53. package/src/framer/adapter.spec.ts +1 -1
  54. package/src/framer/adapter.ts +1 -1
  55. package/src/framer/client.spec.ts +1 -1
  56. package/src/framer/client.ts +1 -1
  57. package/src/framer/deleter.spec.ts +1 -1
  58. package/src/framer/deleter.ts +1 -1
  59. package/src/framer/external.ts +1 -1
  60. package/src/framer/frame.spec.ts +1 -1
  61. package/src/framer/frame.ts +1 -1
  62. package/src/framer/index.ts +1 -1
  63. package/src/framer/iterator.spec.ts +1 -1
  64. package/src/framer/iterator.ts +1 -1
  65. package/src/framer/streamProxy.ts +2 -2
  66. package/src/framer/streamer.spec.ts +1 -1
  67. package/src/framer/streamer.ts +1 -1
  68. package/src/framer/writer.spec.ts +1 -1
  69. package/src/framer/writer.ts +1 -1
  70. package/src/hardware/client.ts +1 -1
  71. package/src/hardware/device/client.ts +1 -1
  72. package/src/hardware/device/device.spec.ts +1 -1
  73. package/src/hardware/device/external.ts +1 -1
  74. package/src/hardware/device/index.ts +1 -1
  75. package/src/hardware/device/payload.ts +1 -1
  76. package/src/hardware/external.ts +1 -1
  77. package/src/hardware/index.ts +1 -1
  78. package/src/hardware/rack/client.ts +1 -1
  79. package/src/hardware/rack/external.ts +1 -1
  80. package/src/hardware/rack/index.ts +1 -1
  81. package/src/hardware/rack/payload.ts +1 -1
  82. package/src/hardware/rack/rack.spec.ts +1 -1
  83. package/src/hardware/task/client.ts +1 -1
  84. package/src/hardware/task/external.ts +1 -1
  85. package/src/hardware/task/index.ts +1 -1
  86. package/src/hardware/task/payload.ts +1 -1
  87. package/src/hardware/task/task.spec.ts +1 -1
  88. package/src/index.ts +1 -1
  89. package/src/label/client.ts +1 -1
  90. package/src/label/external.ts +1 -1
  91. package/src/label/index.ts +1 -1
  92. package/src/label/label.spec.ts +1 -1
  93. package/src/label/payload.ts +1 -1
  94. package/src/label/retriever.ts +1 -1
  95. package/src/label/writer.ts +1 -1
  96. package/src/ontology/client.ts +14 -7
  97. package/src/ontology/external.ts +1 -1
  98. package/src/ontology/group/client.ts +1 -1
  99. package/src/ontology/group/external.ts +1 -1
  100. package/src/ontology/group/group.spec.ts +1 -1
  101. package/src/ontology/group/group.ts +1 -1
  102. package/src/ontology/group/index.ts +1 -1
  103. package/src/ontology/group/payload.ts +1 -1
  104. package/src/ontology/group/writer.ts +1 -1
  105. package/src/ontology/index.ts +1 -1
  106. package/src/ontology/ontology.spec.ts +1 -1
  107. package/src/ontology/payload.ts +1 -1
  108. package/src/ontology/writer.ts +1 -1
  109. package/src/ranger/alias.ts +1 -1
  110. package/src/ranger/client.ts +5 -3
  111. package/src/ranger/external.ts +1 -1
  112. package/src/ranger/index.ts +1 -1
  113. package/src/ranger/kv.ts +1 -1
  114. package/src/ranger/payload.ts +1 -1
  115. package/src/ranger/ranger.spec.ts +1 -1
  116. package/src/ranger/writer.ts +1 -1
  117. package/src/setupspecs.ts +1 -1
  118. package/src/signals/external.ts +1 -1
  119. package/src/signals/index.ts +1 -1
  120. package/src/signals/observable.ts +1 -1
  121. package/src/transport.ts +1 -1
  122. package/src/user/client.ts +1 -1
  123. package/src/user/external.ts +1 -1
  124. package/src/user/index.ts +1 -1
  125. package/src/user/payload.ts +1 -1
  126. package/src/user/retriever.ts +1 -1
  127. package/src/user/user.spec.ts +1 -1
  128. package/src/user/writer.ts +1 -1
  129. package/src/util/retrieve.spec.ts +1 -1
  130. package/src/util/retrieve.ts +1 -1
  131. package/src/util/telem.ts +1 -1
  132. package/src/util/zod.ts +1 -1
  133. package/src/vite-env.d.ts +1 -1
  134. package/src/workspace/client.ts +11 -2
  135. package/src/workspace/index.ts +1 -1
  136. package/src/workspace/lineplot/client.ts +9 -0
  137. package/src/workspace/lineplot/index.ts +1 -1
  138. package/src/workspace/lineplot/linePlot.spec.ts +1 -1
  139. package/src/workspace/log/client.ts +9 -0
  140. package/src/workspace/log/index.ts +1 -1
  141. package/src/workspace/log/log.spec.ts +1 -1
  142. package/src/workspace/schematic/client.ts +9 -0
  143. package/src/workspace/schematic/index.ts +1 -1
  144. package/src/workspace/schematic/schematic.spec.ts +1 -1
  145. package/src/workspace/table/client.ts +9 -0
  146. package/src/workspace/table/index.ts +1 -1
  147. package/src/workspace/table/table.spec.ts +1 -1
  148. package/src/workspace/workspace.spec.ts +1 -1
  149. package/vite.config.ts +1 -1
@@ -1,3 +1,12 @@
1
+ // Copyright 2025 Synnax Labs, Inc.
2
+ //
3
+ // Use of this software is governed by the Business Source License included in the file
4
+ // licenses/BSL.txt.
5
+ //
6
+ // As of the Change Date specified in that file, in accordance with the Business Source
7
+ // License, use of this software will be governed by the Apache License, Version 2.0,
8
+ // included in the file licenses/APL.txt.
9
+
1
10
  import { sendRequired, type UnaryClient } from "@synnaxlabs/freighter";
2
11
  import { toArray, type UnknownRecord } from "@synnaxlabs/x";
3
12
  import { unknownRecordZ } from "@synnaxlabs/x/record";
@@ -1,4 +1,4 @@
1
- // Copyright 2024 Synnax Labs, Inc.
1
+ // Copyright 2025 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
@@ -1,4 +1,4 @@
1
- // Copyright 2024 Synnax Labs, Inc.
1
+ // Copyright 2025 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
@@ -1,4 +1,4 @@
1
- // Copyright 2024 Synnax Labs, Inc.
1
+ // Copyright 2025 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.
package/vite.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2024 Synnax Labs, Inc.
1
+ // Copyright 2025 Synnax Labs, Inc.
2
2
  //
3
3
  // Use of this software is governed by the Business Source License included in the file
4
4
  // licenses/BSL.txt.