@transcend-io/privacy-types 5.4.0 → 5.5.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 +82 -61
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +28 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1745,6 +1745,7 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
|
|
|
1745
1745
|
PUBLISHED: unknown;
|
|
1746
1746
|
}>; /** Locales of variant */
|
|
1747
1747
|
locales: t.ArrayC<t.KeyofC<{
|
|
1748
|
+
no: unknown;
|
|
1748
1749
|
en: unknown;
|
|
1749
1750
|
ar: unknown;
|
|
1750
1751
|
fr: unknown;
|
|
@@ -1768,7 +1769,6 @@ declare const ConsentVariantInput: t.IntersectionC<[t.TypeC<{
|
|
|
1768
1769
|
ms: unknown;
|
|
1769
1770
|
mr: unknown;
|
|
1770
1771
|
nb: unknown;
|
|
1771
|
-
no: unknown;
|
|
1772
1772
|
pl: unknown;
|
|
1773
1773
|
pt: unknown;
|
|
1774
1774
|
ro: unknown;
|
|
@@ -2028,6 +2028,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2028
2028
|
regimeAutoPromptMap: t.RecordC<t.StringC, t.BooleanC>;
|
|
2029
2029
|
variantConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
2030
2030
|
locales: t.ArrayC<t.KeyofC<{
|
|
2031
|
+
no: unknown;
|
|
2031
2032
|
en: unknown;
|
|
2032
2033
|
ar: unknown;
|
|
2033
2034
|
fr: unknown;
|
|
@@ -2051,7 +2052,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2051
2052
|
ms: unknown;
|
|
2052
2053
|
mr: unknown;
|
|
2053
2054
|
nb: unknown;
|
|
2054
|
-
no: unknown;
|
|
2055
2055
|
pl: unknown;
|
|
2056
2056
|
pt: unknown;
|
|
2057
2057
|
ro: unknown;
|
|
@@ -2226,6 +2226,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2226
2226
|
}>>;
|
|
2227
2227
|
transcendUrl: t.StringC;
|
|
2228
2228
|
defaultLocale: t.KeyofC<{
|
|
2229
|
+
no: unknown;
|
|
2229
2230
|
en: unknown;
|
|
2230
2231
|
ar: unknown;
|
|
2231
2232
|
fr: unknown;
|
|
@@ -2249,7 +2250,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2249
2250
|
ms: unknown;
|
|
2250
2251
|
mr: unknown;
|
|
2251
2252
|
nb: unknown;
|
|
2252
|
-
no: unknown;
|
|
2253
2253
|
pl: unknown;
|
|
2254
2254
|
pt: unknown;
|
|
2255
2255
|
ro: unknown;
|
|
@@ -2474,6 +2474,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2474
2474
|
}>]>;
|
|
2475
2475
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2476
2476
|
locales: t.ArrayC<t.KeyofC<{
|
|
2477
|
+
no: unknown;
|
|
2477
2478
|
en: unknown;
|
|
2478
2479
|
ar: unknown;
|
|
2479
2480
|
fr: unknown;
|
|
@@ -2497,7 +2498,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2497
2498
|
ms: unknown;
|
|
2498
2499
|
mr: unknown;
|
|
2499
2500
|
nb: unknown;
|
|
2500
|
-
no: unknown;
|
|
2501
2501
|
pl: unknown;
|
|
2502
2502
|
pt: unknown;
|
|
2503
2503
|
ro: unknown;
|
|
@@ -2672,6 +2672,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2672
2672
|
}>>;
|
|
2673
2673
|
transcendUrl: t.StringC;
|
|
2674
2674
|
defaultLocale: t.KeyofC<{
|
|
2675
|
+
no: unknown;
|
|
2675
2676
|
en: unknown;
|
|
2676
2677
|
ar: unknown;
|
|
2677
2678
|
fr: unknown;
|
|
@@ -2695,7 +2696,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2695
2696
|
ms: unknown;
|
|
2696
2697
|
mr: unknown;
|
|
2697
2698
|
nb: unknown;
|
|
2698
|
-
no: unknown;
|
|
2699
2699
|
pl: unknown;
|
|
2700
2700
|
pt: unknown;
|
|
2701
2701
|
ro: unknown;
|
|
@@ -2922,6 +2922,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2922
2922
|
}>]>;
|
|
2923
2923
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2924
2924
|
locales: t.ArrayC<t.KeyofC<{
|
|
2925
|
+
no: unknown;
|
|
2925
2926
|
en: unknown;
|
|
2926
2927
|
ar: unknown;
|
|
2927
2928
|
fr: unknown;
|
|
@@ -2945,7 +2946,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2945
2946
|
ms: unknown;
|
|
2946
2947
|
mr: unknown;
|
|
2947
2948
|
nb: unknown;
|
|
2948
|
-
no: unknown;
|
|
2949
2949
|
pl: unknown;
|
|
2950
2950
|
pt: unknown;
|
|
2951
2951
|
ro: unknown;
|
|
@@ -3120,6 +3120,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3120
3120
|
}>>;
|
|
3121
3121
|
transcendUrl: t.StringC;
|
|
3122
3122
|
defaultLocale: t.KeyofC<{
|
|
3123
|
+
no: unknown;
|
|
3123
3124
|
en: unknown;
|
|
3124
3125
|
ar: unknown;
|
|
3125
3126
|
fr: unknown;
|
|
@@ -3143,7 +3144,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3143
3144
|
ms: unknown;
|
|
3144
3145
|
mr: unknown;
|
|
3145
3146
|
nb: unknown;
|
|
3146
|
-
no: unknown;
|
|
3147
3147
|
pl: unknown;
|
|
3148
3148
|
pt: unknown;
|
|
3149
3149
|
ro: unknown;
|
|
@@ -3453,9 +3453,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3453
3453
|
}>]>;
|
|
3454
3454
|
alwaysShowScrollbar: t.BooleanC;
|
|
3455
3455
|
horizontalAlign: t.KeyofC<{
|
|
3456
|
-
center: unknown;
|
|
3457
|
-
left: unknown;
|
|
3458
3456
|
right: unknown;
|
|
3457
|
+
left: unknown;
|
|
3458
|
+
center: unknown;
|
|
3459
3459
|
}>;
|
|
3460
3460
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3461
3461
|
linkColor: t.StringC;
|
|
@@ -3488,9 +3488,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3488
3488
|
horizontalFlat: unknown;
|
|
3489
3489
|
}>;
|
|
3490
3490
|
verticalAlign: t.KeyofC<{
|
|
3491
|
+
center: unknown;
|
|
3491
3492
|
top: unknown;
|
|
3492
3493
|
bottom: unknown;
|
|
3493
|
-
center: unknown;
|
|
3494
3494
|
}>;
|
|
3495
3495
|
}>, t.PartialC<{
|
|
3496
3496
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -3544,9 +3544,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3544
3544
|
}>]>;
|
|
3545
3545
|
alwaysShowScrollbar: t.BooleanC;
|
|
3546
3546
|
horizontalAlign: t.KeyofC<{
|
|
3547
|
-
center: unknown;
|
|
3548
|
-
left: unknown;
|
|
3549
3547
|
right: unknown;
|
|
3548
|
+
left: unknown;
|
|
3549
|
+
center: unknown;
|
|
3550
3550
|
}>;
|
|
3551
3551
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3552
3552
|
linkColor: t.StringC;
|
|
@@ -3652,9 +3652,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3652
3652
|
}>]>;
|
|
3653
3653
|
alwaysShowScrollbar: t.BooleanC;
|
|
3654
3654
|
horizontalAlign: t.KeyofC<{
|
|
3655
|
-
center: unknown;
|
|
3656
|
-
left: unknown;
|
|
3657
3655
|
right: unknown;
|
|
3656
|
+
left: unknown;
|
|
3657
|
+
center: unknown;
|
|
3658
3658
|
}>;
|
|
3659
3659
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3660
3660
|
linkColor: t.StringC;
|
|
@@ -3687,9 +3687,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3687
3687
|
horizontalFlat: unknown;
|
|
3688
3688
|
}>;
|
|
3689
3689
|
verticalAlign: t.KeyofC<{
|
|
3690
|
+
center: unknown;
|
|
3690
3691
|
top: unknown;
|
|
3691
3692
|
bottom: unknown;
|
|
3692
|
-
center: unknown;
|
|
3693
3693
|
}>;
|
|
3694
3694
|
}>, t.PartialC<{
|
|
3695
3695
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -3730,9 +3730,9 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3730
3730
|
}>]>;
|
|
3731
3731
|
alwaysShowScrollbar: t.BooleanC;
|
|
3732
3732
|
horizontalAlign: t.KeyofC<{
|
|
3733
|
-
center: unknown;
|
|
3734
|
-
left: unknown;
|
|
3735
3733
|
right: unknown;
|
|
3734
|
+
left: unknown;
|
|
3735
|
+
center: unknown;
|
|
3736
3736
|
}>;
|
|
3737
3737
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3738
3738
|
linkColor: t.StringC;
|
|
@@ -3905,6 +3905,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3905
3905
|
}>, t.PartialC<{
|
|
3906
3906
|
css: t.StringC;
|
|
3907
3907
|
messageMap: t.RecordC<t.KeyofC<{
|
|
3908
|
+
no: unknown;
|
|
3908
3909
|
en: unknown;
|
|
3909
3910
|
ar: unknown;
|
|
3910
3911
|
fr: unknown;
|
|
@@ -3928,7 +3929,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3928
3929
|
ms: unknown;
|
|
3929
3930
|
mr: unknown;
|
|
3930
3931
|
nb: unknown;
|
|
3931
|
-
no: unknown;
|
|
3932
3932
|
pl: unknown;
|
|
3933
3933
|
pt: unknown;
|
|
3934
3934
|
ro: unknown;
|
|
@@ -4382,9 +4382,9 @@ declare const CommonLayerTheme: t.IntersectionC<[t.TypeC<{
|
|
|
4382
4382
|
}>]>;
|
|
4383
4383
|
alwaysShowScrollbar: t.BooleanC;
|
|
4384
4384
|
horizontalAlign: t.KeyofC<{
|
|
4385
|
-
center: unknown;
|
|
4386
|
-
left: unknown;
|
|
4387
4385
|
right: unknown;
|
|
4386
|
+
left: unknown;
|
|
4387
|
+
center: unknown;
|
|
4388
4388
|
}>;
|
|
4389
4389
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4390
4390
|
linkColor: t.StringC;
|
|
@@ -4466,9 +4466,9 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4466
4466
|
}>]>;
|
|
4467
4467
|
alwaysShowScrollbar: t.BooleanC;
|
|
4468
4468
|
horizontalAlign: t.KeyofC<{
|
|
4469
|
-
center: unknown;
|
|
4470
|
-
left: unknown;
|
|
4471
4469
|
right: unknown;
|
|
4470
|
+
left: unknown;
|
|
4471
|
+
center: unknown;
|
|
4472
4472
|
}>;
|
|
4473
4473
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4474
4474
|
linkColor: t.StringC;
|
|
@@ -4501,9 +4501,9 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4501
4501
|
horizontalFlat: unknown;
|
|
4502
4502
|
}>;
|
|
4503
4503
|
verticalAlign: t.KeyofC<{
|
|
4504
|
+
center: unknown;
|
|
4504
4505
|
top: unknown;
|
|
4505
4506
|
bottom: unknown;
|
|
4506
|
-
center: unknown;
|
|
4507
4507
|
}>;
|
|
4508
4508
|
}>, t.PartialC<{
|
|
4509
4509
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -4563,9 +4563,9 @@ declare const SecondLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4563
4563
|
}>]>;
|
|
4564
4564
|
alwaysShowScrollbar: t.BooleanC;
|
|
4565
4565
|
horizontalAlign: t.KeyofC<{
|
|
4566
|
-
center: unknown;
|
|
4567
|
-
left: unknown;
|
|
4568
4566
|
right: unknown;
|
|
4567
|
+
left: unknown;
|
|
4568
|
+
center: unknown;
|
|
4569
4569
|
}>;
|
|
4570
4570
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4571
4571
|
linkColor: t.StringC;
|
|
@@ -4737,9 +4737,9 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4737
4737
|
}>]>;
|
|
4738
4738
|
alwaysShowScrollbar: t.BooleanC;
|
|
4739
4739
|
horizontalAlign: t.KeyofC<{
|
|
4740
|
-
center: unknown;
|
|
4741
|
-
left: unknown;
|
|
4742
4740
|
right: unknown;
|
|
4741
|
+
left: unknown;
|
|
4742
|
+
center: unknown;
|
|
4743
4743
|
}>;
|
|
4744
4744
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4745
4745
|
linkColor: t.StringC;
|
|
@@ -4772,9 +4772,9 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4772
4772
|
horizontalFlat: unknown;
|
|
4773
4773
|
}>;
|
|
4774
4774
|
verticalAlign: t.KeyofC<{
|
|
4775
|
+
center: unknown;
|
|
4775
4776
|
top: unknown;
|
|
4776
4777
|
bottom: unknown;
|
|
4777
|
-
center: unknown;
|
|
4778
4778
|
}>;
|
|
4779
4779
|
}>, t.PartialC<{
|
|
4780
4780
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -4850,9 +4850,9 @@ declare const ThemeConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4850
4850
|
}>]>;
|
|
4851
4851
|
alwaysShowScrollbar: t.BooleanC;
|
|
4852
4852
|
horizontalAlign: t.KeyofC<{
|
|
4853
|
-
center: unknown;
|
|
4854
|
-
left: unknown;
|
|
4855
4853
|
right: unknown;
|
|
4854
|
+
left: unknown;
|
|
4855
|
+
center: unknown;
|
|
4856
4856
|
}>;
|
|
4857
4857
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4858
4858
|
linkColor: t.StringC;
|
|
@@ -5008,9 +5008,9 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5008
5008
|
}>]>;
|
|
5009
5009
|
alwaysShowScrollbar: t.BooleanC;
|
|
5010
5010
|
horizontalAlign: t.KeyofC<{
|
|
5011
|
-
center: unknown;
|
|
5012
|
-
left: unknown;
|
|
5013
5011
|
right: unknown;
|
|
5012
|
+
left: unknown;
|
|
5013
|
+
center: unknown;
|
|
5014
5014
|
}>;
|
|
5015
5015
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5016
5016
|
linkColor: t.StringC;
|
|
@@ -5043,9 +5043,9 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5043
5043
|
horizontalFlat: unknown;
|
|
5044
5044
|
}>;
|
|
5045
5045
|
verticalAlign: t.KeyofC<{
|
|
5046
|
+
center: unknown;
|
|
5046
5047
|
top: unknown;
|
|
5047
5048
|
bottom: unknown;
|
|
5048
|
-
center: unknown;
|
|
5049
5049
|
}>;
|
|
5050
5050
|
}>, t.PartialC<{
|
|
5051
5051
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -5086,9 +5086,9 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
5086
5086
|
}>]>;
|
|
5087
5087
|
alwaysShowScrollbar: t.BooleanC;
|
|
5088
5088
|
horizontalAlign: t.KeyofC<{
|
|
5089
|
-
center: unknown;
|
|
5090
|
-
left: unknown;
|
|
5091
5089
|
right: unknown;
|
|
5090
|
+
left: unknown;
|
|
5091
|
+
center: unknown;
|
|
5092
5092
|
}>;
|
|
5093
5093
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5094
5094
|
linkColor: t.StringC;
|
|
@@ -5287,9 +5287,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5287
5287
|
}>]>;
|
|
5288
5288
|
alwaysShowScrollbar: t.BooleanC;
|
|
5289
5289
|
horizontalAlign: t.KeyofC<{
|
|
5290
|
-
center: unknown;
|
|
5291
|
-
left: unknown;
|
|
5292
5290
|
right: unknown;
|
|
5291
|
+
left: unknown;
|
|
5292
|
+
center: unknown;
|
|
5293
5293
|
}>;
|
|
5294
5294
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5295
5295
|
linkColor: t.StringC;
|
|
@@ -5322,9 +5322,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5322
5322
|
horizontalFlat: unknown;
|
|
5323
5323
|
}>;
|
|
5324
5324
|
verticalAlign: t.KeyofC<{
|
|
5325
|
+
center: unknown;
|
|
5325
5326
|
top: unknown;
|
|
5326
5327
|
bottom: unknown;
|
|
5327
|
-
center: unknown;
|
|
5328
5328
|
}>;
|
|
5329
5329
|
}>, t.PartialC<{
|
|
5330
5330
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -5378,9 +5378,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5378
5378
|
}>]>;
|
|
5379
5379
|
alwaysShowScrollbar: t.BooleanC;
|
|
5380
5380
|
horizontalAlign: t.KeyofC<{
|
|
5381
|
-
center: unknown;
|
|
5382
|
-
left: unknown;
|
|
5383
5381
|
right: unknown;
|
|
5382
|
+
left: unknown;
|
|
5383
|
+
center: unknown;
|
|
5384
5384
|
}>;
|
|
5385
5385
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5386
5386
|
linkColor: t.StringC;
|
|
@@ -5486,9 +5486,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5486
5486
|
}>]>;
|
|
5487
5487
|
alwaysShowScrollbar: t.BooleanC;
|
|
5488
5488
|
horizontalAlign: t.KeyofC<{
|
|
5489
|
-
center: unknown;
|
|
5490
|
-
left: unknown;
|
|
5491
5489
|
right: unknown;
|
|
5490
|
+
left: unknown;
|
|
5491
|
+
center: unknown;
|
|
5492
5492
|
}>;
|
|
5493
5493
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5494
5494
|
linkColor: t.StringC;
|
|
@@ -5521,9 +5521,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5521
5521
|
horizontalFlat: unknown;
|
|
5522
5522
|
}>;
|
|
5523
5523
|
verticalAlign: t.KeyofC<{
|
|
5524
|
+
center: unknown;
|
|
5524
5525
|
top: unknown;
|
|
5525
5526
|
bottom: unknown;
|
|
5526
|
-
center: unknown;
|
|
5527
5527
|
}>;
|
|
5528
5528
|
}>, t.PartialC<{
|
|
5529
5529
|
contentLayout: t.UnionC<[t.TypeC<{
|
|
@@ -5564,9 +5564,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
5564
5564
|
}>]>;
|
|
5565
5565
|
alwaysShowScrollbar: t.BooleanC;
|
|
5566
5566
|
horizontalAlign: t.KeyofC<{
|
|
5567
|
-
center: unknown;
|
|
5568
|
-
left: unknown;
|
|
5569
5567
|
right: unknown;
|
|
5568
|
+
left: unknown;
|
|
5569
|
+
center: unknown;
|
|
5570
5570
|
}>;
|
|
5571
5571
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
5572
5572
|
linkColor: t.StringC;
|
|
@@ -5674,6 +5674,7 @@ type AbsoluteUrlString = t.TypeOf<typeof AbsoluteUrlString>;
|
|
|
5674
5674
|
/** Top-level configuration shared between the UI layers */
|
|
5675
5675
|
declare const SharedTopLevelConfig: t.TypeC<{
|
|
5676
5676
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5677
|
+
no: unknown;
|
|
5677
5678
|
en: unknown;
|
|
5678
5679
|
ar: unknown;
|
|
5679
5680
|
fr: unknown;
|
|
@@ -5697,7 +5698,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5697
5698
|
ms: unknown;
|
|
5698
5699
|
mr: unknown;
|
|
5699
5700
|
nb: unknown;
|
|
5700
|
-
no: unknown;
|
|
5701
5701
|
pl: unknown;
|
|
5702
5702
|
pt: unknown;
|
|
5703
5703
|
ro: unknown;
|
|
@@ -5872,6 +5872,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5872
5872
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5873
5873
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5874
5874
|
defaultLocale: t.KeyofC<{
|
|
5875
|
+
no: unknown;
|
|
5875
5876
|
en: unknown;
|
|
5876
5877
|
ar: unknown;
|
|
5877
5878
|
fr: unknown;
|
|
@@ -5895,7 +5896,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5895
5896
|
ms: unknown;
|
|
5896
5897
|
mr: unknown;
|
|
5897
5898
|
nb: unknown;
|
|
5898
|
-
no: unknown;
|
|
5899
5899
|
pl: unknown;
|
|
5900
5900
|
pt: unknown;
|
|
5901
5901
|
ro: unknown;
|
|
@@ -6233,6 +6233,7 @@ type SecondLayerConfig = t.TypeOf<typeof SecondLayerConfig>;
|
|
|
6233
6233
|
/** Banner only configuration */
|
|
6234
6234
|
declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
6235
6235
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6236
|
+
no: unknown;
|
|
6236
6237
|
en: unknown;
|
|
6237
6238
|
ar: unknown;
|
|
6238
6239
|
fr: unknown;
|
|
@@ -6256,7 +6257,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6256
6257
|
ms: unknown;
|
|
6257
6258
|
mr: unknown;
|
|
6258
6259
|
nb: unknown;
|
|
6259
|
-
no: unknown;
|
|
6260
6260
|
pl: unknown;
|
|
6261
6261
|
pt: unknown;
|
|
6262
6262
|
ro: unknown;
|
|
@@ -6431,6 +6431,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6431
6431
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6432
6432
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6433
6433
|
defaultLocale: t.KeyofC<{
|
|
6434
|
+
no: unknown;
|
|
6434
6435
|
en: unknown;
|
|
6435
6436
|
ar: unknown;
|
|
6436
6437
|
fr: unknown;
|
|
@@ -6454,7 +6455,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6454
6455
|
ms: unknown;
|
|
6455
6456
|
mr: unknown;
|
|
6456
6457
|
nb: unknown;
|
|
6457
|
-
no: unknown;
|
|
6458
6458
|
pl: unknown;
|
|
6459
6459
|
pt: unknown;
|
|
6460
6460
|
ro: unknown;
|
|
@@ -6683,6 +6683,7 @@ type UIConfigurationBannerOnly = t.TypeOf<typeof UIConfigurationBannerOnly>;
|
|
|
6683
6683
|
/** Modal only configuration */
|
|
6684
6684
|
declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
6685
6685
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6686
|
+
no: unknown;
|
|
6686
6687
|
en: unknown;
|
|
6687
6688
|
ar: unknown;
|
|
6688
6689
|
fr: unknown;
|
|
@@ -6706,7 +6707,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6706
6707
|
ms: unknown;
|
|
6707
6708
|
mr: unknown;
|
|
6708
6709
|
nb: unknown;
|
|
6709
|
-
no: unknown;
|
|
6710
6710
|
pl: unknown;
|
|
6711
6711
|
pt: unknown;
|
|
6712
6712
|
ro: unknown;
|
|
@@ -6881,6 +6881,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6881
6881
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6882
6882
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6883
6883
|
defaultLocale: t.KeyofC<{
|
|
6884
|
+
no: unknown;
|
|
6884
6885
|
en: unknown;
|
|
6885
6886
|
ar: unknown;
|
|
6886
6887
|
fr: unknown;
|
|
@@ -6904,7 +6905,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6904
6905
|
ms: unknown;
|
|
6905
6906
|
mr: unknown;
|
|
6906
6907
|
nb: unknown;
|
|
6907
|
-
no: unknown;
|
|
6908
6908
|
pl: unknown;
|
|
6909
6909
|
pt: unknown;
|
|
6910
6910
|
ro: unknown;
|
|
@@ -7135,6 +7135,7 @@ type UIConfigurationModalOnly = t.TypeOf<typeof UIConfigurationModalOnly>;
|
|
|
7135
7135
|
/** Banner into modal configuration */
|
|
7136
7136
|
declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
7137
7137
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7138
|
+
no: unknown;
|
|
7138
7139
|
en: unknown;
|
|
7139
7140
|
ar: unknown;
|
|
7140
7141
|
fr: unknown;
|
|
@@ -7158,7 +7159,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7158
7159
|
ms: unknown;
|
|
7159
7160
|
mr: unknown;
|
|
7160
7161
|
nb: unknown;
|
|
7161
|
-
no: unknown;
|
|
7162
7162
|
pl: unknown;
|
|
7163
7163
|
pt: unknown;
|
|
7164
7164
|
ro: unknown;
|
|
@@ -7333,6 +7333,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7333
7333
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7334
7334
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7335
7335
|
defaultLocale: t.KeyofC<{
|
|
7336
|
+
no: unknown;
|
|
7336
7337
|
en: unknown;
|
|
7337
7338
|
ar: unknown;
|
|
7338
7339
|
fr: unknown;
|
|
@@ -7356,7 +7357,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
7356
7357
|
ms: unknown;
|
|
7357
7358
|
mr: unknown;
|
|
7358
7359
|
nb: unknown;
|
|
7359
|
-
no: unknown;
|
|
7360
7360
|
pl: unknown;
|
|
7361
7361
|
pt: unknown;
|
|
7362
7362
|
ro: unknown;
|
|
@@ -7636,6 +7636,7 @@ type UIConfigurationBannerIntoModal = t.TypeOf<typeof UIConfigurationBannerIntoM
|
|
|
7636
7636
|
/** Configuration of the entire consent UI */
|
|
7637
7637
|
declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
7638
7638
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7639
|
+
no: unknown;
|
|
7639
7640
|
en: unknown;
|
|
7640
7641
|
ar: unknown;
|
|
7641
7642
|
fr: unknown;
|
|
@@ -7659,7 +7660,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7659
7660
|
ms: unknown;
|
|
7660
7661
|
mr: unknown;
|
|
7661
7662
|
nb: unknown;
|
|
7662
|
-
no: unknown;
|
|
7663
7663
|
pl: unknown;
|
|
7664
7664
|
pt: unknown;
|
|
7665
7665
|
ro: unknown;
|
|
@@ -7834,6 +7834,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7834
7834
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7835
7835
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7836
7836
|
defaultLocale: t.KeyofC<{
|
|
7837
|
+
no: unknown;
|
|
7837
7838
|
en: unknown;
|
|
7838
7839
|
ar: unknown;
|
|
7839
7840
|
fr: unknown;
|
|
@@ -7857,7 +7858,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7857
7858
|
ms: unknown;
|
|
7858
7859
|
mr: unknown;
|
|
7859
7860
|
nb: unknown;
|
|
7860
|
-
no: unknown;
|
|
7861
7861
|
pl: unknown;
|
|
7862
7862
|
pt: unknown;
|
|
7863
7863
|
ro: unknown;
|
|
@@ -8082,6 +8082,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8082
8082
|
}>]>;
|
|
8083
8083
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
8084
8084
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
8085
|
+
no: unknown;
|
|
8085
8086
|
en: unknown;
|
|
8086
8087
|
ar: unknown;
|
|
8087
8088
|
fr: unknown;
|
|
@@ -8105,7 +8106,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8105
8106
|
ms: unknown;
|
|
8106
8107
|
mr: unknown;
|
|
8107
8108
|
nb: unknown;
|
|
8108
|
-
no: unknown;
|
|
8109
8109
|
pl: unknown;
|
|
8110
8110
|
pt: unknown;
|
|
8111
8111
|
ro: unknown;
|
|
@@ -8280,6 +8280,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8280
8280
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
8281
8281
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
8282
8282
|
defaultLocale: t.KeyofC<{
|
|
8283
|
+
no: unknown;
|
|
8283
8284
|
en: unknown;
|
|
8284
8285
|
ar: unknown;
|
|
8285
8286
|
fr: unknown;
|
|
@@ -8303,7 +8304,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8303
8304
|
ms: unknown;
|
|
8304
8305
|
mr: unknown;
|
|
8305
8306
|
nb: unknown;
|
|
8306
|
-
no: unknown;
|
|
8307
8307
|
pl: unknown;
|
|
8308
8308
|
pt: unknown;
|
|
8309
8309
|
ro: unknown;
|
|
@@ -8530,6 +8530,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8530
8530
|
}>]>;
|
|
8531
8531
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
8532
8532
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
8533
|
+
no: unknown;
|
|
8533
8534
|
en: unknown;
|
|
8534
8535
|
ar: unknown;
|
|
8535
8536
|
fr: unknown;
|
|
@@ -8553,7 +8554,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8553
8554
|
ms: unknown;
|
|
8554
8555
|
mr: unknown;
|
|
8555
8556
|
nb: unknown;
|
|
8556
|
-
no: unknown;
|
|
8557
8557
|
pl: unknown;
|
|
8558
8558
|
pt: unknown;
|
|
8559
8559
|
ro: unknown;
|
|
@@ -8728,6 +8728,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8728
8728
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
8729
8729
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
8730
8730
|
defaultLocale: t.KeyofC<{
|
|
8731
|
+
no: unknown;
|
|
8731
8732
|
en: unknown;
|
|
8732
8733
|
ar: unknown;
|
|
8733
8734
|
fr: unknown;
|
|
@@ -8751,7 +8752,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
8751
8752
|
ms: unknown;
|
|
8752
8753
|
mr: unknown;
|
|
8753
8754
|
nb: unknown;
|
|
8754
|
-
no: unknown;
|
|
8755
8755
|
pl: unknown;
|
|
8756
8756
|
pt: unknown;
|
|
8757
8757
|
ro: unknown;
|
|
@@ -9158,6 +9158,27 @@ declare const RetentionType: {
|
|
|
9158
9158
|
/** Type override */
|
|
9159
9159
|
type RetentionType = (typeof RetentionType)[keyof typeof RetentionType];
|
|
9160
9160
|
//#endregion
|
|
9161
|
+
//#region src/dsrErrorCode.d.ts
|
|
9162
|
+
/**
|
|
9163
|
+
* Stable, machine-readable error codes for the DSR submission API
|
|
9164
|
+
* (`POST /v1/data-subject-request` and `POST /v1/data-subject-request-bulk`).
|
|
9165
|
+
*
|
|
9166
|
+
* Surfaced to clients as `extensions.code` on GraphQL errors so they can branch
|
|
9167
|
+
* on the failure type without parsing the error message.
|
|
9168
|
+
*/
|
|
9169
|
+
declare const DsrErrorCode: {
|
|
9170
|
+
/** A duplicate open request already exists for this data subject + type. */DuplicateRequest: "DUPLICATE_REQUEST"; /** An open parent request already exists for this data subject. */
|
|
9171
|
+
OpenParentRequestExists: "OPEN_PARENT_REQUEST_EXISTS"; /** A restart was requested for a request ID that does not exist. */
|
|
9172
|
+
RestartRequestNotFound: "RESTART_REQUEST_NOT_FOUND"; /** A restart was requested for a request closed beyond the org's time limit. */
|
|
9173
|
+
RestartTimeLimitExceeded: "RESTART_TIME_LIMIT_EXCEEDED"; /** The bulk submission exceeds the per-request item limit. */
|
|
9174
|
+
SubmissionLimitExceeded: "SUBMISSION_LIMIT_EXCEEDED"; /** A bulk submission mixed items with and without a pre-generated CEK context. */
|
|
9175
|
+
MixedCekContext: "MIXED_CEK_CONTEXT"; /** The required Diffie-Hellman encrypted payload was missing. */
|
|
9176
|
+
DhContextRequired: "DH_CONTEXT_REQUIRED"; /** Generic input validation failure. */
|
|
9177
|
+
InvalidInput: "INVALID_INPUT";
|
|
9178
|
+
};
|
|
9179
|
+
/** Type override */
|
|
9180
|
+
type DsrErrorCode = (typeof DsrErrorCode)[keyof typeof DsrErrorCode];
|
|
9181
|
+
//#endregion
|
|
9161
9182
|
//#region src/enricher.d.ts
|
|
9162
9183
|
/**
|
|
9163
9184
|
* Enrichers that are a bit more freeform, as in they can take in arbitrary inputs
|
|
@@ -35521,6 +35542,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
35521
35542
|
}>; /** The time that the privacy request was created */
|
|
35522
35543
|
requestCreatedAt: t.StringC; /** The language key for the privacy request */
|
|
35523
35544
|
requestLocale: t.KeyofC<{
|
|
35545
|
+
no: unknown;
|
|
35524
35546
|
en: unknown;
|
|
35525
35547
|
ar: unknown;
|
|
35526
35548
|
fr: unknown;
|
|
@@ -35544,7 +35566,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
35544
35566
|
ms: unknown;
|
|
35545
35567
|
mr: unknown;
|
|
35546
35568
|
nb: unknown;
|
|
35547
|
-
no: unknown;
|
|
35548
35569
|
pl: unknown;
|
|
35549
35570
|
pt: unknown;
|
|
35550
35571
|
ro: unknown;
|
|
@@ -62837,5 +62858,5 @@ declare const WorkflowConfigVisibility: {
|
|
|
62837
62858
|
/** Override type */
|
|
62838
62859
|
type WorkflowConfigVisibility = (typeof WorkflowConfigVisibility)[keyof typeof WorkflowConfigVisibility];
|
|
62839
62860
|
//#endregion
|
|
62840
|
-
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, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
|
|
62861
|
+
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, DsrErrorCode, EXCEPTIONAL_RESERVATIONS, EXCEPTIONAL_RESERVATION_LOOKUP, EnricherType, FirstLayerConfig, FirstLayerTheme, FirstLayerThemeMinimal, FooterConfig, FooterTheme, FullWidthContentLayout, HeaderTheme, HeaderThemeMinimal, HorizontalAlign, ISO_31661, ISO_31662, Icon, IdentifierType, InitEnricherType, IntegerString, InternalDataSiloObjectResolver, IsoCountryCode, IsoCountrySubdivisionCode, LargeLanguageModelClient, Link, LoadOptions, LocalSyncOption, LogicOperator, LogoPosition, MacroRegion, ModalButtonActions, ModalButtonConfig, NORMALIZE_PHONE_NUMBER, OneTrustApprover, OneTrustAssessment, OneTrustAssessmentCreatedBy, OneTrustAssessmentCsvHeader, OneTrustAssessmentCsvRecord, OneTrustAssessmentNestedQuestion, OneTrustAssessmentQuestion, OneTrustAssessmentQuestionOption, OneTrustAssessmentQuestionResponses, OneTrustAssessmentQuestionRisk, OneTrustAssessmentResponses, OneTrustAssessmentSection, OneTrustAssessmentSectionHeader, OneTrustAssessmentSectionHeaderRiskStatistics, OneTrustAssessmentSectionSubmittedBy, OneTrustAssessmentStatus, OneTrustEnrichedAssessment, OneTrustEnrichedAssessmentQuestion, OneTrustEnrichedAssessmentResponse, OneTrustEnrichedAssessmentSection, OneTrustEnrichedAssessments, OneTrustEnrichedRisk, OneTrustEnrichedRisks, OneTrustEnrichedUser, OneTrustGetAssessmentResponse, OneTrustGetListOfAssessmentsResponse, OneTrustGetRiskResponse, OneTrustGetUserResponse, OneTrustPrimaryEntityDetails, OneTrustQuestionComment, OneTrustQuestionComments, OneTrustRiskCategories, OneTrustRiskReference, OneTrustRiskReferences, OneTrustRiskTemplate, OneTrustUserDetails, OneTrustUserEmail, OneTrustUserEmails, OneTrustUserGroup, OneTrustUserGroups, OneTrustUserMetadata, OneTrustUserName, OptionalConfigurableColorPaletteColor, OrderDirection, PROMPT_FILE_PURPOSE_TO_OPEN_AI, PaddedContentLayout, 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, WorkflowConfigType, WorkflowConfigVisibility, getRegistryLink };
|
|
62841
62862
|
//# sourceMappingURL=index.d.mts.map
|