@wix/bex-utils 2.48.0 → 2.49.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/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +8 -2
- package/@wix/ambassador-app-settings-v1-settings/package.json +2 -2
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.js +145 -2
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/package.json +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +560 -106
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +280 -53
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +3840 -528
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +558 -106
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +200 -43
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +200 -43
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/additional_fee.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +9 -10
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +2 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +4 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/locations.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/unit_system.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/weight.proto +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/dto.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/events.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/full.proto +3 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/special.proto +9 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +64 -9
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/api_errors.proto +48 -23
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +9 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/errors.proto +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/sla.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +0 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/data/errors.proto +14 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +27 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/internal/locationRemoval.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/accounts.proto +18 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +22 -10
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-payment-method.proto +3 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +58 -35
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/transaction.proto +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/provision_action_events.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/stores_provision_service.proto +51 -4
- package/@wix/ambassador-infra-asyncjobs-v1-async-job/build/cjs/proto/proto-generated.js +19 -2
- package/@wix/ambassador-infra-asyncjobs-v1-async-job/package.json +2 -2
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/client/proto-generated.d.ts +30 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.d.ts +15 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.js +188 -2
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/server/proto-generated.d.ts +30 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/package.json +2 -2
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/annotations.proto +6 -6
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/api_errors.proto +48 -23
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/entity.proto +3 -4
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/sla.proto +1 -1
- package/@wix/ambassador-media-site-media-v1-file-descriptor/build/cjs/proto/proto-generated.js +25 -2
- package/@wix/ambassador-media-site-media-v1-file-descriptor/package.json +2 -2
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +56 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +28 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +348 -6
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +56 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +1 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +9 -6
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/api_errors.proto +48 -23
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +9 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/sla.proto +1 -1
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +75 -76
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +74 -75
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +179 -18
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/{chunk-JWE2D5DY.js → chunk-PLDDJCW6.js} +2 -12
- package/@wix/bex-bundled-mini-essentials/dist/esm/chunk-PLDDJCW6.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/chunk-U24CPPEA.js +17 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/chunk-U24CPPEA.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ar-LFVNFS2J.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ar-LFVNFS2J.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_bg-MTXA6CZY.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_bg-MTXA6CZY.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ca-HJPWMPW7.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ca-HJPWMPW7.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_cs-K37PKR2K.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_cs-K37PKR2K.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_da-25IK43OO.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_da-25IK43OO.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_de-AYRUO363.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_de-AYRUO363.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_el-2AGQO6PX.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_el-2AGQO6PX.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_en-JO2G7ZCY.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_en-JO2G7ZCY.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_es-JK5COTEN.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_es-JK5COTEN.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_fi-PYXR5MB3.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_fi-PYXR5MB3.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_fr-YKEZIBKX.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_fr-YKEZIBKX.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_he-EMKYOLAN.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_he-EMKYOLAN.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-AV4BWUTE.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hi-AV4BWUTE.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hr-RWY64K7L.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hr-RWY64K7L.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hu-QBBCBMMB.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_hu-QBBCBMMB.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_id-VP4LUR36.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_id-VP4LUR36.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_it-FYZ75MT3.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_it-FYZ75MT3.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ja-VQB44ZSI.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ja-VQB44ZSI.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ko-GHHT3DGY.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ko-GHHT3DGY.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_lt-4KBOUDLP.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_lt-4KBOUDLP.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_lv-WBN6RFLD.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_lv-WBN6RFLD.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ms-VBHOWK2S.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ms-VBHOWK2S.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_nl-3KFJZWBJ.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_nl-3KFJZWBJ.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_no-POPCNM5W.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_no-POPCNM5W.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_pl-LZDZDDVF.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_pl-LZDZDDVF.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_pt-HNERKNLL.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_pt-HNERKNLL.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ro-LYELKOPQ.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ro-LYELKOPQ.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ru-BPN44ZV3.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_ru-BPN44ZV3.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_sk-MVMGHSRL.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_sk-MVMGHSRL.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_sl-CHPXKGNR.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_sl-CHPXKGNR.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_sv-HUVTDCQI.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_sv-HUVTDCQI.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_th-E2G5DJHR.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_th-E2G5DJHR.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_tl-LPFJRVGY.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_tl-LPFJRVGY.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_tr-XY5HGJCR.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_tr-XY5HGJCR.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_uk-SWUOAG7Y.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_uk-SWUOAG7Y.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_vi-VPQ7J3CX.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_vi-VPQ7J3CX.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_zh-APZYKKMZ.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/common-errors_zh-APZYKKMZ.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/{commonErrorsMapping-7MKNYHWZ.js → commonErrorsMapping-5KWGHRDR.js} +3 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/{commonErrorsMapping-7MKNYHWZ.js.map → commonErrorsMapping-5KWGHRDR.js.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{chunk-JWE2D5DY.js → chunk-PLDDJCW6.js} +2 -12
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/chunk-PLDDJCW6.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/chunk-U24CPPEA.js +17 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/chunk-U24CPPEA.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ar-LI5PLBCE.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ar-LI5PLBCE.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_bg-EAZSERQM.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_bg-EAZSERQM.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ca-4664Z5VP.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ca-4664Z5VP.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_cs-G3MWE2Q6.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_cs-G3MWE2Q6.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_da-4RUYZUII.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_da-4RUYZUII.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_de-X4Z6ZVR4.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_de-X4Z6ZVR4.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_el-HQDITK35.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_el-HQDITK35.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_en-4WNVKTLH.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_en-4WNVKTLH.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_es-S4CSVRF4.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_es-S4CSVRF4.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_fi-66WNHES2.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_fi-66WNHES2.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_fr-6WVI4CGQ.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_fr-6WVI4CGQ.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_he-XYP5Q7TU.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_he-XYP5Q7TU.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-DNO4U56U.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hi-DNO4U56U.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hr-G4SFS5WC.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hr-G4SFS5WC.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hu-O7ZZSS77.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_hu-O7ZZSS77.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_id-EUSRMGPH.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_id-EUSRMGPH.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_it-FR4XJ2UY.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_it-FR4XJ2UY.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ja-I3S37S6K.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ja-I3S37S6K.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ko-UPYLEFHG.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ko-UPYLEFHG.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_lt-IL7XCZWC.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_lt-IL7XCZWC.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_lv-5WARGCFT.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_lv-5WARGCFT.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ms-OEGKBHNP.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ms-OEGKBHNP.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_nl-ZNCTPA5K.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_nl-ZNCTPA5K.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_no-ZNR5WII7.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_no-ZNR5WII7.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_pl-IATLIMD7.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_pl-IATLIMD7.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_pt-CZJC55AS.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_pt-CZJC55AS.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ro-YPF7DRHV.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ro-YPF7DRHV.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ru-BABYGSK2.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_ru-BABYGSK2.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_sk-KWTQONBZ.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_sk-KWTQONBZ.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_sl-VUU4FSWX.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_sl-VUU4FSWX.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_sv-UWKCHNXS.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_sv-UWKCHNXS.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_th-UTG67YBV.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_th-UTG67YBV.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_tl-WRTF63WQ.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_tl-WRTF63WQ.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_tr-ZMY3LDT3.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_tr-ZMY3LDT3.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_uk-E2C35BJA.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_uk-E2C35BJA.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_vi-QPEKTVXS.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_vi-QPEKTVXS.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_zh-L26NOAI4.js +34 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/common-errors_zh-L26NOAI4.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{commonErrorsMapping-JNGN3KHR.js → commonErrorsMapping-KHPEVC5F.js} +3 -2
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/{commonErrorsMapping-JNGN3KHR.js.map → commonErrorsMapping-KHPEVC5F.js.map} +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js +178 -17
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/index.js +3 -0
- package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +3 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +92 -21
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +3 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +50 -20
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js +3 -0
- package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +3 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +92 -21
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +3 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js +35 -6
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/types/index.d.ts +3 -2
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +21 -6
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +21 -6
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +21 -6
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +34 -7
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/index.ts +6 -2
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +22 -6
- package/@wix/bi-logger-os-data/src/testkit/common.ts +105 -22
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +22 -6
- package/@wix/bi-logger-os-data/src/types.ts +44 -12
- package/@wix/bi-logger-os-data/src/v2/index.ts +37 -7
- package/package.json +3 -3
- package/@wix/bex-bundled-mini-essentials/dist/esm/chunk-JWE2D5DY.js.map +0 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/chunk-JWE2D5DY.js.map +0 -1
|
@@ -1,13 +1,15 @@
|
|
|
1
|
+
import {
|
|
2
|
+
define_process_env_default,
|
|
3
|
+
init_define_process_env
|
|
4
|
+
} from "./chunk-U24CPPEA.js";
|
|
1
5
|
import {
|
|
2
6
|
__commonJS,
|
|
3
7
|
__esm,
|
|
4
8
|
__export,
|
|
5
9
|
__require,
|
|
6
10
|
__toCommonJS,
|
|
7
|
-
__toESM
|
|
8
|
-
|
|
9
|
-
init_define_process_env
|
|
10
|
-
} from "./chunk-JWE2D5DY.js";
|
|
11
|
+
__toESM
|
|
12
|
+
} from "./chunk-PLDDJCW6.js";
|
|
11
13
|
|
|
12
14
|
// ../../node_modules/lodash/lodash.js
|
|
13
15
|
var require_lodash = __commonJS({
|
|
@@ -11465,10 +11467,169 @@ init_define_process_env();
|
|
|
11465
11467
|
|
|
11466
11468
|
// ../../node_modules/@wix/error-handler/dist/esm/state/asyncMessagesLoader.js
|
|
11467
11469
|
init_define_process_env();
|
|
11468
|
-
|
|
11469
|
-
|
|
11470
|
-
|
|
11471
|
-
|
|
11470
|
+
|
|
11471
|
+
// ../../node_modules/@wix/error-handler/dist/esm/services/translationsImportsMap.js
|
|
11472
|
+
init_define_process_env();
|
|
11473
|
+
var translationsImportsMap = {
|
|
11474
|
+
ar: () => Promise.resolve().then(() => __toESM(__require(
|
|
11475
|
+
/* webpackChunkName: "common-errors_ar-json" */
|
|
11476
|
+
"./common-errors_ar-LI5PLBCE.js"
|
|
11477
|
+
))),
|
|
11478
|
+
bg: () => Promise.resolve().then(() => __toESM(__require(
|
|
11479
|
+
/* webpackChunkName: "common-errors_bg-json" */
|
|
11480
|
+
"./common-errors_bg-EAZSERQM.js"
|
|
11481
|
+
))),
|
|
11482
|
+
ca: () => Promise.resolve().then(() => __toESM(__require(
|
|
11483
|
+
/* webpackChunkName: "common-errors_ca-json" */
|
|
11484
|
+
"./common-errors_ca-4664Z5VP.js"
|
|
11485
|
+
))),
|
|
11486
|
+
cs: () => Promise.resolve().then(() => __toESM(__require(
|
|
11487
|
+
/* webpackChunkName: "common-errors_cs-json" */
|
|
11488
|
+
"./common-errors_cs-G3MWE2Q6.js"
|
|
11489
|
+
))),
|
|
11490
|
+
da: () => Promise.resolve().then(() => __toESM(__require(
|
|
11491
|
+
/* webpackChunkName: "common-errors_da-json" */
|
|
11492
|
+
"./common-errors_da-4RUYZUII.js"
|
|
11493
|
+
))),
|
|
11494
|
+
de: () => Promise.resolve().then(() => __toESM(__require(
|
|
11495
|
+
/* webpackChunkName: "common-errors_de-json" */
|
|
11496
|
+
"./common-errors_de-X4Z6ZVR4.js"
|
|
11497
|
+
))),
|
|
11498
|
+
el: () => Promise.resolve().then(() => __toESM(__require(
|
|
11499
|
+
/* webpackChunkName: "common-errors_el-json" */
|
|
11500
|
+
"./common-errors_el-HQDITK35.js"
|
|
11501
|
+
))),
|
|
11502
|
+
en: () => Promise.resolve().then(() => __toESM(__require(
|
|
11503
|
+
/* webpackChunkName: "common-errors_en-json" */
|
|
11504
|
+
"./common-errors_en-4WNVKTLH.js"
|
|
11505
|
+
))),
|
|
11506
|
+
es: () => Promise.resolve().then(() => __toESM(__require(
|
|
11507
|
+
/* webpackChunkName: "common-errors_es-json" */
|
|
11508
|
+
"./common-errors_es-S4CSVRF4.js"
|
|
11509
|
+
))),
|
|
11510
|
+
fi: () => Promise.resolve().then(() => __toESM(__require(
|
|
11511
|
+
/* webpackChunkName: "common-errors_fi-json" */
|
|
11512
|
+
"./common-errors_fi-66WNHES2.js"
|
|
11513
|
+
))),
|
|
11514
|
+
fr: () => Promise.resolve().then(() => __toESM(__require(
|
|
11515
|
+
/* webpackChunkName: "common-errors_fr-json" */
|
|
11516
|
+
"./common-errors_fr-6WVI4CGQ.js"
|
|
11517
|
+
))),
|
|
11518
|
+
he: () => Promise.resolve().then(() => __toESM(__require(
|
|
11519
|
+
/* webpackChunkName: "common-errors_he-json" */
|
|
11520
|
+
"./common-errors_he-XYP5Q7TU.js"
|
|
11521
|
+
))),
|
|
11522
|
+
hi: () => Promise.resolve().then(() => __toESM(__require(
|
|
11523
|
+
/* webpackChunkName: "common-errors_hi-json" */
|
|
11524
|
+
"./common-errors_hi-DNO4U56U.js"
|
|
11525
|
+
))),
|
|
11526
|
+
hr: () => Promise.resolve().then(() => __toESM(__require(
|
|
11527
|
+
/* webpackChunkName: "common-errors_hr-json" */
|
|
11528
|
+
"./common-errors_hr-G4SFS5WC.js"
|
|
11529
|
+
))),
|
|
11530
|
+
hu: () => Promise.resolve().then(() => __toESM(__require(
|
|
11531
|
+
/* webpackChunkName: "common-errors_hu-json" */
|
|
11532
|
+
"./common-errors_hu-O7ZZSS77.js"
|
|
11533
|
+
))),
|
|
11534
|
+
id: () => Promise.resolve().then(() => __toESM(__require(
|
|
11535
|
+
/* webpackChunkName: "common-errors_id-json" */
|
|
11536
|
+
"./common-errors_id-EUSRMGPH.js"
|
|
11537
|
+
))),
|
|
11538
|
+
it: () => Promise.resolve().then(() => __toESM(__require(
|
|
11539
|
+
/* webpackChunkName: "common-errors_it-json" */
|
|
11540
|
+
"./common-errors_it-FR4XJ2UY.js"
|
|
11541
|
+
))),
|
|
11542
|
+
ja: () => Promise.resolve().then(() => __toESM(__require(
|
|
11543
|
+
/* webpackChunkName: "common-errors_ja-json" */
|
|
11544
|
+
"./common-errors_ja-I3S37S6K.js"
|
|
11545
|
+
))),
|
|
11546
|
+
ko: () => Promise.resolve().then(() => __toESM(__require(
|
|
11547
|
+
/* webpackChunkName: "common-errors_ko-json" */
|
|
11548
|
+
"./common-errors_ko-UPYLEFHG.js"
|
|
11549
|
+
))),
|
|
11550
|
+
lt: () => Promise.resolve().then(() => __toESM(__require(
|
|
11551
|
+
/* webpackChunkName: "common-errors_lt-json" */
|
|
11552
|
+
"./common-errors_lt-IL7XCZWC.js"
|
|
11553
|
+
))),
|
|
11554
|
+
lv: () => Promise.resolve().then(() => __toESM(__require(
|
|
11555
|
+
/* webpackChunkName: "common-errors_lv-json" */
|
|
11556
|
+
"./common-errors_lv-5WARGCFT.js"
|
|
11557
|
+
))),
|
|
11558
|
+
ms: () => Promise.resolve().then(() => __toESM(__require(
|
|
11559
|
+
/* webpackChunkName: "common-errors_ms-json" */
|
|
11560
|
+
"./common-errors_ms-OEGKBHNP.js"
|
|
11561
|
+
))),
|
|
11562
|
+
nl: () => Promise.resolve().then(() => __toESM(__require(
|
|
11563
|
+
/* webpackChunkName: "common-errors_nl-json" */
|
|
11564
|
+
"./common-errors_nl-ZNCTPA5K.js"
|
|
11565
|
+
))),
|
|
11566
|
+
no: () => Promise.resolve().then(() => __toESM(__require(
|
|
11567
|
+
/* webpackChunkName: "common-errors_no-json" */
|
|
11568
|
+
"./common-errors_no-ZNR5WII7.js"
|
|
11569
|
+
))),
|
|
11570
|
+
pl: () => Promise.resolve().then(() => __toESM(__require(
|
|
11571
|
+
/* webpackChunkName: "common-errors_pl-json" */
|
|
11572
|
+
"./common-errors_pl-IATLIMD7.js"
|
|
11573
|
+
))),
|
|
11574
|
+
pt: () => Promise.resolve().then(() => __toESM(__require(
|
|
11575
|
+
/* webpackChunkName: "common-errors_pt-json" */
|
|
11576
|
+
"./common-errors_pt-CZJC55AS.js"
|
|
11577
|
+
))),
|
|
11578
|
+
ro: () => Promise.resolve().then(() => __toESM(__require(
|
|
11579
|
+
/* webpackChunkName: "common-errors_ro-json" */
|
|
11580
|
+
"./common-errors_ro-YPF7DRHV.js"
|
|
11581
|
+
))),
|
|
11582
|
+
ru: () => Promise.resolve().then(() => __toESM(__require(
|
|
11583
|
+
/* webpackChunkName: "common-errors_ru-json" */
|
|
11584
|
+
"./common-errors_ru-BABYGSK2.js"
|
|
11585
|
+
))),
|
|
11586
|
+
sk: () => Promise.resolve().then(() => __toESM(__require(
|
|
11587
|
+
/* webpackChunkName: "common-errors_sk-json" */
|
|
11588
|
+
"./common-errors_sk-KWTQONBZ.js"
|
|
11589
|
+
))),
|
|
11590
|
+
sl: () => Promise.resolve().then(() => __toESM(__require(
|
|
11591
|
+
/* webpackChunkName: "common-errors_sl-json" */
|
|
11592
|
+
"./common-errors_sl-VUU4FSWX.js"
|
|
11593
|
+
))),
|
|
11594
|
+
sv: () => Promise.resolve().then(() => __toESM(__require(
|
|
11595
|
+
/* webpackChunkName: "common-errors_sv-json" */
|
|
11596
|
+
"./common-errors_sv-UWKCHNXS.js"
|
|
11597
|
+
))),
|
|
11598
|
+
th: () => Promise.resolve().then(() => __toESM(__require(
|
|
11599
|
+
/* webpackChunkName: "common-errors_th-json" */
|
|
11600
|
+
"./common-errors_th-UTG67YBV.js"
|
|
11601
|
+
))),
|
|
11602
|
+
tl: () => Promise.resolve().then(() => __toESM(__require(
|
|
11603
|
+
/* webpackChunkName: "common-errors_tl-json" */
|
|
11604
|
+
"./common-errors_tl-WRTF63WQ.js"
|
|
11605
|
+
))),
|
|
11606
|
+
tr: () => Promise.resolve().then(() => __toESM(__require(
|
|
11607
|
+
/* webpackChunkName: "common-errors_tr-json" */
|
|
11608
|
+
"./common-errors_tr-ZMY3LDT3.js"
|
|
11609
|
+
))),
|
|
11610
|
+
uk: () => Promise.resolve().then(() => __toESM(__require(
|
|
11611
|
+
/* webpackChunkName: "common-errors_uk-json" */
|
|
11612
|
+
"./common-errors_uk-E2C35BJA.js"
|
|
11613
|
+
))),
|
|
11614
|
+
vi: () => Promise.resolve().then(() => __toESM(__require(
|
|
11615
|
+
/* webpackChunkName: "common-errors_vi-json" */
|
|
11616
|
+
"./common-errors_vi-QPEKTVXS.js"
|
|
11617
|
+
))),
|
|
11618
|
+
zh: () => Promise.resolve().then(() => __toESM(__require(
|
|
11619
|
+
/* webpackChunkName: "common-errors_zh-json" */
|
|
11620
|
+
"./common-errors_zh-L26NOAI4.js"
|
|
11621
|
+
)))
|
|
11622
|
+
};
|
|
11623
|
+
|
|
11624
|
+
// ../../node_modules/@wix/error-handler/dist/esm/state/asyncMessagesLoader.js
|
|
11625
|
+
var resolveMessages = (messages) => typeof messages.default === "object" ? messages.default : messages;
|
|
11626
|
+
var asyncMessagesLoader = async (locale) => {
|
|
11627
|
+
const factory2 = translationsImportsMap[locale];
|
|
11628
|
+
if (factory2 == null) {
|
|
11629
|
+
throw new Error("@wix/cairo: Failed to find translations for locale '".concat(locale, "'"));
|
|
11630
|
+
}
|
|
11631
|
+
return resolveMessages(await factory2());
|
|
11632
|
+
};
|
|
11472
11633
|
|
|
11473
11634
|
// ../../node_modules/@wix/error-handler/dist/esm/state/TranslationsState.js
|
|
11474
11635
|
var TranslationsState = class {
|
|
@@ -11657,7 +11818,7 @@ init_define_process_env();
|
|
|
11657
11818
|
init_define_process_env();
|
|
11658
11819
|
var getErrorCodesMap = () => Promise.resolve().then(() => __toESM(__require(
|
|
11659
11820
|
/* webpackChunkName: "error-handler-commonErrorsMapping" */
|
|
11660
|
-
"./commonErrorsMapping-
|
|
11821
|
+
"./commonErrorsMapping-KHPEVC5F.js"
|
|
11661
11822
|
)));
|
|
11662
11823
|
|
|
11663
11824
|
// ../../node_modules/@wix/error-handler/dist/esm/state/CommonErrorsMapState.js
|
|
@@ -11733,6 +11894,7 @@ var ErrorHandler = class {
|
|
|
11733
11894
|
_defineProperty4(this, "commonErrorsMapState", void 0);
|
|
11734
11895
|
_defineProperty4(this, "onlineManager", void 0);
|
|
11735
11896
|
_defineProperty4(this, "webWindow", void 0);
|
|
11897
|
+
_defineProperty4(this, "_skipWaitTranslations", void 0);
|
|
11736
11898
|
_defineProperty4(this, "handleError", async function(error, options) {
|
|
11737
11899
|
if (options === void 0) {
|
|
11738
11900
|
options = {};
|
|
@@ -11762,7 +11924,9 @@ var ErrorHandler = class {
|
|
|
11762
11924
|
return await fn();
|
|
11763
11925
|
} catch (error) {
|
|
11764
11926
|
this._setErrorHandlerErrorCodesMap(error, options);
|
|
11765
|
-
|
|
11927
|
+
if (define_process_env_default.NODE_ENV === "test" && !this._skipWaitTranslations) {
|
|
11928
|
+
await this.commonErrorsMapState.getInitPromise();
|
|
11929
|
+
}
|
|
11766
11930
|
throw error;
|
|
11767
11931
|
}
|
|
11768
11932
|
});
|
|
@@ -11821,7 +11985,7 @@ var ErrorHandler = class {
|
|
|
11821
11985
|
}
|
|
11822
11986
|
});
|
|
11823
11987
|
_defineProperty4(this, "showError", (error, props) => {
|
|
11824
|
-
var _a2;
|
|
11988
|
+
var _a2, _b2, _c;
|
|
11825
11989
|
const {
|
|
11826
11990
|
platformShowError,
|
|
11827
11991
|
errorMonitor
|
|
@@ -11843,18 +12007,15 @@ var ErrorHandler = class {
|
|
|
11843
12007
|
...resolvedError,
|
|
11844
12008
|
...props
|
|
11845
12009
|
};
|
|
11846
|
-
const
|
|
11847
|
-
|
|
11848
|
-
...restShowErrorParams
|
|
11849
|
-
} = showErrorProps;
|
|
11850
|
-
const message = (_a2 = showErrorProps.message) != null ? _a2 : fallbackMessage;
|
|
12010
|
+
const message = (_b2 = (_a2 = props == null ? void 0 : props.message) != null ? _a2 : resolvedError == null ? void 0 : resolvedError.message) != null ? _b2 : fallbackMessage;
|
|
12011
|
+
const action = (_c = props == null ? void 0 : props.action) != null ? _c : resolvedError == null ? void 0 : resolvedError.action;
|
|
11851
12012
|
reportShowErrorBi(this, {
|
|
11852
12013
|
message,
|
|
11853
12014
|
action,
|
|
11854
12015
|
errorAccessor
|
|
11855
12016
|
});
|
|
11856
12017
|
platformShowError({
|
|
11857
|
-
...
|
|
12018
|
+
...showErrorProps,
|
|
11858
12019
|
requestId: (_errorAccessor$httpEr = errorAccessor.httpError) == null ? void 0 : _errorAccessor$httpEr.requestId,
|
|
11859
12020
|
message,
|
|
11860
12021
|
action: action != null && action.onClick ? {
|