@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
|
@@ -6,6 +6,7 @@ import "google/api/annotations.proto";
|
|
|
6
6
|
import "wix/payment/api/pay/v2/resources/account.proto";
|
|
7
7
|
import "wix/api/annotations.proto";
|
|
8
8
|
import "wix/api/entity.proto";
|
|
9
|
+
import "wix/api/validations.proto";
|
|
9
10
|
|
|
10
11
|
option java_package = "com.wix.payment.api.pay.v2";
|
|
11
12
|
|
|
@@ -25,6 +26,14 @@ service AccountService {
|
|
|
25
26
|
}
|
|
26
27
|
};
|
|
27
28
|
}
|
|
29
|
+
|
|
30
|
+
// Get list of payable currencies for current metasite
|
|
31
|
+
// flynt-disable missing-permission
|
|
32
|
+
rpc GetPayableCurrencies(GetPayableCurrenciesRequest) returns (GetPayableCurrenciesResponse) {
|
|
33
|
+
option (google.api.http) = {
|
|
34
|
+
get: "/api/payments/v2/accounts/payable-currencies"
|
|
35
|
+
};
|
|
36
|
+
}
|
|
28
37
|
}
|
|
29
38
|
|
|
30
39
|
message GetAccountRequest {
|
|
@@ -36,3 +45,12 @@ message GetAccountResponse {
|
|
|
36
45
|
// account information
|
|
37
46
|
Account account = 1;
|
|
38
47
|
}
|
|
48
|
+
|
|
49
|
+
message GetPayableCurrenciesRequest {
|
|
50
|
+
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
message GetPayableCurrenciesResponse {
|
|
54
|
+
// Payable currencies for current metasite
|
|
55
|
+
repeated string currency_code = 1 [(wix.api.minSize) = 1, (wix.api.maxSize) = 200, (wix.api.format) = CURRENCY];
|
|
56
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
//flynt-disable renamed-field-breaking-change, field-type-breaking-change, deleted-field-enum-reserved
|
|
1
2
|
syntax = "proto3";
|
|
2
3
|
|
|
3
4
|
package wix.payment.api.pay.v2;
|
|
@@ -9,7 +10,6 @@ import "wix/payment/api/pay/v2/resources/charge.proto";
|
|
|
9
10
|
import "wix/api/validations.proto";
|
|
10
11
|
import "wix/api/entity.proto";
|
|
11
12
|
|
|
12
|
-
|
|
13
13
|
option java_package = "com.wix.payment.api.pay.v2";
|
|
14
14
|
|
|
15
15
|
service PaymentMethodService {
|
|
@@ -124,7 +124,10 @@ message ListPaymentMethodsRequest {
|
|
|
124
124
|
string country = 3;
|
|
125
125
|
|
|
126
126
|
// amount of payment
|
|
127
|
-
google.protobuf.StringValue amount = 4;
|
|
127
|
+
google.protobuf.StringValue amount = 4 [(.wix.api.format) = DECIMAL_VALUE, (.wix.api.decimalValue).maxScale = 8];
|
|
128
|
+
|
|
129
|
+
// currency of payment
|
|
130
|
+
google.protobuf.StringValue currency = 16 [(.wix.api.format) = CURRENCY];
|
|
128
131
|
|
|
129
132
|
// three-letters locale code for which settings are returned (optional)
|
|
130
133
|
google.protobuf.StringValue locale = 5 [(wix.api.format) = LANGUAGE];
|
|
@@ -179,7 +182,10 @@ message GetPaymentMethodRequest {
|
|
|
179
182
|
string country = 4;
|
|
180
183
|
|
|
181
184
|
// amount of payment
|
|
182
|
-
google.protobuf.StringValue amount = 5;
|
|
185
|
+
google.protobuf.StringValue amount = 5 [(.wix.api.format) = DECIMAL_VALUE, (.wix.api.decimalValue).maxScale = 8];
|
|
186
|
+
|
|
187
|
+
// currency of payment
|
|
188
|
+
google.protobuf.StringValue currency = 10 [(.wix.api.format) = CURRENCY];
|
|
183
189
|
|
|
184
190
|
// three-letters locale code for which settings are returned (optional)
|
|
185
191
|
google.protobuf.StringValue locale = 6[(wix.api.format) = LANGUAGE];
|
|
@@ -202,7 +208,13 @@ message ListExpressPaymentMethodsRequest {
|
|
|
202
208
|
// Account id for which available payment methods are requested.
|
|
203
209
|
//
|
|
204
210
|
// For Wix TPAs account_id is pair of `appId:instanceId`.
|
|
205
|
-
string account_id
|
|
211
|
+
string account_id = 1;
|
|
212
|
+
|
|
213
|
+
// amount of payment
|
|
214
|
+
google.protobuf.StringValue amount = 2 [(.wix.api.format) = DECIMAL_VALUE, (.wix.api.decimalValue).maxScale = 8];
|
|
215
|
+
|
|
216
|
+
// currency of payment
|
|
217
|
+
google.protobuf.StringValue currency = 3 [(.wix.api.format) = CURRENCY];
|
|
206
218
|
}
|
|
207
219
|
|
|
208
220
|
message ListExpressPaymentMethodsResponse {
|
|
@@ -216,13 +228,13 @@ message ListBuyNowPayLaterMethodsRequest {
|
|
|
216
228
|
string account_id = 1;
|
|
217
229
|
|
|
218
230
|
// amount of payment
|
|
219
|
-
string amount = 2;
|
|
231
|
+
string amount = 2 [(.wix.api.format) = DECIMAL_VALUE, (.wix.api.decimalValue).maxScale = 8];
|
|
220
232
|
|
|
221
233
|
// locale language
|
|
222
|
-
string language = 3[(wix.api.format) = LANGUAGE];
|
|
234
|
+
string language = 3 [(wix.api.format) = LANGUAGE];
|
|
223
235
|
|
|
224
236
|
// currency of payment
|
|
225
|
-
string currency = 4[(wix.api.format) = CURRENCY];
|
|
237
|
+
string currency = 4 [(wix.api.format) = CURRENCY];
|
|
226
238
|
|
|
227
239
|
// return only payment methods which support delayed capture
|
|
228
240
|
bool support_delayed_capture = 5;
|
|
@@ -239,16 +251,16 @@ message GetBuyNowPayLaterMethodRequest {
|
|
|
239
251
|
string account_id = 1;
|
|
240
252
|
|
|
241
253
|
// amount of payment
|
|
242
|
-
string amount = 2;
|
|
254
|
+
string amount = 2 [(.wix.api.format) = DECIMAL_VALUE, (.wix.api.decimalValue).maxScale = 8];
|
|
243
255
|
|
|
244
256
|
// locale language
|
|
245
|
-
string language = 3[(wix.api.format) = LANGUAGE];
|
|
257
|
+
string language = 3 [(wix.api.format) = LANGUAGE];
|
|
246
258
|
|
|
247
259
|
// requested payment method
|
|
248
260
|
string payment_method = 4;
|
|
249
261
|
|
|
250
262
|
// currency of payment
|
|
251
|
-
string currency = 5[(wix.api.format) = CURRENCY];
|
|
263
|
+
string currency = 5 [(wix.api.format) = CURRENCY];
|
|
252
264
|
}
|
|
253
265
|
|
|
254
266
|
message GetBuyNowPayLaterMethodResponse {
|
|
@@ -76,6 +76,9 @@ message CreateCheckoutRequest {
|
|
|
76
76
|
|
|
77
77
|
// purchase items
|
|
78
78
|
repeated OrderItem order_items = 6;
|
|
79
|
+
|
|
80
|
+
// checkout session id, must be GUID
|
|
81
|
+
google.protobuf.StringValue checkout_session = 7 [(wix.api.format) = GUID];
|
|
79
82
|
}
|
|
80
83
|
|
|
81
84
|
message UpdateCheckoutRequest {
|
|
@@ -113,7 +113,7 @@ message OrderDescription {
|
|
|
113
113
|
// indicate that saving payment method for merchant use is enabled
|
|
114
114
|
bool merchant_use_save_enabled = 50;
|
|
115
115
|
|
|
116
|
-
// Request transaction
|
|
116
|
+
// Request transaction uses strong customer authentication, such as 3-D Secure.
|
|
117
117
|
bool sca_requested = 51;
|
|
118
118
|
}
|
|
119
119
|
|
|
@@ -6,6 +6,7 @@ import "wix/payment/api/pay/v2/resources/charge.proto";
|
|
|
6
6
|
import "wix/payment/api/pay/v2/resources/mandatory-field.proto";
|
|
7
7
|
import "google/protobuf/wrappers.proto";
|
|
8
8
|
import "wix/api/entity.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
9
10
|
import "wix/api/validations.proto";
|
|
10
11
|
|
|
11
12
|
|
|
@@ -125,6 +126,24 @@ message PaymentMethod {
|
|
|
125
126
|
// Indicates that Client have to show Captcha challenge to request initiator to proceed with this Payment Method
|
|
126
127
|
// Captcha validation is expected on further payment with this method
|
|
127
128
|
bool captcha_required = 29;
|
|
129
|
+
|
|
130
|
+
// additional payment method details
|
|
131
|
+
oneof payment_method_details {
|
|
132
|
+
|
|
133
|
+
// Apple Pay payment method details
|
|
134
|
+
ApplePayPaymentMethodDetails apple_pay = 30;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
message ApplePayPaymentMethodDetails {
|
|
139
|
+
// The merchant’s two-letter country code
|
|
140
|
+
string merchant_country = 1 [(wix.api.format) = COUNTRY];
|
|
141
|
+
|
|
142
|
+
//The payment networks the merchant supports
|
|
143
|
+
repeated CreditCardNetwork supported_networks = 2 [(wix.api.minSize) = 0, (wix.api.maxSize) = 200];
|
|
144
|
+
|
|
145
|
+
//The payment capabilities the merchant supports
|
|
146
|
+
repeated MerchantCapability merchant_capabilities = 3 [(wix.api.minSize) = 0, (wix.api.maxSize) = 200];
|
|
128
147
|
}
|
|
129
148
|
|
|
130
149
|
message AllowMerchantUseDisplayOptionEnum {
|
|
@@ -237,6 +256,8 @@ message PageResolution {
|
|
|
237
256
|
|
|
238
257
|
message ExpressPaymentMethod {
|
|
239
258
|
|
|
259
|
+
google.protobuf.StringValue payment_provider_id = 1 [(wix.api.referenced_entity) = "wix.cashier.settings.v2.payment_provider", (wix.api.minLength) = 1, (wix.api.maxLength) = 255];
|
|
260
|
+
|
|
240
261
|
oneof payment_method_details {
|
|
241
262
|
ApplePayExpressPaymentMethodDetails apple_pay = 10;
|
|
242
263
|
|
|
@@ -246,11 +267,13 @@ message ExpressPaymentMethod {
|
|
|
246
267
|
}
|
|
247
268
|
|
|
248
269
|
message ApplePayExpressPaymentMethodDetails {
|
|
249
|
-
|
|
270
|
+
// The merchant’s two-letter country code
|
|
250
271
|
string merchant_country = 1;
|
|
251
272
|
|
|
273
|
+
//The payment networks the merchant supports
|
|
252
274
|
repeated CreditCardNetwork supported_networks = 5;
|
|
253
275
|
|
|
276
|
+
//The payment capabilities the merchant supports
|
|
254
277
|
repeated MerchantCapability merchant_capabilities = 6;
|
|
255
278
|
}
|
|
256
279
|
|
|
@@ -263,40 +286,6 @@ message ExpressPaymentMethod {
|
|
|
263
286
|
repeated PanType panTypes = 6;
|
|
264
287
|
}
|
|
265
288
|
|
|
266
|
-
enum CreditCardNetwork {
|
|
267
|
-
UNDEFINED_NETWORK = 0;
|
|
268
|
-
AMEX = 1;
|
|
269
|
-
CARTES_BANCAIRES = 2;
|
|
270
|
-
CHINA_UNION_PAY = 3;
|
|
271
|
-
DISCOVER = 5;
|
|
272
|
-
EFTPOS = 6;
|
|
273
|
-
ELECTRON = 7;
|
|
274
|
-
ELO = 8;
|
|
275
|
-
INTERAC = 9;
|
|
276
|
-
JCB = 10;
|
|
277
|
-
MADA = 11;
|
|
278
|
-
MAESTRO = 12;
|
|
279
|
-
MASTER_CARD = 13;
|
|
280
|
-
PRIVATE_LABEL = 14;
|
|
281
|
-
VISA = 15;
|
|
282
|
-
VPAY = 16;
|
|
283
|
-
BANCONTACT_CARD = 17;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
enum MerchantCapability {
|
|
287
|
-
UNDEFINED_CAPABILITY = 0;
|
|
288
|
-
SUPPORTS_3DS = 1;
|
|
289
|
-
SUPPORTS_EMV = 2;
|
|
290
|
-
SUPPORTS_CREDIT = 3;
|
|
291
|
-
SUPPORTS_DEBIT = 4;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
enum PanType {
|
|
295
|
-
UNDEFINED_TYPE = 0;
|
|
296
|
-
FPAN = 1; // PAN_ONLY
|
|
297
|
-
DPAN = 2; // CRYPTOGRAM_3DS
|
|
298
|
-
}
|
|
299
|
-
|
|
300
289
|
message PayPalExpressPaymentMethodDetails {
|
|
301
290
|
|
|
302
291
|
string client_id = 1;
|
|
@@ -308,3 +297,37 @@ message ExpressPaymentMethod {
|
|
|
308
297
|
bool credit_enabled = 4;
|
|
309
298
|
}
|
|
310
299
|
}
|
|
300
|
+
|
|
301
|
+
enum CreditCardNetwork {
|
|
302
|
+
UNDEFINED_NETWORK = 0;
|
|
303
|
+
AMEX = 1;
|
|
304
|
+
CARTES_BANCAIRES = 2;
|
|
305
|
+
CHINA_UNION_PAY = 3;
|
|
306
|
+
DISCOVER = 5;
|
|
307
|
+
EFTPOS = 6;
|
|
308
|
+
ELECTRON = 7;
|
|
309
|
+
ELO = 8;
|
|
310
|
+
INTERAC = 9;
|
|
311
|
+
JCB = 10;
|
|
312
|
+
MADA = 11;
|
|
313
|
+
MAESTRO = 12;
|
|
314
|
+
MASTER_CARD = 13;
|
|
315
|
+
PRIVATE_LABEL = 14;
|
|
316
|
+
VISA = 15;
|
|
317
|
+
VPAY = 16;
|
|
318
|
+
BANCONTACT_CARD = 17;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
enum MerchantCapability {
|
|
322
|
+
UNDEFINED_CAPABILITY = 0;
|
|
323
|
+
SUPPORTS_3DS = 1;
|
|
324
|
+
SUPPORTS_EMV = 2;
|
|
325
|
+
SUPPORTS_CREDIT = 3;
|
|
326
|
+
SUPPORTS_DEBIT = 4;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
enum PanType {
|
|
330
|
+
UNDEFINED_TYPE = 0;
|
|
331
|
+
FPAN = 1; // PAN_ONLY
|
|
332
|
+
DPAN = 2; // CRYPTOGRAM_3DS
|
|
333
|
+
}
|
|
@@ -4,6 +4,7 @@ package wix.payment.api.pay.v2;
|
|
|
4
4
|
|
|
5
5
|
import "wix/payment/api/pay/v2/resources/address.proto";
|
|
6
6
|
import "wix/payment/api/pay/v2/resources/order-buyer-info.proto";
|
|
7
|
+
import "wix/payment/api/pay/v2/resources/order-return-urls.proto";
|
|
7
8
|
import "google/protobuf/wrappers.proto";
|
|
8
9
|
import "wix/api/validations.proto";
|
|
9
10
|
import "wix/api/entity.proto";
|
|
@@ -88,6 +89,9 @@ message PaymentDetails {
|
|
|
88
89
|
// Cashier charge id
|
|
89
90
|
google.protobuf.StringValue charge_id = 113 [(wix.api.format) = GUID];
|
|
90
91
|
|
|
92
|
+
// Return urls to override existing ones in Order
|
|
93
|
+
OrderReturnUrls return_urls_overrides = 114;
|
|
94
|
+
|
|
91
95
|
oneof payment_method_details {
|
|
92
96
|
// payment with a card online
|
|
93
97
|
CardPayment card = 201;
|
|
@@ -61,7 +61,10 @@ message Transaction {
|
|
|
61
61
|
int32 installments = 13;
|
|
62
62
|
|
|
63
63
|
// Scheduled action for this transaction
|
|
64
|
-
ScheduledAction scheduled_action
|
|
64
|
+
ScheduledAction scheduled_action = 14;
|
|
65
|
+
|
|
66
|
+
// order id associated with the transaction on the vertical side
|
|
67
|
+
google.protobuf.StringValue vertical_order_id = 15 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100];
|
|
65
68
|
|
|
66
69
|
enum TransactionStatus {
|
|
67
70
|
UNDEFINED = 0;
|
|
@@ -7,7 +7,7 @@ import "wix/api/validations.proto";
|
|
|
7
7
|
import "wix/api/annotations.proto";
|
|
8
8
|
|
|
9
9
|
message StoresV3CatalogProvisioned {
|
|
10
|
-
option (.wix.api.action_payload).custom_slug = "
|
|
10
|
+
option (.wix.api.action_payload).custom_slug = "installed";
|
|
11
11
|
// instance id of stores app (AppDefId: 215238eb-22a5-4c36-9e7b-e7c08025e04e)
|
|
12
12
|
string store_id = 1 [(.wix.api.format) = GUID];
|
|
13
13
|
// instance id of the store to be cloned from
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// flynt-disable required-annotation-breaking-change
|
|
1
2
|
syntax = "proto3";
|
|
2
3
|
|
|
3
4
|
package wix.stores.catalog.provision.v1;
|
|
@@ -62,16 +63,51 @@ service StoresProvisionService {
|
|
|
62
63
|
segment: USERS
|
|
63
64
|
exposure: PRIVATE
|
|
64
65
|
};
|
|
65
|
-
|
|
66
|
+
|
|
66
67
|
rpc InstallStores(InstallStoresRequest) returns (InstallStoresResponse) {
|
|
67
68
|
option (wix.api.permission).name = "CATALOG.PROVISION_WRITE";
|
|
69
|
+
option (.wix.api.exposure) = PRIVATE;
|
|
68
70
|
option (.wix.api.emits) = {
|
|
69
71
|
event_type: ACTION
|
|
70
72
|
action_message_fqn: "wix.stores.catalog.provision.v1.StoresV3CatalogProvisioned"
|
|
71
73
|
};
|
|
74
|
+
option (.wix.api.required) = "InstallStoresRequest.store_id";
|
|
75
|
+
option (.wix.api.required) = "InstallStoresRequest.meta_site_id";
|
|
76
|
+
|
|
77
|
+
// Ecom App is not install on the v1 site
|
|
78
|
+
option (.wix.api.error) = {
|
|
79
|
+
http_code: FAILED_PRECONDITION
|
|
80
|
+
application_code: "REQUIRED_APP_NOT_INSTALLED"
|
|
81
|
+
};
|
|
72
82
|
}
|
|
83
|
+
|
|
84
|
+
// publish an action event for provision to backfill BI
|
|
85
|
+
rpc BackfillV3Site(BackfillV3SiteRequest) returns (BackfillV3SiteResponse) {
|
|
86
|
+
option (wix.api.permission).name = "CATALOG.PROVISION_WRITE";
|
|
87
|
+
option (wix.api.exposure) = INTERNAL;
|
|
88
|
+
option (.wix.api.emits) = {
|
|
89
|
+
event_type: ACTION
|
|
90
|
+
action_message_fqn: "wix.stores.catalog.provision.v1.StoresV3CatalogProvisioned"
|
|
91
|
+
};
|
|
92
|
+
option (.wix.api.required) = "BackfillV3SiteRequest.meta_site_id";
|
|
93
|
+
option (.wix.api.error) = {
|
|
94
|
+
http_code: FAILED_PRECONDITION
|
|
95
|
+
application_code: "REQUIRED_APP_NOT_INSTALLED"
|
|
96
|
+
};
|
|
97
|
+
option (.wix.api.error) = {
|
|
98
|
+
http_code: FAILED_PRECONDITION
|
|
99
|
+
application_code: "BACKFILLING_V3_FOR_V1"
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
message BackfillV3SiteRequest {
|
|
105
|
+
// meta_site_id
|
|
106
|
+
string meta_site_id = 1 [(wix.api.format) = GUID];
|
|
73
107
|
}
|
|
74
108
|
|
|
109
|
+
message BackfillV3SiteResponse {}
|
|
110
|
+
|
|
75
111
|
message GetCatalogVersionRequest {}
|
|
76
112
|
|
|
77
113
|
message GetCatalogVersionResponse {
|
|
@@ -79,9 +115,6 @@ message GetCatalogVersionResponse {
|
|
|
79
115
|
Version catalog_version = 1;
|
|
80
116
|
}
|
|
81
117
|
|
|
82
|
-
message InstallStoresRequest {}
|
|
83
|
-
message InstallStoresResponse {}
|
|
84
|
-
|
|
85
118
|
message ProvisionRequest {
|
|
86
119
|
// Store this store was cloned from. If store was not cloned, leave empty
|
|
87
120
|
google.protobuf.StringValue original_instance_id = 1 [(wix.api.format) = GUID];
|
|
@@ -100,3 +133,17 @@ message DefaultDeliveryProfileSetup {
|
|
|
100
133
|
message InstallBassAppDependencyRequest {}
|
|
101
134
|
|
|
102
135
|
message InstallBassAppDependencyResponse {}
|
|
136
|
+
|
|
137
|
+
message InstallStoresRequest {
|
|
138
|
+
reserved 5;
|
|
139
|
+
// Original StoreId
|
|
140
|
+
google.protobuf.StringValue origin_store_id = 1 [(.wix.api.format) = GUID];
|
|
141
|
+
// Original MetaSiteId
|
|
142
|
+
google.protobuf.StringValue origin_meta_site_id = 2 [(.wix.api.format) = GUID];
|
|
143
|
+
// StoreId
|
|
144
|
+
string store_id = 3 [(.wix.api.format) = GUID];
|
|
145
|
+
// MetaSiteId
|
|
146
|
+
string meta_site_id = 4 [(.wix.api.format) = GUID];
|
|
147
|
+
}
|
|
148
|
+
message InstallStoresResponse {
|
|
149
|
+
}
|
|
@@ -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': '13c6e806136e9b00ba0ee32289d30bf34b38db7e'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -1271,6 +1271,11 @@ $root.__lookup = function (pbjs) {
|
|
|
1271
1271
|
'MATCH_ITEMS': 16,
|
|
1272
1272
|
'ENHANCED_DATE': 17
|
|
1273
1273
|
},
|
|
1274
|
+
'valuesOptions': {
|
|
1275
|
+
'ALL': { 'deprecated': true },
|
|
1276
|
+
'ANY': { 'deprecated': true },
|
|
1277
|
+
'ENHANCED_DATE': { 'deprecated': true }
|
|
1278
|
+
},
|
|
1274
1279
|
'comment': null,
|
|
1275
1280
|
'comments': {
|
|
1276
1281
|
'ALL_APPLICABLE_OPERATORS': null,
|
|
@@ -1515,6 +1520,7 @@ $root.__lookup = function (pbjs) {
|
|
|
1515
1520
|
'VIDEO': 9,
|
|
1516
1521
|
'IMAGE_LINK': 10
|
|
1517
1522
|
},
|
|
1523
|
+
'valuesOptions': { 'UNDEFINED_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
1518
1524
|
'comment': null,
|
|
1519
1525
|
'comments': {
|
|
1520
1526
|
'UNDEFINED_TYPE': null,
|
|
@@ -1605,6 +1611,7 @@ $root.__lookup = function (pbjs) {
|
|
|
1605
1611
|
'GA': 3,
|
|
1606
1612
|
'NOT_IMPLEMENTED': 4
|
|
1607
1613
|
},
|
|
1614
|
+
'valuesOptions': { 'IA': { 'deprecated': true } },
|
|
1608
1615
|
'comment': null,
|
|
1609
1616
|
'comments': {
|
|
1610
1617
|
'ALPHA': null,
|
|
@@ -5708,6 +5715,7 @@ $root.__lookup = function (pbjs) {
|
|
|
5708
5715
|
'DATE_HISTOGRAM': 4,
|
|
5709
5716
|
'NESTED': 5
|
|
5710
5717
|
},
|
|
5718
|
+
'valuesOptions': { 'UNKNOWN_AGGREGATION_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
5711
5719
|
'comment': null,
|
|
5712
5720
|
'comments': {
|
|
5713
5721
|
'UNKNOWN_AGGREGATION_TYPE': null,
|
|
@@ -5727,6 +5735,11 @@ $root.__lookup = function (pbjs) {
|
|
|
5727
5735
|
'SUM': 4,
|
|
5728
5736
|
'AVG': 5
|
|
5729
5737
|
},
|
|
5738
|
+
'valuesOptions': {
|
|
5739
|
+
'UNKNOWN_SCALAR_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' },
|
|
5740
|
+
'SUM': { '(.wix.api.enum_exposure)': 'PRIVATE' },
|
|
5741
|
+
'AVG': { '(.wix.api.enum_exposure)': 'PRIVATE' }
|
|
5742
|
+
},
|
|
5730
5743
|
'comment': null,
|
|
5731
5744
|
'comments': {
|
|
5732
5745
|
'UNKNOWN_SCALAR_TYPE': null,
|
|
@@ -6047,6 +6060,7 @@ $root.__lookup = function (pbjs) {
|
|
|
6047
6060
|
'SCALAR': 3,
|
|
6048
6061
|
'DATE_HISTOGRAM': 4
|
|
6049
6062
|
},
|
|
6063
|
+
'valuesOptions': { 'UNKNOWN_AGGREGATION_TYPE': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
6050
6064
|
'comment': null,
|
|
6051
6065
|
'comments': {
|
|
6052
6066
|
'UNKNOWN_AGGREGATION_TYPE': null,
|
|
@@ -6146,6 +6160,7 @@ $root.__lookup = function (pbjs) {
|
|
|
6146
6160
|
'MINUTE': 6,
|
|
6147
6161
|
'SECOND': 7
|
|
6148
6162
|
},
|
|
6163
|
+
'valuesOptions': { 'UNKNOWN_INTERVAL': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
6149
6164
|
'comment': null,
|
|
6150
6165
|
'comments': {
|
|
6151
6166
|
'UNKNOWN_INTERVAL': null,
|
|
@@ -7543,6 +7558,7 @@ $root.__lookup = function (pbjs) {
|
|
|
7543
7558
|
'noreferrer': 3,
|
|
7544
7559
|
'sponsored': 4
|
|
7545
7560
|
},
|
|
7561
|
+
'valuesOptions': { 'unknown_link_rel': { '(.wix.api.enum_maturity)': 'NOT_IMPLEMENTED' } },
|
|
7546
7562
|
'comment': null,
|
|
7547
7563
|
'comments': {
|
|
7548
7564
|
'unknown_link_rel': null,
|
|
@@ -9132,6 +9148,7 @@ $root.__lookup = function (pbjs) {
|
|
|
9132
9148
|
'SEARCH': 4,
|
|
9133
9149
|
'AUTO_SDK': 5
|
|
9134
9150
|
},
|
|
9151
|
+
'valuesOptions': { 'AUTO_VELO': { 'deprecated': true } },
|
|
9135
9152
|
'comment': null,
|
|
9136
9153
|
'comments': {
|
|
9137
9154
|
'UNKNOWN_APPENDIX_TYPE': null,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ambassador-infra-asyncjobs-v1-async-job",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.90",
|
|
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.asyncinfra:async-job-service"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"falconPackageHash": "
|
|
47
|
+
"falconPackageHash": "99be5c84b8536943115386c3545f20886ffff24062419b2cec147c19",
|
|
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
|
*/
|
|
@@ -3570,6 +3581,7 @@ declare namespace $requests {
|
|
|
3570
3581
|
export interface IServiceOptions {
|
|
3571
3582
|
deprecated?: boolean;
|
|
3572
3583
|
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
3584
|
+
'.wix.api.errorDef'?: $requests.wix.api.IError[];
|
|
3573
3585
|
'.wix.api.serviceMaturity'?: $requests.wix.api.Maturity;
|
|
3574
3586
|
'.wix.api.serviceExposure'?: $requests.wix.api.Exposure;
|
|
3575
3587
|
'.wix.api.serviceDeprecated'?: $requests.wix.api.IDeprecated;
|
|
@@ -3584,6 +3596,7 @@ declare namespace $requests {
|
|
|
3584
3596
|
constructor(data?: IServiceOptions);
|
|
3585
3597
|
deprecated?: boolean;
|
|
3586
3598
|
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
3599
|
+
'.wix.api.errorDef'?: $requests.wix.api.IError[];
|
|
3587
3600
|
'.wix.api.serviceMaturity'?: $requests.wix.api.Maturity;
|
|
3588
3601
|
'.wix.api.serviceExposure'?: $requests.wix.api.Exposure;
|
|
3589
3602
|
'.wix.api.serviceDeprecated'?: $requests.wix.api.IDeprecated;
|
|
@@ -3604,6 +3617,7 @@ declare namespace $requests {
|
|
|
3604
3617
|
'.wix.api.error'?: $requests.wix.api.IError[];
|
|
3605
3618
|
'.wix.api.customValidationError'?: $requests.wix.api.ICustomValidationError[];
|
|
3606
3619
|
'.wix.api.inheritCrudErrors'?: $requests.wix.api.IInheritCrudErrors[];
|
|
3620
|
+
'.wix.api.errorRef'?: $requests.wix.api.IErrorRef[];
|
|
3607
3621
|
'.wix.api.exposure'?: $requests.wix.api.Exposure;
|
|
3608
3622
|
'.wix.api.maturity'?: $requests.wix.api.Maturity;
|
|
3609
3623
|
'.wix.api.cacheable'?: $requests.wix.api.ICacheSettings;
|
|
@@ -3633,6 +3647,7 @@ declare namespace $requests {
|
|
|
3633
3647
|
'.wix.api.error'?: $requests.wix.api.IError[];
|
|
3634
3648
|
'.wix.api.customValidationError'?: $requests.wix.api.ICustomValidationError[];
|
|
3635
3649
|
'.wix.api.inheritCrudErrors'?: $requests.wix.api.IInheritCrudErrors[];
|
|
3650
|
+
'.wix.api.errorRef'?: $requests.wix.api.IErrorRef[];
|
|
3636
3651
|
'.wix.api.exposure'?: $requests.wix.api.Exposure;
|
|
3637
3652
|
'.wix.api.maturity'?: $requests.wix.api.Maturity;
|
|
3638
3653
|
'.wix.api.cacheable'?: $requests.wix.api.ICacheSettings;
|
|
@@ -4231,6 +4246,17 @@ declare namespace $responses {
|
|
|
4231
4246
|
data: string;
|
|
4232
4247
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4233
4248
|
}
|
|
4249
|
+
/**
|
|
4250
|
+
* Method-level reference to a service-level error.
|
|
4251
|
+
*/
|
|
4252
|
+
export interface IErrorRef {
|
|
4253
|
+
applicationCode: string;
|
|
4254
|
+
}
|
|
4255
|
+
export class ErrorRef implements IErrorRef {
|
|
4256
|
+
constructor(data?: IErrorRef);
|
|
4257
|
+
applicationCode: string;
|
|
4258
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4259
|
+
}
|
|
4234
4260
|
/**
|
|
4235
4261
|
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
4236
4262
|
*/
|
|
@@ -7356,6 +7382,7 @@ declare namespace $responses {
|
|
|
7356
7382
|
export interface IServiceOptions {
|
|
7357
7383
|
deprecated: boolean;
|
|
7358
7384
|
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
7385
|
+
'.wix.api.errorDef': $responses.wix.api.IError[];
|
|
7359
7386
|
'.wix.api.serviceMaturity': $responses.wix.api.Maturity;
|
|
7360
7387
|
'.wix.api.serviceExposure': $responses.wix.api.Exposure;
|
|
7361
7388
|
'.wix.api.serviceDeprecated'?: $responses.wix.api.IDeprecated;
|
|
@@ -7370,6 +7397,7 @@ declare namespace $responses {
|
|
|
7370
7397
|
constructor(data?: IServiceOptions);
|
|
7371
7398
|
deprecated: boolean;
|
|
7372
7399
|
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
7400
|
+
'.wix.api.errorDef': $responses.wix.api.IError[];
|
|
7373
7401
|
'.wix.api.serviceMaturity': $responses.wix.api.Maturity;
|
|
7374
7402
|
'.wix.api.serviceExposure': $responses.wix.api.Exposure;
|
|
7375
7403
|
'.wix.api.serviceDeprecated'?: $responses.wix.api.IDeprecated;
|
|
@@ -7390,6 +7418,7 @@ declare namespace $responses {
|
|
|
7390
7418
|
'.wix.api.error': $responses.wix.api.IError[];
|
|
7391
7419
|
'.wix.api.customValidationError': $responses.wix.api.ICustomValidationError[];
|
|
7392
7420
|
'.wix.api.inheritCrudErrors': $responses.wix.api.IInheritCrudErrors[];
|
|
7421
|
+
'.wix.api.errorRef': $responses.wix.api.IErrorRef[];
|
|
7393
7422
|
'.wix.api.exposure': $responses.wix.api.Exposure;
|
|
7394
7423
|
'.wix.api.maturity': $responses.wix.api.Maturity;
|
|
7395
7424
|
'.wix.api.cacheable'?: $responses.wix.api.ICacheSettings;
|
|
@@ -7419,6 +7448,7 @@ declare namespace $responses {
|
|
|
7419
7448
|
'.wix.api.error': $responses.wix.api.IError[];
|
|
7420
7449
|
'.wix.api.customValidationError': $responses.wix.api.ICustomValidationError[];
|
|
7421
7450
|
'.wix.api.inheritCrudErrors': $responses.wix.api.IInheritCrudErrors[];
|
|
7451
|
+
'.wix.api.errorRef': $responses.wix.api.IErrorRef[];
|
|
7422
7452
|
'.wix.api.exposure': $responses.wix.api.Exposure;
|
|
7423
7453
|
'.wix.api.maturity': $responses.wix.api.Maturity;
|
|
7424
7454
|
'.wix.api.cacheable'?: $responses.wix.api.ICacheSettings;
|
package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.d.ts
CHANGED
|
@@ -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
|
*/
|
|
@@ -3588,6 +3599,7 @@ declare namespace $wrapper {
|
|
|
3588
3599
|
export interface IServiceOptions {
|
|
3589
3600
|
deprecated?: (boolean | null);
|
|
3590
3601
|
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
3602
|
+
'.wix.api.errorDef'?: ($wrapper.wix.api.IError[] | null);
|
|
3591
3603
|
'.wix.api.serviceMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
3592
3604
|
'.wix.api.serviceExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
3593
3605
|
'.wix.api.serviceDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
@@ -3602,6 +3614,7 @@ declare namespace $wrapper {
|
|
|
3602
3614
|
constructor(data?: IServiceOptions);
|
|
3603
3615
|
deprecated?: (boolean | null);
|
|
3604
3616
|
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
3617
|
+
'.wix.api.errorDef'?: ($wrapper.wix.api.IError[] | null);
|
|
3605
3618
|
'.wix.api.serviceMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
3606
3619
|
'.wix.api.serviceExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
3607
3620
|
'.wix.api.serviceDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
@@ -3622,6 +3635,7 @@ declare namespace $wrapper {
|
|
|
3622
3635
|
'.wix.api.error'?: ($wrapper.wix.api.IError[] | null);
|
|
3623
3636
|
'.wix.api.customValidationError'?: ($wrapper.wix.api.ICustomValidationError[] | null);
|
|
3624
3637
|
'.wix.api.inheritCrudErrors'?: ($wrapper.wix.api.IInheritCrudErrors[] | null);
|
|
3638
|
+
'.wix.api.errorRef'?: ($wrapper.wix.api.IErrorRef[] | null);
|
|
3625
3639
|
'.wix.api.exposure'?: ($wrapper.wix.api.Exposure | null);
|
|
3626
3640
|
'.wix.api.maturity'?: ($wrapper.wix.api.Maturity | null);
|
|
3627
3641
|
'.wix.api.cacheable'?: ($wrapper.wix.api.ICacheSettings | null);
|
|
@@ -3651,6 +3665,7 @@ declare namespace $wrapper {
|
|
|
3651
3665
|
'.wix.api.error'?: ($wrapper.wix.api.IError[] | null);
|
|
3652
3666
|
'.wix.api.customValidationError'?: ($wrapper.wix.api.ICustomValidationError[] | null);
|
|
3653
3667
|
'.wix.api.inheritCrudErrors'?: ($wrapper.wix.api.IInheritCrudErrors[] | null);
|
|
3668
|
+
'.wix.api.errorRef'?: ($wrapper.wix.api.IErrorRef[] | null);
|
|
3654
3669
|
'.wix.api.exposure'?: ($wrapper.wix.api.Exposure | null);
|
|
3655
3670
|
'.wix.api.maturity'?: ($wrapper.wix.api.Maturity | null);
|
|
3656
3671
|
'.wix.api.cacheable'?: ($wrapper.wix.api.ICacheSettings | null);
|