@commercetools-frontend-extensions/change-history 8.42.0 → 8.43.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.
Files changed (21) hide show
  1. package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +45 -55
  2. package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +41 -51
  3. package/dist/commercetools-frontend-extensions-change-history.esm.js +46 -55
  4. package/dist/{de-3ae90852.cjs.prod.js → de-079e6cad.cjs.prod.js} +117 -230
  5. package/dist/{de-7b6dccd5.cjs.dev.js → de-c64c7be6.cjs.dev.js} +117 -230
  6. package/dist/{de-cf05d8e2.esm.js → de-dd42d489.esm.js} +117 -230
  7. package/dist/declarations/src/feature-toggles.d.ts +1 -4
  8. package/dist/declarations/src/i18n/load-i18n.d.ts +192 -418
  9. package/dist/{en-db0832e3.cjs.dev.js → en-3a67c803.cjs.prod.js} +112 -225
  10. package/dist/{en-d9a07b89.esm.js → en-74f50f36.esm.js} +112 -225
  11. package/dist/{en-53fa62aa.cjs.prod.js → en-cd57f8ed.cjs.dev.js} +112 -225
  12. package/dist/{es-fac4bb27.cjs.prod.js → es-0549e536.cjs.dev.js} +117 -230
  13. package/dist/{es-6f2f99b6.cjs.dev.js → es-55faf3de.cjs.prod.js} +117 -230
  14. package/dist/{es-4b587042.esm.js → es-691396c2.esm.js} +117 -230
  15. package/dist/{fr-FR-7934f3fb.esm.js → fr-FR-2f678d5f.esm.js} +117 -230
  16. package/dist/{fr-FR-bc5c571e.cjs.prod.js → fr-FR-e7c4e125.cjs.dev.js} +117 -230
  17. package/dist/{fr-FR-1f679765.cjs.dev.js → fr-FR-f1089b99.cjs.prod.js} +117 -230
  18. package/dist/{pt-BR-77d373fe.cjs.prod.js → pt-BR-29bf9f10.cjs.prod.js} +117 -230
  19. package/dist/{pt-BR-a80e1f3c.cjs.dev.js → pt-BR-2c2e6c98.cjs.dev.js} +117 -230
  20. package/dist/{pt-BR-d31973a4.esm.js → pt-BR-f321b66b.esm.js} +117 -230
  21. package/package.json +1 -1
@@ -174,6 +174,26 @@ export function loadMessages(locale: any): Promise<{
174
174
  developer_comment: string;
175
175
  string: string;
176
176
  };
177
+ "ChangeHistory.filters.businessUnit.businessUnitAriaLabel": {
178
+ developer_comment: string;
179
+ string: string;
180
+ };
181
+ "ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithInputMessage": {
182
+ developer_comment: string;
183
+ string: string;
184
+ };
185
+ "ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithoutInputMessage": {
186
+ developer_comment: string;
187
+ string: string;
188
+ };
189
+ "ChangeHistory.filters.businessUnit.searchSelectInputPlaceholder": {
190
+ developer_comment: string;
191
+ string: string;
192
+ };
193
+ "ChangeHistory.filters.businessUnit.selectInputPlaceholder": {
194
+ developer_comment: string;
195
+ string: string;
196
+ };
177
197
  "ChangeHistory.filters.businessUnitFilter": {
178
198
  developer_comment: string;
179
199
  string: string;
@@ -186,6 +206,26 @@ export function loadMessages(locale: any): Promise<{
186
206
  developer_comment: string;
187
207
  string: string;
188
208
  };
209
+ "ChangeHistory.filters.changes.appliedChangesFilterLabel": {
210
+ developer_comment: string;
211
+ string: string;
212
+ };
213
+ "ChangeHistory.filters.changes.noChangesMessage": {
214
+ developer_comment: string;
215
+ string: string;
216
+ };
217
+ "ChangeHistory.filters.changes.selectChangePlaceholder": {
218
+ developer_comment: string;
219
+ string: string;
220
+ };
221
+ "ChangeHistory.filters.changes.selectEntityPlaceholder": {
222
+ developer_comment: string;
223
+ string: string;
224
+ };
225
+ "ChangeHistory.filters.changes.when": {
226
+ developer_comment: string;
227
+ string: string;
228
+ };
189
229
  "ChangeHistory.filters.createdAtFilter": {
190
230
  developer_comment: string;
191
231
  string: string;
@@ -206,6 +246,14 @@ export function loadMessages(locale: any): Promise<{
206
246
  developer_comment: string;
207
247
  string: string;
208
248
  };
249
+ "ChangeHistory.filters.filterGroupBasicTier": {
250
+ developer_comment: string;
251
+ string: string;
252
+ };
253
+ "ChangeHistory.filters.filterGroupPremiumTier": {
254
+ developer_comment: string;
255
+ string: string;
256
+ };
209
257
  "ChangeHistory.filters.merchantCenterUserFilter": {
210
258
  developer_comment: string;
211
259
  string: string;
@@ -226,39 +274,79 @@ export function loadMessages(locale: any): Promise<{
226
274
  developer_comment: string;
227
275
  string: string;
228
276
  };
277
+ "ChangeHistory.filters.source.apiInitiated": {
278
+ developer_comment: string;
279
+ string: string;
280
+ };
281
+ "ChangeHistory.filters.source.merchantCenterInitiated": {
282
+ developer_comment: string;
283
+ string: string;
284
+ };
285
+ "ChangeHistory.filters.source.platformInitiated": {
286
+ developer_comment: string;
287
+ string: string;
288
+ };
289
+ "ChangeHistory.filters.sourceFilter": {
290
+ developer_comment: string;
291
+ string: string;
292
+ };
293
+ "ChangeHistory.filters.stores.asyncSelectInputPlaceholder": {
294
+ developer_comment: string;
295
+ string: string;
296
+ };
297
+ "ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithInputMessage": {
298
+ developer_comment: string;
299
+ string: string;
300
+ };
301
+ "ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithoutInputMessage": {
302
+ developer_comment: string;
303
+ string: string;
304
+ };
305
+ "ChangeHistory.filters.stores.searchSelectInputPlaceholder": {
306
+ developer_comment: string;
307
+ string: string;
308
+ };
309
+ "ChangeHistory.filters.stores.storesAriaLabel": {
310
+ developer_comment: string;
311
+ string: string;
312
+ };
229
313
  "ChangeHistory.filters.storesFilter": {
230
314
  developer_comment: string;
231
315
  string: string;
232
316
  };
233
- "ChangeHistory.filters.tooltips.customerIdDialogTitle": {
317
+ "ChangeHistory.filters.tooltips.customerIdDialogAltImage": {
234
318
  developer_comment: string;
235
319
  string: string;
236
320
  };
237
- "ChangeHistory.filters.tooltips.howToFindText": {
321
+ "ChangeHistory.filters.tooltips.customerIdDialogGeneralInfoParagraph": {
238
322
  developer_comment: string;
239
323
  string: string;
240
324
  };
241
- "ChangeHistory.filters.tooltips.howToFindTitle": {
325
+ "ChangeHistory.filters.tooltips.customerIdDialogHowToFindParagraph": {
242
326
  developer_comment: string;
243
327
  string: string;
244
328
  };
245
- "ChangeHistory.filters.tooltips.whereToFindStep1": {
329
+ "ChangeHistory.filters.tooltips.customerIdDialogHowToFindTitle": {
246
330
  developer_comment: string;
247
331
  string: string;
248
332
  };
249
- "ChangeHistory.filters.tooltips.whereToFindStep2": {
333
+ "ChangeHistory.filters.tooltips.customerIdDialogTitle": {
250
334
  developer_comment: string;
251
335
  string: string;
252
336
  };
253
- "ChangeHistory.filters.tooltips.whereToFindStep3": {
337
+ "ChangeHistory.filters.tooltips.entityIdDialogAltImage": {
254
338
  developer_comment: string;
255
339
  string: string;
256
340
  };
257
- "ChangeHistory.filters.tooltips.whereToFindSubtitle": {
341
+ "ChangeHistory.filters.tooltips.entityIdDialogHowToFindParagraph": {
258
342
  developer_comment: string;
259
343
  string: string;
260
344
  };
261
- "ChangeHistory.filters.tooltips.whereToFindTitle": {
345
+ "ChangeHistory.filters.tooltips.entityIdDialogHowToFindTitle": {
346
+ developer_comment: string;
347
+ string: string;
348
+ };
349
+ "ChangeHistory.filters.tooltips.entityIdDialogTitle": {
262
350
  developer_comment: string;
263
351
  string: string;
264
352
  };
@@ -942,44 +1030,6 @@ export function loadMessages(locale: any): Promise<{
942
1030
  developer_comment: string;
943
1031
  string: string;
944
1032
  };
945
- "FieldFilters.addFilter": {
946
- string: string;
947
- };
948
- "FieldFilters.removeFilter": {
949
- string: string;
950
- };
951
- "InternalFilterToggle.infoButtonLabel": {
952
- developer_comment: string;
953
- string: string;
954
- };
955
- "InternalFilterToggle.modalDiscountCodesText": {
956
- developer_comment: string;
957
- string: string;
958
- };
959
- "InternalFilterToggle.modalIntroText": {
960
- developer_comment: string;
961
- string: string;
962
- };
963
- "InternalFilterToggle.modalProductDiscountsText": {
964
- developer_comment: string;
965
- string: string;
966
- };
967
- "InternalFilterToggle.modalProductText": {
968
- developer_comment: string;
969
- string: string;
970
- };
971
- "InternalFilterToggle.modalShoppingListText": {
972
- developer_comment: string;
973
- string: string;
974
- };
975
- "InternalFilterToggle.modalTitle": {
976
- developer_comment: string;
977
- string: string;
978
- };
979
- "InternalFilterToggle.toggleButtonLabel": {
980
- developer_comment: string;
981
- string: string;
982
- };
983
1033
  "ItemList.addValue": {
984
1034
  string: string;
985
1035
  };
@@ -2122,34 +2172,6 @@ export function loadMessages(locale: any): Promise<{
2122
2172
  developer_comment: string;
2123
2173
  string: string;
2124
2174
  };
2125
- "ResourceActionFilter.actionInputPlaceholder": {
2126
- developer_comment: string;
2127
- string: string;
2128
- };
2129
- "ResourceActionFilter.fieldLabel": {
2130
- developer_comment: string;
2131
- string: string;
2132
- };
2133
- "ResourceActionFilter.hasLabel": {
2134
- developer_comment: string;
2135
- string: string;
2136
- };
2137
- "ResourceActionFilter.resourceActionValidationError": {
2138
- developer_comment: string;
2139
- string: string;
2140
- };
2141
- "ResourceActionFilter.resourceInputPlaceholder": {
2142
- developer_comment: string;
2143
- string: string;
2144
- };
2145
- "ResourceActionFilter.tagTxt": {
2146
- developer_comment: string;
2147
- string: string;
2148
- };
2149
- "ResourceActionFilter.whenLabel": {
2150
- developer_comment: string;
2151
- string: string;
2152
- };
2153
2175
  "ResourceCell.customObjectResource": {
2154
2176
  developer_comment: string;
2155
2177
  string: string;
@@ -3281,34 +3303,6 @@ export function loadMessages(locale: any): Promise<{
3281
3303
  developer_comment: string;
3282
3304
  string: string;
3283
3305
  };
3284
- "Search.FilterSearchBar.clearAllLabel": {
3285
- developer_comment: string;
3286
- string: string;
3287
- };
3288
- "Search.FilterSearchBar.filterLabel": {
3289
- developer_comment: string;
3290
- string: string;
3291
- };
3292
- "Search.Filters.Definitions.Date.equalTo": {
3293
- developer_comment: string;
3294
- string: string;
3295
- };
3296
- "Search.Filters.Definitions.Date.lessThan": {
3297
- developer_comment: string;
3298
- string: string;
3299
- };
3300
- "Search.Filters.Definitions.Date.moreThan": {
3301
- developer_comment: string;
3302
- string: string;
3303
- };
3304
- "Search.Filters.Definitions.Date.range": {
3305
- developer_comment: string;
3306
- string: string;
3307
- };
3308
- "Search.Filters.Definitions.Text.equalTo": {
3309
- developer_comment: string;
3310
- string: string;
3311
- };
3312
3306
  "Search.Filters.Definitions.Text.in": {
3313
3307
  developer_comment: string;
3314
3308
  string: string;
@@ -3317,93 +3311,14 @@ export function loadMessages(locale: any): Promise<{
3317
3311
  developer_comment: string;
3318
3312
  string: string;
3319
3313
  };
3320
- "Search.Filters.Defintions.Text.missing": {
3321
- developer_comment: string;
3322
- string: string;
3323
- };
3324
- "Search.Filters.RangeFilter.and": {
3325
- string: string;
3326
- };
3327
- "Search.Filters.RangeFilterTag.from": {
3328
- developer_comment: string;
3329
- string: string;
3330
- };
3331
- "Search.Filters.RangeFilterTag.to": {
3332
- developer_comment: string;
3333
- string: string;
3334
- };
3335
- "Search.Filters.addFilter": {
3336
- developer_comment: string;
3337
- string: string;
3338
- };
3339
3314
  "Search.Filters.apply": {
3340
3315
  developer_comment: string;
3341
3316
  string: string;
3342
3317
  };
3343
- "Search.Filters.applyAndClose": {
3344
- developer_comment: string;
3345
- string: string;
3346
- };
3347
- "Search.Filters.cancel": {
3348
- developer_comment: string;
3349
- string: string;
3350
- };
3351
- "Search.Filters.clearAllLabel": {
3352
- developer_comment: string;
3353
- string: string;
3354
- };
3355
- "Search.Filters.noMoreAvailableFields": {
3356
- developer_comment: string;
3357
- string: string;
3358
- };
3359
- "Search.Filters.premiumFeature": {
3360
- developer_comment: string;
3361
- string: string;
3362
- };
3363
- "Search.Filters.removeAllLabel": {
3364
- developer_comment: string;
3365
- string: string;
3366
- };
3367
- "Search.Filters.validation.date.rangeMissingValue": {
3368
- developer_comment: string;
3369
- string: string;
3370
- };
3371
- "Search.Filters.validation.date.rangeToSmallerThanFrom": {
3372
- developer_comment: string;
3373
- string: string;
3374
- };
3375
3318
  "Search.View.noResults": {
3376
3319
  developer_comment: string;
3377
3320
  string: string;
3378
3321
  };
3379
- "SearchInput.buttonLabel": {
3380
- developer_comment: string;
3381
- string: string;
3382
- };
3383
- "SearchInput.placeholder": {
3384
- developer_comment: string;
3385
- string: string;
3386
- };
3387
- "Shared.BusinessUnitSelectInput.asyncSelectInputPlaceholder": {
3388
- developer_comment: string;
3389
- string: string;
3390
- };
3391
- "Shared.BusinessUnitSelectInput.basicSelectInputPlaceholder": {
3392
- developer_comment: string;
3393
- string: string;
3394
- };
3395
- "Shared.BusinessUnitSelectInput.searchSelectInputLoadingMessage": {
3396
- developer_comment: string;
3397
- string: string;
3398
- };
3399
- "Shared.BusinessUnitSelectInput.searchSelectInputNoOptionsFoundMessage": {
3400
- developer_comment: string;
3401
- string: string;
3402
- };
3403
- "Shared.BusinessUnitSelectInput.searchSelectInputPlaceholder": {
3404
- developer_comment: string;
3405
- string: string;
3406
- };
3407
3322
  "Shared.associateRolePermissions.BusinessUnit.addChildUnits": {
3408
3323
  developer_comment: string;
3409
3324
  string: string;
@@ -3548,38 +3463,10 @@ export function loadMessages(locale: any): Promise<{
3548
3463
  developer_comment: string;
3549
3464
  string: string;
3550
3465
  };
3551
- "StoreSelectInput.asyncSelectDropdownTypeAheadPrompt": {
3552
- developer_comment: string;
3553
- string: string;
3554
- };
3555
- "StoreSelectInput.asyncSelectInputPlaceholder": {
3556
- developer_comment: string;
3557
- string: string;
3558
- };
3559
- "StoreSelectInput.basicSelectInputPlaceholder": {
3560
- developer_comment: string;
3561
- string: string;
3562
- };
3563
- "StoreSelectInput.searchSelectInputLoadingMessage": {
3564
- developer_comment: string;
3565
- string: string;
3566
- };
3567
- "StoreSelectInput.searchSelectInputNoOptionsFoundMessage": {
3568
- developer_comment: string;
3569
- string: string;
3570
- };
3571
- "StoreSelectInput.searchSelectInputPlaceholder": {
3572
- developer_comment: string;
3573
- string: string;
3574
- };
3575
3466
  "TotalResults.title": {
3576
3467
  developer_comment: string;
3577
3468
  string: string;
3578
3469
  };
3579
- "Validation.required": {
3580
- developer_comment: string;
3581
- string: string;
3582
- };
3583
3470
  "VersionTier.premiumButton": {
3584
3471
  developer_comment: string;
3585
3472
  string: string;
@@ -3835,6 +3722,26 @@ export function loadMessages(locale: any): Promise<{
3835
3722
  developer_comment: string;
3836
3723
  string: string;
3837
3724
  };
3725
+ "ChangeHistory.filters.businessUnit.businessUnitAriaLabel": {
3726
+ developer_comment: string;
3727
+ string: string;
3728
+ };
3729
+ "ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithInputMessage": {
3730
+ developer_comment: string;
3731
+ string: string;
3732
+ };
3733
+ "ChangeHistory.filters.businessUnit.searchSelectInputNoOptionsFoundWithoutInputMessage": {
3734
+ developer_comment: string;
3735
+ string: string;
3736
+ };
3737
+ "ChangeHistory.filters.businessUnit.searchSelectInputPlaceholder": {
3738
+ developer_comment: string;
3739
+ string: string;
3740
+ };
3741
+ "ChangeHistory.filters.businessUnit.selectInputPlaceholder": {
3742
+ developer_comment: string;
3743
+ string: string;
3744
+ };
3838
3745
  "ChangeHistory.filters.businessUnitFilter": {
3839
3746
  developer_comment: string;
3840
3747
  string: string;
@@ -3847,6 +3754,26 @@ export function loadMessages(locale: any): Promise<{
3847
3754
  developer_comment: string;
3848
3755
  string: string;
3849
3756
  };
3757
+ "ChangeHistory.filters.changes.appliedChangesFilterLabel": {
3758
+ developer_comment: string;
3759
+ string: string;
3760
+ };
3761
+ "ChangeHistory.filters.changes.noChangesMessage": {
3762
+ developer_comment: string;
3763
+ string: string;
3764
+ };
3765
+ "ChangeHistory.filters.changes.selectChangePlaceholder": {
3766
+ developer_comment: string;
3767
+ string: string;
3768
+ };
3769
+ "ChangeHistory.filters.changes.selectEntityPlaceholder": {
3770
+ developer_comment: string;
3771
+ string: string;
3772
+ };
3773
+ "ChangeHistory.filters.changes.when": {
3774
+ developer_comment: string;
3775
+ string: string;
3776
+ };
3850
3777
  "ChangeHistory.filters.createdAtFilter": {
3851
3778
  developer_comment: string;
3852
3779
  string: string;
@@ -3867,6 +3794,14 @@ export function loadMessages(locale: any): Promise<{
3867
3794
  developer_comment: string;
3868
3795
  string: string;
3869
3796
  };
3797
+ "ChangeHistory.filters.filterGroupBasicTier": {
3798
+ developer_comment: string;
3799
+ string: string;
3800
+ };
3801
+ "ChangeHistory.filters.filterGroupPremiumTier": {
3802
+ developer_comment: string;
3803
+ string: string;
3804
+ };
3870
3805
  "ChangeHistory.filters.merchantCenterUserFilter": {
3871
3806
  developer_comment: string;
3872
3807
  string: string;
@@ -3887,39 +3822,79 @@ export function loadMessages(locale: any): Promise<{
3887
3822
  developer_comment: string;
3888
3823
  string: string;
3889
3824
  };
3825
+ "ChangeHistory.filters.source.apiInitiated": {
3826
+ developer_comment: string;
3827
+ string: string;
3828
+ };
3829
+ "ChangeHistory.filters.source.merchantCenterInitiated": {
3830
+ developer_comment: string;
3831
+ string: string;
3832
+ };
3833
+ "ChangeHistory.filters.source.platformInitiated": {
3834
+ developer_comment: string;
3835
+ string: string;
3836
+ };
3837
+ "ChangeHistory.filters.sourceFilter": {
3838
+ developer_comment: string;
3839
+ string: string;
3840
+ };
3841
+ "ChangeHistory.filters.stores.asyncSelectInputPlaceholder": {
3842
+ developer_comment: string;
3843
+ string: string;
3844
+ };
3845
+ "ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithInputMessage": {
3846
+ developer_comment: string;
3847
+ string: string;
3848
+ };
3849
+ "ChangeHistory.filters.stores.searchSelectInputNoOptionsFoundWithoutInputMessage": {
3850
+ developer_comment: string;
3851
+ string: string;
3852
+ };
3853
+ "ChangeHistory.filters.stores.searchSelectInputPlaceholder": {
3854
+ developer_comment: string;
3855
+ string: string;
3856
+ };
3857
+ "ChangeHistory.filters.stores.storesAriaLabel": {
3858
+ developer_comment: string;
3859
+ string: string;
3860
+ };
3890
3861
  "ChangeHistory.filters.storesFilter": {
3891
3862
  developer_comment: string;
3892
3863
  string: string;
3893
3864
  };
3894
- "ChangeHistory.filters.tooltips.customerIdDialogTitle": {
3865
+ "ChangeHistory.filters.tooltips.customerIdDialogAltImage": {
3895
3866
  developer_comment: string;
3896
3867
  string: string;
3897
3868
  };
3898
- "ChangeHistory.filters.tooltips.howToFindText": {
3869
+ "ChangeHistory.filters.tooltips.customerIdDialogGeneralInfoParagraph": {
3899
3870
  developer_comment: string;
3900
3871
  string: string;
3901
3872
  };
3902
- "ChangeHistory.filters.tooltips.howToFindTitle": {
3873
+ "ChangeHistory.filters.tooltips.customerIdDialogHowToFindParagraph": {
3903
3874
  developer_comment: string;
3904
3875
  string: string;
3905
3876
  };
3906
- "ChangeHistory.filters.tooltips.whereToFindStep1": {
3877
+ "ChangeHistory.filters.tooltips.customerIdDialogHowToFindTitle": {
3907
3878
  developer_comment: string;
3908
3879
  string: string;
3909
3880
  };
3910
- "ChangeHistory.filters.tooltips.whereToFindStep2": {
3881
+ "ChangeHistory.filters.tooltips.customerIdDialogTitle": {
3911
3882
  developer_comment: string;
3912
3883
  string: string;
3913
3884
  };
3914
- "ChangeHistory.filters.tooltips.whereToFindStep3": {
3885
+ "ChangeHistory.filters.tooltips.entityIdDialogAltImage": {
3915
3886
  developer_comment: string;
3916
3887
  string: string;
3917
3888
  };
3918
- "ChangeHistory.filters.tooltips.whereToFindSubtitle": {
3889
+ "ChangeHistory.filters.tooltips.entityIdDialogHowToFindParagraph": {
3919
3890
  developer_comment: string;
3920
3891
  string: string;
3921
3892
  };
3922
- "ChangeHistory.filters.tooltips.whereToFindTitle": {
3893
+ "ChangeHistory.filters.tooltips.entityIdDialogHowToFindTitle": {
3894
+ developer_comment: string;
3895
+ string: string;
3896
+ };
3897
+ "ChangeHistory.filters.tooltips.entityIdDialogTitle": {
3923
3898
  developer_comment: string;
3924
3899
  string: string;
3925
3900
  };
@@ -4603,44 +4578,6 @@ export function loadMessages(locale: any): Promise<{
4603
4578
  developer_comment: string;
4604
4579
  string: string;
4605
4580
  };
4606
- "FieldFilters.addFilter": {
4607
- string: string;
4608
- };
4609
- "FieldFilters.removeFilter": {
4610
- string: string;
4611
- };
4612
- "InternalFilterToggle.infoButtonLabel": {
4613
- developer_comment: string;
4614
- string: string;
4615
- };
4616
- "InternalFilterToggle.modalDiscountCodesText": {
4617
- developer_comment: string;
4618
- string: string;
4619
- };
4620
- "InternalFilterToggle.modalIntroText": {
4621
- developer_comment: string;
4622
- string: string;
4623
- };
4624
- "InternalFilterToggle.modalProductDiscountsText": {
4625
- developer_comment: string;
4626
- string: string;
4627
- };
4628
- "InternalFilterToggle.modalProductText": {
4629
- developer_comment: string;
4630
- string: string;
4631
- };
4632
- "InternalFilterToggle.modalShoppingListText": {
4633
- developer_comment: string;
4634
- string: string;
4635
- };
4636
- "InternalFilterToggle.modalTitle": {
4637
- developer_comment: string;
4638
- string: string;
4639
- };
4640
- "InternalFilterToggle.toggleButtonLabel": {
4641
- developer_comment: string;
4642
- string: string;
4643
- };
4644
4581
  "ItemList.addValue": {
4645
4582
  string: string;
4646
4583
  };
@@ -5783,34 +5720,6 @@ export function loadMessages(locale: any): Promise<{
5783
5720
  developer_comment: string;
5784
5721
  string: string;
5785
5722
  };
5786
- "ResourceActionFilter.actionInputPlaceholder": {
5787
- developer_comment: string;
5788
- string: string;
5789
- };
5790
- "ResourceActionFilter.fieldLabel": {
5791
- developer_comment: string;
5792
- string: string;
5793
- };
5794
- "ResourceActionFilter.hasLabel": {
5795
- developer_comment: string;
5796
- string: string;
5797
- };
5798
- "ResourceActionFilter.resourceActionValidationError": {
5799
- developer_comment: string;
5800
- string: string;
5801
- };
5802
- "ResourceActionFilter.resourceInputPlaceholder": {
5803
- developer_comment: string;
5804
- string: string;
5805
- };
5806
- "ResourceActionFilter.tagTxt": {
5807
- developer_comment: string;
5808
- string: string;
5809
- };
5810
- "ResourceActionFilter.whenLabel": {
5811
- developer_comment: string;
5812
- string: string;
5813
- };
5814
5723
  "ResourceCell.customObjectResource": {
5815
5724
  developer_comment: string;
5816
5725
  string: string;
@@ -6942,34 +6851,6 @@ export function loadMessages(locale: any): Promise<{
6942
6851
  developer_comment: string;
6943
6852
  string: string;
6944
6853
  };
6945
- "Search.FilterSearchBar.clearAllLabel": {
6946
- developer_comment: string;
6947
- string: string;
6948
- };
6949
- "Search.FilterSearchBar.filterLabel": {
6950
- developer_comment: string;
6951
- string: string;
6952
- };
6953
- "Search.Filters.Definitions.Date.equalTo": {
6954
- developer_comment: string;
6955
- string: string;
6956
- };
6957
- "Search.Filters.Definitions.Date.lessThan": {
6958
- developer_comment: string;
6959
- string: string;
6960
- };
6961
- "Search.Filters.Definitions.Date.moreThan": {
6962
- developer_comment: string;
6963
- string: string;
6964
- };
6965
- "Search.Filters.Definitions.Date.range": {
6966
- developer_comment: string;
6967
- string: string;
6968
- };
6969
- "Search.Filters.Definitions.Text.equalTo": {
6970
- developer_comment: string;
6971
- string: string;
6972
- };
6973
6854
  "Search.Filters.Definitions.Text.in": {
6974
6855
  developer_comment: string;
6975
6856
  string: string;
@@ -6978,93 +6859,14 @@ export function loadMessages(locale: any): Promise<{
6978
6859
  developer_comment: string;
6979
6860
  string: string;
6980
6861
  };
6981
- "Search.Filters.Defintions.Text.missing": {
6982
- developer_comment: string;
6983
- string: string;
6984
- };
6985
- "Search.Filters.RangeFilter.and": {
6986
- string: string;
6987
- };
6988
- "Search.Filters.RangeFilterTag.from": {
6989
- developer_comment: string;
6990
- string: string;
6991
- };
6992
- "Search.Filters.RangeFilterTag.to": {
6993
- developer_comment: string;
6994
- string: string;
6995
- };
6996
- "Search.Filters.addFilter": {
6997
- developer_comment: string;
6998
- string: string;
6999
- };
7000
6862
  "Search.Filters.apply": {
7001
6863
  developer_comment: string;
7002
6864
  string: string;
7003
6865
  };
7004
- "Search.Filters.applyAndClose": {
7005
- developer_comment: string;
7006
- string: string;
7007
- };
7008
- "Search.Filters.cancel": {
7009
- developer_comment: string;
7010
- string: string;
7011
- };
7012
- "Search.Filters.clearAllLabel": {
7013
- developer_comment: string;
7014
- string: string;
7015
- };
7016
- "Search.Filters.noMoreAvailableFields": {
7017
- developer_comment: string;
7018
- string: string;
7019
- };
7020
- "Search.Filters.premiumFeature": {
7021
- developer_comment: string;
7022
- string: string;
7023
- };
7024
- "Search.Filters.removeAllLabel": {
7025
- developer_comment: string;
7026
- string: string;
7027
- };
7028
- "Search.Filters.validation.date.rangeMissingValue": {
7029
- developer_comment: string;
7030
- string: string;
7031
- };
7032
- "Search.Filters.validation.date.rangeToSmallerThanFrom": {
7033
- developer_comment: string;
7034
- string: string;
7035
- };
7036
6866
  "Search.View.noResults": {
7037
6867
  developer_comment: string;
7038
6868
  string: string;
7039
6869
  };
7040
- "SearchInput.buttonLabel": {
7041
- developer_comment: string;
7042
- string: string;
7043
- };
7044
- "SearchInput.placeholder": {
7045
- developer_comment: string;
7046
- string: string;
7047
- };
7048
- "Shared.BusinessUnitSelectInput.asyncSelectInputPlaceholder": {
7049
- developer_comment: string;
7050
- string: string;
7051
- };
7052
- "Shared.BusinessUnitSelectInput.basicSelectInputPlaceholder": {
7053
- developer_comment: string;
7054
- string: string;
7055
- };
7056
- "Shared.BusinessUnitSelectInput.searchSelectInputLoadingMessage": {
7057
- developer_comment: string;
7058
- string: string;
7059
- };
7060
- "Shared.BusinessUnitSelectInput.searchSelectInputNoOptionsFoundMessage": {
7061
- developer_comment: string;
7062
- string: string;
7063
- };
7064
- "Shared.BusinessUnitSelectInput.searchSelectInputPlaceholder": {
7065
- developer_comment: string;
7066
- string: string;
7067
- };
7068
6870
  "Shared.associateRolePermissions.BusinessUnit.addChildUnits": {
7069
6871
  developer_comment: string;
7070
6872
  string: string;
@@ -7209,38 +7011,10 @@ export function loadMessages(locale: any): Promise<{
7209
7011
  developer_comment: string;
7210
7012
  string: string;
7211
7013
  };
7212
- "StoreSelectInput.asyncSelectDropdownTypeAheadPrompt": {
7213
- developer_comment: string;
7214
- string: string;
7215
- };
7216
- "StoreSelectInput.asyncSelectInputPlaceholder": {
7217
- developer_comment: string;
7218
- string: string;
7219
- };
7220
- "StoreSelectInput.basicSelectInputPlaceholder": {
7221
- developer_comment: string;
7222
- string: string;
7223
- };
7224
- "StoreSelectInput.searchSelectInputLoadingMessage": {
7225
- developer_comment: string;
7226
- string: string;
7227
- };
7228
- "StoreSelectInput.searchSelectInputNoOptionsFoundMessage": {
7229
- developer_comment: string;
7230
- string: string;
7231
- };
7232
- "StoreSelectInput.searchSelectInputPlaceholder": {
7233
- developer_comment: string;
7234
- string: string;
7235
- };
7236
7014
  "TotalResults.title": {
7237
7015
  developer_comment: string;
7238
7016
  string: string;
7239
7017
  };
7240
- "Validation.required": {
7241
- developer_comment: string;
7242
- string: string;
7243
- };
7244
7018
  "VersionTier.premiumButton": {
7245
7019
  developer_comment: string;
7246
7020
  string: string;