@transcend-io/privacy-types 5.2.0 → 5.2.1
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 +50 -42
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -808,16 +808,8 @@ type AssessmentSyncColumnAttribute = DataSiloAttribute | SubDataPointAttribute |
|
|
|
808
808
|
type AssessmentSyncColumnImmutable = DataSiloAttributeImmutable | SubDataPointAttributeImmutable | VendorAttributeImmutable | DataSubCategoryAttributeImmutable | ProcessingPurposeSubCategoryAttributeImmutable | BusinessEntityAttributeImmutable | ProcessingActivityAttributeImmutable;
|
|
809
809
|
/** The type of the AssessmentQuestion's syncColumn field */
|
|
810
810
|
declare const AssessmentSyncColumn: {
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
814
|
-
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
815
|
-
DEPRECATION_STATE: AssessmentSyncColumnImmutable;
|
|
816
|
-
RECOMMENDED_FOR_CONSENT: AssessmentSyncColumnImmutable;
|
|
817
|
-
RECOMMENDED_FOR_PRIVACY: AssessmentSyncColumnImmutable;
|
|
818
|
-
RETENTION_TYPE: AssessmentSyncColumnImmutable;
|
|
819
|
-
CONTROLLERSHIP: AssessmentSyncColumnImmutable;
|
|
820
|
-
HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
|
|
811
|
+
ERROR: AssessmentSyncColumnImmutable;
|
|
812
|
+
NAME: AssessmentSyncColumnImmutable;
|
|
821
813
|
CONNECT_START_TIME: AssessmentSyncColumnImmutable;
|
|
822
814
|
CONNECTION_STATE: AssessmentSyncColumnImmutable;
|
|
823
815
|
CONTACT_EMAIL: AssessmentSyncColumnImmutable;
|
|
@@ -826,12 +818,16 @@ declare const AssessmentSyncColumn: {
|
|
|
826
818
|
COUNTRY_SUB_DIVISION: AssessmentSyncColumnImmutable;
|
|
827
819
|
CREDENTIALS_REFRESH_SCHEDULED_AT: AssessmentSyncColumnImmutable;
|
|
828
820
|
DATA_PROCESSING_AGREEMENT_LINK: AssessmentSyncColumnImmutable;
|
|
821
|
+
DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
829
822
|
DATA_RETENTION_NOTE: AssessmentSyncColumnImmutable;
|
|
830
823
|
DEFAULT_ACCESS_REQUEST_VISIBILITY: AssessmentSyncColumnImmutable;
|
|
831
824
|
DELETED_AT: AssessmentSyncColumnImmutable;
|
|
825
|
+
DEPRECATION_STATE: AssessmentSyncColumnImmutable;
|
|
826
|
+
DESCRIPTION: AssessmentSyncColumnImmutable;
|
|
832
827
|
EMAIL_SENDING_LOCK: AssessmentSyncColumnImmutable;
|
|
833
828
|
EXPIRED_AT: AssessmentSyncColumnImmutable;
|
|
834
829
|
EXTERNAL_ID: AssessmentSyncColumnImmutable;
|
|
830
|
+
HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
|
|
835
831
|
HEADERS: AssessmentSyncColumnImmutable;
|
|
836
832
|
IS_LIVE: AssessmentSyncColumnImmutable;
|
|
837
833
|
LAST_CONNECTED_AT: AssessmentSyncColumnImmutable;
|
|
@@ -850,6 +846,8 @@ declare const AssessmentSyncColumn: {
|
|
|
850
846
|
PROMPT_A_VENDOR_EMAIL_SEND_FREQUENCY: AssessmentSyncColumnImmutable;
|
|
851
847
|
PROMPT_A_VENDOR_EMAIL_SEND_TYPE: AssessmentSyncColumnImmutable;
|
|
852
848
|
PROMPT_A_VENDOR_EMAIL_START_AT: AssessmentSyncColumnImmutable;
|
|
849
|
+
RECOMMENDED_FOR_CONSENT: AssessmentSyncColumnImmutable;
|
|
850
|
+
RECOMMENDED_FOR_PRIVACY: AssessmentSyncColumnImmutable;
|
|
853
851
|
RECONNECT_FORM_ITEMS: AssessmentSyncColumnImmutable;
|
|
854
852
|
SAAS_CONTEXT: AssessmentSyncColumnImmutable;
|
|
855
853
|
SECRET_HEADERS: AssessmentSyncColumnImmutable;
|
|
@@ -857,22 +855,23 @@ declare const AssessmentSyncColumn: {
|
|
|
857
855
|
SUBDOMAIN: AssessmentSyncColumnImmutable;
|
|
858
856
|
TITLE: AssessmentSyncColumnImmutable;
|
|
859
857
|
TYPE: AssessmentSyncColumnImmutable;
|
|
858
|
+
URL: AssessmentSyncColumnImmutable;
|
|
860
859
|
WEBSITE_URL: AssessmentSyncColumnImmutable;
|
|
861
860
|
TRANSFER_REGIONS: AssessmentSyncColumnImmutable;
|
|
862
861
|
CONTROLLERSHIPS: AssessmentSyncColumnImmutable;
|
|
863
862
|
CUSTOM_SILO_CONNECTION_STRATEGY: AssessmentSyncColumnImmutable;
|
|
864
|
-
NAME: AssessmentSyncColumnImmutable;
|
|
865
863
|
DATA_POINT_ID: AssessmentSyncColumnImmutable;
|
|
866
864
|
ENCRYPTED_SAMPLES_S3_KEY: AssessmentSyncColumnImmutable;
|
|
867
865
|
ACCESS_REQUESTED_VISIBILITY_ENABLED: AssessmentSyncColumnImmutable;
|
|
868
866
|
ENSURE_REQUEST_REDACTION_ENABLED: AssessmentSyncColumnImmutable;
|
|
869
867
|
LAST_CLASSIFIED_AT: AssessmentSyncColumnImmutable;
|
|
870
868
|
LAST_RUN_AT: AssessmentSyncColumnImmutable;
|
|
871
|
-
ERROR: AssessmentSyncColumnImmutable;
|
|
872
869
|
ERROR_COUNT: AssessmentSyncColumnImmutable;
|
|
873
870
|
CONTEXT: AssessmentSyncColumnImmutable;
|
|
874
871
|
CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
|
|
875
872
|
NON_NULL_CHECK_COMPLETED: AssessmentSyncColumnImmutable;
|
|
873
|
+
CONTROLLERSHIP: AssessmentSyncColumnImmutable;
|
|
874
|
+
RETENTION_TYPE: AssessmentSyncColumnImmutable;
|
|
876
875
|
RETENTION_PERIOD: AssessmentSyncColumnImmutable;
|
|
877
876
|
SCAN_RUN_ID: AssessmentSyncColumnImmutable;
|
|
878
877
|
DATA_TYPE: AssessmentSyncColumnImmutable;
|
|
@@ -894,6 +893,7 @@ declare const AssessmentSyncColumn: {
|
|
|
894
893
|
SECURITY_MEASURE_DETAILS: AssessmentSyncColumnImmutable;
|
|
895
894
|
STORAGE_REGIONS: AssessmentSyncColumnImmutable;
|
|
896
895
|
DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: AssessmentSyncColumnImmutable;
|
|
896
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
897
897
|
};
|
|
898
898
|
/** Type override */
|
|
899
899
|
type AssessmentSyncColumn = (typeof AssessmentSyncColumn)[keyof typeof AssessmentSyncColumn];
|
|
@@ -1732,7 +1732,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1732
1732
|
regimeAutoPromptMap: t.RecordC<t.StringC, t.BooleanC>;
|
|
1733
1733
|
variantConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
1734
1734
|
locales: t.ArrayC<t.KeyofC<{
|
|
1735
|
-
no: unknown;
|
|
1736
1735
|
en: unknown;
|
|
1737
1736
|
ar: unknown;
|
|
1738
1737
|
fr: unknown;
|
|
@@ -1756,6 +1755,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1756
1755
|
ms: unknown;
|
|
1757
1756
|
mr: unknown;
|
|
1758
1757
|
nb: unknown;
|
|
1758
|
+
no: unknown;
|
|
1759
1759
|
pl: unknown;
|
|
1760
1760
|
pt: unknown;
|
|
1761
1761
|
ro: unknown;
|
|
@@ -1930,7 +1930,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1930
1930
|
}>>;
|
|
1931
1931
|
transcendUrl: t.StringC;
|
|
1932
1932
|
defaultLocale: t.KeyofC<{
|
|
1933
|
-
no: unknown;
|
|
1934
1933
|
en: unknown;
|
|
1935
1934
|
ar: unknown;
|
|
1936
1935
|
fr: unknown;
|
|
@@ -1954,6 +1953,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1954
1953
|
ms: unknown;
|
|
1955
1954
|
mr: unknown;
|
|
1956
1955
|
nb: unknown;
|
|
1956
|
+
no: unknown;
|
|
1957
1957
|
pl: unknown;
|
|
1958
1958
|
pt: unknown;
|
|
1959
1959
|
ro: unknown;
|
|
@@ -2178,7 +2178,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2178
2178
|
}>]>;
|
|
2179
2179
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2180
2180
|
locales: t.ArrayC<t.KeyofC<{
|
|
2181
|
-
no: unknown;
|
|
2182
2181
|
en: unknown;
|
|
2183
2182
|
ar: unknown;
|
|
2184
2183
|
fr: unknown;
|
|
@@ -2202,6 +2201,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2202
2201
|
ms: unknown;
|
|
2203
2202
|
mr: unknown;
|
|
2204
2203
|
nb: unknown;
|
|
2204
|
+
no: unknown;
|
|
2205
2205
|
pl: unknown;
|
|
2206
2206
|
pt: unknown;
|
|
2207
2207
|
ro: unknown;
|
|
@@ -2376,7 +2376,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2376
2376
|
}>>;
|
|
2377
2377
|
transcendUrl: t.StringC;
|
|
2378
2378
|
defaultLocale: t.KeyofC<{
|
|
2379
|
-
no: unknown;
|
|
2380
2379
|
en: unknown;
|
|
2381
2380
|
ar: unknown;
|
|
2382
2381
|
fr: unknown;
|
|
@@ -2400,6 +2399,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2400
2399
|
ms: unknown;
|
|
2401
2400
|
mr: unknown;
|
|
2402
2401
|
nb: unknown;
|
|
2402
|
+
no: unknown;
|
|
2403
2403
|
pl: unknown;
|
|
2404
2404
|
pt: unknown;
|
|
2405
2405
|
ro: unknown;
|
|
@@ -2626,7 +2626,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2626
2626
|
}>]>;
|
|
2627
2627
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2628
2628
|
locales: t.ArrayC<t.KeyofC<{
|
|
2629
|
-
no: unknown;
|
|
2630
2629
|
en: unknown;
|
|
2631
2630
|
ar: unknown;
|
|
2632
2631
|
fr: unknown;
|
|
@@ -2650,6 +2649,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2650
2649
|
ms: unknown;
|
|
2651
2650
|
mr: unknown;
|
|
2652
2651
|
nb: unknown;
|
|
2652
|
+
no: unknown;
|
|
2653
2653
|
pl: unknown;
|
|
2654
2654
|
pt: unknown;
|
|
2655
2655
|
ro: unknown;
|
|
@@ -2824,7 +2824,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2824
2824
|
}>>;
|
|
2825
2825
|
transcendUrl: t.StringC;
|
|
2826
2826
|
defaultLocale: t.KeyofC<{
|
|
2827
|
-
no: unknown;
|
|
2828
2827
|
en: unknown;
|
|
2829
2828
|
ar: unknown;
|
|
2830
2829
|
fr: unknown;
|
|
@@ -2848,6 +2847,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2848
2847
|
ms: unknown;
|
|
2849
2848
|
mr: unknown;
|
|
2850
2849
|
nb: unknown;
|
|
2850
|
+
no: unknown;
|
|
2851
2851
|
pl: unknown;
|
|
2852
2852
|
pt: unknown;
|
|
2853
2853
|
ro: unknown;
|
|
@@ -3138,7 +3138,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3138
3138
|
}>, t.PartialC<{
|
|
3139
3139
|
css: t.StringC;
|
|
3140
3140
|
messageMap: t.RecordC<t.KeyofC<{
|
|
3141
|
-
no: unknown;
|
|
3142
3141
|
en: unknown;
|
|
3143
3142
|
ar: unknown;
|
|
3144
3143
|
fr: unknown;
|
|
@@ -3162,6 +3161,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3162
3161
|
ms: unknown;
|
|
3163
3162
|
mr: unknown;
|
|
3164
3163
|
nb: unknown;
|
|
3164
|
+
no: unknown;
|
|
3165
3165
|
pl: unknown;
|
|
3166
3166
|
pt: unknown;
|
|
3167
3167
|
ro: unknown;
|
|
@@ -4565,7 +4565,6 @@ type AbsoluteUrlString = t.TypeOf<typeof AbsoluteUrlString>;
|
|
|
4565
4565
|
/** Top-level configuration shared between the UI layers */
|
|
4566
4566
|
declare const SharedTopLevelConfig: t.TypeC<{
|
|
4567
4567
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
4568
|
-
no: unknown;
|
|
4569
4568
|
en: unknown;
|
|
4570
4569
|
ar: unknown;
|
|
4571
4570
|
fr: unknown;
|
|
@@ -4589,6 +4588,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
4589
4588
|
ms: unknown;
|
|
4590
4589
|
mr: unknown;
|
|
4591
4590
|
nb: unknown;
|
|
4591
|
+
no: unknown;
|
|
4592
4592
|
pl: unknown;
|
|
4593
4593
|
pt: unknown;
|
|
4594
4594
|
ro: unknown;
|
|
@@ -4763,7 +4763,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
4763
4763
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
4764
4764
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
4765
4765
|
defaultLocale: t.KeyofC<{
|
|
4766
|
-
no: unknown;
|
|
4767
4766
|
en: unknown;
|
|
4768
4767
|
ar: unknown;
|
|
4769
4768
|
fr: unknown;
|
|
@@ -4787,6 +4786,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
4787
4786
|
ms: unknown;
|
|
4788
4787
|
mr: unknown;
|
|
4789
4788
|
nb: unknown;
|
|
4789
|
+
no: unknown;
|
|
4790
4790
|
pl: unknown;
|
|
4791
4791
|
pt: unknown;
|
|
4792
4792
|
ro: unknown;
|
|
@@ -5124,7 +5124,6 @@ type SecondLayerConfig = t.TypeOf<typeof SecondLayerConfig>;
|
|
|
5124
5124
|
/** Banner only configuration */
|
|
5125
5125
|
declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
5126
5126
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5127
|
-
no: unknown;
|
|
5128
5127
|
en: unknown;
|
|
5129
5128
|
ar: unknown;
|
|
5130
5129
|
fr: unknown;
|
|
@@ -5148,6 +5147,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5148
5147
|
ms: unknown;
|
|
5149
5148
|
mr: unknown;
|
|
5150
5149
|
nb: unknown;
|
|
5150
|
+
no: unknown;
|
|
5151
5151
|
pl: unknown;
|
|
5152
5152
|
pt: unknown;
|
|
5153
5153
|
ro: unknown;
|
|
@@ -5322,7 +5322,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5322
5322
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5323
5323
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5324
5324
|
defaultLocale: t.KeyofC<{
|
|
5325
|
-
no: unknown;
|
|
5326
5325
|
en: unknown;
|
|
5327
5326
|
ar: unknown;
|
|
5328
5327
|
fr: unknown;
|
|
@@ -5346,6 +5345,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5346
5345
|
ms: unknown;
|
|
5347
5346
|
mr: unknown;
|
|
5348
5347
|
nb: unknown;
|
|
5348
|
+
no: unknown;
|
|
5349
5349
|
pl: unknown;
|
|
5350
5350
|
pt: unknown;
|
|
5351
5351
|
ro: unknown;
|
|
@@ -5574,7 +5574,6 @@ type UIConfigurationBannerOnly = t.TypeOf<typeof UIConfigurationBannerOnly>;
|
|
|
5574
5574
|
/** Modal only configuration */
|
|
5575
5575
|
declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
5576
5576
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5577
|
-
no: unknown;
|
|
5578
5577
|
en: unknown;
|
|
5579
5578
|
ar: unknown;
|
|
5580
5579
|
fr: unknown;
|
|
@@ -5598,6 +5597,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5598
5597
|
ms: unknown;
|
|
5599
5598
|
mr: unknown;
|
|
5600
5599
|
nb: unknown;
|
|
5600
|
+
no: unknown;
|
|
5601
5601
|
pl: unknown;
|
|
5602
5602
|
pt: unknown;
|
|
5603
5603
|
ro: unknown;
|
|
@@ -5772,7 +5772,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5772
5772
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5773
5773
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5774
5774
|
defaultLocale: t.KeyofC<{
|
|
5775
|
-
no: unknown;
|
|
5776
5775
|
en: unknown;
|
|
5777
5776
|
ar: unknown;
|
|
5778
5777
|
fr: unknown;
|
|
@@ -5796,6 +5795,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5796
5795
|
ms: unknown;
|
|
5797
5796
|
mr: unknown;
|
|
5798
5797
|
nb: unknown;
|
|
5798
|
+
no: unknown;
|
|
5799
5799
|
pl: unknown;
|
|
5800
5800
|
pt: unknown;
|
|
5801
5801
|
ro: unknown;
|
|
@@ -6026,7 +6026,6 @@ type UIConfigurationModalOnly = t.TypeOf<typeof UIConfigurationModalOnly>;
|
|
|
6026
6026
|
/** Banner into modal configuration */
|
|
6027
6027
|
declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
6028
6028
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6029
|
-
no: unknown;
|
|
6030
6029
|
en: unknown;
|
|
6031
6030
|
ar: unknown;
|
|
6032
6031
|
fr: unknown;
|
|
@@ -6050,6 +6049,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6050
6049
|
ms: unknown;
|
|
6051
6050
|
mr: unknown;
|
|
6052
6051
|
nb: unknown;
|
|
6052
|
+
no: unknown;
|
|
6053
6053
|
pl: unknown;
|
|
6054
6054
|
pt: unknown;
|
|
6055
6055
|
ro: unknown;
|
|
@@ -6224,7 +6224,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6224
6224
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6225
6225
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6226
6226
|
defaultLocale: t.KeyofC<{
|
|
6227
|
-
no: unknown;
|
|
6228
6227
|
en: unknown;
|
|
6229
6228
|
ar: unknown;
|
|
6230
6229
|
fr: unknown;
|
|
@@ -6248,6 +6247,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6248
6247
|
ms: unknown;
|
|
6249
6248
|
mr: unknown;
|
|
6250
6249
|
nb: unknown;
|
|
6250
|
+
no: unknown;
|
|
6251
6251
|
pl: unknown;
|
|
6252
6252
|
pt: unknown;
|
|
6253
6253
|
ro: unknown;
|
|
@@ -6527,7 +6527,6 @@ type UIConfigurationBannerIntoModal = t.TypeOf<typeof UIConfigurationBannerIntoM
|
|
|
6527
6527
|
/** Configuration of the entire consent UI */
|
|
6528
6528
|
declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
6529
6529
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6530
|
-
no: unknown;
|
|
6531
6530
|
en: unknown;
|
|
6532
6531
|
ar: unknown;
|
|
6533
6532
|
fr: unknown;
|
|
@@ -6551,6 +6550,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6551
6550
|
ms: unknown;
|
|
6552
6551
|
mr: unknown;
|
|
6553
6552
|
nb: unknown;
|
|
6553
|
+
no: unknown;
|
|
6554
6554
|
pl: unknown;
|
|
6555
6555
|
pt: unknown;
|
|
6556
6556
|
ro: unknown;
|
|
@@ -6725,7 +6725,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6725
6725
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6726
6726
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6727
6727
|
defaultLocale: t.KeyofC<{
|
|
6728
|
-
no: unknown;
|
|
6729
6728
|
en: unknown;
|
|
6730
6729
|
ar: unknown;
|
|
6731
6730
|
fr: unknown;
|
|
@@ -6749,6 +6748,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6749
6748
|
ms: unknown;
|
|
6750
6749
|
mr: unknown;
|
|
6751
6750
|
nb: unknown;
|
|
6751
|
+
no: unknown;
|
|
6752
6752
|
pl: unknown;
|
|
6753
6753
|
pt: unknown;
|
|
6754
6754
|
ro: unknown;
|
|
@@ -6973,7 +6973,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6973
6973
|
}>]>;
|
|
6974
6974
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
6975
6975
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6976
|
-
no: unknown;
|
|
6977
6976
|
en: unknown;
|
|
6978
6977
|
ar: unknown;
|
|
6979
6978
|
fr: unknown;
|
|
@@ -6997,6 +6996,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6997
6996
|
ms: unknown;
|
|
6998
6997
|
mr: unknown;
|
|
6999
6998
|
nb: unknown;
|
|
6999
|
+
no: unknown;
|
|
7000
7000
|
pl: unknown;
|
|
7001
7001
|
pt: unknown;
|
|
7002
7002
|
ro: unknown;
|
|
@@ -7171,7 +7171,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7171
7171
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7172
7172
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7173
7173
|
defaultLocale: t.KeyofC<{
|
|
7174
|
-
no: unknown;
|
|
7175
7174
|
en: unknown;
|
|
7176
7175
|
ar: unknown;
|
|
7177
7176
|
fr: unknown;
|
|
@@ -7195,6 +7194,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7195
7194
|
ms: unknown;
|
|
7196
7195
|
mr: unknown;
|
|
7197
7196
|
nb: unknown;
|
|
7197
|
+
no: unknown;
|
|
7198
7198
|
pl: unknown;
|
|
7199
7199
|
pt: unknown;
|
|
7200
7200
|
ro: unknown;
|
|
@@ -7421,7 +7421,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7421
7421
|
}>]>;
|
|
7422
7422
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
7423
7423
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7424
|
-
no: unknown;
|
|
7425
7424
|
en: unknown;
|
|
7426
7425
|
ar: unknown;
|
|
7427
7426
|
fr: unknown;
|
|
@@ -7445,6 +7444,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7445
7444
|
ms: unknown;
|
|
7446
7445
|
mr: unknown;
|
|
7447
7446
|
nb: unknown;
|
|
7447
|
+
no: unknown;
|
|
7448
7448
|
pl: unknown;
|
|
7449
7449
|
pt: unknown;
|
|
7450
7450
|
ro: unknown;
|
|
@@ -7619,7 +7619,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7619
7619
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7620
7620
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7621
7621
|
defaultLocale: t.KeyofC<{
|
|
7622
|
-
no: unknown;
|
|
7623
7622
|
en: unknown;
|
|
7624
7623
|
ar: unknown;
|
|
7625
7624
|
fr: unknown;
|
|
@@ -7643,6 +7642,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7643
7642
|
ms: unknown;
|
|
7644
7643
|
mr: unknown;
|
|
7645
7644
|
nb: unknown;
|
|
7645
|
+
no: unknown;
|
|
7646
7646
|
pl: unknown;
|
|
7647
7647
|
pt: unknown;
|
|
7648
7648
|
ro: unknown;
|
|
@@ -34412,7 +34412,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
34412
34412
|
}>; /** The time that the privacy request was created */
|
|
34413
34413
|
requestCreatedAt: t.StringC; /** The language key for the privacy request */
|
|
34414
34414
|
requestLocale: t.KeyofC<{
|
|
34415
|
-
no: unknown;
|
|
34416
34415
|
en: unknown;
|
|
34417
34416
|
ar: unknown;
|
|
34418
34417
|
fr: unknown;
|
|
@@ -34436,6 +34435,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
34436
34435
|
ms: unknown;
|
|
34437
34436
|
mr: unknown;
|
|
34438
34437
|
nb: unknown;
|
|
34438
|
+
no: unknown;
|
|
34439
34439
|
pl: unknown;
|
|
34440
34440
|
pt: unknown;
|
|
34441
34441
|
ro: unknown;
|
|
@@ -40048,8 +40048,8 @@ declare enum PromptRunProductArea {
|
|
|
40048
40048
|
}
|
|
40049
40049
|
declare const ChatCompletionMessage: t.TypeC<{
|
|
40050
40050
|
role: t.KeyofC<{
|
|
40051
|
-
user: unknown;
|
|
40052
40051
|
system: unknown;
|
|
40052
|
+
user: unknown;
|
|
40053
40053
|
assistant: unknown;
|
|
40054
40054
|
}>;
|
|
40055
40055
|
content: t.StringC;
|
|
@@ -44495,7 +44495,7 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
44495
44495
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
44496
44496
|
region: t.PartialC<{
|
|
44497
44497
|
/** The country ISO code */country: t.KeyofC<{
|
|
44498
|
-
|
|
44498
|
+
ID: unknown;
|
|
44499
44499
|
AF: unknown;
|
|
44500
44500
|
AX: unknown;
|
|
44501
44501
|
AL: unknown;
|
|
@@ -44599,7 +44599,7 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
44599
44599
|
HK: unknown;
|
|
44600
44600
|
HU: unknown;
|
|
44601
44601
|
IS: unknown;
|
|
44602
|
-
|
|
44602
|
+
IN: unknown;
|
|
44603
44603
|
IR: unknown;
|
|
44604
44604
|
IQ: unknown;
|
|
44605
44605
|
IE: unknown;
|
|
@@ -49925,7 +49925,7 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
49925
49925
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
49926
49926
|
region: t.PartialC<{
|
|
49927
49927
|
/** The country ISO code */country: t.KeyofC<{
|
|
49928
|
-
|
|
49928
|
+
ID: unknown;
|
|
49929
49929
|
AF: unknown;
|
|
49930
49930
|
AX: unknown;
|
|
49931
49931
|
AL: unknown;
|
|
@@ -50029,7 +50029,7 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
50029
50029
|
HK: unknown;
|
|
50030
50030
|
HU: unknown;
|
|
50031
50031
|
IS: unknown;
|
|
50032
|
-
|
|
50032
|
+
IN: unknown;
|
|
50033
50033
|
IR: unknown;
|
|
50034
50034
|
IQ: unknown;
|
|
50035
50035
|
IE: unknown;
|
|
@@ -55363,7 +55363,7 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
55363
55363
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
55364
55364
|
region: t.PartialC<{
|
|
55365
55365
|
/** The country ISO code */country: t.KeyofC<{
|
|
55366
|
-
|
|
55366
|
+
ID: unknown;
|
|
55367
55367
|
AF: unknown;
|
|
55368
55368
|
AX: unknown;
|
|
55369
55369
|
AL: unknown;
|
|
@@ -55467,7 +55467,7 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
55467
55467
|
HK: unknown;
|
|
55468
55468
|
HU: unknown;
|
|
55469
55469
|
IS: unknown;
|
|
55470
|
-
|
|
55470
|
+
IN: unknown;
|
|
55471
55471
|
IR: unknown;
|
|
55472
55472
|
IQ: unknown;
|
|
55473
55473
|
IE: unknown;
|
|
@@ -61408,7 +61408,11 @@ declare enum CustomizableComponent {
|
|
|
61408
61408
|
/** Take control confirmation styles */
|
|
61409
61409
|
TakeControlConfirmation = "takeControlConfirmation",
|
|
61410
61410
|
/** Modal styles */
|
|
61411
|
-
Modal = "modal"
|
|
61411
|
+
Modal = "modal",
|
|
61412
|
+
/** Footer */
|
|
61413
|
+
Footer = "footer",
|
|
61414
|
+
/** Footer link */
|
|
61415
|
+
FooterLink = "footerLink"
|
|
61412
61416
|
}
|
|
61413
61417
|
/**
|
|
61414
61418
|
* The names of the text fonts
|
|
@@ -61575,6 +61579,8 @@ declare const PrivacyCenterComponentStyles: t.PartialC<{
|
|
|
61575
61579
|
heroBackground: t.StringC;
|
|
61576
61580
|
takeControlConfirmation: t.StringC;
|
|
61577
61581
|
modal: t.StringC;
|
|
61582
|
+
footer: t.StringC;
|
|
61583
|
+
footerLink: t.StringC;
|
|
61578
61584
|
}>;
|
|
61579
61585
|
/** Type override */
|
|
61580
61586
|
type PrivacyCenterComponentStyles = t.TypeOf<typeof PrivacyCenterComponentStyles>;
|
|
@@ -61666,6 +61672,8 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
61666
61672
|
heroBackground: t.StringC;
|
|
61667
61673
|
takeControlConfirmation: t.StringC;
|
|
61668
61674
|
modal: t.StringC;
|
|
61675
|
+
footer: t.StringC;
|
|
61676
|
+
footerLink: t.StringC;
|
|
61669
61677
|
}>; /** Override styles */
|
|
61670
61678
|
textStyles: t.PartialC<{
|
|
61671
61679
|
fontFamilyHeader: t.IntersectionC<[t.TypeC<{
|