@transcend-io/privacy-types 5.1.8 → 5.2.1
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 +71 -411
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +31 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -808,16 +808,8 @@ 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
|
-
|
|
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;
|
|
811
|
+
ERROR: AssessmentSyncColumnImmutable;
|
|
812
|
+
NAME: AssessmentSyncColumnImmutable;
|
|
821
813
|
CONNECT_START_TIME: AssessmentSyncColumnImmutable;
|
|
822
814
|
CONNECTION_STATE: AssessmentSyncColumnImmutable;
|
|
823
815
|
CONTACT_EMAIL: AssessmentSyncColumnImmutable;
|
|
@@ -826,12 +818,16 @@ declare const AssessmentSyncColumn: {
|
|
|
826
818
|
COUNTRY_SUB_DIVISION: AssessmentSyncColumnImmutable;
|
|
827
819
|
CREDENTIALS_REFRESH_SCHEDULED_AT: AssessmentSyncColumnImmutable;
|
|
828
820
|
DATA_PROCESSING_AGREEMENT_LINK: AssessmentSyncColumnImmutable;
|
|
821
|
+
DATA_PROCESSING_AGREEMENT_STATUS: AssessmentSyncColumnImmutable;
|
|
829
822
|
DATA_RETENTION_NOTE: AssessmentSyncColumnImmutable;
|
|
830
823
|
DEFAULT_ACCESS_REQUEST_VISIBILITY: AssessmentSyncColumnImmutable;
|
|
831
824
|
DELETED_AT: AssessmentSyncColumnImmutable;
|
|
825
|
+
DEPRECATION_STATE: AssessmentSyncColumnImmutable;
|
|
826
|
+
DESCRIPTION: AssessmentSyncColumnImmutable;
|
|
832
827
|
EMAIL_SENDING_LOCK: AssessmentSyncColumnImmutable;
|
|
833
828
|
EXPIRED_AT: AssessmentSyncColumnImmutable;
|
|
834
829
|
EXTERNAL_ID: AssessmentSyncColumnImmutable;
|
|
830
|
+
HAS_PERSONAL_DATA: AssessmentSyncColumnImmutable;
|
|
835
831
|
HEADERS: AssessmentSyncColumnImmutable;
|
|
836
832
|
IS_LIVE: AssessmentSyncColumnImmutable;
|
|
837
833
|
LAST_CONNECTED_AT: AssessmentSyncColumnImmutable;
|
|
@@ -850,6 +846,8 @@ declare const AssessmentSyncColumn: {
|
|
|
850
846
|
PROMPT_A_VENDOR_EMAIL_SEND_FREQUENCY: AssessmentSyncColumnImmutable;
|
|
851
847
|
PROMPT_A_VENDOR_EMAIL_SEND_TYPE: AssessmentSyncColumnImmutable;
|
|
852
848
|
PROMPT_A_VENDOR_EMAIL_START_AT: AssessmentSyncColumnImmutable;
|
|
849
|
+
RECOMMENDED_FOR_CONSENT: AssessmentSyncColumnImmutable;
|
|
850
|
+
RECOMMENDED_FOR_PRIVACY: AssessmentSyncColumnImmutable;
|
|
853
851
|
RECONNECT_FORM_ITEMS: AssessmentSyncColumnImmutable;
|
|
854
852
|
SAAS_CONTEXT: AssessmentSyncColumnImmutable;
|
|
855
853
|
SECRET_HEADERS: AssessmentSyncColumnImmutable;
|
|
@@ -857,22 +855,23 @@ declare const AssessmentSyncColumn: {
|
|
|
857
855
|
SUBDOMAIN: AssessmentSyncColumnImmutable;
|
|
858
856
|
TITLE: AssessmentSyncColumnImmutable;
|
|
859
857
|
TYPE: AssessmentSyncColumnImmutable;
|
|
858
|
+
URL: AssessmentSyncColumnImmutable;
|
|
860
859
|
WEBSITE_URL: AssessmentSyncColumnImmutable;
|
|
861
860
|
TRANSFER_REGIONS: AssessmentSyncColumnImmutable;
|
|
862
861
|
CONTROLLERSHIPS: AssessmentSyncColumnImmutable;
|
|
863
862
|
CUSTOM_SILO_CONNECTION_STRATEGY: AssessmentSyncColumnImmutable;
|
|
864
|
-
NAME: AssessmentSyncColumnImmutable;
|
|
865
863
|
DATA_POINT_ID: AssessmentSyncColumnImmutable;
|
|
866
864
|
ENCRYPTED_SAMPLES_S3_KEY: AssessmentSyncColumnImmutable;
|
|
867
865
|
ACCESS_REQUESTED_VISIBILITY_ENABLED: AssessmentSyncColumnImmutable;
|
|
868
866
|
ENSURE_REQUEST_REDACTION_ENABLED: AssessmentSyncColumnImmutable;
|
|
869
867
|
LAST_CLASSIFIED_AT: AssessmentSyncColumnImmutable;
|
|
870
868
|
LAST_RUN_AT: AssessmentSyncColumnImmutable;
|
|
871
|
-
ERROR: AssessmentSyncColumnImmutable;
|
|
872
869
|
ERROR_COUNT: AssessmentSyncColumnImmutable;
|
|
873
870
|
CONTEXT: AssessmentSyncColumnImmutable;
|
|
874
871
|
CONTENT_CLASSIFICATION_STATUS: AssessmentSyncColumnImmutable;
|
|
875
872
|
NON_NULL_CHECK_COMPLETED: AssessmentSyncColumnImmutable;
|
|
873
|
+
CONTROLLERSHIP: AssessmentSyncColumnImmutable;
|
|
874
|
+
RETENTION_TYPE: AssessmentSyncColumnImmutable;
|
|
876
875
|
RETENTION_PERIOD: AssessmentSyncColumnImmutable;
|
|
877
876
|
SCAN_RUN_ID: AssessmentSyncColumnImmutable;
|
|
878
877
|
DATA_TYPE: AssessmentSyncColumnImmutable;
|
|
@@ -894,6 +893,7 @@ declare const AssessmentSyncColumn: {
|
|
|
894
893
|
SECURITY_MEASURE_DETAILS: AssessmentSyncColumnImmutable;
|
|
895
894
|
STORAGE_REGIONS: AssessmentSyncColumnImmutable;
|
|
896
895
|
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];
|
|
@@ -1732,7 +1732,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1732
1732
|
regimeAutoPromptMap: t.RecordC<t.StringC, t.BooleanC>;
|
|
1733
1733
|
variantConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
1734
1734
|
locales: t.ArrayC<t.KeyofC<{
|
|
1735
|
-
no: unknown;
|
|
1736
1735
|
en: unknown;
|
|
1737
1736
|
ar: unknown;
|
|
1738
1737
|
fr: unknown;
|
|
@@ -1756,6 +1755,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1756
1755
|
ms: unknown;
|
|
1757
1756
|
mr: unknown;
|
|
1758
1757
|
nb: unknown;
|
|
1758
|
+
no: unknown;
|
|
1759
1759
|
pl: unknown;
|
|
1760
1760
|
pt: unknown;
|
|
1761
1761
|
ro: unknown;
|
|
@@ -1930,7 +1930,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1930
1930
|
}>>;
|
|
1931
1931
|
transcendUrl: t.StringC;
|
|
1932
1932
|
defaultLocale: t.KeyofC<{
|
|
1933
|
-
no: unknown;
|
|
1934
1933
|
en: unknown;
|
|
1935
1934
|
ar: unknown;
|
|
1936
1935
|
fr: unknown;
|
|
@@ -1954,6 +1953,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
1954
1953
|
ms: unknown;
|
|
1955
1954
|
mr: unknown;
|
|
1956
1955
|
nb: unknown;
|
|
1956
|
+
no: unknown;
|
|
1957
1957
|
pl: unknown;
|
|
1958
1958
|
pt: unknown;
|
|
1959
1959
|
ro: unknown;
|
|
@@ -2178,7 +2178,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2178
2178
|
}>]>;
|
|
2179
2179
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2180
2180
|
locales: t.ArrayC<t.KeyofC<{
|
|
2181
|
-
no: unknown;
|
|
2182
2181
|
en: unknown;
|
|
2183
2182
|
ar: unknown;
|
|
2184
2183
|
fr: unknown;
|
|
@@ -2202,6 +2201,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2202
2201
|
ms: unknown;
|
|
2203
2202
|
mr: unknown;
|
|
2204
2203
|
nb: unknown;
|
|
2204
|
+
no: unknown;
|
|
2205
2205
|
pl: unknown;
|
|
2206
2206
|
pt: unknown;
|
|
2207
2207
|
ro: unknown;
|
|
@@ -2376,7 +2376,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2376
2376
|
}>>;
|
|
2377
2377
|
transcendUrl: t.StringC;
|
|
2378
2378
|
defaultLocale: t.KeyofC<{
|
|
2379
|
-
no: unknown;
|
|
2380
2379
|
en: unknown;
|
|
2381
2380
|
ar: unknown;
|
|
2382
2381
|
fr: unknown;
|
|
@@ -2400,6 +2399,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2400
2399
|
ms: unknown;
|
|
2401
2400
|
mr: unknown;
|
|
2402
2401
|
nb: unknown;
|
|
2402
|
+
no: unknown;
|
|
2403
2403
|
pl: unknown;
|
|
2404
2404
|
pt: unknown;
|
|
2405
2405
|
ro: unknown;
|
|
@@ -2626,7 +2626,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2626
2626
|
}>]>;
|
|
2627
2627
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
2628
2628
|
locales: t.ArrayC<t.KeyofC<{
|
|
2629
|
-
no: unknown;
|
|
2630
2629
|
en: unknown;
|
|
2631
2630
|
ar: unknown;
|
|
2632
2631
|
fr: unknown;
|
|
@@ -2650,6 +2649,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2650
2649
|
ms: unknown;
|
|
2651
2650
|
mr: unknown;
|
|
2652
2651
|
nb: unknown;
|
|
2652
|
+
no: unknown;
|
|
2653
2653
|
pl: unknown;
|
|
2654
2654
|
pt: unknown;
|
|
2655
2655
|
ro: unknown;
|
|
@@ -2824,7 +2824,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2824
2824
|
}>>;
|
|
2825
2825
|
transcendUrl: t.StringC;
|
|
2826
2826
|
defaultLocale: t.KeyofC<{
|
|
2827
|
-
no: unknown;
|
|
2828
2827
|
en: unknown;
|
|
2829
2828
|
ar: unknown;
|
|
2830
2829
|
fr: unknown;
|
|
@@ -2848,6 +2847,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
2848
2847
|
ms: unknown;
|
|
2849
2848
|
mr: unknown;
|
|
2850
2849
|
nb: unknown;
|
|
2850
|
+
no: unknown;
|
|
2851
2851
|
pl: unknown;
|
|
2852
2852
|
pt: unknown;
|
|
2853
2853
|
ro: unknown;
|
|
@@ -3123,358 +3123,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3123
3123
|
}>]>;
|
|
3124
3124
|
}>]>]>>;
|
|
3125
3125
|
variantThemeMap: t.RecordC<t.StringC, t.StringC>;
|
|
3126
|
-
themeConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3127
|
-
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3128
|
-
backgroundColor: t.StringC;
|
|
3129
|
-
}>, t.TypeC<{
|
|
3130
|
-
borderRadius: t.StringC;
|
|
3131
|
-
borderColor: t.StringC;
|
|
3132
|
-
}>, t.TypeC<{
|
|
3133
|
-
textColor: t.StringC;
|
|
3134
|
-
}>]>, t.TypeC<{
|
|
3135
|
-
linkColor: t.StringC;
|
|
3136
|
-
linkUnderline: t.BooleanC;
|
|
3137
|
-
}>]>>;
|
|
3138
|
-
}>, t.TypeC<{
|
|
3139
|
-
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3140
|
-
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3141
|
-
container: t.IntersectionC<[t.TypeC<{
|
|
3142
|
-
backgroundColor: t.StringC;
|
|
3143
|
-
}>, t.TypeC<{
|
|
3144
|
-
borderRadius: t.StringC;
|
|
3145
|
-
borderColor: t.StringC;
|
|
3146
|
-
}>]>;
|
|
3147
|
-
description: t.IntersectionC<[t.TypeC<{
|
|
3148
|
-
textColor: t.StringC;
|
|
3149
|
-
}>, t.TypeC<{
|
|
3150
|
-
linkColor: t.StringC;
|
|
3151
|
-
linkUnderline: t.BooleanC;
|
|
3152
|
-
}>]>;
|
|
3153
|
-
footer: t.IntersectionC<[t.TypeC<{
|
|
3154
|
-
backgroundColor: t.StringC;
|
|
3155
|
-
}>, t.TypeC<{
|
|
3156
|
-
localePickerColor: t.StringC;
|
|
3157
|
-
}>]>;
|
|
3158
|
-
alwaysShowScrollbar: t.BooleanC;
|
|
3159
|
-
horizontalAlign: t.KeyofC<{
|
|
3160
|
-
right: unknown;
|
|
3161
|
-
left: unknown;
|
|
3162
|
-
center: unknown;
|
|
3163
|
-
}>;
|
|
3164
|
-
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3165
|
-
linkColor: t.StringC;
|
|
3166
|
-
linkUnderline: t.BooleanC;
|
|
3167
|
-
}>;
|
|
3168
|
-
}>, t.PartialC<{
|
|
3169
|
-
background: t.TypeC<{
|
|
3170
|
-
backgroundColor: t.StringC;
|
|
3171
|
-
}>;
|
|
3172
|
-
header: t.IntersectionC<[t.TypeC<{
|
|
3173
|
-
textColor: t.StringC;
|
|
3174
|
-
}>, t.TypeC<{
|
|
3175
|
-
logoPosition: t.KeyofC<{
|
|
3176
|
-
left: unknown;
|
|
3177
|
-
above: unknown;
|
|
3178
|
-
}>;
|
|
3179
|
-
}>]>;
|
|
3180
|
-
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3181
|
-
backgroundColor: t.StringC;
|
|
3182
|
-
}>, t.TypeC<{
|
|
3183
|
-
borderRadius: t.StringC;
|
|
3184
|
-
borderColor: t.StringC;
|
|
3185
|
-
}>, t.TypeC<{
|
|
3186
|
-
iconColor: t.StringC;
|
|
3187
|
-
}>]>;
|
|
3188
|
-
}>]>, t.TypeC<{
|
|
3189
|
-
contentFlow: t.KeyofC<{
|
|
3190
|
-
vertical: unknown;
|
|
3191
|
-
"horizontal-stacked": unknown;
|
|
3192
|
-
"horizontal-flat": unknown;
|
|
3193
|
-
}>;
|
|
3194
|
-
verticalAlign: t.KeyofC<{
|
|
3195
|
-
center: unknown;
|
|
3196
|
-
top: unknown;
|
|
3197
|
-
bottom: unknown;
|
|
3198
|
-
}>;
|
|
3199
|
-
}>]>;
|
|
3200
|
-
}>]>, t.IntersectionC<[t.TypeC<{
|
|
3201
|
-
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3202
|
-
backgroundColor: t.StringC;
|
|
3203
|
-
}>, t.TypeC<{
|
|
3204
|
-
borderRadius: t.StringC;
|
|
3205
|
-
borderColor: t.StringC;
|
|
3206
|
-
}>, t.TypeC<{
|
|
3207
|
-
textColor: t.StringC;
|
|
3208
|
-
}>]>, t.TypeC<{
|
|
3209
|
-
linkColor: t.StringC;
|
|
3210
|
-
linkUnderline: t.BooleanC;
|
|
3211
|
-
}>]>>;
|
|
3212
|
-
}>, t.TypeC<{
|
|
3213
|
-
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3214
|
-
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3215
|
-
container: t.IntersectionC<[t.TypeC<{
|
|
3216
|
-
backgroundColor: t.StringC;
|
|
3217
|
-
}>, t.TypeC<{
|
|
3218
|
-
borderRadius: t.StringC;
|
|
3219
|
-
borderColor: t.StringC;
|
|
3220
|
-
}>]>;
|
|
3221
|
-
description: t.IntersectionC<[t.TypeC<{
|
|
3222
|
-
textColor: t.StringC;
|
|
3223
|
-
}>, t.TypeC<{
|
|
3224
|
-
linkColor: t.StringC;
|
|
3225
|
-
linkUnderline: t.BooleanC;
|
|
3226
|
-
}>]>;
|
|
3227
|
-
footer: t.IntersectionC<[t.TypeC<{
|
|
3228
|
-
backgroundColor: t.StringC;
|
|
3229
|
-
}>, t.TypeC<{
|
|
3230
|
-
localePickerColor: t.StringC;
|
|
3231
|
-
}>]>;
|
|
3232
|
-
alwaysShowScrollbar: t.BooleanC;
|
|
3233
|
-
horizontalAlign: t.KeyofC<{
|
|
3234
|
-
right: unknown;
|
|
3235
|
-
left: unknown;
|
|
3236
|
-
center: unknown;
|
|
3237
|
-
}>;
|
|
3238
|
-
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3239
|
-
linkColor: t.StringC;
|
|
3240
|
-
linkUnderline: t.BooleanC;
|
|
3241
|
-
}>;
|
|
3242
|
-
}>, t.PartialC<{
|
|
3243
|
-
background: t.TypeC<{
|
|
3244
|
-
backgroundColor: t.StringC;
|
|
3245
|
-
}>;
|
|
3246
|
-
header: t.IntersectionC<[t.TypeC<{
|
|
3247
|
-
textColor: t.StringC;
|
|
3248
|
-
}>, t.TypeC<{
|
|
3249
|
-
logoPosition: t.KeyofC<{
|
|
3250
|
-
left: unknown;
|
|
3251
|
-
above: unknown;
|
|
3252
|
-
}>;
|
|
3253
|
-
}>]>;
|
|
3254
|
-
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3255
|
-
backgroundColor: t.StringC;
|
|
3256
|
-
}>, t.TypeC<{
|
|
3257
|
-
borderRadius: t.StringC;
|
|
3258
|
-
borderColor: t.StringC;
|
|
3259
|
-
}>, t.TypeC<{
|
|
3260
|
-
iconColor: t.StringC;
|
|
3261
|
-
}>]>;
|
|
3262
|
-
}>]>, t.TypeC<{
|
|
3263
|
-
modalTitle: t.TypeC<{
|
|
3264
|
-
textColor: t.StringC;
|
|
3265
|
-
}>;
|
|
3266
|
-
modalSubtitle: t.TypeC<{
|
|
3267
|
-
textColor: t.StringC;
|
|
3268
|
-
}>;
|
|
3269
|
-
purposeListTitle: t.TypeC<{
|
|
3270
|
-
textColor: t.StringC;
|
|
3271
|
-
}>;
|
|
3272
|
-
caretIcon: t.TypeC<{
|
|
3273
|
-
iconColor: t.StringC;
|
|
3274
|
-
}>;
|
|
3275
|
-
cardTitle: t.TypeC<{
|
|
3276
|
-
textColor: t.StringC;
|
|
3277
|
-
}>;
|
|
3278
|
-
alwaysOnText: t.TypeC<{
|
|
3279
|
-
textColor: t.StringC;
|
|
3280
|
-
}>;
|
|
3281
|
-
purposeDescription: t.IntersectionC<[t.TypeC<{
|
|
3282
|
-
textColor: t.StringC;
|
|
3283
|
-
}>, t.TypeC<{
|
|
3284
|
-
linkColor: t.StringC;
|
|
3285
|
-
linkUnderline: t.BooleanC;
|
|
3286
|
-
}>]>;
|
|
3287
|
-
purposeCard: t.IntersectionC<[t.TypeC<{
|
|
3288
|
-
backgroundColor: t.StringC;
|
|
3289
|
-
}>, t.TypeC<{
|
|
3290
|
-
borderRadius: t.StringC;
|
|
3291
|
-
borderColor: t.StringC;
|
|
3292
|
-
}>]>;
|
|
3293
|
-
toggle: t.IntersectionC<[t.TypeC<{
|
|
3294
|
-
textColor: t.StringC;
|
|
3295
|
-
}>, t.TypeC<{
|
|
3296
|
-
iconColor: t.StringC;
|
|
3297
|
-
}>, t.TypeC<{
|
|
3298
|
-
enabledColor: t.StringC;
|
|
3299
|
-
disabledColor: t.StringC;
|
|
3300
|
-
knobColor: t.StringC;
|
|
3301
|
-
}>]>;
|
|
3302
|
-
lockToEdges: t.BooleanC;
|
|
3303
|
-
maxWidth: t.StringC;
|
|
3304
|
-
}>, t.PartialC<{
|
|
3305
|
-
bulkActionButtons: t.TupleC<[t.NumberC, t.NumberC]>;
|
|
3306
|
-
shrinkToFullWidth: t.StringC;
|
|
3307
|
-
}>]>;
|
|
3308
|
-
}>]>, t.IntersectionC<[t.TypeC<{
|
|
3309
|
-
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3310
|
-
backgroundColor: t.StringC;
|
|
3311
|
-
}>, t.TypeC<{
|
|
3312
|
-
borderRadius: t.StringC;
|
|
3313
|
-
borderColor: t.StringC;
|
|
3314
|
-
}>, t.TypeC<{
|
|
3315
|
-
textColor: t.StringC;
|
|
3316
|
-
}>]>, t.TypeC<{
|
|
3317
|
-
linkColor: t.StringC;
|
|
3318
|
-
linkUnderline: t.BooleanC;
|
|
3319
|
-
}>]>>;
|
|
3320
|
-
}>, t.TypeC<{
|
|
3321
|
-
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3322
|
-
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3323
|
-
container: t.IntersectionC<[t.TypeC<{
|
|
3324
|
-
backgroundColor: t.StringC;
|
|
3325
|
-
}>, t.TypeC<{
|
|
3326
|
-
borderRadius: t.StringC;
|
|
3327
|
-
borderColor: t.StringC;
|
|
3328
|
-
}>]>;
|
|
3329
|
-
description: t.IntersectionC<[t.TypeC<{
|
|
3330
|
-
textColor: t.StringC;
|
|
3331
|
-
}>, t.TypeC<{
|
|
3332
|
-
linkColor: t.StringC;
|
|
3333
|
-
linkUnderline: t.BooleanC;
|
|
3334
|
-
}>]>;
|
|
3335
|
-
footer: t.IntersectionC<[t.TypeC<{
|
|
3336
|
-
backgroundColor: t.StringC;
|
|
3337
|
-
}>, t.TypeC<{
|
|
3338
|
-
localePickerColor: t.StringC;
|
|
3339
|
-
}>]>;
|
|
3340
|
-
alwaysShowScrollbar: t.BooleanC;
|
|
3341
|
-
horizontalAlign: t.KeyofC<{
|
|
3342
|
-
right: unknown;
|
|
3343
|
-
left: unknown;
|
|
3344
|
-
center: unknown;
|
|
3345
|
-
}>;
|
|
3346
|
-
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3347
|
-
linkColor: t.StringC;
|
|
3348
|
-
linkUnderline: t.BooleanC;
|
|
3349
|
-
}>;
|
|
3350
|
-
}>, t.PartialC<{
|
|
3351
|
-
background: t.TypeC<{
|
|
3352
|
-
backgroundColor: t.StringC;
|
|
3353
|
-
}>;
|
|
3354
|
-
header: t.IntersectionC<[t.TypeC<{
|
|
3355
|
-
textColor: t.StringC;
|
|
3356
|
-
}>, t.TypeC<{
|
|
3357
|
-
logoPosition: t.KeyofC<{
|
|
3358
|
-
left: unknown;
|
|
3359
|
-
above: unknown;
|
|
3360
|
-
}>;
|
|
3361
|
-
}>]>;
|
|
3362
|
-
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3363
|
-
backgroundColor: t.StringC;
|
|
3364
|
-
}>, t.TypeC<{
|
|
3365
|
-
borderRadius: t.StringC;
|
|
3366
|
-
borderColor: t.StringC;
|
|
3367
|
-
}>, t.TypeC<{
|
|
3368
|
-
iconColor: t.StringC;
|
|
3369
|
-
}>]>;
|
|
3370
|
-
}>]>, t.TypeC<{
|
|
3371
|
-
contentFlow: t.KeyofC<{
|
|
3372
|
-
vertical: unknown;
|
|
3373
|
-
"horizontal-stacked": unknown;
|
|
3374
|
-
"horizontal-flat": unknown;
|
|
3375
|
-
}>;
|
|
3376
|
-
verticalAlign: t.KeyofC<{
|
|
3377
|
-
center: unknown;
|
|
3378
|
-
top: unknown;
|
|
3379
|
-
bottom: unknown;
|
|
3380
|
-
}>;
|
|
3381
|
-
}>]>;
|
|
3382
|
-
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3383
|
-
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3384
|
-
container: t.IntersectionC<[t.TypeC<{
|
|
3385
|
-
backgroundColor: t.StringC;
|
|
3386
|
-
}>, t.TypeC<{
|
|
3387
|
-
borderRadius: t.StringC;
|
|
3388
|
-
borderColor: t.StringC;
|
|
3389
|
-
}>]>;
|
|
3390
|
-
description: t.IntersectionC<[t.TypeC<{
|
|
3391
|
-
textColor: t.StringC;
|
|
3392
|
-
}>, t.TypeC<{
|
|
3393
|
-
linkColor: t.StringC;
|
|
3394
|
-
linkUnderline: t.BooleanC;
|
|
3395
|
-
}>]>;
|
|
3396
|
-
footer: t.IntersectionC<[t.TypeC<{
|
|
3397
|
-
backgroundColor: t.StringC;
|
|
3398
|
-
}>, t.TypeC<{
|
|
3399
|
-
localePickerColor: t.StringC;
|
|
3400
|
-
}>]>;
|
|
3401
|
-
alwaysShowScrollbar: t.BooleanC;
|
|
3402
|
-
horizontalAlign: t.KeyofC<{
|
|
3403
|
-
right: unknown;
|
|
3404
|
-
left: unknown;
|
|
3405
|
-
center: unknown;
|
|
3406
|
-
}>;
|
|
3407
|
-
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3408
|
-
linkColor: t.StringC;
|
|
3409
|
-
linkUnderline: t.BooleanC;
|
|
3410
|
-
}>;
|
|
3411
|
-
}>, t.PartialC<{
|
|
3412
|
-
background: t.TypeC<{
|
|
3413
|
-
backgroundColor: t.StringC;
|
|
3414
|
-
}>;
|
|
3415
|
-
header: t.IntersectionC<[t.TypeC<{
|
|
3416
|
-
textColor: t.StringC;
|
|
3417
|
-
}>, t.TypeC<{
|
|
3418
|
-
logoPosition: t.KeyofC<{
|
|
3419
|
-
left: unknown;
|
|
3420
|
-
above: unknown;
|
|
3421
|
-
}>;
|
|
3422
|
-
}>]>;
|
|
3423
|
-
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3424
|
-
backgroundColor: t.StringC;
|
|
3425
|
-
}>, t.TypeC<{
|
|
3426
|
-
borderRadius: t.StringC;
|
|
3427
|
-
borderColor: t.StringC;
|
|
3428
|
-
}>, t.TypeC<{
|
|
3429
|
-
iconColor: t.StringC;
|
|
3430
|
-
}>]>;
|
|
3431
|
-
}>]>, t.TypeC<{
|
|
3432
|
-
modalTitle: t.TypeC<{
|
|
3433
|
-
textColor: t.StringC;
|
|
3434
|
-
}>;
|
|
3435
|
-
modalSubtitle: t.TypeC<{
|
|
3436
|
-
textColor: t.StringC;
|
|
3437
|
-
}>;
|
|
3438
|
-
purposeListTitle: t.TypeC<{
|
|
3439
|
-
textColor: t.StringC;
|
|
3440
|
-
}>;
|
|
3441
|
-
caretIcon: t.TypeC<{
|
|
3442
|
-
iconColor: t.StringC;
|
|
3443
|
-
}>;
|
|
3444
|
-
cardTitle: t.TypeC<{
|
|
3445
|
-
textColor: t.StringC;
|
|
3446
|
-
}>;
|
|
3447
|
-
alwaysOnText: t.TypeC<{
|
|
3448
|
-
textColor: t.StringC;
|
|
3449
|
-
}>;
|
|
3450
|
-
purposeDescription: t.IntersectionC<[t.TypeC<{
|
|
3451
|
-
textColor: t.StringC;
|
|
3452
|
-
}>, t.TypeC<{
|
|
3453
|
-
linkColor: t.StringC;
|
|
3454
|
-
linkUnderline: t.BooleanC;
|
|
3455
|
-
}>]>;
|
|
3456
|
-
purposeCard: t.IntersectionC<[t.TypeC<{
|
|
3457
|
-
backgroundColor: t.StringC;
|
|
3458
|
-
}>, t.TypeC<{
|
|
3459
|
-
borderRadius: t.StringC;
|
|
3460
|
-
borderColor: t.StringC;
|
|
3461
|
-
}>]>;
|
|
3462
|
-
toggle: t.IntersectionC<[t.TypeC<{
|
|
3463
|
-
textColor: t.StringC;
|
|
3464
|
-
}>, t.TypeC<{
|
|
3465
|
-
iconColor: t.StringC;
|
|
3466
|
-
}>, t.TypeC<{
|
|
3467
|
-
enabledColor: t.StringC;
|
|
3468
|
-
disabledColor: t.StringC;
|
|
3469
|
-
knobColor: t.StringC;
|
|
3470
|
-
}>]>;
|
|
3471
|
-
lockToEdges: t.BooleanC;
|
|
3472
|
-
maxWidth: t.StringC;
|
|
3473
|
-
}>, t.PartialC<{
|
|
3474
|
-
bulkActionButtons: t.TupleC<[t.NumberC, t.NumberC]>;
|
|
3475
|
-
shrinkToFullWidth: t.StringC;
|
|
3476
|
-
}>]>;
|
|
3477
|
-
}>]>]>>;
|
|
3478
3126
|
autofocus: t.UnionC<[t.KeyofC<{
|
|
3479
3127
|
on: unknown;
|
|
3480
3128
|
off: unknown;
|
|
@@ -3490,7 +3138,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3490
3138
|
}>, t.PartialC<{
|
|
3491
3139
|
css: t.StringC;
|
|
3492
3140
|
messageMap: t.RecordC<t.KeyofC<{
|
|
3493
|
-
no: unknown;
|
|
3494
3141
|
en: unknown;
|
|
3495
3142
|
ar: unknown;
|
|
3496
3143
|
fr: unknown;
|
|
@@ -3514,6 +3161,7 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3514
3161
|
ms: unknown;
|
|
3515
3162
|
mr: unknown;
|
|
3516
3163
|
nb: unknown;
|
|
3164
|
+
no: unknown;
|
|
3517
3165
|
pl: unknown;
|
|
3518
3166
|
pt: unknown;
|
|
3519
3167
|
ro: unknown;
|
|
@@ -3944,8 +3592,8 @@ declare const CommonLayerTheme: t.IntersectionC<[t.TypeC<{
|
|
|
3944
3592
|
alwaysShowScrollbar: t.BooleanC;
|
|
3945
3593
|
horizontalAlign: t.KeyofC<{
|
|
3946
3594
|
right: unknown;
|
|
3947
|
-
left: unknown;
|
|
3948
3595
|
center: unknown;
|
|
3596
|
+
left: unknown;
|
|
3949
3597
|
}>;
|
|
3950
3598
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3951
3599
|
linkColor: t.StringC;
|
|
@@ -3997,8 +3645,8 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
3997
3645
|
alwaysShowScrollbar: t.BooleanC;
|
|
3998
3646
|
horizontalAlign: t.KeyofC<{
|
|
3999
3647
|
right: unknown;
|
|
4000
|
-
left: unknown;
|
|
4001
3648
|
center: unknown;
|
|
3649
|
+
left: unknown;
|
|
4002
3650
|
}>;
|
|
4003
3651
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4004
3652
|
linkColor: t.StringC;
|
|
@@ -4031,9 +3679,9 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4031
3679
|
"horizontal-flat": unknown;
|
|
4032
3680
|
}>;
|
|
4033
3681
|
verticalAlign: t.KeyofC<{
|
|
4034
|
-
center: unknown;
|
|
4035
3682
|
top: unknown;
|
|
4036
3683
|
bottom: unknown;
|
|
3684
|
+
center: unknown;
|
|
4037
3685
|
}>;
|
|
4038
3686
|
}>]>;
|
|
4039
3687
|
/** Override type */
|
|
@@ -4061,8 +3709,8 @@ declare const SecondLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4061
3709
|
alwaysShowScrollbar: t.BooleanC;
|
|
4062
3710
|
horizontalAlign: t.KeyofC<{
|
|
4063
3711
|
right: unknown;
|
|
4064
|
-
left: unknown;
|
|
4065
3712
|
center: unknown;
|
|
3713
|
+
left: unknown;
|
|
4066
3714
|
}>;
|
|
4067
3715
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4068
3716
|
linkColor: t.StringC;
|
|
@@ -4202,8 +3850,8 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4202
3850
|
alwaysShowScrollbar: t.BooleanC;
|
|
4203
3851
|
horizontalAlign: t.KeyofC<{
|
|
4204
3852
|
right: unknown;
|
|
4205
|
-
left: unknown;
|
|
4206
3853
|
center: unknown;
|
|
3854
|
+
left: unknown;
|
|
4207
3855
|
}>;
|
|
4208
3856
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4209
3857
|
linkColor: t.StringC;
|
|
@@ -4236,9 +3884,9 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4236
3884
|
"horizontal-flat": unknown;
|
|
4237
3885
|
}>;
|
|
4238
3886
|
verticalAlign: t.KeyofC<{
|
|
4239
|
-
center: unknown;
|
|
4240
3887
|
top: unknown;
|
|
4241
3888
|
bottom: unknown;
|
|
3889
|
+
center: unknown;
|
|
4242
3890
|
}>;
|
|
4243
3891
|
}>]>;
|
|
4244
3892
|
}>]>;
|
|
@@ -4280,8 +3928,8 @@ declare const ThemeConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4280
3928
|
alwaysShowScrollbar: t.BooleanC;
|
|
4281
3929
|
horizontalAlign: t.KeyofC<{
|
|
4282
3930
|
right: unknown;
|
|
4283
|
-
left: unknown;
|
|
4284
3931
|
center: unknown;
|
|
3932
|
+
left: unknown;
|
|
4285
3933
|
}>;
|
|
4286
3934
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4287
3935
|
linkColor: t.StringC;
|
|
@@ -4392,8 +4040,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4392
4040
|
alwaysShowScrollbar: t.BooleanC;
|
|
4393
4041
|
horizontalAlign: t.KeyofC<{
|
|
4394
4042
|
right: unknown;
|
|
4395
|
-
left: unknown;
|
|
4396
4043
|
center: unknown;
|
|
4044
|
+
left: unknown;
|
|
4397
4045
|
}>;
|
|
4398
4046
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4399
4047
|
linkColor: t.StringC;
|
|
@@ -4426,9 +4074,9 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4426
4074
|
"horizontal-flat": unknown;
|
|
4427
4075
|
}>;
|
|
4428
4076
|
verticalAlign: t.KeyofC<{
|
|
4429
|
-
center: unknown;
|
|
4430
4077
|
top: unknown;
|
|
4431
4078
|
bottom: unknown;
|
|
4079
|
+
center: unknown;
|
|
4432
4080
|
}>;
|
|
4433
4081
|
}>]>;
|
|
4434
4082
|
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -4453,8 +4101,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4453
4101
|
alwaysShowScrollbar: t.BooleanC;
|
|
4454
4102
|
horizontalAlign: t.KeyofC<{
|
|
4455
4103
|
right: unknown;
|
|
4456
|
-
left: unknown;
|
|
4457
4104
|
center: unknown;
|
|
4105
|
+
left: unknown;
|
|
4458
4106
|
}>;
|
|
4459
4107
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4460
4108
|
linkColor: t.StringC;
|
|
@@ -4565,8 +4213,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4565
4213
|
alwaysShowScrollbar: t.BooleanC;
|
|
4566
4214
|
horizontalAlign: t.KeyofC<{
|
|
4567
4215
|
right: unknown;
|
|
4568
|
-
left: unknown;
|
|
4569
4216
|
center: unknown;
|
|
4217
|
+
left: unknown;
|
|
4570
4218
|
}>;
|
|
4571
4219
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4572
4220
|
linkColor: t.StringC;
|
|
@@ -4599,9 +4247,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4599
4247
|
"horizontal-flat": unknown;
|
|
4600
4248
|
}>;
|
|
4601
4249
|
verticalAlign: t.KeyofC<{
|
|
4602
|
-
center: unknown;
|
|
4603
4250
|
top: unknown;
|
|
4604
4251
|
bottom: unknown;
|
|
4252
|
+
center: unknown;
|
|
4605
4253
|
}>;
|
|
4606
4254
|
}>]>;
|
|
4607
4255
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
@@ -4639,8 +4287,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4639
4287
|
alwaysShowScrollbar: t.BooleanC;
|
|
4640
4288
|
horizontalAlign: t.KeyofC<{
|
|
4641
4289
|
right: unknown;
|
|
4642
|
-
left: unknown;
|
|
4643
4290
|
center: unknown;
|
|
4291
|
+
left: unknown;
|
|
4644
4292
|
}>;
|
|
4645
4293
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4646
4294
|
linkColor: t.StringC;
|
|
@@ -4747,8 +4395,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4747
4395
|
alwaysShowScrollbar: t.BooleanC;
|
|
4748
4396
|
horizontalAlign: t.KeyofC<{
|
|
4749
4397
|
right: unknown;
|
|
4750
|
-
left: unknown;
|
|
4751
4398
|
center: unknown;
|
|
4399
|
+
left: unknown;
|
|
4752
4400
|
}>;
|
|
4753
4401
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4754
4402
|
linkColor: t.StringC;
|
|
@@ -4781,9 +4429,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4781
4429
|
"horizontal-flat": unknown;
|
|
4782
4430
|
}>;
|
|
4783
4431
|
verticalAlign: t.KeyofC<{
|
|
4784
|
-
center: unknown;
|
|
4785
4432
|
top: unknown;
|
|
4786
4433
|
bottom: unknown;
|
|
4434
|
+
center: unknown;
|
|
4787
4435
|
}>;
|
|
4788
4436
|
}>]>;
|
|
4789
4437
|
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -4808,8 +4456,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4808
4456
|
alwaysShowScrollbar: t.BooleanC;
|
|
4809
4457
|
horizontalAlign: t.KeyofC<{
|
|
4810
4458
|
right: unknown;
|
|
4811
|
-
left: unknown;
|
|
4812
4459
|
center: unknown;
|
|
4460
|
+
left: unknown;
|
|
4813
4461
|
}>;
|
|
4814
4462
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4815
4463
|
linkColor: t.StringC;
|
|
@@ -4917,7 +4565,6 @@ type AbsoluteUrlString = t.TypeOf<typeof AbsoluteUrlString>;
|
|
|
4917
4565
|
/** Top-level configuration shared between the UI layers */
|
|
4918
4566
|
declare const SharedTopLevelConfig: t.TypeC<{
|
|
4919
4567
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
4920
|
-
no: unknown;
|
|
4921
4568
|
en: unknown;
|
|
4922
4569
|
ar: unknown;
|
|
4923
4570
|
fr: unknown;
|
|
@@ -4941,6 +4588,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
4941
4588
|
ms: unknown;
|
|
4942
4589
|
mr: unknown;
|
|
4943
4590
|
nb: unknown;
|
|
4591
|
+
no: unknown;
|
|
4944
4592
|
pl: unknown;
|
|
4945
4593
|
pt: unknown;
|
|
4946
4594
|
ro: unknown;
|
|
@@ -5115,7 +4763,6 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5115
4763
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5116
4764
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5117
4765
|
defaultLocale: t.KeyofC<{
|
|
5118
|
-
no: unknown;
|
|
5119
4766
|
en: unknown;
|
|
5120
4767
|
ar: unknown;
|
|
5121
4768
|
fr: unknown;
|
|
@@ -5139,6 +4786,7 @@ declare const SharedTopLevelConfig: t.TypeC<{
|
|
|
5139
4786
|
ms: unknown;
|
|
5140
4787
|
mr: unknown;
|
|
5141
4788
|
nb: unknown;
|
|
4789
|
+
no: unknown;
|
|
5142
4790
|
pl: unknown;
|
|
5143
4791
|
pt: unknown;
|
|
5144
4792
|
ro: unknown;
|
|
@@ -5476,7 +5124,6 @@ type SecondLayerConfig = t.TypeOf<typeof SecondLayerConfig>;
|
|
|
5476
5124
|
/** Banner only configuration */
|
|
5477
5125
|
declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
5478
5126
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5479
|
-
no: unknown;
|
|
5480
5127
|
en: unknown;
|
|
5481
5128
|
ar: unknown;
|
|
5482
5129
|
fr: unknown;
|
|
@@ -5500,6 +5147,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5500
5147
|
ms: unknown;
|
|
5501
5148
|
mr: unknown;
|
|
5502
5149
|
nb: unknown;
|
|
5150
|
+
no: unknown;
|
|
5503
5151
|
pl: unknown;
|
|
5504
5152
|
pt: unknown;
|
|
5505
5153
|
ro: unknown;
|
|
@@ -5674,7 +5322,6 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5674
5322
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
5675
5323
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
5676
5324
|
defaultLocale: t.KeyofC<{
|
|
5677
|
-
no: unknown;
|
|
5678
5325
|
en: unknown;
|
|
5679
5326
|
ar: unknown;
|
|
5680
5327
|
fr: unknown;
|
|
@@ -5698,6 +5345,7 @@ declare const UIConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5698
5345
|
ms: unknown;
|
|
5699
5346
|
mr: unknown;
|
|
5700
5347
|
nb: unknown;
|
|
5348
|
+
no: unknown;
|
|
5701
5349
|
pl: unknown;
|
|
5702
5350
|
pt: unknown;
|
|
5703
5351
|
ro: unknown;
|
|
@@ -5926,7 +5574,6 @@ type UIConfigurationBannerOnly = t.TypeOf<typeof UIConfigurationBannerOnly>;
|
|
|
5926
5574
|
/** Modal only configuration */
|
|
5927
5575
|
declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
5928
5576
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
5929
|
-
no: unknown;
|
|
5930
5577
|
en: unknown;
|
|
5931
5578
|
ar: unknown;
|
|
5932
5579
|
fr: unknown;
|
|
@@ -5950,6 +5597,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
5950
5597
|
ms: unknown;
|
|
5951
5598
|
mr: unknown;
|
|
5952
5599
|
nb: unknown;
|
|
5600
|
+
no: unknown;
|
|
5953
5601
|
pl: unknown;
|
|
5954
5602
|
pt: unknown;
|
|
5955
5603
|
ro: unknown;
|
|
@@ -6124,7 +5772,6 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6124
5772
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6125
5773
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6126
5774
|
defaultLocale: t.KeyofC<{
|
|
6127
|
-
no: unknown;
|
|
6128
5775
|
en: unknown;
|
|
6129
5776
|
ar: unknown;
|
|
6130
5777
|
fr: unknown;
|
|
@@ -6148,6 +5795,7 @@ declare const UIConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
6148
5795
|
ms: unknown;
|
|
6149
5796
|
mr: unknown;
|
|
6150
5797
|
nb: unknown;
|
|
5798
|
+
no: unknown;
|
|
6151
5799
|
pl: unknown;
|
|
6152
5800
|
pt: unknown;
|
|
6153
5801
|
ro: unknown;
|
|
@@ -6378,7 +6026,6 @@ type UIConfigurationModalOnly = t.TypeOf<typeof UIConfigurationModalOnly>;
|
|
|
6378
6026
|
/** Banner into modal configuration */
|
|
6379
6027
|
declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
6380
6028
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6381
|
-
no: unknown;
|
|
6382
6029
|
en: unknown;
|
|
6383
6030
|
ar: unknown;
|
|
6384
6031
|
fr: unknown;
|
|
@@ -6402,6 +6049,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6402
6049
|
ms: unknown;
|
|
6403
6050
|
mr: unknown;
|
|
6404
6051
|
nb: unknown;
|
|
6052
|
+
no: unknown;
|
|
6405
6053
|
pl: unknown;
|
|
6406
6054
|
pt: unknown;
|
|
6407
6055
|
ro: unknown;
|
|
@@ -6576,7 +6224,6 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6576
6224
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
6577
6225
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
6578
6226
|
defaultLocale: t.KeyofC<{
|
|
6579
|
-
no: unknown;
|
|
6580
6227
|
en: unknown;
|
|
6581
6228
|
ar: unknown;
|
|
6582
6229
|
fr: unknown;
|
|
@@ -6600,6 +6247,7 @@ declare const UIConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
6600
6247
|
ms: unknown;
|
|
6601
6248
|
mr: unknown;
|
|
6602
6249
|
nb: unknown;
|
|
6250
|
+
no: unknown;
|
|
6603
6251
|
pl: unknown;
|
|
6604
6252
|
pt: unknown;
|
|
6605
6253
|
ro: unknown;
|
|
@@ -6879,7 +6527,6 @@ type UIConfigurationBannerIntoModal = t.TypeOf<typeof UIConfigurationBannerIntoM
|
|
|
6879
6527
|
/** Configuration of the entire consent UI */
|
|
6880
6528
|
declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
6881
6529
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
6882
|
-
no: unknown;
|
|
6883
6530
|
en: unknown;
|
|
6884
6531
|
ar: unknown;
|
|
6885
6532
|
fr: unknown;
|
|
@@ -6903,6 +6550,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
6903
6550
|
ms: unknown;
|
|
6904
6551
|
mr: unknown;
|
|
6905
6552
|
nb: unknown;
|
|
6553
|
+
no: unknown;
|
|
6906
6554
|
pl: unknown;
|
|
6907
6555
|
pt: unknown;
|
|
6908
6556
|
ro: unknown;
|
|
@@ -7077,7 +6725,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7077
6725
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7078
6726
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7079
6727
|
defaultLocale: t.KeyofC<{
|
|
7080
|
-
no: unknown;
|
|
7081
6728
|
en: unknown;
|
|
7082
6729
|
ar: unknown;
|
|
7083
6730
|
fr: unknown;
|
|
@@ -7101,6 +6748,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7101
6748
|
ms: unknown;
|
|
7102
6749
|
mr: unknown;
|
|
7103
6750
|
nb: unknown;
|
|
6751
|
+
no: unknown;
|
|
7104
6752
|
pl: unknown;
|
|
7105
6753
|
pt: unknown;
|
|
7106
6754
|
ro: unknown;
|
|
@@ -7325,7 +6973,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7325
6973
|
}>]>;
|
|
7326
6974
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
7327
6975
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7328
|
-
no: unknown;
|
|
7329
6976
|
en: unknown;
|
|
7330
6977
|
ar: unknown;
|
|
7331
6978
|
fr: unknown;
|
|
@@ -7349,6 +6996,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7349
6996
|
ms: unknown;
|
|
7350
6997
|
mr: unknown;
|
|
7351
6998
|
nb: unknown;
|
|
6999
|
+
no: unknown;
|
|
7352
7000
|
pl: unknown;
|
|
7353
7001
|
pt: unknown;
|
|
7354
7002
|
ro: unknown;
|
|
@@ -7523,7 +7171,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7523
7171
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7524
7172
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7525
7173
|
defaultLocale: t.KeyofC<{
|
|
7526
|
-
no: unknown;
|
|
7527
7174
|
en: unknown;
|
|
7528
7175
|
ar: unknown;
|
|
7529
7176
|
fr: unknown;
|
|
@@ -7547,6 +7194,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7547
7194
|
ms: unknown;
|
|
7548
7195
|
mr: unknown;
|
|
7549
7196
|
nb: unknown;
|
|
7197
|
+
no: unknown;
|
|
7550
7198
|
pl: unknown;
|
|
7551
7199
|
pt: unknown;
|
|
7552
7200
|
ro: unknown;
|
|
@@ -7773,7 +7421,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7773
7421
|
}>]>;
|
|
7774
7422
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
7775
7423
|
/** Supported locales */locales: t.ArrayC<t.KeyofC<{
|
|
7776
|
-
no: unknown;
|
|
7777
7424
|
en: unknown;
|
|
7778
7425
|
ar: unknown;
|
|
7779
7426
|
fr: unknown;
|
|
@@ -7797,6 +7444,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7797
7444
|
ms: unknown;
|
|
7798
7445
|
mr: unknown;
|
|
7799
7446
|
nb: unknown;
|
|
7447
|
+
no: unknown;
|
|
7800
7448
|
pl: unknown;
|
|
7801
7449
|
pt: unknown;
|
|
7802
7450
|
ro: unknown;
|
|
@@ -7971,7 +7619,6 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7971
7619
|
}>>; /** The transcend URL where the transcend logo links to */
|
|
7972
7620
|
transcendUrl: t.StringC; /** The default locale to use - must be one of the supported locales */
|
|
7973
7621
|
defaultLocale: t.KeyofC<{
|
|
7974
|
-
no: unknown;
|
|
7975
7622
|
en: unknown;
|
|
7976
7623
|
ar: unknown;
|
|
7977
7624
|
fr: unknown;
|
|
@@ -7995,6 +7642,7 @@ declare const UIConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
7995
7642
|
ms: unknown;
|
|
7996
7643
|
mr: unknown;
|
|
7997
7644
|
nb: unknown;
|
|
7645
|
+
no: unknown;
|
|
7998
7646
|
pl: unknown;
|
|
7999
7647
|
pt: unknown;
|
|
8000
7648
|
ro: unknown;
|
|
@@ -34764,7 +34412,6 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
34764
34412
|
}>; /** The time that the privacy request was created */
|
|
34765
34413
|
requestCreatedAt: t.StringC; /** The language key for the privacy request */
|
|
34766
34414
|
requestLocale: t.KeyofC<{
|
|
34767
|
-
no: unknown;
|
|
34768
34415
|
en: unknown;
|
|
34769
34416
|
ar: unknown;
|
|
34770
34417
|
fr: unknown;
|
|
@@ -34788,6 +34435,7 @@ declare const DatabaseSqlVariablesForPrivacyRequest: t.IntersectionC<[t.TypeC<{
|
|
|
34788
34435
|
ms: unknown;
|
|
34789
34436
|
mr: unknown;
|
|
34790
34437
|
nb: unknown;
|
|
34438
|
+
no: unknown;
|
|
34791
34439
|
pl: unknown;
|
|
34792
34440
|
pt: unknown;
|
|
34793
34441
|
ro: unknown;
|
|
@@ -40400,8 +40048,8 @@ declare enum PromptRunProductArea {
|
|
|
40400
40048
|
}
|
|
40401
40049
|
declare const ChatCompletionMessage: t.TypeC<{
|
|
40402
40050
|
role: t.KeyofC<{
|
|
40403
|
-
user: unknown;
|
|
40404
40051
|
system: unknown;
|
|
40052
|
+
user: unknown;
|
|
40405
40053
|
assistant: unknown;
|
|
40406
40054
|
}>;
|
|
40407
40055
|
content: t.StringC;
|
|
@@ -44847,7 +44495,7 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
44847
44495
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
44848
44496
|
region: t.PartialC<{
|
|
44849
44497
|
/** The country ISO code */country: t.KeyofC<{
|
|
44850
|
-
|
|
44498
|
+
ID: unknown;
|
|
44851
44499
|
AF: unknown;
|
|
44852
44500
|
AX: unknown;
|
|
44853
44501
|
AL: unknown;
|
|
@@ -44951,7 +44599,7 @@ declare const PreferenceStoreWorkflowSettings: t.PartialC<{
|
|
|
44951
44599
|
HK: unknown;
|
|
44952
44600
|
HU: unknown;
|
|
44953
44601
|
IS: unknown;
|
|
44954
|
-
|
|
44602
|
+
IN: unknown;
|
|
44955
44603
|
IR: unknown;
|
|
44956
44604
|
IQ: unknown;
|
|
44957
44605
|
IE: unknown;
|
|
@@ -50277,7 +49925,7 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
50277
49925
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
50278
49926
|
region: t.PartialC<{
|
|
50279
49927
|
/** The country ISO code */country: t.KeyofC<{
|
|
50280
|
-
|
|
49928
|
+
ID: unknown;
|
|
50281
49929
|
AF: unknown;
|
|
50282
49930
|
AX: unknown;
|
|
50283
49931
|
AL: unknown;
|
|
@@ -50381,7 +50029,7 @@ declare const PreferenceStorePurposeUpdate: t.IntersectionC<[t.IntersectionC<[t.
|
|
|
50381
50029
|
HK: unknown;
|
|
50382
50030
|
HU: unknown;
|
|
50383
50031
|
IS: unknown;
|
|
50384
|
-
|
|
50032
|
+
IN: unknown;
|
|
50385
50033
|
IR: unknown;
|
|
50386
50034
|
IQ: unknown;
|
|
50387
50035
|
IE: unknown;
|
|
@@ -55715,7 +55363,7 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
55715
55363
|
forceTriggerWorkflow: t.BooleanC; /** Country and/or country subdivision, to pass along to DSR request */
|
|
55716
55364
|
region: t.PartialC<{
|
|
55717
55365
|
/** The country ISO code */country: t.KeyofC<{
|
|
55718
|
-
|
|
55366
|
+
ID: unknown;
|
|
55719
55367
|
AF: unknown;
|
|
55720
55368
|
AX: unknown;
|
|
55721
55369
|
AL: unknown;
|
|
@@ -55819,7 +55467,7 @@ declare const PreferenceUpdateItem: t.IntersectionC<[t.TypeC<{
|
|
|
55819
55467
|
HK: unknown;
|
|
55820
55468
|
HU: unknown;
|
|
55821
55469
|
IS: unknown;
|
|
55822
|
-
|
|
55470
|
+
IN: unknown;
|
|
55823
55471
|
IR: unknown;
|
|
55824
55472
|
IQ: unknown;
|
|
55825
55473
|
IE: unknown;
|
|
@@ -61586,6 +61234,9 @@ declare enum ScopeName {
|
|
|
61586
61234
|
ViewPreferenceStoreSettings = "viewPreferenceStoreSettings",
|
|
61587
61235
|
ManagePolicies = "managePolicies",
|
|
61588
61236
|
ViewPolicies = "viewPolicies",
|
|
61237
|
+
ViewPolicyEngineBundles = "viewPolicyEngineBundles",
|
|
61238
|
+
ManagePolicyEngineBundles = "managePolicyEngineBundles",
|
|
61239
|
+
ActivatePolicyEngineBundles = "activatePolicyEngineBundles",
|
|
61589
61240
|
ManageIntlMessages = "manageIntlMessages",
|
|
61590
61241
|
ViewIntlMessages = "viewIntlMessages",
|
|
61591
61242
|
LLMLogTransfer = "llmLogTransfer",
|
|
@@ -61628,7 +61279,8 @@ declare enum TranscendProduct {
|
|
|
61628
61279
|
StructuredDiscovery = "STRUCTURED_DISCOVERY",
|
|
61629
61280
|
UnstructuredDiscovery = "UNSTRUCTURED_DISCOVERY",
|
|
61630
61281
|
DataLineage = "DATA_LINEAGE",
|
|
61631
|
-
RulesAutomation = "RULES_AUTOMATION"
|
|
61282
|
+
RulesAutomation = "RULES_AUTOMATION",
|
|
61283
|
+
PolicyEngine = "POLICY_ENGINE"
|
|
61632
61284
|
}
|
|
61633
61285
|
/**
|
|
61634
61286
|
* A scope definition
|
|
@@ -61756,7 +61408,11 @@ declare enum CustomizableComponent {
|
|
|
61756
61408
|
/** Take control confirmation styles */
|
|
61757
61409
|
TakeControlConfirmation = "takeControlConfirmation",
|
|
61758
61410
|
/** Modal styles */
|
|
61759
|
-
Modal = "modal"
|
|
61411
|
+
Modal = "modal",
|
|
61412
|
+
/** Footer */
|
|
61413
|
+
Footer = "footer",
|
|
61414
|
+
/** Footer link */
|
|
61415
|
+
FooterLink = "footerLink"
|
|
61760
61416
|
}
|
|
61761
61417
|
/**
|
|
61762
61418
|
* The names of the text fonts
|
|
@@ -61923,6 +61579,8 @@ declare const PrivacyCenterComponentStyles: t.PartialC<{
|
|
|
61923
61579
|
heroBackground: t.StringC;
|
|
61924
61580
|
takeControlConfirmation: t.StringC;
|
|
61925
61581
|
modal: t.StringC;
|
|
61582
|
+
footer: t.StringC;
|
|
61583
|
+
footerLink: t.StringC;
|
|
61926
61584
|
}>;
|
|
61927
61585
|
/** Type override */
|
|
61928
61586
|
type PrivacyCenterComponentStyles = t.TypeOf<typeof PrivacyCenterComponentStyles>;
|
|
@@ -62014,6 +61672,8 @@ declare const PrivacyCenterThemePartial: t.IntersectionC<[t.TypeC<{
|
|
|
62014
61672
|
heroBackground: t.StringC;
|
|
62015
61673
|
takeControlConfirmation: t.StringC;
|
|
62016
61674
|
modal: t.StringC;
|
|
61675
|
+
footer: t.StringC;
|
|
61676
|
+
footerLink: t.StringC;
|
|
62017
61677
|
}>; /** Override styles */
|
|
62018
61678
|
textStyles: t.PartialC<{
|
|
62019
61679
|
fontFamilyHeader: t.IntersectionC<[t.TypeC<{
|