@xyo-network/archivist-model 2.102.4 → 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 +5 -5
|
@@ -2,6 +2,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
8
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -21,6 +22,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
21
22
|
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
27
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
26
28
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -39,6 +41,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
39
41
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
42
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
41
43
|
addToResolvers?: boolean | undefined;
|
|
44
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
42
45
|
allowNameResolution?: boolean | undefined;
|
|
43
46
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
47
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
8
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -21,6 +22,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
21
22
|
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
27
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
26
28
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -39,6 +41,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
39
41
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
42
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
41
43
|
addToResolvers?: boolean | undefined;
|
|
44
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
42
45
|
allowNameResolution?: boolean | undefined;
|
|
43
46
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
47
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
8
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -21,6 +22,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
21
22
|
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
27
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
26
28
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -39,6 +41,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
39
41
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
42
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
41
43
|
addToResolvers?: boolean | undefined;
|
|
44
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
42
45
|
allowNameResolution?: boolean | undefined;
|
|
43
46
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
47
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { ArchivistModule } from './Module';
|
|
|
3
3
|
export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<ArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
9
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -22,6 +23,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
22
23
|
export declare const isArchivistModule: import("@xyo-network/module-model").ModuleTypeCheck<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
24
25
|
addToResolvers?: boolean | undefined;
|
|
26
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
25
27
|
allowNameResolution?: boolean | undefined;
|
|
26
28
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
27
29
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const asArchivistModule: {
|
|
|
40
42
|
<TType extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
41
43
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
42
44
|
addToResolvers?: boolean | undefined;
|
|
45
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
43
46
|
allowNameResolution?: boolean | undefined;
|
|
44
47
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
45
48
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -57,6 +60,7 @@ export declare const asArchivistModule: {
|
|
|
57
60
|
<TType_1 extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
58
61
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
59
62
|
addToResolvers?: boolean | undefined;
|
|
63
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
60
64
|
allowNameResolution?: boolean | undefined;
|
|
61
65
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
62
66
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -73,6 +77,7 @@ export declare const asArchivistModule: {
|
|
|
73
77
|
}, import("./EventData").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
78
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
75
79
|
addToResolvers?: boolean | undefined;
|
|
80
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
76
81
|
allowNameResolution?: boolean | undefined;
|
|
77
82
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
78
83
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -92,6 +97,7 @@ export declare const asArchivistInstance: {
|
|
|
92
97
|
<TType extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
93
98
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
94
99
|
addToResolvers?: boolean | undefined;
|
|
100
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
95
101
|
allowNameResolution?: boolean | undefined;
|
|
96
102
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
97
103
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -111,6 +117,7 @@ export declare const asArchivistInstance: {
|
|
|
111
117
|
<TType_1 extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
112
118
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
119
|
addToResolvers?: boolean | undefined;
|
|
120
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
114
121
|
allowNameResolution?: boolean | undefined;
|
|
115
122
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
116
123
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -129,6 +136,7 @@ export declare const asArchivistInstance: {
|
|
|
129
136
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
130
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
131
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
132
140
|
allowNameResolution?: boolean | undefined;
|
|
133
141
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
134
142
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -149,6 +157,7 @@ export declare const asArchivistInstance: {
|
|
|
149
157
|
export declare const withArchivistModule: <R>(module: any, closure: (module: ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
150
158
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
151
159
|
addToResolvers?: boolean | undefined;
|
|
160
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
152
161
|
allowNameResolution?: boolean | undefined;
|
|
153
162
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
154
163
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -166,6 +175,7 @@ export declare const withArchivistModule: <R>(module: any, closure: (module: Arc
|
|
|
166
175
|
export declare const withArchivistInstance: <R>(module: any, closure: (module: ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
167
176
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
168
177
|
addToResolvers?: boolean | undefined;
|
|
178
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
169
179
|
allowNameResolution?: boolean | undefined;
|
|
170
180
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
171
181
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG1C,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG1C,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;wDAA6F,CAAA;AAC7H,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;mDAA2E,CAAA;AAEzG,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAA;AAC9E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;0EAAwC,CAAA;AACxE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;+EAA0C,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { ArchivistModule } from './Module';
|
|
|
3
3
|
export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<ArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
9
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -22,6 +23,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
22
23
|
export declare const isArchivistModule: import("@xyo-network/module-model").ModuleTypeCheck<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
24
25
|
addToResolvers?: boolean | undefined;
|
|
26
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
25
27
|
allowNameResolution?: boolean | undefined;
|
|
26
28
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
27
29
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const asArchivistModule: {
|
|
|
40
42
|
<TType extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
41
43
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
42
44
|
addToResolvers?: boolean | undefined;
|
|
45
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
43
46
|
allowNameResolution?: boolean | undefined;
|
|
44
47
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
45
48
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -57,6 +60,7 @@ export declare const asArchivistModule: {
|
|
|
57
60
|
<TType_1 extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
58
61
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
59
62
|
addToResolvers?: boolean | undefined;
|
|
63
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
60
64
|
allowNameResolution?: boolean | undefined;
|
|
61
65
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
62
66
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -73,6 +77,7 @@ export declare const asArchivistModule: {
|
|
|
73
77
|
}, import("./EventData").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
78
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
75
79
|
addToResolvers?: boolean | undefined;
|
|
80
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
76
81
|
allowNameResolution?: boolean | undefined;
|
|
77
82
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
78
83
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -92,6 +97,7 @@ export declare const asArchivistInstance: {
|
|
|
92
97
|
<TType extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
93
98
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
94
99
|
addToResolvers?: boolean | undefined;
|
|
100
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
95
101
|
allowNameResolution?: boolean | undefined;
|
|
96
102
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
97
103
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -111,6 +117,7 @@ export declare const asArchivistInstance: {
|
|
|
111
117
|
<TType_1 extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
112
118
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
119
|
addToResolvers?: boolean | undefined;
|
|
120
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
114
121
|
allowNameResolution?: boolean | undefined;
|
|
115
122
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
116
123
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -129,6 +136,7 @@ export declare const asArchivistInstance: {
|
|
|
129
136
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
130
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
131
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
132
140
|
allowNameResolution?: boolean | undefined;
|
|
133
141
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
134
142
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -149,6 +157,7 @@ export declare const asArchivistInstance: {
|
|
|
149
157
|
export declare const withArchivistModule: <R>(module: any, closure: (module: ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
150
158
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
151
159
|
addToResolvers?: boolean | undefined;
|
|
160
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
152
161
|
allowNameResolution?: boolean | undefined;
|
|
153
162
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
154
163
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -166,6 +175,7 @@ export declare const withArchivistModule: <R>(module: any, closure: (module: Arc
|
|
|
166
175
|
export declare const withArchivistInstance: <R>(module: any, closure: (module: ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
167
176
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
168
177
|
addToResolvers?: boolean | undefined;
|
|
178
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
169
179
|
allowNameResolution?: boolean | undefined;
|
|
170
180
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
171
181
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG1C,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG1C,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;wDAA6F,CAAA;AAC7H,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;mDAA2E,CAAA;AAEzG,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAA;AAC9E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;0EAAwC,CAAA;AACxE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;+EAA0C,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { ArchivistModule } from './Module';
|
|
|
3
3
|
export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<ArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
9
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -22,6 +23,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
22
23
|
export declare const isArchivistModule: import("@xyo-network/module-model").ModuleTypeCheck<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
24
25
|
addToResolvers?: boolean | undefined;
|
|
26
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
25
27
|
allowNameResolution?: boolean | undefined;
|
|
26
28
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
27
29
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const asArchivistModule: {
|
|
|
40
42
|
<TType extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
41
43
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
42
44
|
addToResolvers?: boolean | undefined;
|
|
45
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
43
46
|
allowNameResolution?: boolean | undefined;
|
|
44
47
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
45
48
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -57,6 +60,7 @@ export declare const asArchivistModule: {
|
|
|
57
60
|
<TType_1 extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
58
61
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
59
62
|
addToResolvers?: boolean | undefined;
|
|
63
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
60
64
|
allowNameResolution?: boolean | undefined;
|
|
61
65
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
62
66
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -73,6 +77,7 @@ export declare const asArchivistModule: {
|
|
|
73
77
|
}, import("./EventData").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
78
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
75
79
|
addToResolvers?: boolean | undefined;
|
|
80
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
76
81
|
allowNameResolution?: boolean | undefined;
|
|
77
82
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
78
83
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -92,6 +97,7 @@ export declare const asArchivistInstance: {
|
|
|
92
97
|
<TType extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
93
98
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
94
99
|
addToResolvers?: boolean | undefined;
|
|
100
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
95
101
|
allowNameResolution?: boolean | undefined;
|
|
96
102
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
97
103
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -111,6 +117,7 @@ export declare const asArchivistInstance: {
|
|
|
111
117
|
<TType_1 extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
112
118
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
119
|
addToResolvers?: boolean | undefined;
|
|
120
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
114
121
|
allowNameResolution?: boolean | undefined;
|
|
115
122
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
116
123
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -129,6 +136,7 @@ export declare const asArchivistInstance: {
|
|
|
129
136
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
130
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
131
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
132
140
|
allowNameResolution?: boolean | undefined;
|
|
133
141
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
134
142
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -149,6 +157,7 @@ export declare const asArchivistInstance: {
|
|
|
149
157
|
export declare const withArchivistModule: <R>(module: any, closure: (module: ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
150
158
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
151
159
|
addToResolvers?: boolean | undefined;
|
|
160
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
152
161
|
allowNameResolution?: boolean | undefined;
|
|
153
162
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
154
163
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -166,6 +175,7 @@ export declare const withArchivistModule: <R>(module: any, closure: (module: Arc
|
|
|
166
175
|
export declare const withArchivistInstance: <R>(module: any, closure: (module: ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
167
176
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
168
177
|
addToResolvers?: boolean | undefined;
|
|
178
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
169
179
|
allowNameResolution?: boolean | undefined;
|
|
170
180
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
171
181
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG1C,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG1C,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;wDAA6F,CAAA;AAC7H,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;mDAA2E,CAAA;AAEzG,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAA;AAC9E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;0EAAwC,CAAA;AACxE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;+EAA0C,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
8
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -21,6 +22,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
21
22
|
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
27
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
26
28
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -39,6 +41,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
39
41
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
42
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
41
43
|
addToResolvers?: boolean | undefined;
|
|
44
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
42
45
|
allowNameResolution?: boolean | undefined;
|
|
43
46
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
47
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
8
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -21,6 +22,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
21
22
|
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
27
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
26
28
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -39,6 +41,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
39
41
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
42
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
41
43
|
addToResolvers?: boolean | undefined;
|
|
44
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
42
45
|
allowNameResolution?: boolean | undefined;
|
|
43
46
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
47
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -2,6 +2,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
2
2
|
<TType extends import("./AttachableInstance").AttachableArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
7
8
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -21,6 +22,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
21
22
|
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
24
|
addToResolvers?: boolean | undefined;
|
|
25
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
24
26
|
allowNameResolution?: boolean | undefined;
|
|
25
27
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
26
28
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -39,6 +41,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
39
41
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
42
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
41
43
|
addToResolvers?: boolean | undefined;
|
|
44
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
42
45
|
allowNameResolution?: boolean | undefined;
|
|
43
46
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
47
|
parents?: import("..").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -3,6 +3,7 @@ import { ArchivistModule } from './Module';
|
|
|
3
3
|
export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<ArchivistInstance<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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
9
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -22,6 +23,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
22
23
|
export declare const isArchivistModule: import("@xyo-network/module-model").ModuleTypeCheck<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
24
25
|
addToResolvers?: boolean | undefined;
|
|
26
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
25
27
|
allowNameResolution?: boolean | undefined;
|
|
26
28
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
27
29
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const asArchivistModule: {
|
|
|
40
42
|
<TType extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
41
43
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
42
44
|
addToResolvers?: boolean | undefined;
|
|
45
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
43
46
|
allowNameResolution?: boolean | undefined;
|
|
44
47
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
45
48
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -57,6 +60,7 @@ export declare const asArchivistModule: {
|
|
|
57
60
|
<TType_1 extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
58
61
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
59
62
|
addToResolvers?: boolean | undefined;
|
|
63
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
60
64
|
allowNameResolution?: boolean | undefined;
|
|
61
65
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
62
66
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -73,6 +77,7 @@ export declare const asArchivistModule: {
|
|
|
73
77
|
}, import("./EventData").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
78
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
75
79
|
addToResolvers?: boolean | undefined;
|
|
80
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
76
81
|
allowNameResolution?: boolean | undefined;
|
|
77
82
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
78
83
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -92,6 +97,7 @@ export declare const asArchivistInstance: {
|
|
|
92
97
|
<TType extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
93
98
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
94
99
|
addToResolvers?: boolean | undefined;
|
|
100
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
95
101
|
allowNameResolution?: boolean | undefined;
|
|
96
102
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
97
103
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -111,6 +117,7 @@ export declare const asArchivistInstance: {
|
|
|
111
117
|
<TType_1 extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
112
118
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
119
|
addToResolvers?: boolean | undefined;
|
|
120
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
114
121
|
allowNameResolution?: boolean | undefined;
|
|
115
122
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
116
123
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -129,6 +136,7 @@ export declare const asArchivistInstance: {
|
|
|
129
136
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
130
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
131
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
132
140
|
allowNameResolution?: boolean | undefined;
|
|
133
141
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
134
142
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -149,6 +157,7 @@ export declare const asArchivistInstance: {
|
|
|
149
157
|
export declare const withArchivistModule: <R>(module: any, closure: (module: ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
150
158
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
151
159
|
addToResolvers?: boolean | undefined;
|
|
160
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
152
161
|
allowNameResolution?: boolean | undefined;
|
|
153
162
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
154
163
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -166,6 +175,7 @@ export declare const withArchivistModule: <R>(module: any, closure: (module: Arc
|
|
|
166
175
|
export declare const withArchivistInstance: <R>(module: any, closure: (module: ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
167
176
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
168
177
|
addToResolvers?: boolean | undefined;
|
|
178
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
169
179
|
allowNameResolution?: boolean | undefined;
|
|
170
180
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
171
181
|
parents?: import("./Config").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG1C,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAG1C,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;wDAA6F,CAAA;AAC7H,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;mDAA2E,CAAA;AAEzG,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAA;AAC9E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;0EAAwC,CAAA;AACxE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;+EAA0C,CAAA"}
|