@infrab4a/connect 2.0.4 → 2.0.6

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.
@@ -48,7 +48,6 @@
48
48
  exports.Where = void 0;
49
49
  (function (Where) {
50
50
  Where["EQUALS"] = "==";
51
- Where["NOTEQUALS"] = "!=";
52
51
  Where["GT"] = ">";
53
52
  Where["GTE"] = ">=";
54
53
  Where["IN"] = "in";
@@ -290,7 +289,7 @@
290
289
  Status["CANCELLED"] = "Cancelado";
291
290
  })(exports.Status || (exports.Status = {}));
292
291
 
293
- /*! *****************************************************************************
292
+ /******************************************************************************
294
293
  Copyright (c) Microsoft Corporation.
295
294
 
296
295
  Permission to use, copy, modify, and/or distribute this software for any
@@ -388,7 +387,7 @@
388
387
  function step(op) {
389
388
  if (f)
390
389
  throw new TypeError("Generator is already executing.");
391
- while (_)
390
+ while (g && (g = 0, op[0] && (_ = 0)), _)
392
391
  try {
393
392
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
394
393
  return t;
@@ -452,7 +451,11 @@
452
451
  var __createBinding = Object.create ? (function (o, m, k, k2) {
453
452
  if (k2 === undefined)
454
453
  k2 = k;
455
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
454
+ var desc = Object.getOwnPropertyDescriptor(m, k);
455
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
456
+ desc = { enumerable: true, get: function () { return m[k]; } };
457
+ }
458
+ Object.defineProperty(o, k2, desc);
456
459
  }) : (function (o, m, k, k2) {
457
460
  if (k2 === undefined)
458
461
  k2 = k;
@@ -607,6 +610,11 @@
607
610
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
608
611
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
609
612
  }
613
+ function __classPrivateFieldIn(state, receiver) {
614
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
615
+ throw new TypeError("Cannot use 'in' operator on non-object");
616
+ return typeof state === "function" ? receiver === state : state.has(receiver);
617
+ }
610
618
 
611
619
  var Edition = /** @class */ (function (_super) {
612
620
  __extends(Edition, _super);
@@ -3813,7 +3821,6 @@
3813
3821
  'shopAvailability',
3814
3822
  'sku',
3815
3823
  'rate',
3816
- 'tags',
3817
3824
  ] }, ((options === null || options === void 0 ? void 0 : options.limit) ? { limits: { limit: options === null || options === void 0 ? void 0 : options.limit } } : {})))];
3818
3825
  case 1:
3819
3826
  productsData = (_c.sent()).data;