@xyo-network/diviner-model 2.82.0 → 2.83.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/Params.d.cts +1 -1
- package/dist/browser/Params.d.cts.map +1 -1
- package/dist/browser/Params.d.mts +1 -1
- package/dist/browser/Params.d.mts.map +1 -1
- package/dist/browser/Params.d.ts +1 -1
- package/dist/browser/Params.d.ts.map +1 -1
- package/dist/browser/typeChecks.d.cts +5 -5
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +5 -5
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +5 -5
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/node/Params.d.cts +1 -1
- package/dist/node/Params.d.cts.map +1 -1
- package/dist/node/Params.d.mts +1 -1
- package/dist/node/Params.d.mts.map +1 -1
- package/dist/node/Params.d.ts +1 -1
- package/dist/node/Params.d.ts.map +1 -1
- package/dist/node/typeChecks.d.cts +5 -5
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +5 -5
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +5 -5
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +5 -6
- package/src/Params.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnyObject } from '@xyo-network/core';
|
|
2
1
|
import { AnyConfigSchema, ModuleParams } from '@xyo-network/module-model';
|
|
2
|
+
import { AnyObject } from '@xyo-network/object';
|
|
3
3
|
import { DivinerConfig } from './Config';
|
|
4
4
|
export type DivinerParams<TConfig extends AnyConfigSchema<DivinerConfig> = AnyConfigSchema<DivinerConfig>, TAdditional extends AnyObject | undefined = undefined> = ModuleParams<TConfig, TAdditional>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAE/C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,MAAM,aAAa,CACvB,OAAO,SAAS,eAAe,CAAC,aAAa,CAAC,GAAG,eAAe,CAAC,aAAa,CAAC,EAC/E,WAAW,SAAS,SAAS,GAAG,SAAS,GAAG,SAAS,IACnD,YAAY,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnyObject } from '@xyo-network/core';
|
|
2
1
|
import { AnyConfigSchema, ModuleParams } from '@xyo-network/module-model';
|
|
2
|
+
import { AnyObject } from '@xyo-network/object';
|
|
3
3
|
import { DivinerConfig } from './Config';
|
|
4
4
|
export type DivinerParams<TConfig extends AnyConfigSchema<DivinerConfig> = AnyConfigSchema<DivinerConfig>, TAdditional extends AnyObject | undefined = undefined> = ModuleParams<TConfig, TAdditional>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAE/C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,MAAM,aAAa,CACvB,OAAO,SAAS,eAAe,CAAC,aAAa,CAAC,GAAG,eAAe,CAAC,aAAa,CAAC,EAC/E,WAAW,SAAS,SAAS,GAAG,SAAS,GAAG,SAAS,IACnD,YAAY,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA"}
|
package/dist/browser/Params.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnyObject } from '@xyo-network/core';
|
|
2
1
|
import { AnyConfigSchema, ModuleParams } from '@xyo-network/module-model';
|
|
2
|
+
import { AnyObject } from '@xyo-network/object';
|
|
3
3
|
import { DivinerConfig } from './Config';
|
|
4
4
|
export type DivinerParams<TConfig extends AnyConfigSchema<DivinerConfig> = AnyConfigSchema<DivinerConfig>, TAdditional extends AnyObject | undefined = undefined> = ModuleParams<TConfig, TAdditional>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAE/C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,MAAM,aAAa,CACvB,OAAO,SAAS,eAAe,CAAC,aAAa,CAAC,GAAG,eAAe,CAAC,aAAa,CAAC,EAC/E,WAAW,SAAS,SAAS,GAAG,SAAS,GAAG,SAAS,IACnD,YAAY,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DivinerInstance } from './Instance';
|
|
2
2
|
import { DivinerModule } from './Module';
|
|
3
|
-
export declare const isDivinerInstance: import("@xyo-network/object").
|
|
3
|
+
export declare const isDivinerInstance: import("@xyo-network/object").TypeCheck<DivinerInstance>;
|
|
4
4
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule>;
|
|
5
5
|
export declare const asDivinerModule: {
|
|
6
|
-
<
|
|
7
|
-
<
|
|
6
|
+
<TType extends DivinerModule>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
7
|
+
<TType_1 extends DivinerModule>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
8
8
|
};
|
|
9
9
|
export declare const asDivinerInstance: {
|
|
10
|
-
<
|
|
11
|
-
<
|
|
10
|
+
<TType extends DivinerInstance>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
11
|
+
<TType_1 extends DivinerInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
12
12
|
};
|
|
13
13
|
export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule) => R) => R | undefined;
|
|
14
14
|
export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance) => 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,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,0DAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe,oEAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB,0EAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB,4EAAwC,CAAA"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DivinerInstance } from './Instance';
|
|
2
2
|
import { DivinerModule } from './Module';
|
|
3
|
-
export declare const isDivinerInstance: import("@xyo-network/object").
|
|
3
|
+
export declare const isDivinerInstance: import("@xyo-network/object").TypeCheck<DivinerInstance>;
|
|
4
4
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule>;
|
|
5
5
|
export declare const asDivinerModule: {
|
|
6
|
-
<
|
|
7
|
-
<
|
|
6
|
+
<TType extends DivinerModule>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
7
|
+
<TType_1 extends DivinerModule>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
8
8
|
};
|
|
9
9
|
export declare const asDivinerInstance: {
|
|
10
|
-
<
|
|
11
|
-
<
|
|
10
|
+
<TType extends DivinerInstance>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
11
|
+
<TType_1 extends DivinerInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
12
12
|
};
|
|
13
13
|
export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule) => R) => R | undefined;
|
|
14
14
|
export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance) => 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,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,0DAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe,oEAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB,0EAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB,4EAAwC,CAAA"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DivinerInstance } from './Instance';
|
|
2
2
|
import { DivinerModule } from './Module';
|
|
3
|
-
export declare const isDivinerInstance: import("@xyo-network/object").
|
|
3
|
+
export declare const isDivinerInstance: import("@xyo-network/object").TypeCheck<DivinerInstance>;
|
|
4
4
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule>;
|
|
5
5
|
export declare const asDivinerModule: {
|
|
6
|
-
<
|
|
7
|
-
<
|
|
6
|
+
<TType extends DivinerModule>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
7
|
+
<TType_1 extends DivinerModule>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
8
8
|
};
|
|
9
9
|
export declare const asDivinerInstance: {
|
|
10
|
-
<
|
|
11
|
-
<
|
|
10
|
+
<TType extends DivinerInstance>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
11
|
+
<TType_1 extends DivinerInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
12
12
|
};
|
|
13
13
|
export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule) => R) => R | undefined;
|
|
14
14
|
export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance) => 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,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,0DAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe,oEAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB,0EAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB,4EAAwC,CAAA"}
|
package/dist/node/Params.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnyObject } from '@xyo-network/core';
|
|
2
1
|
import { AnyConfigSchema, ModuleParams } from '@xyo-network/module-model';
|
|
2
|
+
import { AnyObject } from '@xyo-network/object';
|
|
3
3
|
import { DivinerConfig } from './Config';
|
|
4
4
|
export type DivinerParams<TConfig extends AnyConfigSchema<DivinerConfig> = AnyConfigSchema<DivinerConfig>, TAdditional extends AnyObject | undefined = undefined> = ModuleParams<TConfig, TAdditional>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAE/C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,MAAM,aAAa,CACvB,OAAO,SAAS,eAAe,CAAC,aAAa,CAAC,GAAG,eAAe,CAAC,aAAa,CAAC,EAC/E,WAAW,SAAS,SAAS,GAAG,SAAS,GAAG,SAAS,IACnD,YAAY,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA"}
|
package/dist/node/Params.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnyObject } from '@xyo-network/core';
|
|
2
1
|
import { AnyConfigSchema, ModuleParams } from '@xyo-network/module-model';
|
|
2
|
+
import { AnyObject } from '@xyo-network/object';
|
|
3
3
|
import { DivinerConfig } from './Config';
|
|
4
4
|
export type DivinerParams<TConfig extends AnyConfigSchema<DivinerConfig> = AnyConfigSchema<DivinerConfig>, TAdditional extends AnyObject | undefined = undefined> = ModuleParams<TConfig, TAdditional>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAE/C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,MAAM,aAAa,CACvB,OAAO,SAAS,eAAe,CAAC,aAAa,CAAC,GAAG,eAAe,CAAC,aAAa,CAAC,EAC/E,WAAW,SAAS,SAAS,GAAG,SAAS,GAAG,SAAS,IACnD,YAAY,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA"}
|
package/dist/node/Params.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AnyObject } from '@xyo-network/core';
|
|
2
1
|
import { AnyConfigSchema, ModuleParams } from '@xyo-network/module-model';
|
|
2
|
+
import { AnyObject } from '@xyo-network/object';
|
|
3
3
|
import { DivinerConfig } from './Config';
|
|
4
4
|
export type DivinerParams<TConfig extends AnyConfigSchema<DivinerConfig> = AnyConfigSchema<DivinerConfig>, TAdditional extends AnyObject | undefined = undefined> = ModuleParams<TConfig, TAdditional>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAE/C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,MAAM,aAAa,CACvB,OAAO,SAAS,eAAe,CAAC,aAAa,CAAC,GAAG,eAAe,CAAC,aAAa,CAAC,EAC/E,WAAW,SAAS,SAAS,GAAG,SAAS,GAAG,SAAS,IACnD,YAAY,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DivinerInstance } from './Instance';
|
|
2
2
|
import { DivinerModule } from './Module';
|
|
3
|
-
export declare const isDivinerInstance: import("@xyo-network/object").
|
|
3
|
+
export declare const isDivinerInstance: import("@xyo-network/object").TypeCheck<DivinerInstance>;
|
|
4
4
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule>;
|
|
5
5
|
export declare const asDivinerModule: {
|
|
6
|
-
<
|
|
7
|
-
<
|
|
6
|
+
<TType extends DivinerModule>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
7
|
+
<TType_1 extends DivinerModule>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
8
8
|
};
|
|
9
9
|
export declare const asDivinerInstance: {
|
|
10
|
-
<
|
|
11
|
-
<
|
|
10
|
+
<TType extends DivinerInstance>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
11
|
+
<TType_1 extends DivinerInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
12
12
|
};
|
|
13
13
|
export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule) => R) => R | undefined;
|
|
14
14
|
export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance) => 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,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,0DAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe,oEAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB,0EAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB,4EAAwC,CAAA"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DivinerInstance } from './Instance';
|
|
2
2
|
import { DivinerModule } from './Module';
|
|
3
|
-
export declare const isDivinerInstance: import("@xyo-network/object").
|
|
3
|
+
export declare const isDivinerInstance: import("@xyo-network/object").TypeCheck<DivinerInstance>;
|
|
4
4
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule>;
|
|
5
5
|
export declare const asDivinerModule: {
|
|
6
|
-
<
|
|
7
|
-
<
|
|
6
|
+
<TType extends DivinerModule>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
7
|
+
<TType_1 extends DivinerModule>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
8
8
|
};
|
|
9
9
|
export declare const asDivinerInstance: {
|
|
10
|
-
<
|
|
11
|
-
<
|
|
10
|
+
<TType extends DivinerInstance>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
11
|
+
<TType_1 extends DivinerInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
12
12
|
};
|
|
13
13
|
export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule) => R) => R | undefined;
|
|
14
14
|
export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance) => 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,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,0DAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe,oEAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB,0EAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB,4EAAwC,CAAA"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { DivinerInstance } from './Instance';
|
|
2
2
|
import { DivinerModule } from './Module';
|
|
3
|
-
export declare const isDivinerInstance: import("@xyo-network/object").
|
|
3
|
+
export declare const isDivinerInstance: import("@xyo-network/object").TypeCheck<DivinerInstance>;
|
|
4
4
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule>;
|
|
5
5
|
export declare const asDivinerModule: {
|
|
6
|
-
<
|
|
7
|
-
<
|
|
6
|
+
<TType extends DivinerModule>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
7
|
+
<TType_1 extends DivinerModule>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
8
8
|
};
|
|
9
9
|
export declare const asDivinerInstance: {
|
|
10
|
-
<
|
|
11
|
-
<
|
|
10
|
+
<TType extends DivinerInstance>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
11
|
+
<TType_1 extends DivinerInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
12
12
|
};
|
|
13
13
|
export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule) => R) => R | undefined;
|
|
14
14
|
export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance) => 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,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB,0DAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe,oEAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;CAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;CAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB,0EAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB,4EAAwC,CAAA"}
|
package/package.json
CHANGED
|
@@ -11,11 +11,10 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/promise": "^2.13.20",
|
|
14
|
-
"@xyo-network/
|
|
15
|
-
"@xyo-network/module-
|
|
16
|
-
"@xyo-network/
|
|
17
|
-
"@xyo-network/
|
|
18
|
-
"@xyo-network/payload-model": "~2.82.0"
|
|
14
|
+
"@xyo-network/module-events": "~2.83.0",
|
|
15
|
+
"@xyo-network/module-model": "~2.83.0",
|
|
16
|
+
"@xyo-network/object": "~2.83.0",
|
|
17
|
+
"@xyo-network/payload-model": "~2.83.0"
|
|
19
18
|
},
|
|
20
19
|
"devDependencies": {
|
|
21
20
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
@@ -62,5 +61,5 @@
|
|
|
62
61
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
63
62
|
},
|
|
64
63
|
"sideEffects": false,
|
|
65
|
-
"version": "2.
|
|
64
|
+
"version": "2.83.0"
|
|
66
65
|
}
|