@xyo-network/manifest-model 7.0.12 → 7.0.13

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 * as z from 'zod/mini';
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.ZodMiniObject<{
21
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
22
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
23
+ config: z.ZodMiniObject<{
24
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
25
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
26
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
27
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
28
+ name: z.ZodMiniString<string>;
29
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
30
+ schema: z.ZodMiniCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
31
+ }, z.core.$loose>;
32
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
33
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
34
+ address: z.ZodMiniCustom<(Lowercase<string> & {
35
+ readonly __hex: true;
36
+ } & {
37
+ readonly __address: true;
38
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
39
+ readonly __hex: true;
40
+ } & {
41
+ readonly __address: true;
42
+ }) | import("@xyo-network/address").XyoQuantAddress>;
43
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
44
+ readonly __hex: true;
45
+ } & {
46
+ readonly __address: true;
47
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
48
+ readonly __hex: true;
49
+ } & {
50
+ readonly __address: true;
51
+ }) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
52
+ }, z.core.$strip>>;
53
+ modules: z.ZodMiniOptional<z.ZodMiniObject<{
54
+ private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
55
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
56
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
57
+ config: z.ZodMiniObject<{
58
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
59
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
60
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
61
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
62
+ name: z.ZodMiniString<string>;
63
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
64
+ schema: z.ZodMiniCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
65
+ }, z.core.$loose>;
66
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
67
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
68
+ address: z.ZodMiniCustom<(Lowercase<string> & {
69
+ readonly __hex: true;
70
+ } & {
71
+ readonly __address: true;
72
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
73
+ readonly __hex: true;
74
+ } & {
75
+ readonly __address: true;
76
+ }) | import("@xyo-network/address").XyoQuantAddress>;
77
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
78
+ readonly __hex: true;
79
+ } & {
80
+ readonly __address: true;
81
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
82
+ readonly __hex: true;
83
+ } & {
84
+ readonly __address: true;
85
+ }) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
86
+ }, z.core.$strip>>;
87
+ }, z.core.$strip>, z.core.$ZodType<import("@ariestools/sdk").Brand<string, {
88
+ __moduleAlias: true;
89
+ }>, import("@ariestools/sdk").Brand<string, {
90
+ __moduleAlias: true;
91
+ }>, z.core.$ZodTypeInternals<import("@ariestools/sdk").Brand<string, {
92
+ __moduleAlias: true;
93
+ }>, import("@ariestools/sdk").Brand<string, {
94
+ __moduleAlias: true;
95
+ }>>>]>>>;
96
+ public: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
97
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
98
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
99
+ config: z.ZodMiniObject<{
100
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
101
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
102
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
103
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
104
+ name: z.ZodMiniString<string>;
105
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
106
+ schema: z.ZodMiniCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
107
+ }, z.core.$loose>;
108
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
109
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
110
+ address: z.ZodMiniCustom<(Lowercase<string> & {
111
+ readonly __hex: true;
112
+ } & {
113
+ readonly __address: true;
114
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
115
+ readonly __hex: true;
116
+ } & {
117
+ readonly __address: true;
118
+ }) | import("@xyo-network/address").XyoQuantAddress>;
119
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
120
+ readonly __hex: true;
121
+ } & {
122
+ readonly __address: true;
123
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
124
+ readonly __hex: true;
125
+ } & {
126
+ readonly __address: true;
127
+ }) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
128
+ }, z.core.$strip>>;
129
+ }, z.core.$strip>, z.core.$ZodType<import("@ariestools/sdk").Brand<string, {
130
+ __moduleAlias: true;
131
+ }>, import("@ariestools/sdk").Brand<string, {
132
+ __moduleAlias: true;
133
+ }>, z.core.$ZodTypeInternals<import("@ariestools/sdk").Brand<string, {
134
+ __moduleAlias: true;
135
+ }>, import("@ariestools/sdk").Brand<string, {
136
+ __moduleAlias: true;
137
+ }>>>]>>>;
138
+ }, z.core.$strip>>;
139
+ schema: z.ZodMiniLiteral<"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
+ }) | import("@xyo-network/address").XyoQuantAddress;
167
+ children?: Record<(Lowercase<string> & {
168
+ readonly __hex: true;
169
+ } & {
170
+ readonly __address: true;
171
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
172
+ } | undefined;
173
+ modules?: {
174
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
196
+ children?: Record<(Lowercase<string> & {
197
+ readonly __hex: true;
198
+ } & {
199
+ readonly __address: true;
200
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
201
+ } | undefined;
202
+ })[] | undefined;
203
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
225
+ children?: Record<(Lowercase<string> & {
226
+ readonly __hex: true;
227
+ } & {
228
+ readonly __address: true;
229
+ }) | import("@xyo-network/address").XyoQuantAddress, 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
+ }) | import("@xyo-network/address").XyoQuantAddress;
258
+ children?: Record<(Lowercase<string> & {
259
+ readonly __hex: true;
260
+ } & {
261
+ readonly __address: true;
262
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
263
+ } | undefined;
264
+ modules?: {
265
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
287
+ children?: Record<(Lowercase<string> & {
288
+ readonly __hex: true;
289
+ } & {
290
+ readonly __address: true;
291
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
292
+ } | undefined;
293
+ })[] | undefined;
294
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
316
+ children?: Record<(Lowercase<string> & {
317
+ readonly __hex: true;
318
+ } & {
319
+ readonly __address: true;
320
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
321
+ } | undefined;
322
+ })[] | undefined;
323
+ } | undefined;
324
+ }) | undefined;
325
+ <T>(value: T, assert: import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
348
+ children?: Record<(Lowercase<string> & {
349
+ readonly __hex: true;
350
+ } & {
351
+ readonly __address: true;
352
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
353
+ } | undefined;
354
+ modules?: {
355
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
377
+ children?: Record<(Lowercase<string> & {
378
+ readonly __hex: true;
379
+ } & {
380
+ readonly __address: true;
381
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
382
+ } | undefined;
383
+ })[] | undefined;
384
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
406
+ children?: Record<(Lowercase<string> & {
407
+ readonly __hex: true;
408
+ } & {
409
+ readonly __address: true;
410
+ }) | import("@xyo-network/address").XyoQuantAddress, 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
+ }) | import("@xyo-network/address").XyoQuantAddress;
440
+ children?: Record<(Lowercase<string> & {
441
+ readonly __hex: true;
442
+ } & {
443
+ readonly __address: true;
444
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
445
+ } | undefined;
446
+ modules?: {
447
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
469
+ children?: Record<(Lowercase<string> & {
470
+ readonly __hex: true;
471
+ } & {
472
+ readonly __address: true;
473
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
474
+ } | undefined;
475
+ })[] | undefined;
476
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
498
+ children?: Record<(Lowercase<string> & {
499
+ readonly __hex: true;
500
+ } & {
501
+ readonly __address: true;
502
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
503
+ } | undefined;
504
+ })[] | undefined;
505
+ } | undefined;
506
+ }) | undefined;
507
+ <T>(value: T, assert: import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
530
+ children?: Record<(Lowercase<string> & {
531
+ readonly __hex: true;
532
+ } & {
533
+ readonly __address: true;
534
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
535
+ } | undefined;
536
+ modules?: {
537
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
559
+ children?: Record<(Lowercase<string> & {
560
+ readonly __hex: true;
561
+ } & {
562
+ readonly __address: true;
563
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
564
+ } | undefined;
565
+ })[] | undefined;
566
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
588
+ children?: Record<(Lowercase<string> & {
589
+ readonly __hex: true;
590
+ } & {
591
+ readonly __address: true;
592
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
593
+ } | undefined;
594
+ })[] | undefined;
595
+ } | undefined;
596
+ };
597
+ };
598
+ export declare const ModuleManifestPayloadZod: z.ZodMiniObject<{
599
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
600
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
601
+ config: z.ZodMiniObject<{
602
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
603
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
604
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
605
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
606
+ name: z.ZodMiniString<string>;
607
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
608
+ schema: z.ZodMiniCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
609
+ }, z.core.$loose>;
610
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
611
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
612
+ address: z.ZodMiniCustom<(Lowercase<string> & {
613
+ readonly __hex: true;
614
+ } & {
615
+ readonly __address: true;
616
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
617
+ readonly __hex: true;
618
+ } & {
619
+ readonly __address: true;
620
+ }) | import("@xyo-network/address").XyoQuantAddress>;
621
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
622
+ readonly __hex: true;
623
+ } & {
624
+ readonly __address: true;
625
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
626
+ readonly __hex: true;
627
+ } & {
628
+ readonly __address: true;
629
+ }) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
630
+ }, z.core.$strip>>;
631
+ schema: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"network.xyo.module.manifest" & {
632
+ readonly __schema: true;
633
+ }>, z.ZodMiniLiteral<"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
+ }) | import("@xyo-network/address").XyoQuantAddress;
663
+ children?: Record<(Lowercase<string> & {
664
+ readonly __hex: true;
665
+ } & {
666
+ readonly __address: true;
667
+ }) | import("@xyo-network/address").XyoQuantAddress, 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
+ }) | import("@xyo-network/address").XyoQuantAddress;
696
+ children?: Record<(Lowercase<string> & {
697
+ readonly __hex: true;
698
+ } & {
699
+ readonly __address: true;
700
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
701
+ } | undefined;
702
+ }) | undefined;
703
+ <T>(value: T, assert: import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
728
+ children?: Record<(Lowercase<string> & {
729
+ readonly __hex: true;
730
+ } & {
731
+ readonly __address: true;
732
+ }) | import("@xyo-network/address").XyoQuantAddress, 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
+ }) | import("@xyo-network/address").XyoQuantAddress;
762
+ children?: Record<(Lowercase<string> & {
763
+ readonly __hex: true;
764
+ } & {
765
+ readonly __address: true;
766
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
767
+ } | undefined;
768
+ }) | undefined;
769
+ <T>(value: T, assert: import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
794
+ children?: Record<(Lowercase<string> & {
795
+ readonly __hex: true;
796
+ } & {
797
+ readonly __address: true;
798
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
799
+ } | undefined;
800
+ };
801
+ };
802
+ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
803
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
804
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
805
+ modules: z.ZodMiniOptional<z.ZodMiniRecord<z.core.$ZodType<import("@ariestools/sdk").Brand<string, {
806
+ __moduleAlias: true;
807
+ }>, import("@ariestools/sdk").Brand<string, {
808
+ __moduleAlias: true;
809
+ }>, z.core.$ZodTypeInternals<import("@ariestools/sdk").Brand<string, {
810
+ __moduleAlias: true;
811
+ }>, import("@ariestools/sdk").Brand<string, {
812
+ __moduleAlias: true;
813
+ }>>>, z.ZodMiniObject<{
814
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
815
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
816
+ config: z.ZodMiniObject<{
817
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
818
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
819
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
820
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
821
+ name: z.ZodMiniString<string>;
822
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
823
+ schema: z.ZodMiniCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
824
+ }, z.core.$loose>;
825
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
826
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
827
+ address: z.ZodMiniCustom<(Lowercase<string> & {
828
+ readonly __hex: true;
829
+ } & {
830
+ readonly __address: true;
831
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
832
+ readonly __hex: true;
833
+ } & {
834
+ readonly __address: true;
835
+ }) | import("@xyo-network/address").XyoQuantAddress>;
836
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
837
+ readonly __hex: true;
838
+ } & {
839
+ readonly __address: true;
840
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
841
+ readonly __hex: true;
842
+ } & {
843
+ readonly __address: true;
844
+ }) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
845
+ }, z.core.$strip>>;
846
+ }, z.core.$strip>>>;
847
+ nodes: z.ZodMiniArray<z.ZodMiniObject<{
848
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
849
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
850
+ config: z.ZodMiniObject<{
851
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
852
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
853
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
854
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
855
+ name: z.ZodMiniString<string>;
856
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
857
+ schema: z.ZodMiniCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
858
+ }, z.core.$loose>;
859
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
860
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
861
+ address: z.ZodMiniCustom<(Lowercase<string> & {
862
+ readonly __hex: true;
863
+ } & {
864
+ readonly __address: true;
865
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
866
+ readonly __hex: true;
867
+ } & {
868
+ readonly __address: true;
869
+ }) | import("@xyo-network/address").XyoQuantAddress>;
870
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
871
+ readonly __hex: true;
872
+ } & {
873
+ readonly __address: true;
874
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
875
+ readonly __hex: true;
876
+ } & {
877
+ readonly __address: true;
878
+ }) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
879
+ }, z.core.$strip>>;
880
+ modules: z.ZodMiniOptional<z.ZodMiniObject<{
881
+ private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
882
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
883
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
884
+ config: z.ZodMiniObject<{
885
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
886
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
887
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
888
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
889
+ name: z.ZodMiniString<string>;
890
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
891
+ schema: z.ZodMiniCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
892
+ }, z.core.$loose>;
893
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
894
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
895
+ address: z.ZodMiniCustom<(Lowercase<string> & {
896
+ readonly __hex: true;
897
+ } & {
898
+ readonly __address: true;
899
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
900
+ readonly __hex: true;
901
+ } & {
902
+ readonly __address: true;
903
+ }) | import("@xyo-network/address").XyoQuantAddress>;
904
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
905
+ readonly __hex: true;
906
+ } & {
907
+ readonly __address: true;
908
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
909
+ readonly __hex: true;
910
+ } & {
911
+ readonly __address: true;
912
+ }) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
913
+ }, z.core.$strip>>;
914
+ }, z.core.$strip>, z.core.$ZodType<import("@ariestools/sdk").Brand<string, {
915
+ __moduleAlias: true;
916
+ }>, import("@ariestools/sdk").Brand<string, {
917
+ __moduleAlias: true;
918
+ }>, z.core.$ZodTypeInternals<import("@ariestools/sdk").Brand<string, {
919
+ __moduleAlias: true;
920
+ }>, import("@ariestools/sdk").Brand<string, {
921
+ __moduleAlias: true;
922
+ }>>>]>>>;
923
+ public: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
924
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
925
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
926
+ config: z.ZodMiniObject<{
927
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
928
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
929
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
930
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
931
+ name: z.ZodMiniString<string>;
932
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
933
+ schema: z.ZodMiniCustom<import("@xyo-network/payload-model").Schema, import("@xyo-network/payload-model").Schema>;
934
+ }, z.core.$loose>;
935
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
936
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
937
+ address: z.ZodMiniCustom<(Lowercase<string> & {
938
+ readonly __hex: true;
939
+ } & {
940
+ readonly __address: true;
941
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
942
+ readonly __hex: true;
943
+ } & {
944
+ readonly __address: true;
945
+ }) | import("@xyo-network/address").XyoQuantAddress>;
946
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
947
+ readonly __hex: true;
948
+ } & {
949
+ readonly __address: true;
950
+ }) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
951
+ readonly __hex: true;
952
+ } & {
953
+ readonly __address: true;
954
+ }) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
955
+ }, z.core.$strip>>;
956
+ }, z.core.$strip>, z.core.$ZodType<import("@ariestools/sdk").Brand<string, {
957
+ __moduleAlias: true;
958
+ }>, import("@ariestools/sdk").Brand<string, {
959
+ __moduleAlias: true;
960
+ }>, z.core.$ZodTypeInternals<import("@ariestools/sdk").Brand<string, {
961
+ __moduleAlias: true;
962
+ }>, import("@ariestools/sdk").Brand<string, {
963
+ __moduleAlias: true;
964
+ }>>>]>>>;
965
+ }, z.core.$strip>>;
966
+ }, z.core.$strip>>;
967
+ schema: z.ZodMiniLiteral<"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
+ }) | import("@xyo-network/address").XyoQuantAddress;
993
+ children?: Record<(Lowercase<string> & {
994
+ readonly __hex: true;
995
+ } & {
996
+ readonly __address: true;
997
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
998
+ } | undefined;
999
+ modules?: {
1000
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1022
+ children?: Record<(Lowercase<string> & {
1023
+ readonly __hex: true;
1024
+ } & {
1025
+ readonly __address: true;
1026
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1027
+ } | undefined;
1028
+ })[] | undefined;
1029
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1051
+ children?: Record<(Lowercase<string> & {
1052
+ readonly __hex: true;
1053
+ } & {
1054
+ readonly __address: true;
1055
+ }) | import("@xyo-network/address").XyoQuantAddress, 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("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1087
+ children?: Record<(Lowercase<string> & {
1088
+ readonly __hex: true;
1089
+ } & {
1090
+ readonly __address: true;
1091
+ }) | import("@xyo-network/address").XyoQuantAddress, 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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1117
+ children?: Record<(Lowercase<string> & {
1118
+ readonly __hex: true;
1119
+ } & {
1120
+ readonly __address: true;
1121
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1122
+ } | undefined;
1123
+ modules?: {
1124
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1146
+ children?: Record<(Lowercase<string> & {
1147
+ readonly __hex: true;
1148
+ } & {
1149
+ readonly __address: true;
1150
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1151
+ } | undefined;
1152
+ })[] | undefined;
1153
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1175
+ children?: Record<(Lowercase<string> & {
1176
+ readonly __hex: true;
1177
+ } & {
1178
+ readonly __address: true;
1179
+ }) | import("@xyo-network/address").XyoQuantAddress, 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("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1211
+ children?: Record<(Lowercase<string> & {
1212
+ readonly __hex: true;
1213
+ } & {
1214
+ readonly __address: true;
1215
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1216
+ } | undefined;
1217
+ }> | undefined;
1218
+ }) | undefined;
1219
+ <T>(value: T, assert: import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1240
+ children?: Record<(Lowercase<string> & {
1241
+ readonly __hex: true;
1242
+ } & {
1243
+ readonly __address: true;
1244
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1245
+ } | undefined;
1246
+ modules?: {
1247
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1269
+ children?: Record<(Lowercase<string> & {
1270
+ readonly __hex: true;
1271
+ } & {
1272
+ readonly __address: true;
1273
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1274
+ } | undefined;
1275
+ })[] | undefined;
1276
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1298
+ children?: Record<(Lowercase<string> & {
1299
+ readonly __hex: true;
1300
+ } & {
1301
+ readonly __address: true;
1302
+ }) | import("@xyo-network/address").XyoQuantAddress, 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("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1334
+ children?: Record<(Lowercase<string> & {
1335
+ readonly __hex: true;
1336
+ } & {
1337
+ readonly __address: true;
1338
+ }) | import("@xyo-network/address").XyoQuantAddress, 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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1365
+ children?: Record<(Lowercase<string> & {
1366
+ readonly __hex: true;
1367
+ } & {
1368
+ readonly __address: true;
1369
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1370
+ } | undefined;
1371
+ modules?: {
1372
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1394
+ children?: Record<(Lowercase<string> & {
1395
+ readonly __hex: true;
1396
+ } & {
1397
+ readonly __address: true;
1398
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1399
+ } | undefined;
1400
+ })[] | undefined;
1401
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1423
+ children?: Record<(Lowercase<string> & {
1424
+ readonly __hex: true;
1425
+ } & {
1426
+ readonly __address: true;
1427
+ }) | import("@xyo-network/address").XyoQuantAddress, 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("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1459
+ children?: Record<(Lowercase<string> & {
1460
+ readonly __hex: true;
1461
+ } & {
1462
+ readonly __address: true;
1463
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1464
+ } | undefined;
1465
+ }> | undefined;
1466
+ }) | undefined;
1467
+ <T>(value: T, assert: import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1488
+ children?: Record<(Lowercase<string> & {
1489
+ readonly __hex: true;
1490
+ } & {
1491
+ readonly __address: true;
1492
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1493
+ } | undefined;
1494
+ modules?: {
1495
+ private?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1517
+ children?: Record<(Lowercase<string> & {
1518
+ readonly __hex: true;
1519
+ } & {
1520
+ readonly __address: true;
1521
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1522
+ } | undefined;
1523
+ })[] | undefined;
1524
+ public?: (import("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1546
+ children?: Record<(Lowercase<string> & {
1547
+ readonly __hex: true;
1548
+ } & {
1549
+ readonly __address: true;
1550
+ }) | import("@xyo-network/address").XyoQuantAddress, 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("@ariestools/sdk").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
+ }) | import("@xyo-network/address").XyoQuantAddress;
1582
+ children?: Record<(Lowercase<string> & {
1583
+ readonly __hex: true;
1584
+ } & {
1585
+ readonly __address: true;
1586
+ }) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
1587
+ } | undefined;
1588
+ }> | undefined;
1589
+ };
1590
+ };
1591
+ //# sourceMappingURL=Payload.zod.d.ts.map