shoal-web-sdk 1.0.45 → 1.0.46

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.
@@ -482,6 +482,7 @@ export type Node = {
482
482
  y: number;
483
483
  width: number;
484
484
  height: number;
485
+ release?: boolean;
485
486
  edges?: Array<Edge>;
486
487
  typ: NodeType;
487
488
  props?: ({
@@ -805,6 +805,7 @@ export declare const zNode: z.ZodObject<{
805
805
  y: z.ZodNumber;
806
806
  width: z.ZodInt;
807
807
  height: z.ZodInt;
808
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
808
809
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
809
810
  id: z.ZodUUID;
810
811
  src: z.ZodUUID;
@@ -994,6 +995,7 @@ export declare const zNodes: z.ZodObject<{
994
995
  y: z.ZodNumber;
995
996
  width: z.ZodInt;
996
997
  height: z.ZodInt;
998
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
997
999
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
998
1000
  id: z.ZodUUID;
999
1001
  src: z.ZodUUID;
@@ -1186,6 +1188,7 @@ export declare const zGraph: z.ZodObject<{
1186
1188
  y: z.ZodNumber;
1187
1189
  width: z.ZodInt;
1188
1190
  height: z.ZodInt;
1191
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1189
1192
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
1190
1193
  id: z.ZodUUID;
1191
1194
  src: z.ZodUUID;
@@ -1383,6 +1386,7 @@ export declare const zBlueprintDetail: z.ZodObject<{
1383
1386
  y: z.ZodNumber;
1384
1387
  width: z.ZodInt;
1385
1388
  height: z.ZodInt;
1389
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1386
1390
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
1387
1391
  id: z.ZodUUID;
1388
1392
  src: z.ZodUUID;
@@ -2172,6 +2176,7 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
2172
2176
  y: z.ZodNumber;
2173
2177
  width: z.ZodInt;
2174
2178
  height: z.ZodInt;
2179
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2175
2180
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
2176
2181
  id: z.ZodUUID;
2177
2182
  src: z.ZodUUID;
@@ -2363,6 +2368,7 @@ export declare const zUpdateGraphM2mData: z.ZodObject<{
2363
2368
  y: z.ZodNumber;
2364
2369
  width: z.ZodInt;
2365
2370
  height: z.ZodInt;
2371
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2366
2372
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
2367
2373
  id: z.ZodUUID;
2368
2374
  src: z.ZodUUID;
@@ -2571,6 +2577,7 @@ export declare const zFetchNodeM2mResponse: z.ZodObject<{
2571
2577
  y: z.ZodNumber;
2572
2578
  width: z.ZodInt;
2573
2579
  height: z.ZodInt;
2580
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2574
2581
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
2575
2582
  id: z.ZodUUID;
2576
2583
  src: z.ZodUUID;
@@ -2760,6 +2767,7 @@ export declare const zUpdateNodeM2mData: z.ZodObject<{
2760
2767
  y: z.ZodNumber;
2761
2768
  width: z.ZodInt;
2762
2769
  height: z.ZodInt;
2770
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2763
2771
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
2764
2772
  id: z.ZodUUID;
2765
2773
  src: z.ZodUUID;
@@ -3018,6 +3026,7 @@ export declare const zGetBlueprintM2mResponse: z.ZodObject<{
3018
3026
  y: z.ZodNumber;
3019
3027
  width: z.ZodInt;
3020
3028
  height: z.ZodInt;
3029
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
3021
3030
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
3022
3031
  id: z.ZodUUID;
3023
3032
  src: z.ZodUUID;
@@ -3808,6 +3817,7 @@ export declare const zPreviewBlueprintResponse: z.ZodObject<{
3808
3817
  y: z.ZodNumber;
3809
3818
  width: z.ZodInt;
3810
3819
  height: z.ZodInt;
3820
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
3811
3821
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
3812
3822
  id: z.ZodUUID;
3813
3823
  src: z.ZodUUID;
@@ -4772,6 +4782,7 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
4772
4782
  y: z.ZodNumber;
4773
4783
  width: z.ZodInt;
4774
4784
  height: z.ZodInt;
4785
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4775
4786
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
4776
4787
  id: z.ZodUUID;
4777
4788
  src: z.ZodUUID;
@@ -4963,6 +4974,7 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
4963
4974
  y: z.ZodNumber;
4964
4975
  width: z.ZodInt;
4965
4976
  height: z.ZodInt;
4977
+ release: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
4966
4978
  edges: z.ZodOptional<z.ZodArray<z.ZodObject<{
4967
4979
  id: z.ZodUUID;
4968
4980
  src: z.ZodUUID;
@@ -571,6 +571,7 @@ export const zNode = z.object({
571
571
  y: z.number(),
572
572
  width: z.int(),
573
573
  height: z.int(),
574
+ release: z.optional(z.boolean()).default(false),
574
575
  edges: z.optional(z.array(zEdge)),
575
576
  typ: zNodeType,
576
577
  props: z.optional(z.union([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoal-web-sdk",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build-hooks": "npx tsx tanstack-codegen/generator.ts",