@xyo-network/archivist-model 2.93.4 → 2.93.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/AttachableInstance.d.cts +12 -0
- package/dist/browser/attachable/AttachableInstance.d.cts.map +1 -0
- package/dist/browser/attachable/AttachableInstance.d.mts +12 -0
- package/dist/browser/attachable/AttachableInstance.d.mts.map +1 -0
- package/dist/browser/attachable/AttachableInstance.d.ts +12 -0
- package/dist/browser/attachable/AttachableInstance.d.ts.map +1 -0
- package/dist/browser/attachable/asAttachableInstance.d.cts +56 -0
- package/dist/browser/attachable/asAttachableInstance.d.cts.map +1 -0
- package/dist/browser/attachable/asAttachableInstance.d.mts +56 -0
- package/dist/browser/attachable/asAttachableInstance.d.mts.map +1 -0
- package/dist/browser/attachable/asAttachableInstance.d.ts +56 -0
- package/dist/browser/attachable/asAttachableInstance.d.ts.map +1 -0
- package/dist/browser/attachable/index.d.cts +4 -0
- package/dist/browser/attachable/index.d.cts.map +1 -0
- package/dist/browser/attachable/index.d.mts +4 -0
- package/dist/browser/attachable/index.d.mts.map +1 -0
- package/dist/browser/attachable/index.d.ts +4 -0
- package/dist/browser/attachable/index.d.ts.map +1 -0
- package/dist/browser/attachable/isAttachableInstance.d.cts +5 -0
- package/dist/browser/attachable/isAttachableInstance.d.cts.map +1 -0
- package/dist/browser/attachable/isAttachableInstance.d.mts +5 -0
- package/dist/browser/attachable/isAttachableInstance.d.mts.map +1 -0
- package/dist/browser/attachable/isAttachableInstance.d.ts +5 -0
- package/dist/browser/attachable/isAttachableInstance.d.ts.map +1 -0
- package/dist/browser/index.cjs +44 -12
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.d.cts +1 -0
- package/dist/browser/index.d.cts.map +1 -1
- package/dist/browser/index.d.mts +1 -0
- package/dist/browser/index.d.mts.map +1 -1
- package/dist/browser/index.d.ts +1 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +44 -12
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/typeChecks.d.cts +10 -0
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +10 -0
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +10 -0
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/node/attachable/AttachableInstance.d.cts +12 -0
- package/dist/node/attachable/AttachableInstance.d.cts.map +1 -0
- package/dist/node/attachable/AttachableInstance.d.mts +12 -0
- package/dist/node/attachable/AttachableInstance.d.mts.map +1 -0
- package/dist/node/attachable/AttachableInstance.d.ts +12 -0
- package/dist/node/attachable/AttachableInstance.d.ts.map +1 -0
- package/dist/node/attachable/asAttachableInstance.d.cts +56 -0
- package/dist/node/attachable/asAttachableInstance.d.cts.map +1 -0
- package/dist/node/attachable/asAttachableInstance.d.mts +56 -0
- package/dist/node/attachable/asAttachableInstance.d.mts.map +1 -0
- package/dist/node/attachable/asAttachableInstance.d.ts +56 -0
- package/dist/node/attachable/asAttachableInstance.d.ts.map +1 -0
- package/dist/node/attachable/index.d.cts +4 -0
- package/dist/node/attachable/index.d.cts.map +1 -0
- package/dist/node/attachable/index.d.mts +4 -0
- package/dist/node/attachable/index.d.mts.map +1 -0
- package/dist/node/attachable/index.d.ts +4 -0
- package/dist/node/attachable/index.d.ts.map +1 -0
- package/dist/node/attachable/isAttachableInstance.d.cts +5 -0
- package/dist/node/attachable/isAttachableInstance.d.cts.map +1 -0
- package/dist/node/attachable/isAttachableInstance.d.mts +5 -0
- package/dist/node/attachable/isAttachableInstance.d.mts.map +1 -0
- package/dist/node/attachable/isAttachableInstance.d.ts +5 -0
- package/dist/node/attachable/isAttachableInstance.d.ts.map +1 -0
- package/dist/node/index.cjs +47 -12
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.cts +1 -0
- package/dist/node/index.d.cts.map +1 -1
- package/dist/node/index.d.mts +1 -0
- package/dist/node/index.d.mts.map +1 -1
- package/dist/node/index.d.ts +1 -0
- package/dist/node/index.d.ts.map +1 -1
- package/dist/node/index.js +43 -12
- package/dist/node/index.js.map +1 -1
- package/dist/node/typeChecks.d.cts +10 -0
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +10 -0
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +10 -0
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/attachable/AttachableInstance.ts +19 -0
- package/src/attachable/asAttachableInstance.ts +5 -0
- package/src/attachable/index.ts +3 -0
- package/src/attachable/isAttachableInstance.ts +15 -0
- package/src/index.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/
|
|
1
|
+
{"version":3,"sources":["../../src/attachable/asAttachableInstance.ts","../../src/attachable/isAttachableInstance.ts","../../src/typeChecks.ts","../../src/Queries/All.ts","../../src/Queries/Clear.ts","../../src/Queries/Commit.ts","../../src/Queries/Delete.ts","../../src/Queries/Get.ts","../../src/Queries/Insert.ts","../../src/Queries/Next.ts","../../src/attachable/AttachableInstance.ts","../../src/Config.ts","../../src/IndexDescription.ts"],"sourcesContent":["import { AsObjectFactory } from '@xylabs/object'\n\nimport { isAttachableArchivistInstance } from './isAttachableInstance'\n\nexport const asAttachableArchivistInstance = AsObjectFactory.create(isAttachableArchivistInstance)\n","import { IsObjectFactory, ObjectTypeShape, TypeCheck } from '@xylabs/object'\nimport { isAttachableModuleInstance } from '@xyo-network/module-model'\n\nimport { isArchivistInstance } from '../typeChecks'\nimport { AttachableArchivistInstance } from './AttachableInstance'\n\nexport const requiredAttachableArchivistInstanceFunctions: ObjectTypeShape = {}\n\n//we do not use IsInstanceFactory here to prevent a cycle\nconst factory = new IsObjectFactory<AttachableArchivistInstance>()\n\nexport const isAttachableArchivistInstance: TypeCheck<AttachableArchivistInstance> = factory.create(requiredAttachableArchivistInstanceFunctions, [\n isArchivistInstance,\n isAttachableModuleInstance,\n])\n","import { AsObjectFactory } from '@xylabs/object'\nimport { IsInstanceFactory, IsModuleFactory, isModuleInstance, WithFactory } from '@xyo-network/module-model'\n\nimport { ArchivistModule } from './Archivist'\nimport { ArchivistInstance } from './ArchivistInstance'\nimport { ArchivistGetQuerySchema } from './Queries'\n\nexport const isArchivistInstance = new IsInstanceFactory<ArchivistInstance>().create({ get: 'function' }, [isModuleInstance])\nexport const isArchivistModule = new IsModuleFactory<ArchivistModule>().create([ArchivistGetQuerySchema])\n\nexport const asArchivistModule = AsObjectFactory.create(isArchivistModule)\nexport const asArchivistInstance = AsObjectFactory.create(isArchivistInstance)\nexport const withArchivistModule = WithFactory.create(isArchivistModule)\nexport const withArchivistInstance = WithFactory.create(isArchivistInstance)\n","import { Query } from '@xyo-network/payload-model'\n\nexport type ArchivistAllQuerySchema = 'network.xyo.query.archivist.all'\nexport const ArchivistAllQuerySchema: ArchivistAllQuerySchema = 'network.xyo.query.archivist.all'\n\nexport type ArchivistAllQuery = Query<{\n schema: ArchivistAllQuerySchema\n}>\n","import { Query } from '@xyo-network/payload-model'\n\nexport type ArchivistClearQuerySchema = 'network.xyo.query.archivist.clear'\nexport const ArchivistClearQuerySchema: ArchivistClearQuerySchema = 'network.xyo.query.archivist.clear'\n\nexport type ArchivistClearQuery = Query<{\n schema: ArchivistClearQuerySchema\n}>\n","import { Query } from '@xyo-network/payload-model'\n\nexport type ArchivistCommitQuerySchema = 'network.xyo.query.archivist.commit'\nexport const ArchivistCommitQuerySchema: ArchivistCommitQuerySchema = 'network.xyo.query.archivist.commit'\n\nexport type ArchivistCommitQuery = Query<{\n schema: ArchivistCommitQuerySchema\n}>\n","import { Hash } from '@xylabs/hex'\nimport { Query } from '@xyo-network/payload-model'\n\nexport type ArchivistDeleteQuerySchema = 'network.xyo.query.archivist.delete'\nexport const ArchivistDeleteQuerySchema: ArchivistDeleteQuerySchema = 'network.xyo.query.archivist.delete'\n\nexport type ArchivistDeleteQuery = Query<{\n hashes: Hash[]\n schema: ArchivistDeleteQuerySchema\n}>\n","import { Hash } from '@xylabs/hex'\nimport { Query } from '@xyo-network/payload-model'\n\nexport type ArchivistGetQuerySchema = 'network.xyo.query.archivist.get'\nexport const ArchivistGetQuerySchema: ArchivistGetQuerySchema = 'network.xyo.query.archivist.get'\n\nexport type ArchivistGetQuery = Query<{\n hashes: Hash[]\n schema: ArchivistGetQuerySchema\n}>\n","import { Query } from '@xyo-network/payload-model'\n\nexport type ArchivistInsertQuerySchema = 'network.xyo.query.archivist.insert'\nexport const ArchivistInsertQuerySchema: ArchivistInsertQuerySchema = 'network.xyo.query.archivist.insert'\n\nexport type ArchivistInsertQuery = Query<{\n schema: ArchivistInsertQuerySchema\n}>\n","import { Query } from '@xyo-network/payload-model'\n\nimport { ArchivistNextOptions } from '../Archivist'\n\nexport type ArchivistNextQuerySchema = 'network.xyo.query.archivist.next'\nexport const ArchivistNextQuerySchema: ArchivistNextQuerySchema = 'network.xyo.query.archivist.next'\n\nexport type ArchivistNextQuery = Query<ArchivistNextOptions, ArchivistNextQuerySchema>\n","import { IsObjectFactory, TypeCheck } from '@xylabs/object'\nimport { AttachableModuleInstance } from '@xyo-network/module-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { ArchivistModule, ArchivistModuleEventData } from '../Archivist'\nimport { ArchivistInstance } from '../ArchivistInstance'\nimport { ArchivistParams } from '../Params'\n\nexport interface AttachableArchivistInstance<\n TParams extends ArchivistParams = ArchivistParams,\n TEventData extends ArchivistModuleEventData = ArchivistModuleEventData,\n TPayload extends Payload = Payload,\n> extends ArchivistModule<TParams, TEventData>,\n AttachableModuleInstance<TParams, TEventData>,\n ArchivistInstance<TParams, TEventData, TPayload> {}\n\nexport type AttachableArchivistInstanceTypeCheck<T extends AttachableArchivistInstance = AttachableArchivistInstance> = TypeCheck<T>\n\nexport class IsAttachableArchivistInstanceFactory<T extends AttachableArchivistInstance = AttachableArchivistInstance> extends IsObjectFactory<T> {}\n","import { Address } from '@xylabs/hex'\nimport { EmptyObject, WithAdditional } from '@xylabs/object'\nimport { ModuleConfig } from '@xyo-network/module-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nexport interface ArchivistParents {\n commit?: Address[]\n read?: Address[]\n write?: Address[]\n}\n\nexport const ArchivistConfigSchema = 'network.xyo.archivist.config'\nexport type ArchivistConfigSchema = typeof ArchivistConfigSchema\n\nexport type ArchivistConfig<TConfig extends Payload | EmptyObject | void = void, TSchema extends string | void = void> = ModuleConfig<\n WithAdditional<\n {\n /** @field address of one or more parent archivists to read from */\n parents?: ArchivistParents\n /** @field fail if some parents can not be resolved (true if unspecified) */\n requireAllParents?: boolean\n schema: TConfig extends Payload ? TConfig['schema'] : ArchivistConfigSchema\n /** @field should child store all reads from parents? */\n storeParentReads?: boolean\n },\n TConfig\n >,\n TSchema\n>\n","/**\n * The index direction (1 for ascending, -1 for descending)\n */\nexport type IndexDirection = -1 | 1\n\n/**\n * Description of index(es) to be created on a store\n */\nexport type IndexDescription = {\n /**\n * The key(s) to index\n */\n key:\n | {\n [key: string]: IndexDirection\n }\n | Map<string, IndexDirection>\n /**\n * Is the indexed value an array\n */\n multiEntry?: boolean\n /**\n * The name of the index\n */\n name?: string\n /**\n * If true, the index must enforce uniqueness on the key\n */\n unique?: boolean\n}\n\nexport const IndexSeparator = '-'\n\n/**\n * Given an index description, this will build the index\n * name in standard form\n * @param index The index description\n * @returns The index name in standard form\n */\nexport const buildStandardIndexName = (index: IndexDescription) => {\n const { key, unique } = index\n const prefix = unique ? 'UX' : 'IX'\n const indexKeys = Object.keys(key)\n return `${prefix}_${indexKeys.join(IndexSeparator)}`\n}\n"],"mappings":";;;;AAAA,SAASA,mBAAAA,wBAAuB;;;ACAhC,SAASC,uBAAmD;AAC5D,SAASC,kCAAkC;;;ACD3C,SAASC,uBAAuB;AAChC,SAASC,mBAAmBC,iBAAiBC,kBAAkBC,mBAAmB;;;ACE3E,IAAMC,0BAAmD;;;ACAzD,IAAMC,4BAAuD;;;ACA7D,IAAMC,6BAAyD;;;ACC/D,IAAMC,6BAAyD;;;ACA/D,IAAMC,0BAAmD;;;ACDzD,IAAMC,6BAAyD;;;ACE/D,IAAMC,2BAAqD;;;APE3D,IAAMC,sBAAsB,IAAIC,kBAAAA,EAAuCC,OAAO;EAAEC,KAAK;AAAW,GAAG;EAACC;CAAiB;AACrH,IAAMC,oBAAoB,IAAIC,gBAAAA,EAAmCJ,OAAO;EAACK;CAAwB;AAEjG,IAAMC,oBAAoBC,gBAAgBP,OAAOG,iBAAAA;AACjD,IAAMK,sBAAsBD,gBAAgBP,OAAOF,mBAAAA;AACnD,IAAMW,sBAAsBC,YAAYV,OAAOG,iBAAAA;AAC/C,IAAMQ,wBAAwBD,YAAYV,OAAOF,mBAAAA;;;ADPjD,IAAMc,+CAAgE,CAAC;AAG9E,IAAMC,UAAU,IAAIC,gBAAAA;AAEb,IAAMC,gCAAwEF,QAAQG,OAAOJ,8CAA8C;EAChJK;EACAC;CACD;;;ADVM,IAAMC,gCAAgCC,iBAAgBC,OAAOC,6BAAAA;;;AUJpE,SAASC,mBAAAA,wBAAkC;AAkBpC,IAAMC,uCAAN,cAAwHC,iBAAAA;EAlB/H,OAkB+HA;;;AAAoB;;;ACP5I,IAAMC,wBAAwB;;;ACoB9B,IAAMC,iBAAiB;AAQvB,IAAMC,yBAAyB,wBAACC,UAAAA;AACrC,QAAM,EAAEC,KAAKC,OAAM,IAAKF;AACxB,QAAMG,SAASD,SAAS,OAAO;AAC/B,QAAME,YAAYC,OAAOC,KAAKL,GAAAA;AAC9B,SAAO,GAAGE,MAAAA,IAAUC,UAAUG,KAAKT,cAAAA,CAAAA;AACrC,GALsC;","names":["AsObjectFactory","IsObjectFactory","isAttachableModuleInstance","AsObjectFactory","IsInstanceFactory","IsModuleFactory","isModuleInstance","WithFactory","ArchivistAllQuerySchema","ArchivistClearQuerySchema","ArchivistCommitQuerySchema","ArchivistDeleteQuerySchema","ArchivistGetQuerySchema","ArchivistInsertQuerySchema","ArchivistNextQuerySchema","isArchivistInstance","IsInstanceFactory","create","get","isModuleInstance","isArchivistModule","IsModuleFactory","ArchivistGetQuerySchema","asArchivistModule","AsObjectFactory","asArchivistInstance","withArchivistModule","WithFactory","withArchivistInstance","requiredAttachableArchivistInstanceFunctions","factory","IsObjectFactory","isAttachableArchivistInstance","create","isArchivistInstance","isAttachableModuleInstance","asAttachableArchivistInstance","AsObjectFactory","create","isAttachableArchivistInstance","IsObjectFactory","IsAttachableArchivistInstanceFactory","IsObjectFactory","ArchivistConfigSchema","IndexSeparator","buildStandardIndexName","index","key","unique","prefix","indexKeys","Object","keys","join"]}
|
|
@@ -14,6 +14,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
16
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
17
18
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
18
19
|
schema: string;
|
|
19
20
|
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
@@ -31,6 +32,7 @@ export declare const isArchivistModule: import("@xyo-network/module-model").Modu
|
|
|
31
32
|
schema: string;
|
|
32
33
|
};
|
|
33
34
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
35
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
34
36
|
}, import("./Archivist").ArchivistModuleEventData>>;
|
|
35
37
|
export declare const asArchivistModule: {
|
|
36
38
|
<TType extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -47,6 +49,7 @@ export declare const asArchivistModule: {
|
|
|
47
49
|
schema: string;
|
|
48
50
|
};
|
|
49
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
52
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
50
53
|
}, import("./Archivist").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
51
54
|
<TType_1 extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
52
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -62,6 +65,7 @@ export declare const asArchivistModule: {
|
|
|
62
65
|
schema: string;
|
|
63
66
|
};
|
|
64
67
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
68
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
65
69
|
}, import("./Archivist").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
66
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
67
71
|
addToResolvers?: boolean | undefined;
|
|
@@ -76,6 +80,7 @@ export declare const asArchivistModule: {
|
|
|
76
80
|
schema: string;
|
|
77
81
|
};
|
|
78
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
79
84
|
}, import("./Archivist").ArchivistModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
80
85
|
};
|
|
81
86
|
export declare const asArchivistInstance: {
|
|
@@ -93,6 +98,7 @@ export declare const asArchivistInstance: {
|
|
|
93
98
|
schema: string;
|
|
94
99
|
};
|
|
95
100
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
101
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
96
102
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
97
103
|
schema: string;
|
|
98
104
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
@@ -110,6 +116,7 @@ export declare const asArchivistInstance: {
|
|
|
110
116
|
schema: string;
|
|
111
117
|
};
|
|
112
118
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
119
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
113
120
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
114
121
|
schema: string;
|
|
115
122
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -126,6 +133,7 @@ export declare const asArchivistInstance: {
|
|
|
126
133
|
schema: string;
|
|
127
134
|
};
|
|
128
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
129
137
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
130
138
|
schema: string;
|
|
131
139
|
} & import("@xyo-network/payload-model").PayloadFields>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -144,6 +152,7 @@ export declare const withArchivistModule: <R>(module: any, closure: (module: Arc
|
|
|
144
152
|
schema: string;
|
|
145
153
|
};
|
|
146
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
147
156
|
}, import("./Archivist").ArchivistModuleEventData>) => R) => R | undefined;
|
|
148
157
|
export declare const withArchivistInstance: <R>(module: any, closure: (module: ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
149
158
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -159,6 +168,7 @@ export declare const withArchivistInstance: <R>(module: any, closure: (module: A
|
|
|
159
168
|
schema: string;
|
|
160
169
|
};
|
|
161
170
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
171
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
162
172
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
163
173
|
schema: string;
|
|
164
174
|
} & import("@xyo-network/payload-model").PayloadFields>) => R) => R | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAGvD,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAGvD,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"}
|
|
@@ -14,6 +14,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
16
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
17
18
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
18
19
|
schema: string;
|
|
19
20
|
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
@@ -31,6 +32,7 @@ export declare const isArchivistModule: import("@xyo-network/module-model").Modu
|
|
|
31
32
|
schema: string;
|
|
32
33
|
};
|
|
33
34
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
35
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
34
36
|
}, import("./Archivist").ArchivistModuleEventData>>;
|
|
35
37
|
export declare const asArchivistModule: {
|
|
36
38
|
<TType extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -47,6 +49,7 @@ export declare const asArchivistModule: {
|
|
|
47
49
|
schema: string;
|
|
48
50
|
};
|
|
49
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
52
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
50
53
|
}, import("./Archivist").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
51
54
|
<TType_1 extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
52
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -62,6 +65,7 @@ export declare const asArchivistModule: {
|
|
|
62
65
|
schema: string;
|
|
63
66
|
};
|
|
64
67
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
68
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
65
69
|
}, import("./Archivist").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
66
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
67
71
|
addToResolvers?: boolean | undefined;
|
|
@@ -76,6 +80,7 @@ export declare const asArchivistModule: {
|
|
|
76
80
|
schema: string;
|
|
77
81
|
};
|
|
78
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
79
84
|
}, import("./Archivist").ArchivistModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
80
85
|
};
|
|
81
86
|
export declare const asArchivistInstance: {
|
|
@@ -93,6 +98,7 @@ export declare const asArchivistInstance: {
|
|
|
93
98
|
schema: string;
|
|
94
99
|
};
|
|
95
100
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
101
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
96
102
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
97
103
|
schema: string;
|
|
98
104
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
@@ -110,6 +116,7 @@ export declare const asArchivistInstance: {
|
|
|
110
116
|
schema: string;
|
|
111
117
|
};
|
|
112
118
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
119
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
113
120
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
114
121
|
schema: string;
|
|
115
122
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -126,6 +133,7 @@ export declare const asArchivistInstance: {
|
|
|
126
133
|
schema: string;
|
|
127
134
|
};
|
|
128
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
129
137
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
130
138
|
schema: string;
|
|
131
139
|
} & import("@xyo-network/payload-model").PayloadFields>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -144,6 +152,7 @@ export declare const withArchivistModule: <R>(module: any, closure: (module: Arc
|
|
|
144
152
|
schema: string;
|
|
145
153
|
};
|
|
146
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
147
156
|
}, import("./Archivist").ArchivistModuleEventData>) => R) => R | undefined;
|
|
148
157
|
export declare const withArchivistInstance: <R>(module: any, closure: (module: ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
149
158
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -159,6 +168,7 @@ export declare const withArchivistInstance: <R>(module: any, closure: (module: A
|
|
|
159
168
|
schema: string;
|
|
160
169
|
};
|
|
161
170
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
171
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
162
172
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
163
173
|
schema: string;
|
|
164
174
|
} & import("@xyo-network/payload-model").PayloadFields>) => R) => R | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAGvD,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAGvD,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"}
|
|
@@ -14,6 +14,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
14
14
|
schema: string;
|
|
15
15
|
};
|
|
16
16
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
17
18
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
18
19
|
schema: string;
|
|
19
20
|
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
@@ -31,6 +32,7 @@ export declare const isArchivistModule: import("@xyo-network/module-model").Modu
|
|
|
31
32
|
schema: string;
|
|
32
33
|
};
|
|
33
34
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
35
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
34
36
|
}, import("./Archivist").ArchivistModuleEventData>>;
|
|
35
37
|
export declare const asArchivistModule: {
|
|
36
38
|
<TType extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -47,6 +49,7 @@ export declare const asArchivistModule: {
|
|
|
47
49
|
schema: string;
|
|
48
50
|
};
|
|
49
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
52
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
50
53
|
}, import("./Archivist").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
51
54
|
<TType_1 extends ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
52
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -62,6 +65,7 @@ export declare const asArchivistModule: {
|
|
|
62
65
|
schema: string;
|
|
63
66
|
};
|
|
64
67
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
68
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
65
69
|
}, import("./Archivist").ArchivistModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
66
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
67
71
|
addToResolvers?: boolean | undefined;
|
|
@@ -76,6 +80,7 @@ export declare const asArchivistModule: {
|
|
|
76
80
|
schema: string;
|
|
77
81
|
};
|
|
78
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
79
84
|
}, import("./Archivist").ArchivistModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
80
85
|
};
|
|
81
86
|
export declare const asArchivistInstance: {
|
|
@@ -93,6 +98,7 @@ export declare const asArchivistInstance: {
|
|
|
93
98
|
schema: string;
|
|
94
99
|
};
|
|
95
100
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
101
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
96
102
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
97
103
|
schema: string;
|
|
98
104
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
@@ -110,6 +116,7 @@ export declare const asArchivistInstance: {
|
|
|
110
116
|
schema: string;
|
|
111
117
|
};
|
|
112
118
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
119
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
113
120
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
114
121
|
schema: string;
|
|
115
122
|
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -126,6 +133,7 @@ export declare const asArchivistInstance: {
|
|
|
126
133
|
schema: string;
|
|
127
134
|
};
|
|
128
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
129
137
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
130
138
|
schema: string;
|
|
131
139
|
} & import("@xyo-network/payload-model").PayloadFields>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -144,6 +152,7 @@ export declare const withArchivistModule: <R>(module: any, closure: (module: Arc
|
|
|
144
152
|
schema: string;
|
|
145
153
|
};
|
|
146
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
147
156
|
}, import("./Archivist").ArchivistModuleEventData>) => R) => R | undefined;
|
|
148
157
|
export declare const withArchivistInstance: <R>(module: any, closure: (module: ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
149
158
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -159,6 +168,7 @@ export declare const withArchivistInstance: <R>(module: any, closure: (module: A
|
|
|
159
168
|
schema: string;
|
|
160
169
|
};
|
|
161
170
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
171
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
162
172
|
}, import("./Archivist").ArchivistModuleEventData, {
|
|
163
173
|
schema: string;
|
|
164
174
|
} & import("@xyo-network/payload-model").PayloadFields>) => R) => R | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAGvD,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAGvD,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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IsObjectFactory, TypeCheck } from '@xylabs/object';
|
|
2
|
+
import { AttachableModuleInstance } from '@xyo-network/module-model';
|
|
3
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
4
|
+
import { ArchivistModule, ArchivistModuleEventData } from '../Archivist';
|
|
5
|
+
import { ArchivistInstance } from '../ArchivistInstance';
|
|
6
|
+
import { ArchivistParams } from '../Params';
|
|
7
|
+
export interface AttachableArchivistInstance<TParams extends ArchivistParams = ArchivistParams, TEventData extends ArchivistModuleEventData = ArchivistModuleEventData, TPayload extends Payload = Payload> extends ArchivistModule<TParams, TEventData>, AttachableModuleInstance<TParams, TEventData>, ArchivistInstance<TParams, TEventData, TPayload> {
|
|
8
|
+
}
|
|
9
|
+
export type AttachableArchivistInstanceTypeCheck<T extends AttachableArchivistInstance = AttachableArchivistInstance> = TypeCheck<T>;
|
|
10
|
+
export declare class IsAttachableArchivistInstanceFactory<T extends AttachableArchivistInstance = AttachableArchivistInstance> extends IsObjectFactory<T> {
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AttachableInstance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/AttachableInstance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC3D,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAA;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,WAAW,2BAA2B,CAC1C,OAAO,SAAS,eAAe,GAAG,eAAe,EACjD,UAAU,SAAS,wBAAwB,GAAG,wBAAwB,EACtE,QAAQ,SAAS,OAAO,GAAG,OAAO,CAClC,SAAQ,eAAe,CAAC,OAAO,EAAE,UAAU,CAAC,EAC1C,wBAAwB,CAAC,OAAO,EAAE,UAAU,CAAC,EAC7C,iBAAiB,CAAC,OAAO,EAAE,UAAU,EAAE,QAAQ,CAAC;CAAG;AAEvD,MAAM,MAAM,oCAAoC,CAAC,CAAC,SAAS,2BAA2B,GAAG,2BAA2B,IAAI,SAAS,CAAC,CAAC,CAAC,CAAA;AAEpI,qBAAa,oCAAoC,CAAC,CAAC,SAAS,2BAA2B,GAAG,2BAA2B,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;CAAG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IsObjectFactory, TypeCheck } from '@xylabs/object';
|
|
2
|
+
import { AttachableModuleInstance } from '@xyo-network/module-model';
|
|
3
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
4
|
+
import { ArchivistModule, ArchivistModuleEventData } from '../Archivist';
|
|
5
|
+
import { ArchivistInstance } from '../ArchivistInstance';
|
|
6
|
+
import { ArchivistParams } from '../Params';
|
|
7
|
+
export interface AttachableArchivistInstance<TParams extends ArchivistParams = ArchivistParams, TEventData extends ArchivistModuleEventData = ArchivistModuleEventData, TPayload extends Payload = Payload> extends ArchivistModule<TParams, TEventData>, AttachableModuleInstance<TParams, TEventData>, ArchivistInstance<TParams, TEventData, TPayload> {
|
|
8
|
+
}
|
|
9
|
+
export type AttachableArchivistInstanceTypeCheck<T extends AttachableArchivistInstance = AttachableArchivistInstance> = TypeCheck<T>;
|
|
10
|
+
export declare class IsAttachableArchivistInstanceFactory<T extends AttachableArchivistInstance = AttachableArchivistInstance> extends IsObjectFactory<T> {
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AttachableInstance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/AttachableInstance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC3D,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAA;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,WAAW,2BAA2B,CAC1C,OAAO,SAAS,eAAe,GAAG,eAAe,EACjD,UAAU,SAAS,wBAAwB,GAAG,wBAAwB,EACtE,QAAQ,SAAS,OAAO,GAAG,OAAO,CAClC,SAAQ,eAAe,CAAC,OAAO,EAAE,UAAU,CAAC,EAC1C,wBAAwB,CAAC,OAAO,EAAE,UAAU,CAAC,EAC7C,iBAAiB,CAAC,OAAO,EAAE,UAAU,EAAE,QAAQ,CAAC;CAAG;AAEvD,MAAM,MAAM,oCAAoC,CAAC,CAAC,SAAS,2BAA2B,GAAG,2BAA2B,IAAI,SAAS,CAAC,CAAC,CAAC,CAAA;AAEpI,qBAAa,oCAAoC,CAAC,CAAC,SAAS,2BAA2B,GAAG,2BAA2B,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;CAAG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IsObjectFactory, TypeCheck } from '@xylabs/object';
|
|
2
|
+
import { AttachableModuleInstance } from '@xyo-network/module-model';
|
|
3
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
4
|
+
import { ArchivistModule, ArchivistModuleEventData } from '../Archivist';
|
|
5
|
+
import { ArchivistInstance } from '../ArchivistInstance';
|
|
6
|
+
import { ArchivistParams } from '../Params';
|
|
7
|
+
export interface AttachableArchivistInstance<TParams extends ArchivistParams = ArchivistParams, TEventData extends ArchivistModuleEventData = ArchivistModuleEventData, TPayload extends Payload = Payload> extends ArchivistModule<TParams, TEventData>, AttachableModuleInstance<TParams, TEventData>, ArchivistInstance<TParams, TEventData, TPayload> {
|
|
8
|
+
}
|
|
9
|
+
export type AttachableArchivistInstanceTypeCheck<T extends AttachableArchivistInstance = AttachableArchivistInstance> = TypeCheck<T>;
|
|
10
|
+
export declare class IsAttachableArchivistInstanceFactory<T extends AttachableArchivistInstance = AttachableArchivistInstance> extends IsObjectFactory<T> {
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AttachableInstance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/AttachableInstance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC3D,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAA;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAA;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,WAAW,2BAA2B,CAC1C,OAAO,SAAS,eAAe,GAAG,eAAe,EACjD,UAAU,SAAS,wBAAwB,GAAG,wBAAwB,EACtE,QAAQ,SAAS,OAAO,GAAG,OAAO,CAClC,SAAQ,eAAe,CAAC,OAAO,EAAE,UAAU,CAAC,EAC1C,wBAAwB,CAAC,OAAO,EAAE,UAAU,CAAC,EAC7C,iBAAiB,CAAC,OAAO,EAAE,UAAU,EAAE,QAAQ,CAAC;CAAG;AAEvD,MAAM,MAAM,oCAAoC,CAAC,CAAC,SAAS,2BAA2B,GAAG,2BAA2B,IAAI,SAAS,CAAC,CAAC,CAAC,CAAA;AAEpI,qBAAa,oCAAoC,CAAC,CAAC,SAAS,2BAA2B,GAAG,2BAA2B,CAAE,SAAQ,eAAe,CAAC,CAAC,CAAC;CAAG"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export declare const asAttachableArchivistInstance: {
|
|
2
|
+
<TType extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
+
addToResolvers?: boolean | undefined;
|
|
5
|
+
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 & {
|
|
6
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
7
|
+
requireAllParents?: boolean | undefined;
|
|
8
|
+
schema: "network.xyo.archivist.config";
|
|
9
|
+
storeParentReads?: boolean | undefined;
|
|
10
|
+
}, "schema"> & {
|
|
11
|
+
schema: "network.xyo.archivist.config";
|
|
12
|
+
}, "schema"> & {
|
|
13
|
+
schema: string;
|
|
14
|
+
};
|
|
15
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
16
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
17
|
+
}, import("..").ArchivistModuleEventData, {
|
|
18
|
+
schema: string;
|
|
19
|
+
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
20
|
+
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
21
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
|
+
addToResolvers?: boolean | undefined;
|
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
24
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
25
|
+
requireAllParents?: boolean | undefined;
|
|
26
|
+
schema: "network.xyo.archivist.config";
|
|
27
|
+
storeParentReads?: boolean | undefined;
|
|
28
|
+
}, "schema"> & {
|
|
29
|
+
schema: "network.xyo.archivist.config";
|
|
30
|
+
}, "schema"> & {
|
|
31
|
+
schema: string;
|
|
32
|
+
};
|
|
33
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
34
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
35
|
+
}, import("..").ArchivistModuleEventData, {
|
|
36
|
+
schema: string;
|
|
37
|
+
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
38
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
39
|
+
addToResolvers?: boolean | undefined;
|
|
40
|
+
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 & {
|
|
41
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
42
|
+
requireAllParents?: boolean | undefined;
|
|
43
|
+
schema: "network.xyo.archivist.config";
|
|
44
|
+
storeParentReads?: boolean | undefined;
|
|
45
|
+
}, "schema"> & {
|
|
46
|
+
schema: "network.xyo.archivist.config";
|
|
47
|
+
}, "schema"> & {
|
|
48
|
+
schema: string;
|
|
49
|
+
};
|
|
50
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
|
+
}, import("..").ArchivistModuleEventData, {
|
|
53
|
+
schema: string;
|
|
54
|
+
} & import("@xyo-network/payload-model").PayloadFields>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export declare const asAttachableArchivistInstance: {
|
|
2
|
+
<TType extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
+
addToResolvers?: boolean | undefined;
|
|
5
|
+
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 & {
|
|
6
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
7
|
+
requireAllParents?: boolean | undefined;
|
|
8
|
+
schema: "network.xyo.archivist.config";
|
|
9
|
+
storeParentReads?: boolean | undefined;
|
|
10
|
+
}, "schema"> & {
|
|
11
|
+
schema: "network.xyo.archivist.config";
|
|
12
|
+
}, "schema"> & {
|
|
13
|
+
schema: string;
|
|
14
|
+
};
|
|
15
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
16
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
17
|
+
}, import("..").ArchivistModuleEventData, {
|
|
18
|
+
schema: string;
|
|
19
|
+
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
20
|
+
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
21
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
|
+
addToResolvers?: boolean | undefined;
|
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
24
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
25
|
+
requireAllParents?: boolean | undefined;
|
|
26
|
+
schema: "network.xyo.archivist.config";
|
|
27
|
+
storeParentReads?: boolean | undefined;
|
|
28
|
+
}, "schema"> & {
|
|
29
|
+
schema: "network.xyo.archivist.config";
|
|
30
|
+
}, "schema"> & {
|
|
31
|
+
schema: string;
|
|
32
|
+
};
|
|
33
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
34
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
35
|
+
}, import("..").ArchivistModuleEventData, {
|
|
36
|
+
schema: string;
|
|
37
|
+
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
38
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
39
|
+
addToResolvers?: boolean | undefined;
|
|
40
|
+
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 & {
|
|
41
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
42
|
+
requireAllParents?: boolean | undefined;
|
|
43
|
+
schema: "network.xyo.archivist.config";
|
|
44
|
+
storeParentReads?: boolean | undefined;
|
|
45
|
+
}, "schema"> & {
|
|
46
|
+
schema: "network.xyo.archivist.config";
|
|
47
|
+
}, "schema"> & {
|
|
48
|
+
schema: string;
|
|
49
|
+
};
|
|
50
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
|
+
}, import("..").ArchivistModuleEventData, {
|
|
53
|
+
schema: string;
|
|
54
|
+
} & import("@xyo-network/payload-model").PayloadFields>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export declare const asAttachableArchivistInstance: {
|
|
2
|
+
<TType extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
+
addToResolvers?: boolean | undefined;
|
|
5
|
+
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 & {
|
|
6
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
7
|
+
requireAllParents?: boolean | undefined;
|
|
8
|
+
schema: "network.xyo.archivist.config";
|
|
9
|
+
storeParentReads?: boolean | undefined;
|
|
10
|
+
}, "schema"> & {
|
|
11
|
+
schema: "network.xyo.archivist.config";
|
|
12
|
+
}, "schema"> & {
|
|
13
|
+
schema: string;
|
|
14
|
+
};
|
|
15
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
16
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
17
|
+
}, import("..").ArchivistModuleEventData, {
|
|
18
|
+
schema: string;
|
|
19
|
+
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
20
|
+
<TType_1 extends import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
21
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
|
+
addToResolvers?: boolean | undefined;
|
|
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
24
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
25
|
+
requireAllParents?: boolean | undefined;
|
|
26
|
+
schema: "network.xyo.archivist.config";
|
|
27
|
+
storeParentReads?: boolean | undefined;
|
|
28
|
+
}, "schema"> & {
|
|
29
|
+
schema: "network.xyo.archivist.config";
|
|
30
|
+
}, "schema"> & {
|
|
31
|
+
schema: string;
|
|
32
|
+
};
|
|
33
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
34
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
35
|
+
}, import("..").ArchivistModuleEventData, {
|
|
36
|
+
schema: string;
|
|
37
|
+
} & import("@xyo-network/payload-model").PayloadFields>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
38
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
39
|
+
addToResolvers?: boolean | undefined;
|
|
40
|
+
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 & {
|
|
41
|
+
parents?: import("..").ArchivistParents | undefined;
|
|
42
|
+
requireAllParents?: boolean | undefined;
|
|
43
|
+
schema: "network.xyo.archivist.config";
|
|
44
|
+
storeParentReads?: boolean | undefined;
|
|
45
|
+
}, "schema"> & {
|
|
46
|
+
schema: "network.xyo.archivist.config";
|
|
47
|
+
}, "schema"> & {
|
|
48
|
+
schema: string;
|
|
49
|
+
};
|
|
50
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
|
+
}, import("..").ArchivistModuleEventData, {
|
|
53
|
+
schema: string;
|
|
54
|
+
} & import("@xyo-network/payload-model").PayloadFields>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/attachable/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/attachable/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/attachable/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ObjectTypeShape, TypeCheck } from '@xylabs/object';
|
|
2
|
+
import { AttachableArchivistInstance } from './AttachableInstance';
|
|
3
|
+
export declare const requiredAttachableArchivistInstanceFunctions: ObjectTypeShape;
|
|
4
|
+
export declare const isAttachableArchivistInstance: TypeCheck<AttachableArchivistInstance>;
|
|
5
|
+
//# sourceMappingURL=isAttachableInstance.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/isAttachableInstance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,eAAe,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAI5E,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAA;AAElE,eAAO,MAAM,4CAA4C,EAAE,eAAoB,CAAA;AAK/E,eAAO,MAAM,6BAA6B,EAAE,SAAS,CAAC,2BAA2B,CAG/E,CAAA"}
|