shoal-web-sdk 0.0.121 → 0.0.123
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/dist/sdk/types.gen.d.ts +2 -2
- package/dist/sdk/zod.gen.d.ts +19 -19
- package/dist/sdk/zod.gen.js +2 -2
- package/package.json +1 -1
package/dist/sdk/types.gen.d.ts
CHANGED
|
@@ -278,7 +278,7 @@ export type NetworkEdgeProps = {
|
|
|
278
278
|
a?: string;
|
|
279
279
|
};
|
|
280
280
|
export type RouteEdgeProps = {
|
|
281
|
-
|
|
281
|
+
path?: string;
|
|
282
282
|
};
|
|
283
283
|
export type Node = {
|
|
284
284
|
id: string;
|
|
@@ -358,7 +358,7 @@ export type QueueNodeProps = {
|
|
|
358
358
|
foobar?: string;
|
|
359
359
|
};
|
|
360
360
|
export type ProxyNodeProps = {
|
|
361
|
-
|
|
361
|
+
subdomain?: string;
|
|
362
362
|
};
|
|
363
363
|
export type VmNodeProps = {
|
|
364
364
|
os?: string;
|
package/dist/sdk/zod.gen.d.ts
CHANGED
|
@@ -430,7 +430,7 @@ export declare const zNetworkEdgeProps: z.ZodObject<{
|
|
|
430
430
|
a: z.ZodOptional<z.ZodString>;
|
|
431
431
|
}, z.core.$strip>;
|
|
432
432
|
export declare const zRouteEdgeProps: z.ZodObject<{
|
|
433
|
-
|
|
433
|
+
path: z.ZodOptional<z.ZodString>;
|
|
434
434
|
}, z.core.$strip>;
|
|
435
435
|
export declare const zEdgeType: z.ZodEnum<{
|
|
436
436
|
network: "network";
|
|
@@ -451,7 +451,7 @@ export declare const zEdge: z.ZodObject<{
|
|
|
451
451
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
452
452
|
typ: z.ZodLiteral<"cache">;
|
|
453
453
|
}, z.core.$strip>, z.ZodObject<{
|
|
454
|
-
|
|
454
|
+
path: z.ZodOptional<z.ZodString>;
|
|
455
455
|
}, z.core.$strip>>]>>;
|
|
456
456
|
}, z.core.$strip>;
|
|
457
457
|
export declare const zNodeType: z.ZodEnum<{
|
|
@@ -604,7 +604,7 @@ export declare const zQueueNodeProps: z.ZodObject<{
|
|
|
604
604
|
foobar: z.ZodOptional<z.ZodString>;
|
|
605
605
|
}, z.core.$strip>;
|
|
606
606
|
export declare const zProxyNodeProps: z.ZodObject<{
|
|
607
|
-
|
|
607
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
608
608
|
}, z.core.$strip>;
|
|
609
609
|
export declare const zVmNodeProps: z.ZodObject<{
|
|
610
610
|
os: z.ZodOptional<z.ZodString>;
|
|
@@ -632,7 +632,7 @@ export declare const zNode: z.ZodObject<{
|
|
|
632
632
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
633
633
|
typ: z.ZodLiteral<"cache">;
|
|
634
634
|
}, z.core.$strip>, z.ZodObject<{
|
|
635
|
-
|
|
635
|
+
path: z.ZodOptional<z.ZodString>;
|
|
636
636
|
}, z.core.$strip>>]>>;
|
|
637
637
|
}, z.core.$strip>>>;
|
|
638
638
|
typ: z.ZodEnum<{
|
|
@@ -738,7 +738,7 @@ export declare const zNode: z.ZodObject<{
|
|
|
738
738
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
739
739
|
typ: z.ZodLiteral<"proxy">;
|
|
740
740
|
}, z.core.$strip>, z.ZodObject<{
|
|
741
|
-
|
|
741
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
742
742
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
743
743
|
typ: z.ZodLiteral<"vm">;
|
|
744
744
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -774,7 +774,7 @@ export declare const zNodes: z.ZodObject<{
|
|
|
774
774
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
775
775
|
typ: z.ZodLiteral<"cache">;
|
|
776
776
|
}, z.core.$strip>, z.ZodObject<{
|
|
777
|
-
|
|
777
|
+
path: z.ZodOptional<z.ZodString>;
|
|
778
778
|
}, z.core.$strip>>]>>;
|
|
779
779
|
}, z.core.$strip>>>;
|
|
780
780
|
typ: z.ZodEnum<{
|
|
@@ -880,7 +880,7 @@ export declare const zNodes: z.ZodObject<{
|
|
|
880
880
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
881
881
|
typ: z.ZodLiteral<"proxy">;
|
|
882
882
|
}, z.core.$strip>, z.ZodObject<{
|
|
883
|
-
|
|
883
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
884
884
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
885
885
|
typ: z.ZodLiteral<"vm">;
|
|
886
886
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -918,7 +918,7 @@ export declare const zGraph: z.ZodObject<{
|
|
|
918
918
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
919
919
|
typ: z.ZodLiteral<"cache">;
|
|
920
920
|
}, z.core.$strip>, z.ZodObject<{
|
|
921
|
-
|
|
921
|
+
path: z.ZodOptional<z.ZodString>;
|
|
922
922
|
}, z.core.$strip>>]>>;
|
|
923
923
|
}, z.core.$strip>>>;
|
|
924
924
|
typ: z.ZodEnum<{
|
|
@@ -1024,7 +1024,7 @@ export declare const zGraph: z.ZodObject<{
|
|
|
1024
1024
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1025
1025
|
typ: z.ZodLiteral<"proxy">;
|
|
1026
1026
|
}, z.core.$strip>, z.ZodObject<{
|
|
1027
|
-
|
|
1027
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
1028
1028
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1029
1029
|
typ: z.ZodLiteral<"vm">;
|
|
1030
1030
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1266,7 +1266,7 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
|
|
|
1266
1266
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1267
1267
|
typ: z.ZodLiteral<"cache">;
|
|
1268
1268
|
}, z.core.$strip>, z.ZodObject<{
|
|
1269
|
-
|
|
1269
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1270
1270
|
}, z.core.$strip>>]>>;
|
|
1271
1271
|
}, z.core.$strip>>>;
|
|
1272
1272
|
typ: z.ZodEnum<{
|
|
@@ -1372,7 +1372,7 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
|
|
|
1372
1372
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1373
1373
|
typ: z.ZodLiteral<"proxy">;
|
|
1374
1374
|
}, z.core.$strip>, z.ZodObject<{
|
|
1375
|
-
|
|
1375
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
1376
1376
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1377
1377
|
typ: z.ZodLiteral<"vm">;
|
|
1378
1378
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1410,7 +1410,7 @@ export declare const zUpdateGraphM2mData: z.ZodObject<{
|
|
|
1410
1410
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1411
1411
|
typ: z.ZodLiteral<"cache">;
|
|
1412
1412
|
}, z.core.$strip>, z.ZodObject<{
|
|
1413
|
-
|
|
1413
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1414
1414
|
}, z.core.$strip>>]>>;
|
|
1415
1415
|
}, z.core.$strip>>>;
|
|
1416
1416
|
typ: z.ZodEnum<{
|
|
@@ -1516,7 +1516,7 @@ export declare const zUpdateGraphM2mData: z.ZodObject<{
|
|
|
1516
1516
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1517
1517
|
typ: z.ZodLiteral<"proxy">;
|
|
1518
1518
|
}, z.core.$strip>, z.ZodObject<{
|
|
1519
|
-
|
|
1519
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
1520
1520
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1521
1521
|
typ: z.ZodLiteral<"vm">;
|
|
1522
1522
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1568,7 +1568,7 @@ export declare const zFetchNodeM2mResponse: z.ZodObject<{
|
|
|
1568
1568
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1569
1569
|
typ: z.ZodLiteral<"cache">;
|
|
1570
1570
|
}, z.core.$strip>, z.ZodObject<{
|
|
1571
|
-
|
|
1571
|
+
path: z.ZodOptional<z.ZodString>;
|
|
1572
1572
|
}, z.core.$strip>>]>>;
|
|
1573
1573
|
}, z.core.$strip>>>;
|
|
1574
1574
|
typ: z.ZodEnum<{
|
|
@@ -1674,7 +1674,7 @@ export declare const zFetchNodeM2mResponse: z.ZodObject<{
|
|
|
1674
1674
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1675
1675
|
typ: z.ZodLiteral<"proxy">;
|
|
1676
1676
|
}, z.core.$strip>, z.ZodObject<{
|
|
1677
|
-
|
|
1677
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
1678
1678
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1679
1679
|
typ: z.ZodLiteral<"vm">;
|
|
1680
1680
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2331,7 +2331,7 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
|
|
|
2331
2331
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2332
2332
|
typ: z.ZodLiteral<"cache">;
|
|
2333
2333
|
}, z.core.$strip>, z.ZodObject<{
|
|
2334
|
-
|
|
2334
|
+
path: z.ZodOptional<z.ZodString>;
|
|
2335
2335
|
}, z.core.$strip>>]>>;
|
|
2336
2336
|
}, z.core.$strip>>>;
|
|
2337
2337
|
typ: z.ZodEnum<{
|
|
@@ -2437,7 +2437,7 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
|
|
|
2437
2437
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2438
2438
|
typ: z.ZodLiteral<"proxy">;
|
|
2439
2439
|
}, z.core.$strip>, z.ZodObject<{
|
|
2440
|
-
|
|
2440
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
2441
2441
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2442
2442
|
typ: z.ZodLiteral<"vm">;
|
|
2443
2443
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2475,7 +2475,7 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
|
|
|
2475
2475
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2476
2476
|
typ: z.ZodLiteral<"cache">;
|
|
2477
2477
|
}, z.core.$strip>, z.ZodObject<{
|
|
2478
|
-
|
|
2478
|
+
path: z.ZodOptional<z.ZodString>;
|
|
2479
2479
|
}, z.core.$strip>>]>>;
|
|
2480
2480
|
}, z.core.$strip>>>;
|
|
2481
2481
|
typ: z.ZodEnum<{
|
|
@@ -2581,7 +2581,7 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
|
|
|
2581
2581
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2582
2582
|
typ: z.ZodLiteral<"proxy">;
|
|
2583
2583
|
}, z.core.$strip>, z.ZodObject<{
|
|
2584
|
-
|
|
2584
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
2585
2585
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2586
2586
|
typ: z.ZodLiteral<"vm">;
|
|
2587
2587
|
}, z.core.$strip>, z.ZodObject<{
|
package/dist/sdk/zod.gen.js
CHANGED
|
@@ -277,7 +277,7 @@ export const zNetworkEdgeProps = z.object({
|
|
|
277
277
|
a: z.optional(z.string())
|
|
278
278
|
});
|
|
279
279
|
export const zRouteEdgeProps = z.object({
|
|
280
|
-
|
|
280
|
+
path: z.optional(z.string())
|
|
281
281
|
});
|
|
282
282
|
export const zEdgeType = z.enum([
|
|
283
283
|
'network',
|
|
@@ -399,7 +399,7 @@ export const zQueueNodeProps = z.object({
|
|
|
399
399
|
foobar: z.optional(z.string())
|
|
400
400
|
});
|
|
401
401
|
export const zProxyNodeProps = z.object({
|
|
402
|
-
|
|
402
|
+
subdomain: z.optional(z.string())
|
|
403
403
|
});
|
|
404
404
|
export const zVmNodeProps = z.object({
|
|
405
405
|
os: z.optional(z.string())
|