@infrab4a/connect 1.0.0-beta.40 → 1.0.0-beta.42

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.
@@ -4046,11 +4046,11 @@
4046
4046
  update: { get: function () { return _super_1.prototype.update; } }
4047
4047
  });
4048
4048
  return __awaiter(this, void 0, void 0, function () {
4049
- var categories, kitProducts, reviews, checkId, shopAvailability, data, plainData, id, product, _c, _d, _e, _f, _g, _h;
4049
+ var categories, kitProducts, reviews, checkId, shopAvailability, rate, data, plainData, id, product, _c, _d, _e, _f, _g, _h;
4050
4050
  return __generator(this, function (_j) {
4051
4051
  switch (_j.label) {
4052
4052
  case 0:
4053
- categories = params.categories, kitProducts = params.kitProducts, reviews = params.reviews, checkId = params.id, shopAvailability = params.shopAvailability, data = __rest(params, ["categories", "kitProducts", "reviews", "id", "shopAvailability"]);
4053
+ categories = params.categories, kitProducts = params.kitProducts, reviews = params.reviews, checkId = params.id, shopAvailability = params.shopAvailability, rate = params.rate, data = __rest(params, ["categories", "kitProducts", "reviews", "id", "shopAvailability", "rate"]);
4054
4054
  plainData = this.paramsToPlain({ id: checkId });
4055
4055
  return [4 /*yield*/, this.getId(plainData.id)];
4056
4056
  case 1:
@@ -4424,6 +4424,12 @@
4424
4424
  { hasVariants: { columnName: 'has_variants', to: function () { return false; }, from: function () { return undefined; } } },
4425
4425
  { createdAt: { columnName: 'created_at' } },
4426
4426
  { updatedAt: { columnName: 'updated_at' } },
4427
+ {
4428
+ grade: {
4429
+ columnName: 'grade',
4430
+ type: HasuraGraphQLColumnType.Jsonb,
4431
+ },
4432
+ },
4427
4433
  ],
4428
4434
  }) || this;
4429
4435
  }