shoal-web-sdk 0.0.100 → 0.0.102
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 -2
- package/dist/sdk/zod.gen.d.ts +8 -15
- package/dist/sdk/zod.gen.js +1 -2
- package/package.json +1 -1
package/dist/sdk/types.gen.d.ts
CHANGED
|
@@ -259,7 +259,7 @@ export type NetworkEdgeProps = {
|
|
|
259
259
|
a?: string;
|
|
260
260
|
};
|
|
261
261
|
export type RouteEdgeProps = {
|
|
262
|
-
|
|
262
|
+
subdomain?: string;
|
|
263
263
|
};
|
|
264
264
|
export type Node = {
|
|
265
265
|
id: string;
|
|
@@ -317,7 +317,6 @@ export type ContainerNodeProps = {
|
|
|
317
317
|
concurrency?: number;
|
|
318
318
|
allowUnauthenticated?: boolean;
|
|
319
319
|
uri: string;
|
|
320
|
-
serviceName: string;
|
|
321
320
|
env?: {
|
|
322
321
|
[key: string]: string;
|
|
323
322
|
};
|
package/dist/sdk/zod.gen.d.ts
CHANGED
|
@@ -391,7 +391,7 @@ export declare const zNetworkEdgeProps: z.ZodObject<{
|
|
|
391
391
|
a: z.ZodOptional<z.ZodString>;
|
|
392
392
|
}, z.core.$strip>;
|
|
393
393
|
export declare const zRouteEdgeProps: z.ZodObject<{
|
|
394
|
-
|
|
394
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
395
395
|
}, z.core.$strip>;
|
|
396
396
|
export declare const zEdgeType: z.ZodEnum<{
|
|
397
397
|
network: "network";
|
|
@@ -412,7 +412,7 @@ export declare const zEdge: z.ZodObject<{
|
|
|
412
412
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
413
413
|
typ: z.ZodLiteral<"cache">;
|
|
414
414
|
}, z.core.$strip>, z.ZodObject<{
|
|
415
|
-
|
|
415
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
416
416
|
}, z.core.$strip>>]>>;
|
|
417
417
|
}, z.core.$strip>;
|
|
418
418
|
export declare const zNodeType: z.ZodEnum<{
|
|
@@ -553,7 +553,6 @@ export declare const zContainerNodeProps: z.ZodObject<{
|
|
|
553
553
|
concurrency: z.ZodOptional<z.ZodInt>;
|
|
554
554
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
555
555
|
uri: z.ZodString;
|
|
556
|
-
serviceName: z.ZodString;
|
|
557
556
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
558
557
|
}, z.core.$strip>;
|
|
559
558
|
export declare const zCronJobNodeProps: z.ZodObject<{
|
|
@@ -597,7 +596,7 @@ export declare const zNode: z.ZodObject<{
|
|
|
597
596
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
598
597
|
typ: z.ZodLiteral<"cache">;
|
|
599
598
|
}, z.core.$strip>, z.ZodObject<{
|
|
600
|
-
|
|
599
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
601
600
|
}, z.core.$strip>>]>>;
|
|
602
601
|
}, z.core.$strip>>>;
|
|
603
602
|
typ: z.ZodEnum<{
|
|
@@ -684,7 +683,6 @@ export declare const zNode: z.ZodObject<{
|
|
|
684
683
|
concurrency: z.ZodOptional<z.ZodInt>;
|
|
685
684
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
686
685
|
uri: z.ZodString;
|
|
687
|
-
serviceName: z.ZodString;
|
|
688
686
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
689
687
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
690
688
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -741,7 +739,7 @@ export declare const zNodes: z.ZodObject<{
|
|
|
741
739
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
742
740
|
typ: z.ZodLiteral<"cache">;
|
|
743
741
|
}, z.core.$strip>, z.ZodObject<{
|
|
744
|
-
|
|
742
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
745
743
|
}, z.core.$strip>>]>>;
|
|
746
744
|
}, z.core.$strip>>>;
|
|
747
745
|
typ: z.ZodEnum<{
|
|
@@ -828,7 +826,6 @@ export declare const zNodes: z.ZodObject<{
|
|
|
828
826
|
concurrency: z.ZodOptional<z.ZodInt>;
|
|
829
827
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
830
828
|
uri: z.ZodString;
|
|
831
|
-
serviceName: z.ZodString;
|
|
832
829
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
833
830
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
834
831
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -887,7 +884,7 @@ export declare const zGraph: z.ZodObject<{
|
|
|
887
884
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
888
885
|
typ: z.ZodLiteral<"cache">;
|
|
889
886
|
}, z.core.$strip>, z.ZodObject<{
|
|
890
|
-
|
|
887
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
891
888
|
}, z.core.$strip>>]>>;
|
|
892
889
|
}, z.core.$strip>>>;
|
|
893
890
|
typ: z.ZodEnum<{
|
|
@@ -974,7 +971,6 @@ export declare const zGraph: z.ZodObject<{
|
|
|
974
971
|
concurrency: z.ZodOptional<z.ZodInt>;
|
|
975
972
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
976
973
|
uri: z.ZodString;
|
|
977
|
-
serviceName: z.ZodString;
|
|
978
974
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
979
975
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
980
976
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -1170,7 +1166,7 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
|
|
|
1170
1166
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1171
1167
|
typ: z.ZodLiteral<"cache">;
|
|
1172
1168
|
}, z.core.$strip>, z.ZodObject<{
|
|
1173
|
-
|
|
1169
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
1174
1170
|
}, z.core.$strip>>]>>;
|
|
1175
1171
|
}, z.core.$strip>>>;
|
|
1176
1172
|
typ: z.ZodEnum<{
|
|
@@ -1257,7 +1253,6 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
|
|
|
1257
1253
|
concurrency: z.ZodOptional<z.ZodInt>;
|
|
1258
1254
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
1259
1255
|
uri: z.ZodString;
|
|
1260
|
-
serviceName: z.ZodString;
|
|
1261
1256
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1262
1257
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1263
1258
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -1892,7 +1887,7 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
|
|
|
1892
1887
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1893
1888
|
typ: z.ZodLiteral<"cache">;
|
|
1894
1889
|
}, z.core.$strip>, z.ZodObject<{
|
|
1895
|
-
|
|
1890
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
1896
1891
|
}, z.core.$strip>>]>>;
|
|
1897
1892
|
}, z.core.$strip>>>;
|
|
1898
1893
|
typ: z.ZodEnum<{
|
|
@@ -1979,7 +1974,6 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
|
|
|
1979
1974
|
concurrency: z.ZodOptional<z.ZodInt>;
|
|
1980
1975
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
1981
1976
|
uri: z.ZodString;
|
|
1982
|
-
serviceName: z.ZodString;
|
|
1983
1977
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1984
1978
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1985
1979
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -2038,7 +2032,7 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
|
|
|
2038
2032
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2039
2033
|
typ: z.ZodLiteral<"cache">;
|
|
2040
2034
|
}, z.core.$strip>, z.ZodObject<{
|
|
2041
|
-
|
|
2035
|
+
subdomain: z.ZodOptional<z.ZodString>;
|
|
2042
2036
|
}, z.core.$strip>>]>>;
|
|
2043
2037
|
}, z.core.$strip>>>;
|
|
2044
2038
|
typ: z.ZodEnum<{
|
|
@@ -2125,7 +2119,6 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
|
|
|
2125
2119
|
concurrency: z.ZodOptional<z.ZodInt>;
|
|
2126
2120
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
2127
2121
|
uri: z.ZodString;
|
|
2128
|
-
serviceName: z.ZodString;
|
|
2129
2122
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2130
2123
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2131
2124
|
typ: z.ZodLiteral<"cronjob">;
|
package/dist/sdk/zod.gen.js
CHANGED
|
@@ -245,7 +245,7 @@ export const zNetworkEdgeProps = z.object({
|
|
|
245
245
|
a: z.optional(z.string())
|
|
246
246
|
});
|
|
247
247
|
export const zRouteEdgeProps = z.object({
|
|
248
|
-
|
|
248
|
+
subdomain: z.optional(z.string())
|
|
249
249
|
});
|
|
250
250
|
export const zEdgeType = z.enum([
|
|
251
251
|
'network',
|
|
@@ -353,7 +353,6 @@ export const zContainerNodeProps = z.object({
|
|
|
353
353
|
concurrency: z.optional(z.int()),
|
|
354
354
|
allowUnauthenticated: z.optional(z.boolean()),
|
|
355
355
|
uri: z.string(),
|
|
356
|
-
serviceName: z.string(),
|
|
357
356
|
env: z.optional(z.record(z.string(), z.string()))
|
|
358
357
|
});
|
|
359
358
|
export const zCronJobNodeProps = z.object({
|