@experteam-mx/ngx-services 20.7.0-dev1.4 → 20.7.0-dev1.6
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.
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6997,6 +6997,7 @@ interface ShipmentReports {
|
|
|
6997
6997
|
interface ShipmentLandingReport extends ActiveLessLaravelModel {
|
|
6998
6998
|
authorization_numbers: string[] | null;
|
|
6999
6999
|
commercial_invoice: boolean | null;
|
|
7000
|
+
has_documents: boolean | null;
|
|
7000
7001
|
company_country_id: number;
|
|
7001
7002
|
company_id: number;
|
|
7002
7003
|
company_name: string;
|
|
@@ -8203,6 +8204,7 @@ interface SignaturePageSetting extends ApiModel {
|
|
|
8203
8204
|
termsAndCondition: string | null;
|
|
8204
8205
|
marketingConsent: string | null;
|
|
8205
8206
|
additionalVerbiage: string | null;
|
|
8207
|
+
marketingConsentMandatory: boolean;
|
|
8206
8208
|
}
|
|
8207
8209
|
interface CountryToDocumentConfig extends ActiveLessSymfonyModel {
|
|
8208
8210
|
code: string;
|
|
@@ -8348,6 +8350,7 @@ type SignaturePageSettingIn = {
|
|
|
8348
8350
|
termsAndCondition: string | null;
|
|
8349
8351
|
marketingConsent: string | null;
|
|
8350
8352
|
additionalVerbiage: string | null;
|
|
8353
|
+
marketingConsentMandatory: boolean;
|
|
8351
8354
|
};
|
|
8352
8355
|
type DocumentConfigurationsPreviewIn = {
|
|
8353
8356
|
html: string;
|