@ketch-sdk/ketch-types 1.12.3 → 1.12.5

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 CHANGED
@@ -849,6 +849,7 @@ export interface Theme {
849
849
  bannerButtonColor: string;
850
850
  bannerSecondaryButtonColor?: string;
851
851
  bannerPosition?: BannerPosition;
852
+ bannerForceInteraction?: boolean;
852
853
  modalHeaderBackgroundColor: string;
853
854
  modalHeaderContentColor?: string;
854
855
  modalContentColor: string;
@@ -1060,6 +1061,278 @@ export interface Configuration {
1060
1061
  canonicalRightFormTemplates?: CanonicalRightForm[];
1061
1062
  customRightFormTemplates?: CustomRightForm[];
1062
1063
  formTemplates: FormTemplate[];
1064
+ /**
1065
+ * Translations static translations
1066
+ */
1067
+ translations?: Translations;
1068
+ }
1069
+ export interface Translations {
1070
+ powered_by?: string;
1071
+ purpose?: string;
1072
+ reject_all?: string;
1073
+ accept_all?: string;
1074
+ accept?: string;
1075
+ legal_basis?: string;
1076
+ cookies?: string;
1077
+ cookie?: string;
1078
+ data_categories?: string;
1079
+ data_category?: string;
1080
+ vendors?: string;
1081
+ vendor?: string;
1082
+ service_provider?: string;
1083
+ duration?: string;
1084
+ category?: string;
1085
+ description?: string;
1086
+ retention_period?: string;
1087
+ external_transfer?: string;
1088
+ strictly_necessary?: string;
1089
+ functional?: string;
1090
+ performance?: string;
1091
+ marketing?: string;
1092
+ session?: string;
1093
+ persistent?: string;
1094
+ first_party?: string;
1095
+ third_party?: string;
1096
+ preference_overview_button_text?: string;
1097
+ preference_consents_exit_button_text?: string;
1098
+ preference_rights_request?: string;
1099
+ preference_rights_request_details?: string;
1100
+ preference_rights_personal_details?: string;
1101
+ preference_rights_first_name?: string;
1102
+ preference_rights_last_name?: string;
1103
+ preference_rights_email?: string;
1104
+ preference_rights_country?: string;
1105
+ preference_rights_select_country?: string;
1106
+ preference_rights_state?: string;
1107
+ preference_rights_thank_you?: string;
1108
+ preference_rights_we_have_received?: string;
1109
+ preference_rights_cancel_button_text?: string;
1110
+ preference_rights_exit_button_text?: string;
1111
+ preference_rights_submit_new_request?: string;
1112
+ required?: string;
1113
+ enter_valid_email?: string;
1114
+ country_afghanistan?: string;
1115
+ country_albania?: string;
1116
+ country_algeria?: string;
1117
+ country_andorra?: string;
1118
+ country_angola?: string;
1119
+ country_antigua_and_barbuda?: string;
1120
+ country_argentina?: string;
1121
+ country_armenia?: string;
1122
+ country_australia?: string;
1123
+ country_austria?: string;
1124
+ country_azerbaijan?: string;
1125
+ country_bahamas?: string;
1126
+ country_bahrain?: string;
1127
+ country_bangladesh?: string;
1128
+ country_barbados?: string;
1129
+ country_belarus?: string;
1130
+ country_belgium?: string;
1131
+ country_belize?: string;
1132
+ country_benin?: string;
1133
+ country_bhutan?: string;
1134
+ country_bolivia?: string;
1135
+ country_bosnia_and_herzegovina?: string;
1136
+ country_botswana?: string;
1137
+ country_brazil?: string;
1138
+ country_brunei_darussalam?: string;
1139
+ country_bulgaria?: string;
1140
+ country_burkina_faso?: string;
1141
+ country_burundi?: string;
1142
+ country_cambodia?: string;
1143
+ country_cameroon?: string;
1144
+ country_canada?: string;
1145
+ country_cape_verde?: string;
1146
+ country_central_african_republic?: string;
1147
+ country_chad?: string;
1148
+ country_chile?: string;
1149
+ country_china?: string;
1150
+ country_colombia?: string;
1151
+ country_comoros?: string;
1152
+ country_congo?: string;
1153
+ country_congo_the_democratic_republic?: string;
1154
+ country_costa_rica?: string;
1155
+ country_cote_divoire?: string;
1156
+ country_croatia?: string;
1157
+ country_cuba?: string;
1158
+ country_cyprus?: string;
1159
+ country_czech_republic?: string;
1160
+ country_denmark?: string;
1161
+ country_djibouti?: string;
1162
+ country_dominica?: string;
1163
+ country_dominican_republic?: string;
1164
+ country_ecuador?: string;
1165
+ country_egypt?: string;
1166
+ country_el_salvador?: string;
1167
+ country_equatorial_guinea?: string;
1168
+ country_eritrea?: string;
1169
+ country_estonia?: string;
1170
+ country_ethiopia?: string;
1171
+ country_fiji?: string;
1172
+ country_finland?: string;
1173
+ country_france?: string;
1174
+ country_gabon?: string;
1175
+ country_gambia?: string;
1176
+ country_georgia?: string;
1177
+ country_germany?: string;
1178
+ country_ghana?: string;
1179
+ country_greece?: string;
1180
+ country_grenada?: string;
1181
+ country_guatemala?: string;
1182
+ country_guinea?: string;
1183
+ country_guinea_bissau?: string;
1184
+ country_guyana?: string;
1185
+ country_haiti?: string;
1186
+ country_vatican_city?: string;
1187
+ country_honduras?: string;
1188
+ country_hungary?: string;
1189
+ country_iceland?: string;
1190
+ country_india?: string;
1191
+ country_indonesia?: string;
1192
+ country_iraq?: string;
1193
+ country_ireland?: string;
1194
+ country_israel?: string;
1195
+ country_italy?: string;
1196
+ country_jamaica?: string;
1197
+ country_japan?: string;
1198
+ country_jordan?: string;
1199
+ country_kazakhstan?: string;
1200
+ country_kenya?: string;
1201
+ country_kiribati?: string;
1202
+ country_north_korea?: string;
1203
+ country_south_korea?: string;
1204
+ country_kosovo?: string;
1205
+ country_kuwait?: string;
1206
+ country_kyrgyzstan?: string;
1207
+ country_laos?: string;
1208
+ country_latvia?: string;
1209
+ country_lebanon?: string;
1210
+ country_lesotho?: string;
1211
+ country_liberia?: string;
1212
+ country_libya?: string;
1213
+ country_liechtenstein?: string;
1214
+ country_lithuania?: string;
1215
+ country_luxembourg?: string;
1216
+ country_north_macedonia?: string;
1217
+ country_madagascar?: string;
1218
+ country_malawi?: string;
1219
+ country_malaysia?: string;
1220
+ country_maldives?: string;
1221
+ country_mali?: string;
1222
+ country_malta?: string;
1223
+ country_marshall_islands?: string;
1224
+ country_mauritania?: string;
1225
+ country_mauritius?: string;
1226
+ country_mexico?: string;
1227
+ country_micronesia?: string;
1228
+ country_moldova?: string;
1229
+ country_monaco?: string;
1230
+ country_mongolia?: string;
1231
+ country_montenegro?: string;
1232
+ country_morocco?: string;
1233
+ country_mozambique?: string;
1234
+ country_myanmar?: string;
1235
+ country_namibia?: string;
1236
+ country_nauru?: string;
1237
+ country_nepal?: string;
1238
+ country_netherlands?: string;
1239
+ country_new_zealand?: string;
1240
+ country_nicaragua?: string;
1241
+ country_niger?: string;
1242
+ country_nigeria?: string;
1243
+ country_norway?: string;
1244
+ country_oman?: string;
1245
+ country_pakistan?: string;
1246
+ country_palau?: string;
1247
+ country_panama?: string;
1248
+ country_papua_new_guinea?: string;
1249
+ country_paraguay?: string;
1250
+ country_peru?: string;
1251
+ country_philippines?: string;
1252
+ country_poland?: string;
1253
+ country_portugal?: string;
1254
+ country_qatar?: string;
1255
+ country_romania?: string;
1256
+ country_russian_federation?: string;
1257
+ country_rwanda?: string;
1258
+ country_saint_kitts_and_nevis?: string;
1259
+ country_saint_lucia?: string;
1260
+ country_saint_vincent_and_the_grenadines?: string;
1261
+ country_samoa?: string;
1262
+ country_san_marino?: string;
1263
+ country_sao_tome_and_principe?: string;
1264
+ country_saudi_arabia?: string;
1265
+ country_senegal?: string;
1266
+ country_serbia?: string;
1267
+ country_seychelles?: string;
1268
+ country_sierra_leone?: string;
1269
+ country_singapore?: string;
1270
+ country_slovakia?: string;
1271
+ country_slovenia?: string;
1272
+ country_solomon_islands?: string;
1273
+ country_somalia?: string;
1274
+ country_south_africa?: string;
1275
+ country_spain?: string;
1276
+ country_sri_lanka?: string;
1277
+ country_sudan?: string;
1278
+ country_south_sudan?: string;
1279
+ country_suriname?: string;
1280
+ country_eswatini?: string;
1281
+ country_sweden?: string;
1282
+ country_switzerland?: string;
1283
+ country_syria?: string;
1284
+ country_taiwan?: string;
1285
+ country_tajikistan?: string;
1286
+ country_tanzania?: string;
1287
+ country_thailand?: string;
1288
+ country_timor_leste?: string;
1289
+ country_togo?: string;
1290
+ country_tonga?: string;
1291
+ country_trinidad_and_tobago?: string;
1292
+ country_tunisia?: string;
1293
+ country_turkey?: string;
1294
+ country_turkmenistan?: string;
1295
+ country_tuvalu?: string;
1296
+ country_uganda?: string;
1297
+ country_ukraine?: string;
1298
+ country_united_arab_emirates?: string;
1299
+ country_united_kingdom?: string;
1300
+ country_united_states?: string;
1301
+ country_uruguay?: string;
1302
+ country_uzbekistan?: string;
1303
+ country_vanuatu?: string;
1304
+ country_venezuela?: string;
1305
+ country_vietnam?: string;
1306
+ country_yemen?: string;
1307
+ country_zambia?: string;
1308
+ country_zimbabwe?: string;
1309
+ purposes?: string;
1310
+ special_purposes?: string;
1311
+ features?: string;
1312
+ special_features?: string;
1313
+ privacy_policy?: string;
1314
+ legal_text?: string;
1315
+ maximum_storage?: string;
1316
+ preference_rights_phone_number?: string;
1317
+ preference_rights_select_state_province?: string;
1318
+ preference_rights_postal_code?: string;
1319
+ preference_rights_address_line_one?: string;
1320
+ preference_rights_address_line_two?: string;
1321
+ enter_valid_phone_number?: string;
1322
+ of?: string;
1323
+ i_am_a_an?: string;
1324
+ select_a_relationship?: string;
1325
+ tell_us_about_your_relationship_to_us?: string;
1326
+ ex_i_worked_in_the_it_department_in_2015?: string;
1327
+ opted_in?: string;
1328
+ opted_out?: string;
1329
+ rights_tab_porthole_redirect_footer?: string;
1330
+ rights_tab_porthole_redirect_footer_alt?: string;
1331
+ click_here?: string;
1332
+ here?: string;
1333
+ please_select_a_request_type?: string;
1334
+ greeting?: string;
1335
+ provenance?: string;
1063
1336
  }
1064
1337
  /**
1065
1338
  * Recaptcha interface defines the Recaptcha config
package/dist/index.js CHANGED
@@ -292,4 +292,4 @@ Object.defineProperty(exports, "FormFieldWidth", { enumerable: true, get: functi
292
292
  Object.defineProperty(exports, "FormFieldCategory", { enumerable: true, get: function () { return forms_1.FormFieldCategory; } });
293
293
  Object.defineProperty(exports, "FormFieldType", { enumerable: true, get: function () { return forms_1.FormFieldType; } });
294
294
  Object.defineProperty(exports, "FormFieldVariant", { enumerable: true, get: function () { return forms_1.FormFieldVariant; } });
295
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUE7Ozs7R0FJRztBQUNILElBQVksR0FLWDtBQUxELFdBQVksR0FBRztJQUNiLCtCQUF3QixDQUFBO0lBQ3hCLDJCQUFvQixDQUFBO0lBQ3BCLCtCQUF3QixDQUFBO0lBQ3hCLHlDQUFrQyxDQUFBO0FBQ3BDLENBQUMsRUFMVyxHQUFHLEdBQUgsV0FBRyxLQUFILFdBQUcsUUFLZDtBQUVEOztHQUVHO0FBQ0gsTUFBTSxRQUFRLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQTtBQUUxRDs7Ozs7R0FLRztBQUNILFNBQWdCLEtBQUssQ0FBQyxLQUFhO0lBQ2pDLE9BQU8sUUFBUSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQTtBQUNqQyxDQUFDO0FBRkQsc0JBRUM7QUFFRDs7OztHQUlHO0FBQ0gsSUFBWSxjQUdYO0FBSEQsV0FBWSxjQUFjO0lBQ3hCLGlEQUErQixDQUFBO0lBQy9CLHVEQUFxQyxDQUFBO0FBQ3ZDLENBQUMsRUFIVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUd6QjtBQUVEOzs7O0dBSUc7QUFDSCxJQUFZLHFCQUlYO0FBSkQsV0FBWSxxQkFBcUI7SUFDL0IsOERBQXFDLENBQUE7SUFDckMsNERBQW1DLENBQUE7SUFDbkMsd0RBQStCLENBQUE7QUFDakMsQ0FBQyxFQUpXLHFCQUFxQixHQUFyQiw2QkFBcUIsS0FBckIsNkJBQXFCLFFBSWhDO0FBRUQ7Ozs7Ozs7OztHQVNHO0FBQ0gsSUFBWSxzQkFNWDtBQU5ELFdBQVksc0JBQXNCO0lBQ2hDLG9EQUEwQixDQUFBO0lBQzFCLHNEQUE0QixDQUFBO0lBQzVCLHlDQUFlLENBQUE7SUFDZix1REFBNkIsQ0FB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
295
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBRUE7Ozs7R0FJRztBQUNILElBQVksR0FLWDtBQUxELFdBQVksR0FBRztJQUNiLCtCQUF3QixDQUFBO0lBQ3hCLDJCQUFvQixDQUFBO0lBQ3BCLCtCQUF3QixDQUFBO0lBQ3hCLHlDQUFrQyxDQUFBO0FBQ3BDLENBQUMsRUFMVyxHQUFHLEdBQUgsV0FBRyxLQUFILFdBQUcsUUFLZDtBQUVEOztHQUVHO0FBQ0gsTUFBTSxRQUFRLEdBQUcsTUFBTSxDQUFDLE1BQU0sQ0FBQyxHQUFHLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQTtBQUUxRDs7Ozs7R0FLRztBQUNILFNBQWdCLEtBQUssQ0FBQyxLQUFhO0lBQ2pDLE9BQU8sUUFBUSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQTtBQUNqQyxDQUFDO0FBRkQsc0JBRUM7QUFFRDs7OztHQUlHO0FBQ0gsSUFBWSxjQUdYO0FBSEQsV0FBWSxjQUFjO0lBQ3hCLGlEQUErQixDQUFBO0lBQy9CLHVEQUFxQyxDQUFBO0FBQ3ZDLENBQUMsRUFIVyxjQUFjLEdBQWQsc0JBQWMsS0FBZCxzQkFBYyxRQUd6QjtBQUVEOzs7O0dBSUc7QUFDSCxJQUFZLHFCQUlYO0FBSkQsV0FBWSxxQkFBcUI7SUFDL0IsOERBQXFDLENBQUE7SUFDckMsNERBQW1DLENBQUE7SUFDbkMsd0RBQStCLENBQUE7QUFDakMsQ0FBQyxFQUpXLHFCQUFxQixHQUFyQiw2QkFBcUIsS0FBckIsNkJBQXFCLFFBSWhDO0FBRUQ7Ozs7Ozs7OztHQVNHO0FBQ0gsSUFBWSxzQkFNWDtBQU5ELFdBQVksc0JBQXNCO0lBQ2hDLG9EQUEwQixDQUFBO0lBQzFCLHNEQUE0QixDQUFBO0lBQzVCLHlDQUFlLENBQUE7SUFDZix1REFBNkIsQ0FB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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ketch-sdk/ketch-types",
3
- "version": "1.12.3",
3
+ "version": "1.12.5",
4
4
  "description": "Ketch Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",