@tolinax/ayoune-interfaces 2024.4.19 → 2024.4.20

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.
@@ -140,6 +140,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
140
140
  brand_bidding_stage?: string;
141
141
  last_brand_bidding?: Date;
142
142
  last_active?: Date;
143
+ last_login?: Date;
143
144
  last_open?: Date;
144
145
  last_click?: Date;
145
146
  last_call?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.4.19",
3
+ "version": "2024.4.20",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",