@transcend-io/privacy-types 5.3.1 → 5.4.0
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/dist/index.d.mts +133 -116
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +21 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -499,7 +499,6 @@ type DataSiloAttribute = (typeof DataSiloAttribute)[keyof typeof DataSiloAttribu
|
|
|
499
499
|
type DataSiloAttributeImmutable = 'CONNECT_START_TIME' | 'CONNECTION_STATE' | 'CONTACT_EMAIL' | 'CONTACT_NAME' | 'COUNTRY' | 'COUNTRY_SUB_DIVISION' | 'CREDENTIALS_REFRESH_SCHEDULED_AT' | 'DATA_PROCESSING_AGREEMENT_LINK' | 'DATA_PROCESSING_AGREEMENT_STATUS' | 'DATA_RETENTION_NOTE' | 'DEFAULT_ACCESS_REQUEST_VISIBILITY' | 'DELETED_AT' | 'DEPRECATION_STATE' | 'DESCRIPTION' | 'EMAIL_SENDING_LOCK' | 'EXPIRED_AT' | 'EXTERNAL_ID' | 'HAS_PERSONAL_DATA' | 'HEADERS' | 'IS_LIVE' | 'LAST_CONNECTED_AT' | 'LAST_ENABLED_AT' | 'LAST_LOOKUP_PROCESS_CREATION_TIME' | 'MANUAL_WORK_RETRY_FREQUENCY' | 'MANUAL_WORK_RETRY_START_AT' | 'NOTES' | 'NOTIFY_EMAIL_ADDRESS' | 'NOTIFY_WEBHOOK_URL' | 'OUTER_TYPE' | 'PLAINTEXT_CONTEXT' | 'PROMPT_A_VENDOR_EMAIL_COMPLETION_LINK_TYPE' | 'PROMPT_A_VENDOR_EMAIL_INCLUDE_IDENTIFIERS_ATTACHMENT' | 'PROMPT_A_VENDOR_EMAIL_SCHEDULED_AT' | 'PROMPT_A_VENDOR_EMAIL_SEND_FREQUENCY' | 'PROMPT_A_VENDOR_EMAIL_SEND_TYPE' | 'PROMPT_A_VENDOR_EMAIL_START_AT' | 'RECOMMENDED_FOR_CONSENT' | 'RECOMMENDED_FOR_PRIVACY' | 'RECONNECT_FORM_ITEMS' | 'SAAS_CONTEXT' | 'SECRET_HEADERS' | 'SLUG' | 'SUBDOMAIN' | 'TITLE' | 'TYPE' | 'URL' | 'WEBSITE_URL' | 'TRANSFER_REGIONS' | 'CONTROLLERSHIPS' | 'CUSTOM_SILO_CONNECTION_STRATEGY';
|
|
500
500
|
/** The value of AssessmentQuestion's syncColumn that stands for DataSilo column */
|
|
501
501
|
declare const DataSiloAttributeSyncColumn: {
|
|
502
|
-
url: DataSiloAttributeImmutable;
|
|
503
502
|
description: DataSiloAttributeImmutable;
|
|
504
503
|
title: DataSiloAttributeImmutable;
|
|
505
504
|
slug: DataSiloAttributeImmutable;
|
|
@@ -510,6 +509,7 @@ declare const DataSiloAttributeSyncColumn: {
|
|
|
510
509
|
reconnectFormItems: DataSiloAttributeImmutable;
|
|
511
510
|
recommendedForPrivacy: DataSiloAttributeImmutable;
|
|
512
511
|
recommendedForConsent: DataSiloAttributeImmutable;
|
|
512
|
+
url: DataSiloAttributeImmutable;
|
|
513
513
|
websiteUrl: DataSiloAttributeImmutable;
|
|
514
514
|
headers: DataSiloAttributeImmutable;
|
|
515
515
|
plaintextContext: DataSiloAttributeImmutable;
|
|
@@ -592,17 +592,17 @@ declare const SubDataPointAttribute: {
|
|
|
592
592
|
type SubDataPointAttribute = (typeof SubDataPointAttribute)[keyof typeof SubDataPointAttribute];
|
|
593
593
|
/** The value of AssessmentQuestion's syncColumn that stands for SubDataPoint column */
|
|
594
594
|
declare const SubDataPointAttributeSyncColumn: {
|
|
595
|
-
error: SubDataPointAttributeImmutable;
|
|
596
|
-
name: SubDataPointAttributeImmutable;
|
|
597
595
|
description: SubDataPointAttributeImmutable;
|
|
598
596
|
slug: SubDataPointAttributeImmutable;
|
|
599
597
|
deletedAt: SubDataPointAttributeImmutable;
|
|
598
|
+
name: SubDataPointAttributeImmutable;
|
|
600
599
|
dataPointId: SubDataPointAttributeImmutable;
|
|
601
600
|
encryptedSamplesS3Key: SubDataPointAttributeImmutable;
|
|
602
601
|
accessRequestVisibilityEnabled: SubDataPointAttributeImmutable;
|
|
603
602
|
erasureRequestRedactionEnabled: SubDataPointAttributeImmutable;
|
|
604
603
|
lastClassifiedAt: SubDataPointAttributeImmutable;
|
|
605
604
|
lastRunAt: SubDataPointAttributeImmutable;
|
|
605
|
+
error: SubDataPointAttributeImmutable;
|
|
606
606
|
errorCount: SubDataPointAttributeImmutable;
|
|
607
607
|
context: SubDataPointAttributeImmutable;
|
|
608
608
|
contentClassificationStatus: SubDataPointAttributeImmutable;
|
|
@@ -686,9 +686,9 @@ declare const DataSubCategoryAttribute: {
|
|
|
686
686
|
type DataSubCategoryAttribute = (typeof DataSubCategoryAttribute)[keyof typeof DataSubCategoryAttribute];
|
|
687
687
|
/** The value of AssessmentQuestion's syncColumn that stands for DataSubCategory column */
|
|
688
688
|
declare const DataSubCategoryAttributeSyncColumn: {
|
|
689
|
-
name: DataSubCategoryAttributeImmutable;
|
|
690
689
|
description: DataSubCategoryAttributeImmutable;
|
|
691
690
|
slug: DataSubCategoryAttributeImmutable;
|
|
691
|
+
name: DataSubCategoryAttributeImmutable;
|
|
692
692
|
category: DataSubCategoryAttributeImmutable;
|
|
693
693
|
isDefault: DataSubCategoryAttributeImmutable;
|
|
694
694
|
regex: DataSubCategoryAttributeImmutable;
|
|
@@ -716,9 +716,9 @@ declare const ProcessingPurposeSubCategoryAttribute: {
|
|
|
716
716
|
type ProcessingPurposeSubCategoryAttribute = (typeof ProcessingPurposeSubCategoryAttribute)[keyof typeof ProcessingPurposeSubCategoryAttribute];
|
|
717
717
|
/** The value of AssessmentQuestion's syncColumn that stands for ProcessingPurposeSubCategory column */
|
|
718
718
|
declare const ProcessingPurposeSubCategoryAttributeSyncColumn: {
|
|
719
|
-
name: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
720
719
|
description: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
721
720
|
slug: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
721
|
+
name: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
722
722
|
isDefault: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
723
723
|
purpose: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
724
724
|
};
|
|
@@ -1745,7 +1745,6 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
|
|
|
1745
1745
|
PUBLISHED: unknown;
|
|
1746
1746
|
}>; /** Locales of variant */
|
|
1747
1747
|
locales: t.ArrayC<t.KeyofC<{
|
|
1748
|
-
no: unknown;
|
|
1749
1748
|
en: unknown;
|
|
1750
1749
|
ar: unknown;
|
|
1751
1750
|
fr: unknown;
|
|
@@ -1769,6 +1768,7 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
|
|
|
1769
1768
|
ms: unknown;
|
|
1770
1769
|
mr: unknown;
|
|
1771
1770
|
nb: unknown;
|
|
1771
|
+
no: unknown;
|
|
1772
1772
|
pl: unknown;
|
|
1773
1773
|
pt: unknown;
|
|
1774
1774
|
ro: unknown;
|
|
@@ -2028,7 +2028,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2028
2028
|
regimeAutoPromptMap: t.RecordC<t.StringC, t.BooleanC>;
|
|
2029
2029
|
variantConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
2030
2030
|
locales: t.ArrayC<t.KeyofC<{
|
|
2031
|
-
no: unknown;
|
|
2032
2031
|
en: unknown;
|
|
2033
2032
|
ar: unknown;
|
|
2034
2033
|
fr: unknown;
|
|
@@ -2052,6 +2051,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2052
2051
|
ms: unknown;
|
|
2053
2052
|
mr: unknown;
|
|
2054
2053
|
nb: unknown;
|
|
2054
|
+
no: unknown;
|
|
2055
2055
|
pl: unknown;
|
|
2056
2056
|
pt: unknown;
|
|
2057
2057
|
ro: unknown;
|
|
@@ -2226,7 +2226,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2226
2226
|
}>>;
|
|
2227
2227
|
transcendUrl: t.StringC;
|
|
2228
2228
|
defaultLocale: t.KeyofC<{
|
|
2229
|
-
no: unknown;
|
|
2230
2229
|
en: unknown;
|
|
2231
2230
|
ar: unknown;
|
|
2232
2231
|
fr: unknown;
|
|
@@ -2250,6 +2249,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2250
2249
|
ms: unknown;
|
|
2251
2250
|
mr: unknown;
|
|
2252
2251
|
nb: unknown;
|
|
2252
|
+
no: unknown;
|
|
2253
2253
|
pl: unknown;
|
|
2254
2254
|
pt: unknown;
|
|
2255
2255
|
ro: unknown;
|
|
@@ -2474,7 +2474,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2474
2474
|
}>]>;
|
|
2475
2475
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2476
2476
|
locales: t.ArrayC<t.KeyofC<{
|
|
2477
|
-
no: unknown;
|
|
2478
2477
|
en: unknown;
|
|
2479
2478
|
ar: unknown;
|
|
2480
2479
|
fr: unknown;
|
|
@@ -2498,6 +2497,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2498
2497
|
ms: unknown;
|
|
2499
2498
|
mr: unknown;
|
|
2500
2499
|
nb: unknown;
|
|
2500
|
+
no: unknown;
|
|
2501
2501
|
pl: unknown;
|
|
2502
2502
|
pt: unknown;
|
|
2503
2503
|
ro: unknown;
|
|
@@ -2672,7 +2672,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2672
2672
|
}>>;
|
|
2673
2673
|
transcendUrl: t.StringC;
|
|
2674
2674
|
defaultLocale: t.KeyofC<{
|
|
2675
|
-
no: unknown;
|
|
2676
2675
|
en: unknown;
|
|
2677
2676
|
ar: unknown;
|
|
2678
2677
|
fr: unknown;
|
|
@@ -2696,6 +2695,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2696
2695
|
ms: unknown;
|
|
2697
2696
|
mr: unknown;
|
|
2698
2697
|
nb: unknown;
|
|
2698
|
+
no: unknown;
|
|
2699
2699
|
pl: unknown;
|
|
2700
2700
|
pt: unknown;
|
|
2701
2701
|
ro: unknown;
|
|
@@ -2922,7 +2922,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2922
2922
|
}>]>;
|
|
2923
2923
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2924
2924
|
locales: t.ArrayC<t.KeyofC<{
|
|
2925
|
-
no: unknown;
|
|
2926
2925
|
en: unknown;
|
|
2927
2926
|
ar: unknown;
|
|
2928
2927
|
fr: unknown;
|
|
@@ -2946,6 +2945,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2946
2945
|
ms: unknown;
|
|
2947
2946
|
mr: unknown;
|
|
2948
2947
|
nb: unknown;
|
|
2948
|
+
no: unknown;
|
|
2949
2949
|
pl: unknown;
|
|
2950
2950
|
pt: unknown;
|
|
2951
2951
|
ro: unknown;
|
|
@@ -3120,7 +3120,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3120
3120
|
}>>;
|
|
3121
3121
|
transcendUrl: t.StringC;
|
|
3122
3122
|
defaultLocale: t.KeyofC<{
|
|
3123
|
-
no: unknown;
|
|
3124
3123
|
en: unknown;
|
|
3125
3124
|
ar: unknown;
|
|
3126
3125
|
fr: unknown;
|
|
@@ -3144,6 +3143,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3144
3143
|
ms: unknown;
|
|
3145
3144
|
mr: unknown;
|
|
3146
3145
|
nb: unknown;
|
|
3146
|
+
no: unknown;
|
|
3147
3147
|
pl: unknown;
|
|
3148
3148
|
pt: unknown;
|
|
3149
3149
|
ro: unknown;
|
|
@@ -3453,9 +3453,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3453
3453
|
}>]>;
|
|
3454
3454
|
alwaysShowScrollbar: t.BooleanC;
|
|
3455
3455
|
horizontalAlign: t.KeyofC<{
|
|
3456
|
-
right: unknown;
|
|
3457
|
-
left: unknown;
|
|
3458
3456
|
center: unknown;
|
|
3457
|
+
left: unknown;
|
|
3458
|
+
right: unknown;
|
|
3459
3459
|
}>;
|
|
3460
3460
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3461
3461
|
linkColor: t.StringC;
|
|
@@ -3484,13 +3484,13 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3484
3484
|
}>]>, t.TypeC<{
|
|
3485
3485
|
contentFlow: t.KeyofC<{
|
|
3486
3486
|
vertical: unknown;
|
|
3487
|
-
|
|
3488
|
-
|
|
3487
|
+
horizontalStacked: unknown;
|
|
3488
|
+
horizontalFlat: unknown;
|
|
3489
3489
|
}>;
|
|
3490
3490
|
verticalAlign: t.KeyofC<{
|
|
3491
|
-
center: unknown;
|
|
3492
3491
|
top: unknown;
|
|
3493
3492
|
bottom: unknown;
|
|
3493
|
+
center: unknown;
|
|
3494
3494
|
}>;
|
|
3495
3495
|
}>, t.PartialC<{
|
|
3496
3496
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -3503,8 +3503,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3503
3503
|
}>;
|
|
3504
3504
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
3505
3505
|
vertical: unknown;
|
|
3506
|
-
|
|
3507
|
-
|
|
3506
|
+
horizontalStacked: unknown;
|
|
3507
|
+
horizontalFlat: unknown;
|
|
3508
3508
|
}>, t.StringC>;
|
|
3509
3509
|
}>, t.TypeC<{
|
|
3510
3510
|
fullWidth: t.LiteralC<true>;
|
|
@@ -3544,9 +3544,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3544
3544
|
}>]>;
|
|
3545
3545
|
alwaysShowScrollbar: t.BooleanC;
|
|
3546
3546
|
horizontalAlign: t.KeyofC<{
|
|
3547
|
-
right: unknown;
|
|
3548
|
-
left: unknown;
|
|
3549
3547
|
center: unknown;
|
|
3548
|
+
left: unknown;
|
|
3549
|
+
right: unknown;
|
|
3550
3550
|
}>;
|
|
3551
3551
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3552
3552
|
linkColor: t.StringC;
|
|
@@ -3652,9 +3652,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3652
3652
|
}>]>;
|
|
3653
3653
|
alwaysShowScrollbar: t.BooleanC;
|
|
3654
3654
|
horizontalAlign: t.KeyofC<{
|
|
3655
|
-
right: unknown;
|
|
3656
|
-
left: unknown;
|
|
3657
3655
|
center: unknown;
|
|
3656
|
+
left: unknown;
|
|
3657
|
+
right: unknown;
|
|
3658
3658
|
}>;
|
|
3659
3659
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3660
3660
|
linkColor: t.StringC;
|
|
@@ -3683,13 +3683,13 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3683
3683
|
}>]>, t.TypeC<{
|
|
3684
3684
|
contentFlow: t.KeyofC<{
|
|
3685
3685
|
vertical: unknown;
|
|
3686
|
-
|
|
3687
|
-
|
|
3686
|
+
horizontalStacked: unknown;
|
|
3687
|
+
horizontalFlat: unknown;
|
|
3688
3688
|
}>;
|
|
3689
3689
|
verticalAlign: t.KeyofC<{
|
|
3690
|
-
center: unknown;
|
|
3691
3690
|
top: unknown;
|
|
3692
3691
|
bottom: unknown;
|
|
3692
|
+
center: unknown;
|
|
3693
3693
|
}>;
|
|
3694
3694
|
}>, t.PartialC<{
|
|
3695
3695
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -3702,8 +3702,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3702
3702
|
}>;
|
|
3703
3703
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
3704
3704
|
vertical: unknown;
|
|
3705
|
-
|
|
3706
|
-
|
|
3705
|
+
horizontalStacked: unknown;
|
|
3706
|
+
horizontalFlat: unknown;
|
|
3707
3707
|
}>, t.StringC>;
|
|
3708
3708
|
}>, t.TypeC<{
|
|
3709
3709
|
fullWidth: t.LiteralC<true>;
|
|
@@ -3730,9 +3730,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3730
3730
|
}>]>;
|
|
3731
3731
|
alwaysShowScrollbar: t.BooleanC;
|
|
3732
3732
|
horizontalAlign: t.KeyofC<{
|
|
3733
|
-
right: unknown;
|
|
3734
|
-
left: unknown;
|
|
3735
3733
|
center: unknown;
|
|
3734
|
+
left: unknown;
|
|
3735
|
+
right: unknown;
|
|
3736
3736
|
}>;
|
|
3737
3737
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3738
3738
|
linkColor: t.StringC;
|
|
@@ -3826,8 +3826,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3826
3826
|
}>;
|
|
3827
3827
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
3828
3828
|
vertical: unknown;
|
|
3829
|
-
|
|
3830
|
-
|
|
3829
|
+
horizontalStacked: unknown;
|
|
3830
|
+
horizontalFlat: unknown;
|
|
3831
3831
|
}>, t.StringC>;
|
|
3832
3832
|
}>, t.TypeC<{
|
|
3833
3833
|
fullWidth: t.LiteralC<true>;
|
|
@@ -3869,8 +3869,8 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3869
3869
|
}>;
|
|
3870
3870
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
3871
3871
|
vertical: unknown;
|
|
3872
|
-
|
|
3873
|
-
|
|
3872
|
+
horizontalStacked: unknown;
|
|
3873
|
+
horizontalFlat: unknown;
|
|
3874
3874
|
}>, t.StringC>;
|
|
3875
3875
|
}>, t.TypeC<{
|
|
3876
3876
|
fullWidth: t.LiteralC<true>;
|
|
@@ -3905,7 +3905,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3905
3905
|
}>, t.PartialC<{
|
|
3906
3906
|
css: t.StringC;
|
|
3907
3907
|
messageMap: t.RecordC<t.KeyofC<{
|
|
3908
|
-
no: unknown;
|
|
3909
3908
|
en: unknown;
|
|
3910
3909
|
ar: unknown;
|
|
3911
3910
|
fr: unknown;
|
|
@@ -3929,6 +3928,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3929
3928
|
ms: unknown;
|
|
3930
3929
|
mr: unknown;
|
|
3931
3930
|
nb: unknown;
|
|
3931
|
+
no: unknown;
|
|
3932
3932
|
pl: unknown;
|
|
3933
3933
|
pt: unknown;
|
|
3934
3934
|
ro: unknown;
|
|
@@ -4146,8 +4146,8 @@ type LogoPosition = (typeof LogoPosition)[keyof typeof LogoPosition];
|
|
|
4146
4146
|
*/
|
|
4147
4147
|
declare const ContentFlows: {
|
|
4148
4148
|
/** Items are stacked vertically, top to bottom */Vertical: "vertical"; /** Items are stacked horizontally, often wrapping if space runs out */
|
|
4149
|
-
HorizontalStacked: "
|
|
4150
|
-
HorizontalFlat: "
|
|
4149
|
+
HorizontalStacked: "horizontalStacked"; /** Items are laid out horizontally, in a single row */
|
|
4150
|
+
HorizontalFlat: "horizontalFlat";
|
|
4151
4151
|
};
|
|
4152
4152
|
/** Override type */
|
|
4153
4153
|
type ContentFlows = (typeof ContentFlows)[keyof typeof ContentFlows];
|
|
@@ -4303,8 +4303,8 @@ declare const PaddedContentLayout: t.TypeC<{
|
|
|
4303
4303
|
}>;
|
|
4304
4304
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4305
4305
|
vertical: unknown;
|
|
4306
|
-
|
|
4307
|
-
|
|
4306
|
+
horizontalStacked: unknown;
|
|
4307
|
+
horizontalFlat: unknown;
|
|
4308
4308
|
}>, t.StringC>;
|
|
4309
4309
|
}>;
|
|
4310
4310
|
/** Override type */
|
|
@@ -4326,8 +4326,8 @@ declare const ContentLayout: t.UnionC<[t.TypeC<{
|
|
|
4326
4326
|
}>;
|
|
4327
4327
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4328
4328
|
vertical: unknown;
|
|
4329
|
-
|
|
4330
|
-
|
|
4329
|
+
horizontalStacked: unknown;
|
|
4330
|
+
horizontalFlat: unknown;
|
|
4331
4331
|
}>, t.StringC>;
|
|
4332
4332
|
}>, t.TypeC<{
|
|
4333
4333
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4382,9 +4382,9 @@ declare const CommonLayerTheme: t.IntersectionC<[t.TypeC<{
|
|
|
4382
4382
|
}>]>;
|
|
4383
4383
|
alwaysShowScrollbar: t.BooleanC;
|
|
4384
4384
|
horizontalAlign: t.KeyofC<{
|
|
4385
|
-
right: unknown;
|
|
4386
|
-
left: unknown;
|
|
4387
4385
|
center: unknown;
|
|
4386
|
+
left: unknown;
|
|
4387
|
+
right: unknown;
|
|
4388
4388
|
}>;
|
|
4389
4389
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4390
4390
|
linkColor: t.StringC;
|
|
@@ -4435,8 +4435,8 @@ declare const FirstLayerThemeMinimal: t.IntersectionC<[t.IntersectionC<[t.TypeC<
|
|
|
4435
4435
|
}>;
|
|
4436
4436
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4437
4437
|
vertical: unknown;
|
|
4438
|
-
|
|
4439
|
-
|
|
4438
|
+
horizontalStacked: unknown;
|
|
4439
|
+
horizontalFlat: unknown;
|
|
4440
4440
|
}>, t.StringC>;
|
|
4441
4441
|
}>, t.TypeC<{
|
|
4442
4442
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4466,9 +4466,9 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4466
4466
|
}>]>;
|
|
4467
4467
|
alwaysShowScrollbar: t.BooleanC;
|
|
4468
4468
|
horizontalAlign: t.KeyofC<{
|
|
4469
|
-
right: unknown;
|
|
4470
|
-
left: unknown;
|
|
4471
4469
|
center: unknown;
|
|
4470
|
+
left: unknown;
|
|
4471
|
+
right: unknown;
|
|
4472
4472
|
}>;
|
|
4473
4473
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4474
4474
|
linkColor: t.StringC;
|
|
@@ -4497,13 +4497,13 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4497
4497
|
}>]>, t.TypeC<{
|
|
4498
4498
|
contentFlow: t.KeyofC<{
|
|
4499
4499
|
vertical: unknown;
|
|
4500
|
-
|
|
4501
|
-
|
|
4500
|
+
horizontalStacked: unknown;
|
|
4501
|
+
horizontalFlat: unknown;
|
|
4502
4502
|
}>;
|
|
4503
4503
|
verticalAlign: t.KeyofC<{
|
|
4504
|
-
center: unknown;
|
|
4505
4504
|
top: unknown;
|
|
4506
4505
|
bottom: unknown;
|
|
4506
|
+
center: unknown;
|
|
4507
4507
|
}>;
|
|
4508
4508
|
}>, t.PartialC<{
|
|
4509
4509
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -4516,8 +4516,8 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4516
4516
|
}>;
|
|
4517
4517
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4518
4518
|
vertical: unknown;
|
|
4519
|
-
|
|
4520
|
-
|
|
4519
|
+
horizontalStacked: unknown;
|
|
4520
|
+
horizontalFlat: unknown;
|
|
4521
4521
|
}>, t.StringC>;
|
|
4522
4522
|
}>, t.TypeC<{
|
|
4523
4523
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4563,9 +4563,9 @@ declare const SecondLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4563
4563
|
}>]>;
|
|
4564
4564
|
alwaysShowScrollbar: t.BooleanC;
|
|
4565
4565
|
horizontalAlign: t.KeyofC<{
|
|
4566
|
-
right: unknown;
|
|
4567
|
-
left: unknown;
|
|
4568
4566
|
center: unknown;
|
|
4567
|
+
left: unknown;
|
|
4568
|
+
right: unknown;
|
|
4569
4569
|
}>;
|
|
4570
4570
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4571
4571
|
linkColor: t.StringC;
|
|
@@ -4692,8 +4692,8 @@ declare const ThemeConfigurationBannerOnlyMinimal: t.TypeC<{
|
|
|
4692
4692
|
}>;
|
|
4693
4693
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4694
4694
|
vertical: unknown;
|
|
4695
|
-
|
|
4696
|
-
|
|
4695
|
+
horizontalStacked: unknown;
|
|
4696
|
+
horizontalFlat: unknown;
|
|
4697
4697
|
}>, t.StringC>;
|
|
4698
4698
|
}>, t.TypeC<{
|
|
4699
4699
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4737,9 +4737,9 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4737
4737
|
}>]>;
|
|
4738
4738
|
alwaysShowScrollbar: t.BooleanC;
|
|
4739
4739
|
horizontalAlign: t.KeyofC<{
|
|
4740
|
-
right: unknown;
|
|
4741
|
-
left: unknown;
|
|
4742
4740
|
center: unknown;
|
|
4741
|
+
left: unknown;
|
|
4742
|
+
right: unknown;
|
|
4743
4743
|
}>;
|
|
4744
4744
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4745
4745
|
linkColor: t.StringC;
|
|
@@ -4768,13 +4768,13 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4768
4768
|
}>]>, t.TypeC<{
|
|
4769
4769
|
contentFlow: t.KeyofC<{
|
|
4770
4770
|
vertical: unknown;
|
|
4771
|
-
|
|
4772
|
-
|
|
4771
|
+
horizontalStacked: unknown;
|
|
4772
|
+
horizontalFlat: unknown;
|
|
4773
4773
|
}>;
|
|
4774
4774
|
verticalAlign: t.KeyofC<{
|
|
4775
|
-
center: unknown;
|
|
4776
4775
|
top: unknown;
|
|
4777
4776
|
bottom: unknown;
|
|
4777
|
+
center: unknown;
|
|
4778
4778
|
}>;
|
|
4779
4779
|
}>, t.PartialC<{
|
|
4780
4780
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -4787,8 +4787,8 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4787
4787
|
}>;
|
|
4788
4788
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4789
4789
|
vertical: unknown;
|
|
4790
|
-
|
|
4791
|
-
|
|
4790
|
+
horizontalStacked: unknown;
|
|
4791
|
+
horizontalFlat: unknown;
|
|
4792
4792
|
}>, t.StringC>;
|
|
4793
4793
|
}>, t.TypeC<{
|
|
4794
4794
|
fullWidth: t.LiteralC<true>;
|
|
@@ -4850,9 +4850,9 @@ declare const ThemeConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4850
4850
|
}>]>;
|
|
4851
4851
|
alwaysShowScrollbar: t.BooleanC;
|
|
4852
4852
|
horizontalAlign: t.KeyofC<{
|
|
4853
|
-
right: unknown;
|
|
4854
|
-
left: unknown;
|
|
4855
4853
|
center: unknown;
|
|
4854
|
+
left: unknown;
|
|
4855
|
+
right: unknown;
|
|
4856
4856
|
}>;
|
|
4857
4857
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4858
4858
|
linkColor: t.StringC;
|
|
@@ -4950,8 +4950,8 @@ declare const ThemeConfigurationBannerIntoModalMinimal: t.TypeC<{
|
|
|
4950
4950
|
}>;
|
|
4951
4951
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
4952
4952
|
vertical: unknown;
|
|
4953
|
-
|
|
4954
|
-
|
|
4953
|
+
horizontalStacked: unknown;
|
|
4954
|
+
horizontalFlat: unknown;
|
|
4955
4955
|
}>, t.StringC>;
|
|
4956
4956
|
}>, t.TypeC<{
|
|
4957
4957
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5008,9 +5008,9 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5008
5008
|
}>]>;
|
|
5009
5009
|
alwaysShowScrollbar: t.BooleanC;
|
|
5010
5010
|
horizontalAlign: t.KeyofC<{
|
|
5011
|
-
right: unknown;
|
|
5012
|
-
left: unknown;
|
|
5013
5011
|
center: unknown;
|
|
5012
|
+
left: unknown;
|
|
5013
|
+
right: unknown;
|
|
5014
5014
|
}>;
|
|
5015
5015
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5016
5016
|
linkColor: t.StringC;
|
|
@@ -5039,13 +5039,13 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5039
5039
|
}>]>, t.TypeC<{
|
|
5040
5040
|
contentFlow: t.KeyofC<{
|
|
5041
5041
|
vertical: unknown;
|
|
5042
|
-
|
|
5043
|
-
|
|
5042
|
+
horizontalStacked: unknown;
|
|
5043
|
+
horizontalFlat: unknown;
|
|
5044
5044
|
}>;
|
|
5045
5045
|
verticalAlign: t.KeyofC<{
|
|
5046
|
-
center: unknown;
|
|
5047
5046
|
top: unknown;
|
|
5048
5047
|
bottom: unknown;
|
|
5048
|
+
center: unknown;
|
|
5049
5049
|
}>;
|
|
5050
5050
|
}>, t.PartialC<{
|
|
5051
5051
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -5058,8 +5058,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5058
5058
|
}>;
|
|
5059
5059
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5060
5060
|
vertical: unknown;
|
|
5061
|
-
|
|
5062
|
-
|
|
5061
|
+
horizontalStacked: unknown;
|
|
5062
|
+
horizontalFlat: unknown;
|
|
5063
5063
|
}>, t.StringC>;
|
|
5064
5064
|
}>, t.TypeC<{
|
|
5065
5065
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5086,9 +5086,9 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5086
5086
|
}>]>;
|
|
5087
5087
|
alwaysShowScrollbar: t.BooleanC;
|
|
5088
5088
|
horizontalAlign: t.KeyofC<{
|
|
5089
|
-
right: unknown;
|
|
5090
|
-
left: unknown;
|
|
5091
5089
|
center: unknown;
|
|
5090
|
+
left: unknown;
|
|
5091
|
+
right: unknown;
|
|
5092
5092
|
}>;
|
|
5093
5093
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5094
5094
|
linkColor: t.StringC;
|
|
@@ -5186,8 +5186,8 @@ declare const ThemeConfigurationMinimal: t.UnionC<[t.TypeC<{
|
|
|
5186
5186
|
}>;
|
|
5187
5187
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5188
5188
|
vertical: unknown;
|
|
5189
|
-
|
|
5190
|
-
|
|
5189
|
+
horizontalStacked: unknown;
|
|
5190
|
+
horizontalFlat: unknown;
|
|
5191
5191
|
}>, t.StringC>;
|
|
5192
5192
|
}>, t.TypeC<{
|
|
5193
5193
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5229,8 +5229,8 @@ declare const ThemeConfigurationMinimal: t.UnionC<[t.TypeC<{
|
|
|
5229
5229
|
}>;
|
|
5230
5230
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5231
5231
|
vertical: unknown;
|
|
5232
|
-
|
|
5233
|
-
|
|
5232
|
+
horizontalStacked: unknown;
|
|
5233
|
+
horizontalFlat: unknown;
|
|
5234
5234
|
}>, t.StringC>;
|
|
5235
5235
|
}>, t.TypeC<{
|
|
5236
5236
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5287,9 +5287,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5287
5287
|
}>]>;
|
|
5288
5288
|
alwaysShowScrollbar: t.BooleanC;
|
|
5289
5289
|
horizontalAlign: t.KeyofC<{
|
|
5290
|
-
right: unknown;
|
|
5291
|
-
left: unknown;
|
|
5292
5290
|
center: unknown;
|
|
5291
|
+
left: unknown;
|
|
5292
|
+
right: unknown;
|
|
5293
5293
|
}>;
|
|
5294
5294
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5295
5295
|
linkColor: t.StringC;
|
|
@@ -5318,13 +5318,13 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5318
5318
|
}>]>, t.TypeC<{
|
|
5319
5319
|
contentFlow: t.KeyofC<{
|
|
5320
5320
|
vertical: unknown;
|
|
5321
|
-
|
|
5322
|
-
|
|
5321
|
+
horizontalStacked: unknown;
|
|
5322
|
+
horizontalFlat: unknown;
|
|
5323
5323
|
}>;
|
|
5324
5324
|
verticalAlign: t.KeyofC<{
|
|
5325
|
-
center: unknown;
|
|
5326
5325
|
top: unknown;
|
|
5327
5326
|
bottom: unknown;
|
|
5327
|
+
center: unknown;
|
|
5328
5328
|
}>;
|
|
5329
5329
|
}>, t.PartialC<{
|
|
5330
5330
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -5337,8 +5337,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5337
5337
|
}>;
|
|
5338
5338
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5339
5339
|
vertical: unknown;
|
|
5340
|
-
|
|
5341
|
-
|
|
5340
|
+
horizontalStacked: unknown;
|
|
5341
|
+
horizontalFlat: unknown;
|
|
5342
5342
|
}>, t.StringC>;
|
|
5343
5343
|
}>, t.TypeC<{
|
|
5344
5344
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5378,9 +5378,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5378
5378
|
}>]>;
|
|
5379
5379
|
alwaysShowScrollbar: t.BooleanC;
|
|
5380
5380
|
horizontalAlign: t.KeyofC<{
|
|
5381
|
-
right: unknown;
|
|
5382
|
-
left: unknown;
|
|
5383
5381
|
center: unknown;
|
|
5382
|
+
left: unknown;
|
|
5383
|
+
right: unknown;
|
|
5384
5384
|
}>;
|
|
5385
5385
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5386
5386
|
linkColor: t.StringC;
|
|
@@ -5486,9 +5486,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5486
5486
|
}>]>;
|
|
5487
5487
|
alwaysShowScrollbar: t.BooleanC;
|
|
5488
5488
|
horizontalAlign: t.KeyofC<{
|
|
5489
|
-
right: unknown;
|
|
5490
|
-
left: unknown;
|
|
5491
5489
|
center: unknown;
|
|
5490
|
+
left: unknown;
|
|
5491
|
+
right: unknown;
|
|
5492
5492
|
}>;
|
|
5493
5493
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5494
5494
|
linkColor: t.StringC;
|
|
@@ -5517,13 +5517,13 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5517
5517
|
}>]>, t.TypeC<{
|
|
5518
5518
|
contentFlow: t.KeyofC<{
|
|
5519
5519
|
vertical: unknown;
|
|
5520
|
-
|
|
5521
|
-
|
|
5520
|
+
horizontalStacked: unknown;
|
|
5521
|
+
horizontalFlat: unknown;
|
|
5522
5522
|
}>;
|
|
5523
5523
|
verticalAlign: t.KeyofC<{
|
|
5524
|
-
center: unknown;
|
|
5525
5524
|
top: unknown;
|
|
5526
5525
|
bottom: unknown;
|
|
5526
|
+
center: unknown;
|
|
5527
5527
|
}>;
|
|
5528
5528
|
}>, t.PartialC<{
|
|
5529
5529
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -5536,8 +5536,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5536
5536
|
}>;
|
|
5537
5537
|
maxWidths: t.RecordC<t.KeyofC<{
|
|
5538
5538
|
vertical: unknown;
|
|
5539
|
-
|
|
5540
|
-
|
|
5539
|
+
horizontalStacked: unknown;
|
|
5540
|
+
horizontalFlat: unknown;
|
|
5541
5541
|
}>, t.StringC>;
|
|
5542
5542
|
}>, t.TypeC<{
|
|
5543
5543
|
fullWidth: t.LiteralC<true>;
|
|
@@ -5564,9 +5564,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5564
5564
|
}>]>;
|
|
5565
5565
|
alwaysShowScrollbar: t.BooleanC;
|
|
5566
5566
|
horizontalAlign: t.KeyofC<{
|
|
5567
|
-
right: unknown;
|
|
5568
|
-
left: unknown;
|
|
5569
5567
|
center: unknown;
|
|
5568
|
+
left: unknown;
|
|
5569
|
+
right: unknown;
|
|
5570
5570
|
}>;
|
|
5571
5571
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5572
5572
|
linkColor: t.StringC;
|
|
@@ -5674,7 +5674,6 @@ type AbsoluteUrlString = t.TypeOf<typeof AbsoluteUrlString>;
|
|
|
5674
5674
|
/** Top-level configuration shared between the UI layers */
|
|
5675
5675
|
declare const SharedTopLevelConfig: t.TypeC<{
|
|
5676
5676
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5677
|
-
no: unknown;
|
|
5678
5677
|
en: unknown;
|
|
5679
5678
|
ar: unknown;
|
|
5680
5679
|
fr: unknown;
|
|
@@ -5698,6 +5697,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5698
5697
|
ms: unknown;
|
|
5699
5698
|
mr: unknown;
|
|
5700
5699
|
nb: unknown;
|
|
5700
|
+
no: unknown;
|
|
5701
5701
|
pl: unknown;
|
|
5702
5702
|
pt: unknown;
|
|
5703
5703
|
ro: unknown;
|
|
@@ -5872,7 +5872,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5872
5872
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5873
5873
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5874
5874
|
defaultLocale: t.KeyofC<{
|
|
5875
|
-
no: unknown;
|
|
5876
5875
|
en: unknown;
|
|
5877
5876
|
ar: unknown;
|
|
5878
5877
|
fr: unknown;
|
|
@@ -5896,6 +5895,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5896
5895
|
ms: unknown;
|
|
5897
5896
|
mr: unknown;
|
|
5898
5897
|
nb: unknown;
|
|
5898
|
+
no: unknown;
|
|
5899
5899
|
pl: unknown;
|
|
5900
5900
|
pt: unknown;
|
|
5901
5901
|
ro: unknown;
|
|
@@ -6233,7 +6233,6 @@ type SecondLayerConfig = t.TypeOf<typeof SecondLayerConfig>;
|
|
|
6233
6233
|
/** Banner only configuration */
|
|
6234
6234
|
declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
6235
6235
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6236
|
-
no: unknown;
|
|
6237
6236
|
en: unknown;
|
|
6238
6237
|
ar: unknown;
|
|
6239
6238
|
fr: unknown;
|
|
@@ -6257,6 +6256,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6257
6256
|
ms: unknown;
|
|
6258
6257
|
mr: unknown;
|
|
6259
6258
|
nb: unknown;
|
|
6259
|
+
no: unknown;
|
|
6260
6260
|
pl: unknown;
|
|
6261
6261
|
pt: unknown;
|
|
6262
6262
|
ro: unknown;
|
|
@@ -6431,7 +6431,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6431
6431
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6432
6432
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6433
6433
|
defaultLocale: t.KeyofC<{
|
|
6434
|
-
no: unknown;
|
|
6435
6434
|
en: unknown;
|
|
6436
6435
|
ar: unknown;
|
|
6437
6436
|
fr: unknown;
|
|
@@ -6455,6 +6454,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6455
6454
|
ms: unknown;
|
|
6456
6455
|
mr: unknown;
|
|
6457
6456
|
nb: unknown;
|
|
6457
|
+
no: unknown;
|
|
6458
6458
|
pl: unknown;
|
|
6459
6459
|
pt: unknown;
|
|
6460
6460
|
ro: unknown;
|
|
@@ -6683,7 +6683,6 @@ type UIConfigurationBannerOnly = t.TypeOf<typeof UIConfigurationBannerOnly>;
|
|
|
6683
6683
|
/** Modal only configuration */
|
|
6684
6684
|
declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
6685
6685
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6686
|
-
no: unknown;
|
|
6687
6686
|
en: unknown;
|
|
6688
6687
|
ar: unknown;
|
|
6689
6688
|
fr: unknown;
|
|
@@ -6707,6 +6706,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6707
6706
|
ms: unknown;
|
|
6708
6707
|
mr: unknown;
|
|
6709
6708
|
nb: unknown;
|
|
6709
|
+
no: unknown;
|
|
6710
6710
|
pl: unknown;
|
|
6711
6711
|
pt: unknown;
|
|
6712
6712
|
ro: unknown;
|
|
@@ -6881,7 +6881,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6881
6881
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6882
6882
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6883
6883
|
defaultLocale: t.KeyofC<{
|
|
6884
|
-
no: unknown;
|
|
6885
6884
|
en: unknown;
|
|
6886
6885
|
ar: unknown;
|
|
6887
6886
|
fr: unknown;
|
|
@@ -6905,6 +6904,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6905
6904
|
ms: unknown;
|
|
6906
6905
|
mr: unknown;
|
|
6907
6906
|
nb: unknown;
|
|
6907
|
+
no: unknown;
|
|
6908
6908
|
pl: unknown;
|
|
6909
6909
|
pt: unknown;
|
|
6910
6910
|
ro: unknown;
|
|
@@ -7135,7 +7135,6 @@ type UIConfigurationModalOnly = t.TypeOf<typeof UIConfigurationModalOnly>;
|
|
|
7135
7135
|
/** Banner into modal configuration */
|
|
7136
7136
|
declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
7137
7137
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7138
|
-
no: unknown;
|
|
7139
7138
|
en: unknown;
|
|
7140
7139
|
ar: unknown;
|
|
7141
7140
|
fr: unknown;
|
|
@@ -7159,6 +7158,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7159
7158
|
ms: unknown;
|
|
7160
7159
|
mr: unknown;
|
|
7161
7160
|
nb: unknown;
|
|
7161
|
+
no: unknown;
|
|
7162
7162
|
pl: unknown;
|
|
7163
7163
|
pt: unknown;
|
|
7164
7164
|
ro: unknown;
|
|
@@ -7333,7 +7333,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7333
7333
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7334
7334
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7335
7335
|
defaultLocale: t.KeyofC<{
|
|
7336
|
-
no: unknown;
|
|
7337
7336
|
en: unknown;
|
|
7338
7337
|
ar: unknown;
|
|
7339
7338
|
fr: unknown;
|
|
@@ -7357,6 +7356,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7357
7356
|
ms: unknown;
|
|
7358
7357
|
mr: unknown;
|
|
7359
7358
|
nb: unknown;
|
|
7359
|
+
no: unknown;
|
|
7360
7360
|
pl: unknown;
|
|
7361
7361
|
pt: unknown;
|
|
7362
7362
|
ro: unknown;
|
|
@@ -7636,7 +7636,6 @@ type UIConfigurationBannerIntoModal = t.TypeOf<typeof UIConfigurationBannerIntoM
|
|
|
7636
7636
|
/** Configuration of the entire consent UI */
|
|
7637
7637
|
declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
7638
7638
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7639
|
-
no: unknown;
|
|
7640
7639
|
en: unknown;
|
|
7641
7640
|
ar: unknown;
|
|
7642
7641
|
fr: unknown;
|
|
@@ -7660,6 +7659,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7660
7659
|
ms: unknown;
|
|
7661
7660
|
mr: unknown;
|
|
7662
7661
|
nb: unknown;
|
|
7662
|
+
no: unknown;
|
|
7663
7663
|
pl: unknown;
|
|
7664
7664
|
pt: unknown;
|
|
7665
7665
|
ro: unknown;
|
|
@@ -7834,7 +7834,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7834
7834
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7835
7835
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7836
7836
|
defaultLocale: t.KeyofC<{
|
|
7837
|
-
no: unknown;
|
|
7838
7837
|
en: unknown;
|
|
7839
7838
|
ar: unknown;
|
|
7840
7839
|
fr: unknown;
|
|
@@ -7858,6 +7857,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7858
7857
|
ms: unknown;
|
|
7859
7858
|
mr: unknown;
|
|
7860
7859
|
nb: unknown;
|
|
7860
|
+
no: unknown;
|
|
7861
7861
|
pl: unknown;
|
|
7862
7862
|
pt: unknown;
|
|
7863
7863
|
ro: unknown;
|
|
@@ -8082,7 +8082,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8082
8082
|
}>]>;
|
|
8083
8083
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
8084
8084
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
8085
|
-
no: unknown;
|
|
8086
8085
|
en: unknown;
|
|
8087
8086
|
ar: unknown;
|
|
8088
8087
|
fr: unknown;
|
|
@@ -8106,6 +8105,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8106
8105
|
ms: unknown;
|
|
8107
8106
|
mr: unknown;
|
|
8108
8107
|
nb: unknown;
|
|
8108
|
+
no: unknown;
|
|
8109
8109
|
pl: unknown;
|
|
8110
8110
|
pt: unknown;
|
|
8111
8111
|
ro: unknown;
|
|
@@ -8280,7 +8280,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8280
8280
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
8281
8281
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
8282
8282
|
defaultLocale: t.KeyofC<{
|
|
8283
|
-
no: unknown;
|
|
8284
8283
|
en: unknown;
|
|
8285
8284
|
ar: unknown;
|
|
8286
8285
|
fr: unknown;
|
|
@@ -8304,6 +8303,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8304
8303
|
ms: unknown;
|
|
8305
8304
|
mr: unknown;
|
|
8306
8305
|
nb: unknown;
|
|
8306
|
+
no: unknown;
|
|
8307
8307
|
pl: unknown;
|
|
8308
8308
|
pt: unknown;
|
|
8309
8309
|
ro: unknown;
|
|
@@ -8530,7 +8530,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8530
8530
|
}>]>;
|
|
8531
8531
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
8532
8532
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
8533
|
-
no: unknown;
|
|
8534
8533
|
en: unknown;
|
|
8535
8534
|
ar: unknown;
|
|
8536
8535
|
fr: unknown;
|
|
@@ -8554,6 +8553,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8554
8553
|
ms: unknown;
|
|
8555
8554
|
mr: unknown;
|
|
8556
8555
|
nb: unknown;
|
|
8556
|
+
no: unknown;
|
|
8557
8557
|
pl: unknown;
|
|
8558
8558
|
pt: unknown;
|
|
8559
8559
|
ro: unknown;
|
|
@@ -8728,7 +8728,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8728
8728
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
8729
8729
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
8730
8730
|
defaultLocale: t.KeyofC<{
|
|
8731
|
-
no: unknown;
|
|
8732
8731
|
en: unknown;
|
|
8733
8732
|
ar: unknown;
|
|
8734
8733
|
fr: unknown;
|
|
@@ -8752,6 +8751,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8752
8751
|
ms: unknown;
|
|
8753
8752
|
mr: unknown;
|
|
8754
8753
|
nb: unknown;
|
|
8754
|
+
no: unknown;
|
|
8755
8755
|
pl: unknown;
|
|
8756
8756
|
pt: unknown;
|
|
8757
8757
|
ro: unknown;
|
|
@@ -35521,7 +35521,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
35521
35521
|
}>; /** The time that the privacy request was created */
|
|
35522
35522
|
requestCreatedAt: t.StringC; /** The language key for the privacy request */
|
|
35523
35523
|
requestLocale: t.KeyofC<{
|
|
35524
|
-
no: unknown;
|
|
35525
35524
|
en: unknown;
|
|
35526
35525
|
ar: unknown;
|
|
35527
35526
|
fr: unknown;
|
|
@@ -35545,6 +35544,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
35545
35544
|
ms: unknown;
|
|
35546
35545
|
mr: unknown;
|
|
35547
35546
|
nb: unknown;
|
|
35547
|
+
no: unknown;
|
|
35548
35548
|
pl: unknown;
|
|
35549
35549
|
pt: unknown;
|
|
35550
35550
|
ro: unknown;
|
|
@@ -62662,6 +62662,7 @@ declare const PrivacyCenterConfigurableColorPalette: t.IntersectionC<[t.RecordC<
|
|
|
62662
62662
|
primary: unknown;
|
|
62663
62663
|
secondary: unknown;
|
|
62664
62664
|
}>, t.StringC>, t.PartialC<{
|
|
62665
|
+
error: t.StringC;
|
|
62665
62666
|
sidebarNavBg: t.StringC;
|
|
62666
62667
|
heroBg: t.StringC;
|
|
62667
62668
|
widgetBg: t.StringC;
|
|
@@ -62675,7 +62676,6 @@ declare const PrivacyCenterConfigurableColorPalette: t.IntersectionC<[t.RecordC<
|
|
|
62675
62676
|
highlight: t.StringC;
|
|
62676
62677
|
tableOutline: t.StringC;
|
|
62677
62678
|
bgAccent: t.StringC;
|
|
62678
|
-
error: t.StringC;
|
|
62679
62679
|
white: t.StringC;
|
|
62680
62680
|
black: t.StringC;
|
|
62681
62681
|
gray1: t.StringC;
|
|
@@ -62759,6 +62759,7 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
62759
62759
|
primary: unknown;
|
|
62760
62760
|
secondary: unknown;
|
|
62761
62761
|
}>, t.StringC>, t.PartialC<{
|
|
62762
|
+
error: t.StringC;
|
|
62762
62763
|
sidebarNavBg: t.StringC;
|
|
62763
62764
|
heroBg: t.StringC;
|
|
62764
62765
|
widgetBg: t.StringC;
|
|
@@ -62772,7 +62773,6 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
62772
62773
|
highlight: t.StringC;
|
|
62773
62774
|
tableOutline: t.StringC;
|
|
62774
62775
|
bgAccent: t.StringC;
|
|
62775
|
-
error: t.StringC;
|
|
62776
62776
|
white: t.StringC;
|
|
62777
62777
|
black: t.StringC;
|
|
62778
62778
|
gray1: t.StringC;
|
|
@@ -62820,5 +62820,22 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
62820
62820
|
/** Type override */
|
|
62821
62821
|
type PrivacyCenterThemePartial = t.TypeOf<typeof PrivacyCenterThemePartial>;
|
|
62822
62822
|
//#endregion
|
|
62823
|
-
|
|
62823
|
+
//#region src/workflowConfig.d.ts
|
|
62824
|
+
/** The type of workflow config */
|
|
62825
|
+
declare const WorkflowConfigType: {
|
|
62826
|
+
/** Standard data subject request workflow */DSR: "DSR"; /** Preference management workflow */
|
|
62827
|
+
PreferenceManagement: "PREFERENCE_MANAGEMENT";
|
|
62828
|
+
};
|
|
62829
|
+
/** Override type */
|
|
62830
|
+
type WorkflowConfigType = (typeof WorkflowConfigType)[keyof typeof WorkflowConfigType];
|
|
62831
|
+
/** The access tier for a workflow config */
|
|
62832
|
+
declare const WorkflowConfigVisibility: {
|
|
62833
|
+
/** Workflow is saved as a draft and can only run test requests */Draft: "DRAFT"; /** Workflow is available for internal Admin Dashboard request creation */
|
|
62834
|
+
Internal: "INTERNAL"; /** Workflow is available internally and in the deployed Privacy Center */
|
|
62835
|
+
Published: "PUBLISHED";
|
|
62836
|
+
};
|
|
62837
|
+
/** Override type */
|
|
62838
|
+
type WorkflowConfigVisibility = (typeof WorkflowConfigVisibility)[keyof typeof WorkflowConfigVisibility];
|
|
62839
|
+
//#endregion
|
|
62840
|
+
export { AbsoluteUrlString, ActionItemCode, ActionItemPriorityOverride, AirgapBundleAnalyticsBinInterval, AirgapBundleAnalyticsDimension, AirgapBundleAnalyticsMetric, AssessmentFormStatus, AssessmentFormTemplateSource, AssessmentFormTemplateStatus, AssessmentQuestionSubType, AssessmentQuestionType, AssessmentSyncColumn, AssessmentSyncColumnAttribute, AssessmentSyncColumnImmutable, AssessmentSyncModel, AssessmentsDisplayLogicAction, AttributeKeyType, AttributeSupportedResourceType, AutofocusToggle, AutofocusValues, BackendSyncOption, Background, Border, Breakpoint, BreakpointType, BrowserTimeZone, BusinessEntityAttribute, BusinessEntityAttributeSyncColumn, ButtonAction, ButtonConfig, ButtonTheme, ButtonThemeIndex, ButtonType, CODE_PACKAGE_TYPE_TO_LINK, COUNTRIES, COUNTRY_LOOKUP, ChatCompletionMessage, ChatCompletionRole, CloseButtonTheme, CodePackageType, CommonLayerConfig, CommonLayerTheme, CommonLayerThemeMinimal, CommunicationIdentifierType, ComparisonOperator, CompletedRequestStatus, ConfidenceLabel, ConfigurableColorPaletteColor, ConsentBundleType, ConsentManagerAnalyticsDataSource, ConsentManagerMetricBin, ConsentPrecedenceOption, ConsentThemeInput, ConsentTrackerSource, ConsentTrackerStatus, ConsentTrackerType, ConsentUiUserFlow, ConsentVariantInput, ContainerTheme, ContentFlows, ContentLayout, Controllership, CookieOrderField, CspOption, CssUnitString, CustomEnricherType, CustomFieldApiInput, CustomizableComponent, CustomizableText, DEFAULT_MACROREGIONS_MAP, DOMElementId, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, EXCEPTIONAL_RESERVATIONS, EXCEPTIONAL_RESERVATION_LOOKUP, EnricherType, FirstLayerConfig, FirstLayerTheme, FirstLayerThemeMinimal, FooterConfig, FooterTheme, FullWidthContentLayout, HeaderTheme, HeaderThemeMinimal, HorizontalAlign, ISO_31661, ISO_31662, Icon, IdentifierType, InitEnricherType, IntegerString, InternalDataSiloObjectResolver, IsoCountryCode, IsoCountrySubdivisionCode, LargeLanguageModelClient, Link, LoadOptions, LocalSyncOption, LogicOperator, LogoPosition, MacroRegion, ModalButtonActions, ModalButtonConfig, NORMALIZE_PHONE_NUMBER, OneTrustApprover, OneTrustAssessment, OneTrustAssessmentCreatedBy, OneTrustAssessmentCsvHeader, OneTrustAssessmentCsvRecord, OneTrustAssessmentNestedQuestion, OneTrustAssessmentQuestion, OneTrustAssessmentQuestionOption, OneTrustAssessmentQuestionResponses, OneTrustAssessmentQuestionRisk, OneTrustAssessmentResponses, OneTrustAssessmentSection, OneTrustAssessmentSectionHeader, OneTrustAssessmentSectionHeaderRiskStatistics, OneTrustAssessmentSectionSubmittedBy, OneTrustAssessmentStatus, OneTrustEnrichedAssessment, OneTrustEnrichedAssessmentQuestion, OneTrustEnrichedAssessmentResponse, OneTrustEnrichedAssessmentSection, OneTrustEnrichedAssessments, OneTrustEnrichedRisk, OneTrustEnrichedRisks, OneTrustEnrichedUser, OneTrustGetAssessmentResponse, OneTrustGetListOfAssessmentsResponse, OneTrustGetRiskResponse, OneTrustGetUserResponse, OneTrustPrimaryEntityDetails, OneTrustQuestionComment, OneTrustQuestionComments, OneTrustRiskCategories, OneTrustRiskReference, OneTrustRiskReferences, OneTrustRiskTemplate, OneTrustUserDetails, OneTrustUserEmail, OneTrustUserEmails, OneTrustUserGroup, OneTrustUserGroups, OneTrustUserMetadata, OneTrustUserName, OptionalConfigurableColorPaletteColor, OrderDirection, PROMPT_FILE_PURPOSE_TO_OPEN_AI, PaddedContentLayout, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, PrivacyCenterTextStyles, PrivacyCenterThemePartial, ProcessingActivityAttribute, ProcessingActivityAttributeSyncColumn, ProcessingPurpose, ProcessingPurposeSubCategoryAttribute, ProcessingPurposeSubCategoryAttributeSyncColumn, PromptAVendorEmailCompletionLinkType, PromptAVendorEmailSendType, PromptFilePurpose, PromptResponseFormat, PromptRunProductArea, PromptStatus, QueueStatus, REQUEST_ACTION_OPT_IN_TO_OPT_OUT, REQUEST_ACTION_OPT_OUT_TO_OPT_IN, RegimeKey, RegionDetectionMethod, RegionsOperator, RequestAction, RequestActionObjectResolver, RequestActionOptIn, RequestActionOptOut, RequestDataSiloStatus, RequestEnricherStatus, RequestOrigin, RequestStatus, RequiredConfigurableColorPaletteColor, RestartIdentifierStrategy, RetentionScheduleOperation, RetentionScheduleType, RetentionType, RgbHexString, RgbaHexString, SQLDriverWithDataMapping, ScopeDefinition, ScopeName, ScopeType, SecondLayerConfig, SecondLayerTheme, SecondLayerThemeMinimal, SemicolonDelimitedRegimeKeyString, ShadowRootOptions, SharedTopLevelConfig, SharedTopLevelTheme, SignedIabAgreementOption, SombraStandardScope, StaticTeamType, SubDataPointAttribute, SubDataPointAttributeSyncColumn, SubDataPointDataSubCategoryGuessStatus, TRANSCEND_SCOPES, TableEncryptionType, TelemetryPartitionStrategy, TemplateVariableModelName, Text, ThemeConfiguration, ThemeConfigurationBannerIntoModal, ThemeConfigurationBannerIntoModalMinimal, ThemeConfigurationBannerOnly, ThemeConfigurationBannerOnlyMinimal, ThemeConfigurationMinimal, ThemeConfigurationModalOnly, ThemeConfigurationModalOnlyMinimal, ThemeKey, ToggleTheme, TranscendProduct, TriageAction, UIConfiguration, UIConfigurationBannerIntoModal, UIConfigurationBannerOnly, UIConfigurationModalOnly, UiVariantStatus, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
|
|
62824
62841
|
//# sourceMappingURL=index.d.mts.map
|