shoal-web-sdk 1.0.57 → 1.0.58
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 +1 -1
- package/dist/sdk/zod.gen.d.ts +14 -14
- package/dist/sdk/zod.gen.js +1 -1
- package/package.json +1 -1
package/dist/sdk/types.gen.d.ts
CHANGED
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<{
|
|
@@ -988,7 +988,7 @@ export declare const zNode: z.ZodObject<{
|
|
|
988
988
|
typ: z.ZodLiteral<"route">;
|
|
989
989
|
}, z.core.$strip>, z.ZodObject<{
|
|
990
990
|
path: z.ZodString;
|
|
991
|
-
|
|
991
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
992
992
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
993
993
|
typ: z.ZodLiteral<"output">;
|
|
994
994
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1219,7 +1219,7 @@ export declare const zNodes: z.ZodObject<{
|
|
|
1219
1219
|
typ: z.ZodLiteral<"route">;
|
|
1220
1220
|
}, z.core.$strip>, z.ZodObject<{
|
|
1221
1221
|
path: z.ZodString;
|
|
1222
|
-
|
|
1222
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
1223
1223
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1224
1224
|
typ: z.ZodLiteral<"output">;
|
|
1225
1225
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1453,7 +1453,7 @@ export declare const zGraph: z.ZodObject<{
|
|
|
1453
1453
|
typ: z.ZodLiteral<"route">;
|
|
1454
1454
|
}, z.core.$strip>, z.ZodObject<{
|
|
1455
1455
|
path: z.ZodString;
|
|
1456
|
-
|
|
1456
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
1457
1457
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1458
1458
|
typ: z.ZodLiteral<"output">;
|
|
1459
1459
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -1692,7 +1692,7 @@ export declare const zBlueprintDetail: z.ZodObject<{
|
|
|
1692
1692
|
typ: z.ZodLiteral<"route">;
|
|
1693
1693
|
}, z.core.$strip>, z.ZodObject<{
|
|
1694
1694
|
path: z.ZodString;
|
|
1695
|
-
|
|
1695
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
1696
1696
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1697
1697
|
typ: z.ZodLiteral<"output">;
|
|
1698
1698
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2549,7 +2549,7 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
|
|
|
2549
2549
|
typ: z.ZodLiteral<"route">;
|
|
2550
2550
|
}, z.core.$strip>, z.ZodObject<{
|
|
2551
2551
|
path: z.ZodString;
|
|
2552
|
-
|
|
2552
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
2553
2553
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2554
2554
|
typ: z.ZodLiteral<"output">;
|
|
2555
2555
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2782,7 +2782,7 @@ export declare const zUpdateGraphM2mData: z.ZodObject<{
|
|
|
2782
2782
|
typ: z.ZodLiteral<"route">;
|
|
2783
2783
|
}, z.core.$strip>, z.ZodObject<{
|
|
2784
2784
|
path: z.ZodString;
|
|
2785
|
-
|
|
2785
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
2786
2786
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2787
2787
|
typ: z.ZodLiteral<"output">;
|
|
2788
2788
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -3032,7 +3032,7 @@ export declare const zFetchNodeM2mResponse: z.ZodObject<{
|
|
|
3032
3032
|
typ: z.ZodLiteral<"route">;
|
|
3033
3033
|
}, z.core.$strip>, z.ZodObject<{
|
|
3034
3034
|
path: z.ZodString;
|
|
3035
|
-
|
|
3035
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
3036
3036
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3037
3037
|
typ: z.ZodLiteral<"output">;
|
|
3038
3038
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -3263,7 +3263,7 @@ export declare const zUpdateNodeM2mData: z.ZodObject<{
|
|
|
3263
3263
|
typ: z.ZodLiteral<"route">;
|
|
3264
3264
|
}, z.core.$strip>, z.ZodObject<{
|
|
3265
3265
|
path: z.ZodString;
|
|
3266
|
-
|
|
3266
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
3267
3267
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3268
3268
|
typ: z.ZodLiteral<"output">;
|
|
3269
3269
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -3563,7 +3563,7 @@ export declare const zGetBlueprintM2mResponse: z.ZodObject<{
|
|
|
3563
3563
|
typ: z.ZodLiteral<"route">;
|
|
3564
3564
|
}, z.core.$strip>, z.ZodObject<{
|
|
3565
3565
|
path: z.ZodString;
|
|
3566
|
-
|
|
3566
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
3567
3567
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3568
3568
|
typ: z.ZodLiteral<"output">;
|
|
3569
3569
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -4455,7 +4455,7 @@ export declare const zPreviewBlueprintResponse: z.ZodObject<{
|
|
|
4455
4455
|
typ: z.ZodLiteral<"route">;
|
|
4456
4456
|
}, z.core.$strip>, z.ZodObject<{
|
|
4457
4457
|
path: z.ZodString;
|
|
4458
|
-
|
|
4458
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
4459
4459
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
4460
4460
|
typ: z.ZodLiteral<"output">;
|
|
4461
4461
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -5474,7 +5474,7 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
|
|
|
5474
5474
|
typ: z.ZodLiteral<"route">;
|
|
5475
5475
|
}, z.core.$strip>, z.ZodObject<{
|
|
5476
5476
|
path: z.ZodString;
|
|
5477
|
-
|
|
5477
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
5478
5478
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
5479
5479
|
typ: z.ZodLiteral<"output">;
|
|
5480
5480
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -5707,7 +5707,7 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
|
|
|
5707
5707
|
typ: z.ZodLiteral<"route">;
|
|
5708
5708
|
}, z.core.$strip>, z.ZodObject<{
|
|
5709
5709
|
path: z.ZodString;
|
|
5710
|
-
|
|
5710
|
+
rewrite: z.ZodOptional<z.ZodString>;
|
|
5711
5711
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
5712
5712
|
typ: z.ZodLiteral<"output">;
|
|
5713
5713
|
}, z.core.$strip>, z.ZodObject<{
|
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(),
|