@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
|
@@ -565,6 +565,7 @@ declare namespace $requests {
|
|
|
565
565
|
TRASH = "TRASH",
|
|
566
566
|
DELETED = "DELETED",
|
|
567
567
|
PENDING_PURGE = "PENDING_PURGE",
|
|
568
|
+
PURGED_EXTERNALLY = "PURGED_EXTERNALLY",
|
|
568
569
|
}
|
|
569
570
|
}
|
|
570
571
|
export interface IRoutesApiData {
|
|
@@ -616,6 +617,7 @@ declare namespace $requests {
|
|
|
616
617
|
deleteContext?: $requests.com.wixpress.metasite.event.api.IDeleteContext;
|
|
617
618
|
publishedHtmlSiteRevision?: (number | string);
|
|
618
619
|
routesApiData?: $requests.com.wixpress.metasite.event.api.IRoutesApiData;
|
|
620
|
+
accountCreatedDate?: Date;
|
|
619
621
|
}
|
|
620
622
|
export class MetaSite implements IMetaSite {
|
|
621
623
|
constructor(data?: IMetaSite);
|
|
@@ -647,6 +649,7 @@ declare namespace $requests {
|
|
|
647
649
|
deleteContext?: $requests.com.wixpress.metasite.event.api.IDeleteContext;
|
|
648
650
|
publishedHtmlSiteRevision?: (number | string);
|
|
649
651
|
routesApiData?: $requests.com.wixpress.metasite.event.api.IRoutesApiData;
|
|
652
|
+
accountCreatedDate?: Date;
|
|
650
653
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
651
654
|
}
|
|
652
655
|
export namespace MetaSite {
|
|
@@ -692,6 +695,9 @@ declare namespace $requests {
|
|
|
692
695
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
693
696
|
CODUX = "CODUX",
|
|
694
697
|
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR",
|
|
698
|
+
SHARED_BLOG_ENTERPRISE = "SHARED_BLOG_ENTERPRISE",
|
|
699
|
+
STANDALONE_FORMS = "STANDALONE_FORMS",
|
|
700
|
+
STANDALONE_EVENTS = "STANDALONE_EVENTS",
|
|
695
701
|
}
|
|
696
702
|
export enum Flag {
|
|
697
703
|
UNKNOWN_FLAG = "UNKNOWN_FLAG",
|
|
@@ -854,6 +860,22 @@ declare namespace $requests {
|
|
|
854
860
|
constructor(data?: IStudioUnassigned);
|
|
855
861
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
856
862
|
}
|
|
863
|
+
export interface IVirtualTpaMentioned {
|
|
864
|
+
appDefId?: string;
|
|
865
|
+
}
|
|
866
|
+
export class VirtualTpaMentioned implements IVirtualTpaMentioned {
|
|
867
|
+
constructor(data?: IVirtualTpaMentioned);
|
|
868
|
+
appDefId?: string;
|
|
869
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
870
|
+
}
|
|
871
|
+
export interface ISitePurgedExternally {
|
|
872
|
+
appDefId?: string[];
|
|
873
|
+
}
|
|
874
|
+
export class SitePurgedExternally implements ISitePurgedExternally {
|
|
875
|
+
constructor(data?: ISitePurgedExternally);
|
|
876
|
+
appDefId?: string[];
|
|
877
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
878
|
+
}
|
|
857
879
|
export interface IMetaSiteFullEvent {
|
|
858
880
|
metaSite?: $requests.com.wixpress.metasite.event.api.IMetaSite;
|
|
859
881
|
context?: $requests.com.wixpress.metasite.event.api.MetaSiteFullEvent.Context;
|
|
@@ -875,6 +897,7 @@ declare namespace $requests {
|
|
|
875
897
|
ARCHIVE = "ARCHIVE",
|
|
876
898
|
RESTORE = "RESTORE",
|
|
877
899
|
UPDATE_DELETED = "UPDATE_DELETED",
|
|
900
|
+
PURGED_EXTERNALLY = "PURGED_EXTERNALLY",
|
|
878
901
|
}
|
|
879
902
|
}
|
|
880
903
|
export interface IMetaSiteEvent {
|
|
@@ -894,6 +917,8 @@ declare namespace $requests {
|
|
|
894
917
|
urlChanged?: $requests.com.wixpress.metasite.event.api.ISiteUrlChanged;
|
|
895
918
|
studioAssigned?: $requests.com.wixpress.metasite.event.api.IStudioAssigned;
|
|
896
919
|
studioUnassigned?: $requests.com.wixpress.metasite.event.api.IStudioUnassigned;
|
|
920
|
+
virtualTpaMentioned?: $requests.com.wixpress.metasite.event.api.IVirtualTpaMentioned;
|
|
921
|
+
sitePurgedExternally?: $requests.com.wixpress.metasite.event.api.ISitePurgedExternally;
|
|
897
922
|
}
|
|
898
923
|
export class MetaSiteEvent implements IMetaSiteEvent {
|
|
899
924
|
constructor(data?: IMetaSiteEvent);
|
|
@@ -913,6 +938,8 @@ declare namespace $requests {
|
|
|
913
938
|
urlChanged?: $requests.com.wixpress.metasite.event.api.ISiteUrlChanged;
|
|
914
939
|
studioAssigned?: $requests.com.wixpress.metasite.event.api.IStudioAssigned;
|
|
915
940
|
studioUnassigned?: $requests.com.wixpress.metasite.event.api.IStudioUnassigned;
|
|
941
|
+
virtualTpaMentioned?: $requests.com.wixpress.metasite.event.api.IVirtualTpaMentioned;
|
|
942
|
+
sitePurgedExternally?: $requests.com.wixpress.metasite.event.api.ISitePurgedExternally;
|
|
916
943
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
917
944
|
}
|
|
918
945
|
export interface IMetaSiteSpecialEvent {
|
|
@@ -935,6 +962,7 @@ declare namespace $requests {
|
|
|
935
962
|
namespaceChanged?: $requests.com.wixpress.metasite.event.api.INamespaceChanged;
|
|
936
963
|
studioAssigned?: $requests.com.wixpress.metasite.event.api.IStudioAssigned;
|
|
937
964
|
studioUnassigned?: $requests.com.wixpress.metasite.event.api.IStudioUnassigned;
|
|
965
|
+
urlChanged?: $requests.com.wixpress.metasite.event.api.ISiteUrlChanged;
|
|
938
966
|
}
|
|
939
967
|
export class MetaSiteSpecialEvent implements IMetaSiteSpecialEvent {
|
|
940
968
|
constructor(data?: IMetaSiteSpecialEvent);
|
|
@@ -957,6 +985,7 @@ declare namespace $requests {
|
|
|
957
985
|
namespaceChanged?: $requests.com.wixpress.metasite.event.api.INamespaceChanged;
|
|
958
986
|
studioAssigned?: $requests.com.wixpress.metasite.event.api.IStudioAssigned;
|
|
959
987
|
studioUnassigned?: $requests.com.wixpress.metasite.event.api.IStudioUnassigned;
|
|
988
|
+
urlChanged?: $requests.com.wixpress.metasite.event.api.ISiteUrlChanged;
|
|
960
989
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
961
990
|
}
|
|
962
991
|
}
|
|
@@ -1109,6 +1138,7 @@ declare namespace $requests {
|
|
|
1109
1138
|
inventoryAppId?: string;
|
|
1110
1139
|
policies?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IPolicy[];
|
|
1111
1140
|
additionalFees?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IAdditionalFee[];
|
|
1141
|
+
membersOnly?: boolean;
|
|
1112
1142
|
}
|
|
1113
1143
|
export class ItemData implements IItemData {
|
|
1114
1144
|
constructor(data?: IItemData);
|
|
@@ -1141,6 +1171,7 @@ declare namespace $requests {
|
|
|
1141
1171
|
inventoryAppId?: string;
|
|
1142
1172
|
policies?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IPolicy[];
|
|
1143
1173
|
additionalFees?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IAdditionalFee[];
|
|
1174
|
+
membersOnly?: boolean;
|
|
1144
1175
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1145
1176
|
}
|
|
1146
1177
|
export interface ISubscriptionOptionInfo {
|
|
@@ -1163,7 +1194,6 @@ declare namespace $requests {
|
|
|
1163
1194
|
enableCustomerCancellation?: boolean;
|
|
1164
1195
|
freeTrialPeriod?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IFreeTrialPeriod;
|
|
1165
1196
|
startDate?: Date;
|
|
1166
|
-
generateOrderEachBillingCycle?: boolean;
|
|
1167
1197
|
}
|
|
1168
1198
|
export class SubscriptionSettings implements ISubscriptionSettings {
|
|
1169
1199
|
constructor(data?: ISubscriptionSettings);
|
|
@@ -1174,7 +1204,6 @@ declare namespace $requests {
|
|
|
1174
1204
|
enableCustomerCancellation?: boolean;
|
|
1175
1205
|
freeTrialPeriod?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IFreeTrialPeriod;
|
|
1176
1206
|
startDate?: Date;
|
|
1177
|
-
generateOrderEachBillingCycle?: boolean;
|
|
1178
1207
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1179
1208
|
}
|
|
1180
1209
|
export interface IFreeTrialPeriod {
|
|
@@ -1597,12 +1626,14 @@ declare namespace $requests {
|
|
|
1597
1626
|
id?: string;
|
|
1598
1627
|
appId?: string;
|
|
1599
1628
|
quantity?: number;
|
|
1629
|
+
name?: string;
|
|
1600
1630
|
}
|
|
1601
1631
|
export class LocationAndQuantity implements ILocationAndQuantity {
|
|
1602
1632
|
constructor(data?: ILocationAndQuantity);
|
|
1603
1633
|
id?: string;
|
|
1604
1634
|
appId?: string;
|
|
1605
1635
|
quantity?: number;
|
|
1636
|
+
name?: string;
|
|
1606
1637
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1607
1638
|
}
|
|
1608
1639
|
export interface IPickupAddress {
|
|
@@ -1655,6 +1686,11 @@ declare namespace $requests {
|
|
|
1655
1686
|
formattedAmount?: string;
|
|
1656
1687
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1657
1688
|
}
|
|
1689
|
+
export enum UnitSystem {
|
|
1690
|
+
UNKNOWN_UNIT_SYSTEM = "UNKNOWN_UNIT_SYSTEM",
|
|
1691
|
+
IMPERIAL = "IMPERIAL",
|
|
1692
|
+
METRIC = "METRIC",
|
|
1693
|
+
}
|
|
1658
1694
|
}
|
|
1659
1695
|
}
|
|
1660
1696
|
export namespace commons {
|
|
@@ -2134,6 +2170,7 @@ declare namespace $requests {
|
|
|
2134
2170
|
eventsExposure?: $requests.wix.api.Exposure;
|
|
2135
2171
|
eventsMaturity?: $requests.wix.api.Maturity;
|
|
2136
2172
|
persistence?: $requests.wix.api.IPersistence;
|
|
2173
|
+
permissionOptions?: $requests.wix.api.IPermissionCatalogOptions;
|
|
2137
2174
|
}
|
|
2138
2175
|
export class Entity implements IEntity {
|
|
2139
2176
|
constructor(data?: IEntity);
|
|
@@ -2154,6 +2191,17 @@ declare namespace $requests {
|
|
|
2154
2191
|
eventsExposure?: $requests.wix.api.Exposure;
|
|
2155
2192
|
eventsMaturity?: $requests.wix.api.Maturity;
|
|
2156
2193
|
persistence?: $requests.wix.api.IPersistence;
|
|
2194
|
+
permissionOptions?: $requests.wix.api.IPermissionCatalogOptions;
|
|
2195
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2196
|
+
}
|
|
2197
|
+
export interface IPermissionCatalogOptions {
|
|
2198
|
+
autoGeneratePermissions?: boolean;
|
|
2199
|
+
autoGenerateScopes?: boolean;
|
|
2200
|
+
}
|
|
2201
|
+
export class PermissionCatalogOptions implements IPermissionCatalogOptions {
|
|
2202
|
+
constructor(data?: IPermissionCatalogOptions);
|
|
2203
|
+
autoGeneratePermissions?: boolean;
|
|
2204
|
+
autoGenerateScopes?: boolean;
|
|
2157
2205
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2158
2206
|
}
|
|
2159
2207
|
export interface IPersistence {
|
|
@@ -2323,6 +2371,8 @@ declare namespace $requests {
|
|
|
2323
2371
|
searchRelatedOptions?: $requests.wix.api.ISearchRelatedOptions;
|
|
2324
2372
|
updateExtendedFieldsOptions?: $requests.wix.api.IUpdateExtendedFieldsOptions;
|
|
2325
2373
|
customActionOptions?: $requests.wix.api.ICustomActionOptions;
|
|
2374
|
+
bulkUpdateTagsOptions?: $requests.wix.api.IBulkUpdateTagsMethodOptions;
|
|
2375
|
+
bulkUpdateTagsByFilterOptions?: $requests.wix.api.IBulkUpdateTagsByFilterMethodOptions;
|
|
2326
2376
|
}
|
|
2327
2377
|
export class Crud implements ICrud {
|
|
2328
2378
|
constructor(data?: ICrud);
|
|
@@ -2349,6 +2399,8 @@ declare namespace $requests {
|
|
|
2349
2399
|
searchRelatedOptions?: $requests.wix.api.ISearchRelatedOptions;
|
|
2350
2400
|
updateExtendedFieldsOptions?: $requests.wix.api.IUpdateExtendedFieldsOptions;
|
|
2351
2401
|
customActionOptions?: $requests.wix.api.ICustomActionOptions;
|
|
2402
|
+
bulkUpdateTagsOptions?: $requests.wix.api.IBulkUpdateTagsMethodOptions;
|
|
2403
|
+
bulkUpdateTagsByFilterOptions?: $requests.wix.api.IBulkUpdateTagsByFilterMethodOptions;
|
|
2352
2404
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2353
2405
|
}
|
|
2354
2406
|
export namespace Crud {
|
|
@@ -2383,11 +2435,15 @@ declare namespace $requests {
|
|
|
2383
2435
|
export interface IPaging {
|
|
2384
2436
|
type?: $requests.wix.api.Paging.Type;
|
|
2385
2437
|
pagingMetadataField?: string;
|
|
2438
|
+
cursorPagingMetadataField?: string;
|
|
2439
|
+
offsetPagingMetadataField?: string;
|
|
2386
2440
|
}
|
|
2387
2441
|
export class Paging implements IPaging {
|
|
2388
2442
|
constructor(data?: IPaging);
|
|
2389
2443
|
type?: $requests.wix.api.Paging.Type;
|
|
2390
2444
|
pagingMetadataField?: string;
|
|
2445
|
+
cursorPagingMetadataField?: string;
|
|
2446
|
+
offsetPagingMetadataField?: string;
|
|
2391
2447
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2392
2448
|
}
|
|
2393
2449
|
export namespace Paging {
|
|
@@ -2395,14 +2451,31 @@ declare namespace $requests {
|
|
|
2395
2451
|
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
2396
2452
|
OFFSET = "OFFSET",
|
|
2397
2453
|
CURSOR = "CURSOR",
|
|
2454
|
+
BOTH = "BOTH",
|
|
2398
2455
|
}
|
|
2399
2456
|
}
|
|
2400
2457
|
export interface ICustomActionOptions {
|
|
2401
2458
|
readOperation?: boolean;
|
|
2459
|
+
wql?: $requests.wix.api.IWqlOptions;
|
|
2402
2460
|
}
|
|
2403
2461
|
export class CustomActionOptions implements ICustomActionOptions {
|
|
2404
2462
|
constructor(data?: ICustomActionOptions);
|
|
2405
2463
|
readOperation?: boolean;
|
|
2464
|
+
wql?: $requests.wix.api.IWqlOptions;
|
|
2465
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2466
|
+
}
|
|
2467
|
+
export interface IWqlOptions {
|
|
2468
|
+
queryOptionsName?: string;
|
|
2469
|
+
filterField?: string;
|
|
2470
|
+
queryField?: string;
|
|
2471
|
+
searchField?: string;
|
|
2472
|
+
}
|
|
2473
|
+
export class WqlOptions implements IWqlOptions {
|
|
2474
|
+
constructor(data?: IWqlOptions);
|
|
2475
|
+
queryOptionsName?: string;
|
|
2476
|
+
filterField?: string;
|
|
2477
|
+
queryField?: string;
|
|
2478
|
+
searchField?: string;
|
|
2406
2479
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2407
2480
|
}
|
|
2408
2481
|
export interface ICreateMethodOptions {
|
|
@@ -2467,6 +2540,8 @@ declare namespace $requests {
|
|
|
2467
2540
|
}
|
|
2468
2541
|
export interface IQueryMethodOptions {
|
|
2469
2542
|
queryField?: string;
|
|
2543
|
+
cursorQueryField?: string;
|
|
2544
|
+
offsetQueryField?: string;
|
|
2470
2545
|
itemsField?: string;
|
|
2471
2546
|
paging?: $requests.wix.api.IPaging;
|
|
2472
2547
|
wql?: $requests.wix.api.IWql;
|
|
@@ -2476,6 +2551,8 @@ declare namespace $requests {
|
|
|
2476
2551
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
2477
2552
|
constructor(data?: IQueryMethodOptions);
|
|
2478
2553
|
queryField?: string;
|
|
2554
|
+
cursorQueryField?: string;
|
|
2555
|
+
offsetQueryField?: string;
|
|
2479
2556
|
itemsField?: string;
|
|
2480
2557
|
paging?: $requests.wix.api.IPaging;
|
|
2481
2558
|
wql?: $requests.wix.api.IWql;
|
|
@@ -2485,6 +2562,8 @@ declare namespace $requests {
|
|
|
2485
2562
|
}
|
|
2486
2563
|
export interface ISearchMethodOptions {
|
|
2487
2564
|
searchField?: string;
|
|
2565
|
+
cursorSearchField?: string;
|
|
2566
|
+
offsetSearchField?: string;
|
|
2488
2567
|
itemsField?: string;
|
|
2489
2568
|
paging?: $requests.wix.api.IPaging;
|
|
2490
2569
|
wql?: $requests.wix.api.IWql;
|
|
@@ -2495,6 +2574,8 @@ declare namespace $requests {
|
|
|
2495
2574
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
2496
2575
|
constructor(data?: ISearchMethodOptions);
|
|
2497
2576
|
searchField?: string;
|
|
2577
|
+
cursorSearchField?: string;
|
|
2578
|
+
offsetSearchField?: string;
|
|
2498
2579
|
itemsField?: string;
|
|
2499
2580
|
paging?: $requests.wix.api.IPaging;
|
|
2500
2581
|
wql?: $requests.wix.api.IWql;
|
|
@@ -2535,6 +2616,24 @@ declare namespace $requests {
|
|
|
2535
2616
|
queryOptionsName?: string;
|
|
2536
2617
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2537
2618
|
}
|
|
2619
|
+
export interface IBulkUpdateTagsMethodOptions {
|
|
2620
|
+
idsField?: string;
|
|
2621
|
+
}
|
|
2622
|
+
export class BulkUpdateTagsMethodOptions implements IBulkUpdateTagsMethodOptions {
|
|
2623
|
+
constructor(data?: IBulkUpdateTagsMethodOptions);
|
|
2624
|
+
idsField?: string;
|
|
2625
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2626
|
+
}
|
|
2627
|
+
export interface IBulkUpdateTagsByFilterMethodOptions {
|
|
2628
|
+
filterField?: string;
|
|
2629
|
+
queryOptionsName?: string;
|
|
2630
|
+
}
|
|
2631
|
+
export class BulkUpdateTagsByFilterMethodOptions implements IBulkUpdateTagsByFilterMethodOptions {
|
|
2632
|
+
constructor(data?: IBulkUpdateTagsByFilterMethodOptions);
|
|
2633
|
+
filterField?: string;
|
|
2634
|
+
queryOptionsName?: string;
|
|
2635
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2636
|
+
}
|
|
2538
2637
|
export interface IBulkUpsertMethodOptions {
|
|
2539
2638
|
itemField?: string;
|
|
2540
2639
|
fieldmaskField?: string;
|
|
@@ -2669,6 +2768,7 @@ declare namespace $requests {
|
|
|
2669
2768
|
EMPTY = "EMPTY",
|
|
2670
2769
|
MATCH_ALL = "MATCH_ALL",
|
|
2671
2770
|
MATCH_ITEMS = "MATCH_ITEMS",
|
|
2771
|
+
ENHANCED_DATE = "ENHANCED_DATE",
|
|
2672
2772
|
}
|
|
2673
2773
|
export enum Sort {
|
|
2674
2774
|
NONE = "NONE",
|
|
@@ -2698,6 +2798,11 @@ declare namespace $requests {
|
|
|
2698
2798
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2699
2799
|
}
|
|
2700
2800
|
}
|
|
2801
|
+
export enum VirtualSubfields {
|
|
2802
|
+
NO_VIRTUAL_SUBFIELDS = "NO_VIRTUAL_SUBFIELDS",
|
|
2803
|
+
DATE = "DATE",
|
|
2804
|
+
EMAIL = "EMAIL",
|
|
2805
|
+
}
|
|
2701
2806
|
export interface IOperatorFieldSupport {
|
|
2702
2807
|
operator?: $requests.wix.api.Wql.Operator[];
|
|
2703
2808
|
glob?: string;
|
|
@@ -2705,6 +2810,7 @@ declare namespace $requests {
|
|
|
2705
2810
|
sort?: $requests.wix.api.Wql.Sort;
|
|
2706
2811
|
requiredFields?: $requests.wix.api.Wql.IRequiredFields[];
|
|
2707
2812
|
maturity?: $requests.wix.api.Maturity;
|
|
2813
|
+
virtualSubfields?: $requests.wix.api.Wql.VirtualSubfields;
|
|
2708
2814
|
}
|
|
2709
2815
|
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
2710
2816
|
constructor(data?: IOperatorFieldSupport);
|
|
@@ -2714,6 +2820,7 @@ declare namespace $requests {
|
|
|
2714
2820
|
sort?: $requests.wix.api.Wql.Sort;
|
|
2715
2821
|
requiredFields?: $requests.wix.api.Wql.IRequiredFields[];
|
|
2716
2822
|
maturity?: $requests.wix.api.Maturity;
|
|
2823
|
+
virtualSubfields?: $requests.wix.api.Wql.VirtualSubfields;
|
|
2717
2824
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2718
2825
|
}
|
|
2719
2826
|
}
|
|
@@ -2980,6 +3087,17 @@ declare namespace $requests {
|
|
|
2980
3087
|
data?: string;
|
|
2981
3088
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2982
3089
|
}
|
|
3090
|
+
/**
|
|
3091
|
+
* Method-level reference to a service-level error.
|
|
3092
|
+
*/
|
|
3093
|
+
export interface IErrorRef {
|
|
3094
|
+
applicationCode?: string;
|
|
3095
|
+
}
|
|
3096
|
+
export class ErrorRef implements IErrorRef {
|
|
3097
|
+
constructor(data?: IErrorRef);
|
|
3098
|
+
applicationCode?: string;
|
|
3099
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3100
|
+
}
|
|
2983
3101
|
/**
|
|
2984
3102
|
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
2985
3103
|
*/
|
|
@@ -3121,6 +3239,7 @@ declare namespace $requests {
|
|
|
3121
3239
|
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
3122
3240
|
EXACT_LENGTH = "EXACT_LENGTH",
|
|
3123
3241
|
EXACT_SIZE = "EXACT_SIZE",
|
|
3242
|
+
REQUIRED_ONE_OF_FIELD = "REQUIRED_ONE_OF_FIELD",
|
|
3124
3243
|
}
|
|
3125
3244
|
export interface IFieldViolation {
|
|
3126
3245
|
field?: string;
|
|
@@ -3179,6 +3298,14 @@ declare namespace $requests {
|
|
|
3179
3298
|
supported?: string[];
|
|
3180
3299
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3181
3300
|
}
|
|
3301
|
+
export interface IRequiredOneOfRuleDataPayload {
|
|
3302
|
+
supported?: string[];
|
|
3303
|
+
}
|
|
3304
|
+
export class RequiredOneOfRuleDataPayload implements IRequiredOneOfRuleDataPayload {
|
|
3305
|
+
constructor(data?: IRequiredOneOfRuleDataPayload);
|
|
3306
|
+
supported?: string[];
|
|
3307
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3308
|
+
}
|
|
3182
3309
|
export interface IActionPayload {
|
|
3183
3310
|
customSlug?: string;
|
|
3184
3311
|
}
|
|
@@ -3633,6 +3760,7 @@ declare namespace $requests {
|
|
|
3633
3760
|
urlExpirationDate?: Date;
|
|
3634
3761
|
sizeInBytes?: string;
|
|
3635
3762
|
filename?: string;
|
|
3763
|
+
thumbnail?: $requests.wix.common.IImage;
|
|
3636
3764
|
}
|
|
3637
3765
|
export class Document implements IDocument {
|
|
3638
3766
|
constructor(data?: IDocument);
|
|
@@ -3641,6 +3769,7 @@ declare namespace $requests {
|
|
|
3641
3769
|
urlExpirationDate?: Date;
|
|
3642
3770
|
sizeInBytes?: string;
|
|
3643
3771
|
filename?: string;
|
|
3772
|
+
thumbnail?: $requests.wix.common.IImage;
|
|
3644
3773
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3645
3774
|
}
|
|
3646
3775
|
export interface IModel3D {
|
|
@@ -4583,6 +4712,7 @@ declare namespace $requests {
|
|
|
4583
4712
|
valueExceeded?: $requests.wix.common.data.PatchErrorDetails.IValueExceeded;
|
|
4584
4713
|
invalidUuid?: $requests.wix.common.data.PatchErrorDetails.IInvalidUUID;
|
|
4585
4714
|
systemFieldNotAllowed?: $requests.wix.common.data.PatchErrorDetails.ISystemFieldNotAllowed;
|
|
4715
|
+
failedToWriteType?: $requests.wix.common.data.PatchErrorDetails.IFailedToWriteType;
|
|
4586
4716
|
}
|
|
4587
4717
|
export class PatchErrorDetails implements IPatchErrorDetails {
|
|
4588
4718
|
constructor(data?: IPatchErrorDetails);
|
|
@@ -4597,6 +4727,7 @@ declare namespace $requests {
|
|
|
4597
4727
|
valueExceeded?: $requests.wix.common.data.PatchErrorDetails.IValueExceeded;
|
|
4598
4728
|
invalidUuid?: $requests.wix.common.data.PatchErrorDetails.IInvalidUUID;
|
|
4599
4729
|
systemFieldNotAllowed?: $requests.wix.common.data.PatchErrorDetails.ISystemFieldNotAllowed;
|
|
4730
|
+
failedToWriteType?: $requests.wix.common.data.PatchErrorDetails.IFailedToWriteType;
|
|
4600
4731
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4601
4732
|
}
|
|
4602
4733
|
export namespace PatchErrorDetails {
|
|
@@ -4652,6 +4783,18 @@ declare namespace $requests {
|
|
|
4652
4783
|
expected?: string;
|
|
4653
4784
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4654
4785
|
}
|
|
4786
|
+
export interface IFailedToWriteType {
|
|
4787
|
+
path?: string;
|
|
4788
|
+
expectedType?: string;
|
|
4789
|
+
value?: string;
|
|
4790
|
+
}
|
|
4791
|
+
export class FailedToWriteType implements IFailedToWriteType {
|
|
4792
|
+
constructor(data?: IFailedToWriteType);
|
|
4793
|
+
path?: string;
|
|
4794
|
+
expectedType?: string;
|
|
4795
|
+
value?: string;
|
|
4796
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4797
|
+
}
|
|
4655
4798
|
export interface IIllegalPath {
|
|
4656
4799
|
path?: string;
|
|
4657
4800
|
}
|
|
@@ -4797,6 +4940,7 @@ declare namespace $requests {
|
|
|
4797
4940
|
uniqueKeyNotFound?: $requests.wix.common.data.ErrorDetails.IUniqueKeyNotFound;
|
|
4798
4941
|
invalidUniqueKey?: $requests.wix.common.data.ErrorDetails.IInvalidUniqueKey;
|
|
4799
4942
|
maxSizeViolations?: $requests.wix.common.data.ErrorDetails.IMaxSizeViolations;
|
|
4943
|
+
pageSizeExceedsMaximum?: $requests.wix.common.data.ErrorDetails.IPageSizeExceedsMaximum;
|
|
4800
4944
|
}
|
|
4801
4945
|
export class ErrorDetails implements IErrorDetails {
|
|
4802
4946
|
constructor(data?: IErrorDetails);
|
|
@@ -4829,6 +4973,7 @@ declare namespace $requests {
|
|
|
4829
4973
|
uniqueKeyNotFound?: $requests.wix.common.data.ErrorDetails.IUniqueKeyNotFound;
|
|
4830
4974
|
invalidUniqueKey?: $requests.wix.common.data.ErrorDetails.IInvalidUniqueKey;
|
|
4831
4975
|
maxSizeViolations?: $requests.wix.common.data.ErrorDetails.IMaxSizeViolations;
|
|
4976
|
+
pageSizeExceedsMaximum?: $requests.wix.common.data.ErrorDetails.IPageSizeExceedsMaximum;
|
|
4832
4977
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4833
4978
|
}
|
|
4834
4979
|
export namespace ErrorDetails {
|
|
@@ -5118,6 +5263,16 @@ declare namespace $requests {
|
|
|
5118
5263
|
fieldType?: string;
|
|
5119
5264
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5120
5265
|
}
|
|
5266
|
+
export interface IPageSizeExceedsMaximum {
|
|
5267
|
+
size?: number;
|
|
5268
|
+
maxPageSize?: number;
|
|
5269
|
+
}
|
|
5270
|
+
export class PageSizeExceedsMaximum implements IPageSizeExceedsMaximum {
|
|
5271
|
+
constructor(data?: IPageSizeExceedsMaximum);
|
|
5272
|
+
size?: number;
|
|
5273
|
+
maxPageSize?: number;
|
|
5274
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5275
|
+
}
|
|
5121
5276
|
}
|
|
5122
5277
|
}
|
|
5123
5278
|
export namespace domainevents {
|
|
@@ -5596,6 +5751,20 @@ declare namespace $requests {
|
|
|
5596
5751
|
account?: $requests.wix.payment.api.pay.v2.IAccount;
|
|
5597
5752
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5598
5753
|
}
|
|
5754
|
+
export interface IGetPayableCurrenciesRequest {
|
|
5755
|
+
}
|
|
5756
|
+
export class GetPayableCurrenciesRequest implements IGetPayableCurrenciesRequest {
|
|
5757
|
+
constructor(data?: IGetPayableCurrenciesRequest);
|
|
5758
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5759
|
+
}
|
|
5760
|
+
export interface IGetPayableCurrenciesResponse {
|
|
5761
|
+
currencyCode?: string[];
|
|
5762
|
+
}
|
|
5763
|
+
export class GetPayableCurrenciesResponse implements IGetPayableCurrenciesResponse {
|
|
5764
|
+
constructor(data?: IGetPayableCurrenciesResponse);
|
|
5765
|
+
currencyCode?: string[];
|
|
5766
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5767
|
+
}
|
|
5599
5768
|
export interface IAccount {
|
|
5600
5769
|
buyerCountryByIp?: string;
|
|
5601
5770
|
siteUrl?: string;
|
|
@@ -6786,6 +6955,7 @@ declare namespace $requests {
|
|
|
6786
6955
|
merchantUseAllowed?: boolean;
|
|
6787
6956
|
confirmed?: boolean;
|
|
6788
6957
|
chargeId?: string;
|
|
6958
|
+
returnUrlsOverrides?: $requests.wix.payment.api.pay.v2.IOrderReturnUrls;
|
|
6789
6959
|
card?: $requests.wix.payment.api.pay.v2.ICardPayment;
|
|
6790
6960
|
cardReader?: $requests.wix.payment.api.pay.v2.ICardReaderPayment;
|
|
6791
6961
|
ideal?: $requests.wix.payment.api.pay.v2.IIDealPayment;
|
|
@@ -6813,6 +6983,7 @@ declare namespace $requests {
|
|
|
6813
6983
|
merchantUseAllowed?: boolean;
|
|
6814
6984
|
confirmed?: boolean;
|
|
6815
6985
|
chargeId?: string;
|
|
6986
|
+
returnUrlsOverrides?: $requests.wix.payment.api.pay.v2.IOrderReturnUrls;
|
|
6816
6987
|
card?: $requests.wix.payment.api.pay.v2.ICardPayment;
|
|
6817
6988
|
cardReader?: $requests.wix.payment.api.pay.v2.ICardReaderPayment;
|
|
6818
6989
|
ideal?: $requests.wix.payment.api.pay.v2.IIDealPayment;
|
|
@@ -6941,6 +7112,7 @@ declare namespace $requests {
|
|
|
6941
7112
|
orderId?: string;
|
|
6942
7113
|
country?: string;
|
|
6943
7114
|
amount?: string;
|
|
7115
|
+
currency?: string;
|
|
6944
7116
|
locale?: string;
|
|
6945
7117
|
chargeIntent?: $requests.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
6946
7118
|
allowManualPayment?: boolean;
|
|
@@ -6958,6 +7130,7 @@ declare namespace $requests {
|
|
|
6958
7130
|
orderId?: string;
|
|
6959
7131
|
country?: string;
|
|
6960
7132
|
amount?: string;
|
|
7133
|
+
currency?: string;
|
|
6961
7134
|
locale?: string;
|
|
6962
7135
|
chargeIntent?: $requests.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
6963
7136
|
allowManualPayment?: boolean;
|
|
@@ -6984,6 +7157,7 @@ declare namespace $requests {
|
|
|
6984
7157
|
paymentMethod?: string;
|
|
6985
7158
|
country?: string;
|
|
6986
7159
|
amount?: string;
|
|
7160
|
+
currency?: string;
|
|
6987
7161
|
locale?: string;
|
|
6988
7162
|
chargeIntent?: $requests.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
6989
7163
|
merchantUseSaveEnabled?: boolean;
|
|
@@ -6996,6 +7170,7 @@ declare namespace $requests {
|
|
|
6996
7170
|
paymentMethod?: string;
|
|
6997
7171
|
country?: string;
|
|
6998
7172
|
amount?: string;
|
|
7173
|
+
currency?: string;
|
|
6999
7174
|
locale?: string;
|
|
7000
7175
|
chargeIntent?: $requests.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
7001
7176
|
merchantUseSaveEnabled?: boolean;
|
|
@@ -7012,10 +7187,14 @@ declare namespace $requests {
|
|
|
7012
7187
|
}
|
|
7013
7188
|
export interface IListExpressPaymentMethodsRequest {
|
|
7014
7189
|
accountId?: string;
|
|
7190
|
+
amount?: string;
|
|
7191
|
+
currency?: string;
|
|
7015
7192
|
}
|
|
7016
7193
|
export class ListExpressPaymentMethodsRequest implements IListExpressPaymentMethodsRequest {
|
|
7017
7194
|
constructor(data?: IListExpressPaymentMethodsRequest);
|
|
7018
7195
|
accountId?: string;
|
|
7196
|
+
amount?: string;
|
|
7197
|
+
currency?: string;
|
|
7019
7198
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7020
7199
|
}
|
|
7021
7200
|
export interface IListExpressPaymentMethodsResponse {
|
|
@@ -7134,6 +7313,7 @@ declare namespace $requests {
|
|
|
7134
7313
|
allowMerchantUseDisplayOption?: $requests.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption;
|
|
7135
7314
|
unscheduledMitSupport?: boolean;
|
|
7136
7315
|
captchaRequired?: boolean;
|
|
7316
|
+
applePay?: $requests.wix.payment.api.pay.v2.IApplePayPaymentMethodDetails;
|
|
7137
7317
|
}
|
|
7138
7318
|
export class PaymentMethod implements IPaymentMethod {
|
|
7139
7319
|
constructor(data?: IPaymentMethod);
|
|
@@ -7164,6 +7344,7 @@ declare namespace $requests {
|
|
|
7164
7344
|
allowMerchantUseDisplayOption?: $requests.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption;
|
|
7165
7345
|
unscheduledMitSupport?: boolean;
|
|
7166
7346
|
captchaRequired?: boolean;
|
|
7347
|
+
applePay?: $requests.wix.payment.api.pay.v2.IApplePayPaymentMethodDetails;
|
|
7167
7348
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7168
7349
|
}
|
|
7169
7350
|
export namespace PaymentMethod {
|
|
@@ -7181,6 +7362,18 @@ declare namespace $requests {
|
|
|
7181
7362
|
SHOW_VISITOR_DISCLAIMER = "SHOW_VISITOR_DISCLAIMER",
|
|
7182
7363
|
}
|
|
7183
7364
|
}
|
|
7365
|
+
export interface IApplePayPaymentMethodDetails {
|
|
7366
|
+
merchantCountry?: string;
|
|
7367
|
+
supportedNetworks?: $requests.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
7368
|
+
merchantCapabilities?: $requests.wix.payment.api.pay.v2.MerchantCapability[];
|
|
7369
|
+
}
|
|
7370
|
+
export class ApplePayPaymentMethodDetails implements IApplePayPaymentMethodDetails {
|
|
7371
|
+
constructor(data?: IApplePayPaymentMethodDetails);
|
|
7372
|
+
merchantCountry?: string;
|
|
7373
|
+
supportedNetworks?: $requests.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
7374
|
+
merchantCapabilities?: $requests.wix.payment.api.pay.v2.MerchantCapability[];
|
|
7375
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7376
|
+
}
|
|
7184
7377
|
export interface IAllowMerchantUseDisplayOptionEnum {
|
|
7185
7378
|
}
|
|
7186
7379
|
export class AllowMerchantUseDisplayOptionEnum implements IAllowMerchantUseDisplayOptionEnum {
|
|
@@ -7312,12 +7505,14 @@ declare namespace $requests {
|
|
|
7312
7505
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7313
7506
|
}
|
|
7314
7507
|
export interface IExpressPaymentMethod {
|
|
7508
|
+
paymentProviderId?: string;
|
|
7315
7509
|
applePay?: $requests.wix.payment.api.pay.v2.ExpressPaymentMethod.IApplePayExpressPaymentMethodDetails;
|
|
7316
7510
|
payPal?: $requests.wix.payment.api.pay.v2.ExpressPaymentMethod.IPayPalExpressPaymentMethodDetails;
|
|
7317
7511
|
googlePay?: $requests.wix.payment.api.pay.v2.ExpressPaymentMethod.IGooglePayExpressPaymentMethodDetails;
|
|
7318
7512
|
}
|
|
7319
7513
|
export class ExpressPaymentMethod implements IExpressPaymentMethod {
|
|
7320
7514
|
constructor(data?: IExpressPaymentMethod);
|
|
7515
|
+
paymentProviderId?: string;
|
|
7321
7516
|
applePay?: $requests.wix.payment.api.pay.v2.ExpressPaymentMethod.IApplePayExpressPaymentMethodDetails;
|
|
7322
7517
|
payPal?: $requests.wix.payment.api.pay.v2.ExpressPaymentMethod.IPayPalExpressPaymentMethodDetails;
|
|
7323
7518
|
googlePay?: $requests.wix.payment.api.pay.v2.ExpressPaymentMethod.IGooglePayExpressPaymentMethodDetails;
|
|
@@ -7326,59 +7521,28 @@ declare namespace $requests {
|
|
|
7326
7521
|
export namespace ExpressPaymentMethod {
|
|
7327
7522
|
export interface IApplePayExpressPaymentMethodDetails {
|
|
7328
7523
|
merchantCountry?: string;
|
|
7329
|
-
supportedNetworks?: $requests.wix.payment.api.pay.v2.
|
|
7330
|
-
merchantCapabilities?: $requests.wix.payment.api.pay.v2.
|
|
7524
|
+
supportedNetworks?: $requests.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
7525
|
+
merchantCapabilities?: $requests.wix.payment.api.pay.v2.MerchantCapability[];
|
|
7331
7526
|
}
|
|
7332
7527
|
export class ApplePayExpressPaymentMethodDetails implements IApplePayExpressPaymentMethodDetails {
|
|
7333
7528
|
constructor(data?: IApplePayExpressPaymentMethodDetails);
|
|
7334
7529
|
merchantCountry?: string;
|
|
7335
|
-
supportedNetworks?: $requests.wix.payment.api.pay.v2.
|
|
7336
|
-
merchantCapabilities?: $requests.wix.payment.api.pay.v2.
|
|
7530
|
+
supportedNetworks?: $requests.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
7531
|
+
merchantCapabilities?: $requests.wix.payment.api.pay.v2.MerchantCapability[];
|
|
7337
7532
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7338
7533
|
}
|
|
7339
7534
|
export interface IGooglePayExpressPaymentMethodDetails {
|
|
7340
7535
|
merchantCountry?: string;
|
|
7341
|
-
supportedNetworks?: $requests.wix.payment.api.pay.v2.
|
|
7342
|
-
panTypes?: $requests.wix.payment.api.pay.v2.
|
|
7536
|
+
supportedNetworks?: $requests.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
7537
|
+
panTypes?: $requests.wix.payment.api.pay.v2.PanType[];
|
|
7343
7538
|
}
|
|
7344
7539
|
export class GooglePayExpressPaymentMethodDetails implements IGooglePayExpressPaymentMethodDetails {
|
|
7345
7540
|
constructor(data?: IGooglePayExpressPaymentMethodDetails);
|
|
7346
7541
|
merchantCountry?: string;
|
|
7347
|
-
supportedNetworks?: $requests.wix.payment.api.pay.v2.
|
|
7348
|
-
panTypes?: $requests.wix.payment.api.pay.v2.
|
|
7542
|
+
supportedNetworks?: $requests.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
7543
|
+
panTypes?: $requests.wix.payment.api.pay.v2.PanType[];
|
|
7349
7544
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7350
7545
|
}
|
|
7351
|
-
export enum CreditCardNetwork {
|
|
7352
|
-
UNDEFINED_NETWORK = "UNDEFINED_NETWORK",
|
|
7353
|
-
AMEX = "AMEX",
|
|
7354
|
-
CARTES_BANCAIRES = "CARTES_BANCAIRES",
|
|
7355
|
-
CHINA_UNION_PAY = "CHINA_UNION_PAY",
|
|
7356
|
-
DISCOVER = "DISCOVER",
|
|
7357
|
-
EFTPOS = "EFTPOS",
|
|
7358
|
-
ELECTRON = "ELECTRON",
|
|
7359
|
-
ELO = "ELO",
|
|
7360
|
-
INTERAC = "INTERAC",
|
|
7361
|
-
JCB = "JCB",
|
|
7362
|
-
MADA = "MADA",
|
|
7363
|
-
MAESTRO = "MAESTRO",
|
|
7364
|
-
MASTER_CARD = "MASTER_CARD",
|
|
7365
|
-
PRIVATE_LABEL = "PRIVATE_LABEL",
|
|
7366
|
-
VISA = "VISA",
|
|
7367
|
-
VPAY = "VPAY",
|
|
7368
|
-
BANCONTACT_CARD = "BANCONTACT_CARD",
|
|
7369
|
-
}
|
|
7370
|
-
export enum MerchantCapability {
|
|
7371
|
-
UNDEFINED_CAPABILITY = "UNDEFINED_CAPABILITY",
|
|
7372
|
-
SUPPORTS_3DS = "SUPPORTS_3DS",
|
|
7373
|
-
SUPPORTS_EMV = "SUPPORTS_EMV",
|
|
7374
|
-
SUPPORTS_CREDIT = "SUPPORTS_CREDIT",
|
|
7375
|
-
SUPPORTS_DEBIT = "SUPPORTS_DEBIT",
|
|
7376
|
-
}
|
|
7377
|
-
export enum PanType {
|
|
7378
|
-
UNDEFINED_TYPE = "UNDEFINED_TYPE",
|
|
7379
|
-
FPAN = "FPAN",
|
|
7380
|
-
DPAN = "DPAN",
|
|
7381
|
-
}
|
|
7382
7546
|
export interface IPayPalExpressPaymentMethodDetails {
|
|
7383
7547
|
clientId?: string;
|
|
7384
7548
|
merchantId?: string;
|
|
@@ -7394,6 +7558,37 @@ declare namespace $requests {
|
|
|
7394
7558
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7395
7559
|
}
|
|
7396
7560
|
}
|
|
7561
|
+
export enum CreditCardNetwork {
|
|
7562
|
+
UNDEFINED_NETWORK = "UNDEFINED_NETWORK",
|
|
7563
|
+
AMEX = "AMEX",
|
|
7564
|
+
CARTES_BANCAIRES = "CARTES_BANCAIRES",
|
|
7565
|
+
CHINA_UNION_PAY = "CHINA_UNION_PAY",
|
|
7566
|
+
DISCOVER = "DISCOVER",
|
|
7567
|
+
EFTPOS = "EFTPOS",
|
|
7568
|
+
ELECTRON = "ELECTRON",
|
|
7569
|
+
ELO = "ELO",
|
|
7570
|
+
INTERAC = "INTERAC",
|
|
7571
|
+
JCB = "JCB",
|
|
7572
|
+
MADA = "MADA",
|
|
7573
|
+
MAESTRO = "MAESTRO",
|
|
7574
|
+
MASTER_CARD = "MASTER_CARD",
|
|
7575
|
+
PRIVATE_LABEL = "PRIVATE_LABEL",
|
|
7576
|
+
VISA = "VISA",
|
|
7577
|
+
VPAY = "VPAY",
|
|
7578
|
+
BANCONTACT_CARD = "BANCONTACT_CARD",
|
|
7579
|
+
}
|
|
7580
|
+
export enum MerchantCapability {
|
|
7581
|
+
UNDEFINED_CAPABILITY = "UNDEFINED_CAPABILITY",
|
|
7582
|
+
SUPPORTS_3DS = "SUPPORTS_3DS",
|
|
7583
|
+
SUPPORTS_EMV = "SUPPORTS_EMV",
|
|
7584
|
+
SUPPORTS_CREDIT = "SUPPORTS_CREDIT",
|
|
7585
|
+
SUPPORTS_DEBIT = "SUPPORTS_DEBIT",
|
|
7586
|
+
}
|
|
7587
|
+
export enum PanType {
|
|
7588
|
+
UNDEFINED_TYPE = "UNDEFINED_TYPE",
|
|
7589
|
+
FPAN = "FPAN",
|
|
7590
|
+
DPAN = "DPAN",
|
|
7591
|
+
}
|
|
7397
7592
|
export interface IChargeAlreadyApprovedErrorData {
|
|
7398
7593
|
transactionId?: string;
|
|
7399
7594
|
verticalOrderId?: string;
|
|
@@ -7581,6 +7776,7 @@ declare namespace $requests {
|
|
|
7581
7776
|
amountBreakdown?: $requests.wix.payment.api.pay.v2.IAmountBreakdown;
|
|
7582
7777
|
requestShipping?: boolean;
|
|
7583
7778
|
orderItems?: $requests.wix.payment.api.pay.v2.IOrderItem[];
|
|
7779
|
+
checkoutSession?: string;
|
|
7584
7780
|
}
|
|
7585
7781
|
export class CreateCheckoutRequest implements ICreateCheckoutRequest {
|
|
7586
7782
|
constructor(data?: ICreateCheckoutRequest);
|
|
@@ -7590,6 +7786,7 @@ declare namespace $requests {
|
|
|
7590
7786
|
amountBreakdown?: $requests.wix.payment.api.pay.v2.IAmountBreakdown;
|
|
7591
7787
|
requestShipping?: boolean;
|
|
7592
7788
|
orderItems?: $requests.wix.payment.api.pay.v2.IOrderItem[];
|
|
7789
|
+
checkoutSession?: string;
|
|
7593
7790
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7594
7791
|
}
|
|
7595
7792
|
export interface IUpdateCheckoutRequest {
|
|
@@ -7867,6 +8064,7 @@ declare namespace $requests {
|
|
|
7867
8064
|
createdAt?: Date;
|
|
7868
8065
|
installments?: number;
|
|
7869
8066
|
scheduledAction?: $requests.wix.payment.api.pay.v3.IScheduledAction;
|
|
8067
|
+
verticalOrderId?: string;
|
|
7870
8068
|
}
|
|
7871
8069
|
export class Transaction implements ITransaction {
|
|
7872
8070
|
constructor(data?: ITransaction);
|
|
@@ -7886,6 +8084,7 @@ declare namespace $requests {
|
|
|
7886
8084
|
createdAt?: Date;
|
|
7887
8085
|
installments?: number;
|
|
7888
8086
|
scheduledAction?: $requests.wix.payment.api.pay.v3.IScheduledAction;
|
|
8087
|
+
verticalOrderId?: string;
|
|
7889
8088
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7890
8089
|
}
|
|
7891
8090
|
export namespace Transaction {
|
|
@@ -11951,6 +12150,20 @@ declare namespace $requests {
|
|
|
11951
12150
|
originStoreId?: string;
|
|
11952
12151
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11953
12152
|
}
|
|
12153
|
+
export interface IBackfillV3SiteRequest {
|
|
12154
|
+
metaSiteId?: string;
|
|
12155
|
+
}
|
|
12156
|
+
export class BackfillV3SiteRequest implements IBackfillV3SiteRequest {
|
|
12157
|
+
constructor(data?: IBackfillV3SiteRequest);
|
|
12158
|
+
metaSiteId?: string;
|
|
12159
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12160
|
+
}
|
|
12161
|
+
export interface IBackfillV3SiteResponse {
|
|
12162
|
+
}
|
|
12163
|
+
export class BackfillV3SiteResponse implements IBackfillV3SiteResponse {
|
|
12164
|
+
constructor(data?: IBackfillV3SiteResponse);
|
|
12165
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12166
|
+
}
|
|
11954
12167
|
export interface IGetCatalogVersionRequest {
|
|
11955
12168
|
}
|
|
11956
12169
|
export class GetCatalogVersionRequest implements IGetCatalogVersionRequest {
|
|
@@ -11965,18 +12178,6 @@ declare namespace $requests {
|
|
|
11965
12178
|
catalogVersion?: $requests.wix.stores.catalog.provision.v1.Version;
|
|
11966
12179
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11967
12180
|
}
|
|
11968
|
-
export interface IInstallStoresRequest {
|
|
11969
|
-
}
|
|
11970
|
-
export class InstallStoresRequest implements IInstallStoresRequest {
|
|
11971
|
-
constructor(data?: IInstallStoresRequest);
|
|
11972
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11973
|
-
}
|
|
11974
|
-
export interface IInstallStoresResponse {
|
|
11975
|
-
}
|
|
11976
|
-
export class InstallStoresResponse implements IInstallStoresResponse {
|
|
11977
|
-
constructor(data?: IInstallStoresResponse);
|
|
11978
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11979
|
-
}
|
|
11980
12181
|
export interface IProvisionRequest {
|
|
11981
12182
|
originalInstanceId?: string;
|
|
11982
12183
|
}
|
|
@@ -12013,6 +12214,26 @@ declare namespace $requests {
|
|
|
12013
12214
|
constructor(data?: IInstallBassAppDependencyResponse);
|
|
12014
12215
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12015
12216
|
}
|
|
12217
|
+
export interface IInstallStoresRequest {
|
|
12218
|
+
originStoreId?: string;
|
|
12219
|
+
originMetaSiteId?: string;
|
|
12220
|
+
storeId?: string;
|
|
12221
|
+
metaSiteId?: string;
|
|
12222
|
+
}
|
|
12223
|
+
export class InstallStoresRequest implements IInstallStoresRequest {
|
|
12224
|
+
constructor(data?: IInstallStoresRequest);
|
|
12225
|
+
originStoreId?: string;
|
|
12226
|
+
originMetaSiteId?: string;
|
|
12227
|
+
storeId?: string;
|
|
12228
|
+
metaSiteId?: string;
|
|
12229
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12230
|
+
}
|
|
12231
|
+
export interface IInstallStoresResponse {
|
|
12232
|
+
}
|
|
12233
|
+
export class InstallStoresResponse implements IInstallStoresResponse {
|
|
12234
|
+
constructor(data?: IInstallStoresResponse);
|
|
12235
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12236
|
+
}
|
|
12016
12237
|
}
|
|
12017
12238
|
}
|
|
12018
12239
|
}
|
|
@@ -13194,6 +13415,7 @@ declare namespace $requests {
|
|
|
13194
13415
|
'.wix.api.appendixFiles'?: $requests.wix.api.IServiceAppendix[];
|
|
13195
13416
|
'.wix.api.event'?: $requests.wix.api.ICallback[];
|
|
13196
13417
|
'.wix.api.eventDeprecated'?: $requests.wix.api.ICallbackDeprecation[];
|
|
13418
|
+
'.wix.api.errorDef'?: $requests.wix.api.IError[];
|
|
13197
13419
|
'.wix.spi.service'?: $requests.wix.spi.IService;
|
|
13198
13420
|
'.wix.spi.event'?: $requests.wix.spi.IEvent[];
|
|
13199
13421
|
}
|
|
@@ -13208,6 +13430,7 @@ declare namespace $requests {
|
|
|
13208
13430
|
'.wix.api.appendixFiles'?: $requests.wix.api.IServiceAppendix[];
|
|
13209
13431
|
'.wix.api.event'?: $requests.wix.api.ICallback[];
|
|
13210
13432
|
'.wix.api.eventDeprecated'?: $requests.wix.api.ICallbackDeprecation[];
|
|
13433
|
+
'.wix.api.errorDef'?: $requests.wix.api.IError[];
|
|
13211
13434
|
'.wix.spi.service'?: $requests.wix.spi.IService;
|
|
13212
13435
|
'.wix.spi.event'?: $requests.wix.spi.IEvent[];
|
|
13213
13436
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
@@ -13229,6 +13452,7 @@ declare namespace $requests {
|
|
|
13229
13452
|
'.wix.api.error'?: $requests.wix.api.IError[];
|
|
13230
13453
|
'.wix.api.customValidationError'?: $requests.wix.api.ICustomValidationError[];
|
|
13231
13454
|
'.wix.api.inheritCrudErrors'?: $requests.wix.api.IInheritCrudErrors[];
|
|
13455
|
+
'.wix.api.errorRef'?: $requests.wix.api.IErrorRef[];
|
|
13232
13456
|
'.wix.spi.error'?: $requests.wix.spi.IError[];
|
|
13233
13457
|
'.wix.spi.featureToggle'?: string;
|
|
13234
13458
|
'.wix.api.idempotency'?: $requests.wix.api.IIdempotency;
|
|
@@ -13258,6 +13482,7 @@ declare namespace $requests {
|
|
|
13258
13482
|
'.wix.api.error'?: $requests.wix.api.IError[];
|
|
13259
13483
|
'.wix.api.customValidationError'?: $requests.wix.api.ICustomValidationError[];
|
|
13260
13484
|
'.wix.api.inheritCrudErrors'?: $requests.wix.api.IInheritCrudErrors[];
|
|
13485
|
+
'.wix.api.errorRef'?: $requests.wix.api.IErrorRef[];
|
|
13261
13486
|
'.wix.spi.error'?: $requests.wix.spi.IError[];
|
|
13262
13487
|
'.wix.spi.featureToggle'?: string;
|
|
13263
13488
|
'.wix.api.idempotency'?: $requests.wix.api.IIdempotency;
|
|
@@ -13968,6 +14193,7 @@ declare namespace $responses {
|
|
|
13968
14193
|
TRASH = "TRASH",
|
|
13969
14194
|
DELETED = "DELETED",
|
|
13970
14195
|
PENDING_PURGE = "PENDING_PURGE",
|
|
14196
|
+
PURGED_EXTERNALLY = "PURGED_EXTERNALLY",
|
|
13971
14197
|
}
|
|
13972
14198
|
}
|
|
13973
14199
|
export interface IRoutesApiData {
|
|
@@ -14019,6 +14245,7 @@ declare namespace $responses {
|
|
|
14019
14245
|
deleteContext?: $responses.com.wixpress.metasite.event.api.IDeleteContext;
|
|
14020
14246
|
publishedHtmlSiteRevision: (number | string);
|
|
14021
14247
|
routesApiData?: $responses.com.wixpress.metasite.event.api.IRoutesApiData;
|
|
14248
|
+
accountCreatedDate?: Date;
|
|
14022
14249
|
}
|
|
14023
14250
|
export class MetaSite implements IMetaSite {
|
|
14024
14251
|
constructor(data?: IMetaSite);
|
|
@@ -14050,6 +14277,7 @@ declare namespace $responses {
|
|
|
14050
14277
|
deleteContext?: $responses.com.wixpress.metasite.event.api.IDeleteContext;
|
|
14051
14278
|
publishedHtmlSiteRevision: (number | string);
|
|
14052
14279
|
routesApiData?: $responses.com.wixpress.metasite.event.api.IRoutesApiData;
|
|
14280
|
+
accountCreatedDate?: Date;
|
|
14053
14281
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14054
14282
|
}
|
|
14055
14283
|
export namespace MetaSite {
|
|
@@ -14095,6 +14323,9 @@ declare namespace $responses {
|
|
|
14095
14323
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
14096
14324
|
CODUX = "CODUX",
|
|
14097
14325
|
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR",
|
|
14326
|
+
SHARED_BLOG_ENTERPRISE = "SHARED_BLOG_ENTERPRISE",
|
|
14327
|
+
STANDALONE_FORMS = "STANDALONE_FORMS",
|
|
14328
|
+
STANDALONE_EVENTS = "STANDALONE_EVENTS",
|
|
14098
14329
|
}
|
|
14099
14330
|
export enum Flag {
|
|
14100
14331
|
UNKNOWN_FLAG = "UNKNOWN_FLAG",
|
|
@@ -14257,6 +14488,22 @@ declare namespace $responses {
|
|
|
14257
14488
|
constructor(data?: IStudioUnassigned);
|
|
14258
14489
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14259
14490
|
}
|
|
14491
|
+
export interface IVirtualTpaMentioned {
|
|
14492
|
+
appDefId: string;
|
|
14493
|
+
}
|
|
14494
|
+
export class VirtualTpaMentioned implements IVirtualTpaMentioned {
|
|
14495
|
+
constructor(data?: IVirtualTpaMentioned);
|
|
14496
|
+
appDefId: string;
|
|
14497
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14498
|
+
}
|
|
14499
|
+
export interface ISitePurgedExternally {
|
|
14500
|
+
appDefId: string[];
|
|
14501
|
+
}
|
|
14502
|
+
export class SitePurgedExternally implements ISitePurgedExternally {
|
|
14503
|
+
constructor(data?: ISitePurgedExternally);
|
|
14504
|
+
appDefId: string[];
|
|
14505
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14506
|
+
}
|
|
14260
14507
|
export interface IMetaSiteFullEvent {
|
|
14261
14508
|
metaSite?: $responses.com.wixpress.metasite.event.api.IMetaSite;
|
|
14262
14509
|
context: $responses.com.wixpress.metasite.event.api.MetaSiteFullEvent.Context;
|
|
@@ -14278,6 +14525,7 @@ declare namespace $responses {
|
|
|
14278
14525
|
ARCHIVE = "ARCHIVE",
|
|
14279
14526
|
RESTORE = "RESTORE",
|
|
14280
14527
|
UPDATE_DELETED = "UPDATE_DELETED",
|
|
14528
|
+
PURGED_EXTERNALLY = "PURGED_EXTERNALLY",
|
|
14281
14529
|
}
|
|
14282
14530
|
}
|
|
14283
14531
|
export interface IMetaSiteEvent {
|
|
@@ -14297,6 +14545,8 @@ declare namespace $responses {
|
|
|
14297
14545
|
urlChanged?: $responses.com.wixpress.metasite.event.api.ISiteUrlChanged;
|
|
14298
14546
|
studioAssigned?: $responses.com.wixpress.metasite.event.api.IStudioAssigned;
|
|
14299
14547
|
studioUnassigned?: $responses.com.wixpress.metasite.event.api.IStudioUnassigned;
|
|
14548
|
+
virtualTpaMentioned?: $responses.com.wixpress.metasite.event.api.IVirtualTpaMentioned;
|
|
14549
|
+
sitePurgedExternally?: $responses.com.wixpress.metasite.event.api.ISitePurgedExternally;
|
|
14300
14550
|
}
|
|
14301
14551
|
export class MetaSiteEvent implements IMetaSiteEvent {
|
|
14302
14552
|
constructor(data?: IMetaSiteEvent);
|
|
@@ -14316,6 +14566,8 @@ declare namespace $responses {
|
|
|
14316
14566
|
urlChanged?: $responses.com.wixpress.metasite.event.api.ISiteUrlChanged;
|
|
14317
14567
|
studioAssigned?: $responses.com.wixpress.metasite.event.api.IStudioAssigned;
|
|
14318
14568
|
studioUnassigned?: $responses.com.wixpress.metasite.event.api.IStudioUnassigned;
|
|
14569
|
+
virtualTpaMentioned?: $responses.com.wixpress.metasite.event.api.IVirtualTpaMentioned;
|
|
14570
|
+
sitePurgedExternally?: $responses.com.wixpress.metasite.event.api.ISitePurgedExternally;
|
|
14319
14571
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14320
14572
|
}
|
|
14321
14573
|
export interface IMetaSiteSpecialEvent {
|
|
@@ -14338,6 +14590,7 @@ declare namespace $responses {
|
|
|
14338
14590
|
namespaceChanged?: $responses.com.wixpress.metasite.event.api.INamespaceChanged;
|
|
14339
14591
|
studioAssigned?: $responses.com.wixpress.metasite.event.api.IStudioAssigned;
|
|
14340
14592
|
studioUnassigned?: $responses.com.wixpress.metasite.event.api.IStudioUnassigned;
|
|
14593
|
+
urlChanged?: $responses.com.wixpress.metasite.event.api.ISiteUrlChanged;
|
|
14341
14594
|
}
|
|
14342
14595
|
export class MetaSiteSpecialEvent implements IMetaSiteSpecialEvent {
|
|
14343
14596
|
constructor(data?: IMetaSiteSpecialEvent);
|
|
@@ -14360,6 +14613,7 @@ declare namespace $responses {
|
|
|
14360
14613
|
namespaceChanged?: $responses.com.wixpress.metasite.event.api.INamespaceChanged;
|
|
14361
14614
|
studioAssigned?: $responses.com.wixpress.metasite.event.api.IStudioAssigned;
|
|
14362
14615
|
studioUnassigned?: $responses.com.wixpress.metasite.event.api.IStudioUnassigned;
|
|
14616
|
+
urlChanged?: $responses.com.wixpress.metasite.event.api.ISiteUrlChanged;
|
|
14363
14617
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14364
14618
|
}
|
|
14365
14619
|
}
|
|
@@ -14512,6 +14766,7 @@ declare namespace $responses {
|
|
|
14512
14766
|
inventoryAppId?: string;
|
|
14513
14767
|
policies: $responses.com.wix.ecommerce.catalog_spi.api.v1.IPolicy[];
|
|
14514
14768
|
additionalFees: $responses.com.wix.ecommerce.catalog_spi.api.v1.IAdditionalFee[];
|
|
14769
|
+
membersOnly: boolean;
|
|
14515
14770
|
}
|
|
14516
14771
|
export class ItemData implements IItemData {
|
|
14517
14772
|
constructor(data?: IItemData);
|
|
@@ -14544,6 +14799,7 @@ declare namespace $responses {
|
|
|
14544
14799
|
inventoryAppId?: string;
|
|
14545
14800
|
policies: $responses.com.wix.ecommerce.catalog_spi.api.v1.IPolicy[];
|
|
14546
14801
|
additionalFees: $responses.com.wix.ecommerce.catalog_spi.api.v1.IAdditionalFee[];
|
|
14802
|
+
membersOnly: boolean;
|
|
14547
14803
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14548
14804
|
}
|
|
14549
14805
|
export interface ISubscriptionOptionInfo {
|
|
@@ -14566,7 +14822,6 @@ declare namespace $responses {
|
|
|
14566
14822
|
enableCustomerCancellation: boolean;
|
|
14567
14823
|
freeTrialPeriod?: $responses.com.wix.ecommerce.catalog_spi.api.v1.IFreeTrialPeriod;
|
|
14568
14824
|
startDate?: Date;
|
|
14569
|
-
generateOrderEachBillingCycle?: boolean;
|
|
14570
14825
|
}
|
|
14571
14826
|
export class SubscriptionSettings implements ISubscriptionSettings {
|
|
14572
14827
|
constructor(data?: ISubscriptionSettings);
|
|
@@ -14577,7 +14832,6 @@ declare namespace $responses {
|
|
|
14577
14832
|
enableCustomerCancellation: boolean;
|
|
14578
14833
|
freeTrialPeriod?: $responses.com.wix.ecommerce.catalog_spi.api.v1.IFreeTrialPeriod;
|
|
14579
14834
|
startDate?: Date;
|
|
14580
|
-
generateOrderEachBillingCycle?: boolean;
|
|
14581
14835
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14582
14836
|
}
|
|
14583
14837
|
export interface IFreeTrialPeriod {
|
|
@@ -15000,12 +15254,14 @@ declare namespace $responses {
|
|
|
15000
15254
|
id: string;
|
|
15001
15255
|
appId?: string;
|
|
15002
15256
|
quantity: number;
|
|
15257
|
+
name?: string;
|
|
15003
15258
|
}
|
|
15004
15259
|
export class LocationAndQuantity implements ILocationAndQuantity {
|
|
15005
15260
|
constructor(data?: ILocationAndQuantity);
|
|
15006
15261
|
id: string;
|
|
15007
15262
|
appId?: string;
|
|
15008
15263
|
quantity: number;
|
|
15264
|
+
name?: string;
|
|
15009
15265
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15010
15266
|
}
|
|
15011
15267
|
export interface IPickupAddress {
|
|
@@ -15058,6 +15314,11 @@ declare namespace $responses {
|
|
|
15058
15314
|
formattedAmount: string;
|
|
15059
15315
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15060
15316
|
}
|
|
15317
|
+
export enum UnitSystem {
|
|
15318
|
+
UNKNOWN_UNIT_SYSTEM = "UNKNOWN_UNIT_SYSTEM",
|
|
15319
|
+
IMPERIAL = "IMPERIAL",
|
|
15320
|
+
METRIC = "METRIC",
|
|
15321
|
+
}
|
|
15061
15322
|
}
|
|
15062
15323
|
}
|
|
15063
15324
|
export namespace commons {
|
|
@@ -15537,6 +15798,7 @@ declare namespace $responses {
|
|
|
15537
15798
|
eventsExposure: $responses.wix.api.Exposure;
|
|
15538
15799
|
eventsMaturity: $responses.wix.api.Maturity;
|
|
15539
15800
|
persistence?: $responses.wix.api.IPersistence;
|
|
15801
|
+
permissionOptions?: $responses.wix.api.IPermissionCatalogOptions;
|
|
15540
15802
|
}
|
|
15541
15803
|
export class Entity implements IEntity {
|
|
15542
15804
|
constructor(data?: IEntity);
|
|
@@ -15557,6 +15819,17 @@ declare namespace $responses {
|
|
|
15557
15819
|
eventsExposure: $responses.wix.api.Exposure;
|
|
15558
15820
|
eventsMaturity: $responses.wix.api.Maturity;
|
|
15559
15821
|
persistence?: $responses.wix.api.IPersistence;
|
|
15822
|
+
permissionOptions?: $responses.wix.api.IPermissionCatalogOptions;
|
|
15823
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15824
|
+
}
|
|
15825
|
+
export interface IPermissionCatalogOptions {
|
|
15826
|
+
autoGeneratePermissions: boolean;
|
|
15827
|
+
autoGenerateScopes: boolean;
|
|
15828
|
+
}
|
|
15829
|
+
export class PermissionCatalogOptions implements IPermissionCatalogOptions {
|
|
15830
|
+
constructor(data?: IPermissionCatalogOptions);
|
|
15831
|
+
autoGeneratePermissions: boolean;
|
|
15832
|
+
autoGenerateScopes: boolean;
|
|
15560
15833
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15561
15834
|
}
|
|
15562
15835
|
export interface IPersistence {
|
|
@@ -15726,6 +15999,8 @@ declare namespace $responses {
|
|
|
15726
15999
|
searchRelatedOptions?: $responses.wix.api.ISearchRelatedOptions;
|
|
15727
16000
|
updateExtendedFieldsOptions?: $responses.wix.api.IUpdateExtendedFieldsOptions;
|
|
15728
16001
|
customActionOptions?: $responses.wix.api.ICustomActionOptions;
|
|
16002
|
+
bulkUpdateTagsOptions?: $responses.wix.api.IBulkUpdateTagsMethodOptions;
|
|
16003
|
+
bulkUpdateTagsByFilterOptions?: $responses.wix.api.IBulkUpdateTagsByFilterMethodOptions;
|
|
15729
16004
|
}
|
|
15730
16005
|
export class Crud implements ICrud {
|
|
15731
16006
|
constructor(data?: ICrud);
|
|
@@ -15752,6 +16027,8 @@ declare namespace $responses {
|
|
|
15752
16027
|
searchRelatedOptions?: $responses.wix.api.ISearchRelatedOptions;
|
|
15753
16028
|
updateExtendedFieldsOptions?: $responses.wix.api.IUpdateExtendedFieldsOptions;
|
|
15754
16029
|
customActionOptions?: $responses.wix.api.ICustomActionOptions;
|
|
16030
|
+
bulkUpdateTagsOptions?: $responses.wix.api.IBulkUpdateTagsMethodOptions;
|
|
16031
|
+
bulkUpdateTagsByFilterOptions?: $responses.wix.api.IBulkUpdateTagsByFilterMethodOptions;
|
|
15755
16032
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15756
16033
|
}
|
|
15757
16034
|
export namespace Crud {
|
|
@@ -15786,11 +16063,15 @@ declare namespace $responses {
|
|
|
15786
16063
|
export interface IPaging {
|
|
15787
16064
|
type: $responses.wix.api.Paging.Type;
|
|
15788
16065
|
pagingMetadataField: string;
|
|
16066
|
+
cursorPagingMetadataField: string;
|
|
16067
|
+
offsetPagingMetadataField: string;
|
|
15789
16068
|
}
|
|
15790
16069
|
export class Paging implements IPaging {
|
|
15791
16070
|
constructor(data?: IPaging);
|
|
15792
16071
|
type: $responses.wix.api.Paging.Type;
|
|
15793
16072
|
pagingMetadataField: string;
|
|
16073
|
+
cursorPagingMetadataField: string;
|
|
16074
|
+
offsetPagingMetadataField: string;
|
|
15794
16075
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15795
16076
|
}
|
|
15796
16077
|
export namespace Paging {
|
|
@@ -15798,14 +16079,31 @@ declare namespace $responses {
|
|
|
15798
16079
|
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
15799
16080
|
OFFSET = "OFFSET",
|
|
15800
16081
|
CURSOR = "CURSOR",
|
|
16082
|
+
BOTH = "BOTH",
|
|
15801
16083
|
}
|
|
15802
16084
|
}
|
|
15803
16085
|
export interface ICustomActionOptions {
|
|
15804
16086
|
readOperation: boolean;
|
|
16087
|
+
wql?: $responses.wix.api.IWqlOptions;
|
|
15805
16088
|
}
|
|
15806
16089
|
export class CustomActionOptions implements ICustomActionOptions {
|
|
15807
16090
|
constructor(data?: ICustomActionOptions);
|
|
15808
16091
|
readOperation: boolean;
|
|
16092
|
+
wql?: $responses.wix.api.IWqlOptions;
|
|
16093
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16094
|
+
}
|
|
16095
|
+
export interface IWqlOptions {
|
|
16096
|
+
queryOptionsName: string;
|
|
16097
|
+
filterField?: string;
|
|
16098
|
+
queryField?: string;
|
|
16099
|
+
searchField?: string;
|
|
16100
|
+
}
|
|
16101
|
+
export class WqlOptions implements IWqlOptions {
|
|
16102
|
+
constructor(data?: IWqlOptions);
|
|
16103
|
+
queryOptionsName: string;
|
|
16104
|
+
filterField?: string;
|
|
16105
|
+
queryField?: string;
|
|
16106
|
+
searchField?: string;
|
|
15809
16107
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15810
16108
|
}
|
|
15811
16109
|
export interface ICreateMethodOptions {
|
|
@@ -15870,6 +16168,8 @@ declare namespace $responses {
|
|
|
15870
16168
|
}
|
|
15871
16169
|
export interface IQueryMethodOptions {
|
|
15872
16170
|
queryField: string;
|
|
16171
|
+
cursorQueryField: string;
|
|
16172
|
+
offsetQueryField: string;
|
|
15873
16173
|
itemsField: string;
|
|
15874
16174
|
paging?: $responses.wix.api.IPaging;
|
|
15875
16175
|
wql?: $responses.wix.api.IWql;
|
|
@@ -15879,6 +16179,8 @@ declare namespace $responses {
|
|
|
15879
16179
|
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
15880
16180
|
constructor(data?: IQueryMethodOptions);
|
|
15881
16181
|
queryField: string;
|
|
16182
|
+
cursorQueryField: string;
|
|
16183
|
+
offsetQueryField: string;
|
|
15882
16184
|
itemsField: string;
|
|
15883
16185
|
paging?: $responses.wix.api.IPaging;
|
|
15884
16186
|
wql?: $responses.wix.api.IWql;
|
|
@@ -15888,6 +16190,8 @@ declare namespace $responses {
|
|
|
15888
16190
|
}
|
|
15889
16191
|
export interface ISearchMethodOptions {
|
|
15890
16192
|
searchField: string;
|
|
16193
|
+
cursorSearchField: string;
|
|
16194
|
+
offsetSearchField: string;
|
|
15891
16195
|
itemsField: string;
|
|
15892
16196
|
paging?: $responses.wix.api.IPaging;
|
|
15893
16197
|
wql?: $responses.wix.api.IWql;
|
|
@@ -15898,6 +16202,8 @@ declare namespace $responses {
|
|
|
15898
16202
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
15899
16203
|
constructor(data?: ISearchMethodOptions);
|
|
15900
16204
|
searchField: string;
|
|
16205
|
+
cursorSearchField: string;
|
|
16206
|
+
offsetSearchField: string;
|
|
15901
16207
|
itemsField: string;
|
|
15902
16208
|
paging?: $responses.wix.api.IPaging;
|
|
15903
16209
|
wql?: $responses.wix.api.IWql;
|
|
@@ -15938,6 +16244,24 @@ declare namespace $responses {
|
|
|
15938
16244
|
queryOptionsName: string;
|
|
15939
16245
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15940
16246
|
}
|
|
16247
|
+
export interface IBulkUpdateTagsMethodOptions {
|
|
16248
|
+
idsField: string;
|
|
16249
|
+
}
|
|
16250
|
+
export class BulkUpdateTagsMethodOptions implements IBulkUpdateTagsMethodOptions {
|
|
16251
|
+
constructor(data?: IBulkUpdateTagsMethodOptions);
|
|
16252
|
+
idsField: string;
|
|
16253
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16254
|
+
}
|
|
16255
|
+
export interface IBulkUpdateTagsByFilterMethodOptions {
|
|
16256
|
+
filterField: string;
|
|
16257
|
+
queryOptionsName: string;
|
|
16258
|
+
}
|
|
16259
|
+
export class BulkUpdateTagsByFilterMethodOptions implements IBulkUpdateTagsByFilterMethodOptions {
|
|
16260
|
+
constructor(data?: IBulkUpdateTagsByFilterMethodOptions);
|
|
16261
|
+
filterField: string;
|
|
16262
|
+
queryOptionsName: string;
|
|
16263
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16264
|
+
}
|
|
15941
16265
|
export interface IBulkUpsertMethodOptions {
|
|
15942
16266
|
itemField: string;
|
|
15943
16267
|
fieldmaskField: string;
|
|
@@ -16072,6 +16396,7 @@ declare namespace $responses {
|
|
|
16072
16396
|
EMPTY = "EMPTY",
|
|
16073
16397
|
MATCH_ALL = "MATCH_ALL",
|
|
16074
16398
|
MATCH_ITEMS = "MATCH_ITEMS",
|
|
16399
|
+
ENHANCED_DATE = "ENHANCED_DATE",
|
|
16075
16400
|
}
|
|
16076
16401
|
export enum Sort {
|
|
16077
16402
|
NONE = "NONE",
|
|
@@ -16101,6 +16426,11 @@ declare namespace $responses {
|
|
|
16101
16426
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16102
16427
|
}
|
|
16103
16428
|
}
|
|
16429
|
+
export enum VirtualSubfields {
|
|
16430
|
+
NO_VIRTUAL_SUBFIELDS = "NO_VIRTUAL_SUBFIELDS",
|
|
16431
|
+
DATE = "DATE",
|
|
16432
|
+
EMAIL = "EMAIL",
|
|
16433
|
+
}
|
|
16104
16434
|
export interface IOperatorFieldSupport {
|
|
16105
16435
|
operator: $responses.wix.api.Wql.Operator[];
|
|
16106
16436
|
glob: string;
|
|
@@ -16108,6 +16438,7 @@ declare namespace $responses {
|
|
|
16108
16438
|
sort: $responses.wix.api.Wql.Sort;
|
|
16109
16439
|
requiredFields: $responses.wix.api.Wql.IRequiredFields[];
|
|
16110
16440
|
maturity: $responses.wix.api.Maturity;
|
|
16441
|
+
virtualSubfields: $responses.wix.api.Wql.VirtualSubfields;
|
|
16111
16442
|
}
|
|
16112
16443
|
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
16113
16444
|
constructor(data?: IOperatorFieldSupport);
|
|
@@ -16117,6 +16448,7 @@ declare namespace $responses {
|
|
|
16117
16448
|
sort: $responses.wix.api.Wql.Sort;
|
|
16118
16449
|
requiredFields: $responses.wix.api.Wql.IRequiredFields[];
|
|
16119
16450
|
maturity: $responses.wix.api.Maturity;
|
|
16451
|
+
virtualSubfields: $responses.wix.api.Wql.VirtualSubfields;
|
|
16120
16452
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16121
16453
|
}
|
|
16122
16454
|
}
|
|
@@ -16383,6 +16715,17 @@ declare namespace $responses {
|
|
|
16383
16715
|
data: string;
|
|
16384
16716
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16385
16717
|
}
|
|
16718
|
+
/**
|
|
16719
|
+
* Method-level reference to a service-level error.
|
|
16720
|
+
*/
|
|
16721
|
+
export interface IErrorRef {
|
|
16722
|
+
applicationCode: string;
|
|
16723
|
+
}
|
|
16724
|
+
export class ErrorRef implements IErrorRef {
|
|
16725
|
+
constructor(data?: IErrorRef);
|
|
16726
|
+
applicationCode: string;
|
|
16727
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16728
|
+
}
|
|
16386
16729
|
/**
|
|
16387
16730
|
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
16388
16731
|
*/
|
|
@@ -16524,6 +16867,7 @@ declare namespace $responses {
|
|
|
16524
16867
|
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
16525
16868
|
EXACT_LENGTH = "EXACT_LENGTH",
|
|
16526
16869
|
EXACT_SIZE = "EXACT_SIZE",
|
|
16870
|
+
REQUIRED_ONE_OF_FIELD = "REQUIRED_ONE_OF_FIELD",
|
|
16527
16871
|
}
|
|
16528
16872
|
export interface IFieldViolation {
|
|
16529
16873
|
field: string;
|
|
@@ -16582,6 +16926,14 @@ declare namespace $responses {
|
|
|
16582
16926
|
supported: string[];
|
|
16583
16927
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16584
16928
|
}
|
|
16929
|
+
export interface IRequiredOneOfRuleDataPayload {
|
|
16930
|
+
supported: string[];
|
|
16931
|
+
}
|
|
16932
|
+
export class RequiredOneOfRuleDataPayload implements IRequiredOneOfRuleDataPayload {
|
|
16933
|
+
constructor(data?: IRequiredOneOfRuleDataPayload);
|
|
16934
|
+
supported: string[];
|
|
16935
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16936
|
+
}
|
|
16585
16937
|
export interface IActionPayload {
|
|
16586
16938
|
customSlug: string;
|
|
16587
16939
|
}
|
|
@@ -17036,6 +17388,7 @@ declare namespace $responses {
|
|
|
17036
17388
|
urlExpirationDate?: Date;
|
|
17037
17389
|
sizeInBytes?: string;
|
|
17038
17390
|
filename?: string;
|
|
17391
|
+
thumbnail?: $responses.wix.common.IImage;
|
|
17039
17392
|
}
|
|
17040
17393
|
export class Document implements IDocument {
|
|
17041
17394
|
constructor(data?: IDocument);
|
|
@@ -17044,6 +17397,7 @@ declare namespace $responses {
|
|
|
17044
17397
|
urlExpirationDate?: Date;
|
|
17045
17398
|
sizeInBytes?: string;
|
|
17046
17399
|
filename?: string;
|
|
17400
|
+
thumbnail?: $responses.wix.common.IImage;
|
|
17047
17401
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17048
17402
|
}
|
|
17049
17403
|
export interface IModel3D {
|
|
@@ -17986,6 +18340,7 @@ declare namespace $responses {
|
|
|
17986
18340
|
valueExceeded?: $responses.wix.common.data.PatchErrorDetails.IValueExceeded;
|
|
17987
18341
|
invalidUuid?: $responses.wix.common.data.PatchErrorDetails.IInvalidUUID;
|
|
17988
18342
|
systemFieldNotAllowed?: $responses.wix.common.data.PatchErrorDetails.ISystemFieldNotAllowed;
|
|
18343
|
+
failedToWriteType?: $responses.wix.common.data.PatchErrorDetails.IFailedToWriteType;
|
|
17989
18344
|
}
|
|
17990
18345
|
export class PatchErrorDetails implements IPatchErrorDetails {
|
|
17991
18346
|
constructor(data?: IPatchErrorDetails);
|
|
@@ -18000,6 +18355,7 @@ declare namespace $responses {
|
|
|
18000
18355
|
valueExceeded?: $responses.wix.common.data.PatchErrorDetails.IValueExceeded;
|
|
18001
18356
|
invalidUuid?: $responses.wix.common.data.PatchErrorDetails.IInvalidUUID;
|
|
18002
18357
|
systemFieldNotAllowed?: $responses.wix.common.data.PatchErrorDetails.ISystemFieldNotAllowed;
|
|
18358
|
+
failedToWriteType?: $responses.wix.common.data.PatchErrorDetails.IFailedToWriteType;
|
|
18003
18359
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18004
18360
|
}
|
|
18005
18361
|
export namespace PatchErrorDetails {
|
|
@@ -18055,6 +18411,18 @@ declare namespace $responses {
|
|
|
18055
18411
|
expected: string;
|
|
18056
18412
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18057
18413
|
}
|
|
18414
|
+
export interface IFailedToWriteType {
|
|
18415
|
+
path: string;
|
|
18416
|
+
expectedType: string;
|
|
18417
|
+
value: string;
|
|
18418
|
+
}
|
|
18419
|
+
export class FailedToWriteType implements IFailedToWriteType {
|
|
18420
|
+
constructor(data?: IFailedToWriteType);
|
|
18421
|
+
path: string;
|
|
18422
|
+
expectedType: string;
|
|
18423
|
+
value: string;
|
|
18424
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18425
|
+
}
|
|
18058
18426
|
export interface IIllegalPath {
|
|
18059
18427
|
path: string;
|
|
18060
18428
|
}
|
|
@@ -18200,6 +18568,7 @@ declare namespace $responses {
|
|
|
18200
18568
|
uniqueKeyNotFound?: $responses.wix.common.data.ErrorDetails.IUniqueKeyNotFound;
|
|
18201
18569
|
invalidUniqueKey?: $responses.wix.common.data.ErrorDetails.IInvalidUniqueKey;
|
|
18202
18570
|
maxSizeViolations?: $responses.wix.common.data.ErrorDetails.IMaxSizeViolations;
|
|
18571
|
+
pageSizeExceedsMaximum?: $responses.wix.common.data.ErrorDetails.IPageSizeExceedsMaximum;
|
|
18203
18572
|
}
|
|
18204
18573
|
export class ErrorDetails implements IErrorDetails {
|
|
18205
18574
|
constructor(data?: IErrorDetails);
|
|
@@ -18232,6 +18601,7 @@ declare namespace $responses {
|
|
|
18232
18601
|
uniqueKeyNotFound?: $responses.wix.common.data.ErrorDetails.IUniqueKeyNotFound;
|
|
18233
18602
|
invalidUniqueKey?: $responses.wix.common.data.ErrorDetails.IInvalidUniqueKey;
|
|
18234
18603
|
maxSizeViolations?: $responses.wix.common.data.ErrorDetails.IMaxSizeViolations;
|
|
18604
|
+
pageSizeExceedsMaximum?: $responses.wix.common.data.ErrorDetails.IPageSizeExceedsMaximum;
|
|
18235
18605
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18236
18606
|
}
|
|
18237
18607
|
export namespace ErrorDetails {
|
|
@@ -18521,6 +18891,16 @@ declare namespace $responses {
|
|
|
18521
18891
|
fieldType: string;
|
|
18522
18892
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18523
18893
|
}
|
|
18894
|
+
export interface IPageSizeExceedsMaximum {
|
|
18895
|
+
size: number;
|
|
18896
|
+
maxPageSize: number;
|
|
18897
|
+
}
|
|
18898
|
+
export class PageSizeExceedsMaximum implements IPageSizeExceedsMaximum {
|
|
18899
|
+
constructor(data?: IPageSizeExceedsMaximum);
|
|
18900
|
+
size: number;
|
|
18901
|
+
maxPageSize: number;
|
|
18902
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18903
|
+
}
|
|
18524
18904
|
}
|
|
18525
18905
|
}
|
|
18526
18906
|
export namespace domainevents {
|
|
@@ -18999,6 +19379,20 @@ declare namespace $responses {
|
|
|
18999
19379
|
account?: $responses.wix.payment.api.pay.v2.IAccount;
|
|
19000
19380
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
19001
19381
|
}
|
|
19382
|
+
export interface IGetPayableCurrenciesRequest {
|
|
19383
|
+
}
|
|
19384
|
+
export class GetPayableCurrenciesRequest implements IGetPayableCurrenciesRequest {
|
|
19385
|
+
constructor(data?: IGetPayableCurrenciesRequest);
|
|
19386
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
19387
|
+
}
|
|
19388
|
+
export interface IGetPayableCurrenciesResponse {
|
|
19389
|
+
currencyCode: string[];
|
|
19390
|
+
}
|
|
19391
|
+
export class GetPayableCurrenciesResponse implements IGetPayableCurrenciesResponse {
|
|
19392
|
+
constructor(data?: IGetPayableCurrenciesResponse);
|
|
19393
|
+
currencyCode: string[];
|
|
19394
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
19395
|
+
}
|
|
19002
19396
|
export interface IAccount {
|
|
19003
19397
|
buyerCountryByIp: string;
|
|
19004
19398
|
siteUrl: string;
|
|
@@ -20189,6 +20583,7 @@ declare namespace $responses {
|
|
|
20189
20583
|
merchantUseAllowed: boolean;
|
|
20190
20584
|
confirmed: boolean;
|
|
20191
20585
|
chargeId?: string;
|
|
20586
|
+
returnUrlsOverrides?: $responses.wix.payment.api.pay.v2.IOrderReturnUrls;
|
|
20192
20587
|
card?: $responses.wix.payment.api.pay.v2.ICardPayment;
|
|
20193
20588
|
cardReader?: $responses.wix.payment.api.pay.v2.ICardReaderPayment;
|
|
20194
20589
|
ideal?: $responses.wix.payment.api.pay.v2.IIDealPayment;
|
|
@@ -20216,6 +20611,7 @@ declare namespace $responses {
|
|
|
20216
20611
|
merchantUseAllowed: boolean;
|
|
20217
20612
|
confirmed: boolean;
|
|
20218
20613
|
chargeId?: string;
|
|
20614
|
+
returnUrlsOverrides?: $responses.wix.payment.api.pay.v2.IOrderReturnUrls;
|
|
20219
20615
|
card?: $responses.wix.payment.api.pay.v2.ICardPayment;
|
|
20220
20616
|
cardReader?: $responses.wix.payment.api.pay.v2.ICardReaderPayment;
|
|
20221
20617
|
ideal?: $responses.wix.payment.api.pay.v2.IIDealPayment;
|
|
@@ -20344,6 +20740,7 @@ declare namespace $responses {
|
|
|
20344
20740
|
orderId: string;
|
|
20345
20741
|
country: string;
|
|
20346
20742
|
amount?: string;
|
|
20743
|
+
currency?: string;
|
|
20347
20744
|
locale?: string;
|
|
20348
20745
|
chargeIntent: $responses.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
20349
20746
|
allowManualPayment?: boolean;
|
|
@@ -20361,6 +20758,7 @@ declare namespace $responses {
|
|
|
20361
20758
|
orderId: string;
|
|
20362
20759
|
country: string;
|
|
20363
20760
|
amount?: string;
|
|
20761
|
+
currency?: string;
|
|
20364
20762
|
locale?: string;
|
|
20365
20763
|
chargeIntent: $responses.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
20366
20764
|
allowManualPayment?: boolean;
|
|
@@ -20387,6 +20785,7 @@ declare namespace $responses {
|
|
|
20387
20785
|
paymentMethod: string;
|
|
20388
20786
|
country: string;
|
|
20389
20787
|
amount?: string;
|
|
20788
|
+
currency?: string;
|
|
20390
20789
|
locale?: string;
|
|
20391
20790
|
chargeIntent: $responses.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
20392
20791
|
merchantUseSaveEnabled: boolean;
|
|
@@ -20399,6 +20798,7 @@ declare namespace $responses {
|
|
|
20399
20798
|
paymentMethod: string;
|
|
20400
20799
|
country: string;
|
|
20401
20800
|
amount?: string;
|
|
20801
|
+
currency?: string;
|
|
20402
20802
|
locale?: string;
|
|
20403
20803
|
chargeIntent: $responses.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
20404
20804
|
merchantUseSaveEnabled: boolean;
|
|
@@ -20415,10 +20815,14 @@ declare namespace $responses {
|
|
|
20415
20815
|
}
|
|
20416
20816
|
export interface IListExpressPaymentMethodsRequest {
|
|
20417
20817
|
accountId: string;
|
|
20818
|
+
amount?: string;
|
|
20819
|
+
currency?: string;
|
|
20418
20820
|
}
|
|
20419
20821
|
export class ListExpressPaymentMethodsRequest implements IListExpressPaymentMethodsRequest {
|
|
20420
20822
|
constructor(data?: IListExpressPaymentMethodsRequest);
|
|
20421
20823
|
accountId: string;
|
|
20824
|
+
amount?: string;
|
|
20825
|
+
currency?: string;
|
|
20422
20826
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
20423
20827
|
}
|
|
20424
20828
|
export interface IListExpressPaymentMethodsResponse {
|
|
@@ -20537,6 +20941,7 @@ declare namespace $responses {
|
|
|
20537
20941
|
allowMerchantUseDisplayOption: $responses.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption;
|
|
20538
20942
|
unscheduledMitSupport: boolean;
|
|
20539
20943
|
captchaRequired: boolean;
|
|
20944
|
+
applePay?: $responses.wix.payment.api.pay.v2.IApplePayPaymentMethodDetails;
|
|
20540
20945
|
}
|
|
20541
20946
|
export class PaymentMethod implements IPaymentMethod {
|
|
20542
20947
|
constructor(data?: IPaymentMethod);
|
|
@@ -20567,6 +20972,7 @@ declare namespace $responses {
|
|
|
20567
20972
|
allowMerchantUseDisplayOption: $responses.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption;
|
|
20568
20973
|
unscheduledMitSupport: boolean;
|
|
20569
20974
|
captchaRequired: boolean;
|
|
20975
|
+
applePay?: $responses.wix.payment.api.pay.v2.IApplePayPaymentMethodDetails;
|
|
20570
20976
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
20571
20977
|
}
|
|
20572
20978
|
export namespace PaymentMethod {
|
|
@@ -20584,6 +20990,18 @@ declare namespace $responses {
|
|
|
20584
20990
|
SHOW_VISITOR_DISCLAIMER = "SHOW_VISITOR_DISCLAIMER",
|
|
20585
20991
|
}
|
|
20586
20992
|
}
|
|
20993
|
+
export interface IApplePayPaymentMethodDetails {
|
|
20994
|
+
merchantCountry: string;
|
|
20995
|
+
supportedNetworks: $responses.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
20996
|
+
merchantCapabilities: $responses.wix.payment.api.pay.v2.MerchantCapability[];
|
|
20997
|
+
}
|
|
20998
|
+
export class ApplePayPaymentMethodDetails implements IApplePayPaymentMethodDetails {
|
|
20999
|
+
constructor(data?: IApplePayPaymentMethodDetails);
|
|
21000
|
+
merchantCountry: string;
|
|
21001
|
+
supportedNetworks: $responses.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
21002
|
+
merchantCapabilities: $responses.wix.payment.api.pay.v2.MerchantCapability[];
|
|
21003
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
21004
|
+
}
|
|
20587
21005
|
export interface IAllowMerchantUseDisplayOptionEnum {
|
|
20588
21006
|
}
|
|
20589
21007
|
export class AllowMerchantUseDisplayOptionEnum implements IAllowMerchantUseDisplayOptionEnum {
|
|
@@ -20715,12 +21133,14 @@ declare namespace $responses {
|
|
|
20715
21133
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
20716
21134
|
}
|
|
20717
21135
|
export interface IExpressPaymentMethod {
|
|
21136
|
+
paymentProviderId?: string;
|
|
20718
21137
|
applePay?: $responses.wix.payment.api.pay.v2.ExpressPaymentMethod.IApplePayExpressPaymentMethodDetails;
|
|
20719
21138
|
payPal?: $responses.wix.payment.api.pay.v2.ExpressPaymentMethod.IPayPalExpressPaymentMethodDetails;
|
|
20720
21139
|
googlePay?: $responses.wix.payment.api.pay.v2.ExpressPaymentMethod.IGooglePayExpressPaymentMethodDetails;
|
|
20721
21140
|
}
|
|
20722
21141
|
export class ExpressPaymentMethod implements IExpressPaymentMethod {
|
|
20723
21142
|
constructor(data?: IExpressPaymentMethod);
|
|
21143
|
+
paymentProviderId?: string;
|
|
20724
21144
|
applePay?: $responses.wix.payment.api.pay.v2.ExpressPaymentMethod.IApplePayExpressPaymentMethodDetails;
|
|
20725
21145
|
payPal?: $responses.wix.payment.api.pay.v2.ExpressPaymentMethod.IPayPalExpressPaymentMethodDetails;
|
|
20726
21146
|
googlePay?: $responses.wix.payment.api.pay.v2.ExpressPaymentMethod.IGooglePayExpressPaymentMethodDetails;
|
|
@@ -20729,59 +21149,28 @@ declare namespace $responses {
|
|
|
20729
21149
|
export namespace ExpressPaymentMethod {
|
|
20730
21150
|
export interface IApplePayExpressPaymentMethodDetails {
|
|
20731
21151
|
merchantCountry: string;
|
|
20732
|
-
supportedNetworks: $responses.wix.payment.api.pay.v2.
|
|
20733
|
-
merchantCapabilities: $responses.wix.payment.api.pay.v2.
|
|
21152
|
+
supportedNetworks: $responses.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
21153
|
+
merchantCapabilities: $responses.wix.payment.api.pay.v2.MerchantCapability[];
|
|
20734
21154
|
}
|
|
20735
21155
|
export class ApplePayExpressPaymentMethodDetails implements IApplePayExpressPaymentMethodDetails {
|
|
20736
21156
|
constructor(data?: IApplePayExpressPaymentMethodDetails);
|
|
20737
21157
|
merchantCountry: string;
|
|
20738
|
-
supportedNetworks: $responses.wix.payment.api.pay.v2.
|
|
20739
|
-
merchantCapabilities: $responses.wix.payment.api.pay.v2.
|
|
21158
|
+
supportedNetworks: $responses.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
21159
|
+
merchantCapabilities: $responses.wix.payment.api.pay.v2.MerchantCapability[];
|
|
20740
21160
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
20741
21161
|
}
|
|
20742
21162
|
export interface IGooglePayExpressPaymentMethodDetails {
|
|
20743
21163
|
merchantCountry: string;
|
|
20744
|
-
supportedNetworks: $responses.wix.payment.api.pay.v2.
|
|
20745
|
-
panTypes: $responses.wix.payment.api.pay.v2.
|
|
21164
|
+
supportedNetworks: $responses.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
21165
|
+
panTypes: $responses.wix.payment.api.pay.v2.PanType[];
|
|
20746
21166
|
}
|
|
20747
21167
|
export class GooglePayExpressPaymentMethodDetails implements IGooglePayExpressPaymentMethodDetails {
|
|
20748
21168
|
constructor(data?: IGooglePayExpressPaymentMethodDetails);
|
|
20749
21169
|
merchantCountry: string;
|
|
20750
|
-
supportedNetworks: $responses.wix.payment.api.pay.v2.
|
|
20751
|
-
panTypes: $responses.wix.payment.api.pay.v2.
|
|
21170
|
+
supportedNetworks: $responses.wix.payment.api.pay.v2.CreditCardNetwork[];
|
|
21171
|
+
panTypes: $responses.wix.payment.api.pay.v2.PanType[];
|
|
20752
21172
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
20753
21173
|
}
|
|
20754
|
-
export enum CreditCardNetwork {
|
|
20755
|
-
UNDEFINED_NETWORK = "UNDEFINED_NETWORK",
|
|
20756
|
-
AMEX = "AMEX",
|
|
20757
|
-
CARTES_BANCAIRES = "CARTES_BANCAIRES",
|
|
20758
|
-
CHINA_UNION_PAY = "CHINA_UNION_PAY",
|
|
20759
|
-
DISCOVER = "DISCOVER",
|
|
20760
|
-
EFTPOS = "EFTPOS",
|
|
20761
|
-
ELECTRON = "ELECTRON",
|
|
20762
|
-
ELO = "ELO",
|
|
20763
|
-
INTERAC = "INTERAC",
|
|
20764
|
-
JCB = "JCB",
|
|
20765
|
-
MADA = "MADA",
|
|
20766
|
-
MAESTRO = "MAESTRO",
|
|
20767
|
-
MASTER_CARD = "MASTER_CARD",
|
|
20768
|
-
PRIVATE_LABEL = "PRIVATE_LABEL",
|
|
20769
|
-
VISA = "VISA",
|
|
20770
|
-
VPAY = "VPAY",
|
|
20771
|
-
BANCONTACT_CARD = "BANCONTACT_CARD",
|
|
20772
|
-
}
|
|
20773
|
-
export enum MerchantCapability {
|
|
20774
|
-
UNDEFINED_CAPABILITY = "UNDEFINED_CAPABILITY",
|
|
20775
|
-
SUPPORTS_3DS = "SUPPORTS_3DS",
|
|
20776
|
-
SUPPORTS_EMV = "SUPPORTS_EMV",
|
|
20777
|
-
SUPPORTS_CREDIT = "SUPPORTS_CREDIT",
|
|
20778
|
-
SUPPORTS_DEBIT = "SUPPORTS_DEBIT",
|
|
20779
|
-
}
|
|
20780
|
-
export enum PanType {
|
|
20781
|
-
UNDEFINED_TYPE = "UNDEFINED_TYPE",
|
|
20782
|
-
FPAN = "FPAN",
|
|
20783
|
-
DPAN = "DPAN",
|
|
20784
|
-
}
|
|
20785
21174
|
export interface IPayPalExpressPaymentMethodDetails {
|
|
20786
21175
|
clientId: string;
|
|
20787
21176
|
merchantId: string;
|
|
@@ -20797,6 +21186,37 @@ declare namespace $responses {
|
|
|
20797
21186
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
20798
21187
|
}
|
|
20799
21188
|
}
|
|
21189
|
+
export enum CreditCardNetwork {
|
|
21190
|
+
UNDEFINED_NETWORK = "UNDEFINED_NETWORK",
|
|
21191
|
+
AMEX = "AMEX",
|
|
21192
|
+
CARTES_BANCAIRES = "CARTES_BANCAIRES",
|
|
21193
|
+
CHINA_UNION_PAY = "CHINA_UNION_PAY",
|
|
21194
|
+
DISCOVER = "DISCOVER",
|
|
21195
|
+
EFTPOS = "EFTPOS",
|
|
21196
|
+
ELECTRON = "ELECTRON",
|
|
21197
|
+
ELO = "ELO",
|
|
21198
|
+
INTERAC = "INTERAC",
|
|
21199
|
+
JCB = "JCB",
|
|
21200
|
+
MADA = "MADA",
|
|
21201
|
+
MAESTRO = "MAESTRO",
|
|
21202
|
+
MASTER_CARD = "MASTER_CARD",
|
|
21203
|
+
PRIVATE_LABEL = "PRIVATE_LABEL",
|
|
21204
|
+
VISA = "VISA",
|
|
21205
|
+
VPAY = "VPAY",
|
|
21206
|
+
BANCONTACT_CARD = "BANCONTACT_CARD",
|
|
21207
|
+
}
|
|
21208
|
+
export enum MerchantCapability {
|
|
21209
|
+
UNDEFINED_CAPABILITY = "UNDEFINED_CAPABILITY",
|
|
21210
|
+
SUPPORTS_3DS = "SUPPORTS_3DS",
|
|
21211
|
+
SUPPORTS_EMV = "SUPPORTS_EMV",
|
|
21212
|
+
SUPPORTS_CREDIT = "SUPPORTS_CREDIT",
|
|
21213
|
+
SUPPORTS_DEBIT = "SUPPORTS_DEBIT",
|
|
21214
|
+
}
|
|
21215
|
+
export enum PanType {
|
|
21216
|
+
UNDEFINED_TYPE = "UNDEFINED_TYPE",
|
|
21217
|
+
FPAN = "FPAN",
|
|
21218
|
+
DPAN = "DPAN",
|
|
21219
|
+
}
|
|
20800
21220
|
export interface IChargeAlreadyApprovedErrorData {
|
|
20801
21221
|
transactionId: string;
|
|
20802
21222
|
verticalOrderId: string;
|
|
@@ -20984,6 +21404,7 @@ declare namespace $responses {
|
|
|
20984
21404
|
amountBreakdown?: $responses.wix.payment.api.pay.v2.IAmountBreakdown;
|
|
20985
21405
|
requestShipping: boolean;
|
|
20986
21406
|
orderItems: $responses.wix.payment.api.pay.v2.IOrderItem[];
|
|
21407
|
+
checkoutSession?: string;
|
|
20987
21408
|
}
|
|
20988
21409
|
export class CreateCheckoutRequest implements ICreateCheckoutRequest {
|
|
20989
21410
|
constructor(data?: ICreateCheckoutRequest);
|
|
@@ -20993,6 +21414,7 @@ declare namespace $responses {
|
|
|
20993
21414
|
amountBreakdown?: $responses.wix.payment.api.pay.v2.IAmountBreakdown;
|
|
20994
21415
|
requestShipping: boolean;
|
|
20995
21416
|
orderItems: $responses.wix.payment.api.pay.v2.IOrderItem[];
|
|
21417
|
+
checkoutSession?: string;
|
|
20996
21418
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
20997
21419
|
}
|
|
20998
21420
|
export interface IUpdateCheckoutRequest {
|
|
@@ -21270,6 +21692,7 @@ declare namespace $responses {
|
|
|
21270
21692
|
createdAt?: Date;
|
|
21271
21693
|
installments: number;
|
|
21272
21694
|
scheduledAction?: $responses.wix.payment.api.pay.v3.IScheduledAction;
|
|
21695
|
+
verticalOrderId?: string;
|
|
21273
21696
|
}
|
|
21274
21697
|
export class Transaction implements ITransaction {
|
|
21275
21698
|
constructor(data?: ITransaction);
|
|
@@ -21289,6 +21712,7 @@ declare namespace $responses {
|
|
|
21289
21712
|
createdAt?: Date;
|
|
21290
21713
|
installments: number;
|
|
21291
21714
|
scheduledAction?: $responses.wix.payment.api.pay.v3.IScheduledAction;
|
|
21715
|
+
verticalOrderId?: string;
|
|
21292
21716
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
21293
21717
|
}
|
|
21294
21718
|
export namespace Transaction {
|
|
@@ -25354,6 +25778,20 @@ declare namespace $responses {
|
|
|
25354
25778
|
originStoreId: string;
|
|
25355
25779
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25356
25780
|
}
|
|
25781
|
+
export interface IBackfillV3SiteRequest {
|
|
25782
|
+
metaSiteId: string;
|
|
25783
|
+
}
|
|
25784
|
+
export class BackfillV3SiteRequest implements IBackfillV3SiteRequest {
|
|
25785
|
+
constructor(data?: IBackfillV3SiteRequest);
|
|
25786
|
+
metaSiteId: string;
|
|
25787
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25788
|
+
}
|
|
25789
|
+
export interface IBackfillV3SiteResponse {
|
|
25790
|
+
}
|
|
25791
|
+
export class BackfillV3SiteResponse implements IBackfillV3SiteResponse {
|
|
25792
|
+
constructor(data?: IBackfillV3SiteResponse);
|
|
25793
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25794
|
+
}
|
|
25357
25795
|
export interface IGetCatalogVersionRequest {
|
|
25358
25796
|
}
|
|
25359
25797
|
export class GetCatalogVersionRequest implements IGetCatalogVersionRequest {
|
|
@@ -25368,18 +25806,6 @@ declare namespace $responses {
|
|
|
25368
25806
|
catalogVersion: $responses.wix.stores.catalog.provision.v1.Version;
|
|
25369
25807
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25370
25808
|
}
|
|
25371
|
-
export interface IInstallStoresRequest {
|
|
25372
|
-
}
|
|
25373
|
-
export class InstallStoresRequest implements IInstallStoresRequest {
|
|
25374
|
-
constructor(data?: IInstallStoresRequest);
|
|
25375
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25376
|
-
}
|
|
25377
|
-
export interface IInstallStoresResponse {
|
|
25378
|
-
}
|
|
25379
|
-
export class InstallStoresResponse implements IInstallStoresResponse {
|
|
25380
|
-
constructor(data?: IInstallStoresResponse);
|
|
25381
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25382
|
-
}
|
|
25383
25809
|
export interface IProvisionRequest {
|
|
25384
25810
|
originalInstanceId?: string;
|
|
25385
25811
|
}
|
|
@@ -25416,6 +25842,26 @@ declare namespace $responses {
|
|
|
25416
25842
|
constructor(data?: IInstallBassAppDependencyResponse);
|
|
25417
25843
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25418
25844
|
}
|
|
25845
|
+
export interface IInstallStoresRequest {
|
|
25846
|
+
originStoreId?: string;
|
|
25847
|
+
originMetaSiteId?: string;
|
|
25848
|
+
storeId: string;
|
|
25849
|
+
metaSiteId: string;
|
|
25850
|
+
}
|
|
25851
|
+
export class InstallStoresRequest implements IInstallStoresRequest {
|
|
25852
|
+
constructor(data?: IInstallStoresRequest);
|
|
25853
|
+
originStoreId?: string;
|
|
25854
|
+
originMetaSiteId?: string;
|
|
25855
|
+
storeId: string;
|
|
25856
|
+
metaSiteId: string;
|
|
25857
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25858
|
+
}
|
|
25859
|
+
export interface IInstallStoresResponse {
|
|
25860
|
+
}
|
|
25861
|
+
export class InstallStoresResponse implements IInstallStoresResponse {
|
|
25862
|
+
constructor(data?: IInstallStoresResponse);
|
|
25863
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
25864
|
+
}
|
|
25419
25865
|
}
|
|
25420
25866
|
}
|
|
25421
25867
|
}
|
|
@@ -26597,6 +27043,7 @@ declare namespace $responses {
|
|
|
26597
27043
|
'.wix.api.appendixFiles': $responses.wix.api.IServiceAppendix[];
|
|
26598
27044
|
'.wix.api.event': $responses.wix.api.ICallback[];
|
|
26599
27045
|
'.wix.api.eventDeprecated': $responses.wix.api.ICallbackDeprecation[];
|
|
27046
|
+
'.wix.api.errorDef': $responses.wix.api.IError[];
|
|
26600
27047
|
'.wix.spi.service'?: $responses.wix.spi.IService;
|
|
26601
27048
|
'.wix.spi.event': $responses.wix.spi.IEvent[];
|
|
26602
27049
|
}
|
|
@@ -26611,6 +27058,7 @@ declare namespace $responses {
|
|
|
26611
27058
|
'.wix.api.appendixFiles': $responses.wix.api.IServiceAppendix[];
|
|
26612
27059
|
'.wix.api.event': $responses.wix.api.ICallback[];
|
|
26613
27060
|
'.wix.api.eventDeprecated': $responses.wix.api.ICallbackDeprecation[];
|
|
27061
|
+
'.wix.api.errorDef': $responses.wix.api.IError[];
|
|
26614
27062
|
'.wix.spi.service'?: $responses.wix.spi.IService;
|
|
26615
27063
|
'.wix.spi.event': $responses.wix.spi.IEvent[];
|
|
26616
27064
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
@@ -26632,6 +27080,7 @@ declare namespace $responses {
|
|
|
26632
27080
|
'.wix.api.error': $responses.wix.api.IError[];
|
|
26633
27081
|
'.wix.api.customValidationError': $responses.wix.api.ICustomValidationError[];
|
|
26634
27082
|
'.wix.api.inheritCrudErrors': $responses.wix.api.IInheritCrudErrors[];
|
|
27083
|
+
'.wix.api.errorRef': $responses.wix.api.IErrorRef[];
|
|
26635
27084
|
'.wix.spi.error': $responses.wix.spi.IError[];
|
|
26636
27085
|
'.wix.spi.featureToggle': string;
|
|
26637
27086
|
'.wix.api.idempotency'?: $responses.wix.api.IIdempotency;
|
|
@@ -26661,6 +27110,7 @@ declare namespace $responses {
|
|
|
26661
27110
|
'.wix.api.error': $responses.wix.api.IError[];
|
|
26662
27111
|
'.wix.api.customValidationError': $responses.wix.api.ICustomValidationError[];
|
|
26663
27112
|
'.wix.api.inheritCrudErrors': $responses.wix.api.IInheritCrudErrors[];
|
|
27113
|
+
'.wix.api.errorRef': $responses.wix.api.IErrorRef[];
|
|
26664
27114
|
'.wix.spi.error': $responses.wix.spi.IError[];
|
|
26665
27115
|
'.wix.spi.featureToggle': string;
|
|
26666
27116
|
'.wix.api.idempotency'?: $responses.wix.api.IIdempotency;
|
|
@@ -26838,6 +27288,8 @@ declare namespace $services {
|
|
|
26838
27288
|
export abstract class AccountService {
|
|
26839
27289
|
abstract get(aspects: AspectStore, req: $requests.wix.payment.api.pay.v2.IGetAccountRequest): Promise<$responses.wix.payment.api.pay.v2.IGetAccountResponse>
|
|
26840
27290
|
abstract get(req: $requests.wix.payment.api.pay.v2.IGetAccountRequest): Promise<$responses.wix.payment.api.pay.v2.IGetAccountResponse>
|
|
27291
|
+
abstract getPayableCurrencies(aspects: AspectStore, req: $requests.wix.payment.api.pay.v2.IGetPayableCurrenciesRequest): Promise<$responses.wix.payment.api.pay.v2.IGetPayableCurrenciesResponse>
|
|
27292
|
+
abstract getPayableCurrencies(req: $requests.wix.payment.api.pay.v2.IGetPayableCurrenciesRequest): Promise<$responses.wix.payment.api.pay.v2.IGetPayableCurrenciesResponse>
|
|
26841
27293
|
}
|
|
26842
27294
|
export abstract class ApplePayPaymentMethodService {
|
|
26843
27295
|
abstract validateMerchant(aspects: AspectStore, req: $requests.wix.payment.api.pay.v2.IValidateMerchantRequest): Promise<$responses.wix.payment.api.pay.v2.IValidateMerchantResponse>
|
|
@@ -27268,6 +27720,8 @@ declare namespace $services {
|
|
|
27268
27720
|
abstract onStoresAppsInstalled(req: $requests.com.wixpress.metasite.event.api.IMetaSiteSpecialEvent): Promise<{}>
|
|
27269
27721
|
abstract installStores(aspects: AspectStore, req: $requests.wix.stores.catalog.provision.v1.IInstallStoresRequest): Promise<$responses.wix.stores.catalog.provision.v1.IInstallStoresResponse>
|
|
27270
27722
|
abstract installStores(req: $requests.wix.stores.catalog.provision.v1.IInstallStoresRequest): Promise<$responses.wix.stores.catalog.provision.v1.IInstallStoresResponse>
|
|
27723
|
+
abstract backfillV3Site(aspects: AspectStore, req: $requests.wix.stores.catalog.provision.v1.IBackfillV3SiteRequest): Promise<$responses.wix.stores.catalog.provision.v1.IBackfillV3SiteResponse>
|
|
27724
|
+
abstract backfillV3Site(req: $requests.wix.stores.catalog.provision.v1.IBackfillV3SiteRequest): Promise<$responses.wix.stores.catalog.provision.v1.IBackfillV3SiteResponse>
|
|
27271
27725
|
}
|
|
27272
27726
|
}
|
|
27273
27727
|
}
|