@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
|
@@ -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': '681938a4e518043e0ce16e02029c4fcb4601ed5d'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -1643,6 +1643,15 @@ $root.__lookup = function (pbjs) {
|
|
|
1643
1643
|
'SUBDIVISION': null
|
|
1644
1644
|
}
|
|
1645
1645
|
},
|
|
1646
|
+
'errorDef': {
|
|
1647
|
+
'rule': 'repeated',
|
|
1648
|
+
'type': 'Error',
|
|
1649
|
+
'id': 50600,
|
|
1650
|
+
'extend': 'google.protobuf.ServiceOptions',
|
|
1651
|
+
'options': {},
|
|
1652
|
+
'comment': null,
|
|
1653
|
+
'parsedOptions': null
|
|
1654
|
+
},
|
|
1646
1655
|
'error': {
|
|
1647
1656
|
'rule': 'repeated',
|
|
1648
1657
|
'type': 'Error',
|
|
@@ -1669,6 +1678,15 @@ $root.__lookup = function (pbjs) {
|
|
|
1669
1678
|
'comment': null,
|
|
1670
1679
|
'parsedOptions': null
|
|
1671
1680
|
},
|
|
1681
|
+
'errorRef': {
|
|
1682
|
+
'rule': 'repeated',
|
|
1683
|
+
'type': 'ErrorRef',
|
|
1684
|
+
'id': 50804,
|
|
1685
|
+
'extend': 'google.protobuf.MethodOptions',
|
|
1686
|
+
'options': {},
|
|
1687
|
+
'comment': null,
|
|
1688
|
+
'parsedOptions': null
|
|
1689
|
+
},
|
|
1672
1690
|
'Error': {
|
|
1673
1691
|
'fields': {
|
|
1674
1692
|
'httpCode': {
|
|
@@ -1693,6 +1711,18 @@ $root.__lookup = function (pbjs) {
|
|
|
1693
1711
|
},
|
|
1694
1712
|
'comment': 'ApplicationError: named Error for backwards compatibility'
|
|
1695
1713
|
},
|
|
1714
|
+
'ErrorRef': {
|
|
1715
|
+
'fields': {
|
|
1716
|
+
'applicationCode': {
|
|
1717
|
+
'rule': 'required',
|
|
1718
|
+
'type': 'string',
|
|
1719
|
+
'id': 1,
|
|
1720
|
+
'comment': null,
|
|
1721
|
+
'parsedOptions': null
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
'comment': 'Method-level reference to a service-level error.'
|
|
1725
|
+
},
|
|
1696
1726
|
'CustomValidationError': {
|
|
1697
1727
|
'fields': {
|
|
1698
1728
|
'ruleName': {
|
|
@@ -2987,6 +3017,11 @@ $root.__lookup = function (pbjs) {
|
|
|
2987
3017
|
'MATCH_ITEMS': 16,
|
|
2988
3018
|
'ENHANCED_DATE': 17
|
|
2989
3019
|
},
|
|
3020
|
+
'valuesOptions': {
|
|
3021
|
+
'ALL': { 'deprecated': true },
|
|
3022
|
+
'ANY': { 'deprecated': true },
|
|
3023
|
+
'ENHANCED_DATE': { 'deprecated': true }
|
|
3024
|
+
},
|
|
2990
3025
|
'comment': null,
|
|
2991
3026
|
'comments': {
|
|
2992
3027
|
'ALL_APPLICABLE_OPERATORS': null,
|
|
@@ -3081,12 +3116,14 @@ $root.__lookup = function (pbjs) {
|
|
|
3081
3116
|
'VirtualSubfields': {
|
|
3082
3117
|
'values': {
|
|
3083
3118
|
'NO_VIRTUAL_SUBFIELDS': 0,
|
|
3084
|
-
'DATE': 1
|
|
3119
|
+
'DATE': 1,
|
|
3120
|
+
'EMAIL': 2
|
|
3085
3121
|
},
|
|
3086
3122
|
'comment': null,
|
|
3087
3123
|
'comments': {
|
|
3088
3124
|
'NO_VIRTUAL_SUBFIELDS': null,
|
|
3089
|
-
'DATE': null
|
|
3125
|
+
'DATE': null,
|
|
3126
|
+
'EMAIL': null
|
|
3090
3127
|
}
|
|
3091
3128
|
},
|
|
3092
3129
|
'OperatorFieldSupport': {
|
|
@@ -3231,6 +3268,7 @@ $root.__lookup = function (pbjs) {
|
|
|
3231
3268
|
'VIDEO': 9,
|
|
3232
3269
|
'IMAGE_LINK': 10
|
|
3233
3270
|
},
|
|
3271
|
+
'valuesOptions': { 'UNDEFINED_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
3234
3272
|
'comment': null,
|
|
3235
3273
|
'comments': {
|
|
3236
3274
|
'UNDEFINED_TYPE': null,
|
|
@@ -3321,6 +3359,7 @@ $root.__lookup = function (pbjs) {
|
|
|
3321
3359
|
'GA': 3,
|
|
3322
3360
|
'NOT_IMPLEMENTED': 4
|
|
3323
3361
|
},
|
|
3362
|
+
'valuesOptions': { 'IA': { 'deprecated': true } },
|
|
3324
3363
|
'comment': null,
|
|
3325
3364
|
'comments': {
|
|
3326
3365
|
'ALPHA': null,
|
|
@@ -3481,6 +3520,29 @@ $root.__lookup = function (pbjs) {
|
|
|
3481
3520
|
'id': 17,
|
|
3482
3521
|
'comment': null,
|
|
3483
3522
|
'parsedOptions': null
|
|
3523
|
+
},
|
|
3524
|
+
'permissionOptions': {
|
|
3525
|
+
'type': 'PermissionCatalogOptions',
|
|
3526
|
+
'id': 18,
|
|
3527
|
+
'comment': null,
|
|
3528
|
+
'parsedOptions': null
|
|
3529
|
+
}
|
|
3530
|
+
},
|
|
3531
|
+
'comment': null
|
|
3532
|
+
},
|
|
3533
|
+
'PermissionCatalogOptions': {
|
|
3534
|
+
'fields': {
|
|
3535
|
+
'autoGeneratePermissions': {
|
|
3536
|
+
'type': 'bool',
|
|
3537
|
+
'id': 1,
|
|
3538
|
+
'comment': null,
|
|
3539
|
+
'parsedOptions': null
|
|
3540
|
+
},
|
|
3541
|
+
'autoGenerateScopes': {
|
|
3542
|
+
'type': 'bool',
|
|
3543
|
+
'id': 2,
|
|
3544
|
+
'comment': null,
|
|
3545
|
+
'parsedOptions': null
|
|
3484
3546
|
}
|
|
3485
3547
|
},
|
|
3486
3548
|
'comment': null
|
|
@@ -4474,6 +4536,7 @@ $root.__lookup = function (pbjs) {
|
|
|
4474
4536
|
'SEARCH': 4,
|
|
4475
4537
|
'AUTO_SDK': 5
|
|
4476
4538
|
},
|
|
4539
|
+
'valuesOptions': { 'AUTO_VELO': { 'deprecated': true } },
|
|
4477
4540
|
'comment': null,
|
|
4478
4541
|
'comments': {
|
|
4479
4542
|
'UNKNOWN_APPENDIX_TYPE': null,
|
|
@@ -9055,6 +9118,7 @@ $root.__lookup = function (pbjs) {
|
|
|
9055
9118
|
'DATE_HISTOGRAM': 4,
|
|
9056
9119
|
'NESTED': 5
|
|
9057
9120
|
},
|
|
9121
|
+
'valuesOptions': { 'UNKNOWN_AGGREGATION_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
9058
9122
|
'comment': null,
|
|
9059
9123
|
'comments': {
|
|
9060
9124
|
'UNKNOWN_AGGREGATION_TYPE': null,
|
|
@@ -9074,6 +9138,11 @@ $root.__lookup = function (pbjs) {
|
|
|
9074
9138
|
'SUM': 4,
|
|
9075
9139
|
'AVG': 5
|
|
9076
9140
|
},
|
|
9141
|
+
'valuesOptions': {
|
|
9142
|
+
'UNKNOWN_SCALAR_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' },
|
|
9143
|
+
'SUM': { '(.wix.api.enum_exposure)': 'PRIVATE' },
|
|
9144
|
+
'AVG': { '(.wix.api.enum_exposure)': 'PRIVATE' }
|
|
9145
|
+
},
|
|
9077
9146
|
'comment': null,
|
|
9078
9147
|
'comments': {
|
|
9079
9148
|
'UNKNOWN_SCALAR_TYPE': null,
|
|
@@ -9394,6 +9463,7 @@ $root.__lookup = function (pbjs) {
|
|
|
9394
9463
|
'SCALAR': 3,
|
|
9395
9464
|
'DATE_HISTOGRAM': 4
|
|
9396
9465
|
},
|
|
9466
|
+
'valuesOptions': { 'UNKNOWN_AGGREGATION_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
9397
9467
|
'comment': null,
|
|
9398
9468
|
'comments': {
|
|
9399
9469
|
'UNKNOWN_AGGREGATION_TYPE': null,
|
|
@@ -9493,6 +9563,7 @@ $root.__lookup = function (pbjs) {
|
|
|
9493
9563
|
'MINUTE': 6,
|
|
9494
9564
|
'SECOND': 7
|
|
9495
9565
|
},
|
|
9566
|
+
'valuesOptions': { 'UNKNOWN_INTERVAL': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
9496
9567
|
'comment': null,
|
|
9497
9568
|
'comments': {
|
|
9498
9569
|
'UNKNOWN_INTERVAL': null,
|
|
@@ -10839,6 +10910,7 @@ $root.__lookup = function (pbjs) {
|
|
|
10839
10910
|
'noreferrer': 3,
|
|
10840
10911
|
'sponsored': 4
|
|
10841
10912
|
},
|
|
10913
|
+
'valuesOptions': { 'unknown_link_rel': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
10842
10914
|
'comment': null,
|
|
10843
10915
|
'comments': {
|
|
10844
10916
|
'unknown_link_rel': null,
|
|
@@ -11062,6 +11134,10 @@ $root.__lookup = function (pbjs) {
|
|
|
11062
11134
|
'PRIVATE': 1,
|
|
11063
11135
|
'PUBLIC': 2
|
|
11064
11136
|
},
|
|
11137
|
+
'valuesOptions': {
|
|
11138
|
+
'UNKNOWN': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' },
|
|
11139
|
+
'PUBLIC': { '(.wix.api.enum_exposure)': 'PRIVATE' }
|
|
11140
|
+
},
|
|
11065
11141
|
'comment': null,
|
|
11066
11142
|
'comments': {
|
|
11067
11143
|
'UNKNOWN': null,
|
|
@@ -18839,6 +18915,87 @@ $root.wix = (function () {
|
|
|
18839
18915
|
});
|
|
18840
18916
|
return Error;
|
|
18841
18917
|
}());;
|
|
18918
|
+
_api.ErrorRef = (function () {
|
|
18919
|
+
class ErrorRef {
|
|
18920
|
+
constructor(props) {
|
|
18921
|
+
this.applicationCode = props && props.applicationCode;
|
|
18922
|
+
}
|
|
18923
|
+
static toJSON(obj, helper, withDefaults) {
|
|
18924
|
+
if (obj == null) {
|
|
18925
|
+
return null;
|
|
18926
|
+
} else {
|
|
18927
|
+
const json = {};
|
|
18928
|
+
if (obj['applicationCode'] != null) {
|
|
18929
|
+
json['applicationCode'] = obj['applicationCode'];
|
|
18930
|
+
} else if (withDefaults) {
|
|
18931
|
+
json['applicationCode'] = '';
|
|
18932
|
+
}
|
|
18933
|
+
return json;
|
|
18934
|
+
}
|
|
18935
|
+
}
|
|
18936
|
+
static fromJSON(json, helper, withDefaults) {
|
|
18937
|
+
if (typeof json === 'object' && !Array.isArray(json)) {
|
|
18938
|
+
const result = new $root.wix.api.ErrorRef();
|
|
18939
|
+
if (json['applicationCode'] != null) {
|
|
18940
|
+
result['applicationCode'] = json['applicationCode'];
|
|
18941
|
+
} else if (withDefaults !== false) {
|
|
18942
|
+
result['applicationCode'] = '';
|
|
18943
|
+
} else {
|
|
18944
|
+
delete result['applicationCode'];
|
|
18945
|
+
}
|
|
18946
|
+
return result;
|
|
18947
|
+
} else
|
|
18948
|
+
return json;
|
|
18949
|
+
}
|
|
18950
|
+
static toGRPC(obj, helper) {
|
|
18951
|
+
if (obj == null) {
|
|
18952
|
+
return null;
|
|
18953
|
+
} else {
|
|
18954
|
+
const grpc = {};
|
|
18955
|
+
if (obj['applicationCode'] != null) {
|
|
18956
|
+
grpc['applicationCode'] = obj['applicationCode'];
|
|
18957
|
+
}
|
|
18958
|
+
return grpc;
|
|
18959
|
+
}
|
|
18960
|
+
}
|
|
18961
|
+
static fromGRPC(grpc, helper) {
|
|
18962
|
+
if (grpc == null) {
|
|
18963
|
+
return null;
|
|
18964
|
+
} else {
|
|
18965
|
+
const result = new $root.wix.api.ErrorRef();
|
|
18966
|
+
if (grpc['applicationCode'] != null) {
|
|
18967
|
+
result['applicationCode'] = grpc['applicationCode'];
|
|
18968
|
+
} else {
|
|
18969
|
+
result['applicationCode'] = '';
|
|
18970
|
+
}
|
|
18971
|
+
return result;
|
|
18972
|
+
}
|
|
18973
|
+
}
|
|
18974
|
+
}
|
|
18975
|
+
__builtIn.Object.defineProperty(ErrorRef.prototype, '__proto', {
|
|
18976
|
+
value: pbjs => {
|
|
18977
|
+
return $root.__lookup(pbjs)('wix.api.ErrorRef');
|
|
18978
|
+
},
|
|
18979
|
+
enumerable: false,
|
|
18980
|
+
configurable: false
|
|
18981
|
+
});
|
|
18982
|
+
__builtIn.Object.defineProperty(ErrorRef.prototype, '__fqn__', {
|
|
18983
|
+
value: 'wix.api.ErrorRef',
|
|
18984
|
+
enumerable: false,
|
|
18985
|
+
configurable: false
|
|
18986
|
+
});
|
|
18987
|
+
__builtIn.Object.defineProperty(ErrorRef.prototype, '__options__', {
|
|
18988
|
+
value: $root.__options,
|
|
18989
|
+
enumerable: false,
|
|
18990
|
+
configurable: false
|
|
18991
|
+
});
|
|
18992
|
+
__builtIn.Object.defineProperty(ErrorRef.prototype, '__root__', {
|
|
18993
|
+
value: $root,
|
|
18994
|
+
enumerable: false,
|
|
18995
|
+
configurable: false
|
|
18996
|
+
});
|
|
18997
|
+
return ErrorRef;
|
|
18998
|
+
}());;
|
|
18842
18999
|
_api.CustomValidationError = (function () {
|
|
18843
19000
|
class CustomValidationError {
|
|
18844
19001
|
constructor(props) {
|
|
@@ -23863,7 +24020,9 @@ $root.wix = (function () {
|
|
|
23863
24020
|
'NO_VIRTUAL_SUBFIELDS': 'NO_VIRTUAL_SUBFIELDS',
|
|
23864
24021
|
0: 'NO_VIRTUAL_SUBFIELDS',
|
|
23865
24022
|
'DATE': 'DATE',
|
|
23866
|
-
1: 'DATE'
|
|
24023
|
+
1: 'DATE',
|
|
24024
|
+
'EMAIL': 'EMAIL',
|
|
24025
|
+
2: 'EMAIL'
|
|
23867
24026
|
};
|
|
23868
24027
|
Wql.OperatorFieldSupport = (function () {
|
|
23869
24028
|
class OperatorFieldSupport {
|
|
@@ -24472,7 +24631,9 @@ $root.wix = (function () {
|
|
|
24472
24631
|
'NO_VIRTUAL_SUBFIELDS': 'NO_VIRTUAL_SUBFIELDS',
|
|
24473
24632
|
0: 'NO_VIRTUAL_SUBFIELDS',
|
|
24474
24633
|
'DATE': 'DATE',
|
|
24475
|
-
1: 'DATE'
|
|
24634
|
+
1: 'DATE',
|
|
24635
|
+
'EMAIL': 'EMAIL',
|
|
24636
|
+
2: 'EMAIL'
|
|
24476
24637
|
};
|
|
24477
24638
|
Wql.OperatorFieldSupport = (function () {
|
|
24478
24639
|
class OperatorFieldSupport {
|
|
@@ -25414,6 +25575,7 @@ $root.wix = (function () {
|
|
|
25414
25575
|
this.eventsExposure = props && props.eventsExposure;
|
|
25415
25576
|
this.eventsMaturity = props && props.eventsMaturity;
|
|
25416
25577
|
this.persistence = props && props.persistence;
|
|
25578
|
+
this.permissionOptions = props && props.permissionOptions;
|
|
25417
25579
|
}
|
|
25418
25580
|
static toJSON(obj, helper, withDefaults) {
|
|
25419
25581
|
if (obj == null) {
|
|
@@ -25509,6 +25671,11 @@ $root.wix = (function () {
|
|
|
25509
25671
|
} else if (withDefaults) {
|
|
25510
25672
|
delete json['persistence'];
|
|
25511
25673
|
}
|
|
25674
|
+
if (obj['permissionOptions'] != null) {
|
|
25675
|
+
json['permissionOptions'] = $root.wix.api.PermissionCatalogOptions.toJSON(obj['permissionOptions'], helper, withDefaults);
|
|
25676
|
+
} else if (withDefaults) {
|
|
25677
|
+
delete json['permissionOptions'];
|
|
25678
|
+
}
|
|
25512
25679
|
return json;
|
|
25513
25680
|
}
|
|
25514
25681
|
}
|
|
@@ -25638,6 +25805,13 @@ $root.wix = (function () {
|
|
|
25638
25805
|
} else {
|
|
25639
25806
|
delete result['persistence'];
|
|
25640
25807
|
}
|
|
25808
|
+
if (json['permissionOptions'] != null) {
|
|
25809
|
+
result['permissionOptions'] = $root.wix.api.PermissionCatalogOptions.fromJSON(json['permissionOptions'], helper);
|
|
25810
|
+
} else if (withDefaults !== false) {
|
|
25811
|
+
delete result['permissionOptions'];
|
|
25812
|
+
} else {
|
|
25813
|
+
delete result['permissionOptions'];
|
|
25814
|
+
}
|
|
25641
25815
|
return result;
|
|
25642
25816
|
} else
|
|
25643
25817
|
return json;
|
|
@@ -25702,6 +25876,9 @@ $root.wix = (function () {
|
|
|
25702
25876
|
if (obj['persistence'] != null) {
|
|
25703
25877
|
grpc['persistence'] = $root.wix.api.Persistence.toGRPC(obj['persistence'], helper);
|
|
25704
25878
|
}
|
|
25879
|
+
if (obj['permissionOptions'] != null) {
|
|
25880
|
+
grpc['permissionOptions'] = $root.wix.api.PermissionCatalogOptions.toGRPC(obj['permissionOptions'], helper);
|
|
25881
|
+
}
|
|
25705
25882
|
return grpc;
|
|
25706
25883
|
}
|
|
25707
25884
|
}
|
|
@@ -25799,6 +25976,11 @@ $root.wix = (function () {
|
|
|
25799
25976
|
} else {
|
|
25800
25977
|
delete result['persistence'];
|
|
25801
25978
|
}
|
|
25979
|
+
if (grpc['permissionOptions'] != null) {
|
|
25980
|
+
result['permissionOptions'] = $root.wix.api.PermissionCatalogOptions.fromGRPC(grpc['permissionOptions'], helper);
|
|
25981
|
+
} else {
|
|
25982
|
+
delete result['permissionOptions'];
|
|
25983
|
+
}
|
|
25802
25984
|
return result;
|
|
25803
25985
|
}
|
|
25804
25986
|
}
|
|
@@ -25827,6 +26009,108 @@ $root.wix = (function () {
|
|
|
25827
26009
|
});
|
|
25828
26010
|
return Entity;
|
|
25829
26011
|
}());;
|
|
26012
|
+
_api.PermissionCatalogOptions = (function () {
|
|
26013
|
+
class PermissionCatalogOptions {
|
|
26014
|
+
constructor(props) {
|
|
26015
|
+
this.autoGeneratePermissions = props && props.autoGeneratePermissions;
|
|
26016
|
+
this.autoGenerateScopes = props && props.autoGenerateScopes;
|
|
26017
|
+
}
|
|
26018
|
+
static toJSON(obj, helper, withDefaults) {
|
|
26019
|
+
if (obj == null) {
|
|
26020
|
+
return null;
|
|
26021
|
+
} else {
|
|
26022
|
+
const json = {};
|
|
26023
|
+
if (obj['autoGeneratePermissions'] != null) {
|
|
26024
|
+
json['autoGeneratePermissions'] = obj['autoGeneratePermissions'];
|
|
26025
|
+
} else if (withDefaults) {
|
|
26026
|
+
json['autoGeneratePermissions'] = false;
|
|
26027
|
+
}
|
|
26028
|
+
if (obj['autoGenerateScopes'] != null) {
|
|
26029
|
+
json['autoGenerateScopes'] = obj['autoGenerateScopes'];
|
|
26030
|
+
} else if (withDefaults) {
|
|
26031
|
+
json['autoGenerateScopes'] = false;
|
|
26032
|
+
}
|
|
26033
|
+
return json;
|
|
26034
|
+
}
|
|
26035
|
+
}
|
|
26036
|
+
static fromJSON(json, helper, withDefaults) {
|
|
26037
|
+
if (typeof json === 'object' && !Array.isArray(json)) {
|
|
26038
|
+
const result = new $root.wix.api.PermissionCatalogOptions();
|
|
26039
|
+
if (json['autoGeneratePermissions'] != null) {
|
|
26040
|
+
result['autoGeneratePermissions'] = json['autoGeneratePermissions'];
|
|
26041
|
+
} else if (withDefaults !== false) {
|
|
26042
|
+
result['autoGeneratePermissions'] = false;
|
|
26043
|
+
} else {
|
|
26044
|
+
delete result['autoGeneratePermissions'];
|
|
26045
|
+
}
|
|
26046
|
+
if (json['autoGenerateScopes'] != null) {
|
|
26047
|
+
result['autoGenerateScopes'] = json['autoGenerateScopes'];
|
|
26048
|
+
} else if (withDefaults !== false) {
|
|
26049
|
+
result['autoGenerateScopes'] = false;
|
|
26050
|
+
} else {
|
|
26051
|
+
delete result['autoGenerateScopes'];
|
|
26052
|
+
}
|
|
26053
|
+
return result;
|
|
26054
|
+
} else
|
|
26055
|
+
return json;
|
|
26056
|
+
}
|
|
26057
|
+
static toGRPC(obj, helper) {
|
|
26058
|
+
if (obj == null) {
|
|
26059
|
+
return null;
|
|
26060
|
+
} else {
|
|
26061
|
+
const grpc = {};
|
|
26062
|
+
if (obj['autoGeneratePermissions'] != null) {
|
|
26063
|
+
grpc['autoGeneratePermissions'] = obj['autoGeneratePermissions'];
|
|
26064
|
+
}
|
|
26065
|
+
if (obj['autoGenerateScopes'] != null) {
|
|
26066
|
+
grpc['autoGenerateScopes'] = obj['autoGenerateScopes'];
|
|
26067
|
+
}
|
|
26068
|
+
return grpc;
|
|
26069
|
+
}
|
|
26070
|
+
}
|
|
26071
|
+
static fromGRPC(grpc, helper) {
|
|
26072
|
+
if (grpc == null) {
|
|
26073
|
+
return null;
|
|
26074
|
+
} else {
|
|
26075
|
+
const result = new $root.wix.api.PermissionCatalogOptions();
|
|
26076
|
+
if (grpc['autoGeneratePermissions'] != null) {
|
|
26077
|
+
result['autoGeneratePermissions'] = grpc['autoGeneratePermissions'];
|
|
26078
|
+
} else {
|
|
26079
|
+
result['autoGeneratePermissions'] = false;
|
|
26080
|
+
}
|
|
26081
|
+
if (grpc['autoGenerateScopes'] != null) {
|
|
26082
|
+
result['autoGenerateScopes'] = grpc['autoGenerateScopes'];
|
|
26083
|
+
} else {
|
|
26084
|
+
result['autoGenerateScopes'] = false;
|
|
26085
|
+
}
|
|
26086
|
+
return result;
|
|
26087
|
+
}
|
|
26088
|
+
}
|
|
26089
|
+
}
|
|
26090
|
+
__builtIn.Object.defineProperty(PermissionCatalogOptions.prototype, '__proto', {
|
|
26091
|
+
value: pbjs => {
|
|
26092
|
+
return $root.__lookup(pbjs)('wix.api.PermissionCatalogOptions');
|
|
26093
|
+
},
|
|
26094
|
+
enumerable: false,
|
|
26095
|
+
configurable: false
|
|
26096
|
+
});
|
|
26097
|
+
__builtIn.Object.defineProperty(PermissionCatalogOptions.prototype, '__fqn__', {
|
|
26098
|
+
value: 'wix.api.PermissionCatalogOptions',
|
|
26099
|
+
enumerable: false,
|
|
26100
|
+
configurable: false
|
|
26101
|
+
});
|
|
26102
|
+
__builtIn.Object.defineProperty(PermissionCatalogOptions.prototype, '__options__', {
|
|
26103
|
+
value: $root.__options,
|
|
26104
|
+
enumerable: false,
|
|
26105
|
+
configurable: false
|
|
26106
|
+
});
|
|
26107
|
+
__builtIn.Object.defineProperty(PermissionCatalogOptions.prototype, '__root__', {
|
|
26108
|
+
value: $root,
|
|
26109
|
+
enumerable: false,
|
|
26110
|
+
configurable: false
|
|
26111
|
+
});
|
|
26112
|
+
return PermissionCatalogOptions;
|
|
26113
|
+
}());;
|
|
25830
26114
|
_api.Persistence = (function () {
|
|
25831
26115
|
class Persistence {
|
|
25832
26116
|
constructor(props) {
|
|
@@ -78406,6 +78690,7 @@ $root.google = (function () {
|
|
|
78406
78690
|
constructor(props) {
|
|
78407
78691
|
this.deprecated = props && props.deprecated;
|
|
78408
78692
|
this.uninterpretedOption = props && props.uninterpretedOption;
|
|
78693
|
+
this['wix.api.errorDef'] = props && props['wix.api.errorDef'];
|
|
78409
78694
|
this['wix.api.serviceMaturity'] = props && props['wix.api.serviceMaturity'];
|
|
78410
78695
|
this['wix.api.serviceExposure'] = props && props['wix.api.serviceExposure'];
|
|
78411
78696
|
this['wix.api.serviceDeprecated'] = props && props['wix.api.serviceDeprecated'];
|
|
@@ -78433,6 +78718,13 @@ $root.google = (function () {
|
|
|
78433
78718
|
} else if (withDefaults) {
|
|
78434
78719
|
json['uninterpretedOption'] = [];
|
|
78435
78720
|
}
|
|
78721
|
+
if (obj['wix.api.errorDef'] != null) {
|
|
78722
|
+
json['wix.api.errorDef'] = obj['wix.api.errorDef'].map(e => {
|
|
78723
|
+
return $root.wix.api.Error.toJSON(e, helper, withDefaults);
|
|
78724
|
+
});
|
|
78725
|
+
} else if (withDefaults) {
|
|
78726
|
+
json['wix.api.errorDef'] = [];
|
|
78727
|
+
}
|
|
78436
78728
|
if (obj['wix.api.serviceMaturity'] != null) {
|
|
78437
78729
|
json['wix.api.serviceMaturity'] = $root.wix.api.Maturity[obj['wix.api.serviceMaturity']];
|
|
78438
78730
|
} else if (withDefaults) {
|
|
@@ -78508,6 +78800,15 @@ $root.google = (function () {
|
|
|
78508
78800
|
} else {
|
|
78509
78801
|
delete result['uninterpretedOption'];
|
|
78510
78802
|
}
|
|
78803
|
+
if (json['wix.api.errorDef'] != null) {
|
|
78804
|
+
result['wix.api.errorDef'] = Array.isArray(json['wix.api.errorDef']) ? json['wix.api.errorDef'].map(e => {
|
|
78805
|
+
return $root.wix.api.Error.fromJSON(e, helper);
|
|
78806
|
+
}) : json['wix.api.errorDef'];
|
|
78807
|
+
} else if (withDefaults !== false) {
|
|
78808
|
+
result['wix.api.errorDef'] = [];
|
|
78809
|
+
} else {
|
|
78810
|
+
delete result['wix.api.errorDef'];
|
|
78811
|
+
}
|
|
78511
78812
|
if (json['wix.api.serviceMaturity'] != null) {
|
|
78512
78813
|
result['wix.api.serviceMaturity'] = typeof json['wix.api.serviceMaturity'] === 'string' ? json['wix.api.serviceMaturity'] : $root.wix.api.Maturity[json['wix.api.serviceMaturity']];
|
|
78513
78814
|
} else if (withDefaults !== false) {
|
|
@@ -78596,6 +78897,11 @@ $root.google = (function () {
|
|
|
78596
78897
|
return $root.google.protobuf.UninterpretedOption.toGRPC(e, helper);
|
|
78597
78898
|
});
|
|
78598
78899
|
}
|
|
78900
|
+
if (obj['wix.api.errorDef'] != null) {
|
|
78901
|
+
grpc['wix.api.errorDef'] = obj['wix.api.errorDef'].map(e => {
|
|
78902
|
+
return $root.wix.api.Error.toGRPC(e, helper);
|
|
78903
|
+
});
|
|
78904
|
+
}
|
|
78599
78905
|
if (obj['wix.api.serviceMaturity'] != null) {
|
|
78600
78906
|
grpc['wix.api.serviceMaturity'] = obj['wix.api.serviceMaturity'];
|
|
78601
78907
|
}
|
|
@@ -78651,6 +78957,13 @@ $root.google = (function () {
|
|
|
78651
78957
|
} else {
|
|
78652
78958
|
result['uninterpretedOption'] = [];
|
|
78653
78959
|
}
|
|
78960
|
+
if (grpc['wix.api.errorDef'] != null) {
|
|
78961
|
+
result['wix.api.errorDef'] = grpc['wix.api.errorDef'].map(e => {
|
|
78962
|
+
return $root.wix.api.Error.fromGRPC(e, helper);
|
|
78963
|
+
});
|
|
78964
|
+
} else {
|
|
78965
|
+
result['wix.api.errorDef'] = [];
|
|
78966
|
+
}
|
|
78654
78967
|
if (grpc['wix.api.serviceMaturity'] != null) {
|
|
78655
78968
|
result['wix.api.serviceMaturity'] = grpc['wix.api.serviceMaturity'];
|
|
78656
78969
|
} else {
|
|
@@ -78743,6 +79056,7 @@ $root.google = (function () {
|
|
|
78743
79056
|
this['wix.api.error'] = props && props['wix.api.error'];
|
|
78744
79057
|
this['wix.api.customValidationError'] = props && props['wix.api.customValidationError'];
|
|
78745
79058
|
this['wix.api.inheritCrudErrors'] = props && props['wix.api.inheritCrudErrors'];
|
|
79059
|
+
this['wix.api.errorRef'] = props && props['wix.api.errorRef'];
|
|
78746
79060
|
this['wix.api.exposure'] = props && props['wix.api.exposure'];
|
|
78747
79061
|
this['wix.api.maturity'] = props && props['wix.api.maturity'];
|
|
78748
79062
|
this['wix.api.cacheable'] = props && props['wix.api.cacheable'];
|
|
@@ -78819,6 +79133,13 @@ $root.google = (function () {
|
|
|
78819
79133
|
} else if (withDefaults) {
|
|
78820
79134
|
json['wix.api.inheritCrudErrors'] = [];
|
|
78821
79135
|
}
|
|
79136
|
+
if (obj['wix.api.errorRef'] != null) {
|
|
79137
|
+
json['wix.api.errorRef'] = obj['wix.api.errorRef'].map(e => {
|
|
79138
|
+
return $root.wix.api.ErrorRef.toJSON(e, helper, withDefaults);
|
|
79139
|
+
});
|
|
79140
|
+
} else if (withDefaults) {
|
|
79141
|
+
json['wix.api.errorRef'] = [];
|
|
79142
|
+
}
|
|
78822
79143
|
if (obj['wix.api.exposure'] != null) {
|
|
78823
79144
|
json['wix.api.exposure'] = $root.wix.api.Exposure[obj['wix.api.exposure']];
|
|
78824
79145
|
} else if (withDefaults) {
|
|
@@ -78993,6 +79314,15 @@ $root.google = (function () {
|
|
|
78993
79314
|
} else {
|
|
78994
79315
|
delete result['wix.api.inheritCrudErrors'];
|
|
78995
79316
|
}
|
|
79317
|
+
if (json['wix.api.errorRef'] != null) {
|
|
79318
|
+
result['wix.api.errorRef'] = Array.isArray(json['wix.api.errorRef']) ? json['wix.api.errorRef'].map(e => {
|
|
79319
|
+
return $root.wix.api.ErrorRef.fromJSON(e, helper);
|
|
79320
|
+
}) : json['wix.api.errorRef'];
|
|
79321
|
+
} else if (withDefaults !== false) {
|
|
79322
|
+
result['wix.api.errorRef'] = [];
|
|
79323
|
+
} else {
|
|
79324
|
+
delete result['wix.api.errorRef'];
|
|
79325
|
+
}
|
|
78996
79326
|
if (json['wix.api.exposure'] != null) {
|
|
78997
79327
|
result['wix.api.exposure'] = typeof json['wix.api.exposure'] === 'string' ? json['wix.api.exposure'] : $root.wix.api.Exposure[json['wix.api.exposure']];
|
|
78998
79328
|
} else if (withDefaults !== false) {
|
|
@@ -79174,6 +79504,11 @@ $root.google = (function () {
|
|
|
79174
79504
|
return $root.wix.api.InheritCrudErrors.toGRPC(e, helper);
|
|
79175
79505
|
});
|
|
79176
79506
|
}
|
|
79507
|
+
if (obj['wix.api.errorRef'] != null) {
|
|
79508
|
+
grpc['wix.api.errorRef'] = obj['wix.api.errorRef'].map(e => {
|
|
79509
|
+
return $root.wix.api.ErrorRef.toGRPC(e, helper);
|
|
79510
|
+
});
|
|
79511
|
+
}
|
|
79177
79512
|
if (obj['wix.api.exposure'] != null) {
|
|
79178
79513
|
grpc['wix.api.exposure'] = obj['wix.api.exposure'];
|
|
79179
79514
|
}
|
|
@@ -79298,6 +79633,13 @@ $root.google = (function () {
|
|
|
79298
79633
|
} else {
|
|
79299
79634
|
result['wix.api.inheritCrudErrors'] = [];
|
|
79300
79635
|
}
|
|
79636
|
+
if (grpc['wix.api.errorRef'] != null) {
|
|
79637
|
+
result['wix.api.errorRef'] = grpc['wix.api.errorRef'].map(e => {
|
|
79638
|
+
return $root.wix.api.ErrorRef.fromGRPC(e, helper);
|
|
79639
|
+
});
|
|
79640
|
+
} else {
|
|
79641
|
+
result['wix.api.errorRef'] = [];
|
|
79642
|
+
}
|
|
79301
79643
|
if (grpc['wix.api.exposure'] != null) {
|
|
79302
79644
|
result['wix.api.exposure'] = grpc['wix.api.exposure'];
|
|
79303
79645
|
} else {
|