@wix/bex-utils 2.4.0 → 2.5.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-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js +650 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.d.ts +25136 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.d.ts +12567 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.js +210768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.d.ts +25130 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js +64 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js +582 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js +188 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js +61 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/builders/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/http/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/meta/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/package.json +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/rpc/package.json +6 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/assets_messages.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +137 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing.proto +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing_service.proto +124 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/companies_messages.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_common.proto +217 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ai_assistant/com/wixpress/appservice/api/upstream/wix/genie/assistant/spi/v1/assistant_spi_service.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/app_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +178 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension.proto +99 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_container.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_menu_item.proto +67 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_widget.proto +47 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_modal.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/broadcast_list.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/code_package.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/accepted_message_types.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_branding.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_configuration.proto +41 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/conversation_limitations.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/dm/direct_message_config.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/email/email_message_config.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/media_capabilities.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/sms/sms_message_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_element_widget.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/table_reservations/spi/custom_reservations_approval/v1/custom_reservations_approval.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dc_config.proto +9 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/deployment_pipeline_provider/com/wixpress/appservice/api/upstream/wix/editor/deployments/spi/v1/pipeline_provider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dev_center_component_test.proto +87 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto +44 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/editor_addon.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/form_template.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +39 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto +31 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_extension_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_extension_spi.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/headless_oauth.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto +82 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +194 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multi_service_booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/multi_service_booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema/com/wixpress/appservice/api/upstream/wix/multilingual/translation/schema/v1/schema.proto +71 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_content.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page.proto +70 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_replace/page_replace.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/platform.proto +59 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/plugin-interface.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +655 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/service_availability_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/service_availability_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/slot.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/sms-action-message.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/static_file.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio_widget.proto +128 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_calculation_provider/com/wixpress/appservice/api/upstream/wix/billing/tax_calculation_spi/v1/tax_calculation_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_groups_provider/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_groups_provider_config.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/component_model.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/editor_behaviors.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/plugin_installation_settings.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/shared.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/widget_size.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/user_notification.proto +94 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/web.proto +350 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget.proto +121 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_plugin.proto +54 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/worker.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data.proto +436 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_messages.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_messages.proto +149 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/extensions_messages.proto +111 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/features/features_messages.proto +73 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/listingInfo_messages.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/marketListing_messages.proto +107 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/permissions_messages.proto +158 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/plans/plans_messages.proto +108 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/pricing_model/pricing_model_messages.proto +104 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/translations_data_messages.proto +57 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/versions_messages.proto +341 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/webhooks_messages.proto +65 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/annotations.proto +356 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/entity.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/validations.proto +134 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/media.proto +232 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/paging.proto +116 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/query.proto +768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types/package.json +7 -0
- package/dist/cjs/PromiseState.js.map +1 -1
- package/dist/cjs/batchUpdates.js.map +1 -1
- package/dist/cjs/events.js.map +1 -1
- package/dist/cjs/exports/react-dom.js.map +1 -1
- package/dist/cjs/exports/react-native.js.map +1 -1
- package/dist/cjs/exports/react.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/reactive.js.map +1 -1
- package/dist/cjs/reactiveContext.js.map +1 -1
- package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -1
- package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -1
- package/dist/cjs/useReactive.js.map +1 -1
- package/package.json +3 -2
package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { CreateMarketListingRequest, CreateMarketListingResponse, GetMarketListingRequest, GetMarketListingResponse, QueryMarketListingRequest, QueryMarketListingResponse, UpdateMarketListingRequest, UpdateMarketListingResponse, AppVersionStateChanged, Empty, OldListingChanged } from './types.impl';
|
|
2
|
+
import * as wrapper from './proto/proto-generated';
|
|
3
|
+
declare const MarketListingService: typeof wrapper.com.wixpress.devcenter.appmarketlisting.MarketListingService;
|
|
4
|
+
export declare type RequestOptions<T = any, U = any> = {
|
|
5
|
+
_?: T;
|
|
6
|
+
requestData: any;
|
|
7
|
+
serviceArtifactId: string;
|
|
8
|
+
serviceProtoClass: U;
|
|
9
|
+
methodName: string;
|
|
10
|
+
};
|
|
11
|
+
/** TODO: add status as required in the request. (do we need status here? because PUBLISHED listing is not created straight away) */
|
|
12
|
+
export declare function createMarketListing(payload: CreateMarketListingRequest): RequestOptions<CreateMarketListingResponse, typeof MarketListingService>;
|
|
13
|
+
export declare function getMarketListing(payload: GetMarketListingRequest): RequestOptions<GetMarketListingResponse, typeof MarketListingService>;
|
|
14
|
+
/** TODO: add status as required in the request. */
|
|
15
|
+
export declare function updateMarketListing(payload: UpdateMarketListingRequest): RequestOptions<UpdateMarketListingResponse, typeof MarketListingService>;
|
|
16
|
+
export declare function consumeOldListingChanged(payload: OldListingChanged): RequestOptions<Empty, typeof MarketListingService>;
|
|
17
|
+
export declare function consumeAppVersionStateChanged(payload: AppVersionStateChanged): RequestOptions<Empty, typeof MarketListingService>;
|
|
18
|
+
export declare function queryMarketListing(payload: QueryMarketListingRequest): RequestOptions<QueryMarketListingResponse, typeof MarketListingService>;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
14
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
|
+
if (mod && mod.__esModule) return mod;
|
|
16
|
+
var result = {};
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
19
|
+
return result;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.queryMarketListing = exports.consumeAppVersionStateChanged = exports.consumeOldListingChanged = exports.updateMarketListing = exports.getMarketListing = exports.createMarketListing = void 0;
|
|
23
|
+
var wrapper = __importStar(require("./proto/proto-generated"));
|
|
24
|
+
var MarketListingService = wrapper.com.wixpress.devcenter.appmarketlisting.MarketListingService;
|
|
25
|
+
/** TODO: add status as required in the request. (do we need status here? because PUBLISHED listing is not created straight away) */
|
|
26
|
+
function createMarketListing(payload) {
|
|
27
|
+
var serviceArtifactId = 'com.wixpress.devcenter.appmarketlisting.app-market-listing';
|
|
28
|
+
var serviceProtoClass = MarketListingService;
|
|
29
|
+
var methodName = 'createMarketListing';
|
|
30
|
+
var requestData = payload;
|
|
31
|
+
return {
|
|
32
|
+
serviceProtoClass: serviceProtoClass,
|
|
33
|
+
serviceArtifactId: serviceArtifactId,
|
|
34
|
+
methodName: methodName,
|
|
35
|
+
requestData: requestData,
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.createMarketListing = createMarketListing;
|
|
39
|
+
function getMarketListing(payload) {
|
|
40
|
+
var serviceArtifactId = 'com.wixpress.devcenter.appmarketlisting.app-market-listing';
|
|
41
|
+
var serviceProtoClass = MarketListingService;
|
|
42
|
+
var methodName = 'getMarketListing';
|
|
43
|
+
var requestData = payload;
|
|
44
|
+
return {
|
|
45
|
+
serviceProtoClass: serviceProtoClass,
|
|
46
|
+
serviceArtifactId: serviceArtifactId,
|
|
47
|
+
methodName: methodName,
|
|
48
|
+
requestData: requestData,
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
exports.getMarketListing = getMarketListing;
|
|
52
|
+
/** TODO: add status as required in the request. */
|
|
53
|
+
function updateMarketListing(payload) {
|
|
54
|
+
var serviceArtifactId = 'com.wixpress.devcenter.appmarketlisting.app-market-listing';
|
|
55
|
+
var serviceProtoClass = MarketListingService;
|
|
56
|
+
var methodName = 'updateMarketListing';
|
|
57
|
+
var requestData = payload;
|
|
58
|
+
return {
|
|
59
|
+
serviceProtoClass: serviceProtoClass,
|
|
60
|
+
serviceArtifactId: serviceArtifactId,
|
|
61
|
+
methodName: methodName,
|
|
62
|
+
requestData: requestData,
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
exports.updateMarketListing = updateMarketListing;
|
|
66
|
+
function consumeOldListingChanged(payload) {
|
|
67
|
+
var serviceArtifactId = 'com.wixpress.devcenter.appmarketlisting.app-market-listing';
|
|
68
|
+
var serviceProtoClass = MarketListingService;
|
|
69
|
+
var methodName = 'consumeOldListingChanged';
|
|
70
|
+
var requestData = payload;
|
|
71
|
+
return {
|
|
72
|
+
serviceProtoClass: serviceProtoClass,
|
|
73
|
+
serviceArtifactId: serviceArtifactId,
|
|
74
|
+
methodName: methodName,
|
|
75
|
+
requestData: requestData,
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
exports.consumeOldListingChanged = consumeOldListingChanged;
|
|
79
|
+
function consumeAppVersionStateChanged(payload) {
|
|
80
|
+
var serviceArtifactId = 'com.wixpress.devcenter.appmarketlisting.app-market-listing';
|
|
81
|
+
var serviceProtoClass = MarketListingService;
|
|
82
|
+
var methodName = 'consumeAppVersionStateChanged';
|
|
83
|
+
var requestData = payload;
|
|
84
|
+
return {
|
|
85
|
+
serviceProtoClass: serviceProtoClass,
|
|
86
|
+
serviceArtifactId: serviceArtifactId,
|
|
87
|
+
methodName: methodName,
|
|
88
|
+
requestData: requestData,
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
exports.consumeAppVersionStateChanged = consumeAppVersionStateChanged;
|
|
92
|
+
function queryMarketListing(payload) {
|
|
93
|
+
var serviceArtifactId = 'com.wixpress.devcenter.appmarketlisting.app-market-listing';
|
|
94
|
+
var serviceProtoClass = MarketListingService;
|
|
95
|
+
var methodName = 'queryMarketListing';
|
|
96
|
+
var requestData = payload;
|
|
97
|
+
return {
|
|
98
|
+
serviceProtoClass: serviceProtoClass,
|
|
99
|
+
serviceArtifactId: serviceArtifactId,
|
|
100
|
+
methodName: methodName,
|
|
101
|
+
requestData: requestData,
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
exports.queryMarketListing = queryMarketListing;
|
|
105
|
+
//# sourceMappingURL=rpc.impl.js.map
|
package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rpc.impl.js","sourceRoot":"","sources":["../../rpc.impl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAaA,+DAAmD;AAEnD,IAAM,oBAAoB,GACxB,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,oBAAoB,CAAC;AAUvE,oIAAoI;AACpI,SAAgB,mBAAmB,CACjC,OAAmC;IAEnC,IAAM,iBAAiB,GACrB,4DAA4D,CAAC;IAC/D,IAAM,iBAAiB,GAAgC,oBAAoB,CAAC;IAC5E,IAAM,UAAU,GAAW,qBAAqB,CAAC;IACjD,IAAM,WAAW,GAA+B,OAAO,CAAC;IACxD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAdD,kDAcC;AAED,SAAgB,gBAAgB,CAC9B,OAAgC;IAEhC,IAAM,iBAAiB,GACrB,4DAA4D,CAAC;IAC/D,IAAM,iBAAiB,GAAgC,oBAAoB,CAAC;IAC5E,IAAM,UAAU,GAAW,kBAAkB,CAAC;IAC9C,IAAM,WAAW,GAA4B,OAAO,CAAC;IACrD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAdD,4CAcC;AAED,mDAAmD;AACnD,SAAgB,mBAAmB,CACjC,OAAmC;IAEnC,IAAM,iBAAiB,GACrB,4DAA4D,CAAC;IAC/D,IAAM,iBAAiB,GAAgC,oBAAoB,CAAC;IAC5E,IAAM,UAAU,GAAW,qBAAqB,CAAC;IACjD,IAAM,WAAW,GAA+B,OAAO,CAAC;IACxD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAdD,kDAcC;AAED,SAAgB,wBAAwB,CACtC,OAA0B;IAE1B,IAAM,iBAAiB,GACrB,4DAA4D,CAAC;IAC/D,IAAM,iBAAiB,GAAgC,oBAAoB,CAAC;IAC5E,IAAM,UAAU,GAAW,0BAA0B,CAAC;IACtD,IAAM,WAAW,GAAsB,OAAO,CAAC;IAC/C,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAdD,4DAcC;AAED,SAAgB,6BAA6B,CAC3C,OAA+B;IAE/B,IAAM,iBAAiB,GACrB,4DAA4D,CAAC;IAC/D,IAAM,iBAAiB,GAAgC,oBAAoB,CAAC;IAC5E,IAAM,UAAU,GAAW,+BAA+B,CAAC;IAC3D,IAAM,WAAW,GAA2B,OAAO,CAAC;IACpD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAdD,sEAcC;AAED,SAAgB,kBAAkB,CAChC,OAAkC;IAElC,IAAM,iBAAiB,GACrB,4DAA4D,CAAC;IAC/D,IAAM,iBAAiB,GAAgC,oBAAoB,CAAC;IAC5E,IAAM,UAAU,GAAW,oBAAoB,CAAC;IAChD,IAAM,WAAW,GAA8B,OAAO,CAAC;IACvD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAdD,gDAcC"}
|
package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.d.ts
ADDED
|
@@ -0,0 +1,455 @@
|
|
|
1
|
+
export interface MarketListing {
|
|
2
|
+
/** market listing id */
|
|
3
|
+
id?: string | null;
|
|
4
|
+
/** app id the listing belongs to. */
|
|
5
|
+
appId?: string;
|
|
6
|
+
/** language of the listing. */
|
|
7
|
+
languageCode?: string;
|
|
8
|
+
/** basic info about the app. */
|
|
9
|
+
basicInfo?: BasicInfo;
|
|
10
|
+
/** map of all marketing assets. */
|
|
11
|
+
assetsMap?: Record<string, Assets>;
|
|
12
|
+
/** app's contact info. */
|
|
13
|
+
contactInfo?: ContactInfo;
|
|
14
|
+
/** requirements for the app's installation. */
|
|
15
|
+
installationRequirement?: InstallationRequirement;
|
|
16
|
+
/** market listing revision. */
|
|
17
|
+
revision?: string | null;
|
|
18
|
+
/**
|
|
19
|
+
* date the listing was created.
|
|
20
|
+
* @readonly
|
|
21
|
+
*/
|
|
22
|
+
createdDate?: Date;
|
|
23
|
+
/**
|
|
24
|
+
* date the listing was updated.
|
|
25
|
+
* @readonly
|
|
26
|
+
*/
|
|
27
|
+
updatedDate?: Date;
|
|
28
|
+
/** status of the listing. */
|
|
29
|
+
status?: Status;
|
|
30
|
+
/** app classification (kind of the app) */
|
|
31
|
+
classification?: Classification;
|
|
32
|
+
/** app's pricing data */
|
|
33
|
+
pricingData?: PricingData;
|
|
34
|
+
}
|
|
35
|
+
export interface BasicInfo {
|
|
36
|
+
name?: string | null;
|
|
37
|
+
teaser?: string | null;
|
|
38
|
+
longDescription?: string | null;
|
|
39
|
+
benefits?: Benefits[];
|
|
40
|
+
searchKeywords?: string[];
|
|
41
|
+
demoUrl?: string | null;
|
|
42
|
+
categories?: string[];
|
|
43
|
+
}
|
|
44
|
+
export interface Benefits {
|
|
45
|
+
title?: string;
|
|
46
|
+
}
|
|
47
|
+
export interface Assets {
|
|
48
|
+
assets?: Asset[];
|
|
49
|
+
}
|
|
50
|
+
export interface Asset {
|
|
51
|
+
url?: string;
|
|
52
|
+
mediaType?: MediaType;
|
|
53
|
+
}
|
|
54
|
+
export declare enum MediaType {
|
|
55
|
+
VIDEO = "VIDEO",
|
|
56
|
+
IMAGE = "IMAGE",
|
|
57
|
+
YOUTUBE = "YOUTUBE"
|
|
58
|
+
}
|
|
59
|
+
export interface ContactInfo {
|
|
60
|
+
website?: string | null;
|
|
61
|
+
developerMetaSiteId?: string | null;
|
|
62
|
+
supportEmail?: string | null;
|
|
63
|
+
privacyPolicyUrl?: string | null;
|
|
64
|
+
termsOfUseUrl?: string | null;
|
|
65
|
+
}
|
|
66
|
+
export interface InstallationRequirement {
|
|
67
|
+
/** the vertical appIds needed for this app, for example Store */
|
|
68
|
+
requiredApps?: RequiredApp[];
|
|
69
|
+
includeCountries?: string[];
|
|
70
|
+
excludeCountries?: string[];
|
|
71
|
+
/** language options */
|
|
72
|
+
includeLanguages?: string[];
|
|
73
|
+
excludeLanguages?: string[];
|
|
74
|
+
allowLanguageCustomization?: boolean;
|
|
75
|
+
/** is Wix Premium required for this app to be installed */
|
|
76
|
+
requiredWixPremium?: boolean;
|
|
77
|
+
}
|
|
78
|
+
export interface RequiredApp {
|
|
79
|
+
id?: string;
|
|
80
|
+
slug?: string;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* status of the listing, DRAFT for the current market listing in the Dev Center,
|
|
84
|
+
* and PUBLISHED for the published market listing in the App Market.
|
|
85
|
+
*/
|
|
86
|
+
export declare enum Status {
|
|
87
|
+
/** current market listing in the Dev Center. */
|
|
88
|
+
DRAFT = "DRAFT",
|
|
89
|
+
/** published market listing in the App Market. */
|
|
90
|
+
PUBLISHED = "PUBLISHED",
|
|
91
|
+
/** approved market listing in the App Market. */
|
|
92
|
+
APPROVED = "APPROVED"
|
|
93
|
+
}
|
|
94
|
+
export declare enum Classification {
|
|
95
|
+
/** A Regular app entity - used to installed on sites. */
|
|
96
|
+
SITE_APP = "SITE_APP",
|
|
97
|
+
/** represents an account API KEY to access wix services. */
|
|
98
|
+
API_KEY = "API_KEY",
|
|
99
|
+
/** represents an app developed for Velo editor. */
|
|
100
|
+
VELO_APP = "VELO_APP",
|
|
101
|
+
/** Private App that should be available only for the owner account / sub-accounts. */
|
|
102
|
+
PRIVATE_APP = "PRIVATE_APP",
|
|
103
|
+
/** represents an External Headless (3rd party) App that has access to Wix Public Services */
|
|
104
|
+
HEADLESS = "HEADLESS"
|
|
105
|
+
}
|
|
106
|
+
export interface PricingData {
|
|
107
|
+
/** indicates if there is external PP */
|
|
108
|
+
externalPricingPageUrl?: string | null;
|
|
109
|
+
/** indicates if there is external checkout */
|
|
110
|
+
externalCheckout?: boolean;
|
|
111
|
+
/** app's free trial days */
|
|
112
|
+
freeTrialDays?: number | null;
|
|
113
|
+
}
|
|
114
|
+
export interface CreateMarketListingRequest {
|
|
115
|
+
marketListing: MarketListing;
|
|
116
|
+
}
|
|
117
|
+
export interface CreateMarketListingResponse {
|
|
118
|
+
marketListing?: MarketListing;
|
|
119
|
+
}
|
|
120
|
+
export interface GetMarketListingRequest {
|
|
121
|
+
id: string;
|
|
122
|
+
}
|
|
123
|
+
export interface GetMarketListingResponse {
|
|
124
|
+
marketListing?: MarketListing;
|
|
125
|
+
}
|
|
126
|
+
export interface UpdateMarketListingRequest {
|
|
127
|
+
marketListing: MarketListing;
|
|
128
|
+
/** @internal */
|
|
129
|
+
mask?: string[];
|
|
130
|
+
}
|
|
131
|
+
export interface UpdateMarketListingResponse {
|
|
132
|
+
marketListing?: MarketListing;
|
|
133
|
+
}
|
|
134
|
+
/** payload for kafka event to update new app market listing */
|
|
135
|
+
export interface OldListingChanged {
|
|
136
|
+
appId?: string;
|
|
137
|
+
marketListing?: ApiMarketListing;
|
|
138
|
+
languageCode?: string;
|
|
139
|
+
name?: string | null;
|
|
140
|
+
iconUrl?: string | null;
|
|
141
|
+
}
|
|
142
|
+
export interface ApiMarketListing {
|
|
143
|
+
/** marketing materials */
|
|
144
|
+
basicInfo?: ApiBasicInfo;
|
|
145
|
+
/** map of all marketing assets */
|
|
146
|
+
assetsMap?: Record<string, Assets>;
|
|
147
|
+
contactInfo?: ApiContactInfo;
|
|
148
|
+
trackingAndAnalytics?: Tracking;
|
|
149
|
+
/** the language code; */
|
|
150
|
+
languageCode?: string;
|
|
151
|
+
installationRequirement?: ApiInstallationRequirement;
|
|
152
|
+
}
|
|
153
|
+
export interface ApiBasicInfo {
|
|
154
|
+
/** the app id. */
|
|
155
|
+
appId?: string;
|
|
156
|
+
name?: string;
|
|
157
|
+
teaser?: string | null;
|
|
158
|
+
longDescription?: string | null;
|
|
159
|
+
benefits?: ApiBenefits[];
|
|
160
|
+
searchKeywords?: string[];
|
|
161
|
+
demoUrl?: string | null;
|
|
162
|
+
categories?: string[];
|
|
163
|
+
}
|
|
164
|
+
export interface ApiBenefits {
|
|
165
|
+
title?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface ApiContactInfo {
|
|
168
|
+
website?: string | null;
|
|
169
|
+
developerMetaSiteId?: string | null;
|
|
170
|
+
supportEmail?: string | null;
|
|
171
|
+
privacyPolicyUrl?: string | null;
|
|
172
|
+
termsOfUseUrl?: string | null;
|
|
173
|
+
}
|
|
174
|
+
export interface Tracking {
|
|
175
|
+
googleAnalyticsTrackingId?: string | null;
|
|
176
|
+
googleConversionId?: string | null;
|
|
177
|
+
adRolllAdvId?: string | null;
|
|
178
|
+
adRolllPixId?: string | null;
|
|
179
|
+
}
|
|
180
|
+
export interface ApiInstallationRequirement {
|
|
181
|
+
/** the vertical appIds needed for this app, for example Store */
|
|
182
|
+
requiredApps?: ApiRequiredApp[];
|
|
183
|
+
includeCountries?: string[];
|
|
184
|
+
excludeCountries?: string[];
|
|
185
|
+
/** language options */
|
|
186
|
+
includeLanguages?: string[];
|
|
187
|
+
excludeLanguages?: string[];
|
|
188
|
+
allowLanguageCustomization?: boolean;
|
|
189
|
+
}
|
|
190
|
+
export interface ApiRequiredApp {
|
|
191
|
+
id?: string;
|
|
192
|
+
slug?: string;
|
|
193
|
+
}
|
|
194
|
+
export interface Empty {
|
|
195
|
+
}
|
|
196
|
+
/** payload for kafka event for this version on app submit */
|
|
197
|
+
export interface AppVersionStateChanged extends AppVersionStateChangedStateOneOf {
|
|
198
|
+
created?: AppVersionCreated;
|
|
199
|
+
submitted?: AppVersionSubmitted;
|
|
200
|
+
published?: AppVersionPublished;
|
|
201
|
+
declined?: AppVersionDeclined;
|
|
202
|
+
released?: AppVersionReleased;
|
|
203
|
+
approved?: AppVersionApproved;
|
|
204
|
+
draftChanged?: AppVersionDraftChanged;
|
|
205
|
+
archived?: AppVersionArchived;
|
|
206
|
+
appId?: string;
|
|
207
|
+
/** @readonly */
|
|
208
|
+
version?: string;
|
|
209
|
+
previousState?: VersionStatus;
|
|
210
|
+
}
|
|
211
|
+
/** @oneof */
|
|
212
|
+
export interface AppVersionStateChangedStateOneOf {
|
|
213
|
+
created?: AppVersionCreated;
|
|
214
|
+
submitted?: AppVersionSubmitted;
|
|
215
|
+
published?: AppVersionPublished;
|
|
216
|
+
declined?: AppVersionDeclined;
|
|
217
|
+
released?: AppVersionReleased;
|
|
218
|
+
approved?: AppVersionApproved;
|
|
219
|
+
draftChanged?: AppVersionDraftChanged;
|
|
220
|
+
archived?: AppVersionArchived;
|
|
221
|
+
}
|
|
222
|
+
export interface AppVersionCreated {
|
|
223
|
+
}
|
|
224
|
+
export interface AppVersionSubmitted {
|
|
225
|
+
}
|
|
226
|
+
export interface AppVersionPublished {
|
|
227
|
+
}
|
|
228
|
+
export interface AppVersionDeclined {
|
|
229
|
+
}
|
|
230
|
+
export interface AppVersionReleased {
|
|
231
|
+
}
|
|
232
|
+
export interface AppVersionApproved {
|
|
233
|
+
}
|
|
234
|
+
export interface AppVersionDraftChanged {
|
|
235
|
+
}
|
|
236
|
+
export interface AppVersionArchived {
|
|
237
|
+
}
|
|
238
|
+
export declare enum VersionStatus {
|
|
239
|
+
/** default, internal use status. do not use */
|
|
240
|
+
NONE_STATUS = "NONE_STATUS",
|
|
241
|
+
/** a version which was created in the dev center and has not started the approval process yet */
|
|
242
|
+
DRAFT = "DRAFT",
|
|
243
|
+
/** the version was submitted for review by the developer */
|
|
244
|
+
SUBMITTED = "SUBMITTED",
|
|
245
|
+
/** the version is being reviewed by the app market team in cactus */
|
|
246
|
+
IN_REVIEW = "IN_REVIEW",
|
|
247
|
+
/** our team approved the version */
|
|
248
|
+
APPROVED = "APPROVED",
|
|
249
|
+
/** this version is published - only one version can be published at any given time; if this app was already published, the previously published version's status is now ARCHIVED */
|
|
250
|
+
PUBLISHED = "PUBLISHED",
|
|
251
|
+
/** our team did not accept this version of the app */
|
|
252
|
+
DECLINED = "DECLINED",
|
|
253
|
+
/** the status for versions that are no longer relevant */
|
|
254
|
+
ARCHIVED = "ARCHIVED",
|
|
255
|
+
/** status for versions with no significant changes, e.g. for test app. for questions contact our team */
|
|
256
|
+
HIDDEN = "HIDDEN",
|
|
257
|
+
/** mark apps as RELEASED, without adding to the apps cache, and allow users to install */
|
|
258
|
+
RELEASED = "RELEASED"
|
|
259
|
+
}
|
|
260
|
+
export interface QueryMarketListingRequest {
|
|
261
|
+
query: QueryV2;
|
|
262
|
+
}
|
|
263
|
+
export interface QueryV2 extends QueryV2PagingMethodOneOf {
|
|
264
|
+
/** Paging options to limit and skip the number of items. */
|
|
265
|
+
paging?: Paging;
|
|
266
|
+
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
267
|
+
cursorPaging?: CursorPaging;
|
|
268
|
+
/**
|
|
269
|
+
* Filter object in the following format:
|
|
270
|
+
* `"filter" : {
|
|
271
|
+
* "fieldName1": "value1",
|
|
272
|
+
* "fieldName2":{"$operator":"value2"}
|
|
273
|
+
* }`
|
|
274
|
+
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
275
|
+
*/
|
|
276
|
+
filter?: Record<string, any> | null;
|
|
277
|
+
/**
|
|
278
|
+
* Sort object in the following format:
|
|
279
|
+
* `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
|
|
280
|
+
*/
|
|
281
|
+
sort?: Sorting[];
|
|
282
|
+
/** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
|
|
283
|
+
fields?: string[];
|
|
284
|
+
/** Array of named, predefined sets of projected fields. A array of predefined named sets of fields to be returned. Specifying multiple `fieldsets` will return the union of fields from all sets. If `fields` are also specified, the union of `fieldsets` and `fields` is returned. */
|
|
285
|
+
fieldsets?: string[];
|
|
286
|
+
}
|
|
287
|
+
/** @oneof */
|
|
288
|
+
export interface QueryV2PagingMethodOneOf {
|
|
289
|
+
/** Paging options to limit and skip the number of items. */
|
|
290
|
+
paging?: Paging;
|
|
291
|
+
/** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
|
|
292
|
+
cursorPaging?: CursorPaging;
|
|
293
|
+
}
|
|
294
|
+
export interface Sorting {
|
|
295
|
+
/** Name of the field to sort by. */
|
|
296
|
+
fieldName?: string;
|
|
297
|
+
/** Sort order. */
|
|
298
|
+
order?: SortOrder;
|
|
299
|
+
/**
|
|
300
|
+
* When `field_name` is a property of repeated field that is marked as `MATCH_ITEMS` and sort should be done by
|
|
301
|
+
* a specific element from a collection, filter can/should be provided to ensure correct sort value is picked.
|
|
302
|
+
*
|
|
303
|
+
* If multiple filters are provided, they are combined with AND operator.
|
|
304
|
+
*
|
|
305
|
+
* Example:
|
|
306
|
+
* Given we have document like {"id": "1", "nestedField": [{"price": 10, "region": "EU"}, {"price": 20, "region": "US"}]}
|
|
307
|
+
* and `nestedField` is marked as `MATCH_ITEMS`, to ensure that sorting is done by correct region, filter should be
|
|
308
|
+
* { fieldName: "nestedField.price", "select_items_by": [{"nestedField.region": "US"}] }
|
|
309
|
+
* @internal
|
|
310
|
+
*/
|
|
311
|
+
selectItemsBy?: Record<string, any>[] | null;
|
|
312
|
+
}
|
|
313
|
+
export declare enum SortOrder {
|
|
314
|
+
ASC = "ASC",
|
|
315
|
+
DESC = "DESC"
|
|
316
|
+
}
|
|
317
|
+
export interface Paging {
|
|
318
|
+
/** Number of items to load. */
|
|
319
|
+
limit?: number | null;
|
|
320
|
+
/** Number of items to skip in the current sort order. */
|
|
321
|
+
offset?: number | null;
|
|
322
|
+
}
|
|
323
|
+
export interface CursorPaging {
|
|
324
|
+
/** Maximum number of items to return in the results. */
|
|
325
|
+
limit?: number | null;
|
|
326
|
+
/**
|
|
327
|
+
* Pointer to the next or previous page in the list of results.
|
|
328
|
+
*
|
|
329
|
+
* Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.
|
|
330
|
+
* Not relevant for the first request.
|
|
331
|
+
*/
|
|
332
|
+
cursor?: string | null;
|
|
333
|
+
}
|
|
334
|
+
export interface QueryMarketListingResponse {
|
|
335
|
+
marketListing?: MarketListing[];
|
|
336
|
+
metadata?: PagingMetadataV2;
|
|
337
|
+
}
|
|
338
|
+
export interface PagingMetadataV2 {
|
|
339
|
+
/** Number of items returned in the response. */
|
|
340
|
+
count?: number | null;
|
|
341
|
+
/** Offset that was requested. */
|
|
342
|
+
offset?: number | null;
|
|
343
|
+
/** Total number of items that match the query. Returned if offset paging is used and the `tooManyToCount` flag is not set. */
|
|
344
|
+
total?: number | null;
|
|
345
|
+
/** Flag that indicates the server failed to calculate the `total` field. */
|
|
346
|
+
tooManyToCount?: boolean | null;
|
|
347
|
+
/** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
|
|
348
|
+
cursors?: Cursors;
|
|
349
|
+
/**
|
|
350
|
+
* Indicates if there are more results after the current page.
|
|
351
|
+
* If `true`, another page of results can be retrieved.
|
|
352
|
+
* If `false`, this is the last page.
|
|
353
|
+
* @internal
|
|
354
|
+
*/
|
|
355
|
+
hasNext?: boolean | null;
|
|
356
|
+
}
|
|
357
|
+
export interface Cursors {
|
|
358
|
+
/** Cursor string pointing to the next page in the list of results. */
|
|
359
|
+
next?: string | null;
|
|
360
|
+
/** Cursor pointing to the previous page in the list of results. */
|
|
361
|
+
prev?: string | null;
|
|
362
|
+
}
|
|
363
|
+
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
364
|
+
createdEvent?: EntityCreatedEvent;
|
|
365
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
366
|
+
deletedEvent?: EntityDeletedEvent;
|
|
367
|
+
actionEvent?: ActionEvent;
|
|
368
|
+
/**
|
|
369
|
+
* Unique event ID.
|
|
370
|
+
* Allows clients to ignore duplicate webhooks.
|
|
371
|
+
*/
|
|
372
|
+
id?: string;
|
|
373
|
+
/**
|
|
374
|
+
* Assumes actions are also always typed to an entity_type
|
|
375
|
+
* Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
|
|
376
|
+
*/
|
|
377
|
+
entityFqdn?: string;
|
|
378
|
+
/**
|
|
379
|
+
* This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
|
|
380
|
+
* This is although the created/updated/deleted notion is duplication of the oneof types
|
|
381
|
+
* Example: created/updated/deleted/started/completed/email_opened
|
|
382
|
+
*/
|
|
383
|
+
slug?: string;
|
|
384
|
+
/** ID of the entity associated with the event. */
|
|
385
|
+
entityId?: string;
|
|
386
|
+
/** Event timestamp. */
|
|
387
|
+
eventTime?: Date;
|
|
388
|
+
/**
|
|
389
|
+
* Whether the event was triggered as a result of a privacy regulation application
|
|
390
|
+
* (for example, GDPR).
|
|
391
|
+
*/
|
|
392
|
+
triggeredByAnonymizeRequest?: boolean | null;
|
|
393
|
+
/** If present, indicates the action that triggered the event. */
|
|
394
|
+
originatedFrom?: string | null;
|
|
395
|
+
/**
|
|
396
|
+
* A sequence number defining the order of updates to the underlying entity.
|
|
397
|
+
* For example, given that some entity was updated at 16:00 and than again at 16:01,
|
|
398
|
+
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
399
|
+
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
400
|
+
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
401
|
+
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
402
|
+
*/
|
|
403
|
+
entityEventSequence?: string | null;
|
|
404
|
+
}
|
|
405
|
+
/** @oneof */
|
|
406
|
+
export interface DomainEventBodyOneOf {
|
|
407
|
+
createdEvent?: EntityCreatedEvent;
|
|
408
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
409
|
+
deletedEvent?: EntityDeletedEvent;
|
|
410
|
+
actionEvent?: ActionEvent;
|
|
411
|
+
}
|
|
412
|
+
export interface EntityCreatedEvent {
|
|
413
|
+
entityAsJson?: string;
|
|
414
|
+
/**
|
|
415
|
+
* Indicates the event was triggered by a restore-from-trashbin operation for a previously deleted entity
|
|
416
|
+
* @internal
|
|
417
|
+
*/
|
|
418
|
+
triggeredByUndelete?: boolean | null;
|
|
419
|
+
}
|
|
420
|
+
export interface EntityUpdatedEvent {
|
|
421
|
+
/**
|
|
422
|
+
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
423
|
+
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
424
|
+
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
425
|
+
*/
|
|
426
|
+
currentEntityAsJson?: string;
|
|
427
|
+
/**
|
|
428
|
+
* This field is currently part of the of the EntityUpdatedEvent msg, but scala/node libraries which implements the domain events standard
|
|
429
|
+
* wont populate it / have any reference to it in the API.
|
|
430
|
+
* The main reason for it is that fetching the old entity from the DB will have a performance hit on an update operation so unless truly needed,
|
|
431
|
+
* the developer should send only the new (current) entity.
|
|
432
|
+
* An additional reason is not wanting to send this additional entity over the wire (kafka) since in some cases it can be really big
|
|
433
|
+
* Developers that must reflect the old entity will have to implement their own domain event sender mechanism which will follow the DomainEvent proto message.
|
|
434
|
+
* @internal
|
|
435
|
+
*/
|
|
436
|
+
previousEntityAsJson?: string | null;
|
|
437
|
+
/**
|
|
438
|
+
* WIP - This property will hold both names and values of the updated fields of the entity.
|
|
439
|
+
* For more details please see [adr](https://docs.google.com/document/d/1PdqsOM20Ph2HAkmx8zvUnzzk3Sekp3BR9h34wSvsRnI/edit#heading=h.phlw87mh2imx) or [issue](https://github.com/wix-private/nile-tracker/issues/363)
|
|
440
|
+
* @internal
|
|
441
|
+
*/
|
|
442
|
+
modifiedFields?: Record<string, any>;
|
|
443
|
+
}
|
|
444
|
+
export interface EntityDeletedEvent {
|
|
445
|
+
/**
|
|
446
|
+
* Indicates if the entity is sent to trash-bin. only available when trash-bin is enabled
|
|
447
|
+
* @internal
|
|
448
|
+
*/
|
|
449
|
+
movedToTrash?: boolean | null;
|
|
450
|
+
/** Entity that was deleted */
|
|
451
|
+
deletedEntityAsJson?: string | null;
|
|
452
|
+
}
|
|
453
|
+
export interface ActionEvent {
|
|
454
|
+
bodyAsJson?: string;
|
|
455
|
+
}
|
package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SortOrder = exports.VersionStatus = exports.Classification = exports.Status = exports.MediaType = void 0;
|
|
4
|
+
var MediaType;
|
|
5
|
+
(function (MediaType) {
|
|
6
|
+
MediaType["VIDEO"] = "VIDEO";
|
|
7
|
+
MediaType["IMAGE"] = "IMAGE";
|
|
8
|
+
MediaType["YOUTUBE"] = "YOUTUBE";
|
|
9
|
+
})(MediaType = exports.MediaType || (exports.MediaType = {}));
|
|
10
|
+
/**
|
|
11
|
+
* status of the listing, DRAFT for the current market listing in the Dev Center,
|
|
12
|
+
* and PUBLISHED for the published market listing in the App Market.
|
|
13
|
+
*/
|
|
14
|
+
var Status;
|
|
15
|
+
(function (Status) {
|
|
16
|
+
/** current market listing in the Dev Center. */
|
|
17
|
+
Status["DRAFT"] = "DRAFT";
|
|
18
|
+
/** published market listing in the App Market. */
|
|
19
|
+
Status["PUBLISHED"] = "PUBLISHED";
|
|
20
|
+
/** approved market listing in the App Market. */
|
|
21
|
+
Status["APPROVED"] = "APPROVED";
|
|
22
|
+
})(Status = exports.Status || (exports.Status = {}));
|
|
23
|
+
var Classification;
|
|
24
|
+
(function (Classification) {
|
|
25
|
+
/** A Regular app entity - used to installed on sites. */
|
|
26
|
+
Classification["SITE_APP"] = "SITE_APP";
|
|
27
|
+
/** represents an account API KEY to access wix services. */
|
|
28
|
+
Classification["API_KEY"] = "API_KEY";
|
|
29
|
+
/** represents an app developed for Velo editor. */
|
|
30
|
+
Classification["VELO_APP"] = "VELO_APP";
|
|
31
|
+
/** Private App that should be available only for the owner account / sub-accounts. */
|
|
32
|
+
Classification["PRIVATE_APP"] = "PRIVATE_APP";
|
|
33
|
+
/** represents an External Headless (3rd party) App that has access to Wix Public Services */
|
|
34
|
+
Classification["HEADLESS"] = "HEADLESS";
|
|
35
|
+
})(Classification = exports.Classification || (exports.Classification = {}));
|
|
36
|
+
var VersionStatus;
|
|
37
|
+
(function (VersionStatus) {
|
|
38
|
+
/** default, internal use status. do not use */
|
|
39
|
+
VersionStatus["NONE_STATUS"] = "NONE_STATUS";
|
|
40
|
+
/** a version which was created in the dev center and has not started the approval process yet */
|
|
41
|
+
VersionStatus["DRAFT"] = "DRAFT";
|
|
42
|
+
/** the version was submitted for review by the developer */
|
|
43
|
+
VersionStatus["SUBMITTED"] = "SUBMITTED";
|
|
44
|
+
/** the version is being reviewed by the app market team in cactus */
|
|
45
|
+
VersionStatus["IN_REVIEW"] = "IN_REVIEW";
|
|
46
|
+
/** our team approved the version */
|
|
47
|
+
VersionStatus["APPROVED"] = "APPROVED";
|
|
48
|
+
/** this version is published - only one version can be published at any given time; if this app was already published, the previously published version's status is now ARCHIVED */
|
|
49
|
+
VersionStatus["PUBLISHED"] = "PUBLISHED";
|
|
50
|
+
/** our team did not accept this version of the app */
|
|
51
|
+
VersionStatus["DECLINED"] = "DECLINED";
|
|
52
|
+
/** the status for versions that are no longer relevant */
|
|
53
|
+
VersionStatus["ARCHIVED"] = "ARCHIVED";
|
|
54
|
+
/** status for versions with no significant changes, e.g. for test app. for questions contact our team */
|
|
55
|
+
VersionStatus["HIDDEN"] = "HIDDEN";
|
|
56
|
+
/** mark apps as RELEASED, without adding to the apps cache, and allow users to install */
|
|
57
|
+
VersionStatus["RELEASED"] = "RELEASED";
|
|
58
|
+
})(VersionStatus = exports.VersionStatus || (exports.VersionStatus = {}));
|
|
59
|
+
var SortOrder;
|
|
60
|
+
(function (SortOrder) {
|
|
61
|
+
SortOrder["ASC"] = "ASC";
|
|
62
|
+
SortOrder["DESC"] = "DESC";
|
|
63
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
64
|
+
//# sourceMappingURL=types.impl.js.map
|
package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.impl.js","sourceRoot":"","sources":["../../types.impl.ts"],"names":[],"mappings":";;;AA0DA,IAAY,SAIX;AAJD,WAAY,SAAS;IACnB,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,gCAAmB,CAAA;AACrB,CAAC,EAJW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAIpB;AA4BD;;;GAGG;AACH,IAAY,MAOX;AAPD,WAAY,MAAM;IAChB,gDAAgD;IAChD,yBAAe,CAAA;IACf,kDAAkD;IAClD,iCAAuB,CAAA;IACvB,iDAAiD;IACjD,+BAAqB,CAAA;AACvB,CAAC,EAPW,MAAM,GAAN,cAAM,KAAN,cAAM,QAOjB;AAED,IAAY,cAWX;AAXD,WAAY,cAAc;IACxB,yDAAyD;IACzD,uCAAqB,CAAA;IACrB,4DAA4D;IAC5D,qCAAmB,CAAA;IACnB,mDAAmD;IACnD,uCAAqB,CAAA;IACrB,sFAAsF;IACtF,6CAA2B,CAAA;IAC3B,6FAA6F;IAC7F,uCAAqB,CAAA;AACvB,CAAC,EAXW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAWzB;AAwJD,IAAY,aAqBX;AArBD,WAAY,aAAa;IACvB,+CAA+C;IAC/C,4CAA2B,CAAA;IAC3B,iGAAiG;IACjG,gCAAe,CAAA;IACf,4DAA4D;IAC5D,wCAAuB,CAAA;IACvB,qEAAqE;IACrE,wCAAuB,CAAA;IACvB,oCAAoC;IACpC,sCAAqB,CAAA;IACrB,oLAAoL;IACpL,wCAAuB,CAAA;IACvB,sDAAsD;IACtD,sCAAqB,CAAA;IACrB,0DAA0D;IAC1D,sCAAqB,CAAA;IACrB,yGAAyG;IACzG,kCAAiB,CAAA;IACjB,0FAA0F;IAC1F,sCAAqB,CAAA;AACvB,CAAC,EArBW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAqBxB;AA2DD,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB"}
|