@xyo-network/node-model 2.102.5 → 2.102.6
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/neutral/attachable/asAttachableInstance.d.cts +3 -0
- package/dist/neutral/attachable/asAttachableInstance.d.cts.map +1 -1
- package/dist/neutral/attachable/asAttachableInstance.d.mts +3 -0
- package/dist/neutral/attachable/asAttachableInstance.d.mts.map +1 -1
- package/dist/neutral/attachable/asAttachableInstance.d.ts +3 -0
- package/dist/neutral/attachable/asAttachableInstance.d.ts.map +1 -1
- package/dist/neutral/typeChecks.d.cts +10 -0
- package/dist/neutral/typeChecks.d.cts.map +1 -1
- package/dist/neutral/typeChecks.d.mts +10 -0
- package/dist/neutral/typeChecks.d.mts.map +1 -1
- package/dist/neutral/typeChecks.d.ts +10 -0
- package/dist/neutral/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 +6 -6
|
@@ -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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
5
6
|
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
archivist?: string | undefined;
|
|
@@ -16,6 +17,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
16
17
|
<TType_1 extends import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
17
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
19
|
addToResolvers?: boolean | undefined;
|
|
20
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
19
21
|
allowNameResolution?: boolean | undefined;
|
|
20
22
|
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 & {
|
|
21
23
|
archivist?: string | undefined;
|
|
@@ -29,6 +31,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
29
31
|
}, import("..").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableNodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
30
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
31
33
|
addToResolvers?: boolean | undefined;
|
|
34
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
32
35
|
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
archivist?: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;gEAAqC,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { NodeModule } from './Node';
|
|
|
3
3
|
export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
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 & {
|
|
8
9
|
archivist?: string | undefined;
|
|
@@ -17,6 +18,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
17
18
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
19
20
|
addToResolvers?: boolean | undefined;
|
|
21
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
20
22
|
allowNameResolution?: boolean | undefined;
|
|
21
23
|
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 & {
|
|
22
24
|
archivist?: string | undefined;
|
|
@@ -32,6 +34,7 @@ export declare const asNodeModule: {
|
|
|
32
34
|
<TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
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 & {
|
|
37
40
|
archivist?: string | undefined;
|
|
@@ -46,6 +49,7 @@ export declare const asNodeModule: {
|
|
|
46
49
|
<TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
49
53
|
allowNameResolution?: boolean | undefined;
|
|
50
54
|
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 & {
|
|
51
55
|
archivist?: string | undefined;
|
|
@@ -59,6 +63,7 @@ export declare const asNodeModule: {
|
|
|
59
63
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
60
64
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
61
65
|
addToResolvers?: boolean | undefined;
|
|
66
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
62
67
|
allowNameResolution?: boolean | undefined;
|
|
63
68
|
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 & {
|
|
64
69
|
archivist?: string | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asNodeInstance: {
|
|
|
75
80
|
<TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
76
81
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
77
82
|
addToResolvers?: boolean | undefined;
|
|
83
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
78
84
|
allowNameResolution?: boolean | undefined;
|
|
79
85
|
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 & {
|
|
80
86
|
archivist?: string | undefined;
|
|
@@ -89,6 +95,7 @@ export declare const asNodeInstance: {
|
|
|
89
95
|
<TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
90
96
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
91
97
|
addToResolvers?: boolean | undefined;
|
|
98
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
92
99
|
allowNameResolution?: boolean | undefined;
|
|
93
100
|
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 & {
|
|
94
101
|
archivist?: string | undefined;
|
|
@@ -102,6 +109,7 @@ export declare const asNodeInstance: {
|
|
|
102
109
|
}, import("./Node").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
103
110
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
104
111
|
addToResolvers?: boolean | undefined;
|
|
112
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
105
113
|
allowNameResolution?: boolean | undefined;
|
|
106
114
|
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 & {
|
|
107
115
|
archivist?: string | undefined;
|
|
@@ -117,6 +125,7 @@ export declare const asNodeInstance: {
|
|
|
117
125
|
export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
118
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
119
127
|
addToResolvers?: boolean | undefined;
|
|
128
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
120
129
|
allowNameResolution?: boolean | undefined;
|
|
121
130
|
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 & {
|
|
122
131
|
archivist?: string | undefined;
|
|
@@ -131,6 +140,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
131
140
|
export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
142
|
addToResolvers?: boolean | undefined;
|
|
143
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
134
144
|
allowNameResolution?: boolean | undefined;
|
|
135
145
|
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 & {
|
|
136
146
|
archivist?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKnC,eAAO,MAAM,cAAc;;;;;;;;;;;;;;yCAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;yCAAkD,CAAA;AAE3E,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
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/hex": "^3.3.3",
|
|
14
14
|
"@xylabs/object": "^3.3.3",
|
|
15
|
-
"@xyo-network/account-model": "~2.102.
|
|
16
|
-
"@xyo-network/address-payload-plugin": "~2.102.
|
|
17
|
-
"@xyo-network/module-events": "~2.102.
|
|
18
|
-
"@xyo-network/module-model": "~2.102.
|
|
19
|
-
"@xyo-network/payload-model": "~2.102.
|
|
15
|
+
"@xyo-network/account-model": "~2.102.6",
|
|
16
|
+
"@xyo-network/address-payload-plugin": "~2.102.6",
|
|
17
|
+
"@xyo-network/module-events": "~2.102.6",
|
|
18
|
+
"@xyo-network/module-model": "~2.102.6",
|
|
19
|
+
"@xyo-network/payload-model": "~2.102.6"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^3.10.4",
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
63
63
|
},
|
|
64
64
|
"sideEffects": false,
|
|
65
|
-
"version": "2.102.
|
|
65
|
+
"version": "2.102.6",
|
|
66
66
|
"type": "module"
|
|
67
67
|
}
|