shoal-web-sdk 1.0.57 → 1.0.59
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 -1
- package/dist/sdk/zod.gen.d.ts +27 -14
- package/dist/sdk/zod.gen.js +2 -1
- package/package.json +1 -1
package/dist/sdk/types.gen.d.ts
CHANGED
|
@@ -509,7 +509,7 @@ export type NetworkEdgeProps = {
|
|
|
509
509
|
};
|
|
510
510
|
export type RouteEdgeProps = {
|
|
511
511
|
path: string;
|
|
512
|
-
|
|
512
|
+
rewrite?: string;
|
|
513
513
|
};
|
|
514
514
|
export type OutputKeyMapping = {
|
|
515
515
|
output_key: string;
|
|
@@ -737,6 +737,7 @@ export type VmNodeProps = {
|
|
|
737
737
|
sshKeys?: {
|
|
738
738
|
[key: string]: string;
|
|
739
739
|
};
|
|
740
|
+
subdomain: string;
|
|
740
741
|
protocolPorts?: {
|
|
741
742
|
[key: string]: Array<number>;
|
|
742
743
|
};
|
package/dist/sdk/zod.gen.d.ts
CHANGED
|
@@ -620,7 +620,7 @@ export declare const zNetworkEdgeProps: z.ZodObject<{
|
|
|
620
620
|
}, z.core.$strip>;
|
|
621
621
|
export declare const zRouteEdgeProps: z.ZodObject<{
|
|
622
622
|
path: z.ZodString;
|
|
623
|
-
|
|
623
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
624
624
|
}, z.core.$strip>;
|
|
625
625
|
export declare const zOutputKeyMapping: z.ZodObject<{
|
|
626
626
|
output_key: z.ZodString;
|
|
@@ -688,7 +688,7 @@ export declare const zEdge: z.ZodObject<{
|
|
|
688
688
|
typ: z.ZodLiteral<"route">;
|
|
689
689
|
}, z.core.$strip>, z.ZodObject<{
|
|
690
690
|
path: z.ZodString;
|
|
691
|
-
|
|
691
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
692
692
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
693
693
|
typ: z.ZodLiteral<"output">;
|
|
694
694
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -960,6 +960,7 @@ export declare const zVmNodeProps: z.ZodObject<{
|
|
|
960
960
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
961
961
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
962
962
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
963
|
+
subdomain: z.ZodString;
|
|
963
964
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
964
965
|
}, z.core.$strip>;
|
|
965
966
|
export declare const zNode: z.ZodObject<{
|
|
@@ -988,7 +989,7 @@ export declare const zNode: z.ZodObject<{
|
|
|
988
989
|
typ: z.ZodLiteral<"route">;
|
|
989
990
|
}, z.core.$strip>, z.ZodObject<{
|
|
990
991
|
path: z.ZodString;
|
|
991
|
-
|
|
992
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
992
993
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
993
994
|
typ: z.ZodLiteral<"output">;
|
|
994
995
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1172,6 +1173,7 @@ export declare const zNode: z.ZodObject<{
|
|
|
1172
1173
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
1173
1174
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
1174
1175
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1176
|
+
subdomain: z.ZodString;
|
|
1175
1177
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
1176
1178
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1177
1179
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -1219,7 +1221,7 @@ export declare const zNodes: z.ZodObject<{
|
|
|
1219
1221
|
typ: z.ZodLiteral<"route">;
|
|
1220
1222
|
}, z.core.$strip>, z.ZodObject<{
|
|
1221
1223
|
path: z.ZodString;
|
|
1222
|
-
|
|
1224
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
1223
1225
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1224
1226
|
typ: z.ZodLiteral<"output">;
|
|
1225
1227
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1403,6 +1405,7 @@ export declare const zNodes: z.ZodObject<{
|
|
|
1403
1405
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
1404
1406
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
1405
1407
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1408
|
+
subdomain: z.ZodString;
|
|
1406
1409
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
1407
1410
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1408
1411
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -1453,7 +1456,7 @@ export declare const zGraph: z.ZodObject<{
|
|
|
1453
1456
|
typ: z.ZodLiteral<"route">;
|
|
1454
1457
|
}, z.core.$strip>, z.ZodObject<{
|
|
1455
1458
|
path: z.ZodString;
|
|
1456
|
-
|
|
1459
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
1457
1460
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1458
1461
|
typ: z.ZodLiteral<"output">;
|
|
1459
1462
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1637,6 +1640,7 @@ export declare const zGraph: z.ZodObject<{
|
|
|
1637
1640
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
1638
1641
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
1639
1642
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1643
|
+
subdomain: z.ZodString;
|
|
1640
1644
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
1641
1645
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1642
1646
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -1692,7 +1696,7 @@ export declare const zBlueprintDetail: z.ZodObject<{
|
|
|
1692
1696
|
typ: z.ZodLiteral<"route">;
|
|
1693
1697
|
}, z.core.$strip>, z.ZodObject<{
|
|
1694
1698
|
path: z.ZodString;
|
|
1695
|
-
|
|
1699
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
1696
1700
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1697
1701
|
typ: z.ZodLiteral<"output">;
|
|
1698
1702
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1876,6 +1880,7 @@ export declare const zBlueprintDetail: z.ZodObject<{
|
|
|
1876
1880
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
1877
1881
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
1878
1882
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1883
|
+
subdomain: z.ZodString;
|
|
1879
1884
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
1880
1885
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1881
1886
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -2549,7 +2554,7 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
|
|
|
2549
2554
|
typ: z.ZodLiteral<"route">;
|
|
2550
2555
|
}, z.core.$strip>, z.ZodObject<{
|
|
2551
2556
|
path: z.ZodString;
|
|
2552
|
-
|
|
2557
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
2553
2558
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2554
2559
|
typ: z.ZodLiteral<"output">;
|
|
2555
2560
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2733,6 +2738,7 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
|
|
|
2733
2738
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
2734
2739
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
2735
2740
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2741
|
+
subdomain: z.ZodString;
|
|
2736
2742
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
2737
2743
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2738
2744
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -2782,7 +2788,7 @@ export declare const zUpdateGraphM2mData: z.ZodObject<{
|
|
|
2782
2788
|
typ: z.ZodLiteral<"route">;
|
|
2783
2789
|
}, z.core.$strip>, z.ZodObject<{
|
|
2784
2790
|
path: z.ZodString;
|
|
2785
|
-
|
|
2791
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
2786
2792
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2787
2793
|
typ: z.ZodLiteral<"output">;
|
|
2788
2794
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2966,6 +2972,7 @@ export declare const zUpdateGraphM2mData: z.ZodObject<{
|
|
|
2966
2972
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
2967
2973
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
2968
2974
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2975
|
+
subdomain: z.ZodString;
|
|
2969
2976
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
2970
2977
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2971
2978
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -3032,7 +3039,7 @@ export declare const zFetchNodeM2mResponse: z.ZodObject<{
|
|
|
3032
3039
|
typ: z.ZodLiteral<"route">;
|
|
3033
3040
|
}, z.core.$strip>, z.ZodObject<{
|
|
3034
3041
|
path: z.ZodString;
|
|
3035
|
-
|
|
3042
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
3036
3043
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3037
3044
|
typ: z.ZodLiteral<"output">;
|
|
3038
3045
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -3216,6 +3223,7 @@ export declare const zFetchNodeM2mResponse: z.ZodObject<{
|
|
|
3216
3223
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
3217
3224
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
3218
3225
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3226
|
+
subdomain: z.ZodString;
|
|
3219
3227
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
3220
3228
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3221
3229
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -3263,7 +3271,7 @@ export declare const zUpdateNodeM2mData: z.ZodObject<{
|
|
|
3263
3271
|
typ: z.ZodLiteral<"route">;
|
|
3264
3272
|
}, z.core.$strip>, z.ZodObject<{
|
|
3265
3273
|
path: z.ZodString;
|
|
3266
|
-
|
|
3274
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
3267
3275
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3268
3276
|
typ: z.ZodLiteral<"output">;
|
|
3269
3277
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -3447,6 +3455,7 @@ export declare const zUpdateNodeM2mData: z.ZodObject<{
|
|
|
3447
3455
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
3448
3456
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
3449
3457
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3458
|
+
subdomain: z.ZodString;
|
|
3450
3459
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
3451
3460
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3452
3461
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -3563,7 +3572,7 @@ export declare const zGetBlueprintM2mResponse: z.ZodObject<{
|
|
|
3563
3572
|
typ: z.ZodLiteral<"route">;
|
|
3564
3573
|
}, z.core.$strip>, z.ZodObject<{
|
|
3565
3574
|
path: z.ZodString;
|
|
3566
|
-
|
|
3575
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
3567
3576
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3568
3577
|
typ: z.ZodLiteral<"output">;
|
|
3569
3578
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -3747,6 +3756,7 @@ export declare const zGetBlueprintM2mResponse: z.ZodObject<{
|
|
|
3747
3756
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
3748
3757
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
3749
3758
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3759
|
+
subdomain: z.ZodString;
|
|
3750
3760
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
3751
3761
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3752
3762
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -4455,7 +4465,7 @@ export declare const zPreviewBlueprintResponse: z.ZodObject<{
|
|
|
4455
4465
|
typ: z.ZodLiteral<"route">;
|
|
4456
4466
|
}, z.core.$strip>, z.ZodObject<{
|
|
4457
4467
|
path: z.ZodString;
|
|
4458
|
-
|
|
4468
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
4459
4469
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
4460
4470
|
typ: z.ZodLiteral<"output">;
|
|
4461
4471
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -4639,6 +4649,7 @@ export declare const zPreviewBlueprintResponse: z.ZodObject<{
|
|
|
4639
4649
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
4640
4650
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
4641
4651
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4652
|
+
subdomain: z.ZodString;
|
|
4642
4653
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
4643
4654
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
4644
4655
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -5474,7 +5485,7 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
|
|
|
5474
5485
|
typ: z.ZodLiteral<"route">;
|
|
5475
5486
|
}, z.core.$strip>, z.ZodObject<{
|
|
5476
5487
|
path: z.ZodString;
|
|
5477
|
-
|
|
5488
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
5478
5489
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
5479
5490
|
typ: z.ZodLiteral<"output">;
|
|
5480
5491
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -5658,6 +5669,7 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
|
|
|
5658
5669
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
5659
5670
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
5660
5671
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5672
|
+
subdomain: z.ZodString;
|
|
5661
5673
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
5662
5674
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
5663
5675
|
typ: z.ZodLiteral<"scheduler">;
|
|
@@ -5707,7 +5719,7 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
|
|
|
5707
5719
|
typ: z.ZodLiteral<"route">;
|
|
5708
5720
|
}, z.core.$strip>, z.ZodObject<{
|
|
5709
5721
|
path: z.ZodString;
|
|
5710
|
-
|
|
5722
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
5711
5723
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
5712
5724
|
typ: z.ZodLiteral<"output">;
|
|
5713
5725
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -5891,6 +5903,7 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
|
|
|
5891
5903
|
startUpScript: z.ZodOptional<z.ZodString>;
|
|
5892
5904
|
dockerComposeFile: z.ZodOptional<z.ZodString>;
|
|
5893
5905
|
sshKeys: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
5906
|
+
subdomain: z.ZodString;
|
|
5894
5907
|
protocolPorts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodCoercedBigInt<unknown>>>>;
|
|
5895
5908
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
5896
5909
|
typ: z.ZodLiteral<"scheduler">;
|
package/dist/sdk/zod.gen.js
CHANGED
|
@@ -424,7 +424,7 @@ export const zNetworkEdgeProps = z.object({
|
|
|
424
424
|
});
|
|
425
425
|
export const zRouteEdgeProps = z.object({
|
|
426
426
|
path: z.string(),
|
|
427
|
-
|
|
427
|
+
rewrite: z.optional(z.string())
|
|
428
428
|
});
|
|
429
429
|
export const zOutputKeyMapping = z.object({
|
|
430
430
|
output_key: z.string(),
|
|
@@ -670,6 +670,7 @@ export const zVmNodeProps = z.object({
|
|
|
670
670
|
startUpScript: z.optional(z.string()),
|
|
671
671
|
dockerComposeFile: z.optional(z.string()),
|
|
672
672
|
sshKeys: z.optional(z.record(z.string(), z.string())),
|
|
673
|
+
subdomain: z.string(),
|
|
673
674
|
protocolPorts: z.optional(z.record(z.string(), z.array(z.coerce.bigint().gte(BigInt(1)).lte(BigInt(65535)))))
|
|
674
675
|
});
|
|
675
676
|
export const zNode = z.object({
|