@ketch-sdk/ketch-types 1.23.0 → 1.24.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.ts +279 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3284,11 +3284,290 @@ export interface PreferenceExperienceTranslationConfig {
|
|
|
3284
3284
|
subscriptions?: PreferenceSubscriptionsTabExperienceTranslationConfig;
|
|
3285
3285
|
requests?: PreferenceRequestsTabExperienceTranslationConfig;
|
|
3286
3286
|
}
|
|
3287
|
+
/** Static text */
|
|
3288
|
+
export interface StaticTranslationConfig {
|
|
3289
|
+
powered_by?: string;
|
|
3290
|
+
purpose?: string;
|
|
3291
|
+
reject_all?: string;
|
|
3292
|
+
accept_all?: string;
|
|
3293
|
+
accept?: string;
|
|
3294
|
+
legal_basis?: string;
|
|
3295
|
+
cookies?: string;
|
|
3296
|
+
cookie?: string;
|
|
3297
|
+
data_categories?: string;
|
|
3298
|
+
data_category?: string;
|
|
3299
|
+
vendors?: string;
|
|
3300
|
+
vendor?: string;
|
|
3301
|
+
service_provider?: string;
|
|
3302
|
+
duration?: string;
|
|
3303
|
+
category?: string;
|
|
3304
|
+
description?: string;
|
|
3305
|
+
retention_period?: string;
|
|
3306
|
+
external_transfer?: string;
|
|
3307
|
+
strictly_necessary?: string;
|
|
3308
|
+
functional?: string;
|
|
3309
|
+
performance?: string;
|
|
3310
|
+
marketing?: string;
|
|
3311
|
+
session?: string;
|
|
3312
|
+
persistent?: string;
|
|
3313
|
+
first_party?: string;
|
|
3314
|
+
third_party?: string;
|
|
3315
|
+
preference_overview_button_text?: string;
|
|
3316
|
+
preference_consents_exit_button_text?: string;
|
|
3317
|
+
preference_rights_request?: string;
|
|
3318
|
+
preference_rights_request_details?: string;
|
|
3319
|
+
preference_rights_personal_details?: string;
|
|
3320
|
+
preference_rights_first_name?: string;
|
|
3321
|
+
preference_rights_last_name?: string;
|
|
3322
|
+
preference_rights_email?: string;
|
|
3323
|
+
preference_rights_country?: string;
|
|
3324
|
+
preference_rights_select_country?: string;
|
|
3325
|
+
preference_rights_state?: string;
|
|
3326
|
+
preference_rights_thank_you?: string;
|
|
3327
|
+
preference_rights_we_have_received?: string;
|
|
3328
|
+
preference_rights_cancel_button_text?: string;
|
|
3329
|
+
preference_rights_exit_button_text?: string;
|
|
3330
|
+
preference_rights_submit_new_request?: string;
|
|
3331
|
+
required?: string;
|
|
3332
|
+
enter_valid_email?: string;
|
|
3333
|
+
country_afghanistan?: string;
|
|
3334
|
+
country_albania?: string;
|
|
3335
|
+
country_algeria?: string;
|
|
3336
|
+
country_andorra?: string;
|
|
3337
|
+
country_angola?: string;
|
|
3338
|
+
country_antigua_and_barbuda?: string;
|
|
3339
|
+
country_argentina?: string;
|
|
3340
|
+
country_armenia?: string;
|
|
3341
|
+
country_australia?: string;
|
|
3342
|
+
country_austria?: string;
|
|
3343
|
+
country_azerbaijan?: string;
|
|
3344
|
+
country_bahamas?: string;
|
|
3345
|
+
country_bahrain?: string;
|
|
3346
|
+
country_bangladesh?: string;
|
|
3347
|
+
country_barbados?: string;
|
|
3348
|
+
country_belarus?: string;
|
|
3349
|
+
country_belgium?: string;
|
|
3350
|
+
country_belize?: string;
|
|
3351
|
+
country_benin?: string;
|
|
3352
|
+
country_bhutan?: string;
|
|
3353
|
+
country_bolivia?: string;
|
|
3354
|
+
country_bosnia_and_herzegovina?: string;
|
|
3355
|
+
country_botswana?: string;
|
|
3356
|
+
country_brazil?: string;
|
|
3357
|
+
country_brunei_darussalam?: string;
|
|
3358
|
+
country_bulgaria?: string;
|
|
3359
|
+
country_burkina_faso?: string;
|
|
3360
|
+
country_burundi?: string;
|
|
3361
|
+
country_cambodia?: string;
|
|
3362
|
+
country_cameroon?: string;
|
|
3363
|
+
country_canada?: string;
|
|
3364
|
+
country_cape_verde?: string;
|
|
3365
|
+
country_central_african_republic?: string;
|
|
3366
|
+
country_chad?: string;
|
|
3367
|
+
country_chile?: string;
|
|
3368
|
+
country_china?: string;
|
|
3369
|
+
country_colombia?: string;
|
|
3370
|
+
country_comoros?: string;
|
|
3371
|
+
country_congo?: string;
|
|
3372
|
+
country_congo_the_democratic_republic?: string;
|
|
3373
|
+
country_costa_rica?: string;
|
|
3374
|
+
country_cote_divoire?: string;
|
|
3375
|
+
country_croatia?: string;
|
|
3376
|
+
country_cuba?: string;
|
|
3377
|
+
country_cyprus?: string;
|
|
3378
|
+
country_czech_republic?: string;
|
|
3379
|
+
country_denmark?: string;
|
|
3380
|
+
country_djibouti?: string;
|
|
3381
|
+
country_dominica?: string;
|
|
3382
|
+
country_dominican_republic?: string;
|
|
3383
|
+
country_ecuador?: string;
|
|
3384
|
+
country_egypt?: string;
|
|
3385
|
+
country_el_salvador?: string;
|
|
3386
|
+
country_equatorial_guinea?: string;
|
|
3387
|
+
country_eritrea?: string;
|
|
3388
|
+
country_estonia?: string;
|
|
3389
|
+
country_ethiopia?: string;
|
|
3390
|
+
country_fiji?: string;
|
|
3391
|
+
country_finland?: string;
|
|
3392
|
+
country_france?: string;
|
|
3393
|
+
country_gabon?: string;
|
|
3394
|
+
country_gambia?: string;
|
|
3395
|
+
country_georgia?: string;
|
|
3396
|
+
country_germany?: string;
|
|
3397
|
+
country_ghana?: string;
|
|
3398
|
+
country_greece?: string;
|
|
3399
|
+
country_grenada?: string;
|
|
3400
|
+
country_guatemala?: string;
|
|
3401
|
+
country_guinea?: string;
|
|
3402
|
+
country_guinea_bissau?: string;
|
|
3403
|
+
country_guyana?: string;
|
|
3404
|
+
country_haiti?: string;
|
|
3405
|
+
country_vatican_city?: string;
|
|
3406
|
+
country_honduras?: string;
|
|
3407
|
+
country_hungary?: string;
|
|
3408
|
+
country_iceland?: string;
|
|
3409
|
+
country_india?: string;
|
|
3410
|
+
country_indonesia?: string;
|
|
3411
|
+
country_iraq?: string;
|
|
3412
|
+
country_ireland?: string;
|
|
3413
|
+
country_israel?: string;
|
|
3414
|
+
country_italy?: string;
|
|
3415
|
+
country_jamaica?: string;
|
|
3416
|
+
country_japan?: string;
|
|
3417
|
+
country_jordan?: string;
|
|
3418
|
+
country_kazakhstan?: string;
|
|
3419
|
+
country_kenya?: string;
|
|
3420
|
+
country_kiribati?: string;
|
|
3421
|
+
country_north_korea?: string;
|
|
3422
|
+
country_south_korea?: string;
|
|
3423
|
+
country_kosovo?: string;
|
|
3424
|
+
country_kuwait?: string;
|
|
3425
|
+
country_kyrgyzstan?: string;
|
|
3426
|
+
country_laos?: string;
|
|
3427
|
+
country_latvia?: string;
|
|
3428
|
+
country_lebanon?: string;
|
|
3429
|
+
country_lesotho?: string;
|
|
3430
|
+
country_liberia?: string;
|
|
3431
|
+
country_libya?: string;
|
|
3432
|
+
country_liechtenstein?: string;
|
|
3433
|
+
country_lithuania?: string;
|
|
3434
|
+
country_luxembourg?: string;
|
|
3435
|
+
country_north_macedonia?: string;
|
|
3436
|
+
country_madagascar?: string;
|
|
3437
|
+
country_malawi?: string;
|
|
3438
|
+
country_malaysia?: string;
|
|
3439
|
+
country_maldives?: string;
|
|
3440
|
+
country_mali?: string;
|
|
3441
|
+
country_malta?: string;
|
|
3442
|
+
country_marshall_islands?: string;
|
|
3443
|
+
country_mauritania?: string;
|
|
3444
|
+
country_mauritius?: string;
|
|
3445
|
+
country_mexico?: string;
|
|
3446
|
+
country_micronesia?: string;
|
|
3447
|
+
country_moldova?: string;
|
|
3448
|
+
country_monaco?: string;
|
|
3449
|
+
country_mongolia?: string;
|
|
3450
|
+
country_montenegro?: string;
|
|
3451
|
+
country_morocco?: string;
|
|
3452
|
+
country_mozambique?: string;
|
|
3453
|
+
country_myanmar?: string;
|
|
3454
|
+
country_namibia?: string;
|
|
3455
|
+
country_nauru?: string;
|
|
3456
|
+
country_nepal?: string;
|
|
3457
|
+
country_netherlands?: string;
|
|
3458
|
+
country_new_zealand?: string;
|
|
3459
|
+
country_nicaragua?: string;
|
|
3460
|
+
country_niger?: string;
|
|
3461
|
+
country_nigeria?: string;
|
|
3462
|
+
country_norway?: string;
|
|
3463
|
+
country_oman?: string;
|
|
3464
|
+
country_pakistan?: string;
|
|
3465
|
+
country_palau?: string;
|
|
3466
|
+
country_panama?: string;
|
|
3467
|
+
country_papua_new_guinea?: string;
|
|
3468
|
+
country_paraguay?: string;
|
|
3469
|
+
country_peru?: string;
|
|
3470
|
+
country_philippines?: string;
|
|
3471
|
+
country_poland?: string;
|
|
3472
|
+
country_portugal?: string;
|
|
3473
|
+
country_qatar?: string;
|
|
3474
|
+
country_romania?: string;
|
|
3475
|
+
country_russian_federation?: string;
|
|
3476
|
+
country_rwanda?: string;
|
|
3477
|
+
country_saint_kitts_and_nevis?: string;
|
|
3478
|
+
country_saint_lucia?: string;
|
|
3479
|
+
country_saint_vincent_and_the_grenadines?: string;
|
|
3480
|
+
country_samoa?: string;
|
|
3481
|
+
country_san_marino?: string;
|
|
3482
|
+
country_sao_tome_and_principe?: string;
|
|
3483
|
+
country_saudi_arabia?: string;
|
|
3484
|
+
country_senegal?: string;
|
|
3485
|
+
country_serbia?: string;
|
|
3486
|
+
country_seychelles?: string;
|
|
3487
|
+
country_sierra_leone?: string;
|
|
3488
|
+
country_singapore?: string;
|
|
3489
|
+
country_slovakia?: string;
|
|
3490
|
+
country_slovenia?: string;
|
|
3491
|
+
country_solomon_islands?: string;
|
|
3492
|
+
country_somalia?: string;
|
|
3493
|
+
country_south_africa?: string;
|
|
3494
|
+
country_spain?: string;
|
|
3495
|
+
country_sri_lanka?: string;
|
|
3496
|
+
country_sudan?: string;
|
|
3497
|
+
country_south_sudan?: string;
|
|
3498
|
+
country_suriname?: string;
|
|
3499
|
+
country_eswatini?: string;
|
|
3500
|
+
country_sweden?: string;
|
|
3501
|
+
country_switzerland?: string;
|
|
3502
|
+
country_syria?: string;
|
|
3503
|
+
country_taiwan?: string;
|
|
3504
|
+
country_tajikistan?: string;
|
|
3505
|
+
country_tanzania?: string;
|
|
3506
|
+
country_thailand?: string;
|
|
3507
|
+
country_timor_leste?: string;
|
|
3508
|
+
country_togo?: string;
|
|
3509
|
+
country_tonga?: string;
|
|
3510
|
+
country_trinidad_and_tobago?: string;
|
|
3511
|
+
country_tunisia?: string;
|
|
3512
|
+
country_turkey?: string;
|
|
3513
|
+
country_turkmenistan?: string;
|
|
3514
|
+
country_tuvalu?: string;
|
|
3515
|
+
country_uganda?: string;
|
|
3516
|
+
country_ukraine?: string;
|
|
3517
|
+
country_united_arab_emirates?: string;
|
|
3518
|
+
country_united_kingdom?: string;
|
|
3519
|
+
country_united_states?: string;
|
|
3520
|
+
country_uruguay?: string;
|
|
3521
|
+
country_uzbekistan?: string;
|
|
3522
|
+
country_vanuatu?: string;
|
|
3523
|
+
country_venezuela?: string;
|
|
3524
|
+
country_vietnam?: string;
|
|
3525
|
+
country_yemen?: string;
|
|
3526
|
+
country_zambia?: string;
|
|
3527
|
+
country_zimbabwe?: string;
|
|
3528
|
+
purposes?: string;
|
|
3529
|
+
special_purposes?: string;
|
|
3530
|
+
features?: string;
|
|
3531
|
+
special_features?: string;
|
|
3532
|
+
privacy_policy?: string;
|
|
3533
|
+
legal_text?: string;
|
|
3534
|
+
maximum_storage?: string;
|
|
3535
|
+
preference_rights_phone_number?: string;
|
|
3536
|
+
preference_rights_select_state_province?: string;
|
|
3537
|
+
preference_rights_postal_code?: string;
|
|
3538
|
+
preference_rights_address_line_one?: string;
|
|
3539
|
+
preference_rights_address_line_two?: string;
|
|
3540
|
+
enter_valid_phone_number?: string;
|
|
3541
|
+
of?: string;
|
|
3542
|
+
i_am_a_an?: string;
|
|
3543
|
+
select_a_relationship?: string;
|
|
3544
|
+
tell_us_about_your_relationship_to_us?: string;
|
|
3545
|
+
ex_i_worked_in_the_it_department_in_2015?: string;
|
|
3546
|
+
opted_in?: string;
|
|
3547
|
+
opted_out?: string;
|
|
3548
|
+
rights_tab_porthole_redirect_footer?: string;
|
|
3549
|
+
rights_tab_porthole_redirect_footer_alt?: string;
|
|
3550
|
+
click_here?: string;
|
|
3551
|
+
here?: string;
|
|
3552
|
+
please_select_a_request_type?: string;
|
|
3553
|
+
greeting?: string;
|
|
3554
|
+
provenance?: string;
|
|
3555
|
+
this_site_is_protected_by?: string;
|
|
3556
|
+
and_the?: string;
|
|
3557
|
+
apply?: string;
|
|
3558
|
+
terms_of_service?: string;
|
|
3559
|
+
unfortunately?: string;
|
|
3560
|
+
we_are_unable_to_fulfill_your_request?: string;
|
|
3561
|
+
at_this_time_due_to_suspected_bot_like_behavior_as_indicated_by_our?: string;
|
|
3562
|
+
verification?: string;
|
|
3563
|
+
and?: string;
|
|
3564
|
+
}
|
|
3287
3565
|
/** Top level experience translation config objects, one per locale */
|
|
3288
3566
|
export interface ExperienceTranslationConfig {
|
|
3289
3567
|
banner?: BannerExperienceTranslationConfig;
|
|
3290
3568
|
modal?: ModalExperienceTranslationConfig;
|
|
3291
3569
|
preference?: PreferenceExperienceTranslationConfig;
|
|
3570
|
+
static?: StaticTranslationConfig;
|
|
3292
3571
|
}
|
|
3293
3572
|
/**
|
|
3294
3573
|
* Experience V2 config
|
package/dist/index.js
CHANGED
|
@@ -451,4 +451,4 @@ Object.defineProperty(exports, "FormFieldWidth", { enumerable: true, get: functi
|
|
|
451
451
|
Object.defineProperty(exports, "FormFieldCategory", { enumerable: true, get: function () { return forms_1.FormFieldCategory; } });
|
|
452
452
|
Object.defineProperty(exports, "FormFieldType", { enumerable: true, get: function () { return forms_1.FormFieldType; } });
|
|
453
453
|
Object.defineProperty(exports, "FormFieldVariant", { enumerable: true, get: function () { return forms_1.FormFieldVariant; } });
|
|
454
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
454
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUE7Ozs7R0FJRztBQUNILElBQVksR0FLWDtBQUxELFdBQVksR0FBRztJQUNiLCtCQUF3QixDQUFBO0lBQ3hCLDJCQUFvQixDQUFBO0lBQ3BCLCtCQUF3QixDQUFBO0lBQ3hCLHlDQUFrQyxDQUFBO0FBQ3BDLENBQUMsRUFMVyxHQUFHLEdBQUgsV0FBRyxLQUFILFdBQUcsUUFLZDtBQUVEOztHQUVHO0FBQ0gsTUFBTSxRQUFRLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQTtBQUUxRDs7Ozs7R0FLRztBQUNILFNBQWdCLEtBQUssQ0FBQyxLQUFhO0lBQ2pDLE9BQU8sUUFBUSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQTtBQUNqQyxDQUFDO0FBRkQsc0JBRUM7QUFFRDs7OztHQUlHO0FBQ0gsSUFBWSxjQUdYO0FBSEQsV0FBWSxjQUFjO0lBQ3hCLGlEQUErQixDQUFBO0lBQy9CLHVEQUFxQyxDQUFBO0FBQ3ZDLENBQUMsRUFIVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUd6QjtBQUVEOzs7O0dBSUc7QUFDSCxJQUFZLHFCQUlYO0FBSkQsV0FBWSxxQkFBcUI7SUFDL0IsOERBQXFDLENBQUE7SUFDckMsNERBQW1DLENBQUE7SUFDbkMsd0RBQStCLENBQUE7QUFDakMsQ0FBQyxFQUpXLHFCQUFxQixHQUFyQiw2QkFBcUIsS0FBckIsNkJBQXFCLFFBSWhDO0FBRUQ7Ozs7Ozs7OztHQVNHO0FBQ0gsSUFBWSxzQkFNWDtBQU5ELFdBQVksc0JBQXNCO0lBQ2hDLG9EQUEwQixDQUFBO0lBQzFCLHNEQUE0QixDQUFBO0lBQzVCLHlDQUFlLENBQUE7SUFDZix1REFBNkIsQ0FB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
|