@tolinax/ayoune-interfaces 2024.54.0 → 2024.54.1

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.
@@ -585,9 +585,9 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
585
585
  hasLocation?: boolean;
586
586
  hasCheckLists?: boolean;
587
587
  wv_done?: boolean;
588
- portallocked?: boolean;
589
- adress_validated?: boolean;
590
- adress_validation_error?: boolean;
588
+ portalLocked?: boolean;
589
+ addressValidated?: boolean;
590
+ addressValidationError?: boolean;
591
591
  newsletter?: boolean;
592
592
  optout_date?: Date;
593
593
  optout_reason?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.54.0",
3
+ "version": "2024.54.1",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",