@transcend-io/privacy-types 5.15.0 → 5.16.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 CHANGED
@@ -499,17 +499,19 @@ 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;
502
504
  description: DataSiloAttributeImmutable;
505
+ type: DataSiloAttributeImmutable;
506
+ country: DataSiloAttributeImmutable;
507
+ countrySubDivision: DataSiloAttributeImmutable;
503
508
  title: DataSiloAttributeImmutable;
504
- slug: DataSiloAttributeImmutable;
505
509
  connectionState: DataSiloAttributeImmutable;
506
- type: DataSiloAttributeImmutable;
507
510
  outerType: DataSiloAttributeImmutable;
508
511
  connectStartTime: DataSiloAttributeImmutable;
509
512
  reconnectFormItems: DataSiloAttributeImmutable;
510
513
  recommendedForPrivacy: DataSiloAttributeImmutable;
511
514
  recommendedForConsent: DataSiloAttributeImmutable;
512
- url: DataSiloAttributeImmutable;
513
515
  websiteUrl: DataSiloAttributeImmutable;
514
516
  headers: DataSiloAttributeImmutable;
515
517
  plaintextContext: 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,17 +592,18 @@ 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
- description: SubDataPointAttributeImmutable;
595
+ name: SubDataPointAttributeImmutable;
596
596
  slug: SubDataPointAttributeImmutable;
597
+ description: SubDataPointAttributeImmutable;
598
+ metadata: SubDataPointAttributeImmutable;
599
+ error: SubDataPointAttributeImmutable;
597
600
  deletedAt: SubDataPointAttributeImmutable;
598
- name: SubDataPointAttributeImmutable;
599
601
  dataPointId: SubDataPointAttributeImmutable;
600
602
  encryptedSamplesS3Key: SubDataPointAttributeImmutable;
601
603
  accessRequestVisibilityEnabled: SubDataPointAttributeImmutable;
602
604
  erasureRequestRedactionEnabled: SubDataPointAttributeImmutable;
603
605
  lastClassifiedAt: SubDataPointAttributeImmutable;
604
606
  lastRunAt: SubDataPointAttributeImmutable;
605
- error: SubDataPointAttributeImmutable;
606
607
  errorCount: SubDataPointAttributeImmutable;
607
608
  context: SubDataPointAttributeImmutable;
608
609
  contentClassificationStatus: 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 */
@@ -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;
651
652
  description: VendorAttributeImmutable;
652
653
  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
- description: DataSubCategoryAttributeImmutable;
690
- slug: DataSubCategoryAttributeImmutable;
691
689
  name: DataSubCategoryAttributeImmutable;
690
+ slug: DataSubCategoryAttributeImmutable;
691
+ description: 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
- description: ProcessingPurposeSubCategoryAttributeImmutable;
720
- slug: ProcessingPurposeSubCategoryAttributeImmutable;
721
719
  name: ProcessingPurposeSubCategoryAttributeImmutable;
722
- isDefault: ProcessingPurposeSubCategoryAttributeImmutable;
720
+ slug: ProcessingPurposeSubCategoryAttributeImmutable;
721
+ description: ProcessingPurposeSubCategoryAttributeImmutable;
723
722
  purpose: ProcessingPurposeSubCategoryAttributeImmutable;
723
+ isDefault: 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;
751
752
  description: BusinessEntityAttributeImmutable;
752
753
  title: BusinessEntityAttributeImmutable;
753
- slug: BusinessEntityAttributeImmutable;
754
754
  address: BusinessEntityAttributeImmutable;
755
755
  headquarterCountry: BusinessEntityAttributeImmutable;
756
756
  headquarterSubDivision: BusinessEntityAttributeImmutable;
@@ -808,7 +808,9 @@ 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;
811
812
  URL: AssessmentSyncColumnImmutable;
813
+ PURPOSE: AssessmentSyncColumnImmutable;
812
814
  DESCRIPTION: AssessmentSyncColumnImmutable;
813
815
  DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
814
816
  DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: AssessmentSyncColumnImmutable;
@@ -818,6 +820,8 @@ declare const AssessmentSyncColumn: {
818
820
  RETENTION_TYPE: AssessmentSyncColumnImmutable;
819
821
  CONTROLLERSHIP: AssessmentSyncColumnImmutable;
820
822
  HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
823
+ ERROR: AssessmentSyncColumnImmutable;
824
+ NAME: AssessmentSyncColumnImmutable;
821
825
  CONNECT_START_TIME: AssessmentSyncColumnImmutable;
822
826
  CONNECTION_STATE: AssessmentSyncColumnImmutable;
823
827
  CONTACT_EMAIL: AssessmentSyncColumnImmutable;
@@ -861,14 +865,12 @@ declare const AssessmentSyncColumn: {
861
865
  TRANSFER_REGIONS: AssessmentSyncColumnImmutable;
862
866
  CONTROLLERSHIPS: AssessmentSyncColumnImmutable;
863
867
  CUSTOM_SILO_CONNECTION_STRATEGY: AssessmentSyncColumnImmutable;
864
- NAME: AssessmentSyncColumnImmutable;
865
868
  DATA_POINT_ID: AssessmentSyncColumnImmutable;
866
869
  ENCRYPTED_SAMPLES_S3_KEY: AssessmentSyncColumnImmutable;
867
870
  ACCESS_REQUESTED_VISIBILITY_ENABLED: AssessmentSyncColumnImmutable;
868
871
  ENSURE_REQUEST_REDACTION_ENABLED: AssessmentSyncColumnImmutable;
869
872
  LAST_CLASSIFIED_AT: AssessmentSyncColumnImmutable;
870
873
  LAST_RUN_AT: AssessmentSyncColumnImmutable;
871
- ERROR: AssessmentSyncColumnImmutable;
872
874
  ERROR_COUNT: AssessmentSyncColumnImmutable;
873
875
  CONTEXT: AssessmentSyncColumnImmutable;
874
876
  CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
@@ -887,8 +889,6 @@ declare const AssessmentSyncColumn: {
887
889
  PRIVACY_POLICY_URL: AssessmentSyncColumnImmutable;
888
890
  CATEGORY: AssessmentSyncColumnImmutable;
889
891
  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
- PUBLISHED: unknown;
1742
1741
  ACTIVE: unknown;
1742
+ PUBLISHED: unknown;
1743
1743
  }>; /** Locales of variant */
1744
1744
  locales: t.ArrayC<t.KeyofC<{
1745
1745
  no: unknown;
@@ -10883,6 +10883,11 @@ declare const DsrErrorCode: {
10883
10883
  IdentifierValidationFailed: "IDENTIFIER_VALIDATION_FAILED"; /** This request names an identifier the organization does not have configured. */
10884
10884
  UnsupportedIdentifierName: "UNSUPPORTED_IDENTIFIER_NAME"; /** This request has no email, which is required outside silent mode. */
10885
10885
  MissingRequiredEmail: "MISSING_REQUIRED_EMAIL";
10886
+ /**
10887
+ * One or more `dataSiloIds` on this request are not connected to the
10888
+ * workflow config. `dataSiloIds` may only narrow the workflow's connected set.
10889
+ */
10890
+ DataSiloNotInWorkflow: "DATA_SILO_NOT_IN_WORKFLOW";
10886
10891
  };
10887
10892
  /** Type override */
10888
10893
  type DsrErrorCode = (typeof DsrErrorCode)[keyof typeof DsrErrorCode];
@@ -10921,6 +10926,13 @@ interface UnknownDropRecordsMessageInput {
10921
10926
  /** DROP list type for the referenced record */
10922
10927
  dropListType: DropListType;
10923
10928
  }
10929
+ /** Inputs for the {@link DsrErrorCode.DataSiloNotInWorkflow} message builder. */
10930
+ interface DataSiloNotInWorkflowMessageInput {
10931
+ /** Workflow config the submission targeted */
10932
+ workflowConfigId: string;
10933
+ /** dataSiloIds that are not connected to that workflow config */
10934
+ dataSiloIds: readonly string[];
10935
+ }
10924
10936
  /** Canonical message builder for each {@link DsrErrorCode}. */
10925
10937
  type DsrErrorMessageMap = {
10926
10938
  [DsrErrorCode.InvalidWorkflowConfigId]: () => string;
@@ -10938,6 +10950,7 @@ type DsrErrorMessageMap = {
10938
10950
  [DsrErrorCode.IdentifierValidationFailed]: (identifierNames: readonly string[]) => string;
10939
10951
  [DsrErrorCode.UnsupportedIdentifierName]: (name: string) => string;
10940
10952
  [DsrErrorCode.MissingRequiredEmail]: () => string;
10953
+ [DsrErrorCode.DataSiloNotInWorkflow]: (input: DataSiloNotInWorkflowMessageInput) => string;
10941
10954
  };
10942
10955
  /**
10943
10956
  * Canonical per-input DSR bulk submission error messages.
@@ -10973,6 +10986,10 @@ declare const DSR_ERROR_MESSAGE: {
10973
10986
  readonly IDENTIFIER_VALIDATION_FAILED: (identifierNames: readonly string[]) => string;
10974
10987
  readonly UNSUPPORTED_IDENTIFIER_NAME: (name: string) => string;
10975
10988
  readonly MISSING_REQUIRED_EMAIL: () => string;
10989
+ readonly DATA_SILO_NOT_IN_WORKFLOW: ({
10990
+ workflowConfigId,
10991
+ dataSiloIds
10992
+ }: DataSiloNotInWorkflowMessageInput) => string;
10976
10993
  };
10977
10994
  //#endregion
10978
10995
  //#region src/dsrRequestOutcome.d.ts
@@ -47310,8 +47327,8 @@ type PreferenceStoreIdentifier = t.TypeOf<typeof PreferenceStoreIdentifier>;
47310
47327
  */
47311
47328
  declare const PreferenceStoreSystemAttributes: t.IntersectionC<[t.TypeC<{
47312
47329
  /** The decrypted status of the record */decryptionStatus: t.KeyofC<{
47313
- ERROR: unknown;
47314
47330
  DECRYPTED: unknown;
47331
+ ERROR: unknown;
47315
47332
  }>;
47316
47333
  }>, t.PartialC<{
47317
47334
  /** updated timestamp on the db record */updatedAt: t.StringC;
@@ -47374,8 +47391,8 @@ declare const PreferenceQueryResponseItem: t.IntersectionC<[t.TypeC<{
47374
47391
  }>, t.TypeC<{
47375
47392
  /** The system attributes of the record */system: t.IntersectionC<[t.TypeC<{
47376
47393
  /** The decrypted status of the record */decryptionStatus: t.KeyofC<{
47377
- ERROR: unknown;
47378
47394
  DECRYPTED: unknown;
47395
+ ERROR: unknown;
47379
47396
  }>;
47380
47397
  }>, t.PartialC<{
47381
47398
  /** updated timestamp on the db record */updatedAt: t.StringC;
@@ -64510,7 +64527,6 @@ declare const PrivacyCenterConfigurableColorPalette: t.IntersectionC<[t.RecordC<
64510
64527
  primary: unknown;
64511
64528
  secondary: unknown;
64512
64529
  }>, t.StringC>, t.PartialC<{
64513
- error: t.StringC;
64514
64530
  sidebarNavBg: t.StringC;
64515
64531
  heroBg: t.StringC;
64516
64532
  widgetBg: t.StringC;
@@ -64524,6 +64540,7 @@ declare const PrivacyCenterConfigurableColorPalette: t.IntersectionC<[t.RecordC<
64524
64540
  highlight: t.StringC;
64525
64541
  tableOutline: t.StringC;
64526
64542
  bgAccent: t.StringC;
64543
+ error: t.StringC;
64527
64544
  white: t.StringC;
64528
64545
  black: t.StringC;
64529
64546
  gray1: t.StringC;
@@ -64607,7 +64624,6 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
64607
64624
  primary: unknown;
64608
64625
  secondary: unknown;
64609
64626
  }>, t.StringC>, t.PartialC<{
64610
- error: t.StringC;
64611
64627
  sidebarNavBg: t.StringC;
64612
64628
  heroBg: t.StringC;
64613
64629
  widgetBg: t.StringC;
@@ -64621,6 +64637,7 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
64621
64637
  highlight: t.StringC;
64622
64638
  tableOutline: t.StringC;
64623
64639
  bgAccent: t.StringC;
64640
+ error: t.StringC;
64624
64641
  white: t.StringC;
64625
64642
  black: t.StringC;
64626
64643
  gray1: t.StringC;
@@ -64692,5 +64709,5 @@ declare const CollectDataSubjectRegions: {
64692
64709
  /** Override type */
64693
64710
  type CollectDataSubjectRegions = (typeof CollectDataSubjectRegions)[keyof typeof CollectDataSubjectRegions];
64694
64711
  //#endregion
64695
- 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, 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 };
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 };
64696
64713
  //# sourceMappingURL=index.d.mts.map