@xyo-network/diviner-coin-user-locations-model 2.106.0 → 2.107.1
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/Payload.d.cts +1 -3
- package/dist/browser/Payload.d.cts.map +1 -1
- package/dist/browser/Payload.d.mts +1 -3
- package/dist/browser/Payload.d.mts.map +1 -1
- package/dist/browser/Payload.d.ts +1 -3
- package/dist/browser/Payload.d.ts.map +1 -1
- package/dist/browser/Query.d.cts +1 -9
- package/dist/browser/Query.d.cts.map +1 -1
- package/dist/browser/Query.d.mts +1 -9
- package/dist/browser/Query.d.mts.map +1 -1
- package/dist/browser/Query.d.ts +1 -9
- package/dist/browser/Query.d.ts.map +1 -1
- package/dist/browser/index.cjs +1 -43
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -22
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/Payload.d.cts +1 -3
- package/dist/neutral/Payload.d.cts.map +1 -1
- package/dist/neutral/Payload.d.mts +1 -3
- package/dist/neutral/Payload.d.mts.map +1 -1
- package/dist/neutral/Payload.d.ts +1 -3
- package/dist/neutral/Payload.d.ts.map +1 -1
- package/dist/neutral/Query.d.cts +1 -9
- package/dist/neutral/Query.d.cts.map +1 -1
- package/dist/neutral/Query.d.mts +1 -9
- package/dist/neutral/Query.d.mts.map +1 -1
- package/dist/neutral/Query.d.ts +1 -9
- package/dist/neutral/Query.d.ts.map +1 -1
- package/dist/neutral/index.cjs +1 -43
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -22
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/Payload.d.cts +1 -3
- package/dist/node/Payload.d.cts.map +1 -1
- package/dist/node/Payload.d.mts +1 -3
- package/dist/node/Payload.d.mts.map +1 -1
- package/dist/node/Payload.d.ts +1 -3
- package/dist/node/Payload.d.ts.map +1 -1
- package/dist/node/Query.d.cts +1 -9
- package/dist/node/Query.d.cts.map +1 -1
- package/dist/node/Query.d.mts +1 -9
- package/dist/node/Query.d.mts.map +1 -1
- package/dist/node/Query.d.ts +1 -9
- package/dist/node/Query.d.ts.map +1 -1
- package/dist/node/index.cjs +1 -52
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -22
- package/dist/node/index.js.map +1 -1
- package/package.json +7 -7
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
package/dist/browser/Query.d.cts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/browser/Query.d.mts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/browser/Query.d.ts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/browser/index.cjs
CHANGED
|
@@ -1,44 +1,2 @@
|
|
|
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 __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
CoinUserLocationsDivinerConfigSchema: () => CoinUserLocationsDivinerConfigSchema,
|
|
25
|
-
CoinUserLocationsDivinerSchema: () => CoinUserLocationsDivinerSchema,
|
|
26
|
-
CoinUserLocationsQuerySchema: () => CoinUserLocationsQuerySchema,
|
|
27
|
-
CoinUserLocationsSchema: () => CoinUserLocationsSchema,
|
|
28
|
-
isCoinUserLocationsPayload: () => isCoinUserLocationsPayload,
|
|
29
|
-
isCoinUserLocationsQueryPayload: () => isCoinUserLocationsQueryPayload
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(src_exports);
|
|
32
|
-
|
|
33
|
-
// src/Schema.ts
|
|
34
|
-
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
35
|
-
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
36
|
-
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
37
|
-
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
38
|
-
|
|
39
|
-
// src/Payload.ts
|
|
40
|
-
var isCoinUserLocationsPayload = /* @__PURE__ */ __name((x) => x?.schema === CoinUserLocationsSchema, "isCoinUserLocationsPayload");
|
|
41
|
-
|
|
42
|
-
// src/Query.ts
|
|
43
|
-
var isCoinUserLocationsQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === CoinUserLocationsQuerySchema, "isCoinUserLocationsQueryPayload");
|
|
1
|
+
"use strict";var n=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var s=(o,r)=>n(o,"name",{value:r,configurable:!0});var C=(o,r)=>{for(var i in r)n(o,i,{get:r[i],enumerable:!0})},h=(o,r,i,m)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of x(r))!f.call(o,e)&&e!==i&&n(o,e,{get:()=>r[e],enumerable:!(m=p(r,e))||m.enumerable});return o};var L=o=>h(n({},"__esModule",{value:!0}),o);var S={};C(S,{CoinUserLocationsDivinerConfigSchema:()=>U,CoinUserLocationsDivinerSchema:()=>t,CoinUserLocationsQuerySchema:()=>a,CoinUserLocationsSchema:()=>c,isCoinUserLocationsPayload:()=>u,isCoinUserLocationsQueryPayload:()=>y});module.exports=L(S);var c="co.coinapp.user.locations",t="co.coinapp.diviner.user.locations",U=`${t}.config`,a=`${t}.query`;var u=s(o=>o?.schema===c,"isCoinUserLocationsPayload");var y=s(o=>o?.schema===a,"isCoinUserLocationsQueryPayload");
|
|
44
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +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":"
|
|
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":"4dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0CAAAE,EAAA,mCAAAC,EAAA,iCAAAC,EAAA,4BAAAC,EAAA,+BAAAC,EAAA,oCAAAC,IAAA,eAAAC,EAAAR,GCCO,IAAMS,EAAmD,4BAGnDC,EAAiE,oCAGjEC,EAA6E,GAAGD,CAAAA,UAGhFE,EAA6D,GAAGF,CAAAA,SCLtE,IAAMG,EAA6BC,EAACC,GAAsDA,GAAGC,SAAWC,EAArE,8BCAnC,IAAMC,EAAkCC,EAACC,GAA2DA,GAAGC,SAAWC,EAA1E","names":["src_exports","__export","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsQuerySchema","CoinUserLocationsSchema","isCoinUserLocationsPayload","isCoinUserLocationsQueryPayload","__toCommonJS","CoinUserLocationsSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsQuerySchema","isCoinUserLocationsPayload","__name","x","schema","CoinUserLocationsSchema","isCoinUserLocationsQueryPayload","__name","x","schema","CoinUserLocationsQuerySchema"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
var
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
6
|
-
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
7
|
-
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
8
|
-
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
9
|
-
|
|
10
|
-
// src/Payload.ts
|
|
11
|
-
var isCoinUserLocationsPayload = /* @__PURE__ */ __name((x) => x?.schema === CoinUserLocationsSchema, "isCoinUserLocationsPayload");
|
|
12
|
-
|
|
13
|
-
// src/Query.ts
|
|
14
|
-
var isCoinUserLocationsQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === CoinUserLocationsQuerySchema, "isCoinUserLocationsQueryPayload");
|
|
15
|
-
export {
|
|
16
|
-
CoinUserLocationsDivinerConfigSchema,
|
|
17
|
-
CoinUserLocationsDivinerSchema,
|
|
18
|
-
CoinUserLocationsQuerySchema,
|
|
19
|
-
CoinUserLocationsSchema,
|
|
20
|
-
isCoinUserLocationsPayload,
|
|
21
|
-
isCoinUserLocationsQueryPayload
|
|
22
|
-
};
|
|
1
|
+
var c=Object.defineProperty;var r=(o,s)=>c(o,"name",{value:s,configurable:!0});var e="co.coinapp.user.locations",i="co.coinapp.diviner.user.locations",a=`${i}.config`,n=`${i}.query`;var x=r(o=>o?.schema===e,"isCoinUserLocationsPayload");var L=r(o=>o?.schema===n,"isCoinUserLocationsQueryPayload");export{a as CoinUserLocationsDivinerConfigSchema,i as CoinUserLocationsDivinerSchema,n as CoinUserLocationsQuerySchema,e as CoinUserLocationsSchema,x as isCoinUserLocationsPayload,L as isCoinUserLocationsQueryPayload};
|
|
23
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +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":"
|
|
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":"+EACO,IAAMA,EAAmD,4BAGnDC,EAAiE,oCAGjEC,EAA6E,GAAGD,CAAAA,UAGhFE,EAA6D,GAAGF,CAAAA,SCLtE,IAAMG,EAA6BC,EAACC,GAAsDA,GAAGC,SAAWC,EAArE,8BCAnC,IAAMC,EAAkCC,EAACC,GAA2DA,GAAGC,SAAWC,EAA1E","names":["CoinUserLocationsSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsQuerySchema","isCoinUserLocationsPayload","__name","x","schema","CoinUserLocationsSchema","isCoinUserLocationsQueryPayload","__name","x","schema","CoinUserLocationsQuerySchema"]}
|
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
package/dist/neutral/Query.d.cts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/neutral/Query.d.mts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/neutral/Query.d.ts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,44 +1,2 @@
|
|
|
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 __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
CoinUserLocationsDivinerConfigSchema: () => CoinUserLocationsDivinerConfigSchema,
|
|
25
|
-
CoinUserLocationsDivinerSchema: () => CoinUserLocationsDivinerSchema,
|
|
26
|
-
CoinUserLocationsQuerySchema: () => CoinUserLocationsQuerySchema,
|
|
27
|
-
CoinUserLocationsSchema: () => CoinUserLocationsSchema,
|
|
28
|
-
isCoinUserLocationsPayload: () => isCoinUserLocationsPayload,
|
|
29
|
-
isCoinUserLocationsQueryPayload: () => isCoinUserLocationsQueryPayload
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(src_exports);
|
|
32
|
-
|
|
33
|
-
// src/Schema.ts
|
|
34
|
-
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
35
|
-
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
36
|
-
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
37
|
-
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
38
|
-
|
|
39
|
-
// src/Payload.ts
|
|
40
|
-
var isCoinUserLocationsPayload = /* @__PURE__ */ __name((x) => x?.schema === CoinUserLocationsSchema, "isCoinUserLocationsPayload");
|
|
41
|
-
|
|
42
|
-
// src/Query.ts
|
|
43
|
-
var isCoinUserLocationsQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === CoinUserLocationsQuerySchema, "isCoinUserLocationsQueryPayload");
|
|
1
|
+
"use strict";var n=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var s=(o,r)=>n(o,"name",{value:r,configurable:!0});var C=(o,r)=>{for(var i in r)n(o,i,{get:r[i],enumerable:!0})},h=(o,r,i,m)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of x(r))!f.call(o,e)&&e!==i&&n(o,e,{get:()=>r[e],enumerable:!(m=p(r,e))||m.enumerable});return o};var L=o=>h(n({},"__esModule",{value:!0}),o);var S={};C(S,{CoinUserLocationsDivinerConfigSchema:()=>U,CoinUserLocationsDivinerSchema:()=>t,CoinUserLocationsQuerySchema:()=>a,CoinUserLocationsSchema:()=>c,isCoinUserLocationsPayload:()=>u,isCoinUserLocationsQueryPayload:()=>y});module.exports=L(S);var c="co.coinapp.user.locations",t="co.coinapp.diviner.user.locations",U=`${t}.config`,a=`${t}.query`;var u=s(o=>o?.schema===c,"isCoinUserLocationsPayload");var y=s(o=>o?.schema===a,"isCoinUserLocationsQueryPayload");
|
|
44
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +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":"
|
|
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":"4dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0CAAAE,EAAA,mCAAAC,EAAA,iCAAAC,EAAA,4BAAAC,EAAA,+BAAAC,EAAA,oCAAAC,IAAA,eAAAC,EAAAR,GCCO,IAAMS,EAAmD,4BAGnDC,EAAiE,oCAGjEC,EAA6E,GAAGD,CAAAA,UAGhFE,EAA6D,GAAGF,CAAAA,SCLtE,IAAMG,EAA6BC,EAACC,GAAsDA,GAAGC,SAAWC,EAArE,8BCAnC,IAAMC,EAAkCC,EAACC,GAA2DA,GAAGC,SAAWC,EAA1E","names":["src_exports","__export","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsQuerySchema","CoinUserLocationsSchema","isCoinUserLocationsPayload","isCoinUserLocationsQueryPayload","__toCommonJS","CoinUserLocationsSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsQuerySchema","isCoinUserLocationsPayload","__name","x","schema","CoinUserLocationsSchema","isCoinUserLocationsQueryPayload","__name","x","schema","CoinUserLocationsQuerySchema"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
var
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
6
|
-
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
7
|
-
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
8
|
-
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
9
|
-
|
|
10
|
-
// src/Payload.ts
|
|
11
|
-
var isCoinUserLocationsPayload = /* @__PURE__ */ __name((x) => x?.schema === CoinUserLocationsSchema, "isCoinUserLocationsPayload");
|
|
12
|
-
|
|
13
|
-
// src/Query.ts
|
|
14
|
-
var isCoinUserLocationsQueryPayload = /* @__PURE__ */ __name((x) => x?.schema === CoinUserLocationsQuerySchema, "isCoinUserLocationsQueryPayload");
|
|
15
|
-
export {
|
|
16
|
-
CoinUserLocationsDivinerConfigSchema,
|
|
17
|
-
CoinUserLocationsDivinerSchema,
|
|
18
|
-
CoinUserLocationsQuerySchema,
|
|
19
|
-
CoinUserLocationsSchema,
|
|
20
|
-
isCoinUserLocationsPayload,
|
|
21
|
-
isCoinUserLocationsQueryPayload
|
|
22
|
-
};
|
|
1
|
+
var c=Object.defineProperty;var r=(o,s)=>c(o,"name",{value:s,configurable:!0});var e="co.coinapp.user.locations",i="co.coinapp.diviner.user.locations",a=`${i}.config`,n=`${i}.query`;var x=r(o=>o?.schema===e,"isCoinUserLocationsPayload");var L=r(o=>o?.schema===n,"isCoinUserLocationsQueryPayload");export{a as CoinUserLocationsDivinerConfigSchema,i as CoinUserLocationsDivinerSchema,n as CoinUserLocationsQuerySchema,e as CoinUserLocationsSchema,x as isCoinUserLocationsPayload,L as isCoinUserLocationsQueryPayload};
|
|
23
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +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":"
|
|
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":"+EACO,IAAMA,EAAmD,4BAGnDC,EAAiE,oCAGjEC,EAA6E,GAAGD,CAAAA,UAGhFE,EAA6D,GAAGF,CAAAA,SCLtE,IAAMG,EAA6BC,EAACC,GAAsDA,GAAGC,SAAWC,EAArE,8BCAnC,IAAMC,EAAkCC,EAACC,GAA2DA,GAAGC,SAAWC,EAA1E","names":["CoinUserLocationsSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsQuerySchema","isCoinUserLocationsPayload","__name","x","schema","CoinUserLocationsSchema","isCoinUserLocationsQueryPayload","__name","x","schema","CoinUserLocationsQuerySchema"]}
|
package/dist/node/Payload.d.cts
CHANGED
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
package/dist/node/Payload.d.mts
CHANGED
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
package/dist/node/Payload.d.ts
CHANGED
|
@@ -3,7 +3,5 @@ import { CoinUserLocationsSchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsPayload = Payload<{
|
|
4
4
|
schema: CoinUserLocationsSchema;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsSchema;
|
|
8
|
-
};
|
|
6
|
+
export declare const isCoinUserLocationsPayload: (x?: Payload | null) => x is CoinUserLocationsPayload;
|
|
9
7
|
//# sourceMappingURL=Payload.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,wBAAiE,CAAA"}
|
package/dist/node/Query.d.cts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/node/Query.d.mts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/node/Query.d.ts
CHANGED
|
@@ -3,13 +3,5 @@ import { CoinUserLocationsQuerySchema } from './Schema';
|
|
|
3
3
|
export type CoinUserLocationsQueryPayload = Query<{
|
|
4
4
|
schema: CoinUserLocationsQuerySchema;
|
|
5
5
|
} & PayloadFindFilter>;
|
|
6
|
-
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is
|
|
7
|
-
schema: CoinUserLocationsQuerySchema;
|
|
8
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
9
|
-
schema: "co.coinapp.diviner.user.locations.query";
|
|
10
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
-
schema: CoinUserLocationsQuerySchema;
|
|
12
|
-
} & PayloadFindFilter & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
13
|
-
schema: "co.coinapp.diviner.user.locations.query" & string[];
|
|
14
|
-
});
|
|
6
|
+
export declare const isCoinUserLocationsQueryPayload: (x?: Payload | null) => x is CoinUserLocationsQueryPayload;
|
|
15
7
|
//# sourceMappingURL=Query.d.ts.map
|
package/dist/node/Query.d.ts.map
CHANGED
|
@@ -1 +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
|
|
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,KAAG,CAAC,IAAI,6BAA2E,CAAA"}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,53 +1,2 @@
|
|
|
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 __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all)
|
|
9
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
-
};
|
|
11
|
-
var __copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
-
for (let key of __getOwnPropNames(from))
|
|
14
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
-
}
|
|
17
|
-
return to;
|
|
18
|
-
};
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
CoinUserLocationsDivinerConfigSchema: () => CoinUserLocationsDivinerConfigSchema,
|
|
25
|
-
CoinUserLocationsDivinerSchema: () => CoinUserLocationsDivinerSchema,
|
|
26
|
-
CoinUserLocationsQuerySchema: () => CoinUserLocationsQuerySchema,
|
|
27
|
-
CoinUserLocationsSchema: () => CoinUserLocationsSchema,
|
|
28
|
-
isCoinUserLocationsPayload: () => isCoinUserLocationsPayload,
|
|
29
|
-
isCoinUserLocationsQueryPayload: () => isCoinUserLocationsQueryPayload
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(src_exports);
|
|
32
|
-
|
|
33
|
-
// src/Schema.ts
|
|
34
|
-
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
35
|
-
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
36
|
-
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
37
|
-
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
38
|
-
|
|
39
|
-
// src/Payload.ts
|
|
40
|
-
var isCoinUserLocationsPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === CoinUserLocationsSchema, "isCoinUserLocationsPayload");
|
|
41
|
-
|
|
42
|
-
// src/Query.ts
|
|
43
|
-
var isCoinUserLocationsQueryPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === CoinUserLocationsQuerySchema, "isCoinUserLocationsQueryPayload");
|
|
44
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
45
|
-
0 && (module.exports = {
|
|
46
|
-
CoinUserLocationsDivinerConfigSchema,
|
|
47
|
-
CoinUserLocationsDivinerSchema,
|
|
48
|
-
CoinUserLocationsQuerySchema,
|
|
49
|
-
CoinUserLocationsSchema,
|
|
50
|
-
isCoinUserLocationsPayload,
|
|
51
|
-
isCoinUserLocationsQueryPayload
|
|
52
|
-
});
|
|
1
|
+
"use strict";var n=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var s=(o,r)=>n(o,"name",{value:r,configurable:!0});var h=(o,r)=>{for(var i in r)n(o,i,{get:r[i],enumerable:!0})},L=(o,r,i,m)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of f(r))!C.call(o,e)&&e!==i&&n(o,e,{get:()=>r[e],enumerable:!(m=p(r,e))||m.enumerable});return o};var U=o=>L(n({},"__esModule",{value:!0}),o);var l={};h(l,{CoinUserLocationsDivinerConfigSchema:()=>u,CoinUserLocationsDivinerSchema:()=>t,CoinUserLocationsQuerySchema:()=>a,CoinUserLocationsSchema:()=>c,isCoinUserLocationsPayload:()=>y,isCoinUserLocationsQueryPayload:()=>S});module.exports=U(l);var c="co.coinapp.user.locations",t="co.coinapp.diviner.user.locations",u=`${t}.config`,a=`${t}.query`;var y=s(o=>(o==null?void 0:o.schema)===c,"isCoinUserLocationsPayload");var S=s(o=>(o==null?void 0:o.schema)===a,"isCoinUserLocationsQueryPayload");0&&(module.exports={CoinUserLocationsDivinerConfigSchema,CoinUserLocationsDivinerSchema,CoinUserLocationsQuerySchema,CoinUserLocationsSchema,isCoinUserLocationsPayload,isCoinUserLocationsQueryPayload});
|
|
53
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +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":"
|
|
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":"4dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,0CAAAE,EAAA,mCAAAC,EAAA,iCAAAC,EAAA,4BAAAC,EAAA,+BAAAC,EAAA,oCAAAC,IAAA,eAAAC,EAAAR,GCCO,IAAMS,EAAmD,4BAGnDC,EAAiE,oCAGjEC,EAA6E,GAAGD,CAAAA,UAGhFE,EAA6D,GAAGF,CAAAA,SCLtE,IAAMG,EAA6BC,EAACC,IAAsDA,GAAAA,YAAAA,EAAGC,UAAWC,EAArE,8BCAnC,IAAMC,EAAkCC,EAACC,IAA2DA,GAAAA,YAAAA,EAAGC,UAAWC,EAA1E","names":["src_exports","__export","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsQuerySchema","CoinUserLocationsSchema","isCoinUserLocationsPayload","isCoinUserLocationsQueryPayload","__toCommonJS","CoinUserLocationsSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsQuerySchema","isCoinUserLocationsPayload","__name","x","schema","CoinUserLocationsSchema","isCoinUserLocationsQueryPayload","__name","x","schema","CoinUserLocationsQuerySchema"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,23 +1,2 @@
|
|
|
1
|
-
var
|
|
2
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
3
|
-
|
|
4
|
-
// src/Schema.ts
|
|
5
|
-
var CoinUserLocationsSchema = "co.coinapp.user.locations";
|
|
6
|
-
var CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
|
|
7
|
-
var CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
|
|
8
|
-
var CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
|
|
9
|
-
|
|
10
|
-
// src/Payload.ts
|
|
11
|
-
var isCoinUserLocationsPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === CoinUserLocationsSchema, "isCoinUserLocationsPayload");
|
|
12
|
-
|
|
13
|
-
// src/Query.ts
|
|
14
|
-
var isCoinUserLocationsQueryPayload = /* @__PURE__ */ __name((x) => (x == null ? void 0 : x.schema) === CoinUserLocationsQuerySchema, "isCoinUserLocationsQueryPayload");
|
|
15
|
-
export {
|
|
16
|
-
CoinUserLocationsDivinerConfigSchema,
|
|
17
|
-
CoinUserLocationsDivinerSchema,
|
|
18
|
-
CoinUserLocationsQuerySchema,
|
|
19
|
-
CoinUserLocationsSchema,
|
|
20
|
-
isCoinUserLocationsPayload,
|
|
21
|
-
isCoinUserLocationsQueryPayload
|
|
22
|
-
};
|
|
1
|
+
var c=Object.defineProperty;var r=(o,s)=>c(o,"name",{value:s,configurable:!0});var e="co.coinapp.user.locations",i="co.coinapp.diviner.user.locations",a=`${i}.config`,n=`${i}.query`;var f=r(o=>(o==null?void 0:o.schema)===e,"isCoinUserLocationsPayload");var U=r(o=>(o==null?void 0:o.schema)===n,"isCoinUserLocationsQueryPayload");export{a as CoinUserLocationsDivinerConfigSchema,i as CoinUserLocationsDivinerSchema,n as CoinUserLocationsQuerySchema,e as CoinUserLocationsSchema,f as isCoinUserLocationsPayload,U as isCoinUserLocationsQueryPayload};
|
|
23
2
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +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":"
|
|
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":"+EACO,IAAMA,EAAmD,4BAGnDC,EAAiE,oCAGjEC,EAA6E,GAAGD,CAAAA,UAGhFE,EAA6D,GAAGF,CAAAA,SCLtE,IAAMG,EAA6BC,EAACC,IAAsDA,GAAAA,YAAAA,EAAGC,UAAWC,EAArE,8BCAnC,IAAMC,EAAkCC,EAACC,IAA2DA,GAAAA,YAAAA,EAAGC,UAAWC,EAA1E","names":["CoinUserLocationsSchema","CoinUserLocationsDivinerSchema","CoinUserLocationsDivinerConfigSchema","CoinUserLocationsQuerySchema","isCoinUserLocationsPayload","__name","x","schema","CoinUserLocationsSchema","isCoinUserLocationsQueryPayload","__name","x","schema","CoinUserLocationsQuerySchema"]}
|
package/package.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/diviner-model": "~2.
|
|
14
|
-
"@xyo-network/module-model": "~2.
|
|
15
|
-
"@xyo-network/payload-model": "~2.
|
|
13
|
+
"@xyo-network/diviner-model": "~2.107.1",
|
|
14
|
+
"@xyo-network/module-model": "~2.107.1",
|
|
15
|
+
"@xyo-network/payload-model": "~2.107.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.11.
|
|
19
|
-
"@xylabs/tsconfig": "^3.11.
|
|
20
|
-
"typescript": "^5.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.9",
|
|
19
|
+
"@xylabs/tsconfig": "^3.11.9",
|
|
20
|
+
"typescript": "^5.5.2"
|
|
21
21
|
},
|
|
22
22
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
23
23
|
"types": "dist/node/index.d.ts",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.
|
|
61
|
+
"version": "2.107.1",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|