@vini-wine/admin-core-models 1.1.16 → 1.1.17

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
@@ -212,7 +212,7 @@ interface CustomerModel extends UUID {
212
212
  isSupplier: boolean;
213
213
  name: string;
214
214
  createdAt: Date;
215
- supplierOrganisation?: OrganisationModel;
215
+ customerOrganisation?: OrganisationModel;
216
216
  organisation?: OrganisationModel;
217
217
  primaryLogisticsContactPoint?: ContactPointModel | null;
218
218
  contactPoints?: ContactPointModel[] | [];
package/dist/index.d.ts CHANGED
@@ -212,7 +212,7 @@ interface CustomerModel extends UUID {
212
212
  isSupplier: boolean;
213
213
  name: string;
214
214
  createdAt: Date;
215
- supplierOrganisation?: OrganisationModel;
215
+ customerOrganisation?: OrganisationModel;
216
216
  organisation?: OrganisationModel;
217
217
  primaryLogisticsContactPoint?: ContactPointModel | null;
218
218
  contactPoints?: ContactPointModel[] | [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
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",