@transcend-io/privacy-types 5.1.7 → 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 +34 -370
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +39 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -162,7 +162,19 @@ declare enum ActionItemCode {
|
|
|
162
162
|
/**
|
|
163
163
|
* A database datapoint has queries that need approval
|
|
164
164
|
*/
|
|
165
|
-
DataPointDatabaseQueryNeedsApproval = "DATA_POINT_DATABASE_QUERY_NEEDS_APPROVAL"
|
|
165
|
+
DataPointDatabaseQueryNeedsApproval = "DATA_POINT_DATABASE_QUERY_NEEDS_APPROVAL",
|
|
166
|
+
/**
|
|
167
|
+
* - A Rules Automation rule has hit a terminal failure (an execution
|
|
168
|
+
* transitioned to FAILURE with no further retries) and the rule has
|
|
169
|
+
* no assigned owners
|
|
170
|
+
*/
|
|
171
|
+
RulesAutomationRuleTerminalFailure = "RULES_AUTOMATION_RULE_TERMINAL_FAILURE",
|
|
172
|
+
/**
|
|
173
|
+
* - A Rules Automation rule has hit a terminal failure (an execution
|
|
174
|
+
* transitioned to FAILURE with no further retries) and the rule has
|
|
175
|
+
* one or more assigned owners (users or teams)
|
|
176
|
+
*/
|
|
177
|
+
RulesAutomationRuleTerminalFailureAssigned = "RULES_AUTOMATION_RULE_TERMINAL_FAILURE_ASSIGNED"
|
|
166
178
|
}
|
|
167
179
|
/**
|
|
168
180
|
* Possible values for action item priority override
|
|
@@ -3111,358 +3123,6 @@ declare const LoadOptions: t.IntersectionC<[t.TypeC<{
|
|
|
3111
3123
|
}>]>;
|
|
3112
3124
|
}>]>]>>;
|
|
3113
3125
|
variantThemeMap: t.RecordC<t.StringC, t.StringC>;
|
|
3114
|
-
themeConfigMap: t.RecordC<t.StringC, t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3115
|
-
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3116
|
-
backgroundColor: t.StringC;
|
|
3117
|
-
}>, t.TypeC<{
|
|
3118
|
-
borderRadius: t.StringC;
|
|
3119
|
-
borderColor: t.StringC;
|
|
3120
|
-
}>, t.TypeC<{
|
|
3121
|
-
textColor: t.StringC;
|
|
3122
|
-
}>]>, t.TypeC<{
|
|
3123
|
-
linkColor: t.StringC;
|
|
3124
|
-
linkUnderline: t.BooleanC;
|
|
3125
|
-
}>]>>;
|
|
3126
|
-
}>, t.TypeC<{
|
|
3127
|
-
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3128
|
-
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3129
|
-
container: t.IntersectionC<[t.TypeC<{
|
|
3130
|
-
backgroundColor: t.StringC;
|
|
3131
|
-
}>, t.TypeC<{
|
|
3132
|
-
borderRadius: t.StringC;
|
|
3133
|
-
borderColor: t.StringC;
|
|
3134
|
-
}>]>;
|
|
3135
|
-
description: t.IntersectionC<[t.TypeC<{
|
|
3136
|
-
textColor: t.StringC;
|
|
3137
|
-
}>, t.TypeC<{
|
|
3138
|
-
linkColor: t.StringC;
|
|
3139
|
-
linkUnderline: t.BooleanC;
|
|
3140
|
-
}>]>;
|
|
3141
|
-
footer: t.IntersectionC<[t.TypeC<{
|
|
3142
|
-
backgroundColor: t.StringC;
|
|
3143
|
-
}>, t.TypeC<{
|
|
3144
|
-
localePickerColor: t.StringC;
|
|
3145
|
-
}>]>;
|
|
3146
|
-
alwaysShowScrollbar: t.BooleanC;
|
|
3147
|
-
horizontalAlign: t.KeyofC<{
|
|
3148
|
-
right: unknown;
|
|
3149
|
-
left: unknown;
|
|
3150
|
-
center: unknown;
|
|
3151
|
-
}>;
|
|
3152
|
-
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3153
|
-
linkColor: t.StringC;
|
|
3154
|
-
linkUnderline: t.BooleanC;
|
|
3155
|
-
}>;
|
|
3156
|
-
}>, t.PartialC<{
|
|
3157
|
-
background: t.TypeC<{
|
|
3158
|
-
backgroundColor: t.StringC;
|
|
3159
|
-
}>;
|
|
3160
|
-
header: t.IntersectionC<[t.TypeC<{
|
|
3161
|
-
textColor: t.StringC;
|
|
3162
|
-
}>, t.TypeC<{
|
|
3163
|
-
logoPosition: t.KeyofC<{
|
|
3164
|
-
left: unknown;
|
|
3165
|
-
above: unknown;
|
|
3166
|
-
}>;
|
|
3167
|
-
}>]>;
|
|
3168
|
-
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3169
|
-
backgroundColor: t.StringC;
|
|
3170
|
-
}>, t.TypeC<{
|
|
3171
|
-
borderRadius: t.StringC;
|
|
3172
|
-
borderColor: t.StringC;
|
|
3173
|
-
}>, t.TypeC<{
|
|
3174
|
-
iconColor: t.StringC;
|
|
3175
|
-
}>]>;
|
|
3176
|
-
}>]>, t.TypeC<{
|
|
3177
|
-
contentFlow: t.KeyofC<{
|
|
3178
|
-
vertical: unknown;
|
|
3179
|
-
"horizontal-stacked": unknown;
|
|
3180
|
-
"horizontal-flat": unknown;
|
|
3181
|
-
}>;
|
|
3182
|
-
verticalAlign: t.KeyofC<{
|
|
3183
|
-
center: unknown;
|
|
3184
|
-
top: unknown;
|
|
3185
|
-
bottom: unknown;
|
|
3186
|
-
}>;
|
|
3187
|
-
}>]>;
|
|
3188
|
-
}>]>, t.IntersectionC<[t.TypeC<{
|
|
3189
|
-
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3190
|
-
backgroundColor: t.StringC;
|
|
3191
|
-
}>, t.TypeC<{
|
|
3192
|
-
borderRadius: t.StringC;
|
|
3193
|
-
borderColor: t.StringC;
|
|
3194
|
-
}>, t.TypeC<{
|
|
3195
|
-
textColor: t.StringC;
|
|
3196
|
-
}>]>, t.TypeC<{
|
|
3197
|
-
linkColor: t.StringC;
|
|
3198
|
-
linkUnderline: t.BooleanC;
|
|
3199
|
-
}>]>>;
|
|
3200
|
-
}>, t.TypeC<{
|
|
3201
|
-
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3202
|
-
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3203
|
-
container: t.IntersectionC<[t.TypeC<{
|
|
3204
|
-
backgroundColor: t.StringC;
|
|
3205
|
-
}>, t.TypeC<{
|
|
3206
|
-
borderRadius: t.StringC;
|
|
3207
|
-
borderColor: t.StringC;
|
|
3208
|
-
}>]>;
|
|
3209
|
-
description: t.IntersectionC<[t.TypeC<{
|
|
3210
|
-
textColor: t.StringC;
|
|
3211
|
-
}>, t.TypeC<{
|
|
3212
|
-
linkColor: t.StringC;
|
|
3213
|
-
linkUnderline: t.BooleanC;
|
|
3214
|
-
}>]>;
|
|
3215
|
-
footer: t.IntersectionC<[t.TypeC<{
|
|
3216
|
-
backgroundColor: t.StringC;
|
|
3217
|
-
}>, t.TypeC<{
|
|
3218
|
-
localePickerColor: t.StringC;
|
|
3219
|
-
}>]>;
|
|
3220
|
-
alwaysShowScrollbar: t.BooleanC;
|
|
3221
|
-
horizontalAlign: t.KeyofC<{
|
|
3222
|
-
right: unknown;
|
|
3223
|
-
left: unknown;
|
|
3224
|
-
center: unknown;
|
|
3225
|
-
}>;
|
|
3226
|
-
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3227
|
-
linkColor: t.StringC;
|
|
3228
|
-
linkUnderline: t.BooleanC;
|
|
3229
|
-
}>;
|
|
3230
|
-
}>, t.PartialC<{
|
|
3231
|
-
background: t.TypeC<{
|
|
3232
|
-
backgroundColor: t.StringC;
|
|
3233
|
-
}>;
|
|
3234
|
-
header: t.IntersectionC<[t.TypeC<{
|
|
3235
|
-
textColor: t.StringC;
|
|
3236
|
-
}>, t.TypeC<{
|
|
3237
|
-
logoPosition: t.KeyofC<{
|
|
3238
|
-
left: unknown;
|
|
3239
|
-
above: unknown;
|
|
3240
|
-
}>;
|
|
3241
|
-
}>]>;
|
|
3242
|
-
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3243
|
-
backgroundColor: t.StringC;
|
|
3244
|
-
}>, t.TypeC<{
|
|
3245
|
-
borderRadius: t.StringC;
|
|
3246
|
-
borderColor: t.StringC;
|
|
3247
|
-
}>, t.TypeC<{
|
|
3248
|
-
iconColor: t.StringC;
|
|
3249
|
-
}>]>;
|
|
3250
|
-
}>]>, t.TypeC<{
|
|
3251
|
-
modalTitle: t.TypeC<{
|
|
3252
|
-
textColor: t.StringC;
|
|
3253
|
-
}>;
|
|
3254
|
-
modalSubtitle: t.TypeC<{
|
|
3255
|
-
textColor: t.StringC;
|
|
3256
|
-
}>;
|
|
3257
|
-
purposeListTitle: t.TypeC<{
|
|
3258
|
-
textColor: t.StringC;
|
|
3259
|
-
}>;
|
|
3260
|
-
caretIcon: t.TypeC<{
|
|
3261
|
-
iconColor: t.StringC;
|
|
3262
|
-
}>;
|
|
3263
|
-
cardTitle: t.TypeC<{
|
|
3264
|
-
textColor: t.StringC;
|
|
3265
|
-
}>;
|
|
3266
|
-
alwaysOnText: t.TypeC<{
|
|
3267
|
-
textColor: t.StringC;
|
|
3268
|
-
}>;
|
|
3269
|
-
purposeDescription: t.IntersectionC<[t.TypeC<{
|
|
3270
|
-
textColor: t.StringC;
|
|
3271
|
-
}>, t.TypeC<{
|
|
3272
|
-
linkColor: t.StringC;
|
|
3273
|
-
linkUnderline: t.BooleanC;
|
|
3274
|
-
}>]>;
|
|
3275
|
-
purposeCard: t.IntersectionC<[t.TypeC<{
|
|
3276
|
-
backgroundColor: t.StringC;
|
|
3277
|
-
}>, t.TypeC<{
|
|
3278
|
-
borderRadius: t.StringC;
|
|
3279
|
-
borderColor: t.StringC;
|
|
3280
|
-
}>]>;
|
|
3281
|
-
toggle: t.IntersectionC<[t.TypeC<{
|
|
3282
|
-
textColor: t.StringC;
|
|
3283
|
-
}>, t.TypeC<{
|
|
3284
|
-
iconColor: t.StringC;
|
|
3285
|
-
}>, t.TypeC<{
|
|
3286
|
-
enabledColor: t.StringC;
|
|
3287
|
-
disabledColor: t.StringC;
|
|
3288
|
-
knobColor: t.StringC;
|
|
3289
|
-
}>]>;
|
|
3290
|
-
lockToEdges: t.BooleanC;
|
|
3291
|
-
maxWidth: t.StringC;
|
|
3292
|
-
}>, t.PartialC<{
|
|
3293
|
-
bulkActionButtons: t.TupleC<[t.NumberC, t.NumberC]>;
|
|
3294
|
-
shrinkToFullWidth: t.StringC;
|
|
3295
|
-
}>]>;
|
|
3296
|
-
}>]>, t.IntersectionC<[t.TypeC<{
|
|
3297
|
-
buttonThemes: t.ArrayC<t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
3298
|
-
backgroundColor: t.StringC;
|
|
3299
|
-
}>, t.TypeC<{
|
|
3300
|
-
borderRadius: t.StringC;
|
|
3301
|
-
borderColor: t.StringC;
|
|
3302
|
-
}>, t.TypeC<{
|
|
3303
|
-
textColor: t.StringC;
|
|
3304
|
-
}>]>, t.TypeC<{
|
|
3305
|
-
linkColor: t.StringC;
|
|
3306
|
-
linkUnderline: t.BooleanC;
|
|
3307
|
-
}>]>>;
|
|
3308
|
-
}>, t.TypeC<{
|
|
3309
|
-
firstLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3310
|
-
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3311
|
-
container: t.IntersectionC<[t.TypeC<{
|
|
3312
|
-
backgroundColor: t.StringC;
|
|
3313
|
-
}>, t.TypeC<{
|
|
3314
|
-
borderRadius: t.StringC;
|
|
3315
|
-
borderColor: t.StringC;
|
|
3316
|
-
}>]>;
|
|
3317
|
-
description: t.IntersectionC<[t.TypeC<{
|
|
3318
|
-
textColor: t.StringC;
|
|
3319
|
-
}>, t.TypeC<{
|
|
3320
|
-
linkColor: t.StringC;
|
|
3321
|
-
linkUnderline: t.BooleanC;
|
|
3322
|
-
}>]>;
|
|
3323
|
-
footer: t.IntersectionC<[t.TypeC<{
|
|
3324
|
-
backgroundColor: t.StringC;
|
|
3325
|
-
}>, t.TypeC<{
|
|
3326
|
-
localePickerColor: t.StringC;
|
|
3327
|
-
}>]>;
|
|
3328
|
-
alwaysShowScrollbar: t.BooleanC;
|
|
3329
|
-
horizontalAlign: t.KeyofC<{
|
|
3330
|
-
right: unknown;
|
|
3331
|
-
left: unknown;
|
|
3332
|
-
center: unknown;
|
|
3333
|
-
}>;
|
|
3334
|
-
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3335
|
-
linkColor: t.StringC;
|
|
3336
|
-
linkUnderline: t.BooleanC;
|
|
3337
|
-
}>;
|
|
3338
|
-
}>, t.PartialC<{
|
|
3339
|
-
background: t.TypeC<{
|
|
3340
|
-
backgroundColor: t.StringC;
|
|
3341
|
-
}>;
|
|
3342
|
-
header: t.IntersectionC<[t.TypeC<{
|
|
3343
|
-
textColor: t.StringC;
|
|
3344
|
-
}>, t.TypeC<{
|
|
3345
|
-
logoPosition: t.KeyofC<{
|
|
3346
|
-
left: unknown;
|
|
3347
|
-
above: unknown;
|
|
3348
|
-
}>;
|
|
3349
|
-
}>]>;
|
|
3350
|
-
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3351
|
-
backgroundColor: t.StringC;
|
|
3352
|
-
}>, t.TypeC<{
|
|
3353
|
-
borderRadius: t.StringC;
|
|
3354
|
-
borderColor: t.StringC;
|
|
3355
|
-
}>, t.TypeC<{
|
|
3356
|
-
iconColor: t.StringC;
|
|
3357
|
-
}>]>;
|
|
3358
|
-
}>]>, t.TypeC<{
|
|
3359
|
-
contentFlow: t.KeyofC<{
|
|
3360
|
-
vertical: unknown;
|
|
3361
|
-
"horizontal-stacked": unknown;
|
|
3362
|
-
"horizontal-flat": unknown;
|
|
3363
|
-
}>;
|
|
3364
|
-
verticalAlign: t.KeyofC<{
|
|
3365
|
-
center: unknown;
|
|
3366
|
-
top: unknown;
|
|
3367
|
-
bottom: unknown;
|
|
3368
|
-
}>;
|
|
3369
|
-
}>]>;
|
|
3370
|
-
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
3371
|
-
buttons: t.TupleC<[t.NumberC, t.UnionC<[t.NumberC, t.UndefinedC]>, t.UnionC<[t.NumberC, t.UndefinedC]>]>;
|
|
3372
|
-
container: t.IntersectionC<[t.TypeC<{
|
|
3373
|
-
backgroundColor: t.StringC;
|
|
3374
|
-
}>, t.TypeC<{
|
|
3375
|
-
borderRadius: t.StringC;
|
|
3376
|
-
borderColor: t.StringC;
|
|
3377
|
-
}>]>;
|
|
3378
|
-
description: t.IntersectionC<[t.TypeC<{
|
|
3379
|
-
textColor: t.StringC;
|
|
3380
|
-
}>, t.TypeC<{
|
|
3381
|
-
linkColor: t.StringC;
|
|
3382
|
-
linkUnderline: t.BooleanC;
|
|
3383
|
-
}>]>;
|
|
3384
|
-
footer: t.IntersectionC<[t.TypeC<{
|
|
3385
|
-
backgroundColor: t.StringC;
|
|
3386
|
-
}>, t.TypeC<{
|
|
3387
|
-
localePickerColor: t.StringC;
|
|
3388
|
-
}>]>;
|
|
3389
|
-
alwaysShowScrollbar: t.BooleanC;
|
|
3390
|
-
horizontalAlign: t.KeyofC<{
|
|
3391
|
-
right: unknown;
|
|
3392
|
-
left: unknown;
|
|
3393
|
-
center: unknown;
|
|
3394
|
-
}>;
|
|
3395
|
-
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3396
|
-
linkColor: t.StringC;
|
|
3397
|
-
linkUnderline: t.BooleanC;
|
|
3398
|
-
}>;
|
|
3399
|
-
}>, t.PartialC<{
|
|
3400
|
-
background: t.TypeC<{
|
|
3401
|
-
backgroundColor: t.StringC;
|
|
3402
|
-
}>;
|
|
3403
|
-
header: t.IntersectionC<[t.TypeC<{
|
|
3404
|
-
textColor: t.StringC;
|
|
3405
|
-
}>, t.TypeC<{
|
|
3406
|
-
logoPosition: t.KeyofC<{
|
|
3407
|
-
left: unknown;
|
|
3408
|
-
above: unknown;
|
|
3409
|
-
}>;
|
|
3410
|
-
}>]>;
|
|
3411
|
-
closeButton: t.IntersectionC<[t.TypeC<{
|
|
3412
|
-
backgroundColor: t.StringC;
|
|
3413
|
-
}>, t.TypeC<{
|
|
3414
|
-
borderRadius: t.StringC;
|
|
3415
|
-
borderColor: t.StringC;
|
|
3416
|
-
}>, t.TypeC<{
|
|
3417
|
-
iconColor: t.StringC;
|
|
3418
|
-
}>]>;
|
|
3419
|
-
}>]>, t.TypeC<{
|
|
3420
|
-
modalTitle: t.TypeC<{
|
|
3421
|
-
textColor: t.StringC;
|
|
3422
|
-
}>;
|
|
3423
|
-
modalSubtitle: t.TypeC<{
|
|
3424
|
-
textColor: t.StringC;
|
|
3425
|
-
}>;
|
|
3426
|
-
purposeListTitle: t.TypeC<{
|
|
3427
|
-
textColor: t.StringC;
|
|
3428
|
-
}>;
|
|
3429
|
-
caretIcon: t.TypeC<{
|
|
3430
|
-
iconColor: t.StringC;
|
|
3431
|
-
}>;
|
|
3432
|
-
cardTitle: t.TypeC<{
|
|
3433
|
-
textColor: t.StringC;
|
|
3434
|
-
}>;
|
|
3435
|
-
alwaysOnText: t.TypeC<{
|
|
3436
|
-
textColor: t.StringC;
|
|
3437
|
-
}>;
|
|
3438
|
-
purposeDescription: t.IntersectionC<[t.TypeC<{
|
|
3439
|
-
textColor: t.StringC;
|
|
3440
|
-
}>, t.TypeC<{
|
|
3441
|
-
linkColor: t.StringC;
|
|
3442
|
-
linkUnderline: t.BooleanC;
|
|
3443
|
-
}>]>;
|
|
3444
|
-
purposeCard: t.IntersectionC<[t.TypeC<{
|
|
3445
|
-
backgroundColor: t.StringC;
|
|
3446
|
-
}>, t.TypeC<{
|
|
3447
|
-
borderRadius: t.StringC;
|
|
3448
|
-
borderColor: t.StringC;
|
|
3449
|
-
}>]>;
|
|
3450
|
-
toggle: t.IntersectionC<[t.TypeC<{
|
|
3451
|
-
textColor: t.StringC;
|
|
3452
|
-
}>, t.TypeC<{
|
|
3453
|
-
iconColor: t.StringC;
|
|
3454
|
-
}>, t.TypeC<{
|
|
3455
|
-
enabledColor: t.StringC;
|
|
3456
|
-
disabledColor: t.StringC;
|
|
3457
|
-
knobColor: t.StringC;
|
|
3458
|
-
}>]>;
|
|
3459
|
-
lockToEdges: t.BooleanC;
|
|
3460
|
-
maxWidth: t.StringC;
|
|
3461
|
-
}>, t.PartialC<{
|
|
3462
|
-
bulkActionButtons: t.TupleC<[t.NumberC, t.NumberC]>;
|
|
3463
|
-
shrinkToFullWidth: t.StringC;
|
|
3464
|
-
}>]>;
|
|
3465
|
-
}>]>]>>;
|
|
3466
3126
|
autofocus: t.UnionC<[t.KeyofC<{
|
|
3467
3127
|
on: unknown;
|
|
3468
3128
|
off: unknown;
|
|
@@ -3932,8 +3592,8 @@ declare const CommonLayerTheme: t.IntersectionC<[t.TypeC<{
|
|
|
3932
3592
|
alwaysShowScrollbar: t.BooleanC;
|
|
3933
3593
|
horizontalAlign: t.KeyofC<{
|
|
3934
3594
|
right: unknown;
|
|
3935
|
-
left: unknown;
|
|
3936
3595
|
center: unknown;
|
|
3596
|
+
left: unknown;
|
|
3937
3597
|
}>;
|
|
3938
3598
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3939
3599
|
linkColor: t.StringC;
|
|
@@ -3985,8 +3645,8 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
3985
3645
|
alwaysShowScrollbar: t.BooleanC;
|
|
3986
3646
|
horizontalAlign: t.KeyofC<{
|
|
3987
3647
|
right: unknown;
|
|
3988
|
-
left: unknown;
|
|
3989
3648
|
center: unknown;
|
|
3649
|
+
left: unknown;
|
|
3990
3650
|
}>;
|
|
3991
3651
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
3992
3652
|
linkColor: t.StringC;
|
|
@@ -4019,9 +3679,9 @@ declare const FirstLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4019
3679
|
"horizontal-flat": unknown;
|
|
4020
3680
|
}>;
|
|
4021
3681
|
verticalAlign: t.KeyofC<{
|
|
4022
|
-
center: unknown;
|
|
4023
3682
|
top: unknown;
|
|
4024
3683
|
bottom: unknown;
|
|
3684
|
+
center: unknown;
|
|
4025
3685
|
}>;
|
|
4026
3686
|
}>]>;
|
|
4027
3687
|
/** Override type */
|
|
@@ -4049,8 +3709,8 @@ declare const SecondLayerTheme: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4049
3709
|
alwaysShowScrollbar: t.BooleanC;
|
|
4050
3710
|
horizontalAlign: t.KeyofC<{
|
|
4051
3711
|
right: unknown;
|
|
4052
|
-
left: unknown;
|
|
4053
3712
|
center: unknown;
|
|
3713
|
+
left: unknown;
|
|
4054
3714
|
}>;
|
|
4055
3715
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4056
3716
|
linkColor: t.StringC;
|
|
@@ -4190,8 +3850,8 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4190
3850
|
alwaysShowScrollbar: t.BooleanC;
|
|
4191
3851
|
horizontalAlign: t.KeyofC<{
|
|
4192
3852
|
right: unknown;
|
|
4193
|
-
left: unknown;
|
|
4194
3853
|
center: unknown;
|
|
3854
|
+
left: unknown;
|
|
4195
3855
|
}>;
|
|
4196
3856
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4197
3857
|
linkColor: t.StringC;
|
|
@@ -4224,9 +3884,9 @@ declare const ThemeConfigurationBannerOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4224
3884
|
"horizontal-flat": unknown;
|
|
4225
3885
|
}>;
|
|
4226
3886
|
verticalAlign: t.KeyofC<{
|
|
4227
|
-
center: unknown;
|
|
4228
3887
|
top: unknown;
|
|
4229
3888
|
bottom: unknown;
|
|
3889
|
+
center: unknown;
|
|
4230
3890
|
}>;
|
|
4231
3891
|
}>]>;
|
|
4232
3892
|
}>]>;
|
|
@@ -4268,8 +3928,8 @@ declare const ThemeConfigurationModalOnly: t.IntersectionC<[t.TypeC<{
|
|
|
4268
3928
|
alwaysShowScrollbar: t.BooleanC;
|
|
4269
3929
|
horizontalAlign: t.KeyofC<{
|
|
4270
3930
|
right: unknown;
|
|
4271
|
-
left: unknown;
|
|
4272
3931
|
center: unknown;
|
|
3932
|
+
left: unknown;
|
|
4273
3933
|
}>;
|
|
4274
3934
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4275
3935
|
linkColor: t.StringC;
|
|
@@ -4380,8 +4040,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4380
4040
|
alwaysShowScrollbar: t.BooleanC;
|
|
4381
4041
|
horizontalAlign: t.KeyofC<{
|
|
4382
4042
|
right: unknown;
|
|
4383
|
-
left: unknown;
|
|
4384
4043
|
center: unknown;
|
|
4044
|
+
left: unknown;
|
|
4385
4045
|
}>;
|
|
4386
4046
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4387
4047
|
linkColor: t.StringC;
|
|
@@ -4414,9 +4074,9 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4414
4074
|
"horizontal-flat": unknown;
|
|
4415
4075
|
}>;
|
|
4416
4076
|
verticalAlign: t.KeyofC<{
|
|
4417
|
-
center: unknown;
|
|
4418
4077
|
top: unknown;
|
|
4419
4078
|
bottom: unknown;
|
|
4079
|
+
center: unknown;
|
|
4420
4080
|
}>;
|
|
4421
4081
|
}>]>;
|
|
4422
4082
|
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -4441,8 +4101,8 @@ declare const ThemeConfigurationBannerIntoModal: t.IntersectionC<[t.TypeC<{
|
|
|
4441
4101
|
alwaysShowScrollbar: t.BooleanC;
|
|
4442
4102
|
horizontalAlign: t.KeyofC<{
|
|
4443
4103
|
right: unknown;
|
|
4444
|
-
left: unknown;
|
|
4445
4104
|
center: unknown;
|
|
4105
|
+
left: unknown;
|
|
4446
4106
|
}>;
|
|
4447
4107
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4448
4108
|
linkColor: t.StringC;
|
|
@@ -4553,8 +4213,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4553
4213
|
alwaysShowScrollbar: t.BooleanC;
|
|
4554
4214
|
horizontalAlign: t.KeyofC<{
|
|
4555
4215
|
right: unknown;
|
|
4556
|
-
left: unknown;
|
|
4557
4216
|
center: unknown;
|
|
4217
|
+
left: unknown;
|
|
4558
4218
|
}>;
|
|
4559
4219
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4560
4220
|
linkColor: t.StringC;
|
|
@@ -4587,9 +4247,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4587
4247
|
"horizontal-flat": unknown;
|
|
4588
4248
|
}>;
|
|
4589
4249
|
verticalAlign: t.KeyofC<{
|
|
4590
|
-
center: unknown;
|
|
4591
4250
|
top: unknown;
|
|
4592
4251
|
bottom: unknown;
|
|
4252
|
+
center: unknown;
|
|
4593
4253
|
}>;
|
|
4594
4254
|
}>]>;
|
|
4595
4255
|
}>]>, t.IntersectionC<[t.TypeC<{
|
|
@@ -4627,8 +4287,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4627
4287
|
alwaysShowScrollbar: t.BooleanC;
|
|
4628
4288
|
horizontalAlign: t.KeyofC<{
|
|
4629
4289
|
right: unknown;
|
|
4630
|
-
left: unknown;
|
|
4631
4290
|
center: unknown;
|
|
4291
|
+
left: unknown;
|
|
4632
4292
|
}>;
|
|
4633
4293
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4634
4294
|
linkColor: t.StringC;
|
|
@@ -4735,8 +4395,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4735
4395
|
alwaysShowScrollbar: t.BooleanC;
|
|
4736
4396
|
horizontalAlign: t.KeyofC<{
|
|
4737
4397
|
right: unknown;
|
|
4738
|
-
left: unknown;
|
|
4739
4398
|
center: unknown;
|
|
4399
|
+
left: unknown;
|
|
4740
4400
|
}>;
|
|
4741
4401
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4742
4402
|
linkColor: t.StringC;
|
|
@@ -4769,9 +4429,9 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4769
4429
|
"horizontal-flat": unknown;
|
|
4770
4430
|
}>;
|
|
4771
4431
|
verticalAlign: t.KeyofC<{
|
|
4772
|
-
center: unknown;
|
|
4773
4432
|
top: unknown;
|
|
4774
4433
|
bottom: unknown;
|
|
4434
|
+
center: unknown;
|
|
4775
4435
|
}>;
|
|
4776
4436
|
}>]>;
|
|
4777
4437
|
secondLayer: t.IntersectionC<[t.IntersectionC<[t.TypeC<{
|
|
@@ -4796,8 +4456,8 @@ declare const ThemeConfiguration: t.UnionC<[t.IntersectionC<[t.TypeC<{
|
|
|
4796
4456
|
alwaysShowScrollbar: t.BooleanC;
|
|
4797
4457
|
horizontalAlign: t.KeyofC<{
|
|
4798
4458
|
right: unknown;
|
|
4799
|
-
left: unknown;
|
|
4800
4459
|
center: unknown;
|
|
4460
|
+
left: unknown;
|
|
4801
4461
|
}>;
|
|
4802
4462
|
cookieAndPrivacyPolicy: t.PartialC<{
|
|
4803
4463
|
linkColor: t.StringC;
|
|
@@ -61574,6 +61234,9 @@ declare enum ScopeName {
|
|
|
61574
61234
|
ViewPreferenceStoreSettings = "viewPreferenceStoreSettings",
|
|
61575
61235
|
ManagePolicies = "managePolicies",
|
|
61576
61236
|
ViewPolicies = "viewPolicies",
|
|
61237
|
+
ViewPolicyEngineBundles = "viewPolicyEngineBundles",
|
|
61238
|
+
ManagePolicyEngineBundles = "managePolicyEngineBundles",
|
|
61239
|
+
ActivatePolicyEngineBundles = "activatePolicyEngineBundles",
|
|
61577
61240
|
ManageIntlMessages = "manageIntlMessages",
|
|
61578
61241
|
ViewIntlMessages = "viewIntlMessages",
|
|
61579
61242
|
LLMLogTransfer = "llmLogTransfer",
|
|
@@ -61616,7 +61279,8 @@ declare enum TranscendProduct {
|
|
|
61616
61279
|
StructuredDiscovery = "STRUCTURED_DISCOVERY",
|
|
61617
61280
|
UnstructuredDiscovery = "UNSTRUCTURED_DISCOVERY",
|
|
61618
61281
|
DataLineage = "DATA_LINEAGE",
|
|
61619
|
-
RulesAutomation = "RULES_AUTOMATION"
|
|
61282
|
+
RulesAutomation = "RULES_AUTOMATION",
|
|
61283
|
+
PolicyEngine = "POLICY_ENGINE"
|
|
61620
61284
|
}
|
|
61621
61285
|
/**
|
|
61622
61286
|
* A scope definition
|