@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,4576 @@
|
|
|
1
|
+
import {AspectStore} from '@wix/wix-aspects';
|
|
2
|
+
|
|
3
|
+
type $GeneratedMessageClassNominal$ = {
|
|
4
|
+
__$$generatedFromProtobuf$$__: Symbol;
|
|
5
|
+
}
|
|
6
|
+
type $$GeneratedMessage$$<C> = Function & { prototype: C } & $GeneratedMessageClassNominal$;
|
|
7
|
+
|
|
8
|
+
declare namespace $requests {
|
|
9
|
+
export namespace com {
|
|
10
|
+
export namespace wix {
|
|
11
|
+
export namespace fed {
|
|
12
|
+
export namespace settings {
|
|
13
|
+
export enum Scope {
|
|
14
|
+
APP = "APP",
|
|
15
|
+
COMPONENT = "COMPONENT",
|
|
16
|
+
}
|
|
17
|
+
export enum State {
|
|
18
|
+
NR = "NR",
|
|
19
|
+
SAVED = "SAVED",
|
|
20
|
+
PUBLISHED = "PUBLISHED",
|
|
21
|
+
}
|
|
22
|
+
export enum Host {
|
|
23
|
+
NA = "NA",
|
|
24
|
+
VIEWER = "VIEWER",
|
|
25
|
+
BUSINESS_MANAGER = "BUSINESS_MANAGER",
|
|
26
|
+
ONE_APP = "ONE_APP",
|
|
27
|
+
}
|
|
28
|
+
export interface ILanguageKey {
|
|
29
|
+
languageCode?: string;
|
|
30
|
+
regionCode?: string;
|
|
31
|
+
scriptVariant?: string;
|
|
32
|
+
}
|
|
33
|
+
export class LanguageKey implements ILanguageKey {
|
|
34
|
+
constructor(data?: ILanguageKey);
|
|
35
|
+
languageCode?: string;
|
|
36
|
+
regionCode?: string;
|
|
37
|
+
scriptVariant?: string;
|
|
38
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
39
|
+
}
|
|
40
|
+
export interface ITranslatedLanguage {
|
|
41
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
42
|
+
translations?: { [k: string]: string };
|
|
43
|
+
}
|
|
44
|
+
export class TranslatedLanguage implements ITranslatedLanguage {
|
|
45
|
+
constructor(data?: ITranslatedLanguage);
|
|
46
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
47
|
+
translations?: { [k: string]: string };
|
|
48
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
49
|
+
}
|
|
50
|
+
export interface IAppSettings {
|
|
51
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
52
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
53
|
+
settings?: { [key: string]: any };
|
|
54
|
+
translations?: { [k: string]: string };
|
|
55
|
+
}
|
|
56
|
+
export class AppSettings implements IAppSettings {
|
|
57
|
+
constructor(data?: IAppSettings);
|
|
58
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
59
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
60
|
+
settings?: { [key: string]: any };
|
|
61
|
+
translations?: { [k: string]: string };
|
|
62
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
63
|
+
}
|
|
64
|
+
export interface IGetComponentSettingsItem {
|
|
65
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
66
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
67
|
+
componentId?: string;
|
|
68
|
+
settings?: { [key: string]: any };
|
|
69
|
+
translations?: { [k: string]: string };
|
|
70
|
+
}
|
|
71
|
+
export class GetComponentSettingsItem implements IGetComponentSettingsItem {
|
|
72
|
+
constructor(data?: IGetComponentSettingsItem);
|
|
73
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
74
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
75
|
+
componentId?: string;
|
|
76
|
+
settings?: { [key: string]: any };
|
|
77
|
+
translations?: { [k: string]: string };
|
|
78
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
79
|
+
}
|
|
80
|
+
export interface ISetComponentSettingsItem {
|
|
81
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
82
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
83
|
+
componentId?: string;
|
|
84
|
+
settings?: { [key: string]: any };
|
|
85
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
86
|
+
}
|
|
87
|
+
export class SetComponentSettingsItem implements ISetComponentSettingsItem {
|
|
88
|
+
constructor(data?: ISetComponentSettingsItem);
|
|
89
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
90
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
91
|
+
componentId?: string;
|
|
92
|
+
settings?: { [key: string]: any };
|
|
93
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
94
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
95
|
+
}
|
|
96
|
+
export interface IGetRequest {
|
|
97
|
+
externalAppId?: string;
|
|
98
|
+
externalComponentId?: string;
|
|
99
|
+
fields?: string[];
|
|
100
|
+
}
|
|
101
|
+
export class GetRequest implements IGetRequest {
|
|
102
|
+
constructor(data?: IGetRequest);
|
|
103
|
+
externalAppId?: string;
|
|
104
|
+
externalComponentId?: string;
|
|
105
|
+
fields?: string[];
|
|
106
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
107
|
+
}
|
|
108
|
+
export interface IGetResponse {
|
|
109
|
+
appSettings?: { [key: string]: any };
|
|
110
|
+
componentSettings?: { [key: string]: any };
|
|
111
|
+
}
|
|
112
|
+
export class GetResponse implements IGetResponse {
|
|
113
|
+
constructor(data?: IGetResponse);
|
|
114
|
+
appSettings?: { [key: string]: any };
|
|
115
|
+
componentSettings?: { [key: string]: any };
|
|
116
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
117
|
+
}
|
|
118
|
+
export interface ISetRequest {
|
|
119
|
+
externalId?: string;
|
|
120
|
+
scope?: $requests.com.wix.fed.settings.Scope;
|
|
121
|
+
data?: { [key: string]: any };
|
|
122
|
+
}
|
|
123
|
+
export class SetRequest implements ISetRequest {
|
|
124
|
+
constructor(data?: ISetRequest);
|
|
125
|
+
externalId?: string;
|
|
126
|
+
scope?: $requests.com.wix.fed.settings.Scope;
|
|
127
|
+
data?: { [key: string]: any };
|
|
128
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
129
|
+
}
|
|
130
|
+
export interface ISetResponse {
|
|
131
|
+
}
|
|
132
|
+
export class SetResponse implements ISetResponse {
|
|
133
|
+
constructor(data?: ISetResponse);
|
|
134
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
135
|
+
}
|
|
136
|
+
export interface IUpdateRequest {
|
|
137
|
+
externalId?: string;
|
|
138
|
+
scope?: $requests.com.wix.fed.settings.Scope;
|
|
139
|
+
fields?: string[];
|
|
140
|
+
data?: { [key: string]: any };
|
|
141
|
+
}
|
|
142
|
+
export class UpdateRequest implements IUpdateRequest {
|
|
143
|
+
constructor(data?: IUpdateRequest);
|
|
144
|
+
externalId?: string;
|
|
145
|
+
scope?: $requests.com.wix.fed.settings.Scope;
|
|
146
|
+
fields?: string[];
|
|
147
|
+
data?: { [key: string]: any };
|
|
148
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
149
|
+
}
|
|
150
|
+
export interface IUpdateResponse {
|
|
151
|
+
newExternalId?: string;
|
|
152
|
+
}
|
|
153
|
+
export class UpdateResponse implements IUpdateResponse {
|
|
154
|
+
constructor(data?: IUpdateResponse);
|
|
155
|
+
newExternalId?: string;
|
|
156
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
157
|
+
}
|
|
158
|
+
export interface ISetComponentSettingsRequest {
|
|
159
|
+
componentId?: string;
|
|
160
|
+
settings?: { [key: string]: any };
|
|
161
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
162
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
163
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
164
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
165
|
+
}
|
|
166
|
+
export class SetComponentSettingsRequest implements ISetComponentSettingsRequest {
|
|
167
|
+
constructor(data?: ISetComponentSettingsRequest);
|
|
168
|
+
componentId?: string;
|
|
169
|
+
settings?: { [key: string]: any };
|
|
170
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
171
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
172
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
173
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
174
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
175
|
+
}
|
|
176
|
+
export interface ISetComponentSettingsForMigrationRequest {
|
|
177
|
+
componentId?: string;
|
|
178
|
+
settings?: { [key: string]: any };
|
|
179
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
180
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
181
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
182
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
183
|
+
appDefId?: string;
|
|
184
|
+
instanceId?: string;
|
|
185
|
+
}
|
|
186
|
+
export class SetComponentSettingsForMigrationRequest implements ISetComponentSettingsForMigrationRequest {
|
|
187
|
+
constructor(data?: ISetComponentSettingsForMigrationRequest);
|
|
188
|
+
componentId?: string;
|
|
189
|
+
settings?: { [key: string]: any };
|
|
190
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
191
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
192
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
193
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
194
|
+
appDefId?: string;
|
|
195
|
+
instanceId?: string;
|
|
196
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
197
|
+
}
|
|
198
|
+
export interface ISetComponentSettingsResponse {
|
|
199
|
+
settings?: { [key: string]: any };
|
|
200
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
201
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
202
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
203
|
+
}
|
|
204
|
+
export class SetComponentSettingsResponse implements ISetComponentSettingsResponse {
|
|
205
|
+
constructor(data?: ISetComponentSettingsResponse);
|
|
206
|
+
settings?: { [key: string]: any };
|
|
207
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
208
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
209
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
210
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
211
|
+
}
|
|
212
|
+
export interface ISetComponentSettingsForMigrationResponse {
|
|
213
|
+
settings?: { [key: string]: any };
|
|
214
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
215
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
216
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
217
|
+
}
|
|
218
|
+
export class SetComponentSettingsForMigrationResponse implements ISetComponentSettingsForMigrationResponse {
|
|
219
|
+
constructor(data?: ISetComponentSettingsForMigrationResponse);
|
|
220
|
+
settings?: { [key: string]: any };
|
|
221
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
222
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
223
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
224
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
225
|
+
}
|
|
226
|
+
export interface IGetComponentSettingsRequest {
|
|
227
|
+
componentId?: string;
|
|
228
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
229
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
230
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
231
|
+
includeGlobalSettings?: boolean;
|
|
232
|
+
}
|
|
233
|
+
export class GetComponentSettingsRequest implements IGetComponentSettingsRequest {
|
|
234
|
+
constructor(data?: IGetComponentSettingsRequest);
|
|
235
|
+
componentId?: string;
|
|
236
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
237
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
238
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
239
|
+
includeGlobalSettings?: boolean;
|
|
240
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
241
|
+
}
|
|
242
|
+
export interface IGetComponentSettingsResponse {
|
|
243
|
+
settings?: { [key: string]: any };
|
|
244
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
245
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
246
|
+
translations?: { [k: string]: string };
|
|
247
|
+
globalSettings?: $requests.com.wix.fed.settings.IAppSettings;
|
|
248
|
+
}
|
|
249
|
+
export class GetComponentSettingsResponse implements IGetComponentSettingsResponse {
|
|
250
|
+
constructor(data?: IGetComponentSettingsResponse);
|
|
251
|
+
settings?: { [key: string]: any };
|
|
252
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
253
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
254
|
+
translations?: { [k: string]: string };
|
|
255
|
+
globalSettings?: $requests.com.wix.fed.settings.IAppSettings;
|
|
256
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
257
|
+
}
|
|
258
|
+
export interface IBulkGetComponentSettingsRequest {
|
|
259
|
+
componentIds?: string[];
|
|
260
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
261
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
262
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
263
|
+
}
|
|
264
|
+
export class BulkGetComponentSettingsRequest implements IBulkGetComponentSettingsRequest {
|
|
265
|
+
constructor(data?: IBulkGetComponentSettingsRequest);
|
|
266
|
+
componentIds?: string[];
|
|
267
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
268
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
269
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
270
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
271
|
+
}
|
|
272
|
+
export interface IBulkGetComponentSettingsResponse {
|
|
273
|
+
componentSettings?: $requests.com.wix.fed.settings.BulkGetComponentSettingsResponse.IComponentSettings[];
|
|
274
|
+
}
|
|
275
|
+
export class BulkGetComponentSettingsResponse implements IBulkGetComponentSettingsResponse {
|
|
276
|
+
constructor(data?: IBulkGetComponentSettingsResponse);
|
|
277
|
+
componentSettings?: $requests.com.wix.fed.settings.BulkGetComponentSettingsResponse.IComponentSettings[];
|
|
278
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
279
|
+
}
|
|
280
|
+
export namespace BulkGetComponentSettingsResponse {
|
|
281
|
+
export interface IComponentSettings {
|
|
282
|
+
componentId?: string;
|
|
283
|
+
settings?: { [key: string]: any };
|
|
284
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
285
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
286
|
+
translations?: { [k: string]: string };
|
|
287
|
+
}
|
|
288
|
+
export class ComponentSettings implements IComponentSettings {
|
|
289
|
+
constructor(data?: IComponentSettings);
|
|
290
|
+
componentId?: string;
|
|
291
|
+
settings?: { [key: string]: any };
|
|
292
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
293
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
294
|
+
translations?: { [k: string]: string };
|
|
295
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
export interface ISetGlobalSettingsRequest {
|
|
299
|
+
settings?: { [key: string]: any };
|
|
300
|
+
componentSettings?: $requests.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
301
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
302
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
303
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
304
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
305
|
+
}
|
|
306
|
+
export class SetGlobalSettingsRequest implements ISetGlobalSettingsRequest {
|
|
307
|
+
constructor(data?: ISetGlobalSettingsRequest);
|
|
308
|
+
settings?: { [key: string]: any };
|
|
309
|
+
componentSettings?: $requests.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
310
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
311
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
312
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
313
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
314
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
315
|
+
}
|
|
316
|
+
export interface ISetGlobalSettingsResponse {
|
|
317
|
+
settings?: { [key: string]: any };
|
|
318
|
+
componentSettings?: $requests.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
319
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
320
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
321
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
322
|
+
}
|
|
323
|
+
export class SetGlobalSettingsResponse implements ISetGlobalSettingsResponse {
|
|
324
|
+
constructor(data?: ISetGlobalSettingsResponse);
|
|
325
|
+
settings?: { [key: string]: any };
|
|
326
|
+
componentSettings?: $requests.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
327
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
328
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
329
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
330
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
331
|
+
}
|
|
332
|
+
export interface ISetGlobalSettingsForMigrationRequest {
|
|
333
|
+
settings?: { [key: string]: any };
|
|
334
|
+
componentSettings?: $requests.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
335
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
336
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
337
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
338
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
339
|
+
appDefId?: string;
|
|
340
|
+
instanceId?: string;
|
|
341
|
+
}
|
|
342
|
+
export class SetGlobalSettingsForMigrationRequest implements ISetGlobalSettingsForMigrationRequest {
|
|
343
|
+
constructor(data?: ISetGlobalSettingsForMigrationRequest);
|
|
344
|
+
settings?: { [key: string]: any };
|
|
345
|
+
componentSettings?: $requests.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
346
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
347
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
348
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
349
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
350
|
+
appDefId?: string;
|
|
351
|
+
instanceId?: string;
|
|
352
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
353
|
+
}
|
|
354
|
+
export interface ISetGlobalSettingsForMigrationResponse {
|
|
355
|
+
settings?: { [key: string]: any };
|
|
356
|
+
componentSettings?: $requests.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
357
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
358
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
359
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
360
|
+
}
|
|
361
|
+
export class SetGlobalSettingsForMigrationResponse implements ISetGlobalSettingsForMigrationResponse {
|
|
362
|
+
constructor(data?: ISetGlobalSettingsForMigrationResponse);
|
|
363
|
+
settings?: { [key: string]: any };
|
|
364
|
+
componentSettings?: $requests.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
365
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
366
|
+
translations?: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
367
|
+
states?: $requests.com.wix.fed.settings.State[];
|
|
368
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
369
|
+
}
|
|
370
|
+
export interface IGetGlobalSettingsRequest {
|
|
371
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
372
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
373
|
+
includeComponentSettings?: boolean;
|
|
374
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
375
|
+
}
|
|
376
|
+
export class GetGlobalSettingsRequest implements IGetGlobalSettingsRequest {
|
|
377
|
+
constructor(data?: IGetGlobalSettingsRequest);
|
|
378
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
379
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
380
|
+
includeComponentSettings?: boolean;
|
|
381
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
382
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
383
|
+
}
|
|
384
|
+
export interface IGetGlobalSettingsResponse {
|
|
385
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
386
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
387
|
+
settings?: { [key: string]: any };
|
|
388
|
+
componentSettings?: $requests.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
389
|
+
translations?: { [k: string]: string };
|
|
390
|
+
}
|
|
391
|
+
export class GetGlobalSettingsResponse implements IGetGlobalSettingsResponse {
|
|
392
|
+
constructor(data?: IGetGlobalSettingsResponse);
|
|
393
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
394
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
395
|
+
settings?: { [key: string]: any };
|
|
396
|
+
componentSettings?: $requests.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
397
|
+
translations?: { [k: string]: string };
|
|
398
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
399
|
+
}
|
|
400
|
+
export interface IGetGlobalSettingsForMigrationRequest {
|
|
401
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
402
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
403
|
+
includeComponentSettings?: boolean;
|
|
404
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
405
|
+
appDefId?: string;
|
|
406
|
+
instanceId?: string;
|
|
407
|
+
}
|
|
408
|
+
export class GetGlobalSettingsForMigrationRequest implements IGetGlobalSettingsForMigrationRequest {
|
|
409
|
+
constructor(data?: IGetGlobalSettingsForMigrationRequest);
|
|
410
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
411
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
412
|
+
includeComponentSettings?: boolean;
|
|
413
|
+
languageKey?: $requests.com.wix.fed.settings.ILanguageKey;
|
|
414
|
+
appDefId?: string;
|
|
415
|
+
instanceId?: string;
|
|
416
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
417
|
+
}
|
|
418
|
+
export interface IGetGlobalSettingsForMigrationResponse {
|
|
419
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
420
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
421
|
+
settings?: { [key: string]: any };
|
|
422
|
+
componentSettings?: $requests.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
423
|
+
translations?: { [k: string]: string };
|
|
424
|
+
}
|
|
425
|
+
export class GetGlobalSettingsForMigrationResponse implements IGetGlobalSettingsForMigrationResponse {
|
|
426
|
+
constructor(data?: IGetGlobalSettingsForMigrationResponse);
|
|
427
|
+
state?: $requests.com.wix.fed.settings.State;
|
|
428
|
+
host?: $requests.com.wix.fed.settings.Host;
|
|
429
|
+
settings?: { [key: string]: any };
|
|
430
|
+
componentSettings?: $requests.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
431
|
+
translations?: { [k: string]: string };
|
|
432
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
433
|
+
}
|
|
434
|
+
export interface IEmpty {
|
|
435
|
+
}
|
|
436
|
+
export class Empty implements IEmpty {
|
|
437
|
+
constructor(data?: IEmpty);
|
|
438
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
439
|
+
}
|
|
440
|
+
export interface IUserPreferences {
|
|
441
|
+
userId?: string;
|
|
442
|
+
nameSpace?: string;
|
|
443
|
+
siteId?: string;
|
|
444
|
+
key?: string;
|
|
445
|
+
blob?: any;
|
|
446
|
+
dateCreated?: Date;
|
|
447
|
+
dateUpdated?: Date;
|
|
448
|
+
TTLInDays?: number;
|
|
449
|
+
}
|
|
450
|
+
export class UserPreferences implements IUserPreferences {
|
|
451
|
+
constructor(data?: IUserPreferences);
|
|
452
|
+
userId?: string;
|
|
453
|
+
nameSpace?: string;
|
|
454
|
+
siteId?: string;
|
|
455
|
+
key?: string;
|
|
456
|
+
blob?: any;
|
|
457
|
+
dateCreated?: Date;
|
|
458
|
+
dateUpdated?: Date;
|
|
459
|
+
TTLInDays?: number;
|
|
460
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
461
|
+
}
|
|
462
|
+
export interface IDeleteEntryDto {
|
|
463
|
+
nameSpace?: string;
|
|
464
|
+
siteId?: string;
|
|
465
|
+
key?: string;
|
|
466
|
+
}
|
|
467
|
+
export class DeleteEntryDto implements IDeleteEntryDto {
|
|
468
|
+
constructor(data?: IDeleteEntryDto);
|
|
469
|
+
nameSpace?: string;
|
|
470
|
+
siteId?: string;
|
|
471
|
+
key?: string;
|
|
472
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
473
|
+
}
|
|
474
|
+
export interface IBulkSetDto {
|
|
475
|
+
nameSpace?: string;
|
|
476
|
+
siteId?: string;
|
|
477
|
+
TTLInDays?: number;
|
|
478
|
+
data?: { [k: string]: any };
|
|
479
|
+
}
|
|
480
|
+
export class BulkSetDto implements IBulkSetDto {
|
|
481
|
+
constructor(data?: IBulkSetDto);
|
|
482
|
+
nameSpace?: string;
|
|
483
|
+
siteId?: string;
|
|
484
|
+
TTLInDays?: number;
|
|
485
|
+
data?: { [k: string]: any };
|
|
486
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
487
|
+
}
|
|
488
|
+
export interface IGetUserPreferencesRequest {
|
|
489
|
+
userId?: string;
|
|
490
|
+
nameSpace?: string;
|
|
491
|
+
key?: string;
|
|
492
|
+
siteId?: string;
|
|
493
|
+
}
|
|
494
|
+
export class GetUserPreferencesRequest implements IGetUserPreferencesRequest {
|
|
495
|
+
constructor(data?: IGetUserPreferencesRequest);
|
|
496
|
+
userId?: string;
|
|
497
|
+
nameSpace?: string;
|
|
498
|
+
key?: string;
|
|
499
|
+
siteId?: string;
|
|
500
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
501
|
+
}
|
|
502
|
+
export interface IGetUserPreferencesResponse {
|
|
503
|
+
userPreferences?: $requests.com.wix.fed.settings.IUserPreferences[];
|
|
504
|
+
}
|
|
505
|
+
export class GetUserPreferencesResponse implements IGetUserPreferencesResponse {
|
|
506
|
+
constructor(data?: IGetUserPreferencesResponse);
|
|
507
|
+
userPreferences?: $requests.com.wix.fed.settings.IUserPreferences[];
|
|
508
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
509
|
+
}
|
|
510
|
+
export interface IBulkGetByUserSitesRequest {
|
|
511
|
+
nameSpace?: string;
|
|
512
|
+
key?: string;
|
|
513
|
+
userId?: string;
|
|
514
|
+
siteIds?: string[];
|
|
515
|
+
}
|
|
516
|
+
export class BulkGetByUserSitesRequest implements IBulkGetByUserSitesRequest {
|
|
517
|
+
constructor(data?: IBulkGetByUserSitesRequest);
|
|
518
|
+
nameSpace?: string;
|
|
519
|
+
key?: string;
|
|
520
|
+
userId?: string;
|
|
521
|
+
siteIds?: string[];
|
|
522
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
523
|
+
}
|
|
524
|
+
export interface IBulkGetByUserSitesResponse {
|
|
525
|
+
userPreferences?: $requests.com.wix.fed.settings.IUserPreferences[];
|
|
526
|
+
}
|
|
527
|
+
export class BulkGetByUserSitesResponse implements IBulkGetByUserSitesResponse {
|
|
528
|
+
constructor(data?: IBulkGetByUserSitesResponse);
|
|
529
|
+
userPreferences?: $requests.com.wix.fed.settings.IUserPreferences[];
|
|
530
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
531
|
+
}
|
|
532
|
+
export interface IBulkGetUserPreferencesRequest {
|
|
533
|
+
userIds?: string[];
|
|
534
|
+
nameSpace?: string;
|
|
535
|
+
key?: string;
|
|
536
|
+
siteId?: string;
|
|
537
|
+
}
|
|
538
|
+
export class BulkGetUserPreferencesRequest implements IBulkGetUserPreferencesRequest {
|
|
539
|
+
constructor(data?: IBulkGetUserPreferencesRequest);
|
|
540
|
+
userIds?: string[];
|
|
541
|
+
nameSpace?: string;
|
|
542
|
+
key?: string;
|
|
543
|
+
siteId?: string;
|
|
544
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
545
|
+
}
|
|
546
|
+
export interface IBulkGetUserPreferencesResponse {
|
|
547
|
+
userPreferences?: $requests.com.wix.fed.settings.IUserPreferences[];
|
|
548
|
+
}
|
|
549
|
+
export class BulkGetUserPreferencesResponse implements IBulkGetUserPreferencesResponse {
|
|
550
|
+
constructor(data?: IBulkGetUserPreferencesResponse);
|
|
551
|
+
userPreferences?: $requests.com.wix.fed.settings.IUserPreferences[];
|
|
552
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
553
|
+
}
|
|
554
|
+
export interface IBulkSetUserPrefencesRequest {
|
|
555
|
+
bulkSetDto?: $requests.com.wix.fed.settings.IBulkSetDto;
|
|
556
|
+
userId?: string;
|
|
557
|
+
}
|
|
558
|
+
export class BulkSetUserPrefencesRequest implements IBulkSetUserPrefencesRequest {
|
|
559
|
+
constructor(data?: IBulkSetUserPrefencesRequest);
|
|
560
|
+
bulkSetDto?: $requests.com.wix.fed.settings.IBulkSetDto;
|
|
561
|
+
userId?: string;
|
|
562
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
563
|
+
}
|
|
564
|
+
export interface IBulkSetUserPrefencesResponse {
|
|
565
|
+
userPreferences?: $requests.com.wix.fed.settings.IUserPreferences[];
|
|
566
|
+
}
|
|
567
|
+
export class BulkSetUserPrefencesResponse implements IBulkSetUserPrefencesResponse {
|
|
568
|
+
constructor(data?: IBulkSetUserPrefencesResponse);
|
|
569
|
+
userPreferences?: $requests.com.wix.fed.settings.IUserPreferences[];
|
|
570
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
571
|
+
}
|
|
572
|
+
export interface IDeleteUserPrefencesRequest {
|
|
573
|
+
deleteDto?: $requests.com.wix.fed.settings.IDeleteEntryDto;
|
|
574
|
+
userId?: string;
|
|
575
|
+
}
|
|
576
|
+
export class DeleteUserPrefencesRequest implements IDeleteUserPrefencesRequest {
|
|
577
|
+
constructor(data?: IDeleteUserPrefencesRequest);
|
|
578
|
+
deleteDto?: $requests.com.wix.fed.settings.IDeleteEntryDto;
|
|
579
|
+
userId?: string;
|
|
580
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
export namespace wix {
|
|
587
|
+
export namespace api {
|
|
588
|
+
/**
|
|
589
|
+
* Decimal value validation rules.
|
|
590
|
+
* Based on java.math.BigDecimal, implies (wix.api.format) = DECIMAL_VALUE
|
|
591
|
+
*/
|
|
592
|
+
export interface IDecimalValueOptions {
|
|
593
|
+
lte?: string;
|
|
594
|
+
gte?: string;
|
|
595
|
+
lt?: string;
|
|
596
|
+
gt?: string;
|
|
597
|
+
maxScale?: number;
|
|
598
|
+
}
|
|
599
|
+
export class DecimalValueOptions implements IDecimalValueOptions {
|
|
600
|
+
constructor(data?: IDecimalValueOptions);
|
|
601
|
+
lte?: string;
|
|
602
|
+
gte?: string;
|
|
603
|
+
lt?: string;
|
|
604
|
+
gt?: string;
|
|
605
|
+
maxScale?: number;
|
|
606
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
607
|
+
}
|
|
608
|
+
export interface IAlignedWithEnum {
|
|
609
|
+
field?: string;
|
|
610
|
+
}
|
|
611
|
+
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
612
|
+
constructor(data?: IAlignedWithEnum);
|
|
613
|
+
field?: string;
|
|
614
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
615
|
+
}
|
|
616
|
+
export enum Format {
|
|
617
|
+
EMAIL = "EMAIL",
|
|
618
|
+
HOSTNAME = "HOSTNAME",
|
|
619
|
+
IPV4 = "IPV4",
|
|
620
|
+
IPV6 = "IPV6",
|
|
621
|
+
URI = "URI",
|
|
622
|
+
WEB_URL = "WEB_URL",
|
|
623
|
+
PHONE = "PHONE",
|
|
624
|
+
CREDIT_CARD = "CREDIT_CARD",
|
|
625
|
+
GUID = "GUID",
|
|
626
|
+
COUNTRY = "COUNTRY",
|
|
627
|
+
LANGUAGE = "LANGUAGE",
|
|
628
|
+
DECIMAL_VALUE = "DECIMAL_VALUE",
|
|
629
|
+
CURRENCY = "CURRENCY",
|
|
630
|
+
LANGUAGE_TAG = "LANGUAGE_TAG",
|
|
631
|
+
COLOR_HEX = "COLOR_HEX",
|
|
632
|
+
LOCAL_DATE = "LOCAL_DATE",
|
|
633
|
+
LOCAL_TIME = "LOCAL_TIME",
|
|
634
|
+
LOCAL_DATE_TIME = "LOCAL_DATE_TIME",
|
|
635
|
+
URL_SLUG = "URL_SLUG",
|
|
636
|
+
SYSTEM_SLUG = "SYSTEM_SLUG",
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* ApplicationError: named Error for backwards compatibility
|
|
640
|
+
*/
|
|
641
|
+
export interface IError {
|
|
642
|
+
httpCode?: $requests.wix.api.StatusCodes.HttpStatusCode;
|
|
643
|
+
applicationCode?: string;
|
|
644
|
+
data?: string;
|
|
645
|
+
}
|
|
646
|
+
export class Error implements IError {
|
|
647
|
+
constructor(data?: IError);
|
|
648
|
+
httpCode?: $requests.wix.api.StatusCodes.HttpStatusCode;
|
|
649
|
+
applicationCode?: string;
|
|
650
|
+
data?: string;
|
|
651
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
652
|
+
}
|
|
653
|
+
/**
|
|
654
|
+
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
655
|
+
*/
|
|
656
|
+
export interface ICustomValidationError {
|
|
657
|
+
ruleName?: string;
|
|
658
|
+
data?: string;
|
|
659
|
+
}
|
|
660
|
+
export class CustomValidationError implements ICustomValidationError {
|
|
661
|
+
constructor(data?: ICustomValidationError);
|
|
662
|
+
ruleName?: string;
|
|
663
|
+
data?: string;
|
|
664
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
665
|
+
}
|
|
666
|
+
/**
|
|
667
|
+
* InheritCrudErrors: does this method throw standard crud errors?
|
|
668
|
+
*/
|
|
669
|
+
export interface IInheritCrudErrors {
|
|
670
|
+
method?: $requests.wix.api.Crud.Method;
|
|
671
|
+
}
|
|
672
|
+
export class InheritCrudErrors implements IInheritCrudErrors {
|
|
673
|
+
constructor(data?: IInheritCrudErrors);
|
|
674
|
+
method?: $requests.wix.api.Crud.Method;
|
|
675
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
676
|
+
}
|
|
677
|
+
export interface IStatusCodes {
|
|
678
|
+
}
|
|
679
|
+
export class StatusCodes implements IStatusCodes {
|
|
680
|
+
constructor(data?: IStatusCodes);
|
|
681
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
682
|
+
}
|
|
683
|
+
export namespace StatusCodes {
|
|
684
|
+
export enum HttpStatusCode {
|
|
685
|
+
OK = "OK",
|
|
686
|
+
UNAUTHENTICATED = "UNAUTHENTICATED",
|
|
687
|
+
PERMISSION_DENIED = "PERMISSION_DENIED",
|
|
688
|
+
INVALID_ARGUMENT = "INVALID_ARGUMENT",
|
|
689
|
+
NOT_FOUND = "NOT_FOUND",
|
|
690
|
+
INTERNAL = "INTERNAL",
|
|
691
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
692
|
+
RESOURCE_EXHAUSTED = "RESOURCE_EXHAUSTED",
|
|
693
|
+
CANCELED = "CANCELED",
|
|
694
|
+
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
695
|
+
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
export interface ICacheSettings {
|
|
699
|
+
maxAgeSeconds?: number;
|
|
700
|
+
}
|
|
701
|
+
export class CacheSettings implements ICacheSettings {
|
|
702
|
+
constructor(data?: ICacheSettings);
|
|
703
|
+
maxAgeSeconds?: number;
|
|
704
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
705
|
+
}
|
|
706
|
+
export interface IFieldSet {
|
|
707
|
+
field?: string[];
|
|
708
|
+
}
|
|
709
|
+
export class FieldSet implements IFieldSet {
|
|
710
|
+
constructor(data?: IFieldSet);
|
|
711
|
+
field?: string[];
|
|
712
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
713
|
+
}
|
|
714
|
+
export interface IDeprecated {
|
|
715
|
+
replacedBy?: string;
|
|
716
|
+
targetRemovalDate?: string;
|
|
717
|
+
}
|
|
718
|
+
export class Deprecated implements IDeprecated {
|
|
719
|
+
constructor(data?: IDeprecated);
|
|
720
|
+
replacedBy?: string;
|
|
721
|
+
targetRemovalDate?: string;
|
|
722
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
723
|
+
}
|
|
724
|
+
export interface IUnique {
|
|
725
|
+
field?: string[];
|
|
726
|
+
}
|
|
727
|
+
export class Unique implements IUnique {
|
|
728
|
+
constructor(data?: IUnique);
|
|
729
|
+
field?: string[];
|
|
730
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
731
|
+
}
|
|
732
|
+
export interface ICrud {
|
|
733
|
+
method?: $requests.wix.api.Crud.Method;
|
|
734
|
+
createOptions?: $requests.wix.api.ICreateMethodOptions;
|
|
735
|
+
getOptions?: $requests.wix.api.IGetItemMethodOptions;
|
|
736
|
+
updateOptions?: $requests.wix.api.IUpdateMethodOptions;
|
|
737
|
+
deleteOptions?: $requests.wix.api.IDeleteMethodOptions;
|
|
738
|
+
listOptions?: $requests.wix.api.IListMethodOptions;
|
|
739
|
+
queryOptions?: $requests.wix.api.IQueryMethodOptions;
|
|
740
|
+
searchOptions?: $requests.wix.api.ISearchMethodOptions;
|
|
741
|
+
bulkCreateOptions?: $requests.wix.api.IBulkCreateMethodOptions;
|
|
742
|
+
bulkUpdateOptions?: $requests.wix.api.IBulkUpdateMethodOptions;
|
|
743
|
+
bulkUpdateByFilterOptions?: $requests.wix.api.IBulkUpdateByFilterMethodOptions;
|
|
744
|
+
bulkDeleteOptions?: $requests.wix.api.IBulkDeleteMethodOptions;
|
|
745
|
+
bulkDeleteByFilterOptions?: $requests.wix.api.IBulkDeleteByFilterMethodOptions;
|
|
746
|
+
upsertOptions?: $requests.wix.api.IUpsertMethodOptions;
|
|
747
|
+
bulkUpsertOptions?: $requests.wix.api.IBulkUpsertMethodOptions;
|
|
748
|
+
listDeletedOptions?: $requests.wix.api.IListDeletedMethodOptions;
|
|
749
|
+
getDeletedOptions?: $requests.wix.api.IGetDeletedMethodOptions;
|
|
750
|
+
restoreFromTrashbinOptions?: $requests.wix.api.IRestoreFromTrashbinMethodOptions;
|
|
751
|
+
removeFromTrashbinOptions?: $requests.wix.api.IRemoveFromTrashbinMethodOptions;
|
|
752
|
+
countOptions?: $requests.wix.api.ICountOptions;
|
|
753
|
+
}
|
|
754
|
+
export class Crud implements ICrud {
|
|
755
|
+
constructor(data?: ICrud);
|
|
756
|
+
method?: $requests.wix.api.Crud.Method;
|
|
757
|
+
createOptions?: $requests.wix.api.ICreateMethodOptions;
|
|
758
|
+
getOptions?: $requests.wix.api.IGetItemMethodOptions;
|
|
759
|
+
updateOptions?: $requests.wix.api.IUpdateMethodOptions;
|
|
760
|
+
deleteOptions?: $requests.wix.api.IDeleteMethodOptions;
|
|
761
|
+
listOptions?: $requests.wix.api.IListMethodOptions;
|
|
762
|
+
queryOptions?: $requests.wix.api.IQueryMethodOptions;
|
|
763
|
+
searchOptions?: $requests.wix.api.ISearchMethodOptions;
|
|
764
|
+
bulkCreateOptions?: $requests.wix.api.IBulkCreateMethodOptions;
|
|
765
|
+
bulkUpdateOptions?: $requests.wix.api.IBulkUpdateMethodOptions;
|
|
766
|
+
bulkUpdateByFilterOptions?: $requests.wix.api.IBulkUpdateByFilterMethodOptions;
|
|
767
|
+
bulkDeleteOptions?: $requests.wix.api.IBulkDeleteMethodOptions;
|
|
768
|
+
bulkDeleteByFilterOptions?: $requests.wix.api.IBulkDeleteByFilterMethodOptions;
|
|
769
|
+
upsertOptions?: $requests.wix.api.IUpsertMethodOptions;
|
|
770
|
+
bulkUpsertOptions?: $requests.wix.api.IBulkUpsertMethodOptions;
|
|
771
|
+
listDeletedOptions?: $requests.wix.api.IListDeletedMethodOptions;
|
|
772
|
+
getDeletedOptions?: $requests.wix.api.IGetDeletedMethodOptions;
|
|
773
|
+
restoreFromTrashbinOptions?: $requests.wix.api.IRestoreFromTrashbinMethodOptions;
|
|
774
|
+
removeFromTrashbinOptions?: $requests.wix.api.IRemoveFromTrashbinMethodOptions;
|
|
775
|
+
countOptions?: $requests.wix.api.ICountOptions;
|
|
776
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
777
|
+
}
|
|
778
|
+
export namespace Crud {
|
|
779
|
+
export enum Method {
|
|
780
|
+
UNKNOWN_METHOD = "UNKNOWN_METHOD",
|
|
781
|
+
CREATE = "CREATE",
|
|
782
|
+
GET_ITEM = "GET_ITEM",
|
|
783
|
+
UPDATE = "UPDATE",
|
|
784
|
+
DELETE = "DELETE",
|
|
785
|
+
UPSERT = "UPSERT",
|
|
786
|
+
LIST = "LIST",
|
|
787
|
+
QUERY = "QUERY",
|
|
788
|
+
SEARCH = "SEARCH",
|
|
789
|
+
BULK_CREATE = "BULK_CREATE",
|
|
790
|
+
BULK_UPDATE = "BULK_UPDATE",
|
|
791
|
+
BULK_UPDATE_BY_FILTER = "BULK_UPDATE_BY_FILTER",
|
|
792
|
+
BULK_DELETE = "BULK_DELETE",
|
|
793
|
+
BULK_DELETE_BY_FILTER = "BULK_DELETE_BY_FILTER",
|
|
794
|
+
BULK_UPSERT = "BULK_UPSERT",
|
|
795
|
+
LIST_DELETED = "LIST_DELETED",
|
|
796
|
+
GET_DELETED = "GET_DELETED",
|
|
797
|
+
RESTORE_FROM_TRASHBIN = "RESTORE_FROM_TRASHBIN",
|
|
798
|
+
REMOVE_FROM_TRASHBIN = "REMOVE_FROM_TRASHBIN",
|
|
799
|
+
COUNT = "COUNT",
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
export interface IPaging {
|
|
803
|
+
type?: $requests.wix.api.Paging.Type;
|
|
804
|
+
pagingMetadataField?: string;
|
|
805
|
+
}
|
|
806
|
+
export class Paging implements IPaging {
|
|
807
|
+
constructor(data?: IPaging);
|
|
808
|
+
type?: $requests.wix.api.Paging.Type;
|
|
809
|
+
pagingMetadataField?: string;
|
|
810
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
811
|
+
}
|
|
812
|
+
export namespace Paging {
|
|
813
|
+
export enum Type {
|
|
814
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
815
|
+
OFFSET = "OFFSET",
|
|
816
|
+
CURSOR = "CURSOR",
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
export interface ICreateMethodOptions {
|
|
820
|
+
itemField?: string;
|
|
821
|
+
}
|
|
822
|
+
export class CreateMethodOptions implements ICreateMethodOptions {
|
|
823
|
+
constructor(data?: ICreateMethodOptions);
|
|
824
|
+
itemField?: string;
|
|
825
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
826
|
+
}
|
|
827
|
+
export interface IGetItemMethodOptions {
|
|
828
|
+
itemField?: string;
|
|
829
|
+
idField?: string;
|
|
830
|
+
}
|
|
831
|
+
export class GetItemMethodOptions implements IGetItemMethodOptions {
|
|
832
|
+
constructor(data?: IGetItemMethodOptions);
|
|
833
|
+
itemField?: string;
|
|
834
|
+
idField?: string;
|
|
835
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
836
|
+
}
|
|
837
|
+
export interface IUpdateMethodOptions {
|
|
838
|
+
itemField?: string;
|
|
839
|
+
fieldmaskField?: string;
|
|
840
|
+
}
|
|
841
|
+
export class UpdateMethodOptions implements IUpdateMethodOptions {
|
|
842
|
+
constructor(data?: IUpdateMethodOptions);
|
|
843
|
+
itemField?: string;
|
|
844
|
+
fieldmaskField?: string;
|
|
845
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
846
|
+
}
|
|
847
|
+
export interface IUpsertMethodOptions {
|
|
848
|
+
itemField?: string;
|
|
849
|
+
fieldmaskField?: string;
|
|
850
|
+
}
|
|
851
|
+
export class UpsertMethodOptions implements IUpsertMethodOptions {
|
|
852
|
+
constructor(data?: IUpsertMethodOptions);
|
|
853
|
+
itemField?: string;
|
|
854
|
+
fieldmaskField?: string;
|
|
855
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
856
|
+
}
|
|
857
|
+
export interface IDeleteMethodOptions {
|
|
858
|
+
idField?: string;
|
|
859
|
+
}
|
|
860
|
+
export class DeleteMethodOptions implements IDeleteMethodOptions {
|
|
861
|
+
constructor(data?: IDeleteMethodOptions);
|
|
862
|
+
idField?: string;
|
|
863
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
864
|
+
}
|
|
865
|
+
export interface IListMethodOptions {
|
|
866
|
+
idsField?: string;
|
|
867
|
+
itemsField?: string;
|
|
868
|
+
paging?: $requests.wix.api.IPaging;
|
|
869
|
+
meAliasableField?: string[];
|
|
870
|
+
}
|
|
871
|
+
export class ListMethodOptions implements IListMethodOptions {
|
|
872
|
+
constructor(data?: IListMethodOptions);
|
|
873
|
+
idsField?: string;
|
|
874
|
+
itemsField?: string;
|
|
875
|
+
paging?: $requests.wix.api.IPaging;
|
|
876
|
+
meAliasableField?: string[];
|
|
877
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
878
|
+
}
|
|
879
|
+
export interface IQueryMethodOptions {
|
|
880
|
+
queryField?: string;
|
|
881
|
+
itemsField?: string;
|
|
882
|
+
paging?: $requests.wix.api.IPaging;
|
|
883
|
+
wql?: $requests.wix.api.IWql;
|
|
884
|
+
meAliasableField?: string[];
|
|
885
|
+
}
|
|
886
|
+
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
887
|
+
constructor(data?: IQueryMethodOptions);
|
|
888
|
+
queryField?: string;
|
|
889
|
+
itemsField?: string;
|
|
890
|
+
paging?: $requests.wix.api.IPaging;
|
|
891
|
+
wql?: $requests.wix.api.IWql;
|
|
892
|
+
meAliasableField?: string[];
|
|
893
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
894
|
+
}
|
|
895
|
+
export interface ISearchMethodOptions {
|
|
896
|
+
searchField?: string;
|
|
897
|
+
itemsField?: string;
|
|
898
|
+
paging?: $requests.wix.api.IPaging;
|
|
899
|
+
wql?: $requests.wix.api.IWql;
|
|
900
|
+
meAliasableField?: string[];
|
|
901
|
+
}
|
|
902
|
+
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
903
|
+
constructor(data?: ISearchMethodOptions);
|
|
904
|
+
searchField?: string;
|
|
905
|
+
itemsField?: string;
|
|
906
|
+
paging?: $requests.wix.api.IPaging;
|
|
907
|
+
wql?: $requests.wix.api.IWql;
|
|
908
|
+
meAliasableField?: string[];
|
|
909
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
910
|
+
}
|
|
911
|
+
export interface IBulkCreateMethodOptions {
|
|
912
|
+
itemField?: string;
|
|
913
|
+
}
|
|
914
|
+
export class BulkCreateMethodOptions implements IBulkCreateMethodOptions {
|
|
915
|
+
constructor(data?: IBulkCreateMethodOptions);
|
|
916
|
+
itemField?: string;
|
|
917
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
918
|
+
}
|
|
919
|
+
export interface IBulkUpdateMethodOptions {
|
|
920
|
+
itemField?: string;
|
|
921
|
+
fieldmaskField?: string;
|
|
922
|
+
}
|
|
923
|
+
export class BulkUpdateMethodOptions implements IBulkUpdateMethodOptions {
|
|
924
|
+
constructor(data?: IBulkUpdateMethodOptions);
|
|
925
|
+
itemField?: string;
|
|
926
|
+
fieldmaskField?: string;
|
|
927
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
928
|
+
}
|
|
929
|
+
export interface IBulkUpdateByFilterMethodOptions {
|
|
930
|
+
itemField?: string;
|
|
931
|
+
fieldmaskField?: string;
|
|
932
|
+
filterField?: string;
|
|
933
|
+
}
|
|
934
|
+
export class BulkUpdateByFilterMethodOptions implements IBulkUpdateByFilterMethodOptions {
|
|
935
|
+
constructor(data?: IBulkUpdateByFilterMethodOptions);
|
|
936
|
+
itemField?: string;
|
|
937
|
+
fieldmaskField?: string;
|
|
938
|
+
filterField?: string;
|
|
939
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
940
|
+
}
|
|
941
|
+
export interface IBulkUpsertMethodOptions {
|
|
942
|
+
itemField?: string;
|
|
943
|
+
fieldmaskField?: string;
|
|
944
|
+
}
|
|
945
|
+
export class BulkUpsertMethodOptions implements IBulkUpsertMethodOptions {
|
|
946
|
+
constructor(data?: IBulkUpsertMethodOptions);
|
|
947
|
+
itemField?: string;
|
|
948
|
+
fieldmaskField?: string;
|
|
949
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
950
|
+
}
|
|
951
|
+
export interface IBulkDeleteMethodOptions {
|
|
952
|
+
idsField?: string;
|
|
953
|
+
}
|
|
954
|
+
export class BulkDeleteMethodOptions implements IBulkDeleteMethodOptions {
|
|
955
|
+
constructor(data?: IBulkDeleteMethodOptions);
|
|
956
|
+
idsField?: string;
|
|
957
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
958
|
+
}
|
|
959
|
+
export interface IBulkDeleteByFilterMethodOptions {
|
|
960
|
+
filterField?: string;
|
|
961
|
+
}
|
|
962
|
+
export class BulkDeleteByFilterMethodOptions implements IBulkDeleteByFilterMethodOptions {
|
|
963
|
+
constructor(data?: IBulkDeleteByFilterMethodOptions);
|
|
964
|
+
filterField?: string;
|
|
965
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
966
|
+
}
|
|
967
|
+
export interface IListDeletedMethodOptions {
|
|
968
|
+
idsField?: string;
|
|
969
|
+
itemsField?: string;
|
|
970
|
+
paging?: $requests.wix.api.IPaging;
|
|
971
|
+
meAliasableField?: string[];
|
|
972
|
+
}
|
|
973
|
+
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
974
|
+
constructor(data?: IListDeletedMethodOptions);
|
|
975
|
+
idsField?: string;
|
|
976
|
+
itemsField?: string;
|
|
977
|
+
paging?: $requests.wix.api.IPaging;
|
|
978
|
+
meAliasableField?: string[];
|
|
979
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
980
|
+
}
|
|
981
|
+
export interface IGetDeletedMethodOptions {
|
|
982
|
+
itemField?: string;
|
|
983
|
+
idField?: string;
|
|
984
|
+
}
|
|
985
|
+
export class GetDeletedMethodOptions implements IGetDeletedMethodOptions {
|
|
986
|
+
constructor(data?: IGetDeletedMethodOptions);
|
|
987
|
+
itemField?: string;
|
|
988
|
+
idField?: string;
|
|
989
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
990
|
+
}
|
|
991
|
+
export interface IRestoreFromTrashbinMethodOptions {
|
|
992
|
+
itemField?: string;
|
|
993
|
+
idField?: string;
|
|
994
|
+
}
|
|
995
|
+
export class RestoreFromTrashbinMethodOptions implements IRestoreFromTrashbinMethodOptions {
|
|
996
|
+
constructor(data?: IRestoreFromTrashbinMethodOptions);
|
|
997
|
+
itemField?: string;
|
|
998
|
+
idField?: string;
|
|
999
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1000
|
+
}
|
|
1001
|
+
export interface IRemoveFromTrashbinMethodOptions {
|
|
1002
|
+
idField?: string;
|
|
1003
|
+
}
|
|
1004
|
+
export class RemoveFromTrashbinMethodOptions implements IRemoveFromTrashbinMethodOptions {
|
|
1005
|
+
constructor(data?: IRemoveFromTrashbinMethodOptions);
|
|
1006
|
+
idField?: string;
|
|
1007
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1008
|
+
}
|
|
1009
|
+
export interface ICountOptions {
|
|
1010
|
+
inheritWqlFrom?: string;
|
|
1011
|
+
}
|
|
1012
|
+
export class CountOptions implements ICountOptions {
|
|
1013
|
+
constructor(data?: ICountOptions);
|
|
1014
|
+
inheritWqlFrom?: string;
|
|
1015
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1016
|
+
}
|
|
1017
|
+
export interface IWql {
|
|
1018
|
+
operatorFieldSupport?: $requests.wix.api.Wql.IOperatorFieldSupport[];
|
|
1019
|
+
pattern?: $requests.wix.api.Wql.IOperatorFieldSupport[];
|
|
1020
|
+
}
|
|
1021
|
+
export class Wql implements IWql {
|
|
1022
|
+
constructor(data?: IWql);
|
|
1023
|
+
operatorFieldSupport?: $requests.wix.api.Wql.IOperatorFieldSupport[];
|
|
1024
|
+
pattern?: $requests.wix.api.Wql.IOperatorFieldSupport[];
|
|
1025
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1026
|
+
}
|
|
1027
|
+
export namespace Wql {
|
|
1028
|
+
export enum Operator {
|
|
1029
|
+
ALL_APPLICABLE_OPERATORS = "ALL_APPLICABLE_OPERATORS",
|
|
1030
|
+
EQ = "EQ",
|
|
1031
|
+
GT = "GT",
|
|
1032
|
+
GTE = "GTE",
|
|
1033
|
+
IN = "IN",
|
|
1034
|
+
LT = "LT",
|
|
1035
|
+
LTE = "LTE",
|
|
1036
|
+
NE = "NE",
|
|
1037
|
+
NIN = "NIN",
|
|
1038
|
+
BEGINS = "BEGINS",
|
|
1039
|
+
EXISTS = "EXISTS",
|
|
1040
|
+
ALL = "ALL",
|
|
1041
|
+
HAS_ALL = "HAS_ALL",
|
|
1042
|
+
ANY = "ANY",
|
|
1043
|
+
HAS_SOME = "HAS_SOME",
|
|
1044
|
+
EMPTY = "EMPTY",
|
|
1045
|
+
}
|
|
1046
|
+
export enum Sort {
|
|
1047
|
+
NONE = "NONE",
|
|
1048
|
+
ASC = "ASC",
|
|
1049
|
+
DESC = "DESC",
|
|
1050
|
+
BOTH = "BOTH",
|
|
1051
|
+
}
|
|
1052
|
+
export interface IRequiredFields {
|
|
1053
|
+
field?: string[];
|
|
1054
|
+
requiredField?: $requests.wix.api.Wql.RequiredFields.IRequiredField[];
|
|
1055
|
+
}
|
|
1056
|
+
export class RequiredFields implements IRequiredFields {
|
|
1057
|
+
constructor(data?: IRequiredFields);
|
|
1058
|
+
field?: string[];
|
|
1059
|
+
requiredField?: $requests.wix.api.Wql.RequiredFields.IRequiredField[];
|
|
1060
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1061
|
+
}
|
|
1062
|
+
export namespace RequiredFields {
|
|
1063
|
+
export interface IRequiredField {
|
|
1064
|
+
path?: string;
|
|
1065
|
+
sort?: $requests.wix.api.Wql.Sort;
|
|
1066
|
+
}
|
|
1067
|
+
export class RequiredField implements IRequiredField {
|
|
1068
|
+
constructor(data?: IRequiredField);
|
|
1069
|
+
path?: string;
|
|
1070
|
+
sort?: $requests.wix.api.Wql.Sort;
|
|
1071
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
export interface IOperatorFieldSupport {
|
|
1075
|
+
operator?: $requests.wix.api.Wql.Operator[];
|
|
1076
|
+
glob?: string;
|
|
1077
|
+
field?: string[];
|
|
1078
|
+
sort?: $requests.wix.api.Wql.Sort;
|
|
1079
|
+
requiredFields?: $requests.wix.api.Wql.IRequiredFields[];
|
|
1080
|
+
}
|
|
1081
|
+
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
1082
|
+
constructor(data?: IOperatorFieldSupport);
|
|
1083
|
+
operator?: $requests.wix.api.Wql.Operator[];
|
|
1084
|
+
glob?: string;
|
|
1085
|
+
field?: string[];
|
|
1086
|
+
sort?: $requests.wix.api.Wql.Sort;
|
|
1087
|
+
requiredFields?: $requests.wix.api.Wql.IRequiredFields[];
|
|
1088
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
export interface IHookable {
|
|
1092
|
+
}
|
|
1093
|
+
export class Hookable implements IHookable {
|
|
1094
|
+
constructor(data?: IHookable);
|
|
1095
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1096
|
+
}
|
|
1097
|
+
export interface ITranslatable {
|
|
1098
|
+
name?: string;
|
|
1099
|
+
hidden?: boolean;
|
|
1100
|
+
grouping?: string;
|
|
1101
|
+
type?: $requests.wix.api.Translatable.Type;
|
|
1102
|
+
displayOnly?: boolean;
|
|
1103
|
+
}
|
|
1104
|
+
export class Translatable implements ITranslatable {
|
|
1105
|
+
constructor(data?: ITranslatable);
|
|
1106
|
+
name?: string;
|
|
1107
|
+
hidden?: boolean;
|
|
1108
|
+
grouping?: string;
|
|
1109
|
+
type?: $requests.wix.api.Translatable.Type;
|
|
1110
|
+
displayOnly?: boolean;
|
|
1111
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1112
|
+
}
|
|
1113
|
+
export namespace Translatable {
|
|
1114
|
+
export enum Type {
|
|
1115
|
+
UNDEFINED_TYPE = "UNDEFINED_TYPE",
|
|
1116
|
+
SHORT_TEXT = "SHORT_TEXT",
|
|
1117
|
+
LONG_TEXT = "LONG_TEXT",
|
|
1118
|
+
RICH_TEXT = "RICH_TEXT",
|
|
1119
|
+
RICH_CONTENT_EDITOR = "RICH_CONTENT_EDITOR",
|
|
1120
|
+
SELECTION = "SELECTION",
|
|
1121
|
+
MULTI_SELECTION = "MULTI_SELECTION",
|
|
1122
|
+
DOCUMENT = "DOCUMENT",
|
|
1123
|
+
IMAGE = "IMAGE",
|
|
1124
|
+
VIDEO = "VIDEO",
|
|
1125
|
+
IMAGE_LINK = "IMAGE_LINK",
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
export interface IConditional {
|
|
1129
|
+
permission?: string;
|
|
1130
|
+
requestedField?: string;
|
|
1131
|
+
}
|
|
1132
|
+
export class Conditional implements IConditional {
|
|
1133
|
+
constructor(data?: IConditional);
|
|
1134
|
+
permission?: string;
|
|
1135
|
+
requestedField?: string;
|
|
1136
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1137
|
+
}
|
|
1138
|
+
export interface IServiceAppendix {
|
|
1139
|
+
type?: $requests.wix.api.ServiceAppendix.Type;
|
|
1140
|
+
path?: string;
|
|
1141
|
+
}
|
|
1142
|
+
export class ServiceAppendix implements IServiceAppendix {
|
|
1143
|
+
constructor(data?: IServiceAppendix);
|
|
1144
|
+
type?: $requests.wix.api.ServiceAppendix.Type;
|
|
1145
|
+
path?: string;
|
|
1146
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1147
|
+
}
|
|
1148
|
+
export namespace ServiceAppendix {
|
|
1149
|
+
export enum Type {
|
|
1150
|
+
UNKNOWN_APPENDIX_TYPE = "UNKNOWN_APPENDIX_TYPE",
|
|
1151
|
+
NILE = "NILE",
|
|
1152
|
+
MESSAGE_BUS = "MESSAGE_BUS",
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
export enum Exposure {
|
|
1156
|
+
PRIVATE = "PRIVATE",
|
|
1157
|
+
INTERNAL = "INTERNAL",
|
|
1158
|
+
PUBLIC = "PUBLIC",
|
|
1159
|
+
}
|
|
1160
|
+
export enum Maturity {
|
|
1161
|
+
ALPHA = "ALPHA",
|
|
1162
|
+
BETA = "BETA",
|
|
1163
|
+
IA = "IA",
|
|
1164
|
+
GA = "GA",
|
|
1165
|
+
NOT_IMPLEMENTED = "NOT_IMPLEMENTED",
|
|
1166
|
+
}
|
|
1167
|
+
export interface IServiceEntity {
|
|
1168
|
+
message?: string;
|
|
1169
|
+
namespace?: string;
|
|
1170
|
+
}
|
|
1171
|
+
export class ServiceEntity implements IServiceEntity {
|
|
1172
|
+
constructor(data?: IServiceEntity);
|
|
1173
|
+
message?: string;
|
|
1174
|
+
namespace?: string;
|
|
1175
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1176
|
+
}
|
|
1177
|
+
export interface IEntity {
|
|
1178
|
+
fqdn?: string;
|
|
1179
|
+
exposure?: $requests.wix.api.Exposure;
|
|
1180
|
+
appendixFiles?: $requests.wix.api.IMessageAppendix[];
|
|
1181
|
+
oldFqdnForBackwardsCompatibility?: string;
|
|
1182
|
+
segment?: $requests.wix.api.Segment.Segment;
|
|
1183
|
+
implements?: string[];
|
|
1184
|
+
extensible?: $requests.wix.api.IExtensible;
|
|
1185
|
+
trashbin?: boolean;
|
|
1186
|
+
plural?: string;
|
|
1187
|
+
domainEventsReadPermission?: string;
|
|
1188
|
+
appDefId?: string;
|
|
1189
|
+
}
|
|
1190
|
+
export class Entity implements IEntity {
|
|
1191
|
+
constructor(data?: IEntity);
|
|
1192
|
+
fqdn?: string;
|
|
1193
|
+
exposure?: $requests.wix.api.Exposure;
|
|
1194
|
+
appendixFiles?: $requests.wix.api.IMessageAppendix[];
|
|
1195
|
+
oldFqdnForBackwardsCompatibility?: string;
|
|
1196
|
+
segment?: $requests.wix.api.Segment.Segment;
|
|
1197
|
+
implements?: string[];
|
|
1198
|
+
extensible?: $requests.wix.api.IExtensible;
|
|
1199
|
+
trashbin?: boolean;
|
|
1200
|
+
plural?: string;
|
|
1201
|
+
domainEventsReadPermission?: string;
|
|
1202
|
+
appDefId?: string;
|
|
1203
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1204
|
+
}
|
|
1205
|
+
export interface IExtensible {
|
|
1206
|
+
nestedExtensionFieldPath?: string;
|
|
1207
|
+
}
|
|
1208
|
+
export class Extensible implements IExtensible {
|
|
1209
|
+
constructor(data?: IExtensible);
|
|
1210
|
+
nestedExtensionFieldPath?: string;
|
|
1211
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1212
|
+
}
|
|
1213
|
+
export interface IMessageAppendix {
|
|
1214
|
+
type?: $requests.wix.api.MessageAppendix.Type;
|
|
1215
|
+
path?: string;
|
|
1216
|
+
}
|
|
1217
|
+
export class MessageAppendix implements IMessageAppendix {
|
|
1218
|
+
constructor(data?: IMessageAppendix);
|
|
1219
|
+
type?: $requests.wix.api.MessageAppendix.Type;
|
|
1220
|
+
path?: string;
|
|
1221
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1222
|
+
}
|
|
1223
|
+
export namespace MessageAppendix {
|
|
1224
|
+
export enum Type {
|
|
1225
|
+
UNKNOWN_APPENDIX_TYPE = "UNKNOWN_APPENDIX_TYPE",
|
|
1226
|
+
AUTO_VELO = "AUTO_VELO",
|
|
1227
|
+
DOCS_CONF = "DOCS_CONF",
|
|
1228
|
+
MULTILINGUAL = "MULTILINGUAL",
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
export interface ICallback {
|
|
1232
|
+
topic?: string;
|
|
1233
|
+
segment?: $requests.wix.api.Segment.Segment;
|
|
1234
|
+
payload?: string;
|
|
1235
|
+
permission?: string;
|
|
1236
|
+
eventType?: $requests.wix.api.Callback.EventType;
|
|
1237
|
+
exposure?: $requests.wix.api.Exposure;
|
|
1238
|
+
maturity?: $requests.wix.api.Maturity;
|
|
1239
|
+
}
|
|
1240
|
+
export class Callback implements ICallback {
|
|
1241
|
+
constructor(data?: ICallback);
|
|
1242
|
+
topic?: string;
|
|
1243
|
+
segment?: $requests.wix.api.Segment.Segment;
|
|
1244
|
+
payload?: string;
|
|
1245
|
+
permission?: string;
|
|
1246
|
+
eventType?: $requests.wix.api.Callback.EventType;
|
|
1247
|
+
exposure?: $requests.wix.api.Exposure;
|
|
1248
|
+
maturity?: $requests.wix.api.Maturity;
|
|
1249
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1250
|
+
}
|
|
1251
|
+
export namespace Callback {
|
|
1252
|
+
export enum EventType {
|
|
1253
|
+
UNKNOWN = "UNKNOWN",
|
|
1254
|
+
CREATED = "CREATED",
|
|
1255
|
+
UPDATED = "UPDATED",
|
|
1256
|
+
DELETED = "DELETED",
|
|
1257
|
+
ACTION = "ACTION",
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
export interface IDomainEvent {
|
|
1261
|
+
actionMessageFqn?: string;
|
|
1262
|
+
webhookPermissionOverride?: string;
|
|
1263
|
+
eventType?: $requests.wix.api.DomainEvent.EventType;
|
|
1264
|
+
exposure?: $requests.wix.api.Exposure;
|
|
1265
|
+
maturity?: $requests.wix.api.Maturity;
|
|
1266
|
+
}
|
|
1267
|
+
export class DomainEvent implements IDomainEvent {
|
|
1268
|
+
constructor(data?: IDomainEvent);
|
|
1269
|
+
actionMessageFqn?: string;
|
|
1270
|
+
webhookPermissionOverride?: string;
|
|
1271
|
+
eventType?: $requests.wix.api.DomainEvent.EventType;
|
|
1272
|
+
exposure?: $requests.wix.api.Exposure;
|
|
1273
|
+
maturity?: $requests.wix.api.Maturity;
|
|
1274
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1275
|
+
}
|
|
1276
|
+
export namespace DomainEvent {
|
|
1277
|
+
export enum EventType {
|
|
1278
|
+
UNKNOWN = "UNKNOWN",
|
|
1279
|
+
CREATED = "CREATED",
|
|
1280
|
+
UPDATED = "UPDATED",
|
|
1281
|
+
DELETED = "DELETED",
|
|
1282
|
+
ACTION = "ACTION",
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
export interface IEmits {
|
|
1286
|
+
eventType?: $requests.wix.api.DomainEvent.EventType;
|
|
1287
|
+
actionMessageFqn?: string;
|
|
1288
|
+
}
|
|
1289
|
+
export class Emits implements IEmits {
|
|
1290
|
+
constructor(data?: IEmits);
|
|
1291
|
+
eventType?: $requests.wix.api.DomainEvent.EventType;
|
|
1292
|
+
actionMessageFqn?: string;
|
|
1293
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1294
|
+
}
|
|
1295
|
+
export interface ICallbackDeprecation {
|
|
1296
|
+
replacedBy?: string;
|
|
1297
|
+
targetRemovalDate?: string;
|
|
1298
|
+
eventType?: $requests.wix.api.Callback.EventType;
|
|
1299
|
+
customSlug?: string;
|
|
1300
|
+
payload?: string;
|
|
1301
|
+
}
|
|
1302
|
+
export class CallbackDeprecation implements ICallbackDeprecation {
|
|
1303
|
+
constructor(data?: ICallbackDeprecation);
|
|
1304
|
+
replacedBy?: string;
|
|
1305
|
+
targetRemovalDate?: string;
|
|
1306
|
+
eventType?: $requests.wix.api.Callback.EventType;
|
|
1307
|
+
customSlug?: string;
|
|
1308
|
+
payload?: string;
|
|
1309
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1310
|
+
}
|
|
1311
|
+
export interface ISegment {
|
|
1312
|
+
}
|
|
1313
|
+
export class Segment implements ISegment {
|
|
1314
|
+
constructor(data?: ISegment);
|
|
1315
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1316
|
+
}
|
|
1317
|
+
export namespace Segment {
|
|
1318
|
+
export enum Segment {
|
|
1319
|
+
UNSPECIFIED = "UNSPECIFIED",
|
|
1320
|
+
USERS = "USERS",
|
|
1321
|
+
PUBLIC = "PUBLIC",
|
|
1322
|
+
OTHERS = "OTHERS",
|
|
1323
|
+
}
|
|
1324
|
+
}
|
|
1325
|
+
export interface IActionPayload {
|
|
1326
|
+
customSlug?: string;
|
|
1327
|
+
}
|
|
1328
|
+
export class ActionPayload implements IActionPayload {
|
|
1329
|
+
constructor(data?: IActionPayload);
|
|
1330
|
+
customSlug?: string;
|
|
1331
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1332
|
+
}
|
|
1333
|
+
export interface IRequestContext {
|
|
1334
|
+
aspects?: { [k: string]: string };
|
|
1335
|
+
}
|
|
1336
|
+
export class RequestContext implements IRequestContext {
|
|
1337
|
+
constructor(data?: IRequestContext);
|
|
1338
|
+
aspects?: { [k: string]: string };
|
|
1339
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1340
|
+
}
|
|
1341
|
+
export interface IResponseContext {
|
|
1342
|
+
aspects?: $requests.wix.api.IResponseContextEntry[];
|
|
1343
|
+
}
|
|
1344
|
+
export class ResponseContext implements IResponseContext {
|
|
1345
|
+
constructor(data?: IResponseContext);
|
|
1346
|
+
aspects?: $requests.wix.api.IResponseContextEntry[];
|
|
1347
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1348
|
+
}
|
|
1349
|
+
export interface IResponseContextEntry {
|
|
1350
|
+
aspectEntry?: { [k: string]: string };
|
|
1351
|
+
}
|
|
1352
|
+
export class ResponseContextEntry implements IResponseContextEntry {
|
|
1353
|
+
constructor(data?: IResponseContextEntry);
|
|
1354
|
+
aspectEntry?: { [k: string]: string };
|
|
1355
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1356
|
+
}
|
|
1357
|
+
export interface IDetails {
|
|
1358
|
+
applicationError?: $requests.wix.api.IApplicationError;
|
|
1359
|
+
validationError?: $requests.wix.api.IValidationError;
|
|
1360
|
+
tracing?: { [k: string]: string };
|
|
1361
|
+
}
|
|
1362
|
+
export class Details implements IDetails {
|
|
1363
|
+
constructor(data?: IDetails);
|
|
1364
|
+
applicationError?: $requests.wix.api.IApplicationError;
|
|
1365
|
+
validationError?: $requests.wix.api.IValidationError;
|
|
1366
|
+
tracing?: { [k: string]: string };
|
|
1367
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1368
|
+
}
|
|
1369
|
+
export interface IApplicationError {
|
|
1370
|
+
code?: string;
|
|
1371
|
+
description?: string;
|
|
1372
|
+
data?: { [key: string]: any };
|
|
1373
|
+
}
|
|
1374
|
+
export class ApplicationError implements IApplicationError {
|
|
1375
|
+
constructor(data?: IApplicationError);
|
|
1376
|
+
code?: string;
|
|
1377
|
+
description?: string;
|
|
1378
|
+
data?: { [key: string]: any };
|
|
1379
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1380
|
+
}
|
|
1381
|
+
/**
|
|
1382
|
+
* example result:
|
|
1383
|
+
* {
|
|
1384
|
+
* "fieldViolations": [
|
|
1385
|
+
* {
|
|
1386
|
+
* "field": "fieldA",
|
|
1387
|
+
* "description": "invalid music note. supported notes: [do,re,mi,fa,sol,la,ti]",
|
|
1388
|
+
* "violatedRule": "OTHER",
|
|
1389
|
+
* "ruleName": "INVALID_NOTE",
|
|
1390
|
+
* "data": {
|
|
1391
|
+
* "value": "FI"
|
|
1392
|
+
* }
|
|
1393
|
+
* },
|
|
1394
|
+
* {
|
|
1395
|
+
* "field": "fieldB",
|
|
1396
|
+
* "description": "field value out of range. supported range: [0-20]",
|
|
1397
|
+
* "violatedRule": "MAX",
|
|
1398
|
+
* "data": {
|
|
1399
|
+
* "threshold": 20
|
|
1400
|
+
* }
|
|
1401
|
+
* },
|
|
1402
|
+
* {
|
|
1403
|
+
* "field": "fieldC",
|
|
1404
|
+
* "description": "invalid phone number. provide a valid phone number of size: [7-12], supported characters: [0-9, +, -, (, )]",
|
|
1405
|
+
* "violatedRule": "FORMAT",
|
|
1406
|
+
* "data": {
|
|
1407
|
+
* "type": "PHONE"
|
|
1408
|
+
* }
|
|
1409
|
+
* }
|
|
1410
|
+
* ]
|
|
1411
|
+
* }
|
|
1412
|
+
*/
|
|
1413
|
+
export interface IValidationError {
|
|
1414
|
+
fieldViolations?: $requests.wix.api.ValidationError.IFieldViolation[];
|
|
1415
|
+
}
|
|
1416
|
+
export class ValidationError implements IValidationError {
|
|
1417
|
+
constructor(data?: IValidationError);
|
|
1418
|
+
fieldViolations?: $requests.wix.api.ValidationError.IFieldViolation[];
|
|
1419
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1420
|
+
}
|
|
1421
|
+
export namespace ValidationError {
|
|
1422
|
+
export enum RuleType {
|
|
1423
|
+
VALIDATION = "VALIDATION",
|
|
1424
|
+
OTHER = "OTHER",
|
|
1425
|
+
MAX = "MAX",
|
|
1426
|
+
MIN = "MIN",
|
|
1427
|
+
MAX_LENGTH = "MAX_LENGTH",
|
|
1428
|
+
MIN_LENGTH = "MIN_LENGTH",
|
|
1429
|
+
MAX_SIZE = "MAX_SIZE",
|
|
1430
|
+
MIN_SIZE = "MIN_SIZE",
|
|
1431
|
+
FORMAT = "FORMAT",
|
|
1432
|
+
DECIMAL_LTE = "DECIMAL_LTE",
|
|
1433
|
+
DECIMAL_GTE = "DECIMAL_GTE",
|
|
1434
|
+
DECIMAL_LT = "DECIMAL_LT",
|
|
1435
|
+
DECIMAL_GT = "DECIMAL_GT",
|
|
1436
|
+
DECIMAL_MAX_SCALE = "DECIMAL_MAX_SCALE",
|
|
1437
|
+
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
1438
|
+
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
1439
|
+
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
1440
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
1441
|
+
}
|
|
1442
|
+
export interface IFieldViolation {
|
|
1443
|
+
field?: string;
|
|
1444
|
+
description?: string;
|
|
1445
|
+
violatedRule?: $requests.wix.api.ValidationError.RuleType;
|
|
1446
|
+
ruleName?: string;
|
|
1447
|
+
data?: { [key: string]: any };
|
|
1448
|
+
}
|
|
1449
|
+
export class FieldViolation implements IFieldViolation {
|
|
1450
|
+
constructor(data?: IFieldViolation);
|
|
1451
|
+
field?: string;
|
|
1452
|
+
description?: string;
|
|
1453
|
+
violatedRule?: $requests.wix.api.ValidationError.RuleType;
|
|
1454
|
+
ruleName?: string;
|
|
1455
|
+
data?: { [key: string]: any };
|
|
1456
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
export interface ILimitRuleInt32DataPayload {
|
|
1460
|
+
threshold?: number;
|
|
1461
|
+
}
|
|
1462
|
+
export class LimitRuleInt32DataPayload implements ILimitRuleInt32DataPayload {
|
|
1463
|
+
constructor(data?: ILimitRuleInt32DataPayload);
|
|
1464
|
+
threshold?: number;
|
|
1465
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1466
|
+
}
|
|
1467
|
+
export interface ILimitRuleDoubleDataPayload {
|
|
1468
|
+
threshold?: number;
|
|
1469
|
+
}
|
|
1470
|
+
export class LimitRuleDoubleDataPayload implements ILimitRuleDoubleDataPayload {
|
|
1471
|
+
constructor(data?: ILimitRuleDoubleDataPayload);
|
|
1472
|
+
threshold?: number;
|
|
1473
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1474
|
+
}
|
|
1475
|
+
export interface ILimitRuleStringDataPayload {
|
|
1476
|
+
threshold?: string;
|
|
1477
|
+
}
|
|
1478
|
+
export class LimitRuleStringDataPayload implements ILimitRuleStringDataPayload {
|
|
1479
|
+
constructor(data?: ILimitRuleStringDataPayload);
|
|
1480
|
+
threshold?: string;
|
|
1481
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1482
|
+
}
|
|
1483
|
+
export interface IFormatRuleDataPayload {
|
|
1484
|
+
type?: string;
|
|
1485
|
+
}
|
|
1486
|
+
export class FormatRuleDataPayload implements IFormatRuleDataPayload {
|
|
1487
|
+
constructor(data?: IFormatRuleDataPayload);
|
|
1488
|
+
type?: string;
|
|
1489
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1490
|
+
}
|
|
1491
|
+
export interface IEnumRuleDataPayload {
|
|
1492
|
+
supported?: string[];
|
|
1493
|
+
}
|
|
1494
|
+
export class EnumRuleDataPayload implements IEnumRuleDataPayload {
|
|
1495
|
+
constructor(data?: IEnumRuleDataPayload);
|
|
1496
|
+
supported?: string[];
|
|
1497
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1498
|
+
}
|
|
1499
|
+
export interface IPermissionRule {
|
|
1500
|
+
name?: string;
|
|
1501
|
+
type?: $requests.wix.api.PermissionType;
|
|
1502
|
+
}
|
|
1503
|
+
export class PermissionRule implements IPermissionRule {
|
|
1504
|
+
constructor(data?: IPermissionRule);
|
|
1505
|
+
name?: string;
|
|
1506
|
+
type?: $requests.wix.api.PermissionType;
|
|
1507
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1508
|
+
}
|
|
1509
|
+
export enum PermissionType {
|
|
1510
|
+
AUTO = "AUTO",
|
|
1511
|
+
MANUAL = "MANUAL",
|
|
1512
|
+
}
|
|
1513
|
+
export interface ISla {
|
|
1514
|
+
responseTimeMs?: number;
|
|
1515
|
+
}
|
|
1516
|
+
export class Sla implements ISla {
|
|
1517
|
+
constructor(data?: ISla);
|
|
1518
|
+
responseTimeMs?: number;
|
|
1519
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1520
|
+
}
|
|
1521
|
+
export interface ISubscription {
|
|
1522
|
+
topic?: string;
|
|
1523
|
+
segment?: $requests.wix.api.Segment.Segment;
|
|
1524
|
+
batch?: boolean;
|
|
1525
|
+
entity?: string;
|
|
1526
|
+
}
|
|
1527
|
+
export class Subscription implements ISubscription {
|
|
1528
|
+
constructor(data?: ISubscription);
|
|
1529
|
+
topic?: string;
|
|
1530
|
+
segment?: $requests.wix.api.Segment.Segment;
|
|
1531
|
+
batch?: boolean;
|
|
1532
|
+
entity?: string;
|
|
1533
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1534
|
+
}
|
|
1535
|
+
}
|
|
1536
|
+
export namespace http {
|
|
1537
|
+
export interface IInferFieldmask {
|
|
1538
|
+
from?: string;
|
|
1539
|
+
fieldmask?: string;
|
|
1540
|
+
}
|
|
1541
|
+
export class InferFieldmask implements IInferFieldmask {
|
|
1542
|
+
constructor(data?: IInferFieldmask);
|
|
1543
|
+
from?: string;
|
|
1544
|
+
fieldmask?: string;
|
|
1545
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
export namespace sdk {
|
|
1549
|
+
export interface ISignature {
|
|
1550
|
+
params?: string[];
|
|
1551
|
+
}
|
|
1552
|
+
export class Signature implements ISignature {
|
|
1553
|
+
constructor(data?: ISignature);
|
|
1554
|
+
params?: string[];
|
|
1555
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1556
|
+
}
|
|
1557
|
+
}
|
|
1558
|
+
export namespace spi {
|
|
1559
|
+
export interface IService {
|
|
1560
|
+
spiIdentifier?: string;
|
|
1561
|
+
configMessage?: string;
|
|
1562
|
+
hostService?: string;
|
|
1563
|
+
businessManagerUrl?: string;
|
|
1564
|
+
fqdn?: string;
|
|
1565
|
+
appDefId?: string;
|
|
1566
|
+
}
|
|
1567
|
+
export class Service implements IService {
|
|
1568
|
+
constructor(data?: IService);
|
|
1569
|
+
spiIdentifier?: string;
|
|
1570
|
+
configMessage?: string;
|
|
1571
|
+
hostService?: string;
|
|
1572
|
+
businessManagerUrl?: string;
|
|
1573
|
+
fqdn?: string;
|
|
1574
|
+
appDefId?: string;
|
|
1575
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1576
|
+
}
|
|
1577
|
+
export interface IError {
|
|
1578
|
+
name?: string;
|
|
1579
|
+
httpCode?: $requests.wix.spi.HttpStatusCode;
|
|
1580
|
+
applicationCode?: string;
|
|
1581
|
+
data?: string;
|
|
1582
|
+
}
|
|
1583
|
+
export class Error implements IError {
|
|
1584
|
+
constructor(data?: IError);
|
|
1585
|
+
name?: string;
|
|
1586
|
+
httpCode?: $requests.wix.spi.HttpStatusCode;
|
|
1587
|
+
applicationCode?: string;
|
|
1588
|
+
data?: string;
|
|
1589
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1590
|
+
}
|
|
1591
|
+
export interface IEvent {
|
|
1592
|
+
methodName?: string;
|
|
1593
|
+
}
|
|
1594
|
+
export class Event implements IEvent {
|
|
1595
|
+
constructor(data?: IEvent);
|
|
1596
|
+
methodName?: string;
|
|
1597
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1598
|
+
}
|
|
1599
|
+
export enum HttpStatusCode {
|
|
1600
|
+
UNKNOWN_ERROR = "UNKNOWN_ERROR",
|
|
1601
|
+
UNAUTHENTICATED = "UNAUTHENTICATED",
|
|
1602
|
+
INVALID_ARGUMENT = "INVALID_ARGUMENT",
|
|
1603
|
+
INTERNAL = "INTERNAL",
|
|
1604
|
+
RESOURCE_EXHAUSTED = "RESOURCE_EXHAUSTED",
|
|
1605
|
+
CANCELED = "CANCELED",
|
|
1606
|
+
NOT_FOUND = "NOT_FOUND",
|
|
1607
|
+
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
1608
|
+
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
export namespace google {
|
|
1613
|
+
export namespace protobuf {
|
|
1614
|
+
export interface IFileDescriptorSet {
|
|
1615
|
+
file?: $requests.google.protobuf.IFileDescriptorProto[];
|
|
1616
|
+
}
|
|
1617
|
+
export class FileDescriptorSet implements IFileDescriptorSet {
|
|
1618
|
+
constructor(data?: IFileDescriptorSet);
|
|
1619
|
+
file?: $requests.google.protobuf.IFileDescriptorProto[];
|
|
1620
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1621
|
+
}
|
|
1622
|
+
export interface IFileDescriptorProto {
|
|
1623
|
+
name?: string;
|
|
1624
|
+
package?: string;
|
|
1625
|
+
dependency?: string[];
|
|
1626
|
+
publicDependency?: number[];
|
|
1627
|
+
weakDependency?: number[];
|
|
1628
|
+
messageType?: $requests.google.protobuf.IDescriptorProto[];
|
|
1629
|
+
enumType?: $requests.google.protobuf.IEnumDescriptorProto[];
|
|
1630
|
+
service?: $requests.google.protobuf.IServiceDescriptorProto[];
|
|
1631
|
+
extension?: $requests.google.protobuf.IFieldDescriptorProto[];
|
|
1632
|
+
options?: $requests.google.protobuf.IFileOptions;
|
|
1633
|
+
sourceCodeInfo?: $requests.google.protobuf.ISourceCodeInfo;
|
|
1634
|
+
syntax?: string;
|
|
1635
|
+
}
|
|
1636
|
+
export class FileDescriptorProto implements IFileDescriptorProto {
|
|
1637
|
+
constructor(data?: IFileDescriptorProto);
|
|
1638
|
+
name?: string;
|
|
1639
|
+
package?: string;
|
|
1640
|
+
dependency?: string[];
|
|
1641
|
+
publicDependency?: number[];
|
|
1642
|
+
weakDependency?: number[];
|
|
1643
|
+
messageType?: $requests.google.protobuf.IDescriptorProto[];
|
|
1644
|
+
enumType?: $requests.google.protobuf.IEnumDescriptorProto[];
|
|
1645
|
+
service?: $requests.google.protobuf.IServiceDescriptorProto[];
|
|
1646
|
+
extension?: $requests.google.protobuf.IFieldDescriptorProto[];
|
|
1647
|
+
options?: $requests.google.protobuf.IFileOptions;
|
|
1648
|
+
sourceCodeInfo?: $requests.google.protobuf.ISourceCodeInfo;
|
|
1649
|
+
syntax?: string;
|
|
1650
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1651
|
+
}
|
|
1652
|
+
export interface IDescriptorProto {
|
|
1653
|
+
name?: string;
|
|
1654
|
+
field?: $requests.google.protobuf.IFieldDescriptorProto[];
|
|
1655
|
+
extension?: $requests.google.protobuf.IFieldDescriptorProto[];
|
|
1656
|
+
nestedType?: $requests.google.protobuf.IDescriptorProto[];
|
|
1657
|
+
enumType?: $requests.google.protobuf.IEnumDescriptorProto[];
|
|
1658
|
+
extensionRange?: $requests.google.protobuf.DescriptorProto.IExtensionRange[];
|
|
1659
|
+
oneofDecl?: $requests.google.protobuf.IOneofDescriptorProto[];
|
|
1660
|
+
options?: $requests.google.protobuf.IMessageOptions;
|
|
1661
|
+
reservedRange?: $requests.google.protobuf.DescriptorProto.IReservedRange[];
|
|
1662
|
+
reservedName?: string[];
|
|
1663
|
+
}
|
|
1664
|
+
export class DescriptorProto implements IDescriptorProto {
|
|
1665
|
+
constructor(data?: IDescriptorProto);
|
|
1666
|
+
name?: string;
|
|
1667
|
+
field?: $requests.google.protobuf.IFieldDescriptorProto[];
|
|
1668
|
+
extension?: $requests.google.protobuf.IFieldDescriptorProto[];
|
|
1669
|
+
nestedType?: $requests.google.protobuf.IDescriptorProto[];
|
|
1670
|
+
enumType?: $requests.google.protobuf.IEnumDescriptorProto[];
|
|
1671
|
+
extensionRange?: $requests.google.protobuf.DescriptorProto.IExtensionRange[];
|
|
1672
|
+
oneofDecl?: $requests.google.protobuf.IOneofDescriptorProto[];
|
|
1673
|
+
options?: $requests.google.protobuf.IMessageOptions;
|
|
1674
|
+
reservedRange?: $requests.google.protobuf.DescriptorProto.IReservedRange[];
|
|
1675
|
+
reservedName?: string[];
|
|
1676
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1677
|
+
}
|
|
1678
|
+
export namespace DescriptorProto {
|
|
1679
|
+
export interface IExtensionRange {
|
|
1680
|
+
start?: number;
|
|
1681
|
+
end?: number;
|
|
1682
|
+
options?: $requests.google.protobuf.IExtensionRangeOptions;
|
|
1683
|
+
}
|
|
1684
|
+
export class ExtensionRange implements IExtensionRange {
|
|
1685
|
+
constructor(data?: IExtensionRange);
|
|
1686
|
+
start?: number;
|
|
1687
|
+
end?: number;
|
|
1688
|
+
options?: $requests.google.protobuf.IExtensionRangeOptions;
|
|
1689
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1690
|
+
}
|
|
1691
|
+
export interface IReservedRange {
|
|
1692
|
+
start?: number;
|
|
1693
|
+
end?: number;
|
|
1694
|
+
}
|
|
1695
|
+
export class ReservedRange implements IReservedRange {
|
|
1696
|
+
constructor(data?: IReservedRange);
|
|
1697
|
+
start?: number;
|
|
1698
|
+
end?: number;
|
|
1699
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
export interface IExtensionRangeOptions {
|
|
1703
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
1704
|
+
}
|
|
1705
|
+
export class ExtensionRangeOptions implements IExtensionRangeOptions {
|
|
1706
|
+
constructor(data?: IExtensionRangeOptions);
|
|
1707
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
1708
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1709
|
+
}
|
|
1710
|
+
export interface IFieldDescriptorProto {
|
|
1711
|
+
name?: string;
|
|
1712
|
+
number?: number;
|
|
1713
|
+
label?: $requests.google.protobuf.FieldDescriptorProto.Label;
|
|
1714
|
+
type?: $requests.google.protobuf.FieldDescriptorProto.Type;
|
|
1715
|
+
typeName?: string;
|
|
1716
|
+
extendee?: string;
|
|
1717
|
+
defaultValue?: string;
|
|
1718
|
+
oneofIndex?: number;
|
|
1719
|
+
jsonName?: string;
|
|
1720
|
+
options?: $requests.google.protobuf.IFieldOptions;
|
|
1721
|
+
proto3Optional?: boolean;
|
|
1722
|
+
}
|
|
1723
|
+
export class FieldDescriptorProto implements IFieldDescriptorProto {
|
|
1724
|
+
constructor(data?: IFieldDescriptorProto);
|
|
1725
|
+
name?: string;
|
|
1726
|
+
number?: number;
|
|
1727
|
+
label?: $requests.google.protobuf.FieldDescriptorProto.Label;
|
|
1728
|
+
type?: $requests.google.protobuf.FieldDescriptorProto.Type;
|
|
1729
|
+
typeName?: string;
|
|
1730
|
+
extendee?: string;
|
|
1731
|
+
defaultValue?: string;
|
|
1732
|
+
oneofIndex?: number;
|
|
1733
|
+
jsonName?: string;
|
|
1734
|
+
options?: $requests.google.protobuf.IFieldOptions;
|
|
1735
|
+
proto3Optional?: boolean;
|
|
1736
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1737
|
+
}
|
|
1738
|
+
export namespace FieldDescriptorProto {
|
|
1739
|
+
export enum Type {
|
|
1740
|
+
TYPE_DOUBLE = "TYPE_DOUBLE",
|
|
1741
|
+
TYPE_FLOAT = "TYPE_FLOAT",
|
|
1742
|
+
TYPE_INT64 = "TYPE_INT64",
|
|
1743
|
+
TYPE_UINT64 = "TYPE_UINT64",
|
|
1744
|
+
TYPE_INT32 = "TYPE_INT32",
|
|
1745
|
+
TYPE_FIXED64 = "TYPE_FIXED64",
|
|
1746
|
+
TYPE_FIXED32 = "TYPE_FIXED32",
|
|
1747
|
+
TYPE_BOOL = "TYPE_BOOL",
|
|
1748
|
+
TYPE_STRING = "TYPE_STRING",
|
|
1749
|
+
TYPE_GROUP = "TYPE_GROUP",
|
|
1750
|
+
TYPE_MESSAGE = "TYPE_MESSAGE",
|
|
1751
|
+
TYPE_BYTES = "TYPE_BYTES",
|
|
1752
|
+
TYPE_UINT32 = "TYPE_UINT32",
|
|
1753
|
+
TYPE_ENUM = "TYPE_ENUM",
|
|
1754
|
+
TYPE_SFIXED32 = "TYPE_SFIXED32",
|
|
1755
|
+
TYPE_SFIXED64 = "TYPE_SFIXED64",
|
|
1756
|
+
TYPE_SINT32 = "TYPE_SINT32",
|
|
1757
|
+
TYPE_SINT64 = "TYPE_SINT64",
|
|
1758
|
+
}
|
|
1759
|
+
export enum Label {
|
|
1760
|
+
LABEL_OPTIONAL = "LABEL_OPTIONAL",
|
|
1761
|
+
LABEL_REQUIRED = "LABEL_REQUIRED",
|
|
1762
|
+
LABEL_REPEATED = "LABEL_REPEATED",
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
export interface IOneofDescriptorProto {
|
|
1766
|
+
name?: string;
|
|
1767
|
+
options?: $requests.google.protobuf.IOneofOptions;
|
|
1768
|
+
}
|
|
1769
|
+
export class OneofDescriptorProto implements IOneofDescriptorProto {
|
|
1770
|
+
constructor(data?: IOneofDescriptorProto);
|
|
1771
|
+
name?: string;
|
|
1772
|
+
options?: $requests.google.protobuf.IOneofOptions;
|
|
1773
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1774
|
+
}
|
|
1775
|
+
export interface IEnumDescriptorProto {
|
|
1776
|
+
name?: string;
|
|
1777
|
+
value?: $requests.google.protobuf.IEnumValueDescriptorProto[];
|
|
1778
|
+
options?: $requests.google.protobuf.IEnumOptions;
|
|
1779
|
+
reservedRange?: $requests.google.protobuf.EnumDescriptorProto.IEnumReservedRange[];
|
|
1780
|
+
reservedName?: string[];
|
|
1781
|
+
}
|
|
1782
|
+
export class EnumDescriptorProto implements IEnumDescriptorProto {
|
|
1783
|
+
constructor(data?: IEnumDescriptorProto);
|
|
1784
|
+
name?: string;
|
|
1785
|
+
value?: $requests.google.protobuf.IEnumValueDescriptorProto[];
|
|
1786
|
+
options?: $requests.google.protobuf.IEnumOptions;
|
|
1787
|
+
reservedRange?: $requests.google.protobuf.EnumDescriptorProto.IEnumReservedRange[];
|
|
1788
|
+
reservedName?: string[];
|
|
1789
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1790
|
+
}
|
|
1791
|
+
export namespace EnumDescriptorProto {
|
|
1792
|
+
export interface IEnumReservedRange {
|
|
1793
|
+
start?: number;
|
|
1794
|
+
end?: number;
|
|
1795
|
+
}
|
|
1796
|
+
export class EnumReservedRange implements IEnumReservedRange {
|
|
1797
|
+
constructor(data?: IEnumReservedRange);
|
|
1798
|
+
start?: number;
|
|
1799
|
+
end?: number;
|
|
1800
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
export interface IEnumValueDescriptorProto {
|
|
1804
|
+
name?: string;
|
|
1805
|
+
number?: number;
|
|
1806
|
+
options?: $requests.google.protobuf.IEnumValueOptions;
|
|
1807
|
+
}
|
|
1808
|
+
export class EnumValueDescriptorProto implements IEnumValueDescriptorProto {
|
|
1809
|
+
constructor(data?: IEnumValueDescriptorProto);
|
|
1810
|
+
name?: string;
|
|
1811
|
+
number?: number;
|
|
1812
|
+
options?: $requests.google.protobuf.IEnumValueOptions;
|
|
1813
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1814
|
+
}
|
|
1815
|
+
export interface IServiceDescriptorProto {
|
|
1816
|
+
name?: string;
|
|
1817
|
+
method?: $requests.google.protobuf.IMethodDescriptorProto[];
|
|
1818
|
+
options?: $requests.google.protobuf.IServiceOptions;
|
|
1819
|
+
}
|
|
1820
|
+
export class ServiceDescriptorProto implements IServiceDescriptorProto {
|
|
1821
|
+
constructor(data?: IServiceDescriptorProto);
|
|
1822
|
+
name?: string;
|
|
1823
|
+
method?: $requests.google.protobuf.IMethodDescriptorProto[];
|
|
1824
|
+
options?: $requests.google.protobuf.IServiceOptions;
|
|
1825
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1826
|
+
}
|
|
1827
|
+
export interface IMethodDescriptorProto {
|
|
1828
|
+
name?: string;
|
|
1829
|
+
inputType?: string;
|
|
1830
|
+
outputType?: string;
|
|
1831
|
+
options?: $requests.google.protobuf.IMethodOptions;
|
|
1832
|
+
clientStreaming?: boolean;
|
|
1833
|
+
serverStreaming?: boolean;
|
|
1834
|
+
}
|
|
1835
|
+
export class MethodDescriptorProto implements IMethodDescriptorProto {
|
|
1836
|
+
constructor(data?: IMethodDescriptorProto);
|
|
1837
|
+
name?: string;
|
|
1838
|
+
inputType?: string;
|
|
1839
|
+
outputType?: string;
|
|
1840
|
+
options?: $requests.google.protobuf.IMethodOptions;
|
|
1841
|
+
clientStreaming?: boolean;
|
|
1842
|
+
serverStreaming?: boolean;
|
|
1843
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1844
|
+
}
|
|
1845
|
+
export interface IFileOptions {
|
|
1846
|
+
javaPackage?: string;
|
|
1847
|
+
javaOuterClassname?: string;
|
|
1848
|
+
javaMultipleFiles?: boolean;
|
|
1849
|
+
javaGenerateEqualsAndHash?: boolean;
|
|
1850
|
+
javaStringCheckUtf8?: boolean;
|
|
1851
|
+
optimizeFor?: $requests.google.protobuf.FileOptions.OptimizeMode;
|
|
1852
|
+
goPackage?: string;
|
|
1853
|
+
ccGenericServices?: boolean;
|
|
1854
|
+
javaGenericServices?: boolean;
|
|
1855
|
+
pyGenericServices?: boolean;
|
|
1856
|
+
phpGenericServices?: boolean;
|
|
1857
|
+
deprecated?: boolean;
|
|
1858
|
+
ccEnableArenas?: boolean;
|
|
1859
|
+
objcClassPrefix?: string;
|
|
1860
|
+
csharpNamespace?: string;
|
|
1861
|
+
swiftPrefix?: string;
|
|
1862
|
+
phpClassPrefix?: string;
|
|
1863
|
+
phpNamespace?: string;
|
|
1864
|
+
phpMetadataNamespace?: string;
|
|
1865
|
+
rubyPackage?: string;
|
|
1866
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
1867
|
+
'.wix.graphql.namespace'?: string;
|
|
1868
|
+
}
|
|
1869
|
+
export class FileOptions implements IFileOptions {
|
|
1870
|
+
constructor(data?: IFileOptions);
|
|
1871
|
+
javaPackage?: string;
|
|
1872
|
+
javaOuterClassname?: string;
|
|
1873
|
+
javaMultipleFiles?: boolean;
|
|
1874
|
+
javaGenerateEqualsAndHash?: boolean;
|
|
1875
|
+
javaStringCheckUtf8?: boolean;
|
|
1876
|
+
optimizeFor?: $requests.google.protobuf.FileOptions.OptimizeMode;
|
|
1877
|
+
goPackage?: string;
|
|
1878
|
+
ccGenericServices?: boolean;
|
|
1879
|
+
javaGenericServices?: boolean;
|
|
1880
|
+
pyGenericServices?: boolean;
|
|
1881
|
+
phpGenericServices?: boolean;
|
|
1882
|
+
deprecated?: boolean;
|
|
1883
|
+
ccEnableArenas?: boolean;
|
|
1884
|
+
objcClassPrefix?: string;
|
|
1885
|
+
csharpNamespace?: string;
|
|
1886
|
+
swiftPrefix?: string;
|
|
1887
|
+
phpClassPrefix?: string;
|
|
1888
|
+
phpNamespace?: string;
|
|
1889
|
+
phpMetadataNamespace?: string;
|
|
1890
|
+
rubyPackage?: string;
|
|
1891
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
1892
|
+
'.wix.graphql.namespace'?: string;
|
|
1893
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1894
|
+
}
|
|
1895
|
+
export namespace FileOptions {
|
|
1896
|
+
export enum OptimizeMode {
|
|
1897
|
+
SPEED = "SPEED",
|
|
1898
|
+
CODE_SIZE = "CODE_SIZE",
|
|
1899
|
+
LITE_RUNTIME = "LITE_RUNTIME",
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
export interface IMessageOptions {
|
|
1903
|
+
messageSetWireFormat?: boolean;
|
|
1904
|
+
noStandardDescriptorAccessor?: boolean;
|
|
1905
|
+
deprecated?: boolean;
|
|
1906
|
+
mapEntry?: boolean;
|
|
1907
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
1908
|
+
'.wix.api.decompositeOf'?: string;
|
|
1909
|
+
'.wix.api.decompositionMinimumFields'?: $requests.wix.api.IFieldSet[];
|
|
1910
|
+
'.wix.api.unwrapArrayValue'?: boolean;
|
|
1911
|
+
'.wix.api.messageDeprecated'?: $requests.wix.api.IDeprecated;
|
|
1912
|
+
'.wix.api.unique'?: $requests.wix.api.IUnique[];
|
|
1913
|
+
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
1914
|
+
'.wix.api.actionPayload'?: $requests.wix.api.IActionPayload;
|
|
1915
|
+
}
|
|
1916
|
+
export class MessageOptions implements IMessageOptions {
|
|
1917
|
+
constructor(data?: IMessageOptions);
|
|
1918
|
+
messageSetWireFormat?: boolean;
|
|
1919
|
+
noStandardDescriptorAccessor?: boolean;
|
|
1920
|
+
deprecated?: boolean;
|
|
1921
|
+
mapEntry?: boolean;
|
|
1922
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
1923
|
+
'.wix.api.decompositeOf'?: string;
|
|
1924
|
+
'.wix.api.decompositionMinimumFields'?: $requests.wix.api.IFieldSet[];
|
|
1925
|
+
'.wix.api.unwrapArrayValue'?: boolean;
|
|
1926
|
+
'.wix.api.messageDeprecated'?: $requests.wix.api.IDeprecated;
|
|
1927
|
+
'.wix.api.unique'?: $requests.wix.api.IUnique[];
|
|
1928
|
+
'.wix.api.entity'?: $requests.wix.api.IEntity;
|
|
1929
|
+
'.wix.api.actionPayload'?: $requests.wix.api.IActionPayload;
|
|
1930
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1931
|
+
}
|
|
1932
|
+
export interface IFieldOptions {
|
|
1933
|
+
ctype?: $requests.google.protobuf.FieldOptions.CType;
|
|
1934
|
+
packed?: boolean;
|
|
1935
|
+
jstype?: $requests.google.protobuf.FieldOptions.JSType;
|
|
1936
|
+
lazy?: boolean;
|
|
1937
|
+
deprecated?: boolean;
|
|
1938
|
+
weak?: boolean;
|
|
1939
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
1940
|
+
'.wix.api.max'?: number;
|
|
1941
|
+
'.wix.api.min'?: number;
|
|
1942
|
+
'.wix.api.maxLength'?: number;
|
|
1943
|
+
'.wix.api.minLength'?: number;
|
|
1944
|
+
'.wix.api.maxSize'?: number;
|
|
1945
|
+
'.wix.api.minSize'?: number;
|
|
1946
|
+
'.wix.api.format'?: $requests.wix.api.Format;
|
|
1947
|
+
'.wix.api.readOnly'?: boolean;
|
|
1948
|
+
'.wix.api.immutable'?: boolean;
|
|
1949
|
+
'.wix.api.decimalValue'?: $requests.wix.api.IDecimalValueOptions;
|
|
1950
|
+
'.wix.api.customValidation'?: $requests.wix.api.ICustomValidationError;
|
|
1951
|
+
'.wix.api.fieldExposure'?: $requests.wix.api.Exposure;
|
|
1952
|
+
'.wix.api.fieldMaturity'?: $requests.wix.api.Maturity;
|
|
1953
|
+
'.wix.api.pii'?: boolean;
|
|
1954
|
+
'.wix.api.referencedEntity'?: string;
|
|
1955
|
+
'.wix.api.fieldDeprecated'?: $requests.wix.api.IDeprecated;
|
|
1956
|
+
'.wix.api.translatable'?: $requests.wix.api.ITranslatable;
|
|
1957
|
+
'.wix.api.sampleData'?: string;
|
|
1958
|
+
'.wix.api.conditional'?: $requests.wix.api.IConditional;
|
|
1959
|
+
'.wix.http.inferFieldmaskFrom'?: string;
|
|
1960
|
+
'.wix.spi.baseUri'?: boolean;
|
|
1961
|
+
}
|
|
1962
|
+
export class FieldOptions implements IFieldOptions {
|
|
1963
|
+
constructor(data?: IFieldOptions);
|
|
1964
|
+
ctype?: $requests.google.protobuf.FieldOptions.CType;
|
|
1965
|
+
packed?: boolean;
|
|
1966
|
+
jstype?: $requests.google.protobuf.FieldOptions.JSType;
|
|
1967
|
+
lazy?: boolean;
|
|
1968
|
+
deprecated?: boolean;
|
|
1969
|
+
weak?: boolean;
|
|
1970
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
1971
|
+
'.wix.api.max'?: number;
|
|
1972
|
+
'.wix.api.min'?: number;
|
|
1973
|
+
'.wix.api.maxLength'?: number;
|
|
1974
|
+
'.wix.api.minLength'?: number;
|
|
1975
|
+
'.wix.api.maxSize'?: number;
|
|
1976
|
+
'.wix.api.minSize'?: number;
|
|
1977
|
+
'.wix.api.format'?: $requests.wix.api.Format;
|
|
1978
|
+
'.wix.api.readOnly'?: boolean;
|
|
1979
|
+
'.wix.api.immutable'?: boolean;
|
|
1980
|
+
'.wix.api.decimalValue'?: $requests.wix.api.IDecimalValueOptions;
|
|
1981
|
+
'.wix.api.customValidation'?: $requests.wix.api.ICustomValidationError;
|
|
1982
|
+
'.wix.api.fieldExposure'?: $requests.wix.api.Exposure;
|
|
1983
|
+
'.wix.api.fieldMaturity'?: $requests.wix.api.Maturity;
|
|
1984
|
+
'.wix.api.pii'?: boolean;
|
|
1985
|
+
'.wix.api.referencedEntity'?: string;
|
|
1986
|
+
'.wix.api.fieldDeprecated'?: $requests.wix.api.IDeprecated;
|
|
1987
|
+
'.wix.api.translatable'?: $requests.wix.api.ITranslatable;
|
|
1988
|
+
'.wix.api.sampleData'?: string;
|
|
1989
|
+
'.wix.api.conditional'?: $requests.wix.api.IConditional;
|
|
1990
|
+
'.wix.http.inferFieldmaskFrom'?: string;
|
|
1991
|
+
'.wix.spi.baseUri'?: boolean;
|
|
1992
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1993
|
+
}
|
|
1994
|
+
export namespace FieldOptions {
|
|
1995
|
+
export enum CType {
|
|
1996
|
+
STRING = "STRING",
|
|
1997
|
+
CORD = "CORD",
|
|
1998
|
+
STRING_PIECE = "STRING_PIECE",
|
|
1999
|
+
}
|
|
2000
|
+
export enum JSType {
|
|
2001
|
+
JS_NORMAL = "JS_NORMAL",
|
|
2002
|
+
JS_STRING = "JS_STRING",
|
|
2003
|
+
JS_NUMBER = "JS_NUMBER",
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
export interface IOneofOptions {
|
|
2007
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2008
|
+
'.wix.api.alignedWithEnum'?: $requests.wix.api.IAlignedWithEnum;
|
|
2009
|
+
}
|
|
2010
|
+
export class OneofOptions implements IOneofOptions {
|
|
2011
|
+
constructor(data?: IOneofOptions);
|
|
2012
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2013
|
+
'.wix.api.alignedWithEnum'?: $requests.wix.api.IAlignedWithEnum;
|
|
2014
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2015
|
+
}
|
|
2016
|
+
export interface IEnumOptions {
|
|
2017
|
+
allowAlias?: boolean;
|
|
2018
|
+
deprecated?: boolean;
|
|
2019
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2020
|
+
}
|
|
2021
|
+
export class EnumOptions implements IEnumOptions {
|
|
2022
|
+
constructor(data?: IEnumOptions);
|
|
2023
|
+
allowAlias?: boolean;
|
|
2024
|
+
deprecated?: boolean;
|
|
2025
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2026
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2027
|
+
}
|
|
2028
|
+
export interface IEnumValueOptions {
|
|
2029
|
+
deprecated?: boolean;
|
|
2030
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2031
|
+
'.wix.api.enumMaturity'?: $requests.wix.api.Maturity;
|
|
2032
|
+
'.wix.api.enumExposure'?: $requests.wix.api.Exposure;
|
|
2033
|
+
}
|
|
2034
|
+
export class EnumValueOptions implements IEnumValueOptions {
|
|
2035
|
+
constructor(data?: IEnumValueOptions);
|
|
2036
|
+
deprecated?: boolean;
|
|
2037
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2038
|
+
'.wix.api.enumMaturity'?: $requests.wix.api.Maturity;
|
|
2039
|
+
'.wix.api.enumExposure'?: $requests.wix.api.Exposure;
|
|
2040
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2041
|
+
}
|
|
2042
|
+
export interface IServiceOptions {
|
|
2043
|
+
deprecated?: boolean;
|
|
2044
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2045
|
+
'.wix.api.serviceMaturity'?: $requests.wix.api.Maturity;
|
|
2046
|
+
'.wix.api.serviceExposure'?: $requests.wix.api.Exposure;
|
|
2047
|
+
'.wix.api.serviceDeprecated'?: $requests.wix.api.IDeprecated;
|
|
2048
|
+
'.wix.api.appendixFiles'?: $requests.wix.api.IServiceAppendix[];
|
|
2049
|
+
'.wix.api.serviceEntity'?: $requests.wix.api.IServiceEntity;
|
|
2050
|
+
'.wix.api.event'?: $requests.wix.api.ICallback[];
|
|
2051
|
+
'.wix.api.eventDeprecated'?: $requests.wix.api.ICallbackDeprecation[];
|
|
2052
|
+
'.wix.api.domainEvent'?: $requests.wix.api.IDomainEvent[];
|
|
2053
|
+
'.wix.spi.service'?: $requests.wix.spi.IService;
|
|
2054
|
+
'.wix.spi.event'?: $requests.wix.spi.IEvent[];
|
|
2055
|
+
}
|
|
2056
|
+
export class ServiceOptions implements IServiceOptions {
|
|
2057
|
+
constructor(data?: IServiceOptions);
|
|
2058
|
+
deprecated?: boolean;
|
|
2059
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2060
|
+
'.wix.api.serviceMaturity'?: $requests.wix.api.Maturity;
|
|
2061
|
+
'.wix.api.serviceExposure'?: $requests.wix.api.Exposure;
|
|
2062
|
+
'.wix.api.serviceDeprecated'?: $requests.wix.api.IDeprecated;
|
|
2063
|
+
'.wix.api.appendixFiles'?: $requests.wix.api.IServiceAppendix[];
|
|
2064
|
+
'.wix.api.serviceEntity'?: $requests.wix.api.IServiceEntity;
|
|
2065
|
+
'.wix.api.event'?: $requests.wix.api.ICallback[];
|
|
2066
|
+
'.wix.api.eventDeprecated'?: $requests.wix.api.ICallbackDeprecation[];
|
|
2067
|
+
'.wix.api.domainEvent'?: $requests.wix.api.IDomainEvent[];
|
|
2068
|
+
'.wix.spi.service'?: $requests.wix.spi.IService;
|
|
2069
|
+
'.wix.spi.event'?: $requests.wix.spi.IEvent[];
|
|
2070
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2071
|
+
}
|
|
2072
|
+
export interface IMethodOptions {
|
|
2073
|
+
deprecated?: boolean;
|
|
2074
|
+
idempotencyLevel?: $requests.google.protobuf.MethodOptions.IdempotencyLevel;
|
|
2075
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2076
|
+
'.wix.api.required'?: string[];
|
|
2077
|
+
'.wix.api.writable'?: string[];
|
|
2078
|
+
'.wix.api.error'?: $requests.wix.api.IError[];
|
|
2079
|
+
'.wix.api.customValidationError'?: $requests.wix.api.ICustomValidationError[];
|
|
2080
|
+
'.wix.api.inheritCrudErrors'?: $requests.wix.api.IInheritCrudErrors[];
|
|
2081
|
+
'.wix.api.exposure'?: $requests.wix.api.Exposure;
|
|
2082
|
+
'.wix.api.maturity'?: $requests.wix.api.Maturity;
|
|
2083
|
+
'.wix.api.cacheable'?: $requests.wix.api.ICacheSettings;
|
|
2084
|
+
'.wix.api.deprecated'?: $requests.wix.api.IDeprecated;
|
|
2085
|
+
'.wix.api.crud'?: $requests.wix.api.ICrud;
|
|
2086
|
+
'.wix.api.hookable'?: $requests.wix.api.IHookable;
|
|
2087
|
+
'.wix.api.acceptsLinguist'?: boolean;
|
|
2088
|
+
'.wix.api.callback'?: $requests.wix.api.ICallback[];
|
|
2089
|
+
'.wix.api.emits'?: $requests.wix.api.IEmits[];
|
|
2090
|
+
'.google.api.http'?: $requests.google.api.IHttpRule;
|
|
2091
|
+
'.wix.api.permission'?: $requests.wix.api.IPermissionRule;
|
|
2092
|
+
'.wix.api.additionalPermission'?: $requests.wix.api.IPermissionRule[];
|
|
2093
|
+
'.wix.api.sla'?: $requests.wix.api.ISla;
|
|
2094
|
+
'.wix.api.subscription'?: $requests.wix.api.ISubscription;
|
|
2095
|
+
'.wix.http.inferFieldmask'?: $requests.wix.http.IInferFieldmask;
|
|
2096
|
+
'.wix.sdk.signature'?: $requests.wix.sdk.ISignature[];
|
|
2097
|
+
'.wix.spi.error'?: $requests.wix.spi.IError[];
|
|
2098
|
+
'.wix.spi.featureToggle'?: string;
|
|
2099
|
+
}
|
|
2100
|
+
export class MethodOptions implements IMethodOptions {
|
|
2101
|
+
constructor(data?: IMethodOptions);
|
|
2102
|
+
deprecated?: boolean;
|
|
2103
|
+
idempotencyLevel?: $requests.google.protobuf.MethodOptions.IdempotencyLevel;
|
|
2104
|
+
uninterpretedOption?: $requests.google.protobuf.IUninterpretedOption[];
|
|
2105
|
+
'.wix.api.required'?: string[];
|
|
2106
|
+
'.wix.api.writable'?: string[];
|
|
2107
|
+
'.wix.api.error'?: $requests.wix.api.IError[];
|
|
2108
|
+
'.wix.api.customValidationError'?: $requests.wix.api.ICustomValidationError[];
|
|
2109
|
+
'.wix.api.inheritCrudErrors'?: $requests.wix.api.IInheritCrudErrors[];
|
|
2110
|
+
'.wix.api.exposure'?: $requests.wix.api.Exposure;
|
|
2111
|
+
'.wix.api.maturity'?: $requests.wix.api.Maturity;
|
|
2112
|
+
'.wix.api.cacheable'?: $requests.wix.api.ICacheSettings;
|
|
2113
|
+
'.wix.api.deprecated'?: $requests.wix.api.IDeprecated;
|
|
2114
|
+
'.wix.api.crud'?: $requests.wix.api.ICrud;
|
|
2115
|
+
'.wix.api.hookable'?: $requests.wix.api.IHookable;
|
|
2116
|
+
'.wix.api.acceptsLinguist'?: boolean;
|
|
2117
|
+
'.wix.api.callback'?: $requests.wix.api.ICallback[];
|
|
2118
|
+
'.wix.api.emits'?: $requests.wix.api.IEmits[];
|
|
2119
|
+
'.google.api.http'?: $requests.google.api.IHttpRule;
|
|
2120
|
+
'.wix.api.permission'?: $requests.wix.api.IPermissionRule;
|
|
2121
|
+
'.wix.api.additionalPermission'?: $requests.wix.api.IPermissionRule[];
|
|
2122
|
+
'.wix.api.sla'?: $requests.wix.api.ISla;
|
|
2123
|
+
'.wix.api.subscription'?: $requests.wix.api.ISubscription;
|
|
2124
|
+
'.wix.http.inferFieldmask'?: $requests.wix.http.IInferFieldmask;
|
|
2125
|
+
'.wix.sdk.signature'?: $requests.wix.sdk.ISignature[];
|
|
2126
|
+
'.wix.spi.error'?: $requests.wix.spi.IError[];
|
|
2127
|
+
'.wix.spi.featureToggle'?: string;
|
|
2128
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2129
|
+
}
|
|
2130
|
+
export namespace MethodOptions {
|
|
2131
|
+
export enum IdempotencyLevel {
|
|
2132
|
+
IDEMPOTENCY_UNKNOWN = "IDEMPOTENCY_UNKNOWN",
|
|
2133
|
+
NO_SIDE_EFFECTS = "NO_SIDE_EFFECTS",
|
|
2134
|
+
IDEMPOTENT = "IDEMPOTENT",
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
export interface IUninterpretedOption {
|
|
2138
|
+
name?: $requests.google.protobuf.UninterpretedOption.INamePart[];
|
|
2139
|
+
identifierValue?: string;
|
|
2140
|
+
positiveIntValue?: (number | string);
|
|
2141
|
+
negativeIntValue?: (number | string);
|
|
2142
|
+
doubleValue?: number;
|
|
2143
|
+
stringValue?: Uint8Array;
|
|
2144
|
+
aggregateValue?: string;
|
|
2145
|
+
}
|
|
2146
|
+
export class UninterpretedOption implements IUninterpretedOption {
|
|
2147
|
+
constructor(data?: IUninterpretedOption);
|
|
2148
|
+
name?: $requests.google.protobuf.UninterpretedOption.INamePart[];
|
|
2149
|
+
identifierValue?: string;
|
|
2150
|
+
positiveIntValue?: (number | string);
|
|
2151
|
+
negativeIntValue?: (number | string);
|
|
2152
|
+
doubleValue?: number;
|
|
2153
|
+
stringValue?: Uint8Array;
|
|
2154
|
+
aggregateValue?: string;
|
|
2155
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2156
|
+
}
|
|
2157
|
+
export namespace UninterpretedOption {
|
|
2158
|
+
export interface INamePart {
|
|
2159
|
+
namePart?: string;
|
|
2160
|
+
isExtension?: boolean;
|
|
2161
|
+
}
|
|
2162
|
+
export class NamePart implements INamePart {
|
|
2163
|
+
constructor(data?: INamePart);
|
|
2164
|
+
namePart?: string;
|
|
2165
|
+
isExtension?: boolean;
|
|
2166
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
export interface ISourceCodeInfo {
|
|
2170
|
+
location?: $requests.google.protobuf.SourceCodeInfo.ILocation[];
|
|
2171
|
+
}
|
|
2172
|
+
export class SourceCodeInfo implements ISourceCodeInfo {
|
|
2173
|
+
constructor(data?: ISourceCodeInfo);
|
|
2174
|
+
location?: $requests.google.protobuf.SourceCodeInfo.ILocation[];
|
|
2175
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2176
|
+
}
|
|
2177
|
+
export namespace SourceCodeInfo {
|
|
2178
|
+
export interface ILocation {
|
|
2179
|
+
path?: number[];
|
|
2180
|
+
span?: number[];
|
|
2181
|
+
leadingComments?: string;
|
|
2182
|
+
trailingComments?: string;
|
|
2183
|
+
leadingDetachedComments?: string[];
|
|
2184
|
+
}
|
|
2185
|
+
export class Location implements ILocation {
|
|
2186
|
+
constructor(data?: ILocation);
|
|
2187
|
+
path?: number[];
|
|
2188
|
+
span?: number[];
|
|
2189
|
+
leadingComments?: string;
|
|
2190
|
+
trailingComments?: string;
|
|
2191
|
+
leadingDetachedComments?: string[];
|
|
2192
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2193
|
+
}
|
|
2194
|
+
}
|
|
2195
|
+
export interface IGeneratedCodeInfo {
|
|
2196
|
+
annotation?: $requests.google.protobuf.GeneratedCodeInfo.IAnnotation[];
|
|
2197
|
+
}
|
|
2198
|
+
export class GeneratedCodeInfo implements IGeneratedCodeInfo {
|
|
2199
|
+
constructor(data?: IGeneratedCodeInfo);
|
|
2200
|
+
annotation?: $requests.google.protobuf.GeneratedCodeInfo.IAnnotation[];
|
|
2201
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2202
|
+
}
|
|
2203
|
+
export namespace GeneratedCodeInfo {
|
|
2204
|
+
export interface IAnnotation {
|
|
2205
|
+
path?: number[];
|
|
2206
|
+
sourceFile?: string;
|
|
2207
|
+
begin?: number;
|
|
2208
|
+
end?: number;
|
|
2209
|
+
}
|
|
2210
|
+
export class Annotation implements IAnnotation {
|
|
2211
|
+
constructor(data?: IAnnotation);
|
|
2212
|
+
path?: number[];
|
|
2213
|
+
sourceFile?: string;
|
|
2214
|
+
begin?: number;
|
|
2215
|
+
end?: number;
|
|
2216
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2217
|
+
}
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
export namespace api {
|
|
2221
|
+
export interface IHttp {
|
|
2222
|
+
rules?: $requests.google.api.IHttpRule[];
|
|
2223
|
+
}
|
|
2224
|
+
export class Http implements IHttp {
|
|
2225
|
+
constructor(data?: IHttp);
|
|
2226
|
+
rules?: $requests.google.api.IHttpRule[];
|
|
2227
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2228
|
+
}
|
|
2229
|
+
export interface IHttpRule {
|
|
2230
|
+
selector?: string;
|
|
2231
|
+
get?: string;
|
|
2232
|
+
put?: string;
|
|
2233
|
+
post?: string;
|
|
2234
|
+
delete?: string;
|
|
2235
|
+
patch?: string;
|
|
2236
|
+
custom?: $requests.google.api.ICustomHttpPattern;
|
|
2237
|
+
body?: string;
|
|
2238
|
+
additionalBindings?: $requests.google.api.IHttpRule[];
|
|
2239
|
+
}
|
|
2240
|
+
export class HttpRule implements IHttpRule {
|
|
2241
|
+
constructor(data?: IHttpRule);
|
|
2242
|
+
selector?: string;
|
|
2243
|
+
get?: string;
|
|
2244
|
+
put?: string;
|
|
2245
|
+
post?: string;
|
|
2246
|
+
delete?: string;
|
|
2247
|
+
patch?: string;
|
|
2248
|
+
custom?: $requests.google.api.ICustomHttpPattern;
|
|
2249
|
+
body?: string;
|
|
2250
|
+
additionalBindings?: $requests.google.api.IHttpRule[];
|
|
2251
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2252
|
+
}
|
|
2253
|
+
export interface ICustomHttpPattern {
|
|
2254
|
+
kind?: string;
|
|
2255
|
+
path?: string;
|
|
2256
|
+
}
|
|
2257
|
+
export class CustomHttpPattern implements ICustomHttpPattern {
|
|
2258
|
+
constructor(data?: ICustomHttpPattern);
|
|
2259
|
+
kind?: string;
|
|
2260
|
+
path?: string;
|
|
2261
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
export {$requests as requests};
|
|
2267
|
+
|
|
2268
|
+
declare namespace $responses {
|
|
2269
|
+
export namespace com {
|
|
2270
|
+
export namespace wix {
|
|
2271
|
+
export namespace fed {
|
|
2272
|
+
export namespace settings {
|
|
2273
|
+
export enum Scope {
|
|
2274
|
+
APP = "APP",
|
|
2275
|
+
COMPONENT = "COMPONENT",
|
|
2276
|
+
}
|
|
2277
|
+
export enum State {
|
|
2278
|
+
NR = "NR",
|
|
2279
|
+
SAVED = "SAVED",
|
|
2280
|
+
PUBLISHED = "PUBLISHED",
|
|
2281
|
+
}
|
|
2282
|
+
export enum Host {
|
|
2283
|
+
NA = "NA",
|
|
2284
|
+
VIEWER = "VIEWER",
|
|
2285
|
+
BUSINESS_MANAGER = "BUSINESS_MANAGER",
|
|
2286
|
+
ONE_APP = "ONE_APP",
|
|
2287
|
+
}
|
|
2288
|
+
export interface ILanguageKey {
|
|
2289
|
+
languageCode: string;
|
|
2290
|
+
regionCode: string;
|
|
2291
|
+
scriptVariant: string;
|
|
2292
|
+
}
|
|
2293
|
+
export class LanguageKey implements ILanguageKey {
|
|
2294
|
+
constructor(data?: ILanguageKey);
|
|
2295
|
+
languageCode: string;
|
|
2296
|
+
regionCode: string;
|
|
2297
|
+
scriptVariant: string;
|
|
2298
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2299
|
+
}
|
|
2300
|
+
export interface ITranslatedLanguage {
|
|
2301
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2302
|
+
translations?: { [k: string]: string };
|
|
2303
|
+
}
|
|
2304
|
+
export class TranslatedLanguage implements ITranslatedLanguage {
|
|
2305
|
+
constructor(data?: ITranslatedLanguage);
|
|
2306
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2307
|
+
translations?: { [k: string]: string };
|
|
2308
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2309
|
+
}
|
|
2310
|
+
export interface IAppSettings {
|
|
2311
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2312
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2313
|
+
settings?: { [key: string]: any };
|
|
2314
|
+
translations?: { [k: string]: string };
|
|
2315
|
+
}
|
|
2316
|
+
export class AppSettings implements IAppSettings {
|
|
2317
|
+
constructor(data?: IAppSettings);
|
|
2318
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2319
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2320
|
+
settings?: { [key: string]: any };
|
|
2321
|
+
translations?: { [k: string]: string };
|
|
2322
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2323
|
+
}
|
|
2324
|
+
export interface IGetComponentSettingsItem {
|
|
2325
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2326
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2327
|
+
componentId?: string;
|
|
2328
|
+
settings?: { [key: string]: any };
|
|
2329
|
+
translations?: { [k: string]: string };
|
|
2330
|
+
}
|
|
2331
|
+
export class GetComponentSettingsItem implements IGetComponentSettingsItem {
|
|
2332
|
+
constructor(data?: IGetComponentSettingsItem);
|
|
2333
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2334
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2335
|
+
componentId?: string;
|
|
2336
|
+
settings?: { [key: string]: any };
|
|
2337
|
+
translations?: { [k: string]: string };
|
|
2338
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2339
|
+
}
|
|
2340
|
+
export interface ISetComponentSettingsItem {
|
|
2341
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2342
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2343
|
+
componentId?: string;
|
|
2344
|
+
settings?: { [key: string]: any };
|
|
2345
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2346
|
+
}
|
|
2347
|
+
export class SetComponentSettingsItem implements ISetComponentSettingsItem {
|
|
2348
|
+
constructor(data?: ISetComponentSettingsItem);
|
|
2349
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2350
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2351
|
+
componentId?: string;
|
|
2352
|
+
settings?: { [key: string]: any };
|
|
2353
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2354
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2355
|
+
}
|
|
2356
|
+
export interface IGetRequest {
|
|
2357
|
+
externalAppId?: string;
|
|
2358
|
+
externalComponentId?: string;
|
|
2359
|
+
fields?: string[];
|
|
2360
|
+
}
|
|
2361
|
+
export class GetRequest implements IGetRequest {
|
|
2362
|
+
constructor(data?: IGetRequest);
|
|
2363
|
+
externalAppId?: string;
|
|
2364
|
+
externalComponentId?: string;
|
|
2365
|
+
fields?: string[];
|
|
2366
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2367
|
+
}
|
|
2368
|
+
export interface IGetResponse {
|
|
2369
|
+
appSettings?: { [key: string]: any };
|
|
2370
|
+
componentSettings?: { [key: string]: any };
|
|
2371
|
+
}
|
|
2372
|
+
export class GetResponse implements IGetResponse {
|
|
2373
|
+
constructor(data?: IGetResponse);
|
|
2374
|
+
appSettings?: { [key: string]: any };
|
|
2375
|
+
componentSettings?: { [key: string]: any };
|
|
2376
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2377
|
+
}
|
|
2378
|
+
export interface ISetRequest {
|
|
2379
|
+
externalId?: string;
|
|
2380
|
+
scope: $responses.com.wix.fed.settings.Scope;
|
|
2381
|
+
data?: { [key: string]: any };
|
|
2382
|
+
}
|
|
2383
|
+
export class SetRequest implements ISetRequest {
|
|
2384
|
+
constructor(data?: ISetRequest);
|
|
2385
|
+
externalId?: string;
|
|
2386
|
+
scope: $responses.com.wix.fed.settings.Scope;
|
|
2387
|
+
data?: { [key: string]: any };
|
|
2388
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2389
|
+
}
|
|
2390
|
+
export interface ISetResponse {
|
|
2391
|
+
}
|
|
2392
|
+
export class SetResponse implements ISetResponse {
|
|
2393
|
+
constructor(data?: ISetResponse);
|
|
2394
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2395
|
+
}
|
|
2396
|
+
export interface IUpdateRequest {
|
|
2397
|
+
externalId?: string;
|
|
2398
|
+
scope: $responses.com.wix.fed.settings.Scope;
|
|
2399
|
+
fields?: string[];
|
|
2400
|
+
data?: { [key: string]: any };
|
|
2401
|
+
}
|
|
2402
|
+
export class UpdateRequest implements IUpdateRequest {
|
|
2403
|
+
constructor(data?: IUpdateRequest);
|
|
2404
|
+
externalId?: string;
|
|
2405
|
+
scope: $responses.com.wix.fed.settings.Scope;
|
|
2406
|
+
fields?: string[];
|
|
2407
|
+
data?: { [key: string]: any };
|
|
2408
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2409
|
+
}
|
|
2410
|
+
export interface IUpdateResponse {
|
|
2411
|
+
newExternalId?: string;
|
|
2412
|
+
}
|
|
2413
|
+
export class UpdateResponse implements IUpdateResponse {
|
|
2414
|
+
constructor(data?: IUpdateResponse);
|
|
2415
|
+
newExternalId?: string;
|
|
2416
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2417
|
+
}
|
|
2418
|
+
export interface ISetComponentSettingsRequest {
|
|
2419
|
+
componentId?: string;
|
|
2420
|
+
settings?: { [key: string]: any };
|
|
2421
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2422
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2423
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2424
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2425
|
+
}
|
|
2426
|
+
export class SetComponentSettingsRequest implements ISetComponentSettingsRequest {
|
|
2427
|
+
constructor(data?: ISetComponentSettingsRequest);
|
|
2428
|
+
componentId?: string;
|
|
2429
|
+
settings?: { [key: string]: any };
|
|
2430
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2431
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2432
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2433
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2434
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2435
|
+
}
|
|
2436
|
+
export interface ISetComponentSettingsForMigrationRequest {
|
|
2437
|
+
componentId?: string;
|
|
2438
|
+
settings?: { [key: string]: any };
|
|
2439
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2440
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2441
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2442
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2443
|
+
appDefId: string;
|
|
2444
|
+
instanceId: string;
|
|
2445
|
+
}
|
|
2446
|
+
export class SetComponentSettingsForMigrationRequest implements ISetComponentSettingsForMigrationRequest {
|
|
2447
|
+
constructor(data?: ISetComponentSettingsForMigrationRequest);
|
|
2448
|
+
componentId?: string;
|
|
2449
|
+
settings?: { [key: string]: any };
|
|
2450
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2451
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2452
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2453
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2454
|
+
appDefId: string;
|
|
2455
|
+
instanceId: string;
|
|
2456
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2457
|
+
}
|
|
2458
|
+
export interface ISetComponentSettingsResponse {
|
|
2459
|
+
settings?: { [key: string]: any };
|
|
2460
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2461
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2462
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2463
|
+
}
|
|
2464
|
+
export class SetComponentSettingsResponse implements ISetComponentSettingsResponse {
|
|
2465
|
+
constructor(data?: ISetComponentSettingsResponse);
|
|
2466
|
+
settings?: { [key: string]: any };
|
|
2467
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2468
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2469
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2470
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2471
|
+
}
|
|
2472
|
+
export interface ISetComponentSettingsForMigrationResponse {
|
|
2473
|
+
settings?: { [key: string]: any };
|
|
2474
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2475
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2476
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2477
|
+
}
|
|
2478
|
+
export class SetComponentSettingsForMigrationResponse implements ISetComponentSettingsForMigrationResponse {
|
|
2479
|
+
constructor(data?: ISetComponentSettingsForMigrationResponse);
|
|
2480
|
+
settings?: { [key: string]: any };
|
|
2481
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2482
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2483
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2484
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2485
|
+
}
|
|
2486
|
+
export interface IGetComponentSettingsRequest {
|
|
2487
|
+
componentId?: string;
|
|
2488
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2489
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2490
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2491
|
+
includeGlobalSettings: boolean;
|
|
2492
|
+
}
|
|
2493
|
+
export class GetComponentSettingsRequest implements IGetComponentSettingsRequest {
|
|
2494
|
+
constructor(data?: IGetComponentSettingsRequest);
|
|
2495
|
+
componentId?: string;
|
|
2496
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2497
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2498
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2499
|
+
includeGlobalSettings: boolean;
|
|
2500
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2501
|
+
}
|
|
2502
|
+
export interface IGetComponentSettingsResponse {
|
|
2503
|
+
settings?: { [key: string]: any };
|
|
2504
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2505
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2506
|
+
translations?: { [k: string]: string };
|
|
2507
|
+
globalSettings?: $responses.com.wix.fed.settings.IAppSettings;
|
|
2508
|
+
}
|
|
2509
|
+
export class GetComponentSettingsResponse implements IGetComponentSettingsResponse {
|
|
2510
|
+
constructor(data?: IGetComponentSettingsResponse);
|
|
2511
|
+
settings?: { [key: string]: any };
|
|
2512
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2513
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2514
|
+
translations?: { [k: string]: string };
|
|
2515
|
+
globalSettings?: $responses.com.wix.fed.settings.IAppSettings;
|
|
2516
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2517
|
+
}
|
|
2518
|
+
export interface IBulkGetComponentSettingsRequest {
|
|
2519
|
+
componentIds: string[];
|
|
2520
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2521
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2522
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2523
|
+
}
|
|
2524
|
+
export class BulkGetComponentSettingsRequest implements IBulkGetComponentSettingsRequest {
|
|
2525
|
+
constructor(data?: IBulkGetComponentSettingsRequest);
|
|
2526
|
+
componentIds: string[];
|
|
2527
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2528
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2529
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2530
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2531
|
+
}
|
|
2532
|
+
export interface IBulkGetComponentSettingsResponse {
|
|
2533
|
+
componentSettings: $responses.com.wix.fed.settings.BulkGetComponentSettingsResponse.IComponentSettings[];
|
|
2534
|
+
}
|
|
2535
|
+
export class BulkGetComponentSettingsResponse implements IBulkGetComponentSettingsResponse {
|
|
2536
|
+
constructor(data?: IBulkGetComponentSettingsResponse);
|
|
2537
|
+
componentSettings: $responses.com.wix.fed.settings.BulkGetComponentSettingsResponse.IComponentSettings[];
|
|
2538
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2539
|
+
}
|
|
2540
|
+
export namespace BulkGetComponentSettingsResponse {
|
|
2541
|
+
export interface IComponentSettings {
|
|
2542
|
+
componentId: string;
|
|
2543
|
+
settings?: { [key: string]: any };
|
|
2544
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2545
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2546
|
+
translations?: { [k: string]: string };
|
|
2547
|
+
}
|
|
2548
|
+
export class ComponentSettings implements IComponentSettings {
|
|
2549
|
+
constructor(data?: IComponentSettings);
|
|
2550
|
+
componentId: string;
|
|
2551
|
+
settings?: { [key: string]: any };
|
|
2552
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2553
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2554
|
+
translations?: { [k: string]: string };
|
|
2555
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
export interface ISetGlobalSettingsRequest {
|
|
2559
|
+
settings?: { [key: string]: any };
|
|
2560
|
+
componentSettings: $responses.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
2561
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2562
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2563
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2564
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2565
|
+
}
|
|
2566
|
+
export class SetGlobalSettingsRequest implements ISetGlobalSettingsRequest {
|
|
2567
|
+
constructor(data?: ISetGlobalSettingsRequest);
|
|
2568
|
+
settings?: { [key: string]: any };
|
|
2569
|
+
componentSettings: $responses.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
2570
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2571
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2572
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2573
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2574
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2575
|
+
}
|
|
2576
|
+
export interface ISetGlobalSettingsResponse {
|
|
2577
|
+
settings?: { [key: string]: any };
|
|
2578
|
+
componentSettings: $responses.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
2579
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2580
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2581
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2582
|
+
}
|
|
2583
|
+
export class SetGlobalSettingsResponse implements ISetGlobalSettingsResponse {
|
|
2584
|
+
constructor(data?: ISetGlobalSettingsResponse);
|
|
2585
|
+
settings?: { [key: string]: any };
|
|
2586
|
+
componentSettings: $responses.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
2587
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2588
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2589
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2590
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2591
|
+
}
|
|
2592
|
+
export interface ISetGlobalSettingsForMigrationRequest {
|
|
2593
|
+
settings?: { [key: string]: any };
|
|
2594
|
+
componentSettings: $responses.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
2595
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2596
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2597
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2598
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2599
|
+
appDefId: string;
|
|
2600
|
+
instanceId: string;
|
|
2601
|
+
}
|
|
2602
|
+
export class SetGlobalSettingsForMigrationRequest implements ISetGlobalSettingsForMigrationRequest {
|
|
2603
|
+
constructor(data?: ISetGlobalSettingsForMigrationRequest);
|
|
2604
|
+
settings?: { [key: string]: any };
|
|
2605
|
+
componentSettings: $responses.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
2606
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2607
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2608
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2609
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2610
|
+
appDefId: string;
|
|
2611
|
+
instanceId: string;
|
|
2612
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2613
|
+
}
|
|
2614
|
+
export interface ISetGlobalSettingsForMigrationResponse {
|
|
2615
|
+
settings?: { [key: string]: any };
|
|
2616
|
+
componentSettings: $responses.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
2617
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2618
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2619
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2620
|
+
}
|
|
2621
|
+
export class SetGlobalSettingsForMigrationResponse implements ISetGlobalSettingsForMigrationResponse {
|
|
2622
|
+
constructor(data?: ISetGlobalSettingsForMigrationResponse);
|
|
2623
|
+
settings?: { [key: string]: any };
|
|
2624
|
+
componentSettings: $responses.com.wix.fed.settings.ISetComponentSettingsItem[];
|
|
2625
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2626
|
+
translations: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2627
|
+
states: $responses.com.wix.fed.settings.State[];
|
|
2628
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2629
|
+
}
|
|
2630
|
+
export interface IGetGlobalSettingsRequest {
|
|
2631
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2632
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2633
|
+
includeComponentSettings: boolean;
|
|
2634
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2635
|
+
}
|
|
2636
|
+
export class GetGlobalSettingsRequest implements IGetGlobalSettingsRequest {
|
|
2637
|
+
constructor(data?: IGetGlobalSettingsRequest);
|
|
2638
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2639
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2640
|
+
includeComponentSettings: boolean;
|
|
2641
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2642
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2643
|
+
}
|
|
2644
|
+
export interface IGetGlobalSettingsResponse {
|
|
2645
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2646
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2647
|
+
settings?: { [key: string]: any };
|
|
2648
|
+
componentSettings: $responses.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
2649
|
+
translations?: { [k: string]: string };
|
|
2650
|
+
}
|
|
2651
|
+
export class GetGlobalSettingsResponse implements IGetGlobalSettingsResponse {
|
|
2652
|
+
constructor(data?: IGetGlobalSettingsResponse);
|
|
2653
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2654
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2655
|
+
settings?: { [key: string]: any };
|
|
2656
|
+
componentSettings: $responses.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
2657
|
+
translations?: { [k: string]: string };
|
|
2658
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2659
|
+
}
|
|
2660
|
+
export interface IGetGlobalSettingsForMigrationRequest {
|
|
2661
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2662
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2663
|
+
includeComponentSettings: boolean;
|
|
2664
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2665
|
+
appDefId: string;
|
|
2666
|
+
instanceId: string;
|
|
2667
|
+
}
|
|
2668
|
+
export class GetGlobalSettingsForMigrationRequest implements IGetGlobalSettingsForMigrationRequest {
|
|
2669
|
+
constructor(data?: IGetGlobalSettingsForMigrationRequest);
|
|
2670
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2671
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2672
|
+
includeComponentSettings: boolean;
|
|
2673
|
+
languageKey?: $responses.com.wix.fed.settings.ILanguageKey;
|
|
2674
|
+
appDefId: string;
|
|
2675
|
+
instanceId: string;
|
|
2676
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2677
|
+
}
|
|
2678
|
+
export interface IGetGlobalSettingsForMigrationResponse {
|
|
2679
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2680
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2681
|
+
settings?: { [key: string]: any };
|
|
2682
|
+
componentSettings: $responses.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
2683
|
+
translations?: { [k: string]: string };
|
|
2684
|
+
}
|
|
2685
|
+
export class GetGlobalSettingsForMigrationResponse implements IGetGlobalSettingsForMigrationResponse {
|
|
2686
|
+
constructor(data?: IGetGlobalSettingsForMigrationResponse);
|
|
2687
|
+
state: $responses.com.wix.fed.settings.State;
|
|
2688
|
+
host: $responses.com.wix.fed.settings.Host;
|
|
2689
|
+
settings?: { [key: string]: any };
|
|
2690
|
+
componentSettings: $responses.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
2691
|
+
translations?: { [k: string]: string };
|
|
2692
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2693
|
+
}
|
|
2694
|
+
export interface IEmpty {
|
|
2695
|
+
}
|
|
2696
|
+
export class Empty implements IEmpty {
|
|
2697
|
+
constructor(data?: IEmpty);
|
|
2698
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2699
|
+
}
|
|
2700
|
+
export interface IUserPreferences {
|
|
2701
|
+
userId?: string;
|
|
2702
|
+
nameSpace?: string;
|
|
2703
|
+
siteId?: string;
|
|
2704
|
+
key?: string;
|
|
2705
|
+
blob?: any;
|
|
2706
|
+
dateCreated?: Date;
|
|
2707
|
+
dateUpdated?: Date;
|
|
2708
|
+
TTLInDays?: number;
|
|
2709
|
+
}
|
|
2710
|
+
export class UserPreferences implements IUserPreferences {
|
|
2711
|
+
constructor(data?: IUserPreferences);
|
|
2712
|
+
userId?: string;
|
|
2713
|
+
nameSpace?: string;
|
|
2714
|
+
siteId?: string;
|
|
2715
|
+
key?: string;
|
|
2716
|
+
blob?: any;
|
|
2717
|
+
dateCreated?: Date;
|
|
2718
|
+
dateUpdated?: Date;
|
|
2719
|
+
TTLInDays?: number;
|
|
2720
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2721
|
+
}
|
|
2722
|
+
export interface IDeleteEntryDto {
|
|
2723
|
+
nameSpace?: string;
|
|
2724
|
+
siteId?: string;
|
|
2725
|
+
key?: string;
|
|
2726
|
+
}
|
|
2727
|
+
export class DeleteEntryDto implements IDeleteEntryDto {
|
|
2728
|
+
constructor(data?: IDeleteEntryDto);
|
|
2729
|
+
nameSpace?: string;
|
|
2730
|
+
siteId?: string;
|
|
2731
|
+
key?: string;
|
|
2732
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2733
|
+
}
|
|
2734
|
+
export interface IBulkSetDto {
|
|
2735
|
+
nameSpace?: string;
|
|
2736
|
+
siteId?: string;
|
|
2737
|
+
TTLInDays?: number;
|
|
2738
|
+
data?: { [k: string]: any };
|
|
2739
|
+
}
|
|
2740
|
+
export class BulkSetDto implements IBulkSetDto {
|
|
2741
|
+
constructor(data?: IBulkSetDto);
|
|
2742
|
+
nameSpace?: string;
|
|
2743
|
+
siteId?: string;
|
|
2744
|
+
TTLInDays?: number;
|
|
2745
|
+
data?: { [k: string]: any };
|
|
2746
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2747
|
+
}
|
|
2748
|
+
export interface IGetUserPreferencesRequest {
|
|
2749
|
+
userId?: string;
|
|
2750
|
+
nameSpace?: string;
|
|
2751
|
+
key?: string;
|
|
2752
|
+
siteId?: string;
|
|
2753
|
+
}
|
|
2754
|
+
export class GetUserPreferencesRequest implements IGetUserPreferencesRequest {
|
|
2755
|
+
constructor(data?: IGetUserPreferencesRequest);
|
|
2756
|
+
userId?: string;
|
|
2757
|
+
nameSpace?: string;
|
|
2758
|
+
key?: string;
|
|
2759
|
+
siteId?: string;
|
|
2760
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2761
|
+
}
|
|
2762
|
+
export interface IGetUserPreferencesResponse {
|
|
2763
|
+
userPreferences: $responses.com.wix.fed.settings.IUserPreferences[];
|
|
2764
|
+
}
|
|
2765
|
+
export class GetUserPreferencesResponse implements IGetUserPreferencesResponse {
|
|
2766
|
+
constructor(data?: IGetUserPreferencesResponse);
|
|
2767
|
+
userPreferences: $responses.com.wix.fed.settings.IUserPreferences[];
|
|
2768
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2769
|
+
}
|
|
2770
|
+
export interface IBulkGetByUserSitesRequest {
|
|
2771
|
+
nameSpace?: string;
|
|
2772
|
+
key?: string;
|
|
2773
|
+
userId?: string;
|
|
2774
|
+
siteIds: string[];
|
|
2775
|
+
}
|
|
2776
|
+
export class BulkGetByUserSitesRequest implements IBulkGetByUserSitesRequest {
|
|
2777
|
+
constructor(data?: IBulkGetByUserSitesRequest);
|
|
2778
|
+
nameSpace?: string;
|
|
2779
|
+
key?: string;
|
|
2780
|
+
userId?: string;
|
|
2781
|
+
siteIds: string[];
|
|
2782
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2783
|
+
}
|
|
2784
|
+
export interface IBulkGetByUserSitesResponse {
|
|
2785
|
+
userPreferences: $responses.com.wix.fed.settings.IUserPreferences[];
|
|
2786
|
+
}
|
|
2787
|
+
export class BulkGetByUserSitesResponse implements IBulkGetByUserSitesResponse {
|
|
2788
|
+
constructor(data?: IBulkGetByUserSitesResponse);
|
|
2789
|
+
userPreferences: $responses.com.wix.fed.settings.IUserPreferences[];
|
|
2790
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2791
|
+
}
|
|
2792
|
+
export interface IBulkGetUserPreferencesRequest {
|
|
2793
|
+
userIds: string[];
|
|
2794
|
+
nameSpace?: string;
|
|
2795
|
+
key?: string;
|
|
2796
|
+
siteId?: string;
|
|
2797
|
+
}
|
|
2798
|
+
export class BulkGetUserPreferencesRequest implements IBulkGetUserPreferencesRequest {
|
|
2799
|
+
constructor(data?: IBulkGetUserPreferencesRequest);
|
|
2800
|
+
userIds: string[];
|
|
2801
|
+
nameSpace?: string;
|
|
2802
|
+
key?: string;
|
|
2803
|
+
siteId?: string;
|
|
2804
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2805
|
+
}
|
|
2806
|
+
export interface IBulkGetUserPreferencesResponse {
|
|
2807
|
+
userPreferences: $responses.com.wix.fed.settings.IUserPreferences[];
|
|
2808
|
+
}
|
|
2809
|
+
export class BulkGetUserPreferencesResponse implements IBulkGetUserPreferencesResponse {
|
|
2810
|
+
constructor(data?: IBulkGetUserPreferencesResponse);
|
|
2811
|
+
userPreferences: $responses.com.wix.fed.settings.IUserPreferences[];
|
|
2812
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2813
|
+
}
|
|
2814
|
+
export interface IBulkSetUserPrefencesRequest {
|
|
2815
|
+
bulkSetDto?: $responses.com.wix.fed.settings.IBulkSetDto;
|
|
2816
|
+
userId?: string;
|
|
2817
|
+
}
|
|
2818
|
+
export class BulkSetUserPrefencesRequest implements IBulkSetUserPrefencesRequest {
|
|
2819
|
+
constructor(data?: IBulkSetUserPrefencesRequest);
|
|
2820
|
+
bulkSetDto?: $responses.com.wix.fed.settings.IBulkSetDto;
|
|
2821
|
+
userId?: string;
|
|
2822
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2823
|
+
}
|
|
2824
|
+
export interface IBulkSetUserPrefencesResponse {
|
|
2825
|
+
userPreferences: $responses.com.wix.fed.settings.IUserPreferences[];
|
|
2826
|
+
}
|
|
2827
|
+
export class BulkSetUserPrefencesResponse implements IBulkSetUserPrefencesResponse {
|
|
2828
|
+
constructor(data?: IBulkSetUserPrefencesResponse);
|
|
2829
|
+
userPreferences: $responses.com.wix.fed.settings.IUserPreferences[];
|
|
2830
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2831
|
+
}
|
|
2832
|
+
export interface IDeleteUserPrefencesRequest {
|
|
2833
|
+
deleteDto?: $responses.com.wix.fed.settings.IDeleteEntryDto;
|
|
2834
|
+
userId?: string;
|
|
2835
|
+
}
|
|
2836
|
+
export class DeleteUserPrefencesRequest implements IDeleteUserPrefencesRequest {
|
|
2837
|
+
constructor(data?: IDeleteUserPrefencesRequest);
|
|
2838
|
+
deleteDto?: $responses.com.wix.fed.settings.IDeleteEntryDto;
|
|
2839
|
+
userId?: string;
|
|
2840
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
export namespace wix {
|
|
2847
|
+
export namespace api {
|
|
2848
|
+
/**
|
|
2849
|
+
* Decimal value validation rules.
|
|
2850
|
+
* Based on java.math.BigDecimal, implies (wix.api.format) = DECIMAL_VALUE
|
|
2851
|
+
*/
|
|
2852
|
+
export interface IDecimalValueOptions {
|
|
2853
|
+
lte: string;
|
|
2854
|
+
gte: string;
|
|
2855
|
+
lt: string;
|
|
2856
|
+
gt: string;
|
|
2857
|
+
maxScale: number;
|
|
2858
|
+
}
|
|
2859
|
+
export class DecimalValueOptions implements IDecimalValueOptions {
|
|
2860
|
+
constructor(data?: IDecimalValueOptions);
|
|
2861
|
+
lte: string;
|
|
2862
|
+
gte: string;
|
|
2863
|
+
lt: string;
|
|
2864
|
+
gt: string;
|
|
2865
|
+
maxScale: number;
|
|
2866
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2867
|
+
}
|
|
2868
|
+
export interface IAlignedWithEnum {
|
|
2869
|
+
field: string;
|
|
2870
|
+
}
|
|
2871
|
+
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
2872
|
+
constructor(data?: IAlignedWithEnum);
|
|
2873
|
+
field: string;
|
|
2874
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2875
|
+
}
|
|
2876
|
+
export enum Format {
|
|
2877
|
+
EMAIL = "EMAIL",
|
|
2878
|
+
HOSTNAME = "HOSTNAME",
|
|
2879
|
+
IPV4 = "IPV4",
|
|
2880
|
+
IPV6 = "IPV6",
|
|
2881
|
+
URI = "URI",
|
|
2882
|
+
WEB_URL = "WEB_URL",
|
|
2883
|
+
PHONE = "PHONE",
|
|
2884
|
+
CREDIT_CARD = "CREDIT_CARD",
|
|
2885
|
+
GUID = "GUID",
|
|
2886
|
+
COUNTRY = "COUNTRY",
|
|
2887
|
+
LANGUAGE = "LANGUAGE",
|
|
2888
|
+
DECIMAL_VALUE = "DECIMAL_VALUE",
|
|
2889
|
+
CURRENCY = "CURRENCY",
|
|
2890
|
+
LANGUAGE_TAG = "LANGUAGE_TAG",
|
|
2891
|
+
COLOR_HEX = "COLOR_HEX",
|
|
2892
|
+
LOCAL_DATE = "LOCAL_DATE",
|
|
2893
|
+
LOCAL_TIME = "LOCAL_TIME",
|
|
2894
|
+
LOCAL_DATE_TIME = "LOCAL_DATE_TIME",
|
|
2895
|
+
URL_SLUG = "URL_SLUG",
|
|
2896
|
+
SYSTEM_SLUG = "SYSTEM_SLUG",
|
|
2897
|
+
}
|
|
2898
|
+
/**
|
|
2899
|
+
* ApplicationError: named Error for backwards compatibility
|
|
2900
|
+
*/
|
|
2901
|
+
export interface IError {
|
|
2902
|
+
httpCode: $responses.wix.api.StatusCodes.HttpStatusCode;
|
|
2903
|
+
applicationCode: string;
|
|
2904
|
+
data: string;
|
|
2905
|
+
}
|
|
2906
|
+
export class Error implements IError {
|
|
2907
|
+
constructor(data?: IError);
|
|
2908
|
+
httpCode: $responses.wix.api.StatusCodes.HttpStatusCode;
|
|
2909
|
+
applicationCode: string;
|
|
2910
|
+
data: string;
|
|
2911
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2912
|
+
}
|
|
2913
|
+
/**
|
|
2914
|
+
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
2915
|
+
*/
|
|
2916
|
+
export interface ICustomValidationError {
|
|
2917
|
+
ruleName: string;
|
|
2918
|
+
data: string;
|
|
2919
|
+
}
|
|
2920
|
+
export class CustomValidationError implements ICustomValidationError {
|
|
2921
|
+
constructor(data?: ICustomValidationError);
|
|
2922
|
+
ruleName: string;
|
|
2923
|
+
data: string;
|
|
2924
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2925
|
+
}
|
|
2926
|
+
/**
|
|
2927
|
+
* InheritCrudErrors: does this method throw standard crud errors?
|
|
2928
|
+
*/
|
|
2929
|
+
export interface IInheritCrudErrors {
|
|
2930
|
+
method: $responses.wix.api.Crud.Method;
|
|
2931
|
+
}
|
|
2932
|
+
export class InheritCrudErrors implements IInheritCrudErrors {
|
|
2933
|
+
constructor(data?: IInheritCrudErrors);
|
|
2934
|
+
method: $responses.wix.api.Crud.Method;
|
|
2935
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2936
|
+
}
|
|
2937
|
+
export interface IStatusCodes {
|
|
2938
|
+
}
|
|
2939
|
+
export class StatusCodes implements IStatusCodes {
|
|
2940
|
+
constructor(data?: IStatusCodes);
|
|
2941
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2942
|
+
}
|
|
2943
|
+
export namespace StatusCodes {
|
|
2944
|
+
export enum HttpStatusCode {
|
|
2945
|
+
OK = "OK",
|
|
2946
|
+
UNAUTHENTICATED = "UNAUTHENTICATED",
|
|
2947
|
+
PERMISSION_DENIED = "PERMISSION_DENIED",
|
|
2948
|
+
INVALID_ARGUMENT = "INVALID_ARGUMENT",
|
|
2949
|
+
NOT_FOUND = "NOT_FOUND",
|
|
2950
|
+
INTERNAL = "INTERNAL",
|
|
2951
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
2952
|
+
RESOURCE_EXHAUSTED = "RESOURCE_EXHAUSTED",
|
|
2953
|
+
CANCELED = "CANCELED",
|
|
2954
|
+
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
2955
|
+
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
2958
|
+
export interface ICacheSettings {
|
|
2959
|
+
maxAgeSeconds: number;
|
|
2960
|
+
}
|
|
2961
|
+
export class CacheSettings implements ICacheSettings {
|
|
2962
|
+
constructor(data?: ICacheSettings);
|
|
2963
|
+
maxAgeSeconds: number;
|
|
2964
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2965
|
+
}
|
|
2966
|
+
export interface IFieldSet {
|
|
2967
|
+
field: string[];
|
|
2968
|
+
}
|
|
2969
|
+
export class FieldSet implements IFieldSet {
|
|
2970
|
+
constructor(data?: IFieldSet);
|
|
2971
|
+
field: string[];
|
|
2972
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2973
|
+
}
|
|
2974
|
+
export interface IDeprecated {
|
|
2975
|
+
replacedBy: string;
|
|
2976
|
+
targetRemovalDate: string;
|
|
2977
|
+
}
|
|
2978
|
+
export class Deprecated implements IDeprecated {
|
|
2979
|
+
constructor(data?: IDeprecated);
|
|
2980
|
+
replacedBy: string;
|
|
2981
|
+
targetRemovalDate: string;
|
|
2982
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2983
|
+
}
|
|
2984
|
+
export interface IUnique {
|
|
2985
|
+
field: string[];
|
|
2986
|
+
}
|
|
2987
|
+
export class Unique implements IUnique {
|
|
2988
|
+
constructor(data?: IUnique);
|
|
2989
|
+
field: string[];
|
|
2990
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2991
|
+
}
|
|
2992
|
+
export interface ICrud {
|
|
2993
|
+
method: $responses.wix.api.Crud.Method;
|
|
2994
|
+
createOptions?: $responses.wix.api.ICreateMethodOptions;
|
|
2995
|
+
getOptions?: $responses.wix.api.IGetItemMethodOptions;
|
|
2996
|
+
updateOptions?: $responses.wix.api.IUpdateMethodOptions;
|
|
2997
|
+
deleteOptions?: $responses.wix.api.IDeleteMethodOptions;
|
|
2998
|
+
listOptions?: $responses.wix.api.IListMethodOptions;
|
|
2999
|
+
queryOptions?: $responses.wix.api.IQueryMethodOptions;
|
|
3000
|
+
searchOptions?: $responses.wix.api.ISearchMethodOptions;
|
|
3001
|
+
bulkCreateOptions?: $responses.wix.api.IBulkCreateMethodOptions;
|
|
3002
|
+
bulkUpdateOptions?: $responses.wix.api.IBulkUpdateMethodOptions;
|
|
3003
|
+
bulkUpdateByFilterOptions?: $responses.wix.api.IBulkUpdateByFilterMethodOptions;
|
|
3004
|
+
bulkDeleteOptions?: $responses.wix.api.IBulkDeleteMethodOptions;
|
|
3005
|
+
bulkDeleteByFilterOptions?: $responses.wix.api.IBulkDeleteByFilterMethodOptions;
|
|
3006
|
+
upsertOptions?: $responses.wix.api.IUpsertMethodOptions;
|
|
3007
|
+
bulkUpsertOptions?: $responses.wix.api.IBulkUpsertMethodOptions;
|
|
3008
|
+
listDeletedOptions?: $responses.wix.api.IListDeletedMethodOptions;
|
|
3009
|
+
getDeletedOptions?: $responses.wix.api.IGetDeletedMethodOptions;
|
|
3010
|
+
restoreFromTrashbinOptions?: $responses.wix.api.IRestoreFromTrashbinMethodOptions;
|
|
3011
|
+
removeFromTrashbinOptions?: $responses.wix.api.IRemoveFromTrashbinMethodOptions;
|
|
3012
|
+
countOptions?: $responses.wix.api.ICountOptions;
|
|
3013
|
+
}
|
|
3014
|
+
export class Crud implements ICrud {
|
|
3015
|
+
constructor(data?: ICrud);
|
|
3016
|
+
method: $responses.wix.api.Crud.Method;
|
|
3017
|
+
createOptions?: $responses.wix.api.ICreateMethodOptions;
|
|
3018
|
+
getOptions?: $responses.wix.api.IGetItemMethodOptions;
|
|
3019
|
+
updateOptions?: $responses.wix.api.IUpdateMethodOptions;
|
|
3020
|
+
deleteOptions?: $responses.wix.api.IDeleteMethodOptions;
|
|
3021
|
+
listOptions?: $responses.wix.api.IListMethodOptions;
|
|
3022
|
+
queryOptions?: $responses.wix.api.IQueryMethodOptions;
|
|
3023
|
+
searchOptions?: $responses.wix.api.ISearchMethodOptions;
|
|
3024
|
+
bulkCreateOptions?: $responses.wix.api.IBulkCreateMethodOptions;
|
|
3025
|
+
bulkUpdateOptions?: $responses.wix.api.IBulkUpdateMethodOptions;
|
|
3026
|
+
bulkUpdateByFilterOptions?: $responses.wix.api.IBulkUpdateByFilterMethodOptions;
|
|
3027
|
+
bulkDeleteOptions?: $responses.wix.api.IBulkDeleteMethodOptions;
|
|
3028
|
+
bulkDeleteByFilterOptions?: $responses.wix.api.IBulkDeleteByFilterMethodOptions;
|
|
3029
|
+
upsertOptions?: $responses.wix.api.IUpsertMethodOptions;
|
|
3030
|
+
bulkUpsertOptions?: $responses.wix.api.IBulkUpsertMethodOptions;
|
|
3031
|
+
listDeletedOptions?: $responses.wix.api.IListDeletedMethodOptions;
|
|
3032
|
+
getDeletedOptions?: $responses.wix.api.IGetDeletedMethodOptions;
|
|
3033
|
+
restoreFromTrashbinOptions?: $responses.wix.api.IRestoreFromTrashbinMethodOptions;
|
|
3034
|
+
removeFromTrashbinOptions?: $responses.wix.api.IRemoveFromTrashbinMethodOptions;
|
|
3035
|
+
countOptions?: $responses.wix.api.ICountOptions;
|
|
3036
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3037
|
+
}
|
|
3038
|
+
export namespace Crud {
|
|
3039
|
+
export enum Method {
|
|
3040
|
+
UNKNOWN_METHOD = "UNKNOWN_METHOD",
|
|
3041
|
+
CREATE = "CREATE",
|
|
3042
|
+
GET_ITEM = "GET_ITEM",
|
|
3043
|
+
UPDATE = "UPDATE",
|
|
3044
|
+
DELETE = "DELETE",
|
|
3045
|
+
UPSERT = "UPSERT",
|
|
3046
|
+
LIST = "LIST",
|
|
3047
|
+
QUERY = "QUERY",
|
|
3048
|
+
SEARCH = "SEARCH",
|
|
3049
|
+
BULK_CREATE = "BULK_CREATE",
|
|
3050
|
+
BULK_UPDATE = "BULK_UPDATE",
|
|
3051
|
+
BULK_UPDATE_BY_FILTER = "BULK_UPDATE_BY_FILTER",
|
|
3052
|
+
BULK_DELETE = "BULK_DELETE",
|
|
3053
|
+
BULK_DELETE_BY_FILTER = "BULK_DELETE_BY_FILTER",
|
|
3054
|
+
BULK_UPSERT = "BULK_UPSERT",
|
|
3055
|
+
LIST_DELETED = "LIST_DELETED",
|
|
3056
|
+
GET_DELETED = "GET_DELETED",
|
|
3057
|
+
RESTORE_FROM_TRASHBIN = "RESTORE_FROM_TRASHBIN",
|
|
3058
|
+
REMOVE_FROM_TRASHBIN = "REMOVE_FROM_TRASHBIN",
|
|
3059
|
+
COUNT = "COUNT",
|
|
3060
|
+
}
|
|
3061
|
+
}
|
|
3062
|
+
export interface IPaging {
|
|
3063
|
+
type: $responses.wix.api.Paging.Type;
|
|
3064
|
+
pagingMetadataField: string;
|
|
3065
|
+
}
|
|
3066
|
+
export class Paging implements IPaging {
|
|
3067
|
+
constructor(data?: IPaging);
|
|
3068
|
+
type: $responses.wix.api.Paging.Type;
|
|
3069
|
+
pagingMetadataField: string;
|
|
3070
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3071
|
+
}
|
|
3072
|
+
export namespace Paging {
|
|
3073
|
+
export enum Type {
|
|
3074
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
3075
|
+
OFFSET = "OFFSET",
|
|
3076
|
+
CURSOR = "CURSOR",
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
export interface ICreateMethodOptions {
|
|
3080
|
+
itemField: string;
|
|
3081
|
+
}
|
|
3082
|
+
export class CreateMethodOptions implements ICreateMethodOptions {
|
|
3083
|
+
constructor(data?: ICreateMethodOptions);
|
|
3084
|
+
itemField: string;
|
|
3085
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3086
|
+
}
|
|
3087
|
+
export interface IGetItemMethodOptions {
|
|
3088
|
+
itemField: string;
|
|
3089
|
+
idField: string;
|
|
3090
|
+
}
|
|
3091
|
+
export class GetItemMethodOptions implements IGetItemMethodOptions {
|
|
3092
|
+
constructor(data?: IGetItemMethodOptions);
|
|
3093
|
+
itemField: string;
|
|
3094
|
+
idField: string;
|
|
3095
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3096
|
+
}
|
|
3097
|
+
export interface IUpdateMethodOptions {
|
|
3098
|
+
itemField: string;
|
|
3099
|
+
fieldmaskField: string;
|
|
3100
|
+
}
|
|
3101
|
+
export class UpdateMethodOptions implements IUpdateMethodOptions {
|
|
3102
|
+
constructor(data?: IUpdateMethodOptions);
|
|
3103
|
+
itemField: string;
|
|
3104
|
+
fieldmaskField: string;
|
|
3105
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3106
|
+
}
|
|
3107
|
+
export interface IUpsertMethodOptions {
|
|
3108
|
+
itemField: string;
|
|
3109
|
+
fieldmaskField: string;
|
|
3110
|
+
}
|
|
3111
|
+
export class UpsertMethodOptions implements IUpsertMethodOptions {
|
|
3112
|
+
constructor(data?: IUpsertMethodOptions);
|
|
3113
|
+
itemField: string;
|
|
3114
|
+
fieldmaskField: string;
|
|
3115
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3116
|
+
}
|
|
3117
|
+
export interface IDeleteMethodOptions {
|
|
3118
|
+
idField: string;
|
|
3119
|
+
}
|
|
3120
|
+
export class DeleteMethodOptions implements IDeleteMethodOptions {
|
|
3121
|
+
constructor(data?: IDeleteMethodOptions);
|
|
3122
|
+
idField: string;
|
|
3123
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3124
|
+
}
|
|
3125
|
+
export interface IListMethodOptions {
|
|
3126
|
+
idsField: string;
|
|
3127
|
+
itemsField: string;
|
|
3128
|
+
paging?: $responses.wix.api.IPaging;
|
|
3129
|
+
meAliasableField: string[];
|
|
3130
|
+
}
|
|
3131
|
+
export class ListMethodOptions implements IListMethodOptions {
|
|
3132
|
+
constructor(data?: IListMethodOptions);
|
|
3133
|
+
idsField: string;
|
|
3134
|
+
itemsField: string;
|
|
3135
|
+
paging?: $responses.wix.api.IPaging;
|
|
3136
|
+
meAliasableField: string[];
|
|
3137
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3138
|
+
}
|
|
3139
|
+
export interface IQueryMethodOptions {
|
|
3140
|
+
queryField: string;
|
|
3141
|
+
itemsField: string;
|
|
3142
|
+
paging?: $responses.wix.api.IPaging;
|
|
3143
|
+
wql?: $responses.wix.api.IWql;
|
|
3144
|
+
meAliasableField: string[];
|
|
3145
|
+
}
|
|
3146
|
+
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
3147
|
+
constructor(data?: IQueryMethodOptions);
|
|
3148
|
+
queryField: string;
|
|
3149
|
+
itemsField: string;
|
|
3150
|
+
paging?: $responses.wix.api.IPaging;
|
|
3151
|
+
wql?: $responses.wix.api.IWql;
|
|
3152
|
+
meAliasableField: string[];
|
|
3153
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3154
|
+
}
|
|
3155
|
+
export interface ISearchMethodOptions {
|
|
3156
|
+
searchField: string;
|
|
3157
|
+
itemsField: string;
|
|
3158
|
+
paging?: $responses.wix.api.IPaging;
|
|
3159
|
+
wql?: $responses.wix.api.IWql;
|
|
3160
|
+
meAliasableField: string[];
|
|
3161
|
+
}
|
|
3162
|
+
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
3163
|
+
constructor(data?: ISearchMethodOptions);
|
|
3164
|
+
searchField: string;
|
|
3165
|
+
itemsField: string;
|
|
3166
|
+
paging?: $responses.wix.api.IPaging;
|
|
3167
|
+
wql?: $responses.wix.api.IWql;
|
|
3168
|
+
meAliasableField: string[];
|
|
3169
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3170
|
+
}
|
|
3171
|
+
export interface IBulkCreateMethodOptions {
|
|
3172
|
+
itemField: string;
|
|
3173
|
+
}
|
|
3174
|
+
export class BulkCreateMethodOptions implements IBulkCreateMethodOptions {
|
|
3175
|
+
constructor(data?: IBulkCreateMethodOptions);
|
|
3176
|
+
itemField: string;
|
|
3177
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3178
|
+
}
|
|
3179
|
+
export interface IBulkUpdateMethodOptions {
|
|
3180
|
+
itemField: string;
|
|
3181
|
+
fieldmaskField: string;
|
|
3182
|
+
}
|
|
3183
|
+
export class BulkUpdateMethodOptions implements IBulkUpdateMethodOptions {
|
|
3184
|
+
constructor(data?: IBulkUpdateMethodOptions);
|
|
3185
|
+
itemField: string;
|
|
3186
|
+
fieldmaskField: string;
|
|
3187
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3188
|
+
}
|
|
3189
|
+
export interface IBulkUpdateByFilterMethodOptions {
|
|
3190
|
+
itemField: string;
|
|
3191
|
+
fieldmaskField: string;
|
|
3192
|
+
filterField: string;
|
|
3193
|
+
}
|
|
3194
|
+
export class BulkUpdateByFilterMethodOptions implements IBulkUpdateByFilterMethodOptions {
|
|
3195
|
+
constructor(data?: IBulkUpdateByFilterMethodOptions);
|
|
3196
|
+
itemField: string;
|
|
3197
|
+
fieldmaskField: string;
|
|
3198
|
+
filterField: string;
|
|
3199
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3200
|
+
}
|
|
3201
|
+
export interface IBulkUpsertMethodOptions {
|
|
3202
|
+
itemField: string;
|
|
3203
|
+
fieldmaskField: string;
|
|
3204
|
+
}
|
|
3205
|
+
export class BulkUpsertMethodOptions implements IBulkUpsertMethodOptions {
|
|
3206
|
+
constructor(data?: IBulkUpsertMethodOptions);
|
|
3207
|
+
itemField: string;
|
|
3208
|
+
fieldmaskField: string;
|
|
3209
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3210
|
+
}
|
|
3211
|
+
export interface IBulkDeleteMethodOptions {
|
|
3212
|
+
idsField: string;
|
|
3213
|
+
}
|
|
3214
|
+
export class BulkDeleteMethodOptions implements IBulkDeleteMethodOptions {
|
|
3215
|
+
constructor(data?: IBulkDeleteMethodOptions);
|
|
3216
|
+
idsField: string;
|
|
3217
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3218
|
+
}
|
|
3219
|
+
export interface IBulkDeleteByFilterMethodOptions {
|
|
3220
|
+
filterField: string;
|
|
3221
|
+
}
|
|
3222
|
+
export class BulkDeleteByFilterMethodOptions implements IBulkDeleteByFilterMethodOptions {
|
|
3223
|
+
constructor(data?: IBulkDeleteByFilterMethodOptions);
|
|
3224
|
+
filterField: string;
|
|
3225
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3226
|
+
}
|
|
3227
|
+
export interface IListDeletedMethodOptions {
|
|
3228
|
+
idsField: string;
|
|
3229
|
+
itemsField: string;
|
|
3230
|
+
paging?: $responses.wix.api.IPaging;
|
|
3231
|
+
meAliasableField: string[];
|
|
3232
|
+
}
|
|
3233
|
+
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
3234
|
+
constructor(data?: IListDeletedMethodOptions);
|
|
3235
|
+
idsField: string;
|
|
3236
|
+
itemsField: string;
|
|
3237
|
+
paging?: $responses.wix.api.IPaging;
|
|
3238
|
+
meAliasableField: string[];
|
|
3239
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3240
|
+
}
|
|
3241
|
+
export interface IGetDeletedMethodOptions {
|
|
3242
|
+
itemField: string;
|
|
3243
|
+
idField: string;
|
|
3244
|
+
}
|
|
3245
|
+
export class GetDeletedMethodOptions implements IGetDeletedMethodOptions {
|
|
3246
|
+
constructor(data?: IGetDeletedMethodOptions);
|
|
3247
|
+
itemField: string;
|
|
3248
|
+
idField: string;
|
|
3249
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3250
|
+
}
|
|
3251
|
+
export interface IRestoreFromTrashbinMethodOptions {
|
|
3252
|
+
itemField: string;
|
|
3253
|
+
idField: string;
|
|
3254
|
+
}
|
|
3255
|
+
export class RestoreFromTrashbinMethodOptions implements IRestoreFromTrashbinMethodOptions {
|
|
3256
|
+
constructor(data?: IRestoreFromTrashbinMethodOptions);
|
|
3257
|
+
itemField: string;
|
|
3258
|
+
idField: string;
|
|
3259
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3260
|
+
}
|
|
3261
|
+
export interface IRemoveFromTrashbinMethodOptions {
|
|
3262
|
+
idField: string;
|
|
3263
|
+
}
|
|
3264
|
+
export class RemoveFromTrashbinMethodOptions implements IRemoveFromTrashbinMethodOptions {
|
|
3265
|
+
constructor(data?: IRemoveFromTrashbinMethodOptions);
|
|
3266
|
+
idField: string;
|
|
3267
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3268
|
+
}
|
|
3269
|
+
export interface ICountOptions {
|
|
3270
|
+
inheritWqlFrom: string;
|
|
3271
|
+
}
|
|
3272
|
+
export class CountOptions implements ICountOptions {
|
|
3273
|
+
constructor(data?: ICountOptions);
|
|
3274
|
+
inheritWqlFrom: string;
|
|
3275
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3276
|
+
}
|
|
3277
|
+
export interface IWql {
|
|
3278
|
+
operatorFieldSupport: $responses.wix.api.Wql.IOperatorFieldSupport[];
|
|
3279
|
+
pattern: $responses.wix.api.Wql.IOperatorFieldSupport[];
|
|
3280
|
+
}
|
|
3281
|
+
export class Wql implements IWql {
|
|
3282
|
+
constructor(data?: IWql);
|
|
3283
|
+
operatorFieldSupport: $responses.wix.api.Wql.IOperatorFieldSupport[];
|
|
3284
|
+
pattern: $responses.wix.api.Wql.IOperatorFieldSupport[];
|
|
3285
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3286
|
+
}
|
|
3287
|
+
export namespace Wql {
|
|
3288
|
+
export enum Operator {
|
|
3289
|
+
ALL_APPLICABLE_OPERATORS = "ALL_APPLICABLE_OPERATORS",
|
|
3290
|
+
EQ = "EQ",
|
|
3291
|
+
GT = "GT",
|
|
3292
|
+
GTE = "GTE",
|
|
3293
|
+
IN = "IN",
|
|
3294
|
+
LT = "LT",
|
|
3295
|
+
LTE = "LTE",
|
|
3296
|
+
NE = "NE",
|
|
3297
|
+
NIN = "NIN",
|
|
3298
|
+
BEGINS = "BEGINS",
|
|
3299
|
+
EXISTS = "EXISTS",
|
|
3300
|
+
ALL = "ALL",
|
|
3301
|
+
HAS_ALL = "HAS_ALL",
|
|
3302
|
+
ANY = "ANY",
|
|
3303
|
+
HAS_SOME = "HAS_SOME",
|
|
3304
|
+
EMPTY = "EMPTY",
|
|
3305
|
+
}
|
|
3306
|
+
export enum Sort {
|
|
3307
|
+
NONE = "NONE",
|
|
3308
|
+
ASC = "ASC",
|
|
3309
|
+
DESC = "DESC",
|
|
3310
|
+
BOTH = "BOTH",
|
|
3311
|
+
}
|
|
3312
|
+
export interface IRequiredFields {
|
|
3313
|
+
field: string[];
|
|
3314
|
+
requiredField: $responses.wix.api.Wql.RequiredFields.IRequiredField[];
|
|
3315
|
+
}
|
|
3316
|
+
export class RequiredFields implements IRequiredFields {
|
|
3317
|
+
constructor(data?: IRequiredFields);
|
|
3318
|
+
field: string[];
|
|
3319
|
+
requiredField: $responses.wix.api.Wql.RequiredFields.IRequiredField[];
|
|
3320
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3321
|
+
}
|
|
3322
|
+
export namespace RequiredFields {
|
|
3323
|
+
export interface IRequiredField {
|
|
3324
|
+
path: string;
|
|
3325
|
+
sort: $responses.wix.api.Wql.Sort;
|
|
3326
|
+
}
|
|
3327
|
+
export class RequiredField implements IRequiredField {
|
|
3328
|
+
constructor(data?: IRequiredField);
|
|
3329
|
+
path: string;
|
|
3330
|
+
sort: $responses.wix.api.Wql.Sort;
|
|
3331
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3332
|
+
}
|
|
3333
|
+
}
|
|
3334
|
+
export interface IOperatorFieldSupport {
|
|
3335
|
+
operator: $responses.wix.api.Wql.Operator[];
|
|
3336
|
+
glob: string;
|
|
3337
|
+
field: string[];
|
|
3338
|
+
sort: $responses.wix.api.Wql.Sort;
|
|
3339
|
+
requiredFields: $responses.wix.api.Wql.IRequiredFields[];
|
|
3340
|
+
}
|
|
3341
|
+
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
3342
|
+
constructor(data?: IOperatorFieldSupport);
|
|
3343
|
+
operator: $responses.wix.api.Wql.Operator[];
|
|
3344
|
+
glob: string;
|
|
3345
|
+
field: string[];
|
|
3346
|
+
sort: $responses.wix.api.Wql.Sort;
|
|
3347
|
+
requiredFields: $responses.wix.api.Wql.IRequiredFields[];
|
|
3348
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3349
|
+
}
|
|
3350
|
+
}
|
|
3351
|
+
export interface IHookable {
|
|
3352
|
+
}
|
|
3353
|
+
export class Hookable implements IHookable {
|
|
3354
|
+
constructor(data?: IHookable);
|
|
3355
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3356
|
+
}
|
|
3357
|
+
export interface ITranslatable {
|
|
3358
|
+
name: string;
|
|
3359
|
+
hidden: boolean;
|
|
3360
|
+
grouping: string;
|
|
3361
|
+
type: $responses.wix.api.Translatable.Type;
|
|
3362
|
+
displayOnly: boolean;
|
|
3363
|
+
}
|
|
3364
|
+
export class Translatable implements ITranslatable {
|
|
3365
|
+
constructor(data?: ITranslatable);
|
|
3366
|
+
name: string;
|
|
3367
|
+
hidden: boolean;
|
|
3368
|
+
grouping: string;
|
|
3369
|
+
type: $responses.wix.api.Translatable.Type;
|
|
3370
|
+
displayOnly: boolean;
|
|
3371
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3372
|
+
}
|
|
3373
|
+
export namespace Translatable {
|
|
3374
|
+
export enum Type {
|
|
3375
|
+
UNDEFINED_TYPE = "UNDEFINED_TYPE",
|
|
3376
|
+
SHORT_TEXT = "SHORT_TEXT",
|
|
3377
|
+
LONG_TEXT = "LONG_TEXT",
|
|
3378
|
+
RICH_TEXT = "RICH_TEXT",
|
|
3379
|
+
RICH_CONTENT_EDITOR = "RICH_CONTENT_EDITOR",
|
|
3380
|
+
SELECTION = "SELECTION",
|
|
3381
|
+
MULTI_SELECTION = "MULTI_SELECTION",
|
|
3382
|
+
DOCUMENT = "DOCUMENT",
|
|
3383
|
+
IMAGE = "IMAGE",
|
|
3384
|
+
VIDEO = "VIDEO",
|
|
3385
|
+
IMAGE_LINK = "IMAGE_LINK",
|
|
3386
|
+
}
|
|
3387
|
+
}
|
|
3388
|
+
export interface IConditional {
|
|
3389
|
+
permission: string;
|
|
3390
|
+
requestedField: string;
|
|
3391
|
+
}
|
|
3392
|
+
export class Conditional implements IConditional {
|
|
3393
|
+
constructor(data?: IConditional);
|
|
3394
|
+
permission: string;
|
|
3395
|
+
requestedField: string;
|
|
3396
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3397
|
+
}
|
|
3398
|
+
export interface IServiceAppendix {
|
|
3399
|
+
type: $responses.wix.api.ServiceAppendix.Type;
|
|
3400
|
+
path: string;
|
|
3401
|
+
}
|
|
3402
|
+
export class ServiceAppendix implements IServiceAppendix {
|
|
3403
|
+
constructor(data?: IServiceAppendix);
|
|
3404
|
+
type: $responses.wix.api.ServiceAppendix.Type;
|
|
3405
|
+
path: string;
|
|
3406
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3407
|
+
}
|
|
3408
|
+
export namespace ServiceAppendix {
|
|
3409
|
+
export enum Type {
|
|
3410
|
+
UNKNOWN_APPENDIX_TYPE = "UNKNOWN_APPENDIX_TYPE",
|
|
3411
|
+
NILE = "NILE",
|
|
3412
|
+
MESSAGE_BUS = "MESSAGE_BUS",
|
|
3413
|
+
}
|
|
3414
|
+
}
|
|
3415
|
+
export enum Exposure {
|
|
3416
|
+
PRIVATE = "PRIVATE",
|
|
3417
|
+
INTERNAL = "INTERNAL",
|
|
3418
|
+
PUBLIC = "PUBLIC",
|
|
3419
|
+
}
|
|
3420
|
+
export enum Maturity {
|
|
3421
|
+
ALPHA = "ALPHA",
|
|
3422
|
+
BETA = "BETA",
|
|
3423
|
+
IA = "IA",
|
|
3424
|
+
GA = "GA",
|
|
3425
|
+
NOT_IMPLEMENTED = "NOT_IMPLEMENTED",
|
|
3426
|
+
}
|
|
3427
|
+
export interface IServiceEntity {
|
|
3428
|
+
message: string;
|
|
3429
|
+
namespace: string;
|
|
3430
|
+
}
|
|
3431
|
+
export class ServiceEntity implements IServiceEntity {
|
|
3432
|
+
constructor(data?: IServiceEntity);
|
|
3433
|
+
message: string;
|
|
3434
|
+
namespace: string;
|
|
3435
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3436
|
+
}
|
|
3437
|
+
export interface IEntity {
|
|
3438
|
+
fqdn: string;
|
|
3439
|
+
exposure: $responses.wix.api.Exposure;
|
|
3440
|
+
appendixFiles: $responses.wix.api.IMessageAppendix[];
|
|
3441
|
+
oldFqdnForBackwardsCompatibility: string;
|
|
3442
|
+
segment: $responses.wix.api.Segment.Segment;
|
|
3443
|
+
implements: string[];
|
|
3444
|
+
extensible?: $responses.wix.api.IExtensible;
|
|
3445
|
+
trashbin: boolean;
|
|
3446
|
+
plural: string;
|
|
3447
|
+
domainEventsReadPermission: string;
|
|
3448
|
+
appDefId: string;
|
|
3449
|
+
}
|
|
3450
|
+
export class Entity implements IEntity {
|
|
3451
|
+
constructor(data?: IEntity);
|
|
3452
|
+
fqdn: string;
|
|
3453
|
+
exposure: $responses.wix.api.Exposure;
|
|
3454
|
+
appendixFiles: $responses.wix.api.IMessageAppendix[];
|
|
3455
|
+
oldFqdnForBackwardsCompatibility: string;
|
|
3456
|
+
segment: $responses.wix.api.Segment.Segment;
|
|
3457
|
+
implements: string[];
|
|
3458
|
+
extensible?: $responses.wix.api.IExtensible;
|
|
3459
|
+
trashbin: boolean;
|
|
3460
|
+
plural: string;
|
|
3461
|
+
domainEventsReadPermission: string;
|
|
3462
|
+
appDefId: string;
|
|
3463
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3464
|
+
}
|
|
3465
|
+
export interface IExtensible {
|
|
3466
|
+
nestedExtensionFieldPath: string;
|
|
3467
|
+
}
|
|
3468
|
+
export class Extensible implements IExtensible {
|
|
3469
|
+
constructor(data?: IExtensible);
|
|
3470
|
+
nestedExtensionFieldPath: string;
|
|
3471
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3472
|
+
}
|
|
3473
|
+
export interface IMessageAppendix {
|
|
3474
|
+
type: $responses.wix.api.MessageAppendix.Type;
|
|
3475
|
+
path: string;
|
|
3476
|
+
}
|
|
3477
|
+
export class MessageAppendix implements IMessageAppendix {
|
|
3478
|
+
constructor(data?: IMessageAppendix);
|
|
3479
|
+
type: $responses.wix.api.MessageAppendix.Type;
|
|
3480
|
+
path: string;
|
|
3481
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3482
|
+
}
|
|
3483
|
+
export namespace MessageAppendix {
|
|
3484
|
+
export enum Type {
|
|
3485
|
+
UNKNOWN_APPENDIX_TYPE = "UNKNOWN_APPENDIX_TYPE",
|
|
3486
|
+
AUTO_VELO = "AUTO_VELO",
|
|
3487
|
+
DOCS_CONF = "DOCS_CONF",
|
|
3488
|
+
MULTILINGUAL = "MULTILINGUAL",
|
|
3489
|
+
}
|
|
3490
|
+
}
|
|
3491
|
+
export interface ICallback {
|
|
3492
|
+
topic: string;
|
|
3493
|
+
segment: $responses.wix.api.Segment.Segment;
|
|
3494
|
+
payload: string;
|
|
3495
|
+
permission: string;
|
|
3496
|
+
eventType: $responses.wix.api.Callback.EventType;
|
|
3497
|
+
exposure: $responses.wix.api.Exposure;
|
|
3498
|
+
maturity: $responses.wix.api.Maturity;
|
|
3499
|
+
}
|
|
3500
|
+
export class Callback implements ICallback {
|
|
3501
|
+
constructor(data?: ICallback);
|
|
3502
|
+
topic: string;
|
|
3503
|
+
segment: $responses.wix.api.Segment.Segment;
|
|
3504
|
+
payload: string;
|
|
3505
|
+
permission: string;
|
|
3506
|
+
eventType: $responses.wix.api.Callback.EventType;
|
|
3507
|
+
exposure: $responses.wix.api.Exposure;
|
|
3508
|
+
maturity: $responses.wix.api.Maturity;
|
|
3509
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3510
|
+
}
|
|
3511
|
+
export namespace Callback {
|
|
3512
|
+
export enum EventType {
|
|
3513
|
+
UNKNOWN = "UNKNOWN",
|
|
3514
|
+
CREATED = "CREATED",
|
|
3515
|
+
UPDATED = "UPDATED",
|
|
3516
|
+
DELETED = "DELETED",
|
|
3517
|
+
ACTION = "ACTION",
|
|
3518
|
+
}
|
|
3519
|
+
}
|
|
3520
|
+
export interface IDomainEvent {
|
|
3521
|
+
actionMessageFqn: string;
|
|
3522
|
+
webhookPermissionOverride: string;
|
|
3523
|
+
eventType: $responses.wix.api.DomainEvent.EventType;
|
|
3524
|
+
exposure: $responses.wix.api.Exposure;
|
|
3525
|
+
maturity: $responses.wix.api.Maturity;
|
|
3526
|
+
}
|
|
3527
|
+
export class DomainEvent implements IDomainEvent {
|
|
3528
|
+
constructor(data?: IDomainEvent);
|
|
3529
|
+
actionMessageFqn: string;
|
|
3530
|
+
webhookPermissionOverride: string;
|
|
3531
|
+
eventType: $responses.wix.api.DomainEvent.EventType;
|
|
3532
|
+
exposure: $responses.wix.api.Exposure;
|
|
3533
|
+
maturity: $responses.wix.api.Maturity;
|
|
3534
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3535
|
+
}
|
|
3536
|
+
export namespace DomainEvent {
|
|
3537
|
+
export enum EventType {
|
|
3538
|
+
UNKNOWN = "UNKNOWN",
|
|
3539
|
+
CREATED = "CREATED",
|
|
3540
|
+
UPDATED = "UPDATED",
|
|
3541
|
+
DELETED = "DELETED",
|
|
3542
|
+
ACTION = "ACTION",
|
|
3543
|
+
}
|
|
3544
|
+
}
|
|
3545
|
+
export interface IEmits {
|
|
3546
|
+
eventType: $responses.wix.api.DomainEvent.EventType;
|
|
3547
|
+
actionMessageFqn: string;
|
|
3548
|
+
}
|
|
3549
|
+
export class Emits implements IEmits {
|
|
3550
|
+
constructor(data?: IEmits);
|
|
3551
|
+
eventType: $responses.wix.api.DomainEvent.EventType;
|
|
3552
|
+
actionMessageFqn: string;
|
|
3553
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3554
|
+
}
|
|
3555
|
+
export interface ICallbackDeprecation {
|
|
3556
|
+
replacedBy: string;
|
|
3557
|
+
targetRemovalDate: string;
|
|
3558
|
+
eventType: $responses.wix.api.Callback.EventType;
|
|
3559
|
+
customSlug: string;
|
|
3560
|
+
payload: string;
|
|
3561
|
+
}
|
|
3562
|
+
export class CallbackDeprecation implements ICallbackDeprecation {
|
|
3563
|
+
constructor(data?: ICallbackDeprecation);
|
|
3564
|
+
replacedBy: string;
|
|
3565
|
+
targetRemovalDate: string;
|
|
3566
|
+
eventType: $responses.wix.api.Callback.EventType;
|
|
3567
|
+
customSlug: string;
|
|
3568
|
+
payload: string;
|
|
3569
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3570
|
+
}
|
|
3571
|
+
export interface ISegment {
|
|
3572
|
+
}
|
|
3573
|
+
export class Segment implements ISegment {
|
|
3574
|
+
constructor(data?: ISegment);
|
|
3575
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3576
|
+
}
|
|
3577
|
+
export namespace Segment {
|
|
3578
|
+
export enum Segment {
|
|
3579
|
+
UNSPECIFIED = "UNSPECIFIED",
|
|
3580
|
+
USERS = "USERS",
|
|
3581
|
+
PUBLIC = "PUBLIC",
|
|
3582
|
+
OTHERS = "OTHERS",
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3585
|
+
export interface IActionPayload {
|
|
3586
|
+
customSlug: string;
|
|
3587
|
+
}
|
|
3588
|
+
export class ActionPayload implements IActionPayload {
|
|
3589
|
+
constructor(data?: IActionPayload);
|
|
3590
|
+
customSlug: string;
|
|
3591
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3592
|
+
}
|
|
3593
|
+
export interface IRequestContext {
|
|
3594
|
+
aspects?: { [k: string]: string };
|
|
3595
|
+
}
|
|
3596
|
+
export class RequestContext implements IRequestContext {
|
|
3597
|
+
constructor(data?: IRequestContext);
|
|
3598
|
+
aspects?: { [k: string]: string };
|
|
3599
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3600
|
+
}
|
|
3601
|
+
export interface IResponseContext {
|
|
3602
|
+
aspects: $responses.wix.api.IResponseContextEntry[];
|
|
3603
|
+
}
|
|
3604
|
+
export class ResponseContext implements IResponseContext {
|
|
3605
|
+
constructor(data?: IResponseContext);
|
|
3606
|
+
aspects: $responses.wix.api.IResponseContextEntry[];
|
|
3607
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3608
|
+
}
|
|
3609
|
+
export interface IResponseContextEntry {
|
|
3610
|
+
aspectEntry?: { [k: string]: string };
|
|
3611
|
+
}
|
|
3612
|
+
export class ResponseContextEntry implements IResponseContextEntry {
|
|
3613
|
+
constructor(data?: IResponseContextEntry);
|
|
3614
|
+
aspectEntry?: { [k: string]: string };
|
|
3615
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3616
|
+
}
|
|
3617
|
+
export interface IDetails {
|
|
3618
|
+
applicationError?: $responses.wix.api.IApplicationError;
|
|
3619
|
+
validationError?: $responses.wix.api.IValidationError;
|
|
3620
|
+
tracing?: { [k: string]: string };
|
|
3621
|
+
}
|
|
3622
|
+
export class Details implements IDetails {
|
|
3623
|
+
constructor(data?: IDetails);
|
|
3624
|
+
applicationError?: $responses.wix.api.IApplicationError;
|
|
3625
|
+
validationError?: $responses.wix.api.IValidationError;
|
|
3626
|
+
tracing?: { [k: string]: string };
|
|
3627
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3628
|
+
}
|
|
3629
|
+
export interface IApplicationError {
|
|
3630
|
+
code: string;
|
|
3631
|
+
description: string;
|
|
3632
|
+
data?: { [key: string]: any };
|
|
3633
|
+
}
|
|
3634
|
+
export class ApplicationError implements IApplicationError {
|
|
3635
|
+
constructor(data?: IApplicationError);
|
|
3636
|
+
code: string;
|
|
3637
|
+
description: string;
|
|
3638
|
+
data?: { [key: string]: any };
|
|
3639
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3640
|
+
}
|
|
3641
|
+
/**
|
|
3642
|
+
* example result:
|
|
3643
|
+
* {
|
|
3644
|
+
* "fieldViolations": [
|
|
3645
|
+
* {
|
|
3646
|
+
* "field": "fieldA",
|
|
3647
|
+
* "description": "invalid music note. supported notes: [do,re,mi,fa,sol,la,ti]",
|
|
3648
|
+
* "violatedRule": "OTHER",
|
|
3649
|
+
* "ruleName": "INVALID_NOTE",
|
|
3650
|
+
* "data": {
|
|
3651
|
+
* "value": "FI"
|
|
3652
|
+
* }
|
|
3653
|
+
* },
|
|
3654
|
+
* {
|
|
3655
|
+
* "field": "fieldB",
|
|
3656
|
+
* "description": "field value out of range. supported range: [0-20]",
|
|
3657
|
+
* "violatedRule": "MAX",
|
|
3658
|
+
* "data": {
|
|
3659
|
+
* "threshold": 20
|
|
3660
|
+
* }
|
|
3661
|
+
* },
|
|
3662
|
+
* {
|
|
3663
|
+
* "field": "fieldC",
|
|
3664
|
+
* "description": "invalid phone number. provide a valid phone number of size: [7-12], supported characters: [0-9, +, -, (, )]",
|
|
3665
|
+
* "violatedRule": "FORMAT",
|
|
3666
|
+
* "data": {
|
|
3667
|
+
* "type": "PHONE"
|
|
3668
|
+
* }
|
|
3669
|
+
* }
|
|
3670
|
+
* ]
|
|
3671
|
+
* }
|
|
3672
|
+
*/
|
|
3673
|
+
export interface IValidationError {
|
|
3674
|
+
fieldViolations: $responses.wix.api.ValidationError.IFieldViolation[];
|
|
3675
|
+
}
|
|
3676
|
+
export class ValidationError implements IValidationError {
|
|
3677
|
+
constructor(data?: IValidationError);
|
|
3678
|
+
fieldViolations: $responses.wix.api.ValidationError.IFieldViolation[];
|
|
3679
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3680
|
+
}
|
|
3681
|
+
export namespace ValidationError {
|
|
3682
|
+
export enum RuleType {
|
|
3683
|
+
VALIDATION = "VALIDATION",
|
|
3684
|
+
OTHER = "OTHER",
|
|
3685
|
+
MAX = "MAX",
|
|
3686
|
+
MIN = "MIN",
|
|
3687
|
+
MAX_LENGTH = "MAX_LENGTH",
|
|
3688
|
+
MIN_LENGTH = "MIN_LENGTH",
|
|
3689
|
+
MAX_SIZE = "MAX_SIZE",
|
|
3690
|
+
MIN_SIZE = "MIN_SIZE",
|
|
3691
|
+
FORMAT = "FORMAT",
|
|
3692
|
+
DECIMAL_LTE = "DECIMAL_LTE",
|
|
3693
|
+
DECIMAL_GTE = "DECIMAL_GTE",
|
|
3694
|
+
DECIMAL_LT = "DECIMAL_LT",
|
|
3695
|
+
DECIMAL_GT = "DECIMAL_GT",
|
|
3696
|
+
DECIMAL_MAX_SCALE = "DECIMAL_MAX_SCALE",
|
|
3697
|
+
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
3698
|
+
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
3699
|
+
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
3700
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
3701
|
+
}
|
|
3702
|
+
export interface IFieldViolation {
|
|
3703
|
+
field: string;
|
|
3704
|
+
description: string;
|
|
3705
|
+
violatedRule: $responses.wix.api.ValidationError.RuleType;
|
|
3706
|
+
ruleName?: string;
|
|
3707
|
+
data?: { [key: string]: any };
|
|
3708
|
+
}
|
|
3709
|
+
export class FieldViolation implements IFieldViolation {
|
|
3710
|
+
constructor(data?: IFieldViolation);
|
|
3711
|
+
field: string;
|
|
3712
|
+
description: string;
|
|
3713
|
+
violatedRule: $responses.wix.api.ValidationError.RuleType;
|
|
3714
|
+
ruleName?: string;
|
|
3715
|
+
data?: { [key: string]: any };
|
|
3716
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3717
|
+
}
|
|
3718
|
+
}
|
|
3719
|
+
export interface ILimitRuleInt32DataPayload {
|
|
3720
|
+
threshold: number;
|
|
3721
|
+
}
|
|
3722
|
+
export class LimitRuleInt32DataPayload implements ILimitRuleInt32DataPayload {
|
|
3723
|
+
constructor(data?: ILimitRuleInt32DataPayload);
|
|
3724
|
+
threshold: number;
|
|
3725
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3726
|
+
}
|
|
3727
|
+
export interface ILimitRuleDoubleDataPayload {
|
|
3728
|
+
threshold: number;
|
|
3729
|
+
}
|
|
3730
|
+
export class LimitRuleDoubleDataPayload implements ILimitRuleDoubleDataPayload {
|
|
3731
|
+
constructor(data?: ILimitRuleDoubleDataPayload);
|
|
3732
|
+
threshold: number;
|
|
3733
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3734
|
+
}
|
|
3735
|
+
export interface ILimitRuleStringDataPayload {
|
|
3736
|
+
threshold: string;
|
|
3737
|
+
}
|
|
3738
|
+
export class LimitRuleStringDataPayload implements ILimitRuleStringDataPayload {
|
|
3739
|
+
constructor(data?: ILimitRuleStringDataPayload);
|
|
3740
|
+
threshold: string;
|
|
3741
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3742
|
+
}
|
|
3743
|
+
export interface IFormatRuleDataPayload {
|
|
3744
|
+
type: string;
|
|
3745
|
+
}
|
|
3746
|
+
export class FormatRuleDataPayload implements IFormatRuleDataPayload {
|
|
3747
|
+
constructor(data?: IFormatRuleDataPayload);
|
|
3748
|
+
type: string;
|
|
3749
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3750
|
+
}
|
|
3751
|
+
export interface IEnumRuleDataPayload {
|
|
3752
|
+
supported: string[];
|
|
3753
|
+
}
|
|
3754
|
+
export class EnumRuleDataPayload implements IEnumRuleDataPayload {
|
|
3755
|
+
constructor(data?: IEnumRuleDataPayload);
|
|
3756
|
+
supported: string[];
|
|
3757
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3758
|
+
}
|
|
3759
|
+
export interface IPermissionRule {
|
|
3760
|
+
name: string;
|
|
3761
|
+
type: $responses.wix.api.PermissionType;
|
|
3762
|
+
}
|
|
3763
|
+
export class PermissionRule implements IPermissionRule {
|
|
3764
|
+
constructor(data?: IPermissionRule);
|
|
3765
|
+
name: string;
|
|
3766
|
+
type: $responses.wix.api.PermissionType;
|
|
3767
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3768
|
+
}
|
|
3769
|
+
export enum PermissionType {
|
|
3770
|
+
AUTO = "AUTO",
|
|
3771
|
+
MANUAL = "MANUAL",
|
|
3772
|
+
}
|
|
3773
|
+
export interface ISla {
|
|
3774
|
+
responseTimeMs: number;
|
|
3775
|
+
}
|
|
3776
|
+
export class Sla implements ISla {
|
|
3777
|
+
constructor(data?: ISla);
|
|
3778
|
+
responseTimeMs: number;
|
|
3779
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3780
|
+
}
|
|
3781
|
+
export interface ISubscription {
|
|
3782
|
+
topic: string;
|
|
3783
|
+
segment: $responses.wix.api.Segment.Segment;
|
|
3784
|
+
batch: boolean;
|
|
3785
|
+
entity: string;
|
|
3786
|
+
}
|
|
3787
|
+
export class Subscription implements ISubscription {
|
|
3788
|
+
constructor(data?: ISubscription);
|
|
3789
|
+
topic: string;
|
|
3790
|
+
segment: $responses.wix.api.Segment.Segment;
|
|
3791
|
+
batch: boolean;
|
|
3792
|
+
entity: string;
|
|
3793
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3794
|
+
}
|
|
3795
|
+
}
|
|
3796
|
+
export namespace http {
|
|
3797
|
+
export interface IInferFieldmask {
|
|
3798
|
+
from: string;
|
|
3799
|
+
fieldmask: string;
|
|
3800
|
+
}
|
|
3801
|
+
export class InferFieldmask implements IInferFieldmask {
|
|
3802
|
+
constructor(data?: IInferFieldmask);
|
|
3803
|
+
from: string;
|
|
3804
|
+
fieldmask: string;
|
|
3805
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
export namespace sdk {
|
|
3809
|
+
export interface ISignature {
|
|
3810
|
+
params: string[];
|
|
3811
|
+
}
|
|
3812
|
+
export class Signature implements ISignature {
|
|
3813
|
+
constructor(data?: ISignature);
|
|
3814
|
+
params: string[];
|
|
3815
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3816
|
+
}
|
|
3817
|
+
}
|
|
3818
|
+
export namespace spi {
|
|
3819
|
+
export interface IService {
|
|
3820
|
+
spiIdentifier: string;
|
|
3821
|
+
configMessage: string;
|
|
3822
|
+
hostService: string;
|
|
3823
|
+
businessManagerUrl: string;
|
|
3824
|
+
fqdn: string;
|
|
3825
|
+
appDefId: string;
|
|
3826
|
+
}
|
|
3827
|
+
export class Service implements IService {
|
|
3828
|
+
constructor(data?: IService);
|
|
3829
|
+
spiIdentifier: string;
|
|
3830
|
+
configMessage: string;
|
|
3831
|
+
hostService: string;
|
|
3832
|
+
businessManagerUrl: string;
|
|
3833
|
+
fqdn: string;
|
|
3834
|
+
appDefId: string;
|
|
3835
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3836
|
+
}
|
|
3837
|
+
export interface IError {
|
|
3838
|
+
name: string;
|
|
3839
|
+
httpCode: $responses.wix.spi.HttpStatusCode;
|
|
3840
|
+
applicationCode: string;
|
|
3841
|
+
data: string;
|
|
3842
|
+
}
|
|
3843
|
+
export class Error implements IError {
|
|
3844
|
+
constructor(data?: IError);
|
|
3845
|
+
name: string;
|
|
3846
|
+
httpCode: $responses.wix.spi.HttpStatusCode;
|
|
3847
|
+
applicationCode: string;
|
|
3848
|
+
data: string;
|
|
3849
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3850
|
+
}
|
|
3851
|
+
export interface IEvent {
|
|
3852
|
+
methodName: string;
|
|
3853
|
+
}
|
|
3854
|
+
export class Event implements IEvent {
|
|
3855
|
+
constructor(data?: IEvent);
|
|
3856
|
+
methodName: string;
|
|
3857
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3858
|
+
}
|
|
3859
|
+
export enum HttpStatusCode {
|
|
3860
|
+
UNKNOWN_ERROR = "UNKNOWN_ERROR",
|
|
3861
|
+
UNAUTHENTICATED = "UNAUTHENTICATED",
|
|
3862
|
+
INVALID_ARGUMENT = "INVALID_ARGUMENT",
|
|
3863
|
+
INTERNAL = "INTERNAL",
|
|
3864
|
+
RESOURCE_EXHAUSTED = "RESOURCE_EXHAUSTED",
|
|
3865
|
+
CANCELED = "CANCELED",
|
|
3866
|
+
NOT_FOUND = "NOT_FOUND",
|
|
3867
|
+
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
3868
|
+
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
3869
|
+
}
|
|
3870
|
+
}
|
|
3871
|
+
}
|
|
3872
|
+
export namespace google {
|
|
3873
|
+
export namespace protobuf {
|
|
3874
|
+
export interface IFileDescriptorSet {
|
|
3875
|
+
file: $responses.google.protobuf.IFileDescriptorProto[];
|
|
3876
|
+
}
|
|
3877
|
+
export class FileDescriptorSet implements IFileDescriptorSet {
|
|
3878
|
+
constructor(data?: IFileDescriptorSet);
|
|
3879
|
+
file: $responses.google.protobuf.IFileDescriptorProto[];
|
|
3880
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3881
|
+
}
|
|
3882
|
+
export interface IFileDescriptorProto {
|
|
3883
|
+
name: string;
|
|
3884
|
+
package: string;
|
|
3885
|
+
dependency: string[];
|
|
3886
|
+
publicDependency: number[];
|
|
3887
|
+
weakDependency: number[];
|
|
3888
|
+
messageType: $responses.google.protobuf.IDescriptorProto[];
|
|
3889
|
+
enumType: $responses.google.protobuf.IEnumDescriptorProto[];
|
|
3890
|
+
service: $responses.google.protobuf.IServiceDescriptorProto[];
|
|
3891
|
+
extension: $responses.google.protobuf.IFieldDescriptorProto[];
|
|
3892
|
+
options?: $responses.google.protobuf.IFileOptions;
|
|
3893
|
+
sourceCodeInfo?: $responses.google.protobuf.ISourceCodeInfo;
|
|
3894
|
+
syntax: string;
|
|
3895
|
+
}
|
|
3896
|
+
export class FileDescriptorProto implements IFileDescriptorProto {
|
|
3897
|
+
constructor(data?: IFileDescriptorProto);
|
|
3898
|
+
name: string;
|
|
3899
|
+
package: string;
|
|
3900
|
+
dependency: string[];
|
|
3901
|
+
publicDependency: number[];
|
|
3902
|
+
weakDependency: number[];
|
|
3903
|
+
messageType: $responses.google.protobuf.IDescriptorProto[];
|
|
3904
|
+
enumType: $responses.google.protobuf.IEnumDescriptorProto[];
|
|
3905
|
+
service: $responses.google.protobuf.IServiceDescriptorProto[];
|
|
3906
|
+
extension: $responses.google.protobuf.IFieldDescriptorProto[];
|
|
3907
|
+
options?: $responses.google.protobuf.IFileOptions;
|
|
3908
|
+
sourceCodeInfo?: $responses.google.protobuf.ISourceCodeInfo;
|
|
3909
|
+
syntax: string;
|
|
3910
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3911
|
+
}
|
|
3912
|
+
export interface IDescriptorProto {
|
|
3913
|
+
name: string;
|
|
3914
|
+
field: $responses.google.protobuf.IFieldDescriptorProto[];
|
|
3915
|
+
extension: $responses.google.protobuf.IFieldDescriptorProto[];
|
|
3916
|
+
nestedType: $responses.google.protobuf.IDescriptorProto[];
|
|
3917
|
+
enumType: $responses.google.protobuf.IEnumDescriptorProto[];
|
|
3918
|
+
extensionRange: $responses.google.protobuf.DescriptorProto.IExtensionRange[];
|
|
3919
|
+
oneofDecl: $responses.google.protobuf.IOneofDescriptorProto[];
|
|
3920
|
+
options?: $responses.google.protobuf.IMessageOptions;
|
|
3921
|
+
reservedRange: $responses.google.protobuf.DescriptorProto.IReservedRange[];
|
|
3922
|
+
reservedName: string[];
|
|
3923
|
+
}
|
|
3924
|
+
export class DescriptorProto implements IDescriptorProto {
|
|
3925
|
+
constructor(data?: IDescriptorProto);
|
|
3926
|
+
name: string;
|
|
3927
|
+
field: $responses.google.protobuf.IFieldDescriptorProto[];
|
|
3928
|
+
extension: $responses.google.protobuf.IFieldDescriptorProto[];
|
|
3929
|
+
nestedType: $responses.google.protobuf.IDescriptorProto[];
|
|
3930
|
+
enumType: $responses.google.protobuf.IEnumDescriptorProto[];
|
|
3931
|
+
extensionRange: $responses.google.protobuf.DescriptorProto.IExtensionRange[];
|
|
3932
|
+
oneofDecl: $responses.google.protobuf.IOneofDescriptorProto[];
|
|
3933
|
+
options?: $responses.google.protobuf.IMessageOptions;
|
|
3934
|
+
reservedRange: $responses.google.protobuf.DescriptorProto.IReservedRange[];
|
|
3935
|
+
reservedName: string[];
|
|
3936
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3937
|
+
}
|
|
3938
|
+
export namespace DescriptorProto {
|
|
3939
|
+
export interface IExtensionRange {
|
|
3940
|
+
start: number;
|
|
3941
|
+
end: number;
|
|
3942
|
+
options?: $responses.google.protobuf.IExtensionRangeOptions;
|
|
3943
|
+
}
|
|
3944
|
+
export class ExtensionRange implements IExtensionRange {
|
|
3945
|
+
constructor(data?: IExtensionRange);
|
|
3946
|
+
start: number;
|
|
3947
|
+
end: number;
|
|
3948
|
+
options?: $responses.google.protobuf.IExtensionRangeOptions;
|
|
3949
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3950
|
+
}
|
|
3951
|
+
export interface IReservedRange {
|
|
3952
|
+
start: number;
|
|
3953
|
+
end: number;
|
|
3954
|
+
}
|
|
3955
|
+
export class ReservedRange implements IReservedRange {
|
|
3956
|
+
constructor(data?: IReservedRange);
|
|
3957
|
+
start: number;
|
|
3958
|
+
end: number;
|
|
3959
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3962
|
+
export interface IExtensionRangeOptions {
|
|
3963
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
3964
|
+
}
|
|
3965
|
+
export class ExtensionRangeOptions implements IExtensionRangeOptions {
|
|
3966
|
+
constructor(data?: IExtensionRangeOptions);
|
|
3967
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
3968
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3969
|
+
}
|
|
3970
|
+
export interface IFieldDescriptorProto {
|
|
3971
|
+
name: string;
|
|
3972
|
+
number: number;
|
|
3973
|
+
label: $responses.google.protobuf.FieldDescriptorProto.Label;
|
|
3974
|
+
type: $responses.google.protobuf.FieldDescriptorProto.Type;
|
|
3975
|
+
typeName: string;
|
|
3976
|
+
extendee: string;
|
|
3977
|
+
defaultValue: string;
|
|
3978
|
+
oneofIndex: number;
|
|
3979
|
+
jsonName: string;
|
|
3980
|
+
options?: $responses.google.protobuf.IFieldOptions;
|
|
3981
|
+
proto3Optional: boolean;
|
|
3982
|
+
}
|
|
3983
|
+
export class FieldDescriptorProto implements IFieldDescriptorProto {
|
|
3984
|
+
constructor(data?: IFieldDescriptorProto);
|
|
3985
|
+
name: string;
|
|
3986
|
+
number: number;
|
|
3987
|
+
label: $responses.google.protobuf.FieldDescriptorProto.Label;
|
|
3988
|
+
type: $responses.google.protobuf.FieldDescriptorProto.Type;
|
|
3989
|
+
typeName: string;
|
|
3990
|
+
extendee: string;
|
|
3991
|
+
defaultValue: string;
|
|
3992
|
+
oneofIndex: number;
|
|
3993
|
+
jsonName: string;
|
|
3994
|
+
options?: $responses.google.protobuf.IFieldOptions;
|
|
3995
|
+
proto3Optional: boolean;
|
|
3996
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3997
|
+
}
|
|
3998
|
+
export namespace FieldDescriptorProto {
|
|
3999
|
+
export enum Type {
|
|
4000
|
+
TYPE_DOUBLE = "TYPE_DOUBLE",
|
|
4001
|
+
TYPE_FLOAT = "TYPE_FLOAT",
|
|
4002
|
+
TYPE_INT64 = "TYPE_INT64",
|
|
4003
|
+
TYPE_UINT64 = "TYPE_UINT64",
|
|
4004
|
+
TYPE_INT32 = "TYPE_INT32",
|
|
4005
|
+
TYPE_FIXED64 = "TYPE_FIXED64",
|
|
4006
|
+
TYPE_FIXED32 = "TYPE_FIXED32",
|
|
4007
|
+
TYPE_BOOL = "TYPE_BOOL",
|
|
4008
|
+
TYPE_STRING = "TYPE_STRING",
|
|
4009
|
+
TYPE_GROUP = "TYPE_GROUP",
|
|
4010
|
+
TYPE_MESSAGE = "TYPE_MESSAGE",
|
|
4011
|
+
TYPE_BYTES = "TYPE_BYTES",
|
|
4012
|
+
TYPE_UINT32 = "TYPE_UINT32",
|
|
4013
|
+
TYPE_ENUM = "TYPE_ENUM",
|
|
4014
|
+
TYPE_SFIXED32 = "TYPE_SFIXED32",
|
|
4015
|
+
TYPE_SFIXED64 = "TYPE_SFIXED64",
|
|
4016
|
+
TYPE_SINT32 = "TYPE_SINT32",
|
|
4017
|
+
TYPE_SINT64 = "TYPE_SINT64",
|
|
4018
|
+
}
|
|
4019
|
+
export enum Label {
|
|
4020
|
+
LABEL_OPTIONAL = "LABEL_OPTIONAL",
|
|
4021
|
+
LABEL_REQUIRED = "LABEL_REQUIRED",
|
|
4022
|
+
LABEL_REPEATED = "LABEL_REPEATED",
|
|
4023
|
+
}
|
|
4024
|
+
}
|
|
4025
|
+
export interface IOneofDescriptorProto {
|
|
4026
|
+
name: string;
|
|
4027
|
+
options?: $responses.google.protobuf.IOneofOptions;
|
|
4028
|
+
}
|
|
4029
|
+
export class OneofDescriptorProto implements IOneofDescriptorProto {
|
|
4030
|
+
constructor(data?: IOneofDescriptorProto);
|
|
4031
|
+
name: string;
|
|
4032
|
+
options?: $responses.google.protobuf.IOneofOptions;
|
|
4033
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4034
|
+
}
|
|
4035
|
+
export interface IEnumDescriptorProto {
|
|
4036
|
+
name: string;
|
|
4037
|
+
value: $responses.google.protobuf.IEnumValueDescriptorProto[];
|
|
4038
|
+
options?: $responses.google.protobuf.IEnumOptions;
|
|
4039
|
+
reservedRange: $responses.google.protobuf.EnumDescriptorProto.IEnumReservedRange[];
|
|
4040
|
+
reservedName: string[];
|
|
4041
|
+
}
|
|
4042
|
+
export class EnumDescriptorProto implements IEnumDescriptorProto {
|
|
4043
|
+
constructor(data?: IEnumDescriptorProto);
|
|
4044
|
+
name: string;
|
|
4045
|
+
value: $responses.google.protobuf.IEnumValueDescriptorProto[];
|
|
4046
|
+
options?: $responses.google.protobuf.IEnumOptions;
|
|
4047
|
+
reservedRange: $responses.google.protobuf.EnumDescriptorProto.IEnumReservedRange[];
|
|
4048
|
+
reservedName: string[];
|
|
4049
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4050
|
+
}
|
|
4051
|
+
export namespace EnumDescriptorProto {
|
|
4052
|
+
export interface IEnumReservedRange {
|
|
4053
|
+
start: number;
|
|
4054
|
+
end: number;
|
|
4055
|
+
}
|
|
4056
|
+
export class EnumReservedRange implements IEnumReservedRange {
|
|
4057
|
+
constructor(data?: IEnumReservedRange);
|
|
4058
|
+
start: number;
|
|
4059
|
+
end: number;
|
|
4060
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4061
|
+
}
|
|
4062
|
+
}
|
|
4063
|
+
export interface IEnumValueDescriptorProto {
|
|
4064
|
+
name: string;
|
|
4065
|
+
number: number;
|
|
4066
|
+
options?: $responses.google.protobuf.IEnumValueOptions;
|
|
4067
|
+
}
|
|
4068
|
+
export class EnumValueDescriptorProto implements IEnumValueDescriptorProto {
|
|
4069
|
+
constructor(data?: IEnumValueDescriptorProto);
|
|
4070
|
+
name: string;
|
|
4071
|
+
number: number;
|
|
4072
|
+
options?: $responses.google.protobuf.IEnumValueOptions;
|
|
4073
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4074
|
+
}
|
|
4075
|
+
export interface IServiceDescriptorProto {
|
|
4076
|
+
name: string;
|
|
4077
|
+
method: $responses.google.protobuf.IMethodDescriptorProto[];
|
|
4078
|
+
options?: $responses.google.protobuf.IServiceOptions;
|
|
4079
|
+
}
|
|
4080
|
+
export class ServiceDescriptorProto implements IServiceDescriptorProto {
|
|
4081
|
+
constructor(data?: IServiceDescriptorProto);
|
|
4082
|
+
name: string;
|
|
4083
|
+
method: $responses.google.protobuf.IMethodDescriptorProto[];
|
|
4084
|
+
options?: $responses.google.protobuf.IServiceOptions;
|
|
4085
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4086
|
+
}
|
|
4087
|
+
export interface IMethodDescriptorProto {
|
|
4088
|
+
name: string;
|
|
4089
|
+
inputType: string;
|
|
4090
|
+
outputType: string;
|
|
4091
|
+
options?: $responses.google.protobuf.IMethodOptions;
|
|
4092
|
+
clientStreaming: boolean;
|
|
4093
|
+
serverStreaming: boolean;
|
|
4094
|
+
}
|
|
4095
|
+
export class MethodDescriptorProto implements IMethodDescriptorProto {
|
|
4096
|
+
constructor(data?: IMethodDescriptorProto);
|
|
4097
|
+
name: string;
|
|
4098
|
+
inputType: string;
|
|
4099
|
+
outputType: string;
|
|
4100
|
+
options?: $responses.google.protobuf.IMethodOptions;
|
|
4101
|
+
clientStreaming: boolean;
|
|
4102
|
+
serverStreaming: boolean;
|
|
4103
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4104
|
+
}
|
|
4105
|
+
export interface IFileOptions {
|
|
4106
|
+
javaPackage: string;
|
|
4107
|
+
javaOuterClassname: string;
|
|
4108
|
+
javaMultipleFiles: boolean;
|
|
4109
|
+
javaGenerateEqualsAndHash: boolean;
|
|
4110
|
+
javaStringCheckUtf8: boolean;
|
|
4111
|
+
optimizeFor: $responses.google.protobuf.FileOptions.OptimizeMode;
|
|
4112
|
+
goPackage: string;
|
|
4113
|
+
ccGenericServices: boolean;
|
|
4114
|
+
javaGenericServices: boolean;
|
|
4115
|
+
pyGenericServices: boolean;
|
|
4116
|
+
phpGenericServices: boolean;
|
|
4117
|
+
deprecated: boolean;
|
|
4118
|
+
ccEnableArenas: boolean;
|
|
4119
|
+
objcClassPrefix: string;
|
|
4120
|
+
csharpNamespace: string;
|
|
4121
|
+
swiftPrefix: string;
|
|
4122
|
+
phpClassPrefix: string;
|
|
4123
|
+
phpNamespace: string;
|
|
4124
|
+
phpMetadataNamespace: string;
|
|
4125
|
+
rubyPackage: string;
|
|
4126
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4127
|
+
'.wix.graphql.namespace': string;
|
|
4128
|
+
}
|
|
4129
|
+
export class FileOptions implements IFileOptions {
|
|
4130
|
+
constructor(data?: IFileOptions);
|
|
4131
|
+
javaPackage: string;
|
|
4132
|
+
javaOuterClassname: string;
|
|
4133
|
+
javaMultipleFiles: boolean;
|
|
4134
|
+
javaGenerateEqualsAndHash: boolean;
|
|
4135
|
+
javaStringCheckUtf8: boolean;
|
|
4136
|
+
optimizeFor: $responses.google.protobuf.FileOptions.OptimizeMode;
|
|
4137
|
+
goPackage: string;
|
|
4138
|
+
ccGenericServices: boolean;
|
|
4139
|
+
javaGenericServices: boolean;
|
|
4140
|
+
pyGenericServices: boolean;
|
|
4141
|
+
phpGenericServices: boolean;
|
|
4142
|
+
deprecated: boolean;
|
|
4143
|
+
ccEnableArenas: boolean;
|
|
4144
|
+
objcClassPrefix: string;
|
|
4145
|
+
csharpNamespace: string;
|
|
4146
|
+
swiftPrefix: string;
|
|
4147
|
+
phpClassPrefix: string;
|
|
4148
|
+
phpNamespace: string;
|
|
4149
|
+
phpMetadataNamespace: string;
|
|
4150
|
+
rubyPackage: string;
|
|
4151
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4152
|
+
'.wix.graphql.namespace': string;
|
|
4153
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4154
|
+
}
|
|
4155
|
+
export namespace FileOptions {
|
|
4156
|
+
export enum OptimizeMode {
|
|
4157
|
+
SPEED = "SPEED",
|
|
4158
|
+
CODE_SIZE = "CODE_SIZE",
|
|
4159
|
+
LITE_RUNTIME = "LITE_RUNTIME",
|
|
4160
|
+
}
|
|
4161
|
+
}
|
|
4162
|
+
export interface IMessageOptions {
|
|
4163
|
+
messageSetWireFormat: boolean;
|
|
4164
|
+
noStandardDescriptorAccessor: boolean;
|
|
4165
|
+
deprecated: boolean;
|
|
4166
|
+
mapEntry: boolean;
|
|
4167
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4168
|
+
'.wix.api.decompositeOf': string;
|
|
4169
|
+
'.wix.api.decompositionMinimumFields': $responses.wix.api.IFieldSet[];
|
|
4170
|
+
'.wix.api.unwrapArrayValue': boolean;
|
|
4171
|
+
'.wix.api.messageDeprecated'?: $responses.wix.api.IDeprecated;
|
|
4172
|
+
'.wix.api.unique': $responses.wix.api.IUnique[];
|
|
4173
|
+
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
4174
|
+
'.wix.api.actionPayload'?: $responses.wix.api.IActionPayload;
|
|
4175
|
+
}
|
|
4176
|
+
export class MessageOptions implements IMessageOptions {
|
|
4177
|
+
constructor(data?: IMessageOptions);
|
|
4178
|
+
messageSetWireFormat: boolean;
|
|
4179
|
+
noStandardDescriptorAccessor: boolean;
|
|
4180
|
+
deprecated: boolean;
|
|
4181
|
+
mapEntry: boolean;
|
|
4182
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4183
|
+
'.wix.api.decompositeOf': string;
|
|
4184
|
+
'.wix.api.decompositionMinimumFields': $responses.wix.api.IFieldSet[];
|
|
4185
|
+
'.wix.api.unwrapArrayValue': boolean;
|
|
4186
|
+
'.wix.api.messageDeprecated'?: $responses.wix.api.IDeprecated;
|
|
4187
|
+
'.wix.api.unique': $responses.wix.api.IUnique[];
|
|
4188
|
+
'.wix.api.entity'?: $responses.wix.api.IEntity;
|
|
4189
|
+
'.wix.api.actionPayload'?: $responses.wix.api.IActionPayload;
|
|
4190
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4191
|
+
}
|
|
4192
|
+
export interface IFieldOptions {
|
|
4193
|
+
ctype: $responses.google.protobuf.FieldOptions.CType;
|
|
4194
|
+
packed: boolean;
|
|
4195
|
+
jstype: $responses.google.protobuf.FieldOptions.JSType;
|
|
4196
|
+
lazy: boolean;
|
|
4197
|
+
deprecated: boolean;
|
|
4198
|
+
weak: boolean;
|
|
4199
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4200
|
+
'.wix.api.max': number;
|
|
4201
|
+
'.wix.api.min': number;
|
|
4202
|
+
'.wix.api.maxLength': number;
|
|
4203
|
+
'.wix.api.minLength': number;
|
|
4204
|
+
'.wix.api.maxSize': number;
|
|
4205
|
+
'.wix.api.minSize': number;
|
|
4206
|
+
'.wix.api.format': $responses.wix.api.Format;
|
|
4207
|
+
'.wix.api.readOnly': boolean;
|
|
4208
|
+
'.wix.api.immutable': boolean;
|
|
4209
|
+
'.wix.api.decimalValue'?: $responses.wix.api.IDecimalValueOptions;
|
|
4210
|
+
'.wix.api.customValidation'?: $responses.wix.api.ICustomValidationError;
|
|
4211
|
+
'.wix.api.fieldExposure': $responses.wix.api.Exposure;
|
|
4212
|
+
'.wix.api.fieldMaturity': $responses.wix.api.Maturity;
|
|
4213
|
+
'.wix.api.pii': boolean;
|
|
4214
|
+
'.wix.api.referencedEntity': string;
|
|
4215
|
+
'.wix.api.fieldDeprecated'?: $responses.wix.api.IDeprecated;
|
|
4216
|
+
'.wix.api.translatable'?: $responses.wix.api.ITranslatable;
|
|
4217
|
+
'.wix.api.sampleData': string;
|
|
4218
|
+
'.wix.api.conditional'?: $responses.wix.api.IConditional;
|
|
4219
|
+
'.wix.http.inferFieldmaskFrom': string;
|
|
4220
|
+
'.wix.spi.baseUri': boolean;
|
|
4221
|
+
}
|
|
4222
|
+
export class FieldOptions implements IFieldOptions {
|
|
4223
|
+
constructor(data?: IFieldOptions);
|
|
4224
|
+
ctype: $responses.google.protobuf.FieldOptions.CType;
|
|
4225
|
+
packed: boolean;
|
|
4226
|
+
jstype: $responses.google.protobuf.FieldOptions.JSType;
|
|
4227
|
+
lazy: boolean;
|
|
4228
|
+
deprecated: boolean;
|
|
4229
|
+
weak: boolean;
|
|
4230
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4231
|
+
'.wix.api.max': number;
|
|
4232
|
+
'.wix.api.min': number;
|
|
4233
|
+
'.wix.api.maxLength': number;
|
|
4234
|
+
'.wix.api.minLength': number;
|
|
4235
|
+
'.wix.api.maxSize': number;
|
|
4236
|
+
'.wix.api.minSize': number;
|
|
4237
|
+
'.wix.api.format': $responses.wix.api.Format;
|
|
4238
|
+
'.wix.api.readOnly': boolean;
|
|
4239
|
+
'.wix.api.immutable': boolean;
|
|
4240
|
+
'.wix.api.decimalValue'?: $responses.wix.api.IDecimalValueOptions;
|
|
4241
|
+
'.wix.api.customValidation'?: $responses.wix.api.ICustomValidationError;
|
|
4242
|
+
'.wix.api.fieldExposure': $responses.wix.api.Exposure;
|
|
4243
|
+
'.wix.api.fieldMaturity': $responses.wix.api.Maturity;
|
|
4244
|
+
'.wix.api.pii': boolean;
|
|
4245
|
+
'.wix.api.referencedEntity': string;
|
|
4246
|
+
'.wix.api.fieldDeprecated'?: $responses.wix.api.IDeprecated;
|
|
4247
|
+
'.wix.api.translatable'?: $responses.wix.api.ITranslatable;
|
|
4248
|
+
'.wix.api.sampleData': string;
|
|
4249
|
+
'.wix.api.conditional'?: $responses.wix.api.IConditional;
|
|
4250
|
+
'.wix.http.inferFieldmaskFrom': string;
|
|
4251
|
+
'.wix.spi.baseUri': boolean;
|
|
4252
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4253
|
+
}
|
|
4254
|
+
export namespace FieldOptions {
|
|
4255
|
+
export enum CType {
|
|
4256
|
+
STRING = "STRING",
|
|
4257
|
+
CORD = "CORD",
|
|
4258
|
+
STRING_PIECE = "STRING_PIECE",
|
|
4259
|
+
}
|
|
4260
|
+
export enum JSType {
|
|
4261
|
+
JS_NORMAL = "JS_NORMAL",
|
|
4262
|
+
JS_STRING = "JS_STRING",
|
|
4263
|
+
JS_NUMBER = "JS_NUMBER",
|
|
4264
|
+
}
|
|
4265
|
+
}
|
|
4266
|
+
export interface IOneofOptions {
|
|
4267
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4268
|
+
'.wix.api.alignedWithEnum'?: $responses.wix.api.IAlignedWithEnum;
|
|
4269
|
+
}
|
|
4270
|
+
export class OneofOptions implements IOneofOptions {
|
|
4271
|
+
constructor(data?: IOneofOptions);
|
|
4272
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4273
|
+
'.wix.api.alignedWithEnum'?: $responses.wix.api.IAlignedWithEnum;
|
|
4274
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4275
|
+
}
|
|
4276
|
+
export interface IEnumOptions {
|
|
4277
|
+
allowAlias: boolean;
|
|
4278
|
+
deprecated: boolean;
|
|
4279
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4280
|
+
}
|
|
4281
|
+
export class EnumOptions implements IEnumOptions {
|
|
4282
|
+
constructor(data?: IEnumOptions);
|
|
4283
|
+
allowAlias: boolean;
|
|
4284
|
+
deprecated: boolean;
|
|
4285
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4286
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4287
|
+
}
|
|
4288
|
+
export interface IEnumValueOptions {
|
|
4289
|
+
deprecated: boolean;
|
|
4290
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4291
|
+
'.wix.api.enumMaturity': $responses.wix.api.Maturity;
|
|
4292
|
+
'.wix.api.enumExposure': $responses.wix.api.Exposure;
|
|
4293
|
+
}
|
|
4294
|
+
export class EnumValueOptions implements IEnumValueOptions {
|
|
4295
|
+
constructor(data?: IEnumValueOptions);
|
|
4296
|
+
deprecated: boolean;
|
|
4297
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4298
|
+
'.wix.api.enumMaturity': $responses.wix.api.Maturity;
|
|
4299
|
+
'.wix.api.enumExposure': $responses.wix.api.Exposure;
|
|
4300
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4301
|
+
}
|
|
4302
|
+
export interface IServiceOptions {
|
|
4303
|
+
deprecated: boolean;
|
|
4304
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4305
|
+
'.wix.api.serviceMaturity': $responses.wix.api.Maturity;
|
|
4306
|
+
'.wix.api.serviceExposure': $responses.wix.api.Exposure;
|
|
4307
|
+
'.wix.api.serviceDeprecated'?: $responses.wix.api.IDeprecated;
|
|
4308
|
+
'.wix.api.appendixFiles': $responses.wix.api.IServiceAppendix[];
|
|
4309
|
+
'.wix.api.serviceEntity'?: $responses.wix.api.IServiceEntity;
|
|
4310
|
+
'.wix.api.event': $responses.wix.api.ICallback[];
|
|
4311
|
+
'.wix.api.eventDeprecated': $responses.wix.api.ICallbackDeprecation[];
|
|
4312
|
+
'.wix.api.domainEvent': $responses.wix.api.IDomainEvent[];
|
|
4313
|
+
'.wix.spi.service'?: $responses.wix.spi.IService;
|
|
4314
|
+
'.wix.spi.event': $responses.wix.spi.IEvent[];
|
|
4315
|
+
}
|
|
4316
|
+
export class ServiceOptions implements IServiceOptions {
|
|
4317
|
+
constructor(data?: IServiceOptions);
|
|
4318
|
+
deprecated: boolean;
|
|
4319
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4320
|
+
'.wix.api.serviceMaturity': $responses.wix.api.Maturity;
|
|
4321
|
+
'.wix.api.serviceExposure': $responses.wix.api.Exposure;
|
|
4322
|
+
'.wix.api.serviceDeprecated'?: $responses.wix.api.IDeprecated;
|
|
4323
|
+
'.wix.api.appendixFiles': $responses.wix.api.IServiceAppendix[];
|
|
4324
|
+
'.wix.api.serviceEntity'?: $responses.wix.api.IServiceEntity;
|
|
4325
|
+
'.wix.api.event': $responses.wix.api.ICallback[];
|
|
4326
|
+
'.wix.api.eventDeprecated': $responses.wix.api.ICallbackDeprecation[];
|
|
4327
|
+
'.wix.api.domainEvent': $responses.wix.api.IDomainEvent[];
|
|
4328
|
+
'.wix.spi.service'?: $responses.wix.spi.IService;
|
|
4329
|
+
'.wix.spi.event': $responses.wix.spi.IEvent[];
|
|
4330
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4331
|
+
}
|
|
4332
|
+
export interface IMethodOptions {
|
|
4333
|
+
deprecated: boolean;
|
|
4334
|
+
idempotencyLevel: $responses.google.protobuf.MethodOptions.IdempotencyLevel;
|
|
4335
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4336
|
+
'.wix.api.required': string[];
|
|
4337
|
+
'.wix.api.writable': string[];
|
|
4338
|
+
'.wix.api.error': $responses.wix.api.IError[];
|
|
4339
|
+
'.wix.api.customValidationError': $responses.wix.api.ICustomValidationError[];
|
|
4340
|
+
'.wix.api.inheritCrudErrors': $responses.wix.api.IInheritCrudErrors[];
|
|
4341
|
+
'.wix.api.exposure': $responses.wix.api.Exposure;
|
|
4342
|
+
'.wix.api.maturity': $responses.wix.api.Maturity;
|
|
4343
|
+
'.wix.api.cacheable'?: $responses.wix.api.ICacheSettings;
|
|
4344
|
+
'.wix.api.deprecated'?: $responses.wix.api.IDeprecated;
|
|
4345
|
+
'.wix.api.crud'?: $responses.wix.api.ICrud;
|
|
4346
|
+
'.wix.api.hookable'?: $responses.wix.api.IHookable;
|
|
4347
|
+
'.wix.api.acceptsLinguist': boolean;
|
|
4348
|
+
'.wix.api.callback': $responses.wix.api.ICallback[];
|
|
4349
|
+
'.wix.api.emits': $responses.wix.api.IEmits[];
|
|
4350
|
+
'.google.api.http'?: $responses.google.api.IHttpRule;
|
|
4351
|
+
'.wix.api.permission'?: $responses.wix.api.IPermissionRule;
|
|
4352
|
+
'.wix.api.additionalPermission': $responses.wix.api.IPermissionRule[];
|
|
4353
|
+
'.wix.api.sla'?: $responses.wix.api.ISla;
|
|
4354
|
+
'.wix.api.subscription'?: $responses.wix.api.ISubscription;
|
|
4355
|
+
'.wix.http.inferFieldmask'?: $responses.wix.http.IInferFieldmask;
|
|
4356
|
+
'.wix.sdk.signature': $responses.wix.sdk.ISignature[];
|
|
4357
|
+
'.wix.spi.error': $responses.wix.spi.IError[];
|
|
4358
|
+
'.wix.spi.featureToggle': string;
|
|
4359
|
+
}
|
|
4360
|
+
export class MethodOptions implements IMethodOptions {
|
|
4361
|
+
constructor(data?: IMethodOptions);
|
|
4362
|
+
deprecated: boolean;
|
|
4363
|
+
idempotencyLevel: $responses.google.protobuf.MethodOptions.IdempotencyLevel;
|
|
4364
|
+
uninterpretedOption: $responses.google.protobuf.IUninterpretedOption[];
|
|
4365
|
+
'.wix.api.required': string[];
|
|
4366
|
+
'.wix.api.writable': string[];
|
|
4367
|
+
'.wix.api.error': $responses.wix.api.IError[];
|
|
4368
|
+
'.wix.api.customValidationError': $responses.wix.api.ICustomValidationError[];
|
|
4369
|
+
'.wix.api.inheritCrudErrors': $responses.wix.api.IInheritCrudErrors[];
|
|
4370
|
+
'.wix.api.exposure': $responses.wix.api.Exposure;
|
|
4371
|
+
'.wix.api.maturity': $responses.wix.api.Maturity;
|
|
4372
|
+
'.wix.api.cacheable'?: $responses.wix.api.ICacheSettings;
|
|
4373
|
+
'.wix.api.deprecated'?: $responses.wix.api.IDeprecated;
|
|
4374
|
+
'.wix.api.crud'?: $responses.wix.api.ICrud;
|
|
4375
|
+
'.wix.api.hookable'?: $responses.wix.api.IHookable;
|
|
4376
|
+
'.wix.api.acceptsLinguist': boolean;
|
|
4377
|
+
'.wix.api.callback': $responses.wix.api.ICallback[];
|
|
4378
|
+
'.wix.api.emits': $responses.wix.api.IEmits[];
|
|
4379
|
+
'.google.api.http'?: $responses.google.api.IHttpRule;
|
|
4380
|
+
'.wix.api.permission'?: $responses.wix.api.IPermissionRule;
|
|
4381
|
+
'.wix.api.additionalPermission': $responses.wix.api.IPermissionRule[];
|
|
4382
|
+
'.wix.api.sla'?: $responses.wix.api.ISla;
|
|
4383
|
+
'.wix.api.subscription'?: $responses.wix.api.ISubscription;
|
|
4384
|
+
'.wix.http.inferFieldmask'?: $responses.wix.http.IInferFieldmask;
|
|
4385
|
+
'.wix.sdk.signature': $responses.wix.sdk.ISignature[];
|
|
4386
|
+
'.wix.spi.error': $responses.wix.spi.IError[];
|
|
4387
|
+
'.wix.spi.featureToggle': string;
|
|
4388
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4389
|
+
}
|
|
4390
|
+
export namespace MethodOptions {
|
|
4391
|
+
export enum IdempotencyLevel {
|
|
4392
|
+
IDEMPOTENCY_UNKNOWN = "IDEMPOTENCY_UNKNOWN",
|
|
4393
|
+
NO_SIDE_EFFECTS = "NO_SIDE_EFFECTS",
|
|
4394
|
+
IDEMPOTENT = "IDEMPOTENT",
|
|
4395
|
+
}
|
|
4396
|
+
}
|
|
4397
|
+
export interface IUninterpretedOption {
|
|
4398
|
+
name: $responses.google.protobuf.UninterpretedOption.INamePart[];
|
|
4399
|
+
identifierValue: string;
|
|
4400
|
+
positiveIntValue: (number | string);
|
|
4401
|
+
negativeIntValue: (number | string);
|
|
4402
|
+
doubleValue: number;
|
|
4403
|
+
stringValue: Uint8Array;
|
|
4404
|
+
aggregateValue: string;
|
|
4405
|
+
}
|
|
4406
|
+
export class UninterpretedOption implements IUninterpretedOption {
|
|
4407
|
+
constructor(data?: IUninterpretedOption);
|
|
4408
|
+
name: $responses.google.protobuf.UninterpretedOption.INamePart[];
|
|
4409
|
+
identifierValue: string;
|
|
4410
|
+
positiveIntValue: (number | string);
|
|
4411
|
+
negativeIntValue: (number | string);
|
|
4412
|
+
doubleValue: number;
|
|
4413
|
+
stringValue: Uint8Array;
|
|
4414
|
+
aggregateValue: string;
|
|
4415
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4416
|
+
}
|
|
4417
|
+
export namespace UninterpretedOption {
|
|
4418
|
+
export interface INamePart {
|
|
4419
|
+
namePart: string;
|
|
4420
|
+
isExtension: boolean;
|
|
4421
|
+
}
|
|
4422
|
+
export class NamePart implements INamePart {
|
|
4423
|
+
constructor(data?: INamePart);
|
|
4424
|
+
namePart: string;
|
|
4425
|
+
isExtension: boolean;
|
|
4426
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4427
|
+
}
|
|
4428
|
+
}
|
|
4429
|
+
export interface ISourceCodeInfo {
|
|
4430
|
+
location: $responses.google.protobuf.SourceCodeInfo.ILocation[];
|
|
4431
|
+
}
|
|
4432
|
+
export class SourceCodeInfo implements ISourceCodeInfo {
|
|
4433
|
+
constructor(data?: ISourceCodeInfo);
|
|
4434
|
+
location: $responses.google.protobuf.SourceCodeInfo.ILocation[];
|
|
4435
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4436
|
+
}
|
|
4437
|
+
export namespace SourceCodeInfo {
|
|
4438
|
+
export interface ILocation {
|
|
4439
|
+
path: number[];
|
|
4440
|
+
span: number[];
|
|
4441
|
+
leadingComments: string;
|
|
4442
|
+
trailingComments: string;
|
|
4443
|
+
leadingDetachedComments: string[];
|
|
4444
|
+
}
|
|
4445
|
+
export class Location implements ILocation {
|
|
4446
|
+
constructor(data?: ILocation);
|
|
4447
|
+
path: number[];
|
|
4448
|
+
span: number[];
|
|
4449
|
+
leadingComments: string;
|
|
4450
|
+
trailingComments: string;
|
|
4451
|
+
leadingDetachedComments: string[];
|
|
4452
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4453
|
+
}
|
|
4454
|
+
}
|
|
4455
|
+
export interface IGeneratedCodeInfo {
|
|
4456
|
+
annotation: $responses.google.protobuf.GeneratedCodeInfo.IAnnotation[];
|
|
4457
|
+
}
|
|
4458
|
+
export class GeneratedCodeInfo implements IGeneratedCodeInfo {
|
|
4459
|
+
constructor(data?: IGeneratedCodeInfo);
|
|
4460
|
+
annotation: $responses.google.protobuf.GeneratedCodeInfo.IAnnotation[];
|
|
4461
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4462
|
+
}
|
|
4463
|
+
export namespace GeneratedCodeInfo {
|
|
4464
|
+
export interface IAnnotation {
|
|
4465
|
+
path: number[];
|
|
4466
|
+
sourceFile: string;
|
|
4467
|
+
begin: number;
|
|
4468
|
+
end: number;
|
|
4469
|
+
}
|
|
4470
|
+
export class Annotation implements IAnnotation {
|
|
4471
|
+
constructor(data?: IAnnotation);
|
|
4472
|
+
path: number[];
|
|
4473
|
+
sourceFile: string;
|
|
4474
|
+
begin: number;
|
|
4475
|
+
end: number;
|
|
4476
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4477
|
+
}
|
|
4478
|
+
}
|
|
4479
|
+
}
|
|
4480
|
+
export namespace api {
|
|
4481
|
+
export interface IHttp {
|
|
4482
|
+
rules: $responses.google.api.IHttpRule[];
|
|
4483
|
+
}
|
|
4484
|
+
export class Http implements IHttp {
|
|
4485
|
+
constructor(data?: IHttp);
|
|
4486
|
+
rules: $responses.google.api.IHttpRule[];
|
|
4487
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4488
|
+
}
|
|
4489
|
+
export interface IHttpRule {
|
|
4490
|
+
selector: string;
|
|
4491
|
+
get?: string;
|
|
4492
|
+
put?: string;
|
|
4493
|
+
post?: string;
|
|
4494
|
+
delete?: string;
|
|
4495
|
+
patch?: string;
|
|
4496
|
+
custom?: $responses.google.api.ICustomHttpPattern;
|
|
4497
|
+
body: string;
|
|
4498
|
+
additionalBindings: $responses.google.api.IHttpRule[];
|
|
4499
|
+
}
|
|
4500
|
+
export class HttpRule implements IHttpRule {
|
|
4501
|
+
constructor(data?: IHttpRule);
|
|
4502
|
+
selector: string;
|
|
4503
|
+
get?: string;
|
|
4504
|
+
put?: string;
|
|
4505
|
+
post?: string;
|
|
4506
|
+
delete?: string;
|
|
4507
|
+
patch?: string;
|
|
4508
|
+
custom?: $responses.google.api.ICustomHttpPattern;
|
|
4509
|
+
body: string;
|
|
4510
|
+
additionalBindings: $responses.google.api.IHttpRule[];
|
|
4511
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4512
|
+
}
|
|
4513
|
+
export interface ICustomHttpPattern {
|
|
4514
|
+
kind: string;
|
|
4515
|
+
path: string;
|
|
4516
|
+
}
|
|
4517
|
+
export class CustomHttpPattern implements ICustomHttpPattern {
|
|
4518
|
+
constructor(data?: ICustomHttpPattern);
|
|
4519
|
+
kind: string;
|
|
4520
|
+
path: string;
|
|
4521
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4522
|
+
}
|
|
4523
|
+
}
|
|
4524
|
+
}
|
|
4525
|
+
}
|
|
4526
|
+
export {$responses as responses};
|
|
4527
|
+
|
|
4528
|
+
declare namespace $services {
|
|
4529
|
+
export namespace com {
|
|
4530
|
+
export namespace wix {
|
|
4531
|
+
export namespace fed {
|
|
4532
|
+
export namespace settings {
|
|
4533
|
+
export abstract class AppSettingsService {
|
|
4534
|
+
abstract setComponentSettings(aspects: AspectStore, req: $requests.com.wix.fed.settings.ISetComponentSettingsRequest): Promise<$responses.com.wix.fed.settings.ISetComponentSettingsResponse>
|
|
4535
|
+
abstract setComponentSettings(req: $requests.com.wix.fed.settings.ISetComponentSettingsRequest): Promise<$responses.com.wix.fed.settings.ISetComponentSettingsResponse>
|
|
4536
|
+
abstract setComponentSettingsForMigration(aspects: AspectStore, req: $requests.com.wix.fed.settings.ISetComponentSettingsForMigrationRequest): Promise<$responses.com.wix.fed.settings.ISetComponentSettingsForMigrationResponse>
|
|
4537
|
+
abstract setComponentSettingsForMigration(req: $requests.com.wix.fed.settings.ISetComponentSettingsForMigrationRequest): Promise<$responses.com.wix.fed.settings.ISetComponentSettingsForMigrationResponse>
|
|
4538
|
+
abstract getComponentSettings(aspects: AspectStore, req: $requests.com.wix.fed.settings.IGetComponentSettingsRequest): Promise<$responses.com.wix.fed.settings.IGetComponentSettingsResponse>
|
|
4539
|
+
abstract getComponentSettings(req: $requests.com.wix.fed.settings.IGetComponentSettingsRequest): Promise<$responses.com.wix.fed.settings.IGetComponentSettingsResponse>
|
|
4540
|
+
abstract bulkGetComponentSettings(aspects: AspectStore, req: $requests.com.wix.fed.settings.IBulkGetComponentSettingsRequest): Promise<$responses.com.wix.fed.settings.IBulkGetComponentSettingsResponse>
|
|
4541
|
+
abstract bulkGetComponentSettings(req: $requests.com.wix.fed.settings.IBulkGetComponentSettingsRequest): Promise<$responses.com.wix.fed.settings.IBulkGetComponentSettingsResponse>
|
|
4542
|
+
abstract setGlobalSettings(aspects: AspectStore, req: $requests.com.wix.fed.settings.ISetGlobalSettingsRequest): Promise<$responses.com.wix.fed.settings.ISetGlobalSettingsResponse>
|
|
4543
|
+
abstract setGlobalSettings(req: $requests.com.wix.fed.settings.ISetGlobalSettingsRequest): Promise<$responses.com.wix.fed.settings.ISetGlobalSettingsResponse>
|
|
4544
|
+
abstract getGlobalSettings(aspects: AspectStore, req: $requests.com.wix.fed.settings.IGetGlobalSettingsRequest): Promise<$responses.com.wix.fed.settings.IGetGlobalSettingsResponse>
|
|
4545
|
+
abstract getGlobalSettings(req: $requests.com.wix.fed.settings.IGetGlobalSettingsRequest): Promise<$responses.com.wix.fed.settings.IGetGlobalSettingsResponse>
|
|
4546
|
+
abstract setGlobalSettingsForMigration(aspects: AspectStore, req: $requests.com.wix.fed.settings.ISetGlobalSettingsForMigrationRequest): Promise<$responses.com.wix.fed.settings.ISetGlobalSettingsForMigrationResponse>
|
|
4547
|
+
abstract setGlobalSettingsForMigration(req: $requests.com.wix.fed.settings.ISetGlobalSettingsForMigrationRequest): Promise<$responses.com.wix.fed.settings.ISetGlobalSettingsForMigrationResponse>
|
|
4548
|
+
abstract getGlobalSettingsForMigration(aspects: AspectStore, req: $requests.com.wix.fed.settings.IGetGlobalSettingsForMigrationRequest): Promise<$responses.com.wix.fed.settings.IGetGlobalSettingsForMigrationResponse>
|
|
4549
|
+
abstract getGlobalSettingsForMigration(req: $requests.com.wix.fed.settings.IGetGlobalSettingsForMigrationRequest): Promise<$responses.com.wix.fed.settings.IGetGlobalSettingsForMigrationResponse>
|
|
4550
|
+
abstract get(aspects: AspectStore, req: $requests.com.wix.fed.settings.IGetRequest): Promise<$responses.com.wix.fed.settings.IGetResponse>
|
|
4551
|
+
abstract get(req: $requests.com.wix.fed.settings.IGetRequest): Promise<$responses.com.wix.fed.settings.IGetResponse>
|
|
4552
|
+
abstract set(aspects: AspectStore, req: $requests.com.wix.fed.settings.ISetRequest): Promise<$responses.com.wix.fed.settings.ISetResponse>
|
|
4553
|
+
abstract set(req: $requests.com.wix.fed.settings.ISetRequest): Promise<$responses.com.wix.fed.settings.ISetResponse>
|
|
4554
|
+
abstract update(aspects: AspectStore, req: $requests.com.wix.fed.settings.IUpdateRequest): Promise<$responses.com.wix.fed.settings.IUpdateResponse>
|
|
4555
|
+
abstract update(req: $requests.com.wix.fed.settings.IUpdateRequest): Promise<$responses.com.wix.fed.settings.IUpdateResponse>
|
|
4556
|
+
}
|
|
4557
|
+
export abstract class UserPreferencesService {
|
|
4558
|
+
abstract get(aspects: AspectStore, req: $requests.com.wix.fed.settings.IGetUserPreferencesRequest): Promise<$responses.com.wix.fed.settings.IGetUserPreferencesResponse>
|
|
4559
|
+
abstract get(req: $requests.com.wix.fed.settings.IGetUserPreferencesRequest): Promise<$responses.com.wix.fed.settings.IGetUserPreferencesResponse>
|
|
4560
|
+
abstract bulkGetByUserSites(aspects: AspectStore, req: $requests.com.wix.fed.settings.IBulkGetByUserSitesRequest): Promise<$responses.com.wix.fed.settings.IBulkGetByUserSitesResponse>
|
|
4561
|
+
abstract bulkGetByUserSites(req: $requests.com.wix.fed.settings.IBulkGetByUserSitesRequest): Promise<$responses.com.wix.fed.settings.IBulkGetByUserSitesResponse>
|
|
4562
|
+
abstract bulkGet(aspects: AspectStore, req: $requests.com.wix.fed.settings.IBulkGetUserPreferencesRequest): Promise<$responses.com.wix.fed.settings.IBulkGetUserPreferencesResponse>
|
|
4563
|
+
abstract bulkGet(req: $requests.com.wix.fed.settings.IBulkGetUserPreferencesRequest): Promise<$responses.com.wix.fed.settings.IBulkGetUserPreferencesResponse>
|
|
4564
|
+
abstract set(aspects: AspectStore, req: $requests.com.wix.fed.settings.IUserPreferences): Promise<$responses.com.wix.fed.settings.IUserPreferences>
|
|
4565
|
+
abstract set(req: $requests.com.wix.fed.settings.IUserPreferences): Promise<$responses.com.wix.fed.settings.IUserPreferences>
|
|
4566
|
+
abstract bulkSet(aspects: AspectStore, req: $requests.com.wix.fed.settings.IBulkSetUserPrefencesRequest): Promise<$responses.com.wix.fed.settings.IBulkSetUserPrefencesResponse>
|
|
4567
|
+
abstract bulkSet(req: $requests.com.wix.fed.settings.IBulkSetUserPrefencesRequest): Promise<$responses.com.wix.fed.settings.IBulkSetUserPrefencesResponse>
|
|
4568
|
+
abstract delete(aspects: AspectStore, req: $requests.com.wix.fed.settings.IDeleteUserPrefencesRequest): Promise<$responses.com.wix.fed.settings.IEmpty>
|
|
4569
|
+
abstract delete(req: $requests.com.wix.fed.settings.IDeleteUserPrefencesRequest): Promise<$responses.com.wix.fed.settings.IEmpty>
|
|
4570
|
+
}
|
|
4571
|
+
}
|
|
4572
|
+
}
|
|
4573
|
+
}
|
|
4574
|
+
}
|
|
4575
|
+
}
|
|
4576
|
+
export {$services as services};
|