@transcend-io/privacy-types 5.10.1 → 5.10.2
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 +43 -38
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -499,8 +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
|
-
country: DataSiloAttributeImmutable;
|
|
503
|
-
countrySubDivision: DataSiloAttributeImmutable;
|
|
504
502
|
description: DataSiloAttributeImmutable;
|
|
505
503
|
title: DataSiloAttributeImmutable;
|
|
506
504
|
slug: DataSiloAttributeImmutable;
|
|
@@ -544,6 +542,8 @@ declare const DataSiloAttributeSyncColumn: {
|
|
|
544
542
|
manualWorkRetryFrequency: DataSiloAttributeImmutable;
|
|
545
543
|
externalId: DataSiloAttributeImmutable;
|
|
546
544
|
credentialsRefreshScheduledAt: DataSiloAttributeImmutable;
|
|
545
|
+
country: DataSiloAttributeImmutable;
|
|
546
|
+
countrySubDivision: DataSiloAttributeImmutable;
|
|
547
547
|
subdomain: DataSiloAttributeImmutable;
|
|
548
548
|
lastLookupProcessCreationTime: DataSiloAttributeImmutable;
|
|
549
549
|
transferRegions: DataSiloAttributeImmutable;
|
|
@@ -592,11 +592,10 @@ 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
|
-
name: SubDataPointAttributeImmutable;
|
|
596
|
-
metadata: 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;
|
|
@@ -615,6 +614,7 @@ declare const SubDataPointAttributeSyncColumn: {
|
|
|
615
614
|
dataType: SubDataPointAttributeImmutable;
|
|
616
615
|
encryption: SubDataPointAttributeImmutable;
|
|
617
616
|
isPrimaryKey: SubDataPointAttributeImmutable;
|
|
617
|
+
metadata: SubDataPointAttributeImmutable;
|
|
618
618
|
schedulingPriority: SubDataPointAttributeImmutable;
|
|
619
619
|
};
|
|
620
620
|
/** Type override */
|
|
@@ -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,11 +716,11 @@ 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
|
-
purpose: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
721
719
|
description: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
722
720
|
slug: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
721
|
+
name: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
723
722
|
isDefault: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
723
|
+
purpose: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
724
724
|
};
|
|
725
725
|
/** Type override */
|
|
726
726
|
type ProcessingPurposeSubCategoryAttributeSyncColumn = (typeof ProcessingPurposeSubCategoryAttributeSyncColumn)[keyof typeof ProcessingPurposeSubCategoryAttributeSyncColumn];
|
|
@@ -808,7 +808,6 @@ 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
|
-
ERROR: AssessmentSyncColumnImmutable;
|
|
812
811
|
URL: AssessmentSyncColumnImmutable;
|
|
813
812
|
DESCRIPTION: AssessmentSyncColumnImmutable;
|
|
814
813
|
DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
@@ -869,6 +868,7 @@ declare const AssessmentSyncColumn: {
|
|
|
869
868
|
ENSURE_REQUEST_REDACTION_ENABLED: AssessmentSyncColumnImmutable;
|
|
870
869
|
LAST_CLASSIFIED_AT: AssessmentSyncColumnImmutable;
|
|
871
870
|
LAST_RUN_AT: AssessmentSyncColumnImmutable;
|
|
871
|
+
ERROR: AssessmentSyncColumnImmutable;
|
|
872
872
|
ERROR_COUNT: AssessmentSyncColumnImmutable;
|
|
873
873
|
CONTEXT: AssessmentSyncColumnImmutable;
|
|
874
874
|
CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
|
|
@@ -1746,6 +1746,7 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
|
|
|
1746
1746
|
ACTIVE: unknown;
|
|
1747
1747
|
}>; /** Locales of variant */
|
|
1748
1748
|
locales: t.ArrayC<t.KeyofC<{
|
|
1749
|
+
no: unknown;
|
|
1749
1750
|
en: unknown;
|
|
1750
1751
|
ar: unknown;
|
|
1751
1752
|
fr: unknown;
|
|
@@ -1769,7 +1770,6 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
|
|
|
1769
1770
|
ms: unknown;
|
|
1770
1771
|
mr: unknown;
|
|
1771
1772
|
nb: unknown;
|
|
1772
|
-
no: unknown;
|
|
1773
1773
|
pl: unknown;
|
|
1774
1774
|
pt: unknown;
|
|
1775
1775
|
ro: unknown;
|
|
@@ -2041,6 +2041,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2041
2041
|
regimeAutoPromptMap: t.RecordC<t.StringC, t.BooleanC>;
|
|
2042
2042
|
variantConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
2043
2043
|
locales: t.ArrayC<t.KeyofC<{
|
|
2044
|
+
no: unknown;
|
|
2044
2045
|
en: unknown;
|
|
2045
2046
|
ar: unknown;
|
|
2046
2047
|
fr: unknown;
|
|
@@ -2064,7 +2065,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2064
2065
|
ms: unknown;
|
|
2065
2066
|
mr: unknown;
|
|
2066
2067
|
nb: unknown;
|
|
2067
|
-
no: unknown;
|
|
2068
2068
|
pl: unknown;
|
|
2069
2069
|
pt: unknown;
|
|
2070
2070
|
ro: unknown;
|
|
@@ -2239,6 +2239,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2239
2239
|
}>>;
|
|
2240
2240
|
transcendUrl: t.StringC;
|
|
2241
2241
|
defaultLocale: t.KeyofC<{
|
|
2242
|
+
no: unknown;
|
|
2242
2243
|
en: unknown;
|
|
2243
2244
|
ar: unknown;
|
|
2244
2245
|
fr: unknown;
|
|
@@ -2262,7 +2263,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2262
2263
|
ms: unknown;
|
|
2263
2264
|
mr: unknown;
|
|
2264
2265
|
nb: unknown;
|
|
2265
|
-
no: unknown;
|
|
2266
2266
|
pl: unknown;
|
|
2267
2267
|
pt: unknown;
|
|
2268
2268
|
ro: unknown;
|
|
@@ -2487,6 +2487,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2487
2487
|
}>]>;
|
|
2488
2488
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2489
2489
|
locales: t.ArrayC<t.KeyofC<{
|
|
2490
|
+
no: unknown;
|
|
2490
2491
|
en: unknown;
|
|
2491
2492
|
ar: unknown;
|
|
2492
2493
|
fr: unknown;
|
|
@@ -2510,7 +2511,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2510
2511
|
ms: unknown;
|
|
2511
2512
|
mr: unknown;
|
|
2512
2513
|
nb: unknown;
|
|
2513
|
-
no: unknown;
|
|
2514
2514
|
pl: unknown;
|
|
2515
2515
|
pt: unknown;
|
|
2516
2516
|
ro: unknown;
|
|
@@ -2685,6 +2685,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2685
2685
|
}>>;
|
|
2686
2686
|
transcendUrl: t.StringC;
|
|
2687
2687
|
defaultLocale: t.KeyofC<{
|
|
2688
|
+
no: unknown;
|
|
2688
2689
|
en: unknown;
|
|
2689
2690
|
ar: unknown;
|
|
2690
2691
|
fr: unknown;
|
|
@@ -2708,7 +2709,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2708
2709
|
ms: unknown;
|
|
2709
2710
|
mr: unknown;
|
|
2710
2711
|
nb: unknown;
|
|
2711
|
-
no: unknown;
|
|
2712
2712
|
pl: unknown;
|
|
2713
2713
|
pt: unknown;
|
|
2714
2714
|
ro: unknown;
|
|
@@ -2935,6 +2935,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2935
2935
|
}>]>;
|
|
2936
2936
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2937
2937
|
locales: t.ArrayC<t.KeyofC<{
|
|
2938
|
+
no: unknown;
|
|
2938
2939
|
en: unknown;
|
|
2939
2940
|
ar: unknown;
|
|
2940
2941
|
fr: unknown;
|
|
@@ -2958,7 +2959,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2958
2959
|
ms: unknown;
|
|
2959
2960
|
mr: unknown;
|
|
2960
2961
|
nb: unknown;
|
|
2961
|
-
no: unknown;
|
|
2962
2962
|
pl: unknown;
|
|
2963
2963
|
pt: unknown;
|
|
2964
2964
|
ro: unknown;
|
|
@@ -3133,6 +3133,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3133
3133
|
}>>;
|
|
3134
3134
|
transcendUrl: t.StringC;
|
|
3135
3135
|
defaultLocale: t.KeyofC<{
|
|
3136
|
+
no: unknown;
|
|
3136
3137
|
en: unknown;
|
|
3137
3138
|
ar: unknown;
|
|
3138
3139
|
fr: unknown;
|
|
@@ -3156,7 +3157,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3156
3157
|
ms: unknown;
|
|
3157
3158
|
mr: unknown;
|
|
3158
3159
|
nb: unknown;
|
|
3159
|
-
no: unknown;
|
|
3160
3160
|
pl: unknown;
|
|
3161
3161
|
pt: unknown;
|
|
3162
3162
|
ro: unknown;
|
|
@@ -3918,6 +3918,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3918
3918
|
}>, t.PartialC<{
|
|
3919
3919
|
css: t.StringC;
|
|
3920
3920
|
messageMap: t.RecordC<t.KeyofC<{
|
|
3921
|
+
no: unknown;
|
|
3921
3922
|
en: unknown;
|
|
3922
3923
|
ar: unknown;
|
|
3923
3924
|
fr: unknown;
|
|
@@ -3941,7 +3942,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3941
3942
|
ms: unknown;
|
|
3942
3943
|
mr: unknown;
|
|
3943
3944
|
nb: unknown;
|
|
3944
|
-
no: unknown;
|
|
3945
3945
|
pl: unknown;
|
|
3946
3946
|
pt: unknown;
|
|
3947
3947
|
ro: unknown;
|
|
@@ -5692,6 +5692,7 @@ type URLHostString = t.TypeOf<typeof URLHostString>;
|
|
|
5692
5692
|
/** Top-level configuration shared between the UI layers */
|
|
5693
5693
|
declare const SharedTopLevelConfig: t.TypeC<{
|
|
5694
5694
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5695
|
+
no: unknown;
|
|
5695
5696
|
en: unknown;
|
|
5696
5697
|
ar: unknown;
|
|
5697
5698
|
fr: unknown;
|
|
@@ -5715,7 +5716,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5715
5716
|
ms: unknown;
|
|
5716
5717
|
mr: unknown;
|
|
5717
5718
|
nb: unknown;
|
|
5718
|
-
no: unknown;
|
|
5719
5719
|
pl: unknown;
|
|
5720
5720
|
pt: unknown;
|
|
5721
5721
|
ro: unknown;
|
|
@@ -5890,6 +5890,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5890
5890
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5891
5891
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5892
5892
|
defaultLocale: t.KeyofC<{
|
|
5893
|
+
no: unknown;
|
|
5893
5894
|
en: unknown;
|
|
5894
5895
|
ar: unknown;
|
|
5895
5896
|
fr: unknown;
|
|
@@ -5913,7 +5914,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5913
5914
|
ms: unknown;
|
|
5914
5915
|
mr: unknown;
|
|
5915
5916
|
nb: unknown;
|
|
5916
|
-
no: unknown;
|
|
5917
5917
|
pl: unknown;
|
|
5918
5918
|
pt: unknown;
|
|
5919
5919
|
ro: unknown;
|
|
@@ -6251,6 +6251,7 @@ type SecondLayerConfig = t.TypeOf<typeof SecondLayerConfig>;
|
|
|
6251
6251
|
/** Banner only configuration */
|
|
6252
6252
|
declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
6253
6253
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6254
|
+
no: unknown;
|
|
6254
6255
|
en: unknown;
|
|
6255
6256
|
ar: unknown;
|
|
6256
6257
|
fr: unknown;
|
|
@@ -6274,7 +6275,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6274
6275
|
ms: unknown;
|
|
6275
6276
|
mr: unknown;
|
|
6276
6277
|
nb: unknown;
|
|
6277
|
-
no: unknown;
|
|
6278
6278
|
pl: unknown;
|
|
6279
6279
|
pt: unknown;
|
|
6280
6280
|
ro: unknown;
|
|
@@ -6449,6 +6449,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6449
6449
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6450
6450
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6451
6451
|
defaultLocale: t.KeyofC<{
|
|
6452
|
+
no: unknown;
|
|
6452
6453
|
en: unknown;
|
|
6453
6454
|
ar: unknown;
|
|
6454
6455
|
fr: unknown;
|
|
@@ -6472,7 +6473,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6472
6473
|
ms: unknown;
|
|
6473
6474
|
mr: unknown;
|
|
6474
6475
|
nb: unknown;
|
|
6475
|
-
no: unknown;
|
|
6476
6476
|
pl: unknown;
|
|
6477
6477
|
pt: unknown;
|
|
6478
6478
|
ro: unknown;
|
|
@@ -6701,6 +6701,7 @@ type UIConfigurationBannerOnly = t.TypeOf<typeof UIConfigurationBannerOnly>;
|
|
|
6701
6701
|
/** Modal only configuration */
|
|
6702
6702
|
declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
6703
6703
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6704
|
+
no: unknown;
|
|
6704
6705
|
en: unknown;
|
|
6705
6706
|
ar: unknown;
|
|
6706
6707
|
fr: unknown;
|
|
@@ -6724,7 +6725,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6724
6725
|
ms: unknown;
|
|
6725
6726
|
mr: unknown;
|
|
6726
6727
|
nb: unknown;
|
|
6727
|
-
no: unknown;
|
|
6728
6728
|
pl: unknown;
|
|
6729
6729
|
pt: unknown;
|
|
6730
6730
|
ro: unknown;
|
|
@@ -6899,6 +6899,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6899
6899
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6900
6900
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6901
6901
|
defaultLocale: t.KeyofC<{
|
|
6902
|
+
no: unknown;
|
|
6902
6903
|
en: unknown;
|
|
6903
6904
|
ar: unknown;
|
|
6904
6905
|
fr: unknown;
|
|
@@ -6922,7 +6923,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6922
6923
|
ms: unknown;
|
|
6923
6924
|
mr: unknown;
|
|
6924
6925
|
nb: unknown;
|
|
6925
|
-
no: unknown;
|
|
6926
6926
|
pl: unknown;
|
|
6927
6927
|
pt: unknown;
|
|
6928
6928
|
ro: unknown;
|
|
@@ -7153,6 +7153,7 @@ type UIConfigurationModalOnly = t.TypeOf<typeof UIConfigurationModalOnly>;
|
|
|
7153
7153
|
/** Banner into modal configuration */
|
|
7154
7154
|
declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
7155
7155
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7156
|
+
no: unknown;
|
|
7156
7157
|
en: unknown;
|
|
7157
7158
|
ar: unknown;
|
|
7158
7159
|
fr: unknown;
|
|
@@ -7176,7 +7177,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7176
7177
|
ms: unknown;
|
|
7177
7178
|
mr: unknown;
|
|
7178
7179
|
nb: unknown;
|
|
7179
|
-
no: unknown;
|
|
7180
7180
|
pl: unknown;
|
|
7181
7181
|
pt: unknown;
|
|
7182
7182
|
ro: unknown;
|
|
@@ -7351,6 +7351,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7351
7351
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7352
7352
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7353
7353
|
defaultLocale: t.KeyofC<{
|
|
7354
|
+
no: unknown;
|
|
7354
7355
|
en: unknown;
|
|
7355
7356
|
ar: unknown;
|
|
7356
7357
|
fr: unknown;
|
|
@@ -7374,7 +7375,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7374
7375
|
ms: unknown;
|
|
7375
7376
|
mr: unknown;
|
|
7376
7377
|
nb: unknown;
|
|
7377
|
-
no: unknown;
|
|
7378
7378
|
pl: unknown;
|
|
7379
7379
|
pt: unknown;
|
|
7380
7380
|
ro: unknown;
|
|
@@ -7654,6 +7654,7 @@ type UIConfigurationBannerIntoModal = t.TypeOf<typeof UIConfigurationBannerIntoM
|
|
|
7654
7654
|
/** Configuration of the entire consent UI */
|
|
7655
7655
|
declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
7656
7656
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7657
|
+
no: unknown;
|
|
7657
7658
|
en: unknown;
|
|
7658
7659
|
ar: unknown;
|
|
7659
7660
|
fr: unknown;
|
|
@@ -7677,7 +7678,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7677
7678
|
ms: unknown;
|
|
7678
7679
|
mr: unknown;
|
|
7679
7680
|
nb: unknown;
|
|
7680
|
-
no: unknown;
|
|
7681
7681
|
pl: unknown;
|
|
7682
7682
|
pt: unknown;
|
|
7683
7683
|
ro: unknown;
|
|
@@ -7852,6 +7852,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7852
7852
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7853
7853
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7854
7854
|
defaultLocale: t.KeyofC<{
|
|
7855
|
+
no: unknown;
|
|
7855
7856
|
en: unknown;
|
|
7856
7857
|
ar: unknown;
|
|
7857
7858
|
fr: unknown;
|
|
@@ -7875,7 +7876,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7875
7876
|
ms: unknown;
|
|
7876
7877
|
mr: unknown;
|
|
7877
7878
|
nb: unknown;
|
|
7878
|
-
no: unknown;
|
|
7879
7879
|
pl: unknown;
|
|
7880
7880
|
pt: unknown;
|
|
7881
7881
|
ro: unknown;
|
|
@@ -8100,6 +8100,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8100
8100
|
}>]>;
|
|
8101
8101
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
8102
8102
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
8103
|
+
no: unknown;
|
|
8103
8104
|
en: unknown;
|
|
8104
8105
|
ar: unknown;
|
|
8105
8106
|
fr: unknown;
|
|
@@ -8123,7 +8124,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8123
8124
|
ms: unknown;
|
|
8124
8125
|
mr: unknown;
|
|
8125
8126
|
nb: unknown;
|
|
8126
|
-
no: unknown;
|
|
8127
8127
|
pl: unknown;
|
|
8128
8128
|
pt: unknown;
|
|
8129
8129
|
ro: unknown;
|
|
@@ -8298,6 +8298,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8298
8298
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
8299
8299
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
8300
8300
|
defaultLocale: t.KeyofC<{
|
|
8301
|
+
no: unknown;
|
|
8301
8302
|
en: unknown;
|
|
8302
8303
|
ar: unknown;
|
|
8303
8304
|
fr: unknown;
|
|
@@ -8321,7 +8322,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8321
8322
|
ms: unknown;
|
|
8322
8323
|
mr: unknown;
|
|
8323
8324
|
nb: unknown;
|
|
8324
|
-
no: unknown;
|
|
8325
8325
|
pl: unknown;
|
|
8326
8326
|
pt: unknown;
|
|
8327
8327
|
ro: unknown;
|
|
@@ -8548,6 +8548,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8548
8548
|
}>]>;
|
|
8549
8549
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
8550
8550
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
8551
|
+
no: unknown;
|
|
8551
8552
|
en: unknown;
|
|
8552
8553
|
ar: unknown;
|
|
8553
8554
|
fr: unknown;
|
|
@@ -8571,7 +8572,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8571
8572
|
ms: unknown;
|
|
8572
8573
|
mr: unknown;
|
|
8573
8574
|
nb: unknown;
|
|
8574
|
-
no: unknown;
|
|
8575
8575
|
pl: unknown;
|
|
8576
8576
|
pt: unknown;
|
|
8577
8577
|
ro: unknown;
|
|
@@ -8746,6 +8746,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8746
8746
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
8747
8747
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
8748
8748
|
defaultLocale: t.KeyofC<{
|
|
8749
|
+
no: unknown;
|
|
8749
8750
|
en: unknown;
|
|
8750
8751
|
ar: unknown;
|
|
8751
8752
|
fr: unknown;
|
|
@@ -8769,7 +8770,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8769
8770
|
ms: unknown;
|
|
8770
8771
|
mr: unknown;
|
|
8771
8772
|
nb: unknown;
|
|
8772
|
-
no: unknown;
|
|
8773
8773
|
pl: unknown;
|
|
8774
8774
|
pt: unknown;
|
|
8775
8775
|
ro: unknown;
|
|
@@ -9188,6 +9188,11 @@ declare const DropListType: {
|
|
|
9188
9188
|
};
|
|
9189
9189
|
/** Type override */
|
|
9190
9190
|
type DropListType = (typeof DropListType)[keyof typeof DropListType];
|
|
9191
|
+
/**
|
|
9192
|
+
* Longest `dropRecordId` accepted on DROP ingress payloads and persisted on
|
|
9193
|
+
* `DropRunRequest`.
|
|
9194
|
+
*/
|
|
9195
|
+
declare const DROP_RECORD_ID_MAX_LENGTH = 64;
|
|
9191
9196
|
//#endregion
|
|
9192
9197
|
//#region src/dsrBulkErrorCode.d.ts
|
|
9193
9198
|
/**
|
|
@@ -35717,6 +35722,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
35717
35722
|
}>; /** The time that the privacy request was created */
|
|
35718
35723
|
requestCreatedAt: t.StringC; /** The language key for the privacy request */
|
|
35719
35724
|
requestLocale: t.KeyofC<{
|
|
35725
|
+
no: unknown;
|
|
35720
35726
|
en: unknown;
|
|
35721
35727
|
ar: unknown;
|
|
35722
35728
|
fr: unknown;
|
|
@@ -35740,7 +35746,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
35740
35746
|
ms: unknown;
|
|
35741
35747
|
mr: unknown;
|
|
35742
35748
|
nb: unknown;
|
|
35743
|
-
no: unknown;
|
|
35744
35749
|
pl: unknown;
|
|
35745
35750
|
pt: unknown;
|
|
35746
35751
|
ro: unknown;
|
|
@@ -41353,8 +41358,8 @@ declare enum PromptRunProductArea {
|
|
|
41353
41358
|
}
|
|
41354
41359
|
declare const ChatCompletionMessage: t.TypeC<{
|
|
41355
41360
|
role: t.KeyofC<{
|
|
41356
|
-
system: unknown;
|
|
41357
41361
|
user: unknown;
|
|
41362
|
+
system: unknown;
|
|
41358
41363
|
assistant: unknown;
|
|
41359
41364
|
}>;
|
|
41360
41365
|
content: t.StringC;
|
|
@@ -45674,8 +45679,8 @@ type PreferenceStoreIdentifier = t.TypeOf<typeof PreferenceStoreIdentifier>;
|
|
|
45674
45679
|
*/
|
|
45675
45680
|
declare const PreferenceStoreSystemAttributes: t.IntersectionC<[t.TypeC<{
|
|
45676
45681
|
/** The decrypted status of the record */decryptionStatus: t.KeyofC<{
|
|
45677
|
-
DECRYPTED: unknown;
|
|
45678
45682
|
ERROR: unknown;
|
|
45683
|
+
DECRYPTED: unknown;
|
|
45679
45684
|
}>;
|
|
45680
45685
|
}>, t.PartialC<{
|
|
45681
45686
|
/** updated timestamp on the db record */updatedAt: t.StringC;
|
|
@@ -45738,8 +45743,8 @@ declare const PreferenceQueryResponseItem: t.IntersectionC<[t.TypeC<{
|
|
|
45738
45743
|
}>, t.TypeC<{
|
|
45739
45744
|
/** The system attributes of the record */system: t.IntersectionC<[t.TypeC<{
|
|
45740
45745
|
/** The decrypted status of the record */decryptionStatus: t.KeyofC<{
|
|
45741
|
-
DECRYPTED: unknown;
|
|
45742
45746
|
ERROR: unknown;
|
|
45747
|
+
DECRYPTED: unknown;
|
|
45743
45748
|
}>;
|
|
45744
45749
|
}>, t.PartialC<{
|
|
45745
45750
|
/** updated timestamp on the db record */updatedAt: t.StringC;
|
|
@@ -45800,6 +45805,7 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
45800
45805
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
45801
45806
|
region: t.PartialC<{
|
|
45802
45807
|
/** The country ISO code */country: t.KeyofC<{
|
|
45808
|
+
IN: unknown;
|
|
45803
45809
|
AF: unknown;
|
|
45804
45810
|
AX: unknown;
|
|
45805
45811
|
AL: unknown;
|
|
@@ -45903,7 +45909,6 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
45903
45909
|
HK: unknown;
|
|
45904
45910
|
HU: unknown;
|
|
45905
45911
|
IS: unknown;
|
|
45906
|
-
IN: unknown;
|
|
45907
45912
|
ID: unknown;
|
|
45908
45913
|
IR: unknown;
|
|
45909
45914
|
IQ: unknown;
|
|
@@ -51230,6 +51235,7 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
51230
51235
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
51231
51236
|
region: t.PartialC<{
|
|
51232
51237
|
/** The country ISO code */country: t.KeyofC<{
|
|
51238
|
+
IN: unknown;
|
|
51233
51239
|
AF: unknown;
|
|
51234
51240
|
AX: unknown;
|
|
51235
51241
|
AL: unknown;
|
|
@@ -51333,7 +51339,6 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
51333
51339
|
HK: unknown;
|
|
51334
51340
|
HU: unknown;
|
|
51335
51341
|
IS: unknown;
|
|
51336
|
-
IN: unknown;
|
|
51337
51342
|
ID: unknown;
|
|
51338
51343
|
IR: unknown;
|
|
51339
51344
|
IQ: unknown;
|
|
@@ -56668,6 +56673,7 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
56668
56673
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
56669
56674
|
region: t.PartialC<{
|
|
56670
56675
|
/** The country ISO code */country: t.KeyofC<{
|
|
56676
|
+
IN: unknown;
|
|
56671
56677
|
AF: unknown;
|
|
56672
56678
|
AX: unknown;
|
|
56673
56679
|
AL: unknown;
|
|
@@ -56771,7 +56777,6 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
56771
56777
|
HK: unknown;
|
|
56772
56778
|
HU: unknown;
|
|
56773
56779
|
IS: unknown;
|
|
56774
|
-
IN: unknown;
|
|
56775
56780
|
ID: unknown;
|
|
56776
56781
|
IR: unknown;
|
|
56777
56782
|
IQ: unknown;
|
|
@@ -63062,5 +63067,5 @@ declare const CollectDataSubjectRegions: {
|
|
|
63062
63067
|
/** Override type */
|
|
63063
63068
|
type CollectDataSubjectRegions = (typeof CollectDataSubjectRegions)[keyof typeof CollectDataSubjectRegions];
|
|
63064
63069
|
//#endregion
|
|
63065
|
-
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, CollectDataSubjectRegions, 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, DSR_BULK_ERROR_MESSAGE, DSR_ERROR_MESSAGE, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, DropListType, DsrBulkErrorCode, DsrBulkErrorMessageMap, DsrErrorCode, DsrErrorMessageMap, DsrRequestOutcome, 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, MAX_DROP_RECORDS_PER_REQUEST, MAX_UNKNOWN_DROP_RECORDS_IN_ERROR, 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, PolicyType, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, PrivacyCenterFooterLayout, 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, REQUEST_SUBMISSION_LIMIT, RegimeKey, RegionDetectionMethod, RegionsOperator, RequestAction, RequestActionObjectResolver, RequestActionOptIn, RequestActionOptOut, RequestDataSiloStatus, RequestEnricherStatus, RequestOrigin, RequestStatus, RequiredConfigurableColorPaletteColor, RestartIdentifierStrategy, RestartTimeLimitExceededMessageInput, 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, URLHostString, UiVariantStatus, UnknownDropRecordsMessageInput, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
|
|
63070
|
+
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, CollectDataSubjectRegions, 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, DROP_RECORD_ID_MAX_LENGTH, DSR_BULK_ERROR_MESSAGE, DSR_ERROR_MESSAGE, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, DropListType, DsrBulkErrorCode, DsrBulkErrorMessageMap, DsrErrorCode, DsrErrorMessageMap, DsrRequestOutcome, 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, MAX_DROP_RECORDS_PER_REQUEST, MAX_UNKNOWN_DROP_RECORDS_IN_ERROR, 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, PolicyType, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, PrivacyCenterFooterLayout, 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, REQUEST_SUBMISSION_LIMIT, RegimeKey, RegionDetectionMethod, RegionsOperator, RequestAction, RequestActionObjectResolver, RequestActionOptIn, RequestActionOptOut, RequestDataSiloStatus, RequestEnricherStatus, RequestOrigin, RequestStatus, RequiredConfigurableColorPaletteColor, RestartIdentifierStrategy, RestartTimeLimitExceededMessageInput, 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, URLHostString, UiVariantStatus, UnknownDropRecordsMessageInput, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
|
|
63066
63071
|
//# sourceMappingURL=index.d.mts.map
|