@xyo-network/diviner-coin-user-locations-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 +19 -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 +1 -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 +35 -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 +12 -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 +33 -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 +12 -0
- package/dist/browser/Schema.js.map +1 -0
- package/dist/{index.js → browser/index.cjs} +1 -10
- 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 +7 -0
- package/dist/node/Config.d.mts.map +1 -0
- package/dist/node/Config.d.ts +7 -0
- package/dist/node/Config.d.ts.map +1 -0
- package/dist/node/Config.js +17 -0
- package/dist/node/Config.js.map +1 -0
- package/dist/node/Config.mjs +1 -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 +9 -0
- package/dist/node/Payload.d.mts.map +1 -0
- package/dist/node/Payload.d.ts +9 -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 +7 -0
- package/dist/node/Query.d.mts.map +1 -0
- package/dist/node/Query.d.ts +7 -0
- package/dist/node/Query.d.ts.map +1 -0
- package/dist/node/Query.js +30 -0
- package/dist/node/Query.js.map +1 -0
- package/dist/node/Query.mjs +6 -0
- package/dist/node/Query.mjs.map +1 -0
- package/dist/node/Schema.d.mts +9 -0
- package/dist/node/Schema.d.mts.map +1 -0
- package/dist/node/Schema.d.ts +9 -0
- package/dist/node/Schema.d.ts.map +1 -0
- package/dist/node/Schema.js +38 -0
- package/dist/node/Schema.js.map +1 -0
- package/dist/node/Schema.mjs +11 -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 -1011
- 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,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/Config.ts
|
|
17
|
+
var Config_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(Config_exports);
|
|
19
|
+
//# sourceMappingURL=Config.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Config.ts"],"sourcesContent":["import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { CoinUserLocationsDivinerConfigSchema } from './Schema'\n\nexport type CoinUserLocationsDivinerConfig = DivinerConfig<{\n address?: string\n schema: CoinUserLocationsDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","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;AAE1D,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAA;AAE/D,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC;IACzD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,oCAAoC,CAAA;CAC7C,CAAC,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;AAE1D,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAA;AAE/D,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC;IACzD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,oCAAoC,CAAA;CAC7C,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","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 { CoinUserLocationsDivinerConfig } from './Config'\n\nexport type CoinUserLocationsDivinerParams = DivinerParams<AnyConfigSchema<CoinUserLocationsDivinerConfig>>\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,8BAA8B,EAAE,MAAM,UAAU,CAAA;AAEzD,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC,eAAe,CAAC,8BAA8B,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,8BAA8B,EAAE,MAAM,UAAU,CAAA;AAEzD,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC,eAAe,CAAC,8BAA8B,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Params.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
isCoinUserLocationsPayload: () => isCoinUserLocationsPayload
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(Payload_exports);
|
|
26
|
+
|
|
27
|
+
// src/Schema.ts
|
|
28
|
+
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
29
|
+
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
30
|
+
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
31
|
+
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
32
|
+
|
|
33
|
+
// src/Payload.ts
|
|
34
|
+
var isCoinUserLocationsPayload = (x) => x?.schema === CoinUserLocationsSchema;
|
|
35
|
+
//# 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 { CoinUserLocationsSchema } from './Schema'\n\nexport type CoinUserLocationsPayload = Payload<{ schema: CoinUserLocationsSchema }>\nexport const isCoinUserLocationsPayload = (x?: Payload | null): x is CoinUserLocationsPayload => x?.schema === CoinUserLocationsSchema\n","export type CoinUserLocationsSchema = 'co.coinapp.user.locations'\nexport const CoinUserLocationsSchema: CoinUserLocationsSchema = 'co.coinapp.user.locations'\n\nexport type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\nexport const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\n\nexport type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\nexport const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\n\nexport type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\nexport const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCO,IAAM,0BAAmD;AAGzD,IAAM,iCAAiE;AAGvE,IAAM,uCAA6E,GAAG,8BAA8B;AAGpH,IAAM,+BAA6D,GAAG,8BAA8B;;;ADLpG,IAAM,6BAA6B,CAAC,MAAsD,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,wBAAwB,GAAG,OAAO,CAAC;IAAE,MAAM,EAAE,uBAAuB,CAAA;CAAE,CAAC,CAAA;AACnF,eAAO,MAAM,0BAA0B,OAAQ,OAAO,GAAG,IAAI;YADJ,uBAAuB;CACsD,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,wBAAwB,GAAG,OAAO,CAAC;IAAE,MAAM,EAAE,uBAAuB,CAAA;CAAE,CAAC,CAAA;AACnF,eAAO,MAAM,0BAA0B,OAAQ,OAAO,GAAG,IAAI;YADJ,uBAAuB;CACsD,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/Schema.ts
|
|
2
|
+
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
3
|
+
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
4
|
+
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
5
|
+
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
6
|
+
|
|
7
|
+
// src/Payload.ts
|
|
8
|
+
var isCoinUserLocationsPayload = (x) => x?.schema === CoinUserLocationsSchema;
|
|
9
|
+
export {
|
|
10
|
+
isCoinUserLocationsPayload
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=Payload.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Payload.ts"],"sourcesContent":["export type CoinUserLocationsSchema = 'co.coinapp.user.locations'\nexport const CoinUserLocationsSchema: CoinUserLocationsSchema = 'co.coinapp.user.locations'\n\nexport type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\nexport const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\n\nexport type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\nexport const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\n\nexport type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\nexport const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsSchema } from './Schema'\n\nexport type CoinUserLocationsPayload = Payload<{ schema: CoinUserLocationsSchema }>\nexport const isCoinUserLocationsPayload = (x?: Payload | null): x is CoinUserLocationsPayload => x?.schema === CoinUserLocationsSchema\n"],"mappings":";AACO,IAAM,0BAAmD;AAGzD,IAAM,iCAAiE;AAGvE,IAAM,uCAA6E,GAAG,8BAA8B;AAGpH,IAAM,+BAA6D,GAAG,8BAA8B;;;ACLpG,IAAM,6BAA6B,CAAC,MAAsD,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
|
+
isCoinUserLocationsQueryPayload: () => isCoinUserLocationsQueryPayload
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(Query_exports);
|
|
26
|
+
|
|
27
|
+
// src/Schema.ts
|
|
28
|
+
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
29
|
+
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
30
|
+
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
31
|
+
|
|
32
|
+
// src/Query.ts
|
|
33
|
+
var isCoinUserLocationsQueryPayload = (x) => x?.schema === CoinUserLocationsQuerySchema;
|
|
34
|
+
//# sourceMappingURL=Query.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Query.ts","../../src/Schema.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsQuerySchema } from './Schema'\n\nexport type CoinUserLocationsQueryPayload = Query<{ schema: CoinUserLocationsQuerySchema } & PayloadFindFilter>\nexport const isCoinUserLocationsQueryPayload = (x?: Payload | null): x is CoinUserLocationsQueryPayload => x?.schema === CoinUserLocationsQuerySchema\n","export type CoinUserLocationsSchema = 'co.coinapp.user.locations'\nexport const CoinUserLocationsSchema: CoinUserLocationsSchema = 'co.coinapp.user.locations'\n\nexport type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\nexport const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\n\nexport type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\nexport const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\n\nexport type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\nexport const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACIO,IAAM,iCAAiE;AAGvE,IAAM,uCAA6E,GAAG,8BAA8B;AAGpH,IAAM,+BAA6D,GAAG,8BAA8B;;;ADLpG,IAAM,kCAAkC,CAAC,MAA2D,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,iBAAiB,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAEvD,MAAM,MAAM,6BAA6B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,4BAA4B,CAAA;CAAE,GAAG,iBAAiB,CAAC,CAAA;AAC/G,eAAO,MAAM,+BAA+B,OAAQ,OAAO,GAAG,IAAI,uCAAmF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAEvD,MAAM,MAAM,6BAA6B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,4BAA4B,CAAA;CAAE,GAAG,iBAAiB,CAAC,CAAA;AAC/G,eAAO,MAAM,+BAA+B,OAAQ,OAAO,GAAG,IAAI,uCAAmF,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// src/Schema.ts
|
|
2
|
+
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
3
|
+
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
4
|
+
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
5
|
+
|
|
6
|
+
// src/Query.ts
|
|
7
|
+
var isCoinUserLocationsQueryPayload = (x) => x?.schema === CoinUserLocationsQuerySchema;
|
|
8
|
+
export {
|
|
9
|
+
isCoinUserLocationsQueryPayload
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Query.ts"],"sourcesContent":["export type CoinUserLocationsSchema = 'co.coinapp.user.locations'\nexport const CoinUserLocationsSchema: CoinUserLocationsSchema = 'co.coinapp.user.locations'\n\nexport type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\nexport const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\n\nexport type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\nexport const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\n\nexport type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\nexport const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsQuerySchema } from './Schema'\n\nexport type CoinUserLocationsQueryPayload = Query<{ schema: CoinUserLocationsQuerySchema } & PayloadFindFilter>\nexport const isCoinUserLocationsQueryPayload = (x?: Payload | null): x is CoinUserLocationsQueryPayload => x?.schema === CoinUserLocationsQuerySchema\n"],"mappings":";AAIO,IAAM,iCAAiE;AAGvE,IAAM,uCAA6E,GAAG,8BAA8B;AAGpH,IAAM,+BAA6D,GAAG,8BAA8B;;;ACLpG,IAAM,kCAAkC,CAAC,MAA2D,GAAG,WAAW;","names":[]}
|
|
@@ -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
|
+
|
|
20
|
+
// src/Schema.ts
|
|
21
|
+
var Schema_exports = {};
|
|
22
|
+
__export(Schema_exports, {
|
|
23
|
+
CoinUserLocationsDivinerConfigSchema: () => CoinUserLocationsDivinerConfigSchema,
|
|
24
|
+
CoinUserLocationsDivinerSchema: () => CoinUserLocationsDivinerSchema,
|
|
25
|
+
CoinUserLocationsQuerySchema: () => CoinUserLocationsQuerySchema,
|
|
26
|
+
CoinUserLocationsSchema: () => CoinUserLocationsSchema
|
|
27
|
+
});
|
|
28
|
+
module.exports = __toCommonJS(Schema_exports);
|
|
29
|
+
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
30
|
+
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
31
|
+
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
32
|
+
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
33
|
+
//# sourceMappingURL=Schema.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts"],"sourcesContent":["export type CoinUserLocationsSchema = 'co.coinapp.user.locations'\nexport const CoinUserLocationsSchema: CoinUserLocationsSchema = 'co.coinapp.user.locations'\n\nexport type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\nexport const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\n\nexport type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\nexport const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\n\nexport type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\nexport const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACO,IAAM,0BAAmD;AAGzD,IAAM,iCAAiE;AAGvE,IAAM,uCAA6E,GAAG,8BAA8B;AAGpH,IAAM,+BAA6D,GAAG,8BAA8B;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG,2BAA2B,CAAA;AACjE,eAAO,MAAM,uBAAuB,EAAE,uBAAqD,CAAA;AAE3F,MAAM,MAAM,8BAA8B,GAAG,mCAAmC,CAAA;AAChF,eAAO,MAAM,8BAA8B,EAAE,8BAAoE,CAAA;AAEjH,MAAM,MAAM,oCAAoC,GAAG,GAAG,8BAA8B,SAAS,CAAA;AAC7F,eAAO,MAAM,oCAAoC,EAAE,oCAAiF,CAAA;AAEpI,MAAM,MAAM,4BAA4B,GAAG,GAAG,8BAA8B,QAAQ,CAAA;AACpF,eAAO,MAAM,4BAA4B,EAAE,4BAAwE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG,2BAA2B,CAAA;AACjE,eAAO,MAAM,uBAAuB,EAAE,uBAAqD,CAAA;AAE3F,MAAM,MAAM,8BAA8B,GAAG,mCAAmC,CAAA;AAChF,eAAO,MAAM,8BAA8B,EAAE,8BAAoE,CAAA;AAEjH,MAAM,MAAM,oCAAoC,GAAG,GAAG,8BAA8B,SAAS,CAAA;AAC7F,eAAO,MAAM,oCAAoC,EAAE,oCAAiF,CAAA;AAEpI,MAAM,MAAM,4BAA4B,GAAG,GAAG,8BAA8B,QAAQ,CAAA;AACpF,eAAO,MAAM,4BAA4B,EAAE,4BAAwE,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// src/Schema.ts
|
|
2
|
+
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
3
|
+
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
4
|
+
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
5
|
+
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
6
|
+
export {
|
|
7
|
+
CoinUserLocationsDivinerConfigSchema,
|
|
8
|
+
CoinUserLocationsDivinerSchema,
|
|
9
|
+
CoinUserLocationsQuerySchema,
|
|
10
|
+
CoinUserLocationsSchema
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=Schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts"],"sourcesContent":["export type CoinUserLocationsSchema = 'co.coinapp.user.locations'\nexport const CoinUserLocationsSchema: CoinUserLocationsSchema = 'co.coinapp.user.locations'\n\nexport type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\nexport const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\n\nexport type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\nexport const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\n\nexport type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\nexport const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\n"],"mappings":";AACO,IAAM,0BAAmD;AAGzD,IAAM,iCAAiE;AAGvE,IAAM,uCAA6E,GAAG,8BAA8B;AAGpH,IAAM,+BAA6D,GAAG,8BAA8B;","names":[]}
|
|
@@ -40,13 +40,4 @@ var isCoinUserLocationsPayload = (x) => x?.schema === CoinUserLocationsSchema;
|
|
|
40
40
|
|
|
41
41
|
// src/Query.ts
|
|
42
42
|
var isCoinUserLocationsQueryPayload = (x) => x?.schema === CoinUserLocationsQuerySchema;
|
|
43
|
-
|
|
44
|
-
0 && (module.exports = {
|
|
45
|
-
CoinUserLocationsDivinerConfigSchema,
|
|
46
|
-
CoinUserLocationsDivinerSchema,
|
|
47
|
-
CoinUserLocationsQuerySchema,
|
|
48
|
-
CoinUserLocationsSchema,
|
|
49
|
-
isCoinUserLocationsPayload,
|
|
50
|
-
isCoinUserLocationsQueryPayload
|
|
51
|
-
});
|
|
52
|
-
//# sourceMappingURL=index.js.map
|
|
43
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.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 CoinUserLocationsSchema = 'co.coinapp.user.locations'\nexport const CoinUserLocationsSchema: CoinUserLocationsSchema = 'co.coinapp.user.locations'\n\nexport type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\nexport const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\n\nexport type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\nexport const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\n\nexport type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\nexport const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsSchema } from './Schema'\n\nexport type CoinUserLocationsPayload = Payload<{ schema: CoinUserLocationsSchema }>\nexport const isCoinUserLocationsPayload = (x?: Payload | null): x is CoinUserLocationsPayload => x?.schema === CoinUserLocationsSchema\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsQuerySchema } from './Schema'\n\nexport type CoinUserLocationsQueryPayload = Query<{ schema: CoinUserLocationsQuerySchema } & PayloadFindFilter>\nexport const isCoinUserLocationsQueryPayload = (x?: Payload | null): x is CoinUserLocationsQueryPayload => x?.schema === CoinUserLocationsQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCO,IAAM,0BAAmD;AAGzD,IAAM,iCAAiE;AAGvE,IAAM,uCAA6E,GAAG,8BAA8B;AAGpH,IAAM,+BAA6D,GAAG,8BAA8B;;;ACLpG,IAAM,6BAA6B,CAAC,MAAsD,GAAG,WAAW;;;ACAxG,IAAM,kCAAkC,CAAC,MAA2D,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/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type CoinUserLocationsSchema = 'co.coinapp.user.locations'\nexport const CoinUserLocationsSchema: CoinUserLocationsSchema = 'co.coinapp.user.locations'\n\nexport type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\nexport const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations'\n\nexport type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\nexport const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`\n\nexport type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\nexport const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsSchema } from './Schema'\n\nexport type CoinUserLocationsPayload = Payload<{ schema: CoinUserLocationsSchema }>\nexport const isCoinUserLocationsPayload = (x?: Payload | null): x is CoinUserLocationsPayload => x?.schema === CoinUserLocationsSchema\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsQuerySchema } from './Schema'\n\nexport type CoinUserLocationsQueryPayload = Query<{ schema: CoinUserLocationsQuerySchema } & PayloadFindFilter>\nexport const isCoinUserLocationsQueryPayload = (x?: Payload | null): x is CoinUserLocationsQueryPayload => x?.schema === CoinUserLocationsQuerySchema\n"],"mappings":";AACO,IAAM,0BAAmD;AAGzD,IAAM,iCAAiE;AAGvE,IAAM,uCAA6E,GAAG,8BAA8B;AAGpH,IAAM,+BAA6D,GAAG,8BAA8B;;;ACLpG,IAAM,6BAA6B,CAAC,MAAsD,GAAG,WAAW;;;ACAxG,IAAM,kCAAkC,CAAC,MAA2D,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
+
import { CoinUserLocationsDivinerConfigSchema } from './Schema';
|
|
3
|
+
export type CoinUserLocationsDivinerConfig = DivinerConfig<{
|
|
4
|
+
address?: string;
|
|
5
|
+
schema: CoinUserLocationsDivinerConfigSchema;
|
|
6
|
+
}>;
|
|
7
|
+
//# 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;AAE1D,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAA;AAE/D,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC;IACzD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,oCAAoC,CAAA;CAC7C,CAAC,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
|
+
import { CoinUserLocationsDivinerConfigSchema } from './Schema';
|
|
3
|
+
export type CoinUserLocationsDivinerConfig = DivinerConfig<{
|
|
4
|
+
address?: string;
|
|
5
|
+
schema: CoinUserLocationsDivinerConfigSchema;
|
|
6
|
+
}>;
|
|
7
|
+
//# 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;AAE1D,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAA;AAE/D,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC;IACzD,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,oCAAoC,CAAA;CAC7C,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 Config_exports = {};
|
|
16
|
+
module.exports = __toCommonJS(Config_exports);
|
|
17
|
+
//# sourceMappingURL=Config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Config.ts"],"sourcesContent":["import { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { CoinUserLocationsDivinerConfigSchema } from './Schema'\n\nexport type CoinUserLocationsDivinerConfig = DivinerConfig<{\n address?: string\n schema: CoinUserLocationsDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=Config.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
|
+
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
+
import { CoinUserLocationsDivinerConfig } from './Config';
|
|
4
|
+
export type CoinUserLocationsDivinerParams = DivinerParams<AnyConfigSchema<CoinUserLocationsDivinerConfig>>;
|
|
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,8BAA8B,EAAE,MAAM,UAAU,CAAA;AAEzD,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC,eAAe,CAAC,8BAA8B,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 { CoinUserLocationsDivinerConfig } from './Config';
|
|
4
|
+
export type CoinUserLocationsDivinerParams = DivinerParams<AnyConfigSchema<CoinUserLocationsDivinerConfig>>;
|
|
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,8BAA8B,EAAE,MAAM,UAAU,CAAA;AAEzD,MAAM,MAAM,8BAA8B,GAAG,aAAa,CAAC,eAAe,CAAC,8BAA8B,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 { CoinUserLocationsDivinerConfig } from './Config'\n\nexport type CoinUserLocationsDivinerParams = DivinerParams<AnyConfigSchema<CoinUserLocationsDivinerConfig>>\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,9 @@
|
|
|
1
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
+
import { CoinUserLocationsSchema } from './Schema';
|
|
3
|
+
export type CoinUserLocationsPayload = Payload<{
|
|
4
|
+
schema: CoinUserLocationsSchema;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
7
|
+
schema: CoinUserLocationsSchema;
|
|
8
|
+
};
|
|
9
|
+
//# 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,wBAAwB,GAAG,OAAO,CAAC;IAAE,MAAM,EAAE,uBAAuB,CAAA;CAAE,CAAC,CAAA;AACnF,eAAO,MAAM,0BAA0B,OAAQ,OAAO,GAAG,IAAI;YADJ,uBAAuB;CACsD,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
+
import { CoinUserLocationsSchema } from './Schema';
|
|
3
|
+
export type CoinUserLocationsPayload = Payload<{
|
|
4
|
+
schema: CoinUserLocationsSchema;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
7
|
+
schema: CoinUserLocationsSchema;
|
|
8
|
+
};
|
|
9
|
+
//# 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,wBAAwB,GAAG,OAAO,CAAC;IAAE,MAAM,EAAE,uBAAuB,CAAA;CAAE,CAAC,CAAA;AACnF,eAAO,MAAM,0BAA0B,OAAQ,OAAO,GAAG,IAAI;YADJ,uBAAuB;CACsD,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
|
+
isCoinUserLocationsPayload: () => isCoinUserLocationsPayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(Payload_exports);
|
|
24
|
+
var import_Schema = require("./Schema");
|
|
25
|
+
const isCoinUserLocationsPayload = (x) => x?.schema === import_Schema.CoinUserLocationsSchema;
|
|
26
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
+
0 && (module.exports = {
|
|
28
|
+
isCoinUserLocationsPayload
|
|
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 { CoinUserLocationsSchema } from './Schema'\n\nexport type CoinUserLocationsPayload = Payload<{ schema: CoinUserLocationsSchema }>\nexport const isCoinUserLocationsPayload = (x?: Payload | null): x is CoinUserLocationsPayload => x?.schema === CoinUserLocationsSchema\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,oBAAwC;AAGjC,MAAM,6BAA6B,CAAC,MAAsD,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Payload.ts"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsSchema } from './Schema'\n\nexport type CoinUserLocationsPayload = Payload<{ schema: CoinUserLocationsSchema }>\nexport const isCoinUserLocationsPayload = (x?: Payload | null): x is CoinUserLocationsPayload => x?.schema === CoinUserLocationsSchema\n"],"mappings":"AAEA,SAAS,+BAA+B;AAGjC,MAAM,6BAA6B,CAAC,MAAsD,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model';
|
|
2
|
+
import { CoinUserLocationsQuerySchema } from './Schema';
|
|
3
|
+
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
|
+
schema: CoinUserLocationsQuerySchema;
|
|
5
|
+
} & PayloadFindFilter>;
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
7
|
+
//# 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,iBAAiB,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAEvD,MAAM,MAAM,6BAA6B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,4BAA4B,CAAA;CAAE,GAAG,iBAAiB,CAAC,CAAA;AAC/G,eAAO,MAAM,+BAA+B,OAAQ,OAAO,GAAG,IAAI,uCAAmF,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model';
|
|
2
|
+
import { CoinUserLocationsQuerySchema } from './Schema';
|
|
3
|
+
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
|
+
schema: CoinUserLocationsQuerySchema;
|
|
5
|
+
} & PayloadFindFilter>;
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
7
|
+
//# 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,iBAAiB,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAE9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAEvD,MAAM,MAAM,6BAA6B,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,4BAA4B,CAAA;CAAE,GAAG,iBAAiB,CAAC,CAAA;AAC/G,eAAO,MAAM,+BAA+B,OAAQ,OAAO,GAAG,IAAI,uCAAmF,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 Query_exports = {};
|
|
20
|
+
__export(Query_exports, {
|
|
21
|
+
isCoinUserLocationsQueryPayload: () => isCoinUserLocationsQueryPayload
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(Query_exports);
|
|
24
|
+
var import_Schema = require("./Schema");
|
|
25
|
+
const isCoinUserLocationsQueryPayload = (x) => x?.schema === import_Schema.CoinUserLocationsQuerySchema;
|
|
26
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
+
0 && (module.exports = {
|
|
28
|
+
isCoinUserLocationsQueryPayload
|
|
29
|
+
});
|
|
30
|
+
//# sourceMappingURL=Query.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Query.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsQuerySchema } from './Schema'\n\nexport type CoinUserLocationsQueryPayload = Query<{ schema: CoinUserLocationsQuerySchema } & PayloadFindFilter>\nexport const isCoinUserLocationsQueryPayload = (x?: Payload | null): x is CoinUserLocationsQueryPayload => x?.schema === CoinUserLocationsQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,oBAA6C;AAGtC,MAAM,kCAAkC,CAAC,MAA2D,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/Query.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nimport { CoinUserLocationsQuerySchema } from './Schema'\n\nexport type CoinUserLocationsQueryPayload = Query<{ schema: CoinUserLocationsQuerySchema } & PayloadFindFilter>\nexport const isCoinUserLocationsQueryPayload = (x?: Payload | null): x is CoinUserLocationsQueryPayload => x?.schema === CoinUserLocationsQuerySchema\n"],"mappings":"AAEA,SAAS,oCAAoC;AAGtC,MAAM,kCAAkC,CAAC,MAA2D,GAAG,WAAW;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type CoinUserLocationsSchema = 'co.coinapp.user.locations';
|
|
2
|
+
export declare const CoinUserLocationsSchema: CoinUserLocationsSchema;
|
|
3
|
+
export type CoinUserLocationsDivinerSchema = 'co.coinapp.diviner.user.locations';
|
|
4
|
+
export declare const CoinUserLocationsDivinerSchema: CoinUserLocationsDivinerSchema;
|
|
5
|
+
export type CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
6
|
+
export declare const CoinUserLocationsDivinerConfigSchema: CoinUserLocationsDivinerConfigSchema;
|
|
7
|
+
export type CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
8
|
+
export declare const CoinUserLocationsQuerySchema: CoinUserLocationsQuerySchema;
|
|
9
|
+
//# sourceMappingURL=Schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG,2BAA2B,CAAA;AACjE,eAAO,MAAM,uBAAuB,EAAE,uBAAqD,CAAA;AAE3F,MAAM,MAAM,8BAA8B,GAAG,mCAAmC,CAAA;AAChF,eAAO,MAAM,8BAA8B,EAAE,8BAAoE,CAAA;AAEjH,MAAM,MAAM,oCAAoC,GAAG,GAAG,8BAA8B,SAAS,CAAA;AAC7F,eAAO,MAAM,oCAAoC,EAAE,oCAAiF,CAAA;AAEpI,MAAM,MAAM,4BAA4B,GAAG,GAAG,8BAA8B,QAAQ,CAAA;AACpF,eAAO,MAAM,4BAA4B,EAAE,4BAAwE,CAAA"}
|