@vini-wine/admin-core-models 1.1.68 → 1.1.69

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
@@ -497,6 +497,7 @@ interface ChatConversationModel extends UUID {
497
497
  createdByUserOrganisation?: UserOrganisationModel | null;
498
498
  organisationParticipants?: OrganisationModel[] | null;
499
499
  userOrganisationParticipants?: UserOrganisationModel[];
500
+ contactPointParticipants?: ContactPointModel[];
500
501
  lastChatMessage?: ChatMessageModel | null;
501
502
  }
502
503
 
package/dist/index.d.ts CHANGED
@@ -497,6 +497,7 @@ interface ChatConversationModel extends UUID {
497
497
  createdByUserOrganisation?: UserOrganisationModel | null;
498
498
  organisationParticipants?: OrganisationModel[] | null;
499
499
  userOrganisationParticipants?: UserOrganisationModel[];
500
+ contactPointParticipants?: ContactPointModel[];
500
501
  lastChatMessage?: ChatMessageModel | null;
501
502
  }
502
503
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
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",