@xyo-network/diviner-schema-list-model 2.74.4 → 2.75.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.cjs +32 -0
- package/dist/browser/Config.cjs.map +1 -0
- package/dist/browser/Config.d.mts.map +1 -0
- package/dist/browser/Config.d.ts.map +1 -0
- package/dist/browser/Config.js +9 -0
- package/dist/browser/Config.js.map +1 -0
- package/dist/browser/Params.cjs +19 -0
- package/dist/browser/Params.cjs.map +1 -0
- package/dist/browser/Params.d.mts.map +1 -0
- package/dist/browser/Params.d.ts.map +1 -0
- package/dist/browser/Params.js +1 -0
- package/dist/browser/Params.js.map +1 -0
- package/dist/browser/Payload.cjs +32 -0
- package/dist/browser/Payload.cjs.map +1 -0
- package/dist/browser/Payload.d.mts.map +1 -0
- package/dist/browser/Payload.d.ts.map +1 -0
- package/dist/browser/Payload.js +9 -0
- package/dist/browser/Payload.js.map +1 -0
- package/dist/browser/Query.cjs +34 -0
- package/dist/browser/Query.cjs.map +1 -0
- package/dist/browser/Query.d.mts.map +1 -0
- package/dist/browser/Query.d.ts.map +1 -0
- package/dist/browser/Query.js +11 -0
- package/dist/browser/Query.js.map +1 -0
- package/dist/browser/Schema.cjs +27 -0
- package/dist/browser/Schema.cjs.map +1 -0
- package/dist/browser/Schema.d.mts.map +1 -0
- package/dist/browser/Schema.d.ts.map +1 -0
- package/dist/browser/Schema.js +6 -0
- package/dist/browser/Schema.js.map +1 -0
- package/dist/{index.js → browser/index.cjs} +1 -9
- package/dist/browser/index.cjs.map +1 -0
- package/dist/browser/index.d.mts.map +1 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/{index.mjs → browser/index.js} +1 -1
- package/dist/browser/index.js.map +1 -0
- package/dist/node/Config.d.mts +9 -0
- package/dist/node/Config.d.mts.map +1 -0
- package/dist/node/Config.d.ts +9 -0
- package/dist/node/Config.d.ts.map +1 -0
- package/dist/node/Config.js +30 -0
- package/dist/node/Config.js.map +1 -0
- package/dist/node/Config.mjs +6 -0
- package/dist/node/Config.mjs.map +1 -0
- package/dist/node/Params.d.mts +5 -0
- package/dist/node/Params.d.mts.map +1 -0
- package/dist/node/Params.d.ts +5 -0
- package/dist/node/Params.d.ts.map +1 -0
- package/dist/node/Params.js +17 -0
- package/dist/node/Params.js.map +1 -0
- package/dist/node/Params.mjs +1 -0
- package/dist/node/Params.mjs.map +1 -0
- package/dist/node/Payload.d.mts +11 -0
- package/dist/node/Payload.d.mts.map +1 -0
- package/dist/node/Payload.d.ts +11 -0
- package/dist/node/Payload.d.ts.map +1 -0
- package/dist/node/Payload.js +30 -0
- package/dist/node/Payload.js.map +1 -0
- package/dist/node/Payload.mjs +6 -0
- package/dist/node/Payload.mjs.map +1 -0
- package/dist/node/Query.d.mts +11 -0
- package/dist/node/Query.d.mts.map +1 -0
- package/dist/node/Query.d.ts +11 -0
- package/dist/node/Query.d.ts.map +1 -0
- package/dist/node/Query.js +33 -0
- package/dist/node/Query.js.map +1 -0
- package/dist/node/Query.mjs +8 -0
- package/dist/node/Query.mjs.map +1 -0
- package/dist/node/Schema.d.mts +3 -0
- package/dist/node/Schema.d.mts.map +1 -0
- package/dist/node/Schema.d.ts +3 -0
- package/dist/node/Schema.d.ts.map +1 -0
- package/dist/node/Schema.js +29 -0
- package/dist/node/Schema.js.map +1 -0
- package/dist/node/Schema.mjs +5 -0
- package/dist/node/Schema.mjs.map +1 -0
- package/dist/node/index.d.mts +6 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +6 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js +31 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/index.mjs +6 -0
- package/dist/node/index.mjs.map +1 -0
- package/package.json +27 -24
- package/dist/Config.d.mts.map +0 -1
- package/dist/Config.d.ts.map +0 -1
- package/dist/Params.d.mts.map +0 -1
- package/dist/Params.d.ts.map +0 -1
- package/dist/Payload.d.mts.map +0 -1
- package/dist/Payload.d.ts.map +0 -1
- package/dist/Query.d.mts.map +0 -1
- package/dist/Query.d.ts.map +0 -1
- package/dist/Schema.d.mts.map +0 -1
- package/dist/Schema.d.ts.map +0 -1
- package/dist/docs.json +0 -1088
- package/dist/index.d.mts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- /package/dist/{Config.d.mts → browser/Config.d.mts} +0 -0
- /package/dist/{Config.d.ts → browser/Config.d.ts} +0 -0
- /package/dist/{Params.d.mts → browser/Params.d.mts} +0 -0
- /package/dist/{Params.d.ts → browser/Params.d.ts} +0 -0
- /package/dist/{Payload.d.mts → browser/Payload.d.mts} +0 -0
- /package/dist/{Payload.d.ts → browser/Payload.d.ts} +0 -0
- /package/dist/{Query.d.mts → browser/Query.d.mts} +0 -0
- /package/dist/{Query.d.ts → browser/Query.d.ts} +0 -0
- /package/dist/{Schema.d.mts → browser/Schema.d.mts} +0 -0
- /package/dist/{Schema.d.ts → browser/Schema.d.ts} +0 -0
- /package/dist/{index.d.mts → browser/index.d.mts} +0 -0
- /package/dist/{index.d.ts → browser/index.d.ts} +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/Config.ts
|
|
21
|
+
var Config_exports = {};
|
|
22
|
+
__export(Config_exports, {
|
|
23
|
+
SchemaListDivinerConfigSchema: () => SchemaListDivinerConfigSchema
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(Config_exports);
|
|
26
|
+
|
|
27
|
+
// src/Schema.ts
|
|
28
|
+
var SchemaListDivinerSchema = "network.xyo.diviner.schema.list";
|
|
29
|
+
|
|
30
|
+
// src/Config.ts
|
|
31
|
+
var SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`;
|
|
32
|
+
//# sourceMappingURL=Config.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Config.ts","../../src/Schema.ts"],"sourcesContent":["import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\nexport const SchemaListDivinerConfigSchema: SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\n\nexport type SchemaListDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: SchemaListDivinerConfigSchema\n }\n>\n","export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCO,IAAM,0BAAmD;;;ADKzD,IAAM,gCAA+D,GAAG,uBAAuB;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,6BAA6B,GAAG,GAAG,uBAAuB,SAAS,CAAA;AAC/E,eAAO,MAAM,6BAA6B,EAAE,6BAAmE,CAAA;AAE/G,MAAM,MAAM,uBAAuB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,IAAI,aAAa,CAC9E,CAAC,GAAG;IACF,MAAM,EAAE,6BAA6B,CAAA;CACtC,CACF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,6BAA6B,GAAG,GAAG,uBAAuB,SAAS,CAAA;AAC/E,eAAO,MAAM,6BAA6B,EAAE,6BAAmE,CAAA;AAE/G,MAAM,MAAM,uBAAuB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,IAAI,aAAa,CAC9E,CAAC,GAAG;IACF,MAAM,EAAE,6BAA6B,CAAA;CACtC,CACF,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// src/Schema.ts
|
|
2
|
+
var SchemaListDivinerSchema = "network.xyo.diviner.schema.list";
|
|
3
|
+
|
|
4
|
+
// src/Config.ts
|
|
5
|
+
var SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`;
|
|
6
|
+
export {
|
|
7
|
+
SchemaListDivinerConfigSchema
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=Config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts"],"sourcesContent":["export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\nexport const SchemaListDivinerConfigSchema: SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\n\nexport type SchemaListDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: SchemaListDivinerConfigSchema\n }\n>\n"],"mappings":";AACO,IAAM,0BAAmD;;;ACKzD,IAAM,gCAA+D,GAAG,uBAAuB;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/Params.ts
|
|
17
|
+
var Params_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(Params_exports);
|
|
19
|
+
//# sourceMappingURL=Params.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Params.ts"],"sourcesContent":["import { DivinerParams } from '@xyo-network/diviner-model'\nimport { AnyConfigSchema } from '@xyo-network/module-model'\n\nimport { SchemaListDivinerConfig } from './Config'\n\nexport type SchemaListDivinerParams = DivinerParams<AnyConfigSchema<SchemaListDivinerConfig>>\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,uBAAuB,GAAG,aAAa,CAAC,eAAe,CAAC,uBAAuB,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,uBAAuB,GAAG,aAAa,CAAC,eAAe,CAAC,uBAAuB,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Params.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/Payload.ts
|
|
21
|
+
var Payload_exports = {};
|
|
22
|
+
__export(Payload_exports, {
|
|
23
|
+
isSchemaListPayload: () => isSchemaListPayload
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(Payload_exports);
|
|
26
|
+
|
|
27
|
+
// src/Schema.ts
|
|
28
|
+
var SchemaListDivinerSchema = "network.xyo.diviner.schema.list";
|
|
29
|
+
|
|
30
|
+
// src/Payload.ts
|
|
31
|
+
var isSchemaListPayload = (x) => x?.schema === SchemaListDivinerSchema;
|
|
32
|
+
//# sourceMappingURL=Payload.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Payload.ts","../../src/Schema.ts"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListPayload = Payload<{\n schema: SchemaListDivinerSchema\n schemas: string[]\n}>\n\nexport const isSchemaListPayload = (x?: Payload | null): x is SchemaListPayload => x?.schema === SchemaListDivinerSchema\n","export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCO,IAAM,0BAAmD;;;ADQzD,IAAM,sBAAsB,CAAC,MAA+C,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,MAAM,EAAE,uBAAuB,CAAA;IAC/B,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAC,CAAA;AAEF,eAAO,MAAM,mBAAmB,OAAQ,OAAO,GAAG,IAAI;YAJ5C,uBAAuB;aACtB,MAAM,EAAE;CAGqG,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,MAAM,EAAE,uBAAuB,CAAA;IAC/B,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAC,CAAA;AAEF,eAAO,MAAM,mBAAmB,OAAQ,OAAO,GAAG,IAAI;YAJ5C,uBAAuB;aACtB,MAAM,EAAE;CAGqG,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Payload.ts"],"sourcesContent":["export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListPayload = Payload<{\n schema: SchemaListDivinerSchema\n schemas: string[]\n}>\n\nexport const isSchemaListPayload = (x?: Payload | null): x is SchemaListPayload => x?.schema === SchemaListDivinerSchema\n"],"mappings":";AACO,IAAM,0BAAmD;;;ACQzD,IAAM,sBAAsB,CAAC,MAA+C,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/Query.ts
|
|
21
|
+
var Query_exports = {};
|
|
22
|
+
__export(Query_exports, {
|
|
23
|
+
SchemaListQuerySchema: () => SchemaListQuerySchema,
|
|
24
|
+
isSchemaListQueryPayload: () => isSchemaListQueryPayload
|
|
25
|
+
});
|
|
26
|
+
module.exports = __toCommonJS(Query_exports);
|
|
27
|
+
|
|
28
|
+
// src/Schema.ts
|
|
29
|
+
var SchemaListDivinerSchema = "network.xyo.diviner.schema.list";
|
|
30
|
+
|
|
31
|
+
// src/Query.ts
|
|
32
|
+
var SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`;
|
|
33
|
+
var isSchemaListQueryPayload = (x) => x?.schema === SchemaListQuerySchema;
|
|
34
|
+
//# sourceMappingURL=Query.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Query.ts","../../src/Schema.ts"],"sourcesContent":["import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\nexport const SchemaListQuerySchema: SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\n\nexport type SchemaListQueryPayload = Query<{ schema: SchemaListQuerySchema }>\nexport const isSchemaListQueryPayload = (x?: Payload | null): x is SchemaListQueryPayload => x?.schema === SchemaListQuerySchema\n","export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCO,IAAM,0BAAmD;;;ADIzD,IAAM,wBAA+C,GAAG,uBAAuB;AAG/E,IAAM,2BAA2B,CAAC,MAAoD,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,qBAAqB,GAAG,GAAG,uBAAuB,QAAQ,CAAA;AACtE,eAAO,MAAM,qBAAqB,EAAE,qBAA0D,CAAA;AAE9F,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,qBAAqB,CAAA;CAAE,CAAC,CAAA;AAC7E,eAAO,MAAM,wBAAwB,OAAQ,OAAO,GAAG,IAAI;YADN,qBAAqB;oDACsD,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,qBAAqB,GAAG,GAAG,uBAAuB,QAAQ,CAAA;AACtE,eAAO,MAAM,qBAAqB,EAAE,qBAA0D,CAAA;AAE9F,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,qBAAqB,CAAA;CAAE,CAAC,CAAA;AAC7E,eAAO,MAAM,wBAAwB,OAAQ,OAAO,GAAG,IAAI;YADN,qBAAqB;oDACsD,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// src/Schema.ts
|
|
2
|
+
var SchemaListDivinerSchema = "network.xyo.diviner.schema.list";
|
|
3
|
+
|
|
4
|
+
// src/Query.ts
|
|
5
|
+
var SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`;
|
|
6
|
+
var isSchemaListQueryPayload = (x) => x?.schema === SchemaListQuerySchema;
|
|
7
|
+
export {
|
|
8
|
+
SchemaListQuerySchema,
|
|
9
|
+
isSchemaListQueryPayload
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Query.ts"],"sourcesContent":["export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\nexport const SchemaListQuerySchema: SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\n\nexport type SchemaListQueryPayload = Query<{ schema: SchemaListQuerySchema }>\nexport const isSchemaListQueryPayload = (x?: Payload | null): x is SchemaListQueryPayload => x?.schema === SchemaListQuerySchema\n"],"mappings":";AACO,IAAM,0BAAmD;;;ACIzD,IAAM,wBAA+C,GAAG,uBAAuB;AAG/E,IAAM,2BAA2B,CAAC,MAAoD,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/Schema.ts
|
|
21
|
+
var Schema_exports = {};
|
|
22
|
+
__export(Schema_exports, {
|
|
23
|
+
SchemaListDivinerSchema: () => SchemaListDivinerSchema
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(Schema_exports);
|
|
26
|
+
var SchemaListDivinerSchema = "network.xyo.diviner.schema.list";
|
|
27
|
+
//# sourceMappingURL=Schema.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts"],"sourcesContent":["export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACO,IAAM,0BAAmD;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG,iCAAiC,CAAA;AACvE,eAAO,MAAM,uBAAuB,EAAE,uBAA2D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG,iCAAiC,CAAA;AACvE,eAAO,MAAM,uBAAuB,EAAE,uBAA2D,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts"],"sourcesContent":["export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n"],"mappings":";AACO,IAAM,0BAAmD;","names":[]}
|
|
@@ -40,12 +40,4 @@ var isSchemaListPayload = (x) => x?.schema === SchemaListDivinerSchema;
|
|
|
40
40
|
// src/Query.ts
|
|
41
41
|
var SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`;
|
|
42
42
|
var isSchemaListQueryPayload = (x) => x?.schema === SchemaListQuerySchema;
|
|
43
|
-
|
|
44
|
-
0 && (module.exports = {
|
|
45
|
-
SchemaListDivinerConfigSchema,
|
|
46
|
-
SchemaListDivinerSchema,
|
|
47
|
-
SchemaListQuerySchema,
|
|
48
|
-
isSchemaListPayload,
|
|
49
|
-
isSchemaListQueryPayload
|
|
50
|
-
});
|
|
51
|
-
//# sourceMappingURL=index.js.map
|
|
43
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config'\nexport * from './Params'\nexport * from './Payload'\nexport * from './Query'\nexport * from './Schema'\n","export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\nexport const SchemaListDivinerConfigSchema: SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\n\nexport type SchemaListDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: SchemaListDivinerConfigSchema\n }\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListPayload = Payload<{\n schema: SchemaListDivinerSchema\n schemas: string[]\n}>\n\nexport const isSchemaListPayload = (x?: Payload | null): x is SchemaListPayload => x?.schema === SchemaListDivinerSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\nexport const SchemaListQuerySchema: SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\n\nexport type SchemaListQueryPayload = Query<{ schema: SchemaListQuerySchema }>\nexport const isSchemaListQueryPayload = (x?: Payload | null): x is SchemaListQueryPayload => x?.schema === SchemaListQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCO,IAAM,0BAAmD;;;ACKzD,IAAM,gCAA+D,GAAG,uBAAuB;;;ACG/F,IAAM,sBAAsB,CAAC,MAA+C,GAAG,WAAW;;;ACJ1F,IAAM,wBAA+C,GAAG,uBAAuB;AAG/E,IAAM,2BAA2B,CAAC,MAAoD,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\nexport const SchemaListDivinerSchema: SchemaListDivinerSchema = 'network.xyo.diviner.schema.list'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\nexport const SchemaListDivinerConfigSchema: SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\n\nexport type SchemaListDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: SchemaListDivinerConfigSchema\n }\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListPayload = Payload<{\n schema: SchemaListDivinerSchema\n schemas: string[]\n}>\n\nexport const isSchemaListPayload = (x?: Payload | null): x is SchemaListPayload => x?.schema === SchemaListDivinerSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\nexport const SchemaListQuerySchema: SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\n\nexport type SchemaListQueryPayload = Query<{ schema: SchemaListQuerySchema }>\nexport const isSchemaListQueryPayload = (x?: Payload | null): x is SchemaListQueryPayload => x?.schema === SchemaListQuerySchema\n"],"mappings":";AACO,IAAM,0BAAmD;;;ACKzD,IAAM,gCAA+D,GAAG,uBAAuB;;;ACG/F,IAAM,sBAAsB,CAAC,MAA+C,GAAG,WAAW;;;ACJ1F,IAAM,wBAA+C,GAAG,uBAAuB;AAG/E,IAAM,2BAA2B,CAAC,MAAoD,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
+
import { SchemaListDivinerSchema } from './Schema';
|
|
4
|
+
export type SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`;
|
|
5
|
+
export declare const SchemaListDivinerConfigSchema: SchemaListDivinerConfigSchema;
|
|
6
|
+
export type SchemaListDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
|
7
|
+
schema: SchemaListDivinerConfigSchema;
|
|
8
|
+
}>;
|
|
9
|
+
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,6BAA6B,GAAG,GAAG,uBAAuB,SAAS,CAAA;AAC/E,eAAO,MAAM,6BAA6B,EAAE,6BAAmE,CAAA;AAE/G,MAAM,MAAM,uBAAuB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,IAAI,aAAa,CAC9E,CAAC,GAAG;IACF,MAAM,EAAE,6BAA6B,CAAA;CACtC,CACF,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
+
import { SchemaListDivinerSchema } from './Schema';
|
|
4
|
+
export type SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`;
|
|
5
|
+
export declare const SchemaListDivinerConfigSchema: SchemaListDivinerConfigSchema;
|
|
6
|
+
export type SchemaListDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
|
7
|
+
schema: SchemaListDivinerConfigSchema;
|
|
8
|
+
}>;
|
|
9
|
+
//# sourceMappingURL=Config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,6BAA6B,GAAG,GAAG,uBAAuB,SAAS,CAAA;AAC/E,eAAO,MAAM,6BAA6B,EAAE,6BAAmE,CAAA;AAE/G,MAAM,MAAM,uBAAuB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,IAAI,aAAa,CAC9E,CAAC,GAAG;IACF,MAAM,EAAE,6BAA6B,CAAA;CACtC,CACF,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var Config_exports = {};
|
|
20
|
+
__export(Config_exports, {
|
|
21
|
+
SchemaListDivinerConfigSchema: () => SchemaListDivinerConfigSchema
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(Config_exports);
|
|
24
|
+
var import_Schema = require("./Schema");
|
|
25
|
+
const SchemaListDivinerConfigSchema = `${import_Schema.SchemaListDivinerSchema}.config`;
|
|
26
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
+
0 && (module.exports = {
|
|
28
|
+
SchemaListDivinerConfigSchema
|
|
29
|
+
});
|
|
30
|
+
//# sourceMappingURL=Config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Config.ts"],"sourcesContent":["import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\nexport const SchemaListDivinerConfigSchema: SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\n\nexport type SchemaListDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: SchemaListDivinerConfigSchema\n }\n>\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAwC;AAGjC,MAAM,gCAA+D,GAAG,qCAAuB;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Config.ts"],"sourcesContent":["import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\nexport const SchemaListDivinerConfigSchema: SchemaListDivinerConfigSchema = `${SchemaListDivinerSchema}.config`\n\nexport type SchemaListDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: SchemaListDivinerConfigSchema\n }\n>\n"],"mappings":"AAGA,SAAS,+BAA+B;AAGjC,MAAM,gCAA+D,GAAG,uBAAuB;","names":[]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
|
+
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
+
import { SchemaListDivinerConfig } from './Config';
|
|
4
|
+
export type SchemaListDivinerParams = DivinerParams<AnyConfigSchema<SchemaListDivinerConfig>>;
|
|
5
|
+
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,uBAAuB,GAAG,aAAa,CAAC,eAAe,CAAC,uBAAuB,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
|
+
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
+
import { SchemaListDivinerConfig } from './Config';
|
|
4
|
+
export type SchemaListDivinerParams = DivinerParams<AnyConfigSchema<SchemaListDivinerConfig>>;
|
|
5
|
+
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAE3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,uBAAuB,GAAG,aAAa,CAAC,eAAe,CAAC,uBAAuB,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
var Params_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Params_exports);
|
|
17
|
+
//# sourceMappingURL=Params.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Params.ts"],"sourcesContent":["import { DivinerParams } from '@xyo-network/diviner-model'\nimport { AnyConfigSchema } from '@xyo-network/module-model'\n\nimport { SchemaListDivinerConfig } from './Config'\n\nexport type SchemaListDivinerParams = DivinerParams<AnyConfigSchema<SchemaListDivinerConfig>>\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Params.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
+
import { SchemaListDivinerSchema } from './Schema';
|
|
3
|
+
export type SchemaListPayload = Payload<{
|
|
4
|
+
schema: SchemaListDivinerSchema;
|
|
5
|
+
schemas: string[];
|
|
6
|
+
}>;
|
|
7
|
+
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
|
+
schema: SchemaListDivinerSchema;
|
|
9
|
+
schemas: string[];
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,MAAM,EAAE,uBAAuB,CAAA;IAC/B,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAC,CAAA;AAEF,eAAO,MAAM,mBAAmB,OAAQ,OAAO,GAAG,IAAI;YAJ5C,uBAAuB;aACtB,MAAM,EAAE;CAGqG,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
+
import { SchemaListDivinerSchema } from './Schema';
|
|
3
|
+
export type SchemaListPayload = Payload<{
|
|
4
|
+
schema: SchemaListDivinerSchema;
|
|
5
|
+
schemas: string[];
|
|
6
|
+
}>;
|
|
7
|
+
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
|
+
schema: SchemaListDivinerSchema;
|
|
9
|
+
schemas: string[];
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,MAAM,EAAE,uBAAuB,CAAA;IAC/B,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB,CAAC,CAAA;AAEF,eAAO,MAAM,mBAAmB,OAAQ,OAAO,GAAG,IAAI;YAJ5C,uBAAuB;aACtB,MAAM,EAAE;CAGqG,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var Payload_exports = {};
|
|
20
|
+
__export(Payload_exports, {
|
|
21
|
+
isSchemaListPayload: () => isSchemaListPayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(Payload_exports);
|
|
24
|
+
var import_Schema = require("./Schema");
|
|
25
|
+
const isSchemaListPayload = (x) => x?.schema === import_Schema.SchemaListDivinerSchema;
|
|
26
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
+
0 && (module.exports = {
|
|
28
|
+
isSchemaListPayload
|
|
29
|
+
});
|
|
30
|
+
//# sourceMappingURL=Payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Payload.ts"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListPayload = Payload<{\n schema: SchemaListDivinerSchema\n schemas: string[]\n}>\n\nexport const isSchemaListPayload = (x?: Payload | null): x is SchemaListPayload => x?.schema === SchemaListDivinerSchema\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,oBAAwC;AAOjC,MAAM,sBAAsB,CAAC,MAA+C,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Payload.ts"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListPayload = Payload<{\n schema: SchemaListDivinerSchema\n schemas: string[]\n}>\n\nexport const isSchemaListPayload = (x?: Payload | null): x is SchemaListPayload => x?.schema === SchemaListDivinerSchema\n"],"mappings":"AAEA,SAAS,+BAA+B;AAOjC,MAAM,sBAAsB,CAAC,MAA+C,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
+
import { SchemaListDivinerSchema } from './Schema';
|
|
3
|
+
export type SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`;
|
|
4
|
+
export declare const SchemaListQuerySchema: SchemaListQuerySchema;
|
|
5
|
+
export type SchemaListQueryPayload = Query<{
|
|
6
|
+
schema: SchemaListQuerySchema;
|
|
7
|
+
}>;
|
|
8
|
+
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
9
|
+
schema: SchemaListQuerySchema;
|
|
10
|
+
} & import("@xyo-network/payload-model").QueryFields;
|
|
11
|
+
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,qBAAqB,GAAG,GAAG,uBAAuB,QAAQ,CAAA;AACtE,eAAO,MAAM,qBAAqB,EAAE,qBAA0D,CAAA;AAE9F,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,qBAAqB,CAAA;CAAE,CAAC,CAAA;AAC7E,eAAO,MAAM,wBAAwB,OAAQ,OAAO,GAAG,IAAI;YADN,qBAAqB;oDACsD,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
+
import { SchemaListDivinerSchema } from './Schema';
|
|
3
|
+
export type SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`;
|
|
4
|
+
export declare const SchemaListQuerySchema: SchemaListQuerySchema;
|
|
5
|
+
export type SchemaListQueryPayload = Query<{
|
|
6
|
+
schema: SchemaListQuerySchema;
|
|
7
|
+
}>;
|
|
8
|
+
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
9
|
+
schema: SchemaListQuerySchema;
|
|
10
|
+
} & import("@xyo-network/payload-model").QueryFields;
|
|
11
|
+
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAElD,MAAM,MAAM,qBAAqB,GAAG,GAAG,uBAAuB,QAAQ,CAAA;AACtE,eAAO,MAAM,qBAAqB,EAAE,qBAA0D,CAAA;AAE9F,MAAM,MAAM,sBAAsB,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,qBAAqB,CAAA;CAAE,CAAC,CAAA;AAC7E,eAAO,MAAM,wBAAwB,OAAQ,OAAO,GAAG,IAAI;YADN,qBAAqB;oDACsD,CAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var Query_exports = {};
|
|
20
|
+
__export(Query_exports, {
|
|
21
|
+
SchemaListQuerySchema: () => SchemaListQuerySchema,
|
|
22
|
+
isSchemaListQueryPayload: () => isSchemaListQueryPayload
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(Query_exports);
|
|
25
|
+
var import_Schema = require("./Schema");
|
|
26
|
+
const SchemaListQuerySchema = `${import_Schema.SchemaListDivinerSchema}.query`;
|
|
27
|
+
const isSchemaListQueryPayload = (x) => x?.schema === SchemaListQuerySchema;
|
|
28
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
+
0 && (module.exports = {
|
|
30
|
+
SchemaListQuerySchema,
|
|
31
|
+
isSchemaListQueryPayload
|
|
32
|
+
});
|
|
33
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Query.ts"],"sourcesContent":["import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { SchemaListDivinerSchema } from './Schema'\n\nexport type SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\nexport const SchemaListQuerySchema: SchemaListQuerySchema = `${SchemaListDivinerSchema}.query`\n\nexport type SchemaListQueryPayload = Query<{ schema: SchemaListQuerySchema }>\nexport const isSchemaListQueryPayload = (x?: Payload | null): x is SchemaListQueryPayload => x?.schema === SchemaListQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,oBAAwC;AAGjC,MAAM,wBAA+C,GAAG,qCAAuB;AAG/E,MAAM,2BAA2B,CAAC,MAAoD,GAAG,WAAW;","names":[]}
|