@infrab4a/connect 5.3.0-beta.14 → 5.3.0-beta.15

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/index.cjs.js CHANGED
@@ -832,7 +832,7 @@ class ProductReview extends BaseModel {
832
832
  }
833
833
  tslib.__decorate([
834
834
  classTransformer.Type(resolveClass('Product')),
835
- tslib.__metadata("design:type", Product)
835
+ tslib.__metadata("design:type", Function)
836
836
  ], ProductReview.prototype, "product", void 0);
837
837
  registerClass('ProductReview', ProductReview);
838
838
 
package/index.esm.js CHANGED
@@ -808,7 +808,7 @@ class ProductReview extends BaseModel {
808
808
  }
809
809
  __decorate([
810
810
  Type(resolveClass('Product')),
811
- __metadata("design:type", Product)
811
+ __metadata("design:type", Function)
812
812
  ], ProductReview.prototype, "product", void 0);
813
813
  registerClass('ProductReview', ProductReview);
814
814
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "5.3.0-beta.14",
3
+ "version": "5.3.0-beta.15",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -1,6 +1,6 @@
1
1
  import { BaseModel, GenericIdentifier } from '../../generic/model';
2
2
  import { Shops } from './enums';
3
- import { Product } from './product';
3
+ import type { Product } from './product';
4
4
  export declare class ProductReview extends BaseModel<ProductReview> {
5
5
  id: number;
6
6
  productId: string;