@tolinax/ayoune-interfaces 2024.33.1 → 2024.34.0

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.
@@ -391,6 +391,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
391
391
  last_payment?: Date;
392
392
  last_payment_id?: ObjectId;
393
393
  last_payment_value?: number;
394
+ message?: string;
394
395
  last_message?: Date;
395
396
  last_message_id?: ObjectId;
396
397
  last_message_type?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.33.1",
3
+ "version": "2024.34.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",