@tolinax/ayoune-interfaces 2024.2.7 → 2024.2.8

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.
@@ -166,11 +166,11 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
166
166
  last_event_start?: Date;
167
167
  last_event_end?: Date;
168
168
  last_offer?: Date;
169
- last_offer_id?: string;
169
+ last_offer_id?: ObjectId;
170
170
  last_offer_value?: number;
171
171
  last_offer_status?: string;
172
172
  last_order?: Date;
173
- last_order_id?: string;
173
+ last_order_id?: ObjectId;
174
174
  last_order_value?: number;
175
175
  last_order_status?: string;
176
176
  last_shipping?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.2.7",
3
+ "version": "2024.2.8",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",