@tolinax/ayoune-interfaces 2024.2.6 → 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,37 +166,37 @@ 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;
177
- last_shipping_id?: string;
177
+ last_shipping_id?: ObjectId;
178
178
  last_shipping_value?: number;
179
179
  last_shipping_status?: string;
180
180
  last_deposit?: Date;
181
- last_deposit_id?: string;
181
+ last_deposit_id?: ObjectId;
182
182
  last_deposit_value?: number;
183
183
  last_deposit_status?: string;
184
184
  last_invoice?: Date;
185
- last_invoice_id?: string;
185
+ last_invoice_id?: ObjectId;
186
186
  last_invoice_value?: number;
187
187
  last_invoice_status?: string;
188
188
  last_contract?: Date;
189
- last_contract_id?: string;
189
+ last_contract_id?: ObjectId;
190
190
  last_contract_value?: number;
191
191
  last_contract_status?: string;
192
192
  last_payment?: Date;
193
- last_payment_id?: string;
193
+ last_payment_id?: ObjectId;
194
194
  last_payment_value?: number;
195
195
  last_message?: Date;
196
- last_message_id?: string;
196
+ last_message_id?: ObjectId;
197
197
  last_message_type?: string;
198
198
  last_coupon?: Date;
199
- last_coupon_id?: string;
199
+ last_coupon_id?: ObjectId;
200
200
  last_coupon_code?: string;
201
201
  last_url?: string;
202
202
  last_referrer?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.2.6",
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",