@xyo-network/manifest-model 5.3.30 → 5.4.1

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.
@@ -0,0 +1,1591 @@
1
+ import type { Payload } from '@xyo-network/payload-model';
2
+ import { z } from 'zod';
3
+ import type { ModuleManifest, PackageManifest } from './Manifest.zod.ts';
4
+ export declare const DappPackageManifestPayloadSchema: "network.xyo.manifest.package.dapp" & {
5
+ readonly __schema: true;
6
+ };
7
+ export type DappPackageManifestPayloadSchema = typeof DappPackageManifestPayloadSchema;
8
+ export declare const PackageManifestPayloadSchema: "network.xyo.manifest.package" & {
9
+ readonly __schema: true;
10
+ };
11
+ export type PackageManifestPayloadSchema = typeof PackageManifestPayloadSchema;
12
+ export declare const ModuleManifestPayloadSchema: "network.xyo.module.manifest" & {
13
+ readonly __schema: true;
14
+ };
15
+ export type ModuleManifestPayloadSchema = typeof ModuleManifestPayloadSchema;
16
+ export declare const NodeManifestPayloadSchema: "network.xyo.node.manifest" & {
17
+ readonly __schema: true;
18
+ };
19
+ export type NodeManifestPayloadSchema = typeof NodeManifestPayloadSchema;
20
+ export declare const NodeManifestPayloadZod: z.ZodObject<{
21
+ $schema: z.ZodOptional<z.ZodString>;
22
+ description: z.ZodOptional<z.ZodString>;
23
+ config: z.ZodObject<{
24
+ accountPath: z.ZodOptional<z.ZodString>;
25
+ features: z.ZodOptional<z.ZodArray<z.ZodString>>;
26
+ labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>>;
27
+ language: z.ZodOptional<z.ZodString>;
28
+ name: z.ZodString;
29
+ os: z.ZodOptional<z.ZodString>;
30
+ schema: z.ZodCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
31
+ }, z.core.$loose>;
32
+ lazyStart: z.ZodOptional<z.ZodBoolean>;
33
+ status: z.ZodOptional<z.ZodObject<{
34
+ address: z.ZodCustom<Lowercase<string> & {
35
+ readonly __hex: true;
36
+ } & {
37
+ readonly __address: true;
38
+ }, Lowercase<string> & {
39
+ readonly __hex: true;
40
+ } & {
41
+ readonly __address: true;
42
+ }>;
43
+ children: z.ZodOptional<z.ZodRecord<z.ZodCustom<Lowercase<string> & {
44
+ readonly __hex: true;
45
+ } & {
46
+ readonly __address: true;
47
+ }, Lowercase<string> & {
48
+ readonly __hex: true;
49
+ } & {
50
+ readonly __address: true;
51
+ }>, z.ZodNullable<z.ZodString>>>;
52
+ }, z.core.$strip>>;
53
+ modules: z.ZodOptional<z.ZodObject<{
54
+ private: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
55
+ $schema: z.ZodOptional<z.ZodString>;
56
+ description: z.ZodOptional<z.ZodString>;
57
+ config: z.ZodObject<{
58
+ accountPath: z.ZodOptional<z.ZodString>;
59
+ features: z.ZodOptional<z.ZodArray<z.ZodString>>;
60
+ labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>>;
61
+ language: z.ZodOptional<z.ZodString>;
62
+ name: z.ZodString;
63
+ os: z.ZodOptional<z.ZodString>;
64
+ schema: z.ZodCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
65
+ }, z.core.$loose>;
66
+ lazyStart: z.ZodOptional<z.ZodBoolean>;
67
+ status: z.ZodOptional<z.ZodObject<{
68
+ address: z.ZodCustom<Lowercase<string> & {
69
+ readonly __hex: true;
70
+ } & {
71
+ readonly __address: true;
72
+ }, Lowercase<string> & {
73
+ readonly __hex: true;
74
+ } & {
75
+ readonly __address: true;
76
+ }>;
77
+ children: z.ZodOptional<z.ZodRecord<z.ZodCustom<Lowercase<string> & {
78
+ readonly __hex: true;
79
+ } & {
80
+ readonly __address: true;
81
+ }, Lowercase<string> & {
82
+ readonly __hex: true;
83
+ } & {
84
+ readonly __address: true;
85
+ }>, z.ZodNullable<z.ZodString>>>;
86
+ }, z.core.$strip>>;
87
+ }, z.core.$strip>, z.ZodType<import("@xylabs/sdk-js").Brand<string, {
88
+ __moduleAlias: true;
89
+ }>, import("@xylabs/sdk-js").Brand<string, {
90
+ __moduleAlias: true;
91
+ }>, z.core.$ZodTypeInternals<import("@xylabs/sdk-js").Brand<string, {
92
+ __moduleAlias: true;
93
+ }>, import("@xylabs/sdk-js").Brand<string, {
94
+ __moduleAlias: true;
95
+ }>>>]>>>;
96
+ public: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
97
+ $schema: z.ZodOptional<z.ZodString>;
98
+ description: z.ZodOptional<z.ZodString>;
99
+ config: z.ZodObject<{
100
+ accountPath: z.ZodOptional<z.ZodString>;
101
+ features: z.ZodOptional<z.ZodArray<z.ZodString>>;
102
+ labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>>;
103
+ language: z.ZodOptional<z.ZodString>;
104
+ name: z.ZodString;
105
+ os: z.ZodOptional<z.ZodString>;
106
+ schema: z.ZodCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
107
+ }, z.core.$loose>;
108
+ lazyStart: z.ZodOptional<z.ZodBoolean>;
109
+ status: z.ZodOptional<z.ZodObject<{
110
+ address: z.ZodCustom<Lowercase<string> & {
111
+ readonly __hex: true;
112
+ } & {
113
+ readonly __address: true;
114
+ }, Lowercase<string> & {
115
+ readonly __hex: true;
116
+ } & {
117
+ readonly __address: true;
118
+ }>;
119
+ children: z.ZodOptional<z.ZodRecord<z.ZodCustom<Lowercase<string> & {
120
+ readonly __hex: true;
121
+ } & {
122
+ readonly __address: true;
123
+ }, Lowercase<string> & {
124
+ readonly __hex: true;
125
+ } & {
126
+ readonly __address: true;
127
+ }>, z.ZodNullable<z.ZodString>>>;
128
+ }, z.core.$strip>>;
129
+ }, z.core.$strip>, z.ZodType<import("@xylabs/sdk-js").Brand<string, {
130
+ __moduleAlias: true;
131
+ }>, import("@xylabs/sdk-js").Brand<string, {
132
+ __moduleAlias: true;
133
+ }>, z.core.$ZodTypeInternals<import("@xylabs/sdk-js").Brand<string, {
134
+ __moduleAlias: true;
135
+ }>, import("@xylabs/sdk-js").Brand<string, {
136
+ __moduleAlias: true;
137
+ }>>>]>>>;
138
+ }, z.core.$strip>>;
139
+ schema: z.ZodLiteral<"network.xyo.node.manifest" & {
140
+ readonly __schema: true;
141
+ }>;
142
+ }, z.core.$strip>;
143
+ export type NodeManifestPayload = z.infer<typeof NodeManifestPayloadZod>;
144
+ export declare const isNodeManifestPayload: <T>(value: T) => value is T & {
145
+ config: {
146
+ [x: string]: unknown;
147
+ name: string;
148
+ schema: import("@xyo-network/payload-model").Schema;
149
+ accountPath?: string | undefined;
150
+ features?: string[] | undefined;
151
+ labels?: Record<string, string | undefined> | undefined;
152
+ language?: string | undefined;
153
+ os?: string | undefined;
154
+ };
155
+ schema: "network.xyo.node.manifest" & {
156
+ readonly __schema: true;
157
+ };
158
+ $schema?: string | undefined;
159
+ description?: string | undefined;
160
+ lazyStart?: boolean | undefined;
161
+ status?: {
162
+ address: Lowercase<string> & {
163
+ readonly __hex: true;
164
+ } & {
165
+ readonly __address: true;
166
+ };
167
+ children?: Record<Lowercase<string> & {
168
+ readonly __hex: true;
169
+ } & {
170
+ readonly __address: true;
171
+ }, string | null> | undefined;
172
+ } | undefined;
173
+ modules?: {
174
+ private?: (import("@xylabs/sdk-js").Brand<string, {
175
+ __moduleAlias: true;
176
+ }> | {
177
+ config: {
178
+ [x: string]: unknown;
179
+ name: string;
180
+ schema: import("@xyo-network/payload-model").Schema;
181
+ accountPath?: string | undefined;
182
+ features?: string[] | undefined;
183
+ labels?: Record<string, string | undefined> | undefined;
184
+ language?: string | undefined;
185
+ os?: string | undefined;
186
+ };
187
+ $schema?: string | undefined;
188
+ description?: string | undefined;
189
+ lazyStart?: boolean | undefined;
190
+ status?: {
191
+ address: Lowercase<string> & {
192
+ readonly __hex: true;
193
+ } & {
194
+ readonly __address: true;
195
+ };
196
+ children?: Record<Lowercase<string> & {
197
+ readonly __hex: true;
198
+ } & {
199
+ readonly __address: true;
200
+ }, string | null> | undefined;
201
+ } | undefined;
202
+ })[] | undefined;
203
+ public?: (import("@xylabs/sdk-js").Brand<string, {
204
+ __moduleAlias: true;
205
+ }> | {
206
+ config: {
207
+ [x: string]: unknown;
208
+ name: string;
209
+ schema: import("@xyo-network/payload-model").Schema;
210
+ accountPath?: string | undefined;
211
+ features?: string[] | undefined;
212
+ labels?: Record<string, string | undefined> | undefined;
213
+ language?: string | undefined;
214
+ os?: string | undefined;
215
+ };
216
+ $schema?: string | undefined;
217
+ description?: string | undefined;
218
+ lazyStart?: boolean | undefined;
219
+ status?: {
220
+ address: Lowercase<string> & {
221
+ readonly __hex: true;
222
+ } & {
223
+ readonly __address: true;
224
+ };
225
+ children?: Record<Lowercase<string> & {
226
+ readonly __hex: true;
227
+ } & {
228
+ readonly __address: true;
229
+ }, string | null> | undefined;
230
+ } | undefined;
231
+ })[] | undefined;
232
+ } | undefined;
233
+ };
234
+ export declare const asNodeManifestPayload: {
235
+ <T>(value: T): (T & {
236
+ config: {
237
+ [x: string]: unknown;
238
+ name: string;
239
+ schema: import("@xyo-network/payload-model").Schema;
240
+ accountPath?: string | undefined;
241
+ features?: string[] | undefined;
242
+ labels?: Record<string, string | undefined> | undefined;
243
+ language?: string | undefined;
244
+ os?: string | undefined;
245
+ };
246
+ schema: "network.xyo.node.manifest" & {
247
+ readonly __schema: true;
248
+ };
249
+ $schema?: string | undefined;
250
+ description?: string | undefined;
251
+ lazyStart?: boolean | undefined;
252
+ status?: {
253
+ address: Lowercase<string> & {
254
+ readonly __hex: true;
255
+ } & {
256
+ readonly __address: true;
257
+ };
258
+ children?: Record<Lowercase<string> & {
259
+ readonly __hex: true;
260
+ } & {
261
+ readonly __address: true;
262
+ }, string | null> | undefined;
263
+ } | undefined;
264
+ modules?: {
265
+ private?: (import("@xylabs/sdk-js").Brand<string, {
266
+ __moduleAlias: true;
267
+ }> | {
268
+ config: {
269
+ [x: string]: unknown;
270
+ name: string;
271
+ schema: import("@xyo-network/payload-model").Schema;
272
+ accountPath?: string | undefined;
273
+ features?: string[] | undefined;
274
+ labels?: Record<string, string | undefined> | undefined;
275
+ language?: string | undefined;
276
+ os?: string | undefined;
277
+ };
278
+ $schema?: string | undefined;
279
+ description?: string | undefined;
280
+ lazyStart?: boolean | undefined;
281
+ status?: {
282
+ address: Lowercase<string> & {
283
+ readonly __hex: true;
284
+ } & {
285
+ readonly __address: true;
286
+ };
287
+ children?: Record<Lowercase<string> & {
288
+ readonly __hex: true;
289
+ } & {
290
+ readonly __address: true;
291
+ }, string | null> | undefined;
292
+ } | undefined;
293
+ })[] | undefined;
294
+ public?: (import("@xylabs/sdk-js").Brand<string, {
295
+ __moduleAlias: true;
296
+ }> | {
297
+ config: {
298
+ [x: string]: unknown;
299
+ name: string;
300
+ schema: import("@xyo-network/payload-model").Schema;
301
+ accountPath?: string | undefined;
302
+ features?: string[] | undefined;
303
+ labels?: Record<string, string | undefined> | undefined;
304
+ language?: string | undefined;
305
+ os?: string | undefined;
306
+ };
307
+ $schema?: string | undefined;
308
+ description?: string | undefined;
309
+ lazyStart?: boolean | undefined;
310
+ status?: {
311
+ address: Lowercase<string> & {
312
+ readonly __hex: true;
313
+ } & {
314
+ readonly __address: true;
315
+ };
316
+ children?: Record<Lowercase<string> & {
317
+ readonly __hex: true;
318
+ } & {
319
+ readonly __address: true;
320
+ }, string | null> | undefined;
321
+ } | undefined;
322
+ })[] | undefined;
323
+ } | undefined;
324
+ }) | undefined;
325
+ <T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
326
+ config: {
327
+ [x: string]: unknown;
328
+ name: string;
329
+ schema: import("@xyo-network/payload-model").Schema;
330
+ accountPath?: string | undefined;
331
+ features?: string[] | undefined;
332
+ labels?: Record<string, string | undefined> | undefined;
333
+ language?: string | undefined;
334
+ os?: string | undefined;
335
+ };
336
+ schema: "network.xyo.node.manifest" & {
337
+ readonly __schema: true;
338
+ };
339
+ $schema?: string | undefined;
340
+ description?: string | undefined;
341
+ lazyStart?: boolean | undefined;
342
+ status?: {
343
+ address: Lowercase<string> & {
344
+ readonly __hex: true;
345
+ } & {
346
+ readonly __address: true;
347
+ };
348
+ children?: Record<Lowercase<string> & {
349
+ readonly __hex: true;
350
+ } & {
351
+ readonly __address: true;
352
+ }, string | null> | undefined;
353
+ } | undefined;
354
+ modules?: {
355
+ private?: (import("@xylabs/sdk-js").Brand<string, {
356
+ __moduleAlias: true;
357
+ }> | {
358
+ config: {
359
+ [x: string]: unknown;
360
+ name: string;
361
+ schema: import("@xyo-network/payload-model").Schema;
362
+ accountPath?: string | undefined;
363
+ features?: string[] | undefined;
364
+ labels?: Record<string, string | undefined> | undefined;
365
+ language?: string | undefined;
366
+ os?: string | undefined;
367
+ };
368
+ $schema?: string | undefined;
369
+ description?: string | undefined;
370
+ lazyStart?: boolean | undefined;
371
+ status?: {
372
+ address: Lowercase<string> & {
373
+ readonly __hex: true;
374
+ } & {
375
+ readonly __address: true;
376
+ };
377
+ children?: Record<Lowercase<string> & {
378
+ readonly __hex: true;
379
+ } & {
380
+ readonly __address: true;
381
+ }, string | null> | undefined;
382
+ } | undefined;
383
+ })[] | undefined;
384
+ public?: (import("@xylabs/sdk-js").Brand<string, {
385
+ __moduleAlias: true;
386
+ }> | {
387
+ config: {
388
+ [x: string]: unknown;
389
+ name: string;
390
+ schema: import("@xyo-network/payload-model").Schema;
391
+ accountPath?: string | undefined;
392
+ features?: string[] | undefined;
393
+ labels?: Record<string, string | undefined> | undefined;
394
+ language?: string | undefined;
395
+ os?: string | undefined;
396
+ };
397
+ $schema?: string | undefined;
398
+ description?: string | undefined;
399
+ lazyStart?: boolean | undefined;
400
+ status?: {
401
+ address: Lowercase<string> & {
402
+ readonly __hex: true;
403
+ } & {
404
+ readonly __address: true;
405
+ };
406
+ children?: Record<Lowercase<string> & {
407
+ readonly __hex: true;
408
+ } & {
409
+ readonly __address: true;
410
+ }, string | null> | undefined;
411
+ } | undefined;
412
+ })[] | undefined;
413
+ } | undefined;
414
+ };
415
+ };
416
+ export declare const toNodeManifestPayload: {
417
+ <T>(value: T): (T & {
418
+ config: {
419
+ [x: string]: unknown;
420
+ name: string;
421
+ schema: import("@xyo-network/payload-model").Schema;
422
+ accountPath?: string | undefined;
423
+ features?: string[] | undefined;
424
+ labels?: Record<string, string | undefined> | undefined;
425
+ language?: string | undefined;
426
+ os?: string | undefined;
427
+ };
428
+ schema: "network.xyo.node.manifest" & {
429
+ readonly __schema: true;
430
+ };
431
+ $schema?: string | undefined;
432
+ description?: string | undefined;
433
+ lazyStart?: boolean | undefined;
434
+ status?: {
435
+ address: Lowercase<string> & {
436
+ readonly __hex: true;
437
+ } & {
438
+ readonly __address: true;
439
+ };
440
+ children?: Record<Lowercase<string> & {
441
+ readonly __hex: true;
442
+ } & {
443
+ readonly __address: true;
444
+ }, string | null> | undefined;
445
+ } | undefined;
446
+ modules?: {
447
+ private?: (import("@xylabs/sdk-js").Brand<string, {
448
+ __moduleAlias: true;
449
+ }> | {
450
+ config: {
451
+ [x: string]: unknown;
452
+ name: string;
453
+ schema: import("@xyo-network/payload-model").Schema;
454
+ accountPath?: string | undefined;
455
+ features?: string[] | undefined;
456
+ labels?: Record<string, string | undefined> | undefined;
457
+ language?: string | undefined;
458
+ os?: string | undefined;
459
+ };
460
+ $schema?: string | undefined;
461
+ description?: string | undefined;
462
+ lazyStart?: boolean | undefined;
463
+ status?: {
464
+ address: Lowercase<string> & {
465
+ readonly __hex: true;
466
+ } & {
467
+ readonly __address: true;
468
+ };
469
+ children?: Record<Lowercase<string> & {
470
+ readonly __hex: true;
471
+ } & {
472
+ readonly __address: true;
473
+ }, string | null> | undefined;
474
+ } | undefined;
475
+ })[] | undefined;
476
+ public?: (import("@xylabs/sdk-js").Brand<string, {
477
+ __moduleAlias: true;
478
+ }> | {
479
+ config: {
480
+ [x: string]: unknown;
481
+ name: string;
482
+ schema: import("@xyo-network/payload-model").Schema;
483
+ accountPath?: string | undefined;
484
+ features?: string[] | undefined;
485
+ labels?: Record<string, string | undefined> | undefined;
486
+ language?: string | undefined;
487
+ os?: string | undefined;
488
+ };
489
+ $schema?: string | undefined;
490
+ description?: string | undefined;
491
+ lazyStart?: boolean | undefined;
492
+ status?: {
493
+ address: Lowercase<string> & {
494
+ readonly __hex: true;
495
+ } & {
496
+ readonly __address: true;
497
+ };
498
+ children?: Record<Lowercase<string> & {
499
+ readonly __hex: true;
500
+ } & {
501
+ readonly __address: true;
502
+ }, string | null> | undefined;
503
+ } | undefined;
504
+ })[] | undefined;
505
+ } | undefined;
506
+ }) | undefined;
507
+ <T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
508
+ config: {
509
+ [x: string]: unknown;
510
+ name: string;
511
+ schema: import("@xyo-network/payload-model").Schema;
512
+ accountPath?: string | undefined;
513
+ features?: string[] | undefined;
514
+ labels?: Record<string, string | undefined> | undefined;
515
+ language?: string | undefined;
516
+ os?: string | undefined;
517
+ };
518
+ schema: "network.xyo.node.manifest" & {
519
+ readonly __schema: true;
520
+ };
521
+ $schema?: string | undefined;
522
+ description?: string | undefined;
523
+ lazyStart?: boolean | undefined;
524
+ status?: {
525
+ address: Lowercase<string> & {
526
+ readonly __hex: true;
527
+ } & {
528
+ readonly __address: true;
529
+ };
530
+ children?: Record<Lowercase<string> & {
531
+ readonly __hex: true;
532
+ } & {
533
+ readonly __address: true;
534
+ }, string | null> | undefined;
535
+ } | undefined;
536
+ modules?: {
537
+ private?: (import("@xylabs/sdk-js").Brand<string, {
538
+ __moduleAlias: true;
539
+ }> | {
540
+ config: {
541
+ [x: string]: unknown;
542
+ name: string;
543
+ schema: import("@xyo-network/payload-model").Schema;
544
+ accountPath?: string | undefined;
545
+ features?: string[] | undefined;
546
+ labels?: Record<string, string | undefined> | undefined;
547
+ language?: string | undefined;
548
+ os?: string | undefined;
549
+ };
550
+ $schema?: string | undefined;
551
+ description?: string | undefined;
552
+ lazyStart?: boolean | undefined;
553
+ status?: {
554
+ address: Lowercase<string> & {
555
+ readonly __hex: true;
556
+ } & {
557
+ readonly __address: true;
558
+ };
559
+ children?: Record<Lowercase<string> & {
560
+ readonly __hex: true;
561
+ } & {
562
+ readonly __address: true;
563
+ }, string | null> | undefined;
564
+ } | undefined;
565
+ })[] | undefined;
566
+ public?: (import("@xylabs/sdk-js").Brand<string, {
567
+ __moduleAlias: true;
568
+ }> | {
569
+ config: {
570
+ [x: string]: unknown;
571
+ name: string;
572
+ schema: import("@xyo-network/payload-model").Schema;
573
+ accountPath?: string | undefined;
574
+ features?: string[] | undefined;
575
+ labels?: Record<string, string | undefined> | undefined;
576
+ language?: string | undefined;
577
+ os?: string | undefined;
578
+ };
579
+ $schema?: string | undefined;
580
+ description?: string | undefined;
581
+ lazyStart?: boolean | undefined;
582
+ status?: {
583
+ address: Lowercase<string> & {
584
+ readonly __hex: true;
585
+ } & {
586
+ readonly __address: true;
587
+ };
588
+ children?: Record<Lowercase<string> & {
589
+ readonly __hex: true;
590
+ } & {
591
+ readonly __address: true;
592
+ }, string | null> | undefined;
593
+ } | undefined;
594
+ })[] | undefined;
595
+ } | undefined;
596
+ };
597
+ };
598
+ export declare const ModuleManifestPayloadZod: z.ZodObject<{
599
+ $schema: z.ZodOptional<z.ZodString>;
600
+ description: z.ZodOptional<z.ZodString>;
601
+ config: z.ZodObject<{
602
+ accountPath: z.ZodOptional<z.ZodString>;
603
+ features: z.ZodOptional<z.ZodArray<z.ZodString>>;
604
+ labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>>;
605
+ language: z.ZodOptional<z.ZodString>;
606
+ name: z.ZodString;
607
+ os: z.ZodOptional<z.ZodString>;
608
+ schema: z.ZodCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
609
+ }, z.core.$loose>;
610
+ lazyStart: z.ZodOptional<z.ZodBoolean>;
611
+ status: z.ZodOptional<z.ZodObject<{
612
+ address: z.ZodCustom<Lowercase<string> & {
613
+ readonly __hex: true;
614
+ } & {
615
+ readonly __address: true;
616
+ }, Lowercase<string> & {
617
+ readonly __hex: true;
618
+ } & {
619
+ readonly __address: true;
620
+ }>;
621
+ children: z.ZodOptional<z.ZodRecord<z.ZodCustom<Lowercase<string> & {
622
+ readonly __hex: true;
623
+ } & {
624
+ readonly __address: true;
625
+ }, Lowercase<string> & {
626
+ readonly __hex: true;
627
+ } & {
628
+ readonly __address: true;
629
+ }>, z.ZodNullable<z.ZodString>>>;
630
+ }, z.core.$strip>>;
631
+ schema: z.ZodUnion<readonly [z.ZodLiteral<"network.xyo.module.manifest" & {
632
+ readonly __schema: true;
633
+ }>, z.ZodLiteral<"network.xyo.node.manifest" & {
634
+ readonly __schema: true;
635
+ }>]>;
636
+ }, z.core.$strip>;
637
+ export type ModuleManifestPayload = Payload<ModuleManifest, ModuleManifestPayloadSchema | NodeManifestPayloadSchema>;
638
+ export declare const isModuleManifestPayload: <T>(value: T) => value is T & {
639
+ config: {
640
+ [x: string]: unknown;
641
+ name: string;
642
+ schema: import("@xyo-network/payload-model").Schema;
643
+ accountPath?: string | undefined;
644
+ features?: string[] | undefined;
645
+ labels?: Record<string, string | undefined> | undefined;
646
+ language?: string | undefined;
647
+ os?: string | undefined;
648
+ };
649
+ schema: ("network.xyo.module.manifest" & {
650
+ readonly __schema: true;
651
+ }) | ("network.xyo.node.manifest" & {
652
+ readonly __schema: true;
653
+ });
654
+ $schema?: string | undefined;
655
+ description?: string | undefined;
656
+ lazyStart?: boolean | undefined;
657
+ status?: {
658
+ address: Lowercase<string> & {
659
+ readonly __hex: true;
660
+ } & {
661
+ readonly __address: true;
662
+ };
663
+ children?: Record<Lowercase<string> & {
664
+ readonly __hex: true;
665
+ } & {
666
+ readonly __address: true;
667
+ }, string | null> | undefined;
668
+ } | undefined;
669
+ };
670
+ export declare const asModuleManifestPayload: {
671
+ <T>(value: T): (T & {
672
+ config: {
673
+ [x: string]: unknown;
674
+ name: string;
675
+ schema: import("@xyo-network/payload-model").Schema;
676
+ accountPath?: string | undefined;
677
+ features?: string[] | undefined;
678
+ labels?: Record<string, string | undefined> | undefined;
679
+ language?: string | undefined;
680
+ os?: string | undefined;
681
+ };
682
+ schema: ("network.xyo.module.manifest" & {
683
+ readonly __schema: true;
684
+ }) | ("network.xyo.node.manifest" & {
685
+ readonly __schema: true;
686
+ });
687
+ $schema?: string | undefined;
688
+ description?: string | undefined;
689
+ lazyStart?: boolean | undefined;
690
+ status?: {
691
+ address: Lowercase<string> & {
692
+ readonly __hex: true;
693
+ } & {
694
+ readonly __address: true;
695
+ };
696
+ children?: Record<Lowercase<string> & {
697
+ readonly __hex: true;
698
+ } & {
699
+ readonly __address: true;
700
+ }, string | null> | undefined;
701
+ } | undefined;
702
+ }) | undefined;
703
+ <T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
704
+ config: {
705
+ [x: string]: unknown;
706
+ name: string;
707
+ schema: import("@xyo-network/payload-model").Schema;
708
+ accountPath?: string | undefined;
709
+ features?: string[] | undefined;
710
+ labels?: Record<string, string | undefined> | undefined;
711
+ language?: string | undefined;
712
+ os?: string | undefined;
713
+ };
714
+ schema: ("network.xyo.module.manifest" & {
715
+ readonly __schema: true;
716
+ }) | ("network.xyo.node.manifest" & {
717
+ readonly __schema: true;
718
+ });
719
+ $schema?: string | undefined;
720
+ description?: string | undefined;
721
+ lazyStart?: boolean | undefined;
722
+ status?: {
723
+ address: Lowercase<string> & {
724
+ readonly __hex: true;
725
+ } & {
726
+ readonly __address: true;
727
+ };
728
+ children?: Record<Lowercase<string> & {
729
+ readonly __hex: true;
730
+ } & {
731
+ readonly __address: true;
732
+ }, string | null> | undefined;
733
+ } | undefined;
734
+ };
735
+ };
736
+ export declare const toModuleManifestPayload: {
737
+ <T>(value: T): (T & {
738
+ config: {
739
+ [x: string]: unknown;
740
+ name: string;
741
+ schema: import("@xyo-network/payload-model").Schema;
742
+ accountPath?: string | undefined;
743
+ features?: string[] | undefined;
744
+ labels?: Record<string, string | undefined> | undefined;
745
+ language?: string | undefined;
746
+ os?: string | undefined;
747
+ };
748
+ schema: ("network.xyo.module.manifest" & {
749
+ readonly __schema: true;
750
+ }) | ("network.xyo.node.manifest" & {
751
+ readonly __schema: true;
752
+ });
753
+ $schema?: string | undefined;
754
+ description?: string | undefined;
755
+ lazyStart?: boolean | undefined;
756
+ status?: {
757
+ address: Lowercase<string> & {
758
+ readonly __hex: true;
759
+ } & {
760
+ readonly __address: true;
761
+ };
762
+ children?: Record<Lowercase<string> & {
763
+ readonly __hex: true;
764
+ } & {
765
+ readonly __address: true;
766
+ }, string | null> | undefined;
767
+ } | undefined;
768
+ }) | undefined;
769
+ <T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
770
+ config: {
771
+ [x: string]: unknown;
772
+ name: string;
773
+ schema: import("@xyo-network/payload-model").Schema;
774
+ accountPath?: string | undefined;
775
+ features?: string[] | undefined;
776
+ labels?: Record<string, string | undefined> | undefined;
777
+ language?: string | undefined;
778
+ os?: string | undefined;
779
+ };
780
+ schema: ("network.xyo.module.manifest" & {
781
+ readonly __schema: true;
782
+ }) | ("network.xyo.node.manifest" & {
783
+ readonly __schema: true;
784
+ });
785
+ $schema?: string | undefined;
786
+ description?: string | undefined;
787
+ lazyStart?: boolean | undefined;
788
+ status?: {
789
+ address: Lowercase<string> & {
790
+ readonly __hex: true;
791
+ } & {
792
+ readonly __address: true;
793
+ };
794
+ children?: Record<Lowercase<string> & {
795
+ readonly __hex: true;
796
+ } & {
797
+ readonly __address: true;
798
+ }, string | null> | undefined;
799
+ } | undefined;
800
+ };
801
+ };
802
+ export declare const PackageManifestPayloadZod: z.ZodObject<{
803
+ $schema: z.ZodOptional<z.ZodString>;
804
+ description: z.ZodOptional<z.ZodString>;
805
+ modules: z.ZodOptional<z.ZodRecord<z.ZodType<import("@xylabs/sdk-js").Brand<string, {
806
+ __moduleAlias: true;
807
+ }>, import("@xylabs/sdk-js").Brand<string, {
808
+ __moduleAlias: true;
809
+ }>, z.core.$ZodTypeInternals<import("@xylabs/sdk-js").Brand<string, {
810
+ __moduleAlias: true;
811
+ }>, import("@xylabs/sdk-js").Brand<string, {
812
+ __moduleAlias: true;
813
+ }>>>, z.ZodObject<{
814
+ $schema: z.ZodOptional<z.ZodString>;
815
+ description: z.ZodOptional<z.ZodString>;
816
+ config: z.ZodObject<{
817
+ accountPath: z.ZodOptional<z.ZodString>;
818
+ features: z.ZodOptional<z.ZodArray<z.ZodString>>;
819
+ labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>>;
820
+ language: z.ZodOptional<z.ZodString>;
821
+ name: z.ZodString;
822
+ os: z.ZodOptional<z.ZodString>;
823
+ schema: z.ZodCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
824
+ }, z.core.$loose>;
825
+ lazyStart: z.ZodOptional<z.ZodBoolean>;
826
+ status: z.ZodOptional<z.ZodObject<{
827
+ address: z.ZodCustom<Lowercase<string> & {
828
+ readonly __hex: true;
829
+ } & {
830
+ readonly __address: true;
831
+ }, Lowercase<string> & {
832
+ readonly __hex: true;
833
+ } & {
834
+ readonly __address: true;
835
+ }>;
836
+ children: z.ZodOptional<z.ZodRecord<z.ZodCustom<Lowercase<string> & {
837
+ readonly __hex: true;
838
+ } & {
839
+ readonly __address: true;
840
+ }, Lowercase<string> & {
841
+ readonly __hex: true;
842
+ } & {
843
+ readonly __address: true;
844
+ }>, z.ZodNullable<z.ZodString>>>;
845
+ }, z.core.$strip>>;
846
+ }, z.core.$strip>>>;
847
+ nodes: z.ZodArray<z.ZodObject<{
848
+ $schema: z.ZodOptional<z.ZodString>;
849
+ description: z.ZodOptional<z.ZodString>;
850
+ config: z.ZodObject<{
851
+ accountPath: z.ZodOptional<z.ZodString>;
852
+ features: z.ZodOptional<z.ZodArray<z.ZodString>>;
853
+ labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>>;
854
+ language: z.ZodOptional<z.ZodString>;
855
+ name: z.ZodString;
856
+ os: z.ZodOptional<z.ZodString>;
857
+ schema: z.ZodCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
858
+ }, z.core.$loose>;
859
+ lazyStart: z.ZodOptional<z.ZodBoolean>;
860
+ status: z.ZodOptional<z.ZodObject<{
861
+ address: z.ZodCustom<Lowercase<string> & {
862
+ readonly __hex: true;
863
+ } & {
864
+ readonly __address: true;
865
+ }, Lowercase<string> & {
866
+ readonly __hex: true;
867
+ } & {
868
+ readonly __address: true;
869
+ }>;
870
+ children: z.ZodOptional<z.ZodRecord<z.ZodCustom<Lowercase<string> & {
871
+ readonly __hex: true;
872
+ } & {
873
+ readonly __address: true;
874
+ }, Lowercase<string> & {
875
+ readonly __hex: true;
876
+ } & {
877
+ readonly __address: true;
878
+ }>, z.ZodNullable<z.ZodString>>>;
879
+ }, z.core.$strip>>;
880
+ modules: z.ZodOptional<z.ZodObject<{
881
+ private: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
882
+ $schema: z.ZodOptional<z.ZodString>;
883
+ description: z.ZodOptional<z.ZodString>;
884
+ config: z.ZodObject<{
885
+ accountPath: z.ZodOptional<z.ZodString>;
886
+ features: z.ZodOptional<z.ZodArray<z.ZodString>>;
887
+ labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>>;
888
+ language: z.ZodOptional<z.ZodString>;
889
+ name: z.ZodString;
890
+ os: z.ZodOptional<z.ZodString>;
891
+ schema: z.ZodCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
892
+ }, z.core.$loose>;
893
+ lazyStart: z.ZodOptional<z.ZodBoolean>;
894
+ status: z.ZodOptional<z.ZodObject<{
895
+ address: z.ZodCustom<Lowercase<string> & {
896
+ readonly __hex: true;
897
+ } & {
898
+ readonly __address: true;
899
+ }, Lowercase<string> & {
900
+ readonly __hex: true;
901
+ } & {
902
+ readonly __address: true;
903
+ }>;
904
+ children: z.ZodOptional<z.ZodRecord<z.ZodCustom<Lowercase<string> & {
905
+ readonly __hex: true;
906
+ } & {
907
+ readonly __address: true;
908
+ }, Lowercase<string> & {
909
+ readonly __hex: true;
910
+ } & {
911
+ readonly __address: true;
912
+ }>, z.ZodNullable<z.ZodString>>>;
913
+ }, z.core.$strip>>;
914
+ }, z.core.$strip>, z.ZodType<import("@xylabs/sdk-js").Brand<string, {
915
+ __moduleAlias: true;
916
+ }>, import("@xylabs/sdk-js").Brand<string, {
917
+ __moduleAlias: true;
918
+ }>, z.core.$ZodTypeInternals<import("@xylabs/sdk-js").Brand<string, {
919
+ __moduleAlias: true;
920
+ }>, import("@xylabs/sdk-js").Brand<string, {
921
+ __moduleAlias: true;
922
+ }>>>]>>>;
923
+ public: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
924
+ $schema: z.ZodOptional<z.ZodString>;
925
+ description: z.ZodOptional<z.ZodString>;
926
+ config: z.ZodObject<{
927
+ accountPath: z.ZodOptional<z.ZodString>;
928
+ features: z.ZodOptional<z.ZodArray<z.ZodString>>;
929
+ labels: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodOptional<z.ZodString>>>;
930
+ language: z.ZodOptional<z.ZodString>;
931
+ name: z.ZodString;
932
+ os: z.ZodOptional<z.ZodString>;
933
+ schema: z.ZodCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
934
+ }, z.core.$loose>;
935
+ lazyStart: z.ZodOptional<z.ZodBoolean>;
936
+ status: z.ZodOptional<z.ZodObject<{
937
+ address: z.ZodCustom<Lowercase<string> & {
938
+ readonly __hex: true;
939
+ } & {
940
+ readonly __address: true;
941
+ }, Lowercase<string> & {
942
+ readonly __hex: true;
943
+ } & {
944
+ readonly __address: true;
945
+ }>;
946
+ children: z.ZodOptional<z.ZodRecord<z.ZodCustom<Lowercase<string> & {
947
+ readonly __hex: true;
948
+ } & {
949
+ readonly __address: true;
950
+ }, Lowercase<string> & {
951
+ readonly __hex: true;
952
+ } & {
953
+ readonly __address: true;
954
+ }>, z.ZodNullable<z.ZodString>>>;
955
+ }, z.core.$strip>>;
956
+ }, z.core.$strip>, z.ZodType<import("@xylabs/sdk-js").Brand<string, {
957
+ __moduleAlias: true;
958
+ }>, import("@xylabs/sdk-js").Brand<string, {
959
+ __moduleAlias: true;
960
+ }>, z.core.$ZodTypeInternals<import("@xylabs/sdk-js").Brand<string, {
961
+ __moduleAlias: true;
962
+ }>, import("@xylabs/sdk-js").Brand<string, {
963
+ __moduleAlias: true;
964
+ }>>>]>>>;
965
+ }, z.core.$strip>>;
966
+ }, z.core.$strip>>;
967
+ schema: z.ZodLiteral<"network.xyo.manifest.package" & {
968
+ readonly __schema: true;
969
+ }>;
970
+ }, z.core.$strip>;
971
+ export type PackageManifestPayload = Payload<PackageManifest, PackageManifestPayloadSchema>;
972
+ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
973
+ nodes: {
974
+ config: {
975
+ [x: string]: unknown;
976
+ name: string;
977
+ schema: import("@xyo-network/payload-model").Schema;
978
+ accountPath?: string | undefined;
979
+ features?: string[] | undefined;
980
+ labels?: Record<string, string | undefined> | undefined;
981
+ language?: string | undefined;
982
+ os?: string | undefined;
983
+ };
984
+ $schema?: string | undefined;
985
+ description?: string | undefined;
986
+ lazyStart?: boolean | undefined;
987
+ status?: {
988
+ address: Lowercase<string> & {
989
+ readonly __hex: true;
990
+ } & {
991
+ readonly __address: true;
992
+ };
993
+ children?: Record<Lowercase<string> & {
994
+ readonly __hex: true;
995
+ } & {
996
+ readonly __address: true;
997
+ }, string | null> | undefined;
998
+ } | undefined;
999
+ modules?: {
1000
+ private?: (import("@xylabs/sdk-js").Brand<string, {
1001
+ __moduleAlias: true;
1002
+ }> | {
1003
+ config: {
1004
+ [x: string]: unknown;
1005
+ name: string;
1006
+ schema: import("@xyo-network/payload-model").Schema;
1007
+ accountPath?: string | undefined;
1008
+ features?: string[] | undefined;
1009
+ labels?: Record<string, string | undefined> | undefined;
1010
+ language?: string | undefined;
1011
+ os?: string | undefined;
1012
+ };
1013
+ $schema?: string | undefined;
1014
+ description?: string | undefined;
1015
+ lazyStart?: boolean | undefined;
1016
+ status?: {
1017
+ address: Lowercase<string> & {
1018
+ readonly __hex: true;
1019
+ } & {
1020
+ readonly __address: true;
1021
+ };
1022
+ children?: Record<Lowercase<string> & {
1023
+ readonly __hex: true;
1024
+ } & {
1025
+ readonly __address: true;
1026
+ }, string | null> | undefined;
1027
+ } | undefined;
1028
+ })[] | undefined;
1029
+ public?: (import("@xylabs/sdk-js").Brand<string, {
1030
+ __moduleAlias: true;
1031
+ }> | {
1032
+ config: {
1033
+ [x: string]: unknown;
1034
+ name: string;
1035
+ schema: import("@xyo-network/payload-model").Schema;
1036
+ accountPath?: string | undefined;
1037
+ features?: string[] | undefined;
1038
+ labels?: Record<string, string | undefined> | undefined;
1039
+ language?: string | undefined;
1040
+ os?: string | undefined;
1041
+ };
1042
+ $schema?: string | undefined;
1043
+ description?: string | undefined;
1044
+ lazyStart?: boolean | undefined;
1045
+ status?: {
1046
+ address: Lowercase<string> & {
1047
+ readonly __hex: true;
1048
+ } & {
1049
+ readonly __address: true;
1050
+ };
1051
+ children?: Record<Lowercase<string> & {
1052
+ readonly __hex: true;
1053
+ } & {
1054
+ readonly __address: true;
1055
+ }, string | null> | undefined;
1056
+ } | undefined;
1057
+ })[] | undefined;
1058
+ } | undefined;
1059
+ }[];
1060
+ schema: "network.xyo.manifest.package" & {
1061
+ readonly __schema: true;
1062
+ };
1063
+ $schema?: string | undefined;
1064
+ description?: string | undefined;
1065
+ modules?: Record<import("@xylabs/sdk-js").Brand<string, {
1066
+ __moduleAlias: true;
1067
+ }>, {
1068
+ config: {
1069
+ [x: string]: unknown;
1070
+ name: string;
1071
+ schema: import("@xyo-network/payload-model").Schema;
1072
+ accountPath?: string | undefined;
1073
+ features?: string[] | undefined;
1074
+ labels?: Record<string, string | undefined> | undefined;
1075
+ language?: string | undefined;
1076
+ os?: string | undefined;
1077
+ };
1078
+ $schema?: string | undefined;
1079
+ description?: string | undefined;
1080
+ lazyStart?: boolean | undefined;
1081
+ status?: {
1082
+ address: Lowercase<string> & {
1083
+ readonly __hex: true;
1084
+ } & {
1085
+ readonly __address: true;
1086
+ };
1087
+ children?: Record<Lowercase<string> & {
1088
+ readonly __hex: true;
1089
+ } & {
1090
+ readonly __address: true;
1091
+ }, string | null> | undefined;
1092
+ } | undefined;
1093
+ }> | undefined;
1094
+ };
1095
+ export declare const asPackageManifestPayload: {
1096
+ <T>(value: T): (T & {
1097
+ nodes: {
1098
+ config: {
1099
+ [x: string]: unknown;
1100
+ name: string;
1101
+ schema: import("@xyo-network/payload-model").Schema;
1102
+ accountPath?: string | undefined;
1103
+ features?: string[] | undefined;
1104
+ labels?: Record<string, string | undefined> | undefined;
1105
+ language?: string | undefined;
1106
+ os?: string | undefined;
1107
+ };
1108
+ $schema?: string | undefined;
1109
+ description?: string | undefined;
1110
+ lazyStart?: boolean | undefined;
1111
+ status?: {
1112
+ address: Lowercase<string> & {
1113
+ readonly __hex: true;
1114
+ } & {
1115
+ readonly __address: true;
1116
+ };
1117
+ children?: Record<Lowercase<string> & {
1118
+ readonly __hex: true;
1119
+ } & {
1120
+ readonly __address: true;
1121
+ }, string | null> | undefined;
1122
+ } | undefined;
1123
+ modules?: {
1124
+ private?: (import("@xylabs/sdk-js").Brand<string, {
1125
+ __moduleAlias: true;
1126
+ }> | {
1127
+ config: {
1128
+ [x: string]: unknown;
1129
+ name: string;
1130
+ schema: import("@xyo-network/payload-model").Schema;
1131
+ accountPath?: string | undefined;
1132
+ features?: string[] | undefined;
1133
+ labels?: Record<string, string | undefined> | undefined;
1134
+ language?: string | undefined;
1135
+ os?: string | undefined;
1136
+ };
1137
+ $schema?: string | undefined;
1138
+ description?: string | undefined;
1139
+ lazyStart?: boolean | undefined;
1140
+ status?: {
1141
+ address: Lowercase<string> & {
1142
+ readonly __hex: true;
1143
+ } & {
1144
+ readonly __address: true;
1145
+ };
1146
+ children?: Record<Lowercase<string> & {
1147
+ readonly __hex: true;
1148
+ } & {
1149
+ readonly __address: true;
1150
+ }, string | null> | undefined;
1151
+ } | undefined;
1152
+ })[] | undefined;
1153
+ public?: (import("@xylabs/sdk-js").Brand<string, {
1154
+ __moduleAlias: true;
1155
+ }> | {
1156
+ config: {
1157
+ [x: string]: unknown;
1158
+ name: string;
1159
+ schema: import("@xyo-network/payload-model").Schema;
1160
+ accountPath?: string | undefined;
1161
+ features?: string[] | undefined;
1162
+ labels?: Record<string, string | undefined> | undefined;
1163
+ language?: string | undefined;
1164
+ os?: string | undefined;
1165
+ };
1166
+ $schema?: string | undefined;
1167
+ description?: string | undefined;
1168
+ lazyStart?: boolean | undefined;
1169
+ status?: {
1170
+ address: Lowercase<string> & {
1171
+ readonly __hex: true;
1172
+ } & {
1173
+ readonly __address: true;
1174
+ };
1175
+ children?: Record<Lowercase<string> & {
1176
+ readonly __hex: true;
1177
+ } & {
1178
+ readonly __address: true;
1179
+ }, string | null> | undefined;
1180
+ } | undefined;
1181
+ })[] | undefined;
1182
+ } | undefined;
1183
+ }[];
1184
+ schema: "network.xyo.manifest.package" & {
1185
+ readonly __schema: true;
1186
+ };
1187
+ $schema?: string | undefined;
1188
+ description?: string | undefined;
1189
+ modules?: Record<import("@xylabs/sdk-js").Brand<string, {
1190
+ __moduleAlias: true;
1191
+ }>, {
1192
+ config: {
1193
+ [x: string]: unknown;
1194
+ name: string;
1195
+ schema: import("@xyo-network/payload-model").Schema;
1196
+ accountPath?: string | undefined;
1197
+ features?: string[] | undefined;
1198
+ labels?: Record<string, string | undefined> | undefined;
1199
+ language?: string | undefined;
1200
+ os?: string | undefined;
1201
+ };
1202
+ $schema?: string | undefined;
1203
+ description?: string | undefined;
1204
+ lazyStart?: boolean | undefined;
1205
+ status?: {
1206
+ address: Lowercase<string> & {
1207
+ readonly __hex: true;
1208
+ } & {
1209
+ readonly __address: true;
1210
+ };
1211
+ children?: Record<Lowercase<string> & {
1212
+ readonly __hex: true;
1213
+ } & {
1214
+ readonly __address: true;
1215
+ }, string | null> | undefined;
1216
+ } | undefined;
1217
+ }> | undefined;
1218
+ }) | undefined;
1219
+ <T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
1220
+ nodes: {
1221
+ config: {
1222
+ [x: string]: unknown;
1223
+ name: string;
1224
+ schema: import("@xyo-network/payload-model").Schema;
1225
+ accountPath?: string | undefined;
1226
+ features?: string[] | undefined;
1227
+ labels?: Record<string, string | undefined> | undefined;
1228
+ language?: string | undefined;
1229
+ os?: string | undefined;
1230
+ };
1231
+ $schema?: string | undefined;
1232
+ description?: string | undefined;
1233
+ lazyStart?: boolean | undefined;
1234
+ status?: {
1235
+ address: Lowercase<string> & {
1236
+ readonly __hex: true;
1237
+ } & {
1238
+ readonly __address: true;
1239
+ };
1240
+ children?: Record<Lowercase<string> & {
1241
+ readonly __hex: true;
1242
+ } & {
1243
+ readonly __address: true;
1244
+ }, string | null> | undefined;
1245
+ } | undefined;
1246
+ modules?: {
1247
+ private?: (import("@xylabs/sdk-js").Brand<string, {
1248
+ __moduleAlias: true;
1249
+ }> | {
1250
+ config: {
1251
+ [x: string]: unknown;
1252
+ name: string;
1253
+ schema: import("@xyo-network/payload-model").Schema;
1254
+ accountPath?: string | undefined;
1255
+ features?: string[] | undefined;
1256
+ labels?: Record<string, string | undefined> | undefined;
1257
+ language?: string | undefined;
1258
+ os?: string | undefined;
1259
+ };
1260
+ $schema?: string | undefined;
1261
+ description?: string | undefined;
1262
+ lazyStart?: boolean | undefined;
1263
+ status?: {
1264
+ address: Lowercase<string> & {
1265
+ readonly __hex: true;
1266
+ } & {
1267
+ readonly __address: true;
1268
+ };
1269
+ children?: Record<Lowercase<string> & {
1270
+ readonly __hex: true;
1271
+ } & {
1272
+ readonly __address: true;
1273
+ }, string | null> | undefined;
1274
+ } | undefined;
1275
+ })[] | undefined;
1276
+ public?: (import("@xylabs/sdk-js").Brand<string, {
1277
+ __moduleAlias: true;
1278
+ }> | {
1279
+ config: {
1280
+ [x: string]: unknown;
1281
+ name: string;
1282
+ schema: import("@xyo-network/payload-model").Schema;
1283
+ accountPath?: string | undefined;
1284
+ features?: string[] | undefined;
1285
+ labels?: Record<string, string | undefined> | undefined;
1286
+ language?: string | undefined;
1287
+ os?: string | undefined;
1288
+ };
1289
+ $schema?: string | undefined;
1290
+ description?: string | undefined;
1291
+ lazyStart?: boolean | undefined;
1292
+ status?: {
1293
+ address: Lowercase<string> & {
1294
+ readonly __hex: true;
1295
+ } & {
1296
+ readonly __address: true;
1297
+ };
1298
+ children?: Record<Lowercase<string> & {
1299
+ readonly __hex: true;
1300
+ } & {
1301
+ readonly __address: true;
1302
+ }, string | null> | undefined;
1303
+ } | undefined;
1304
+ })[] | undefined;
1305
+ } | undefined;
1306
+ }[];
1307
+ schema: "network.xyo.manifest.package" & {
1308
+ readonly __schema: true;
1309
+ };
1310
+ $schema?: string | undefined;
1311
+ description?: string | undefined;
1312
+ modules?: Record<import("@xylabs/sdk-js").Brand<string, {
1313
+ __moduleAlias: true;
1314
+ }>, {
1315
+ config: {
1316
+ [x: string]: unknown;
1317
+ name: string;
1318
+ schema: import("@xyo-network/payload-model").Schema;
1319
+ accountPath?: string | undefined;
1320
+ features?: string[] | undefined;
1321
+ labels?: Record<string, string | undefined> | undefined;
1322
+ language?: string | undefined;
1323
+ os?: string | undefined;
1324
+ };
1325
+ $schema?: string | undefined;
1326
+ description?: string | undefined;
1327
+ lazyStart?: boolean | undefined;
1328
+ status?: {
1329
+ address: Lowercase<string> & {
1330
+ readonly __hex: true;
1331
+ } & {
1332
+ readonly __address: true;
1333
+ };
1334
+ children?: Record<Lowercase<string> & {
1335
+ readonly __hex: true;
1336
+ } & {
1337
+ readonly __address: true;
1338
+ }, string | null> | undefined;
1339
+ } | undefined;
1340
+ }> | undefined;
1341
+ };
1342
+ };
1343
+ export declare const toPackageManifestPayload: {
1344
+ <T>(value: T): (T & {
1345
+ nodes: {
1346
+ config: {
1347
+ [x: string]: unknown;
1348
+ name: string;
1349
+ schema: import("@xyo-network/payload-model").Schema;
1350
+ accountPath?: string | undefined;
1351
+ features?: string[] | undefined;
1352
+ labels?: Record<string, string | undefined> | undefined;
1353
+ language?: string | undefined;
1354
+ os?: string | undefined;
1355
+ };
1356
+ $schema?: string | undefined;
1357
+ description?: string | undefined;
1358
+ lazyStart?: boolean | undefined;
1359
+ status?: {
1360
+ address: Lowercase<string> & {
1361
+ readonly __hex: true;
1362
+ } & {
1363
+ readonly __address: true;
1364
+ };
1365
+ children?: Record<Lowercase<string> & {
1366
+ readonly __hex: true;
1367
+ } & {
1368
+ readonly __address: true;
1369
+ }, string | null> | undefined;
1370
+ } | undefined;
1371
+ modules?: {
1372
+ private?: (import("@xylabs/sdk-js").Brand<string, {
1373
+ __moduleAlias: true;
1374
+ }> | {
1375
+ config: {
1376
+ [x: string]: unknown;
1377
+ name: string;
1378
+ schema: import("@xyo-network/payload-model").Schema;
1379
+ accountPath?: string | undefined;
1380
+ features?: string[] | undefined;
1381
+ labels?: Record<string, string | undefined> | undefined;
1382
+ language?: string | undefined;
1383
+ os?: string | undefined;
1384
+ };
1385
+ $schema?: string | undefined;
1386
+ description?: string | undefined;
1387
+ lazyStart?: boolean | undefined;
1388
+ status?: {
1389
+ address: Lowercase<string> & {
1390
+ readonly __hex: true;
1391
+ } & {
1392
+ readonly __address: true;
1393
+ };
1394
+ children?: Record<Lowercase<string> & {
1395
+ readonly __hex: true;
1396
+ } & {
1397
+ readonly __address: true;
1398
+ }, string | null> | undefined;
1399
+ } | undefined;
1400
+ })[] | undefined;
1401
+ public?: (import("@xylabs/sdk-js").Brand<string, {
1402
+ __moduleAlias: true;
1403
+ }> | {
1404
+ config: {
1405
+ [x: string]: unknown;
1406
+ name: string;
1407
+ schema: import("@xyo-network/payload-model").Schema;
1408
+ accountPath?: string | undefined;
1409
+ features?: string[] | undefined;
1410
+ labels?: Record<string, string | undefined> | undefined;
1411
+ language?: string | undefined;
1412
+ os?: string | undefined;
1413
+ };
1414
+ $schema?: string | undefined;
1415
+ description?: string | undefined;
1416
+ lazyStart?: boolean | undefined;
1417
+ status?: {
1418
+ address: Lowercase<string> & {
1419
+ readonly __hex: true;
1420
+ } & {
1421
+ readonly __address: true;
1422
+ };
1423
+ children?: Record<Lowercase<string> & {
1424
+ readonly __hex: true;
1425
+ } & {
1426
+ readonly __address: true;
1427
+ }, string | null> | undefined;
1428
+ } | undefined;
1429
+ })[] | undefined;
1430
+ } | undefined;
1431
+ }[];
1432
+ schema: "network.xyo.manifest.package" & {
1433
+ readonly __schema: true;
1434
+ };
1435
+ $schema?: string | undefined;
1436
+ description?: string | undefined;
1437
+ modules?: Record<import("@xylabs/sdk-js").Brand<string, {
1438
+ __moduleAlias: true;
1439
+ }>, {
1440
+ config: {
1441
+ [x: string]: unknown;
1442
+ name: string;
1443
+ schema: import("@xyo-network/payload-model").Schema;
1444
+ accountPath?: string | undefined;
1445
+ features?: string[] | undefined;
1446
+ labels?: Record<string, string | undefined> | undefined;
1447
+ language?: string | undefined;
1448
+ os?: string | undefined;
1449
+ };
1450
+ $schema?: string | undefined;
1451
+ description?: string | undefined;
1452
+ lazyStart?: boolean | undefined;
1453
+ status?: {
1454
+ address: Lowercase<string> & {
1455
+ readonly __hex: true;
1456
+ } & {
1457
+ readonly __address: true;
1458
+ };
1459
+ children?: Record<Lowercase<string> & {
1460
+ readonly __hex: true;
1461
+ } & {
1462
+ readonly __address: true;
1463
+ }, string | null> | undefined;
1464
+ } | undefined;
1465
+ }> | undefined;
1466
+ }) | undefined;
1467
+ <T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
1468
+ nodes: {
1469
+ config: {
1470
+ [x: string]: unknown;
1471
+ name: string;
1472
+ schema: import("@xyo-network/payload-model").Schema;
1473
+ accountPath?: string | undefined;
1474
+ features?: string[] | undefined;
1475
+ labels?: Record<string, string | undefined> | undefined;
1476
+ language?: string | undefined;
1477
+ os?: string | undefined;
1478
+ };
1479
+ $schema?: string | undefined;
1480
+ description?: string | undefined;
1481
+ lazyStart?: boolean | undefined;
1482
+ status?: {
1483
+ address: Lowercase<string> & {
1484
+ readonly __hex: true;
1485
+ } & {
1486
+ readonly __address: true;
1487
+ };
1488
+ children?: Record<Lowercase<string> & {
1489
+ readonly __hex: true;
1490
+ } & {
1491
+ readonly __address: true;
1492
+ }, string | null> | undefined;
1493
+ } | undefined;
1494
+ modules?: {
1495
+ private?: (import("@xylabs/sdk-js").Brand<string, {
1496
+ __moduleAlias: true;
1497
+ }> | {
1498
+ config: {
1499
+ [x: string]: unknown;
1500
+ name: string;
1501
+ schema: import("@xyo-network/payload-model").Schema;
1502
+ accountPath?: string | undefined;
1503
+ features?: string[] | undefined;
1504
+ labels?: Record<string, string | undefined> | undefined;
1505
+ language?: string | undefined;
1506
+ os?: string | undefined;
1507
+ };
1508
+ $schema?: string | undefined;
1509
+ description?: string | undefined;
1510
+ lazyStart?: boolean | undefined;
1511
+ status?: {
1512
+ address: Lowercase<string> & {
1513
+ readonly __hex: true;
1514
+ } & {
1515
+ readonly __address: true;
1516
+ };
1517
+ children?: Record<Lowercase<string> & {
1518
+ readonly __hex: true;
1519
+ } & {
1520
+ readonly __address: true;
1521
+ }, string | null> | undefined;
1522
+ } | undefined;
1523
+ })[] | undefined;
1524
+ public?: (import("@xylabs/sdk-js").Brand<string, {
1525
+ __moduleAlias: true;
1526
+ }> | {
1527
+ config: {
1528
+ [x: string]: unknown;
1529
+ name: string;
1530
+ schema: import("@xyo-network/payload-model").Schema;
1531
+ accountPath?: string | undefined;
1532
+ features?: string[] | undefined;
1533
+ labels?: Record<string, string | undefined> | undefined;
1534
+ language?: string | undefined;
1535
+ os?: string | undefined;
1536
+ };
1537
+ $schema?: string | undefined;
1538
+ description?: string | undefined;
1539
+ lazyStart?: boolean | undefined;
1540
+ status?: {
1541
+ address: Lowercase<string> & {
1542
+ readonly __hex: true;
1543
+ } & {
1544
+ readonly __address: true;
1545
+ };
1546
+ children?: Record<Lowercase<string> & {
1547
+ readonly __hex: true;
1548
+ } & {
1549
+ readonly __address: true;
1550
+ }, string | null> | undefined;
1551
+ } | undefined;
1552
+ })[] | undefined;
1553
+ } | undefined;
1554
+ }[];
1555
+ schema: "network.xyo.manifest.package" & {
1556
+ readonly __schema: true;
1557
+ };
1558
+ $schema?: string | undefined;
1559
+ description?: string | undefined;
1560
+ modules?: Record<import("@xylabs/sdk-js").Brand<string, {
1561
+ __moduleAlias: true;
1562
+ }>, {
1563
+ config: {
1564
+ [x: string]: unknown;
1565
+ name: string;
1566
+ schema: import("@xyo-network/payload-model").Schema;
1567
+ accountPath?: string | undefined;
1568
+ features?: string[] | undefined;
1569
+ labels?: Record<string, string | undefined> | undefined;
1570
+ language?: string | undefined;
1571
+ os?: string | undefined;
1572
+ };
1573
+ $schema?: string | undefined;
1574
+ description?: string | undefined;
1575
+ lazyStart?: boolean | undefined;
1576
+ status?: {
1577
+ address: Lowercase<string> & {
1578
+ readonly __hex: true;
1579
+ } & {
1580
+ readonly __address: true;
1581
+ };
1582
+ children?: Record<Lowercase<string> & {
1583
+ readonly __hex: true;
1584
+ } & {
1585
+ readonly __address: true;
1586
+ }, string | null> | undefined;
1587
+ } | undefined;
1588
+ }> | undefined;
1589
+ };
1590
+ };
1591
+ //# sourceMappingURL=Payload.zod.d.ts.map