@wix/bex-utils 1.38.0 → 1.40.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/package.json +3 -2
package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js
ADDED
|
@@ -0,0 +1,650 @@
|
|
|
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 __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
13
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14
|
+
};
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.aEntityDeletedEvent = exports.aEntityUpdatedEvent = exports.aEntityCreatedEvent = exports.aDomainEvent = exports.aCursors = exports.aPagingMetadataV2 = exports.aQueryMarketListingResponse = exports.aCursorPaging = exports.aPaging = exports.aSortOrder = exports.aSorting = exports.aQueryV2 = exports.aQueryMarketListingRequest = exports.aVersionStatus = exports.aAppVersionArchived = exports.aAppVersionDraftChanged = exports.aAppVersionApproved = exports.aAppVersionReleased = exports.aAppVersionDeclined = exports.aAppVersionPublished = exports.aAppVersionSubmitted = exports.aAppVersionCreated = exports.aAppVersionStateChanged = exports.aEmpty = exports.aApiRequiredApp = exports.aApiInstallationRequirement = exports.aTracking = exports.aApiContactInfo = exports.aApiBenefits = exports.aApiBasicInfo = exports.aApiMarketListing = exports.aOldListingChanged = exports.aUpdateMarketListingResponse = exports.aUpdateMarketListingRequest = exports.aGetMarketListingResponse = exports.aGetMarketListingRequest = exports.aCreateMarketListingResponse = exports.aCreateMarketListingRequest = exports.aPricingData = exports.aClassification = exports.aStatus = exports.aRequiredApp = exports.aInstallationRequirement = exports.aContactInfo = exports.aMediaType = exports.aAsset = exports.aAssets = exports.aBenefits = exports.aBasicInfo = exports.aMarketListing = void 0;
|
|
17
|
+
exports.aActionEvent = void 0;
|
|
18
|
+
var metro_common_builders_1 = require("@wix/metro-common-builders");
|
|
19
|
+
var types_impl_1 = require("./types.impl");
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
var callsite_1 = __importDefault(require("callsite"));
|
|
22
|
+
function aMarketListing(overrideObject) {
|
|
23
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
24
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
25
|
+
return {};
|
|
26
|
+
}
|
|
27
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
28
|
+
id: (0, metro_common_builders_1.someString)({
|
|
29
|
+
validations: [{ type: 'FORMAT', value: 'GUID' }],
|
|
30
|
+
}),
|
|
31
|
+
appId: (0, metro_common_builders_1.someString)({
|
|
32
|
+
validations: [{ type: 'FORMAT', value: 'GUID' }],
|
|
33
|
+
}),
|
|
34
|
+
languageCode: (0, metro_common_builders_1.someString)({
|
|
35
|
+
validations: [{ type: 'FORMAT', value: 'LANGUAGE' }],
|
|
36
|
+
}),
|
|
37
|
+
basicInfo: aBasicInfo(),
|
|
38
|
+
assetsMap: { assetsMap: aAssets() },
|
|
39
|
+
contactInfo: aContactInfo(),
|
|
40
|
+
installationRequirement: aInstallationRequirement(),
|
|
41
|
+
revision: (0, metro_common_builders_1.someString)({
|
|
42
|
+
validations: [{ type: 'DECIMAL_VALUE' }],
|
|
43
|
+
isUnsigned: true,
|
|
44
|
+
}),
|
|
45
|
+
createdDate: (0, metro_common_builders_1.someDate)({
|
|
46
|
+
validations: [{ type: 'READ_ONLY', value: 'true' }],
|
|
47
|
+
}),
|
|
48
|
+
updatedDate: (0, metro_common_builders_1.someDate)({
|
|
49
|
+
validations: [{ type: 'READ_ONLY', value: 'true' }],
|
|
50
|
+
}),
|
|
51
|
+
status: aStatus(),
|
|
52
|
+
classification: aClassification(),
|
|
53
|
+
pricingData: aPricingData(),
|
|
54
|
+
}, overrideObject);
|
|
55
|
+
}
|
|
56
|
+
exports.aMarketListing = aMarketListing;
|
|
57
|
+
function aBasicInfo(overrideObject) {
|
|
58
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
59
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
60
|
+
return {};
|
|
61
|
+
}
|
|
62
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
63
|
+
name: (0, metro_common_builders_1.someString)(),
|
|
64
|
+
teaser: (0, metro_common_builders_1.someString)(),
|
|
65
|
+
longDescription: (0, metro_common_builders_1.someString)(),
|
|
66
|
+
benefits: [aBenefits()],
|
|
67
|
+
searchKeywords: [(0, metro_common_builders_1.someString)()],
|
|
68
|
+
demoUrl: (0, metro_common_builders_1.someString)({
|
|
69
|
+
validations: [{ type: 'FORMAT', value: 'WEB_URL' }],
|
|
70
|
+
}),
|
|
71
|
+
categories: [(0, metro_common_builders_1.someString)()],
|
|
72
|
+
}, overrideObject);
|
|
73
|
+
}
|
|
74
|
+
exports.aBasicInfo = aBasicInfo;
|
|
75
|
+
function aBenefits(overrideObject) {
|
|
76
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
77
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
78
|
+
title: (0, metro_common_builders_1.someString)(),
|
|
79
|
+
}, overrideObject);
|
|
80
|
+
}
|
|
81
|
+
exports.aBenefits = aBenefits;
|
|
82
|
+
function aAssets(overrideObject) {
|
|
83
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
84
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
85
|
+
return {};
|
|
86
|
+
}
|
|
87
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
88
|
+
assets: [aAsset()],
|
|
89
|
+
}, overrideObject);
|
|
90
|
+
}
|
|
91
|
+
exports.aAssets = aAssets;
|
|
92
|
+
function aAsset(overrideObject) {
|
|
93
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
94
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
95
|
+
return {};
|
|
96
|
+
}
|
|
97
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
98
|
+
url: (0, metro_common_builders_1.someString)({
|
|
99
|
+
validations: [{ type: 'FORMAT', value: 'WEB_URL' }],
|
|
100
|
+
}),
|
|
101
|
+
mediaType: aMediaType(),
|
|
102
|
+
}, overrideObject);
|
|
103
|
+
}
|
|
104
|
+
exports.aAsset = aAsset;
|
|
105
|
+
function aMediaType(enumFirstItem) {
|
|
106
|
+
if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.MediaType.VIDEO; }
|
|
107
|
+
return enumFirstItem;
|
|
108
|
+
}
|
|
109
|
+
exports.aMediaType = aMediaType;
|
|
110
|
+
function aContactInfo(overrideObject) {
|
|
111
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
112
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
113
|
+
website: (0, metro_common_builders_1.someString)({
|
|
114
|
+
validations: [{ type: 'FORMAT', value: 'WEB_URL' }],
|
|
115
|
+
}),
|
|
116
|
+
developerMetaSiteId: (0, metro_common_builders_1.someString)(),
|
|
117
|
+
supportEmail: (0, metro_common_builders_1.someString)({
|
|
118
|
+
validations: [{ type: 'FORMAT', value: 'EMAIL' }],
|
|
119
|
+
}),
|
|
120
|
+
privacyPolicyUrl: (0, metro_common_builders_1.someString)({
|
|
121
|
+
validations: [{ type: 'FORMAT', value: 'WEB_URL' }],
|
|
122
|
+
}),
|
|
123
|
+
termsOfUseUrl: (0, metro_common_builders_1.someString)({
|
|
124
|
+
validations: [{ type: 'FORMAT', value: 'WEB_URL' }],
|
|
125
|
+
}),
|
|
126
|
+
}, overrideObject);
|
|
127
|
+
}
|
|
128
|
+
exports.aContactInfo = aContactInfo;
|
|
129
|
+
function aInstallationRequirement(overrideObject) {
|
|
130
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
131
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
132
|
+
return {};
|
|
133
|
+
}
|
|
134
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
135
|
+
requiredApps: [aRequiredApp()],
|
|
136
|
+
includeCountries: [
|
|
137
|
+
(0, metro_common_builders_1.someString)({
|
|
138
|
+
validations: [
|
|
139
|
+
{ type: 'FORMAT', value: 'COUNTRY' },
|
|
140
|
+
],
|
|
141
|
+
}),
|
|
142
|
+
],
|
|
143
|
+
excludeCountries: [
|
|
144
|
+
(0, metro_common_builders_1.someString)({
|
|
145
|
+
validations: [
|
|
146
|
+
{ type: 'FORMAT', value: 'COUNTRY' },
|
|
147
|
+
],
|
|
148
|
+
}),
|
|
149
|
+
],
|
|
150
|
+
includeLanguages: [
|
|
151
|
+
(0, metro_common_builders_1.someString)({
|
|
152
|
+
validations: [
|
|
153
|
+
{ type: 'FORMAT', value: 'LANGUAGE' },
|
|
154
|
+
],
|
|
155
|
+
}),
|
|
156
|
+
],
|
|
157
|
+
excludeLanguages: [
|
|
158
|
+
(0, metro_common_builders_1.someString)({
|
|
159
|
+
validations: [
|
|
160
|
+
{ type: 'FORMAT', value: 'LANGUAGE' },
|
|
161
|
+
],
|
|
162
|
+
}),
|
|
163
|
+
],
|
|
164
|
+
allowLanguageCustomization: true,
|
|
165
|
+
requiredWixPremium: true,
|
|
166
|
+
}, overrideObject);
|
|
167
|
+
}
|
|
168
|
+
exports.aInstallationRequirement = aInstallationRequirement;
|
|
169
|
+
function aRequiredApp(overrideObject) {
|
|
170
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
171
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
172
|
+
id: (0, metro_common_builders_1.someString)({
|
|
173
|
+
validations: [{ type: 'FORMAT', value: 'GUID' }],
|
|
174
|
+
}),
|
|
175
|
+
slug: (0, metro_common_builders_1.someString)(),
|
|
176
|
+
}, overrideObject);
|
|
177
|
+
}
|
|
178
|
+
exports.aRequiredApp = aRequiredApp;
|
|
179
|
+
function aStatus(enumFirstItem) {
|
|
180
|
+
if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.Status.DRAFT; }
|
|
181
|
+
return enumFirstItem;
|
|
182
|
+
}
|
|
183
|
+
exports.aStatus = aStatus;
|
|
184
|
+
function aClassification(enumFirstItem) {
|
|
185
|
+
if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.Classification.SITE_APP; }
|
|
186
|
+
return enumFirstItem;
|
|
187
|
+
}
|
|
188
|
+
exports.aClassification = aClassification;
|
|
189
|
+
function aPricingData(overrideObject) {
|
|
190
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
191
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
192
|
+
externalPricingPageUrl: (0, metro_common_builders_1.someString)(),
|
|
193
|
+
externalCheckout: true,
|
|
194
|
+
freeTrialDays: (0, metro_common_builders_1.someNumber)(),
|
|
195
|
+
}, overrideObject);
|
|
196
|
+
}
|
|
197
|
+
exports.aPricingData = aPricingData;
|
|
198
|
+
function aCreateMarketListingRequest(overrideObject) {
|
|
199
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
200
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
201
|
+
return {};
|
|
202
|
+
}
|
|
203
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
204
|
+
marketListing: aMarketListing(),
|
|
205
|
+
}, overrideObject);
|
|
206
|
+
}
|
|
207
|
+
exports.aCreateMarketListingRequest = aCreateMarketListingRequest;
|
|
208
|
+
function aCreateMarketListingResponse(overrideObject) {
|
|
209
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
210
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
211
|
+
return {};
|
|
212
|
+
}
|
|
213
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
214
|
+
marketListing: aMarketListing(),
|
|
215
|
+
}, overrideObject);
|
|
216
|
+
}
|
|
217
|
+
exports.aCreateMarketListingResponse = aCreateMarketListingResponse;
|
|
218
|
+
function aGetMarketListingRequest(overrideObject) {
|
|
219
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
220
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
221
|
+
id: (0, metro_common_builders_1.someString)({
|
|
222
|
+
validations: [{ type: 'FORMAT', value: 'GUID' }],
|
|
223
|
+
}),
|
|
224
|
+
}, overrideObject);
|
|
225
|
+
}
|
|
226
|
+
exports.aGetMarketListingRequest = aGetMarketListingRequest;
|
|
227
|
+
function aGetMarketListingResponse(overrideObject) {
|
|
228
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
229
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
230
|
+
return {};
|
|
231
|
+
}
|
|
232
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
233
|
+
marketListing: aMarketListing(),
|
|
234
|
+
}, overrideObject);
|
|
235
|
+
}
|
|
236
|
+
exports.aGetMarketListingResponse = aGetMarketListingResponse;
|
|
237
|
+
function aUpdateMarketListingRequest(overrideObject) {
|
|
238
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
239
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
240
|
+
return {};
|
|
241
|
+
}
|
|
242
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
243
|
+
marketListing: aMarketListing(),
|
|
244
|
+
mask: (0, metro_common_builders_1.someRepeated)(),
|
|
245
|
+
}, overrideObject);
|
|
246
|
+
}
|
|
247
|
+
exports.aUpdateMarketListingRequest = aUpdateMarketListingRequest;
|
|
248
|
+
function aUpdateMarketListingResponse(overrideObject) {
|
|
249
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
250
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
251
|
+
return {};
|
|
252
|
+
}
|
|
253
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
254
|
+
marketListing: aMarketListing(),
|
|
255
|
+
}, overrideObject);
|
|
256
|
+
}
|
|
257
|
+
exports.aUpdateMarketListingResponse = aUpdateMarketListingResponse;
|
|
258
|
+
function aOldListingChanged(overrideObject) {
|
|
259
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
260
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
261
|
+
return {};
|
|
262
|
+
}
|
|
263
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
264
|
+
appId: (0, metro_common_builders_1.someString)(),
|
|
265
|
+
marketListing: aApiMarketListing(),
|
|
266
|
+
languageCode: (0, metro_common_builders_1.someString)({
|
|
267
|
+
validations: [{ type: 'FORMAT', value: 'LANGUAGE' }],
|
|
268
|
+
}),
|
|
269
|
+
name: (0, metro_common_builders_1.someString)(),
|
|
270
|
+
iconUrl: (0, metro_common_builders_1.someString)(),
|
|
271
|
+
}, overrideObject);
|
|
272
|
+
}
|
|
273
|
+
exports.aOldListingChanged = aOldListingChanged;
|
|
274
|
+
function aApiMarketListing(overrideObject) {
|
|
275
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
276
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
277
|
+
return {};
|
|
278
|
+
}
|
|
279
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
280
|
+
basicInfo: aApiBasicInfo(),
|
|
281
|
+
assetsMap: { assetsMap: aAssets() },
|
|
282
|
+
contactInfo: aApiContactInfo(),
|
|
283
|
+
trackingAndAnalytics: aTracking(),
|
|
284
|
+
languageCode: (0, metro_common_builders_1.someString)({
|
|
285
|
+
validations: [{ type: 'FORMAT', value: 'LANGUAGE' }],
|
|
286
|
+
}),
|
|
287
|
+
installationRequirement: aApiInstallationRequirement(),
|
|
288
|
+
}, overrideObject);
|
|
289
|
+
}
|
|
290
|
+
exports.aApiMarketListing = aApiMarketListing;
|
|
291
|
+
function aApiBasicInfo(overrideObject) {
|
|
292
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
293
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
294
|
+
return {};
|
|
295
|
+
}
|
|
296
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
297
|
+
appId: (0, metro_common_builders_1.someString)({
|
|
298
|
+
validations: [{ type: 'FORMAT', value: 'GUID' }],
|
|
299
|
+
}),
|
|
300
|
+
name: (0, metro_common_builders_1.someString)(),
|
|
301
|
+
teaser: (0, metro_common_builders_1.someString)(),
|
|
302
|
+
longDescription: (0, metro_common_builders_1.someString)(),
|
|
303
|
+
benefits: [aApiBenefits()],
|
|
304
|
+
searchKeywords: [(0, metro_common_builders_1.someString)()],
|
|
305
|
+
demoUrl: (0, metro_common_builders_1.someString)({
|
|
306
|
+
validations: [{ type: 'FORMAT', value: 'URI' }],
|
|
307
|
+
}),
|
|
308
|
+
categories: [(0, metro_common_builders_1.someString)()],
|
|
309
|
+
}, overrideObject);
|
|
310
|
+
}
|
|
311
|
+
exports.aApiBasicInfo = aApiBasicInfo;
|
|
312
|
+
function aApiBenefits(overrideObject) {
|
|
313
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
314
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
315
|
+
title: (0, metro_common_builders_1.someString)(),
|
|
316
|
+
}, overrideObject);
|
|
317
|
+
}
|
|
318
|
+
exports.aApiBenefits = aApiBenefits;
|
|
319
|
+
function aApiContactInfo(overrideObject) {
|
|
320
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
321
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
322
|
+
website: (0, metro_common_builders_1.someString)({
|
|
323
|
+
validations: [{ type: 'FORMAT', value: 'URI' }],
|
|
324
|
+
}),
|
|
325
|
+
developerMetaSiteId: (0, metro_common_builders_1.someString)(),
|
|
326
|
+
supportEmail: (0, metro_common_builders_1.someString)({
|
|
327
|
+
validations: [{ type: 'FORMAT', value: 'EMAIL' }],
|
|
328
|
+
}),
|
|
329
|
+
privacyPolicyUrl: (0, metro_common_builders_1.someString)({
|
|
330
|
+
validations: [{ type: 'FORMAT', value: 'URI' }],
|
|
331
|
+
}),
|
|
332
|
+
termsOfUseUrl: (0, metro_common_builders_1.someString)({
|
|
333
|
+
validations: [{ type: 'FORMAT', value: 'URI' }],
|
|
334
|
+
}),
|
|
335
|
+
}, overrideObject);
|
|
336
|
+
}
|
|
337
|
+
exports.aApiContactInfo = aApiContactInfo;
|
|
338
|
+
function aTracking(overrideObject) {
|
|
339
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
340
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
341
|
+
googleAnalyticsTrackingId: (0, metro_common_builders_1.someString)(),
|
|
342
|
+
googleConversionId: (0, metro_common_builders_1.someString)(),
|
|
343
|
+
adRolllAdvId: (0, metro_common_builders_1.someString)(),
|
|
344
|
+
adRolllPixId: (0, metro_common_builders_1.someString)(),
|
|
345
|
+
}, overrideObject);
|
|
346
|
+
}
|
|
347
|
+
exports.aTracking = aTracking;
|
|
348
|
+
function aApiInstallationRequirement(overrideObject) {
|
|
349
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
350
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
351
|
+
return {};
|
|
352
|
+
}
|
|
353
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
354
|
+
requiredApps: [aApiRequiredApp()],
|
|
355
|
+
includeCountries: [
|
|
356
|
+
(0, metro_common_builders_1.someString)({
|
|
357
|
+
validations: [
|
|
358
|
+
{ type: 'FORMAT', value: 'COUNTRY' },
|
|
359
|
+
],
|
|
360
|
+
}),
|
|
361
|
+
],
|
|
362
|
+
excludeCountries: [
|
|
363
|
+
(0, metro_common_builders_1.someString)({
|
|
364
|
+
validations: [
|
|
365
|
+
{ type: 'FORMAT', value: 'COUNTRY' },
|
|
366
|
+
],
|
|
367
|
+
}),
|
|
368
|
+
],
|
|
369
|
+
includeLanguages: [
|
|
370
|
+
(0, metro_common_builders_1.someString)({
|
|
371
|
+
validations: [
|
|
372
|
+
{ type: 'FORMAT', value: 'LANGUAGE' },
|
|
373
|
+
],
|
|
374
|
+
}),
|
|
375
|
+
],
|
|
376
|
+
excludeLanguages: [
|
|
377
|
+
(0, metro_common_builders_1.someString)({
|
|
378
|
+
validations: [
|
|
379
|
+
{ type: 'FORMAT', value: 'LANGUAGE' },
|
|
380
|
+
],
|
|
381
|
+
}),
|
|
382
|
+
],
|
|
383
|
+
allowLanguageCustomization: true,
|
|
384
|
+
}, overrideObject);
|
|
385
|
+
}
|
|
386
|
+
exports.aApiInstallationRequirement = aApiInstallationRequirement;
|
|
387
|
+
function aApiRequiredApp(overrideObject) {
|
|
388
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
389
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
390
|
+
id: (0, metro_common_builders_1.someString)({
|
|
391
|
+
validations: [{ type: 'FORMAT', value: 'GUID' }],
|
|
392
|
+
}),
|
|
393
|
+
slug: (0, metro_common_builders_1.someString)(),
|
|
394
|
+
}, overrideObject);
|
|
395
|
+
}
|
|
396
|
+
exports.aApiRequiredApp = aApiRequiredApp;
|
|
397
|
+
function aEmpty(overrideObject) {
|
|
398
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
399
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
400
|
+
}
|
|
401
|
+
exports.aEmpty = aEmpty;
|
|
402
|
+
function aAppVersionStateChanged(overrideObject) {
|
|
403
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
404
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
405
|
+
return {};
|
|
406
|
+
}
|
|
407
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
408
|
+
created: aAppVersionCreated(),
|
|
409
|
+
appId: (0, metro_common_builders_1.someString)({
|
|
410
|
+
validations: [{ type: 'FORMAT', value: 'GUID' }],
|
|
411
|
+
}),
|
|
412
|
+
version: (0, metro_common_builders_1.someString)({
|
|
413
|
+
validations: [{ type: 'READ_ONLY', value: 'true' }],
|
|
414
|
+
}),
|
|
415
|
+
previousState: aVersionStatus(),
|
|
416
|
+
}, overrideObject);
|
|
417
|
+
}
|
|
418
|
+
exports.aAppVersionStateChanged = aAppVersionStateChanged;
|
|
419
|
+
function aAppVersionCreated(overrideObject) {
|
|
420
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
421
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
422
|
+
}
|
|
423
|
+
exports.aAppVersionCreated = aAppVersionCreated;
|
|
424
|
+
function aAppVersionSubmitted(overrideObject) {
|
|
425
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
426
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
427
|
+
}
|
|
428
|
+
exports.aAppVersionSubmitted = aAppVersionSubmitted;
|
|
429
|
+
function aAppVersionPublished(overrideObject) {
|
|
430
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
431
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
432
|
+
}
|
|
433
|
+
exports.aAppVersionPublished = aAppVersionPublished;
|
|
434
|
+
function aAppVersionDeclined(overrideObject) {
|
|
435
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
436
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
437
|
+
}
|
|
438
|
+
exports.aAppVersionDeclined = aAppVersionDeclined;
|
|
439
|
+
function aAppVersionReleased(overrideObject) {
|
|
440
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
441
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
442
|
+
}
|
|
443
|
+
exports.aAppVersionReleased = aAppVersionReleased;
|
|
444
|
+
function aAppVersionApproved(overrideObject) {
|
|
445
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
446
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
447
|
+
}
|
|
448
|
+
exports.aAppVersionApproved = aAppVersionApproved;
|
|
449
|
+
function aAppVersionDraftChanged(overrideObject) {
|
|
450
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
451
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
452
|
+
}
|
|
453
|
+
exports.aAppVersionDraftChanged = aAppVersionDraftChanged;
|
|
454
|
+
function aAppVersionArchived(overrideObject) {
|
|
455
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
456
|
+
return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
|
|
457
|
+
}
|
|
458
|
+
exports.aAppVersionArchived = aAppVersionArchived;
|
|
459
|
+
function aVersionStatus(enumFirstItem) {
|
|
460
|
+
if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.VersionStatus.NONE_STATUS; }
|
|
461
|
+
return enumFirstItem;
|
|
462
|
+
}
|
|
463
|
+
exports.aVersionStatus = aVersionStatus;
|
|
464
|
+
function aQueryMarketListingRequest(overrideObject) {
|
|
465
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
466
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
467
|
+
return {};
|
|
468
|
+
}
|
|
469
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
470
|
+
query: aQueryV2(),
|
|
471
|
+
}, overrideObject);
|
|
472
|
+
}
|
|
473
|
+
exports.aQueryMarketListingRequest = aQueryMarketListingRequest;
|
|
474
|
+
function aQueryV2(overrideObject) {
|
|
475
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
476
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
477
|
+
return {};
|
|
478
|
+
}
|
|
479
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
480
|
+
paging: aPaging(),
|
|
481
|
+
filter: {},
|
|
482
|
+
sort: [aSorting()],
|
|
483
|
+
fields: [(0, metro_common_builders_1.someString)()],
|
|
484
|
+
fieldsets: [(0, metro_common_builders_1.someString)()],
|
|
485
|
+
}, overrideObject);
|
|
486
|
+
}
|
|
487
|
+
exports.aQueryV2 = aQueryV2;
|
|
488
|
+
function aSorting(overrideObject) {
|
|
489
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
490
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
491
|
+
return {};
|
|
492
|
+
}
|
|
493
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
494
|
+
fieldName: (0, metro_common_builders_1.someString)({
|
|
495
|
+
validations: [{ type: 'MAX_LENGTH', value: '512' }],
|
|
496
|
+
}),
|
|
497
|
+
order: aSortOrder(),
|
|
498
|
+
selectItemsBy: [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
|
|
499
|
+
}, overrideObject);
|
|
500
|
+
}
|
|
501
|
+
exports.aSorting = aSorting;
|
|
502
|
+
function aSortOrder(enumFirstItem) {
|
|
503
|
+
if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.SortOrder.ASC; }
|
|
504
|
+
return enumFirstItem;
|
|
505
|
+
}
|
|
506
|
+
exports.aSortOrder = aSortOrder;
|
|
507
|
+
function aPaging(overrideObject) {
|
|
508
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
509
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
510
|
+
limit: (0, metro_common_builders_1.someNumber)({
|
|
511
|
+
validations: [{ type: 'MIN' }],
|
|
512
|
+
}),
|
|
513
|
+
offset: (0, metro_common_builders_1.someNumber)({
|
|
514
|
+
validations: [{ type: 'MIN' }],
|
|
515
|
+
}),
|
|
516
|
+
}, overrideObject);
|
|
517
|
+
}
|
|
518
|
+
exports.aPaging = aPaging;
|
|
519
|
+
function aCursorPaging(overrideObject) {
|
|
520
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
521
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
522
|
+
limit: (0, metro_common_builders_1.someNumber)({
|
|
523
|
+
validations: [
|
|
524
|
+
{ type: 'MIN' },
|
|
525
|
+
{ type: 'MAX', value: '100' },
|
|
526
|
+
],
|
|
527
|
+
}),
|
|
528
|
+
cursor: (0, metro_common_builders_1.someString)({
|
|
529
|
+
validations: [
|
|
530
|
+
{ type: 'MAX_LENGTH', value: '16000' },
|
|
531
|
+
],
|
|
532
|
+
}),
|
|
533
|
+
}, overrideObject);
|
|
534
|
+
}
|
|
535
|
+
exports.aCursorPaging = aCursorPaging;
|
|
536
|
+
function aQueryMarketListingResponse(overrideObject) {
|
|
537
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
538
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
539
|
+
return {};
|
|
540
|
+
}
|
|
541
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
542
|
+
marketListing: [
|
|
543
|
+
aMarketListing(),
|
|
544
|
+
aMarketListing(),
|
|
545
|
+
aMarketListing(),
|
|
546
|
+
aMarketListing(),
|
|
547
|
+
aMarketListing(),
|
|
548
|
+
aMarketListing(),
|
|
549
|
+
aMarketListing(),
|
|
550
|
+
aMarketListing(),
|
|
551
|
+
aMarketListing(),
|
|
552
|
+
aMarketListing(),
|
|
553
|
+
],
|
|
554
|
+
metadata: aPagingMetadataV2(),
|
|
555
|
+
}, overrideObject);
|
|
556
|
+
}
|
|
557
|
+
exports.aQueryMarketListingResponse = aQueryMarketListingResponse;
|
|
558
|
+
function aPagingMetadataV2(overrideObject) {
|
|
559
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
560
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
561
|
+
return {};
|
|
562
|
+
}
|
|
563
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
564
|
+
count: (0, metro_common_builders_1.someNumber)(),
|
|
565
|
+
offset: (0, metro_common_builders_1.someNumber)(),
|
|
566
|
+
total: (0, metro_common_builders_1.someNumber)(),
|
|
567
|
+
tooManyToCount: true,
|
|
568
|
+
cursors: aCursors(),
|
|
569
|
+
hasNext: true,
|
|
570
|
+
}, overrideObject);
|
|
571
|
+
}
|
|
572
|
+
exports.aPagingMetadataV2 = aPagingMetadataV2;
|
|
573
|
+
function aCursors(overrideObject) {
|
|
574
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
575
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
576
|
+
next: (0, metro_common_builders_1.someString)({
|
|
577
|
+
validations: [
|
|
578
|
+
{ type: 'MAX_LENGTH', value: '16000' },
|
|
579
|
+
],
|
|
580
|
+
}),
|
|
581
|
+
prev: (0, metro_common_builders_1.someString)({
|
|
582
|
+
validations: [
|
|
583
|
+
{ type: 'MAX_LENGTH', value: '16000' },
|
|
584
|
+
],
|
|
585
|
+
}),
|
|
586
|
+
}, overrideObject);
|
|
587
|
+
}
|
|
588
|
+
exports.aCursors = aCursors;
|
|
589
|
+
function aDomainEvent(overrideObject) {
|
|
590
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
591
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
592
|
+
return {};
|
|
593
|
+
}
|
|
594
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
595
|
+
createdEvent: aEntityCreatedEvent(),
|
|
596
|
+
id: (0, metro_common_builders_1.someString)(),
|
|
597
|
+
entityFqdn: (0, metro_common_builders_1.someString)(),
|
|
598
|
+
slug: (0, metro_common_builders_1.someString)(),
|
|
599
|
+
entityId: (0, metro_common_builders_1.someString)(),
|
|
600
|
+
eventTime: (0, metro_common_builders_1.someDate)(),
|
|
601
|
+
triggeredByAnonymizeRequest: true,
|
|
602
|
+
originatedFrom: (0, metro_common_builders_1.someString)(),
|
|
603
|
+
entityEventSequence: (0, metro_common_builders_1.someString)({
|
|
604
|
+
validations: [{ type: 'DECIMAL_VALUE' }],
|
|
605
|
+
}),
|
|
606
|
+
}, overrideObject);
|
|
607
|
+
}
|
|
608
|
+
exports.aDomainEvent = aDomainEvent;
|
|
609
|
+
function aEntityCreatedEvent(overrideObject) {
|
|
610
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
611
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
612
|
+
entityAsJson: (0, metro_common_builders_1.someString)(),
|
|
613
|
+
triggeredByUndelete: true,
|
|
614
|
+
}, overrideObject);
|
|
615
|
+
}
|
|
616
|
+
exports.aEntityCreatedEvent = aEntityCreatedEvent;
|
|
617
|
+
function aEntityUpdatedEvent(overrideObject) {
|
|
618
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
619
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
620
|
+
currentEntityAsJson: (0, metro_common_builders_1.someString)(),
|
|
621
|
+
previousEntityAsJson: (0, metro_common_builders_1.someString)(),
|
|
622
|
+
modifiedFields: { modifiedFields: (0, metro_common_builders_1.someAny)() },
|
|
623
|
+
}, overrideObject);
|
|
624
|
+
}
|
|
625
|
+
exports.aEntityUpdatedEvent = aEntityUpdatedEvent;
|
|
626
|
+
function aEntityDeletedEvent(overrideObject) {
|
|
627
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
628
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
629
|
+
movedToTrash: true,
|
|
630
|
+
deletedEntityAsJson: (0, metro_common_builders_1.someString)(),
|
|
631
|
+
}, overrideObject);
|
|
632
|
+
}
|
|
633
|
+
exports.aEntityDeletedEvent = aEntityDeletedEvent;
|
|
634
|
+
function aActionEvent(overrideObject) {
|
|
635
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
636
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
637
|
+
bodyAsJson: (0, metro_common_builders_1.someString)(),
|
|
638
|
+
}, overrideObject);
|
|
639
|
+
}
|
|
640
|
+
exports.aActionEvent = aActionEvent;
|
|
641
|
+
function isCurrentBuilderWasPreviouslyCalled() {
|
|
642
|
+
var callChainFunctionNames = (0, callsite_1.default)().map(function (item) {
|
|
643
|
+
return item.getFunctionName();
|
|
644
|
+
});
|
|
645
|
+
var callChainWithoutCurrentBuilder = callChainFunctionNames.splice(2);
|
|
646
|
+
var currentBuilderName = callChainFunctionNames[1];
|
|
647
|
+
return callChainWithoutCurrentBuilder.some(function (functionName) { return functionName === currentBuilderName; });
|
|
648
|
+
}
|
|
649
|
+
__exportStar(require("@wix/metro-common-builders"), exports);
|
|
650
|
+
//# sourceMappingURL=builders.impl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"builders.impl.js","sourceRoot":"","sources":["../../builders.impl.ts"],"names":[],"mappings":"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"}
|