@transcend-io/privacy-types 5.2.1 → 5.2.3
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 +92 -42
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +41 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -808,8 +808,16 @@ 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
|
-
|
|
812
|
-
|
|
811
|
+
URL: AssessmentSyncColumnImmutable;
|
|
812
|
+
DESCRIPTION: AssessmentSyncColumnImmutable;
|
|
813
|
+
DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
814
|
+
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
815
|
+
DEPRECATION_STATE: AssessmentSyncColumnImmutable;
|
|
816
|
+
RECOMMENDED_FOR_CONSENT: AssessmentSyncColumnImmutable;
|
|
817
|
+
RECOMMENDED_FOR_PRIVACY: AssessmentSyncColumnImmutable;
|
|
818
|
+
RETENTION_TYPE: AssessmentSyncColumnImmutable;
|
|
819
|
+
CONTROLLERSHIP: AssessmentSyncColumnImmutable;
|
|
820
|
+
HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
|
|
813
821
|
CONNECT_START_TIME: AssessmentSyncColumnImmutable;
|
|
814
822
|
CONNECTION_STATE: AssessmentSyncColumnImmutable;
|
|
815
823
|
CONTACT_EMAIL: AssessmentSyncColumnImmutable;
|
|
@@ -818,16 +826,12 @@ declare const AssessmentSyncColumn: {
|
|
|
818
826
|
COUNTRY_SUB_DIVISION: AssessmentSyncColumnImmutable;
|
|
819
827
|
CREDENTIALS_REFRESH_SCHEDULED_AT: AssessmentSyncColumnImmutable;
|
|
820
828
|
DATA_PROCESSING_AGREEMENT_LINK: AssessmentSyncColumnImmutable;
|
|
821
|
-
DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
822
829
|
DATA_RETENTION_NOTE: AssessmentSyncColumnImmutable;
|
|
823
830
|
DEFAULT_ACCESS_REQUEST_VISIBILITY: AssessmentSyncColumnImmutable;
|
|
824
831
|
DELETED_AT: AssessmentSyncColumnImmutable;
|
|
825
|
-
DEPRECATION_STATE: AssessmentSyncColumnImmutable;
|
|
826
|
-
DESCRIPTION: AssessmentSyncColumnImmutable;
|
|
827
832
|
EMAIL_SENDING_LOCK: AssessmentSyncColumnImmutable;
|
|
828
833
|
EXPIRED_AT: AssessmentSyncColumnImmutable;
|
|
829
834
|
EXTERNAL_ID: AssessmentSyncColumnImmutable;
|
|
830
|
-
HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
|
|
831
835
|
HEADERS: AssessmentSyncColumnImmutable;
|
|
832
836
|
IS_LIVE: AssessmentSyncColumnImmutable;
|
|
833
837
|
LAST_CONNECTED_AT: AssessmentSyncColumnImmutable;
|
|
@@ -846,8 +850,6 @@ declare const AssessmentSyncColumn: {
|
|
|
846
850
|
PROMPT_A_VENDOR_EMAIL_SEND_FREQUENCY: AssessmentSyncColumnImmutable;
|
|
847
851
|
PROMPT_A_VENDOR_EMAIL_SEND_TYPE: AssessmentSyncColumnImmutable;
|
|
848
852
|
PROMPT_A_VENDOR_EMAIL_START_AT: AssessmentSyncColumnImmutable;
|
|
849
|
-
RECOMMENDED_FOR_CONSENT: AssessmentSyncColumnImmutable;
|
|
850
|
-
RECOMMENDED_FOR_PRIVACY: AssessmentSyncColumnImmutable;
|
|
851
853
|
RECONNECT_FORM_ITEMS: AssessmentSyncColumnImmutable;
|
|
852
854
|
SAAS_CONTEXT: AssessmentSyncColumnImmutable;
|
|
853
855
|
SECRET_HEADERS: AssessmentSyncColumnImmutable;
|
|
@@ -855,23 +857,22 @@ declare const AssessmentSyncColumn: {
|
|
|
855
857
|
SUBDOMAIN: AssessmentSyncColumnImmutable;
|
|
856
858
|
TITLE: AssessmentSyncColumnImmutable;
|
|
857
859
|
TYPE: AssessmentSyncColumnImmutable;
|
|
858
|
-
URL: AssessmentSyncColumnImmutable;
|
|
859
860
|
WEBSITE_URL: AssessmentSyncColumnImmutable;
|
|
860
861
|
TRANSFER_REGIONS: AssessmentSyncColumnImmutable;
|
|
861
862
|
CONTROLLERSHIPS: AssessmentSyncColumnImmutable;
|
|
862
863
|
CUSTOM_SILO_CONNECTION_STRATEGY: AssessmentSyncColumnImmutable;
|
|
864
|
+
NAME: AssessmentSyncColumnImmutable;
|
|
863
865
|
DATA_POINT_ID: AssessmentSyncColumnImmutable;
|
|
864
866
|
ENCRYPTED_SAMPLES_S3_KEY: AssessmentSyncColumnImmutable;
|
|
865
867
|
ACCESS_REQUESTED_VISIBILITY_ENABLED: AssessmentSyncColumnImmutable;
|
|
866
868
|
ENSURE_REQUEST_REDACTION_ENABLED: AssessmentSyncColumnImmutable;
|
|
867
869
|
LAST_CLASSIFIED_AT: AssessmentSyncColumnImmutable;
|
|
868
870
|
LAST_RUN_AT: AssessmentSyncColumnImmutable;
|
|
871
|
+
ERROR: AssessmentSyncColumnImmutable;
|
|
869
872
|
ERROR_COUNT: AssessmentSyncColumnImmutable;
|
|
870
873
|
CONTEXT: AssessmentSyncColumnImmutable;
|
|
871
874
|
CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
|
|
872
875
|
NON_NULL_CHECK_COMPLETED: AssessmentSyncColumnImmutable;
|
|
873
|
-
CONTROLLERSHIP: AssessmentSyncColumnImmutable;
|
|
874
|
-
RETENTION_TYPE: AssessmentSyncColumnImmutable;
|
|
875
876
|
RETENTION_PERIOD: AssessmentSyncColumnImmutable;
|
|
876
877
|
SCAN_RUN_ID: AssessmentSyncColumnImmutable;
|
|
877
878
|
DATA_TYPE: AssessmentSyncColumnImmutable;
|
|
@@ -893,7 +894,6 @@ declare const AssessmentSyncColumn: {
|
|
|
893
894
|
SECURITY_MEASURE_DETAILS: AssessmentSyncColumnImmutable;
|
|
894
895
|
STORAGE_REGIONS: AssessmentSyncColumnImmutable;
|
|
895
896
|
DATA_PROTECTION_IMPACT_ASSESSMENT_LINK: AssessmentSyncColumnImmutable;
|
|
896
|
-
DATA_PROTECTION_IMPACT_ASSESSMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
897
897
|
};
|
|
898
898
|
/** Type override */
|
|
899
899
|
type AssessmentSyncColumn = (typeof AssessmentSyncColumn)[keyof typeof AssessmentSyncColumn];
|
|
@@ -1666,6 +1666,56 @@ declare const ConsentTrackerType: {
|
|
|
1666
1666
|
};
|
|
1667
1667
|
/** Type override */
|
|
1668
1668
|
type ConsentTrackerType = (typeof ConsentTrackerType)[keyof typeof ConsentTrackerType];
|
|
1669
|
+
/**
|
|
1670
|
+
* Metrics supported by airgap bundle aggregate/timeseries analytics
|
|
1671
|
+
*/
|
|
1672
|
+
declare const AirgapBundleAnalyticsMetric: {
|
|
1673
|
+
/** User opt-in or opt-out for a consent purpose */ConsentChanged: "CONSENT_CHANGED"; /** Privacy signal detected (e.g. GPC, DNT) */
|
|
1674
|
+
SignalDetected: "SIGNAL_DETECTED"; /** Site session recorded */
|
|
1675
|
+
SiteSessions: "SITE_SESSIONS"; /** Page view recorded */
|
|
1676
|
+
PageViews: "PAGE_VIEWS";
|
|
1677
|
+
};
|
|
1678
|
+
/** Type override */
|
|
1679
|
+
type AirgapBundleAnalyticsMetric = (typeof AirgapBundleAnalyticsMetric)[keyof typeof AirgapBundleAnalyticsMetric];
|
|
1680
|
+
/**
|
|
1681
|
+
* Dimensions available for aggregate consent analytics breakdowns
|
|
1682
|
+
*/
|
|
1683
|
+
declare const AirgapBundleAnalyticsDimension: {
|
|
1684
|
+
/** Consent value after change (true = opted in, false = opted out) */NewValue: "NEW_VALUE"; /** Privacy regime active when the event was recorded */
|
|
1685
|
+
Regime: "REGIME"; /** Tracking purpose the event relates to */
|
|
1686
|
+
Purpose: "PURPOSE";
|
|
1687
|
+
};
|
|
1688
|
+
/** Type override */
|
|
1689
|
+
type AirgapBundleAnalyticsDimension = (typeof AirgapBundleAnalyticsDimension)[keyof typeof AirgapBundleAnalyticsDimension];
|
|
1690
|
+
/**
|
|
1691
|
+
* Bin sizes for airgap bundle timeseries analytics
|
|
1692
|
+
*/
|
|
1693
|
+
declare const AirgapBundleAnalyticsBinInterval: {
|
|
1694
|
+
/** One minute bins */Minute: "1m"; /** One hour bins */
|
|
1695
|
+
Hourly: "1h"; /** One day bins */
|
|
1696
|
+
Daily: "1d";
|
|
1697
|
+
};
|
|
1698
|
+
/** Type override */
|
|
1699
|
+
type AirgapBundleAnalyticsBinInterval = (typeof AirgapBundleAnalyticsBinInterval)[keyof typeof AirgapBundleAnalyticsBinInterval];
|
|
1700
|
+
/**
|
|
1701
|
+
* analyticsData sources for consent manager metrics
|
|
1702
|
+
*/
|
|
1703
|
+
declare const ConsentManagerAnalyticsDataSource: {
|
|
1704
|
+
/** DNT/GPC and other privacy signal counts over time */PrivacySignalTimeseries: "PRIVACY_SIGNAL_TIMESERIES"; /** Explicit opt-in/opt-out events over time */
|
|
1705
|
+
ConsentChangesTimeseries: "CONSENT_CHANGES_TIMESERIES"; /** Session counts grouped by privacy regime */
|
|
1706
|
+
ConsentSessionsByRegime: "CONSENT_SESSIONS_BY_REGIME";
|
|
1707
|
+
};
|
|
1708
|
+
/** Type override */
|
|
1709
|
+
type ConsentManagerAnalyticsDataSource = (typeof ConsentManagerAnalyticsDataSource)[keyof typeof ConsentManagerAnalyticsDataSource];
|
|
1710
|
+
/**
|
|
1711
|
+
* Allowed bin sizes for consent manager analyticsData queries
|
|
1712
|
+
*/
|
|
1713
|
+
declare const ConsentManagerMetricBin: {
|
|
1714
|
+
/** One hour bins */Hourly: "1h"; /** One day bins */
|
|
1715
|
+
Daily: "1d";
|
|
1716
|
+
};
|
|
1717
|
+
/** Type override */
|
|
1718
|
+
type ConsentManagerMetricBin = (typeof ConsentManagerMetricBin)[keyof typeof ConsentManagerMetricBin];
|
|
1669
1719
|
//#endregion
|
|
1670
1720
|
//#region src/consentUi.d.ts
|
|
1671
1721
|
/**
|
|
@@ -1732,6 +1782,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1732
1782
|
regimeAutoPromptMap: t.RecordC<t.StringC, t.BooleanC>;
|
|
1733
1783
|
variantConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
1734
1784
|
locales: t.ArrayC<t.KeyofC<{
|
|
1785
|
+
no: unknown;
|
|
1735
1786
|
en: unknown;
|
|
1736
1787
|
ar: unknown;
|
|
1737
1788
|
fr: unknown;
|
|
@@ -1755,7 +1806,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1755
1806
|
ms: unknown;
|
|
1756
1807
|
mr: unknown;
|
|
1757
1808
|
nb: unknown;
|
|
1758
|
-
no: unknown;
|
|
1759
1809
|
pl: unknown;
|
|
1760
1810
|
pt: unknown;
|
|
1761
1811
|
ro: unknown;
|
|
@@ -1930,6 +1980,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1930
1980
|
}>>;
|
|
1931
1981
|
transcendUrl: t.StringC;
|
|
1932
1982
|
defaultLocale: t.KeyofC<{
|
|
1983
|
+
no: unknown;
|
|
1933
1984
|
en: unknown;
|
|
1934
1985
|
ar: unknown;
|
|
1935
1986
|
fr: unknown;
|
|
@@ -1953,7 +2004,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1953
2004
|
ms: unknown;
|
|
1954
2005
|
mr: unknown;
|
|
1955
2006
|
nb: unknown;
|
|
1956
|
-
no: unknown;
|
|
1957
2007
|
pl: unknown;
|
|
1958
2008
|
pt: unknown;
|
|
1959
2009
|
ro: unknown;
|
|
@@ -2178,6 +2228,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2178
2228
|
}>]>;
|
|
2179
2229
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2180
2230
|
locales: t.ArrayC<t.KeyofC<{
|
|
2231
|
+
no: unknown;
|
|
2181
2232
|
en: unknown;
|
|
2182
2233
|
ar: unknown;
|
|
2183
2234
|
fr: unknown;
|
|
@@ -2201,7 +2252,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2201
2252
|
ms: unknown;
|
|
2202
2253
|
mr: unknown;
|
|
2203
2254
|
nb: unknown;
|
|
2204
|
-
no: unknown;
|
|
2205
2255
|
pl: unknown;
|
|
2206
2256
|
pt: unknown;
|
|
2207
2257
|
ro: unknown;
|
|
@@ -2376,6 +2426,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2376
2426
|
}>>;
|
|
2377
2427
|
transcendUrl: t.StringC;
|
|
2378
2428
|
defaultLocale: t.KeyofC<{
|
|
2429
|
+
no: unknown;
|
|
2379
2430
|
en: unknown;
|
|
2380
2431
|
ar: unknown;
|
|
2381
2432
|
fr: unknown;
|
|
@@ -2399,7 +2450,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2399
2450
|
ms: unknown;
|
|
2400
2451
|
mr: unknown;
|
|
2401
2452
|
nb: unknown;
|
|
2402
|
-
no: unknown;
|
|
2403
2453
|
pl: unknown;
|
|
2404
2454
|
pt: unknown;
|
|
2405
2455
|
ro: unknown;
|
|
@@ -2626,6 +2676,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2626
2676
|
}>]>;
|
|
2627
2677
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2628
2678
|
locales: t.ArrayC<t.KeyofC<{
|
|
2679
|
+
no: unknown;
|
|
2629
2680
|
en: unknown;
|
|
2630
2681
|
ar: unknown;
|
|
2631
2682
|
fr: unknown;
|
|
@@ -2649,7 +2700,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2649
2700
|
ms: unknown;
|
|
2650
2701
|
mr: unknown;
|
|
2651
2702
|
nb: unknown;
|
|
2652
|
-
no: unknown;
|
|
2653
2703
|
pl: unknown;
|
|
2654
2704
|
pt: unknown;
|
|
2655
2705
|
ro: unknown;
|
|
@@ -2824,6 +2874,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2824
2874
|
}>>;
|
|
2825
2875
|
transcendUrl: t.StringC;
|
|
2826
2876
|
defaultLocale: t.KeyofC<{
|
|
2877
|
+
no: unknown;
|
|
2827
2878
|
en: unknown;
|
|
2828
2879
|
ar: unknown;
|
|
2829
2880
|
fr: unknown;
|
|
@@ -2847,7 +2898,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2847
2898
|
ms: unknown;
|
|
2848
2899
|
mr: unknown;
|
|
2849
2900
|
nb: unknown;
|
|
2850
|
-
no: unknown;
|
|
2851
2901
|
pl: unknown;
|
|
2852
2902
|
pt: unknown;
|
|
2853
2903
|
ro: unknown;
|
|
@@ -3138,6 +3188,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3138
3188
|
}>, t.PartialC<{
|
|
3139
3189
|
css: t.StringC;
|
|
3140
3190
|
messageMap: t.RecordC<t.KeyofC<{
|
|
3191
|
+
no: unknown;
|
|
3141
3192
|
en: unknown;
|
|
3142
3193
|
ar: unknown;
|
|
3143
3194
|
fr: unknown;
|
|
@@ -3161,7 +3212,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3161
3212
|
ms: unknown;
|
|
3162
3213
|
mr: unknown;
|
|
3163
3214
|
nb: unknown;
|
|
3164
|
-
no: unknown;
|
|
3165
3215
|
pl: unknown;
|
|
3166
3216
|
pt: unknown;
|
|
3167
3217
|
ro: unknown;
|
|
@@ -4565,6 +4615,7 @@ type AbsoluteUrlString = t.TypeOf<typeof AbsoluteUrlString>;
|
|
|
4565
4615
|
/** Top-level configuration shared between the UI layers */
|
|
4566
4616
|
declare const SharedTopLevelConfig: t.TypeC<{
|
|
4567
4617
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
4618
|
+
no: unknown;
|
|
4568
4619
|
en: unknown;
|
|
4569
4620
|
ar: unknown;
|
|
4570
4621
|
fr: unknown;
|
|
@@ -4588,7 +4639,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
4588
4639
|
ms: unknown;
|
|
4589
4640
|
mr: unknown;
|
|
4590
4641
|
nb: unknown;
|
|
4591
|
-
no: unknown;
|
|
4592
4642
|
pl: unknown;
|
|
4593
4643
|
pt: unknown;
|
|
4594
4644
|
ro: unknown;
|
|
@@ -4763,6 +4813,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
4763
4813
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
4764
4814
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
4765
4815
|
defaultLocale: t.KeyofC<{
|
|
4816
|
+
no: unknown;
|
|
4766
4817
|
en: unknown;
|
|
4767
4818
|
ar: unknown;
|
|
4768
4819
|
fr: unknown;
|
|
@@ -4786,7 +4837,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
4786
4837
|
ms: unknown;
|
|
4787
4838
|
mr: unknown;
|
|
4788
4839
|
nb: unknown;
|
|
4789
|
-
no: unknown;
|
|
4790
4840
|
pl: unknown;
|
|
4791
4841
|
pt: unknown;
|
|
4792
4842
|
ro: unknown;
|
|
@@ -5124,6 +5174,7 @@ type SecondLayerConfig = t.TypeOf<typeof SecondLayerConfig>;
|
|
|
5124
5174
|
/** Banner only configuration */
|
|
5125
5175
|
declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
5126
5176
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5177
|
+
no: unknown;
|
|
5127
5178
|
en: unknown;
|
|
5128
5179
|
ar: unknown;
|
|
5129
5180
|
fr: unknown;
|
|
@@ -5147,7 +5198,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5147
5198
|
ms: unknown;
|
|
5148
5199
|
mr: unknown;
|
|
5149
5200
|
nb: unknown;
|
|
5150
|
-
no: unknown;
|
|
5151
5201
|
pl: unknown;
|
|
5152
5202
|
pt: unknown;
|
|
5153
5203
|
ro: unknown;
|
|
@@ -5322,6 +5372,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5322
5372
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5323
5373
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5324
5374
|
defaultLocale: t.KeyofC<{
|
|
5375
|
+
no: unknown;
|
|
5325
5376
|
en: unknown;
|
|
5326
5377
|
ar: unknown;
|
|
5327
5378
|
fr: unknown;
|
|
@@ -5345,7 +5396,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5345
5396
|
ms: unknown;
|
|
5346
5397
|
mr: unknown;
|
|
5347
5398
|
nb: unknown;
|
|
5348
|
-
no: unknown;
|
|
5349
5399
|
pl: unknown;
|
|
5350
5400
|
pt: unknown;
|
|
5351
5401
|
ro: unknown;
|
|
@@ -5574,6 +5624,7 @@ type UIConfigurationBannerOnly = t.TypeOf<typeof UIConfigurationBannerOnly>;
|
|
|
5574
5624
|
/** Modal only configuration */
|
|
5575
5625
|
declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
5576
5626
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5627
|
+
no: unknown;
|
|
5577
5628
|
en: unknown;
|
|
5578
5629
|
ar: unknown;
|
|
5579
5630
|
fr: unknown;
|
|
@@ -5597,7 +5648,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5597
5648
|
ms: unknown;
|
|
5598
5649
|
mr: unknown;
|
|
5599
5650
|
nb: unknown;
|
|
5600
|
-
no: unknown;
|
|
5601
5651
|
pl: unknown;
|
|
5602
5652
|
pt: unknown;
|
|
5603
5653
|
ro: unknown;
|
|
@@ -5772,6 +5822,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5772
5822
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5773
5823
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5774
5824
|
defaultLocale: t.KeyofC<{
|
|
5825
|
+
no: unknown;
|
|
5775
5826
|
en: unknown;
|
|
5776
5827
|
ar: unknown;
|
|
5777
5828
|
fr: unknown;
|
|
@@ -5795,7 +5846,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5795
5846
|
ms: unknown;
|
|
5796
5847
|
mr: unknown;
|
|
5797
5848
|
nb: unknown;
|
|
5798
|
-
no: unknown;
|
|
5799
5849
|
pl: unknown;
|
|
5800
5850
|
pt: unknown;
|
|
5801
5851
|
ro: unknown;
|
|
@@ -6026,6 +6076,7 @@ type UIConfigurationModalOnly = t.TypeOf<typeof UIConfigurationModalOnly>;
|
|
|
6026
6076
|
/** Banner into modal configuration */
|
|
6027
6077
|
declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
6028
6078
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6079
|
+
no: unknown;
|
|
6029
6080
|
en: unknown;
|
|
6030
6081
|
ar: unknown;
|
|
6031
6082
|
fr: unknown;
|
|
@@ -6049,7 +6100,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6049
6100
|
ms: unknown;
|
|
6050
6101
|
mr: unknown;
|
|
6051
6102
|
nb: unknown;
|
|
6052
|
-
no: unknown;
|
|
6053
6103
|
pl: unknown;
|
|
6054
6104
|
pt: unknown;
|
|
6055
6105
|
ro: unknown;
|
|
@@ -6224,6 +6274,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6224
6274
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6225
6275
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6226
6276
|
defaultLocale: t.KeyofC<{
|
|
6277
|
+
no: unknown;
|
|
6227
6278
|
en: unknown;
|
|
6228
6279
|
ar: unknown;
|
|
6229
6280
|
fr: unknown;
|
|
@@ -6247,7 +6298,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6247
6298
|
ms: unknown;
|
|
6248
6299
|
mr: unknown;
|
|
6249
6300
|
nb: unknown;
|
|
6250
|
-
no: unknown;
|
|
6251
6301
|
pl: unknown;
|
|
6252
6302
|
pt: unknown;
|
|
6253
6303
|
ro: unknown;
|
|
@@ -6527,6 +6577,7 @@ type UIConfigurationBannerIntoModal = t.TypeOf<typeof UIConfigurationBannerIntoM
|
|
|
6527
6577
|
/** Configuration of the entire consent UI */
|
|
6528
6578
|
declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
6529
6579
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6580
|
+
no: unknown;
|
|
6530
6581
|
en: unknown;
|
|
6531
6582
|
ar: unknown;
|
|
6532
6583
|
fr: unknown;
|
|
@@ -6550,7 +6601,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6550
6601
|
ms: unknown;
|
|
6551
6602
|
mr: unknown;
|
|
6552
6603
|
nb: unknown;
|
|
6553
|
-
no: unknown;
|
|
6554
6604
|
pl: unknown;
|
|
6555
6605
|
pt: unknown;
|
|
6556
6606
|
ro: unknown;
|
|
@@ -6725,6 +6775,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6725
6775
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6726
6776
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6727
6777
|
defaultLocale: t.KeyofC<{
|
|
6778
|
+
no: unknown;
|
|
6728
6779
|
en: unknown;
|
|
6729
6780
|
ar: unknown;
|
|
6730
6781
|
fr: unknown;
|
|
@@ -6748,7 +6799,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6748
6799
|
ms: unknown;
|
|
6749
6800
|
mr: unknown;
|
|
6750
6801
|
nb: unknown;
|
|
6751
|
-
no: unknown;
|
|
6752
6802
|
pl: unknown;
|
|
6753
6803
|
pt: unknown;
|
|
6754
6804
|
ro: unknown;
|
|
@@ -6973,6 +7023,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6973
7023
|
}>]>;
|
|
6974
7024
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
6975
7025
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7026
|
+
no: unknown;
|
|
6976
7027
|
en: unknown;
|
|
6977
7028
|
ar: unknown;
|
|
6978
7029
|
fr: unknown;
|
|
@@ -6996,7 +7047,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6996
7047
|
ms: unknown;
|
|
6997
7048
|
mr: unknown;
|
|
6998
7049
|
nb: unknown;
|
|
6999
|
-
no: unknown;
|
|
7000
7050
|
pl: unknown;
|
|
7001
7051
|
pt: unknown;
|
|
7002
7052
|
ro: unknown;
|
|
@@ -7171,6 +7221,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7171
7221
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7172
7222
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7173
7223
|
defaultLocale: t.KeyofC<{
|
|
7224
|
+
no: unknown;
|
|
7174
7225
|
en: unknown;
|
|
7175
7226
|
ar: unknown;
|
|
7176
7227
|
fr: unknown;
|
|
@@ -7194,7 +7245,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7194
7245
|
ms: unknown;
|
|
7195
7246
|
mr: unknown;
|
|
7196
7247
|
nb: unknown;
|
|
7197
|
-
no: unknown;
|
|
7198
7248
|
pl: unknown;
|
|
7199
7249
|
pt: unknown;
|
|
7200
7250
|
ro: unknown;
|
|
@@ -7421,6 +7471,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7421
7471
|
}>]>;
|
|
7422
7472
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
7423
7473
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7474
|
+
no: unknown;
|
|
7424
7475
|
en: unknown;
|
|
7425
7476
|
ar: unknown;
|
|
7426
7477
|
fr: unknown;
|
|
@@ -7444,7 +7495,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7444
7495
|
ms: unknown;
|
|
7445
7496
|
mr: unknown;
|
|
7446
7497
|
nb: unknown;
|
|
7447
|
-
no: unknown;
|
|
7448
7498
|
pl: unknown;
|
|
7449
7499
|
pt: unknown;
|
|
7450
7500
|
ro: unknown;
|
|
@@ -7619,6 +7669,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7619
7669
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7620
7670
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7621
7671
|
defaultLocale: t.KeyofC<{
|
|
7672
|
+
no: unknown;
|
|
7622
7673
|
en: unknown;
|
|
7623
7674
|
ar: unknown;
|
|
7624
7675
|
fr: unknown;
|
|
@@ -7642,7 +7693,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7642
7693
|
ms: unknown;
|
|
7643
7694
|
mr: unknown;
|
|
7644
7695
|
nb: unknown;
|
|
7645
|
-
no: unknown;
|
|
7646
7696
|
pl: unknown;
|
|
7647
7697
|
pt: unknown;
|
|
7648
7698
|
ro: unknown;
|
|
@@ -34412,6 +34462,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
34412
34462
|
}>; /** The time that the privacy request was created */
|
|
34413
34463
|
requestCreatedAt: t.StringC; /** The language key for the privacy request */
|
|
34414
34464
|
requestLocale: t.KeyofC<{
|
|
34465
|
+
no: unknown;
|
|
34415
34466
|
en: unknown;
|
|
34416
34467
|
ar: unknown;
|
|
34417
34468
|
fr: unknown;
|
|
@@ -34435,7 +34486,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
34435
34486
|
ms: unknown;
|
|
34436
34487
|
mr: unknown;
|
|
34437
34488
|
nb: unknown;
|
|
34438
|
-
no: unknown;
|
|
34439
34489
|
pl: unknown;
|
|
34440
34490
|
pt: unknown;
|
|
34441
34491
|
ro: unknown;
|
|
@@ -40048,8 +40098,8 @@ declare enum PromptRunProductArea {
|
|
|
40048
40098
|
}
|
|
40049
40099
|
declare const ChatCompletionMessage: t.TypeC<{
|
|
40050
40100
|
role: t.KeyofC<{
|
|
40051
|
-
system: unknown;
|
|
40052
40101
|
user: unknown;
|
|
40102
|
+
system: unknown;
|
|
40053
40103
|
assistant: unknown;
|
|
40054
40104
|
}>;
|
|
40055
40105
|
content: t.StringC;
|
|
@@ -44495,7 +44545,7 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
44495
44545
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
44496
44546
|
region: t.PartialC<{
|
|
44497
44547
|
/** The country ISO code */country: t.KeyofC<{
|
|
44498
|
-
|
|
44548
|
+
IN: unknown;
|
|
44499
44549
|
AF: unknown;
|
|
44500
44550
|
AX: unknown;
|
|
44501
44551
|
AL: unknown;
|
|
@@ -44599,7 +44649,7 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
44599
44649
|
HK: unknown;
|
|
44600
44650
|
HU: unknown;
|
|
44601
44651
|
IS: unknown;
|
|
44602
|
-
|
|
44652
|
+
ID: unknown;
|
|
44603
44653
|
IR: unknown;
|
|
44604
44654
|
IQ: unknown;
|
|
44605
44655
|
IE: unknown;
|
|
@@ -49925,7 +49975,7 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
49925
49975
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
49926
49976
|
region: t.PartialC<{
|
|
49927
49977
|
/** The country ISO code */country: t.KeyofC<{
|
|
49928
|
-
|
|
49978
|
+
IN: unknown;
|
|
49929
49979
|
AF: unknown;
|
|
49930
49980
|
AX: unknown;
|
|
49931
49981
|
AL: unknown;
|
|
@@ -50029,7 +50079,7 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
50029
50079
|
HK: unknown;
|
|
50030
50080
|
HU: unknown;
|
|
50031
50081
|
IS: unknown;
|
|
50032
|
-
|
|
50082
|
+
ID: unknown;
|
|
50033
50083
|
IR: unknown;
|
|
50034
50084
|
IQ: unknown;
|
|
50035
50085
|
IE: unknown;
|
|
@@ -55363,7 +55413,7 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
55363
55413
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
55364
55414
|
region: t.PartialC<{
|
|
55365
55415
|
/** The country ISO code */country: t.KeyofC<{
|
|
55366
|
-
|
|
55416
|
+
IN: unknown;
|
|
55367
55417
|
AF: unknown;
|
|
55368
55418
|
AX: unknown;
|
|
55369
55419
|
AL: unknown;
|
|
@@ -55467,7 +55517,7 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
55467
55517
|
HK: unknown;
|
|
55468
55518
|
HU: unknown;
|
|
55469
55519
|
IS: unknown;
|
|
55470
|
-
|
|
55520
|
+
ID: unknown;
|
|
55471
55521
|
IR: unknown;
|
|
55472
55522
|
IQ: unknown;
|
|
55473
55523
|
IE: unknown;
|
|
@@ -61699,5 +61749,5 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
61699
61749
|
/** Type override */
|
|
61700
61750
|
type PrivacyCenterThemePartial = t.TypeOf<typeof PrivacyCenterThemePartial>;
|
|
61701
61751
|
//#endregion
|
|
61702
|
-
export { AbsoluteUrlString, ActionItemCode, ActionItemPriorityOverride, 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, CommunicationIdentifierType, ComparisonOperator, CompletedRequestStatus, ConfidenceLabel, ConfigurableColorPaletteColor, ConsentBundleType, 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, FooterConfig, FooterTheme, FullWidthContentLayout, HeaderTheme, 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, SemicolonDelimitedRegimeKeyString, ShadowRootOptions, SharedTopLevelConfig, SharedTopLevelTheme, SignedIabAgreementOption, SombraStandardScope, StaticTeamType, SubDataPointAttribute, SubDataPointAttributeSyncColumn, SubDataPointDataSubCategoryGuessStatus, TRANSCEND_SCOPES, TableEncryptionType, TelemetryPartitionStrategy, TemplateVariableModelName, Text, ThemeConfiguration, ThemeConfigurationBannerIntoModal, ThemeConfigurationBannerOnly, ThemeConfigurationModalOnly, ThemeKey, ToggleTheme, TranscendProduct, TriageAction, UIConfiguration, UIConfigurationBannerIntoModal, UIConfigurationBannerOnly, UIConfigurationModalOnly, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, getRegistryLink };
|
|
61752
|
+
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, 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, FooterConfig, FooterTheme, FullWidthContentLayout, HeaderTheme, 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, SemicolonDelimitedRegimeKeyString, ShadowRootOptions, SharedTopLevelConfig, SharedTopLevelTheme, SignedIabAgreementOption, SombraStandardScope, StaticTeamType, SubDataPointAttribute, SubDataPointAttributeSyncColumn, SubDataPointDataSubCategoryGuessStatus, TRANSCEND_SCOPES, TableEncryptionType, TelemetryPartitionStrategy, TemplateVariableModelName, Text, ThemeConfiguration, ThemeConfigurationBannerIntoModal, ThemeConfigurationBannerOnly, ThemeConfigurationModalOnly, ThemeKey, ToggleTheme, TranscendProduct, TriageAction, UIConfiguration, UIConfigurationBannerIntoModal, UIConfigurationBannerOnly, UIConfigurationModalOnly, UnknownRequestPolicy, UnstructuredSubDataPointRecommendationStatus, UspapiOption, VariantKey, VendorAttribute, VendorAttributeSyncColumn, VerticalAlign, getRegistryLink };
|
|
61703
61753
|
//# sourceMappingURL=index.d.mts.map
|