@vini-wine/admin-core-models 1.1.73 → 1.1.74

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
@@ -465,6 +465,7 @@ interface OrderModel extends UUID {
465
465
  referenceCode: string;
466
466
  orderedAt: Date;
467
467
  shareOrderWithSellerOrCustomer: boolean;
468
+ createdByOrganisation: OrganisationModel;
468
469
  sellerOrganisation?: OrganisationModel;
469
470
  customer?: CustomerModel;
470
471
  requestedUser?: UserAccountModel;
package/dist/index.d.ts CHANGED
@@ -465,6 +465,7 @@ interface OrderModel extends UUID {
465
465
  referenceCode: string;
466
466
  orderedAt: Date;
467
467
  shareOrderWithSellerOrCustomer: boolean;
468
+ createdByOrganisation: OrganisationModel;
468
469
  sellerOrganisation?: OrganisationModel;
469
470
  customer?: CustomerModel;
470
471
  requestedUser?: UserAccountModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
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",