@wix/bex-utils 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.d.ts +33 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +452 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.d.ts +21 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +399 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +4576 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +2288 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +29722 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +4559 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.d.ts +36 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.js +182 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +313 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.js +28 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.d.ts +33 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +405 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.d.ts +21 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +388 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.d.ts +36 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.js +149 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +313 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.js +25 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/builders/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/http/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/package.json +49 -0
- package/@wix/ambassador-app-settings-v1-settings/rpc/package.json +6 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +327 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +132 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +335 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +134 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +75 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/errors.proto +113 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +31 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +133 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +45 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-app-settings-v1-settings/types/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +272 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.js +5 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +14 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +10 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +148 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +15110 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +7555 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +99675 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +15101 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +23 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +109 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +181 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.js +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +242 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.js +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +10 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +10 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +141 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +23 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +81 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +181 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.js +8 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/builders/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/crud/http/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/crud/rpc/package.json +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/http/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +50 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/rpc/package.json +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +103 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +193 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/app_config.proto +20 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +167 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +173 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +89 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension_container.proto +31 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/code_package.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/data.proto +15 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dc_config.proto +9 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +69 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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 +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +32 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +21 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +41 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/entitlement_policy_provider/com/wixpress/appservice/api/upstream/wix/entitlements/spi/v1/policy_provider_spi.proto +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/entitlement_provider/com/wixpress/appservice/api/upstream/wix/entitlements/spi/v1/entitlement_provider_spi.proto +19 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +37 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +35 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/headless_oauth.proto +26 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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 +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/out_of_iframe.proto +32 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +97 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +34 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/platform.proto +59 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +25 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +13 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/static_file.proto +17 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio.proto +33 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +117 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +346 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget.proto +121 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +30 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +34 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +18 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/worker.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +333 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_messages.proto +63 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/extensions_messages.proto +111 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_spi.proto +61 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +18 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/src/main/proto/wix/devcenter/apps/components/validator/components_validator_spi.proto +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +352 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/entity.proto +80 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/errors.proto +113 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +31 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +133 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/bulk.proto +52 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/media.proto +225 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/paging.proto +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +417 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/sorting.proto +25 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/wixlink.proto +152 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/devcenter/apps/components/v1/component.proto +50 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +114 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +162 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/types/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.d.ts +72 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +1043 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.d.ts +8 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +140 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +20279 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +10146 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +137941 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +20132 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.js +105 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +965 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +121 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.d.ts +72 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +956 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.d.ts +8 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +133 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.js +77 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +965 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +118 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/builders/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/http/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +49 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/rpc/package.json +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/advanced-seo-api.proto +66 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +60 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +88 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_media.proto +31 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_type.proto +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/payment_option.proto +19 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/physical_properties.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +149 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/price_description.proto +13 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/secured_media.proto +23 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/service_properties.proto +14 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +48 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/address.proto +39 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/addressComponents.proto +41 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/length.proto +14 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/measurementUnit.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/multilingualMigration.proto +8 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformCursor.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformMedia.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformPaging.proto +36 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformPagingMetadata.proto +48 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +37 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +39 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/unlimitedPlatformQuery.proto +69 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/inventory/api/v1/inventoryEvents.proto +61 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +71 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address_with_contact.proto +14 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/pickup_address.proto +52 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +26 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/weight.proto +14 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +340 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +80 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/errors.proto +113 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +31 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +133 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/bulk.proto +10 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +1185 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalogNotReviewed.proto +259 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog_error_data.proto +8 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/collection.proto +39 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/costAndProfit.proto +22 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/event/catalogEvents.proto +104 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/media.proto +89 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/pageUrl.proto +10 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/price.proto +65 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +176 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/productOption.proto +56 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/query.proto +45 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/ribbon.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/variant.proto +118 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +75 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +52 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +225 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/paging.proto +107 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +417 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/sorting.proto +25 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/wixlink.proto +152 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/cart.proto +44 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupon.proto +25 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons-adapter.proto +101 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons.proto +206 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/response-status.proto +10 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/specification.proto +37 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/cart.proto +46 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupon.proto +43 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/couponAppliedEvent.proto +25 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-adapter.proto +61 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +99 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons.proto +399 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/internal-coupons.proto +46 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/item-for-coupon.proto +22 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/mediaitem.proto +13 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/response-status.proto +10 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/scope.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/specification.proto +91 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/catalog.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +96 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +145 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservicespi/v1/export_query_v2.proto +53 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservicespi/v1/export_service_spi.proto +50 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +79 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobItem.proto +34 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +246 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/upstream/wix/common/paging.proto +34 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventory.proto +225 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventoryItem.proto +95 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/query.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/accounts.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/applepay-payment-method.proto +40 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/googlepay-payment-method.proto +55 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/mandatory-fields.proto +69 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/orders.proto +588 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-details.proto +42 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +260 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +334 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-payment-method.proto +158 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-recurring-orders.proto +38 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/pos-transactions.proto +34 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/account.proto +22 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/address.proto +57 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/charge.proto +220 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/mandatory-field.proto +44 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-additional-charges.proto +19 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-buyer-info.proto +25 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-cof-intent.proto +131 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +146 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-item.proto +32 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-return-urls.proto +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-status.proto +46 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-urls.proto +41 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order.proto +37 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +296 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +208 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/pos-transaction.proto +41 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription-frequency.proto +14 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription-trial-period.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription.proto +35 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/transaction.proto +46 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/payment-events.proto +27 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/order.proto +80 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/payment-details.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/payment-event.proto +121 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/recurring-payment.proto +32 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/refund.proto +34 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/transaction.proto +82 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/types/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.d.ts +14 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +168 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.d.ts +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.d.ts +11 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js +41 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.d.ts +12 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +167 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +7382 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +3700 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +57101 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +7377 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.d.ts +21 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.js +95 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +73 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +10 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.d.ts +14 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +140 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.d.ts +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js +2 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.d.ts +11 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.js +34 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.d.ts +12 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +159 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.d.ts +21 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.js +68 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +73 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +7 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/builders/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/crud/http/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/crud/rpc/package.json +6 -0
- package/@wix/ambassador-os-tags-v1-tag/http/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +52 -0
- package/@wix/ambassador-os-tags-v1-tag/rpc/package.json +6 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +360 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +80 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/errors.proto +113 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +31 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +131 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +52 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/dataextensions/extended-fields.proto +18 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/dataextensions/update-extended-fields-messages.proto +15 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +411 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/media.proto +225 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/paging.proto +107 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +417 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/sorting.proto +25 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/wixlink.proto +152 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +39 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +12 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +192 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-os-tags-v1-tag/types/package.json +7 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js +294 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +596 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +6383 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +640 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/types.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/types.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +2085 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/esm/index.js +290 -0
- package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +588 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +6379 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +612 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/esm/types.js +2 -0
- package/@wix/bi-logger-cairo-os/dist/esm/types.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +2005 -0
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -0
- package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +93 -0
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +1338 -0
- package/@wix/bi-logger-cairo-os/dist/types/testkit/common.d.ts +10 -0
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +1339 -0
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +1333 -0
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +1853 -0
- package/@wix/bi-logger-cairo-os/package.json +50 -0
- package/@wix/bi-logger-cairo-os/src/external-types.d.ts +1 -0
- package/@wix/bi-logger-cairo-os/src/index.ts +346 -0
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +1596 -0
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +6456 -0
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +1606 -0
- package/@wix/bi-logger-cairo-os/src/types.ts +2407 -0
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +2081 -0
- package/@wix/bi-logger-cairo-os/testkit/client/package.json +6 -0
- package/@wix/bi-logger-cairo-os/testkit/node/package.json +6 -0
- package/@wix/bi-logger-cairo-os/testkit/package.json +6 -0
- package/@wix/bi-logger-cairo-os/v2/package.json +6 -0
- package/@wix/bi-logger-cairo-os/v2/types.d.ts +1 -0
- package/@wix/wix-i18n-config/README.md +247 -0
- package/@wix/wix-i18n-config/dist/cjs/i18n.js +72 -0
- package/@wix/wix-i18n-config/dist/cjs/i18n.js.map +1 -0
- package/@wix/wix-i18n-config/dist/cjs/icu/icu.js +126 -0
- package/@wix/wix-i18n-config/dist/cjs/icu/icu.js.map +1 -0
- package/@wix/wix-i18n-config/dist/cjs/icu/utils.js +82 -0
- package/@wix/wix-i18n-config/dist/cjs/icu/utils.js.map +1 -0
- package/@wix/wix-i18n-config/dist/cjs/index.js +28 -0
- package/@wix/wix-i18n-config/dist/cjs/index.js.map +1 -0
- package/@wix/wix-i18n-config/dist/cjs/initI18n.js +24 -0
- package/@wix/wix-i18n-config/dist/cjs/initI18n.js.map +1 -0
- package/@wix/wix-i18n-config/dist/cjs/initI18nWithoutICU.js +9 -0
- package/@wix/wix-i18n-config/dist/cjs/initI18nWithoutICU.js.map +1 -0
- package/@wix/wix-i18n-config/dist/cjs/relative-time-formatting.js +266 -0
- package/@wix/wix-i18n-config/dist/cjs/relative-time-formatting.js.map +1 -0
- package/@wix/wix-i18n-config/dist/esm/i18n.js +51 -0
- package/@wix/wix-i18n-config/dist/esm/i18n.js.map +1 -0
- package/@wix/wix-i18n-config/dist/esm/icu/icu.js +106 -0
- package/@wix/wix-i18n-config/dist/esm/icu/icu.js.map +1 -0
- package/@wix/wix-i18n-config/dist/esm/icu/utils.js +71 -0
- package/@wix/wix-i18n-config/dist/esm/icu/utils.js.map +1 -0
- package/@wix/wix-i18n-config/dist/esm/index.js +9 -0
- package/@wix/wix-i18n-config/dist/esm/index.js.map +1 -0
- package/@wix/wix-i18n-config/dist/esm/initI18n.js +10 -0
- package/@wix/wix-i18n-config/dist/esm/initI18n.js.map +1 -0
- package/@wix/wix-i18n-config/dist/esm/initI18nWithoutICU.js +5 -0
- package/@wix/wix-i18n-config/dist/esm/initI18nWithoutICU.js.map +1 -0
- package/@wix/wix-i18n-config/dist/esm/relative-time-formatting.js +263 -0
- package/@wix/wix-i18n-config/dist/esm/relative-time-formatting.js.map +1 -0
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -0
- package/@wix/wix-i18n-config/dist/types/i18n.d.ts +16 -0
- package/@wix/wix-i18n-config/dist/types/i18n.d.ts.map +1 -0
- package/@wix/wix-i18n-config/dist/types/icu/icu.d.ts +47 -0
- package/@wix/wix-i18n-config/dist/types/icu/icu.d.ts.map +1 -0
- package/@wix/wix-i18n-config/dist/types/icu/utils.d.ts +6 -0
- package/@wix/wix-i18n-config/dist/types/icu/utils.d.ts.map +1 -0
- package/@wix/wix-i18n-config/dist/types/index.d.ts +12 -0
- package/@wix/wix-i18n-config/dist/types/index.d.ts.map +1 -0
- package/@wix/wix-i18n-config/dist/types/initI18n.d.ts +8 -0
- package/@wix/wix-i18n-config/dist/types/initI18n.d.ts.map +1 -0
- package/@wix/wix-i18n-config/dist/types/initI18nWithoutICU.d.ts +3 -0
- package/@wix/wix-i18n-config/dist/types/initI18nWithoutICU.d.ts.map +1 -0
- package/@wix/wix-i18n-config/dist/types/relative-time-formatting.d.ts +7 -0
- package/@wix/wix-i18n-config/dist/types/relative-time-formatting.d.ts.map +1 -0
- package/@wix/wix-i18n-config/package.json +63 -0
- package/README.md +12 -0
- package/dist/cjs/PromiseState.js +68 -0
- package/dist/cjs/PromiseState.js.map +1 -0
- package/dist/cjs/batchUpdates.js +7 -0
- package/dist/cjs/batchUpdates.js.map +1 -0
- package/dist/cjs/events.js +19 -0
- package/dist/cjs/events.js.map +1 -0
- package/dist/cjs/exports/react-dom.js +10 -0
- package/dist/cjs/exports/react-dom.js.map +1 -0
- package/dist/cjs/exports/react-native.js +10 -0
- package/dist/cjs/exports/react-native.js.map +1 -0
- package/dist/cjs/exports/react.js +10 -0
- package/dist/cjs/exports/react.js.map +1 -0
- package/dist/cjs/index.js +22 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/reactive.js +23 -0
- package/dist/cjs/reactive.js.map +1 -0
- package/dist/cjs/reactiveContext.js +9 -0
- package/dist/cjs/reactiveContext.js.map +1 -0
- package/dist/cjs/setReactDOMBatchUpdates.js +12 -0
- package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -0
- package/dist/cjs/setReactNativeBatchUpdates.js +10 -0
- package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -0
- package/dist/cjs/useReactive.js +18 -0
- package/dist/cjs/useReactive.js.map +1 -0
- package/dist/esm/PromiseState.js +47 -0
- package/dist/esm/PromiseState.js.map +1 -0
- package/dist/esm/batchUpdates.js +2 -0
- package/dist/esm/batchUpdates.js.map +1 -0
- package/dist/esm/events.js +15 -0
- package/dist/esm/events.js.map +1 -0
- package/dist/esm/exports/react-dom.js +2 -0
- package/dist/esm/exports/react-dom.js.map +1 -0
- package/dist/esm/exports/react-native.js +2 -0
- package/dist/esm/exports/react-native.js.map +1 -0
- package/dist/esm/exports/react.js +2 -0
- package/dist/esm/exports/react.js.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/reactive.js +17 -0
- package/dist/esm/reactive.js.map +1 -0
- package/dist/esm/reactiveContext.js +5 -0
- package/dist/esm/reactiveContext.js.map +1 -0
- package/dist/esm/setReactDOMBatchUpdates.js +7 -0
- package/dist/esm/setReactDOMBatchUpdates.js.map +1 -0
- package/dist/esm/setReactNativeBatchUpdates.js +6 -0
- package/dist/esm/setReactNativeBatchUpdates.js.map +1 -0
- package/dist/esm/useReactive.js +14 -0
- package/dist/esm/useReactive.js.map +1 -0
- package/dist/types/PromiseState.d.ts +35 -0
- package/dist/types/PromiseState.d.ts.map +1 -0
- package/dist/types/batchUpdates.d.ts +3 -0
- package/dist/types/batchUpdates.d.ts.map +1 -0
- package/dist/types/events.d.ts +10 -0
- package/dist/types/events.d.ts.map +1 -0
- package/dist/types/exports/react-dom.d.ts +2 -0
- package/dist/types/exports/react-dom.d.ts.map +1 -0
- package/dist/types/exports/react-native.d.ts +2 -0
- package/dist/types/exports/react-native.d.ts.map +1 -0
- package/dist/types/exports/react.d.ts +2 -0
- package/dist/types/exports/react.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/reactive.d.ts +9 -0
- package/dist/types/reactive.d.ts.map +1 -0
- package/dist/types/reactiveContext.d.ts +6 -0
- package/dist/types/reactiveContext.d.ts.map +1 -0
- package/dist/types/setReactDOMBatchUpdates.d.ts +2 -0
- package/dist/types/setReactDOMBatchUpdates.d.ts.map +1 -0
- package/dist/types/setReactNativeBatchUpdates.d.ts +2 -0
- package/dist/types/setReactNativeBatchUpdates.d.ts.map +1 -0
- package/dist/types/useReactive.d.ts +3 -0
- package/dist/types/useReactive.d.ts.map +1 -0
- package/package.json +147 -0
- package/react/package.json +6 -0
- package/react-dom/package.json +6 -0
- package/react-native/package.json +6 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { GetComponentSettingsRequest, GetComponentSettingsResponse, GetGlobalSettingsRequest, GetGlobalSettingsResponse, GetRequest, GetResponse, SetComponentSettingsRequest, SetComponentSettingsResponse, SetGlobalSettingsRequest, SetGlobalSettingsResponse, SetRequest, SetResponse, UpdateRequest, UpdateResponse, BulkGetComponentSettingsRequest, BulkGetComponentSettingsResponse, GetGlobalSettingsForMigrationRequest, GetGlobalSettingsForMigrationResponse, SetComponentSettingsForMigrationRequest, SetComponentSettingsForMigrationResponse, SetGlobalSettingsForMigrationRequest, SetGlobalSettingsForMigrationResponse } from './types.impl';
|
|
2
|
+
import * as wrapper from './proto/proto-generated';
|
|
3
|
+
declare const AppSettingsService: typeof wrapper.com.wix.fed.settings.AppSettingsService;
|
|
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
|
+
/** Set component settings by componentId */
|
|
12
|
+
export declare function setComponentSettings(payload: SetComponentSettingsRequest): RequestOptions<SetComponentSettingsResponse, typeof AppSettingsService>;
|
|
13
|
+
/** Set component settings by componentId */
|
|
14
|
+
export declare function setComponentSettingsForMigration(payload: SetComponentSettingsForMigrationRequest): RequestOptions<SetComponentSettingsForMigrationResponse, typeof AppSettingsService>;
|
|
15
|
+
/** Get component settings by componentId */
|
|
16
|
+
export declare function getComponentSettings(payload: GetComponentSettingsRequest): RequestOptions<GetComponentSettingsResponse, typeof AppSettingsService>;
|
|
17
|
+
/** Get component settings by componentId */
|
|
18
|
+
export declare function bulkGetComponentSettings(payload: BulkGetComponentSettingsRequest): RequestOptions<BulkGetComponentSettingsResponse, typeof AppSettingsService>;
|
|
19
|
+
/** Set global settings by instanceId (extracted from Authorization) */
|
|
20
|
+
export declare function setGlobalSettings(payload: SetGlobalSettingsRequest): RequestOptions<SetGlobalSettingsResponse, typeof AppSettingsService>;
|
|
21
|
+
/** Get global settings by instanceId (extracted from Authorization) */
|
|
22
|
+
export declare function getGlobalSettings(payload: GetGlobalSettingsRequest): RequestOptions<GetGlobalSettingsResponse, typeof AppSettingsService>;
|
|
23
|
+
/** Set global settings for migration */
|
|
24
|
+
export declare function setGlobalSettingsForMigration(payload: SetGlobalSettingsForMigrationRequest): RequestOptions<SetGlobalSettingsForMigrationResponse, typeof AppSettingsService>;
|
|
25
|
+
/** Get global settings for migration */
|
|
26
|
+
export declare function getGlobalSettingsForMigration(payload: GetGlobalSettingsForMigrationRequest): RequestOptions<GetGlobalSettingsForMigrationResponse, typeof AppSettingsService>;
|
|
27
|
+
/**
|
|
28
|
+
* retrieve settings for site. app and component-scoped settings ids can be provided.
|
|
29
|
+
* looks-up settings for one or both ids provided.
|
|
30
|
+
*/
|
|
31
|
+
export declare function get(payload: GetRequest): RequestOptions<GetResponse, typeof AppSettingsService>;
|
|
32
|
+
/** store new snapshot of settings on server */
|
|
33
|
+
export declare function set(payload: SetRequest): RequestOptions<SetResponse, typeof AppSettingsService>;
|
|
34
|
+
/** create new snapshot of settings (patch) */
|
|
35
|
+
export declare function update(payload: UpdateRequest): RequestOptions<UpdateResponse, typeof AppSettingsService>;
|
|
36
|
+
export {};
|
|
@@ -0,0 +1,182 @@
|
|
|
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.update = exports.set = exports.get = exports.getGlobalSettingsForMigration = exports.setGlobalSettingsForMigration = exports.getGlobalSettings = exports.setGlobalSettings = exports.bulkGetComponentSettings = exports.getComponentSettings = exports.setComponentSettingsForMigration = exports.setComponentSettings = void 0;
|
|
23
|
+
var wrapper = __importStar(require("./proto/proto-generated"));
|
|
24
|
+
var AppSettingsService = wrapper.com.wix.fed.settings.AppSettingsService;
|
|
25
|
+
/** Set component settings by componentId */
|
|
26
|
+
function setComponentSettings(payload) {
|
|
27
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
28
|
+
var serviceProtoClass = AppSettingsService;
|
|
29
|
+
var methodName = 'setComponentSettings';
|
|
30
|
+
var requestData = payload;
|
|
31
|
+
return {
|
|
32
|
+
serviceProtoClass: serviceProtoClass,
|
|
33
|
+
serviceArtifactId: serviceArtifactId,
|
|
34
|
+
methodName: methodName,
|
|
35
|
+
requestData: requestData,
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.setComponentSettings = setComponentSettings;
|
|
39
|
+
/** Set component settings by componentId */
|
|
40
|
+
function setComponentSettingsForMigration(payload) {
|
|
41
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
42
|
+
var serviceProtoClass = AppSettingsService;
|
|
43
|
+
var methodName = 'setComponentSettingsForMigration';
|
|
44
|
+
var requestData = payload;
|
|
45
|
+
return {
|
|
46
|
+
serviceProtoClass: serviceProtoClass,
|
|
47
|
+
serviceArtifactId: serviceArtifactId,
|
|
48
|
+
methodName: methodName,
|
|
49
|
+
requestData: requestData,
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
exports.setComponentSettingsForMigration = setComponentSettingsForMigration;
|
|
53
|
+
/** Get component settings by componentId */
|
|
54
|
+
function getComponentSettings(payload) {
|
|
55
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
56
|
+
var serviceProtoClass = AppSettingsService;
|
|
57
|
+
var methodName = 'getComponentSettings';
|
|
58
|
+
var requestData = payload;
|
|
59
|
+
return {
|
|
60
|
+
serviceProtoClass: serviceProtoClass,
|
|
61
|
+
serviceArtifactId: serviceArtifactId,
|
|
62
|
+
methodName: methodName,
|
|
63
|
+
requestData: requestData,
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
exports.getComponentSettings = getComponentSettings;
|
|
67
|
+
/** Get component settings by componentId */
|
|
68
|
+
function bulkGetComponentSettings(payload) {
|
|
69
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
70
|
+
var serviceProtoClass = AppSettingsService;
|
|
71
|
+
var methodName = 'bulkGetComponentSettings';
|
|
72
|
+
var requestData = payload;
|
|
73
|
+
return {
|
|
74
|
+
serviceProtoClass: serviceProtoClass,
|
|
75
|
+
serviceArtifactId: serviceArtifactId,
|
|
76
|
+
methodName: methodName,
|
|
77
|
+
requestData: requestData,
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
exports.bulkGetComponentSettings = bulkGetComponentSettings;
|
|
81
|
+
/** Set global settings by instanceId (extracted from Authorization) */
|
|
82
|
+
function setGlobalSettings(payload) {
|
|
83
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
84
|
+
var serviceProtoClass = AppSettingsService;
|
|
85
|
+
var methodName = 'setGlobalSettings';
|
|
86
|
+
var requestData = payload;
|
|
87
|
+
return {
|
|
88
|
+
serviceProtoClass: serviceProtoClass,
|
|
89
|
+
serviceArtifactId: serviceArtifactId,
|
|
90
|
+
methodName: methodName,
|
|
91
|
+
requestData: requestData,
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
exports.setGlobalSettings = setGlobalSettings;
|
|
95
|
+
/** Get global settings by instanceId (extracted from Authorization) */
|
|
96
|
+
function getGlobalSettings(payload) {
|
|
97
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
98
|
+
var serviceProtoClass = AppSettingsService;
|
|
99
|
+
var methodName = 'getGlobalSettings';
|
|
100
|
+
var requestData = payload;
|
|
101
|
+
return {
|
|
102
|
+
serviceProtoClass: serviceProtoClass,
|
|
103
|
+
serviceArtifactId: serviceArtifactId,
|
|
104
|
+
methodName: methodName,
|
|
105
|
+
requestData: requestData,
|
|
106
|
+
};
|
|
107
|
+
}
|
|
108
|
+
exports.getGlobalSettings = getGlobalSettings;
|
|
109
|
+
/** Set global settings for migration */
|
|
110
|
+
function setGlobalSettingsForMigration(payload) {
|
|
111
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
112
|
+
var serviceProtoClass = AppSettingsService;
|
|
113
|
+
var methodName = 'setGlobalSettingsForMigration';
|
|
114
|
+
var requestData = payload;
|
|
115
|
+
return {
|
|
116
|
+
serviceProtoClass: serviceProtoClass,
|
|
117
|
+
serviceArtifactId: serviceArtifactId,
|
|
118
|
+
methodName: methodName,
|
|
119
|
+
requestData: requestData,
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
exports.setGlobalSettingsForMigration = setGlobalSettingsForMigration;
|
|
123
|
+
/** Get global settings for migration */
|
|
124
|
+
function getGlobalSettingsForMigration(payload) {
|
|
125
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
126
|
+
var serviceProtoClass = AppSettingsService;
|
|
127
|
+
var methodName = 'getGlobalSettingsForMigration';
|
|
128
|
+
var requestData = payload;
|
|
129
|
+
return {
|
|
130
|
+
serviceProtoClass: serviceProtoClass,
|
|
131
|
+
serviceArtifactId: serviceArtifactId,
|
|
132
|
+
methodName: methodName,
|
|
133
|
+
requestData: requestData,
|
|
134
|
+
};
|
|
135
|
+
}
|
|
136
|
+
exports.getGlobalSettingsForMigration = getGlobalSettingsForMigration;
|
|
137
|
+
/**
|
|
138
|
+
* retrieve settings for site. app and component-scoped settings ids can be provided.
|
|
139
|
+
* looks-up settings for one or both ids provided.
|
|
140
|
+
*/
|
|
141
|
+
function get(payload) {
|
|
142
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
143
|
+
var serviceProtoClass = AppSettingsService;
|
|
144
|
+
var methodName = 'get';
|
|
145
|
+
var requestData = payload;
|
|
146
|
+
return {
|
|
147
|
+
serviceProtoClass: serviceProtoClass,
|
|
148
|
+
serviceArtifactId: serviceArtifactId,
|
|
149
|
+
methodName: methodName,
|
|
150
|
+
requestData: requestData,
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
exports.get = get;
|
|
154
|
+
/** store new snapshot of settings on server */
|
|
155
|
+
function set(payload) {
|
|
156
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
157
|
+
var serviceProtoClass = AppSettingsService;
|
|
158
|
+
var methodName = 'set';
|
|
159
|
+
var requestData = payload;
|
|
160
|
+
return {
|
|
161
|
+
serviceProtoClass: serviceProtoClass,
|
|
162
|
+
serviceArtifactId: serviceArtifactId,
|
|
163
|
+
methodName: methodName,
|
|
164
|
+
requestData: requestData,
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
exports.set = set;
|
|
168
|
+
/** create new snapshot of settings (patch) */
|
|
169
|
+
function update(payload) {
|
|
170
|
+
var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
|
|
171
|
+
var serviceProtoClass = AppSettingsService;
|
|
172
|
+
var methodName = 'update';
|
|
173
|
+
var requestData = payload;
|
|
174
|
+
return {
|
|
175
|
+
serviceProtoClass: serviceProtoClass,
|
|
176
|
+
serviceArtifactId: serviceArtifactId,
|
|
177
|
+
methodName: methodName,
|
|
178
|
+
requestData: requestData,
|
|
179
|
+
};
|
|
180
|
+
}
|
|
181
|
+
exports.update = update;
|
|
182
|
+
//# sourceMappingURL=rpc.impl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rpc.impl.js","sourceRoot":"","sources":["../../rpc.impl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAwBA,+DAAmD;AAEnD,IAAM,kBAAkB,GAAG,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,kBAAkB,CAAC;AAU3E,4CAA4C;AAC5C,SAAgB,oBAAoB,CAClC,OAAoC;IAEpC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,sBAAsB,CAAC;IAClD,IAAM,WAAW,GAAgC,OAAO,CAAC;IACzD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,oDAaC;AAED,4CAA4C;AAC5C,SAAgB,gCAAgC,CAC9C,OAAgD;IAKhD,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,kCAAkC,CAAC;IAC9D,IAAM,WAAW,GAA4C,OAAO,CAAC;IACrE,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAhBD,4EAgBC;AAED,4CAA4C;AAC5C,SAAgB,oBAAoB,CAClC,OAAoC;IAEpC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,sBAAsB,CAAC;IAClD,IAAM,WAAW,GAAgC,OAAO,CAAC;IACzD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,oDAaC;AAED,4CAA4C;AAC5C,SAAgB,wBAAwB,CACtC,OAAwC;IAExC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,0BAA0B,CAAC;IACtD,IAAM,WAAW,GAAoC,OAAO,CAAC;IAC7D,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,4DAaC;AAED,uEAAuE;AACvE,SAAgB,iBAAiB,CAC/B,OAAiC;IAEjC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,mBAAmB,CAAC;IAC/C,IAAM,WAAW,GAA6B,OAAO,CAAC;IACtD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,8CAaC;AAED,uEAAuE;AACvE,SAAgB,iBAAiB,CAC/B,OAAiC;IAEjC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,mBAAmB,CAAC;IAC/C,IAAM,WAAW,GAA6B,OAAO,CAAC;IACtD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,8CAaC;AAED,wCAAwC;AACxC,SAAgB,6BAA6B,CAC3C,OAA6C;IAK7C,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,+BAA+B,CAAC;IAC3D,IAAM,WAAW,GAAyC,OAAO,CAAC;IAClE,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAhBD,sEAgBC;AAED,wCAAwC;AACxC,SAAgB,6BAA6B,CAC3C,OAA6C;IAK7C,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,+BAA+B,CAAC;IAC3D,IAAM,WAAW,GAAyC,OAAO,CAAC;IAClE,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAhBD,sEAgBC;AAED;;;GAGG;AACH,SAAgB,GAAG,CACjB,OAAmB;IAEnB,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,KAAK,CAAC;IACjC,IAAM,WAAW,GAAe,OAAO,CAAC;IACxC,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,kBAaC;AAED,+CAA+C;AAC/C,SAAgB,GAAG,CACjB,OAAmB;IAEnB,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,KAAK,CAAC;IACjC,IAAM,WAAW,GAAe,OAAO,CAAC;IACxC,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,kBAaC;AAED,8CAA8C;AAC9C,SAAgB,MAAM,CACpB,OAAsB;IAEtB,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,QAAQ,CAAC;IACpC,IAAM,WAAW,GAAkB,OAAO,CAAC;IAC3C,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,wBAaC"}
|
|
@@ -0,0 +1,313 @@
|
|
|
1
|
+
export interface AppSettings {
|
|
2
|
+
/** The state of the component */
|
|
3
|
+
state?: State;
|
|
4
|
+
/** Where this data is relevant */
|
|
5
|
+
host?: Host;
|
|
6
|
+
/** The app global settings */
|
|
7
|
+
settings?: Record<string, any> | null;
|
|
8
|
+
/** Translatable textual assets - not using a collection because this type only the get flow (which should return a single value) */
|
|
9
|
+
translations?: Record<string, string>;
|
|
10
|
+
}
|
|
11
|
+
/** The state of the settings (Saved or Published) */
|
|
12
|
+
export declare enum State {
|
|
13
|
+
/** Not relevant */
|
|
14
|
+
NR = "NR",
|
|
15
|
+
SAVED = "SAVED",
|
|
16
|
+
PUBLISHED = "PUBLISHED"
|
|
17
|
+
}
|
|
18
|
+
/** The host in which the settings are displayed */
|
|
19
|
+
export declare enum Host {
|
|
20
|
+
NA = "NA",
|
|
21
|
+
VIEWER = "VIEWER",
|
|
22
|
+
BUSINESS_MANAGER = "BUSINESS_MANAGER",
|
|
23
|
+
ONE_APP = "ONE_APP"
|
|
24
|
+
}
|
|
25
|
+
export interface SetComponentSettingsRequest {
|
|
26
|
+
/** The component Id */
|
|
27
|
+
componentId: string | null;
|
|
28
|
+
/** The data we'd like to store for this component */
|
|
29
|
+
settings?: Record<string, any> | null;
|
|
30
|
+
/** The state to set in. ** THIS IS A DEPRECATED FIELD, PLEASE USE THE "states" FIELD ** */
|
|
31
|
+
state?: State;
|
|
32
|
+
/** Where this data is relevant */
|
|
33
|
+
host?: Host;
|
|
34
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
35
|
+
translations?: TranslatedLanguage[];
|
|
36
|
+
/** The states to set in */
|
|
37
|
+
states?: State[];
|
|
38
|
+
}
|
|
39
|
+
/** The translated language that contains the key and its translations */
|
|
40
|
+
export interface TranslatedLanguage {
|
|
41
|
+
/** The key of the translations' language */
|
|
42
|
+
languageKey?: LanguageKey;
|
|
43
|
+
/** Key-value pair mapping of textual assets */
|
|
44
|
+
translations?: Record<string, string>;
|
|
45
|
+
}
|
|
46
|
+
/** The language key of the saved multilingual data */
|
|
47
|
+
export interface LanguageKey {
|
|
48
|
+
/** e.g. en */
|
|
49
|
+
languageCode?: string;
|
|
50
|
+
/** e.g. us */
|
|
51
|
+
regionCode?: string;
|
|
52
|
+
/** default: '' */
|
|
53
|
+
scriptVariant?: string;
|
|
54
|
+
}
|
|
55
|
+
export interface SetComponentSettingsResponse {
|
|
56
|
+
/** Echo of the component settings */
|
|
57
|
+
settings?: Record<string, any> | null;
|
|
58
|
+
/** Where this data is relevant */
|
|
59
|
+
host?: Host;
|
|
60
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
61
|
+
translations?: TranslatedLanguage[];
|
|
62
|
+
/** The states this was set in */
|
|
63
|
+
states?: State[];
|
|
64
|
+
}
|
|
65
|
+
export interface SetComponentSettingsForMigrationRequest {
|
|
66
|
+
/** The component Id */
|
|
67
|
+
componentId?: string | null;
|
|
68
|
+
/** The data we'd like to store for this component */
|
|
69
|
+
settings?: Record<string, any> | null;
|
|
70
|
+
/** The state to set in. ** THIS IS A DEPRECATED FIELD, PLEASE USE THE "states" FIELD ** */
|
|
71
|
+
state?: State;
|
|
72
|
+
/** Where this data is relevant */
|
|
73
|
+
host?: Host;
|
|
74
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
75
|
+
translations?: TranslatedLanguage[];
|
|
76
|
+
/** The states to set in */
|
|
77
|
+
states?: State[];
|
|
78
|
+
/** The appDefId for migration */
|
|
79
|
+
appDefId: string;
|
|
80
|
+
/** The instanceId for migration (msid) */
|
|
81
|
+
instanceId: string;
|
|
82
|
+
}
|
|
83
|
+
export interface SetComponentSettingsForMigrationResponse {
|
|
84
|
+
/** Echo of the component settings */
|
|
85
|
+
settings?: Record<string, any> | null;
|
|
86
|
+
/** Where this data is relevant */
|
|
87
|
+
host?: Host;
|
|
88
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
89
|
+
translations?: TranslatedLanguage[];
|
|
90
|
+
/** The states this was set in */
|
|
91
|
+
states?: State[];
|
|
92
|
+
}
|
|
93
|
+
export interface GetComponentSettingsRequest {
|
|
94
|
+
/** The component we want data for. Component ids can be from the site or oneApp */
|
|
95
|
+
componentId: string | null;
|
|
96
|
+
/** The state of the component */
|
|
97
|
+
state?: State;
|
|
98
|
+
/** Where this data is relevant */
|
|
99
|
+
host?: Host;
|
|
100
|
+
/** The language key of the translation (allow filtering translations explicitly) */
|
|
101
|
+
languageKey?: LanguageKey;
|
|
102
|
+
/** Whether it is critical to get Global Settings as well */
|
|
103
|
+
includeGlobalSettings?: boolean;
|
|
104
|
+
}
|
|
105
|
+
export interface GetComponentSettingsResponse {
|
|
106
|
+
/** Component settings for the requested component id */
|
|
107
|
+
settings?: Record<string, any> | null;
|
|
108
|
+
/** The data state of the response */
|
|
109
|
+
state?: State;
|
|
110
|
+
/** Where this data is relevant */
|
|
111
|
+
host?: Host;
|
|
112
|
+
/** based on x-wix-language or fallback */
|
|
113
|
+
translations?: Record<string, string>;
|
|
114
|
+
/** Optional. The global app settings */
|
|
115
|
+
globalSettings?: AppSettings;
|
|
116
|
+
}
|
|
117
|
+
export interface BulkGetComponentSettingsRequest {
|
|
118
|
+
/** The component we want data for. Component ids can be from the site or oneApp */
|
|
119
|
+
componentIds?: string[];
|
|
120
|
+
/** The state of the component */
|
|
121
|
+
state?: State;
|
|
122
|
+
/** Where this data is relevant */
|
|
123
|
+
host?: Host;
|
|
124
|
+
/** The language key of the translation (allow filtering translations explicitly) */
|
|
125
|
+
languageKey?: LanguageKey;
|
|
126
|
+
}
|
|
127
|
+
export interface BulkGetComponentSettingsResponse {
|
|
128
|
+
componentSettings?: ComponentSettings[];
|
|
129
|
+
}
|
|
130
|
+
export interface ComponentSettings {
|
|
131
|
+
componentId?: string;
|
|
132
|
+
/** Component settings for the requested component id */
|
|
133
|
+
settings?: Record<string, any> | null;
|
|
134
|
+
/** The data state of the response */
|
|
135
|
+
state?: State;
|
|
136
|
+
/** Where this data is relevant */
|
|
137
|
+
host?: Host;
|
|
138
|
+
/** based on x-wix-language or fallback */
|
|
139
|
+
translations?: Record<string, string>;
|
|
140
|
+
}
|
|
141
|
+
export interface SetGlobalSettingsRequest {
|
|
142
|
+
/** The global settings for the app */
|
|
143
|
+
settings?: Record<string, any> | null;
|
|
144
|
+
/** Any components we would like to set */
|
|
145
|
+
componentSettings?: SetComponentSettingsItem[];
|
|
146
|
+
/** The state this is set in. ** THIS IS A DEPRECATED FIELD, PLEASE USE THE "states" FIELD ** */
|
|
147
|
+
state?: State;
|
|
148
|
+
/** Where this data is relevant */
|
|
149
|
+
host?: Host;
|
|
150
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
151
|
+
translations?: TranslatedLanguage[];
|
|
152
|
+
/** The states this was set in */
|
|
153
|
+
states?: State[];
|
|
154
|
+
}
|
|
155
|
+
export interface SetComponentSettingsItem {
|
|
156
|
+
/** The state of the component */
|
|
157
|
+
state?: State;
|
|
158
|
+
/** Where this data is relevant */
|
|
159
|
+
host?: Host;
|
|
160
|
+
/** The component we want data for. Component ids can be from the site or oneApp */
|
|
161
|
+
componentId?: string | null;
|
|
162
|
+
/** The component settings */
|
|
163
|
+
settings?: Record<string, any> | null;
|
|
164
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
165
|
+
translations?: TranslatedLanguage[];
|
|
166
|
+
}
|
|
167
|
+
export interface SetGlobalSettingsResponse {
|
|
168
|
+
/** The data we have not for the App */
|
|
169
|
+
settings?: Record<string, any> | null;
|
|
170
|
+
/** The data we have for the components */
|
|
171
|
+
componentSettings?: SetComponentSettingsItem[];
|
|
172
|
+
/** Where this data is relevant */
|
|
173
|
+
host?: Host;
|
|
174
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
175
|
+
translations?: TranslatedLanguage[];
|
|
176
|
+
/** The states this was set in */
|
|
177
|
+
states?: State[];
|
|
178
|
+
}
|
|
179
|
+
export interface GetGlobalSettingsRequest {
|
|
180
|
+
/** The requested state, default is published */
|
|
181
|
+
state?: State;
|
|
182
|
+
/** Allow to filter by host to get only components for that host */
|
|
183
|
+
host?: Host;
|
|
184
|
+
/** If component settings data should also be returned */
|
|
185
|
+
includeComponentSettings?: boolean;
|
|
186
|
+
/** The language key of the translation (allow filtering translations explicitly) */
|
|
187
|
+
languageKey?: LanguageKey;
|
|
188
|
+
}
|
|
189
|
+
export interface GetGlobalSettingsResponse {
|
|
190
|
+
/** The state of the app */
|
|
191
|
+
state?: State;
|
|
192
|
+
/** Where this data is relevant */
|
|
193
|
+
host?: Host;
|
|
194
|
+
/** The global app settings */
|
|
195
|
+
settings?: Record<string, any> | null;
|
|
196
|
+
/** Optional. All components listed. may include components from the site or oneApp */
|
|
197
|
+
componentSettings?: GetComponentSettingsItem[];
|
|
198
|
+
/** based on x-wix-language or fallback */
|
|
199
|
+
translations?: Record<string, string>;
|
|
200
|
+
}
|
|
201
|
+
export interface GetComponentSettingsItem {
|
|
202
|
+
/** The state of the component */
|
|
203
|
+
state?: State;
|
|
204
|
+
/** Where this data is relevant */
|
|
205
|
+
host?: Host;
|
|
206
|
+
/** The component we want data for. Component ids can be from the site or oneApp */
|
|
207
|
+
componentId?: string | null;
|
|
208
|
+
/** The component settings */
|
|
209
|
+
settings?: Record<string, any> | null;
|
|
210
|
+
/** Translatable textual assets - not using a collection because this type only the get flow (which should return a single value) */
|
|
211
|
+
translations?: Record<string, string>;
|
|
212
|
+
}
|
|
213
|
+
export interface SetGlobalSettingsForMigrationRequest {
|
|
214
|
+
/** The global settings for the app */
|
|
215
|
+
settings?: Record<string, any> | null;
|
|
216
|
+
/** Any components we would like to set */
|
|
217
|
+
componentSettings?: SetComponentSettingsItem[];
|
|
218
|
+
/** The state this is set in. ** THIS IS A DEPRECATED FIELD, PLEASE USE THE "states" FIELD ** */
|
|
219
|
+
state?: State;
|
|
220
|
+
/** Where this data is relevant */
|
|
221
|
+
host?: Host;
|
|
222
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
223
|
+
translations?: TranslatedLanguage[];
|
|
224
|
+
/** The states this was set in */
|
|
225
|
+
states?: State[];
|
|
226
|
+
/** The appDefId for migration */
|
|
227
|
+
appDefId: string;
|
|
228
|
+
/** The instanceId for migration (msid) */
|
|
229
|
+
instanceId: string;
|
|
230
|
+
}
|
|
231
|
+
export interface SetGlobalSettingsForMigrationResponse {
|
|
232
|
+
/** The data we have not for the App */
|
|
233
|
+
settings?: Record<string, any> | null;
|
|
234
|
+
/** The data we have for the components */
|
|
235
|
+
componentSettings?: SetComponentSettingsItem[];
|
|
236
|
+
/** Where this data is relevant */
|
|
237
|
+
host?: Host;
|
|
238
|
+
/** Translatable textual assets (pass empty key as default) */
|
|
239
|
+
translations?: TranslatedLanguage[];
|
|
240
|
+
/** The states this was set in */
|
|
241
|
+
states?: State[];
|
|
242
|
+
}
|
|
243
|
+
export interface GetGlobalSettingsForMigrationRequest {
|
|
244
|
+
/** The requested state, default is published */
|
|
245
|
+
state?: State;
|
|
246
|
+
/** Allow to filter by host to get only components for that host */
|
|
247
|
+
host?: Host;
|
|
248
|
+
/** If component settings data should also be returned */
|
|
249
|
+
includeComponentSettings?: boolean;
|
|
250
|
+
/** The language key of the translation (allow filtering translations explicitly) */
|
|
251
|
+
languageKey?: LanguageKey;
|
|
252
|
+
/** The appDefId for migration */
|
|
253
|
+
appDefId: string;
|
|
254
|
+
/** The instanceId for migration (msid) */
|
|
255
|
+
instanceId: string;
|
|
256
|
+
}
|
|
257
|
+
export interface GetGlobalSettingsForMigrationResponse {
|
|
258
|
+
/** The state of the app */
|
|
259
|
+
state?: State;
|
|
260
|
+
/** Where this data is relevant */
|
|
261
|
+
host?: Host;
|
|
262
|
+
/** The global app settings */
|
|
263
|
+
settings?: Record<string, any> | null;
|
|
264
|
+
/** Optional. All components listed. may include components from the site or oneApp */
|
|
265
|
+
componentSettings?: GetComponentSettingsItem[];
|
|
266
|
+
/** based on x-wix-language or fallback */
|
|
267
|
+
translations?: Record<string, string>;
|
|
268
|
+
}
|
|
269
|
+
export interface GetRequest {
|
|
270
|
+
/** id of app-scoped settings */
|
|
271
|
+
externalAppId?: string | null;
|
|
272
|
+
/** id of component-scoped settings */
|
|
273
|
+
externalComponentId?: string | null;
|
|
274
|
+
/** desired fields to retrieve on either GetResponse.app_settings or GetResponse.component_settings */
|
|
275
|
+
fields?: string[];
|
|
276
|
+
}
|
|
277
|
+
export interface GetResponse {
|
|
278
|
+
/** app-scoped settings; */
|
|
279
|
+
appSettings?: Record<string, any> | null;
|
|
280
|
+
/** component-scoped settings; */
|
|
281
|
+
componentSettings?: Record<string, any> | null;
|
|
282
|
+
}
|
|
283
|
+
export interface SetRequest {
|
|
284
|
+
/** id of settings snapshot */
|
|
285
|
+
externalId: string | null;
|
|
286
|
+
/** scope of settings to store */
|
|
287
|
+
scope: Scope;
|
|
288
|
+
/** settings themselves; */
|
|
289
|
+
data: Record<string, any> | null;
|
|
290
|
+
}
|
|
291
|
+
/** scope of settings when creating/updating; */
|
|
292
|
+
export declare enum Scope {
|
|
293
|
+
/** multiple instances of a tpa can share same settings; */
|
|
294
|
+
APP = "APP",
|
|
295
|
+
/** scoped to a single component of an app; */
|
|
296
|
+
COMPONENT = "COMPONENT"
|
|
297
|
+
}
|
|
298
|
+
export interface SetResponse {
|
|
299
|
+
}
|
|
300
|
+
export interface UpdateRequest {
|
|
301
|
+
/** id of settings snapshot */
|
|
302
|
+
externalId: string | null;
|
|
303
|
+
/** scope of settings to update */
|
|
304
|
+
scope: Scope;
|
|
305
|
+
/** changed fields in provided data */
|
|
306
|
+
fields: string[];
|
|
307
|
+
/** data itself */
|
|
308
|
+
data: Record<string, any> | null;
|
|
309
|
+
}
|
|
310
|
+
export interface UpdateResponse {
|
|
311
|
+
/** new if of stored settings snapshot */
|
|
312
|
+
newExternalId?: string | null;
|
|
313
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Scope = exports.Host = exports.State = void 0;
|
|
4
|
+
/** The state of the settings (Saved or Published) */
|
|
5
|
+
var State;
|
|
6
|
+
(function (State) {
|
|
7
|
+
/** Not relevant */
|
|
8
|
+
State["NR"] = "NR";
|
|
9
|
+
State["SAVED"] = "SAVED";
|
|
10
|
+
State["PUBLISHED"] = "PUBLISHED";
|
|
11
|
+
})(State = exports.State || (exports.State = {}));
|
|
12
|
+
/** The host in which the settings are displayed */
|
|
13
|
+
var Host;
|
|
14
|
+
(function (Host) {
|
|
15
|
+
Host["NA"] = "NA";
|
|
16
|
+
Host["VIEWER"] = "VIEWER";
|
|
17
|
+
Host["BUSINESS_MANAGER"] = "BUSINESS_MANAGER";
|
|
18
|
+
Host["ONE_APP"] = "ONE_APP";
|
|
19
|
+
})(Host = exports.Host || (exports.Host = {}));
|
|
20
|
+
/** scope of settings when creating/updating; */
|
|
21
|
+
var Scope;
|
|
22
|
+
(function (Scope) {
|
|
23
|
+
/** multiple instances of a tpa can share same settings; */
|
|
24
|
+
Scope["APP"] = "APP";
|
|
25
|
+
/** scoped to a single component of an app; */
|
|
26
|
+
Scope["COMPONENT"] = "COMPONENT";
|
|
27
|
+
})(Scope = exports.Scope || (exports.Scope = {}));
|
|
28
|
+
//# sourceMappingURL=types.impl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.impl.js","sourceRoot":"","sources":["../../types.impl.ts"],"names":[],"mappings":";;;AAWA,qDAAqD;AACrD,IAAY,KAKX;AALD,WAAY,KAAK;IACf,mBAAmB;IACnB,kBAAS,CAAA;IACT,wBAAe,CAAA;IACf,gCAAuB,CAAA;AACzB,CAAC,EALW,KAAK,GAAL,aAAK,KAAL,aAAK,QAKhB;AAED,mDAAmD;AACnD,IAAY,IAKX;AALD,WAAY,IAAI;IACd,iBAAS,CAAA;IACT,yBAAiB,CAAA;IACjB,6CAAqC,CAAA;IACrC,2BAAmB,CAAA;AACrB,CAAC,EALW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAKf;AAoSD,gDAAgD;AAChD,IAAY,KAKX;AALD,WAAY,KAAK;IACf,2DAA2D;IAC3D,oBAAW,CAAA;IACX,8CAA8C;IAC9C,gCAAuB,CAAA;AACzB,CAAC,EALW,KAAK,GAAL,aAAK,KAAL,aAAK,QAKhB"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AppSettings, GetComponentSettingsItem, GetComponentSettingsRequest, GetComponentSettingsResponse, GetGlobalSettingsRequest, GetGlobalSettingsResponse, GetRequest, GetResponse, Host, LanguageKey, Scope, SetComponentSettingsItem, SetComponentSettingsRequest, SetComponentSettingsResponse, SetGlobalSettingsRequest, SetGlobalSettingsResponse, SetRequest, SetResponse, State, TranslatedLanguage, UpdateRequest, UpdateResponse, BulkGetComponentSettingsRequest, BulkGetComponentSettingsResponse, ComponentSettings, GetGlobalSettingsForMigrationRequest, GetGlobalSettingsForMigrationResponse, SetComponentSettingsForMigrationRequest, SetComponentSettingsForMigrationResponse, SetGlobalSettingsForMigrationRequest, SetGlobalSettingsForMigrationResponse } from './types.impl';
|
|
2
|
+
export declare function aAppSettings(overrideObject?: Partial<AppSettings>): AppSettings;
|
|
3
|
+
export declare function aState(enumFirstItem?: State): State;
|
|
4
|
+
export declare function aHost(enumFirstItem?: Host): Host;
|
|
5
|
+
export declare function aSetComponentSettingsRequest(overrideObject?: Partial<SetComponentSettingsRequest>): SetComponentSettingsRequest;
|
|
6
|
+
export declare function aTranslatedLanguage(overrideObject?: Partial<TranslatedLanguage>): TranslatedLanguage;
|
|
7
|
+
export declare function aLanguageKey(overrideObject?: Partial<LanguageKey>): LanguageKey;
|
|
8
|
+
export declare function aSetComponentSettingsResponse(overrideObject?: Partial<SetComponentSettingsResponse>): SetComponentSettingsResponse;
|
|
9
|
+
export declare function aSetComponentSettingsForMigrationRequest(overrideObject?: Partial<SetComponentSettingsForMigrationRequest>): SetComponentSettingsForMigrationRequest;
|
|
10
|
+
export declare function aSetComponentSettingsForMigrationResponse(overrideObject?: Partial<SetComponentSettingsForMigrationResponse>): SetComponentSettingsForMigrationResponse;
|
|
11
|
+
export declare function aGetComponentSettingsRequest(overrideObject?: Partial<GetComponentSettingsRequest>): GetComponentSettingsRequest;
|
|
12
|
+
export declare function aGetComponentSettingsResponse(overrideObject?: Partial<GetComponentSettingsResponse>): GetComponentSettingsResponse;
|
|
13
|
+
export declare function aBulkGetComponentSettingsRequest(overrideObject?: Partial<BulkGetComponentSettingsRequest>): BulkGetComponentSettingsRequest;
|
|
14
|
+
export declare function aBulkGetComponentSettingsResponse(overrideObject?: Partial<BulkGetComponentSettingsResponse>): BulkGetComponentSettingsResponse;
|
|
15
|
+
export declare function aComponentSettings(overrideObject?: Partial<ComponentSettings>): ComponentSettings;
|
|
16
|
+
export declare function aSetGlobalSettingsRequest(overrideObject?: Partial<SetGlobalSettingsRequest>): SetGlobalSettingsRequest;
|
|
17
|
+
export declare function aSetComponentSettingsItem(overrideObject?: Partial<SetComponentSettingsItem>): SetComponentSettingsItem;
|
|
18
|
+
export declare function aSetGlobalSettingsResponse(overrideObject?: Partial<SetGlobalSettingsResponse>): SetGlobalSettingsResponse;
|
|
19
|
+
export declare function aGetGlobalSettingsRequest(overrideObject?: Partial<GetGlobalSettingsRequest>): GetGlobalSettingsRequest;
|
|
20
|
+
export declare function aGetGlobalSettingsResponse(overrideObject?: Partial<GetGlobalSettingsResponse>): GetGlobalSettingsResponse;
|
|
21
|
+
export declare function aGetComponentSettingsItem(overrideObject?: Partial<GetComponentSettingsItem>): GetComponentSettingsItem;
|
|
22
|
+
export declare function aSetGlobalSettingsForMigrationRequest(overrideObject?: Partial<SetGlobalSettingsForMigrationRequest>): SetGlobalSettingsForMigrationRequest;
|
|
23
|
+
export declare function aSetGlobalSettingsForMigrationResponse(overrideObject?: Partial<SetGlobalSettingsForMigrationResponse>): SetGlobalSettingsForMigrationResponse;
|
|
24
|
+
export declare function aGetGlobalSettingsForMigrationRequest(overrideObject?: Partial<GetGlobalSettingsForMigrationRequest>): GetGlobalSettingsForMigrationRequest;
|
|
25
|
+
export declare function aGetGlobalSettingsForMigrationResponse(overrideObject?: Partial<GetGlobalSettingsForMigrationResponse>): GetGlobalSettingsForMigrationResponse;
|
|
26
|
+
export declare function aGetRequest(overrideObject?: Partial<GetRequest>): GetRequest;
|
|
27
|
+
export declare function aGetResponse(overrideObject?: Partial<GetResponse>): GetResponse;
|
|
28
|
+
export declare function aSetRequest(overrideObject?: Partial<SetRequest>): SetRequest;
|
|
29
|
+
export declare function aScope(enumFirstItem?: Scope): Scope;
|
|
30
|
+
export declare function aSetResponse(overrideObject?: Partial<SetResponse>): SetResponse;
|
|
31
|
+
export declare function aUpdateRequest(overrideObject?: Partial<UpdateRequest>): UpdateRequest;
|
|
32
|
+
export declare function aUpdateResponse(overrideObject?: Partial<UpdateResponse>): UpdateResponse;
|
|
33
|
+
export * from '@wix/metro-common-builders';
|