@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
|
@@ -445,6 +445,17 @@ declare namespace $requests {
|
|
|
445
445
|
data: string;
|
|
446
446
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
447
447
|
}
|
|
448
|
+
/**
|
|
449
|
+
* Method-level reference to a service-level error.
|
|
450
|
+
*/
|
|
451
|
+
export interface IErrorRef {
|
|
452
|
+
applicationCode: string;
|
|
453
|
+
}
|
|
454
|
+
export class ErrorRef implements IErrorRef {
|
|
455
|
+
constructor(data?: IErrorRef);
|
|
456
|
+
applicationCode: string;
|
|
457
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
458
|
+
}
|
|
448
459
|
/**
|
|
449
460
|
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
450
461
|
*/
|
|
@@ -988,6 +999,7 @@ declare namespace $requests {
|
|
|
988
999
|
export enum VirtualSubfields {
|
|
989
1000
|
NO_VIRTUAL_SUBFIELDS = "NO_VIRTUAL_SUBFIELDS",
|
|
990
1001
|
DATE = "DATE",
|
|
1002
|
+
EMAIL = "EMAIL",
|
|
991
1003
|
}
|
|
992
1004
|
export interface IOperatorFieldSupport {
|
|
993
1005
|
operator: $requests.wix.api.Wql.Operator[];
|
|
@@ -1118,6 +1130,7 @@ declare namespace $requests {
|
|
|
1118
1130
|
eventsExposure: $requests.wix.api.Exposure;
|
|
1119
1131
|
eventsMaturity: $requests.wix.api.Maturity;
|
|
1120
1132
|
persistence?: $requests.wix.api.IPersistence;
|
|
1133
|
+
permissionOptions?: $requests.wix.api.IPermissionCatalogOptions;
|
|
1121
1134
|
}
|
|
1122
1135
|
export class Entity implements IEntity {
|
|
1123
1136
|
constructor(data?: IEntity);
|
|
@@ -1138,6 +1151,17 @@ declare namespace $requests {
|
|
|
1138
1151
|
eventsExposure: $requests.wix.api.Exposure;
|
|
1139
1152
|
eventsMaturity: $requests.wix.api.Maturity;
|
|
1140
1153
|
persistence?: $requests.wix.api.IPersistence;
|
|
1154
|
+
permissionOptions?: $requests.wix.api.IPermissionCatalogOptions;
|
|
1155
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1156
|
+
}
|
|
1157
|
+
export interface IPermissionCatalogOptions {
|
|
1158
|
+
autoGeneratePermissions: boolean;
|
|
1159
|
+
autoGenerateScopes: boolean;
|
|
1160
|
+
}
|
|
1161
|
+
export class PermissionCatalogOptions implements IPermissionCatalogOptions {
|
|
1162
|
+
constructor(data?: IPermissionCatalogOptions);
|
|
1163
|
+
autoGeneratePermissions: boolean;
|
|
1164
|
+
autoGenerateScopes: boolean;
|
|
1141
1165
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1142
1166
|
}
|
|
1143
1167
|
export interface IPersistence {
|
|
@@ -4538,6 +4562,7 @@ declare namespace $requests {
|
|
|
4538
4562
|
export interface IServiceOptions {
|
|
4539
4563
|
deprecated: boolean;
|
|
4540
4564
|
uninterpretedOption: $requests.google.protobuf.IUninterpretedOption[];
|
|
4565
|
+
'.wix.api.errorDef': $requests.wix.api.IError[];
|
|
4541
4566
|
'.wix.api.serviceMaturity': $requests.wix.api.Maturity;
|
|
4542
4567
|
'.wix.api.serviceExposure': $requests.wix.api.Exposure;
|
|
4543
4568
|
'.wix.api.serviceDeprecated'?: $requests.wix.api.IDeprecated;
|
|
@@ -4552,6 +4577,7 @@ declare namespace $requests {
|
|
|
4552
4577
|
constructor(data?: IServiceOptions);
|
|
4553
4578
|
deprecated: boolean;
|
|
4554
4579
|
uninterpretedOption: $requests.google.protobuf.IUninterpretedOption[];
|
|
4580
|
+
'.wix.api.errorDef': $requests.wix.api.IError[];
|
|
4555
4581
|
'.wix.api.serviceMaturity': $requests.wix.api.Maturity;
|
|
4556
4582
|
'.wix.api.serviceExposure': $requests.wix.api.Exposure;
|
|
4557
4583
|
'.wix.api.serviceDeprecated'?: $requests.wix.api.IDeprecated;
|
|
@@ -4572,6 +4598,7 @@ declare namespace $requests {
|
|
|
4572
4598
|
'.wix.api.error': $requests.wix.api.IError[];
|
|
4573
4599
|
'.wix.api.customValidationError': $requests.wix.api.ICustomValidationError[];
|
|
4574
4600
|
'.wix.api.inheritCrudErrors': $requests.wix.api.IInheritCrudErrors[];
|
|
4601
|
+
'.wix.api.errorRef': $requests.wix.api.IErrorRef[];
|
|
4575
4602
|
'.wix.api.exposure': $requests.wix.api.Exposure;
|
|
4576
4603
|
'.wix.api.maturity': $requests.wix.api.Maturity;
|
|
4577
4604
|
'.wix.api.cacheable'?: $requests.wix.api.ICacheSettings;
|
|
@@ -4601,6 +4628,7 @@ declare namespace $requests {
|
|
|
4601
4628
|
'.wix.api.error': $requests.wix.api.IError[];
|
|
4602
4629
|
'.wix.api.customValidationError': $requests.wix.api.ICustomValidationError[];
|
|
4603
4630
|
'.wix.api.inheritCrudErrors': $requests.wix.api.IInheritCrudErrors[];
|
|
4631
|
+
'.wix.api.errorRef': $requests.wix.api.IErrorRef[];
|
|
4604
4632
|
'.wix.api.exposure': $requests.wix.api.Exposure;
|
|
4605
4633
|
'.wix.api.maturity': $requests.wix.api.Maturity;
|
|
4606
4634
|
'.wix.api.cacheable'?: $requests.wix.api.ICacheSettings;
|
|
@@ -5199,6 +5227,17 @@ declare namespace $responses {
|
|
|
5199
5227
|
data?: string;
|
|
5200
5228
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5201
5229
|
}
|
|
5230
|
+
/**
|
|
5231
|
+
* Method-level reference to a service-level error.
|
|
5232
|
+
*/
|
|
5233
|
+
export interface IErrorRef {
|
|
5234
|
+
applicationCode?: string;
|
|
5235
|
+
}
|
|
5236
|
+
export class ErrorRef implements IErrorRef {
|
|
5237
|
+
constructor(data?: IErrorRef);
|
|
5238
|
+
applicationCode?: string;
|
|
5239
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5240
|
+
}
|
|
5202
5241
|
/**
|
|
5203
5242
|
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
5204
5243
|
*/
|
|
@@ -5742,6 +5781,7 @@ declare namespace $responses {
|
|
|
5742
5781
|
export enum VirtualSubfields {
|
|
5743
5782
|
NO_VIRTUAL_SUBFIELDS = "NO_VIRTUAL_SUBFIELDS",
|
|
5744
5783
|
DATE = "DATE",
|
|
5784
|
+
EMAIL = "EMAIL",
|
|
5745
5785
|
}
|
|
5746
5786
|
export interface IOperatorFieldSupport {
|
|
5747
5787
|
operator?: $responses.wix.api.Wql.Operator[];
|
|
@@ -5872,6 +5912,7 @@ declare namespace $responses {
|
|
|
5872
5912
|
eventsExposure?: $responses.wix.api.Exposure;
|
|
5873
5913
|
eventsMaturity?: $responses.wix.api.Maturity;
|
|
5874
5914
|
persistence?: $responses.wix.api.IPersistence;
|
|
5915
|
+
permissionOptions?: $responses.wix.api.IPermissionCatalogOptions;
|
|
5875
5916
|
}
|
|
5876
5917
|
export class Entity implements IEntity {
|
|
5877
5918
|
constructor(data?: IEntity);
|
|
@@ -5892,6 +5933,17 @@ declare namespace $responses {
|
|
|
5892
5933
|
eventsExposure?: $responses.wix.api.Exposure;
|
|
5893
5934
|
eventsMaturity?: $responses.wix.api.Maturity;
|
|
5894
5935
|
persistence?: $responses.wix.api.IPersistence;
|
|
5936
|
+
permissionOptions?: $responses.wix.api.IPermissionCatalogOptions;
|
|
5937
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5938
|
+
}
|
|
5939
|
+
export interface IPermissionCatalogOptions {
|
|
5940
|
+
autoGeneratePermissions?: boolean;
|
|
5941
|
+
autoGenerateScopes?: boolean;
|
|
5942
|
+
}
|
|
5943
|
+
export class PermissionCatalogOptions implements IPermissionCatalogOptions {
|
|
5944
|
+
constructor(data?: IPermissionCatalogOptions);
|
|
5945
|
+
autoGeneratePermissions?: boolean;
|
|
5946
|
+
autoGenerateScopes?: boolean;
|
|
5895
5947
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5896
5948
|
}
|
|
5897
5949
|
export interface IPersistence {
|
|
@@ -9292,6 +9344,7 @@ declare namespace $responses {
|
|
|
9292
9344
|
export interface IServiceOptions {
|
|
9293
9345
|
deprecated?: boolean;
|
|
9294
9346
|
uninterpretedOption?: $responses.google.protobuf.IUninterpretedOption[];
|
|
9347
|
+
'.wix.api.errorDef'?: $responses.wix.api.IError[];
|
|
9295
9348
|
'.wix.api.serviceMaturity'?: $responses.wix.api.Maturity;
|
|
9296
9349
|
'.wix.api.serviceExposure'?: $responses.wix.api.Exposure;
|
|
9297
9350
|
'.wix.api.serviceDeprecated'?: $responses.wix.api.IDeprecated;
|
|
@@ -9306,6 +9359,7 @@ declare namespace $responses {
|
|
|
9306
9359
|
constructor(data?: IServiceOptions);
|
|
9307
9360
|
deprecated?: boolean;
|
|
9308
9361
|
uninterpretedOption?: $responses.google.protobuf.IUninterpretedOption[];
|
|
9362
|
+
'.wix.api.errorDef'?: $responses.wix.api.IError[];
|
|
9309
9363
|
'.wix.api.serviceMaturity'?: $responses.wix.api.Maturity;
|
|
9310
9364
|
'.wix.api.serviceExposure'?: $responses.wix.api.Exposure;
|
|
9311
9365
|
'.wix.api.serviceDeprecated'?: $responses.wix.api.IDeprecated;
|
|
@@ -9326,6 +9380,7 @@ declare namespace $responses {
|
|
|
9326
9380
|
'.wix.api.error'?: $responses.wix.api.IError[];
|
|
9327
9381
|
'.wix.api.customValidationError'?: $responses.wix.api.ICustomValidationError[];
|
|
9328
9382
|
'.wix.api.inheritCrudErrors'?: $responses.wix.api.IInheritCrudErrors[];
|
|
9383
|
+
'.wix.api.errorRef'?: $responses.wix.api.IErrorRef[];
|
|
9329
9384
|
'.wix.api.exposure'?: $responses.wix.api.Exposure;
|
|
9330
9385
|
'.wix.api.maturity'?: $responses.wix.api.Maturity;
|
|
9331
9386
|
'.wix.api.cacheable'?: $responses.wix.api.ICacheSettings;
|
|
@@ -9355,6 +9410,7 @@ declare namespace $responses {
|
|
|
9355
9410
|
'.wix.api.error'?: $responses.wix.api.IError[];
|
|
9356
9411
|
'.wix.api.customValidationError'?: $responses.wix.api.ICustomValidationError[];
|
|
9357
9412
|
'.wix.api.inheritCrudErrors'?: $responses.wix.api.IInheritCrudErrors[];
|
|
9413
|
+
'.wix.api.errorRef'?: $responses.wix.api.IErrorRef[];
|
|
9358
9414
|
'.wix.api.exposure'?: $responses.wix.api.Exposure;
|
|
9359
9415
|
'.wix.api.maturity'?: $responses.wix.api.Maturity;
|
|
9360
9416
|
'.wix.api.cacheable'?: $responses.wix.api.ICacheSettings;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ambassador-os-tags-v1-tag",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://npm-cache.dev.wixpress.com/",
|
|
6
6
|
"access": "restricted"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"protoArtifactId": "com.wixpress.os:tags-service"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"falconPackageHash": "
|
|
47
|
+
"falconPackageHash": "d3b1dd6aa5d54f4355cfc3caf2a474c815123c5db6f1579ccd6ac098",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
50
|
"url": "https://github.com/wix-private/metro-packages.git",
|
|
@@ -138,8 +138,8 @@ message Paging {
|
|
|
138
138
|
}
|
|
139
139
|
optional Type type = 1; // paging type
|
|
140
140
|
optional string paging_metadata_field = 2 [deprecated=true]; // paging field name in response object. default is `metadata`, DEPRECATED in commons V2
|
|
141
|
-
optional string cursor_paging_metadata_field = 3; // cursor paging field name in response object. default is `
|
|
142
|
-
optional string offset_paging_metadata_field = 4; // offset paging field name in response object. default is `
|
|
141
|
+
optional string cursor_paging_metadata_field = 3; // cursor paging field name in response object. default is `cursor_paging_metadata`
|
|
142
|
+
optional string offset_paging_metadata_field = 4; // offset paging field name in response object. default is `offset_paging_metadata`
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
message CustomActionOptions {
|
|
@@ -189,8 +189,8 @@ message ListMethodOptions {
|
|
|
189
189
|
|
|
190
190
|
message QueryMethodOptions {
|
|
191
191
|
optional string query_field = 1 [deprecated=true]; // query field name in request object. default is `query`, DEPRECATED in commons V2
|
|
192
|
-
optional string cursor_query_field = 7; // cursor query field name in request object. default is `
|
|
193
|
-
optional string offset_query_field = 8; // offset query field name in request object. default is `
|
|
192
|
+
optional string cursor_query_field = 7; // cursor query field name in request object. default is `cursor_query`
|
|
193
|
+
optional string offset_query_field = 8; // offset query field name in request object. default is `offset_query`
|
|
194
194
|
required string items_field = 3; // items field name in response object.
|
|
195
195
|
optional Paging paging = 2; // present paging mechanism info, default will be of type=`CURSOR`
|
|
196
196
|
oneof wql_options {
|
|
@@ -204,8 +204,8 @@ message QueryMethodOptions {
|
|
|
204
204
|
|
|
205
205
|
message SearchMethodOptions {
|
|
206
206
|
optional string search_field = 1 [deprecated=true]; // search field name in request object. default is `search`, DEPRECATED in commons V2
|
|
207
|
-
optional string cursor_search_field = 8; // cursor search field name in request object. default is `
|
|
208
|
-
optional string offset_search_field = 9; // offset search field name in request object. default is `
|
|
207
|
+
optional string cursor_search_field = 8; // cursor search field name in request object. default is `cursor_search`
|
|
208
|
+
optional string offset_search_field = 9; // offset search field name in request object. default is `offset_search`
|
|
209
209
|
required string items_field = 3; // items field name in response object.
|
|
210
210
|
optional Paging paging = 2; // present paging mechanism info, default will be of type=`CURSOR`
|
|
211
211
|
oneof wql_options {
|
|
@@ -362,6 +362,9 @@ message Wql {
|
|
|
362
362
|
For example, for a local date field named 'clientBirthday', you may use 'clientBirthday.dayOfMonth',
|
|
363
363
|
'clientBirthday.month', 'clientBirthday.year' for filtering and sorting. */
|
|
364
364
|
DATE = 1;
|
|
365
|
+
/* Can be set for a field, marked as EMAIL format, allows filtering by following subfields:
|
|
366
|
+
- '.domain' - sorts/filters on the domain of an email (example email: hello@wix.com --> domain: wix.com), string */
|
|
367
|
+
EMAIL = 2;
|
|
365
368
|
}
|
|
366
369
|
|
|
367
370
|
message OperatorFieldSupport {
|
|
@@ -10,34 +10,51 @@ option java_outer_classname = "ApiErrorsProto";
|
|
|
10
10
|
option java_package = "com.wix.api";
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
-
* Annotation for method returned errors
|
|
14
|
-
*
|
|
15
|
-
* import "wix/api/api_errors.proto";
|
|
16
|
-
* service FooService {
|
|
17
|
-
* rpc CreateFoo (CreateFooRequest) returns (CreateFooResponse) {
|
|
18
|
-
* // Description of the error. Accepts `markdown`
|
|
19
|
-
* // and multiline
|
|
20
|
-
* option (wix.api.error) = {
|
|
21
|
-
* http_code: FAILED_PRECONDITION
|
|
22
|
-
* application_code: "NO_FOO_SUPPLY"
|
|
23
|
-
* data: "com.wixpress.foo.v1.NoFooSupplyError"
|
|
24
|
-
* }
|
|
25
|
-
* //and you can specify multiple errors
|
|
26
|
-
* option (wix.api.custom_validation_error) = {
|
|
27
|
-
* rule_name: "INVALID_NOTE"
|
|
28
|
-
* data: "com.wixpress.foo.v1.MyRuleViolationError"
|
|
29
|
-
* }
|
|
30
|
-
* // this method MAY throw standard crud errors of BULK_UPDATE method type
|
|
31
|
-
* option (wix.api.inherit_crud_errors) = {
|
|
32
|
-
* method: BULK_UPDATE
|
|
33
|
-
* }
|
|
34
|
-
* }
|
|
35
|
-
* }
|
|
13
|
+
* Annotation for method returned errors.
|
|
14
|
+
* Example usage:
|
|
36
15
|
**/
|
|
16
|
+
//import "google/protobuf/empty.proto";
|
|
17
|
+
//service FooService {
|
|
18
|
+
// // Definition of a service-level error.
|
|
19
|
+
// // Accepts `markdown` and multiline.
|
|
20
|
+
// option (wix.api.error_def) = {
|
|
21
|
+
// http_code: FAILED_PRECONDITION
|
|
22
|
+
// application_code: "NO_FOO_SUPPLY"
|
|
23
|
+
// };
|
|
24
|
+
//
|
|
25
|
+
// rpc CreateFoo (google.protobuf.Empty) returns (google.protobuf.Empty) {
|
|
26
|
+
// // Reference to a service-level error.
|
|
27
|
+
// option (wix.api.error_ref) = {
|
|
28
|
+
// application_code: "NO_FOO_SUPPLY"
|
|
29
|
+
// };
|
|
30
|
+
// // Definition of a method-level error.
|
|
31
|
+
// // Accepts `markdown` and multiline.
|
|
32
|
+
// option (wix.api.error) = {
|
|
33
|
+
// http_code: FAILED_PRECONDITION
|
|
34
|
+
// application_code: "NO_FOO_SUPPLY"
|
|
35
|
+
// data: "com.wixpress.foo.v1.NoFooSupplyError"
|
|
36
|
+
// };
|
|
37
|
+
// // You can specify multiple errors.
|
|
38
|
+
// option (wix.api.custom_validation_error) = {
|
|
39
|
+
// rule_name: "INVALID_NOTE"
|
|
40
|
+
// data: "com.wixpress.foo.v1.MyRuleViolationError"
|
|
41
|
+
// };
|
|
42
|
+
// // This method MAY throw standard crud errors of BULK_UPDATE method type.
|
|
43
|
+
// option (wix.api.inherit_crud_errors) = {
|
|
44
|
+
// method: BULK_UPDATE
|
|
45
|
+
// };
|
|
46
|
+
// }
|
|
47
|
+
//}
|
|
48
|
+
|
|
49
|
+
extend google.protobuf.ServiceOptions {
|
|
50
|
+
repeated Error error_def = 50600;
|
|
51
|
+
}
|
|
52
|
+
|
|
37
53
|
extend google.protobuf.MethodOptions {
|
|
38
54
|
repeated Error error = 50801;
|
|
39
55
|
repeated CustomValidationError custom_validation_error = 50802;
|
|
40
56
|
repeated InheritCrudErrors inherit_crud_errors = 50803;
|
|
57
|
+
repeated ErrorRef error_ref = 50804;
|
|
41
58
|
}
|
|
42
59
|
|
|
43
60
|
/**
|
|
@@ -49,6 +66,14 @@ message Error {
|
|
|
49
66
|
optional string data = 3; // FQN path to the message that will be sent as payload for this error
|
|
50
67
|
}
|
|
51
68
|
|
|
69
|
+
/**
|
|
70
|
+
Method-level reference to a service-level error.
|
|
71
|
+
**/
|
|
72
|
+
message ErrorRef {
|
|
73
|
+
// Must match existing service-level error application code.
|
|
74
|
+
required string application_code = 1;
|
|
75
|
+
}
|
|
76
|
+
|
|
52
77
|
/**
|
|
53
78
|
CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
54
79
|
**/
|
|
@@ -17,7 +17,7 @@ Key requirement for DomainEvents used in callback/event
|
|
|
17
17
|
package com.wixpress.examples;
|
|
18
18
|
|
|
19
19
|
service BlooperService {
|
|
20
|
-
option (wix.api.service_entity).message = "com.wixpress.examples.Blooper"; //the "main" entity
|
|
20
|
+
option (wix.api.service_entity).message = "com.wixpress.examples.Blooper"; // the "main" entity
|
|
21
21
|
rpc Update (BlooperRequest) returns (BlooperResponse) {
|
|
22
22
|
//...
|
|
23
23
|
};
|
|
@@ -26,8 +26,7 @@ service BlooperService {
|
|
|
26
26
|
message Blooper {
|
|
27
27
|
option (wix.api.entity) = {
|
|
28
28
|
fqdn: "wix.examples.Blooper" // A fully qualified domain name for this entity. Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
|
|
29
|
-
exposure: PUBLIC //Optional exposure field. Will be used by systems like corvid and webhooks to decide if to expose events related to this entity to external parties
|
|
30
|
-
|
|
29
|
+
exposure: PUBLIC // Optional exposure field. Will be used by systems like corvid and webhooks to decide if to expose events related to this entity to external parties
|
|
31
30
|
};
|
|
32
31
|
}
|
|
33
32
|
*/
|
|
@@ -48,7 +47,7 @@ extend google.protobuf.MessageOptions {
|
|
|
48
47
|
|
|
49
48
|
message Entity {
|
|
50
49
|
required string fqdn = 1;
|
|
51
|
-
optional Exposure exposure = 2 [deprecated=true];
|
|
50
|
+
optional Exposure exposure = 2 [deprecated = true];
|
|
52
51
|
repeated MessageAppendix appendix_files = 3; // declare external configuration info
|
|
53
52
|
optional string old_fqdn_for_backwards_compatibility = 4; // Topic name for domain events will be based on this attribute if present (only for known legacy FQDNs)
|
|
54
53
|
optional Segment.SegmentName segment = 5; // the cluster to which domain events will be produced
|
|
@@ -64,6 +63,12 @@ message Entity {
|
|
|
64
63
|
optional Exposure events_exposure = 15; // default events exposure, may be overridden in `wix.api.domain_event`
|
|
65
64
|
optional Maturity events_maturity = 16; // default events maturity, may be overridden in `wix.api.domain_event`
|
|
66
65
|
optional Persistence persistence = 17; // persistence config: type and tenancy model
|
|
66
|
+
optional PermissionCatalogOptions permission_options = 18; // options for permissions catalog auto generation
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
message PermissionCatalogOptions {
|
|
70
|
+
optional bool auto_generate_permissions = 1; // indicates whether to auto-generate permissions in the catalog for this entity
|
|
71
|
+
optional bool auto_generate_scopes = 2; // indicates whether to auto-generate scopes in the catalog for this entity
|
|
67
72
|
}
|
|
68
73
|
|
|
69
74
|
message Persistence {
|
|
@@ -18,7 +18,7 @@ message Sla {
|
|
|
18
18
|
* and return TIMEOUT (504) response for http or DEADLINE_EXCEEDED
|
|
19
19
|
* for grpc.
|
|
20
20
|
* This default deadline will be applied automatically
|
|
21
|
-
*
|
|
21
|
+
* if request does not contain deadline information.
|
|
22
22
|
*/
|
|
23
23
|
optional int32 response_time_ms = 1;
|
|
24
24
|
}
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.19.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.18.0...@wix/bex-bundled-mini-essentials@2.19.0) (2025-04-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|
|
9
|
+
|
|
6
10
|
# [2.18.0](https://github.com/wix-private/cairo/compare/@wix/bex-bundled-mini-essentials@2.17.0...@wix/bex-bundled-mini-essentials@2.18.0) (2025-01-14)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @wix/bex-bundled-mini-essentials
|