@tolinax/ayoune-interfaces 2024.2.20 → 2024.4.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.
@@ -85,6 +85,8 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
85
85
  salutation?: string;
86
86
  first_name?: string;
87
87
  last_name?: string;
88
+ name?: string;
89
+ sr?: string;
88
90
  email?: string;
89
91
  emails?: string;
90
92
  street?: string;
@@ -606,4 +608,10 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
606
608
  telegram?: boolean;
607
609
  interface?: boolean;
608
610
  };
611
+ isLocked?: boolean;
612
+ adressFormated?: string;
613
+ latitude?: number;
614
+ longitude?: number;
615
+ age?: number;
616
+ userimage?: string;
609
617
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.2.20",
3
+ "version": "2024.4.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",