@transcend-io/privacy-types 5.1.8 → 5.2.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 +21 -369
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +27 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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
|