@xyo-network/diviner-coin-user-locations-model 2.75.2 → 2.75.4

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.
@@ -1,5 +1,11 @@
1
- import { CoinUserLocationsSchema } from "./Schema";
2
- const isCoinUserLocationsPayload = (x) => x?.schema === CoinUserLocationsSchema;
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;
3
9
  export {
4
10
  isCoinUserLocationsPayload
5
11
  };
@@ -1 +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":[]}
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":[]}
@@ -1,5 +1,10 @@
1
- import { CoinUserLocationsQuerySchema } from "./Schema";
2
- const isCoinUserLocationsQueryPayload = (x) => x?.schema === CoinUserLocationsQuerySchema;
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;
3
8
  export {
4
9
  isCoinUserLocationsQueryPayload
5
10
  };
@@ -1 +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":[]}
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":[]}
@@ -1,7 +1,8 @@
1
- const CoinUserLocationsSchema = "co.coinapp.user.locations";
2
- const CoinUserLocationsDivinerSchema = "co.coinapp.diviner.user.locations";
3
- const CoinUserLocationsDivinerConfigSchema = `${CoinUserLocationsDivinerSchema}.config`;
4
- const CoinUserLocationsQuerySchema = `${CoinUserLocationsDivinerSchema}.query`;
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`;
5
6
  export {
6
7
  CoinUserLocationsDivinerConfigSchema,
7
8
  CoinUserLocationsDivinerSchema,
@@ -1 +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,MAAM,0BAAmD;AAGzD,MAAM,iCAAiE;AAGvE,MAAM,uCAA6E,GAAG,8BAA8B;AAGpH,MAAM,+BAA6D,GAAG,8BAA8B;","names":[]}
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":[]}
@@ -1,6 +1,20 @@
1
- export * from "./Config";
2
- export * from "./Params";
3
- export * from "./Payload";
4
- export * from "./Query";
5
- export * from "./Schema";
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
+
10
+ // src/Query.ts
11
+ var isCoinUserLocationsQueryPayload = (x) => x?.schema === CoinUserLocationsQuerySchema;
12
+ export {
13
+ CoinUserLocationsDivinerConfigSchema,
14
+ CoinUserLocationsDivinerSchema,
15
+ CoinUserLocationsQuerySchema,
16
+ CoinUserLocationsSchema,
17
+ isCoinUserLocationsPayload,
18
+ isCoinUserLocationsQueryPayload
19
+ };
6
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Config'\nexport * from './Params'\nexport * from './Payload'\nexport * from './Query'\nexport * from './Schema'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
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":[]}
package/dist/docs.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts",
17
17
  "line": 5,
18
18
  "character": 12,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L5"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L5"
20
20
  }
21
21
  ],
22
22
  "type": {
@@ -48,7 +48,7 @@
48
48
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts",
49
49
  "line": 6,
50
50
  "character": 2,
51
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L6"
51
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L6"
52
52
  }
53
53
  ],
54
54
  "type": {
@@ -67,7 +67,7 @@
67
67
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts",
68
68
  "line": 7,
69
69
  "character": 2,
70
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L7"
70
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L7"
71
71
  }
72
72
  ],
73
73
  "type": {
@@ -92,7 +92,7 @@
92
92
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts",
93
93
  "line": 5,
94
94
  "character": 59,
95
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L5"
95
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L5"
96
96
  }
97
97
  ]
98
98
  }
@@ -113,13 +113,13 @@
113
113
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
114
114
  "line": 7,
115
115
  "character": 12,
116
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L7"
116
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L7"
117
117
  },
118
118
  {
119
119
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
120
120
  "line": 8,
121
121
  "character": 13,
122
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L8"
122
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L8"
123
123
  }
124
124
  ],
125
125
  "type": {
@@ -149,7 +149,7 @@
149
149
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Params.ts",
150
150
  "line": 6,
151
151
  "character": 12,
152
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Params.ts#L6"
152
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Params.ts#L6"
153
153
  }
154
154
  ],
155
155
  "type": {
@@ -192,13 +192,13 @@
192
192
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
193
193
  "line": 4,
194
194
  "character": 12,
195
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L4"
195
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L4"
196
196
  },
197
197
  {
198
198
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
199
199
  "line": 5,
200
200
  "character": 13,
201
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L5"
201
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L5"
202
202
  }
203
203
  ],
204
204
  "type": {
@@ -217,7 +217,7 @@
217
217
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
218
218
  "line": 5,
219
219
  "character": 12,
220
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
220
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
221
221
  }
222
222
  ],
223
223
  "type": {
@@ -247,7 +247,7 @@
247
247
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
248
248
  "line": 5,
249
249
  "character": 49,
250
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
250
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
251
251
  }
252
252
  ],
253
253
  "type": {
@@ -271,7 +271,7 @@
271
271
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
272
272
  "line": 5,
273
273
  "character": 47,
274
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
274
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
275
275
  }
276
276
  ]
277
277
  }
@@ -292,7 +292,7 @@
292
292
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
293
293
  "line": 5,
294
294
  "character": 12,
295
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L5"
295
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L5"
296
296
  }
297
297
  ],
298
298
  "type": {
@@ -325,7 +325,7 @@
325
325
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
326
326
  "line": 5,
327
327
  "character": 52,
328
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L5"
328
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L5"
329
329
  }
330
330
  ],
331
331
  "type": {
@@ -349,7 +349,7 @@
349
349
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
350
350
  "line": 5,
351
351
  "character": 50,
352
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L5"
352
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L5"
353
353
  }
354
354
  ]
355
355
  }
@@ -381,13 +381,13 @@
381
381
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
382
382
  "line": 10,
383
383
  "character": 12,
384
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L10"
384
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L10"
385
385
  },
386
386
  {
387
387
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
388
388
  "line": 11,
389
389
  "character": 13,
390
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L11"
390
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L11"
391
391
  }
392
392
  ],
393
393
  "type": {
@@ -417,13 +417,13 @@
417
417
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
418
418
  "line": 1,
419
419
  "character": 12,
420
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L1"
420
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L1"
421
421
  },
422
422
  {
423
423
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
424
424
  "line": 2,
425
425
  "character": 13,
426
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L2"
426
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L2"
427
427
  }
428
428
  ],
429
429
  "type": {
@@ -442,13 +442,13 @@
442
442
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
443
443
  "line": 7,
444
444
  "character": 12,
445
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L7"
445
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L7"
446
446
  },
447
447
  {
448
448
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
449
449
  "line": 8,
450
450
  "character": 13,
451
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L8"
451
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L8"
452
452
  }
453
453
  ],
454
454
  "type": {
@@ -467,13 +467,13 @@
467
467
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
468
468
  "line": 4,
469
469
  "character": 12,
470
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L4"
470
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L4"
471
471
  },
472
472
  {
473
473
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
474
474
  "line": 5,
475
475
  "character": 13,
476
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L5"
476
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L5"
477
477
  }
478
478
  ],
479
479
  "type": {
@@ -492,13 +492,13 @@
492
492
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
493
493
  "line": 10,
494
494
  "character": 12,
495
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L10"
495
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L10"
496
496
  },
497
497
  {
498
498
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
499
499
  "line": 11,
500
500
  "character": 13,
501
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L11"
501
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L11"
502
502
  }
503
503
  ],
504
504
  "type": {
@@ -517,13 +517,13 @@
517
517
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
518
518
  "line": 1,
519
519
  "character": 12,
520
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L1"
520
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L1"
521
521
  },
522
522
  {
523
523
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
524
524
  "line": 2,
525
525
  "character": 13,
526
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L2"
526
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L2"
527
527
  }
528
528
  ],
529
529
  "type": {
@@ -542,7 +542,7 @@
542
542
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
543
543
  "line": 6,
544
544
  "character": 13,
545
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L6"
545
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L6"
546
546
  }
547
547
  ],
548
548
  "signatures": [
@@ -557,7 +557,7 @@
557
557
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
558
558
  "line": 6,
559
559
  "character": 42,
560
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L6"
560
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L6"
561
561
  }
562
562
  ],
563
563
  "parameters": [
@@ -684,7 +684,7 @@
684
684
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
685
685
  "line": 5,
686
686
  "character": 49,
687
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
687
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
688
688
  }
689
689
  ],
690
690
  "type": {
@@ -706,7 +706,7 @@
706
706
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
707
707
  "line": 5,
708
708
  "character": 47,
709
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
709
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
710
710
  }
711
711
  ]
712
712
  }
@@ -728,7 +728,7 @@
728
728
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
729
729
  "line": 6,
730
730
  "character": 13,
731
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L6"
731
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L6"
732
732
  }
733
733
  ],
734
734
  "signatures": [
@@ -743,7 +743,7 @@
743
743
  "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
744
744
  "line": 6,
745
745
  "character": 47,
746
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9d69e27dd8f3e/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L6"
746
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/996cd043c458a/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L6"
747
747
  }
748
748
  ],
749
749
  "parameters": [
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/diviner-model": "~2.75.2",
14
- "@xyo-network/module-model": "~2.75.2",
15
- "@xyo-network/payload-model": "~2.75.2"
13
+ "@xyo-network/diviner-model": "~2.75.4",
14
+ "@xyo-network/module-model": "~2.75.4",
15
+ "@xyo-network/payload-model": "~2.75.4"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.0.77",
19
- "@xylabs/tsconfig": "^3.0.77",
18
+ "@xylabs/ts-scripts-yarn3": "^3.0.79",
19
+ "@xylabs/tsconfig": "^3.0.79",
20
20
  "typescript": "^5.2.2"
21
21
  },
22
22
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -62,5 +62,5 @@
62
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
63
63
  },
64
64
  "sideEffects": false,
65
- "version": "2.75.2"
65
+ "version": "2.75.4"
66
66
  }