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

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
@@ -487,6 +487,7 @@ interface ChatMessageModel extends UUID {
487
487
  chatConversation?: ChatConversationModel;
488
488
  content?: string;
489
489
  createdByUserOrganisation?: UserOrganisationModel;
490
+ parent?: ChatMessageModel | null;
490
491
  }
491
492
 
492
493
  interface ChatConversationModel extends UUID {
package/dist/index.d.ts CHANGED
@@ -487,6 +487,7 @@ interface ChatMessageModel extends UUID {
487
487
  chatConversation?: ChatConversationModel;
488
488
  content?: string;
489
489
  createdByUserOrganisation?: UserOrganisationModel;
490
+ parent?: ChatMessageModel | null;
490
491
  }
491
492
 
492
493
  interface ChatConversationModel extends UUID {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vini-wine/admin-core-models",
3
- "version": "1.1.67",
3
+ "version": "1.1.68",
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",