@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
|
@@ -245,6 +245,8 @@ export class BiTestkit {
|
|
|
245
245
|
resource: string;
|
|
246
246
|
appId: string;
|
|
247
247
|
product: string;
|
|
248
|
+
providerName: string;
|
|
249
|
+
providerId: string;
|
|
248
250
|
url: string;
|
|
249
251
|
}>(this.util.getRawEvents, 144, 108, this.validate);
|
|
250
252
|
}
|
|
@@ -285,6 +287,8 @@ export class BiTestkit {
|
|
|
285
287
|
currentView: string;
|
|
286
288
|
appId: string;
|
|
287
289
|
product: string;
|
|
290
|
+
providerId: string;
|
|
291
|
+
providerName: string;
|
|
288
292
|
hostingPlatformContextId: string;
|
|
289
293
|
theme: string;
|
|
290
294
|
consumerId: string;
|
|
@@ -321,6 +325,9 @@ export class BiTestkit {
|
|
|
321
325
|
isInternalPage: boolean;
|
|
322
326
|
filteredListSize: number;
|
|
323
327
|
product: string;
|
|
328
|
+
preLoadToolbarUsed: boolean;
|
|
329
|
+
providerName: string;
|
|
330
|
+
providerId: string;
|
|
324
331
|
hostingPlatformContextId: string;
|
|
325
332
|
theme: string;
|
|
326
333
|
consumerId: string;
|
|
@@ -481,10 +488,9 @@ export class BiTestkit {
|
|
|
481
488
|
appId: string;
|
|
482
489
|
filteredListSize: number;
|
|
483
490
|
product: string;
|
|
491
|
+
preLoadToolbarUsed: boolean;
|
|
484
492
|
filterType: string;
|
|
485
493
|
isCustomField: boolean;
|
|
486
|
-
loadingTime: number;
|
|
487
|
-
isOriginComponentLoaded: boolean;
|
|
488
494
|
}>(this.util.getRawEvents, 144, 117, this.validate);
|
|
489
495
|
}
|
|
490
496
|
|
|
@@ -1976,6 +1982,7 @@ export class BiTestkit {
|
|
|
1976
1982
|
product: string;
|
|
1977
1983
|
providerId: string;
|
|
1978
1984
|
origin: string;
|
|
1985
|
+
customOrigin: string;
|
|
1979
1986
|
url: string;
|
|
1980
1987
|
}>(this.util.getRawEvents, 144, 6, this.validate);
|
|
1981
1988
|
}
|
|
@@ -9279,12 +9286,13 @@ export class BiTestkit {
|
|
|
9279
9286
|
get leavingWithoutSavingModalOpenedSrc5Evid1858() {
|
|
9280
9287
|
return new EventsFilter<{
|
|
9281
9288
|
hosting_platform: string;
|
|
9282
|
-
page_id: string;
|
|
9283
|
-
page_name: string;
|
|
9284
9289
|
route: string;
|
|
9285
9290
|
hosting_platform_context_id: string;
|
|
9286
9291
|
internal_route: string;
|
|
9292
|
+
originAction: string;
|
|
9287
9293
|
displayMode: string;
|
|
9294
|
+
componentType: string;
|
|
9295
|
+
componentId: string;
|
|
9288
9296
|
}>(this.util.getRawEvents, 5, 1858, this.validate);
|
|
9289
9297
|
}
|
|
9290
9298
|
|
|
@@ -9349,12 +9357,12 @@ export class BiTestkit {
|
|
|
9349
9357
|
get leavingWithoutSavingModalCtaClickedSrc5Evid1878() {
|
|
9350
9358
|
return new EventsFilter<{
|
|
9351
9359
|
hosting_platform: string;
|
|
9352
|
-
page_id: string;
|
|
9353
|
-
page_name: string;
|
|
9354
9360
|
route: string;
|
|
9355
9361
|
hosting_platform_context_id: string;
|
|
9356
9362
|
internal_route: string;
|
|
9357
9363
|
cta: string;
|
|
9364
|
+
componentId: string;
|
|
9365
|
+
componentType: string;
|
|
9358
9366
|
displayMode: string;
|
|
9359
9367
|
}>(this.util.getRawEvents, 5, 1878, this.validate);
|
|
9360
9368
|
}
|
|
@@ -9463,6 +9471,10 @@ export class BiTestkit {
|
|
|
9463
9471
|
}>(this.util.getRawEvents, 5, 191, this.validate);
|
|
9464
9472
|
}
|
|
9465
9473
|
|
|
9474
|
+
get privacyCookiesCookieConsentBannerCardCtaClickSrc5Evid1927() {
|
|
9475
|
+
return new EventsFilter<{ cta_name: string; }>(this.util.getRawEvents, 5, 1927, this.validate);
|
|
9476
|
+
}
|
|
9477
|
+
|
|
9466
9478
|
get invoicesMoreActionsClick() {
|
|
9467
9479
|
return new EventsFilter<{
|
|
9468
9480
|
view_type: string;
|
|
@@ -16095,6 +16107,7 @@ export class BiTestkit {
|
|
|
16095
16107
|
tenantType: string;
|
|
16096
16108
|
appdefid: string;
|
|
16097
16109
|
tenantId: string;
|
|
16110
|
+
installation_id: string;
|
|
16098
16111
|
}>(this.util.getRawEvents, 5, 9201, this.validate);
|
|
16099
16112
|
}
|
|
16100
16113
|
|
|
@@ -16108,6 +16121,7 @@ export class BiTestkit {
|
|
|
16108
16121
|
appdefid: string;
|
|
16109
16122
|
isEnabled: boolean;
|
|
16110
16123
|
tenantId: string;
|
|
16124
|
+
installation_id: string;
|
|
16111
16125
|
}>(this.util.getRawEvents, 5, 9202, this.validate);
|
|
16112
16126
|
}
|
|
16113
16127
|
|
|
@@ -16116,6 +16130,7 @@ export class BiTestkit {
|
|
|
16116
16130
|
appInstances: string;
|
|
16117
16131
|
tenantType: string;
|
|
16118
16132
|
tenantId: string;
|
|
16133
|
+
installation_id: string;
|
|
16119
16134
|
}>(this.util.getRawEvents, 5, 9203, this.validate);
|
|
16120
16135
|
}
|
|
16121
16136
|
|
|
@@ -16124,6 +16139,7 @@ export class BiTestkit {
|
|
|
16124
16139
|
appInstances: string;
|
|
16125
16140
|
tenantType: string;
|
|
16126
16141
|
tenantId: string;
|
|
16142
|
+
installation_id: string;
|
|
16127
16143
|
}>(this.util.getRawEvents, 5, 9204, this.validate);
|
|
16128
16144
|
}
|
|
16129
16145
|
|
|
@@ -26231,37 +26231,43 @@ const schemaObj: SchemaObj = [
|
|
|
26231
26231
|
}
|
|
26232
26232
|
,
|
|
26233
26233
|
{
|
|
26234
|
-
"inputName": "
|
|
26234
|
+
"inputName": "route",
|
|
26235
26235
|
"type": "STRING",
|
|
26236
26236
|
"mandatory": false
|
|
26237
26237
|
}
|
|
26238
26238
|
,
|
|
26239
26239
|
{
|
|
26240
|
-
"inputName": "
|
|
26240
|
+
"inputName": "hosting_platform_context_id",
|
|
26241
26241
|
"type": "STRING",
|
|
26242
26242
|
"mandatory": false
|
|
26243
26243
|
}
|
|
26244
26244
|
,
|
|
26245
26245
|
{
|
|
26246
|
-
"inputName": "
|
|
26246
|
+
"inputName": "internal_route",
|
|
26247
26247
|
"type": "STRING",
|
|
26248
26248
|
"mandatory": false
|
|
26249
26249
|
}
|
|
26250
26250
|
,
|
|
26251
26251
|
{
|
|
26252
|
-
"inputName": "
|
|
26252
|
+
"inputName": "originAction",
|
|
26253
26253
|
"type": "STRING",
|
|
26254
26254
|
"mandatory": false
|
|
26255
26255
|
}
|
|
26256
26256
|
,
|
|
26257
26257
|
{
|
|
26258
|
-
"inputName": "
|
|
26258
|
+
"inputName": "displayMode",
|
|
26259
26259
|
"type": "STRING",
|
|
26260
26260
|
"mandatory": false
|
|
26261
26261
|
}
|
|
26262
26262
|
,
|
|
26263
26263
|
{
|
|
26264
|
-
"inputName": "
|
|
26264
|
+
"inputName": "componentType",
|
|
26265
|
+
"type": "STRING",
|
|
26266
|
+
"mandatory": false
|
|
26267
|
+
}
|
|
26268
|
+
,
|
|
26269
|
+
{
|
|
26270
|
+
"inputName": "componentId",
|
|
26265
26271
|
"type": "STRING",
|
|
26266
26272
|
"mandatory": false
|
|
26267
26273
|
}
|
|
@@ -26501,37 +26507,37 @@ const schemaObj: SchemaObj = [
|
|
|
26501
26507
|
}
|
|
26502
26508
|
,
|
|
26503
26509
|
{
|
|
26504
|
-
"inputName": "
|
|
26510
|
+
"inputName": "route",
|
|
26505
26511
|
"type": "STRING",
|
|
26506
26512
|
"mandatory": false
|
|
26507
26513
|
}
|
|
26508
26514
|
,
|
|
26509
26515
|
{
|
|
26510
|
-
"inputName": "
|
|
26516
|
+
"inputName": "hosting_platform_context_id",
|
|
26511
26517
|
"type": "STRING",
|
|
26512
26518
|
"mandatory": false
|
|
26513
26519
|
}
|
|
26514
26520
|
,
|
|
26515
26521
|
{
|
|
26516
|
-
"inputName": "
|
|
26522
|
+
"inputName": "internal_route",
|
|
26517
26523
|
"type": "STRING",
|
|
26518
26524
|
"mandatory": false
|
|
26519
26525
|
}
|
|
26520
26526
|
,
|
|
26521
26527
|
{
|
|
26522
|
-
"inputName": "
|
|
26528
|
+
"inputName": "cta",
|
|
26523
26529
|
"type": "STRING",
|
|
26524
26530
|
"mandatory": false
|
|
26525
26531
|
}
|
|
26526
26532
|
,
|
|
26527
26533
|
{
|
|
26528
|
-
"inputName": "
|
|
26534
|
+
"inputName": "componentId",
|
|
26529
26535
|
"type": "STRING",
|
|
26530
26536
|
"mandatory": false
|
|
26531
26537
|
}
|
|
26532
26538
|
,
|
|
26533
26539
|
{
|
|
26534
|
-
"inputName": "
|
|
26540
|
+
"inputName": "componentType",
|
|
26535
26541
|
"type": "STRING",
|
|
26536
26542
|
"mandatory": false
|
|
26537
26543
|
}
|
|
@@ -26967,6 +26973,17 @@ const schemaObj: SchemaObj = [
|
|
|
26967
26973
|
}
|
|
26968
26974
|
]
|
|
26969
26975
|
} as BiEventSchema,
|
|
26976
|
+
{
|
|
26977
|
+
"event_id": 1927,
|
|
26978
|
+
"name": "Privacy & Cookies - Cookie Consent Banner Card - CTA Click",
|
|
26979
|
+
"fields": [
|
|
26980
|
+
{
|
|
26981
|
+
"inputName": "cta_name",
|
|
26982
|
+
"type": "STRING",
|
|
26983
|
+
"mandatory": false
|
|
26984
|
+
}
|
|
26985
|
+
]
|
|
26986
|
+
} as BiEventSchema,
|
|
26970
26987
|
{
|
|
26971
26988
|
"event_id": 193,
|
|
26972
26989
|
"name": "Invoices - More Actions - Click",
|
|
@@ -52272,6 +52289,12 @@ const schemaObj: SchemaObj = [
|
|
|
52272
52289
|
"type": "STRING",
|
|
52273
52290
|
"mandatory": false
|
|
52274
52291
|
}
|
|
52292
|
+
,
|
|
52293
|
+
{
|
|
52294
|
+
"inputName": "installation_id",
|
|
52295
|
+
"type": "STRING",
|
|
52296
|
+
"mandatory": false
|
|
52297
|
+
}
|
|
52275
52298
|
]
|
|
52276
52299
|
} as BiEventSchema,
|
|
52277
52300
|
{
|
|
@@ -52325,6 +52348,12 @@ const schemaObj: SchemaObj = [
|
|
|
52325
52348
|
"type": "STRING",
|
|
52326
52349
|
"mandatory": false
|
|
52327
52350
|
}
|
|
52351
|
+
,
|
|
52352
|
+
{
|
|
52353
|
+
"inputName": "installation_id",
|
|
52354
|
+
"type": "STRING",
|
|
52355
|
+
"mandatory": false
|
|
52356
|
+
}
|
|
52328
52357
|
]
|
|
52329
52358
|
} as BiEventSchema,
|
|
52330
52359
|
{
|
|
@@ -52348,6 +52377,12 @@ const schemaObj: SchemaObj = [
|
|
|
52348
52377
|
"type": "STRING",
|
|
52349
52378
|
"mandatory": false
|
|
52350
52379
|
}
|
|
52380
|
+
,
|
|
52381
|
+
{
|
|
52382
|
+
"inputName": "installation_id",
|
|
52383
|
+
"type": "STRING",
|
|
52384
|
+
"mandatory": false
|
|
52385
|
+
}
|
|
52351
52386
|
]
|
|
52352
52387
|
} as BiEventSchema,
|
|
52353
52388
|
{
|
|
@@ -52371,6 +52406,12 @@ const schemaObj: SchemaObj = [
|
|
|
52371
52406
|
"type": "STRING",
|
|
52372
52407
|
"mandatory": false
|
|
52373
52408
|
}
|
|
52409
|
+
,
|
|
52410
|
+
{
|
|
52411
|
+
"inputName": "installation_id",
|
|
52412
|
+
"type": "STRING",
|
|
52413
|
+
"mandatory": false
|
|
52414
|
+
}
|
|
52374
52415
|
]
|
|
52375
52416
|
} as BiEventSchema,
|
|
52376
52417
|
{
|
|
@@ -58774,6 +58815,18 @@ const schemaObj: SchemaObj = [
|
|
|
58774
58815
|
"mandatory": false
|
|
58775
58816
|
}
|
|
58776
58817
|
,
|
|
58818
|
+
{
|
|
58819
|
+
"inputName": "providerName",
|
|
58820
|
+
"type": "STRING",
|
|
58821
|
+
"mandatory": false
|
|
58822
|
+
}
|
|
58823
|
+
,
|
|
58824
|
+
{
|
|
58825
|
+
"inputName": "providerId",
|
|
58826
|
+
"type": "STRING",
|
|
58827
|
+
"mandatory": false
|
|
58828
|
+
}
|
|
58829
|
+
,
|
|
58777
58830
|
{
|
|
58778
58831
|
"inputName": "url",
|
|
58779
58832
|
"type": "STRING",
|
|
@@ -58964,6 +59017,18 @@ const schemaObj: SchemaObj = [
|
|
|
58964
59017
|
"mandatory": false
|
|
58965
59018
|
}
|
|
58966
59019
|
,
|
|
59020
|
+
{
|
|
59021
|
+
"inputName": "providerId",
|
|
59022
|
+
"type": "STRING",
|
|
59023
|
+
"mandatory": false
|
|
59024
|
+
}
|
|
59025
|
+
,
|
|
59026
|
+
{
|
|
59027
|
+
"inputName": "providerName",
|
|
59028
|
+
"type": "STRING",
|
|
59029
|
+
"mandatory": false
|
|
59030
|
+
}
|
|
59031
|
+
,
|
|
58967
59032
|
{
|
|
58968
59033
|
"inputName": "hostingPlatformContextId",
|
|
58969
59034
|
"type": "STRING",
|
|
@@ -59155,6 +59220,24 @@ const schemaObj: SchemaObj = [
|
|
|
59155
59220
|
"mandatory": false
|
|
59156
59221
|
}
|
|
59157
59222
|
,
|
|
59223
|
+
{
|
|
59224
|
+
"inputName": "preLoadToolbarUsed",
|
|
59225
|
+
"type": "BOOL",
|
|
59226
|
+
"mandatory": false
|
|
59227
|
+
}
|
|
59228
|
+
,
|
|
59229
|
+
{
|
|
59230
|
+
"inputName": "providerName",
|
|
59231
|
+
"type": "STRING",
|
|
59232
|
+
"mandatory": false
|
|
59233
|
+
}
|
|
59234
|
+
,
|
|
59235
|
+
{
|
|
59236
|
+
"inputName": "providerId",
|
|
59237
|
+
"type": "STRING",
|
|
59238
|
+
"mandatory": false
|
|
59239
|
+
}
|
|
59240
|
+
,
|
|
59158
59241
|
{
|
|
59159
59242
|
"inputName": "hostingPlatformContextId",
|
|
59160
59243
|
"type": "STRING",
|
|
@@ -59966,25 +60049,19 @@ const schemaObj: SchemaObj = [
|
|
|
59966
60049
|
}
|
|
59967
60050
|
,
|
|
59968
60051
|
{
|
|
59969
|
-
"inputName": "
|
|
59970
|
-
"type": "STRING",
|
|
59971
|
-
"mandatory": false
|
|
59972
|
-
}
|
|
59973
|
-
,
|
|
59974
|
-
{
|
|
59975
|
-
"inputName": "isCustomField",
|
|
60052
|
+
"inputName": "preLoadToolbarUsed",
|
|
59976
60053
|
"type": "BOOL",
|
|
59977
60054
|
"mandatory": false
|
|
59978
60055
|
}
|
|
59979
60056
|
,
|
|
59980
60057
|
{
|
|
59981
|
-
"inputName": "
|
|
59982
|
-
"type": "
|
|
60058
|
+
"inputName": "filterType",
|
|
60059
|
+
"type": "STRING",
|
|
59983
60060
|
"mandatory": false
|
|
59984
60061
|
}
|
|
59985
60062
|
,
|
|
59986
60063
|
{
|
|
59987
|
-
"inputName": "
|
|
60064
|
+
"inputName": "isCustomField",
|
|
59988
60065
|
"type": "BOOL",
|
|
59989
60066
|
"mandatory": false
|
|
59990
60067
|
}
|
|
@@ -67235,6 +67312,12 @@ const schemaObj: SchemaObj = [
|
|
|
67235
67312
|
"mandatory": false
|
|
67236
67313
|
}
|
|
67237
67314
|
,
|
|
67315
|
+
{
|
|
67316
|
+
"inputName": "customOrigin",
|
|
67317
|
+
"type": "STRING",
|
|
67318
|
+
"mandatory": false
|
|
67319
|
+
}
|
|
67320
|
+
,
|
|
67238
67321
|
{
|
|
67239
67322
|
"inputName": "url",
|
|
67240
67323
|
"type": "STRING",
|
|
@@ -255,6 +255,8 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
255
255
|
resource: string;
|
|
256
256
|
appId: string;
|
|
257
257
|
product: string;
|
|
258
|
+
providerName: string;
|
|
259
|
+
providerId: string;
|
|
258
260
|
url: string;
|
|
259
261
|
}>(this.util.getRawEvents, 144, 108, this.validate);
|
|
260
262
|
}
|
|
@@ -295,6 +297,8 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
295
297
|
currentView: string;
|
|
296
298
|
appId: string;
|
|
297
299
|
product: string;
|
|
300
|
+
providerId: string;
|
|
301
|
+
providerName: string;
|
|
298
302
|
hostingPlatformContextId: string;
|
|
299
303
|
theme: string;
|
|
300
304
|
consumerId: string;
|
|
@@ -331,6 +335,9 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
331
335
|
isInternalPage: boolean;
|
|
332
336
|
filteredListSize: number;
|
|
333
337
|
product: string;
|
|
338
|
+
preLoadToolbarUsed: boolean;
|
|
339
|
+
providerName: string;
|
|
340
|
+
providerId: string;
|
|
334
341
|
hostingPlatformContextId: string;
|
|
335
342
|
theme: string;
|
|
336
343
|
consumerId: string;
|
|
@@ -491,10 +498,9 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
491
498
|
appId: string;
|
|
492
499
|
filteredListSize: number;
|
|
493
500
|
product: string;
|
|
501
|
+
preLoadToolbarUsed: boolean;
|
|
494
502
|
filterType: string;
|
|
495
503
|
isCustomField: boolean;
|
|
496
|
-
loadingTime: number;
|
|
497
|
-
isOriginComponentLoaded: boolean;
|
|
498
504
|
}>(this.util.getRawEvents, 144, 117, this.validate);
|
|
499
505
|
}
|
|
500
506
|
|
|
@@ -1986,6 +1992,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1986
1992
|
product: string;
|
|
1987
1993
|
providerId: string;
|
|
1988
1994
|
origin: string;
|
|
1995
|
+
customOrigin: string;
|
|
1989
1996
|
url: string;
|
|
1990
1997
|
}>(this.util.getRawEvents, 144, 6, this.validate);
|
|
1991
1998
|
}
|
|
@@ -9289,12 +9296,13 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
9289
9296
|
get leavingWithoutSavingModalOpenedSrc5Evid1858() {
|
|
9290
9297
|
return new EventsFilter<{
|
|
9291
9298
|
hosting_platform: string;
|
|
9292
|
-
page_id: string;
|
|
9293
|
-
page_name: string;
|
|
9294
9299
|
route: string;
|
|
9295
9300
|
hosting_platform_context_id: string;
|
|
9296
9301
|
internal_route: string;
|
|
9302
|
+
originAction: string;
|
|
9297
9303
|
displayMode: string;
|
|
9304
|
+
componentType: string;
|
|
9305
|
+
componentId: string;
|
|
9298
9306
|
}>(this.util.getRawEvents, 5, 1858, this.validate);
|
|
9299
9307
|
}
|
|
9300
9308
|
|
|
@@ -9359,12 +9367,12 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
9359
9367
|
get leavingWithoutSavingModalCtaClickedSrc5Evid1878() {
|
|
9360
9368
|
return new EventsFilter<{
|
|
9361
9369
|
hosting_platform: string;
|
|
9362
|
-
page_id: string;
|
|
9363
|
-
page_name: string;
|
|
9364
9370
|
route: string;
|
|
9365
9371
|
hosting_platform_context_id: string;
|
|
9366
9372
|
internal_route: string;
|
|
9367
9373
|
cta: string;
|
|
9374
|
+
componentId: string;
|
|
9375
|
+
componentType: string;
|
|
9368
9376
|
displayMode: string;
|
|
9369
9377
|
}>(this.util.getRawEvents, 5, 1878, this.validate);
|
|
9370
9378
|
}
|
|
@@ -9473,6 +9481,10 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
9473
9481
|
}>(this.util.getRawEvents, 5, 191, this.validate);
|
|
9474
9482
|
}
|
|
9475
9483
|
|
|
9484
|
+
get privacyCookiesCookieConsentBannerCardCtaClickSrc5Evid1927() {
|
|
9485
|
+
return new EventsFilter<{ cta_name: string; }>(this.util.getRawEvents, 5, 1927, this.validate);
|
|
9486
|
+
}
|
|
9487
|
+
|
|
9476
9488
|
get invoicesMoreActionsClick() {
|
|
9477
9489
|
return new EventsFilter<{
|
|
9478
9490
|
view_type: string;
|
|
@@ -16105,6 +16117,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
16105
16117
|
tenantType: string;
|
|
16106
16118
|
appdefid: string;
|
|
16107
16119
|
tenantId: string;
|
|
16120
|
+
installation_id: string;
|
|
16108
16121
|
}>(this.util.getRawEvents, 5, 9201, this.validate);
|
|
16109
16122
|
}
|
|
16110
16123
|
|
|
@@ -16118,6 +16131,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
16118
16131
|
appdefid: string;
|
|
16119
16132
|
isEnabled: boolean;
|
|
16120
16133
|
tenantId: string;
|
|
16134
|
+
installation_id: string;
|
|
16121
16135
|
}>(this.util.getRawEvents, 5, 9202, this.validate);
|
|
16122
16136
|
}
|
|
16123
16137
|
|
|
@@ -16126,6 +16140,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
16126
16140
|
appInstances: string;
|
|
16127
16141
|
tenantType: string;
|
|
16128
16142
|
tenantId: string;
|
|
16143
|
+
installation_id: string;
|
|
16129
16144
|
}>(this.util.getRawEvents, 5, 9203, this.validate);
|
|
16130
16145
|
}
|
|
16131
16146
|
|
|
@@ -16134,6 +16149,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
16134
16149
|
appInstances: string;
|
|
16135
16150
|
tenantType: string;
|
|
16136
16151
|
tenantId: string;
|
|
16152
|
+
installation_id: string;
|
|
16137
16153
|
}>(this.util.getRawEvents, 5, 9204, this.validate);
|
|
16138
16154
|
}
|
|
16139
16155
|
|
|
@@ -347,6 +347,10 @@ export type pikachuCategoriesDropdownButtonClickedParams = {
|
|
|
347
347
|
appId?: string;
|
|
348
348
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
349
349
|
product?: string;
|
|
350
|
+
// the name of the provider
|
|
351
|
+
providerName?: string;
|
|
352
|
+
// provider id's
|
|
353
|
+
providerId?: string;
|
|
350
354
|
// Page's url
|
|
351
355
|
url?: string;
|
|
352
356
|
};
|
|
@@ -411,6 +415,10 @@ export type loadStartParams = {
|
|
|
411
415
|
appId?: string;
|
|
412
416
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
413
417
|
product?: string;
|
|
418
|
+
// provider Id
|
|
419
|
+
providerId?: string;
|
|
420
|
+
// providerName
|
|
421
|
+
providerName?: string;
|
|
414
422
|
// the id of the context entity that the user view or edit (app/account/site)
|
|
415
423
|
//
|
|
416
424
|
hostingPlatformContextId?: string;
|
|
@@ -477,6 +485,12 @@ export type loadEndParams = {
|
|
|
477
485
|
filteredListSize?: number;
|
|
478
486
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
479
487
|
product?: string;
|
|
488
|
+
// will be true if the user used the toolbar before the component was loaded, false otherwise
|
|
489
|
+
preLoadToolbarUsed?: boolean;
|
|
490
|
+
// providerName
|
|
491
|
+
providerName?: string;
|
|
492
|
+
// provider Id
|
|
493
|
+
providerId?: string;
|
|
480
494
|
// the id of the context entity that the user view or edit (app/account/site)
|
|
481
495
|
//
|
|
482
496
|
hostingPlatformContextId?: string;
|
|
@@ -754,14 +768,12 @@ export type cairoFilterToggledParams = {
|
|
|
754
768
|
filteredListSize?: number;
|
|
755
769
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
756
770
|
product?: string;
|
|
771
|
+
// will be true if the user used the filter before the component was loaded, false otherwise
|
|
772
|
+
preLoadToolbarUsed?: boolean;
|
|
757
773
|
// The type of the filter - Multi Selection, Single Selection, Number Range
|
|
758
774
|
filterType?: string;
|
|
759
775
|
// true if the field is customized
|
|
760
776
|
isCustomField?: boolean;
|
|
761
|
-
// Component loading time (in ms) after toggling
|
|
762
|
-
loadingTime?: number;
|
|
763
|
-
// True if the original component was loaded before toggling
|
|
764
|
-
isOriginComponentLoaded?: boolean;
|
|
765
777
|
};
|
|
766
778
|
export type cairoAllFiltersClearedParams = {
|
|
767
779
|
// Artifact that owns the component
|
|
@@ -3209,6 +3221,8 @@ export type wixPatternsSelectAProviderSrc144Evid6Params = {
|
|
|
3209
3221
|
providerId?: string;
|
|
3210
3222
|
// the origin from which the provider was selected (standalone dropdown, within modal dropdown, action)
|
|
3211
3223
|
origin?: string;
|
|
3224
|
+
// Verticals' Decision
|
|
3225
|
+
customOrigin?: string;
|
|
3212
3226
|
// url
|
|
3213
3227
|
url?: string;
|
|
3214
3228
|
};
|
|
@@ -12616,18 +12630,21 @@ export type teamManagementResendInviteClickParams = {
|
|
|
12616
12630
|
export type leavingWithoutSavingModalOpenedSrc5Evid1858Params = {
|
|
12617
12631
|
// accountmanagr/bizmanagr/devcenter/etc.
|
|
12618
12632
|
hosting_platform?: string;
|
|
12619
|
-
// the page id (the component id of the page)
|
|
12620
|
-
page_id?: string;
|
|
12621
|
-
// the component name of the page
|
|
12622
|
-
page_name?: string;
|
|
12623
12633
|
// the page's route
|
|
12624
12634
|
route?: string;
|
|
12625
12635
|
// context id: when the context is site - msid, when the context is app_id (like in devCenter f.e) - appDefId. In account manager is null
|
|
12626
12636
|
hosting_platform_context_id?: string;
|
|
12627
12637
|
// in case of internal page- in this field we will get the additional part of the route
|
|
12628
12638
|
internal_route?: string;
|
|
12639
|
+
//
|
|
12640
|
+
// navigation / ai-assistant / overlay-page / modal / close dashboard
|
|
12641
|
+
originAction?: string;
|
|
12629
12642
|
// main / overlay
|
|
12630
12643
|
displayMode?: string;
|
|
12644
|
+
// The type of component that triggered the modal to open - page / overlay page / modal / ai assistant
|
|
12645
|
+
componentType?: string;
|
|
12646
|
+
// The id of component that triggered the modal to open
|
|
12647
|
+
componentId?: string;
|
|
12631
12648
|
};
|
|
12632
12649
|
export type dashboardContributorsClickOnMangeRolesAndPermissionsParams = {
|
|
12633
12650
|
// view_type
|
|
@@ -12709,10 +12726,6 @@ export type restoreSiteModalCtaClickedSrc5Evid1876Params = {
|
|
|
12709
12726
|
export type leavingWithoutSavingModalCtaClickedSrc5Evid1878Params = {
|
|
12710
12727
|
// accountmanagr/bizmanagr/devcenter/etc.
|
|
12711
12728
|
hosting_platform?: string;
|
|
12712
|
-
// the page id (the component id of the page)
|
|
12713
|
-
page_id?: string;
|
|
12714
|
-
// the component name of the page
|
|
12715
|
-
page_name?: string;
|
|
12716
12729
|
// the page's route
|
|
12717
12730
|
route?: string;
|
|
12718
12731
|
// context id: when the context is site - msid, when the context is app_id (like in devCenter f.e) - appDefId. In account manager is null
|
|
@@ -12721,6 +12734,12 @@ export type leavingWithoutSavingModalCtaClickedSrc5Evid1878Params = {
|
|
|
12721
12734
|
internal_route?: string;
|
|
12722
12735
|
// Exit (click on x), Leave, Keep editing (in english)
|
|
12723
12736
|
cta?: string;
|
|
12737
|
+
// The id of component that triggered the modal to open
|
|
12738
|
+
//
|
|
12739
|
+
componentId?: string;
|
|
12740
|
+
// The type of component that triggered the modal to open - page / overlay page / modal / ai assistant
|
|
12741
|
+
//
|
|
12742
|
+
componentType?: string;
|
|
12724
12743
|
// main / overlay
|
|
12725
12744
|
displayMode?: string;
|
|
12726
12745
|
};
|
|
@@ -12868,6 +12887,11 @@ export type ascendPpThankYouPageParams = {
|
|
|
12868
12887
|
// cycle id
|
|
12869
12888
|
cycleId?: number;
|
|
12870
12889
|
};
|
|
12890
|
+
export type privacyCookiesCookieConsentBannerCardCtaClickSrc5Evid1927Params = {
|
|
12891
|
+
// The name of the CTA
|
|
12892
|
+
// the user clicked on
|
|
12893
|
+
cta_name?: string;
|
|
12894
|
+
};
|
|
12871
12895
|
export type invoicesMoreActionsClickParams = {
|
|
12872
12896
|
// view_type
|
|
12873
12897
|
view_type?: string;
|
|
@@ -21499,6 +21523,8 @@ export type appInstallationInitiateParams = {
|
|
|
21499
21523
|
appdefid?: string;
|
|
21500
21524
|
// account id/meta site id
|
|
21501
21525
|
tenantId?: string;
|
|
21526
|
+
// installation id from client installer payload
|
|
21527
|
+
installation_id?: string;
|
|
21502
21528
|
};
|
|
21503
21529
|
export type appInstallationCompletedParams = {
|
|
21504
21530
|
// the date the app was installed on the site/account
|
|
@@ -21517,6 +21543,8 @@ export type appInstallationCompletedParams = {
|
|
|
21517
21543
|
isEnabled?: boolean;
|
|
21518
21544
|
// account id/meta site id
|
|
21519
21545
|
tenantId?: string;
|
|
21546
|
+
// installation id from client installer payload
|
|
21547
|
+
installation_id?: string;
|
|
21520
21548
|
};
|
|
21521
21549
|
export type appsBulkInstallationInitiateParams = {
|
|
21522
21550
|
// List of JSONs, each JSON containing info of an app initiated installation on the tenant. f.e: [{“app_id”:””,”app_version”:””},{}]
|
|
@@ -21525,6 +21553,8 @@ export type appsBulkInstallationInitiateParams = {
|
|
|
21525
21553
|
tenantType?: string;
|
|
21526
21554
|
// account id/meta site id
|
|
21527
21555
|
tenantId?: string;
|
|
21556
|
+
// installation id from client installer payload
|
|
21557
|
+
installation_id?: string;
|
|
21528
21558
|
};
|
|
21529
21559
|
export type appsBulkInstallationsCompletedParams = {
|
|
21530
21560
|
// List of JSONs, each JSON containing info of an app installed on the tenant. f.e: [{“app_id”:””,”app_instance_id”:””,”app_version”:””,”is_enabled”:”” , “new_status”:””},{}]
|
|
@@ -21533,6 +21563,8 @@ export type appsBulkInstallationsCompletedParams = {
|
|
|
21533
21563
|
tenantType?: string;
|
|
21534
21564
|
// account id/meta site id
|
|
21535
21565
|
tenantId?: string;
|
|
21566
|
+
// installation id from client installer payload
|
|
21567
|
+
installation_id?: string;
|
|
21536
21568
|
};
|
|
21537
21569
|
export type formBuilderEditFieldConnectFieldParams = {
|
|
21538
21570
|
// plugin
|