@tolinax/ayoune-interfaces 2024.27.2 → 2024.27.3

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.
@@ -452,6 +452,8 @@ export interface IConsumer extends IDefaultFields, IFreeFields {
452
452
  packstationnumber?: string;
453
453
  postbumber?: string;
454
454
  note?: string;
455
+ htmlNote?: string;
456
+ salesBriefing?: string;
455
457
  affiliate?: boolean;
456
458
  affiliatedata?: Object;
457
459
  affiliate_status?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolinax/ayoune-interfaces",
3
- "version": "2024.27.2",
3
+ "version": "2024.27.3",
4
4
  "description": "Houses TypeScript interfaces for aYOUne",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",