@hapl/api-queries 0.2.50 → 0.2.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # NANOID
2
+
3
+ Использовать только `nanoid/non-secure`, так как обычный не работает в React Native
4
+
1
5
  # TSDX User Guide
2
6
 
3
7
  Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.
@@ -6,7 +6,7 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'defau
6
6
 
7
7
  var axios = _interopDefault(require('axios'));
8
8
  var qs = _interopDefault(require('qs'));
9
- var nanoid = require('nanoid');
9
+ var nonSecure = require('nanoid/non-secure');
10
10
  var isNil = _interopDefault(require('lodash/isNil'));
11
11
  var chunk = _interopDefault(require('lodash/chunk'));
12
12
 
@@ -1028,7 +1028,7 @@ function findBillsRequest(_ref) {
1028
1028
  var ids = [];
1029
1029
  var byId = {};
1030
1030
  data.data.forEach(function (entity) {
1031
- var _id = nanoid.nanoid();
1031
+ var _id = nonSecure.nanoid();
1032
1032
 
1033
1033
  byId[_id] = _extends({}, entity, {
1034
1034
  _id: _id
@@ -1073,7 +1073,7 @@ function findBonusCalculationsRequest(_ref) {
1073
1073
  var ids = [];
1074
1074
  var byId = {};
1075
1075
  data.data.forEach(function (entity) {
1076
- var _id = nanoid.nanoid();
1076
+ var _id = nonSecure.nanoid();
1077
1077
 
1078
1078
  byId[_id] = _extends({}, entity, {
1079
1079
  _id: _id
@@ -1366,7 +1366,7 @@ function findBuyerUniquePhonesRequest(_ref) {
1366
1366
  var ids = [];
1367
1367
  var byId = {};
1368
1368
  data.data.forEach(function (entity) {
1369
- var _id = nanoid.nanoid();
1369
+ var _id = nonSecure.nanoid();
1370
1370
 
1371
1371
  byId[_id] = _extends({}, entity, {
1372
1372
  _id: _id
@@ -4793,7 +4793,7 @@ function findPriceHistoryAnalyticsByIdRequest(_ref) {
4793
4793
  var ids = [];
4794
4794
  var byId = {};
4795
4795
  data.data.forEach(function (entity) {
4796
- var _id = nanoid.nanoid();
4796
+ var _id = nonSecure.nanoid();
4797
4797
 
4798
4798
  byId[_id] = _extends({}, entity, {
4799
4799
  _id: _id
@@ -5438,7 +5438,7 @@ function findMarkupCallsRequest(_ref) {
5438
5438
  var ids = [];
5439
5439
  var byId = {};
5440
5440
  ((_data$data = data.data) != null ? _data$data : []).forEach(function (entity) {
5441
- var _id = nanoid.nanoid();
5441
+ var _id = nonSecure.nanoid();
5442
5442
 
5443
5443
  byId[_id] = _extends({}, entity, {
5444
5444
  _id: _id
@@ -5483,7 +5483,7 @@ function findMarkupBySourceCallsRequest(_ref) {
5483
5483
  var ids = [];
5484
5484
  var byId = {};
5485
5485
  ((_data$data = data.data) != null ? _data$data : []).forEach(function (entity) {
5486
- var _id = nanoid.nanoid();
5486
+ var _id = nonSecure.nanoid();
5487
5487
 
5488
5488
  byId[_id] = _extends({}, entity, {
5489
5489
  _id: _id
@@ -16887,7 +16887,7 @@ function findActualEventsRowRequest(_ref) {
16887
16887
  var ids = [];
16888
16888
  var byId = {};
16889
16889
  data.data.forEach(function (entity) {
16890
- var _id = nanoid.nanoid();
16890
+ var _id = nonSecure.nanoid();
16891
16891
 
16892
16892
  byId[_id] = _extends({}, entity, {
16893
16893
  _id: _id