@tolinax/ayoune-interfaces 2024.57.0 → 2024.58.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.
@@ -305,6 +305,7 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
305
305
  last_address_validation?: Date;
306
306
  address_validation_error_detail?: Object;
307
307
  dob?: Date;
308
+ name_day?: Date;
308
309
  anniversary?: Date;
309
310
  phone?: string;
310
311
  phone_valid?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.57.0",
3
+ "version": "2024.58.0",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",