@lustre/sdk 1.4.6-dev.7 → 1.4.7-rc.2

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.
@@ -21,9 +21,12 @@ class QueryResolver {
21
21
  this.resolverQueue = [];
22
22
  }
23
23
  addQueryToQueue(query) {
24
+ return this.addQueriesToQueue([query]);
25
+ }
26
+ addQueriesToQueue(queries) {
24
27
  const promise = new Promise((resolve, reject) => {
25
- const queryResolver = { query, resolve, reject };
26
- this.resolverQueue.push(queryResolver);
28
+ const queryResolvers = queries.map((query) => ({ query, resolve, reject }));
29
+ this.resolverQueue.push(...queryResolvers);
27
30
  });
28
31
  setTimeout(() => this.performQueryRequest(), 1);
29
32
  return promise;
@@ -36,9 +39,13 @@ class QueryResolver {
36
39
  const queueContents = [...this.resolverQueue];
37
40
  this.resolverQueue = [];
38
41
  const queries = queueContents.reduce((output, resolver) => {
42
+ var _a;
43
+ var _b;
39
44
  const query = resolver.query;
40
- const dict = Object.assign({ [getQueryHash_1.getQueryHash(query)]: query.body }, output[query.name]);
41
- output[query.name] = dict;
45
+ const queryHash = getQueryHash_1.getQueryHash(query);
46
+ (_a = output[_b = query.name]) !== null && _a !== void 0 ? _a : (output[_b] = {});
47
+ const dict = output[query.name];
48
+ dict[queryHash] = query.body;
42
49
  return output;
43
50
  }, {});
44
51
  const headers = new Headers({
@@ -52,12 +59,13 @@ class QueryResolver {
52
59
  method: "POST",
53
60
  headers,
54
61
  });
55
- yield fetch(request)
62
+ fetch(request)
56
63
  .then((response) => __awaiter(this, void 0, void 0, function* () {
57
64
  if (response.ok) {
58
65
  const json = yield response.json();
59
- queueContents.forEach((resolver) => {
60
- resolver.resolve(json);
66
+ const resolves = [...new Set(queueContents.map(({ resolve }) => resolve))];
67
+ resolves.forEach((resolve) => {
68
+ resolve(json);
61
69
  });
62
70
  }
63
71
  else {
@@ -1 +1 @@
1
- {"version":3,"file":"QueryResolver.js","sourceRoot":"","sources":["../../src/api/QueryResolver.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,gCAA6B;AAG7B,iDAA6C;AAE7C,6CAA0E;AAyB1E,MAAM,aAAa;IAMjB,YAAY,UAAgC,EAAE;QAC5C,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAA;QACnC,IAAI,CAAC,OAAO,GAAG,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,wBAAwB,CAAA;QAClD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAA;QACpB,IAAI,CAAC,aAAa,GAAG,EAAE,CAAA;IACzB,CAAC;IAEM,eAAe,CAAC,KAAmB;QACxC,MAAM,OAAO,GAAG,IAAI,OAAO,CAAM,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACnD,MAAM,aAAa,GAAiB,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,CAAA;YAC9D,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAA;QACxC,CAAC,CAAC,CAAA;QACF,UAAU,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,mBAAmB,EAAE,EAAE,CAAC,CAAC,CAAA;QAC/C,OAAO,OAAO,CAAA;IAChB,CAAC;IAEY,mBAAmB;;YAC9B,IAAI,IAAI,CAAC,aAAa,CAAC,MAAM,KAAK,CAAC,EAAE;gBACnC,OAAM;aACP;YACD,MAAM,aAAa,GAAG,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,CAAA;YAC7C,IAAI,CAAC,aAAa,GAAG,EAAE,CAAA;YAEvB,MAAM,OAAO,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,MAA2B,EAAE,QAAQ,EAAE,EAAE;gBAC7E,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAA;gBAC5B,MAAM,IAAI,mBAAK,CAAC,2BAAY,CAAC,KAAK,CAAC,CAAC,EAAE,KAAK,CAAC,IAAI,IAAK,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAE,CAAA;gBACzE,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,IAAI,CAAA;gBACzB,OAAO,MAAM,CAAA;YACf,CAAC,EAAE,EAAE,CAAC,CAAA;YAEN,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC;gBAC1B,cAAc,EAAE,kBAAkB;aACnC,CAAC,CAAA;YACF,IAAI,IAAI,CAAC,MAAM,EAAE;gBACf,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,UAAU,IAAI,CAAC,MAAM,EAAE,CAAC,CAAA;aACzD;YACD,MAAM,OAAO,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC,OAAO,GAAG,UAAU,EAAE;gBACrD,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;gBACjC,MAAM,EAAE,MAAM;gBACd,OAAO;aACR,CAAC,CAAA;YACF,MAAM,KAAK,CAAC,OAAO,CAAC;iBACjB,IAAI,CAAC,CAAO,QAAQ,EAAE,EAAE;gBACvB,IAAI,QAAQ,CAAC,EAAE,EAAE;oBACf,MAAM,IAAI,GAAQ,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;oBACvC,aAAa,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;wBACjC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,CAAA;oBACxB,CAAC,CAAC,CAAA;iBACH;qBAAM;oBACL,MAAM,IAAI,GAAW,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;oBAC1C,aAAa,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;wBACjC,QAAQ,CAAC,MAAM,CAAC,IAAI,2BAAc,CAAC,QAAQ,CAAC,KAAK,EAAE,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAA;oBAC5E,CAAC,CAAC,CAAA;iBACH;YACH,CAAC,CAAA,CAAC;iBACD,KAAK,CAAC,CAAC,KAAgB,EAAE,EAAE;gBAC1B,aAAa,CAAC,OAAO,CAAC,CAAC,QAAQ,EAAE,EAAE;oBACjC,QAAQ,CAAC,MAAM,CAAC,IAAI,4BAAe,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAA;gBACrE,CAAC,CAAC,CAAA;YACJ,CAAC,CAAC,CAAA;QACN,CAAC;KAAA;CACF;AAED,IAAI,oBAAoB,GAAkB,IAAI,aAAa,EAAE,CAAA;AAItD,MAAM,wBAAwB,GAAG,GAAkB,EAAE,CAAC,oBAAoB,CAAA;AAApE,QAAA,wBAAwB,4BAA4C;AAE1E,MAAM,wBAAwB,GAAG,CAAC,aAA4B,EAAQ,EAAE;IAC7E,oBAAoB,GAAG,aAAa,CAAA;AACtC,CAAC,CAAA;AAFY,QAAA,wBAAwB,4BAEpC;AAED,kBAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"QueryResolver.js","sourceRoot":"","sources":["../../src/api/QueryResolver.ts"],"names":[],"mappings":"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"}
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dispatchQuery = void 0;
3
+ exports.dispatchQueries = void 0;
4
4
  const QueryResolver_1 = require("./QueryResolver");
5
- const dispatchQuery = (query, dispatch, queryResolver = QueryResolver_1._getDefaultQueryResolver()) => {
5
+ const dispatchQueries = (queries, dispatch, queryResolver = QueryResolver_1._getDefaultQueryResolver()) => {
6
6
  queryResolver
7
- .addQueryToQueue(query)
7
+ .addQueriesToQueue(queries)
8
8
  .then((response) => {
9
9
  dispatch({
10
10
  type: "response_arrived",
@@ -15,5 +15,5 @@ const dispatchQuery = (query, dispatch, queryResolver = QueryResolver_1._getDefa
15
15
  console.error("Dispatch Query Error:", error);
16
16
  });
17
17
  };
18
- exports.dispatchQuery = dispatchQuery;
19
- //# sourceMappingURL=dispatchQuery.js.map
18
+ exports.dispatchQueries = dispatchQueries;
19
+ //# sourceMappingURL=dispatchQueries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dispatchQueries.js","sourceRoot":"","sources":["../../src/api/dispatchQueries.ts"],"names":[],"mappings":";;;AACA,mDAAyE;AAIlE,MAAM,eAAe,GAAG,CAC7B,OAAuB,EACvB,QAAqB,EACrB,gBAA+B,wCAAwB,EAAE,EACnD,EAAE;IACR,aAAa;SACV,iBAAiB,CAAC,OAAO,CAAC;SAC1B,IAAI,CAAC,CAAC,QAAa,EAAE,EAAE;QACtB,QAAQ,CAAC;YACP,IAAI,EAAE,kBAAkB;YACxB,QAAQ;SACT,CAAC,CAAA;IACJ,CAAC,CAAC;SACD,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;QAGf,OAAO,CAAC,KAAK,CAAC,uBAAuB,EAAE,KAAK,CAAC,CAAA;IAC/C,CAAC,CAAC,CAAA;AACN,CAAC,CAAA;AAlBY,QAAA,eAAe,mBAkB3B"}
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useEntities = void 0;
4
4
  const react_1 = require("react");
5
5
  const react_redux_1 = require("react-redux");
6
- const dispatchQuery_1 = require("../api/dispatchQuery");
6
+ const dispatchQueries_1 = require("../api/dispatchQueries");
7
7
  const _1 = require(".");
8
8
  const QueryResolver_1 = require("../api/QueryResolver");
9
9
  const useEntities = (type, ids, queryResolver = QueryResolver_1._getDefaultQueryResolver()) => {
@@ -15,7 +15,7 @@ const useEntities = (type, ids, queryResolver = QueryResolver_1._getDefaultQuery
15
15
  if (neededEntities.length === 0) {
16
16
  return;
17
17
  }
18
- const formatted = neededEntities.map((id) => {
18
+ const neededQueries = neededEntities.map((id) => {
19
19
  const query = {
20
20
  name: `entity-${type}`,
21
21
  body: {
@@ -24,7 +24,7 @@ const useEntities = (type, ids, queryResolver = QueryResolver_1._getDefaultQuery
24
24
  };
25
25
  return query;
26
26
  });
27
- formatted.forEach((query) => dispatchQuery_1.dispatchQuery(query, dispatch, queryResolver));
27
+ dispatchQueries_1.dispatchQueries(neededQueries, dispatch, queryResolver);
28
28
  }, [neededEntities.length]);
29
29
  if (ids !== undefined && foundEntities.every((entity) => entity !== undefined)) {
30
30
  return foundEntities;
@@ -1 +1 @@
1
- {"version":3,"file":"useEntities.js","sourceRoot":"","sources":["../../src/hooks/useEntities.ts"],"names":[],"mappings":";;;AAAA,iCAAiC;AACjC,6CAA0C;AAG1C,wDAAmD;AAGnD,wBAAkD;AAClD,wDAA6E;AAqB7E,MAAM,WAAW,GAAG,CAKlB,IAAgB,EAChB,GAAyB,EACzB,gBAA+B,wCAAwB,EAAE,EACnC,EAAE;IAExB,MAAM,SAAS,GAAG,GAAG,IAAI,EAAE,CAAA;IAC3B,MAAM,aAAa,GAAG,iBAAc,CAClC,CAAC,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAC1D,0BAAY,CACb,CAAA;IACD,MAAM,cAAc,GAAG,iBAAc,CACnC,CAAC,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,KAAK,SAAS,CAAC,EAC3E,0BAAY,CACb,CAAA;IAED,MAAM,QAAQ,GAAG,iBAAc,EAAE,CAAA;IAEjC,iBAAS,CAAC,GAAG,EAAE;QACb,IAAI,cAAc,CAAC,MAAM,KAAK,CAAC,EAAE;YAC/B,OAAM;SACP;QAGD,MAAM,SAAS,GAAmB,cAAc,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE;YAC1D,MAAM,KAAK,GAAiB;gBAC1B,IAAI,EAAE,UAAU,IAAI,EAAE;gBACtB,IAAI,EAAE;oBACJ,EAAE;iBACH;aACc,CAAA;YACjB,OAAO,KAAK,CAAA;QACd,CAAC,CAAC,CAAA;QACF,SAAS,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,6BAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAA;IAC7E,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAA;IAE3B,IAAI,GAAG,KAAK,SAAS,IAAI,aAAa,CAAC,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,KAAK,SAAS,CAAC,EAAE;QAC9E,OAAO,aAAyB,CAAA;KACjC;SAAM;QACL,OAAO,SAAS,CAAA;KACjB;AACH,CAAC,CAAA;AAEQ,kCAAW"}
1
+ {"version":3,"file":"useEntities.js","sourceRoot":"","sources":["../../src/hooks/useEntities.ts"],"names":[],"mappings":";;;AAAA,iCAAiC;AACjC,6CAA0C;AAG1C,4DAAuD;AAGvD,wBAAkD;AAClD,wDAA6E;AAqB7E,MAAM,WAAW,GAAG,CAKlB,IAAgB,EAChB,GAAyB,EACzB,gBAA+B,wCAAwB,EAAE,EACnC,EAAE;IAExB,MAAM,SAAS,GAAG,GAAG,IAAI,EAAE,CAAA;IAC3B,MAAM,aAAa,GAAG,iBAAc,CAClC,CAAC,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAC1D,0BAAY,CACb,CAAA;IACD,MAAM,cAAc,GAAG,iBAAc,CACnC,CAAC,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,KAAK,SAAS,CAAC,EAC3E,0BAAY,CACb,CAAA;IAED,MAAM,QAAQ,GAAG,iBAAc,EAAE,CAAA;IAEjC,iBAAS,CAAC,GAAG,EAAE;QACb,IAAI,cAAc,CAAC,MAAM,KAAK,CAAC,EAAE;YAC/B,OAAM;SACP;QAGD,MAAM,aAAa,GAAmB,cAAc,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,EAAE;YAC9D,MAAM,KAAK,GAAiB;gBAC1B,IAAI,EAAE,UAAU,IAAI,EAAE;gBACtB,IAAI,EAAE;oBACJ,EAAE;iBACH;aACc,CAAA;YACjB,OAAO,KAAK,CAAA;QACd,CAAC,CAAC,CAAA;QACF,iCAAe,CAAC,aAAa,EAAE,QAAQ,EAAE,aAAa,CAAC,CAAA;IACzD,CAAC,EAAE,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAA;IAE3B,IAAI,GAAG,KAAK,SAAS,IAAI,aAAa,CAAC,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,KAAK,SAAS,CAAC,EAAE;QAC9E,OAAO,aAAyB,CAAA;KACjC;SAAM;QACL,OAAO,SAAS,CAAA;KACjB;AACH,CAAC,CAAA;AAEQ,kCAAW"}
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useQueries = void 0;
4
4
  const react_1 = require("react");
5
5
  const getQueryHash_1 = require("../api/getQueryHash");
6
- const dispatchQuery_1 = require("../api/dispatchQuery");
6
+ const dispatchQueries_1 = require("../api/dispatchQueries");
7
7
  const _1 = require(".");
8
8
  const react_redux_1 = require("react-redux");
9
9
  const QueryResolver_1 = require("../api/QueryResolver");
@@ -29,7 +29,7 @@ const useQueries = (name, bodyList, queryResolver = QueryResolver_1._getDefaultQ
29
29
  if (neededQueries.length === 0) {
30
30
  return;
31
31
  }
32
- neededQueries.forEach((query) => dispatchQuery_1.dispatchQuery(query, dispatch, queryResolver));
32
+ dispatchQueries_1.dispatchQueries(neededQueries, dispatch, queryResolver);
33
33
  }, [name, JSON.stringify(hashes || [])]);
34
34
  const errors = _1.useApiSelector((state) => state.errors[name], react_redux_1.shallowEqual);
35
35
  if (errors !== undefined) {
@@ -1 +1 @@
1
- {"version":3,"file":"useQueries.js","sourceRoot":"","sources":["../../src/hooks/useQueries.ts"],"names":[],"mappings":";;;AAAA,iCAAiC;AAGjC,sDAAiD;AACjD,wDAAmD;AAEnD,wBAAkD;AAClD,6CAA0C;AAC1C,wDAA6E;AAqB7E,MAAM,UAAU,GAAG,CAKjB,IAAe,EACf,QAAoC,EACpC,gBAA+B,wCAAwB,EAAE,EAC9B,EAAE;IAC7B,MAAM,OAAO,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACrC,OAAO;YACL,IAAI;YACJ,IAAI;SACW,CAAA;IACnB,CAAC,CAAC,CAAA;IACF,MAAM,MAAM,GAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,2BAAY,CAAC,KAAK,CAAC,CAAC,CAAA;IAE3D,MAAM,QAAQ,GAAG,iBAAc,EAAE,CAAA;IAGjC,MAAM,OAAO,GAAG,iBAAc,CAAC,CAAC,KAAK,EAAE,EAAE;QACvC,OAAO,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA;IAC3D,CAAC,EAAE,0BAAY,CAAC,CAAA;IAIhB,iBAAS,CAAC,GAAG,EAAE;QACb,IAAI,OAAO,KAAK,SAAS,IAAI,OAAO,KAAK,SAAS,EAAE;YAClD,OAAM;SACP;QACD,MAAM,aAAa,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE;YAChD,OAAO,OAAO,CAAC,KAAK,CAAC,KAAK,SAAS,CAAA;QACrC,CAAC,CAAC,CAAA;QACF,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC,EAAE;YAC9B,OAAM;SACP;QACD,aAAa,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,6BAAa,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAA;IACjF,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,IAAI,EAAE,CAAC,CAAC,CAAC,CAAA;IAGxC,MAAM,MAAM,GAAG,iBAAc,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,0BAAY,CAAC,CAAA;IAC1E,IAAI,MAAM,KAAK,SAAS,EAAE;QACxB,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;;YACvB,MAAA,MAAM,CAAC,IAAI,CAAC,0CAAE,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;gBAC5B,MAAM,IAAI,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;YAC9B,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;KACH;IACD,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,KAAK,SAAS,CAAC,EAAE;QACpD,OAAQ,OAAoC,CAAA;KAC7C;SAAM;QACL,OAAO,SAAS,CAAA;KACjB;AACH,CAAC,CAAA;AAEQ,gCAAU"}
1
+ {"version":3,"file":"useQueries.js","sourceRoot":"","sources":["../../src/hooks/useQueries.ts"],"names":[],"mappings":";;;AAAA,iCAAiC;AAGjC,sDAAiD;AACjD,4DAAuD;AAEvD,wBAAkD;AAClD,6CAA0C;AAC1C,wDAA6E;AAqB7E,MAAM,UAAU,GAAG,CAKjB,IAAe,EACf,QAAoC,EACpC,gBAA+B,wCAAwB,EAAE,EAC9B,EAAE;IAC7B,MAAM,OAAO,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;QACrC,OAAO;YACL,IAAI;YACJ,IAAI;SACW,CAAA;IACnB,CAAC,CAAC,CAAA;IACF,MAAM,MAAM,GAAG,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,2BAAY,CAAC,KAAK,CAAC,CAAC,CAAA;IAE3D,MAAM,QAAQ,GAAG,iBAAc,EAAE,CAAA;IAGjC,MAAM,OAAO,GAAG,iBAAc,CAAC,CAAC,KAAK,EAAE,EAAE;QACvC,OAAO,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA;IAC3D,CAAC,EAAE,0BAAY,CAAC,CAAA;IAIhB,iBAAS,CAAC,GAAG,EAAE;QACb,IAAI,OAAO,KAAK,SAAS,IAAI,OAAO,KAAK,SAAS,EAAE;YAClD,OAAM;SACP;QACD,MAAM,aAAa,GAAmB,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE;YAChE,OAAO,OAAO,CAAC,KAAK,CAAC,KAAK,SAAS,CAAA;QACrC,CAAC,CAAC,CAAA;QACF,IAAI,aAAa,CAAC,MAAM,KAAK,CAAC,EAAE;YAC9B,OAAM;SACP;QACD,iCAAe,CAAC,aAAa,EAAE,QAAQ,EAAE,aAAa,CAAC,CAAA;IACzD,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,MAAM,IAAI,EAAE,CAAC,CAAC,CAAC,CAAA;IAGxC,MAAM,MAAM,GAAG,iBAAc,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,0BAAY,CAAC,CAAA;IAC1E,IAAI,MAAM,KAAK,SAAS,EAAE;QACxB,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;;YACvB,MAAA,MAAM,CAAC,IAAI,CAAC,0CAAE,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;gBAC5B,MAAM,IAAI,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;YAC9B,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;KACH;IACD,IAAI,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,KAAK,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,KAAK,SAAS,CAAC,EAAE;QACpD,OAAQ,OAAoC,CAAA;KAC7C;SAAM;QACL,OAAO,SAAS,CAAA;KACjB;AACH,CAAC,CAAA;AAEQ,gCAAU"}
@@ -16,7 +16,7 @@ const makeEntityReducer = (name) => {
16
16
  if (rawEntities === undefined) {
17
17
  return state;
18
18
  }
19
- const next = Object.assign(Object.assign({}, state), rawEntities);
19
+ const next = Object.assign({}, state, rawEntities);
20
20
  return next;
21
21
  };
22
22
  };
@@ -1 +1 @@
1
- {"version":3,"file":"makeEntityReducer.js","sourceRoot":"","sources":["../../../src/store/entities/makeEntityReducer.ts"],"names":[],"mappings":";;AAaA,MAAM,iBAAiB,GAAG,CAIxB,IAAa,EACiB,EAAE;IAChC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,SAAS,EAAE;YACvB,OAAO,EAAa,CAAA;SACrB;QACD,IAAI,MAAM,CAAC,IAAI,KAAK,kBAAkB,EAAE;YACtC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,cAAc,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAA;QAC/C,IAAI,cAAc,KAAK,SAAS,EAAE;YAChC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,WAAW,GAAG,cAAc,CAAC,IAAI,CAAC,CAAA;QACxC,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,OAAO,KAAK,CAAA;SACb;QAQD,MAAM,IAAI,mCAAiB,KAAK,GAAK,WAAW,CAAE,CAAA;QAClD,OAAO,IAAI,CAAA;IACb,CAAC,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,iBAAiB,CAAA"}
1
+ {"version":3,"file":"makeEntityReducer.js","sourceRoot":"","sources":["../../../src/store/entities/makeEntityReducer.ts"],"names":[],"mappings":";;AAaA,MAAM,iBAAiB,GAAG,CAIxB,IAAa,EACiB,EAAE;IAChC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,SAAS,EAAE;YACvB,OAAO,EAAa,CAAA;SACrB;QACD,IAAI,MAAM,CAAC,IAAI,KAAK,kBAAkB,EAAE;YACtC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,cAAc,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAA;QAC/C,IAAI,cAAc,KAAK,SAAS,EAAE;YAChC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,WAAW,GAAG,cAAc,CAAC,IAAI,CAAC,CAAA;QACxC,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,OAAO,KAAK,CAAA;SACb;QAQD,MAAM,IAAI,GAAY,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,WAAW,CAAC,CAAA;QAC3D,OAAO,IAAI,CAAA;IACb,CAAC,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,iBAAiB,CAAA"}
@@ -16,7 +16,7 @@ const makeErrorReducer = (name) => {
16
16
  if (rawErrors === undefined) {
17
17
  return state;
18
18
  }
19
- const next = Object.assign(Object.assign({}, state), rawErrors);
19
+ const next = Object.assign({}, state, rawErrors);
20
20
  return next;
21
21
  };
22
22
  };
@@ -1 +1 @@
1
- {"version":3,"file":"makeErrorReducer.js","sourceRoot":"","sources":["../../../src/store/errors/makeErrorReducer.ts"],"names":[],"mappings":";;AASA,MAAM,gBAAgB,GAAG,CAIvB,IAAa,EACiB,EAAE;IAChC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,SAAS,EAAE;YACvB,OAAO,EAAa,CAAA;SACrB;QACD,IAAI,MAAM,CAAC,IAAI,KAAK,kBAAkB,EAAE;YACtC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,YAAY,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAA;QAC3C,IAAI,YAAY,KAAK,SAAS,EAAE;YAC9B,OAAO,KAAK,CAAA;SACb;QACD,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,CAAC,CAAA;QACpC,IAAI,SAAS,KAAK,SAAS,EAAE;YAC3B,OAAO,KAAK,CAAA;SACb;QAED,MAAM,IAAI,mCAAQ,KAAK,GAAK,SAAS,CAAE,CAAA;QACvC,OAAO,IAAI,CAAA;IACb,CAAC,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"makeErrorReducer.js","sourceRoot":"","sources":["../../../src/store/errors/makeErrorReducer.ts"],"names":[],"mappings":";;AASA,MAAM,gBAAgB,GAAG,CAIvB,IAAa,EACiB,EAAE;IAChC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,SAAS,EAAE;YACvB,OAAO,EAAa,CAAA;SACrB;QACD,IAAI,MAAM,CAAC,IAAI,KAAK,kBAAkB,EAAE;YACtC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,YAAY,GAAG,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAA;QAC3C,IAAI,YAAY,KAAK,SAAS,EAAE;YAC9B,OAAO,KAAK,CAAA;SACb;QACD,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,CAAC,CAAA;QACpC,IAAI,SAAS,KAAK,SAAS,EAAE;YAC3B,OAAO,KAAK,CAAA;SACb;QAED,MAAM,IAAI,GAAY,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,SAAS,CAAC,CAAA;QACzD,OAAO,IAAI,CAAA;IACb,CAAC,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,gBAAgB,CAAA"}
@@ -16,7 +16,7 @@ const makeResponseReducer = (name) => {
16
16
  if (rawResponses === undefined) {
17
17
  return state;
18
18
  }
19
- const next = Object.assign(Object.assign({}, state), rawResponses);
19
+ const next = Object.assign({}, state, rawResponses);
20
20
  return next;
21
21
  };
22
22
  };
@@ -1 +1 @@
1
- {"version":3,"file":"makeResponseReducer.js","sourceRoot":"","sources":["../../../src/store/responses/makeResponseReducer.ts"],"names":[],"mappings":";;AASA,MAAM,mBAAmB,GAAG,CAI1B,IAAa,EACiB,EAAE;IAChC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,SAAS,EAAE;YACvB,OAAO,EAAa,CAAA;SACrB;QACD,IAAI,MAAM,CAAC,IAAI,KAAK,kBAAkB,EAAE;YACtC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,eAAe,GAAG,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAA;QACjD,IAAI,eAAe,KAAK,SAAS,EAAE;YACjC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,YAAY,GAAG,eAAe,CAAC,IAAI,CAAC,CAAA;QAC1C,IAAI,YAAY,KAAK,SAAS,EAAE;YAC9B,OAAO,KAAK,CAAA;SACb;QAED,MAAM,IAAI,mCAAQ,KAAK,GAAK,YAAY,CAAE,CAAA;QAC1C,OAAO,IAAI,CAAA;IACb,CAAC,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,mBAAmB,CAAA"}
1
+ {"version":3,"file":"makeResponseReducer.js","sourceRoot":"","sources":["../../../src/store/responses/makeResponseReducer.ts"],"names":[],"mappings":";;AASA,MAAM,mBAAmB,GAAG,CAI1B,IAAa,EACiB,EAAE;IAChC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,SAAS,EAAE;YACvB,OAAO,EAAa,CAAA;SACrB;QACD,IAAI,MAAM,CAAC,IAAI,KAAK,kBAAkB,EAAE;YACtC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,eAAe,GAAG,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAA;QACjD,IAAI,eAAe,KAAK,SAAS,EAAE;YACjC,OAAO,KAAK,CAAA;SACb;QACD,MAAM,YAAY,GAAG,eAAe,CAAC,IAAI,CAAC,CAAA;QAC1C,IAAI,YAAY,KAAK,SAAS,EAAE;YAC9B,OAAO,KAAK,CAAA;SACb;QAED,MAAM,IAAI,GAAY,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,YAAY,CAAC,CAAA;QAC5D,OAAO,IAAI,CAAA;IACb,CAAC,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,mBAAmB,CAAA"}
package/licenses ADDED
@@ -0,0 +1,590 @@
1
+ "@ampproject/remapping@2.0.2","Apache-2.0","https://github.com/ampproject/remapping"
2
+ "@babel/code-frame@7.12.11","MIT","https://github.com/babel/babel"
3
+ "@babel/code-frame@7.16.7","MIT","https://github.com/babel/babel"
4
+ "@babel/code-frame@7.5.5","MIT","https://github.com/babel/babel/tree/master/packages/babel-code-frame"
5
+ "@babel/compat-data@7.17.0","MIT","https://github.com/babel/babel"
6
+ "@babel/core@7.17.0","MIT","https://github.com/babel/babel"
7
+ "@babel/core@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-core"
8
+ "@babel/generator@7.17.0","MIT","https://github.com/babel/babel"
9
+ "@babel/generator@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-generator"
10
+ "@babel/helper-compilation-targets@7.16.7","MIT","https://github.com/babel/babel"
11
+ "@babel/helper-environment-visitor@7.16.7","MIT","https://github.com/babel/babel"
12
+ "@babel/helper-function-name@7.16.7","MIT","https://github.com/babel/babel"
13
+ "@babel/helper-function-name@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-function-name"
14
+ "@babel/helper-get-function-arity@7.16.7","MIT","https://github.com/babel/babel"
15
+ "@babel/helper-get-function-arity@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity"
16
+ "@babel/helper-hoist-variables@7.16.7","MIT","https://github.com/babel/babel"
17
+ "@babel/helper-module-imports@7.16.7","MIT","https://github.com/babel/babel"
18
+ "@babel/helper-module-transforms@7.16.7","MIT","https://github.com/babel/babel"
19
+ "@babel/helper-plugin-utils@7.0.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils"
20
+ "@babel/helper-plugin-utils@7.10.4","MIT","https://github.com/babel/babel"
21
+ "@babel/helper-plugin-utils@7.16.7","MIT","https://github.com/babel/babel"
22
+ "@babel/helper-plugin-utils@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils"
23
+ "@babel/helper-simple-access@7.16.7","MIT","https://github.com/babel/babel"
24
+ "@babel/helper-split-export-declaration@7.16.7","MIT","https://github.com/babel/babel"
25
+ "@babel/helper-split-export-declaration@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration"
26
+ "@babel/helper-validator-identifier@7.12.11","MIT","https://github.com/babel/babel"
27
+ "@babel/helper-validator-identifier@7.16.7","MIT","https://github.com/babel/babel"
28
+ "@babel/helper-validator-option@7.16.7","MIT","https://github.com/babel/babel"
29
+ "@babel/helpers@7.17.0","MIT","https://github.com/babel/babel"
30
+ "@babel/helpers@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-helpers"
31
+ "@babel/highlight@7.10.4","MIT","https://github.com/babel/babel"
32
+ "@babel/highlight@7.16.10","MIT","https://github.com/babel/babel"
33
+ "@babel/highlight@7.5.0","MIT","https://github.com/babel/babel/tree/master/packages/babel-highlight"
34
+ "@babel/parser@7.12.11","MIT","https://github.com/babel/babel"
35
+ "@babel/parser@7.17.0","MIT","https://github.com/babel/babel"
36
+ "@babel/parser@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-parser"
37
+ "@babel/plugin-syntax-async-generators@7.8.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators"
38
+ "@babel/plugin-syntax-bigint@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint"
39
+ "@babel/plugin-syntax-class-properties@7.12.1","MIT","https://github.com/babel/babel"
40
+ "@babel/plugin-syntax-import-meta@7.10.4","MIT","https://github.com/babel/babel"
41
+ "@babel/plugin-syntax-json-strings@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-json-strings"
42
+ "@babel/plugin-syntax-logical-assignment-operators@7.10.4","MIT","https://github.com/babel/babel"
43
+ "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator"
44
+ "@babel/plugin-syntax-numeric-separator@7.10.4","MIT","https://github.com/babel/babel"
45
+ "@babel/plugin-syntax-object-rest-spread@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread"
46
+ "@babel/plugin-syntax-optional-catch-binding@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding"
47
+ "@babel/plugin-syntax-optional-chaining@7.8.3","MIT","https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-chaining"
48
+ "@babel/plugin-syntax-top-level-await@7.12.1","MIT","https://github.com/babel/babel"
49
+ "@babel/plugin-syntax-typescript@7.16.7","MIT","https://github.com/babel/babel"
50
+ "@babel/runtime@7.12.5","MIT","https://github.com/babel/babel"
51
+ "@babel/runtime@7.13.10","MIT","https://github.com/babel/babel"
52
+ "@babel/runtime@7.17.0","MIT","https://github.com/babel/babel"
53
+ "@babel/template@7.12.7","MIT","https://github.com/babel/babel"
54
+ "@babel/template@7.16.7","MIT","https://github.com/babel/babel"
55
+ "@babel/template@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-template"
56
+ "@babel/traverse@7.17.0","MIT","https://github.com/babel/babel"
57
+ "@babel/traverse@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-traverse"
58
+ "@babel/types@7.12.12","MIT","https://github.com/babel/babel"
59
+ "@babel/types@7.17.0","MIT","https://github.com/babel/babel"
60
+ "@babel/types@7.7.4","MIT","https://github.com/babel/babel/tree/master/packages/babel-types"
61
+ "@bcoe/v8-coverage@0.2.3","MIT","https://github.com/demurgos/v8-coverage"
62
+ "@eslint/eslintrc@1.0.5","MIT","https://github.com/eslint/eslintrc"
63
+ "@humanwhocodes/config-array@0.9.3","Apache-2.0","https://github.com/humanwhocodes/config-array"
64
+ "@humanwhocodes/object-schema@1.2.1","BSD-3-Clause","https://github.com/humanwhocodes/object-schema"
65
+ "@istanbuljs/load-nyc-config@1.0.0","ISC","https://github.com/istanbuljs/load-nyc-config"
66
+ "@istanbuljs/schema@0.1.2","MIT","https://github.com/istanbuljs/schema"
67
+ "@jest/console@27.4.6","MIT","https://github.com/facebook/jest"
68
+ "@jest/core@27.4.7","MIT","https://github.com/facebook/jest"
69
+ "@jest/environment@27.4.6","MIT","https://github.com/facebook/jest"
70
+ "@jest/fake-timers@27.4.6","MIT","https://github.com/facebook/jest"
71
+ "@jest/globals@27.4.6","MIT","https://github.com/facebook/jest"
72
+ "@jest/reporters@27.4.6","MIT","https://github.com/facebook/jest"
73
+ "@jest/source-map@27.4.0","MIT","https://github.com/facebook/jest"
74
+ "@jest/test-result@27.4.6","MIT","https://github.com/facebook/jest"
75
+ "@jest/test-sequencer@27.4.6","MIT","https://github.com/facebook/jest"
76
+ "@jest/transform@27.4.6","MIT","https://github.com/facebook/jest"
77
+ "@jest/types@26.6.2","MIT","https://github.com/facebook/jest"
78
+ "@jest/types@27.4.2","MIT","https://github.com/facebook/jest"
79
+ "@jridgewell/resolve-uri@3.0.4","MIT","https://github.com/jridgewell/resolve-uri"
80
+ "@jridgewell/trace-mapping@0.2.5","MIT","https://github.com/jridgewell/trace-mapping"
81
+ "@lustre/sdk@1.4.6-dev.5","Custom: https://spin.atomicobject.com/2018/01/15/typescript-flexible-nominal-typing/","https://github.com/parli/typescript-sdk"
82
+ "@microsoft/tsdoc-config@0.15.2","MIT","https://github.com/microsoft/tsdoc"
83
+ "@microsoft/tsdoc@0.13.2","MIT","https://github.com/microsoft/tsdoc"
84
+ "@nodelib/fs.scandir@2.1.4","MIT","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir"
85
+ "@nodelib/fs.stat@2.0.4","MIT","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat"
86
+ "@nodelib/fs.walk@1.2.6","MIT","https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
87
+ "@sinonjs/commons@1.7.0","BSD-3-Clause","https://github.com/sinonjs/commons"
88
+ "@sinonjs/fake-timers@8.1.0","BSD-3-Clause","https://github.com/sinonjs/fake-timers"
89
+ "@testing-library/dom@8.11.3","MIT","https://github.com/testing-library/dom-testing-library"
90
+ "@testing-library/jest-dom@5.16.2","MIT","https://github.com/testing-library/jest-dom"
91
+ "@testing-library/react-hooks@1.0.4","MIT","https://github.com/testing-library/react-hooks-testing-library"
92
+ "@testing-library/react-hooks@7.0.2","MIT","https://github.com/testing-library/react-hooks-testing-library"
93
+ "@testing-library/react@12.1.2","MIT","https://github.com/testing-library/react-testing-library"
94
+ "@testing-library/user-event@13.5.0","MIT","https://github.com/testing-library/user-event"
95
+ "@tootallnate/once@1.1.2","MIT","https://github.com/TooTallNate/once"
96
+ "@tsconfig/recommended@1.0.1","MIT","https://github.com/tsconfig/bases"
97
+ "@types/aria-query@4.2.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
98
+ "@types/babel__core@7.1.12","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
99
+ "@types/babel__core@7.1.18","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
100
+ "@types/babel__generator@7.6.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
101
+ "@types/babel__template@7.0.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
102
+ "@types/babel__traverse@7.0.8","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
103
+ "@types/babel__traverse@7.11.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
104
+ "@types/color-name@1.1.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
105
+ "@types/graceful-fs@4.1.4","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
106
+ "@types/hoist-non-react-statics@3.3.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
107
+ "@types/istanbul-lib-coverage@2.0.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
108
+ "@types/istanbul-lib-report@1.1.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
109
+ "@types/istanbul-reports@3.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
110
+ "@types/jest@26.0.20","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
111
+ "@types/jest@27.4.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
112
+ "@types/json-schema@7.0.9","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
113
+ "@types/node@14.14.20","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
114
+ "@types/node@17.0.14","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
115
+ "@types/prettier@2.4.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
116
+ "@types/prop-types@15.7.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
117
+ "@types/react-dom@17.0.11","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
118
+ "@types/react-dom@17.0.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
119
+ "@types/react-redux@7.1.22","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
120
+ "@types/react-test-renderer@16.9.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
121
+ "@types/react-test-renderer@17.0.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
122
+ "@types/react@16.14.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
123
+ "@types/react@16.14.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
124
+ "@types/react@16.9.19","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
125
+ "@types/react@17.0.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
126
+ "@types/react@17.0.39","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
127
+ "@types/scheduler@0.16.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
128
+ "@types/stack-utils@2.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
129
+ "@types/testing-library__jest-dom@5.9.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
130
+ "@types/yargs-parser@13.1.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
131
+ "@types/yargs@15.0.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
132
+ "@types/yargs@16.0.4","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
133
+ "@typescript-eslint/eslint-plugin@5.10.2","MIT","https://github.com/typescript-eslint/typescript-eslint"
134
+ "@typescript-eslint/parser@5.10.2","BSD-2-Clause","https://github.com/typescript-eslint/typescript-eslint"
135
+ "@typescript-eslint/scope-manager@5.10.2","MIT","https://github.com/typescript-eslint/typescript-eslint"
136
+ "@typescript-eslint/type-utils@5.10.2","MIT","https://github.com/typescript-eslint/typescript-eslint"
137
+ "@typescript-eslint/types@5.10.2","MIT","https://github.com/typescript-eslint/typescript-eslint"
138
+ "@typescript-eslint/typescript-estree@5.10.2","BSD-2-Clause","https://github.com/typescript-eslint/typescript-eslint"
139
+ "@typescript-eslint/utils@5.10.2","MIT","https://github.com/typescript-eslint/typescript-eslint"
140
+ "@typescript-eslint/visitor-keys@5.10.2","MIT","https://github.com/typescript-eslint/typescript-eslint"
141
+ "@zerollup/ts-helpers@1.7.18","MIT","https://github.com/zerkalica/zerollup"
142
+ "@zerollup/ts-transform-paths@1.7.18","MIT","https://github.com/zerkalica/zerollup"
143
+ "abab@2.0.5","BSD-3-Clause","https://github.com/jsdom/abab"
144
+ "acorn-globals@6.0.0","MIT","https://github.com/ForbesLindesay/acorn-globals"
145
+ "acorn-jsx@5.3.1","MIT","https://github.com/acornjs/acorn-jsx"
146
+ "acorn-walk@7.2.0","MIT","https://github.com/acornjs/acorn"
147
+ "acorn@7.4.1","MIT","https://github.com/acornjs/acorn"
148
+ "acorn@8.7.0","MIT","https://github.com/acornjs/acorn"
149
+ "agent-base@6.0.0","MIT","https://github.com/TooTallNate/node-agent-base"
150
+ "aggregate-error@3.1.0","MIT","https://github.com/sindresorhus/aggregate-error"
151
+ "ajv@6.12.6","MIT","https://github.com/ajv-validator/ajv"
152
+ "ansi-escapes@4.3.0","MIT","https://github.com/sindresorhus/ansi-escapes"
153
+ "ansi-escapes@4.3.2","MIT","https://github.com/sindresorhus/ansi-escapes"
154
+ "ansi-regex@5.0.0","MIT","https://github.com/chalk/ansi-regex"
155
+ "ansi-regex@5.0.1","MIT","https://github.com/chalk/ansi-regex"
156
+ "ansi-regex@6.0.1","MIT","https://github.com/chalk/ansi-regex"
157
+ "ansi-styles@3.2.1","MIT","https://github.com/chalk/ansi-styles"
158
+ "ansi-styles@4.2.1","MIT","https://github.com/chalk/ansi-styles"
159
+ "ansi-styles@5.2.0","MIT","https://github.com/chalk/ansi-styles"
160
+ "ansi-styles@6.1.0","MIT","https://github.com/chalk/ansi-styles"
161
+ "anymatch@3.1.1","ISC","https://github.com/micromatch/anymatch"
162
+ "argparse@1.0.10","MIT","https://github.com/nodeca/argparse"
163
+ "argparse@2.0.1","Python-2.0","https://github.com/nodeca/argparse"
164
+ "argv@0.0.2","MIT*",""
165
+ "aria-query@5.0.0","Apache-2.0","https://github.com/A11yance/aria-query"
166
+ "array-union@2.1.0","MIT","https://github.com/sindresorhus/array-union"
167
+ "astral-regex@2.0.0","MIT","https://github.com/kevva/astral-regex"
168
+ "asynckit@0.4.0","MIT","https://github.com/alexindigo/asynckit"
169
+ "atob@2.1.2","(MIT OR Apache-2.0)","git://git.coolaj86.com/coolaj86/atob.js"
170
+ "babel-jest@27.4.6","MIT","https://github.com/facebook/jest"
171
+ "babel-plugin-istanbul@6.1.1","BSD-3-Clause","https://github.com/istanbuljs/babel-plugin-istanbul"
172
+ "babel-plugin-jest-hoist@27.4.0","MIT","https://github.com/facebook/jest"
173
+ "babel-preset-current-node-syntax@1.0.1","MIT","https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax"
174
+ "babel-preset-jest@27.4.0","MIT","https://github.com/facebook/jest"
175
+ "balanced-match@1.0.0","MIT","https://github.com/juliangruber/balanced-match"
176
+ "brace-expansion@1.1.11","MIT","https://github.com/juliangruber/brace-expansion"
177
+ "braces@3.0.2","MIT","https://github.com/micromatch/braces"
178
+ "browser-process-hrtime@1.0.0","BSD-2-Clause","https://github.com/kumavis/browser-process-hrtime"
179
+ "browserslist@4.19.1","MIT","https://github.com/browserslist/browserslist"
180
+ "bs-logger@0.2.6","MIT","https://github.com/huafu/bs-logger"
181
+ "bser@2.1.1","Apache-2.0","https://github.com/facebook/watchman"
182
+ "buffer-from@1.1.1","MIT","https://github.com/LinusU/buffer-from"
183
+ "callsites@3.1.0","MIT","https://github.com/sindresorhus/callsites"
184
+ "camelcase@5.3.1","MIT","https://github.com/sindresorhus/camelcase"
185
+ "camelcase@6.3.0","MIT","https://github.com/sindresorhus/camelcase"
186
+ "caniuse-lite@1.0.30001306","CC-BY-4.0","https://github.com/browserslist/caniuse-lite"
187
+ "chalk@2.4.2","MIT","https://github.com/chalk/chalk"
188
+ "chalk@3.0.0","MIT","https://github.com/chalk/chalk"
189
+ "chalk@4.1.0","MIT","https://github.com/chalk/chalk"
190
+ "char-regex@1.0.2","MIT","https://github.com/Richienb/char-regex"
191
+ "ci-info@3.3.0","MIT","https://github.com/watson/ci-info"
192
+ "cjs-module-lexer@1.2.2","MIT","https://github.com/guybedford/cjs-module-lexer"
193
+ "clean-stack@2.2.0","MIT","https://github.com/sindresorhus/clean-stack"
194
+ "cli-cursor@3.1.0","MIT","https://github.com/sindresorhus/cli-cursor"
195
+ "cli-truncate@2.1.0","MIT","https://github.com/sindresorhus/cli-truncate"
196
+ "cli-truncate@3.1.0","MIT","https://github.com/sindresorhus/cli-truncate"
197
+ "cliui@7.0.4","ISC","https://github.com/yargs/cliui"
198
+ "co@4.6.0","MIT","https://github.com/tj/co"
199
+ "codecov@3.8.3","MIT","https://github.com/codecov/codecov-node"
200
+ "collect-v8-coverage@1.0.0","MIT",""
201
+ "color-convert@1.9.3","MIT","https://github.com/Qix-/color-convert"
202
+ "color-convert@2.0.1","MIT","https://github.com/Qix-/color-convert"
203
+ "color-name@1.1.3","MIT","https://github.com/dfcreative/color-name"
204
+ "color-name@1.1.4","MIT","https://github.com/colorjs/color-name"
205
+ "colorette@2.0.16","MIT","https://github.com/jorgebucaran/colorette"
206
+ "combined-stream@1.0.8","MIT","https://github.com/felixge/node-combined-stream"
207
+ "commander@8.3.0","MIT","https://github.com/tj/commander.js"
208
+ "concat-map@0.0.1","MIT","https://github.com/substack/node-concat-map"
209
+ "convert-source-map@1.7.0","MIT","https://github.com/thlorenz/convert-source-map"
210
+ "cross-fetch@3.0.4","MIT","https://github.com/lquixada/cross-fetch"
211
+ "cross-fetch@3.1.5","MIT","https://github.com/lquixada/cross-fetch"
212
+ "cross-spawn@7.0.3","MIT","https://github.com/moxystudio/node-cross-spawn"
213
+ "css.escape@1.5.1","MIT","https://github.com/mathiasbynens/CSS.escape"
214
+ "css@3.0.0","MIT","https://github.com/reworkcss/css"
215
+ "cssom@0.3.8","MIT","https://github.com/NV/CSSOM"
216
+ "cssom@0.4.4","MIT","https://github.com/NV/CSSOM"
217
+ "cssstyle@2.3.0","MIT","https://github.com/jsdom/cssstyle"
218
+ "csstype@2.6.8","MIT","https://github.com/frenic/csstype"
219
+ "csstype@3.0.5","MIT","https://github.com/frenic/csstype"
220
+ "data-urls@2.0.0","MIT","https://github.com/jsdom/data-urls"
221
+ "debug@4.1.1","MIT","https://github.com/visionmedia/debug"
222
+ "debug@4.3.3","MIT","https://github.com/debug-js/debug"
223
+ "decimal.js@10.3.1","MIT","https://github.com/MikeMcl/decimal.js"
224
+ "decode-uri-component@0.2.0","MIT","https://github.com/SamVerschueren/decode-uri-component"
225
+ "dedent@0.7.0","MIT","https://github.com/dmnd/dedent"
226
+ "deep-is@0.1.3","MIT","https://github.com/thlorenz/deep-is"
227
+ "deepmerge@4.2.2","MIT","https://github.com/TehShrike/deepmerge"
228
+ "delayed-stream@1.0.0","MIT","https://github.com/felixge/node-delayed-stream"
229
+ "detect-newline@3.1.0","MIT","https://github.com/sindresorhus/detect-newline"
230
+ "diff-sequences@26.6.2","MIT","https://github.com/facebook/jest"
231
+ "diff-sequences@27.4.0","MIT","https://github.com/facebook/jest"
232
+ "dir-glob@3.0.1","MIT","https://github.com/kevva/dir-glob"
233
+ "doctrine@3.0.0","Apache-2.0","https://github.com/eslint/doctrine"
234
+ "dom-accessibility-api@0.5.11","MIT","https://github.com/eps1lon/dom-accessibility-api"
235
+ "domexception@2.0.1","MIT","https://github.com/jsdom/domexception"
236
+ "eastasianwidth@0.2.0","MIT","https://github.com/komagata/eastasianwidth"
237
+ "electron-to-chromium@1.4.64","ISC","https://github.com/kilian/electron-to-chromium"
238
+ "emittery@0.8.1","MIT","https://github.com/sindresorhus/emittery"
239
+ "emoji-regex@8.0.0","MIT","https://github.com/mathiasbynens/emoji-regex"
240
+ "emoji-regex@9.2.2","MIT","https://github.com/mathiasbynens/emoji-regex"
241
+ "escalade@3.1.1","MIT","https://github.com/lukeed/escalade"
242
+ "escape-string-regexp@1.0.5","MIT","https://github.com/sindresorhus/escape-string-regexp"
243
+ "escape-string-regexp@2.0.0","MIT","https://github.com/sindresorhus/escape-string-regexp"
244
+ "escape-string-regexp@4.0.0","MIT","https://github.com/sindresorhus/escape-string-regexp"
245
+ "escodegen@2.0.0","BSD-2-Clause","https://github.com/estools/escodegen"
246
+ "eslint-config-prettier@8.3.0","MIT","https://github.com/prettier/eslint-config-prettier"
247
+ "eslint-plugin-jest-dom@4.0.1","MIT","https://github.com/testing-library/eslint-plugin-jest-dom"
248
+ "eslint-plugin-jest@26.0.0","MIT","https://github.com/jest-community/eslint-plugin-jest"
249
+ "eslint-plugin-prettier@4.0.0","MIT","https://github.com/prettier/eslint-plugin-prettier"
250
+ "eslint-plugin-tsdoc@0.2.14","MIT","https://github.com/microsoft/tsdoc/tree/master/eslint-plugin"
251
+ "eslint-scope@5.1.1","BSD-2-Clause","https://github.com/eslint/eslint-scope"
252
+ "eslint-scope@7.1.0","BSD-2-Clause","https://github.com/eslint/eslint-scope"
253
+ "eslint-utils@3.0.0","MIT","https://github.com/mysticatea/eslint-utils"
254
+ "eslint-visitor-keys@2.0.0","Apache-2.0","https://github.com/eslint/eslint-visitor-keys"
255
+ "eslint-visitor-keys@3.2.0","Apache-2.0","https://github.com/eslint/eslint-visitor-keys"
256
+ "eslint@8.8.0","MIT","https://github.com/eslint/eslint"
257
+ "espree@9.3.0","BSD-2-Clause","https://github.com/eslint/espree"
258
+ "esprima@4.0.1","BSD-2-Clause","https://github.com/jquery/esprima"
259
+ "esquery@1.4.0","BSD-3-Clause","https://github.com/estools/esquery"
260
+ "esrecurse@4.3.0","BSD-2-Clause","https://github.com/estools/esrecurse"
261
+ "estraverse@4.3.0","BSD-2-Clause","https://github.com/estools/estraverse"
262
+ "estraverse@5.2.0","BSD-2-Clause","https://github.com/estools/estraverse"
263
+ "esutils@2.0.3","BSD-2-Clause","https://github.com/estools/esutils"
264
+ "execa@5.1.1","MIT","https://github.com/sindresorhus/execa"
265
+ "exit@0.1.2","MIT","https://github.com/cowboy/node-exit"
266
+ "expect@27.4.6","MIT","https://github.com/facebook/jest"
267
+ "fast-deep-equal@3.1.3","MIT","https://github.com/epoberezkin/fast-deep-equal"
268
+ "fast-diff@1.2.0","Apache-2.0","https://github.com/jhchen/fast-diff"
269
+ "fast-glob@3.2.11","MIT","https://github.com/mrmlnc/fast-glob"
270
+ "fast-json-stable-stringify@2.0.0","MIT","https://github.com/epoberezkin/fast-json-stable-stringify"
271
+ "fast-json-stable-stringify@2.1.0","MIT","https://github.com/epoberezkin/fast-json-stable-stringify"
272
+ "fast-levenshtein@2.0.6","MIT","https://github.com/hiddentao/fast-levenshtein"
273
+ "fast-url-parser@1.1.3","MIT","https://github.com/petkaantonov/urlparser"
274
+ "fastq@1.11.0","ISC","https://github.com/mcollina/fastq"
275
+ "fb-watchman@2.0.0","Apache-2.0","https://github.com/facebook/watchman"
276
+ "file-entry-cache@6.0.1","MIT","https://github.com/royriojas/file-entry-cache"
277
+ "fill-range@7.0.1","MIT","https://github.com/jonschlinkert/fill-range"
278
+ "find-up@4.1.0","MIT","https://github.com/sindresorhus/find-up"
279
+ "flat-cache@3.0.4","MIT","https://github.com/royriojas/flat-cache"
280
+ "flatted@3.1.1","ISC","https://github.com/WebReflection/flatted"
281
+ "form-data@3.0.1","MIT","https://github.com/form-data/form-data"
282
+ "fs.realpath@1.0.0","ISC","https://github.com/isaacs/fs.realpath"
283
+ "function-bind@1.1.1","MIT","https://github.com/Raynos/function-bind"
284
+ "functional-red-black-tree@1.0.1","MIT","https://github.com/mikolalysenko/functional-red-black-tree"
285
+ "gensync@1.0.0-beta.2","MIT","https://github.com/loganfsmyth/gensync"
286
+ "get-caller-file@2.0.5","ISC","https://github.com/stefanpenner/get-caller-file"
287
+ "get-stream@6.0.1","MIT","https://github.com/sindresorhus/get-stream"
288
+ "glob-parent@5.1.2","ISC","https://github.com/gulpjs/glob-parent"
289
+ "glob-parent@6.0.2","ISC","https://github.com/gulpjs/glob-parent"
290
+ "glob@7.1.6","ISC","https://github.com/isaacs/node-glob"
291
+ "globals@11.12.0","MIT","https://github.com/sindresorhus/globals"
292
+ "globals@13.12.1","MIT","https://github.com/sindresorhus/globals"
293
+ "globals@13.8.0","MIT","https://github.com/sindresorhus/globals"
294
+ "globby@11.1.0","MIT","https://github.com/sindresorhus/globby"
295
+ "graceful-fs@4.2.4","ISC","https://github.com/isaacs/node-graceful-fs"
296
+ "has-flag@3.0.0","MIT","https://github.com/sindresorhus/has-flag"
297
+ "has-flag@4.0.0","MIT","https://github.com/sindresorhus/has-flag"
298
+ "has@1.0.3","MIT","https://github.com/tarruda/has"
299
+ "hoist-non-react-statics@3.3.2","BSD-3-Clause","https://github.com/mridgway/hoist-non-react-statics"
300
+ "html-encoding-sniffer@2.0.1","MIT","https://github.com/jsdom/html-encoding-sniffer"
301
+ "html-escaper@2.0.0","MIT","https://github.com/WebReflection/html-escaper"
302
+ "http-proxy-agent@4.0.0","MIT","https://github.com/TooTallNate/node-http-proxy-agent"
303
+ "http-proxy-agent@4.0.1","MIT","https://github.com/TooTallNate/node-http-proxy-agent"
304
+ "https-proxy-agent@5.0.0","MIT","https://github.com/TooTallNate/node-https-proxy-agent"
305
+ "human-signals@2.1.0","Apache-2.0","https://github.com/ehmicky/human-signals"
306
+ "husky@7.0.4","MIT","https://github.com/typicode/husky"
307
+ "iconv-lite@0.4.24","MIT","https://github.com/ashtuchkin/iconv-lite"
308
+ "ignore-walk@3.0.4","ISC","https://github.com/isaacs/ignore-walk"
309
+ "ignore@4.0.6","MIT","https://github.com/kaelzhang/node-ignore"
310
+ "ignore@5.2.0","MIT","https://github.com/kaelzhang/node-ignore"
311
+ "import-fresh@3.3.0","MIT","https://github.com/sindresorhus/import-fresh"
312
+ "import-local@3.0.2","MIT","https://github.com/sindresorhus/import-local"
313
+ "imurmurhash@0.1.4","MIT","https://github.com/jensyt/imurmurhash-js"
314
+ "indent-string@4.0.0","MIT","https://github.com/sindresorhus/indent-string"
315
+ "inflight@1.0.6","ISC","https://github.com/npm/inflight"
316
+ "inherits@2.0.4","ISC","https://github.com/isaacs/inherits"
317
+ "is-core-module@2.2.0","MIT","https://github.com/inspect-js/is-core-module"
318
+ "is-core-module@2.3.0","MIT","https://github.com/inspect-js/is-core-module"
319
+ "is-core-module@2.8.1","MIT","https://github.com/inspect-js/is-core-module"
320
+ "is-extglob@2.1.1","MIT","https://github.com/jonschlinkert/is-extglob"
321
+ "is-fullwidth-code-point@3.0.0","MIT","https://github.com/sindresorhus/is-fullwidth-code-point"
322
+ "is-fullwidth-code-point@4.0.0","MIT","https://github.com/sindresorhus/is-fullwidth-code-point"
323
+ "is-generator-fn@2.1.0","MIT","https://github.com/sindresorhus/is-generator-fn"
324
+ "is-glob@4.0.1","MIT","https://github.com/micromatch/is-glob"
325
+ "is-glob@4.0.3","MIT","https://github.com/micromatch/is-glob"
326
+ "is-number@7.0.0","MIT","https://github.com/jonschlinkert/is-number"
327
+ "is-potential-custom-element-name@1.0.1","MIT","https://github.com/mathiasbynens/is-potential-custom-element-name"
328
+ "is-stream@2.0.0","MIT","https://github.com/sindresorhus/is-stream"
329
+ "is-typedarray@1.0.0","MIT","https://github.com/hughsk/is-typedarray"
330
+ "isexe@2.0.0","ISC","https://github.com/isaacs/isexe"
331
+ "istanbul-lib-coverage@3.0.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs"
332
+ "istanbul-lib-coverage@3.2.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs"
333
+ "istanbul-lib-instrument@5.1.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs"
334
+ "istanbul-lib-report@3.0.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs"
335
+ "istanbul-lib-source-maps@4.0.0","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs"
336
+ "istanbul-reports@3.1.3","BSD-3-Clause","https://github.com/istanbuljs/istanbuljs"
337
+ "jest-changed-files@27.4.2","MIT","https://github.com/facebook/jest"
338
+ "jest-circus@27.4.6","MIT","https://github.com/facebook/jest"
339
+ "jest-cli@27.4.7","MIT","https://github.com/facebook/jest"
340
+ "jest-config@27.4.7","MIT","https://github.com/facebook/jest"
341
+ "jest-diff@26.6.2","MIT","https://github.com/facebook/jest"
342
+ "jest-diff@27.4.6","MIT","https://github.com/facebook/jest"
343
+ "jest-docblock@27.4.0","MIT","https://github.com/facebook/jest"
344
+ "jest-each@27.4.6","MIT","https://github.com/facebook/jest"
345
+ "jest-environment-jsdom@27.4.6","MIT","https://github.com/facebook/jest"
346
+ "jest-environment-node@27.4.6","MIT","https://github.com/facebook/jest"
347
+ "jest-fetch-mock@3.0.3","MIT","https://github.com/jefflau/jest-fetch-mock"
348
+ "jest-get-type@26.3.0","MIT","https://github.com/facebook/jest"
349
+ "jest-get-type@27.4.0","MIT","https://github.com/facebook/jest"
350
+ "jest-haste-map@27.4.6","MIT","https://github.com/facebook/jest"
351
+ "jest-jasmine2@27.4.6","MIT","https://github.com/facebook/jest"
352
+ "jest-leak-detector@27.4.6","MIT","https://github.com/facebook/jest"
353
+ "jest-matcher-utils@27.4.6","MIT","https://github.com/facebook/jest"
354
+ "jest-message-util@27.4.6","MIT","https://github.com/facebook/jest"
355
+ "jest-mock@27.4.6","MIT","https://github.com/facebook/jest"
356
+ "jest-pnp-resolver@1.2.2","MIT","https://github.com/arcanis/jest-pnp-resolver"
357
+ "jest-regex-util@27.4.0","MIT","https://github.com/facebook/jest"
358
+ "jest-resolve-dependencies@27.4.6","MIT","https://github.com/facebook/jest"
359
+ "jest-resolve@27.4.6","MIT","https://github.com/facebook/jest"
360
+ "jest-runner@27.4.6","MIT","https://github.com/facebook/jest"
361
+ "jest-runtime@27.4.6","MIT","https://github.com/facebook/jest"
362
+ "jest-serializer@27.4.0","MIT","https://github.com/facebook/jest"
363
+ "jest-snapshot@27.4.6","MIT","https://github.com/facebook/jest"
364
+ "jest-util@27.4.2","MIT","https://github.com/facebook/jest"
365
+ "jest-validate@27.4.6","MIT","https://github.com/facebook/jest"
366
+ "jest-watcher@27.4.6","MIT","https://github.com/facebook/jest"
367
+ "jest-worker@27.4.6","MIT","https://github.com/facebook/jest"
368
+ "jest@27.4.7","MIT","https://github.com/facebook/jest"
369
+ "jju@1.4.0","MIT","https://github.com/rlidwka/jju"
370
+ "js-tokens@4.0.0","MIT","https://github.com/lydell/js-tokens"
371
+ "js-yaml@3.13.1","MIT","https://github.com/nodeca/js-yaml"
372
+ "js-yaml@3.14.1","MIT","https://github.com/nodeca/js-yaml"
373
+ "js-yaml@4.1.0","MIT","https://github.com/nodeca/js-yaml"
374
+ "jsdom@16.7.0","MIT","https://github.com/jsdom/jsdom"
375
+ "jsesc@2.5.2","MIT","https://github.com/mathiasbynens/jsesc"
376
+ "json-schema-traverse@0.4.1","MIT","https://github.com/epoberezkin/json-schema-traverse"
377
+ "json-stable-stringify-without-jsonify@1.0.1","MIT","https://github.com/samn/json-stable-stringify"
378
+ "json5@2.1.1","MIT","https://github.com/json5/json5"
379
+ "json5@2.2.0","MIT","https://github.com/json5/json5"
380
+ "kleur@3.0.3","MIT","https://github.com/lukeed/kleur"
381
+ "leven@3.1.0","MIT","https://github.com/sindresorhus/leven"
382
+ "levn@0.3.0","MIT","https://github.com/gkz/levn"
383
+ "levn@0.4.1","MIT","https://github.com/gkz/levn"
384
+ "lilconfig@2.0.4","MIT","https://github.com/antonk52/lilconfig"
385
+ "lint-staged@12.3.3","MIT","https://github.com/okonet/lint-staged"
386
+ "listr2@4.0.2","MIT","https://github.com/cenk1cenk2/listr2"
387
+ "locate-path@5.0.0","MIT","https://github.com/sindresorhus/locate-path"
388
+ "lodash.memoize@4.1.2","MIT","https://github.com/lodash/lodash"
389
+ "lodash.merge@4.6.2","MIT","https://github.com/lodash/lodash"
390
+ "lodash.sortby@4.7.0","MIT","https://github.com/lodash/lodash"
391
+ "lodash@4.17.21","MIT","https://github.com/lodash/lodash"
392
+ "log-update@4.0.0","MIT","https://github.com/sindresorhus/log-update"
393
+ "loose-envify@1.4.0","MIT","https://github.com/zertosh/loose-envify"
394
+ "lru-cache@6.0.0","ISC","https://github.com/isaacs/node-lru-cache"
395
+ "lz-string@1.4.4","WTFPL","https://github.com/pieroxy/lz-string"
396
+ "make-dir@3.0.0","MIT","https://github.com/sindresorhus/make-dir"
397
+ "make-error@1.3.5","ISC","https://github.com/JsCommunity/make-error"
398
+ "makeerror@1.0.11","BSD-3-Clause","https://github.com/daaku/nodejs-makeerror"
399
+ "merge-stream@2.0.0","MIT","https://github.com/grncdr/merge-stream"
400
+ "merge2@1.4.1","MIT","https://github.com/teambition/merge2"
401
+ "micromatch@4.0.4","MIT","https://github.com/micromatch/micromatch"
402
+ "mime-db@1.42.0","MIT","https://github.com/jshttp/mime-db"
403
+ "mime-types@2.1.25","MIT","https://github.com/jshttp/mime-types"
404
+ "mimic-fn@2.1.0","MIT","https://github.com/sindresorhus/mimic-fn"
405
+ "min-indent@1.0.0","MIT","https://github.com/thejameskyle/min-indent"
406
+ "minimatch@3.0.4","ISC","https://github.com/isaacs/minimatch"
407
+ "minimist@1.2.5","MIT","https://github.com/substack/minimist"
408
+ "ms@2.1.2","MIT","https://github.com/zeit/ms"
409
+ "natural-compare@1.4.0","MIT","https://github.com/litejs/natural-compare-lite"
410
+ "node-fetch@2.6.0","MIT","https://github.com/bitinn/node-fetch"
411
+ "node-fetch@2.6.7","MIT","https://github.com/bitinn/node-fetch"
412
+ "node-int64@0.4.0","MIT","https://github.com/broofa/node-int64"
413
+ "node-releases@2.0.1","MIT","https://github.com/chicoxyzzy/node-releases"
414
+ "normalize-path@3.0.0","MIT","https://github.com/jonschlinkert/normalize-path"
415
+ "npm-run-path@4.0.1","MIT","https://github.com/sindresorhus/npm-run-path"
416
+ "nwsapi@2.2.0","MIT","https://github.com/dperini/nwsapi"
417
+ "object-assign@4.1.1","MIT","https://github.com/sindresorhus/object-assign"
418
+ "object-inspect@1.12.0","MIT","https://github.com/inspect-js/object-inspect"
419
+ "once@1.4.0","ISC","https://github.com/isaacs/once"
420
+ "onetime@5.1.0","MIT","https://github.com/sindresorhus/onetime"
421
+ "onetime@5.1.2","MIT","https://github.com/sindresorhus/onetime"
422
+ "optionator@0.8.3","MIT","https://github.com/gkz/optionator"
423
+ "optionator@0.9.1","MIT","https://github.com/gkz/optionator"
424
+ "p-limit@2.2.1","MIT","https://github.com/sindresorhus/p-limit"
425
+ "p-locate@4.1.0","MIT","https://github.com/sindresorhus/p-locate"
426
+ "p-map@4.0.0","MIT","https://github.com/sindresorhus/p-map"
427
+ "p-try@2.2.0","MIT","https://github.com/sindresorhus/p-try"
428
+ "parent-module@1.0.1","MIT","https://github.com/sindresorhus/parent-module"
429
+ "parse5@6.0.1","MIT","https://github.com/inikulin/parse5"
430
+ "path-exists@4.0.0","MIT","https://github.com/sindresorhus/path-exists"
431
+ "path-is-absolute@1.0.1","MIT","https://github.com/sindresorhus/path-is-absolute"
432
+ "path-key@3.1.1","MIT","https://github.com/sindresorhus/path-key"
433
+ "path-parse@1.0.6","MIT","https://github.com/jbgutierrez/path-parse"
434
+ "path-parse@1.0.7","MIT","https://github.com/jbgutierrez/path-parse"
435
+ "path-type@4.0.0","MIT","https://github.com/sindresorhus/path-type"
436
+ "picocolors@1.0.0","ISC","https://github.com/alexeyraspopov/picocolors"
437
+ "picomatch@2.2.1","MIT","https://github.com/micromatch/picomatch"
438
+ "picomatch@2.3.1","MIT","https://github.com/micromatch/picomatch"
439
+ "pirates@4.0.5","MIT","https://github.com/danez/pirates"
440
+ "pkg-dir@4.2.0","MIT","https://github.com/sindresorhus/pkg-dir"
441
+ "prelude-ls@1.1.2","MIT","https://github.com/gkz/prelude-ls"
442
+ "prelude-ls@1.2.1","MIT","https://github.com/gkz/prelude-ls"
443
+ "prettier-linter-helpers@1.0.0","MIT","https://github.com/prettier/prettier-linter-helpers"
444
+ "prettier@2.5.1","MIT","https://github.com/prettier/prettier"
445
+ "pretty-format@26.6.2","MIT","https://github.com/facebook/jest"
446
+ "pretty-format@27.4.6","MIT","https://github.com/facebook/jest"
447
+ "promise-polyfill@8.1.3","MIT","https://github.com/taylorhakes/promise-polyfill"
448
+ "prompts@2.3.0","MIT","https://github.com/terkelg/prompts"
449
+ "prop-types@15.7.2","MIT","https://github.com/facebook/prop-types"
450
+ "psl@1.8.0","MIT","https://github.com/lupomontero/psl"
451
+ "punycode@1.4.1","MIT","https://github.com/bestiejs/punycode.js"
452
+ "punycode@2.1.1","MIT","https://github.com/bestiejs/punycode.js"
453
+ "queue-microtask@1.2.3","MIT","https://github.com/feross/queue-microtask"
454
+ "react-dom@17.0.2","MIT","https://github.com/facebook/react"
455
+ "react-error-boundary@3.1.1","MIT","https://github.com/bvaughn/react-error-boundary"
456
+ "react-hooks-testing-library@0.6.0","MIT","https://github.com/testing-library/react-hooks-testing-library"
457
+ "react-is@16.12.0","MIT","https://github.com/facebook/react"
458
+ "react-is@17.0.1","MIT","https://github.com/facebook/react"
459
+ "react-is@17.0.2","MIT","https://github.com/facebook/react"
460
+ "react-redux@7.2.6","MIT","https://github.com/reduxjs/react-redux"
461
+ "react-shallow-renderer@16.14.1","MIT","https://github.com/NMinhNguyen/react-shallow-renderer"
462
+ "react-test-renderer@17.0.2","MIT","https://github.com/facebook/react"
463
+ "react@17.0.2","MIT","https://github.com/facebook/react"
464
+ "redent@3.0.0","MIT","https://github.com/sindresorhus/redent"
465
+ "redux@4.0.5","MIT","https://github.com/reduxjs/redux"
466
+ "redux@4.1.2","MIT","https://github.com/reduxjs/redux"
467
+ "regenerator-runtime@0.13.5","MIT","https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
468
+ "regexpp@3.2.0","MIT","https://github.com/mysticatea/regexpp"
469
+ "require-directory@2.1.1","MIT","https://github.com/troygoode/node-require-directory"
470
+ "requireindex@1.2.0","MIT","https://github.com/stephenhandley/requireindex"
471
+ "resolve-cwd@3.0.0","MIT","https://github.com/sindresorhus/resolve-cwd"
472
+ "resolve-from@4.0.0","MIT","https://github.com/sindresorhus/resolve-from"
473
+ "resolve-from@5.0.0","MIT","https://github.com/sindresorhus/resolve-from"
474
+ "resolve.exports@1.1.0","MIT","https://github.com/lukeed/resolve.exports"
475
+ "resolve@1.13.1","MIT","https://github.com/browserify/resolve"
476
+ "resolve@1.19.0","MIT","https://github.com/browserify/resolve"
477
+ "resolve@1.20.0","MIT","https://github.com/browserify/resolve"
478
+ "resolve@1.22.0","MIT","https://github.com/browserify/resolve"
479
+ "restore-cursor@3.1.0","MIT","https://github.com/sindresorhus/restore-cursor"
480
+ "reusify@1.0.4","MIT","https://github.com/mcollina/reusify"
481
+ "rfdc@1.3.0","MIT","https://github.com/davidmarkclements/rfdc"
482
+ "rimraf@3.0.1","ISC","https://github.com/isaacs/rimraf"
483
+ "rimraf@3.0.2","ISC","https://github.com/isaacs/rimraf"
484
+ "run-parallel@1.2.0","MIT","https://github.com/feross/run-parallel"
485
+ "rxjs@7.5.2","Apache-2.0","https://github.com/reactivex/rxjs"
486
+ "safe-buffer@5.1.2","MIT","https://github.com/feross/safe-buffer"
487
+ "safer-buffer@2.1.2","MIT","https://github.com/ChALkeR/safer-buffer"
488
+ "saxes@5.0.1","ISC","https://github.com/lddubeau/saxes"
489
+ "scheduler@0.20.2","MIT","https://github.com/facebook/react"
490
+ "semver@5.7.1","ISC","https://github.com/npm/node-semver"
491
+ "semver@6.3.0","ISC","https://github.com/npm/node-semver"
492
+ "semver@7.3.4","ISC","https://github.com/npm/node-semver"
493
+ "semver@7.3.5","ISC","https://github.com/npm/node-semver"
494
+ "shebang-command@2.0.0","MIT","https://github.com/kevva/shebang-command"
495
+ "shebang-regex@3.0.0","MIT","https://github.com/sindresorhus/shebang-regex"
496
+ "signal-exit@3.0.2","ISC","https://github.com/tapjs/signal-exit"
497
+ "signal-exit@3.0.6","ISC","https://github.com/tapjs/signal-exit"
498
+ "sisteransi@1.0.4","MIT","https://github.com/terkelg/sisteransi"
499
+ "slash@3.0.0","MIT","https://github.com/sindresorhus/slash"
500
+ "slice-ansi@3.0.0","MIT","https://github.com/chalk/slice-ansi"
501
+ "slice-ansi@4.0.0","MIT","https://github.com/chalk/slice-ansi"
502
+ "slice-ansi@5.0.0","MIT","https://github.com/chalk/slice-ansi"
503
+ "source-map-resolve@0.6.0","MIT","https://github.com/lydell/source-map-resolve"
504
+ "source-map-support@0.5.16","MIT","https://github.com/evanw/node-source-map-support"
505
+ "source-map@0.5.7","BSD-3-Clause","https://github.com/mozilla/source-map"
506
+ "source-map@0.6.1","BSD-3-Clause","https://github.com/mozilla/source-map"
507
+ "source-map@0.7.3","BSD-3-Clause","https://github.com/mozilla/source-map"
508
+ "sourcemap-codec@1.4.8","MIT","https://github.com/Rich-Harris/sourcemap-codec"
509
+ "sprintf-js@1.0.3","BSD-3-Clause","https://github.com/alexei/sprintf.js"
510
+ "stack-utils@2.0.5","MIT","https://github.com/tapjs/stack-utils"
511
+ "stream-events@1.0.5","MIT","https://github.com/stephenplusplus/stream-events"
512
+ "string-argv@0.3.1","MIT","https://github.com/mccormicka/string-argv"
513
+ "string-length@4.0.1","MIT","https://github.com/sindresorhus/string-length"
514
+ "string-width@4.2.0","MIT","https://github.com/sindresorhus/string-width"
515
+ "string-width@5.1.0","MIT","https://github.com/sindresorhus/string-width"
516
+ "strip-ansi@6.0.0","MIT","https://github.com/chalk/strip-ansi"
517
+ "strip-ansi@6.0.1","MIT","https://github.com/chalk/strip-ansi"
518
+ "strip-ansi@7.0.1","MIT","https://github.com/chalk/strip-ansi"
519
+ "strip-bom@4.0.0","MIT","https://github.com/sindresorhus/strip-bom"
520
+ "strip-final-newline@2.0.0","MIT","https://github.com/sindresorhus/strip-final-newline"
521
+ "strip-indent@3.0.0","MIT","https://github.com/sindresorhus/strip-indent"
522
+ "strip-json-comments@3.1.1","MIT","https://github.com/sindresorhus/strip-json-comments"
523
+ "stubs@3.0.0","MIT","https://github.com/stephenplusplus/stubs"
524
+ "supports-color@5.5.0","MIT","https://github.com/chalk/supports-color"
525
+ "supports-color@7.1.0","MIT","https://github.com/chalk/supports-color"
526
+ "supports-color@8.1.1","MIT","https://github.com/chalk/supports-color"
527
+ "supports-color@9.2.1","MIT","https://github.com/chalk/supports-color"
528
+ "supports-hyperlinks@2.0.0","MIT","https://github.com/jamestalmage/supports-hyperlinks"
529
+ "supports-preserve-symlinks-flag@1.0.0","MIT","https://github.com/inspect-js/node-supports-preserve-symlinks-flag"
530
+ "symbol-observable@1.2.0","MIT","https://github.com/blesh/symbol-observable"
531
+ "symbol-tree@3.2.4","MIT","https://github.com/jsdom/js-symbol-tree"
532
+ "teeny-request@7.1.1","Apache-2.0","https://github.com/googleapis/teeny-request"
533
+ "terminal-link@2.1.1","MIT","https://github.com/sindresorhus/terminal-link"
534
+ "test-exclude@6.0.0","ISC","https://github.com/istanbuljs/test-exclude"
535
+ "text-table@0.2.0","MIT","https://github.com/substack/text-table"
536
+ "throat@6.0.1","MIT","https://github.com/ForbesLindesay/throat"
537
+ "through@2.3.8","MIT","https://github.com/dominictarr/through"
538
+ "tmpl@1.0.4","BSD-3-Clause","https://github.com/daaku/nodejs-tmpl"
539
+ "to-fast-properties@2.0.0","MIT","https://github.com/sindresorhus/to-fast-properties"
540
+ "to-regex-range@5.0.1","MIT","https://github.com/micromatch/to-regex-range"
541
+ "tough-cookie@4.0.0","BSD-3-Clause","https://github.com/salesforce/tough-cookie"
542
+ "tr46@0.0.3","MIT","https://github.com/Sebmaster/tr46.js"
543
+ "tr46@2.0.2","MIT","https://github.com/jsdom/tr46"
544
+ "tr46@2.1.0","MIT","https://github.com/jsdom/tr46"
545
+ "ts-jest@27.1.3","MIT","https://github.com/kulshekhar/ts-jest"
546
+ "tslib@1.14.1","0BSD","https://github.com/Microsoft/tslib"
547
+ "tslib@2.3.1","0BSD","https://github.com/Microsoft/tslib"
548
+ "tsutils@3.21.0","MIT","https://github.com/ajafff/tsutils"
549
+ "ttypescript@1.5.13","MIT","https://github.com/cevek/ttypescript"
550
+ "type-check@0.3.2","MIT","https://github.com/gkz/type-check"
551
+ "type-check@0.4.0","MIT","https://github.com/gkz/type-check"
552
+ "type-detect@4.0.8","MIT","https://github.com/chaijs/type-detect"
553
+ "type-fest@0.20.2","(MIT OR CC0-1.0)","https://github.com/sindresorhus/type-fest"
554
+ "type-fest@0.21.3","(MIT OR CC0-1.0)","https://github.com/sindresorhus/type-fest"
555
+ "type-fest@0.8.1","(MIT OR CC0-1.0)","https://github.com/sindresorhus/type-fest"
556
+ "typedarray-to-buffer@3.1.5","MIT","https://github.com/feross/typedarray-to-buffer"
557
+ "typescript@4.6.0-dev.20220203","Apache-2.0","https://github.com/Microsoft/TypeScript"
558
+ "universalify@0.1.2","MIT","https://github.com/RyanZim/universalify"
559
+ "uri-js@4.2.2","BSD-2-Clause","https://github.com/garycourt/uri-js"
560
+ "urlgrey@1.0.0","BSD-2-Clause","https://github.com/cainus/urlgrey"
561
+ "uuid@8.3.2","MIT","https://github.com/uuidjs/uuid"
562
+ "v8-compile-cache@2.3.0","MIT","https://github.com/zertosh/v8-compile-cache"
563
+ "v8-to-istanbul@8.1.1","ISC","https://github.com/istanbuljs/v8-to-istanbul"
564
+ "w3c-hr-time@1.0.2","MIT","https://github.com/jsdom/w3c-hr-time"
565
+ "w3c-xmlserializer@2.0.0","MIT","https://github.com/jsdom/w3c-xmlserializer"
566
+ "walker@1.0.7","Apache-2.0","https://github.com/daaku/nodejs-walker"
567
+ "webidl-conversions@3.0.1","BSD-2-Clause","https://github.com/jsdom/webidl-conversions"
568
+ "webidl-conversions@5.0.0","BSD-2-Clause","https://github.com/jsdom/webidl-conversions"
569
+ "webidl-conversions@6.1.0","BSD-2-Clause","https://github.com/jsdom/webidl-conversions"
570
+ "whatwg-encoding@1.0.5","MIT","https://github.com/jsdom/whatwg-encoding"
571
+ "whatwg-fetch@3.0.0","MIT","https://github.com/github/fetch"
572
+ "whatwg-mimetype@2.3.0","MIT","https://github.com/jsdom/whatwg-mimetype"
573
+ "whatwg-url@5.0.0","MIT","https://github.com/jsdom/whatwg-url"
574
+ "whatwg-url@8.4.0","MIT","https://github.com/jsdom/whatwg-url"
575
+ "whatwg-url@8.7.0","MIT","https://github.com/jsdom/whatwg-url"
576
+ "which@2.0.2","ISC","https://github.com/isaacs/node-which"
577
+ "word-wrap@1.2.3","MIT","https://github.com/jonschlinkert/word-wrap"
578
+ "wrap-ansi@6.2.0","MIT","https://github.com/chalk/wrap-ansi"
579
+ "wrap-ansi@7.0.0","MIT","https://github.com/chalk/wrap-ansi"
580
+ "wrappy@1.0.2","ISC","https://github.com/npm/wrappy"
581
+ "write-file-atomic@3.0.1","ISC","https://github.com/npm/write-file-atomic"
582
+ "ws@7.5.6","MIT","https://github.com/websockets/ws"
583
+ "xml-name-validator@3.0.0","Apache-2.0","https://github.com/jsdom/xml-name-validator"
584
+ "xmlchars@2.2.0","MIT","https://github.com/lddubeau/xmlchars"
585
+ "y18n@5.0.8","ISC","https://github.com/yargs/y18n"
586
+ "yallist@4.0.0","ISC","https://github.com/isaacs/yallist"
587
+ "yaml@1.10.2","ISC","https://github.com/eemeli/yaml"
588
+ "yargs-parser@20.2.4","ISC","https://github.com/yargs/yargs-parser"
589
+ "yargs-parser@20.2.9","ISC","https://github.com/yargs/yargs-parser"
590
+ "yargs@16.2.0","MIT","https://github.com/yargs/yargs"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lustre/sdk",
3
- "version": "1.4.6-dev.7",
3
+ "version": "1.4.7-rc.2",
4
4
  "repository": "github:parli/typescript-sdk",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",
@@ -19,6 +19,7 @@ declare class QueryResolver {
19
19
  readonly apiKey?: string;
20
20
  constructor(options?: QueryResolverOptions);
21
21
  addQueryToQueue(query: WrappedQuery): Promise<Api>;
22
+ addQueriesToQueue(queries: WrappedQuery[]): Promise<Api>;
22
23
  performQueryRequest(): Promise<void>;
23
24
  }
24
25
  export declare const _getDefaultQueryResolver: () => QueryResolver;
@@ -1 +1 @@
1
- {"version":3,"file":"QueryResolver.d.ts","sourceRoot":"","sources":["../../src/api/QueryResolver.ts"],"names":[],"mappings":"AAEA,OAAO,sBAAsB,CAAA;AAE7B,OAAO,EAAE,GAAG,EAAc,MAAM,WAAW,CAAA;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAmC,UAAU,EAAE,MAAM,cAAc,CAAA;AAE1E,aAAK,gBAAgB,GAAG,CAAC,QAAQ,EAAE,GAAG,KAAK,IAAI,CAAA;AAC/C,aAAK,gBAAgB,GAAG,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAA;AAEnD,aAAK,YAAY,GAAG;IAClB,KAAK,EAAE,YAAY,CAAA;IACnB,OAAO,EAAE,gBAAgB,CAAA;IACzB,MAAM,EAAE,gBAAgB,CAAA;CACzB,CAAA;AAGD,UAAU,oBAAoB;IAE5B,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAQD,cAAM,aAAa;IAEV,aAAa,EAAE,YAAY,EAAE,CAAA;IACpC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;gBAEZ,OAAO,GAAE,oBAAyB;IAOvC,eAAe,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC;IAS5C,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;CA6ClD;AAMD,eAAO,MAAM,wBAAwB,QAAO,aAAqC,CAAA;AAEjF,eAAO,MAAM,wBAAwB,kBAAmB,aAAa,KAAG,IAEvE,CAAA;AAED,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"QueryResolver.d.ts","sourceRoot":"","sources":["../../src/api/QueryResolver.ts"],"names":[],"mappings":"AAEA,OAAO,sBAAsB,CAAA;AAE7B,OAAO,EAAE,GAAG,EAAc,MAAM,WAAW,CAAA;AAE3C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAmC,UAAU,EAAE,MAAM,cAAc,CAAA;AAE1E,aAAK,gBAAgB,GAAG,CAAC,QAAQ,EAAE,GAAG,KAAK,IAAI,CAAA;AAC/C,aAAK,gBAAgB,GAAG,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAA;AAEnD,aAAK,YAAY,GAAG;IAClB,KAAK,EAAE,YAAY,CAAA;IACnB,OAAO,EAAE,gBAAgB,CAAA;IACzB,MAAM,EAAE,gBAAgB,CAAA;CACzB,CAAA;AAGD,UAAU,oBAAoB;IAE5B,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAQD,cAAM,aAAa;IAEV,aAAa,EAAE,YAAY,EAAE,CAAA;IACpC,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IACxB,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;gBAEZ,OAAO,GAAE,oBAAyB;IAOvC,eAAe,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,GAAG,CAAC;IAIlD,iBAAiB,CAAC,OAAO,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IASlD,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;CAiDlD;AAMD,eAAO,MAAM,wBAAwB,QAAO,aAAqC,CAAA;AAEjF,eAAO,MAAM,wBAAwB,kBAAmB,aAAa,KAAG,IAEvE,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { WrappedQuery } from "./WrappedQuery";
2
+ import QueryResolver from "./QueryResolver";
3
+ import { ApiDispatch } from "../hooks/useApiDispatch";
4
+ export declare const dispatchQueries: (queries: WrappedQuery[], dispatch: ApiDispatch, queryResolver?: QueryResolver) => void;
5
+ //# sourceMappingURL=dispatchQueries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dispatchQueries.d.ts","sourceRoot":"","sources":["../../src/api/dispatchQueries.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,aAA2C,MAAM,iBAAiB,CAAA;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAGrD,eAAO,MAAM,eAAe,YACjB,YAAY,EAAE,YACb,WAAW,kBACN,aAAa,KAC3B,IAcF,CAAA"}
@@ -1,8 +1,7 @@
1
- import { IsoCurrency, ListQuery, ListResponse, Money } from "../builtins";
1
+ import { ListQuery, ListResponse, Money } from "../builtins";
2
2
  import { ProductType, StorePage } from "../entities";
3
3
  export interface PreferredStorePageListQuery extends ListQuery {
4
4
  productId: ProductType["id"];
5
- currency?: IsoCurrency;
6
5
  }
7
6
  export declare type PreferredStorePageListResponse = ListResponse<PreferredStorePage>;
8
7
  interface PreferredStorePage {
@@ -1 +1 @@
1
- {"version":3,"file":"preferredStorePageList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredStorePageList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AACzE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAQpD,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;IAE5B,QAAQ,CAAC,EAAE,WAAW,CAAA;CACvB;AAED,oBAAY,8BAA8B,GAAG,YAAY,CAAC,kBAAkB,CAAC,CAAA;AAE7E,UAAU,kBAAkB;IAC1B,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;IAC5B,KAAK,EAAE,KAAK,CAAA;CACb"}
1
+ {"version":3,"file":"preferredStorePageList.d.ts","sourceRoot":"","sources":["../../../src/schema/queries/preferredStorePageList.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAQpD,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,SAAS,EAAE,WAAW,CAAC,IAAI,CAAC,CAAA;CAC7B;AAED,oBAAY,8BAA8B,GAAG,YAAY,CAAC,kBAAkB,CAAC,CAAA;AAE7E,UAAU,kBAAkB;IAC1B,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;IAC5B,KAAK,EAAE,KAAK,CAAA;CACb"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"dispatchQuery.js","sourceRoot":"","sources":["../../src/api/dispatchQuery.ts"],"names":[],"mappings":";;;AACA,mDAAyE;AAIlE,MAAM,aAAa,GAAG,CAC3B,KAAmB,EACnB,QAAqB,EACrB,gBAA+B,wCAAwB,EAAE,EACnD,EAAE;IACR,aAAa;SACV,eAAe,CAAC,KAAK,CAAC;SACtB,IAAI,CAAC,CAAC,QAAa,EAAE,EAAE;QACtB,QAAQ,CAAC;YACP,IAAI,EAAE,kBAAkB;YACxB,QAAQ;SACT,CAAC,CAAA;IACJ,CAAC,CAAC;SACD,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;QAGf,OAAO,CAAC,KAAK,CAAC,uBAAuB,EAAE,KAAK,CAAC,CAAA;IAC/C,CAAC,CAAC,CAAA;AACN,CAAC,CAAA;AAlBY,QAAA,aAAa,iBAkBzB"}
@@ -1,5 +0,0 @@
1
- import { WrappedQuery } from "./WrappedQuery";
2
- import QueryResolver from "./QueryResolver";
3
- import { ApiDispatch } from "../hooks/useApiDispatch";
4
- export declare const dispatchQuery: (query: WrappedQuery, dispatch: ApiDispatch, queryResolver?: QueryResolver) => void;
5
- //# sourceMappingURL=dispatchQuery.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dispatchQuery.d.ts","sourceRoot":"","sources":["../../src/api/dispatchQuery.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,aAA2C,MAAM,iBAAiB,CAAA;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAGrD,eAAO,MAAM,aAAa,UACjB,YAAY,YACT,WAAW,kBACN,aAAa,KAC3B,IAcF,CAAA"}