shoal-web-sdk 1.0.4 → 1.0.6
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 +3 -0
- package/dist/sdk/zod.gen.d.ts +30 -0
- package/dist/sdk/zod.gen.js +3 -0
- package/package.json +1 -1
package/dist/sdk/types.gen.d.ts
CHANGED
package/dist/sdk/zod.gen.d.ts
CHANGED
|
@@ -556,6 +556,9 @@ export declare const zContainerNodeProps: z.ZodObject<{
|
|
|
556
556
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
557
557
|
uri: z.ZodOptional<z.ZodString>;
|
|
558
558
|
installationId: z.ZodOptional<z.ZodString>;
|
|
559
|
+
language: z.ZodOptional<z.ZodString>;
|
|
560
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
561
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
559
562
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
560
563
|
}, z.core.$strip>;
|
|
561
564
|
export declare const zCronJobNodeProps: z.ZodObject<{
|
|
@@ -673,6 +676,9 @@ export declare const zNode: z.ZodObject<{
|
|
|
673
676
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
674
677
|
uri: z.ZodOptional<z.ZodString>;
|
|
675
678
|
installationId: z.ZodOptional<z.ZodString>;
|
|
679
|
+
language: z.ZodOptional<z.ZodString>;
|
|
680
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
681
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
676
682
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
677
683
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
678
684
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -815,6 +821,9 @@ export declare const zNodes: z.ZodObject<{
|
|
|
815
821
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
816
822
|
uri: z.ZodOptional<z.ZodString>;
|
|
817
823
|
installationId: z.ZodOptional<z.ZodString>;
|
|
824
|
+
language: z.ZodOptional<z.ZodString>;
|
|
825
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
826
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
818
827
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
819
828
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
820
829
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -960,6 +969,9 @@ export declare const zGraph: z.ZodObject<{
|
|
|
960
969
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
961
970
|
uri: z.ZodOptional<z.ZodString>;
|
|
962
971
|
installationId: z.ZodOptional<z.ZodString>;
|
|
972
|
+
language: z.ZodOptional<z.ZodString>;
|
|
973
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
974
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
963
975
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
964
976
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
965
977
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -1482,6 +1494,9 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
|
|
|
1482
1494
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
1483
1495
|
uri: z.ZodOptional<z.ZodString>;
|
|
1484
1496
|
installationId: z.ZodOptional<z.ZodString>;
|
|
1497
|
+
language: z.ZodOptional<z.ZodString>;
|
|
1498
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
1499
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
1485
1500
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1486
1501
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1487
1502
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -1626,6 +1641,9 @@ export declare const zUpdateGraphM2mData: z.ZodObject<{
|
|
|
1626
1641
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
1627
1642
|
uri: z.ZodOptional<z.ZodString>;
|
|
1628
1643
|
installationId: z.ZodOptional<z.ZodString>;
|
|
1644
|
+
language: z.ZodOptional<z.ZodString>;
|
|
1645
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
1646
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
1629
1647
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1630
1648
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1631
1649
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -1787,6 +1805,9 @@ export declare const zFetchNodeM2mResponse: z.ZodObject<{
|
|
|
1787
1805
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
1788
1806
|
uri: z.ZodOptional<z.ZodString>;
|
|
1789
1807
|
installationId: z.ZodOptional<z.ZodString>;
|
|
1808
|
+
language: z.ZodOptional<z.ZodString>;
|
|
1809
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
1810
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
1790
1811
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1791
1812
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1792
1813
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -1929,6 +1950,9 @@ export declare const zUpdateNodeM2mData: z.ZodObject<{
|
|
|
1929
1950
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
1930
1951
|
uri: z.ZodOptional<z.ZodString>;
|
|
1931
1952
|
installationId: z.ZodOptional<z.ZodString>;
|
|
1953
|
+
language: z.ZodOptional<z.ZodString>;
|
|
1954
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
1955
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
1932
1956
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1933
1957
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
1934
1958
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -2873,6 +2897,9 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
|
|
|
2873
2897
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
2874
2898
|
uri: z.ZodOptional<z.ZodString>;
|
|
2875
2899
|
installationId: z.ZodOptional<z.ZodString>;
|
|
2900
|
+
language: z.ZodOptional<z.ZodString>;
|
|
2901
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
2902
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
2876
2903
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
2877
2904
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
2878
2905
|
typ: z.ZodLiteral<"cronjob">;
|
|
@@ -3017,6 +3044,9 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
|
|
|
3017
3044
|
allowUnauthenticated: z.ZodOptional<z.ZodBoolean>;
|
|
3018
3045
|
uri: z.ZodOptional<z.ZodString>;
|
|
3019
3046
|
installationId: z.ZodOptional<z.ZodString>;
|
|
3047
|
+
language: z.ZodOptional<z.ZodString>;
|
|
3048
|
+
framework: z.ZodOptional<z.ZodString>;
|
|
3049
|
+
runtimeVersion: z.ZodOptional<z.ZodString>;
|
|
3020
3050
|
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3021
3051
|
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3022
3052
|
typ: z.ZodLiteral<"cronjob">;
|
package/dist/sdk/zod.gen.js
CHANGED
|
@@ -378,6 +378,9 @@ export const zContainerNodeProps = z.object({
|
|
|
378
378
|
allowUnauthenticated: z.optional(z.boolean()),
|
|
379
379
|
uri: z.optional(z.string()),
|
|
380
380
|
installationId: z.optional(z.string()),
|
|
381
|
+
language: z.optional(z.string()),
|
|
382
|
+
framework: z.optional(z.string()),
|
|
383
|
+
runtimeVersion: z.optional(z.string()),
|
|
381
384
|
env: z.optional(z.record(z.string(), z.string()))
|
|
382
385
|
});
|
|
383
386
|
export const zCronJobNodeProps = z.object({
|