@xyo-network/node-model 3.6.0-rc.7 → 3.6.0-rc.9
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 asAttachableNodeInstance: {
|
|
|
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 archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
10
10
|
readonly archiving?: {
|
|
@@ -12,7 +12,6 @@ export declare const asAttachableNodeInstance: {
|
|
|
12
12
|
readonly queries?: string[] | undefined;
|
|
13
13
|
} | undefined;
|
|
14
14
|
readonly allowedQueries?: string[] | 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;
|
|
@@ -49,7 +48,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
49
48
|
addToResolvers?: boolean;
|
|
50
49
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
51
50
|
allowNameResolution?: boolean;
|
|
52
|
-
config: import("@
|
|
51
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
53
52
|
schema: import("@xyo-network/payload-model").Schema;
|
|
54
53
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
55
54
|
readonly archiving?: {
|
|
@@ -57,7 +56,6 @@ export declare const asAttachableNodeInstance: {
|
|
|
57
56
|
readonly queries?: string[] | undefined;
|
|
58
57
|
} | undefined;
|
|
59
58
|
readonly allowedQueries?: string[] | undefined;
|
|
60
|
-
readonly certify?: boolean | undefined;
|
|
61
59
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
62
60
|
readonly labels?: {
|
|
63
61
|
[x: string]: string | undefined;
|
|
@@ -93,7 +91,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
93
91
|
addToResolvers?: boolean;
|
|
94
92
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
95
93
|
allowNameResolution?: boolean;
|
|
96
|
-
config: import("@
|
|
94
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
97
95
|
schema: import("@xyo-network/payload-model").Schema;
|
|
98
96
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
99
97
|
readonly archiving?: {
|
|
@@ -101,7 +99,6 @@ export declare const asAttachableNodeInstance: {
|
|
|
101
99
|
readonly queries?: string[] | undefined;
|
|
102
100
|
} | undefined;
|
|
103
101
|
readonly allowedQueries?: string[] | undefined;
|
|
104
|
-
readonly certify?: boolean | undefined;
|
|
105
102
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
106
103
|
readonly labels?: {
|
|
107
104
|
[x: string]: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEACK,iBAAiB,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAA+E,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAAgG,gBAAoB;CAD5O,CAAA"}
|
|
@@ -5,7 +5,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
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 archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
11
11
|
readonly archiving?: {
|
|
@@ -13,7 +13,6 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
13
13
|
readonly queries?: string[] | undefined;
|
|
14
14
|
} | undefined;
|
|
15
15
|
readonly allowedQueries?: string[] | 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;
|
|
@@ -50,7 +49,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
|
|
|
50
49
|
addToResolvers?: boolean;
|
|
51
50
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
52
51
|
allowNameResolution?: boolean;
|
|
53
|
-
config: import("@
|
|
52
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
54
53
|
schema: import("@xyo-network/payload-model").Schema;
|
|
55
54
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
56
55
|
readonly archiving?: {
|
|
@@ -58,7 +57,6 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
|
|
|
58
57
|
readonly queries?: string[] | undefined;
|
|
59
58
|
} | undefined;
|
|
60
59
|
readonly allowedQueries?: string[] | undefined;
|
|
61
|
-
readonly certify?: boolean | undefined;
|
|
62
60
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
63
61
|
readonly labels?: {
|
|
64
62
|
[x: string]: string | undefined;
|
|
@@ -96,7 +94,7 @@ export declare const asNodeModule: {
|
|
|
96
94
|
addToResolvers?: boolean;
|
|
97
95
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
98
96
|
allowNameResolution?: boolean;
|
|
99
|
-
config: import("@
|
|
97
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
100
98
|
schema: import("@xyo-network/payload-model").Schema;
|
|
101
99
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
102
100
|
readonly archiving?: {
|
|
@@ -104,7 +102,6 @@ export declare const asNodeModule: {
|
|
|
104
102
|
readonly queries?: string[] | undefined;
|
|
105
103
|
} | undefined;
|
|
106
104
|
readonly allowedQueries?: string[] | undefined;
|
|
107
|
-
readonly certify?: boolean | undefined;
|
|
108
105
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
109
106
|
readonly labels?: {
|
|
110
107
|
[x: string]: string | undefined;
|
|
@@ -141,7 +138,7 @@ export declare const asNodeModule: {
|
|
|
141
138
|
addToResolvers?: boolean;
|
|
142
139
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
143
140
|
allowNameResolution?: boolean;
|
|
144
|
-
config: import("@
|
|
141
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
145
142
|
schema: import("@xyo-network/payload-model").Schema;
|
|
146
143
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
147
144
|
readonly archiving?: {
|
|
@@ -149,7 +146,6 @@ export declare const asNodeModule: {
|
|
|
149
146
|
readonly queries?: string[] | undefined;
|
|
150
147
|
} | undefined;
|
|
151
148
|
readonly allowedQueries?: string[] | undefined;
|
|
152
|
-
readonly certify?: boolean | undefined;
|
|
153
149
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
154
150
|
readonly labels?: {
|
|
155
151
|
[x: string]: string | undefined;
|
|
@@ -185,7 +181,7 @@ export declare const asNodeModule: {
|
|
|
185
181
|
addToResolvers?: boolean;
|
|
186
182
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
187
183
|
allowNameResolution?: boolean;
|
|
188
|
-
config: import("@
|
|
184
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
189
185
|
schema: import("@xyo-network/payload-model").Schema;
|
|
190
186
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
191
187
|
readonly archiving?: {
|
|
@@ -193,7 +189,6 @@ export declare const asNodeModule: {
|
|
|
193
189
|
readonly queries?: string[] | undefined;
|
|
194
190
|
} | undefined;
|
|
195
191
|
readonly allowedQueries?: string[] | undefined;
|
|
196
|
-
readonly certify?: boolean | undefined;
|
|
197
192
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
198
193
|
readonly labels?: {
|
|
199
194
|
[x: string]: string | undefined;
|
|
@@ -232,7 +227,7 @@ export declare const asNodeInstance: {
|
|
|
232
227
|
addToResolvers?: boolean;
|
|
233
228
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
234
229
|
allowNameResolution?: boolean;
|
|
235
|
-
config: import("@
|
|
230
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
236
231
|
schema: import("@xyo-network/payload-model").Schema;
|
|
237
232
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
238
233
|
readonly archiving?: {
|
|
@@ -240,7 +235,6 @@ export declare const asNodeInstance: {
|
|
|
240
235
|
readonly queries?: string[] | undefined;
|
|
241
236
|
} | undefined;
|
|
242
237
|
readonly allowedQueries?: string[] | undefined;
|
|
243
|
-
readonly certify?: boolean | undefined;
|
|
244
238
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
245
239
|
readonly labels?: {
|
|
246
240
|
[x: string]: string | undefined;
|
|
@@ -277,7 +271,7 @@ export declare const asNodeInstance: {
|
|
|
277
271
|
addToResolvers?: boolean;
|
|
278
272
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
279
273
|
allowNameResolution?: boolean;
|
|
280
|
-
config: import("@
|
|
274
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
281
275
|
schema: import("@xyo-network/payload-model").Schema;
|
|
282
276
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
283
277
|
readonly archiving?: {
|
|
@@ -285,7 +279,6 @@ export declare const asNodeInstance: {
|
|
|
285
279
|
readonly queries?: string[] | undefined;
|
|
286
280
|
} | undefined;
|
|
287
281
|
readonly allowedQueries?: string[] | undefined;
|
|
288
|
-
readonly certify?: boolean | undefined;
|
|
289
282
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
290
283
|
readonly labels?: {
|
|
291
284
|
[x: string]: string | undefined;
|
|
@@ -321,7 +314,7 @@ export declare const asNodeInstance: {
|
|
|
321
314
|
addToResolvers?: boolean;
|
|
322
315
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
323
316
|
allowNameResolution?: boolean;
|
|
324
|
-
config: import("@
|
|
317
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
325
318
|
schema: import("@xyo-network/payload-model").Schema;
|
|
326
319
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
327
320
|
readonly archiving?: {
|
|
@@ -329,7 +322,6 @@ export declare const asNodeInstance: {
|
|
|
329
322
|
readonly queries?: string[] | undefined;
|
|
330
323
|
} | undefined;
|
|
331
324
|
readonly allowedQueries?: string[] | undefined;
|
|
332
|
-
readonly certify?: boolean | undefined;
|
|
333
325
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
334
326
|
readonly labels?: {
|
|
335
327
|
[x: string]: string | undefined;
|
|
@@ -367,7 +359,7 @@ export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<imp
|
|
|
367
359
|
addToResolvers?: boolean;
|
|
368
360
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
369
361
|
allowNameResolution?: boolean;
|
|
370
|
-
config: import("@
|
|
362
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
371
363
|
schema: import("@xyo-network/payload-model").Schema;
|
|
372
364
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
373
365
|
readonly archiving?: {
|
|
@@ -375,7 +367,6 @@ export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<imp
|
|
|
375
367
|
readonly queries?: string[] | undefined;
|
|
376
368
|
} | undefined;
|
|
377
369
|
readonly allowedQueries?: string[] | undefined;
|
|
378
|
-
readonly certify?: boolean | undefined;
|
|
379
370
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
380
371
|
readonly labels?: {
|
|
381
372
|
[x: string]: string | undefined;
|
|
@@ -412,7 +403,7 @@ export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance
|
|
|
412
403
|
addToResolvers?: boolean;
|
|
413
404
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
414
405
|
allowNameResolution?: boolean;
|
|
415
|
-
config: import("@
|
|
406
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
416
407
|
schema: import("@xyo-network/payload-model").Schema;
|
|
417
408
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
418
409
|
readonly archiving?: {
|
|
@@ -420,7 +411,6 @@ export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance
|
|
|
420
411
|
readonly queries?: string[] | undefined;
|
|
421
412
|
} | undefined;
|
|
422
413
|
readonly allowedQueries?: string[] | undefined;
|
|
423
|
-
readonly certify?: boolean | undefined;
|
|
424
414
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
425
415
|
readonly labels?: {
|
|
426
416
|
[x: string]: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAK3C,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAK3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAkD,CAAA;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DApBa,iBAC3B,iCAAiC,gBAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEgB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAIZ,gBACL;CAU8C,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DArBW,iBAC3B,iCAAiC,gBAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEgB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAIZ,gBACL;CAWkD,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAAqC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/node-model",
|
|
3
|
-
"version": "3.6.0-rc.
|
|
3
|
+
"version": "3.6.0-rc.9",
|
|
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/hex": "^4.4.
|
|
33
|
-
"@xylabs/object": "^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/hex": "^4.4.18",
|
|
33
|
+
"@xylabs/object": "^4.4.18",
|
|
34
|
+
"@xylabs/typeof": "^4.4.18",
|
|
35
|
+
"@xyo-network/account-model": "^3.6.0-rc.9",
|
|
36
|
+
"@xyo-network/module-events": "^3.6.0-rc.9",
|
|
37
|
+
"@xyo-network/module-model": "^3.6.0-rc.9",
|
|
38
|
+
"@xyo-network/payload-model": "^3.6.0-rc.9"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|