@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.
Files changed (680) hide show
  1. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.d.ts +33 -0
  2. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +452 -0
  3. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -0
  4. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.d.ts +21 -0
  5. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +399 -0
  6. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -0
  7. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +4576 -0
  8. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.js +2 -0
  9. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +2288 -0
  10. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +29722 -0
  11. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +4559 -0
  12. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.js +2 -0
  13. package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.d.ts +36 -0
  14. package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.js +182 -0
  15. package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.js.map +1 -0
  16. package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +313 -0
  17. package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.js +28 -0
  18. package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.js.map +1 -0
  19. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.d.ts +33 -0
  20. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +405 -0
  21. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -0
  22. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.d.ts +21 -0
  23. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +388 -0
  24. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -0
  25. package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.d.ts +36 -0
  26. package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.js +149 -0
  27. package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.js.map +1 -0
  28. package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +313 -0
  29. package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.js +25 -0
  30. package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.js.map +1 -0
  31. package/@wix/ambassador-app-settings-v1-settings/builders/package.json +7 -0
  32. package/@wix/ambassador-app-settings-v1-settings/http/package.json +7 -0
  33. package/@wix/ambassador-app-settings-v1-settings/package.json +49 -0
  34. package/@wix/ambassador-app-settings-v1-settings/rpc/package.json +6 -0
  35. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +327 -0
  36. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +132 -0
  37. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/action_payload.proto +33 -0
  38. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +335 -0
  39. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/api_errors.proto +117 -0
  40. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +134 -0
  41. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/context.proto +19 -0
  42. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +75 -0
  43. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/errors.proto +113 -0
  44. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/permissions.proto +40 -0
  45. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/sla.proto +24 -0
  46. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +31 -0
  47. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +133 -0
  48. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/graphql/definitions.proto +13 -0
  49. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +45 -0
  50. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/sdk/definitions.proto +191 -0
  51. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +173 -0
  52. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/http_error_status.proto +24 -0
  53. package/@wix/ambassador-app-settings-v1-settings/types/package.json +7 -0
  54. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +16 -0
  55. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +272 -0
  56. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -0
  57. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.d.ts +1 -0
  58. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.js +5 -0
  59. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.js.map +1 -0
  60. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +3 -0
  61. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +14 -0
  62. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -0
  63. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +10 -0
  64. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +148 -0
  65. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -0
  66. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +15110 -0
  67. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.js +2 -0
  68. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +7555 -0
  69. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +99675 -0
  70. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +15101 -0
  71. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.js +2 -0
  72. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +23 -0
  73. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +109 -0
  74. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -0
  75. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +181 -0
  76. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.js +11 -0
  77. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.js.map +1 -0
  78. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +16 -0
  79. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +242 -0
  80. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -0
  81. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.d.ts +1 -0
  82. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.js +2 -0
  83. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.js.map +1 -0
  84. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +3 -0
  85. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +10 -0
  86. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -0
  87. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +10 -0
  88. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +141 -0
  89. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -0
  90. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +23 -0
  91. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +81 -0
  92. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -0
  93. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +181 -0
  94. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.js +8 -0
  95. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.js.map +1 -0
  96. package/@wix/ambassador-data-extensions-v1-data-extension-schema/builders/package.json +7 -0
  97. package/@wix/ambassador-data-extensions-v1-data-extension-schema/crud/http/package.json +7 -0
  98. package/@wix/ambassador-data-extensions-v1-data-extension-schema/crud/rpc/package.json +6 -0
  99. package/@wix/ambassador-data-extensions-v1-data-extension-schema/http/package.json +7 -0
  100. package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +50 -0
  101. package/@wix/ambassador-data-extensions-v1-data-extension-schema/rpc/package.json +6 -0
  102. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +103 -0
  103. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +193 -0
  104. 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
  105. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/app_config.proto +20 -0
  106. 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
  107. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
  108. 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
  109. 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
  110. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +89 -0
  111. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension_container.proto +31 -0
  112. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
  113. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
  114. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
  115. 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
  116. 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
  117. 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
  118. 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
  119. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/code_package.proto +22 -0
  120. 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
  121. 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
  122. 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
  123. 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
  124. 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
  125. 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
  126. 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
  127. 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
  128. 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
  129. 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
  130. 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
  131. 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
  132. 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
  133. 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
  134. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
  135. 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
  136. 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
  137. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard.proto +24 -0
  138. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
  139. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
  140. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/data.proto +15 -0
  141. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
  142. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dc_config.proto +9 -0
  143. 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
  144. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +69 -0
  145. 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
  146. 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
  147. 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
  148. 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
  149. 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
  150. 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
  151. 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
  152. 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
  153. 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
  154. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +41 -0
  155. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
  156. 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
  157. 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
  158. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
  159. 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
  160. 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
  161. 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
  162. 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
  163. 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
  164. 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
  165. 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
  166. 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
  167. 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
  168. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/headless_oauth.proto +26 -0
  169. 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
  170. 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
  171. 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
  172. 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
  173. 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
  174. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
  175. 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
  176. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
  177. 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
  178. 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
  179. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
  180. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/out_of_iframe.proto +32 -0
  181. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +97 -0
  182. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +34 -0
  183. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +12 -0
  184. 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
  185. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
  186. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
  187. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
  188. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/platform.proto +59 -0
  189. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +25 -0
  190. 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
  191. 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
  192. 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
  193. 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
  194. 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
  195. 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
  196. 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
  197. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +13 -0
  198. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
  199. 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
  200. 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
  201. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/static_file.proto +17 -0
  202. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio.proto +33 -0
  203. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +117 -0
  204. 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
  205. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +346 -0
  206. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget.proto +121 -0
  207. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +30 -0
  208. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +34 -0
  209. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
  210. 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
  211. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/worker.proto +11 -0
  212. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +333 -0
  213. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_messages.proto +63 -0
  214. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/extensions_messages.proto +111 -0
  215. 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
  216. 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
  217. 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
  218. 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
  219. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/action_payload.proto +33 -0
  220. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +352 -0
  221. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/api_errors.proto +117 -0
  222. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/callback.proto +156 -0
  223. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/context.proto +19 -0
  224. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/entity.proto +80 -0
  225. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/errors.proto +113 -0
  226. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/permissions.proto +40 -0
  227. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/sla.proto +24 -0
  228. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +31 -0
  229. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +133 -0
  230. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/address.proto +140 -0
  231. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/bulk.proto +52 -0
  232. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/identification.proto +40 -0
  233. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/image.proto +8 -0
  234. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/media.proto +225 -0
  235. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/money.proto +32 -0
  236. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/pageurl.proto +32 -0
  237. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/paging.proto +107 -0
  238. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +417 -0
  239. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/sorting.proto +25 -0
  240. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/spi.proto +66 -0
  241. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/wixlink.proto +152 -0
  242. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/devcenter/apps/components/v1/component.proto +50 -0
  243. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/graphql/definitions.proto +13 -0
  244. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/http/field_mask.proto +46 -0
  245. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +114 -0
  246. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +162 -0
  247. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/sdk/definitions.proto +191 -0
  248. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/spi/definitions.proto +173 -0
  249. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/spi/http_error_status.proto +24 -0
  250. package/@wix/ambassador-data-extensions-v1-data-extension-schema/types/package.json +7 -0
  251. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.d.ts +72 -0
  252. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +1043 -0
  253. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -0
  254. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.d.ts +8 -0
  255. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +140 -0
  256. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -0
  257. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +20279 -0
  258. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.js +2 -0
  259. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +10146 -0
  260. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +137941 -0
  261. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +20132 -0
  262. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.js +2 -0
  263. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.d.ts +19 -0
  264. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.js +105 -0
  265. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.js.map +1 -0
  266. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +965 -0
  267. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +121 -0
  268. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -0
  269. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.d.ts +72 -0
  270. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +956 -0
  271. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -0
  272. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.d.ts +8 -0
  273. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +133 -0
  274. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -0
  275. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.d.ts +19 -0
  276. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.js +77 -0
  277. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.js.map +1 -0
  278. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +965 -0
  279. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +118 -0
  280. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -0
  281. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/builders/package.json +7 -0
  282. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/http/package.json +7 -0
  283. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +49 -0
  284. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/rpc/package.json +6 -0
  285. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/advanced-seo-api.proto +66 -0
  286. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +16 -0
  287. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +60 -0
  288. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +88 -0
  289. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_media.proto +31 -0
  290. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_type.proto +21 -0
  291. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/payment_option.proto +19 -0
  292. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/physical_properties.proto +15 -0
  293. 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
  294. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/price_description.proto +13 -0
  295. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +21 -0
  296. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/secured_media.proto +23 -0
  297. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/service_properties.proto +14 -0
  298. 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
  299. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/address.proto +39 -0
  300. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/addressComponents.proto +41 -0
  301. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/length.proto +14 -0
  302. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/measurementUnit.proto +30 -0
  303. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/multilingualMigration.proto +8 -0
  304. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformCursor.proto +17 -0
  305. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformMedia.proto +15 -0
  306. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformPaging.proto +36 -0
  307. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformPagingMetadata.proto +48 -0
  308. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +37 -0
  309. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +39 -0
  310. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/unlimitedPlatformQuery.proto +69 -0
  311. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/inventory/api/v1/inventoryEvents.proto +61 -0
  312. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +71 -0
  313. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address_with_contact.proto +14 -0
  314. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +16 -0
  315. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/pickup_address.proto +52 -0
  316. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +26 -0
  317. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/weight.proto +14 -0
  318. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/action_payload.proto +33 -0
  319. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +340 -0
  320. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/api_errors.proto +117 -0
  321. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +156 -0
  322. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/context.proto +19 -0
  323. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +80 -0
  324. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/errors.proto +113 -0
  325. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/permissions.proto +40 -0
  326. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/sla.proto +24 -0
  327. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +31 -0
  328. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +133 -0
  329. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/bulk.proto +10 -0
  330. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +1185 -0
  331. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalogNotReviewed.proto +259 -0
  332. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog_error_data.proto +8 -0
  333. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/collection.proto +39 -0
  334. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/costAndProfit.proto +22 -0
  335. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/event/catalogEvents.proto +104 -0
  336. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/media.proto +89 -0
  337. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/pageUrl.proto +10 -0
  338. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/price.proto +65 -0
  339. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +176 -0
  340. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/productOption.proto +56 -0
  341. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/query.proto +45 -0
  342. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/ribbon.proto +15 -0
  343. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/variant.proto +118 -0
  344. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +75 -0
  345. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/address.proto +140 -0
  346. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +52 -0
  347. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/identification.proto +40 -0
  348. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/image.proto +8 -0
  349. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +225 -0
  350. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/money.proto +32 -0
  351. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/pageurl.proto +32 -0
  352. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/paging.proto +107 -0
  353. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +417 -0
  354. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/sorting.proto +25 -0
  355. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/spi.proto +66 -0
  356. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/wixlink.proto +152 -0
  357. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/cart.proto +44 -0
  358. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupon.proto +25 -0
  359. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons-adapter.proto +101 -0
  360. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons.proto +206 -0
  361. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/response-status.proto +10 -0
  362. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/specification.proto +37 -0
  363. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/cart.proto +46 -0
  364. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupon.proto +43 -0
  365. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/couponAppliedEvent.proto +25 -0
  366. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-adapter.proto +61 -0
  367. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +99 -0
  368. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons.proto +399 -0
  369. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/internal-coupons.proto +46 -0
  370. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/item-for-coupon.proto +22 -0
  371. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/mediaitem.proto +13 -0
  372. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/response-status.proto +10 -0
  373. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/scope.proto +17 -0
  374. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/specification.proto +91 -0
  375. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/catalog.proto +30 -0
  376. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +96 -0
  377. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +145 -0
  378. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservicespi/v1/export_query_v2.proto +53 -0
  379. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservicespi/v1/export_service_spi.proto +50 -0
  380. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/graphql/definitions.proto +13 -0
  381. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/http/field_mask.proto +46 -0
  382. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +79 -0
  383. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobItem.proto +34 -0
  384. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +246 -0
  385. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/upstream/wix/common/paging.proto +34 -0
  386. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventory.proto +225 -0
  387. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventoryItem.proto +95 -0
  388. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +16 -0
  389. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/query.proto +30 -0
  390. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/accounts.proto +30 -0
  391. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/applepay-payment-method.proto +40 -0
  392. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/googlepay-payment-method.proto +55 -0
  393. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/mandatory-fields.proto +69 -0
  394. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/orders.proto +588 -0
  395. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-details.proto +42 -0
  396. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +260 -0
  397. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +334 -0
  398. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-payment-method.proto +158 -0
  399. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-recurring-orders.proto +38 -0
  400. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/pos-transactions.proto +34 -0
  401. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/account.proto +22 -0
  402. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/address.proto +57 -0
  403. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/charge.proto +220 -0
  404. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/mandatory-field.proto +44 -0
  405. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-additional-charges.proto +19 -0
  406. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-buyer-info.proto +25 -0
  407. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-cof-intent.proto +131 -0
  408. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +146 -0
  409. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-item.proto +32 -0
  410. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-return-urls.proto +21 -0
  411. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-status.proto +46 -0
  412. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-urls.proto +41 -0
  413. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order.proto +37 -0
  414. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +296 -0
  415. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +208 -0
  416. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/pos-transaction.proto +41 -0
  417. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription-frequency.proto +14 -0
  418. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription-trial-period.proto +16 -0
  419. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription.proto +35 -0
  420. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/transaction.proto +46 -0
  421. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/payment-events.proto +27 -0
  422. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/order.proto +80 -0
  423. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/payment-details.proto +15 -0
  424. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/payment-event.proto +121 -0
  425. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/recurring-payment.proto +32 -0
  426. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/refund.proto +34 -0
  427. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/transaction.proto +82 -0
  428. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/sdk/definitions.proto +191 -0
  429. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/spi/definitions.proto +173 -0
  430. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/spi/http_error_status.proto +24 -0
  431. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/types/package.json +7 -0
  432. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.d.ts +14 -0
  433. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +168 -0
  434. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -0
  435. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.d.ts +1 -0
  436. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js +5 -0
  437. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js.map +1 -0
  438. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.d.ts +11 -0
  439. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js +41 -0
  440. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js.map +1 -0
  441. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.d.ts +12 -0
  442. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +167 -0
  443. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -0
  444. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +7382 -0
  445. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.js +2 -0
  446. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +3700 -0
  447. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +57101 -0
  448. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +7377 -0
  449. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.js +2 -0
  450. package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.d.ts +21 -0
  451. package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.js +95 -0
  452. package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.js.map +1 -0
  453. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +73 -0
  454. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +10 -0
  455. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -0
  456. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.d.ts +14 -0
  457. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +140 -0
  458. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -0
  459. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.d.ts +1 -0
  460. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js +2 -0
  461. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js.map +1 -0
  462. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.d.ts +11 -0
  463. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.js +34 -0
  464. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.js.map +1 -0
  465. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.d.ts +12 -0
  466. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +159 -0
  467. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -0
  468. package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.d.ts +21 -0
  469. package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.js +68 -0
  470. package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.js.map +1 -0
  471. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +73 -0
  472. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +7 -0
  473. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -0
  474. package/@wix/ambassador-os-tags-v1-tag/builders/package.json +7 -0
  475. package/@wix/ambassador-os-tags-v1-tag/crud/http/package.json +7 -0
  476. package/@wix/ambassador-os-tags-v1-tag/crud/rpc/package.json +6 -0
  477. package/@wix/ambassador-os-tags-v1-tag/http/package.json +7 -0
  478. package/@wix/ambassador-os-tags-v1-tag/package.json +52 -0
  479. package/@wix/ambassador-os-tags-v1-tag/rpc/package.json +6 -0
  480. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/action_payload.proto +33 -0
  481. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +360 -0
  482. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/api_errors.proto +117 -0
  483. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +156 -0
  484. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/context.proto +19 -0
  485. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +80 -0
  486. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/errors.proto +113 -0
  487. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/permissions.proto +40 -0
  488. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/sla.proto +24 -0
  489. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +31 -0
  490. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +131 -0
  491. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/address.proto +140 -0
  492. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +52 -0
  493. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/dataextensions/extended-fields.proto +18 -0
  494. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/dataextensions/update-extended-fields-messages.proto +15 -0
  495. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +411 -0
  496. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/identification.proto +40 -0
  497. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/image.proto +8 -0
  498. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/media.proto +225 -0
  499. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/money.proto +32 -0
  500. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/pageurl.proto +32 -0
  501. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/paging.proto +107 -0
  502. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +417 -0
  503. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/sorting.proto +25 -0
  504. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/spi.proto +66 -0
  505. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +55 -0
  506. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/wixlink.proto +152 -0
  507. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/graphql/definitions.proto +13 -0
  508. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/http/field_mask.proto +46 -0
  509. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +39 -0
  510. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +12 -0
  511. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +192 -0
  512. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/sdk/definitions.proto +191 -0
  513. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/spi/definitions.proto +173 -0
  514. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/spi/http_error_status.proto +24 -0
  515. package/@wix/ambassador-os-tags-v1-tag/types/package.json +7 -0
  516. package/@wix/bi-logger-cairo-os/dist/cjs/index.js +294 -0
  517. package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -0
  518. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +596 -0
  519. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -0
  520. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +6383 -0
  521. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -0
  522. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +640 -0
  523. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -0
  524. package/@wix/bi-logger-cairo-os/dist/cjs/types.js +3 -0
  525. package/@wix/bi-logger-cairo-os/dist/cjs/types.js.map +1 -0
  526. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +2085 -0
  527. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -0
  528. package/@wix/bi-logger-cairo-os/dist/esm/index.js +290 -0
  529. package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -0
  530. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +588 -0
  531. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -0
  532. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +6379 -0
  533. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -0
  534. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +612 -0
  535. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -0
  536. package/@wix/bi-logger-cairo-os/dist/esm/types.js +2 -0
  537. package/@wix/bi-logger-cairo-os/dist/esm/types.js.map +1 -0
  538. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +2005 -0
  539. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -0
  540. package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +93 -0
  541. package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +1338 -0
  542. package/@wix/bi-logger-cairo-os/dist/types/testkit/common.d.ts +10 -0
  543. package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +1339 -0
  544. package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +1333 -0
  545. package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +1853 -0
  546. package/@wix/bi-logger-cairo-os/package.json +50 -0
  547. package/@wix/bi-logger-cairo-os/src/external-types.d.ts +1 -0
  548. package/@wix/bi-logger-cairo-os/src/index.ts +346 -0
  549. package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +1596 -0
  550. package/@wix/bi-logger-cairo-os/src/testkit/common.ts +6456 -0
  551. package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +1606 -0
  552. package/@wix/bi-logger-cairo-os/src/types.ts +2407 -0
  553. package/@wix/bi-logger-cairo-os/src/v2/index.ts +2081 -0
  554. package/@wix/bi-logger-cairo-os/testkit/client/package.json +6 -0
  555. package/@wix/bi-logger-cairo-os/testkit/node/package.json +6 -0
  556. package/@wix/bi-logger-cairo-os/testkit/package.json +6 -0
  557. package/@wix/bi-logger-cairo-os/v2/package.json +6 -0
  558. package/@wix/bi-logger-cairo-os/v2/types.d.ts +1 -0
  559. package/@wix/wix-i18n-config/README.md +247 -0
  560. package/@wix/wix-i18n-config/dist/cjs/i18n.js +72 -0
  561. package/@wix/wix-i18n-config/dist/cjs/i18n.js.map +1 -0
  562. package/@wix/wix-i18n-config/dist/cjs/icu/icu.js +126 -0
  563. package/@wix/wix-i18n-config/dist/cjs/icu/icu.js.map +1 -0
  564. package/@wix/wix-i18n-config/dist/cjs/icu/utils.js +82 -0
  565. package/@wix/wix-i18n-config/dist/cjs/icu/utils.js.map +1 -0
  566. package/@wix/wix-i18n-config/dist/cjs/index.js +28 -0
  567. package/@wix/wix-i18n-config/dist/cjs/index.js.map +1 -0
  568. package/@wix/wix-i18n-config/dist/cjs/initI18n.js +24 -0
  569. package/@wix/wix-i18n-config/dist/cjs/initI18n.js.map +1 -0
  570. package/@wix/wix-i18n-config/dist/cjs/initI18nWithoutICU.js +9 -0
  571. package/@wix/wix-i18n-config/dist/cjs/initI18nWithoutICU.js.map +1 -0
  572. package/@wix/wix-i18n-config/dist/cjs/relative-time-formatting.js +266 -0
  573. package/@wix/wix-i18n-config/dist/cjs/relative-time-formatting.js.map +1 -0
  574. package/@wix/wix-i18n-config/dist/esm/i18n.js +51 -0
  575. package/@wix/wix-i18n-config/dist/esm/i18n.js.map +1 -0
  576. package/@wix/wix-i18n-config/dist/esm/icu/icu.js +106 -0
  577. package/@wix/wix-i18n-config/dist/esm/icu/icu.js.map +1 -0
  578. package/@wix/wix-i18n-config/dist/esm/icu/utils.js +71 -0
  579. package/@wix/wix-i18n-config/dist/esm/icu/utils.js.map +1 -0
  580. package/@wix/wix-i18n-config/dist/esm/index.js +9 -0
  581. package/@wix/wix-i18n-config/dist/esm/index.js.map +1 -0
  582. package/@wix/wix-i18n-config/dist/esm/initI18n.js +10 -0
  583. package/@wix/wix-i18n-config/dist/esm/initI18n.js.map +1 -0
  584. package/@wix/wix-i18n-config/dist/esm/initI18nWithoutICU.js +5 -0
  585. package/@wix/wix-i18n-config/dist/esm/initI18nWithoutICU.js.map +1 -0
  586. package/@wix/wix-i18n-config/dist/esm/relative-time-formatting.js +263 -0
  587. package/@wix/wix-i18n-config/dist/esm/relative-time-formatting.js.map +1 -0
  588. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -0
  589. package/@wix/wix-i18n-config/dist/types/i18n.d.ts +16 -0
  590. package/@wix/wix-i18n-config/dist/types/i18n.d.ts.map +1 -0
  591. package/@wix/wix-i18n-config/dist/types/icu/icu.d.ts +47 -0
  592. package/@wix/wix-i18n-config/dist/types/icu/icu.d.ts.map +1 -0
  593. package/@wix/wix-i18n-config/dist/types/icu/utils.d.ts +6 -0
  594. package/@wix/wix-i18n-config/dist/types/icu/utils.d.ts.map +1 -0
  595. package/@wix/wix-i18n-config/dist/types/index.d.ts +12 -0
  596. package/@wix/wix-i18n-config/dist/types/index.d.ts.map +1 -0
  597. package/@wix/wix-i18n-config/dist/types/initI18n.d.ts +8 -0
  598. package/@wix/wix-i18n-config/dist/types/initI18n.d.ts.map +1 -0
  599. package/@wix/wix-i18n-config/dist/types/initI18nWithoutICU.d.ts +3 -0
  600. package/@wix/wix-i18n-config/dist/types/initI18nWithoutICU.d.ts.map +1 -0
  601. package/@wix/wix-i18n-config/dist/types/relative-time-formatting.d.ts +7 -0
  602. package/@wix/wix-i18n-config/dist/types/relative-time-formatting.d.ts.map +1 -0
  603. package/@wix/wix-i18n-config/package.json +63 -0
  604. package/README.md +12 -0
  605. package/dist/cjs/PromiseState.js +68 -0
  606. package/dist/cjs/PromiseState.js.map +1 -0
  607. package/dist/cjs/batchUpdates.js +7 -0
  608. package/dist/cjs/batchUpdates.js.map +1 -0
  609. package/dist/cjs/events.js +19 -0
  610. package/dist/cjs/events.js.map +1 -0
  611. package/dist/cjs/exports/react-dom.js +10 -0
  612. package/dist/cjs/exports/react-dom.js.map +1 -0
  613. package/dist/cjs/exports/react-native.js +10 -0
  614. package/dist/cjs/exports/react-native.js.map +1 -0
  615. package/dist/cjs/exports/react.js +10 -0
  616. package/dist/cjs/exports/react.js.map +1 -0
  617. package/dist/cjs/index.js +22 -0
  618. package/dist/cjs/index.js.map +1 -0
  619. package/dist/cjs/reactive.js +23 -0
  620. package/dist/cjs/reactive.js.map +1 -0
  621. package/dist/cjs/reactiveContext.js +9 -0
  622. package/dist/cjs/reactiveContext.js.map +1 -0
  623. package/dist/cjs/setReactDOMBatchUpdates.js +12 -0
  624. package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -0
  625. package/dist/cjs/setReactNativeBatchUpdates.js +10 -0
  626. package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -0
  627. package/dist/cjs/useReactive.js +18 -0
  628. package/dist/cjs/useReactive.js.map +1 -0
  629. package/dist/esm/PromiseState.js +47 -0
  630. package/dist/esm/PromiseState.js.map +1 -0
  631. package/dist/esm/batchUpdates.js +2 -0
  632. package/dist/esm/batchUpdates.js.map +1 -0
  633. package/dist/esm/events.js +15 -0
  634. package/dist/esm/events.js.map +1 -0
  635. package/dist/esm/exports/react-dom.js +2 -0
  636. package/dist/esm/exports/react-dom.js.map +1 -0
  637. package/dist/esm/exports/react-native.js +2 -0
  638. package/dist/esm/exports/react-native.js.map +1 -0
  639. package/dist/esm/exports/react.js +2 -0
  640. package/dist/esm/exports/react.js.map +1 -0
  641. package/dist/esm/index.js +4 -0
  642. package/dist/esm/index.js.map +1 -0
  643. package/dist/esm/reactive.js +17 -0
  644. package/dist/esm/reactive.js.map +1 -0
  645. package/dist/esm/reactiveContext.js +5 -0
  646. package/dist/esm/reactiveContext.js.map +1 -0
  647. package/dist/esm/setReactDOMBatchUpdates.js +7 -0
  648. package/dist/esm/setReactDOMBatchUpdates.js.map +1 -0
  649. package/dist/esm/setReactNativeBatchUpdates.js +6 -0
  650. package/dist/esm/setReactNativeBatchUpdates.js.map +1 -0
  651. package/dist/esm/useReactive.js +14 -0
  652. package/dist/esm/useReactive.js.map +1 -0
  653. package/dist/types/PromiseState.d.ts +35 -0
  654. package/dist/types/PromiseState.d.ts.map +1 -0
  655. package/dist/types/batchUpdates.d.ts +3 -0
  656. package/dist/types/batchUpdates.d.ts.map +1 -0
  657. package/dist/types/events.d.ts +10 -0
  658. package/dist/types/events.d.ts.map +1 -0
  659. package/dist/types/exports/react-dom.d.ts +2 -0
  660. package/dist/types/exports/react-dom.d.ts.map +1 -0
  661. package/dist/types/exports/react-native.d.ts +2 -0
  662. package/dist/types/exports/react-native.d.ts.map +1 -0
  663. package/dist/types/exports/react.d.ts +2 -0
  664. package/dist/types/exports/react.d.ts.map +1 -0
  665. package/dist/types/index.d.ts +4 -0
  666. package/dist/types/index.d.ts.map +1 -0
  667. package/dist/types/reactive.d.ts +9 -0
  668. package/dist/types/reactive.d.ts.map +1 -0
  669. package/dist/types/reactiveContext.d.ts +6 -0
  670. package/dist/types/reactiveContext.d.ts.map +1 -0
  671. package/dist/types/setReactDOMBatchUpdates.d.ts +2 -0
  672. package/dist/types/setReactDOMBatchUpdates.d.ts.map +1 -0
  673. package/dist/types/setReactNativeBatchUpdates.d.ts +2 -0
  674. package/dist/types/setReactNativeBatchUpdates.d.ts.map +1 -0
  675. package/dist/types/useReactive.d.ts +3 -0
  676. package/dist/types/useReactive.d.ts.map +1 -0
  677. package/package.json +147 -0
  678. package/react/package.json +6 -0
  679. package/react-dom/package.json +6 -0
  680. package/react-native/package.json +6 -0
@@ -0,0 +1,33 @@
1
+ import { AppSettings, GetComponentSettingsItem, GetComponentSettingsRequest, GetComponentSettingsResponse, GetGlobalSettingsRequest, GetGlobalSettingsResponse, GetRequest, GetResponse, Host, LanguageKey, Scope, SetComponentSettingsItem, SetComponentSettingsRequest, SetComponentSettingsResponse, SetGlobalSettingsRequest, SetGlobalSettingsResponse, SetRequest, SetResponse, State, TranslatedLanguage, UpdateRequest, UpdateResponse, BulkGetComponentSettingsRequest, BulkGetComponentSettingsResponse, ComponentSettings, GetGlobalSettingsForMigrationRequest, GetGlobalSettingsForMigrationResponse, SetComponentSettingsForMigrationRequest, SetComponentSettingsForMigrationResponse, SetGlobalSettingsForMigrationRequest, SetGlobalSettingsForMigrationResponse } from './types.impl';
2
+ export declare function aAppSettings(overrideObject?: Partial<AppSettings>): AppSettings;
3
+ export declare function aState(enumFirstItem?: State): State;
4
+ export declare function aHost(enumFirstItem?: Host): Host;
5
+ export declare function aSetComponentSettingsRequest(overrideObject?: Partial<SetComponentSettingsRequest>): SetComponentSettingsRequest;
6
+ export declare function aTranslatedLanguage(overrideObject?: Partial<TranslatedLanguage>): TranslatedLanguage;
7
+ export declare function aLanguageKey(overrideObject?: Partial<LanguageKey>): LanguageKey;
8
+ export declare function aSetComponentSettingsResponse(overrideObject?: Partial<SetComponentSettingsResponse>): SetComponentSettingsResponse;
9
+ export declare function aSetComponentSettingsForMigrationRequest(overrideObject?: Partial<SetComponentSettingsForMigrationRequest>): SetComponentSettingsForMigrationRequest;
10
+ export declare function aSetComponentSettingsForMigrationResponse(overrideObject?: Partial<SetComponentSettingsForMigrationResponse>): SetComponentSettingsForMigrationResponse;
11
+ export declare function aGetComponentSettingsRequest(overrideObject?: Partial<GetComponentSettingsRequest>): GetComponentSettingsRequest;
12
+ export declare function aGetComponentSettingsResponse(overrideObject?: Partial<GetComponentSettingsResponse>): GetComponentSettingsResponse;
13
+ export declare function aBulkGetComponentSettingsRequest(overrideObject?: Partial<BulkGetComponentSettingsRequest>): BulkGetComponentSettingsRequest;
14
+ export declare function aBulkGetComponentSettingsResponse(overrideObject?: Partial<BulkGetComponentSettingsResponse>): BulkGetComponentSettingsResponse;
15
+ export declare function aComponentSettings(overrideObject?: Partial<ComponentSettings>): ComponentSettings;
16
+ export declare function aSetGlobalSettingsRequest(overrideObject?: Partial<SetGlobalSettingsRequest>): SetGlobalSettingsRequest;
17
+ export declare function aSetComponentSettingsItem(overrideObject?: Partial<SetComponentSettingsItem>): SetComponentSettingsItem;
18
+ export declare function aSetGlobalSettingsResponse(overrideObject?: Partial<SetGlobalSettingsResponse>): SetGlobalSettingsResponse;
19
+ export declare function aGetGlobalSettingsRequest(overrideObject?: Partial<GetGlobalSettingsRequest>): GetGlobalSettingsRequest;
20
+ export declare function aGetGlobalSettingsResponse(overrideObject?: Partial<GetGlobalSettingsResponse>): GetGlobalSettingsResponse;
21
+ export declare function aGetComponentSettingsItem(overrideObject?: Partial<GetComponentSettingsItem>): GetComponentSettingsItem;
22
+ export declare function aSetGlobalSettingsForMigrationRequest(overrideObject?: Partial<SetGlobalSettingsForMigrationRequest>): SetGlobalSettingsForMigrationRequest;
23
+ export declare function aSetGlobalSettingsForMigrationResponse(overrideObject?: Partial<SetGlobalSettingsForMigrationResponse>): SetGlobalSettingsForMigrationResponse;
24
+ export declare function aGetGlobalSettingsForMigrationRequest(overrideObject?: Partial<GetGlobalSettingsForMigrationRequest>): GetGlobalSettingsForMigrationRequest;
25
+ export declare function aGetGlobalSettingsForMigrationResponse(overrideObject?: Partial<GetGlobalSettingsForMigrationResponse>): GetGlobalSettingsForMigrationResponse;
26
+ export declare function aGetRequest(overrideObject?: Partial<GetRequest>): GetRequest;
27
+ export declare function aGetResponse(overrideObject?: Partial<GetResponse>): GetResponse;
28
+ export declare function aSetRequest(overrideObject?: Partial<SetRequest>): SetRequest;
29
+ export declare function aScope(enumFirstItem?: Scope): Scope;
30
+ export declare function aSetResponse(overrideObject?: Partial<SetResponse>): SetResponse;
31
+ export declare function aUpdateRequest(overrideObject?: Partial<UpdateRequest>): UpdateRequest;
32
+ export declare function aUpdateResponse(overrideObject?: Partial<UpdateResponse>): UpdateResponse;
33
+ export * from '@wix/metro-common-builders';
@@ -0,0 +1,452 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
+ };
12
+ var __importDefault = (this && this.__importDefault) || function (mod) {
13
+ return (mod && mod.__esModule) ? mod : { "default": mod };
14
+ };
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.aUpdateResponse = exports.aUpdateRequest = exports.aSetResponse = exports.aScope = exports.aSetRequest = exports.aGetResponse = exports.aGetRequest = exports.aGetGlobalSettingsForMigrationResponse = exports.aGetGlobalSettingsForMigrationRequest = exports.aSetGlobalSettingsForMigrationResponse = exports.aSetGlobalSettingsForMigrationRequest = exports.aGetComponentSettingsItem = exports.aGetGlobalSettingsResponse = exports.aGetGlobalSettingsRequest = exports.aSetGlobalSettingsResponse = exports.aSetComponentSettingsItem = exports.aSetGlobalSettingsRequest = exports.aComponentSettings = exports.aBulkGetComponentSettingsResponse = exports.aBulkGetComponentSettingsRequest = exports.aGetComponentSettingsResponse = exports.aGetComponentSettingsRequest = exports.aSetComponentSettingsForMigrationResponse = exports.aSetComponentSettingsForMigrationRequest = exports.aSetComponentSettingsResponse = exports.aLanguageKey = exports.aTranslatedLanguage = exports.aSetComponentSettingsRequest = exports.aHost = exports.aState = exports.aAppSettings = void 0;
17
+ var metro_common_builders_1 = require("@wix/metro-common-builders");
18
+ var types_impl_1 = require("./types.impl");
19
+ // @ts-ignore
20
+ var callsite_1 = __importDefault(require("callsite"));
21
+ function aAppSettings(overrideObject) {
22
+ if (overrideObject === void 0) { overrideObject = {}; }
23
+ if (isCurrentBuilderWasPreviouslyCalled()) {
24
+ return {};
25
+ }
26
+ return (0, metro_common_builders_1.mergeDeep)({
27
+ state: aState(),
28
+ host: aHost(),
29
+ settings: {},
30
+ translations: { translations: (0, metro_common_builders_1.someString)() },
31
+ }, overrideObject);
32
+ }
33
+ exports.aAppSettings = aAppSettings;
34
+ function aState(enumFirstItem) {
35
+ if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.State.NR; }
36
+ return enumFirstItem;
37
+ }
38
+ exports.aState = aState;
39
+ function aHost(enumFirstItem) {
40
+ if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.Host.NA; }
41
+ return enumFirstItem;
42
+ }
43
+ exports.aHost = aHost;
44
+ function aSetComponentSettingsRequest(overrideObject) {
45
+ if (overrideObject === void 0) { overrideObject = {}; }
46
+ if (isCurrentBuilderWasPreviouslyCalled()) {
47
+ return {};
48
+ }
49
+ return (0, metro_common_builders_1.mergeDeep)({
50
+ componentId: (0, metro_common_builders_1.someString)({
51
+ validations: [{ type: 'MAX_LENGTH', value: '36' }],
52
+ }),
53
+ settings: {},
54
+ state: aState(),
55
+ host: aHost(),
56
+ translations: [aTranslatedLanguage()],
57
+ states: [aState()],
58
+ }, overrideObject);
59
+ }
60
+ exports.aSetComponentSettingsRequest = aSetComponentSettingsRequest;
61
+ function aTranslatedLanguage(overrideObject) {
62
+ if (overrideObject === void 0) { overrideObject = {}; }
63
+ if (isCurrentBuilderWasPreviouslyCalled()) {
64
+ return {};
65
+ }
66
+ return (0, metro_common_builders_1.mergeDeep)({
67
+ languageKey: aLanguageKey(),
68
+ translations: { translations: (0, metro_common_builders_1.someString)() },
69
+ }, overrideObject);
70
+ }
71
+ exports.aTranslatedLanguage = aTranslatedLanguage;
72
+ function aLanguageKey(overrideObject) {
73
+ if (overrideObject === void 0) { overrideObject = {}; }
74
+ return (0, metro_common_builders_1.mergeDeep)({
75
+ languageCode: (0, metro_common_builders_1.someString)(),
76
+ regionCode: (0, metro_common_builders_1.someString)(),
77
+ scriptVariant: (0, metro_common_builders_1.someString)(),
78
+ }, overrideObject);
79
+ }
80
+ exports.aLanguageKey = aLanguageKey;
81
+ function aSetComponentSettingsResponse(overrideObject) {
82
+ if (overrideObject === void 0) { overrideObject = {}; }
83
+ if (isCurrentBuilderWasPreviouslyCalled()) {
84
+ return {};
85
+ }
86
+ return (0, metro_common_builders_1.mergeDeep)({
87
+ settings: {},
88
+ host: aHost(),
89
+ translations: [aTranslatedLanguage()],
90
+ states: [aState()],
91
+ }, overrideObject);
92
+ }
93
+ exports.aSetComponentSettingsResponse = aSetComponentSettingsResponse;
94
+ function aSetComponentSettingsForMigrationRequest(overrideObject) {
95
+ if (overrideObject === void 0) { overrideObject = {}; }
96
+ if (isCurrentBuilderWasPreviouslyCalled()) {
97
+ return {};
98
+ }
99
+ return (0, metro_common_builders_1.mergeDeep)({
100
+ componentId: (0, metro_common_builders_1.someString)({
101
+ validations: [{ type: 'MAX_LENGTH', value: '36' }],
102
+ }),
103
+ settings: {},
104
+ state: aState(),
105
+ host: aHost(),
106
+ translations: [aTranslatedLanguage()],
107
+ states: [aState()],
108
+ appDefId: (0, metro_common_builders_1.someString)({
109
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
110
+ }),
111
+ instanceId: (0, metro_common_builders_1.someString)({
112
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
113
+ }),
114
+ }, overrideObject);
115
+ }
116
+ exports.aSetComponentSettingsForMigrationRequest = aSetComponentSettingsForMigrationRequest;
117
+ function aSetComponentSettingsForMigrationResponse(overrideObject) {
118
+ if (overrideObject === void 0) { overrideObject = {}; }
119
+ if (isCurrentBuilderWasPreviouslyCalled()) {
120
+ return {};
121
+ }
122
+ return (0, metro_common_builders_1.mergeDeep)({
123
+ settings: {},
124
+ host: aHost(),
125
+ translations: [aTranslatedLanguage()],
126
+ states: [aState()],
127
+ }, overrideObject);
128
+ }
129
+ exports.aSetComponentSettingsForMigrationResponse = aSetComponentSettingsForMigrationResponse;
130
+ function aGetComponentSettingsRequest(overrideObject) {
131
+ if (overrideObject === void 0) { overrideObject = {}; }
132
+ if (isCurrentBuilderWasPreviouslyCalled()) {
133
+ return {};
134
+ }
135
+ return (0, metro_common_builders_1.mergeDeep)({
136
+ componentId: (0, metro_common_builders_1.someString)({
137
+ validations: [
138
+ { type: 'MIN_LENGTH', value: '1' },
139
+ { type: 'MAX_LENGTH', value: '36' },
140
+ ],
141
+ }),
142
+ state: aState(),
143
+ host: aHost(),
144
+ languageKey: aLanguageKey(),
145
+ includeGlobalSettings: true,
146
+ }, overrideObject);
147
+ }
148
+ exports.aGetComponentSettingsRequest = aGetComponentSettingsRequest;
149
+ function aGetComponentSettingsResponse(overrideObject) {
150
+ if (overrideObject === void 0) { overrideObject = {}; }
151
+ if (isCurrentBuilderWasPreviouslyCalled()) {
152
+ return {};
153
+ }
154
+ return (0, metro_common_builders_1.mergeDeep)({
155
+ settings: {},
156
+ state: aState(),
157
+ host: aHost(),
158
+ translations: { translations: (0, metro_common_builders_1.someString)() },
159
+ globalSettings: aAppSettings(),
160
+ }, overrideObject);
161
+ }
162
+ exports.aGetComponentSettingsResponse = aGetComponentSettingsResponse;
163
+ function aBulkGetComponentSettingsRequest(overrideObject) {
164
+ if (overrideObject === void 0) { overrideObject = {}; }
165
+ if (isCurrentBuilderWasPreviouslyCalled()) {
166
+ return {};
167
+ }
168
+ return (0, metro_common_builders_1.mergeDeep)({
169
+ componentIds: [
170
+ (0, metro_common_builders_1.someString)({
171
+ validations: [
172
+ { type: 'MIN_LENGTH', value: '1' },
173
+ { type: 'MAX_LENGTH', value: '36' },
174
+ { type: 'MIN_SIZE', value: '1' },
175
+ { type: 'MAX_SIZE', value: '100' },
176
+ ],
177
+ }),
178
+ ],
179
+ state: aState(),
180
+ host: aHost(),
181
+ languageKey: aLanguageKey(),
182
+ }, overrideObject);
183
+ }
184
+ exports.aBulkGetComponentSettingsRequest = aBulkGetComponentSettingsRequest;
185
+ function aBulkGetComponentSettingsResponse(overrideObject) {
186
+ if (overrideObject === void 0) { overrideObject = {}; }
187
+ if (isCurrentBuilderWasPreviouslyCalled()) {
188
+ return {};
189
+ }
190
+ return (0, metro_common_builders_1.mergeDeep)({
191
+ componentSettings: [aComponentSettings()],
192
+ }, overrideObject);
193
+ }
194
+ exports.aBulkGetComponentSettingsResponse = aBulkGetComponentSettingsResponse;
195
+ function aComponentSettings(overrideObject) {
196
+ if (overrideObject === void 0) { overrideObject = {}; }
197
+ if (isCurrentBuilderWasPreviouslyCalled()) {
198
+ return {};
199
+ }
200
+ return (0, metro_common_builders_1.mergeDeep)({
201
+ componentId: (0, metro_common_builders_1.someString)({
202
+ validations: [
203
+ { type: 'MIN_LENGTH', value: '1' },
204
+ { type: 'MAX_LENGTH', value: '36' },
205
+ ],
206
+ }),
207
+ settings: {},
208
+ state: aState(),
209
+ host: aHost(),
210
+ translations: { translations: (0, metro_common_builders_1.someString)() },
211
+ }, overrideObject);
212
+ }
213
+ exports.aComponentSettings = aComponentSettings;
214
+ function aSetGlobalSettingsRequest(overrideObject) {
215
+ if (overrideObject === void 0) { overrideObject = {}; }
216
+ if (isCurrentBuilderWasPreviouslyCalled()) {
217
+ return {};
218
+ }
219
+ return (0, metro_common_builders_1.mergeDeep)({
220
+ settings: {},
221
+ componentSettings: [aSetComponentSettingsItem()],
222
+ state: aState(),
223
+ host: aHost(),
224
+ translations: [aTranslatedLanguage()],
225
+ states: [aState()],
226
+ }, overrideObject);
227
+ }
228
+ exports.aSetGlobalSettingsRequest = aSetGlobalSettingsRequest;
229
+ function aSetComponentSettingsItem(overrideObject) {
230
+ if (overrideObject === void 0) { overrideObject = {}; }
231
+ if (isCurrentBuilderWasPreviouslyCalled()) {
232
+ return {};
233
+ }
234
+ return (0, metro_common_builders_1.mergeDeep)({
235
+ state: aState(),
236
+ host: aHost(),
237
+ componentId: (0, metro_common_builders_1.someString)({
238
+ validations: [
239
+ { type: 'MIN_LENGTH', value: '1' },
240
+ { type: 'MAX_LENGTH', value: '36' },
241
+ ],
242
+ }),
243
+ settings: {},
244
+ translations: [aTranslatedLanguage()],
245
+ }, overrideObject);
246
+ }
247
+ exports.aSetComponentSettingsItem = aSetComponentSettingsItem;
248
+ function aSetGlobalSettingsResponse(overrideObject) {
249
+ if (overrideObject === void 0) { overrideObject = {}; }
250
+ if (isCurrentBuilderWasPreviouslyCalled()) {
251
+ return {};
252
+ }
253
+ return (0, metro_common_builders_1.mergeDeep)({
254
+ settings: {},
255
+ componentSettings: [aSetComponentSettingsItem()],
256
+ host: aHost(),
257
+ translations: [aTranslatedLanguage()],
258
+ states: [aState()],
259
+ }, overrideObject);
260
+ }
261
+ exports.aSetGlobalSettingsResponse = aSetGlobalSettingsResponse;
262
+ function aGetGlobalSettingsRequest(overrideObject) {
263
+ if (overrideObject === void 0) { overrideObject = {}; }
264
+ if (isCurrentBuilderWasPreviouslyCalled()) {
265
+ return {};
266
+ }
267
+ return (0, metro_common_builders_1.mergeDeep)({
268
+ state: aState(),
269
+ host: aHost(),
270
+ includeComponentSettings: true,
271
+ languageKey: aLanguageKey(),
272
+ }, overrideObject);
273
+ }
274
+ exports.aGetGlobalSettingsRequest = aGetGlobalSettingsRequest;
275
+ function aGetGlobalSettingsResponse(overrideObject) {
276
+ if (overrideObject === void 0) { overrideObject = {}; }
277
+ if (isCurrentBuilderWasPreviouslyCalled()) {
278
+ return {};
279
+ }
280
+ return (0, metro_common_builders_1.mergeDeep)({
281
+ state: aState(),
282
+ host: aHost(),
283
+ settings: {},
284
+ componentSettings: [aGetComponentSettingsItem()],
285
+ translations: { translations: (0, metro_common_builders_1.someString)() },
286
+ }, overrideObject);
287
+ }
288
+ exports.aGetGlobalSettingsResponse = aGetGlobalSettingsResponse;
289
+ function aGetComponentSettingsItem(overrideObject) {
290
+ if (overrideObject === void 0) { overrideObject = {}; }
291
+ if (isCurrentBuilderWasPreviouslyCalled()) {
292
+ return {};
293
+ }
294
+ return (0, metro_common_builders_1.mergeDeep)({
295
+ state: aState(),
296
+ host: aHost(),
297
+ componentId: (0, metro_common_builders_1.someString)({
298
+ validations: [
299
+ { type: 'MIN_LENGTH', value: '1' },
300
+ { type: 'MAX_LENGTH', value: '36' },
301
+ ],
302
+ }),
303
+ settings: {},
304
+ translations: { translations: (0, metro_common_builders_1.someString)() },
305
+ }, overrideObject);
306
+ }
307
+ exports.aGetComponentSettingsItem = aGetComponentSettingsItem;
308
+ function aSetGlobalSettingsForMigrationRequest(overrideObject) {
309
+ if (overrideObject === void 0) { overrideObject = {}; }
310
+ if (isCurrentBuilderWasPreviouslyCalled()) {
311
+ return {};
312
+ }
313
+ return (0, metro_common_builders_1.mergeDeep)({
314
+ settings: {},
315
+ componentSettings: [aSetComponentSettingsItem()],
316
+ state: aState(),
317
+ host: aHost(),
318
+ translations: [aTranslatedLanguage()],
319
+ states: [aState()],
320
+ appDefId: (0, metro_common_builders_1.someString)({
321
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
322
+ }),
323
+ instanceId: (0, metro_common_builders_1.someString)({
324
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
325
+ }),
326
+ }, overrideObject);
327
+ }
328
+ exports.aSetGlobalSettingsForMigrationRequest = aSetGlobalSettingsForMigrationRequest;
329
+ function aSetGlobalSettingsForMigrationResponse(overrideObject) {
330
+ if (overrideObject === void 0) { overrideObject = {}; }
331
+ if (isCurrentBuilderWasPreviouslyCalled()) {
332
+ return {};
333
+ }
334
+ return (0, metro_common_builders_1.mergeDeep)({
335
+ settings: {},
336
+ componentSettings: [aSetComponentSettingsItem()],
337
+ host: aHost(),
338
+ translations: [aTranslatedLanguage()],
339
+ states: [aState()],
340
+ }, overrideObject);
341
+ }
342
+ exports.aSetGlobalSettingsForMigrationResponse = aSetGlobalSettingsForMigrationResponse;
343
+ function aGetGlobalSettingsForMigrationRequest(overrideObject) {
344
+ if (overrideObject === void 0) { overrideObject = {}; }
345
+ if (isCurrentBuilderWasPreviouslyCalled()) {
346
+ return {};
347
+ }
348
+ return (0, metro_common_builders_1.mergeDeep)({
349
+ state: aState(),
350
+ host: aHost(),
351
+ includeComponentSettings: true,
352
+ languageKey: aLanguageKey(),
353
+ appDefId: (0, metro_common_builders_1.someString)({
354
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
355
+ }),
356
+ instanceId: (0, metro_common_builders_1.someString)({
357
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
358
+ }),
359
+ }, overrideObject);
360
+ }
361
+ exports.aGetGlobalSettingsForMigrationRequest = aGetGlobalSettingsForMigrationRequest;
362
+ function aGetGlobalSettingsForMigrationResponse(overrideObject) {
363
+ if (overrideObject === void 0) { overrideObject = {}; }
364
+ if (isCurrentBuilderWasPreviouslyCalled()) {
365
+ return {};
366
+ }
367
+ return (0, metro_common_builders_1.mergeDeep)({
368
+ state: aState(),
369
+ host: aHost(),
370
+ settings: {},
371
+ componentSettings: [aGetComponentSettingsItem()],
372
+ translations: { translations: (0, metro_common_builders_1.someString)() },
373
+ }, overrideObject);
374
+ }
375
+ exports.aGetGlobalSettingsForMigrationResponse = aGetGlobalSettingsForMigrationResponse;
376
+ function aGetRequest(overrideObject) {
377
+ if (overrideObject === void 0) { overrideObject = {}; }
378
+ return (0, metro_common_builders_1.mergeDeep)({
379
+ externalAppId: (0, metro_common_builders_1.someString)({
380
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
381
+ }),
382
+ externalComponentId: (0, metro_common_builders_1.someString)({
383
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
384
+ }),
385
+ fields: (0, metro_common_builders_1.someRepeated)(),
386
+ }, overrideObject);
387
+ }
388
+ exports.aGetRequest = aGetRequest;
389
+ function aGetResponse(overrideObject) {
390
+ if (overrideObject === void 0) { overrideObject = {}; }
391
+ return (0, metro_common_builders_1.mergeDeep)({
392
+ appSettings: {},
393
+ componentSettings: {},
394
+ }, overrideObject);
395
+ }
396
+ exports.aGetResponse = aGetResponse;
397
+ function aSetRequest(overrideObject) {
398
+ if (overrideObject === void 0) { overrideObject = {}; }
399
+ if (isCurrentBuilderWasPreviouslyCalled()) {
400
+ return {};
401
+ }
402
+ return (0, metro_common_builders_1.mergeDeep)({
403
+ externalId: (0, metro_common_builders_1.someString)({
404
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
405
+ }),
406
+ scope: aScope(),
407
+ data: {},
408
+ }, overrideObject);
409
+ }
410
+ exports.aSetRequest = aSetRequest;
411
+ function aScope(enumFirstItem) {
412
+ if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.Scope.APP; }
413
+ return enumFirstItem;
414
+ }
415
+ exports.aScope = aScope;
416
+ function aSetResponse(overrideObject) {
417
+ if (overrideObject === void 0) { overrideObject = {}; }
418
+ return (0, metro_common_builders_1.mergeDeep)({}, overrideObject);
419
+ }
420
+ exports.aSetResponse = aSetResponse;
421
+ function aUpdateRequest(overrideObject) {
422
+ if (overrideObject === void 0) { overrideObject = {}; }
423
+ if (isCurrentBuilderWasPreviouslyCalled()) {
424
+ return {};
425
+ }
426
+ return (0, metro_common_builders_1.mergeDeep)({
427
+ externalId: (0, metro_common_builders_1.someString)({
428
+ validations: [{ type: 'FORMAT', value: 'GUID' }],
429
+ }),
430
+ scope: aScope(),
431
+ fields: (0, metro_common_builders_1.someRepeated)(),
432
+ data: {},
433
+ }, overrideObject);
434
+ }
435
+ exports.aUpdateRequest = aUpdateRequest;
436
+ function aUpdateResponse(overrideObject) {
437
+ if (overrideObject === void 0) { overrideObject = {}; }
438
+ return (0, metro_common_builders_1.mergeDeep)({
439
+ newExternalId: (0, metro_common_builders_1.someString)(),
440
+ }, overrideObject);
441
+ }
442
+ exports.aUpdateResponse = aUpdateResponse;
443
+ function isCurrentBuilderWasPreviouslyCalled() {
444
+ var callChainFunctionNames = (0, callsite_1.default)().map(function (item) {
445
+ return item.getFunctionName();
446
+ });
447
+ var callChainWithoutCurrentBuilder = callChainFunctionNames.splice(2);
448
+ var currentBuilderName = callChainFunctionNames[1];
449
+ return callChainWithoutCurrentBuilder.some(function (functionName) { return functionName === currentBuilderName; });
450
+ }
451
+ __exportStar(require("@wix/metro-common-builders"), exports);
452
+ //# sourceMappingURL=builders.impl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"builders.impl.js","sourceRoot":"","sources":["../../builders.impl.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ import { GetComponentSettingsRequest, GetComponentSettingsResponse, GetGlobalSettingsRequest, GetGlobalSettingsResponse, GetRequest, GetResponse, SetComponentSettingsRequest, SetComponentSettingsResponse, SetGlobalSettingsRequest, SetGlobalSettingsResponse, SetRequest, SetResponse, UpdateRequest, UpdateResponse, BulkGetComponentSettingsRequest, BulkGetComponentSettingsResponse } from './types.impl';
2
+ import type { RequestOptionsFactory } from '@wix/http-client';
3
+ /** Set component settings by componentId */
4
+ export declare function setComponentSettings(payload: SetComponentSettingsRequest): RequestOptionsFactory<SetComponentSettingsResponse>;
5
+ /** Get component settings by componentId */
6
+ export declare function getComponentSettings(payload: GetComponentSettingsRequest): RequestOptionsFactory<GetComponentSettingsResponse>;
7
+ /** Get component settings by componentId */
8
+ export declare function bulkGetComponentSettings(payload: BulkGetComponentSettingsRequest): RequestOptionsFactory<BulkGetComponentSettingsResponse>;
9
+ /** Set global settings by instanceId (extracted from Authorization) */
10
+ export declare function setGlobalSettings(payload: SetGlobalSettingsRequest): RequestOptionsFactory<SetGlobalSettingsResponse>;
11
+ /** Get global settings by instanceId (extracted from Authorization) */
12
+ export declare function getGlobalSettings(payload: GetGlobalSettingsRequest): RequestOptionsFactory<GetGlobalSettingsResponse>;
13
+ /**
14
+ * retrieve settings for site. app and component-scoped settings ids can be provided.
15
+ * looks-up settings for one or both ids provided.
16
+ */
17
+ export declare function get(payload: GetRequest): RequestOptionsFactory<GetResponse>;
18
+ /** store new snapshot of settings on server */
19
+ export declare function set(payload: SetRequest): RequestOptionsFactory<SetResponse>;
20
+ /** create new snapshot of settings (patch) */
21
+ export declare function update(payload: UpdateRequest): RequestOptionsFactory<UpdateResponse>;