@experteam-mx/ngx-services 20.7.0-dev1.5 → 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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -8204,6 +8204,7 @@ interface SignaturePageSetting extends ApiModel {
|
|
|
8204
8204
|
termsAndCondition: string | null;
|
|
8205
8205
|
marketingConsent: string | null;
|
|
8206
8206
|
additionalVerbiage: string | null;
|
|
8207
|
+
marketingConsentMandatory: boolean;
|
|
8207
8208
|
}
|
|
8208
8209
|
interface CountryToDocumentConfig extends ActiveLessSymfonyModel {
|
|
8209
8210
|
code: string;
|
|
@@ -8349,6 +8350,7 @@ type SignaturePageSettingIn = {
|
|
|
8349
8350
|
termsAndCondition: string | null;
|
|
8350
8351
|
marketingConsent: string | null;
|
|
8351
8352
|
additionalVerbiage: string | null;
|
|
8353
|
+
marketingConsentMandatory: boolean;
|
|
8352
8354
|
};
|
|
8353
8355
|
type DocumentConfigurationsPreviewIn = {
|
|
8354
8356
|
html: string;
|