shoal-web-sdk 0.0.121 → 0.0.122

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.
@@ -358,7 +358,7 @@ export type QueueNodeProps = {
358
358
  foobar?: string;
359
359
  };
360
360
  export type ProxyNodeProps = {
361
- domain?: string;
361
+ subdomain?: string;
362
362
  };
363
363
  export type VmNodeProps = {
364
364
  os?: string;
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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>;
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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<{
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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<{
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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<{
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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<{
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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<{
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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<{
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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<{
@@ -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
- domain: z.ZodOptional<z.ZodString>;
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<{
@@ -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
- domain: z.optional(z.string())
402
+ subdomain: z.optional(z.string())
403
403
  });
404
404
  export const zVmNodeProps = z.object({
405
405
  os: z.optional(z.string())
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoal-web-sdk",
3
- "version": "0.0.121",
3
+ "version": "0.0.122",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build-hooks": "npx tsx tanstack-codegen/generator.ts",