@xyo-network/api-call-witness 2.84.5 → 2.85.0
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/Config.d.cts +12 -12
- package/dist/browser/Config.d.mts +12 -12
- package/dist/browser/Config.d.ts +12 -12
- package/dist/node/Config.d.cts +12 -12
- package/dist/node/Config.d.mts +12 -12
- package/dist/node/Config.d.ts +12 -12
- package/package.json +10 -10
|
@@ -29,7 +29,7 @@ export declare const asApiCallWitnessConfig: {
|
|
|
29
29
|
} & object>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
30
30
|
};
|
|
31
31
|
export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
32
|
-
|
|
32
|
+
accountPath?: string | undefined;
|
|
33
33
|
readonly archivist?: string | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
35
|
readonly name?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
48
48
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
49
49
|
schema: "network.xyo.api.call.witness.config";
|
|
50
50
|
} & {
|
|
51
|
-
|
|
51
|
+
accountPath?: string | undefined;
|
|
52
52
|
readonly archivist?: string | undefined;
|
|
53
53
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
54
54
|
readonly name?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
77
77
|
};
|
|
78
78
|
export declare const asApiUriCallWitnessConfig: {
|
|
79
79
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
|
-
|
|
80
|
+
accountPath?: string | undefined;
|
|
81
81
|
readonly archivist?: string | undefined;
|
|
82
82
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
83
83
|
readonly name?: string | undefined;
|
|
@@ -96,7 +96,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
96
96
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
97
97
|
schema: "network.xyo.api.call.witness.config";
|
|
98
98
|
} & {
|
|
99
|
-
|
|
99
|
+
accountPath?: string | undefined;
|
|
100
100
|
readonly archivist?: string | undefined;
|
|
101
101
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
102
102
|
readonly name?: string | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
124
124
|
uri: ApiUriCall['uri'];
|
|
125
125
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
126
126
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
127
|
-
|
|
127
|
+
accountPath?: string | undefined;
|
|
128
128
|
readonly archivist?: string | undefined;
|
|
129
129
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
130
130
|
readonly name?: string | undefined;
|
|
@@ -143,7 +143,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
143
143
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
144
144
|
schema: "network.xyo.api.call.witness.config";
|
|
145
145
|
} & {
|
|
146
|
-
|
|
146
|
+
accountPath?: string | undefined;
|
|
147
147
|
readonly archivist?: string | undefined;
|
|
148
148
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
149
149
|
readonly name?: string | undefined;
|
|
@@ -172,7 +172,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
172
172
|
}>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
173
173
|
};
|
|
174
174
|
export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
175
|
-
|
|
175
|
+
accountPath?: string | undefined;
|
|
176
176
|
readonly archivist?: string | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
178
178
|
readonly name?: string | undefined;
|
|
@@ -191,7 +191,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
191
191
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
192
192
|
schema: "network.xyo.api.call.witness.config";
|
|
193
193
|
} & {
|
|
194
|
-
|
|
194
|
+
accountPath?: string | undefined;
|
|
195
195
|
readonly archivist?: string | undefined;
|
|
196
196
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
197
197
|
readonly name?: string | undefined;
|
|
@@ -221,7 +221,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
221
221
|
};
|
|
222
222
|
export declare const asApiUriTemplateCallWitnessConfig: {
|
|
223
223
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
224
|
-
|
|
224
|
+
accountPath?: string | undefined;
|
|
225
225
|
readonly archivist?: string | undefined;
|
|
226
226
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
227
227
|
readonly name?: string | undefined;
|
|
@@ -240,7 +240,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
240
240
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
241
241
|
schema: "network.xyo.api.call.witness.config";
|
|
242
242
|
} & {
|
|
243
|
-
|
|
243
|
+
accountPath?: string | undefined;
|
|
244
244
|
readonly archivist?: string | undefined;
|
|
245
245
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
246
246
|
readonly name?: string | undefined;
|
|
@@ -269,7 +269,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
269
269
|
uriTemplate: ApiUriTemplateCall['uriTemplate'];
|
|
270
270
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
271
271
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
272
|
-
|
|
272
|
+
accountPath?: string | undefined;
|
|
273
273
|
readonly archivist?: string | undefined;
|
|
274
274
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
275
275
|
readonly name?: string | undefined;
|
|
@@ -288,7 +288,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
288
288
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
289
289
|
schema: "network.xyo.api.call.witness.config";
|
|
290
290
|
} & {
|
|
291
|
-
|
|
291
|
+
accountPath?: string | undefined;
|
|
292
292
|
readonly archivist?: string | undefined;
|
|
293
293
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
294
294
|
readonly name?: string | undefined;
|
|
@@ -29,7 +29,7 @@ export declare const asApiCallWitnessConfig: {
|
|
|
29
29
|
} & object>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
30
30
|
};
|
|
31
31
|
export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
32
|
-
|
|
32
|
+
accountPath?: string | undefined;
|
|
33
33
|
readonly archivist?: string | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
35
|
readonly name?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
48
48
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
49
49
|
schema: "network.xyo.api.call.witness.config";
|
|
50
50
|
} & {
|
|
51
|
-
|
|
51
|
+
accountPath?: string | undefined;
|
|
52
52
|
readonly archivist?: string | undefined;
|
|
53
53
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
54
54
|
readonly name?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
77
77
|
};
|
|
78
78
|
export declare const asApiUriCallWitnessConfig: {
|
|
79
79
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
|
-
|
|
80
|
+
accountPath?: string | undefined;
|
|
81
81
|
readonly archivist?: string | undefined;
|
|
82
82
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
83
83
|
readonly name?: string | undefined;
|
|
@@ -96,7 +96,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
96
96
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
97
97
|
schema: "network.xyo.api.call.witness.config";
|
|
98
98
|
} & {
|
|
99
|
-
|
|
99
|
+
accountPath?: string | undefined;
|
|
100
100
|
readonly archivist?: string | undefined;
|
|
101
101
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
102
102
|
readonly name?: string | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
124
124
|
uri: ApiUriCall['uri'];
|
|
125
125
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
126
126
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
127
|
-
|
|
127
|
+
accountPath?: string | undefined;
|
|
128
128
|
readonly archivist?: string | undefined;
|
|
129
129
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
130
130
|
readonly name?: string | undefined;
|
|
@@ -143,7 +143,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
143
143
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
144
144
|
schema: "network.xyo.api.call.witness.config";
|
|
145
145
|
} & {
|
|
146
|
-
|
|
146
|
+
accountPath?: string | undefined;
|
|
147
147
|
readonly archivist?: string | undefined;
|
|
148
148
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
149
149
|
readonly name?: string | undefined;
|
|
@@ -172,7 +172,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
172
172
|
}>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
173
173
|
};
|
|
174
174
|
export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
175
|
-
|
|
175
|
+
accountPath?: string | undefined;
|
|
176
176
|
readonly archivist?: string | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
178
178
|
readonly name?: string | undefined;
|
|
@@ -191,7 +191,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
191
191
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
192
192
|
schema: "network.xyo.api.call.witness.config";
|
|
193
193
|
} & {
|
|
194
|
-
|
|
194
|
+
accountPath?: string | undefined;
|
|
195
195
|
readonly archivist?: string | undefined;
|
|
196
196
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
197
197
|
readonly name?: string | undefined;
|
|
@@ -221,7 +221,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
221
221
|
};
|
|
222
222
|
export declare const asApiUriTemplateCallWitnessConfig: {
|
|
223
223
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
224
|
-
|
|
224
|
+
accountPath?: string | undefined;
|
|
225
225
|
readonly archivist?: string | undefined;
|
|
226
226
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
227
227
|
readonly name?: string | undefined;
|
|
@@ -240,7 +240,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
240
240
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
241
241
|
schema: "network.xyo.api.call.witness.config";
|
|
242
242
|
} & {
|
|
243
|
-
|
|
243
|
+
accountPath?: string | undefined;
|
|
244
244
|
readonly archivist?: string | undefined;
|
|
245
245
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
246
246
|
readonly name?: string | undefined;
|
|
@@ -269,7 +269,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
269
269
|
uriTemplate: ApiUriTemplateCall['uriTemplate'];
|
|
270
270
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
271
271
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
272
|
-
|
|
272
|
+
accountPath?: string | undefined;
|
|
273
273
|
readonly archivist?: string | undefined;
|
|
274
274
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
275
275
|
readonly name?: string | undefined;
|
|
@@ -288,7 +288,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
288
288
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
289
289
|
schema: "network.xyo.api.call.witness.config";
|
|
290
290
|
} & {
|
|
291
|
-
|
|
291
|
+
accountPath?: string | undefined;
|
|
292
292
|
readonly archivist?: string | undefined;
|
|
293
293
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
294
294
|
readonly name?: string | undefined;
|
package/dist/browser/Config.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare const asApiCallWitnessConfig: {
|
|
|
29
29
|
} & object>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
30
30
|
};
|
|
31
31
|
export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
32
|
-
|
|
32
|
+
accountPath?: string | undefined;
|
|
33
33
|
readonly archivist?: string | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
35
|
readonly name?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
48
48
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
49
49
|
schema: "network.xyo.api.call.witness.config";
|
|
50
50
|
} & {
|
|
51
|
-
|
|
51
|
+
accountPath?: string | undefined;
|
|
52
52
|
readonly archivist?: string | undefined;
|
|
53
53
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
54
54
|
readonly name?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
77
77
|
};
|
|
78
78
|
export declare const asApiUriCallWitnessConfig: {
|
|
79
79
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
|
-
|
|
80
|
+
accountPath?: string | undefined;
|
|
81
81
|
readonly archivist?: string | undefined;
|
|
82
82
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
83
83
|
readonly name?: string | undefined;
|
|
@@ -96,7 +96,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
96
96
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
97
97
|
schema: "network.xyo.api.call.witness.config";
|
|
98
98
|
} & {
|
|
99
|
-
|
|
99
|
+
accountPath?: string | undefined;
|
|
100
100
|
readonly archivist?: string | undefined;
|
|
101
101
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
102
102
|
readonly name?: string | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
124
124
|
uri: ApiUriCall['uri'];
|
|
125
125
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
126
126
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
127
|
-
|
|
127
|
+
accountPath?: string | undefined;
|
|
128
128
|
readonly archivist?: string | undefined;
|
|
129
129
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
130
130
|
readonly name?: string | undefined;
|
|
@@ -143,7 +143,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
143
143
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
144
144
|
schema: "network.xyo.api.call.witness.config";
|
|
145
145
|
} & {
|
|
146
|
-
|
|
146
|
+
accountPath?: string | undefined;
|
|
147
147
|
readonly archivist?: string | undefined;
|
|
148
148
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
149
149
|
readonly name?: string | undefined;
|
|
@@ -172,7 +172,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
172
172
|
}>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
173
173
|
};
|
|
174
174
|
export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
175
|
-
|
|
175
|
+
accountPath?: string | undefined;
|
|
176
176
|
readonly archivist?: string | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
178
178
|
readonly name?: string | undefined;
|
|
@@ -191,7 +191,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
191
191
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
192
192
|
schema: "network.xyo.api.call.witness.config";
|
|
193
193
|
} & {
|
|
194
|
-
|
|
194
|
+
accountPath?: string | undefined;
|
|
195
195
|
readonly archivist?: string | undefined;
|
|
196
196
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
197
197
|
readonly name?: string | undefined;
|
|
@@ -221,7 +221,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
221
221
|
};
|
|
222
222
|
export declare const asApiUriTemplateCallWitnessConfig: {
|
|
223
223
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
224
|
-
|
|
224
|
+
accountPath?: string | undefined;
|
|
225
225
|
readonly archivist?: string | undefined;
|
|
226
226
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
227
227
|
readonly name?: string | undefined;
|
|
@@ -240,7 +240,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
240
240
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
241
241
|
schema: "network.xyo.api.call.witness.config";
|
|
242
242
|
} & {
|
|
243
|
-
|
|
243
|
+
accountPath?: string | undefined;
|
|
244
244
|
readonly archivist?: string | undefined;
|
|
245
245
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
246
246
|
readonly name?: string | undefined;
|
|
@@ -269,7 +269,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
269
269
|
uriTemplate: ApiUriTemplateCall['uriTemplate'];
|
|
270
270
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
271
271
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
272
|
-
|
|
272
|
+
accountPath?: string | undefined;
|
|
273
273
|
readonly archivist?: string | undefined;
|
|
274
274
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
275
275
|
readonly name?: string | undefined;
|
|
@@ -288,7 +288,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
288
288
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
289
289
|
schema: "network.xyo.api.call.witness.config";
|
|
290
290
|
} & {
|
|
291
|
-
|
|
291
|
+
accountPath?: string | undefined;
|
|
292
292
|
readonly archivist?: string | undefined;
|
|
293
293
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
294
294
|
readonly name?: string | undefined;
|
package/dist/node/Config.d.cts
CHANGED
|
@@ -29,7 +29,7 @@ export declare const asApiCallWitnessConfig: {
|
|
|
29
29
|
} & object>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
30
30
|
};
|
|
31
31
|
export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
32
|
-
|
|
32
|
+
accountPath?: string | undefined;
|
|
33
33
|
readonly archivist?: string | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
35
|
readonly name?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
48
48
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
49
49
|
schema: "network.xyo.api.call.witness.config";
|
|
50
50
|
} & {
|
|
51
|
-
|
|
51
|
+
accountPath?: string | undefined;
|
|
52
52
|
readonly archivist?: string | undefined;
|
|
53
53
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
54
54
|
readonly name?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
77
77
|
};
|
|
78
78
|
export declare const asApiUriCallWitnessConfig: {
|
|
79
79
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
|
-
|
|
80
|
+
accountPath?: string | undefined;
|
|
81
81
|
readonly archivist?: string | undefined;
|
|
82
82
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
83
83
|
readonly name?: string | undefined;
|
|
@@ -96,7 +96,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
96
96
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
97
97
|
schema: "network.xyo.api.call.witness.config";
|
|
98
98
|
} & {
|
|
99
|
-
|
|
99
|
+
accountPath?: string | undefined;
|
|
100
100
|
readonly archivist?: string | undefined;
|
|
101
101
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
102
102
|
readonly name?: string | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
124
124
|
uri: ApiUriCall['uri'];
|
|
125
125
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
126
126
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
127
|
-
|
|
127
|
+
accountPath?: string | undefined;
|
|
128
128
|
readonly archivist?: string | undefined;
|
|
129
129
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
130
130
|
readonly name?: string | undefined;
|
|
@@ -143,7 +143,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
143
143
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
144
144
|
schema: "network.xyo.api.call.witness.config";
|
|
145
145
|
} & {
|
|
146
|
-
|
|
146
|
+
accountPath?: string | undefined;
|
|
147
147
|
readonly archivist?: string | undefined;
|
|
148
148
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
149
149
|
readonly name?: string | undefined;
|
|
@@ -172,7 +172,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
172
172
|
}>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
173
173
|
};
|
|
174
174
|
export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
175
|
-
|
|
175
|
+
accountPath?: string | undefined;
|
|
176
176
|
readonly archivist?: string | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
178
178
|
readonly name?: string | undefined;
|
|
@@ -191,7 +191,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
191
191
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
192
192
|
schema: "network.xyo.api.call.witness.config";
|
|
193
193
|
} & {
|
|
194
|
-
|
|
194
|
+
accountPath?: string | undefined;
|
|
195
195
|
readonly archivist?: string | undefined;
|
|
196
196
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
197
197
|
readonly name?: string | undefined;
|
|
@@ -221,7 +221,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
221
221
|
};
|
|
222
222
|
export declare const asApiUriTemplateCallWitnessConfig: {
|
|
223
223
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
224
|
-
|
|
224
|
+
accountPath?: string | undefined;
|
|
225
225
|
readonly archivist?: string | undefined;
|
|
226
226
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
227
227
|
readonly name?: string | undefined;
|
|
@@ -240,7 +240,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
240
240
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
241
241
|
schema: "network.xyo.api.call.witness.config";
|
|
242
242
|
} & {
|
|
243
|
-
|
|
243
|
+
accountPath?: string | undefined;
|
|
244
244
|
readonly archivist?: string | undefined;
|
|
245
245
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
246
246
|
readonly name?: string | undefined;
|
|
@@ -269,7 +269,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
269
269
|
uriTemplate: ApiUriTemplateCall['uriTemplate'];
|
|
270
270
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
271
271
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
272
|
-
|
|
272
|
+
accountPath?: string | undefined;
|
|
273
273
|
readonly archivist?: string | undefined;
|
|
274
274
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
275
275
|
readonly name?: string | undefined;
|
|
@@ -288,7 +288,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
288
288
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
289
289
|
schema: "network.xyo.api.call.witness.config";
|
|
290
290
|
} & {
|
|
291
|
-
|
|
291
|
+
accountPath?: string | undefined;
|
|
292
292
|
readonly archivist?: string | undefined;
|
|
293
293
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
294
294
|
readonly name?: string | undefined;
|
package/dist/node/Config.d.mts
CHANGED
|
@@ -29,7 +29,7 @@ export declare const asApiCallWitnessConfig: {
|
|
|
29
29
|
} & object>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
30
30
|
};
|
|
31
31
|
export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
32
|
-
|
|
32
|
+
accountPath?: string | undefined;
|
|
33
33
|
readonly archivist?: string | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
35
|
readonly name?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
48
48
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
49
49
|
schema: "network.xyo.api.call.witness.config";
|
|
50
50
|
} & {
|
|
51
|
-
|
|
51
|
+
accountPath?: string | undefined;
|
|
52
52
|
readonly archivist?: string | undefined;
|
|
53
53
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
54
54
|
readonly name?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
77
77
|
};
|
|
78
78
|
export declare const asApiUriCallWitnessConfig: {
|
|
79
79
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
|
-
|
|
80
|
+
accountPath?: string | undefined;
|
|
81
81
|
readonly archivist?: string | undefined;
|
|
82
82
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
83
83
|
readonly name?: string | undefined;
|
|
@@ -96,7 +96,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
96
96
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
97
97
|
schema: "network.xyo.api.call.witness.config";
|
|
98
98
|
} & {
|
|
99
|
-
|
|
99
|
+
accountPath?: string | undefined;
|
|
100
100
|
readonly archivist?: string | undefined;
|
|
101
101
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
102
102
|
readonly name?: string | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
124
124
|
uri: ApiUriCall['uri'];
|
|
125
125
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
126
126
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
127
|
-
|
|
127
|
+
accountPath?: string | undefined;
|
|
128
128
|
readonly archivist?: string | undefined;
|
|
129
129
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
130
130
|
readonly name?: string | undefined;
|
|
@@ -143,7 +143,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
143
143
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
144
144
|
schema: "network.xyo.api.call.witness.config";
|
|
145
145
|
} & {
|
|
146
|
-
|
|
146
|
+
accountPath?: string | undefined;
|
|
147
147
|
readonly archivist?: string | undefined;
|
|
148
148
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
149
149
|
readonly name?: string | undefined;
|
|
@@ -172,7 +172,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
172
172
|
}>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
173
173
|
};
|
|
174
174
|
export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
175
|
-
|
|
175
|
+
accountPath?: string | undefined;
|
|
176
176
|
readonly archivist?: string | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
178
178
|
readonly name?: string | undefined;
|
|
@@ -191,7 +191,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
191
191
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
192
192
|
schema: "network.xyo.api.call.witness.config";
|
|
193
193
|
} & {
|
|
194
|
-
|
|
194
|
+
accountPath?: string | undefined;
|
|
195
195
|
readonly archivist?: string | undefined;
|
|
196
196
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
197
197
|
readonly name?: string | undefined;
|
|
@@ -221,7 +221,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
221
221
|
};
|
|
222
222
|
export declare const asApiUriTemplateCallWitnessConfig: {
|
|
223
223
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
224
|
-
|
|
224
|
+
accountPath?: string | undefined;
|
|
225
225
|
readonly archivist?: string | undefined;
|
|
226
226
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
227
227
|
readonly name?: string | undefined;
|
|
@@ -240,7 +240,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
240
240
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
241
241
|
schema: "network.xyo.api.call.witness.config";
|
|
242
242
|
} & {
|
|
243
|
-
|
|
243
|
+
accountPath?: string | undefined;
|
|
244
244
|
readonly archivist?: string | undefined;
|
|
245
245
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
246
246
|
readonly name?: string | undefined;
|
|
@@ -269,7 +269,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
269
269
|
uriTemplate: ApiUriTemplateCall['uriTemplate'];
|
|
270
270
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
271
271
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
272
|
-
|
|
272
|
+
accountPath?: string | undefined;
|
|
273
273
|
readonly archivist?: string | undefined;
|
|
274
274
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
275
275
|
readonly name?: string | undefined;
|
|
@@ -288,7 +288,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
288
288
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
289
289
|
schema: "network.xyo.api.call.witness.config";
|
|
290
290
|
} & {
|
|
291
|
-
|
|
291
|
+
accountPath?: string | undefined;
|
|
292
292
|
readonly archivist?: string | undefined;
|
|
293
293
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
294
294
|
readonly name?: string | undefined;
|
package/dist/node/Config.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare const asApiCallWitnessConfig: {
|
|
|
29
29
|
} & object>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
30
30
|
};
|
|
31
31
|
export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
32
|
-
|
|
32
|
+
accountPath?: string | undefined;
|
|
33
33
|
readonly archivist?: string | undefined;
|
|
34
34
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
35
35
|
readonly name?: string | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
48
48
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
49
49
|
schema: "network.xyo.api.call.witness.config";
|
|
50
50
|
} & {
|
|
51
|
-
|
|
51
|
+
accountPath?: string | undefined;
|
|
52
52
|
readonly archivist?: string | undefined;
|
|
53
53
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
54
54
|
readonly name?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare const isApiUriCallWitnessConfig: (value?: unknown) => value is im
|
|
|
77
77
|
};
|
|
78
78
|
export declare const asApiUriCallWitnessConfig: {
|
|
79
79
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
|
-
|
|
80
|
+
accountPath?: string | undefined;
|
|
81
81
|
readonly archivist?: string | undefined;
|
|
82
82
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
83
83
|
readonly name?: string | undefined;
|
|
@@ -96,7 +96,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
96
96
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
97
97
|
schema: "network.xyo.api.call.witness.config";
|
|
98
98
|
} & {
|
|
99
|
-
|
|
99
|
+
accountPath?: string | undefined;
|
|
100
100
|
readonly archivist?: string | undefined;
|
|
101
101
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
102
102
|
readonly name?: string | undefined;
|
|
@@ -124,7 +124,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
124
124
|
uri: ApiUriCall['uri'];
|
|
125
125
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
126
126
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
127
|
-
|
|
127
|
+
accountPath?: string | undefined;
|
|
128
128
|
readonly archivist?: string | undefined;
|
|
129
129
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
130
130
|
readonly name?: string | undefined;
|
|
@@ -143,7 +143,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
143
143
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
144
144
|
schema: "network.xyo.api.call.witness.config";
|
|
145
145
|
} & {
|
|
146
|
-
|
|
146
|
+
accountPath?: string | undefined;
|
|
147
147
|
readonly archivist?: string | undefined;
|
|
148
148
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
149
149
|
readonly name?: string | undefined;
|
|
@@ -172,7 +172,7 @@ export declare const asApiUriCallWitnessConfig: {
|
|
|
172
172
|
}>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
173
173
|
};
|
|
174
174
|
export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => value is import("@xyo-network/payload-model").SchemaFields & object & {
|
|
175
|
-
|
|
175
|
+
accountPath?: string | undefined;
|
|
176
176
|
readonly archivist?: string | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
178
178
|
readonly name?: string | undefined;
|
|
@@ -191,7 +191,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
191
191
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
192
192
|
schema: "network.xyo.api.call.witness.config";
|
|
193
193
|
} & {
|
|
194
|
-
|
|
194
|
+
accountPath?: string | undefined;
|
|
195
195
|
readonly archivist?: string | undefined;
|
|
196
196
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
197
197
|
readonly name?: string | undefined;
|
|
@@ -221,7 +221,7 @@ export declare const isApiUriTemplateCallWitnessConfig: (value?: unknown) => val
|
|
|
221
221
|
};
|
|
222
222
|
export declare const asApiUriTemplateCallWitnessConfig: {
|
|
223
223
|
<TType extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
224
|
-
|
|
224
|
+
accountPath?: string | undefined;
|
|
225
225
|
readonly archivist?: string | undefined;
|
|
226
226
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
227
227
|
readonly name?: string | undefined;
|
|
@@ -240,7 +240,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
240
240
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
241
241
|
schema: "network.xyo.api.call.witness.config";
|
|
242
242
|
} & {
|
|
243
|
-
|
|
243
|
+
accountPath?: string | undefined;
|
|
244
244
|
readonly archivist?: string | undefined;
|
|
245
245
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
246
246
|
readonly name?: string | undefined;
|
|
@@ -269,7 +269,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
269
269
|
uriTemplate: ApiUriTemplateCall['uriTemplate'];
|
|
270
270
|
}>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
271
271
|
<TType_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
272
|
-
|
|
272
|
+
accountPath?: string | undefined;
|
|
273
273
|
readonly archivist?: string | undefined;
|
|
274
274
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
275
275
|
readonly name?: string | undefined;
|
|
@@ -288,7 +288,7 @@ export declare const asApiUriTemplateCallWitnessConfig: {
|
|
|
288
288
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
289
289
|
schema: "network.xyo.api.call.witness.config";
|
|
290
290
|
} & {
|
|
291
|
-
|
|
291
|
+
accountPath?: string | undefined;
|
|
292
292
|
readonly archivist?: string | undefined;
|
|
293
293
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
294
294
|
readonly name?: string | undefined;
|
package/package.json
CHANGED
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"@xylabs/assert": "^2.13.20",
|
|
14
14
|
"@xylabs/axios": "^2.13.20",
|
|
15
15
|
"@xylabs/hex": "^2.13.20",
|
|
16
|
-
"@xyo-network/abstract-witness": "^2.
|
|
17
|
-
"@xyo-network/hash": "^2.
|
|
18
|
-
"@xyo-network/object": "^2.
|
|
19
|
-
"@xyo-network/payload-model": "^2.
|
|
20
|
-
"@xyo-network/witness-model": "^2.
|
|
16
|
+
"@xyo-network/abstract-witness": "^2.85.0",
|
|
17
|
+
"@xyo-network/hash": "^2.85.0",
|
|
18
|
+
"@xyo-network/object": "^2.85.0",
|
|
19
|
+
"@xyo-network/payload-model": "^2.85.0",
|
|
20
|
+
"@xyo-network/witness-model": "^2.85.0",
|
|
21
21
|
"base64-js": "^1.5.1",
|
|
22
22
|
"es6-template-strings": "^2.0.1"
|
|
23
23
|
},
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"@xylabs/jest-helpers": "^2.13.20",
|
|
26
26
|
"@xylabs/ts-scripts-yarn3": "^3.2.25",
|
|
27
27
|
"@xylabs/tsconfig": "^3.2.25",
|
|
28
|
-
"@xyo-network/account": "^2.
|
|
29
|
-
"@xyo-network/manifest": "^2.
|
|
30
|
-
"@xyo-network/module-model": "^2.
|
|
31
|
-
"@xyo-network/sentinel-model": "^2.
|
|
28
|
+
"@xyo-network/account": "^2.85.0",
|
|
29
|
+
"@xyo-network/manifest": "^2.85.0",
|
|
30
|
+
"@xyo-network/module-model": "^2.85.0",
|
|
31
|
+
"@xyo-network/sentinel-model": "^2.85.0",
|
|
32
32
|
"ethers": "^6.9.1",
|
|
33
33
|
"jest": "^29.7.0",
|
|
34
34
|
"typescript": "^5.3.3"
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|
|
75
|
-
"version": "2.
|
|
75
|
+
"version": "2.85.0",
|
|
76
76
|
"type": "module"
|
|
77
77
|
}
|