@synnaxlabs/x 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 (182) hide show
  1. package/.turbo/turbo-build.log +19 -19
  2. package/dist/binary.js +1 -1
  3. package/dist/{box-Cto-5Uxu.js → box-DPJAbf32.js} +64 -64
  4. package/dist/box-Daep7oxr.cjs +1 -0
  5. package/dist/box.cjs +1 -1
  6. package/dist/box.js +1 -1
  7. package/dist/caseconv.js +1 -1
  8. package/dist/{external-vFGUdZf6.js → external-CtAt3tnU.js} +14 -15
  9. package/dist/external-DSKjMZ7J.cjs +1 -0
  10. package/dist/{index-OHIRoCei.js → index-C3QzbIwt.js} +1 -1
  11. package/dist/{index-BfDeGfej.js → index-DizUWH6z.js} +8 -2
  12. package/dist/index.cjs +1 -1
  13. package/dist/index.js +9 -9
  14. package/dist/{location-C5Ot4MVG.js → location-BVkZhfQG.js} +1 -1
  15. package/dist/location.js +1 -1
  16. package/dist/{position-CvSNZkSD.cjs → position-96CBRKEd.cjs} +1 -1
  17. package/dist/{position-GeF1oEYk.js → position-uVDP52PM.js} +2 -2
  18. package/dist/position.cjs +1 -1
  19. package/dist/position.js +1 -1
  20. package/dist/runtime.cjs +1 -1
  21. package/dist/runtime.js +1 -1
  22. package/dist/{scale-BTgf0Mr-.cjs → scale-Bzjm1mhv.cjs} +1 -1
  23. package/dist/{scale-Dh1UNRoC.js → scale-D_UMXSZN.js} +2 -2
  24. package/dist/scale.cjs +1 -1
  25. package/dist/scale.js +1 -1
  26. package/dist/{series-DxDIugLj.js → series-Cwc_z2OS.js} +5 -5
  27. package/dist/{series-BMhEEJZL.cjs → series-DuOxifEy.cjs} +1 -1
  28. package/dist/spatial.cjs +1 -1
  29. package/dist/spatial.js +4 -4
  30. package/dist/src/breaker/breaker.d.ts.map +1 -1
  31. package/dist/src/breaker/index.d.ts.map +1 -1
  32. package/dist/src/caseconv/caseconv.d.ts.map +1 -1
  33. package/dist/src/runtime/os.d.ts +7 -7
  34. package/dist/src/runtime/os.d.ts.map +1 -1
  35. package/dist/src/sleep/index.d.ts.map +1 -1
  36. package/dist/src/sleep/sleep.d.ts.map +1 -1
  37. package/dist/src/testutil/index.d.ts +2 -0
  38. package/dist/src/testutil/index.d.ts.map +1 -0
  39. package/dist/src/testutil/testutil.d.ts +2 -0
  40. package/dist/src/testutil/testutil.d.ts.map +1 -0
  41. package/dist/src/url/url.d.ts +1 -1
  42. package/dist/src/url/url.d.ts.map +1 -1
  43. package/dist/src/zodutil/zodutil.d.ts.map +1 -1
  44. package/dist/telem.cjs +1 -1
  45. package/dist/telem.js +1 -1
  46. package/eslint.config.js +1 -1
  47. package/package.json +3 -3
  48. package/src/binary/encoder.spec.ts +1 -1
  49. package/src/binary/encoder.ts +1 -1
  50. package/src/binary/index.ts +1 -1
  51. package/src/breaker/breaker.spec.ts +9 -0
  52. package/src/breaker/breaker.ts +9 -0
  53. package/src/breaker/index.ts +9 -0
  54. package/src/caseconv/caseconv.spec.ts +1 -1
  55. package/src/caseconv/caseconv.ts +16 -8
  56. package/src/caseconv/index.ts +1 -1
  57. package/src/change/change.ts +1 -1
  58. package/src/change/index.ts +1 -1
  59. package/src/clamp/clamp.ts +1 -1
  60. package/src/clamp/index.ts +1 -1
  61. package/src/compare/compare.spec.ts +1 -1
  62. package/src/compare/compare.ts +1 -1
  63. package/src/compare/index.ts +1 -1
  64. package/src/control/control.ts +1 -1
  65. package/src/control/index.ts +1 -1
  66. package/src/debounce/debounce.spec.ts +1 -1
  67. package/src/debounce/debounce.ts +1 -1
  68. package/src/debounce/index.ts +1 -1
  69. package/src/deep/copy.ts +1 -1
  70. package/src/deep/delete.spec.ts +1 -1
  71. package/src/deep/delete.ts +1 -1
  72. package/src/deep/difference.spec.ts +1 -1
  73. package/src/deep/difference.ts +1 -1
  74. package/src/deep/equal.spec.ts +1 -1
  75. package/src/deep/equal.ts +1 -1
  76. package/src/deep/external.ts +1 -1
  77. package/src/deep/index.ts +1 -1
  78. package/src/deep/merge.spec.ts +1 -1
  79. package/src/deep/merge.ts +1 -1
  80. package/src/deep/partial.ts +1 -1
  81. package/src/deep/path.spec.ts +2 -3
  82. package/src/deep/path.ts +3 -3
  83. package/src/destructor.ts +1 -1
  84. package/src/errors/errors.ts +1 -1
  85. package/src/errors/index.ts +1 -1
  86. package/src/id/id.ts +6 -6
  87. package/src/id/index.ts +1 -1
  88. package/src/identity.ts +1 -1
  89. package/src/index.ts +1 -1
  90. package/src/invert.ts +1 -1
  91. package/src/join.ts +1 -1
  92. package/src/kv/external.ts +1 -1
  93. package/src/kv/index.ts +1 -1
  94. package/src/kv/mock.ts +1 -1
  95. package/src/kv/types.ts +1 -1
  96. package/src/link/index.ts +1 -1
  97. package/src/link/link.spec.ts +1 -1
  98. package/src/link/link.ts +1 -1
  99. package/src/math/index.ts +1 -1
  100. package/src/math/math.spec.ts +1 -1
  101. package/src/math/math.ts +1 -1
  102. package/src/migrate/index.ts +1 -1
  103. package/src/migrate/migrate.spec.ts +1 -1
  104. package/src/migrate/migrate.ts +1 -1
  105. package/src/mock/MockGLBufferController.ts +1 -1
  106. package/src/mock/index.ts +1 -1
  107. package/src/numeric/index.ts +1 -1
  108. package/src/numeric/numeric.ts +1 -1
  109. package/src/observe/index.ts +1 -1
  110. package/src/observe/observe.ts +1 -1
  111. package/src/observe/obsever.spec.ts +1 -1
  112. package/src/optional.ts +1 -1
  113. package/src/primitive.ts +1 -1
  114. package/src/record.spec.ts +9 -0
  115. package/src/record.ts +1 -1
  116. package/src/renderable.ts +1 -1
  117. package/src/runtime/detect.ts +3 -3
  118. package/src/runtime/external.ts +1 -1
  119. package/src/runtime/index.ts +1 -1
  120. package/src/runtime/os.ts +20 -20
  121. package/src/search.ts +1 -1
  122. package/src/shallowCopy.ts +1 -1
  123. package/src/sleep/index.ts +9 -0
  124. package/src/sleep/sleep.ts +9 -0
  125. package/src/spatial/base.ts +1 -1
  126. package/src/spatial/bounds/bounds.spec.ts +4 -3
  127. package/src/spatial/bounds/bounds.ts +4 -4
  128. package/src/spatial/bounds/index.ts +1 -1
  129. package/src/spatial/box/box.spec.ts +1 -1
  130. package/src/spatial/box/box.ts +2 -2
  131. package/src/spatial/box/index.ts +1 -1
  132. package/src/spatial/dimensions/dimensions.spec.ts +1 -1
  133. package/src/spatial/dimensions/dimensions.ts +1 -1
  134. package/src/spatial/dimensions/index.ts +1 -1
  135. package/src/spatial/direction/direction.spec.ts +1 -1
  136. package/src/spatial/direction/direction.ts +1 -1
  137. package/src/spatial/direction/index.ts +1 -1
  138. package/src/spatial/external.ts +1 -1
  139. package/src/spatial/index.ts +1 -1
  140. package/src/spatial/location/index.ts +1 -1
  141. package/src/spatial/location/location.spec.ts +1 -1
  142. package/src/spatial/location/location.ts +2 -2
  143. package/src/spatial/position/index.ts +1 -1
  144. package/src/spatial/position/position.spec.ts +1 -1
  145. package/src/spatial/position/position.ts +1 -1
  146. package/src/spatial/scale/index.ts +1 -1
  147. package/src/spatial/scale/scale.spec.ts +1 -1
  148. package/src/spatial/scale/scale.ts +2 -2
  149. package/src/spatial/spatial.ts +1 -1
  150. package/src/spatial/xy/index.ts +1 -1
  151. package/src/spatial/xy/xy.spec.ts +1 -1
  152. package/src/spatial/xy/xy.ts +1 -1
  153. package/src/strings/index.ts +1 -1
  154. package/src/strings/strings.spec.ts +1 -1
  155. package/src/strings/strings.ts +1 -1
  156. package/src/telem/generate.ts +1 -1
  157. package/src/telem/gl.ts +1 -1
  158. package/src/telem/index.ts +1 -1
  159. package/src/telem/series.spec.ts +1 -1
  160. package/src/telem/series.ts +4 -4
  161. package/src/telem/telem.spec.ts +2 -2
  162. package/src/telem/telem.ts +1 -1
  163. package/src/testutil/index.ts +10 -0
  164. package/src/testutil/testutil.ts +14 -0
  165. package/src/toArray.ts +1 -1
  166. package/src/transform.ts +1 -1
  167. package/src/unique/index.ts +1 -1
  168. package/src/unique/unique.spec.ts +1 -1
  169. package/src/unique/unique.ts +1 -1
  170. package/src/url/index.ts +1 -1
  171. package/src/url/url.spec.ts +1 -1
  172. package/src/url/url.ts +2 -2
  173. package/src/worker/index.ts +1 -1
  174. package/src/worker/worker.spec.ts +1 -1
  175. package/src/worker/worker.ts +1 -1
  176. package/src/zodutil/index.ts +1 -1
  177. package/src/zodutil/zodutil.spec.ts +1 -1
  178. package/src/zodutil/zodutil.ts +2 -2
  179. package/tsconfig.tsbuildinfo +1 -1
  180. package/vite.config.ts +1 -1
  181. package/dist/box-BZ6d2d5A.cjs +0 -1
  182. package/dist/external-Cax-LfQW.cjs +0 -1
@@ -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.
@@ -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.
@@ -169,6 +169,6 @@ export const constructXY = (x: Crude | XY, y?: Crude): XY => {
169
169
  if (isX(parsedX)) [xy.x, xy.y] = [parsedX, parsedY];
170
170
  else [xy.x, xy.y] = [parsedY, parsedX];
171
171
  else if (isX(parsedX)) [xy.x, xy.y] = [parsedX, parsedY as YLocation];
172
- else [xy.x, xy.y] = [parsedY as XLocation, parsedX as YLocation];
172
+ else [xy.x, xy.y] = [parsedY as XLocation, parsedX];
173
173
  return xy;
174
174
  };
@@ -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.
@@ -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.
@@ -72,7 +72,7 @@ const curriedScale =
72
72
  if (type === "dimension") return [bound, (v * (nextRange / prevRange)) as T];
73
73
  // @ts-expect-error - typescript can't do the math correctly
74
74
  const nextV = ((v - prevLower) * (nextRange / prevRange) + nextLower) as T;
75
- return [bound, nextV as T];
75
+ return [bound, nextV];
76
76
  };
77
77
 
78
78
  const curriedReBound =
@@ -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.
@@ -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.
@@ -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/src/telem/gl.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.
@@ -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.
@@ -117,12 +117,12 @@ const stringArrayZ = z.string().transform(
117
117
  atob(s)
118
118
  .split("")
119
119
  .map((c) => c.charCodeAt(0)),
120
- ).buffer as ArrayBuffer,
120
+ ).buffer,
121
121
  );
122
122
 
123
123
  const nullArrayZ = z
124
124
  .union([z.null(), z.undefined()])
125
- .transform(() => new Uint8Array().buffer as ArrayBuffer);
125
+ .transform(() => new Uint8Array().buffer);
126
126
 
127
127
  const NEW_LINE = 10;
128
128
 
@@ -1151,7 +1151,7 @@ class MultiSubIterator<T extends TelemValue = TelemValue>
1151
1151
 
1152
1152
  next(): IteratorResult<T> {
1153
1153
  if (this.index >= this.end) return { done: true, value: undefined };
1154
- return { done: false, value: this.series.at(this.index++, true) as T };
1154
+ return { done: false, value: this.series.at(this.index++, true) };
1155
1155
  }
1156
1156
 
1157
1157
  [Symbol.iterator](): Iterator<T> {
@@ -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.
@@ -565,7 +565,7 @@ describe("DataType", () => {
565
565
  [DataType.INT32, "int64", false],
566
566
  ];
567
567
  TESTS.forEach(([dt, other, expected]) =>
568
- it(`should return ${expected} when comparing ${dt.toString()} to ${other}`, () => {
568
+ it(`should return ${expected} when comparing ${dt.toString()} to ${JSON.stringify(other)}`, () => {
569
569
  expect(dt.equals(other)).toBe(expected);
570
570
  }),
571
571
  );
@@ -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.
@@ -0,0 +1,10 @@
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
+
10
+ export * as testutil from "@/testutil/testutil";
@@ -0,0 +1,14 @@
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
+
10
+ export const toString = (value: unknown): string =>
11
+ JSON.stringify(value, (_, value) => {
12
+ if (typeof value === "bigint") return value.toString();
13
+ return value;
14
+ });
package/src/toArray.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.
package/src/transform.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.
@@ -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/src/url/index.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.
@@ -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/src/url/url.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.
@@ -36,7 +36,7 @@ const removeTrailingSlash = (path: string): string =>
36
36
  * @returns the query string.
37
37
  */
38
38
  export const buildQueryString = (
39
- request: Record<string, unknown>,
39
+ request: Record<string, string>,
40
40
  prefix: string = "",
41
41
  ): string => {
42
42
  if (request === null) return "";
@@ -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.
@@ -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.
@@ -41,6 +41,6 @@ export const getFieldSchema: deep.TypedGet<z.ZodTypeAny, z.ZodTypeAny> = ((
41
41
  sourceTypeGetter(schema, "shape") as unknown as z.AnyZodObject,
42
42
  getFieldSchemaPath(path),
43
43
  { ...options, getter: sourceTypeGetter } as deep.GetOptions<boolean | undefined>,
44
- ) as z.ZodTypeAny | null) as deep.TypedGet<z.ZodTypeAny, z.ZodTypeAny>;
44
+ )) as deep.TypedGet<z.ZodTypeAny, z.ZodTypeAny>;
45
45
 
46
46
  export const bigInt = z.bigint().or(z.string().transform(BigInt));