@xyo-network/witness-model 3.6.0-rc.7 → 3.6.0-rc.8
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.
|
@@ -4,7 +4,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@
|
|
7
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
8
8
|
schema: import("@xyo-network/payload-model").Schema;
|
|
9
9
|
readonly archiving?: {
|
|
10
10
|
readonly archivists?: string[] | undefined;
|
|
@@ -12,7 +12,6 @@ export declare const asAttachableWitnessInstance: {
|
|
|
12
12
|
} | undefined;
|
|
13
13
|
readonly allowedQueries?: string[] | undefined;
|
|
14
14
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
15
|
-
readonly certify?: boolean | undefined;
|
|
16
15
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
17
16
|
readonly labels?: {
|
|
18
17
|
[x: string]: string | undefined;
|
|
@@ -43,9 +42,9 @@ export declare const asAttachableWitnessInstance: {
|
|
|
43
42
|
}>;
|
|
44
43
|
ephemeralQueryAccountEnabled?: boolean;
|
|
45
44
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
46
|
-
}, import("@
|
|
45
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
47
46
|
schema: import("@xyo-network/payload-model").Schema;
|
|
48
|
-
}>, import("@
|
|
47
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
49
48
|
schema: import("@xyo-network/payload-model").Schema;
|
|
50
49
|
}>, import("../EventData.ts").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
51
50
|
<TType extends import("./AttachableInstance.ts").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -53,7 +52,7 @@ export declare const asAttachableWitnessInstance: {
|
|
|
53
52
|
addToResolvers?: boolean;
|
|
54
53
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
55
54
|
allowNameResolution?: boolean;
|
|
56
|
-
config: import("@
|
|
55
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
57
56
|
schema: import("@xyo-network/payload-model").Schema;
|
|
58
57
|
readonly archiving?: {
|
|
59
58
|
readonly archivists?: string[] | undefined;
|
|
@@ -61,7 +60,6 @@ export declare const asAttachableWitnessInstance: {
|
|
|
61
60
|
} | undefined;
|
|
62
61
|
readonly allowedQueries?: string[] | undefined;
|
|
63
62
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
64
|
-
readonly certify?: boolean | undefined;
|
|
65
63
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
66
64
|
readonly labels?: {
|
|
67
65
|
[x: string]: string | undefined;
|
|
@@ -92,16 +90,16 @@ export declare const asAttachableWitnessInstance: {
|
|
|
92
90
|
}>;
|
|
93
91
|
ephemeralQueryAccountEnabled?: boolean;
|
|
94
92
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
95
|
-
}, import("@
|
|
93
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
96
94
|
schema: import("@xyo-network/payload-model").Schema;
|
|
97
|
-
}>, import("@
|
|
95
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
98
96
|
schema: import("@xyo-network/payload-model").Schema;
|
|
99
97
|
}>, import("../EventData.ts").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableWitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
100
98
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
101
99
|
addToResolvers?: boolean;
|
|
102
100
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
103
101
|
allowNameResolution?: boolean;
|
|
104
|
-
config: import("@
|
|
102
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
105
103
|
schema: import("@xyo-network/payload-model").Schema;
|
|
106
104
|
readonly archiving?: {
|
|
107
105
|
readonly archivists?: string[] | undefined;
|
|
@@ -109,7 +107,6 @@ export declare const asAttachableWitnessInstance: {
|
|
|
109
107
|
} | undefined;
|
|
110
108
|
readonly allowedQueries?: string[] | undefined;
|
|
111
109
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
112
|
-
readonly certify?: boolean | undefined;
|
|
113
110
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
114
111
|
readonly labels?: {
|
|
115
112
|
[x: string]: string | undefined;
|
|
@@ -140,9 +137,9 @@ export declare const asAttachableWitnessInstance: {
|
|
|
140
137
|
}>;
|
|
141
138
|
ephemeralQueryAccountEnabled?: boolean;
|
|
142
139
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
143
|
-
}, import("@
|
|
140
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
144
141
|
schema: import("@xyo-network/payload-model").Schema;
|
|
145
|
-
}>, import("@
|
|
142
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
146
143
|
schema: import("@xyo-network/payload-model").Schema;
|
|
147
144
|
}>, import("../EventData.ts").WitnessModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
148
145
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEACP,iBAAiB,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAA+E,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAgG,gBAAoB;CAD7N,CAAA"}
|
|
@@ -5,7 +5,7 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
5
5
|
addToResolvers?: boolean;
|
|
6
6
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
7
7
|
allowNameResolution?: boolean;
|
|
8
|
-
config: import("@
|
|
8
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
9
9
|
schema: import("@xyo-network/payload-model").Schema;
|
|
10
10
|
readonly archiving?: {
|
|
11
11
|
readonly archivists?: string[] | undefined;
|
|
@@ -13,7 +13,6 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
13
13
|
} | undefined;
|
|
14
14
|
readonly allowedQueries?: string[] | undefined;
|
|
15
15
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
16
|
-
readonly certify?: boolean | undefined;
|
|
17
16
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
18
17
|
readonly labels?: {
|
|
19
18
|
[x: string]: string | undefined;
|
|
@@ -44,9 +43,9 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
44
43
|
}>;
|
|
45
44
|
ephemeralQueryAccountEnabled?: boolean;
|
|
46
45
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
47
|
-
}, import("@
|
|
46
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
48
47
|
schema: import("@xyo-network/payload-model").Schema;
|
|
49
|
-
}>, import("@
|
|
48
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
50
49
|
schema: import("@xyo-network/payload-model").Schema;
|
|
51
50
|
}>, import("./EventData.ts").WitnessModuleEventData>>;
|
|
52
51
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -54,7 +53,7 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
|
|
|
54
53
|
addToResolvers?: boolean;
|
|
55
54
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
56
55
|
allowNameResolution?: boolean;
|
|
57
|
-
config: import("@
|
|
56
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
58
57
|
schema: import("@xyo-network/payload-model").Schema;
|
|
59
58
|
readonly archiving?: {
|
|
60
59
|
readonly archivists?: string[] | undefined;
|
|
@@ -62,7 +61,6 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
|
|
|
62
61
|
} | undefined;
|
|
63
62
|
readonly allowedQueries?: string[] | undefined;
|
|
64
63
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
65
|
-
readonly certify?: boolean | undefined;
|
|
66
64
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
67
65
|
readonly labels?: {
|
|
68
66
|
[x: string]: string | undefined;
|
|
@@ -100,7 +98,7 @@ export declare const asWitnessModule: {
|
|
|
100
98
|
addToResolvers?: boolean;
|
|
101
99
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
102
100
|
allowNameResolution?: boolean;
|
|
103
|
-
config: import("@
|
|
101
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
104
102
|
schema: import("@xyo-network/payload-model").Schema;
|
|
105
103
|
readonly archiving?: {
|
|
106
104
|
readonly archivists?: string[] | undefined;
|
|
@@ -108,7 +106,6 @@ export declare const asWitnessModule: {
|
|
|
108
106
|
} | undefined;
|
|
109
107
|
readonly allowedQueries?: string[] | undefined;
|
|
110
108
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
111
|
-
readonly certify?: boolean | undefined;
|
|
112
109
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
113
110
|
readonly labels?: {
|
|
114
111
|
[x: string]: string | undefined;
|
|
@@ -145,7 +142,7 @@ export declare const asWitnessModule: {
|
|
|
145
142
|
addToResolvers?: boolean;
|
|
146
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
147
144
|
allowNameResolution?: boolean;
|
|
148
|
-
config: import("@
|
|
145
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
149
146
|
schema: import("@xyo-network/payload-model").Schema;
|
|
150
147
|
readonly archiving?: {
|
|
151
148
|
readonly archivists?: string[] | undefined;
|
|
@@ -153,7 +150,6 @@ export declare const asWitnessModule: {
|
|
|
153
150
|
} | undefined;
|
|
154
151
|
readonly allowedQueries?: string[] | undefined;
|
|
155
152
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
156
|
-
readonly certify?: boolean | undefined;
|
|
157
153
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
158
154
|
readonly labels?: {
|
|
159
155
|
[x: string]: string | undefined;
|
|
@@ -189,7 +185,7 @@ export declare const asWitnessModule: {
|
|
|
189
185
|
addToResolvers?: boolean;
|
|
190
186
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
191
187
|
allowNameResolution?: boolean;
|
|
192
|
-
config: import("@
|
|
188
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
193
189
|
schema: import("@xyo-network/payload-model").Schema;
|
|
194
190
|
readonly archiving?: {
|
|
195
191
|
readonly archivists?: string[] | undefined;
|
|
@@ -197,7 +193,6 @@ export declare const asWitnessModule: {
|
|
|
197
193
|
} | undefined;
|
|
198
194
|
readonly allowedQueries?: string[] | undefined;
|
|
199
195
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
200
|
-
readonly certify?: boolean | undefined;
|
|
201
196
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
202
197
|
readonly labels?: {
|
|
203
198
|
[x: string]: string | undefined;
|
|
@@ -236,7 +231,7 @@ export declare const asWitnessInstance: {
|
|
|
236
231
|
addToResolvers?: boolean;
|
|
237
232
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
238
233
|
allowNameResolution?: boolean;
|
|
239
|
-
config: import("@
|
|
234
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
240
235
|
schema: import("@xyo-network/payload-model").Schema;
|
|
241
236
|
readonly archiving?: {
|
|
242
237
|
readonly archivists?: string[] | undefined;
|
|
@@ -244,7 +239,6 @@ export declare const asWitnessInstance: {
|
|
|
244
239
|
} | undefined;
|
|
245
240
|
readonly allowedQueries?: string[] | undefined;
|
|
246
241
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
247
|
-
readonly certify?: boolean | undefined;
|
|
248
242
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
249
243
|
readonly labels?: {
|
|
250
244
|
[x: string]: string | undefined;
|
|
@@ -275,9 +269,9 @@ export declare const asWitnessInstance: {
|
|
|
275
269
|
}>;
|
|
276
270
|
ephemeralQueryAccountEnabled?: boolean;
|
|
277
271
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
278
|
-
}, import("@
|
|
272
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
279
273
|
schema: import("@xyo-network/payload-model").Schema;
|
|
280
|
-
}>, import("@
|
|
274
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
281
275
|
schema: import("@xyo-network/payload-model").Schema;
|
|
282
276
|
}>, import("./EventData.ts").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
283
277
|
<TType extends WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -285,7 +279,7 @@ export declare const asWitnessInstance: {
|
|
|
285
279
|
addToResolvers?: boolean;
|
|
286
280
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
287
281
|
allowNameResolution?: boolean;
|
|
288
|
-
config: import("@
|
|
282
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
289
283
|
schema: import("@xyo-network/payload-model").Schema;
|
|
290
284
|
readonly archiving?: {
|
|
291
285
|
readonly archivists?: string[] | undefined;
|
|
@@ -293,7 +287,6 @@ export declare const asWitnessInstance: {
|
|
|
293
287
|
} | undefined;
|
|
294
288
|
readonly allowedQueries?: string[] | undefined;
|
|
295
289
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
296
|
-
readonly certify?: boolean | undefined;
|
|
297
290
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
298
291
|
readonly labels?: {
|
|
299
292
|
[x: string]: string | undefined;
|
|
@@ -324,16 +317,16 @@ export declare const asWitnessInstance: {
|
|
|
324
317
|
}>;
|
|
325
318
|
ephemeralQueryAccountEnabled?: boolean;
|
|
326
319
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
327
|
-
}, import("@
|
|
320
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
328
321
|
schema: import("@xyo-network/payload-model").Schema;
|
|
329
|
-
}>, import("@
|
|
322
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
330
323
|
schema: import("@xyo-network/payload-model").Schema;
|
|
331
324
|
}>, import("./EventData.ts").WitnessModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<WitnessInstance<import("@xylabs/object").BaseParamsFields & {
|
|
332
325
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
333
326
|
addToResolvers?: boolean;
|
|
334
327
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
335
328
|
allowNameResolution?: boolean;
|
|
336
|
-
config: import("@
|
|
329
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
337
330
|
schema: import("@xyo-network/payload-model").Schema;
|
|
338
331
|
readonly archiving?: {
|
|
339
332
|
readonly archivists?: string[] | undefined;
|
|
@@ -341,7 +334,6 @@ export declare const asWitnessInstance: {
|
|
|
341
334
|
} | undefined;
|
|
342
335
|
readonly allowedQueries?: string[] | undefined;
|
|
343
336
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
344
|
-
readonly certify?: boolean | undefined;
|
|
345
337
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
346
338
|
readonly labels?: {
|
|
347
339
|
[x: string]: string | undefined;
|
|
@@ -372,9 +364,9 @@ export declare const asWitnessInstance: {
|
|
|
372
364
|
}>;
|
|
373
365
|
ephemeralQueryAccountEnabled?: boolean;
|
|
374
366
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
375
|
-
}, import("@
|
|
367
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
376
368
|
schema: import("@xyo-network/payload-model").Schema;
|
|
377
|
-
}>, import("@
|
|
369
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
378
370
|
schema: import("@xyo-network/payload-model").Schema;
|
|
379
371
|
}>, import("./EventData.ts").WitnessModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
380
372
|
};
|
|
@@ -383,7 +375,7 @@ export declare const withWitnessModule: <R>(mod: any, closure: (mod: WitnessModu
|
|
|
383
375
|
addToResolvers?: boolean;
|
|
384
376
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
385
377
|
allowNameResolution?: boolean;
|
|
386
|
-
config: import("@
|
|
378
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
387
379
|
schema: import("@xyo-network/payload-model").Schema;
|
|
388
380
|
readonly archiving?: {
|
|
389
381
|
readonly archivists?: string[] | undefined;
|
|
@@ -391,7 +383,6 @@ export declare const withWitnessModule: <R>(mod: any, closure: (mod: WitnessModu
|
|
|
391
383
|
} | undefined;
|
|
392
384
|
readonly allowedQueries?: string[] | undefined;
|
|
393
385
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
394
|
-
readonly certify?: boolean | undefined;
|
|
395
386
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
396
387
|
readonly labels?: {
|
|
397
388
|
[x: string]: string | undefined;
|
|
@@ -428,7 +419,7 @@ export declare const withWitnessInstance: <R>(mod: any, closure: (mod: WitnessIn
|
|
|
428
419
|
addToResolvers?: boolean;
|
|
429
420
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
430
421
|
allowNameResolution?: boolean;
|
|
431
|
-
config: import("@
|
|
422
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
432
423
|
schema: import("@xyo-network/payload-model").Schema;
|
|
433
424
|
readonly archiving?: {
|
|
434
425
|
readonly archivists?: string[] | undefined;
|
|
@@ -436,7 +427,6 @@ export declare const withWitnessInstance: <R>(mod: any, closure: (mod: WitnessIn
|
|
|
436
427
|
} | undefined;
|
|
437
428
|
readonly allowedQueries?: string[] | undefined;
|
|
438
429
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
439
|
-
readonly certify?: boolean | undefined;
|
|
440
430
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
441
431
|
readonly labels?: {
|
|
442
432
|
[x: string]: string | undefined;
|
|
@@ -467,9 +457,9 @@ export declare const withWitnessInstance: <R>(mod: any, closure: (mod: WitnessIn
|
|
|
467
457
|
}>;
|
|
468
458
|
ephemeralQueryAccountEnabled?: boolean;
|
|
469
459
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
470
|
-
}, import("@
|
|
460
|
+
}, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
471
461
|
schema: import("@xyo-network/payload-model").Schema;
|
|
472
|
-
}>, import("@
|
|
462
|
+
}>, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
473
463
|
schema: import("@xyo-network/payload-model").Schema;
|
|
474
464
|
}>, import("./EventData.ts").WitnessModuleEventData>) => R) => R | undefined;
|
|
475
465
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAGhD,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAGhD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAA+F,CAAA;AAC7H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAA2E,CAAA;AAEvG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEANO,iBAChC,iCAAkC,gBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAEe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0EAC9B,gBAAoB;CAER,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAPK,iBAChC,iCAAkC,gBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAEe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAC9B,gBAAoB;CAGJ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAwC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/witness-model",
|
|
3
|
-
"version": "3.6.0-rc.
|
|
3
|
+
"version": "3.6.0-rc.8",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/object": "^4.4.
|
|
33
|
-
"@xylabs/promise": "^4.4.
|
|
34
|
-
"@xylabs/typeof": "^4.4.
|
|
35
|
-
"@xyo-network/account-model": "^3.6.0-rc.
|
|
36
|
-
"@xyo-network/module-events": "^3.6.0-rc.
|
|
37
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
32
|
+
"@xylabs/object": "^4.4.16",
|
|
33
|
+
"@xylabs/promise": "^4.4.16",
|
|
34
|
+
"@xylabs/typeof": "^4.4.16",
|
|
35
|
+
"@xyo-network/account-model": "^3.6.0-rc.8",
|
|
36
|
+
"@xyo-network/module-events": "^3.6.0-rc.8",
|
|
37
|
+
"@xyo-network/module-model": "^3.6.0-rc.8",
|
|
38
|
+
"@xyo-network/payload-model": "^3.6.0-rc.8"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|