@transcend-io/privacy-types 5.2.4 → 5.3.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
@@ -1717,6 +1717,252 @@ declare const ConsentManagerMetricBin: {
1717
1717
  /** Type override */
1718
1718
  type ConsentManagerMetricBin = (typeof ConsentManagerMetricBin)[keyof typeof ConsentManagerMetricBin];
1719
1719
  //#endregion
1720
+ //#region src/consentUiInventory.d.ts
1721
+ /** Status of a consent UI variant */
1722
+ declare const UiVariantStatus: {
1723
+ /** Variant is in draft */Draft: "DRAFT"; /** Variant is active */
1724
+ Active: "ACTIVE"; /** Variant is published */
1725
+ Published: "PUBLISHED";
1726
+ };
1727
+ /** Type override */
1728
+ type UiVariantStatus = (typeof UiVariantStatus)[keyof typeof UiVariantStatus];
1729
+ /** User flow for a consent UI variant */
1730
+ declare const ConsentUiUserFlow: {
1731
+ /** Banner-only flow */Banner: "BANNER"; /** Modal-only flow */
1732
+ Modal: "MODAL"; /** Banner and modal flow */
1733
+ BannerAndModal: "BANNER_AND_MODAL";
1734
+ };
1735
+ /** Type override */
1736
+ type ConsentUiUserFlow = (typeof ConsentUiUserFlow)[keyof typeof ConsentUiUserFlow];
1737
+ /** Consent UI variant input from transcend.yml */
1738
+ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
1739
+ /** ID of consent variant */id: t.StringC; /** Name of consent variant */
1740
+ name: t.StringC; /** Slug of consent variant */
1741
+ slug: t.StringC; /** Status of variant */
1742
+ status: t.KeyofC<{
1743
+ DRAFT: unknown;
1744
+ ACTIVE: unknown;
1745
+ PUBLISHED: unknown;
1746
+ }>; /** Locales of variant */
1747
+ locales: t.ArrayC<t.KeyofC<{
1748
+ no: unknown;
1749
+ en: unknown;
1750
+ ar: unknown;
1751
+ fr: unknown;
1752
+ es: unknown;
1753
+ de: unknown;
1754
+ it: unknown;
1755
+ ja: unknown;
1756
+ ru: unknown;
1757
+ af: unknown;
1758
+ bg: unknown;
1759
+ zh: unknown;
1760
+ hr: unknown;
1761
+ cs: unknown;
1762
+ da: unknown;
1763
+ fi: unknown;
1764
+ el: unknown;
1765
+ hi: unknown;
1766
+ hu: unknown;
1767
+ ko: unknown;
1768
+ lt: unknown;
1769
+ ms: unknown;
1770
+ mr: unknown;
1771
+ nb: unknown;
1772
+ pl: unknown;
1773
+ pt: unknown;
1774
+ ro: unknown;
1775
+ sr: unknown;
1776
+ sv: unknown;
1777
+ ta: unknown;
1778
+ th: unknown;
1779
+ tr: unknown;
1780
+ uk: unknown;
1781
+ vi: unknown;
1782
+ zu: unknown;
1783
+ he: unknown;
1784
+ iw: unknown;
1785
+ nl: unknown;
1786
+ et: unknown;
1787
+ is: unknown;
1788
+ lv: unknown;
1789
+ mt: unknown;
1790
+ sk: unknown;
1791
+ sl: unknown;
1792
+ fil: unknown;
1793
+ bs: unknown;
1794
+ ca: unknown;
1795
+ eu: unknown;
1796
+ gl: unknown;
1797
+ dv: unknown;
1798
+ ur: unknown;
1799
+ sq: unknown;
1800
+ am: unknown;
1801
+ hy: unknown;
1802
+ az: unknown;
1803
+ bn: unknown;
1804
+ "fa-AF": unknown;
1805
+ fa: unknown;
1806
+ tl: unknown;
1807
+ ka: unknown;
1808
+ gu: unknown;
1809
+ ht: unknown;
1810
+ ha: unknown;
1811
+ ga: unknown;
1812
+ kn: unknown;
1813
+ kk: unknown;
1814
+ mk: unknown;
1815
+ ml: unknown;
1816
+ mn: unknown;
1817
+ ps: unknown;
1818
+ pa: unknown;
1819
+ si: unknown;
1820
+ so: unknown;
1821
+ sw: unknown;
1822
+ te: unknown;
1823
+ uz: unknown;
1824
+ cy: unknown;
1825
+ "ar-AE": unknown;
1826
+ "fr-FR": unknown;
1827
+ "de-DE": unknown;
1828
+ "de-AT": unknown;
1829
+ "de-CH": unknown;
1830
+ "it-IT": unknown;
1831
+ "it-CH": unknown;
1832
+ "af-ZA": unknown;
1833
+ "bg-BG": unknown;
1834
+ "zh-CN": unknown;
1835
+ "zh-TW": unknown;
1836
+ "zh-Hans": unknown;
1837
+ "hr-HR": unknown;
1838
+ "cs-CZ": unknown;
1839
+ "da-DK": unknown;
1840
+ "en-GB": unknown;
1841
+ "en-CA": unknown;
1842
+ "en-AE": unknown;
1843
+ "fi-FI": unknown;
1844
+ "el-GR": unknown;
1845
+ "hi-IN": unknown;
1846
+ "hu-HU": unknown;
1847
+ "id-ID": unknown;
1848
+ "ja-JP": unknown;
1849
+ "ko-KR": unknown;
1850
+ "lt-LT": unknown;
1851
+ "ms-MY": unknown;
1852
+ "ms-SG": unknown;
1853
+ "mr-IN": unknown;
1854
+ "no-NO": unknown;
1855
+ "nb-NO": unknown;
1856
+ "pl-PL": unknown;
1857
+ "pt-BR": unknown;
1858
+ "pt-PT": unknown;
1859
+ "ro-RO": unknown;
1860
+ "ru-RU": unknown;
1861
+ "sr-Latn-RS": unknown;
1862
+ "sr-Cyrl-RS": unknown;
1863
+ "sv-SE": unknown;
1864
+ "ta-IN": unknown;
1865
+ "th-TH": unknown;
1866
+ "tr-TR": unknown;
1867
+ "uk-UA": unknown;
1868
+ "vi-VN": unknown;
1869
+ "zu-ZA": unknown;
1870
+ "en-US": unknown;
1871
+ "en-AU": unknown;
1872
+ "fr-BE": unknown;
1873
+ "fr-CA": unknown;
1874
+ "fr-CH": unknown;
1875
+ "en-IE": unknown;
1876
+ "nl-NL": unknown;
1877
+ "nl-BE": unknown;
1878
+ "es-ES": unknown;
1879
+ "es-AR": unknown;
1880
+ "es-CR": unknown;
1881
+ "es-CL": unknown;
1882
+ "es-CO": unknown;
1883
+ "es-MX": unknown;
1884
+ "es-419": unknown;
1885
+ "zh-HK": unknown;
1886
+ "he-IL": unknown;
1887
+ "iw-IL": unknown;
1888
+ "en-NZ": unknown;
1889
+ "et-EE": unknown;
1890
+ "is-IS": unknown;
1891
+ "lv-LV": unknown;
1892
+ "mt-MT": unknown;
1893
+ "sk-SK": unknown;
1894
+ "sl-SL": unknown;
1895
+ "fil-PH": unknown;
1896
+ "sq-AL": unknown;
1897
+ "sq-MK": unknown;
1898
+ "sq-XK": unknown;
1899
+ "am-ET": unknown;
1900
+ "hy-AM": unknown;
1901
+ "az-AZ": unknown;
1902
+ "bn-BD": unknown;
1903
+ "bn-IN": unknown;
1904
+ "bs-BA": unknown;
1905
+ "bs-Cyrl-BA": unknown;
1906
+ "bs-Latn-BA": unknown;
1907
+ "ca-ES": unknown;
1908
+ "ca-AD": unknown;
1909
+ "ca-FR": unknown;
1910
+ "ca-IT": unknown;
1911
+ "tl-PH": unknown;
1912
+ "ka-GE": unknown;
1913
+ "gu-IN": unknown;
1914
+ "ht-HT": unknown;
1915
+ "ha-NG": unknown;
1916
+ "ha-NE": unknown;
1917
+ "ha-GH": unknown;
1918
+ "ga-IE": unknown;
1919
+ "kn-IN": unknown;
1920
+ "kk-KZ": unknown;
1921
+ "mk-MK": unknown;
1922
+ "ml-IN": unknown;
1923
+ "mn-MN": unknown;
1924
+ "ps-AF": unknown;
1925
+ "pa-Guru-IN": unknown;
1926
+ "pa-Arab-PK": unknown;
1927
+ "si-LK": unknown;
1928
+ "so-SO": unknown;
1929
+ "so-DJ": unknown;
1930
+ "so-ET": unknown;
1931
+ "so-KE": unknown;
1932
+ "sw-KE": unknown;
1933
+ "sw-TZ": unknown;
1934
+ "sw-UG": unknown;
1935
+ "sw-CD": unknown;
1936
+ "te-IN": unknown;
1937
+ "ur-PK": unknown;
1938
+ "ur-IN": unknown;
1939
+ "uz-UZ": unknown;
1940
+ "cy-GB": unknown;
1941
+ "eu-ES": unknown;
1942
+ "gl-ES": unknown;
1943
+ }>>; /** Configuration of variant */
1944
+ configuration: t.StringC;
1945
+ }>, t.PartialC<{
1946
+ /** Description of variant */description: t.StringC; /** User flow of variant */
1947
+ userFlow: t.KeyofC<{
1948
+ BANNER: unknown;
1949
+ MODAL: unknown;
1950
+ BANNER_AND_MODAL: unknown;
1951
+ }>; /** Slug of the consent UI theme associated with this variant */
1952
+ themeSlug: t.StringC;
1953
+ }>]>;
1954
+ /** Type override */
1955
+ type ConsentVariantInput = t.TypeOf<typeof ConsentVariantInput>;
1956
+ /** Consent UI theme input from transcend.yml */
1957
+ declare const ConsentThemeInput: t.TypeC<{
1958
+ /** ID of consent theme */id: t.StringC; /** Name of consent theme */
1959
+ name: t.StringC; /** Slug of consent theme */
1960
+ slug: t.StringC; /** Configuration of theme */
1961
+ configuration: t.StringC;
1962
+ }>;
1963
+ /** Type override */
1964
+ type ConsentThemeInput = t.TypeOf<typeof ConsentThemeInput>;
1965
+ //#endregion
1720
1966
  //#region src/consentUi.d.ts
1721
1967
  /**
1722
1968
  * Types representing the top-level consent UI configuration
@@ -62005,6 +62251,18 @@ declare const RegionDetectionMethod: {
62005
62251
  };
62006
62252
  /** Type override */
62007
62253
  type RegionDetectionMethod = (typeof RegionDetectionMethod)[keyof typeof RegionDetectionMethod];
62254
+ /**
62255
+ * How request identifiers should be handled when restarting a request.
62256
+ *
62257
+ * @see https://linear.app/transcend/issue/WAL-7712
62258
+ */
62259
+ declare const RestartIdentifierStrategy: {
62260
+ /** Keep all identifiers; only input-sourced identifiers stay verified */PreserveInitialVerificationsOnly: "PRESERVE_INITIAL_VERIFICATIONS_ONLY"; /** Keep all identifiers; preserve JWT verification from prior enrichment */
62261
+ PreserveAllVerifications: "PRESERVE_ALL_VERIFICATIONS"; /** Delete enriched identifiers; keep only input-sourced identifiers */
62262
+ RemoveEnrichedIdentifiers: "REMOVE_ENRICHED_IDENTIFIERS";
62263
+ };
62264
+ /** Type override */
62265
+ type RestartIdentifierStrategy = (typeof RestartIdentifierStrategy)[keyof typeof RestartIdentifierStrategy];
62008
62266
  //#endregion
62009
62267
  //#region src/scopes.d.ts
62010
62268
  /**
@@ -62562,5 +62820,5 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
62562
62820
  /** Type override */
62563
62821
  type PrivacyCenterThemePartial = t.TypeOf<typeof PrivacyCenterThemePartial>;
62564
62822
  //#endregion
62565
- 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, CommonLayerConfig, CommonLayerTheme, CommonLayerThemeMinimal, CommunicationIdentifierType, ComparisonOperator, CompletedRequestStatus, ConfidenceLabel, ConfigurableColorPaletteColor, ConsentBundleType, ConsentManagerAnalyticsDataSource, ConsentManagerMetricBin, ConsentPrecedenceOption, ConsentTrackerSource, ConsentTrackerStatus, ConsentTrackerType, 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, 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, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, 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, 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, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, getRegistryLink };
62823
+ 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, 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, 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, Preference, PreferenceQueryResponseItem, PreferenceStoreAuthLevel, PreferenceStoreConsentFields, PreferenceStoreIdentifier, PreferenceStoreKeyConditionals, PreferenceStorePurposeResponse, PreferenceStorePurposeUpdate, PreferenceStoreSystemAttributes, PreferenceStoreWorkflowSettings, PreferenceTopicType, PreferenceUpdateItem, PreflightRequestStatus, PrivacyCenterComponentStyles, PrivacyCenterConfigurableColorPalette, PrivacyCenterFont, PrivacyCenterFontBasic, 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, UiVariantStatus, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, getRegistryLink };
62566
62824
  //# sourceMappingURL=index.d.mts.map