@vini-wine/admin-core-models 1.1.36 → 1.1.38

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/dist/index.d.mts CHANGED
@@ -548,9 +548,8 @@ interface OrderModel extends UUID {
548
548
  statusUpdatedAt: Date;
549
549
  };
550
550
  referenceCode: string;
551
- createdAt: Date;
552
- updatedAt: Date;
553
- organisation?: OrganisationModel;
551
+ orderedAt: Date;
552
+ sellerOrganisation?: OrganisationModel;
554
553
  customer?: CustomerModel;
555
554
  requestedUser?: UserAccountModel;
556
555
  originatedByOfferRequest?: OfferRequestModel | null;
package/dist/index.d.ts CHANGED
@@ -548,9 +548,8 @@ interface OrderModel extends UUID {
548
548
  statusUpdatedAt: Date;
549
549
  };
550
550
  referenceCode: string;
551
- createdAt: Date;
552
- updatedAt: Date;
553
- organisation?: OrganisationModel;
551
+ orderedAt: Date;
552
+ sellerOrganisation?: OrganisationModel;
554
553
  customer?: CustomerModel;
555
554
  requestedUser?: UserAccountModel;
556
555
  originatedByOfferRequest?: OfferRequestModel | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
4
4
  "description": "Core package for Vini models related to the admin API.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",