shoal-web-sdk 0.0.122 → 0.0.123

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.
@@ -278,7 +278,7 @@ export type NetworkEdgeProps = {
278
278
  a?: string;
279
279
  };
280
280
  export type RouteEdgeProps = {
281
- subdomain?: string;
281
+ path?: string;
282
282
  };
283
283
  export type Node = {
284
284
  id: string;
@@ -430,7 +430,7 @@ export declare const zNetworkEdgeProps: z.ZodObject<{
430
430
  a: z.ZodOptional<z.ZodString>;
431
431
  }, z.core.$strip>;
432
432
  export declare const zRouteEdgeProps: z.ZodObject<{
433
- subdomain: z.ZodOptional<z.ZodString>;
433
+ path: z.ZodOptional<z.ZodString>;
434
434
  }, z.core.$strip>;
435
435
  export declare const zEdgeType: z.ZodEnum<{
436
436
  network: "network";
@@ -451,7 +451,7 @@ export declare const zEdge: z.ZodObject<{
451
451
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
452
452
  typ: z.ZodLiteral<"cache">;
453
453
  }, z.core.$strip>, z.ZodObject<{
454
- subdomain: z.ZodOptional<z.ZodString>;
454
+ path: z.ZodOptional<z.ZodString>;
455
455
  }, z.core.$strip>>]>>;
456
456
  }, z.core.$strip>;
457
457
  export declare const zNodeType: z.ZodEnum<{
@@ -632,7 +632,7 @@ export declare const zNode: z.ZodObject<{
632
632
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
633
633
  typ: z.ZodLiteral<"cache">;
634
634
  }, z.core.$strip>, z.ZodObject<{
635
- subdomain: z.ZodOptional<z.ZodString>;
635
+ path: z.ZodOptional<z.ZodString>;
636
636
  }, z.core.$strip>>]>>;
637
637
  }, z.core.$strip>>>;
638
638
  typ: z.ZodEnum<{
@@ -774,7 +774,7 @@ export declare const zNodes: z.ZodObject<{
774
774
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
775
775
  typ: z.ZodLiteral<"cache">;
776
776
  }, z.core.$strip>, z.ZodObject<{
777
- subdomain: z.ZodOptional<z.ZodString>;
777
+ path: z.ZodOptional<z.ZodString>;
778
778
  }, z.core.$strip>>]>>;
779
779
  }, z.core.$strip>>>;
780
780
  typ: z.ZodEnum<{
@@ -918,7 +918,7 @@ export declare const zGraph: z.ZodObject<{
918
918
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
919
919
  typ: z.ZodLiteral<"cache">;
920
920
  }, z.core.$strip>, z.ZodObject<{
921
- subdomain: z.ZodOptional<z.ZodString>;
921
+ path: z.ZodOptional<z.ZodString>;
922
922
  }, z.core.$strip>>]>>;
923
923
  }, z.core.$strip>>>;
924
924
  typ: z.ZodEnum<{
@@ -1266,7 +1266,7 @@ export declare const zFetchGraphM2mResponse: z.ZodObject<{
1266
1266
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
1267
1267
  typ: z.ZodLiteral<"cache">;
1268
1268
  }, z.core.$strip>, z.ZodObject<{
1269
- subdomain: z.ZodOptional<z.ZodString>;
1269
+ path: z.ZodOptional<z.ZodString>;
1270
1270
  }, z.core.$strip>>]>>;
1271
1271
  }, z.core.$strip>>>;
1272
1272
  typ: z.ZodEnum<{
@@ -1410,7 +1410,7 @@ export declare const zUpdateGraphM2mData: z.ZodObject<{
1410
1410
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
1411
1411
  typ: z.ZodLiteral<"cache">;
1412
1412
  }, z.core.$strip>, z.ZodObject<{
1413
- subdomain: z.ZodOptional<z.ZodString>;
1413
+ path: z.ZodOptional<z.ZodString>;
1414
1414
  }, z.core.$strip>>]>>;
1415
1415
  }, z.core.$strip>>>;
1416
1416
  typ: z.ZodEnum<{
@@ -1568,7 +1568,7 @@ export declare const zFetchNodeM2mResponse: z.ZodObject<{
1568
1568
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
1569
1569
  typ: z.ZodLiteral<"cache">;
1570
1570
  }, z.core.$strip>, z.ZodObject<{
1571
- subdomain: z.ZodOptional<z.ZodString>;
1571
+ path: z.ZodOptional<z.ZodString>;
1572
1572
  }, z.core.$strip>>]>>;
1573
1573
  }, z.core.$strip>>>;
1574
1574
  typ: z.ZodEnum<{
@@ -2331,7 +2331,7 @@ export declare const zGetGraphOverviewResponse: z.ZodObject<{
2331
2331
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
2332
2332
  typ: z.ZodLiteral<"cache">;
2333
2333
  }, z.core.$strip>, z.ZodObject<{
2334
- subdomain: z.ZodOptional<z.ZodString>;
2334
+ path: z.ZodOptional<z.ZodString>;
2335
2335
  }, z.core.$strip>>]>>;
2336
2336
  }, z.core.$strip>>>;
2337
2337
  typ: z.ZodEnum<{
@@ -2475,7 +2475,7 @@ export declare const zUpdateGraphStateData: z.ZodObject<{
2475
2475
  }, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
2476
2476
  typ: z.ZodLiteral<"cache">;
2477
2477
  }, z.core.$strip>, z.ZodObject<{
2478
- subdomain: z.ZodOptional<z.ZodString>;
2478
+ path: z.ZodOptional<z.ZodString>;
2479
2479
  }, z.core.$strip>>]>>;
2480
2480
  }, z.core.$strip>>>;
2481
2481
  typ: z.ZodEnum<{
@@ -277,7 +277,7 @@ export const zNetworkEdgeProps = z.object({
277
277
  a: z.optional(z.string())
278
278
  });
279
279
  export const zRouteEdgeProps = z.object({
280
- subdomain: z.optional(z.string())
280
+ path: z.optional(z.string())
281
281
  });
282
282
  export const zEdgeType = z.enum([
283
283
  'network',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shoal-web-sdk",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build-hooks": "npx tsx tanstack-codegen/generator.ts",