@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,2288 @@
|
|
|
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 $wrapper {
|
|
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 | null);
|
|
30
|
+
regionCode?: (string | null);
|
|
31
|
+
scriptVariant?: (string | null);
|
|
32
|
+
}
|
|
33
|
+
export class LanguageKey implements ILanguageKey {
|
|
34
|
+
constructor(data?: ILanguageKey);
|
|
35
|
+
languageCode?: (string | null);
|
|
36
|
+
regionCode?: (string | null);
|
|
37
|
+
scriptVariant?: (string | null);
|
|
38
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
39
|
+
}
|
|
40
|
+
export interface ITranslatedLanguage {
|
|
41
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
42
|
+
translations?: ({ [k: string]: string } | null);
|
|
43
|
+
}
|
|
44
|
+
export class TranslatedLanguage implements ITranslatedLanguage {
|
|
45
|
+
constructor(data?: ITranslatedLanguage);
|
|
46
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
47
|
+
translations?: ({ [k: string]: string });
|
|
48
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
49
|
+
}
|
|
50
|
+
export interface IAppSettings {
|
|
51
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
52
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
53
|
+
settings?: ({ [key: string]: any } | null);
|
|
54
|
+
translations?: ({ [k: string]: string } | null);
|
|
55
|
+
}
|
|
56
|
+
export class AppSettings implements IAppSettings {
|
|
57
|
+
constructor(data?: IAppSettings);
|
|
58
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
59
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
60
|
+
settings?: ({ [key: string]: any } | null);
|
|
61
|
+
translations?: ({ [k: string]: string });
|
|
62
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
63
|
+
}
|
|
64
|
+
export interface IGetComponentSettingsItem {
|
|
65
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
66
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
67
|
+
componentId?: (string | null);
|
|
68
|
+
settings?: ({ [key: string]: any } | null);
|
|
69
|
+
translations?: ({ [k: string]: string } | null);
|
|
70
|
+
}
|
|
71
|
+
export class GetComponentSettingsItem implements IGetComponentSettingsItem {
|
|
72
|
+
constructor(data?: IGetComponentSettingsItem);
|
|
73
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
74
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
75
|
+
componentId?: (string | null);
|
|
76
|
+
settings?: ({ [key: string]: any } | null);
|
|
77
|
+
translations?: ({ [k: string]: string });
|
|
78
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
79
|
+
}
|
|
80
|
+
export interface ISetComponentSettingsItem {
|
|
81
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
82
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
83
|
+
componentId?: (string | null);
|
|
84
|
+
settings?: ({ [key: string]: any } | null);
|
|
85
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
86
|
+
}
|
|
87
|
+
export class SetComponentSettingsItem implements ISetComponentSettingsItem {
|
|
88
|
+
constructor(data?: ISetComponentSettingsItem);
|
|
89
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
90
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
91
|
+
componentId?: (string | null);
|
|
92
|
+
settings?: ({ [key: string]: any } | null);
|
|
93
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
94
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
95
|
+
}
|
|
96
|
+
export interface IGetRequest {
|
|
97
|
+
externalAppId?: (string | null);
|
|
98
|
+
externalComponentId?: (string | null);
|
|
99
|
+
fields?: (string[] | null);
|
|
100
|
+
}
|
|
101
|
+
export class GetRequest implements IGetRequest {
|
|
102
|
+
constructor(data?: IGetRequest);
|
|
103
|
+
externalAppId?: (string | null);
|
|
104
|
+
externalComponentId?: (string | null);
|
|
105
|
+
fields?: (string[] | null);
|
|
106
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
107
|
+
}
|
|
108
|
+
export interface IGetResponse {
|
|
109
|
+
appSettings?: ({ [key: string]: any } | null);
|
|
110
|
+
componentSettings?: ({ [key: string]: any } | null);
|
|
111
|
+
}
|
|
112
|
+
export class GetResponse implements IGetResponse {
|
|
113
|
+
constructor(data?: IGetResponse);
|
|
114
|
+
appSettings?: ({ [key: string]: any } | null);
|
|
115
|
+
componentSettings?: ({ [key: string]: any } | null);
|
|
116
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
117
|
+
}
|
|
118
|
+
export interface ISetRequest {
|
|
119
|
+
externalId?: (string | null);
|
|
120
|
+
scope?: ($wrapper.com.wix.fed.settings.Scope | null);
|
|
121
|
+
data?: ({ [key: string]: any } | null);
|
|
122
|
+
}
|
|
123
|
+
export class SetRequest implements ISetRequest {
|
|
124
|
+
constructor(data?: ISetRequest);
|
|
125
|
+
externalId?: (string | null);
|
|
126
|
+
scope?: ($wrapper.com.wix.fed.settings.Scope | null);
|
|
127
|
+
data?: ({ [key: string]: any } | null);
|
|
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 | null);
|
|
138
|
+
scope?: ($wrapper.com.wix.fed.settings.Scope | null);
|
|
139
|
+
fields?: (string[] | null);
|
|
140
|
+
data?: ({ [key: string]: any } | null);
|
|
141
|
+
}
|
|
142
|
+
export class UpdateRequest implements IUpdateRequest {
|
|
143
|
+
constructor(data?: IUpdateRequest);
|
|
144
|
+
externalId?: (string | null);
|
|
145
|
+
scope?: ($wrapper.com.wix.fed.settings.Scope | null);
|
|
146
|
+
fields?: (string[] | null);
|
|
147
|
+
data?: ({ [key: string]: any } | null);
|
|
148
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
149
|
+
}
|
|
150
|
+
export interface IUpdateResponse {
|
|
151
|
+
newExternalId?: (string | null);
|
|
152
|
+
}
|
|
153
|
+
export class UpdateResponse implements IUpdateResponse {
|
|
154
|
+
constructor(data?: IUpdateResponse);
|
|
155
|
+
newExternalId?: (string | null);
|
|
156
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
157
|
+
}
|
|
158
|
+
export interface ISetComponentSettingsRequest {
|
|
159
|
+
componentId?: (string | null);
|
|
160
|
+
settings?: ({ [key: string]: any } | null);
|
|
161
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
162
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
163
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
164
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
165
|
+
}
|
|
166
|
+
export class SetComponentSettingsRequest implements ISetComponentSettingsRequest {
|
|
167
|
+
constructor(data?: ISetComponentSettingsRequest);
|
|
168
|
+
componentId?: (string | null);
|
|
169
|
+
settings?: ({ [key: string]: any } | null);
|
|
170
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
171
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
172
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
173
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
174
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
175
|
+
}
|
|
176
|
+
export interface ISetComponentSettingsForMigrationRequest {
|
|
177
|
+
componentId?: (string | null);
|
|
178
|
+
settings?: ({ [key: string]: any } | null);
|
|
179
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
180
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
181
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
182
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
183
|
+
appDefId?: (string | null);
|
|
184
|
+
instanceId?: (string | null);
|
|
185
|
+
}
|
|
186
|
+
export class SetComponentSettingsForMigrationRequest implements ISetComponentSettingsForMigrationRequest {
|
|
187
|
+
constructor(data?: ISetComponentSettingsForMigrationRequest);
|
|
188
|
+
componentId?: (string | null);
|
|
189
|
+
settings?: ({ [key: string]: any } | null);
|
|
190
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
191
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
192
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
193
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
194
|
+
appDefId?: (string | null);
|
|
195
|
+
instanceId?: (string | null);
|
|
196
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
197
|
+
}
|
|
198
|
+
export interface ISetComponentSettingsResponse {
|
|
199
|
+
settings?: ({ [key: string]: any } | null);
|
|
200
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
201
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
202
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
203
|
+
}
|
|
204
|
+
export class SetComponentSettingsResponse implements ISetComponentSettingsResponse {
|
|
205
|
+
constructor(data?: ISetComponentSettingsResponse);
|
|
206
|
+
settings?: ({ [key: string]: any } | null);
|
|
207
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
208
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
209
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
210
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
211
|
+
}
|
|
212
|
+
export interface ISetComponentSettingsForMigrationResponse {
|
|
213
|
+
settings?: ({ [key: string]: any } | null);
|
|
214
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
215
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
216
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
217
|
+
}
|
|
218
|
+
export class SetComponentSettingsForMigrationResponse implements ISetComponentSettingsForMigrationResponse {
|
|
219
|
+
constructor(data?: ISetComponentSettingsForMigrationResponse);
|
|
220
|
+
settings?: ({ [key: string]: any } | null);
|
|
221
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
222
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
223
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
224
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
225
|
+
}
|
|
226
|
+
export interface IGetComponentSettingsRequest {
|
|
227
|
+
componentId?: (string | null);
|
|
228
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
229
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
230
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
231
|
+
includeGlobalSettings?: (boolean | null);
|
|
232
|
+
}
|
|
233
|
+
export class GetComponentSettingsRequest implements IGetComponentSettingsRequest {
|
|
234
|
+
constructor(data?: IGetComponentSettingsRequest);
|
|
235
|
+
componentId?: (string | null);
|
|
236
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
237
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
238
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
239
|
+
includeGlobalSettings?: (boolean | null);
|
|
240
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
241
|
+
}
|
|
242
|
+
export interface IGetComponentSettingsResponse {
|
|
243
|
+
settings?: ({ [key: string]: any } | null);
|
|
244
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
245
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
246
|
+
translations?: ({ [k: string]: string } | null);
|
|
247
|
+
globalSettings?: ($wrapper.com.wix.fed.settings.IAppSettings | null);
|
|
248
|
+
}
|
|
249
|
+
export class GetComponentSettingsResponse implements IGetComponentSettingsResponse {
|
|
250
|
+
constructor(data?: IGetComponentSettingsResponse);
|
|
251
|
+
settings?: ({ [key: string]: any } | null);
|
|
252
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
253
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
254
|
+
translations?: ({ [k: string]: string });
|
|
255
|
+
globalSettings?: ($wrapper.com.wix.fed.settings.IAppSettings | null);
|
|
256
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
257
|
+
}
|
|
258
|
+
export interface IBulkGetComponentSettingsRequest {
|
|
259
|
+
componentIds?: (string[] | null);
|
|
260
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
261
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
262
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
263
|
+
}
|
|
264
|
+
export class BulkGetComponentSettingsRequest implements IBulkGetComponentSettingsRequest {
|
|
265
|
+
constructor(data?: IBulkGetComponentSettingsRequest);
|
|
266
|
+
componentIds?: (string[] | null);
|
|
267
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
268
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
269
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
270
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
271
|
+
}
|
|
272
|
+
export interface IBulkGetComponentSettingsResponse {
|
|
273
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.BulkGetComponentSettingsResponse.IComponentSettings[] | null);
|
|
274
|
+
}
|
|
275
|
+
export class BulkGetComponentSettingsResponse implements IBulkGetComponentSettingsResponse {
|
|
276
|
+
constructor(data?: IBulkGetComponentSettingsResponse);
|
|
277
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.BulkGetComponentSettingsResponse.IComponentSettings[] | null);
|
|
278
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
279
|
+
}
|
|
280
|
+
export namespace BulkGetComponentSettingsResponse {
|
|
281
|
+
export interface IComponentSettings {
|
|
282
|
+
componentId?: (string | null);
|
|
283
|
+
settings?: ({ [key: string]: any } | null);
|
|
284
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
285
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
286
|
+
translations?: ({ [k: string]: string } | null);
|
|
287
|
+
}
|
|
288
|
+
export class ComponentSettings implements IComponentSettings {
|
|
289
|
+
constructor(data?: IComponentSettings);
|
|
290
|
+
componentId?: (string | null);
|
|
291
|
+
settings?: ({ [key: string]: any } | null);
|
|
292
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
293
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
294
|
+
translations?: ({ [k: string]: string });
|
|
295
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
export interface ISetGlobalSettingsRequest {
|
|
299
|
+
settings?: ({ [key: string]: any } | null);
|
|
300
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.ISetComponentSettingsItem[] | null);
|
|
301
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
302
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
303
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
304
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
305
|
+
}
|
|
306
|
+
export class SetGlobalSettingsRequest implements ISetGlobalSettingsRequest {
|
|
307
|
+
constructor(data?: ISetGlobalSettingsRequest);
|
|
308
|
+
settings?: ({ [key: string]: any } | null);
|
|
309
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.ISetComponentSettingsItem[] | null);
|
|
310
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
311
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
312
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
313
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
314
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
315
|
+
}
|
|
316
|
+
export interface ISetGlobalSettingsResponse {
|
|
317
|
+
settings?: ({ [key: string]: any } | null);
|
|
318
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.ISetComponentSettingsItem[] | null);
|
|
319
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
320
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
321
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
322
|
+
}
|
|
323
|
+
export class SetGlobalSettingsResponse implements ISetGlobalSettingsResponse {
|
|
324
|
+
constructor(data?: ISetGlobalSettingsResponse);
|
|
325
|
+
settings?: ({ [key: string]: any } | null);
|
|
326
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.ISetComponentSettingsItem[] | null);
|
|
327
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
328
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
329
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
330
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
331
|
+
}
|
|
332
|
+
export interface ISetGlobalSettingsForMigrationRequest {
|
|
333
|
+
settings?: ({ [key: string]: any } | null);
|
|
334
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.ISetComponentSettingsItem[] | null);
|
|
335
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
336
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
337
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
338
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
339
|
+
appDefId?: (string | null);
|
|
340
|
+
instanceId?: (string | null);
|
|
341
|
+
}
|
|
342
|
+
export class SetGlobalSettingsForMigrationRequest implements ISetGlobalSettingsForMigrationRequest {
|
|
343
|
+
constructor(data?: ISetGlobalSettingsForMigrationRequest);
|
|
344
|
+
settings?: ({ [key: string]: any } | null);
|
|
345
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.ISetComponentSettingsItem[] | null);
|
|
346
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
347
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
348
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
349
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
350
|
+
appDefId?: (string | null);
|
|
351
|
+
instanceId?: (string | null);
|
|
352
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
353
|
+
}
|
|
354
|
+
export interface ISetGlobalSettingsForMigrationResponse {
|
|
355
|
+
settings?: ({ [key: string]: any } | null);
|
|
356
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.ISetComponentSettingsItem[] | null);
|
|
357
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
358
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
359
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
360
|
+
}
|
|
361
|
+
export class SetGlobalSettingsForMigrationResponse implements ISetGlobalSettingsForMigrationResponse {
|
|
362
|
+
constructor(data?: ISetGlobalSettingsForMigrationResponse);
|
|
363
|
+
settings?: ({ [key: string]: any } | null);
|
|
364
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.ISetComponentSettingsItem[] | null);
|
|
365
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
366
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
367
|
+
states?: ($wrapper.com.wix.fed.settings.State[] | null);
|
|
368
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
369
|
+
}
|
|
370
|
+
export interface IGetGlobalSettingsRequest {
|
|
371
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
372
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
373
|
+
includeComponentSettings?: (boolean | null);
|
|
374
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
375
|
+
}
|
|
376
|
+
export class GetGlobalSettingsRequest implements IGetGlobalSettingsRequest {
|
|
377
|
+
constructor(data?: IGetGlobalSettingsRequest);
|
|
378
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
379
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
380
|
+
includeComponentSettings?: (boolean | null);
|
|
381
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
382
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
383
|
+
}
|
|
384
|
+
export interface IGetGlobalSettingsResponse {
|
|
385
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
386
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
387
|
+
settings?: ({ [key: string]: any } | null);
|
|
388
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.IGetComponentSettingsItem[] | null);
|
|
389
|
+
translations?: ({ [k: string]: string } | null);
|
|
390
|
+
}
|
|
391
|
+
export class GetGlobalSettingsResponse implements IGetGlobalSettingsResponse {
|
|
392
|
+
constructor(data?: IGetGlobalSettingsResponse);
|
|
393
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
394
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
395
|
+
settings?: ({ [key: string]: any } | null);
|
|
396
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.IGetComponentSettingsItem[] | null);
|
|
397
|
+
translations?: ({ [k: string]: string });
|
|
398
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
399
|
+
}
|
|
400
|
+
export interface IGetGlobalSettingsForMigrationRequest {
|
|
401
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
402
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
403
|
+
includeComponentSettings?: (boolean | null);
|
|
404
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
405
|
+
appDefId?: (string | null);
|
|
406
|
+
instanceId?: (string | null);
|
|
407
|
+
}
|
|
408
|
+
export class GetGlobalSettingsForMigrationRequest implements IGetGlobalSettingsForMigrationRequest {
|
|
409
|
+
constructor(data?: IGetGlobalSettingsForMigrationRequest);
|
|
410
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
411
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
412
|
+
includeComponentSettings?: (boolean | null);
|
|
413
|
+
languageKey?: ($wrapper.com.wix.fed.settings.ILanguageKey | null);
|
|
414
|
+
appDefId?: (string | null);
|
|
415
|
+
instanceId?: (string | null);
|
|
416
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
417
|
+
}
|
|
418
|
+
export interface IGetGlobalSettingsForMigrationResponse {
|
|
419
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
420
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
421
|
+
settings?: ({ [key: string]: any } | null);
|
|
422
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.IGetComponentSettingsItem[] | null);
|
|
423
|
+
translations?: ({ [k: string]: string } | null);
|
|
424
|
+
}
|
|
425
|
+
export class GetGlobalSettingsForMigrationResponse implements IGetGlobalSettingsForMigrationResponse {
|
|
426
|
+
constructor(data?: IGetGlobalSettingsForMigrationResponse);
|
|
427
|
+
state?: ($wrapper.com.wix.fed.settings.State | null);
|
|
428
|
+
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
429
|
+
settings?: ({ [key: string]: any } | null);
|
|
430
|
+
componentSettings?: ($wrapper.com.wix.fed.settings.IGetComponentSettingsItem[] | null);
|
|
431
|
+
translations?: ({ [k: string]: string });
|
|
432
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
433
|
+
}
|
|
434
|
+
export abstract class AppSettingsService {
|
|
435
|
+
abstract setComponentSettings(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.ISetComponentSettingsRequest): Promise<$wrapper.com.wix.fed.settings.ISetComponentSettingsResponse>
|
|
436
|
+
abstract setComponentSettingsForMigration(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.ISetComponentSettingsForMigrationRequest): Promise<$wrapper.com.wix.fed.settings.ISetComponentSettingsForMigrationResponse>
|
|
437
|
+
abstract getComponentSettings(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IGetComponentSettingsRequest): Promise<$wrapper.com.wix.fed.settings.IGetComponentSettingsResponse>
|
|
438
|
+
abstract bulkGetComponentSettings(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IBulkGetComponentSettingsRequest): Promise<$wrapper.com.wix.fed.settings.IBulkGetComponentSettingsResponse>
|
|
439
|
+
abstract setGlobalSettings(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.ISetGlobalSettingsRequest): Promise<$wrapper.com.wix.fed.settings.ISetGlobalSettingsResponse>
|
|
440
|
+
abstract getGlobalSettings(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IGetGlobalSettingsRequest): Promise<$wrapper.com.wix.fed.settings.IGetGlobalSettingsResponse>
|
|
441
|
+
abstract setGlobalSettingsForMigration(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.ISetGlobalSettingsForMigrationRequest): Promise<$wrapper.com.wix.fed.settings.ISetGlobalSettingsForMigrationResponse>
|
|
442
|
+
abstract getGlobalSettingsForMigration(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IGetGlobalSettingsForMigrationRequest): Promise<$wrapper.com.wix.fed.settings.IGetGlobalSettingsForMigrationResponse>
|
|
443
|
+
abstract get(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IGetRequest): Promise<$wrapper.com.wix.fed.settings.IGetResponse>
|
|
444
|
+
abstract set(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.ISetRequest): Promise<$wrapper.com.wix.fed.settings.ISetResponse>
|
|
445
|
+
abstract update(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IUpdateRequest): Promise<$wrapper.com.wix.fed.settings.IUpdateResponse>
|
|
446
|
+
}
|
|
447
|
+
export interface IEmpty {
|
|
448
|
+
}
|
|
449
|
+
export class Empty implements IEmpty {
|
|
450
|
+
constructor(data?: IEmpty);
|
|
451
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
452
|
+
}
|
|
453
|
+
export interface IUserPreferences {
|
|
454
|
+
userId?: (string | null);
|
|
455
|
+
nameSpace?: (string | null);
|
|
456
|
+
siteId?: (string | null);
|
|
457
|
+
key?: (string | null);
|
|
458
|
+
blob?: (any | null);
|
|
459
|
+
dateCreated?: (Date | null);
|
|
460
|
+
dateUpdated?: (Date | null);
|
|
461
|
+
TTLInDays?: (number | null);
|
|
462
|
+
}
|
|
463
|
+
export class UserPreferences implements IUserPreferences {
|
|
464
|
+
constructor(data?: IUserPreferences);
|
|
465
|
+
userId?: (string | null);
|
|
466
|
+
nameSpace?: (string | null);
|
|
467
|
+
siteId?: (string | null);
|
|
468
|
+
key?: (string | null);
|
|
469
|
+
blob?: (any | null);
|
|
470
|
+
dateCreated?: (Date | null);
|
|
471
|
+
dateUpdated?: (Date | null);
|
|
472
|
+
TTLInDays?: (number | null);
|
|
473
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
474
|
+
}
|
|
475
|
+
export interface IDeleteEntryDto {
|
|
476
|
+
nameSpace?: (string | null);
|
|
477
|
+
siteId?: (string | null);
|
|
478
|
+
key?: (string | null);
|
|
479
|
+
}
|
|
480
|
+
export class DeleteEntryDto implements IDeleteEntryDto {
|
|
481
|
+
constructor(data?: IDeleteEntryDto);
|
|
482
|
+
nameSpace?: (string | null);
|
|
483
|
+
siteId?: (string | null);
|
|
484
|
+
key?: (string | null);
|
|
485
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
486
|
+
}
|
|
487
|
+
export interface IBulkSetDto {
|
|
488
|
+
nameSpace?: (string | null);
|
|
489
|
+
siteId?: (string | null);
|
|
490
|
+
TTLInDays?: (number | null);
|
|
491
|
+
data?: ({ [k: string]: any } | null);
|
|
492
|
+
}
|
|
493
|
+
export class BulkSetDto implements IBulkSetDto {
|
|
494
|
+
constructor(data?: IBulkSetDto);
|
|
495
|
+
nameSpace?: (string | null);
|
|
496
|
+
siteId?: (string | null);
|
|
497
|
+
TTLInDays?: (number | null);
|
|
498
|
+
data?: ({ [k: string]: any });
|
|
499
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
500
|
+
}
|
|
501
|
+
export interface IGetUserPreferencesRequest {
|
|
502
|
+
userId?: (string | null);
|
|
503
|
+
nameSpace?: (string | null);
|
|
504
|
+
key?: (string | null);
|
|
505
|
+
siteId?: (string | null);
|
|
506
|
+
}
|
|
507
|
+
export class GetUserPreferencesRequest implements IGetUserPreferencesRequest {
|
|
508
|
+
constructor(data?: IGetUserPreferencesRequest);
|
|
509
|
+
userId?: (string | null);
|
|
510
|
+
nameSpace?: (string | null);
|
|
511
|
+
key?: (string | null);
|
|
512
|
+
siteId?: (string | null);
|
|
513
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
514
|
+
}
|
|
515
|
+
export interface IGetUserPreferencesResponse {
|
|
516
|
+
userPreferences?: ($wrapper.com.wix.fed.settings.IUserPreferences[] | null);
|
|
517
|
+
}
|
|
518
|
+
export class GetUserPreferencesResponse implements IGetUserPreferencesResponse {
|
|
519
|
+
constructor(data?: IGetUserPreferencesResponse);
|
|
520
|
+
userPreferences?: ($wrapper.com.wix.fed.settings.IUserPreferences[] | null);
|
|
521
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
522
|
+
}
|
|
523
|
+
export interface IBulkGetByUserSitesRequest {
|
|
524
|
+
nameSpace?: (string | null);
|
|
525
|
+
key?: (string | null);
|
|
526
|
+
userId?: (string | null);
|
|
527
|
+
siteIds?: (string[] | null);
|
|
528
|
+
}
|
|
529
|
+
export class BulkGetByUserSitesRequest implements IBulkGetByUserSitesRequest {
|
|
530
|
+
constructor(data?: IBulkGetByUserSitesRequest);
|
|
531
|
+
nameSpace?: (string | null);
|
|
532
|
+
key?: (string | null);
|
|
533
|
+
userId?: (string | null);
|
|
534
|
+
siteIds?: (string[] | null);
|
|
535
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
536
|
+
}
|
|
537
|
+
export interface IBulkGetByUserSitesResponse {
|
|
538
|
+
userPreferences?: ($wrapper.com.wix.fed.settings.IUserPreferences[] | null);
|
|
539
|
+
}
|
|
540
|
+
export class BulkGetByUserSitesResponse implements IBulkGetByUserSitesResponse {
|
|
541
|
+
constructor(data?: IBulkGetByUserSitesResponse);
|
|
542
|
+
userPreferences?: ($wrapper.com.wix.fed.settings.IUserPreferences[] | null);
|
|
543
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
544
|
+
}
|
|
545
|
+
export interface IBulkGetUserPreferencesRequest {
|
|
546
|
+
userIds?: (string[] | null);
|
|
547
|
+
nameSpace?: (string | null);
|
|
548
|
+
key?: (string | null);
|
|
549
|
+
siteId?: (string | null);
|
|
550
|
+
}
|
|
551
|
+
export class BulkGetUserPreferencesRequest implements IBulkGetUserPreferencesRequest {
|
|
552
|
+
constructor(data?: IBulkGetUserPreferencesRequest);
|
|
553
|
+
userIds?: (string[] | null);
|
|
554
|
+
nameSpace?: (string | null);
|
|
555
|
+
key?: (string | null);
|
|
556
|
+
siteId?: (string | null);
|
|
557
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
558
|
+
}
|
|
559
|
+
export interface IBulkGetUserPreferencesResponse {
|
|
560
|
+
userPreferences?: ($wrapper.com.wix.fed.settings.IUserPreferences[] | null);
|
|
561
|
+
}
|
|
562
|
+
export class BulkGetUserPreferencesResponse implements IBulkGetUserPreferencesResponse {
|
|
563
|
+
constructor(data?: IBulkGetUserPreferencesResponse);
|
|
564
|
+
userPreferences?: ($wrapper.com.wix.fed.settings.IUserPreferences[] | null);
|
|
565
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
566
|
+
}
|
|
567
|
+
export interface IBulkSetUserPrefencesRequest {
|
|
568
|
+
bulkSetDto?: ($wrapper.com.wix.fed.settings.IBulkSetDto | null);
|
|
569
|
+
userId?: (string | null);
|
|
570
|
+
}
|
|
571
|
+
export class BulkSetUserPrefencesRequest implements IBulkSetUserPrefencesRequest {
|
|
572
|
+
constructor(data?: IBulkSetUserPrefencesRequest);
|
|
573
|
+
bulkSetDto?: ($wrapper.com.wix.fed.settings.IBulkSetDto | null);
|
|
574
|
+
userId?: (string | null);
|
|
575
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
576
|
+
}
|
|
577
|
+
export interface IBulkSetUserPrefencesResponse {
|
|
578
|
+
userPreferences?: ($wrapper.com.wix.fed.settings.IUserPreferences[] | null);
|
|
579
|
+
}
|
|
580
|
+
export class BulkSetUserPrefencesResponse implements IBulkSetUserPrefencesResponse {
|
|
581
|
+
constructor(data?: IBulkSetUserPrefencesResponse);
|
|
582
|
+
userPreferences?: ($wrapper.com.wix.fed.settings.IUserPreferences[] | null);
|
|
583
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
584
|
+
}
|
|
585
|
+
export interface IDeleteUserPrefencesRequest {
|
|
586
|
+
deleteDto?: ($wrapper.com.wix.fed.settings.IDeleteEntryDto | null);
|
|
587
|
+
userId?: (string | null);
|
|
588
|
+
}
|
|
589
|
+
export class DeleteUserPrefencesRequest implements IDeleteUserPrefencesRequest {
|
|
590
|
+
constructor(data?: IDeleteUserPrefencesRequest);
|
|
591
|
+
deleteDto?: ($wrapper.com.wix.fed.settings.IDeleteEntryDto | null);
|
|
592
|
+
userId?: (string | null);
|
|
593
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
594
|
+
}
|
|
595
|
+
export abstract class UserPreferencesService {
|
|
596
|
+
abstract get(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IGetUserPreferencesRequest): Promise<$wrapper.com.wix.fed.settings.IGetUserPreferencesResponse>
|
|
597
|
+
abstract bulkGetByUserSites(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IBulkGetByUserSitesRequest): Promise<$wrapper.com.wix.fed.settings.IBulkGetByUserSitesResponse>
|
|
598
|
+
abstract bulkGet(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IBulkGetUserPreferencesRequest): Promise<$wrapper.com.wix.fed.settings.IBulkGetUserPreferencesResponse>
|
|
599
|
+
abstract set(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IUserPreferences): Promise<$wrapper.com.wix.fed.settings.IUserPreferences>
|
|
600
|
+
abstract bulkSet(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IBulkSetUserPrefencesRequest): Promise<$wrapper.com.wix.fed.settings.IBulkSetUserPrefencesResponse>
|
|
601
|
+
abstract delete(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IDeleteUserPrefencesRequest): Promise<$wrapper.com.wix.fed.settings.IEmpty>
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
export namespace wix {
|
|
608
|
+
export namespace api {
|
|
609
|
+
/**
|
|
610
|
+
* Decimal value validation rules.
|
|
611
|
+
* Based on java.math.BigDecimal, implies (wix.api.format) = DECIMAL_VALUE
|
|
612
|
+
*/
|
|
613
|
+
export interface IDecimalValueOptions {
|
|
614
|
+
lte?: (string | null);
|
|
615
|
+
gte?: (string | null);
|
|
616
|
+
lt?: (string | null);
|
|
617
|
+
gt?: (string | null);
|
|
618
|
+
maxScale?: (number | null);
|
|
619
|
+
}
|
|
620
|
+
export class DecimalValueOptions implements IDecimalValueOptions {
|
|
621
|
+
constructor(data?: IDecimalValueOptions);
|
|
622
|
+
lte?: (string | null);
|
|
623
|
+
gte?: (string | null);
|
|
624
|
+
lt?: (string | null);
|
|
625
|
+
gt?: (string | null);
|
|
626
|
+
maxScale?: (number | null);
|
|
627
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
628
|
+
}
|
|
629
|
+
export interface IAlignedWithEnum {
|
|
630
|
+
field?: (string | null);
|
|
631
|
+
}
|
|
632
|
+
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
633
|
+
constructor(data?: IAlignedWithEnum);
|
|
634
|
+
field?: (string | null);
|
|
635
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
636
|
+
}
|
|
637
|
+
export enum Format {
|
|
638
|
+
EMAIL = "EMAIL",
|
|
639
|
+
HOSTNAME = "HOSTNAME",
|
|
640
|
+
IPV4 = "IPV4",
|
|
641
|
+
IPV6 = "IPV6",
|
|
642
|
+
URI = "URI",
|
|
643
|
+
WEB_URL = "WEB_URL",
|
|
644
|
+
PHONE = "PHONE",
|
|
645
|
+
CREDIT_CARD = "CREDIT_CARD",
|
|
646
|
+
GUID = "GUID",
|
|
647
|
+
COUNTRY = "COUNTRY",
|
|
648
|
+
LANGUAGE = "LANGUAGE",
|
|
649
|
+
DECIMAL_VALUE = "DECIMAL_VALUE",
|
|
650
|
+
CURRENCY = "CURRENCY",
|
|
651
|
+
LANGUAGE_TAG = "LANGUAGE_TAG",
|
|
652
|
+
COLOR_HEX = "COLOR_HEX",
|
|
653
|
+
LOCAL_DATE = "LOCAL_DATE",
|
|
654
|
+
LOCAL_TIME = "LOCAL_TIME",
|
|
655
|
+
LOCAL_DATE_TIME = "LOCAL_DATE_TIME",
|
|
656
|
+
URL_SLUG = "URL_SLUG",
|
|
657
|
+
SYSTEM_SLUG = "SYSTEM_SLUG",
|
|
658
|
+
}
|
|
659
|
+
/**
|
|
660
|
+
* ApplicationError: named Error for backwards compatibility
|
|
661
|
+
*/
|
|
662
|
+
export interface IError {
|
|
663
|
+
httpCode?: ($wrapper.wix.api.StatusCodes.HttpStatusCode | null);
|
|
664
|
+
applicationCode?: (string | null);
|
|
665
|
+
data?: (string | null);
|
|
666
|
+
}
|
|
667
|
+
export class Error implements IError {
|
|
668
|
+
constructor(data?: IError);
|
|
669
|
+
httpCode?: ($wrapper.wix.api.StatusCodes.HttpStatusCode | null);
|
|
670
|
+
applicationCode?: (string | null);
|
|
671
|
+
data?: (string | null);
|
|
672
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* CustomValidationError: field level validation, only declare when you have specific validation in your service that is not coming from infra
|
|
676
|
+
*/
|
|
677
|
+
export interface ICustomValidationError {
|
|
678
|
+
ruleName?: (string | null);
|
|
679
|
+
data?: (string | null);
|
|
680
|
+
}
|
|
681
|
+
export class CustomValidationError implements ICustomValidationError {
|
|
682
|
+
constructor(data?: ICustomValidationError);
|
|
683
|
+
ruleName?: (string | null);
|
|
684
|
+
data?: (string | null);
|
|
685
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
686
|
+
}
|
|
687
|
+
/**
|
|
688
|
+
* InheritCrudErrors: does this method throw standard crud errors?
|
|
689
|
+
*/
|
|
690
|
+
export interface IInheritCrudErrors {
|
|
691
|
+
method?: ($wrapper.wix.api.Crud.Method | null);
|
|
692
|
+
}
|
|
693
|
+
export class InheritCrudErrors implements IInheritCrudErrors {
|
|
694
|
+
constructor(data?: IInheritCrudErrors);
|
|
695
|
+
method?: ($wrapper.wix.api.Crud.Method | null);
|
|
696
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
697
|
+
}
|
|
698
|
+
export interface IStatusCodes {
|
|
699
|
+
}
|
|
700
|
+
export class StatusCodes implements IStatusCodes {
|
|
701
|
+
constructor(data?: IStatusCodes);
|
|
702
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
703
|
+
}
|
|
704
|
+
export namespace StatusCodes {
|
|
705
|
+
export enum HttpStatusCode {
|
|
706
|
+
OK = "OK",
|
|
707
|
+
UNAUTHENTICATED = "UNAUTHENTICATED",
|
|
708
|
+
PERMISSION_DENIED = "PERMISSION_DENIED",
|
|
709
|
+
INVALID_ARGUMENT = "INVALID_ARGUMENT",
|
|
710
|
+
NOT_FOUND = "NOT_FOUND",
|
|
711
|
+
INTERNAL = "INTERNAL",
|
|
712
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
713
|
+
RESOURCE_EXHAUSTED = "RESOURCE_EXHAUSTED",
|
|
714
|
+
CANCELED = "CANCELED",
|
|
715
|
+
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
716
|
+
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
export interface ICacheSettings {
|
|
720
|
+
maxAgeSeconds?: (number | null);
|
|
721
|
+
}
|
|
722
|
+
export class CacheSettings implements ICacheSettings {
|
|
723
|
+
constructor(data?: ICacheSettings);
|
|
724
|
+
maxAgeSeconds?: (number | null);
|
|
725
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
726
|
+
}
|
|
727
|
+
export interface IFieldSet {
|
|
728
|
+
field?: (string[] | null);
|
|
729
|
+
}
|
|
730
|
+
export class FieldSet implements IFieldSet {
|
|
731
|
+
constructor(data?: IFieldSet);
|
|
732
|
+
field?: (string[] | null);
|
|
733
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
734
|
+
}
|
|
735
|
+
export interface IDeprecated {
|
|
736
|
+
replacedBy?: (string | null);
|
|
737
|
+
targetRemovalDate?: (string | null);
|
|
738
|
+
}
|
|
739
|
+
export class Deprecated implements IDeprecated {
|
|
740
|
+
constructor(data?: IDeprecated);
|
|
741
|
+
replacedBy?: (string | null);
|
|
742
|
+
targetRemovalDate?: (string | null);
|
|
743
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
744
|
+
}
|
|
745
|
+
export interface IUnique {
|
|
746
|
+
field?: (string[] | null);
|
|
747
|
+
}
|
|
748
|
+
export class Unique implements IUnique {
|
|
749
|
+
constructor(data?: IUnique);
|
|
750
|
+
field?: (string[] | null);
|
|
751
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
752
|
+
}
|
|
753
|
+
export interface ICrud {
|
|
754
|
+
method?: ($wrapper.wix.api.Crud.Method | null);
|
|
755
|
+
createOptions?: ($wrapper.wix.api.ICreateMethodOptions | null);
|
|
756
|
+
getOptions?: ($wrapper.wix.api.IGetItemMethodOptions | null);
|
|
757
|
+
updateOptions?: ($wrapper.wix.api.IUpdateMethodOptions | null);
|
|
758
|
+
deleteOptions?: ($wrapper.wix.api.IDeleteMethodOptions | null);
|
|
759
|
+
listOptions?: ($wrapper.wix.api.IListMethodOptions | null);
|
|
760
|
+
queryOptions?: ($wrapper.wix.api.IQueryMethodOptions | null);
|
|
761
|
+
searchOptions?: ($wrapper.wix.api.ISearchMethodOptions | null);
|
|
762
|
+
bulkCreateOptions?: ($wrapper.wix.api.IBulkCreateMethodOptions | null);
|
|
763
|
+
bulkUpdateOptions?: ($wrapper.wix.api.IBulkUpdateMethodOptions | null);
|
|
764
|
+
bulkUpdateByFilterOptions?: ($wrapper.wix.api.IBulkUpdateByFilterMethodOptions | null);
|
|
765
|
+
bulkDeleteOptions?: ($wrapper.wix.api.IBulkDeleteMethodOptions | null);
|
|
766
|
+
bulkDeleteByFilterOptions?: ($wrapper.wix.api.IBulkDeleteByFilterMethodOptions | null);
|
|
767
|
+
upsertOptions?: ($wrapper.wix.api.IUpsertMethodOptions | null);
|
|
768
|
+
bulkUpsertOptions?: ($wrapper.wix.api.IBulkUpsertMethodOptions | null);
|
|
769
|
+
listDeletedOptions?: ($wrapper.wix.api.IListDeletedMethodOptions | null);
|
|
770
|
+
getDeletedOptions?: ($wrapper.wix.api.IGetDeletedMethodOptions | null);
|
|
771
|
+
restoreFromTrashbinOptions?: ($wrapper.wix.api.IRestoreFromTrashbinMethodOptions | null);
|
|
772
|
+
removeFromTrashbinOptions?: ($wrapper.wix.api.IRemoveFromTrashbinMethodOptions | null);
|
|
773
|
+
countOptions?: ($wrapper.wix.api.ICountOptions | null);
|
|
774
|
+
}
|
|
775
|
+
export class Crud implements ICrud {
|
|
776
|
+
constructor(data?: ICrud);
|
|
777
|
+
method?: ($wrapper.wix.api.Crud.Method | null);
|
|
778
|
+
createOptions?: ($wrapper.wix.api.ICreateMethodOptions | null);
|
|
779
|
+
getOptions?: ($wrapper.wix.api.IGetItemMethodOptions | null);
|
|
780
|
+
updateOptions?: ($wrapper.wix.api.IUpdateMethodOptions | null);
|
|
781
|
+
deleteOptions?: ($wrapper.wix.api.IDeleteMethodOptions | null);
|
|
782
|
+
listOptions?: ($wrapper.wix.api.IListMethodOptions | null);
|
|
783
|
+
queryOptions?: ($wrapper.wix.api.IQueryMethodOptions | null);
|
|
784
|
+
searchOptions?: ($wrapper.wix.api.ISearchMethodOptions | null);
|
|
785
|
+
bulkCreateOptions?: ($wrapper.wix.api.IBulkCreateMethodOptions | null);
|
|
786
|
+
bulkUpdateOptions?: ($wrapper.wix.api.IBulkUpdateMethodOptions | null);
|
|
787
|
+
bulkUpdateByFilterOptions?: ($wrapper.wix.api.IBulkUpdateByFilterMethodOptions | null);
|
|
788
|
+
bulkDeleteOptions?: ($wrapper.wix.api.IBulkDeleteMethodOptions | null);
|
|
789
|
+
bulkDeleteByFilterOptions?: ($wrapper.wix.api.IBulkDeleteByFilterMethodOptions | null);
|
|
790
|
+
upsertOptions?: ($wrapper.wix.api.IUpsertMethodOptions | null);
|
|
791
|
+
bulkUpsertOptions?: ($wrapper.wix.api.IBulkUpsertMethodOptions | null);
|
|
792
|
+
listDeletedOptions?: ($wrapper.wix.api.IListDeletedMethodOptions | null);
|
|
793
|
+
getDeletedOptions?: ($wrapper.wix.api.IGetDeletedMethodOptions | null);
|
|
794
|
+
restoreFromTrashbinOptions?: ($wrapper.wix.api.IRestoreFromTrashbinMethodOptions | null);
|
|
795
|
+
removeFromTrashbinOptions?: ($wrapper.wix.api.IRemoveFromTrashbinMethodOptions | null);
|
|
796
|
+
countOptions?: ($wrapper.wix.api.ICountOptions | null);
|
|
797
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
798
|
+
}
|
|
799
|
+
export namespace Crud {
|
|
800
|
+
export enum Method {
|
|
801
|
+
UNKNOWN_METHOD = "UNKNOWN_METHOD",
|
|
802
|
+
CREATE = "CREATE",
|
|
803
|
+
GET_ITEM = "GET_ITEM",
|
|
804
|
+
UPDATE = "UPDATE",
|
|
805
|
+
DELETE = "DELETE",
|
|
806
|
+
UPSERT = "UPSERT",
|
|
807
|
+
LIST = "LIST",
|
|
808
|
+
QUERY = "QUERY",
|
|
809
|
+
SEARCH = "SEARCH",
|
|
810
|
+
BULK_CREATE = "BULK_CREATE",
|
|
811
|
+
BULK_UPDATE = "BULK_UPDATE",
|
|
812
|
+
BULK_UPDATE_BY_FILTER = "BULK_UPDATE_BY_FILTER",
|
|
813
|
+
BULK_DELETE = "BULK_DELETE",
|
|
814
|
+
BULK_DELETE_BY_FILTER = "BULK_DELETE_BY_FILTER",
|
|
815
|
+
BULK_UPSERT = "BULK_UPSERT",
|
|
816
|
+
LIST_DELETED = "LIST_DELETED",
|
|
817
|
+
GET_DELETED = "GET_DELETED",
|
|
818
|
+
RESTORE_FROM_TRASHBIN = "RESTORE_FROM_TRASHBIN",
|
|
819
|
+
REMOVE_FROM_TRASHBIN = "REMOVE_FROM_TRASHBIN",
|
|
820
|
+
COUNT = "COUNT",
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
export interface IPaging {
|
|
824
|
+
type?: ($wrapper.wix.api.Paging.Type | null);
|
|
825
|
+
pagingMetadataField?: (string | null);
|
|
826
|
+
}
|
|
827
|
+
export class Paging implements IPaging {
|
|
828
|
+
constructor(data?: IPaging);
|
|
829
|
+
type?: ($wrapper.wix.api.Paging.Type | null);
|
|
830
|
+
pagingMetadataField?: (string | null);
|
|
831
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
832
|
+
}
|
|
833
|
+
export namespace Paging {
|
|
834
|
+
export enum Type {
|
|
835
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
836
|
+
OFFSET = "OFFSET",
|
|
837
|
+
CURSOR = "CURSOR",
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
export interface ICreateMethodOptions {
|
|
841
|
+
itemField?: (string | null);
|
|
842
|
+
}
|
|
843
|
+
export class CreateMethodOptions implements ICreateMethodOptions {
|
|
844
|
+
constructor(data?: ICreateMethodOptions);
|
|
845
|
+
itemField?: (string | null);
|
|
846
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
847
|
+
}
|
|
848
|
+
export interface IGetItemMethodOptions {
|
|
849
|
+
itemField?: (string | null);
|
|
850
|
+
idField?: (string | null);
|
|
851
|
+
}
|
|
852
|
+
export class GetItemMethodOptions implements IGetItemMethodOptions {
|
|
853
|
+
constructor(data?: IGetItemMethodOptions);
|
|
854
|
+
itemField?: (string | null);
|
|
855
|
+
idField?: (string | null);
|
|
856
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
857
|
+
}
|
|
858
|
+
export interface IUpdateMethodOptions {
|
|
859
|
+
itemField?: (string | null);
|
|
860
|
+
fieldmaskField?: (string | null);
|
|
861
|
+
}
|
|
862
|
+
export class UpdateMethodOptions implements IUpdateMethodOptions {
|
|
863
|
+
constructor(data?: IUpdateMethodOptions);
|
|
864
|
+
itemField?: (string | null);
|
|
865
|
+
fieldmaskField?: (string | null);
|
|
866
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
867
|
+
}
|
|
868
|
+
export interface IUpsertMethodOptions {
|
|
869
|
+
itemField?: (string | null);
|
|
870
|
+
fieldmaskField?: (string | null);
|
|
871
|
+
}
|
|
872
|
+
export class UpsertMethodOptions implements IUpsertMethodOptions {
|
|
873
|
+
constructor(data?: IUpsertMethodOptions);
|
|
874
|
+
itemField?: (string | null);
|
|
875
|
+
fieldmaskField?: (string | null);
|
|
876
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
877
|
+
}
|
|
878
|
+
export interface IDeleteMethodOptions {
|
|
879
|
+
idField?: (string | null);
|
|
880
|
+
}
|
|
881
|
+
export class DeleteMethodOptions implements IDeleteMethodOptions {
|
|
882
|
+
constructor(data?: IDeleteMethodOptions);
|
|
883
|
+
idField?: (string | null);
|
|
884
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
885
|
+
}
|
|
886
|
+
export interface IListMethodOptions {
|
|
887
|
+
idsField?: (string | null);
|
|
888
|
+
itemsField?: (string | null);
|
|
889
|
+
paging?: ($wrapper.wix.api.IPaging | null);
|
|
890
|
+
meAliasableField?: (string[] | null);
|
|
891
|
+
}
|
|
892
|
+
export class ListMethodOptions implements IListMethodOptions {
|
|
893
|
+
constructor(data?: IListMethodOptions);
|
|
894
|
+
idsField?: (string | null);
|
|
895
|
+
itemsField?: (string | null);
|
|
896
|
+
paging?: ($wrapper.wix.api.IPaging | null);
|
|
897
|
+
meAliasableField?: (string[] | null);
|
|
898
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
899
|
+
}
|
|
900
|
+
export interface IQueryMethodOptions {
|
|
901
|
+
queryField?: (string | null);
|
|
902
|
+
itemsField?: (string | null);
|
|
903
|
+
paging?: ($wrapper.wix.api.IPaging | null);
|
|
904
|
+
wql?: ($wrapper.wix.api.IWql | null);
|
|
905
|
+
meAliasableField?: (string[] | null);
|
|
906
|
+
}
|
|
907
|
+
export class QueryMethodOptions implements IQueryMethodOptions {
|
|
908
|
+
constructor(data?: IQueryMethodOptions);
|
|
909
|
+
queryField?: (string | null);
|
|
910
|
+
itemsField?: (string | null);
|
|
911
|
+
paging?: ($wrapper.wix.api.IPaging | null);
|
|
912
|
+
wql?: ($wrapper.wix.api.IWql | null);
|
|
913
|
+
meAliasableField?: (string[] | null);
|
|
914
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
915
|
+
}
|
|
916
|
+
export interface ISearchMethodOptions {
|
|
917
|
+
searchField?: (string | null);
|
|
918
|
+
itemsField?: (string | null);
|
|
919
|
+
paging?: ($wrapper.wix.api.IPaging | null);
|
|
920
|
+
wql?: ($wrapper.wix.api.IWql | null);
|
|
921
|
+
meAliasableField?: (string[] | null);
|
|
922
|
+
}
|
|
923
|
+
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
924
|
+
constructor(data?: ISearchMethodOptions);
|
|
925
|
+
searchField?: (string | null);
|
|
926
|
+
itemsField?: (string | null);
|
|
927
|
+
paging?: ($wrapper.wix.api.IPaging | null);
|
|
928
|
+
wql?: ($wrapper.wix.api.IWql | null);
|
|
929
|
+
meAliasableField?: (string[] | null);
|
|
930
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
931
|
+
}
|
|
932
|
+
export interface IBulkCreateMethodOptions {
|
|
933
|
+
itemField?: (string | null);
|
|
934
|
+
}
|
|
935
|
+
export class BulkCreateMethodOptions implements IBulkCreateMethodOptions {
|
|
936
|
+
constructor(data?: IBulkCreateMethodOptions);
|
|
937
|
+
itemField?: (string | null);
|
|
938
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
939
|
+
}
|
|
940
|
+
export interface IBulkUpdateMethodOptions {
|
|
941
|
+
itemField?: (string | null);
|
|
942
|
+
fieldmaskField?: (string | null);
|
|
943
|
+
}
|
|
944
|
+
export class BulkUpdateMethodOptions implements IBulkUpdateMethodOptions {
|
|
945
|
+
constructor(data?: IBulkUpdateMethodOptions);
|
|
946
|
+
itemField?: (string | null);
|
|
947
|
+
fieldmaskField?: (string | null);
|
|
948
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
949
|
+
}
|
|
950
|
+
export interface IBulkUpdateByFilterMethodOptions {
|
|
951
|
+
itemField?: (string | null);
|
|
952
|
+
fieldmaskField?: (string | null);
|
|
953
|
+
filterField?: (string | null);
|
|
954
|
+
}
|
|
955
|
+
export class BulkUpdateByFilterMethodOptions implements IBulkUpdateByFilterMethodOptions {
|
|
956
|
+
constructor(data?: IBulkUpdateByFilterMethodOptions);
|
|
957
|
+
itemField?: (string | null);
|
|
958
|
+
fieldmaskField?: (string | null);
|
|
959
|
+
filterField?: (string | null);
|
|
960
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
961
|
+
}
|
|
962
|
+
export interface IBulkUpsertMethodOptions {
|
|
963
|
+
itemField?: (string | null);
|
|
964
|
+
fieldmaskField?: (string | null);
|
|
965
|
+
}
|
|
966
|
+
export class BulkUpsertMethodOptions implements IBulkUpsertMethodOptions {
|
|
967
|
+
constructor(data?: IBulkUpsertMethodOptions);
|
|
968
|
+
itemField?: (string | null);
|
|
969
|
+
fieldmaskField?: (string | null);
|
|
970
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
971
|
+
}
|
|
972
|
+
export interface IBulkDeleteMethodOptions {
|
|
973
|
+
idsField?: (string | null);
|
|
974
|
+
}
|
|
975
|
+
export class BulkDeleteMethodOptions implements IBulkDeleteMethodOptions {
|
|
976
|
+
constructor(data?: IBulkDeleteMethodOptions);
|
|
977
|
+
idsField?: (string | null);
|
|
978
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
979
|
+
}
|
|
980
|
+
export interface IBulkDeleteByFilterMethodOptions {
|
|
981
|
+
filterField?: (string | null);
|
|
982
|
+
}
|
|
983
|
+
export class BulkDeleteByFilterMethodOptions implements IBulkDeleteByFilterMethodOptions {
|
|
984
|
+
constructor(data?: IBulkDeleteByFilterMethodOptions);
|
|
985
|
+
filterField?: (string | null);
|
|
986
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
987
|
+
}
|
|
988
|
+
export interface IListDeletedMethodOptions {
|
|
989
|
+
idsField?: (string | null);
|
|
990
|
+
itemsField?: (string | null);
|
|
991
|
+
paging?: ($wrapper.wix.api.IPaging | null);
|
|
992
|
+
meAliasableField?: (string[] | null);
|
|
993
|
+
}
|
|
994
|
+
export class ListDeletedMethodOptions implements IListDeletedMethodOptions {
|
|
995
|
+
constructor(data?: IListDeletedMethodOptions);
|
|
996
|
+
idsField?: (string | null);
|
|
997
|
+
itemsField?: (string | null);
|
|
998
|
+
paging?: ($wrapper.wix.api.IPaging | null);
|
|
999
|
+
meAliasableField?: (string[] | null);
|
|
1000
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1001
|
+
}
|
|
1002
|
+
export interface IGetDeletedMethodOptions {
|
|
1003
|
+
itemField?: (string | null);
|
|
1004
|
+
idField?: (string | null);
|
|
1005
|
+
}
|
|
1006
|
+
export class GetDeletedMethodOptions implements IGetDeletedMethodOptions {
|
|
1007
|
+
constructor(data?: IGetDeletedMethodOptions);
|
|
1008
|
+
itemField?: (string | null);
|
|
1009
|
+
idField?: (string | null);
|
|
1010
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1011
|
+
}
|
|
1012
|
+
export interface IRestoreFromTrashbinMethodOptions {
|
|
1013
|
+
itemField?: (string | null);
|
|
1014
|
+
idField?: (string | null);
|
|
1015
|
+
}
|
|
1016
|
+
export class RestoreFromTrashbinMethodOptions implements IRestoreFromTrashbinMethodOptions {
|
|
1017
|
+
constructor(data?: IRestoreFromTrashbinMethodOptions);
|
|
1018
|
+
itemField?: (string | null);
|
|
1019
|
+
idField?: (string | null);
|
|
1020
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1021
|
+
}
|
|
1022
|
+
export interface IRemoveFromTrashbinMethodOptions {
|
|
1023
|
+
idField?: (string | null);
|
|
1024
|
+
}
|
|
1025
|
+
export class RemoveFromTrashbinMethodOptions implements IRemoveFromTrashbinMethodOptions {
|
|
1026
|
+
constructor(data?: IRemoveFromTrashbinMethodOptions);
|
|
1027
|
+
idField?: (string | null);
|
|
1028
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1029
|
+
}
|
|
1030
|
+
export interface ICountOptions {
|
|
1031
|
+
inheritWqlFrom?: (string | null);
|
|
1032
|
+
}
|
|
1033
|
+
export class CountOptions implements ICountOptions {
|
|
1034
|
+
constructor(data?: ICountOptions);
|
|
1035
|
+
inheritWqlFrom?: (string | null);
|
|
1036
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1037
|
+
}
|
|
1038
|
+
export interface IWql {
|
|
1039
|
+
operatorFieldSupport?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
|
|
1040
|
+
pattern?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
|
|
1041
|
+
}
|
|
1042
|
+
export class Wql implements IWql {
|
|
1043
|
+
constructor(data?: IWql);
|
|
1044
|
+
operatorFieldSupport?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
|
|
1045
|
+
pattern?: ($wrapper.wix.api.Wql.IOperatorFieldSupport[] | null);
|
|
1046
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1047
|
+
}
|
|
1048
|
+
export namespace Wql {
|
|
1049
|
+
export enum Operator {
|
|
1050
|
+
ALL_APPLICABLE_OPERATORS = "ALL_APPLICABLE_OPERATORS",
|
|
1051
|
+
EQ = "EQ",
|
|
1052
|
+
GT = "GT",
|
|
1053
|
+
GTE = "GTE",
|
|
1054
|
+
IN = "IN",
|
|
1055
|
+
LT = "LT",
|
|
1056
|
+
LTE = "LTE",
|
|
1057
|
+
NE = "NE",
|
|
1058
|
+
NIN = "NIN",
|
|
1059
|
+
BEGINS = "BEGINS",
|
|
1060
|
+
EXISTS = "EXISTS",
|
|
1061
|
+
ALL = "ALL",
|
|
1062
|
+
HAS_ALL = "HAS_ALL",
|
|
1063
|
+
ANY = "ANY",
|
|
1064
|
+
HAS_SOME = "HAS_SOME",
|
|
1065
|
+
EMPTY = "EMPTY",
|
|
1066
|
+
}
|
|
1067
|
+
export enum Sort {
|
|
1068
|
+
NONE = "NONE",
|
|
1069
|
+
ASC = "ASC",
|
|
1070
|
+
DESC = "DESC",
|
|
1071
|
+
BOTH = "BOTH",
|
|
1072
|
+
}
|
|
1073
|
+
export interface IRequiredFields {
|
|
1074
|
+
field?: (string[] | null);
|
|
1075
|
+
requiredField?: ($wrapper.wix.api.Wql.RequiredFields.IRequiredField[] | null);
|
|
1076
|
+
}
|
|
1077
|
+
export class RequiredFields implements IRequiredFields {
|
|
1078
|
+
constructor(data?: IRequiredFields);
|
|
1079
|
+
field?: (string[] | null);
|
|
1080
|
+
requiredField?: ($wrapper.wix.api.Wql.RequiredFields.IRequiredField[] | null);
|
|
1081
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1082
|
+
}
|
|
1083
|
+
export namespace RequiredFields {
|
|
1084
|
+
export interface IRequiredField {
|
|
1085
|
+
path?: (string | null);
|
|
1086
|
+
sort?: ($wrapper.wix.api.Wql.Sort | null);
|
|
1087
|
+
}
|
|
1088
|
+
export class RequiredField implements IRequiredField {
|
|
1089
|
+
constructor(data?: IRequiredField);
|
|
1090
|
+
path?: (string | null);
|
|
1091
|
+
sort?: ($wrapper.wix.api.Wql.Sort | null);
|
|
1092
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
export interface IOperatorFieldSupport {
|
|
1096
|
+
operator?: ($wrapper.wix.api.Wql.Operator[] | null);
|
|
1097
|
+
glob?: (string | null);
|
|
1098
|
+
field?: (string[] | null);
|
|
1099
|
+
sort?: ($wrapper.wix.api.Wql.Sort | null);
|
|
1100
|
+
requiredFields?: ($wrapper.wix.api.Wql.IRequiredFields[] | null);
|
|
1101
|
+
}
|
|
1102
|
+
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
1103
|
+
constructor(data?: IOperatorFieldSupport);
|
|
1104
|
+
operator?: ($wrapper.wix.api.Wql.Operator[] | null);
|
|
1105
|
+
glob?: (string | null);
|
|
1106
|
+
field?: (string[] | null);
|
|
1107
|
+
sort?: ($wrapper.wix.api.Wql.Sort | null);
|
|
1108
|
+
requiredFields?: ($wrapper.wix.api.Wql.IRequiredFields[] | null);
|
|
1109
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
export interface IHookable {
|
|
1113
|
+
}
|
|
1114
|
+
export class Hookable implements IHookable {
|
|
1115
|
+
constructor(data?: IHookable);
|
|
1116
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1117
|
+
}
|
|
1118
|
+
export interface ITranslatable {
|
|
1119
|
+
name?: (string | null);
|
|
1120
|
+
hidden?: (boolean | null);
|
|
1121
|
+
grouping?: (string | null);
|
|
1122
|
+
type?: ($wrapper.wix.api.Translatable.Type | null);
|
|
1123
|
+
displayOnly?: (boolean | null);
|
|
1124
|
+
}
|
|
1125
|
+
export class Translatable implements ITranslatable {
|
|
1126
|
+
constructor(data?: ITranslatable);
|
|
1127
|
+
name?: (string | null);
|
|
1128
|
+
hidden?: (boolean | null);
|
|
1129
|
+
grouping?: (string | null);
|
|
1130
|
+
type?: ($wrapper.wix.api.Translatable.Type | null);
|
|
1131
|
+
displayOnly?: (boolean | null);
|
|
1132
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1133
|
+
}
|
|
1134
|
+
export namespace Translatable {
|
|
1135
|
+
export enum Type {
|
|
1136
|
+
UNDEFINED_TYPE = "UNDEFINED_TYPE",
|
|
1137
|
+
SHORT_TEXT = "SHORT_TEXT",
|
|
1138
|
+
LONG_TEXT = "LONG_TEXT",
|
|
1139
|
+
RICH_TEXT = "RICH_TEXT",
|
|
1140
|
+
RICH_CONTENT_EDITOR = "RICH_CONTENT_EDITOR",
|
|
1141
|
+
SELECTION = "SELECTION",
|
|
1142
|
+
MULTI_SELECTION = "MULTI_SELECTION",
|
|
1143
|
+
DOCUMENT = "DOCUMENT",
|
|
1144
|
+
IMAGE = "IMAGE",
|
|
1145
|
+
VIDEO = "VIDEO",
|
|
1146
|
+
IMAGE_LINK = "IMAGE_LINK",
|
|
1147
|
+
}
|
|
1148
|
+
}
|
|
1149
|
+
export interface IConditional {
|
|
1150
|
+
permission?: (string | null);
|
|
1151
|
+
requestedField?: (string | null);
|
|
1152
|
+
}
|
|
1153
|
+
export class Conditional implements IConditional {
|
|
1154
|
+
constructor(data?: IConditional);
|
|
1155
|
+
permission?: (string | null);
|
|
1156
|
+
requestedField?: (string | null);
|
|
1157
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1158
|
+
}
|
|
1159
|
+
export interface IServiceAppendix {
|
|
1160
|
+
type?: ($wrapper.wix.api.ServiceAppendix.Type | null);
|
|
1161
|
+
path?: (string | null);
|
|
1162
|
+
}
|
|
1163
|
+
export class ServiceAppendix implements IServiceAppendix {
|
|
1164
|
+
constructor(data?: IServiceAppendix);
|
|
1165
|
+
type?: ($wrapper.wix.api.ServiceAppendix.Type | null);
|
|
1166
|
+
path?: (string | null);
|
|
1167
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1168
|
+
}
|
|
1169
|
+
export namespace ServiceAppendix {
|
|
1170
|
+
export enum Type {
|
|
1171
|
+
UNKNOWN_APPENDIX_TYPE = "UNKNOWN_APPENDIX_TYPE",
|
|
1172
|
+
NILE = "NILE",
|
|
1173
|
+
MESSAGE_BUS = "MESSAGE_BUS",
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
export enum Exposure {
|
|
1177
|
+
PRIVATE = "PRIVATE",
|
|
1178
|
+
INTERNAL = "INTERNAL",
|
|
1179
|
+
PUBLIC = "PUBLIC",
|
|
1180
|
+
}
|
|
1181
|
+
export enum Maturity {
|
|
1182
|
+
ALPHA = "ALPHA",
|
|
1183
|
+
BETA = "BETA",
|
|
1184
|
+
IA = "IA",
|
|
1185
|
+
GA = "GA",
|
|
1186
|
+
NOT_IMPLEMENTED = "NOT_IMPLEMENTED",
|
|
1187
|
+
}
|
|
1188
|
+
export interface IServiceEntity {
|
|
1189
|
+
message?: (string | null);
|
|
1190
|
+
namespace?: (string | null);
|
|
1191
|
+
}
|
|
1192
|
+
export class ServiceEntity implements IServiceEntity {
|
|
1193
|
+
constructor(data?: IServiceEntity);
|
|
1194
|
+
message?: (string | null);
|
|
1195
|
+
namespace?: (string | null);
|
|
1196
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1197
|
+
}
|
|
1198
|
+
export interface IEntity {
|
|
1199
|
+
fqdn?: (string | null);
|
|
1200
|
+
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
1201
|
+
appendixFiles?: ($wrapper.wix.api.IMessageAppendix[] | null);
|
|
1202
|
+
oldFqdnForBackwardsCompatibility?: (string | null);
|
|
1203
|
+
segment?: ($wrapper.wix.api.Segment.Segment | null);
|
|
1204
|
+
implements?: (string[] | null);
|
|
1205
|
+
extensible?: ($wrapper.wix.api.IExtensible | null);
|
|
1206
|
+
trashbin?: (boolean | null);
|
|
1207
|
+
plural?: (string | null);
|
|
1208
|
+
domainEventsReadPermission?: (string | null);
|
|
1209
|
+
appDefId?: (string | null);
|
|
1210
|
+
}
|
|
1211
|
+
export class Entity implements IEntity {
|
|
1212
|
+
constructor(data?: IEntity);
|
|
1213
|
+
fqdn?: (string | null);
|
|
1214
|
+
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
1215
|
+
appendixFiles?: ($wrapper.wix.api.IMessageAppendix[] | null);
|
|
1216
|
+
oldFqdnForBackwardsCompatibility?: (string | null);
|
|
1217
|
+
segment?: ($wrapper.wix.api.Segment.Segment | null);
|
|
1218
|
+
implements?: (string[] | null);
|
|
1219
|
+
extensible?: ($wrapper.wix.api.IExtensible | null);
|
|
1220
|
+
trashbin?: (boolean | null);
|
|
1221
|
+
plural?: (string | null);
|
|
1222
|
+
domainEventsReadPermission?: (string | null);
|
|
1223
|
+
appDefId?: (string | null);
|
|
1224
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1225
|
+
}
|
|
1226
|
+
export interface IExtensible {
|
|
1227
|
+
nestedExtensionFieldPath?: (string | null);
|
|
1228
|
+
}
|
|
1229
|
+
export class Extensible implements IExtensible {
|
|
1230
|
+
constructor(data?: IExtensible);
|
|
1231
|
+
nestedExtensionFieldPath?: (string | null);
|
|
1232
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1233
|
+
}
|
|
1234
|
+
export interface IMessageAppendix {
|
|
1235
|
+
type?: ($wrapper.wix.api.MessageAppendix.Type | null);
|
|
1236
|
+
path?: (string | null);
|
|
1237
|
+
}
|
|
1238
|
+
export class MessageAppendix implements IMessageAppendix {
|
|
1239
|
+
constructor(data?: IMessageAppendix);
|
|
1240
|
+
type?: ($wrapper.wix.api.MessageAppendix.Type | null);
|
|
1241
|
+
path?: (string | null);
|
|
1242
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1243
|
+
}
|
|
1244
|
+
export namespace MessageAppendix {
|
|
1245
|
+
export enum Type {
|
|
1246
|
+
UNKNOWN_APPENDIX_TYPE = "UNKNOWN_APPENDIX_TYPE",
|
|
1247
|
+
AUTO_VELO = "AUTO_VELO",
|
|
1248
|
+
DOCS_CONF = "DOCS_CONF",
|
|
1249
|
+
MULTILINGUAL = "MULTILINGUAL",
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
export interface ICallback {
|
|
1253
|
+
topic?: (string | null);
|
|
1254
|
+
segment?: ($wrapper.wix.api.Segment.Segment | null);
|
|
1255
|
+
payload?: (string | null);
|
|
1256
|
+
permission?: (string | null);
|
|
1257
|
+
eventType?: ($wrapper.wix.api.Callback.EventType | null);
|
|
1258
|
+
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
1259
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1260
|
+
}
|
|
1261
|
+
export class Callback implements ICallback {
|
|
1262
|
+
constructor(data?: ICallback);
|
|
1263
|
+
topic?: (string | null);
|
|
1264
|
+
segment?: ($wrapper.wix.api.Segment.Segment | null);
|
|
1265
|
+
payload?: (string | null);
|
|
1266
|
+
permission?: (string | null);
|
|
1267
|
+
eventType?: ($wrapper.wix.api.Callback.EventType | null);
|
|
1268
|
+
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
1269
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1270
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1271
|
+
}
|
|
1272
|
+
export namespace Callback {
|
|
1273
|
+
export enum EventType {
|
|
1274
|
+
UNKNOWN = "UNKNOWN",
|
|
1275
|
+
CREATED = "CREATED",
|
|
1276
|
+
UPDATED = "UPDATED",
|
|
1277
|
+
DELETED = "DELETED",
|
|
1278
|
+
ACTION = "ACTION",
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
export interface IDomainEvent {
|
|
1282
|
+
actionMessageFqn?: (string | null);
|
|
1283
|
+
webhookPermissionOverride?: (string | null);
|
|
1284
|
+
eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
|
|
1285
|
+
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
1286
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1287
|
+
}
|
|
1288
|
+
export class DomainEvent implements IDomainEvent {
|
|
1289
|
+
constructor(data?: IDomainEvent);
|
|
1290
|
+
actionMessageFqn?: (string | null);
|
|
1291
|
+
webhookPermissionOverride?: (string | null);
|
|
1292
|
+
eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
|
|
1293
|
+
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
1294
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1295
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1296
|
+
}
|
|
1297
|
+
export namespace DomainEvent {
|
|
1298
|
+
export enum EventType {
|
|
1299
|
+
UNKNOWN = "UNKNOWN",
|
|
1300
|
+
CREATED = "CREATED",
|
|
1301
|
+
UPDATED = "UPDATED",
|
|
1302
|
+
DELETED = "DELETED",
|
|
1303
|
+
ACTION = "ACTION",
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
export interface IEmits {
|
|
1307
|
+
eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
|
|
1308
|
+
actionMessageFqn?: (string | null);
|
|
1309
|
+
}
|
|
1310
|
+
export class Emits implements IEmits {
|
|
1311
|
+
constructor(data?: IEmits);
|
|
1312
|
+
eventType?: ($wrapper.wix.api.DomainEvent.EventType | null);
|
|
1313
|
+
actionMessageFqn?: (string | null);
|
|
1314
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1315
|
+
}
|
|
1316
|
+
export interface ICallbackDeprecation {
|
|
1317
|
+
replacedBy?: (string | null);
|
|
1318
|
+
targetRemovalDate?: (string | null);
|
|
1319
|
+
eventType?: ($wrapper.wix.api.Callback.EventType | null);
|
|
1320
|
+
customSlug?: (string | null);
|
|
1321
|
+
payload?: (string | null);
|
|
1322
|
+
}
|
|
1323
|
+
export class CallbackDeprecation implements ICallbackDeprecation {
|
|
1324
|
+
constructor(data?: ICallbackDeprecation);
|
|
1325
|
+
replacedBy?: (string | null);
|
|
1326
|
+
targetRemovalDate?: (string | null);
|
|
1327
|
+
eventType?: ($wrapper.wix.api.Callback.EventType | null);
|
|
1328
|
+
customSlug?: (string | null);
|
|
1329
|
+
payload?: (string | null);
|
|
1330
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1331
|
+
}
|
|
1332
|
+
export interface ISegment {
|
|
1333
|
+
}
|
|
1334
|
+
export class Segment implements ISegment {
|
|
1335
|
+
constructor(data?: ISegment);
|
|
1336
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1337
|
+
}
|
|
1338
|
+
export namespace Segment {
|
|
1339
|
+
export enum Segment {
|
|
1340
|
+
UNSPECIFIED = "UNSPECIFIED",
|
|
1341
|
+
USERS = "USERS",
|
|
1342
|
+
PUBLIC = "PUBLIC",
|
|
1343
|
+
OTHERS = "OTHERS",
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
export interface IActionPayload {
|
|
1347
|
+
customSlug?: (string | null);
|
|
1348
|
+
}
|
|
1349
|
+
export class ActionPayload implements IActionPayload {
|
|
1350
|
+
constructor(data?: IActionPayload);
|
|
1351
|
+
customSlug?: (string | null);
|
|
1352
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1353
|
+
}
|
|
1354
|
+
export interface IRequestContext {
|
|
1355
|
+
aspects?: ({ [k: string]: string } | null);
|
|
1356
|
+
}
|
|
1357
|
+
export class RequestContext implements IRequestContext {
|
|
1358
|
+
constructor(data?: IRequestContext);
|
|
1359
|
+
aspects?: ({ [k: string]: string });
|
|
1360
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1361
|
+
}
|
|
1362
|
+
export interface IResponseContext {
|
|
1363
|
+
aspects?: ($wrapper.wix.api.IResponseContextEntry[] | null);
|
|
1364
|
+
}
|
|
1365
|
+
export class ResponseContext implements IResponseContext {
|
|
1366
|
+
constructor(data?: IResponseContext);
|
|
1367
|
+
aspects?: ($wrapper.wix.api.IResponseContextEntry[] | null);
|
|
1368
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1369
|
+
}
|
|
1370
|
+
export interface IResponseContextEntry {
|
|
1371
|
+
aspectEntry?: ({ [k: string]: string } | null);
|
|
1372
|
+
}
|
|
1373
|
+
export class ResponseContextEntry implements IResponseContextEntry {
|
|
1374
|
+
constructor(data?: IResponseContextEntry);
|
|
1375
|
+
aspectEntry?: ({ [k: string]: string });
|
|
1376
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1377
|
+
}
|
|
1378
|
+
export interface IDetails {
|
|
1379
|
+
applicationError?: ($wrapper.wix.api.IApplicationError | null);
|
|
1380
|
+
validationError?: ($wrapper.wix.api.IValidationError | null);
|
|
1381
|
+
tracing?: ({ [k: string]: string } | null);
|
|
1382
|
+
}
|
|
1383
|
+
export class Details implements IDetails {
|
|
1384
|
+
constructor(data?: IDetails);
|
|
1385
|
+
applicationError?: ($wrapper.wix.api.IApplicationError | null);
|
|
1386
|
+
validationError?: ($wrapper.wix.api.IValidationError | null);
|
|
1387
|
+
tracing?: ({ [k: string]: string });
|
|
1388
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1389
|
+
}
|
|
1390
|
+
export interface IApplicationError {
|
|
1391
|
+
code?: (string | null);
|
|
1392
|
+
description?: (string | null);
|
|
1393
|
+
data?: ({ [key: string]: any } | null);
|
|
1394
|
+
}
|
|
1395
|
+
export class ApplicationError implements IApplicationError {
|
|
1396
|
+
constructor(data?: IApplicationError);
|
|
1397
|
+
code?: (string | null);
|
|
1398
|
+
description?: (string | null);
|
|
1399
|
+
data?: ({ [key: string]: any } | null);
|
|
1400
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1401
|
+
}
|
|
1402
|
+
/**
|
|
1403
|
+
* example result:
|
|
1404
|
+
* {
|
|
1405
|
+
* "fieldViolations": [
|
|
1406
|
+
* {
|
|
1407
|
+
* "field": "fieldA",
|
|
1408
|
+
* "description": "invalid music note. supported notes: [do,re,mi,fa,sol,la,ti]",
|
|
1409
|
+
* "violatedRule": "OTHER",
|
|
1410
|
+
* "ruleName": "INVALID_NOTE",
|
|
1411
|
+
* "data": {
|
|
1412
|
+
* "value": "FI"
|
|
1413
|
+
* }
|
|
1414
|
+
* },
|
|
1415
|
+
* {
|
|
1416
|
+
* "field": "fieldB",
|
|
1417
|
+
* "description": "field value out of range. supported range: [0-20]",
|
|
1418
|
+
* "violatedRule": "MAX",
|
|
1419
|
+
* "data": {
|
|
1420
|
+
* "threshold": 20
|
|
1421
|
+
* }
|
|
1422
|
+
* },
|
|
1423
|
+
* {
|
|
1424
|
+
* "field": "fieldC",
|
|
1425
|
+
* "description": "invalid phone number. provide a valid phone number of size: [7-12], supported characters: [0-9, +, -, (, )]",
|
|
1426
|
+
* "violatedRule": "FORMAT",
|
|
1427
|
+
* "data": {
|
|
1428
|
+
* "type": "PHONE"
|
|
1429
|
+
* }
|
|
1430
|
+
* }
|
|
1431
|
+
* ]
|
|
1432
|
+
* }
|
|
1433
|
+
*/
|
|
1434
|
+
export interface IValidationError {
|
|
1435
|
+
fieldViolations?: ($wrapper.wix.api.ValidationError.IFieldViolation[] | null);
|
|
1436
|
+
}
|
|
1437
|
+
export class ValidationError implements IValidationError {
|
|
1438
|
+
constructor(data?: IValidationError);
|
|
1439
|
+
fieldViolations?: ($wrapper.wix.api.ValidationError.IFieldViolation[] | null);
|
|
1440
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1441
|
+
}
|
|
1442
|
+
export namespace ValidationError {
|
|
1443
|
+
export enum RuleType {
|
|
1444
|
+
VALIDATION = "VALIDATION",
|
|
1445
|
+
OTHER = "OTHER",
|
|
1446
|
+
MAX = "MAX",
|
|
1447
|
+
MIN = "MIN",
|
|
1448
|
+
MAX_LENGTH = "MAX_LENGTH",
|
|
1449
|
+
MIN_LENGTH = "MIN_LENGTH",
|
|
1450
|
+
MAX_SIZE = "MAX_SIZE",
|
|
1451
|
+
MIN_SIZE = "MIN_SIZE",
|
|
1452
|
+
FORMAT = "FORMAT",
|
|
1453
|
+
DECIMAL_LTE = "DECIMAL_LTE",
|
|
1454
|
+
DECIMAL_GTE = "DECIMAL_GTE",
|
|
1455
|
+
DECIMAL_LT = "DECIMAL_LT",
|
|
1456
|
+
DECIMAL_GT = "DECIMAL_GT",
|
|
1457
|
+
DECIMAL_MAX_SCALE = "DECIMAL_MAX_SCALE",
|
|
1458
|
+
INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
|
|
1459
|
+
REQUIRED_FIELD = "REQUIRED_FIELD",
|
|
1460
|
+
FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
|
|
1461
|
+
ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
|
|
1462
|
+
}
|
|
1463
|
+
export interface IFieldViolation {
|
|
1464
|
+
field?: (string | null);
|
|
1465
|
+
description?: (string | null);
|
|
1466
|
+
violatedRule?: ($wrapper.wix.api.ValidationError.RuleType | null);
|
|
1467
|
+
ruleName?: (string | null);
|
|
1468
|
+
data?: ({ [key: string]: any } | null);
|
|
1469
|
+
}
|
|
1470
|
+
export class FieldViolation implements IFieldViolation {
|
|
1471
|
+
constructor(data?: IFieldViolation);
|
|
1472
|
+
field?: (string | null);
|
|
1473
|
+
description?: (string | null);
|
|
1474
|
+
violatedRule?: ($wrapper.wix.api.ValidationError.RuleType | null);
|
|
1475
|
+
ruleName?: (string | null);
|
|
1476
|
+
data?: ({ [key: string]: any } | null);
|
|
1477
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
export interface ILimitRuleInt32DataPayload {
|
|
1481
|
+
threshold?: (number | null);
|
|
1482
|
+
}
|
|
1483
|
+
export class LimitRuleInt32DataPayload implements ILimitRuleInt32DataPayload {
|
|
1484
|
+
constructor(data?: ILimitRuleInt32DataPayload);
|
|
1485
|
+
threshold?: (number | null);
|
|
1486
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1487
|
+
}
|
|
1488
|
+
export interface ILimitRuleDoubleDataPayload {
|
|
1489
|
+
threshold?: (number | null);
|
|
1490
|
+
}
|
|
1491
|
+
export class LimitRuleDoubleDataPayload implements ILimitRuleDoubleDataPayload {
|
|
1492
|
+
constructor(data?: ILimitRuleDoubleDataPayload);
|
|
1493
|
+
threshold?: (number | null);
|
|
1494
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1495
|
+
}
|
|
1496
|
+
export interface ILimitRuleStringDataPayload {
|
|
1497
|
+
threshold?: (string | null);
|
|
1498
|
+
}
|
|
1499
|
+
export class LimitRuleStringDataPayload implements ILimitRuleStringDataPayload {
|
|
1500
|
+
constructor(data?: ILimitRuleStringDataPayload);
|
|
1501
|
+
threshold?: (string | null);
|
|
1502
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1503
|
+
}
|
|
1504
|
+
export interface IFormatRuleDataPayload {
|
|
1505
|
+
type?: (string | null);
|
|
1506
|
+
}
|
|
1507
|
+
export class FormatRuleDataPayload implements IFormatRuleDataPayload {
|
|
1508
|
+
constructor(data?: IFormatRuleDataPayload);
|
|
1509
|
+
type?: (string | null);
|
|
1510
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1511
|
+
}
|
|
1512
|
+
export interface IEnumRuleDataPayload {
|
|
1513
|
+
supported?: (string[] | null);
|
|
1514
|
+
}
|
|
1515
|
+
export class EnumRuleDataPayload implements IEnumRuleDataPayload {
|
|
1516
|
+
constructor(data?: IEnumRuleDataPayload);
|
|
1517
|
+
supported?: (string[] | null);
|
|
1518
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1519
|
+
}
|
|
1520
|
+
export interface IPermissionRule {
|
|
1521
|
+
name?: (string | null);
|
|
1522
|
+
type?: ($wrapper.wix.api.PermissionType | null);
|
|
1523
|
+
}
|
|
1524
|
+
export class PermissionRule implements IPermissionRule {
|
|
1525
|
+
constructor(data?: IPermissionRule);
|
|
1526
|
+
name?: (string | null);
|
|
1527
|
+
type?: ($wrapper.wix.api.PermissionType | null);
|
|
1528
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1529
|
+
}
|
|
1530
|
+
export enum PermissionType {
|
|
1531
|
+
AUTO = "AUTO",
|
|
1532
|
+
MANUAL = "MANUAL",
|
|
1533
|
+
}
|
|
1534
|
+
export interface ISla {
|
|
1535
|
+
responseTimeMs?: (number | null);
|
|
1536
|
+
}
|
|
1537
|
+
export class Sla implements ISla {
|
|
1538
|
+
constructor(data?: ISla);
|
|
1539
|
+
responseTimeMs?: (number | null);
|
|
1540
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1541
|
+
}
|
|
1542
|
+
export interface ISubscription {
|
|
1543
|
+
topic?: (string | null);
|
|
1544
|
+
segment?: ($wrapper.wix.api.Segment.Segment | null);
|
|
1545
|
+
batch?: (boolean | null);
|
|
1546
|
+
entity?: (string | null);
|
|
1547
|
+
}
|
|
1548
|
+
export class Subscription implements ISubscription {
|
|
1549
|
+
constructor(data?: ISubscription);
|
|
1550
|
+
topic?: (string | null);
|
|
1551
|
+
segment?: ($wrapper.wix.api.Segment.Segment | null);
|
|
1552
|
+
batch?: (boolean | null);
|
|
1553
|
+
entity?: (string | null);
|
|
1554
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
export namespace http {
|
|
1558
|
+
export interface IInferFieldmask {
|
|
1559
|
+
from?: (string | null);
|
|
1560
|
+
fieldmask?: (string | null);
|
|
1561
|
+
}
|
|
1562
|
+
export class InferFieldmask implements IInferFieldmask {
|
|
1563
|
+
constructor(data?: IInferFieldmask);
|
|
1564
|
+
from?: (string | null);
|
|
1565
|
+
fieldmask?: (string | null);
|
|
1566
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
export namespace sdk {
|
|
1570
|
+
export interface ISignature {
|
|
1571
|
+
params?: (string[] | null);
|
|
1572
|
+
}
|
|
1573
|
+
export class Signature implements ISignature {
|
|
1574
|
+
constructor(data?: ISignature);
|
|
1575
|
+
params?: (string[] | null);
|
|
1576
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
export namespace spi {
|
|
1580
|
+
export interface IService {
|
|
1581
|
+
spiIdentifier?: (string | null);
|
|
1582
|
+
configMessage?: (string | null);
|
|
1583
|
+
hostService?: (string | null);
|
|
1584
|
+
businessManagerUrl?: (string | null);
|
|
1585
|
+
fqdn?: (string | null);
|
|
1586
|
+
appDefId?: (string | null);
|
|
1587
|
+
}
|
|
1588
|
+
export class Service implements IService {
|
|
1589
|
+
constructor(data?: IService);
|
|
1590
|
+
spiIdentifier?: (string | null);
|
|
1591
|
+
configMessage?: (string | null);
|
|
1592
|
+
hostService?: (string | null);
|
|
1593
|
+
businessManagerUrl?: (string | null);
|
|
1594
|
+
fqdn?: (string | null);
|
|
1595
|
+
appDefId?: (string | null);
|
|
1596
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1597
|
+
}
|
|
1598
|
+
export interface IError {
|
|
1599
|
+
name?: (string | null);
|
|
1600
|
+
httpCode?: ($wrapper.wix.spi.HttpStatusCode | null);
|
|
1601
|
+
applicationCode?: (string | null);
|
|
1602
|
+
data?: (string | null);
|
|
1603
|
+
}
|
|
1604
|
+
export class Error implements IError {
|
|
1605
|
+
constructor(data?: IError);
|
|
1606
|
+
name?: (string | null);
|
|
1607
|
+
httpCode?: ($wrapper.wix.spi.HttpStatusCode | null);
|
|
1608
|
+
applicationCode?: (string | null);
|
|
1609
|
+
data?: (string | null);
|
|
1610
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1611
|
+
}
|
|
1612
|
+
export interface IEvent {
|
|
1613
|
+
methodName?: (string | null);
|
|
1614
|
+
}
|
|
1615
|
+
export class Event implements IEvent {
|
|
1616
|
+
constructor(data?: IEvent);
|
|
1617
|
+
methodName?: (string | null);
|
|
1618
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1619
|
+
}
|
|
1620
|
+
export enum HttpStatusCode {
|
|
1621
|
+
UNKNOWN_ERROR = "UNKNOWN_ERROR",
|
|
1622
|
+
UNAUTHENTICATED = "UNAUTHENTICATED",
|
|
1623
|
+
INVALID_ARGUMENT = "INVALID_ARGUMENT",
|
|
1624
|
+
INTERNAL = "INTERNAL",
|
|
1625
|
+
RESOURCE_EXHAUSTED = "RESOURCE_EXHAUSTED",
|
|
1626
|
+
CANCELED = "CANCELED",
|
|
1627
|
+
NOT_FOUND = "NOT_FOUND",
|
|
1628
|
+
ALREADY_EXISTS = "ALREADY_EXISTS",
|
|
1629
|
+
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
export namespace google {
|
|
1634
|
+
export namespace protobuf {
|
|
1635
|
+
export interface IFileDescriptorSet {
|
|
1636
|
+
file?: ($wrapper.google.protobuf.IFileDescriptorProto[] | null);
|
|
1637
|
+
}
|
|
1638
|
+
export class FileDescriptorSet implements IFileDescriptorSet {
|
|
1639
|
+
constructor(data?: IFileDescriptorSet);
|
|
1640
|
+
file?: ($wrapper.google.protobuf.IFileDescriptorProto[] | null);
|
|
1641
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1642
|
+
}
|
|
1643
|
+
export interface IFileDescriptorProto {
|
|
1644
|
+
name?: (string | null);
|
|
1645
|
+
package?: (string | null);
|
|
1646
|
+
dependency?: (string[] | null);
|
|
1647
|
+
publicDependency?: (number[] | null);
|
|
1648
|
+
weakDependency?: (number[] | null);
|
|
1649
|
+
messageType?: ($wrapper.google.protobuf.IDescriptorProto[] | null);
|
|
1650
|
+
enumType?: ($wrapper.google.protobuf.IEnumDescriptorProto[] | null);
|
|
1651
|
+
service?: ($wrapper.google.protobuf.IServiceDescriptorProto[] | null);
|
|
1652
|
+
extension?: ($wrapper.google.protobuf.IFieldDescriptorProto[] | null);
|
|
1653
|
+
options?: ($wrapper.google.protobuf.IFileOptions | null);
|
|
1654
|
+
sourceCodeInfo?: ($wrapper.google.protobuf.ISourceCodeInfo | null);
|
|
1655
|
+
syntax?: (string | null);
|
|
1656
|
+
}
|
|
1657
|
+
export class FileDescriptorProto implements IFileDescriptorProto {
|
|
1658
|
+
constructor(data?: IFileDescriptorProto);
|
|
1659
|
+
name?: (string | null);
|
|
1660
|
+
package?: (string | null);
|
|
1661
|
+
dependency?: (string[] | null);
|
|
1662
|
+
publicDependency?: (number[] | null);
|
|
1663
|
+
weakDependency?: (number[] | null);
|
|
1664
|
+
messageType?: ($wrapper.google.protobuf.IDescriptorProto[] | null);
|
|
1665
|
+
enumType?: ($wrapper.google.protobuf.IEnumDescriptorProto[] | null);
|
|
1666
|
+
service?: ($wrapper.google.protobuf.IServiceDescriptorProto[] | null);
|
|
1667
|
+
extension?: ($wrapper.google.protobuf.IFieldDescriptorProto[] | null);
|
|
1668
|
+
options?: ($wrapper.google.protobuf.IFileOptions | null);
|
|
1669
|
+
sourceCodeInfo?: ($wrapper.google.protobuf.ISourceCodeInfo | null);
|
|
1670
|
+
syntax?: (string | null);
|
|
1671
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1672
|
+
}
|
|
1673
|
+
export interface IDescriptorProto {
|
|
1674
|
+
name?: (string | null);
|
|
1675
|
+
field?: ($wrapper.google.protobuf.IFieldDescriptorProto[] | null);
|
|
1676
|
+
extension?: ($wrapper.google.protobuf.IFieldDescriptorProto[] | null);
|
|
1677
|
+
nestedType?: ($wrapper.google.protobuf.IDescriptorProto[] | null);
|
|
1678
|
+
enumType?: ($wrapper.google.protobuf.IEnumDescriptorProto[] | null);
|
|
1679
|
+
extensionRange?: ($wrapper.google.protobuf.DescriptorProto.IExtensionRange[] | null);
|
|
1680
|
+
oneofDecl?: ($wrapper.google.protobuf.IOneofDescriptorProto[] | null);
|
|
1681
|
+
options?: ($wrapper.google.protobuf.IMessageOptions | null);
|
|
1682
|
+
reservedRange?: ($wrapper.google.protobuf.DescriptorProto.IReservedRange[] | null);
|
|
1683
|
+
reservedName?: (string[] | null);
|
|
1684
|
+
}
|
|
1685
|
+
export class DescriptorProto implements IDescriptorProto {
|
|
1686
|
+
constructor(data?: IDescriptorProto);
|
|
1687
|
+
name?: (string | null);
|
|
1688
|
+
field?: ($wrapper.google.protobuf.IFieldDescriptorProto[] | null);
|
|
1689
|
+
extension?: ($wrapper.google.protobuf.IFieldDescriptorProto[] | null);
|
|
1690
|
+
nestedType?: ($wrapper.google.protobuf.IDescriptorProto[] | null);
|
|
1691
|
+
enumType?: ($wrapper.google.protobuf.IEnumDescriptorProto[] | null);
|
|
1692
|
+
extensionRange?: ($wrapper.google.protobuf.DescriptorProto.IExtensionRange[] | null);
|
|
1693
|
+
oneofDecl?: ($wrapper.google.protobuf.IOneofDescriptorProto[] | null);
|
|
1694
|
+
options?: ($wrapper.google.protobuf.IMessageOptions | null);
|
|
1695
|
+
reservedRange?: ($wrapper.google.protobuf.DescriptorProto.IReservedRange[] | null);
|
|
1696
|
+
reservedName?: (string[] | null);
|
|
1697
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1698
|
+
}
|
|
1699
|
+
export namespace DescriptorProto {
|
|
1700
|
+
export interface IExtensionRange {
|
|
1701
|
+
start?: (number | null);
|
|
1702
|
+
end?: (number | null);
|
|
1703
|
+
options?: ($wrapper.google.protobuf.IExtensionRangeOptions | null);
|
|
1704
|
+
}
|
|
1705
|
+
export class ExtensionRange implements IExtensionRange {
|
|
1706
|
+
constructor(data?: IExtensionRange);
|
|
1707
|
+
start?: (number | null);
|
|
1708
|
+
end?: (number | null);
|
|
1709
|
+
options?: ($wrapper.google.protobuf.IExtensionRangeOptions | null);
|
|
1710
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1711
|
+
}
|
|
1712
|
+
export interface IReservedRange {
|
|
1713
|
+
start?: (number | null);
|
|
1714
|
+
end?: (number | null);
|
|
1715
|
+
}
|
|
1716
|
+
export class ReservedRange implements IReservedRange {
|
|
1717
|
+
constructor(data?: IReservedRange);
|
|
1718
|
+
start?: (number | null);
|
|
1719
|
+
end?: (number | null);
|
|
1720
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
export interface IExtensionRangeOptions {
|
|
1724
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
1725
|
+
}
|
|
1726
|
+
export class ExtensionRangeOptions implements IExtensionRangeOptions {
|
|
1727
|
+
constructor(data?: IExtensionRangeOptions);
|
|
1728
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
1729
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1730
|
+
}
|
|
1731
|
+
export interface IFieldDescriptorProto {
|
|
1732
|
+
name?: (string | null);
|
|
1733
|
+
number?: (number | null);
|
|
1734
|
+
label?: ($wrapper.google.protobuf.FieldDescriptorProto.Label | null);
|
|
1735
|
+
type?: ($wrapper.google.protobuf.FieldDescriptorProto.Type | null);
|
|
1736
|
+
typeName?: (string | null);
|
|
1737
|
+
extendee?: (string | null);
|
|
1738
|
+
defaultValue?: (string | null);
|
|
1739
|
+
oneofIndex?: (number | null);
|
|
1740
|
+
jsonName?: (string | null);
|
|
1741
|
+
options?: ($wrapper.google.protobuf.IFieldOptions | null);
|
|
1742
|
+
proto3Optional?: (boolean | null);
|
|
1743
|
+
}
|
|
1744
|
+
export class FieldDescriptorProto implements IFieldDescriptorProto {
|
|
1745
|
+
constructor(data?: IFieldDescriptorProto);
|
|
1746
|
+
name?: (string | null);
|
|
1747
|
+
number?: (number | null);
|
|
1748
|
+
label?: ($wrapper.google.protobuf.FieldDescriptorProto.Label | null);
|
|
1749
|
+
type?: ($wrapper.google.protobuf.FieldDescriptorProto.Type | null);
|
|
1750
|
+
typeName?: (string | null);
|
|
1751
|
+
extendee?: (string | null);
|
|
1752
|
+
defaultValue?: (string | null);
|
|
1753
|
+
oneofIndex?: (number | null);
|
|
1754
|
+
jsonName?: (string | null);
|
|
1755
|
+
options?: ($wrapper.google.protobuf.IFieldOptions | null);
|
|
1756
|
+
proto3Optional?: (boolean | null);
|
|
1757
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1758
|
+
}
|
|
1759
|
+
export namespace FieldDescriptorProto {
|
|
1760
|
+
export enum Type {
|
|
1761
|
+
TYPE_DOUBLE = "TYPE_DOUBLE",
|
|
1762
|
+
TYPE_FLOAT = "TYPE_FLOAT",
|
|
1763
|
+
TYPE_INT64 = "TYPE_INT64",
|
|
1764
|
+
TYPE_UINT64 = "TYPE_UINT64",
|
|
1765
|
+
TYPE_INT32 = "TYPE_INT32",
|
|
1766
|
+
TYPE_FIXED64 = "TYPE_FIXED64",
|
|
1767
|
+
TYPE_FIXED32 = "TYPE_FIXED32",
|
|
1768
|
+
TYPE_BOOL = "TYPE_BOOL",
|
|
1769
|
+
TYPE_STRING = "TYPE_STRING",
|
|
1770
|
+
TYPE_GROUP = "TYPE_GROUP",
|
|
1771
|
+
TYPE_MESSAGE = "TYPE_MESSAGE",
|
|
1772
|
+
TYPE_BYTES = "TYPE_BYTES",
|
|
1773
|
+
TYPE_UINT32 = "TYPE_UINT32",
|
|
1774
|
+
TYPE_ENUM = "TYPE_ENUM",
|
|
1775
|
+
TYPE_SFIXED32 = "TYPE_SFIXED32",
|
|
1776
|
+
TYPE_SFIXED64 = "TYPE_SFIXED64",
|
|
1777
|
+
TYPE_SINT32 = "TYPE_SINT32",
|
|
1778
|
+
TYPE_SINT64 = "TYPE_SINT64",
|
|
1779
|
+
}
|
|
1780
|
+
export enum Label {
|
|
1781
|
+
LABEL_OPTIONAL = "LABEL_OPTIONAL",
|
|
1782
|
+
LABEL_REQUIRED = "LABEL_REQUIRED",
|
|
1783
|
+
LABEL_REPEATED = "LABEL_REPEATED",
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
export interface IOneofDescriptorProto {
|
|
1787
|
+
name?: (string | null);
|
|
1788
|
+
options?: ($wrapper.google.protobuf.IOneofOptions | null);
|
|
1789
|
+
}
|
|
1790
|
+
export class OneofDescriptorProto implements IOneofDescriptorProto {
|
|
1791
|
+
constructor(data?: IOneofDescriptorProto);
|
|
1792
|
+
name?: (string | null);
|
|
1793
|
+
options?: ($wrapper.google.protobuf.IOneofOptions | null);
|
|
1794
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1795
|
+
}
|
|
1796
|
+
export interface IEnumDescriptorProto {
|
|
1797
|
+
name?: (string | null);
|
|
1798
|
+
value?: ($wrapper.google.protobuf.IEnumValueDescriptorProto[] | null);
|
|
1799
|
+
options?: ($wrapper.google.protobuf.IEnumOptions | null);
|
|
1800
|
+
reservedRange?: ($wrapper.google.protobuf.EnumDescriptorProto.IEnumReservedRange[] | null);
|
|
1801
|
+
reservedName?: (string[] | null);
|
|
1802
|
+
}
|
|
1803
|
+
export class EnumDescriptorProto implements IEnumDescriptorProto {
|
|
1804
|
+
constructor(data?: IEnumDescriptorProto);
|
|
1805
|
+
name?: (string | null);
|
|
1806
|
+
value?: ($wrapper.google.protobuf.IEnumValueDescriptorProto[] | null);
|
|
1807
|
+
options?: ($wrapper.google.protobuf.IEnumOptions | null);
|
|
1808
|
+
reservedRange?: ($wrapper.google.protobuf.EnumDescriptorProto.IEnumReservedRange[] | null);
|
|
1809
|
+
reservedName?: (string[] | null);
|
|
1810
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1811
|
+
}
|
|
1812
|
+
export namespace EnumDescriptorProto {
|
|
1813
|
+
export interface IEnumReservedRange {
|
|
1814
|
+
start?: (number | null);
|
|
1815
|
+
end?: (number | null);
|
|
1816
|
+
}
|
|
1817
|
+
export class EnumReservedRange implements IEnumReservedRange {
|
|
1818
|
+
constructor(data?: IEnumReservedRange);
|
|
1819
|
+
start?: (number | null);
|
|
1820
|
+
end?: (number | null);
|
|
1821
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
export interface IEnumValueDescriptorProto {
|
|
1825
|
+
name?: (string | null);
|
|
1826
|
+
number?: (number | null);
|
|
1827
|
+
options?: ($wrapper.google.protobuf.IEnumValueOptions | null);
|
|
1828
|
+
}
|
|
1829
|
+
export class EnumValueDescriptorProto implements IEnumValueDescriptorProto {
|
|
1830
|
+
constructor(data?: IEnumValueDescriptorProto);
|
|
1831
|
+
name?: (string | null);
|
|
1832
|
+
number?: (number | null);
|
|
1833
|
+
options?: ($wrapper.google.protobuf.IEnumValueOptions | null);
|
|
1834
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1835
|
+
}
|
|
1836
|
+
export interface IServiceDescriptorProto {
|
|
1837
|
+
name?: (string | null);
|
|
1838
|
+
method?: ($wrapper.google.protobuf.IMethodDescriptorProto[] | null);
|
|
1839
|
+
options?: ($wrapper.google.protobuf.IServiceOptions | null);
|
|
1840
|
+
}
|
|
1841
|
+
export class ServiceDescriptorProto implements IServiceDescriptorProto {
|
|
1842
|
+
constructor(data?: IServiceDescriptorProto);
|
|
1843
|
+
name?: (string | null);
|
|
1844
|
+
method?: ($wrapper.google.protobuf.IMethodDescriptorProto[] | null);
|
|
1845
|
+
options?: ($wrapper.google.protobuf.IServiceOptions | null);
|
|
1846
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1847
|
+
}
|
|
1848
|
+
export interface IMethodDescriptorProto {
|
|
1849
|
+
name?: (string | null);
|
|
1850
|
+
inputType?: (string | null);
|
|
1851
|
+
outputType?: (string | null);
|
|
1852
|
+
options?: ($wrapper.google.protobuf.IMethodOptions | null);
|
|
1853
|
+
clientStreaming?: (boolean | null);
|
|
1854
|
+
serverStreaming?: (boolean | null);
|
|
1855
|
+
}
|
|
1856
|
+
export class MethodDescriptorProto implements IMethodDescriptorProto {
|
|
1857
|
+
constructor(data?: IMethodDescriptorProto);
|
|
1858
|
+
name?: (string | null);
|
|
1859
|
+
inputType?: (string | null);
|
|
1860
|
+
outputType?: (string | null);
|
|
1861
|
+
options?: ($wrapper.google.protobuf.IMethodOptions | null);
|
|
1862
|
+
clientStreaming?: (boolean | null);
|
|
1863
|
+
serverStreaming?: (boolean | null);
|
|
1864
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1865
|
+
}
|
|
1866
|
+
export interface IFileOptions {
|
|
1867
|
+
javaPackage?: (string | null);
|
|
1868
|
+
javaOuterClassname?: (string | null);
|
|
1869
|
+
javaMultipleFiles?: (boolean | null);
|
|
1870
|
+
javaGenerateEqualsAndHash?: (boolean | null);
|
|
1871
|
+
javaStringCheckUtf8?: (boolean | null);
|
|
1872
|
+
optimizeFor?: ($wrapper.google.protobuf.FileOptions.OptimizeMode | null);
|
|
1873
|
+
goPackage?: (string | null);
|
|
1874
|
+
ccGenericServices?: (boolean | null);
|
|
1875
|
+
javaGenericServices?: (boolean | null);
|
|
1876
|
+
pyGenericServices?: (boolean | null);
|
|
1877
|
+
phpGenericServices?: (boolean | null);
|
|
1878
|
+
deprecated?: (boolean | null);
|
|
1879
|
+
ccEnableArenas?: (boolean | null);
|
|
1880
|
+
objcClassPrefix?: (string | null);
|
|
1881
|
+
csharpNamespace?: (string | null);
|
|
1882
|
+
swiftPrefix?: (string | null);
|
|
1883
|
+
phpClassPrefix?: (string | null);
|
|
1884
|
+
phpNamespace?: (string | null);
|
|
1885
|
+
phpMetadataNamespace?: (string | null);
|
|
1886
|
+
rubyPackage?: (string | null);
|
|
1887
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
1888
|
+
'.wix.graphql.namespace'?: (string | null);
|
|
1889
|
+
}
|
|
1890
|
+
export class FileOptions implements IFileOptions {
|
|
1891
|
+
constructor(data?: IFileOptions);
|
|
1892
|
+
javaPackage?: (string | null);
|
|
1893
|
+
javaOuterClassname?: (string | null);
|
|
1894
|
+
javaMultipleFiles?: (boolean | null);
|
|
1895
|
+
javaGenerateEqualsAndHash?: (boolean | null);
|
|
1896
|
+
javaStringCheckUtf8?: (boolean | null);
|
|
1897
|
+
optimizeFor?: ($wrapper.google.protobuf.FileOptions.OptimizeMode | null);
|
|
1898
|
+
goPackage?: (string | null);
|
|
1899
|
+
ccGenericServices?: (boolean | null);
|
|
1900
|
+
javaGenericServices?: (boolean | null);
|
|
1901
|
+
pyGenericServices?: (boolean | null);
|
|
1902
|
+
phpGenericServices?: (boolean | null);
|
|
1903
|
+
deprecated?: (boolean | null);
|
|
1904
|
+
ccEnableArenas?: (boolean | null);
|
|
1905
|
+
objcClassPrefix?: (string | null);
|
|
1906
|
+
csharpNamespace?: (string | null);
|
|
1907
|
+
swiftPrefix?: (string | null);
|
|
1908
|
+
phpClassPrefix?: (string | null);
|
|
1909
|
+
phpNamespace?: (string | null);
|
|
1910
|
+
phpMetadataNamespace?: (string | null);
|
|
1911
|
+
rubyPackage?: (string | null);
|
|
1912
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
1913
|
+
'.wix.graphql.namespace'?: (string | null);
|
|
1914
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1915
|
+
}
|
|
1916
|
+
export namespace FileOptions {
|
|
1917
|
+
export enum OptimizeMode {
|
|
1918
|
+
SPEED = "SPEED",
|
|
1919
|
+
CODE_SIZE = "CODE_SIZE",
|
|
1920
|
+
LITE_RUNTIME = "LITE_RUNTIME",
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
export interface IMessageOptions {
|
|
1924
|
+
messageSetWireFormat?: (boolean | null);
|
|
1925
|
+
noStandardDescriptorAccessor?: (boolean | null);
|
|
1926
|
+
deprecated?: (boolean | null);
|
|
1927
|
+
mapEntry?: (boolean | null);
|
|
1928
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
1929
|
+
'.wix.api.decompositeOf'?: (string | null);
|
|
1930
|
+
'.wix.api.decompositionMinimumFields'?: ($wrapper.wix.api.IFieldSet[] | null);
|
|
1931
|
+
'.wix.api.unwrapArrayValue'?: (boolean | null);
|
|
1932
|
+
'.wix.api.messageDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
1933
|
+
'.wix.api.unique'?: ($wrapper.wix.api.IUnique[] | null);
|
|
1934
|
+
'.wix.api.entity'?: ($wrapper.wix.api.IEntity | null);
|
|
1935
|
+
'.wix.api.actionPayload'?: ($wrapper.wix.api.IActionPayload | null);
|
|
1936
|
+
}
|
|
1937
|
+
export class MessageOptions implements IMessageOptions {
|
|
1938
|
+
constructor(data?: IMessageOptions);
|
|
1939
|
+
messageSetWireFormat?: (boolean | null);
|
|
1940
|
+
noStandardDescriptorAccessor?: (boolean | null);
|
|
1941
|
+
deprecated?: (boolean | null);
|
|
1942
|
+
mapEntry?: (boolean | null);
|
|
1943
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
1944
|
+
'.wix.api.decompositeOf'?: (string | null);
|
|
1945
|
+
'.wix.api.decompositionMinimumFields'?: ($wrapper.wix.api.IFieldSet[] | null);
|
|
1946
|
+
'.wix.api.unwrapArrayValue'?: (boolean | null);
|
|
1947
|
+
'.wix.api.messageDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
1948
|
+
'.wix.api.unique'?: ($wrapper.wix.api.IUnique[] | null);
|
|
1949
|
+
'.wix.api.entity'?: ($wrapper.wix.api.IEntity | null);
|
|
1950
|
+
'.wix.api.actionPayload'?: ($wrapper.wix.api.IActionPayload | null);
|
|
1951
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1952
|
+
}
|
|
1953
|
+
export interface IFieldOptions {
|
|
1954
|
+
ctype?: ($wrapper.google.protobuf.FieldOptions.CType | null);
|
|
1955
|
+
packed?: (boolean | null);
|
|
1956
|
+
jstype?: ($wrapper.google.protobuf.FieldOptions.JSType | null);
|
|
1957
|
+
lazy?: (boolean | null);
|
|
1958
|
+
deprecated?: (boolean | null);
|
|
1959
|
+
weak?: (boolean | null);
|
|
1960
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
1961
|
+
'.wix.api.max'?: (number | null);
|
|
1962
|
+
'.wix.api.min'?: (number | null);
|
|
1963
|
+
'.wix.api.maxLength'?: (number | null);
|
|
1964
|
+
'.wix.api.minLength'?: (number | null);
|
|
1965
|
+
'.wix.api.maxSize'?: (number | null);
|
|
1966
|
+
'.wix.api.minSize'?: (number | null);
|
|
1967
|
+
'.wix.api.format'?: ($wrapper.wix.api.Format | null);
|
|
1968
|
+
'.wix.api.readOnly'?: (boolean | null);
|
|
1969
|
+
'.wix.api.immutable'?: (boolean | null);
|
|
1970
|
+
'.wix.api.decimalValue'?: ($wrapper.wix.api.IDecimalValueOptions | null);
|
|
1971
|
+
'.wix.api.customValidation'?: ($wrapper.wix.api.ICustomValidationError | null);
|
|
1972
|
+
'.wix.api.fieldExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
1973
|
+
'.wix.api.fieldMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
1974
|
+
'.wix.api.pii'?: (boolean | null);
|
|
1975
|
+
'.wix.api.referencedEntity'?: (string | null);
|
|
1976
|
+
'.wix.api.fieldDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
1977
|
+
'.wix.api.translatable'?: ($wrapper.wix.api.ITranslatable | null);
|
|
1978
|
+
'.wix.api.sampleData'?: (string | null);
|
|
1979
|
+
'.wix.api.conditional'?: ($wrapper.wix.api.IConditional | null);
|
|
1980
|
+
'.wix.http.inferFieldmaskFrom'?: (string | null);
|
|
1981
|
+
'.wix.spi.baseUri'?: (boolean | null);
|
|
1982
|
+
}
|
|
1983
|
+
export class FieldOptions implements IFieldOptions {
|
|
1984
|
+
constructor(data?: IFieldOptions);
|
|
1985
|
+
ctype?: ($wrapper.google.protobuf.FieldOptions.CType | null);
|
|
1986
|
+
packed?: (boolean | null);
|
|
1987
|
+
jstype?: ($wrapper.google.protobuf.FieldOptions.JSType | null);
|
|
1988
|
+
lazy?: (boolean | null);
|
|
1989
|
+
deprecated?: (boolean | null);
|
|
1990
|
+
weak?: (boolean | null);
|
|
1991
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
1992
|
+
'.wix.api.max'?: (number | null);
|
|
1993
|
+
'.wix.api.min'?: (number | null);
|
|
1994
|
+
'.wix.api.maxLength'?: (number | null);
|
|
1995
|
+
'.wix.api.minLength'?: (number | null);
|
|
1996
|
+
'.wix.api.maxSize'?: (number | null);
|
|
1997
|
+
'.wix.api.minSize'?: (number | null);
|
|
1998
|
+
'.wix.api.format'?: ($wrapper.wix.api.Format | null);
|
|
1999
|
+
'.wix.api.readOnly'?: (boolean | null);
|
|
2000
|
+
'.wix.api.immutable'?: (boolean | null);
|
|
2001
|
+
'.wix.api.decimalValue'?: ($wrapper.wix.api.IDecimalValueOptions | null);
|
|
2002
|
+
'.wix.api.customValidation'?: ($wrapper.wix.api.ICustomValidationError | null);
|
|
2003
|
+
'.wix.api.fieldExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
2004
|
+
'.wix.api.fieldMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
2005
|
+
'.wix.api.pii'?: (boolean | null);
|
|
2006
|
+
'.wix.api.referencedEntity'?: (string | null);
|
|
2007
|
+
'.wix.api.fieldDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
2008
|
+
'.wix.api.translatable'?: ($wrapper.wix.api.ITranslatable | null);
|
|
2009
|
+
'.wix.api.sampleData'?: (string | null);
|
|
2010
|
+
'.wix.api.conditional'?: ($wrapper.wix.api.IConditional | null);
|
|
2011
|
+
'.wix.http.inferFieldmaskFrom'?: (string | null);
|
|
2012
|
+
'.wix.spi.baseUri'?: (boolean | null);
|
|
2013
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2014
|
+
}
|
|
2015
|
+
export namespace FieldOptions {
|
|
2016
|
+
export enum CType {
|
|
2017
|
+
STRING = "STRING",
|
|
2018
|
+
CORD = "CORD",
|
|
2019
|
+
STRING_PIECE = "STRING_PIECE",
|
|
2020
|
+
}
|
|
2021
|
+
export enum JSType {
|
|
2022
|
+
JS_NORMAL = "JS_NORMAL",
|
|
2023
|
+
JS_STRING = "JS_STRING",
|
|
2024
|
+
JS_NUMBER = "JS_NUMBER",
|
|
2025
|
+
}
|
|
2026
|
+
}
|
|
2027
|
+
export interface IOneofOptions {
|
|
2028
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2029
|
+
'.wix.api.alignedWithEnum'?: ($wrapper.wix.api.IAlignedWithEnum | null);
|
|
2030
|
+
}
|
|
2031
|
+
export class OneofOptions implements IOneofOptions {
|
|
2032
|
+
constructor(data?: IOneofOptions);
|
|
2033
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2034
|
+
'.wix.api.alignedWithEnum'?: ($wrapper.wix.api.IAlignedWithEnum | null);
|
|
2035
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2036
|
+
}
|
|
2037
|
+
export interface IEnumOptions {
|
|
2038
|
+
allowAlias?: (boolean | null);
|
|
2039
|
+
deprecated?: (boolean | null);
|
|
2040
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2041
|
+
}
|
|
2042
|
+
export class EnumOptions implements IEnumOptions {
|
|
2043
|
+
constructor(data?: IEnumOptions);
|
|
2044
|
+
allowAlias?: (boolean | null);
|
|
2045
|
+
deprecated?: (boolean | null);
|
|
2046
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2047
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2048
|
+
}
|
|
2049
|
+
export interface IEnumValueOptions {
|
|
2050
|
+
deprecated?: (boolean | null);
|
|
2051
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2052
|
+
'.wix.api.enumMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
2053
|
+
'.wix.api.enumExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
2054
|
+
}
|
|
2055
|
+
export class EnumValueOptions implements IEnumValueOptions {
|
|
2056
|
+
constructor(data?: IEnumValueOptions);
|
|
2057
|
+
deprecated?: (boolean | null);
|
|
2058
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2059
|
+
'.wix.api.enumMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
2060
|
+
'.wix.api.enumExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
2061
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2062
|
+
}
|
|
2063
|
+
export interface IServiceOptions {
|
|
2064
|
+
deprecated?: (boolean | null);
|
|
2065
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2066
|
+
'.wix.api.serviceMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
2067
|
+
'.wix.api.serviceExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
2068
|
+
'.wix.api.serviceDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
2069
|
+
'.wix.api.appendixFiles'?: ($wrapper.wix.api.IServiceAppendix[] | null);
|
|
2070
|
+
'.wix.api.serviceEntity'?: ($wrapper.wix.api.IServiceEntity | null);
|
|
2071
|
+
'.wix.api.event'?: ($wrapper.wix.api.ICallback[] | null);
|
|
2072
|
+
'.wix.api.eventDeprecated'?: ($wrapper.wix.api.ICallbackDeprecation[] | null);
|
|
2073
|
+
'.wix.api.domainEvent'?: ($wrapper.wix.api.IDomainEvent[] | null);
|
|
2074
|
+
'.wix.spi.service'?: ($wrapper.wix.spi.IService | null);
|
|
2075
|
+
'.wix.spi.event'?: ($wrapper.wix.spi.IEvent[] | null);
|
|
2076
|
+
}
|
|
2077
|
+
export class ServiceOptions implements IServiceOptions {
|
|
2078
|
+
constructor(data?: IServiceOptions);
|
|
2079
|
+
deprecated?: (boolean | null);
|
|
2080
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2081
|
+
'.wix.api.serviceMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
2082
|
+
'.wix.api.serviceExposure'?: ($wrapper.wix.api.Exposure | null);
|
|
2083
|
+
'.wix.api.serviceDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
2084
|
+
'.wix.api.appendixFiles'?: ($wrapper.wix.api.IServiceAppendix[] | null);
|
|
2085
|
+
'.wix.api.serviceEntity'?: ($wrapper.wix.api.IServiceEntity | null);
|
|
2086
|
+
'.wix.api.event'?: ($wrapper.wix.api.ICallback[] | null);
|
|
2087
|
+
'.wix.api.eventDeprecated'?: ($wrapper.wix.api.ICallbackDeprecation[] | null);
|
|
2088
|
+
'.wix.api.domainEvent'?: ($wrapper.wix.api.IDomainEvent[] | null);
|
|
2089
|
+
'.wix.spi.service'?: ($wrapper.wix.spi.IService | null);
|
|
2090
|
+
'.wix.spi.event'?: ($wrapper.wix.spi.IEvent[] | null);
|
|
2091
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2092
|
+
}
|
|
2093
|
+
export interface IMethodOptions {
|
|
2094
|
+
deprecated?: (boolean | null);
|
|
2095
|
+
idempotencyLevel?: ($wrapper.google.protobuf.MethodOptions.IdempotencyLevel | null);
|
|
2096
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2097
|
+
'.wix.api.required'?: (string[] | null);
|
|
2098
|
+
'.wix.api.writable'?: (string[] | null);
|
|
2099
|
+
'.wix.api.error'?: ($wrapper.wix.api.IError[] | null);
|
|
2100
|
+
'.wix.api.customValidationError'?: ($wrapper.wix.api.ICustomValidationError[] | null);
|
|
2101
|
+
'.wix.api.inheritCrudErrors'?: ($wrapper.wix.api.IInheritCrudErrors[] | null);
|
|
2102
|
+
'.wix.api.exposure'?: ($wrapper.wix.api.Exposure | null);
|
|
2103
|
+
'.wix.api.maturity'?: ($wrapper.wix.api.Maturity | null);
|
|
2104
|
+
'.wix.api.cacheable'?: ($wrapper.wix.api.ICacheSettings | null);
|
|
2105
|
+
'.wix.api.deprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
2106
|
+
'.wix.api.crud'?: ($wrapper.wix.api.ICrud | null);
|
|
2107
|
+
'.wix.api.hookable'?: ($wrapper.wix.api.IHookable | null);
|
|
2108
|
+
'.wix.api.acceptsLinguist'?: (boolean | null);
|
|
2109
|
+
'.wix.api.callback'?: ($wrapper.wix.api.ICallback[] | null);
|
|
2110
|
+
'.wix.api.emits'?: ($wrapper.wix.api.IEmits[] | null);
|
|
2111
|
+
'.google.api.http'?: ($wrapper.google.api.IHttpRule | null);
|
|
2112
|
+
'.wix.api.permission'?: ($wrapper.wix.api.IPermissionRule | null);
|
|
2113
|
+
'.wix.api.additionalPermission'?: ($wrapper.wix.api.IPermissionRule[] | null);
|
|
2114
|
+
'.wix.api.sla'?: ($wrapper.wix.api.ISla | null);
|
|
2115
|
+
'.wix.api.subscription'?: ($wrapper.wix.api.ISubscription | null);
|
|
2116
|
+
'.wix.http.inferFieldmask'?: ($wrapper.wix.http.IInferFieldmask | null);
|
|
2117
|
+
'.wix.sdk.signature'?: ($wrapper.wix.sdk.ISignature[] | null);
|
|
2118
|
+
'.wix.spi.error'?: ($wrapper.wix.spi.IError[] | null);
|
|
2119
|
+
'.wix.spi.featureToggle'?: (string | null);
|
|
2120
|
+
}
|
|
2121
|
+
export class MethodOptions implements IMethodOptions {
|
|
2122
|
+
constructor(data?: IMethodOptions);
|
|
2123
|
+
deprecated?: (boolean | null);
|
|
2124
|
+
idempotencyLevel?: ($wrapper.google.protobuf.MethodOptions.IdempotencyLevel | null);
|
|
2125
|
+
uninterpretedOption?: ($wrapper.google.protobuf.IUninterpretedOption[] | null);
|
|
2126
|
+
'.wix.api.required'?: (string[] | null);
|
|
2127
|
+
'.wix.api.writable'?: (string[] | null);
|
|
2128
|
+
'.wix.api.error'?: ($wrapper.wix.api.IError[] | null);
|
|
2129
|
+
'.wix.api.customValidationError'?: ($wrapper.wix.api.ICustomValidationError[] | null);
|
|
2130
|
+
'.wix.api.inheritCrudErrors'?: ($wrapper.wix.api.IInheritCrudErrors[] | null);
|
|
2131
|
+
'.wix.api.exposure'?: ($wrapper.wix.api.Exposure | null);
|
|
2132
|
+
'.wix.api.maturity'?: ($wrapper.wix.api.Maturity | null);
|
|
2133
|
+
'.wix.api.cacheable'?: ($wrapper.wix.api.ICacheSettings | null);
|
|
2134
|
+
'.wix.api.deprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
2135
|
+
'.wix.api.crud'?: ($wrapper.wix.api.ICrud | null);
|
|
2136
|
+
'.wix.api.hookable'?: ($wrapper.wix.api.IHookable | null);
|
|
2137
|
+
'.wix.api.acceptsLinguist'?: (boolean | null);
|
|
2138
|
+
'.wix.api.callback'?: ($wrapper.wix.api.ICallback[] | null);
|
|
2139
|
+
'.wix.api.emits'?: ($wrapper.wix.api.IEmits[] | null);
|
|
2140
|
+
'.google.api.http'?: ($wrapper.google.api.IHttpRule | null);
|
|
2141
|
+
'.wix.api.permission'?: ($wrapper.wix.api.IPermissionRule | null);
|
|
2142
|
+
'.wix.api.additionalPermission'?: ($wrapper.wix.api.IPermissionRule[] | null);
|
|
2143
|
+
'.wix.api.sla'?: ($wrapper.wix.api.ISla | null);
|
|
2144
|
+
'.wix.api.subscription'?: ($wrapper.wix.api.ISubscription | null);
|
|
2145
|
+
'.wix.http.inferFieldmask'?: ($wrapper.wix.http.IInferFieldmask | null);
|
|
2146
|
+
'.wix.sdk.signature'?: ($wrapper.wix.sdk.ISignature[] | null);
|
|
2147
|
+
'.wix.spi.error'?: ($wrapper.wix.spi.IError[] | null);
|
|
2148
|
+
'.wix.spi.featureToggle'?: (string | null);
|
|
2149
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2150
|
+
}
|
|
2151
|
+
export namespace MethodOptions {
|
|
2152
|
+
export enum IdempotencyLevel {
|
|
2153
|
+
IDEMPOTENCY_UNKNOWN = "IDEMPOTENCY_UNKNOWN",
|
|
2154
|
+
NO_SIDE_EFFECTS = "NO_SIDE_EFFECTS",
|
|
2155
|
+
IDEMPOTENT = "IDEMPOTENT",
|
|
2156
|
+
}
|
|
2157
|
+
}
|
|
2158
|
+
export interface IUninterpretedOption {
|
|
2159
|
+
name?: ($wrapper.google.protobuf.UninterpretedOption.INamePart[] | null);
|
|
2160
|
+
identifierValue?: (string | null);
|
|
2161
|
+
positiveIntValue?: ((number | string) | null);
|
|
2162
|
+
negativeIntValue?: ((number | string) | null);
|
|
2163
|
+
doubleValue?: (number | null);
|
|
2164
|
+
stringValue?: (Uint8Array | null);
|
|
2165
|
+
aggregateValue?: (string | null);
|
|
2166
|
+
}
|
|
2167
|
+
export class UninterpretedOption implements IUninterpretedOption {
|
|
2168
|
+
constructor(data?: IUninterpretedOption);
|
|
2169
|
+
name?: ($wrapper.google.protobuf.UninterpretedOption.INamePart[] | null);
|
|
2170
|
+
identifierValue?: (string | null);
|
|
2171
|
+
positiveIntValue?: ((number | string) | null);
|
|
2172
|
+
negativeIntValue?: ((number | string) | null);
|
|
2173
|
+
doubleValue?: (number | null);
|
|
2174
|
+
stringValue?: (Uint8Array | null);
|
|
2175
|
+
aggregateValue?: (string | null);
|
|
2176
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2177
|
+
}
|
|
2178
|
+
export namespace UninterpretedOption {
|
|
2179
|
+
export interface INamePart {
|
|
2180
|
+
namePart?: (string | null);
|
|
2181
|
+
isExtension?: (boolean | null);
|
|
2182
|
+
}
|
|
2183
|
+
export class NamePart implements INamePart {
|
|
2184
|
+
constructor(data?: INamePart);
|
|
2185
|
+
namePart?: (string | null);
|
|
2186
|
+
isExtension?: (boolean | null);
|
|
2187
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
export interface ISourceCodeInfo {
|
|
2191
|
+
location?: ($wrapper.google.protobuf.SourceCodeInfo.ILocation[] | null);
|
|
2192
|
+
}
|
|
2193
|
+
export class SourceCodeInfo implements ISourceCodeInfo {
|
|
2194
|
+
constructor(data?: ISourceCodeInfo);
|
|
2195
|
+
location?: ($wrapper.google.protobuf.SourceCodeInfo.ILocation[] | null);
|
|
2196
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2197
|
+
}
|
|
2198
|
+
export namespace SourceCodeInfo {
|
|
2199
|
+
export interface ILocation {
|
|
2200
|
+
path?: (number[] | null);
|
|
2201
|
+
span?: (number[] | null);
|
|
2202
|
+
leadingComments?: (string | null);
|
|
2203
|
+
trailingComments?: (string | null);
|
|
2204
|
+
leadingDetachedComments?: (string[] | null);
|
|
2205
|
+
}
|
|
2206
|
+
export class Location implements ILocation {
|
|
2207
|
+
constructor(data?: ILocation);
|
|
2208
|
+
path?: (number[] | null);
|
|
2209
|
+
span?: (number[] | null);
|
|
2210
|
+
leadingComments?: (string | null);
|
|
2211
|
+
trailingComments?: (string | null);
|
|
2212
|
+
leadingDetachedComments?: (string[] | null);
|
|
2213
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
export interface IGeneratedCodeInfo {
|
|
2217
|
+
annotation?: ($wrapper.google.protobuf.GeneratedCodeInfo.IAnnotation[] | null);
|
|
2218
|
+
}
|
|
2219
|
+
export class GeneratedCodeInfo implements IGeneratedCodeInfo {
|
|
2220
|
+
constructor(data?: IGeneratedCodeInfo);
|
|
2221
|
+
annotation?: ($wrapper.google.protobuf.GeneratedCodeInfo.IAnnotation[] | null);
|
|
2222
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2223
|
+
}
|
|
2224
|
+
export namespace GeneratedCodeInfo {
|
|
2225
|
+
export interface IAnnotation {
|
|
2226
|
+
path?: (number[] | null);
|
|
2227
|
+
sourceFile?: (string | null);
|
|
2228
|
+
begin?: (number | null);
|
|
2229
|
+
end?: (number | null);
|
|
2230
|
+
}
|
|
2231
|
+
export class Annotation implements IAnnotation {
|
|
2232
|
+
constructor(data?: IAnnotation);
|
|
2233
|
+
path?: (number[] | null);
|
|
2234
|
+
sourceFile?: (string | null);
|
|
2235
|
+
begin?: (number | null);
|
|
2236
|
+
end?: (number | null);
|
|
2237
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2238
|
+
}
|
|
2239
|
+
}
|
|
2240
|
+
}
|
|
2241
|
+
export namespace api {
|
|
2242
|
+
export interface IHttp {
|
|
2243
|
+
rules?: ($wrapper.google.api.IHttpRule[] | null);
|
|
2244
|
+
}
|
|
2245
|
+
export class Http implements IHttp {
|
|
2246
|
+
constructor(data?: IHttp);
|
|
2247
|
+
rules?: ($wrapper.google.api.IHttpRule[] | null);
|
|
2248
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2249
|
+
}
|
|
2250
|
+
export interface IHttpRule {
|
|
2251
|
+
selector?: (string | null);
|
|
2252
|
+
get?: (string | null);
|
|
2253
|
+
put?: (string | null);
|
|
2254
|
+
post?: (string | null);
|
|
2255
|
+
delete?: (string | null);
|
|
2256
|
+
patch?: (string | null);
|
|
2257
|
+
custom?: ($wrapper.google.api.ICustomHttpPattern | null);
|
|
2258
|
+
body?: (string | null);
|
|
2259
|
+
additionalBindings?: ($wrapper.google.api.IHttpRule[] | null);
|
|
2260
|
+
}
|
|
2261
|
+
export class HttpRule implements IHttpRule {
|
|
2262
|
+
constructor(data?: IHttpRule);
|
|
2263
|
+
selector?: (string | null);
|
|
2264
|
+
get?: (string | null);
|
|
2265
|
+
put?: (string | null);
|
|
2266
|
+
post?: (string | null);
|
|
2267
|
+
delete?: (string | null);
|
|
2268
|
+
patch?: (string | null);
|
|
2269
|
+
custom?: ($wrapper.google.api.ICustomHttpPattern | null);
|
|
2270
|
+
body?: (string | null);
|
|
2271
|
+
additionalBindings?: ($wrapper.google.api.IHttpRule[] | null);
|
|
2272
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2273
|
+
}
|
|
2274
|
+
export interface ICustomHttpPattern {
|
|
2275
|
+
kind?: (string | null);
|
|
2276
|
+
path?: (string | null);
|
|
2277
|
+
}
|
|
2278
|
+
export class CustomHttpPattern implements ICustomHttpPattern {
|
|
2279
|
+
constructor(data?: ICustomHttpPattern);
|
|
2280
|
+
kind?: (string | null);
|
|
2281
|
+
path?: (string | null);
|
|
2282
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
export = $wrapper;
|