@transcend-io/privacy-types 5.9.1 → 5.10.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 +192 -50
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +131 -19
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -499,6 +499,8 @@ 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;
|
|
502
504
|
description: DataSiloAttributeImmutable;
|
|
503
505
|
title: DataSiloAttributeImmutable;
|
|
504
506
|
slug: DataSiloAttributeImmutable;
|
|
@@ -542,8 +544,6 @@ declare const DataSiloAttributeSyncColumn: {
|
|
|
542
544
|
manualWorkRetryFrequency: DataSiloAttributeImmutable;
|
|
543
545
|
externalId: DataSiloAttributeImmutable;
|
|
544
546
|
credentialsRefreshScheduledAt: DataSiloAttributeImmutable;
|
|
545
|
-
country: DataSiloAttributeImmutable;
|
|
546
|
-
countrySubDivision: DataSiloAttributeImmutable;
|
|
547
547
|
subdomain: DataSiloAttributeImmutable;
|
|
548
548
|
lastLookupProcessCreationTime: DataSiloAttributeImmutable;
|
|
549
549
|
transferRegions: DataSiloAttributeImmutable;
|
|
@@ -592,10 +592,11 @@ 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;
|
|
595
597
|
description: SubDataPointAttributeImmutable;
|
|
596
598
|
slug: SubDataPointAttributeImmutable;
|
|
597
599
|
deletedAt: SubDataPointAttributeImmutable;
|
|
598
|
-
name: SubDataPointAttributeImmutable;
|
|
599
600
|
dataPointId: SubDataPointAttributeImmutable;
|
|
600
601
|
encryptedSamplesS3Key: SubDataPointAttributeImmutable;
|
|
601
602
|
accessRequestVisibilityEnabled: SubDataPointAttributeImmutable;
|
|
@@ -614,7 +615,6 @@ declare const SubDataPointAttributeSyncColumn: {
|
|
|
614
615
|
dataType: SubDataPointAttributeImmutable;
|
|
615
616
|
encryption: SubDataPointAttributeImmutable;
|
|
616
617
|
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;
|
|
689
690
|
description: DataSubCategoryAttributeImmutable;
|
|
690
691
|
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;
|
|
719
721
|
description: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
720
722
|
slug: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
721
|
-
name: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
722
723
|
isDefault: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
723
|
-
purpose: ProcessingPurposeSubCategoryAttributeImmutable;
|
|
724
724
|
};
|
|
725
725
|
/** Type override */
|
|
726
726
|
type ProcessingPurposeSubCategoryAttributeSyncColumn = (typeof ProcessingPurposeSubCategoryAttributeSyncColumn)[keyof typeof ProcessingPurposeSubCategoryAttributeSyncColumn];
|
|
@@ -808,6 +808,7 @@ 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;
|
|
811
812
|
URL: AssessmentSyncColumnImmutable;
|
|
812
813
|
DESCRIPTION: AssessmentSyncColumnImmutable;
|
|
813
814
|
DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
@@ -868,7 +869,6 @@ declare const AssessmentSyncColumn: {
|
|
|
868
869
|
ENSURE_REQUEST_REDACTION_ENABLED: AssessmentSyncColumnImmutable;
|
|
869
870
|
LAST_CLASSIFIED_AT: AssessmentSyncColumnImmutable;
|
|
870
871
|
LAST_RUN_AT: AssessmentSyncColumnImmutable;
|
|
871
|
-
ERROR: AssessmentSyncColumnImmutable;
|
|
872
872
|
ERROR_COUNT: AssessmentSyncColumnImmutable;
|
|
873
873
|
CONTEXT: AssessmentSyncColumnImmutable;
|
|
874
874
|
CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
|
|
@@ -1746,7 +1746,6 @@ 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;
|
|
1750
1749
|
en: unknown;
|
|
1751
1750
|
ar: unknown;
|
|
1752
1751
|
fr: unknown;
|
|
@@ -1770,6 +1769,7 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
|
|
|
1770
1769
|
ms: unknown;
|
|
1771
1770
|
mr: unknown;
|
|
1772
1771
|
nb: unknown;
|
|
1772
|
+
no: unknown;
|
|
1773
1773
|
pl: unknown;
|
|
1774
1774
|
pt: unknown;
|
|
1775
1775
|
ro: unknown;
|
|
@@ -2041,7 +2041,6 @@ 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;
|
|
2045
2044
|
en: unknown;
|
|
2046
2045
|
ar: unknown;
|
|
2047
2046
|
fr: unknown;
|
|
@@ -2065,6 +2064,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2065
2064
|
ms: unknown;
|
|
2066
2065
|
mr: unknown;
|
|
2067
2066
|
nb: unknown;
|
|
2067
|
+
no: unknown;
|
|
2068
2068
|
pl: unknown;
|
|
2069
2069
|
pt: unknown;
|
|
2070
2070
|
ro: unknown;
|
|
@@ -2239,7 +2239,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2239
2239
|
}>>;
|
|
2240
2240
|
transcendUrl: t.StringC;
|
|
2241
2241
|
defaultLocale: t.KeyofC<{
|
|
2242
|
-
no: unknown;
|
|
2243
2242
|
en: unknown;
|
|
2244
2243
|
ar: unknown;
|
|
2245
2244
|
fr: unknown;
|
|
@@ -2263,6 +2262,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2263
2262
|
ms: unknown;
|
|
2264
2263
|
mr: unknown;
|
|
2265
2264
|
nb: unknown;
|
|
2265
|
+
no: unknown;
|
|
2266
2266
|
pl: unknown;
|
|
2267
2267
|
pt: unknown;
|
|
2268
2268
|
ro: unknown;
|
|
@@ -2487,7 +2487,6 @@ 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;
|
|
2491
2490
|
en: unknown;
|
|
2492
2491
|
ar: unknown;
|
|
2493
2492
|
fr: unknown;
|
|
@@ -2511,6 +2510,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2511
2510
|
ms: unknown;
|
|
2512
2511
|
mr: unknown;
|
|
2513
2512
|
nb: unknown;
|
|
2513
|
+
no: unknown;
|
|
2514
2514
|
pl: unknown;
|
|
2515
2515
|
pt: unknown;
|
|
2516
2516
|
ro: unknown;
|
|
@@ -2685,7 +2685,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2685
2685
|
}>>;
|
|
2686
2686
|
transcendUrl: t.StringC;
|
|
2687
2687
|
defaultLocale: t.KeyofC<{
|
|
2688
|
-
no: unknown;
|
|
2689
2688
|
en: unknown;
|
|
2690
2689
|
ar: unknown;
|
|
2691
2690
|
fr: unknown;
|
|
@@ -2709,6 +2708,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2709
2708
|
ms: unknown;
|
|
2710
2709
|
mr: unknown;
|
|
2711
2710
|
nb: unknown;
|
|
2711
|
+
no: unknown;
|
|
2712
2712
|
pl: unknown;
|
|
2713
2713
|
pt: unknown;
|
|
2714
2714
|
ro: unknown;
|
|
@@ -2935,7 +2935,6 @@ 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;
|
|
2939
2938
|
en: unknown;
|
|
2940
2939
|
ar: unknown;
|
|
2941
2940
|
fr: unknown;
|
|
@@ -2959,6 +2958,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2959
2958
|
ms: unknown;
|
|
2960
2959
|
mr: unknown;
|
|
2961
2960
|
nb: unknown;
|
|
2961
|
+
no: unknown;
|
|
2962
2962
|
pl: unknown;
|
|
2963
2963
|
pt: unknown;
|
|
2964
2964
|
ro: unknown;
|
|
@@ -3133,7 +3133,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3133
3133
|
}>>;
|
|
3134
3134
|
transcendUrl: t.StringC;
|
|
3135
3135
|
defaultLocale: t.KeyofC<{
|
|
3136
|
-
no: unknown;
|
|
3137
3136
|
en: unknown;
|
|
3138
3137
|
ar: unknown;
|
|
3139
3138
|
fr: unknown;
|
|
@@ -3157,6 +3156,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3157
3156
|
ms: unknown;
|
|
3158
3157
|
mr: unknown;
|
|
3159
3158
|
nb: unknown;
|
|
3159
|
+
no: unknown;
|
|
3160
3160
|
pl: unknown;
|
|
3161
3161
|
pt: unknown;
|
|
3162
3162
|
ro: unknown;
|
|
@@ -3918,7 +3918,6 @@ 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;
|
|
3922
3921
|
en: unknown;
|
|
3923
3922
|
ar: unknown;
|
|
3924
3923
|
fr: unknown;
|
|
@@ -3942,6 +3941,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3942
3941
|
ms: unknown;
|
|
3943
3942
|
mr: unknown;
|
|
3944
3943
|
nb: unknown;
|
|
3944
|
+
no: unknown;
|
|
3945
3945
|
pl: unknown;
|
|
3946
3946
|
pt: unknown;
|
|
3947
3947
|
ro: unknown;
|
|
@@ -5692,7 +5692,6 @@ 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;
|
|
5696
5695
|
en: unknown;
|
|
5697
5696
|
ar: unknown;
|
|
5698
5697
|
fr: unknown;
|
|
@@ -5716,6 +5715,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5716
5715
|
ms: unknown;
|
|
5717
5716
|
mr: unknown;
|
|
5718
5717
|
nb: unknown;
|
|
5718
|
+
no: unknown;
|
|
5719
5719
|
pl: unknown;
|
|
5720
5720
|
pt: unknown;
|
|
5721
5721
|
ro: unknown;
|
|
@@ -5890,7 +5890,6 @@ 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;
|
|
5894
5893
|
en: unknown;
|
|
5895
5894
|
ar: unknown;
|
|
5896
5895
|
fr: unknown;
|
|
@@ -5914,6 +5913,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5914
5913
|
ms: unknown;
|
|
5915
5914
|
mr: unknown;
|
|
5916
5915
|
nb: unknown;
|
|
5916
|
+
no: unknown;
|
|
5917
5917
|
pl: unknown;
|
|
5918
5918
|
pt: unknown;
|
|
5919
5919
|
ro: unknown;
|
|
@@ -6251,7 +6251,6 @@ 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;
|
|
6255
6254
|
en: unknown;
|
|
6256
6255
|
ar: unknown;
|
|
6257
6256
|
fr: unknown;
|
|
@@ -6275,6 +6274,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6275
6274
|
ms: unknown;
|
|
6276
6275
|
mr: unknown;
|
|
6277
6276
|
nb: unknown;
|
|
6277
|
+
no: unknown;
|
|
6278
6278
|
pl: unknown;
|
|
6279
6279
|
pt: unknown;
|
|
6280
6280
|
ro: unknown;
|
|
@@ -6449,7 +6449,6 @@ 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;
|
|
6453
6452
|
en: unknown;
|
|
6454
6453
|
ar: unknown;
|
|
6455
6454
|
fr: unknown;
|
|
@@ -6473,6 +6472,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6473
6472
|
ms: unknown;
|
|
6474
6473
|
mr: unknown;
|
|
6475
6474
|
nb: unknown;
|
|
6475
|
+
no: unknown;
|
|
6476
6476
|
pl: unknown;
|
|
6477
6477
|
pt: unknown;
|
|
6478
6478
|
ro: unknown;
|
|
@@ -6701,7 +6701,6 @@ 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;
|
|
6705
6704
|
en: unknown;
|
|
6706
6705
|
ar: unknown;
|
|
6707
6706
|
fr: unknown;
|
|
@@ -6725,6 +6724,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6725
6724
|
ms: unknown;
|
|
6726
6725
|
mr: unknown;
|
|
6727
6726
|
nb: unknown;
|
|
6727
|
+
no: unknown;
|
|
6728
6728
|
pl: unknown;
|
|
6729
6729
|
pt: unknown;
|
|
6730
6730
|
ro: unknown;
|
|
@@ -6899,7 +6899,6 @@ 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;
|
|
6903
6902
|
en: unknown;
|
|
6904
6903
|
ar: unknown;
|
|
6905
6904
|
fr: unknown;
|
|
@@ -6923,6 +6922,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6923
6922
|
ms: unknown;
|
|
6924
6923
|
mr: unknown;
|
|
6925
6924
|
nb: unknown;
|
|
6925
|
+
no: unknown;
|
|
6926
6926
|
pl: unknown;
|
|
6927
6927
|
pt: unknown;
|
|
6928
6928
|
ro: unknown;
|
|
@@ -7153,7 +7153,6 @@ 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;
|
|
7157
7156
|
en: unknown;
|
|
7158
7157
|
ar: unknown;
|
|
7159
7158
|
fr: unknown;
|
|
@@ -7177,6 +7176,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7177
7176
|
ms: unknown;
|
|
7178
7177
|
mr: unknown;
|
|
7179
7178
|
nb: unknown;
|
|
7179
|
+
no: unknown;
|
|
7180
7180
|
pl: unknown;
|
|
7181
7181
|
pt: unknown;
|
|
7182
7182
|
ro: unknown;
|
|
@@ -7351,7 +7351,6 @@ 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;
|
|
7355
7354
|
en: unknown;
|
|
7356
7355
|
ar: unknown;
|
|
7357
7356
|
fr: unknown;
|
|
@@ -7375,6 +7374,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7375
7374
|
ms: unknown;
|
|
7376
7375
|
mr: unknown;
|
|
7377
7376
|
nb: unknown;
|
|
7377
|
+
no: unknown;
|
|
7378
7378
|
pl: unknown;
|
|
7379
7379
|
pt: unknown;
|
|
7380
7380
|
ro: unknown;
|
|
@@ -7654,7 +7654,6 @@ 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;
|
|
7658
7657
|
en: unknown;
|
|
7659
7658
|
ar: unknown;
|
|
7660
7659
|
fr: unknown;
|
|
@@ -7678,6 +7677,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7678
7677
|
ms: unknown;
|
|
7679
7678
|
mr: unknown;
|
|
7680
7679
|
nb: unknown;
|
|
7680
|
+
no: unknown;
|
|
7681
7681
|
pl: unknown;
|
|
7682
7682
|
pt: unknown;
|
|
7683
7683
|
ro: unknown;
|
|
@@ -7852,7 +7852,6 @@ 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;
|
|
7856
7855
|
en: unknown;
|
|
7857
7856
|
ar: unknown;
|
|
7858
7857
|
fr: unknown;
|
|
@@ -7876,6 +7875,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7876
7875
|
ms: unknown;
|
|
7877
7876
|
mr: unknown;
|
|
7878
7877
|
nb: unknown;
|
|
7878
|
+
no: unknown;
|
|
7879
7879
|
pl: unknown;
|
|
7880
7880
|
pt: unknown;
|
|
7881
7881
|
ro: unknown;
|
|
@@ -8100,7 +8100,6 @@ 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;
|
|
8104
8103
|
en: unknown;
|
|
8105
8104
|
ar: unknown;
|
|
8106
8105
|
fr: unknown;
|
|
@@ -8124,6 +8123,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8124
8123
|
ms: unknown;
|
|
8125
8124
|
mr: unknown;
|
|
8126
8125
|
nb: unknown;
|
|
8126
|
+
no: unknown;
|
|
8127
8127
|
pl: unknown;
|
|
8128
8128
|
pt: unknown;
|
|
8129
8129
|
ro: unknown;
|
|
@@ -8298,7 +8298,6 @@ 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;
|
|
8302
8301
|
en: unknown;
|
|
8303
8302
|
ar: unknown;
|
|
8304
8303
|
fr: unknown;
|
|
@@ -8322,6 +8321,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8322
8321
|
ms: unknown;
|
|
8323
8322
|
mr: unknown;
|
|
8324
8323
|
nb: unknown;
|
|
8324
|
+
no: unknown;
|
|
8325
8325
|
pl: unknown;
|
|
8326
8326
|
pt: unknown;
|
|
8327
8327
|
ro: unknown;
|
|
@@ -8548,7 +8548,6 @@ 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;
|
|
8552
8551
|
en: unknown;
|
|
8553
8552
|
ar: unknown;
|
|
8554
8553
|
fr: unknown;
|
|
@@ -8572,6 +8571,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8572
8571
|
ms: unknown;
|
|
8573
8572
|
mr: unknown;
|
|
8574
8573
|
nb: unknown;
|
|
8574
|
+
no: unknown;
|
|
8575
8575
|
pl: unknown;
|
|
8576
8576
|
pt: unknown;
|
|
8577
8577
|
ro: unknown;
|
|
@@ -8746,7 +8746,6 @@ 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;
|
|
8750
8749
|
en: unknown;
|
|
8751
8750
|
ar: unknown;
|
|
8752
8751
|
fr: unknown;
|
|
@@ -8770,6 +8769,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8770
8769
|
ms: unknown;
|
|
8771
8770
|
mr: unknown;
|
|
8772
8771
|
nb: unknown;
|
|
8772
|
+
no: unknown;
|
|
8773
8773
|
pl: unknown;
|
|
8774
8774
|
pt: unknown;
|
|
8775
8775
|
ro: unknown;
|
|
@@ -9189,28 +9189,170 @@ declare const DropListType: {
|
|
|
9189
9189
|
/** Type override */
|
|
9190
9190
|
type DropListType = (typeof DropListType)[keyof typeof DropListType];
|
|
9191
9191
|
//#endregion
|
|
9192
|
+
//#region src/dsrBulkErrorCode.d.ts
|
|
9193
|
+
/**
|
|
9194
|
+
* Stable, machine-readable error codes for bulk submission failures that apply
|
|
9195
|
+
* to the call as a whole rather than a single `input[]` item.
|
|
9196
|
+
*
|
|
9197
|
+
* Surfaced on `POST /v1/data-subject-request-bulk` when the payload or its
|
|
9198
|
+
* preconditions are invalid before per-input processing completes.
|
|
9199
|
+
*/
|
|
9200
|
+
declare const DsrBulkErrorCode: {
|
|
9201
|
+
/** The bulk submission included no request inputs. */NoInputsProvided: "NO_INPUTS_PROVIDED"; /** The bulk submission exceeds the maximum number of inputs. */
|
|
9202
|
+
SubmissionLimitExceeded: "SUBMISSION_LIMIT_EXCEEDED"; /** The bulk submission mixed inputs with and without a pre-generated CEK context. */
|
|
9203
|
+
MixedCekContext: "MIXED_CEK_CONTEXT";
|
|
9204
|
+
/**
|
|
9205
|
+
* The required Diffie-Hellman encrypted payload was missing. Whether `dhEncrypted`
|
|
9206
|
+
* is required depends on the entire input set — it is required only when at least
|
|
9207
|
+
* one input is missing a pre-generated `encryptedCEKContext`.
|
|
9208
|
+
*/
|
|
9209
|
+
DhContextRequired: "DH_CONTEXT_REQUIRED";
|
|
9210
|
+
/**
|
|
9211
|
+
* A concurrent DROP submission won the `dropRunId` unique-index idempotency race
|
|
9212
|
+
* during bulk create. The retry loop cannot determine which input lost, so no
|
|
9213
|
+
* input index can be attributed.
|
|
9214
|
+
*/
|
|
9215
|
+
ConcurrentSubmissionConflict: "CONCURRENT_SUBMISSION_CONFLICT";
|
|
9216
|
+
};
|
|
9217
|
+
/** Type override */
|
|
9218
|
+
type DsrBulkErrorCode = (typeof DsrBulkErrorCode)[keyof typeof DsrBulkErrorCode];
|
|
9219
|
+
//#endregion
|
|
9220
|
+
//#region src/dsrBulkErrorMessage.d.ts
|
|
9221
|
+
/** Canonical message builder for each {@link DsrBulkErrorCode}. */
|
|
9222
|
+
type DsrBulkErrorMessageMap = {
|
|
9223
|
+
[DsrBulkErrorCode.NoInputsProvided]: () => string;
|
|
9224
|
+
[DsrBulkErrorCode.SubmissionLimitExceeded]: () => string;
|
|
9225
|
+
[DsrBulkErrorCode.MixedCekContext]: () => string;
|
|
9226
|
+
[DsrBulkErrorCode.DhContextRequired]: () => string;
|
|
9227
|
+
[DsrBulkErrorCode.ConcurrentSubmissionConflict]: () => string;
|
|
9228
|
+
};
|
|
9229
|
+
/**
|
|
9230
|
+
* Canonical bulk-call DSR submission error messages.
|
|
9231
|
+
*
|
|
9232
|
+
* Each {@link DsrBulkErrorCode} has exactly one builder for failures that apply
|
|
9233
|
+
* to the submission as a whole. These currently surface as HTTP 400 bad-request
|
|
9234
|
+
* validation failures, so no separate status map is exported.
|
|
9235
|
+
*/
|
|
9236
|
+
declare const DSR_BULK_ERROR_MESSAGE: {
|
|
9237
|
+
readonly NO_INPUTS_PROVIDED: () => string;
|
|
9238
|
+
readonly SUBMISSION_LIMIT_EXCEEDED: () => string;
|
|
9239
|
+
readonly MIXED_CEK_CONTEXT: () => string;
|
|
9240
|
+
readonly DH_CONTEXT_REQUIRED: () => string;
|
|
9241
|
+
readonly CONCURRENT_SUBMISSION_CONFLICT: () => string;
|
|
9242
|
+
};
|
|
9243
|
+
//#endregion
|
|
9192
9244
|
//#region src/dsrErrorCode.d.ts
|
|
9193
9245
|
/**
|
|
9194
|
-
* Stable, machine-readable error codes for
|
|
9195
|
-
* (`POST /v1/data-subject-request-bulk`).
|
|
9246
|
+
* Stable, machine-readable error codes for a single bulk submission input
|
|
9247
|
+
* (`POST /v1/data-subject-request-bulk` `input[]` item).
|
|
9196
9248
|
*
|
|
9197
|
-
*
|
|
9198
|
-
*
|
|
9249
|
+
* Returned on one failed input so callers can branch without parsing the error
|
|
9250
|
+
* message. Failures about the bulk call as a whole use {@link DsrBulkErrorCode}.
|
|
9199
9251
|
*/
|
|
9200
9252
|
declare const DsrErrorCode: {
|
|
9201
|
-
/**
|
|
9202
|
-
|
|
9253
|
+
/** This request has an invalid or missing workflowConfigId. */InvalidWorkflowConfigId: "INVALID_WORKFLOW_CONFIG_ID"; /** This request is missing a core identifier. */
|
|
9254
|
+
MissingCoreIdentifier: "MISSING_CORE_IDENTIFIER"; /** A restart was requested for a request ID that does not exist. */
|
|
9203
9255
|
RestartRequestNotFound: "RESTART_REQUEST_NOT_FOUND"; /** A restart was requested for a request closed beyond the org's time limit. */
|
|
9204
|
-
RestartTimeLimitExceeded: "RESTART_TIME_LIMIT_EXCEEDED"; /** The
|
|
9205
|
-
|
|
9206
|
-
|
|
9207
|
-
|
|
9208
|
-
|
|
9209
|
-
|
|
9256
|
+
RestartTimeLimitExceeded: "RESTART_TIME_LIMIT_EXCEEDED"; /** The referenced receipt email template does not exist. */
|
|
9257
|
+
ReceiptTemplateNotFound: "RECEIPT_TEMPLATE_NOT_FOUND"; /** DROP linkage identifiers on this request do not cover the required identifier types. */
|
|
9258
|
+
DropIdentifierCoverageMismatch: "DROP_IDENTIFIER_COVERAGE_MISMATCH"; /** The same DROP record was claimed more than once on this request. */
|
|
9259
|
+
DuplicateDropRecords: "DUPLICATE_DROP_RECORDS"; /** This request's DROP identifiers conflict with another input sharing a dropRunId idempotency key. */
|
|
9260
|
+
InBatchDropIdempotencyKeyCollision: "IN_BATCH_DROP_IDEMPOTENCY_KEY_COLLISION"; /** This request's `dropRecords` was provided without a `dropRunId`. */
|
|
9261
|
+
DropRecordsRequireDropRunId: "DROP_RECORDS_REQUIRE_DROP_RUN_ID"; /** This request exceeds the per-request DROP record link limit. */
|
|
9262
|
+
MaxDropRecordsPerRequestExceeded: "MAX_DROP_RECORDS_PER_REQUEST_EXCEEDED"; /** One or more DROP records on this request are not part of the run's CPPA download. */
|
|
9263
|
+
UnknownDropRecords: "UNKNOWN_DROP_RECORDS"; /** The DROP run referenced by this request does not exist. */
|
|
9264
|
+
DropRunNotFound: "DROP_RUN_NOT_FOUND";
|
|
9210
9265
|
};
|
|
9211
9266
|
/** Type override */
|
|
9212
9267
|
type DsrErrorCode = (typeof DsrErrorCode)[keyof typeof DsrErrorCode];
|
|
9213
9268
|
//#endregion
|
|
9269
|
+
//#region src/dsrErrorMessage.d.ts
|
|
9270
|
+
/**
|
|
9271
|
+
* Maximum CPPA DROP records that can be linked to a single DSR at submission
|
|
9272
|
+
* time.
|
|
9273
|
+
*/
|
|
9274
|
+
declare const MAX_DROP_RECORDS_PER_REQUEST = 500;
|
|
9275
|
+
/**
|
|
9276
|
+
* Maximum number of requests that can be submitted at once in a bulk
|
|
9277
|
+
* operation.
|
|
9278
|
+
*/
|
|
9279
|
+
declare const REQUEST_SUBMISSION_LIMIT = 100;
|
|
9280
|
+
/**
|
|
9281
|
+
* Maximum unknown DROP records named in an {@link DsrErrorCode.UnknownDropRecords}
|
|
9282
|
+
* error message before truncating with an "and N more" suffix.
|
|
9283
|
+
*/
|
|
9284
|
+
declare const MAX_UNKNOWN_DROP_RECORDS_IN_ERROR = 20;
|
|
9285
|
+
/** Inputs for the {@link DsrErrorCode.RestartTimeLimitExceeded} message builder. */
|
|
9286
|
+
interface RestartTimeLimitExceededMessageInput {
|
|
9287
|
+
/** Days since the request's status last changed */
|
|
9288
|
+
daysSinceLastTransition: number;
|
|
9289
|
+
/** Organization-configured restart time limit in days */
|
|
9290
|
+
restartTimeLimitDays: number;
|
|
9291
|
+
}
|
|
9292
|
+
/** Inputs for the {@link DsrErrorCode.UnknownDropRecords} message builder. */
|
|
9293
|
+
interface UnknownDropRecordsMessageInput {
|
|
9294
|
+
/** DROP record identifier from the submission payload */
|
|
9295
|
+
dropRecordId: string;
|
|
9296
|
+
/** DROP list type for the referenced record */
|
|
9297
|
+
dropListType: DropListType;
|
|
9298
|
+
}
|
|
9299
|
+
/** Canonical message builder for each {@link DsrErrorCode}. */
|
|
9300
|
+
type DsrErrorMessageMap = {
|
|
9301
|
+
[DsrErrorCode.InvalidWorkflowConfigId]: () => string;
|
|
9302
|
+
[DsrErrorCode.MissingCoreIdentifier]: () => string;
|
|
9303
|
+
[DsrErrorCode.RestartRequestNotFound]: () => string;
|
|
9304
|
+
[DsrErrorCode.RestartTimeLimitExceeded]: (input: RestartTimeLimitExceededMessageInput) => string;
|
|
9305
|
+
[DsrErrorCode.ReceiptTemplateNotFound]: (templateId: string) => string;
|
|
9306
|
+
[DsrErrorCode.DropIdentifierCoverageMismatch]: () => string;
|
|
9307
|
+
[DsrErrorCode.DuplicateDropRecords]: () => string;
|
|
9308
|
+
[DsrErrorCode.InBatchDropIdempotencyKeyCollision]: () => string;
|
|
9309
|
+
[DsrErrorCode.DropRecordsRequireDropRunId]: () => string;
|
|
9310
|
+
[DsrErrorCode.MaxDropRecordsPerRequestExceeded]: () => string;
|
|
9311
|
+
[DsrErrorCode.UnknownDropRecords]: (records: readonly UnknownDropRecordsMessageInput[]) => string;
|
|
9312
|
+
[DsrErrorCode.DropRunNotFound]: (dropRunId: string) => string;
|
|
9313
|
+
};
|
|
9314
|
+
/**
|
|
9315
|
+
* Canonical per-input DSR bulk submission error messages.
|
|
9316
|
+
*
|
|
9317
|
+
* Each {@link DsrErrorCode} has exactly one builder; call
|
|
9318
|
+
* `DSR_ERROR_MESSAGE[code](...)` to render the runtime string for one failed
|
|
9319
|
+
* `input[]` item. Per-input errors currently surface as HTTP 400 bad-request
|
|
9320
|
+
* validation failures.
|
|
9321
|
+
*/
|
|
9322
|
+
declare const DSR_ERROR_MESSAGE: {
|
|
9323
|
+
readonly INVALID_WORKFLOW_CONFIG_ID: () => string;
|
|
9324
|
+
readonly MISSING_CORE_IDENTIFIER: () => string;
|
|
9325
|
+
readonly RESTART_REQUEST_NOT_FOUND: () => string;
|
|
9326
|
+
readonly RESTART_TIME_LIMIT_EXCEEDED: ({
|
|
9327
|
+
daysSinceLastTransition,
|
|
9328
|
+
restartTimeLimitDays
|
|
9329
|
+
}: RestartTimeLimitExceededMessageInput) => string;
|
|
9330
|
+
readonly RECEIPT_TEMPLATE_NOT_FOUND: (templateId: string) => string;
|
|
9331
|
+
readonly DROP_IDENTIFIER_COVERAGE_MISMATCH: () => string;
|
|
9332
|
+
readonly DUPLICATE_DROP_RECORDS: () => string;
|
|
9333
|
+
readonly IN_BATCH_DROP_IDEMPOTENCY_KEY_COLLISION: () => string;
|
|
9334
|
+
readonly DROP_RECORDS_REQUIRE_DROP_RUN_ID: () => string;
|
|
9335
|
+
readonly MAX_DROP_RECORDS_PER_REQUEST_EXCEEDED: () => string;
|
|
9336
|
+
readonly UNKNOWN_DROP_RECORDS: (records: readonly UnknownDropRecordsMessageInput[]) => string;
|
|
9337
|
+
readonly DROP_RUN_NOT_FOUND: (dropRunId: string) => string;
|
|
9338
|
+
};
|
|
9339
|
+
//#endregion
|
|
9340
|
+
//#region src/dsrRequestOutcome.d.ts
|
|
9341
|
+
/**
|
|
9342
|
+
* Per-input outcome for `POST /v1/data-subject-request-bulk` responses.
|
|
9343
|
+
*
|
|
9344
|
+
* Returned on successful bulk submissions so callers can branch without parsing
|
|
9345
|
+
* error messages. Failures continue to use {@link DsrErrorCode}.
|
|
9346
|
+
*/
|
|
9347
|
+
declare const DsrRequestOutcome: {
|
|
9348
|
+
/** A new request was created. */Created: "CREATED"; /** An equivalent open request already exists for this submission. */
|
|
9349
|
+
AlreadyOpen: "ALREADY_OPEN"; /** DROP records were linked to an existing request without creating a new one. */
|
|
9350
|
+
DropRecordsLinked: "DROP_RECORDS_LINKED"; /** An existing request was restarted. */
|
|
9351
|
+
Restarted: "RESTARTED";
|
|
9352
|
+
};
|
|
9353
|
+
/** Type override */
|
|
9354
|
+
type DsrRequestOutcome = (typeof DsrRequestOutcome)[keyof typeof DsrRequestOutcome];
|
|
9355
|
+
//#endregion
|
|
9214
9356
|
//#region src/enricher.d.ts
|
|
9215
9357
|
/**
|
|
9216
9358
|
* Enrichers that are a bit more freeform, as in they can take in arbitrary inputs
|
|
@@ -35575,7 +35717,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
35575
35717
|
}>; /** The time that the privacy request was created */
|
|
35576
35718
|
requestCreatedAt: t.StringC; /** The language key for the privacy request */
|
|
35577
35719
|
requestLocale: t.KeyofC<{
|
|
35578
|
-
no: unknown;
|
|
35579
35720
|
en: unknown;
|
|
35580
35721
|
ar: unknown;
|
|
35581
35722
|
fr: unknown;
|
|
@@ -35599,6 +35740,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
35599
35740
|
ms: unknown;
|
|
35600
35741
|
mr: unknown;
|
|
35601
35742
|
nb: unknown;
|
|
35743
|
+
no: unknown;
|
|
35602
35744
|
pl: unknown;
|
|
35603
35745
|
pt: unknown;
|
|
35604
35746
|
ro: unknown;
|
|
@@ -41211,8 +41353,8 @@ declare enum PromptRunProductArea {
|
|
|
41211
41353
|
}
|
|
41212
41354
|
declare const ChatCompletionMessage: t.TypeC<{
|
|
41213
41355
|
role: t.KeyofC<{
|
|
41214
|
-
user: unknown;
|
|
41215
41356
|
system: unknown;
|
|
41357
|
+
user: unknown;
|
|
41216
41358
|
assistant: unknown;
|
|
41217
41359
|
}>;
|
|
41218
41360
|
content: t.StringC;
|
|
@@ -45532,8 +45674,8 @@ type PreferenceStoreIdentifier = t.TypeOf<typeof PreferenceStoreIdentifier>;
|
|
|
45532
45674
|
*/
|
|
45533
45675
|
declare const PreferenceStoreSystemAttributes: t.IntersectionC<[t.TypeC<{
|
|
45534
45676
|
/** The decrypted status of the record */decryptionStatus: t.KeyofC<{
|
|
45535
|
-
ERROR: unknown;
|
|
45536
45677
|
DECRYPTED: unknown;
|
|
45678
|
+
ERROR: unknown;
|
|
45537
45679
|
}>;
|
|
45538
45680
|
}>, t.PartialC<{
|
|
45539
45681
|
/** updated timestamp on the db record */updatedAt: t.StringC;
|
|
@@ -45596,8 +45738,8 @@ declare const PreferenceQueryResponseItem: t.IntersectionC<[t.TypeC<{
|
|
|
45596
45738
|
}>, t.TypeC<{
|
|
45597
45739
|
/** The system attributes of the record */system: t.IntersectionC<[t.TypeC<{
|
|
45598
45740
|
/** The decrypted status of the record */decryptionStatus: t.KeyofC<{
|
|
45599
|
-
ERROR: unknown;
|
|
45600
45741
|
DECRYPTED: unknown;
|
|
45742
|
+
ERROR: unknown;
|
|
45601
45743
|
}>;
|
|
45602
45744
|
}>, t.PartialC<{
|
|
45603
45745
|
/** updated timestamp on the db record */updatedAt: t.StringC;
|
|
@@ -45658,7 +45800,6 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
45658
45800
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
45659
45801
|
region: t.PartialC<{
|
|
45660
45802
|
/** The country ISO code */country: t.KeyofC<{
|
|
45661
|
-
IN: unknown;
|
|
45662
45803
|
AF: unknown;
|
|
45663
45804
|
AX: unknown;
|
|
45664
45805
|
AL: unknown;
|
|
@@ -45762,6 +45903,7 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
45762
45903
|
HK: unknown;
|
|
45763
45904
|
HU: unknown;
|
|
45764
45905
|
IS: unknown;
|
|
45906
|
+
IN: unknown;
|
|
45765
45907
|
ID: unknown;
|
|
45766
45908
|
IR: unknown;
|
|
45767
45909
|
IQ: unknown;
|
|
@@ -51088,7 +51230,6 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
51088
51230
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
51089
51231
|
region: t.PartialC<{
|
|
51090
51232
|
/** The country ISO code */country: t.KeyofC<{
|
|
51091
|
-
IN: unknown;
|
|
51092
51233
|
AF: unknown;
|
|
51093
51234
|
AX: unknown;
|
|
51094
51235
|
AL: unknown;
|
|
@@ -51192,6 +51333,7 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
51192
51333
|
HK: unknown;
|
|
51193
51334
|
HU: unknown;
|
|
51194
51335
|
IS: unknown;
|
|
51336
|
+
IN: unknown;
|
|
51195
51337
|
ID: unknown;
|
|
51196
51338
|
IR: unknown;
|
|
51197
51339
|
IQ: unknown;
|
|
@@ -56526,7 +56668,6 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
56526
56668
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
56527
56669
|
region: t.PartialC<{
|
|
56528
56670
|
/** The country ISO code */country: t.KeyofC<{
|
|
56529
|
-
IN: unknown;
|
|
56530
56671
|
AF: unknown;
|
|
56531
56672
|
AX: unknown;
|
|
56532
56673
|
AL: unknown;
|
|
@@ -56630,6 +56771,7 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
56630
56771
|
HK: unknown;
|
|
56631
56772
|
HU: unknown;
|
|
56632
56773
|
IS: unknown;
|
|
56774
|
+
IN: unknown;
|
|
56633
56775
|
ID: unknown;
|
|
56634
56776
|
IR: unknown;
|
|
56635
56777
|
IQ: unknown;
|
|
@@ -62920,5 +63062,5 @@ declare const CollectDataSubjectRegions: {
|
|
|
62920
63062
|
/** Override type */
|
|
62921
63063
|
type CollectDataSubjectRegions = (typeof CollectDataSubjectRegions)[keyof typeof CollectDataSubjectRegions];
|
|
62922
63064
|
//#endregion
|
|
62923
|
-
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, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSubCategoryAttribute, DataSubCategoryAttributeSyncColumn, DatabaseDriver, DatabaseIntegration, DatabaseSqlVariablesForPrivacyRequest, DatabaseVariables, DecryptionStatus, DefaultConsentOption, DefaultDataSubCategoryType, DefaultPurposeSubCategoryType, DescriptionTextTheme, DropListType, DsrErrorCode, 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, 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, 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, URLHostString, UiVariantStatus, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
|
|
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 };
|
|
62924
63066
|
//# sourceMappingURL=index.d.mts.map
|