@transcend-io/privacy-types 5.16.0 → 5.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +89 -27
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +25 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -499,19 +499,17 @@ type DataSiloAttribute = (typeof DataSiloAttribute)[keyof typeof DataSiloAttribu
|
|
|
499
499
|
type DataSiloAttributeImmutable = 'CONNECT_START_TIME' | 'CONNECTION_STATE' | 'CONTACT_EMAIL' | 'CONTACT_NAME' | 'COUNTRY' | 'COUNTRY_SUB_DIVISION' | 'CREDENTIALS_REFRESH_SCHEDULED_AT' | 'DATA_PROCESSING_AGREEMENT_LINK' | 'DATA_PROCESSING_AGREEMENT_STATUS' | 'DATA_RETENTION_NOTE' | 'DEFAULT_ACCESS_REQUEST_VISIBILITY' | 'DELETED_AT' | 'DEPRECATION_STATE' | 'DESCRIPTION' | 'EMAIL_SENDING_LOCK' | 'EXPIRED_AT' | 'EXTERNAL_ID' | 'HAS_PERSONAL_DATA' | 'HEADERS' | 'IS_LIVE' | 'LAST_CONNECTED_AT' | 'LAST_ENABLED_AT' | 'LAST_LOOKUP_PROCESS_CREATION_TIME' | 'MANUAL_WORK_RETRY_FREQUENCY' | 'MANUAL_WORK_RETRY_START_AT' | 'NOTES' | 'NOTIFY_EMAIL_ADDRESS' | 'NOTIFY_WEBHOOK_URL' | 'OUTER_TYPE' | 'PLAINTEXT_CONTEXT' | 'PROMPT_A_VENDOR_EMAIL_COMPLETION_LINK_TYPE' | 'PROMPT_A_VENDOR_EMAIL_INCLUDE_IDENTIFIERS_ATTACHMENT' | 'PROMPT_A_VENDOR_EMAIL_SCHEDULED_AT' | 'PROMPT_A_VENDOR_EMAIL_SEND_FREQUENCY' | 'PROMPT_A_VENDOR_EMAIL_SEND_TYPE' | 'PROMPT_A_VENDOR_EMAIL_START_AT' | 'RECOMMENDED_FOR_CONSENT' | 'RECOMMENDED_FOR_PRIVACY' | 'RECONNECT_FORM_ITEMS' | 'SAAS_CONTEXT' | 'SECRET_HEADERS' | 'SLUG' | 'SUBDOMAIN' | 'TITLE' | 'TYPE' | 'URL' | 'WEBSITE_URL' | 'TRANSFER_REGIONS' | 'CONTROLLERSHIPS' | 'CUSTOM_SILO_CONNECTION_STRATEGY';
|
|
500
500
|
/** The value of AssessmentQuestion's syncColumn that stands for DataSilo column */
|
|
501
501
|
declare const DataSiloAttributeSyncColumn: {
|
|
502
|
-
url: DataSiloAttributeImmutable;
|
|
503
|
-
slug: DataSiloAttributeImmutable;
|
|
504
502
|
description: DataSiloAttributeImmutable;
|
|
505
|
-
type: DataSiloAttributeImmutable;
|
|
506
|
-
country: DataSiloAttributeImmutable;
|
|
507
|
-
countrySubDivision: DataSiloAttributeImmutable;
|
|
508
503
|
title: DataSiloAttributeImmutable;
|
|
504
|
+
slug: DataSiloAttributeImmutable;
|
|
509
505
|
connectionState: DataSiloAttributeImmutable;
|
|
506
|
+
type: DataSiloAttributeImmutable;
|
|
510
507
|
outerType: DataSiloAttributeImmutable;
|
|
511
508
|
connectStartTime: DataSiloAttributeImmutable;
|
|
512
509
|
reconnectFormItems: DataSiloAttributeImmutable;
|
|
513
510
|
recommendedForPrivacy: DataSiloAttributeImmutable;
|
|
514
511
|
recommendedForConsent: DataSiloAttributeImmutable;
|
|
512
|
+
url: DataSiloAttributeImmutable;
|
|
515
513
|
websiteUrl: DataSiloAttributeImmutable;
|
|
516
514
|
headers: DataSiloAttributeImmutable;
|
|
517
515
|
plaintextContext: 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,18 +592,17 @@ declare const SubDataPointAttribute: {
|
|
|
592
592
|
type SubDataPointAttribute = (typeof SubDataPointAttribute)[keyof typeof SubDataPointAttribute];
|
|
593
593
|
/** The value of AssessmentQuestion's syncColumn that stands for SubDataPoint column */
|
|
594
594
|
declare const SubDataPointAttributeSyncColumn: {
|
|
595
|
-
name: SubDataPointAttributeImmutable;
|
|
596
|
-
slug: SubDataPointAttributeImmutable;
|
|
597
595
|
description: SubDataPointAttributeImmutable;
|
|
598
|
-
|
|
599
|
-
error: SubDataPointAttributeImmutable;
|
|
596
|
+
slug: SubDataPointAttributeImmutable;
|
|
600
597
|
deletedAt: SubDataPointAttributeImmutable;
|
|
598
|
+
name: SubDataPointAttributeImmutable;
|
|
601
599
|
dataPointId: SubDataPointAttributeImmutable;
|
|
602
600
|
encryptedSamplesS3Key: SubDataPointAttributeImmutable;
|
|
603
601
|
accessRequestVisibilityEnabled: SubDataPointAttributeImmutable;
|
|
604
602
|
erasureRequestRedactionEnabled: SubDataPointAttributeImmutable;
|
|
605
603
|
lastClassifiedAt: SubDataPointAttributeImmutable;
|
|
606
604
|
lastRunAt: SubDataPointAttributeImmutable;
|
|
605
|
+
error: SubDataPointAttributeImmutable;
|
|
607
606
|
errorCount: SubDataPointAttributeImmutable;
|
|
608
607
|
context: SubDataPointAttributeImmutable;
|
|
609
608
|
contentClassificationStatus: 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 */
|
|
@@ -648,9 +648,9 @@ declare const VendorAttribute: {
|
|
|
648
648
|
type VendorAttribute = (typeof VendorAttribute)[keyof typeof VendorAttribute];
|
|
649
649
|
/** The value of AssessmentQuestion's syncColumn that stands for Vendor column */
|
|
650
650
|
declare const VendorAttributeSyncColumn: {
|
|
651
|
-
slug: VendorAttributeImmutable;
|
|
652
651
|
description: VendorAttributeImmutable;
|
|
653
652
|
title: VendorAttributeImmutable;
|
|
653
|
+
slug: VendorAttributeImmutable;
|
|
654
654
|
websiteUrl: VendorAttributeImmutable;
|
|
655
655
|
contactEmail: VendorAttributeImmutable;
|
|
656
656
|
contactName: VendorAttributeImmutable;
|
|
@@ -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
|
-
slug: DataSubCategoryAttributeImmutable;
|
|
691
689
|
description: DataSubCategoryAttributeImmutable;
|
|
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
|
-
slug: 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];
|
|
@@ -748,9 +748,9 @@ declare const BusinessEntityAttribute: {
|
|
|
748
748
|
type BusinessEntityAttribute = (typeof BusinessEntityAttribute)[keyof typeof BusinessEntityAttribute];
|
|
749
749
|
/** The value of AssessmentQuestion's syncColumn that stands for BusinessEntity column */
|
|
750
750
|
declare const BusinessEntityAttributeSyncColumn: {
|
|
751
|
-
slug: BusinessEntityAttributeImmutable;
|
|
752
751
|
description: BusinessEntityAttributeImmutable;
|
|
753
752
|
title: BusinessEntityAttributeImmutable;
|
|
753
|
+
slug: BusinessEntityAttributeImmutable;
|
|
754
754
|
address: BusinessEntityAttributeImmutable;
|
|
755
755
|
headquarterCountry: BusinessEntityAttributeImmutable;
|
|
756
756
|
headquarterSubDivision: BusinessEntityAttributeImmutable;
|
|
@@ -808,9 +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
|
-
REGEX: AssessmentSyncColumnImmutable;
|
|
812
811
|
URL: AssessmentSyncColumnImmutable;
|
|
813
|
-
PURPOSE: AssessmentSyncColumnImmutable;
|
|
814
812
|
DESCRIPTION: AssessmentSyncColumnImmutable;
|
|
815
813
|
DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
816
814
|
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
@@ -820,8 +818,6 @@ declare const AssessmentSyncColumn: {
|
|
|
820
818
|
RETENTION_TYPE: AssessmentSyncColumnImmutable;
|
|
821
819
|
CONTROLLERSHIP: AssessmentSyncColumnImmutable;
|
|
822
820
|
HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
|
|
823
|
-
ERROR: AssessmentSyncColumnImmutable;
|
|
824
|
-
NAME: AssessmentSyncColumnImmutable;
|
|
825
821
|
CONNECT_START_TIME: AssessmentSyncColumnImmutable;
|
|
826
822
|
CONNECTION_STATE: AssessmentSyncColumnImmutable;
|
|
827
823
|
CONTACT_EMAIL: AssessmentSyncColumnImmutable;
|
|
@@ -865,12 +861,14 @@ declare const AssessmentSyncColumn: {
|
|
|
865
861
|
TRANSFER_REGIONS: AssessmentSyncColumnImmutable;
|
|
866
862
|
CONTROLLERSHIPS: AssessmentSyncColumnImmutable;
|
|
867
863
|
CUSTOM_SILO_CONNECTION_STRATEGY: AssessmentSyncColumnImmutable;
|
|
864
|
+
NAME: AssessmentSyncColumnImmutable;
|
|
868
865
|
DATA_POINT_ID: AssessmentSyncColumnImmutable;
|
|
869
866
|
ENCRYPTED_SAMPLES_S3_KEY: AssessmentSyncColumnImmutable;
|
|
870
867
|
ACCESS_REQUESTED_VISIBILITY_ENABLED: AssessmentSyncColumnImmutable;
|
|
871
868
|
ENSURE_REQUEST_REDACTION_ENABLED: AssessmentSyncColumnImmutable;
|
|
872
869
|
LAST_CLASSIFIED_AT: AssessmentSyncColumnImmutable;
|
|
873
870
|
LAST_RUN_AT: AssessmentSyncColumnImmutable;
|
|
871
|
+
ERROR: AssessmentSyncColumnImmutable;
|
|
874
872
|
ERROR_COUNT: AssessmentSyncColumnImmutable;
|
|
875
873
|
CONTEXT: AssessmentSyncColumnImmutable;
|
|
876
874
|
CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
|
|
@@ -889,6 +887,8 @@ declare const AssessmentSyncColumn: {
|
|
|
889
887
|
PRIVACY_POLICY_URL: AssessmentSyncColumnImmutable;
|
|
890
888
|
CATEGORY: AssessmentSyncColumnImmutable;
|
|
891
889
|
IS_DEFAULT: AssessmentSyncColumnImmutable;
|
|
890
|
+
REGEX: AssessmentSyncColumnImmutable;
|
|
891
|
+
PURPOSE: AssessmentSyncColumnImmutable;
|
|
892
892
|
DATA_PROTECTION_OFFICER_EMAIL: AssessmentSyncColumnImmutable;
|
|
893
893
|
DATA_PROTECTION_OFFICER_NAME: AssessmentSyncColumnImmutable;
|
|
894
894
|
SECURITY_MEASURE_DETAILS: AssessmentSyncColumnImmutable;
|
|
@@ -1738,8 +1738,8 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
|
|
|
1738
1738
|
slug: t.StringC; /** Status of variant */
|
|
1739
1739
|
status: t.KeyofC<{
|
|
1740
1740
|
DRAFT: unknown;
|
|
1741
|
-
ACTIVE: unknown;
|
|
1742
1741
|
PUBLISHED: unknown;
|
|
1742
|
+
ACTIVE: unknown;
|
|
1743
1743
|
}>; /** Locales of variant */
|
|
1744
1744
|
locales: t.ArrayC<t.KeyofC<{
|
|
1745
1745
|
no: unknown;
|
|
@@ -10879,7 +10879,8 @@ declare const DsrErrorCode: {
|
|
|
10879
10879
|
DropRecordsRequireDropRunId: "DROP_RECORDS_REQUIRE_DROP_RUN_ID"; /** This request exceeds the per-request DROP record link limit. */
|
|
10880
10880
|
MaxDropRecordsPerRequestExceeded: "MAX_DROP_RECORDS_PER_REQUEST_EXCEEDED"; /** One or more DROP records on this request are not part of the run's CPPA download. */
|
|
10881
10881
|
UnknownDropRecords: "UNKNOWN_DROP_RECORDS"; /** The DROP run referenced by this request does not exist. */
|
|
10882
|
-
DropRunNotFound: "DROP_RUN_NOT_FOUND"; /**
|
|
10882
|
+
DropRunNotFound: "DROP_RUN_NOT_FOUND"; /** The DROP run referenced by this request is in a state that no longer accepts new DROP-linked DSRs. */
|
|
10883
|
+
DropRunNotIntakeEligible: "DROP_RUN_NOT_INTAKE_ELIGIBLE"; /** An identifier value on this request failed format or regex validation. */
|
|
10883
10884
|
IdentifierValidationFailed: "IDENTIFIER_VALIDATION_FAILED"; /** This request names an identifier the organization does not have configured. */
|
|
10884
10885
|
UnsupportedIdentifierName: "UNSUPPORTED_IDENTIFIER_NAME"; /** This request has no email, which is required outside silent mode. */
|
|
10885
10886
|
MissingRequiredEmail: "MISSING_REQUIRED_EMAIL";
|
|
@@ -10888,6 +10889,23 @@ declare const DsrErrorCode: {
|
|
|
10888
10889
|
* workflow config. `dataSiloIds` may only narrow the workflow's connected set.
|
|
10889
10890
|
*/
|
|
10890
10891
|
DataSiloNotInWorkflow: "DATA_SILO_NOT_IN_WORKFLOW";
|
|
10892
|
+
/**
|
|
10893
|
+
* The `type` asserted on this request does not match the workflow config's
|
|
10894
|
+
* request action. `type` is optional; omit it to derive from the workflow.
|
|
10895
|
+
*/
|
|
10896
|
+
TypeNotMatchingWorkflow: "TYPE_NOT_MATCHING_WORKFLOW";
|
|
10897
|
+
/**
|
|
10898
|
+
* The `subjectType` asserted on this request does not match the workflow
|
|
10899
|
+
* config's data subject type. `subjectType` is optional; omit it to derive
|
|
10900
|
+
* from the workflow.
|
|
10901
|
+
*/
|
|
10902
|
+
SubjectTypeNotMatchingWorkflow: "SUBJECT_TYPE_NOT_MATCHING_WORKFLOW";
|
|
10903
|
+
/**
|
|
10904
|
+
* The request region is not eligible for the workflow config's regionList.
|
|
10905
|
+
* The supplied country or subdivision must match an entry in regionList when
|
|
10906
|
+
* the workflow collects regions and regionList is non-empty.
|
|
10907
|
+
*/
|
|
10908
|
+
RegionNotInWorkflow: "REGION_NOT_IN_WORKFLOW";
|
|
10891
10909
|
};
|
|
10892
10910
|
/** Type override */
|
|
10893
10911
|
type DsrErrorCode = (typeof DsrErrorCode)[keyof typeof DsrErrorCode];
|
|
@@ -10933,6 +10951,31 @@ interface DataSiloNotInWorkflowMessageInput {
|
|
|
10933
10951
|
/** dataSiloIds that are not connected to that workflow config */
|
|
10934
10952
|
dataSiloIds: readonly string[];
|
|
10935
10953
|
}
|
|
10954
|
+
/** Inputs for the {@link DsrErrorCode.TypeNotMatchingWorkflow} message builder. */
|
|
10955
|
+
interface TypeNotMatchingWorkflowMessageInput {
|
|
10956
|
+
/** Workflow config the submission targeted */
|
|
10957
|
+
workflowConfigId: string;
|
|
10958
|
+
/** The request action (`type`) asserted on the input */
|
|
10959
|
+
providedType: string;
|
|
10960
|
+
/** The workflow config's actual request action */
|
|
10961
|
+
workflowType: string;
|
|
10962
|
+
}
|
|
10963
|
+
/** Inputs for the {@link DsrErrorCode.SubjectTypeNotMatchingWorkflow} message builder. */
|
|
10964
|
+
interface SubjectTypeNotMatchingWorkflowMessageInput {
|
|
10965
|
+
/** Workflow config the submission targeted */
|
|
10966
|
+
workflowConfigId: string;
|
|
10967
|
+
/** The data subject type asserted on the input */
|
|
10968
|
+
providedSubjectType: string;
|
|
10969
|
+
/** The workflow config's actual data subject type */
|
|
10970
|
+
workflowSubjectType: string;
|
|
10971
|
+
}
|
|
10972
|
+
/** Inputs for the {@link DsrErrorCode.RegionNotInWorkflow} message builder. */
|
|
10973
|
+
interface RegionNotInWorkflowMessageInput {
|
|
10974
|
+
/** Human-readable rejected region (e.g. `GB` or `US/US-CA`) */
|
|
10975
|
+
region: string;
|
|
10976
|
+
/** Workflow regionList entries that are eligible */
|
|
10977
|
+
supportedRegions: readonly string[];
|
|
10978
|
+
}
|
|
10936
10979
|
/** Canonical message builder for each {@link DsrErrorCode}. */
|
|
10937
10980
|
type DsrErrorMessageMap = {
|
|
10938
10981
|
[DsrErrorCode.InvalidWorkflowConfigId]: () => string;
|
|
@@ -10947,10 +10990,14 @@ type DsrErrorMessageMap = {
|
|
|
10947
10990
|
[DsrErrorCode.MaxDropRecordsPerRequestExceeded]: () => string;
|
|
10948
10991
|
[DsrErrorCode.UnknownDropRecords]: (records: readonly UnknownDropRecordsMessageInput[]) => string;
|
|
10949
10992
|
[DsrErrorCode.DropRunNotFound]: (dropRunId: string) => string;
|
|
10993
|
+
[DsrErrorCode.DropRunNotIntakeEligible]: (dropRunState: string) => string;
|
|
10950
10994
|
[DsrErrorCode.IdentifierValidationFailed]: (identifierNames: readonly string[]) => string;
|
|
10951
10995
|
[DsrErrorCode.UnsupportedIdentifierName]: (name: string) => string;
|
|
10952
10996
|
[DsrErrorCode.MissingRequiredEmail]: () => string;
|
|
10953
10997
|
[DsrErrorCode.DataSiloNotInWorkflow]: (input: DataSiloNotInWorkflowMessageInput) => string;
|
|
10998
|
+
[DsrErrorCode.TypeNotMatchingWorkflow]: (input: TypeNotMatchingWorkflowMessageInput) => string;
|
|
10999
|
+
[DsrErrorCode.SubjectTypeNotMatchingWorkflow]: (input: SubjectTypeNotMatchingWorkflowMessageInput) => string;
|
|
11000
|
+
[DsrErrorCode.RegionNotInWorkflow]: (input: RegionNotInWorkflowMessageInput) => string;
|
|
10954
11001
|
};
|
|
10955
11002
|
/**
|
|
10956
11003
|
* Canonical per-input DSR bulk submission error messages.
|
|
@@ -10976,6 +11023,7 @@ declare const DSR_ERROR_MESSAGE: {
|
|
|
10976
11023
|
readonly MAX_DROP_RECORDS_PER_REQUEST_EXCEEDED: () => string;
|
|
10977
11024
|
readonly UNKNOWN_DROP_RECORDS: (records: readonly UnknownDropRecordsMessageInput[]) => string;
|
|
10978
11025
|
readonly DROP_RUN_NOT_FOUND: (dropRunId: string) => string;
|
|
11026
|
+
readonly DROP_RUN_NOT_INTAKE_ELIGIBLE: (dropRunState: string) => string;
|
|
10979
11027
|
/**
|
|
10980
11028
|
* Fallback canonical message for {@link DsrErrorCode.IdentifierValidationFailed}.
|
|
10981
11029
|
* Organizations can configure a custom, locale-translated `validationErrorMessage`
|
|
@@ -10990,6 +11038,20 @@ declare const DSR_ERROR_MESSAGE: {
|
|
|
10990
11038
|
workflowConfigId,
|
|
10991
11039
|
dataSiloIds
|
|
10992
11040
|
}: DataSiloNotInWorkflowMessageInput) => string;
|
|
11041
|
+
readonly TYPE_NOT_MATCHING_WORKFLOW: ({
|
|
11042
|
+
workflowConfigId,
|
|
11043
|
+
providedType,
|
|
11044
|
+
workflowType
|
|
11045
|
+
}: TypeNotMatchingWorkflowMessageInput) => string;
|
|
11046
|
+
readonly SUBJECT_TYPE_NOT_MATCHING_WORKFLOW: ({
|
|
11047
|
+
workflowConfigId,
|
|
11048
|
+
providedSubjectType,
|
|
11049
|
+
workflowSubjectType
|
|
11050
|
+
}: SubjectTypeNotMatchingWorkflowMessageInput) => string;
|
|
11051
|
+
readonly REGION_NOT_IN_WORKFLOW: ({
|
|
11052
|
+
region,
|
|
11053
|
+
supportedRegions
|
|
11054
|
+
}: RegionNotInWorkflowMessageInput) => string;
|
|
10993
11055
|
};
|
|
10994
11056
|
//#endregion
|
|
10995
11057
|
//#region src/dsrRequestOutcome.d.ts
|
|
@@ -47327,8 +47389,8 @@ type PreferenceStoreIdentifier = t.TypeOf<typeof PreferenceStoreIdentifier>;
|
|
|
47327
47389
|
*/
|
|
47328
47390
|
declare const PreferenceStoreSystemAttributes: t.IntersectionC<[t.TypeC<{
|
|
47329
47391
|
/** The decrypted status of the record */decryptionStatus: t.KeyofC<{
|
|
47330
|
-
DECRYPTED: unknown;
|
|
47331
47392
|
ERROR: unknown;
|
|
47393
|
+
DECRYPTED: unknown;
|
|
47332
47394
|
}>;
|
|
47333
47395
|
}>, t.PartialC<{
|
|
47334
47396
|
/** updated timestamp on the db record */updatedAt: t.StringC;
|
|
@@ -47391,8 +47453,8 @@ declare const PreferenceQueryResponseItem: t.IntersectionC<[t.TypeC<{
|
|
|
47391
47453
|
}>, t.TypeC<{
|
|
47392
47454
|
/** The system attributes of the record */system: t.IntersectionC<[t.TypeC<{
|
|
47393
47455
|
/** The decrypted status of the record */decryptionStatus: t.KeyofC<{
|
|
47394
|
-
DECRYPTED: unknown;
|
|
47395
47456
|
ERROR: unknown;
|
|
47457
|
+
DECRYPTED: unknown;
|
|
47396
47458
|
}>;
|
|
47397
47459
|
}>, t.PartialC<{
|
|
47398
47460
|
/** updated timestamp on the db record */updatedAt: t.StringC;
|
|
@@ -64527,6 +64589,7 @@ declare const PrivacyCenterConfigurableColorPalette: t.IntersectionC<[t.RecordC<
|
|
|
64527
64589
|
primary: unknown;
|
|
64528
64590
|
secondary: unknown;
|
|
64529
64591
|
}>, t.StringC>, t.PartialC<{
|
|
64592
|
+
error: t.StringC;
|
|
64530
64593
|
sidebarNavBg: t.StringC;
|
|
64531
64594
|
heroBg: t.StringC;
|
|
64532
64595
|
widgetBg: t.StringC;
|
|
@@ -64540,7 +64603,6 @@ declare const PrivacyCenterConfigurableColorPalette: t.IntersectionC<[t.RecordC<
|
|
|
64540
64603
|
highlight: t.StringC;
|
|
64541
64604
|
tableOutline: t.StringC;
|
|
64542
64605
|
bgAccent: t.StringC;
|
|
64543
|
-
error: t.StringC;
|
|
64544
64606
|
white: t.StringC;
|
|
64545
64607
|
black: t.StringC;
|
|
64546
64608
|
gray1: t.StringC;
|
|
@@ -64624,6 +64686,7 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
64624
64686
|
primary: unknown;
|
|
64625
64687
|
secondary: unknown;
|
|
64626
64688
|
}>, t.StringC>, t.PartialC<{
|
|
64689
|
+
error: t.StringC;
|
|
64627
64690
|
sidebarNavBg: t.StringC;
|
|
64628
64691
|
heroBg: t.StringC;
|
|
64629
64692
|
widgetBg: t.StringC;
|
|
@@ -64637,7 +64700,6 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
64637
64700
|
highlight: t.StringC;
|
|
64638
64701
|
tableOutline: t.StringC;
|
|
64639
64702
|
bgAccent: t.StringC;
|
|
64640
|
-
error: t.StringC;
|
|
64641
64703
|
white: t.StringC;
|
|
64642
64704
|
black: t.StringC;
|
|
64643
64705
|
gray1: t.StringC;
|
|
@@ -64709,5 +64771,5 @@ declare const CollectDataSubjectRegions: {
|
|
|
64709
64771
|
/** Override type */
|
|
64710
64772
|
type CollectDataSubjectRegions = (typeof CollectDataSubjectRegions)[keyof typeof CollectDataSubjectRegions];
|
|
64711
64773
|
//#endregion
|
|
64712
|
-
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_BULK_SUBMISSION_REJECTED_MESSAGE, DSR_ERROR_MESSAGE, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSiloNotInWorkflowMessageInput, 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, MobileUiLoadOptions, 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 };
|
|
64774
|
+
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_BULK_SUBMISSION_REJECTED_MESSAGE, DSR_ERROR_MESSAGE, DataCategoryType, DataFlowOrderField, DataFlowScope, DataFlowType, DataProtectionImpactAssessmentStatus, DataSiloAttribute, DataSiloAttributeSyncColumn, DataSiloNotInWorkflowMessageInput, 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, MobileUiLoadOptions, 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, RegionNotInWorkflowMessageInput, 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, SubjectTypeNotMatchingWorkflowMessageInput, TRANSCEND_SCOPES, TableEncryptionType, TelemetryPartitionStrategy, TemplateVariableModelName, Text, ThemeConfiguration, ThemeConfigurationBannerIntoModal, ThemeConfigurationBannerIntoModalMinimal, ThemeConfigurationBannerOnly, ThemeConfigurationBannerOnlyMinimal, ThemeConfigurationMinimal, ThemeConfigurationModalOnly, ThemeConfigurationModalOnlyMinimal, ThemeKey, ToggleTheme, TranscendProduct, TriageAction, TypeNotMatchingWorkflowMessageInput, UIConfiguration, UIConfigurationBannerIntoModal, UIConfigurationBannerOnly, UIConfigurationModalOnly, URLHostString, UiVariantStatus, UnknownDropRecordsMessageInput, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
|
|
64713
64775
|
//# sourceMappingURL=index.d.mts.map
|