@xyo-network/archivist-model 2.93.4 → 2.93.5

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.
@@ -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;;;;;;;;;;;;;;;;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"}
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;;;;;;;;;;;;;;;;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"}
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;;;;;;;;;;;;;;;;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"}
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;;;;;;;;;;;;;;;;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"}
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;;;;;;;;;;;;;;;;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"}
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;;;;;;;;;;;;;;;;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"}
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"}
package/package.json CHANGED
@@ -13,9 +13,9 @@
13
13
  "@xylabs/hex": "^3.0.24",
14
14
  "@xylabs/object": "^3.0.24",
15
15
  "@xylabs/promise": "^3.0.24",
16
- "@xyo-network/module-events": "~2.93.4",
17
- "@xyo-network/module-model": "~2.93.4",
18
- "@xyo-network/payload-model": "~2.93.4"
16
+ "@xyo-network/module-events": "~2.93.5",
17
+ "@xyo-network/module-model": "~2.93.5",
18
+ "@xyo-network/payload-model": "~2.93.5"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@xylabs/ts-scripts-yarn3": "^3.5.2",
@@ -61,6 +61,6 @@
61
61
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
62
62
  },
63
63
  "sideEffects": false,
64
- "version": "2.93.4",
64
+ "version": "2.93.5",
65
65
  "type": "module"
66
66
  }