@xyo-network/manifest-model 6.0.4 → 6.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.
@@ -31,24 +31,24 @@ export declare const NodeManifestPayloadZod: z.ZodMiniObject<{
31
31
  }, z.core.$loose>;
32
32
  lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
33
33
  status: z.ZodMiniOptional<z.ZodMiniObject<{
34
- address: z.ZodMiniCustom<Lowercase<string> & {
34
+ address: z.ZodMiniCustom<(Lowercase<string> & {
35
35
  readonly __hex: true;
36
36
  } & {
37
37
  readonly __address: true;
38
- }, Lowercase<string> & {
38
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
39
39
  readonly __hex: true;
40
40
  } & {
41
41
  readonly __address: true;
42
- }>;
43
- children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<Lowercase<string> & {
42
+ }) | import("@xyo-network/address").XyoQuant1Address>;
43
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
44
44
  readonly __hex: true;
45
45
  } & {
46
46
  readonly __address: true;
47
- }, Lowercase<string> & {
47
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
48
48
  readonly __hex: true;
49
49
  } & {
50
50
  readonly __address: true;
51
- }>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
51
+ }) | import("@xyo-network/address").XyoQuant1Address>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
52
52
  }, z.core.$strip>>;
53
53
  modules: z.ZodMiniOptional<z.ZodMiniObject<{
54
54
  private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
@@ -65,24 +65,24 @@ export declare const NodeManifestPayloadZod: z.ZodMiniObject<{
65
65
  }, z.core.$loose>;
66
66
  lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
67
67
  status: z.ZodMiniOptional<z.ZodMiniObject<{
68
- address: z.ZodMiniCustom<Lowercase<string> & {
68
+ address: z.ZodMiniCustom<(Lowercase<string> & {
69
69
  readonly __hex: true;
70
70
  } & {
71
71
  readonly __address: true;
72
- }, Lowercase<string> & {
72
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
73
73
  readonly __hex: true;
74
74
  } & {
75
75
  readonly __address: true;
76
- }>;
77
- children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<Lowercase<string> & {
76
+ }) | import("@xyo-network/address").XyoQuant1Address>;
77
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
78
78
  readonly __hex: true;
79
79
  } & {
80
80
  readonly __address: true;
81
- }, Lowercase<string> & {
81
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
82
82
  readonly __hex: true;
83
83
  } & {
84
84
  readonly __address: true;
85
- }>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
85
+ }) | import("@xyo-network/address").XyoQuant1Address>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
86
86
  }, z.core.$strip>>;
87
87
  }, z.core.$strip>, z.core.$ZodType<import("@xylabs/sdk-js").Brand<string, {
88
88
  __moduleAlias: true;
@@ -107,24 +107,24 @@ export declare const NodeManifestPayloadZod: z.ZodMiniObject<{
107
107
  }, z.core.$loose>;
108
108
  lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
109
109
  status: z.ZodMiniOptional<z.ZodMiniObject<{
110
- address: z.ZodMiniCustom<Lowercase<string> & {
110
+ address: z.ZodMiniCustom<(Lowercase<string> & {
111
111
  readonly __hex: true;
112
112
  } & {
113
113
  readonly __address: true;
114
- }, Lowercase<string> & {
114
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
115
115
  readonly __hex: true;
116
116
  } & {
117
117
  readonly __address: true;
118
- }>;
119
- children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<Lowercase<string> & {
118
+ }) | import("@xyo-network/address").XyoQuant1Address>;
119
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
120
120
  readonly __hex: true;
121
121
  } & {
122
122
  readonly __address: true;
123
- }, Lowercase<string> & {
123
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
124
124
  readonly __hex: true;
125
125
  } & {
126
126
  readonly __address: true;
127
- }>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
127
+ }) | import("@xyo-network/address").XyoQuant1Address>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
128
128
  }, z.core.$strip>>;
129
129
  }, z.core.$strip>, z.core.$ZodType<import("@xylabs/sdk-js").Brand<string, {
130
130
  __moduleAlias: true;
@@ -159,16 +159,16 @@ export declare const isNodeManifestPayload: <T>(value: T) => value is T & {
159
159
  description?: string | undefined;
160
160
  lazyStart?: boolean | undefined;
161
161
  status?: {
162
- address: Lowercase<string> & {
162
+ address: (Lowercase<string> & {
163
163
  readonly __hex: true;
164
164
  } & {
165
165
  readonly __address: true;
166
- };
167
- children?: Record<Lowercase<string> & {
166
+ }) | import("@xyo-network/address").XyoQuant1Address;
167
+ children?: Record<(Lowercase<string> & {
168
168
  readonly __hex: true;
169
169
  } & {
170
170
  readonly __address: true;
171
- }, string | null> | undefined;
171
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
172
172
  } | undefined;
173
173
  modules?: {
174
174
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -188,16 +188,16 @@ export declare const isNodeManifestPayload: <T>(value: T) => value is T & {
188
188
  description?: string | undefined;
189
189
  lazyStart?: boolean | undefined;
190
190
  status?: {
191
- address: Lowercase<string> & {
191
+ address: (Lowercase<string> & {
192
192
  readonly __hex: true;
193
193
  } & {
194
194
  readonly __address: true;
195
- };
196
- children?: Record<Lowercase<string> & {
195
+ }) | import("@xyo-network/address").XyoQuant1Address;
196
+ children?: Record<(Lowercase<string> & {
197
197
  readonly __hex: true;
198
198
  } & {
199
199
  readonly __address: true;
200
- }, string | null> | undefined;
200
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
201
201
  } | undefined;
202
202
  })[] | undefined;
203
203
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -217,16 +217,16 @@ export declare const isNodeManifestPayload: <T>(value: T) => value is T & {
217
217
  description?: string | undefined;
218
218
  lazyStart?: boolean | undefined;
219
219
  status?: {
220
- address: Lowercase<string> & {
220
+ address: (Lowercase<string> & {
221
221
  readonly __hex: true;
222
222
  } & {
223
223
  readonly __address: true;
224
- };
225
- children?: Record<Lowercase<string> & {
224
+ }) | import("@xyo-network/address").XyoQuant1Address;
225
+ children?: Record<(Lowercase<string> & {
226
226
  readonly __hex: true;
227
227
  } & {
228
228
  readonly __address: true;
229
- }, string | null> | undefined;
229
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
230
230
  } | undefined;
231
231
  })[] | undefined;
232
232
  } | undefined;
@@ -250,16 +250,16 @@ export declare const asNodeManifestPayload: {
250
250
  description?: string | undefined;
251
251
  lazyStart?: boolean | undefined;
252
252
  status?: {
253
- address: Lowercase<string> & {
253
+ address: (Lowercase<string> & {
254
254
  readonly __hex: true;
255
255
  } & {
256
256
  readonly __address: true;
257
- };
258
- children?: Record<Lowercase<string> & {
257
+ }) | import("@xyo-network/address").XyoQuant1Address;
258
+ children?: Record<(Lowercase<string> & {
259
259
  readonly __hex: true;
260
260
  } & {
261
261
  readonly __address: true;
262
- }, string | null> | undefined;
262
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
263
263
  } | undefined;
264
264
  modules?: {
265
265
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -279,16 +279,16 @@ export declare const asNodeManifestPayload: {
279
279
  description?: string | undefined;
280
280
  lazyStart?: boolean | undefined;
281
281
  status?: {
282
- address: Lowercase<string> & {
282
+ address: (Lowercase<string> & {
283
283
  readonly __hex: true;
284
284
  } & {
285
285
  readonly __address: true;
286
- };
287
- children?: Record<Lowercase<string> & {
286
+ }) | import("@xyo-network/address").XyoQuant1Address;
287
+ children?: Record<(Lowercase<string> & {
288
288
  readonly __hex: true;
289
289
  } & {
290
290
  readonly __address: true;
291
- }, string | null> | undefined;
291
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
292
292
  } | undefined;
293
293
  })[] | undefined;
294
294
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -308,16 +308,16 @@ export declare const asNodeManifestPayload: {
308
308
  description?: string | undefined;
309
309
  lazyStart?: boolean | undefined;
310
310
  status?: {
311
- address: Lowercase<string> & {
311
+ address: (Lowercase<string> & {
312
312
  readonly __hex: true;
313
313
  } & {
314
314
  readonly __address: true;
315
- };
316
- children?: Record<Lowercase<string> & {
315
+ }) | import("@xyo-network/address").XyoQuant1Address;
316
+ children?: Record<(Lowercase<string> & {
317
317
  readonly __hex: true;
318
318
  } & {
319
319
  readonly __address: true;
320
- }, string | null> | undefined;
320
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
321
321
  } | undefined;
322
322
  })[] | undefined;
323
323
  } | undefined;
@@ -340,16 +340,16 @@ export declare const asNodeManifestPayload: {
340
340
  description?: string | undefined;
341
341
  lazyStart?: boolean | undefined;
342
342
  status?: {
343
- address: Lowercase<string> & {
343
+ address: (Lowercase<string> & {
344
344
  readonly __hex: true;
345
345
  } & {
346
346
  readonly __address: true;
347
- };
348
- children?: Record<Lowercase<string> & {
347
+ }) | import("@xyo-network/address").XyoQuant1Address;
348
+ children?: Record<(Lowercase<string> & {
349
349
  readonly __hex: true;
350
350
  } & {
351
351
  readonly __address: true;
352
- }, string | null> | undefined;
352
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
353
353
  } | undefined;
354
354
  modules?: {
355
355
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -369,16 +369,16 @@ export declare const asNodeManifestPayload: {
369
369
  description?: string | undefined;
370
370
  lazyStart?: boolean | undefined;
371
371
  status?: {
372
- address: Lowercase<string> & {
372
+ address: (Lowercase<string> & {
373
373
  readonly __hex: true;
374
374
  } & {
375
375
  readonly __address: true;
376
- };
377
- children?: Record<Lowercase<string> & {
376
+ }) | import("@xyo-network/address").XyoQuant1Address;
377
+ children?: Record<(Lowercase<string> & {
378
378
  readonly __hex: true;
379
379
  } & {
380
380
  readonly __address: true;
381
- }, string | null> | undefined;
381
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
382
382
  } | undefined;
383
383
  })[] | undefined;
384
384
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -398,16 +398,16 @@ export declare const asNodeManifestPayload: {
398
398
  description?: string | undefined;
399
399
  lazyStart?: boolean | undefined;
400
400
  status?: {
401
- address: Lowercase<string> & {
401
+ address: (Lowercase<string> & {
402
402
  readonly __hex: true;
403
403
  } & {
404
404
  readonly __address: true;
405
- };
406
- children?: Record<Lowercase<string> & {
405
+ }) | import("@xyo-network/address").XyoQuant1Address;
406
+ children?: Record<(Lowercase<string> & {
407
407
  readonly __hex: true;
408
408
  } & {
409
409
  readonly __address: true;
410
- }, string | null> | undefined;
410
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
411
411
  } | undefined;
412
412
  })[] | undefined;
413
413
  } | undefined;
@@ -432,16 +432,16 @@ export declare const toNodeManifestPayload: {
432
432
  description?: string | undefined;
433
433
  lazyStart?: boolean | undefined;
434
434
  status?: {
435
- address: Lowercase<string> & {
435
+ address: (Lowercase<string> & {
436
436
  readonly __hex: true;
437
437
  } & {
438
438
  readonly __address: true;
439
- };
440
- children?: Record<Lowercase<string> & {
439
+ }) | import("@xyo-network/address").XyoQuant1Address;
440
+ children?: Record<(Lowercase<string> & {
441
441
  readonly __hex: true;
442
442
  } & {
443
443
  readonly __address: true;
444
- }, string | null> | undefined;
444
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
445
445
  } | undefined;
446
446
  modules?: {
447
447
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -461,16 +461,16 @@ export declare const toNodeManifestPayload: {
461
461
  description?: string | undefined;
462
462
  lazyStart?: boolean | undefined;
463
463
  status?: {
464
- address: Lowercase<string> & {
464
+ address: (Lowercase<string> & {
465
465
  readonly __hex: true;
466
466
  } & {
467
467
  readonly __address: true;
468
- };
469
- children?: Record<Lowercase<string> & {
468
+ }) | import("@xyo-network/address").XyoQuant1Address;
469
+ children?: Record<(Lowercase<string> & {
470
470
  readonly __hex: true;
471
471
  } & {
472
472
  readonly __address: true;
473
- }, string | null> | undefined;
473
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
474
474
  } | undefined;
475
475
  })[] | undefined;
476
476
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -490,16 +490,16 @@ export declare const toNodeManifestPayload: {
490
490
  description?: string | undefined;
491
491
  lazyStart?: boolean | undefined;
492
492
  status?: {
493
- address: Lowercase<string> & {
493
+ address: (Lowercase<string> & {
494
494
  readonly __hex: true;
495
495
  } & {
496
496
  readonly __address: true;
497
- };
498
- children?: Record<Lowercase<string> & {
497
+ }) | import("@xyo-network/address").XyoQuant1Address;
498
+ children?: Record<(Lowercase<string> & {
499
499
  readonly __hex: true;
500
500
  } & {
501
501
  readonly __address: true;
502
- }, string | null> | undefined;
502
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
503
503
  } | undefined;
504
504
  })[] | undefined;
505
505
  } | undefined;
@@ -522,16 +522,16 @@ export declare const toNodeManifestPayload: {
522
522
  description?: string | undefined;
523
523
  lazyStart?: boolean | undefined;
524
524
  status?: {
525
- address: Lowercase<string> & {
525
+ address: (Lowercase<string> & {
526
526
  readonly __hex: true;
527
527
  } & {
528
528
  readonly __address: true;
529
- };
530
- children?: Record<Lowercase<string> & {
529
+ }) | import("@xyo-network/address").XyoQuant1Address;
530
+ children?: Record<(Lowercase<string> & {
531
531
  readonly __hex: true;
532
532
  } & {
533
533
  readonly __address: true;
534
- }, string | null> | undefined;
534
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
535
535
  } | undefined;
536
536
  modules?: {
537
537
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -551,16 +551,16 @@ export declare const toNodeManifestPayload: {
551
551
  description?: string | undefined;
552
552
  lazyStart?: boolean | undefined;
553
553
  status?: {
554
- address: Lowercase<string> & {
554
+ address: (Lowercase<string> & {
555
555
  readonly __hex: true;
556
556
  } & {
557
557
  readonly __address: true;
558
- };
559
- children?: Record<Lowercase<string> & {
558
+ }) | import("@xyo-network/address").XyoQuant1Address;
559
+ children?: Record<(Lowercase<string> & {
560
560
  readonly __hex: true;
561
561
  } & {
562
562
  readonly __address: true;
563
- }, string | null> | undefined;
563
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
564
564
  } | undefined;
565
565
  })[] | undefined;
566
566
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -580,16 +580,16 @@ export declare const toNodeManifestPayload: {
580
580
  description?: string | undefined;
581
581
  lazyStart?: boolean | undefined;
582
582
  status?: {
583
- address: Lowercase<string> & {
583
+ address: (Lowercase<string> & {
584
584
  readonly __hex: true;
585
585
  } & {
586
586
  readonly __address: true;
587
- };
588
- children?: Record<Lowercase<string> & {
587
+ }) | import("@xyo-network/address").XyoQuant1Address;
588
+ children?: Record<(Lowercase<string> & {
589
589
  readonly __hex: true;
590
590
  } & {
591
591
  readonly __address: true;
592
- }, string | null> | undefined;
592
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
593
593
  } | undefined;
594
594
  })[] | undefined;
595
595
  } | undefined;
@@ -609,24 +609,24 @@ export declare const ModuleManifestPayloadZod: z.ZodMiniObject<{
609
609
  }, z.core.$loose>;
610
610
  lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
611
611
  status: z.ZodMiniOptional<z.ZodMiniObject<{
612
- address: z.ZodMiniCustom<Lowercase<string> & {
612
+ address: z.ZodMiniCustom<(Lowercase<string> & {
613
613
  readonly __hex: true;
614
614
  } & {
615
615
  readonly __address: true;
616
- }, Lowercase<string> & {
616
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
617
617
  readonly __hex: true;
618
618
  } & {
619
619
  readonly __address: true;
620
- }>;
621
- children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<Lowercase<string> & {
620
+ }) | import("@xyo-network/address").XyoQuant1Address>;
621
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
622
622
  readonly __hex: true;
623
623
  } & {
624
624
  readonly __address: true;
625
- }, Lowercase<string> & {
625
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
626
626
  readonly __hex: true;
627
627
  } & {
628
628
  readonly __address: true;
629
- }>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
629
+ }) | import("@xyo-network/address").XyoQuant1Address>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
630
630
  }, z.core.$strip>>;
631
631
  schema: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"network.xyo.module.manifest" & {
632
632
  readonly __schema: true;
@@ -655,16 +655,16 @@ export declare const isModuleManifestPayload: <T>(value: T) => value is T & {
655
655
  description?: string | undefined;
656
656
  lazyStart?: boolean | undefined;
657
657
  status?: {
658
- address: Lowercase<string> & {
658
+ address: (Lowercase<string> & {
659
659
  readonly __hex: true;
660
660
  } & {
661
661
  readonly __address: true;
662
- };
663
- children?: Record<Lowercase<string> & {
662
+ }) | import("@xyo-network/address").XyoQuant1Address;
663
+ children?: Record<(Lowercase<string> & {
664
664
  readonly __hex: true;
665
665
  } & {
666
666
  readonly __address: true;
667
- }, string | null> | undefined;
667
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
668
668
  } | undefined;
669
669
  };
670
670
  export declare const asModuleManifestPayload: {
@@ -688,16 +688,16 @@ export declare const asModuleManifestPayload: {
688
688
  description?: string | undefined;
689
689
  lazyStart?: boolean | undefined;
690
690
  status?: {
691
- address: Lowercase<string> & {
691
+ address: (Lowercase<string> & {
692
692
  readonly __hex: true;
693
693
  } & {
694
694
  readonly __address: true;
695
- };
696
- children?: Record<Lowercase<string> & {
695
+ }) | import("@xyo-network/address").XyoQuant1Address;
696
+ children?: Record<(Lowercase<string> & {
697
697
  readonly __hex: true;
698
698
  } & {
699
699
  readonly __address: true;
700
- }, string | null> | undefined;
700
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
701
701
  } | undefined;
702
702
  }) | undefined;
703
703
  <T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
@@ -720,16 +720,16 @@ export declare const asModuleManifestPayload: {
720
720
  description?: string | undefined;
721
721
  lazyStart?: boolean | undefined;
722
722
  status?: {
723
- address: Lowercase<string> & {
723
+ address: (Lowercase<string> & {
724
724
  readonly __hex: true;
725
725
  } & {
726
726
  readonly __address: true;
727
- };
728
- children?: Record<Lowercase<string> & {
727
+ }) | import("@xyo-network/address").XyoQuant1Address;
728
+ children?: Record<(Lowercase<string> & {
729
729
  readonly __hex: true;
730
730
  } & {
731
731
  readonly __address: true;
732
- }, string | null> | undefined;
732
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
733
733
  } | undefined;
734
734
  };
735
735
  };
@@ -754,16 +754,16 @@ export declare const toModuleManifestPayload: {
754
754
  description?: string | undefined;
755
755
  lazyStart?: boolean | undefined;
756
756
  status?: {
757
- address: Lowercase<string> & {
757
+ address: (Lowercase<string> & {
758
758
  readonly __hex: true;
759
759
  } & {
760
760
  readonly __address: true;
761
- };
762
- children?: Record<Lowercase<string> & {
761
+ }) | import("@xyo-network/address").XyoQuant1Address;
762
+ children?: Record<(Lowercase<string> & {
763
763
  readonly __hex: true;
764
764
  } & {
765
765
  readonly __address: true;
766
- }, string | null> | undefined;
766
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
767
767
  } | undefined;
768
768
  }) | undefined;
769
769
  <T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
@@ -786,16 +786,16 @@ export declare const toModuleManifestPayload: {
786
786
  description?: string | undefined;
787
787
  lazyStart?: boolean | undefined;
788
788
  status?: {
789
- address: Lowercase<string> & {
789
+ address: (Lowercase<string> & {
790
790
  readonly __hex: true;
791
791
  } & {
792
792
  readonly __address: true;
793
- };
794
- children?: Record<Lowercase<string> & {
793
+ }) | import("@xyo-network/address").XyoQuant1Address;
794
+ children?: Record<(Lowercase<string> & {
795
795
  readonly __hex: true;
796
796
  } & {
797
797
  readonly __address: true;
798
- }, string | null> | undefined;
798
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
799
799
  } | undefined;
800
800
  };
801
801
  };
@@ -824,24 +824,24 @@ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
824
824
  }, z.core.$loose>;
825
825
  lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
826
826
  status: z.ZodMiniOptional<z.ZodMiniObject<{
827
- address: z.ZodMiniCustom<Lowercase<string> & {
827
+ address: z.ZodMiniCustom<(Lowercase<string> & {
828
828
  readonly __hex: true;
829
829
  } & {
830
830
  readonly __address: true;
831
- }, Lowercase<string> & {
831
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
832
832
  readonly __hex: true;
833
833
  } & {
834
834
  readonly __address: true;
835
- }>;
836
- children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<Lowercase<string> & {
835
+ }) | import("@xyo-network/address").XyoQuant1Address>;
836
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
837
837
  readonly __hex: true;
838
838
  } & {
839
839
  readonly __address: true;
840
- }, Lowercase<string> & {
840
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
841
841
  readonly __hex: true;
842
842
  } & {
843
843
  readonly __address: true;
844
- }>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
844
+ }) | import("@xyo-network/address").XyoQuant1Address>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
845
845
  }, z.core.$strip>>;
846
846
  }, z.core.$strip>>>;
847
847
  nodes: z.ZodMiniArray<z.ZodMiniObject<{
@@ -858,24 +858,24 @@ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
858
858
  }, z.core.$loose>;
859
859
  lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
860
860
  status: z.ZodMiniOptional<z.ZodMiniObject<{
861
- address: z.ZodMiniCustom<Lowercase<string> & {
861
+ address: z.ZodMiniCustom<(Lowercase<string> & {
862
862
  readonly __hex: true;
863
863
  } & {
864
864
  readonly __address: true;
865
- }, Lowercase<string> & {
865
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
866
866
  readonly __hex: true;
867
867
  } & {
868
868
  readonly __address: true;
869
- }>;
870
- children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<Lowercase<string> & {
869
+ }) | import("@xyo-network/address").XyoQuant1Address>;
870
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
871
871
  readonly __hex: true;
872
872
  } & {
873
873
  readonly __address: true;
874
- }, Lowercase<string> & {
874
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
875
875
  readonly __hex: true;
876
876
  } & {
877
877
  readonly __address: true;
878
- }>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
878
+ }) | import("@xyo-network/address").XyoQuant1Address>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
879
879
  }, z.core.$strip>>;
880
880
  modules: z.ZodMiniOptional<z.ZodMiniObject<{
881
881
  private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
@@ -892,24 +892,24 @@ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
892
892
  }, z.core.$loose>;
893
893
  lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
894
894
  status: z.ZodMiniOptional<z.ZodMiniObject<{
895
- address: z.ZodMiniCustom<Lowercase<string> & {
895
+ address: z.ZodMiniCustom<(Lowercase<string> & {
896
896
  readonly __hex: true;
897
897
  } & {
898
898
  readonly __address: true;
899
- }, Lowercase<string> & {
899
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
900
900
  readonly __hex: true;
901
901
  } & {
902
902
  readonly __address: true;
903
- }>;
904
- children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<Lowercase<string> & {
903
+ }) | import("@xyo-network/address").XyoQuant1Address>;
904
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
905
905
  readonly __hex: true;
906
906
  } & {
907
907
  readonly __address: true;
908
- }, Lowercase<string> & {
908
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
909
909
  readonly __hex: true;
910
910
  } & {
911
911
  readonly __address: true;
912
- }>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
912
+ }) | import("@xyo-network/address").XyoQuant1Address>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
913
913
  }, z.core.$strip>>;
914
914
  }, z.core.$strip>, z.core.$ZodType<import("@xylabs/sdk-js").Brand<string, {
915
915
  __moduleAlias: true;
@@ -934,24 +934,24 @@ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
934
934
  }, z.core.$loose>;
935
935
  lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
936
936
  status: z.ZodMiniOptional<z.ZodMiniObject<{
937
- address: z.ZodMiniCustom<Lowercase<string> & {
937
+ address: z.ZodMiniCustom<(Lowercase<string> & {
938
938
  readonly __hex: true;
939
939
  } & {
940
940
  readonly __address: true;
941
- }, Lowercase<string> & {
941
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
942
942
  readonly __hex: true;
943
943
  } & {
944
944
  readonly __address: true;
945
- }>;
946
- children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<Lowercase<string> & {
945
+ }) | import("@xyo-network/address").XyoQuant1Address>;
946
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
947
947
  readonly __hex: true;
948
948
  } & {
949
949
  readonly __address: true;
950
- }, Lowercase<string> & {
950
+ }) | import("@xyo-network/address").XyoQuant1Address, (Lowercase<string> & {
951
951
  readonly __hex: true;
952
952
  } & {
953
953
  readonly __address: true;
954
- }>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
954
+ }) | import("@xyo-network/address").XyoQuant1Address>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
955
955
  }, z.core.$strip>>;
956
956
  }, z.core.$strip>, z.core.$ZodType<import("@xylabs/sdk-js").Brand<string, {
957
957
  __moduleAlias: true;
@@ -985,16 +985,16 @@ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
985
985
  description?: string | undefined;
986
986
  lazyStart?: boolean | undefined;
987
987
  status?: {
988
- address: Lowercase<string> & {
988
+ address: (Lowercase<string> & {
989
989
  readonly __hex: true;
990
990
  } & {
991
991
  readonly __address: true;
992
- };
993
- children?: Record<Lowercase<string> & {
992
+ }) | import("@xyo-network/address").XyoQuant1Address;
993
+ children?: Record<(Lowercase<string> & {
994
994
  readonly __hex: true;
995
995
  } & {
996
996
  readonly __address: true;
997
- }, string | null> | undefined;
997
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
998
998
  } | undefined;
999
999
  modules?: {
1000
1000
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1014,16 +1014,16 @@ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
1014
1014
  description?: string | undefined;
1015
1015
  lazyStart?: boolean | undefined;
1016
1016
  status?: {
1017
- address: Lowercase<string> & {
1017
+ address: (Lowercase<string> & {
1018
1018
  readonly __hex: true;
1019
1019
  } & {
1020
1020
  readonly __address: true;
1021
- };
1022
- children?: Record<Lowercase<string> & {
1021
+ }) | import("@xyo-network/address").XyoQuant1Address;
1022
+ children?: Record<(Lowercase<string> & {
1023
1023
  readonly __hex: true;
1024
1024
  } & {
1025
1025
  readonly __address: true;
1026
- }, string | null> | undefined;
1026
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1027
1027
  } | undefined;
1028
1028
  })[] | undefined;
1029
1029
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1043,16 +1043,16 @@ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
1043
1043
  description?: string | undefined;
1044
1044
  lazyStart?: boolean | undefined;
1045
1045
  status?: {
1046
- address: Lowercase<string> & {
1046
+ address: (Lowercase<string> & {
1047
1047
  readonly __hex: true;
1048
1048
  } & {
1049
1049
  readonly __address: true;
1050
- };
1051
- children?: Record<Lowercase<string> & {
1050
+ }) | import("@xyo-network/address").XyoQuant1Address;
1051
+ children?: Record<(Lowercase<string> & {
1052
1052
  readonly __hex: true;
1053
1053
  } & {
1054
1054
  readonly __address: true;
1055
- }, string | null> | undefined;
1055
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1056
1056
  } | undefined;
1057
1057
  })[] | undefined;
1058
1058
  } | undefined;
@@ -1079,16 +1079,16 @@ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
1079
1079
  description?: string | undefined;
1080
1080
  lazyStart?: boolean | undefined;
1081
1081
  status?: {
1082
- address: Lowercase<string> & {
1082
+ address: (Lowercase<string> & {
1083
1083
  readonly __hex: true;
1084
1084
  } & {
1085
1085
  readonly __address: true;
1086
- };
1087
- children?: Record<Lowercase<string> & {
1086
+ }) | import("@xyo-network/address").XyoQuant1Address;
1087
+ children?: Record<(Lowercase<string> & {
1088
1088
  readonly __hex: true;
1089
1089
  } & {
1090
1090
  readonly __address: true;
1091
- }, string | null> | undefined;
1091
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1092
1092
  } | undefined;
1093
1093
  }> | undefined;
1094
1094
  };
@@ -1109,16 +1109,16 @@ export declare const asPackageManifestPayload: {
1109
1109
  description?: string | undefined;
1110
1110
  lazyStart?: boolean | undefined;
1111
1111
  status?: {
1112
- address: Lowercase<string> & {
1112
+ address: (Lowercase<string> & {
1113
1113
  readonly __hex: true;
1114
1114
  } & {
1115
1115
  readonly __address: true;
1116
- };
1117
- children?: Record<Lowercase<string> & {
1116
+ }) | import("@xyo-network/address").XyoQuant1Address;
1117
+ children?: Record<(Lowercase<string> & {
1118
1118
  readonly __hex: true;
1119
1119
  } & {
1120
1120
  readonly __address: true;
1121
- }, string | null> | undefined;
1121
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1122
1122
  } | undefined;
1123
1123
  modules?: {
1124
1124
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1138,16 +1138,16 @@ export declare const asPackageManifestPayload: {
1138
1138
  description?: string | undefined;
1139
1139
  lazyStart?: boolean | undefined;
1140
1140
  status?: {
1141
- address: Lowercase<string> & {
1141
+ address: (Lowercase<string> & {
1142
1142
  readonly __hex: true;
1143
1143
  } & {
1144
1144
  readonly __address: true;
1145
- };
1146
- children?: Record<Lowercase<string> & {
1145
+ }) | import("@xyo-network/address").XyoQuant1Address;
1146
+ children?: Record<(Lowercase<string> & {
1147
1147
  readonly __hex: true;
1148
1148
  } & {
1149
1149
  readonly __address: true;
1150
- }, string | null> | undefined;
1150
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1151
1151
  } | undefined;
1152
1152
  })[] | undefined;
1153
1153
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1167,16 +1167,16 @@ export declare const asPackageManifestPayload: {
1167
1167
  description?: string | undefined;
1168
1168
  lazyStart?: boolean | undefined;
1169
1169
  status?: {
1170
- address: Lowercase<string> & {
1170
+ address: (Lowercase<string> & {
1171
1171
  readonly __hex: true;
1172
1172
  } & {
1173
1173
  readonly __address: true;
1174
- };
1175
- children?: Record<Lowercase<string> & {
1174
+ }) | import("@xyo-network/address").XyoQuant1Address;
1175
+ children?: Record<(Lowercase<string> & {
1176
1176
  readonly __hex: true;
1177
1177
  } & {
1178
1178
  readonly __address: true;
1179
- }, string | null> | undefined;
1179
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1180
1180
  } | undefined;
1181
1181
  })[] | undefined;
1182
1182
  } | undefined;
@@ -1203,16 +1203,16 @@ export declare const asPackageManifestPayload: {
1203
1203
  description?: string | undefined;
1204
1204
  lazyStart?: boolean | undefined;
1205
1205
  status?: {
1206
- address: Lowercase<string> & {
1206
+ address: (Lowercase<string> & {
1207
1207
  readonly __hex: true;
1208
1208
  } & {
1209
1209
  readonly __address: true;
1210
- };
1211
- children?: Record<Lowercase<string> & {
1210
+ }) | import("@xyo-network/address").XyoQuant1Address;
1211
+ children?: Record<(Lowercase<string> & {
1212
1212
  readonly __hex: true;
1213
1213
  } & {
1214
1214
  readonly __address: true;
1215
- }, string | null> | undefined;
1215
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1216
1216
  } | undefined;
1217
1217
  }> | undefined;
1218
1218
  }) | undefined;
@@ -1232,16 +1232,16 @@ export declare const asPackageManifestPayload: {
1232
1232
  description?: string | undefined;
1233
1233
  lazyStart?: boolean | undefined;
1234
1234
  status?: {
1235
- address: Lowercase<string> & {
1235
+ address: (Lowercase<string> & {
1236
1236
  readonly __hex: true;
1237
1237
  } & {
1238
1238
  readonly __address: true;
1239
- };
1240
- children?: Record<Lowercase<string> & {
1239
+ }) | import("@xyo-network/address").XyoQuant1Address;
1240
+ children?: Record<(Lowercase<string> & {
1241
1241
  readonly __hex: true;
1242
1242
  } & {
1243
1243
  readonly __address: true;
1244
- }, string | null> | undefined;
1244
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1245
1245
  } | undefined;
1246
1246
  modules?: {
1247
1247
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1261,16 +1261,16 @@ export declare const asPackageManifestPayload: {
1261
1261
  description?: string | undefined;
1262
1262
  lazyStart?: boolean | undefined;
1263
1263
  status?: {
1264
- address: Lowercase<string> & {
1264
+ address: (Lowercase<string> & {
1265
1265
  readonly __hex: true;
1266
1266
  } & {
1267
1267
  readonly __address: true;
1268
- };
1269
- children?: Record<Lowercase<string> & {
1268
+ }) | import("@xyo-network/address").XyoQuant1Address;
1269
+ children?: Record<(Lowercase<string> & {
1270
1270
  readonly __hex: true;
1271
1271
  } & {
1272
1272
  readonly __address: true;
1273
- }, string | null> | undefined;
1273
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1274
1274
  } | undefined;
1275
1275
  })[] | undefined;
1276
1276
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1290,16 +1290,16 @@ export declare const asPackageManifestPayload: {
1290
1290
  description?: string | undefined;
1291
1291
  lazyStart?: boolean | undefined;
1292
1292
  status?: {
1293
- address: Lowercase<string> & {
1293
+ address: (Lowercase<string> & {
1294
1294
  readonly __hex: true;
1295
1295
  } & {
1296
1296
  readonly __address: true;
1297
- };
1298
- children?: Record<Lowercase<string> & {
1297
+ }) | import("@xyo-network/address").XyoQuant1Address;
1298
+ children?: Record<(Lowercase<string> & {
1299
1299
  readonly __hex: true;
1300
1300
  } & {
1301
1301
  readonly __address: true;
1302
- }, string | null> | undefined;
1302
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1303
1303
  } | undefined;
1304
1304
  })[] | undefined;
1305
1305
  } | undefined;
@@ -1326,16 +1326,16 @@ export declare const asPackageManifestPayload: {
1326
1326
  description?: string | undefined;
1327
1327
  lazyStart?: boolean | undefined;
1328
1328
  status?: {
1329
- address: Lowercase<string> & {
1329
+ address: (Lowercase<string> & {
1330
1330
  readonly __hex: true;
1331
1331
  } & {
1332
1332
  readonly __address: true;
1333
- };
1334
- children?: Record<Lowercase<string> & {
1333
+ }) | import("@xyo-network/address").XyoQuant1Address;
1334
+ children?: Record<(Lowercase<string> & {
1335
1335
  readonly __hex: true;
1336
1336
  } & {
1337
1337
  readonly __address: true;
1338
- }, string | null> | undefined;
1338
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1339
1339
  } | undefined;
1340
1340
  }> | undefined;
1341
1341
  };
@@ -1357,16 +1357,16 @@ export declare const toPackageManifestPayload: {
1357
1357
  description?: string | undefined;
1358
1358
  lazyStart?: boolean | undefined;
1359
1359
  status?: {
1360
- address: Lowercase<string> & {
1360
+ address: (Lowercase<string> & {
1361
1361
  readonly __hex: true;
1362
1362
  } & {
1363
1363
  readonly __address: true;
1364
- };
1365
- children?: Record<Lowercase<string> & {
1364
+ }) | import("@xyo-network/address").XyoQuant1Address;
1365
+ children?: Record<(Lowercase<string> & {
1366
1366
  readonly __hex: true;
1367
1367
  } & {
1368
1368
  readonly __address: true;
1369
- }, string | null> | undefined;
1369
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1370
1370
  } | undefined;
1371
1371
  modules?: {
1372
1372
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1386,16 +1386,16 @@ export declare const toPackageManifestPayload: {
1386
1386
  description?: string | undefined;
1387
1387
  lazyStart?: boolean | undefined;
1388
1388
  status?: {
1389
- address: Lowercase<string> & {
1389
+ address: (Lowercase<string> & {
1390
1390
  readonly __hex: true;
1391
1391
  } & {
1392
1392
  readonly __address: true;
1393
- };
1394
- children?: Record<Lowercase<string> & {
1393
+ }) | import("@xyo-network/address").XyoQuant1Address;
1394
+ children?: Record<(Lowercase<string> & {
1395
1395
  readonly __hex: true;
1396
1396
  } & {
1397
1397
  readonly __address: true;
1398
- }, string | null> | undefined;
1398
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1399
1399
  } | undefined;
1400
1400
  })[] | undefined;
1401
1401
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1415,16 +1415,16 @@ export declare const toPackageManifestPayload: {
1415
1415
  description?: string | undefined;
1416
1416
  lazyStart?: boolean | undefined;
1417
1417
  status?: {
1418
- address: Lowercase<string> & {
1418
+ address: (Lowercase<string> & {
1419
1419
  readonly __hex: true;
1420
1420
  } & {
1421
1421
  readonly __address: true;
1422
- };
1423
- children?: Record<Lowercase<string> & {
1422
+ }) | import("@xyo-network/address").XyoQuant1Address;
1423
+ children?: Record<(Lowercase<string> & {
1424
1424
  readonly __hex: true;
1425
1425
  } & {
1426
1426
  readonly __address: true;
1427
- }, string | null> | undefined;
1427
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1428
1428
  } | undefined;
1429
1429
  })[] | undefined;
1430
1430
  } | undefined;
@@ -1451,16 +1451,16 @@ export declare const toPackageManifestPayload: {
1451
1451
  description?: string | undefined;
1452
1452
  lazyStart?: boolean | undefined;
1453
1453
  status?: {
1454
- address: Lowercase<string> & {
1454
+ address: (Lowercase<string> & {
1455
1455
  readonly __hex: true;
1456
1456
  } & {
1457
1457
  readonly __address: true;
1458
- };
1459
- children?: Record<Lowercase<string> & {
1458
+ }) | import("@xyo-network/address").XyoQuant1Address;
1459
+ children?: Record<(Lowercase<string> & {
1460
1460
  readonly __hex: true;
1461
1461
  } & {
1462
1462
  readonly __address: true;
1463
- }, string | null> | undefined;
1463
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1464
1464
  } | undefined;
1465
1465
  }> | undefined;
1466
1466
  }) | undefined;
@@ -1480,16 +1480,16 @@ export declare const toPackageManifestPayload: {
1480
1480
  description?: string | undefined;
1481
1481
  lazyStart?: boolean | undefined;
1482
1482
  status?: {
1483
- address: Lowercase<string> & {
1483
+ address: (Lowercase<string> & {
1484
1484
  readonly __hex: true;
1485
1485
  } & {
1486
1486
  readonly __address: true;
1487
- };
1488
- children?: Record<Lowercase<string> & {
1487
+ }) | import("@xyo-network/address").XyoQuant1Address;
1488
+ children?: Record<(Lowercase<string> & {
1489
1489
  readonly __hex: true;
1490
1490
  } & {
1491
1491
  readonly __address: true;
1492
- }, string | null> | undefined;
1492
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1493
1493
  } | undefined;
1494
1494
  modules?: {
1495
1495
  private?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1509,16 +1509,16 @@ export declare const toPackageManifestPayload: {
1509
1509
  description?: string | undefined;
1510
1510
  lazyStart?: boolean | undefined;
1511
1511
  status?: {
1512
- address: Lowercase<string> & {
1512
+ address: (Lowercase<string> & {
1513
1513
  readonly __hex: true;
1514
1514
  } & {
1515
1515
  readonly __address: true;
1516
- };
1517
- children?: Record<Lowercase<string> & {
1516
+ }) | import("@xyo-network/address").XyoQuant1Address;
1517
+ children?: Record<(Lowercase<string> & {
1518
1518
  readonly __hex: true;
1519
1519
  } & {
1520
1520
  readonly __address: true;
1521
- }, string | null> | undefined;
1521
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1522
1522
  } | undefined;
1523
1523
  })[] | undefined;
1524
1524
  public?: (import("@xylabs/sdk-js").Brand<string, {
@@ -1538,16 +1538,16 @@ export declare const toPackageManifestPayload: {
1538
1538
  description?: string | undefined;
1539
1539
  lazyStart?: boolean | undefined;
1540
1540
  status?: {
1541
- address: Lowercase<string> & {
1541
+ address: (Lowercase<string> & {
1542
1542
  readonly __hex: true;
1543
1543
  } & {
1544
1544
  readonly __address: true;
1545
- };
1546
- children?: Record<Lowercase<string> & {
1545
+ }) | import("@xyo-network/address").XyoQuant1Address;
1546
+ children?: Record<(Lowercase<string> & {
1547
1547
  readonly __hex: true;
1548
1548
  } & {
1549
1549
  readonly __address: true;
1550
- }, string | null> | undefined;
1550
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1551
1551
  } | undefined;
1552
1552
  })[] | undefined;
1553
1553
  } | undefined;
@@ -1574,16 +1574,16 @@ export declare const toPackageManifestPayload: {
1574
1574
  description?: string | undefined;
1575
1575
  lazyStart?: boolean | undefined;
1576
1576
  status?: {
1577
- address: Lowercase<string> & {
1577
+ address: (Lowercase<string> & {
1578
1578
  readonly __hex: true;
1579
1579
  } & {
1580
1580
  readonly __address: true;
1581
- };
1582
- children?: Record<Lowercase<string> & {
1581
+ }) | import("@xyo-network/address").XyoQuant1Address;
1582
+ children?: Record<(Lowercase<string> & {
1583
1583
  readonly __hex: true;
1584
1584
  } & {
1585
1585
  readonly __address: true;
1586
- }, string | null> | undefined;
1586
+ }) | import("@xyo-network/address").XyoQuant1Address, string | null> | undefined;
1587
1587
  } | undefined;
1588
1588
  }> | undefined;
1589
1589
  };