@tolinax/ayoune-interfaces 2024.27.1 → 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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IDefaultFields } from "./IDefaultFields";
|
|
2
2
|
import { ITax } from "./ITax";
|
|
3
|
-
|
|
3
|
+
interface IAddress {
|
|
4
4
|
company?: string;
|
|
5
5
|
salutation?: string;
|
|
6
6
|
first_name?: string;
|
|
@@ -57,3 +57,4 @@ export interface IDepositInvoice extends IDefaultFields {
|
|
|
57
57
|
locale?: string;
|
|
58
58
|
foreignCountry?: boolean;
|
|
59
59
|
}
|
|
60
|
+
export {};
|
package/interfaces/index.d.ts
CHANGED
package/interfaces/index.js
CHANGED
|
@@ -652,3 +652,4 @@ __exportStar(require("./IaYOUneAdvertisementGroup"), exports);
|
|
|
652
652
|
__exportStar(require("./IaYOUneAdvertisementDisplay"), exports);
|
|
653
653
|
__exportStar(require("./IaYOUneAdvertisementDisplayLocation"), exports);
|
|
654
654
|
__exportStar(require("./IaYOUneAdvertisementDisplayGroup"), exports);
|
|
655
|
+
__exportStar(require("./IAddress"), exports);
|