@xyo-network/node-model 2.94.33 → 2.94.35
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.
- package/dist/browser/attachable/asAttachableInstance.d.cts +3 -0
- package/dist/browser/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/browser/attachable/asAttachableInstance.d.mts +3 -0
- package/dist/browser/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/browser/attachable/asAttachableInstance.d.ts +3 -0
- package/dist/browser/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/browser/typeChecks.d.cts +10 -0
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +10 -0
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +10 -0
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.cts +3 -0
- package/dist/node/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.mts +3 -0
- package/dist/node/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/node/attachable/asAttachableInstance.d.ts +3 -0
- package/dist/node/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/node/typeChecks.d.cts +10 -0
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +10 -0
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +10 -0
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -2,6 +2,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
15
16
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -27,6 +29,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
27
29
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
28
30
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
29
31
|
addToResolvers?: boolean | undefined;
|
|
32
|
+
allowNameResolution?: boolean | undefined;
|
|
30
33
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
31
34
|
archivist?: string | undefined;
|
|
32
35
|
} & {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
15
16
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -27,6 +29,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
27
29
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
28
30
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
29
31
|
addToResolvers?: boolean | undefined;
|
|
32
|
+
allowNameResolution?: boolean | undefined;
|
|
30
33
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
31
34
|
archivist?: string | undefined;
|
|
32
35
|
} & {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
15
16
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -27,6 +29,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
27
29
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
28
30
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
29
31
|
addToResolvers?: boolean | undefined;
|
|
32
|
+
allowNameResolution?: boolean | undefined;
|
|
30
33
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
31
34
|
archivist?: string | undefined;
|
|
32
35
|
} & {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { NodeInstance, NodeModule } from './Node';
|
|
|
2
2
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
15
16
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -29,6 +31,7 @@ export declare const asNodeModule: {
|
|
|
29
31
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
allowNameResolution?: boolean | undefined;
|
|
32
35
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
36
|
archivist?: string | undefined;
|
|
34
37
|
} & {
|
|
@@ -42,6 +45,7 @@ export declare const asNodeModule: {
|
|
|
42
45
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
43
46
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
44
47
|
addToResolvers?: boolean | undefined;
|
|
48
|
+
allowNameResolution?: boolean | undefined;
|
|
45
49
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
46
50
|
archivist?: string | undefined;
|
|
47
51
|
} & {
|
|
@@ -54,6 +58,7 @@ export declare const asNodeModule: {
|
|
|
54
58
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
55
59
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
60
|
addToResolvers?: boolean | undefined;
|
|
61
|
+
allowNameResolution?: boolean | undefined;
|
|
57
62
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
58
63
|
archivist?: string | undefined;
|
|
59
64
|
} & {
|
|
@@ -69,6 +74,7 @@ export declare const asNodeInstance: {
|
|
|
69
74
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
77
|
+
allowNameResolution?: boolean | undefined;
|
|
72
78
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
73
79
|
archivist?: string | undefined;
|
|
74
80
|
} & {
|
|
@@ -82,6 +88,7 @@ export declare const asNodeInstance: {
|
|
|
82
88
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
83
89
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
84
90
|
addToResolvers?: boolean | undefined;
|
|
91
|
+
allowNameResolution?: boolean | undefined;
|
|
85
92
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
86
93
|
archivist?: string | undefined;
|
|
87
94
|
} & {
|
|
@@ -94,6 +101,7 @@ export declare const asNodeInstance: {
|
|
|
94
101
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
104
|
+
allowNameResolution?: boolean | undefined;
|
|
97
105
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
98
106
|
archivist?: string | undefined;
|
|
99
107
|
} & {
|
|
@@ -108,6 +116,7 @@ export declare const asNodeInstance: {
|
|
|
108
116
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
109
117
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
118
|
addToResolvers?: boolean | undefined;
|
|
119
|
+
allowNameResolution?: boolean | undefined;
|
|
111
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
121
|
archivist?: string | undefined;
|
|
113
122
|
} & {
|
|
@@ -121,6 +130,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
121
130
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
123
132
|
addToResolvers?: boolean | undefined;
|
|
133
|
+
allowNameResolution?: boolean | undefined;
|
|
124
134
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
125
135
|
archivist?: string | undefined;
|
|
126
136
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { NodeInstance, NodeModule } from './Node';
|
|
|
2
2
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
15
16
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -29,6 +31,7 @@ export declare const asNodeModule: {
|
|
|
29
31
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
allowNameResolution?: boolean | undefined;
|
|
32
35
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
36
|
archivist?: string | undefined;
|
|
34
37
|
} & {
|
|
@@ -42,6 +45,7 @@ export declare const asNodeModule: {
|
|
|
42
45
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
43
46
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
44
47
|
addToResolvers?: boolean | undefined;
|
|
48
|
+
allowNameResolution?: boolean | undefined;
|
|
45
49
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
46
50
|
archivist?: string | undefined;
|
|
47
51
|
} & {
|
|
@@ -54,6 +58,7 @@ export declare const asNodeModule: {
|
|
|
54
58
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
55
59
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
60
|
addToResolvers?: boolean | undefined;
|
|
61
|
+
allowNameResolution?: boolean | undefined;
|
|
57
62
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
58
63
|
archivist?: string | undefined;
|
|
59
64
|
} & {
|
|
@@ -69,6 +74,7 @@ export declare const asNodeInstance: {
|
|
|
69
74
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
77
|
+
allowNameResolution?: boolean | undefined;
|
|
72
78
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
73
79
|
archivist?: string | undefined;
|
|
74
80
|
} & {
|
|
@@ -82,6 +88,7 @@ export declare const asNodeInstance: {
|
|
|
82
88
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
83
89
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
84
90
|
addToResolvers?: boolean | undefined;
|
|
91
|
+
allowNameResolution?: boolean | undefined;
|
|
85
92
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
86
93
|
archivist?: string | undefined;
|
|
87
94
|
} & {
|
|
@@ -94,6 +101,7 @@ export declare const asNodeInstance: {
|
|
|
94
101
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
104
|
+
allowNameResolution?: boolean | undefined;
|
|
97
105
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
98
106
|
archivist?: string | undefined;
|
|
99
107
|
} & {
|
|
@@ -108,6 +116,7 @@ export declare const asNodeInstance: {
|
|
|
108
116
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
109
117
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
118
|
addToResolvers?: boolean | undefined;
|
|
119
|
+
allowNameResolution?: boolean | undefined;
|
|
111
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
121
|
archivist?: string | undefined;
|
|
113
122
|
} & {
|
|
@@ -121,6 +130,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
121
130
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
123
132
|
addToResolvers?: boolean | undefined;
|
|
133
|
+
allowNameResolution?: boolean | undefined;
|
|
124
134
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
125
135
|
archivist?: string | undefined;
|
|
126
136
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { NodeInstance, NodeModule } from './Node';
|
|
|
2
2
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
15
16
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -29,6 +31,7 @@ export declare const asNodeModule: {
|
|
|
29
31
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
allowNameResolution?: boolean | undefined;
|
|
32
35
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
36
|
archivist?: string | undefined;
|
|
34
37
|
} & {
|
|
@@ -42,6 +45,7 @@ export declare const asNodeModule: {
|
|
|
42
45
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
43
46
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
44
47
|
addToResolvers?: boolean | undefined;
|
|
48
|
+
allowNameResolution?: boolean | undefined;
|
|
45
49
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
46
50
|
archivist?: string | undefined;
|
|
47
51
|
} & {
|
|
@@ -54,6 +58,7 @@ export declare const asNodeModule: {
|
|
|
54
58
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
55
59
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
60
|
addToResolvers?: boolean | undefined;
|
|
61
|
+
allowNameResolution?: boolean | undefined;
|
|
57
62
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
58
63
|
archivist?: string | undefined;
|
|
59
64
|
} & {
|
|
@@ -69,6 +74,7 @@ export declare const asNodeInstance: {
|
|
|
69
74
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
77
|
+
allowNameResolution?: boolean | undefined;
|
|
72
78
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
73
79
|
archivist?: string | undefined;
|
|
74
80
|
} & {
|
|
@@ -82,6 +88,7 @@ export declare const asNodeInstance: {
|
|
|
82
88
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
83
89
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
84
90
|
addToResolvers?: boolean | undefined;
|
|
91
|
+
allowNameResolution?: boolean | undefined;
|
|
85
92
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
86
93
|
archivist?: string | undefined;
|
|
87
94
|
} & {
|
|
@@ -94,6 +101,7 @@ export declare const asNodeInstance: {
|
|
|
94
101
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
104
|
+
allowNameResolution?: boolean | undefined;
|
|
97
105
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
98
106
|
archivist?: string | undefined;
|
|
99
107
|
} & {
|
|
@@ -108,6 +116,7 @@ export declare const asNodeInstance: {
|
|
|
108
116
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
109
117
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
118
|
addToResolvers?: boolean | undefined;
|
|
119
|
+
allowNameResolution?: boolean | undefined;
|
|
111
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
121
|
archivist?: string | undefined;
|
|
113
122
|
} & {
|
|
@@ -121,6 +130,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
121
130
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
123
132
|
addToResolvers?: boolean | undefined;
|
|
133
|
+
allowNameResolution?: boolean | undefined;
|
|
124
134
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
125
135
|
archivist?: string | undefined;
|
|
126
136
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
15
16
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -27,6 +29,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
27
29
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
28
30
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
29
31
|
addToResolvers?: boolean | undefined;
|
|
32
|
+
allowNameResolution?: boolean | undefined;
|
|
30
33
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
31
34
|
archivist?: string | undefined;
|
|
32
35
|
} & {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
15
16
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -27,6 +29,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
27
29
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
28
30
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
29
31
|
addToResolvers?: boolean | undefined;
|
|
32
|
+
allowNameResolution?: boolean | undefined;
|
|
30
33
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
31
34
|
archivist?: string | undefined;
|
|
32
35
|
} & {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
15
16
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -27,6 +29,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
27
29
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
28
30
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
29
31
|
addToResolvers?: boolean | undefined;
|
|
32
|
+
allowNameResolution?: boolean | undefined;
|
|
30
33
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
31
34
|
archivist?: string | undefined;
|
|
32
35
|
} & {
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { NodeInstance, NodeModule } from './Node';
|
|
|
2
2
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
15
16
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -29,6 +31,7 @@ export declare const asNodeModule: {
|
|
|
29
31
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
allowNameResolution?: boolean | undefined;
|
|
32
35
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
36
|
archivist?: string | undefined;
|
|
34
37
|
} & {
|
|
@@ -42,6 +45,7 @@ export declare const asNodeModule: {
|
|
|
42
45
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
43
46
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
44
47
|
addToResolvers?: boolean | undefined;
|
|
48
|
+
allowNameResolution?: boolean | undefined;
|
|
45
49
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
46
50
|
archivist?: string | undefined;
|
|
47
51
|
} & {
|
|
@@ -54,6 +58,7 @@ export declare const asNodeModule: {
|
|
|
54
58
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
55
59
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
60
|
addToResolvers?: boolean | undefined;
|
|
61
|
+
allowNameResolution?: boolean | undefined;
|
|
57
62
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
58
63
|
archivist?: string | undefined;
|
|
59
64
|
} & {
|
|
@@ -69,6 +74,7 @@ export declare const asNodeInstance: {
|
|
|
69
74
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
77
|
+
allowNameResolution?: boolean | undefined;
|
|
72
78
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
73
79
|
archivist?: string | undefined;
|
|
74
80
|
} & {
|
|
@@ -82,6 +88,7 @@ export declare const asNodeInstance: {
|
|
|
82
88
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
83
89
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
84
90
|
addToResolvers?: boolean | undefined;
|
|
91
|
+
allowNameResolution?: boolean | undefined;
|
|
85
92
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
86
93
|
archivist?: string | undefined;
|
|
87
94
|
} & {
|
|
@@ -94,6 +101,7 @@ export declare const asNodeInstance: {
|
|
|
94
101
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
104
|
+
allowNameResolution?: boolean | undefined;
|
|
97
105
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
98
106
|
archivist?: string | undefined;
|
|
99
107
|
} & {
|
|
@@ -108,6 +116,7 @@ export declare const asNodeInstance: {
|
|
|
108
116
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
109
117
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
118
|
addToResolvers?: boolean | undefined;
|
|
119
|
+
allowNameResolution?: boolean | undefined;
|
|
111
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
121
|
archivist?: string | undefined;
|
|
113
122
|
} & {
|
|
@@ -121,6 +130,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
121
130
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
123
132
|
addToResolvers?: boolean | undefined;
|
|
133
|
+
allowNameResolution?: boolean | undefined;
|
|
124
134
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
125
135
|
archivist?: string | undefined;
|
|
126
136
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { NodeInstance, NodeModule } from './Node';
|
|
|
2
2
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
15
16
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -29,6 +31,7 @@ export declare const asNodeModule: {
|
|
|
29
31
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
allowNameResolution?: boolean | undefined;
|
|
32
35
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
36
|
archivist?: string | undefined;
|
|
34
37
|
} & {
|
|
@@ -42,6 +45,7 @@ export declare const asNodeModule: {
|
|
|
42
45
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
43
46
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
44
47
|
addToResolvers?: boolean | undefined;
|
|
48
|
+
allowNameResolution?: boolean | undefined;
|
|
45
49
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
46
50
|
archivist?: string | undefined;
|
|
47
51
|
} & {
|
|
@@ -54,6 +58,7 @@ export declare const asNodeModule: {
|
|
|
54
58
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
55
59
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
60
|
addToResolvers?: boolean | undefined;
|
|
61
|
+
allowNameResolution?: boolean | undefined;
|
|
57
62
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
58
63
|
archivist?: string | undefined;
|
|
59
64
|
} & {
|
|
@@ -69,6 +74,7 @@ export declare const asNodeInstance: {
|
|
|
69
74
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
77
|
+
allowNameResolution?: boolean | undefined;
|
|
72
78
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
73
79
|
archivist?: string | undefined;
|
|
74
80
|
} & {
|
|
@@ -82,6 +88,7 @@ export declare const asNodeInstance: {
|
|
|
82
88
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
83
89
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
84
90
|
addToResolvers?: boolean | undefined;
|
|
91
|
+
allowNameResolution?: boolean | undefined;
|
|
85
92
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
86
93
|
archivist?: string | undefined;
|
|
87
94
|
} & {
|
|
@@ -94,6 +101,7 @@ export declare const asNodeInstance: {
|
|
|
94
101
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
104
|
+
allowNameResolution?: boolean | undefined;
|
|
97
105
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
98
106
|
archivist?: string | undefined;
|
|
99
107
|
} & {
|
|
@@ -108,6 +116,7 @@ export declare const asNodeInstance: {
|
|
|
108
116
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
109
117
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
118
|
addToResolvers?: boolean | undefined;
|
|
119
|
+
allowNameResolution?: boolean | undefined;
|
|
111
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
121
|
archivist?: string | undefined;
|
|
113
122
|
} & {
|
|
@@ -121,6 +130,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
121
130
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
123
132
|
addToResolvers?: boolean | undefined;
|
|
133
|
+
allowNameResolution?: boolean | undefined;
|
|
124
134
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
125
135
|
archivist?: string | undefined;
|
|
126
136
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { NodeInstance, NodeModule } from './Node';
|
|
|
2
2
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
4
|
addToResolvers?: boolean | undefined;
|
|
5
|
+
allowNameResolution?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
7
|
archivist?: string | undefined;
|
|
7
8
|
} & {
|
|
@@ -15,6 +16,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
15
16
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
16
17
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
17
18
|
addToResolvers?: boolean | undefined;
|
|
19
|
+
allowNameResolution?: boolean | undefined;
|
|
18
20
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
21
|
archivist?: string | undefined;
|
|
20
22
|
} & {
|
|
@@ -29,6 +31,7 @@ export declare const asNodeModule: {
|
|
|
29
31
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
allowNameResolution?: boolean | undefined;
|
|
32
35
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
36
|
archivist?: string | undefined;
|
|
34
37
|
} & {
|
|
@@ -42,6 +45,7 @@ export declare const asNodeModule: {
|
|
|
42
45
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
43
46
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
44
47
|
addToResolvers?: boolean | undefined;
|
|
48
|
+
allowNameResolution?: boolean | undefined;
|
|
45
49
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
46
50
|
archivist?: string | undefined;
|
|
47
51
|
} & {
|
|
@@ -54,6 +58,7 @@ export declare const asNodeModule: {
|
|
|
54
58
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
55
59
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
60
|
addToResolvers?: boolean | undefined;
|
|
61
|
+
allowNameResolution?: boolean | undefined;
|
|
57
62
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
58
63
|
archivist?: string | undefined;
|
|
59
64
|
} & {
|
|
@@ -69,6 +74,7 @@ export declare const asNodeInstance: {
|
|
|
69
74
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
77
|
+
allowNameResolution?: boolean | undefined;
|
|
72
78
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
73
79
|
archivist?: string | undefined;
|
|
74
80
|
} & {
|
|
@@ -82,6 +88,7 @@ export declare const asNodeInstance: {
|
|
|
82
88
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
83
89
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
84
90
|
addToResolvers?: boolean | undefined;
|
|
91
|
+
allowNameResolution?: boolean | undefined;
|
|
85
92
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
86
93
|
archivist?: string | undefined;
|
|
87
94
|
} & {
|
|
@@ -94,6 +101,7 @@ export declare const asNodeInstance: {
|
|
|
94
101
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
104
|
+
allowNameResolution?: boolean | undefined;
|
|
97
105
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
98
106
|
archivist?: string | undefined;
|
|
99
107
|
} & {
|
|
@@ -108,6 +116,7 @@ export declare const asNodeInstance: {
|
|
|
108
116
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
109
117
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
118
|
addToResolvers?: boolean | undefined;
|
|
119
|
+
allowNameResolution?: boolean | undefined;
|
|
111
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
121
|
archivist?: string | undefined;
|
|
113
122
|
} & {
|
|
@@ -121,6 +130,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
121
130
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
123
132
|
addToResolvers?: boolean | undefined;
|
|
133
|
+
allowNameResolution?: boolean | undefined;
|
|
124
134
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
125
135
|
archivist?: string | undefined;
|
|
126
136
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;gEAAqC,CAAA"}
|
package/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"@xylabs/hex": "^3.1.7",
|
|
14
14
|
"@xylabs/object": "^3.1.7",
|
|
15
15
|
"@xylabs/promise": "^3.1.7",
|
|
16
|
-
"@xyo-network/module-events": "~2.94.
|
|
17
|
-
"@xyo-network/module-model": "~2.94.
|
|
18
|
-
"@xyo-network/payload-model": "~2.94.
|
|
16
|
+
"@xyo-network/module-events": "~2.94.35",
|
|
17
|
+
"@xyo-network/module-model": "~2.94.35",
|
|
18
|
+
"@xyo-network/payload-model": "~2.94.35"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@xylabs/ts-scripts-yarn3": "^3.9.0",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
|
-
"version": "2.94.
|
|
64
|
+
"version": "2.94.35",
|
|
65
65
|
"type": "module"
|
|
66
66
|
}
|