@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
package/@wix/ambassador-media-site-media-v1-file-descriptor/build/cjs/proto/proto-generated.js
CHANGED
|
@@ -9,8 +9,8 @@ $root.__options = {
|
|
|
9
9
|
'stringEnums': true,
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
|
-
'generatorVersion': '2.0.
|
|
13
|
-
'contentHash': '
|
|
12
|
+
'generatorVersion': '2.0.1156',
|
|
13
|
+
'contentHash': '04fe4c786d3272b3cde6b0133f3348ab76efeb7b'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -1334,6 +1334,11 @@ $root.__lookup = function (pbjs) {
|
|
|
1334
1334
|
'FLASH': 10,
|
|
1335
1335
|
'FONT': 11
|
|
1336
1336
|
},
|
|
1337
|
+
'valuesOptions': {
|
|
1338
|
+
'ICON': { '(.wix.api.enum_exposure)': 'INTERNAL' },
|
|
1339
|
+
'FLASH': { '(.wix.api.enum_exposure)': 'INTERNAL' },
|
|
1340
|
+
'FONT': { '(.wix.api.enum_exposure)': 'INTERNAL' }
|
|
1341
|
+
},
|
|
1337
1342
|
'comment': null,
|
|
1338
1343
|
'comments': {
|
|
1339
1344
|
'UNKNOWN': null,
|
|
@@ -1959,6 +1964,7 @@ $root.__lookup = function (pbjs) {
|
|
|
1959
1964
|
'DRAFTS': 14,
|
|
1960
1965
|
'WIX_LEGENDS': 15
|
|
1961
1966
|
},
|
|
1967
|
+
'valuesOptions': { 'DRAFTS': { '(.wix.api.enum_exposure)': 'INTERNAL' } },
|
|
1962
1968
|
'comment': null,
|
|
1963
1969
|
'comments': {
|
|
1964
1970
|
'NO_NAMESPACE': null,
|
|
@@ -9431,6 +9437,11 @@ $root.__lookup = function (pbjs) {
|
|
|
9431
9437
|
'MATCH_ITEMS': 16,
|
|
9432
9438
|
'ENHANCED_DATE': 17
|
|
9433
9439
|
},
|
|
9440
|
+
'valuesOptions': {
|
|
9441
|
+
'ALL': { 'deprecated': true },
|
|
9442
|
+
'ANY': { 'deprecated': true },
|
|
9443
|
+
'ENHANCED_DATE': { 'deprecated': true }
|
|
9444
|
+
},
|
|
9434
9445
|
'comment': null,
|
|
9435
9446
|
'comments': {
|
|
9436
9447
|
'ALL_APPLICABLE_OPERATORS': null,
|
|
@@ -9675,6 +9686,7 @@ $root.__lookup = function (pbjs) {
|
|
|
9675
9686
|
'VIDEO': 9,
|
|
9676
9687
|
'IMAGE_LINK': 10
|
|
9677
9688
|
},
|
|
9689
|
+
'valuesOptions': { 'UNDEFINED_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
9678
9690
|
'comment': null,
|
|
9679
9691
|
'comments': {
|
|
9680
9692
|
'UNDEFINED_TYPE': null,
|
|
@@ -9765,6 +9777,7 @@ $root.__lookup = function (pbjs) {
|
|
|
9765
9777
|
'GA': 3,
|
|
9766
9778
|
'NOT_IMPLEMENTED': 4
|
|
9767
9779
|
},
|
|
9780
|
+
'valuesOptions': { 'IA': { 'deprecated': true } },
|
|
9768
9781
|
'comment': null,
|
|
9769
9782
|
'comments': {
|
|
9770
9783
|
'ALPHA': null,
|
|
@@ -14055,6 +14068,7 @@ $root.__lookup = function (pbjs) {
|
|
|
14055
14068
|
'DATE_HISTOGRAM': 4,
|
|
14056
14069
|
'NESTED': 5
|
|
14057
14070
|
},
|
|
14071
|
+
'valuesOptions': { 'UNKNOWN_AGGREGATION_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
14058
14072
|
'comment': null,
|
|
14059
14073
|
'comments': {
|
|
14060
14074
|
'UNKNOWN_AGGREGATION_TYPE': null,
|
|
@@ -14074,6 +14088,11 @@ $root.__lookup = function (pbjs) {
|
|
|
14074
14088
|
'SUM': 4,
|
|
14075
14089
|
'AVG': 5
|
|
14076
14090
|
},
|
|
14091
|
+
'valuesOptions': {
|
|
14092
|
+
'UNKNOWN_SCALAR_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' },
|
|
14093
|
+
'SUM': { '(.wix.api.enum_exposure)': 'PRIVATE' },
|
|
14094
|
+
'AVG': { '(.wix.api.enum_exposure)': 'PRIVATE' }
|
|
14095
|
+
},
|
|
14077
14096
|
'comment': null,
|
|
14078
14097
|
'comments': {
|
|
14079
14098
|
'UNKNOWN_SCALAR_TYPE': null,
|
|
@@ -14394,6 +14413,7 @@ $root.__lookup = function (pbjs) {
|
|
|
14394
14413
|
'SCALAR': 3,
|
|
14395
14414
|
'DATE_HISTOGRAM': 4
|
|
14396
14415
|
},
|
|
14416
|
+
'valuesOptions': { 'UNKNOWN_AGGREGATION_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
14397
14417
|
'comment': null,
|
|
14398
14418
|
'comments': {
|
|
14399
14419
|
'UNKNOWN_AGGREGATION_TYPE': null,
|
|
@@ -14493,6 +14513,7 @@ $root.__lookup = function (pbjs) {
|
|
|
14493
14513
|
'MINUTE': 6,
|
|
14494
14514
|
'SECOND': 7
|
|
14495
14515
|
},
|
|
14516
|
+
'valuesOptions': { 'UNKNOWN_INTERVAL': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
14496
14517
|
'comment': null,
|
|
14497
14518
|
'comments': {
|
|
14498
14519
|
'UNKNOWN_INTERVAL': null,
|
|
@@ -15839,6 +15860,7 @@ $root.__lookup = function (pbjs) {
|
|
|
15839
15860
|
'noreferrer': 3,
|
|
15840
15861
|
'sponsored': 4
|
|
15841
15862
|
},
|
|
15863
|
+
'valuesOptions': { 'unknown_link_rel': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
15842
15864
|
'comment': null,
|
|
15843
15865
|
'comments': {
|
|
15844
15866
|
'unknown_link_rel': null,
|
|
@@ -16071,6 +16093,7 @@ $root.__lookup = function (pbjs) {
|
|
|
16071
16093
|
'SEARCH': 4,
|
|
16072
16094
|
'AUTO_SDK': 5
|
|
16073
16095
|
},
|
|
16096
|
+
'valuesOptions': { 'AUTO_VELO': { 'deprecated': true } },
|
|
16074
16097
|
'comment': null,
|
|
16075
16098
|
'comments': {
|
|
16076
16099
|
'UNKNOWN_APPENDIX_TYPE': null,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ambassador-media-site-media-v1-file-descriptor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.148",
|
|
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.proto:wix-privatemedia-proxy-api"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"falconPackageHash": "
|
|
47
|
+
"falconPackageHash": "87c932b21fe00c76fdbf85e3393de12d685746680a72f9e9794eb2b0",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
50
|
"url": "https://github.com/wix-private/metro-packages.git",
|
|
@@ -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;
|
|
@@ -448,6 +448,17 @@ declare namespace $wrapper {
|
|
|
448
448
|
data?: (string | null);
|
|
449
449
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
450
450
|
}
|
|
451
|
+
/**
|
|
452
|
+
* Method-level reference to a service-level error.
|
|
453
|
+
*/
|
|
454
|
+
export interface IErrorRef {
|
|
455
|
+
applicationCode?: (string | null);
|
|
456
|
+
}
|
|
457
|
+
export class ErrorRef implements IErrorRef {
|
|
458
|
+
constructor(data?: IErrorRef);
|
|
459
|
+
applicationCode?: (string | null);
|
|
460
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
461
|
+
}
|
|
451
462
|
/**
|
|
452
463
|
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
453
464
|
*/
|
|
@@ -991,6 +1002,7 @@ declare namespace $wrapper {
|
|
|
991
1002
|
export enum VirtualSubfields {
|
|
992
1003
|
NO_VIRTUAL_SUBFIELDS = "NO_VIRTUAL_SUBFIELDS",
|
|
993
1004
|
DATE = "DATE",
|
|
1005
|
+
EMAIL = "EMAIL",
|
|
994
1006
|
}
|
|
995
1007
|
export interface IOperatorFieldSupport {
|
|
996
1008
|
operator?: ($wrapper.wix.api.Wql.Operator[] | null);
|
|
@@ -1121,6 +1133,7 @@ declare namespace $wrapper {
|
|
|
1121
1133
|
eventsExposure?: ($wrapper.wix.api.Exposure | null);
|
|
1122
1134
|
eventsMaturity?: ($wrapper.wix.api.Maturity | null);
|
|
1123
1135
|
persistence?: ($wrapper.wix.api.IPersistence | null);
|
|
1136
|
+
permissionOptions?: ($wrapper.wix.api.IPermissionCatalogOptions | null);
|
|
1124
1137
|
}
|
|
1125
1138
|
export class Entity implements IEntity {
|
|
1126
1139
|
constructor(data?: IEntity);
|
|
@@ -1141,6 +1154,17 @@ declare namespace $wrapper {
|
|
|
1141
1154
|
eventsExposure?: ($wrapper.wix.api.Exposure | null);
|
|
1142
1155
|
eventsMaturity?: ($wrapper.wix.api.Maturity | null);
|
|
1143
1156
|
persistence?: ($wrapper.wix.api.IPersistence | null);
|
|
1157
|
+
permissionOptions?: ($wrapper.wix.api.IPermissionCatalogOptions | null);
|
|
1158
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1159
|
+
}
|
|
1160
|
+
export interface IPermissionCatalogOptions {
|
|
1161
|
+
autoGeneratePermissions?: (boolean | null);
|
|
1162
|
+
autoGenerateScopes?: (boolean | null);
|
|
1163
|
+
}
|
|
1164
|
+
export class PermissionCatalogOptions implements IPermissionCatalogOptions {
|
|
1165
|
+
constructor(data?: IPermissionCatalogOptions);
|
|
1166
|
+
autoGeneratePermissions?: (boolean | null);
|
|
1167
|
+
autoGenerateScopes?: (boolean | null);
|
|
1144
1168
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1145
1169
|
}
|
|
1146
1170
|
export interface IPersistence {
|
|
@@ -4588,6 +4612,7 @@ declare namespace $wrapper {
|
|
|
4588
4612
|
export interface IServiceOptions {
|
|
4589
4613
|
deprecated?: (boolean | null);
|
|
4590
4614
|
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
4615
|
+
'.wix.api.errorDef'?: ($wrapper.wix.api.IError[] | null);
|
|
4591
4616
|
'.wix.api.serviceMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
4592
4617
|
'.wix.api.serviceExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
4593
4618
|
'.wix.api.serviceDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
@@ -4602,6 +4627,7 @@ declare namespace $wrapper {
|
|
|
4602
4627
|
constructor(data?: IServiceOptions);
|
|
4603
4628
|
deprecated?: (boolean | null);
|
|
4604
4629
|
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
4630
|
+
'.wix.api.errorDef'?: ($wrapper.wix.api.IError[] | null);
|
|
4605
4631
|
'.wix.api.serviceMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
4606
4632
|
'.wix.api.serviceExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
4607
4633
|
'.wix.api.serviceDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
@@ -4622,6 +4648,7 @@ declare namespace $wrapper {
|
|
|
4622
4648
|
'.wix.api.error'?: ($wrapper.wix.api.IError[] | null);
|
|
4623
4649
|
'.wix.api.customValidationError'?: ($wrapper.wix.api.ICustomValidationError[] | null);
|
|
4624
4650
|
'.wix.api.inheritCrudErrors'?: ($wrapper.wix.api.IInheritCrudErrors[] | null);
|
|
4651
|
+
'.wix.api.errorRef'?: ($wrapper.wix.api.IErrorRef[] | null);
|
|
4625
4652
|
'.wix.api.exposure'?: ($wrapper.wix.api.Exposure | null);
|
|
4626
4653
|
'.wix.api.maturity'?: ($wrapper.wix.api.Maturity | null);
|
|
4627
4654
|
'.wix.api.cacheable'?: ($wrapper.wix.api.ICacheSettings | null);
|
|
@@ -4651,6 +4678,7 @@ declare namespace $wrapper {
|
|
|
4651
4678
|
'.wix.api.error'?: ($wrapper.wix.api.IError[] | null);
|
|
4652
4679
|
'.wix.api.customValidationError'?: ($wrapper.wix.api.ICustomValidationError[] | null);
|
|
4653
4680
|
'.wix.api.inheritCrudErrors'?: ($wrapper.wix.api.IInheritCrudErrors[] | null);
|
|
4681
|
+
'.wix.api.errorRef'?: ($wrapper.wix.api.IErrorRef[] | null);
|
|
4654
4682
|
'.wix.api.exposure'?: ($wrapper.wix.api.Exposure | null);
|
|
4655
4683
|
'.wix.api.maturity'?: ($wrapper.wix.api.Maturity | null);
|
|
4656
4684
|
'.wix.api.cacheable'?: ($wrapper.wix.api.ICacheSettings | null);
|