@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,2 @@
1
+ const wrapper = require('../proto-generated');
2
+ module.exports = {services: wrapper, requests: wrapper, responses: wrapper};
@@ -0,0 +1,36 @@
1
+ import { GetComponentSettingsRequest, GetComponentSettingsResponse, GetGlobalSettingsRequest, GetGlobalSettingsResponse, GetRequest, GetResponse, SetComponentSettingsRequest, SetComponentSettingsResponse, SetGlobalSettingsRequest, SetGlobalSettingsResponse, SetRequest, SetResponse, UpdateRequest, UpdateResponse, BulkGetComponentSettingsRequest, BulkGetComponentSettingsResponse, GetGlobalSettingsForMigrationRequest, GetGlobalSettingsForMigrationResponse, SetComponentSettingsForMigrationRequest, SetComponentSettingsForMigrationResponse, SetGlobalSettingsForMigrationRequest, SetGlobalSettingsForMigrationResponse } from './types.impl';
2
+ import * as wrapper from './proto/proto-generated';
3
+ declare const AppSettingsService: typeof wrapper.com.wix.fed.settings.AppSettingsService;
4
+ export declare type RequestOptions<T = any, U = any> = {
5
+ _?: T;
6
+ requestData: any;
7
+ serviceArtifactId: string;
8
+ serviceProtoClass: U;
9
+ methodName: string;
10
+ };
11
+ /** Set component settings by componentId */
12
+ export declare function setComponentSettings(payload: SetComponentSettingsRequest): RequestOptions<SetComponentSettingsResponse, typeof AppSettingsService>;
13
+ /** Set component settings by componentId */
14
+ export declare function setComponentSettingsForMigration(payload: SetComponentSettingsForMigrationRequest): RequestOptions<SetComponentSettingsForMigrationResponse, typeof AppSettingsService>;
15
+ /** Get component settings by componentId */
16
+ export declare function getComponentSettings(payload: GetComponentSettingsRequest): RequestOptions<GetComponentSettingsResponse, typeof AppSettingsService>;
17
+ /** Get component settings by componentId */
18
+ export declare function bulkGetComponentSettings(payload: BulkGetComponentSettingsRequest): RequestOptions<BulkGetComponentSettingsResponse, typeof AppSettingsService>;
19
+ /** Set global settings by instanceId (extracted from Authorization) */
20
+ export declare function setGlobalSettings(payload: SetGlobalSettingsRequest): RequestOptions<SetGlobalSettingsResponse, typeof AppSettingsService>;
21
+ /** Get global settings by instanceId (extracted from Authorization) */
22
+ export declare function getGlobalSettings(payload: GetGlobalSettingsRequest): RequestOptions<GetGlobalSettingsResponse, typeof AppSettingsService>;
23
+ /** Set global settings for migration */
24
+ export declare function setGlobalSettingsForMigration(payload: SetGlobalSettingsForMigrationRequest): RequestOptions<SetGlobalSettingsForMigrationResponse, typeof AppSettingsService>;
25
+ /** Get global settings for migration */
26
+ export declare function getGlobalSettingsForMigration(payload: GetGlobalSettingsForMigrationRequest): RequestOptions<GetGlobalSettingsForMigrationResponse, typeof AppSettingsService>;
27
+ /**
28
+ * retrieve settings for site. app and component-scoped settings ids can be provided.
29
+ * looks-up settings for one or both ids provided.
30
+ */
31
+ export declare function get(payload: GetRequest): RequestOptions<GetResponse, typeof AppSettingsService>;
32
+ /** store new snapshot of settings on server */
33
+ export declare function set(payload: SetRequest): RequestOptions<SetResponse, typeof AppSettingsService>;
34
+ /** create new snapshot of settings (patch) */
35
+ export declare function update(payload: UpdateRequest): RequestOptions<UpdateResponse, typeof AppSettingsService>;
36
+ export {};
@@ -0,0 +1,182 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ }) : (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ o[k2] = m[k];
8
+ }));
9
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
11
+ }) : function(o, v) {
12
+ o["default"] = v;
13
+ });
14
+ var __importStar = (this && this.__importStar) || function (mod) {
15
+ if (mod && mod.__esModule) return mod;
16
+ var result = {};
17
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
+ __setModuleDefault(result, mod);
19
+ return result;
20
+ };
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.update = exports.set = exports.get = exports.getGlobalSettingsForMigration = exports.setGlobalSettingsForMigration = exports.getGlobalSettings = exports.setGlobalSettings = exports.bulkGetComponentSettings = exports.getComponentSettings = exports.setComponentSettingsForMigration = exports.setComponentSettings = void 0;
23
+ var wrapper = __importStar(require("./proto/proto-generated"));
24
+ var AppSettingsService = wrapper.com.wix.fed.settings.AppSettingsService;
25
+ /** Set component settings by componentId */
26
+ function setComponentSettings(payload) {
27
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
28
+ var serviceProtoClass = AppSettingsService;
29
+ var methodName = 'setComponentSettings';
30
+ var requestData = payload;
31
+ return {
32
+ serviceProtoClass: serviceProtoClass,
33
+ serviceArtifactId: serviceArtifactId,
34
+ methodName: methodName,
35
+ requestData: requestData,
36
+ };
37
+ }
38
+ exports.setComponentSettings = setComponentSettings;
39
+ /** Set component settings by componentId */
40
+ function setComponentSettingsForMigration(payload) {
41
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
42
+ var serviceProtoClass = AppSettingsService;
43
+ var methodName = 'setComponentSettingsForMigration';
44
+ var requestData = payload;
45
+ return {
46
+ serviceProtoClass: serviceProtoClass,
47
+ serviceArtifactId: serviceArtifactId,
48
+ methodName: methodName,
49
+ requestData: requestData,
50
+ };
51
+ }
52
+ exports.setComponentSettingsForMigration = setComponentSettingsForMigration;
53
+ /** Get component settings by componentId */
54
+ function getComponentSettings(payload) {
55
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
56
+ var serviceProtoClass = AppSettingsService;
57
+ var methodName = 'getComponentSettings';
58
+ var requestData = payload;
59
+ return {
60
+ serviceProtoClass: serviceProtoClass,
61
+ serviceArtifactId: serviceArtifactId,
62
+ methodName: methodName,
63
+ requestData: requestData,
64
+ };
65
+ }
66
+ exports.getComponentSettings = getComponentSettings;
67
+ /** Get component settings by componentId */
68
+ function bulkGetComponentSettings(payload) {
69
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
70
+ var serviceProtoClass = AppSettingsService;
71
+ var methodName = 'bulkGetComponentSettings';
72
+ var requestData = payload;
73
+ return {
74
+ serviceProtoClass: serviceProtoClass,
75
+ serviceArtifactId: serviceArtifactId,
76
+ methodName: methodName,
77
+ requestData: requestData,
78
+ };
79
+ }
80
+ exports.bulkGetComponentSettings = bulkGetComponentSettings;
81
+ /** Set global settings by instanceId (extracted from Authorization) */
82
+ function setGlobalSettings(payload) {
83
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
84
+ var serviceProtoClass = AppSettingsService;
85
+ var methodName = 'setGlobalSettings';
86
+ var requestData = payload;
87
+ return {
88
+ serviceProtoClass: serviceProtoClass,
89
+ serviceArtifactId: serviceArtifactId,
90
+ methodName: methodName,
91
+ requestData: requestData,
92
+ };
93
+ }
94
+ exports.setGlobalSettings = setGlobalSettings;
95
+ /** Get global settings by instanceId (extracted from Authorization) */
96
+ function getGlobalSettings(payload) {
97
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
98
+ var serviceProtoClass = AppSettingsService;
99
+ var methodName = 'getGlobalSettings';
100
+ var requestData = payload;
101
+ return {
102
+ serviceProtoClass: serviceProtoClass,
103
+ serviceArtifactId: serviceArtifactId,
104
+ methodName: methodName,
105
+ requestData: requestData,
106
+ };
107
+ }
108
+ exports.getGlobalSettings = getGlobalSettings;
109
+ /** Set global settings for migration */
110
+ function setGlobalSettingsForMigration(payload) {
111
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
112
+ var serviceProtoClass = AppSettingsService;
113
+ var methodName = 'setGlobalSettingsForMigration';
114
+ var requestData = payload;
115
+ return {
116
+ serviceProtoClass: serviceProtoClass,
117
+ serviceArtifactId: serviceArtifactId,
118
+ methodName: methodName,
119
+ requestData: requestData,
120
+ };
121
+ }
122
+ exports.setGlobalSettingsForMigration = setGlobalSettingsForMigration;
123
+ /** Get global settings for migration */
124
+ function getGlobalSettingsForMigration(payload) {
125
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
126
+ var serviceProtoClass = AppSettingsService;
127
+ var methodName = 'getGlobalSettingsForMigration';
128
+ var requestData = payload;
129
+ return {
130
+ serviceProtoClass: serviceProtoClass,
131
+ serviceArtifactId: serviceArtifactId,
132
+ methodName: methodName,
133
+ requestData: requestData,
134
+ };
135
+ }
136
+ exports.getGlobalSettingsForMigration = getGlobalSettingsForMigration;
137
+ /**
138
+ * retrieve settings for site. app and component-scoped settings ids can be provided.
139
+ * looks-up settings for one or both ids provided.
140
+ */
141
+ function get(payload) {
142
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
143
+ var serviceProtoClass = AppSettingsService;
144
+ var methodName = 'get';
145
+ var requestData = payload;
146
+ return {
147
+ serviceProtoClass: serviceProtoClass,
148
+ serviceArtifactId: serviceArtifactId,
149
+ methodName: methodName,
150
+ requestData: requestData,
151
+ };
152
+ }
153
+ exports.get = get;
154
+ /** store new snapshot of settings on server */
155
+ function set(payload) {
156
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
157
+ var serviceProtoClass = AppSettingsService;
158
+ var methodName = 'set';
159
+ var requestData = payload;
160
+ return {
161
+ serviceProtoClass: serviceProtoClass,
162
+ serviceArtifactId: serviceArtifactId,
163
+ methodName: methodName,
164
+ requestData: requestData,
165
+ };
166
+ }
167
+ exports.set = set;
168
+ /** create new snapshot of settings (patch) */
169
+ function update(payload) {
170
+ var serviceArtifactId = 'com.wixpress.fed.app-settings-service';
171
+ var serviceProtoClass = AppSettingsService;
172
+ var methodName = 'update';
173
+ var requestData = payload;
174
+ return {
175
+ serviceProtoClass: serviceProtoClass,
176
+ serviceArtifactId: serviceArtifactId,
177
+ methodName: methodName,
178
+ requestData: requestData,
179
+ };
180
+ }
181
+ exports.update = update;
182
+ //# sourceMappingURL=rpc.impl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc.impl.js","sourceRoot":"","sources":["../../rpc.impl.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAwBA,+DAAmD;AAEnD,IAAM,kBAAkB,GAAG,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,kBAAkB,CAAC;AAU3E,4CAA4C;AAC5C,SAAgB,oBAAoB,CAClC,OAAoC;IAEpC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,sBAAsB,CAAC;IAClD,IAAM,WAAW,GAAgC,OAAO,CAAC;IACzD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,oDAaC;AAED,4CAA4C;AAC5C,SAAgB,gCAAgC,CAC9C,OAAgD;IAKhD,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,kCAAkC,CAAC;IAC9D,IAAM,WAAW,GAA4C,OAAO,CAAC;IACrE,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAhBD,4EAgBC;AAED,4CAA4C;AAC5C,SAAgB,oBAAoB,CAClC,OAAoC;IAEpC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,sBAAsB,CAAC;IAClD,IAAM,WAAW,GAAgC,OAAO,CAAC;IACzD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,oDAaC;AAED,4CAA4C;AAC5C,SAAgB,wBAAwB,CACtC,OAAwC;IAExC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,0BAA0B,CAAC;IACtD,IAAM,WAAW,GAAoC,OAAO,CAAC;IAC7D,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,4DAaC;AAED,uEAAuE;AACvE,SAAgB,iBAAiB,CAC/B,OAAiC;IAEjC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,mBAAmB,CAAC;IAC/C,IAAM,WAAW,GAA6B,OAAO,CAAC;IACtD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,8CAaC;AAED,uEAAuE;AACvE,SAAgB,iBAAiB,CAC/B,OAAiC;IAEjC,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,mBAAmB,CAAC;IAC/C,IAAM,WAAW,GAA6B,OAAO,CAAC;IACtD,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,8CAaC;AAED,wCAAwC;AACxC,SAAgB,6BAA6B,CAC3C,OAA6C;IAK7C,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,+BAA+B,CAAC;IAC3D,IAAM,WAAW,GAAyC,OAAO,CAAC;IAClE,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAhBD,sEAgBC;AAED,wCAAwC;AACxC,SAAgB,6BAA6B,CAC3C,OAA6C;IAK7C,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,+BAA+B,CAAC;IAC3D,IAAM,WAAW,GAAyC,OAAO,CAAC;IAClE,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAhBD,sEAgBC;AAED;;;GAGG;AACH,SAAgB,GAAG,CACjB,OAAmB;IAEnB,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,KAAK,CAAC;IACjC,IAAM,WAAW,GAAe,OAAO,CAAC;IACxC,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,kBAaC;AAED,+CAA+C;AAC/C,SAAgB,GAAG,CACjB,OAAmB;IAEnB,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,KAAK,CAAC;IACjC,IAAM,WAAW,GAAe,OAAO,CAAC;IACxC,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,kBAaC;AAED,8CAA8C;AAC9C,SAAgB,MAAM,CACpB,OAAsB;IAEtB,IAAM,iBAAiB,GAAW,uCAAuC,CAAC;IAC1E,IAAM,iBAAiB,GAA8B,kBAAkB,CAAC;IACxE,IAAM,UAAU,GAAW,QAAQ,CAAC;IACpC,IAAM,WAAW,GAAkB,OAAO,CAAC;IAC3C,OAAO;QACL,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,UAAU,YAAA;QACV,WAAW,aAAA;KACZ,CAAC;AACJ,CAAC;AAbD,wBAaC"}
@@ -0,0 +1,313 @@
1
+ export interface AppSettings {
2
+ /** The state of the component */
3
+ state?: State;
4
+ /** Where this data is relevant */
5
+ host?: Host;
6
+ /** The app global settings */
7
+ settings?: Record<string, any> | null;
8
+ /** Translatable textual assets - not using a collection because this type only the get flow (which should return a single value) */
9
+ translations?: Record<string, string>;
10
+ }
11
+ /** The state of the settings (Saved or Published) */
12
+ export declare enum State {
13
+ /** Not relevant */
14
+ NR = "NR",
15
+ SAVED = "SAVED",
16
+ PUBLISHED = "PUBLISHED"
17
+ }
18
+ /** The host in which the settings are displayed */
19
+ export declare enum Host {
20
+ NA = "NA",
21
+ VIEWER = "VIEWER",
22
+ BUSINESS_MANAGER = "BUSINESS_MANAGER",
23
+ ONE_APP = "ONE_APP"
24
+ }
25
+ export interface SetComponentSettingsRequest {
26
+ /** The component Id */
27
+ componentId: string | null;
28
+ /** The data we'd like to store for this component */
29
+ settings?: Record<string, any> | null;
30
+ /** The state to set in. ** THIS IS A DEPRECATED FIELD, PLEASE USE THE "states" FIELD ** */
31
+ state?: State;
32
+ /** Where this data is relevant */
33
+ host?: Host;
34
+ /** Translatable textual assets (pass empty key as default) */
35
+ translations?: TranslatedLanguage[];
36
+ /** The states to set in */
37
+ states?: State[];
38
+ }
39
+ /** The translated language that contains the key and its translations */
40
+ export interface TranslatedLanguage {
41
+ /** The key of the translations' language */
42
+ languageKey?: LanguageKey;
43
+ /** Key-value pair mapping of textual assets */
44
+ translations?: Record<string, string>;
45
+ }
46
+ /** The language key of the saved multilingual data */
47
+ export interface LanguageKey {
48
+ /** e.g. en */
49
+ languageCode?: string;
50
+ /** e.g. us */
51
+ regionCode?: string;
52
+ /** default: '' */
53
+ scriptVariant?: string;
54
+ }
55
+ export interface SetComponentSettingsResponse {
56
+ /** Echo of the component settings */
57
+ settings?: Record<string, any> | null;
58
+ /** Where this data is relevant */
59
+ host?: Host;
60
+ /** Translatable textual assets (pass empty key as default) */
61
+ translations?: TranslatedLanguage[];
62
+ /** The states this was set in */
63
+ states?: State[];
64
+ }
65
+ export interface SetComponentSettingsForMigrationRequest {
66
+ /** The component Id */
67
+ componentId?: string | null;
68
+ /** The data we'd like to store for this component */
69
+ settings?: Record<string, any> | null;
70
+ /** The state to set in. ** THIS IS A DEPRECATED FIELD, PLEASE USE THE "states" FIELD ** */
71
+ state?: State;
72
+ /** Where this data is relevant */
73
+ host?: Host;
74
+ /** Translatable textual assets (pass empty key as default) */
75
+ translations?: TranslatedLanguage[];
76
+ /** The states to set in */
77
+ states?: State[];
78
+ /** The appDefId for migration */
79
+ appDefId: string;
80
+ /** The instanceId for migration (msid) */
81
+ instanceId: string;
82
+ }
83
+ export interface SetComponentSettingsForMigrationResponse {
84
+ /** Echo of the component settings */
85
+ settings?: Record<string, any> | null;
86
+ /** Where this data is relevant */
87
+ host?: Host;
88
+ /** Translatable textual assets (pass empty key as default) */
89
+ translations?: TranslatedLanguage[];
90
+ /** The states this was set in */
91
+ states?: State[];
92
+ }
93
+ export interface GetComponentSettingsRequest {
94
+ /** The component we want data for. Component ids can be from the site or oneApp */
95
+ componentId: string | null;
96
+ /** The state of the component */
97
+ state?: State;
98
+ /** Where this data is relevant */
99
+ host?: Host;
100
+ /** The language key of the translation (allow filtering translations explicitly) */
101
+ languageKey?: LanguageKey;
102
+ /** Whether it is critical to get Global Settings as well */
103
+ includeGlobalSettings?: boolean;
104
+ }
105
+ export interface GetComponentSettingsResponse {
106
+ /** Component settings for the requested component id */
107
+ settings?: Record<string, any> | null;
108
+ /** The data state of the response */
109
+ state?: State;
110
+ /** Where this data is relevant */
111
+ host?: Host;
112
+ /** based on x-wix-language or fallback */
113
+ translations?: Record<string, string>;
114
+ /** Optional. The global app settings */
115
+ globalSettings?: AppSettings;
116
+ }
117
+ export interface BulkGetComponentSettingsRequest {
118
+ /** The component we want data for. Component ids can be from the site or oneApp */
119
+ componentIds?: string[];
120
+ /** The state of the component */
121
+ state?: State;
122
+ /** Where this data is relevant */
123
+ host?: Host;
124
+ /** The language key of the translation (allow filtering translations explicitly) */
125
+ languageKey?: LanguageKey;
126
+ }
127
+ export interface BulkGetComponentSettingsResponse {
128
+ componentSettings?: ComponentSettings[];
129
+ }
130
+ export interface ComponentSettings {
131
+ componentId?: string;
132
+ /** Component settings for the requested component id */
133
+ settings?: Record<string, any> | null;
134
+ /** The data state of the response */
135
+ state?: State;
136
+ /** Where this data is relevant */
137
+ host?: Host;
138
+ /** based on x-wix-language or fallback */
139
+ translations?: Record<string, string>;
140
+ }
141
+ export interface SetGlobalSettingsRequest {
142
+ /** The global settings for the app */
143
+ settings?: Record<string, any> | null;
144
+ /** Any components we would like to set */
145
+ componentSettings?: SetComponentSettingsItem[];
146
+ /** The state this is set in. ** THIS IS A DEPRECATED FIELD, PLEASE USE THE "states" FIELD ** */
147
+ state?: State;
148
+ /** Where this data is relevant */
149
+ host?: Host;
150
+ /** Translatable textual assets (pass empty key as default) */
151
+ translations?: TranslatedLanguage[];
152
+ /** The states this was set in */
153
+ states?: State[];
154
+ }
155
+ export interface SetComponentSettingsItem {
156
+ /** The state of the component */
157
+ state?: State;
158
+ /** Where this data is relevant */
159
+ host?: Host;
160
+ /** The component we want data for. Component ids can be from the site or oneApp */
161
+ componentId?: string | null;
162
+ /** The component settings */
163
+ settings?: Record<string, any> | null;
164
+ /** Translatable textual assets (pass empty key as default) */
165
+ translations?: TranslatedLanguage[];
166
+ }
167
+ export interface SetGlobalSettingsResponse {
168
+ /** The data we have not for the App */
169
+ settings?: Record<string, any> | null;
170
+ /** The data we have for the components */
171
+ componentSettings?: SetComponentSettingsItem[];
172
+ /** Where this data is relevant */
173
+ host?: Host;
174
+ /** Translatable textual assets (pass empty key as default) */
175
+ translations?: TranslatedLanguage[];
176
+ /** The states this was set in */
177
+ states?: State[];
178
+ }
179
+ export interface GetGlobalSettingsRequest {
180
+ /** The requested state, default is published */
181
+ state?: State;
182
+ /** Allow to filter by host to get only components for that host */
183
+ host?: Host;
184
+ /** If component settings data should also be returned */
185
+ includeComponentSettings?: boolean;
186
+ /** The language key of the translation (allow filtering translations explicitly) */
187
+ languageKey?: LanguageKey;
188
+ }
189
+ export interface GetGlobalSettingsResponse {
190
+ /** The state of the app */
191
+ state?: State;
192
+ /** Where this data is relevant */
193
+ host?: Host;
194
+ /** The global app settings */
195
+ settings?: Record<string, any> | null;
196
+ /** Optional. All components listed. may include components from the site or oneApp */
197
+ componentSettings?: GetComponentSettingsItem[];
198
+ /** based on x-wix-language or fallback */
199
+ translations?: Record<string, string>;
200
+ }
201
+ export interface GetComponentSettingsItem {
202
+ /** The state of the component */
203
+ state?: State;
204
+ /** Where this data is relevant */
205
+ host?: Host;
206
+ /** The component we want data for. Component ids can be from the site or oneApp */
207
+ componentId?: string | null;
208
+ /** The component settings */
209
+ settings?: Record<string, any> | null;
210
+ /** Translatable textual assets - not using a collection because this type only the get flow (which should return a single value) */
211
+ translations?: Record<string, string>;
212
+ }
213
+ export interface SetGlobalSettingsForMigrationRequest {
214
+ /** The global settings for the app */
215
+ settings?: Record<string, any> | null;
216
+ /** Any components we would like to set */
217
+ componentSettings?: SetComponentSettingsItem[];
218
+ /** The state this is set in. ** THIS IS A DEPRECATED FIELD, PLEASE USE THE "states" FIELD ** */
219
+ state?: State;
220
+ /** Where this data is relevant */
221
+ host?: Host;
222
+ /** Translatable textual assets (pass empty key as default) */
223
+ translations?: TranslatedLanguage[];
224
+ /** The states this was set in */
225
+ states?: State[];
226
+ /** The appDefId for migration */
227
+ appDefId: string;
228
+ /** The instanceId for migration (msid) */
229
+ instanceId: string;
230
+ }
231
+ export interface SetGlobalSettingsForMigrationResponse {
232
+ /** The data we have not for the App */
233
+ settings?: Record<string, any> | null;
234
+ /** The data we have for the components */
235
+ componentSettings?: SetComponentSettingsItem[];
236
+ /** Where this data is relevant */
237
+ host?: Host;
238
+ /** Translatable textual assets (pass empty key as default) */
239
+ translations?: TranslatedLanguage[];
240
+ /** The states this was set in */
241
+ states?: State[];
242
+ }
243
+ export interface GetGlobalSettingsForMigrationRequest {
244
+ /** The requested state, default is published */
245
+ state?: State;
246
+ /** Allow to filter by host to get only components for that host */
247
+ host?: Host;
248
+ /** If component settings data should also be returned */
249
+ includeComponentSettings?: boolean;
250
+ /** The language key of the translation (allow filtering translations explicitly) */
251
+ languageKey?: LanguageKey;
252
+ /** The appDefId for migration */
253
+ appDefId: string;
254
+ /** The instanceId for migration (msid) */
255
+ instanceId: string;
256
+ }
257
+ export interface GetGlobalSettingsForMigrationResponse {
258
+ /** The state of the app */
259
+ state?: State;
260
+ /** Where this data is relevant */
261
+ host?: Host;
262
+ /** The global app settings */
263
+ settings?: Record<string, any> | null;
264
+ /** Optional. All components listed. may include components from the site or oneApp */
265
+ componentSettings?: GetComponentSettingsItem[];
266
+ /** based on x-wix-language or fallback */
267
+ translations?: Record<string, string>;
268
+ }
269
+ export interface GetRequest {
270
+ /** id of app-scoped settings */
271
+ externalAppId?: string | null;
272
+ /** id of component-scoped settings */
273
+ externalComponentId?: string | null;
274
+ /** desired fields to retrieve on either GetResponse.app_settings or GetResponse.component_settings */
275
+ fields?: string[];
276
+ }
277
+ export interface GetResponse {
278
+ /** app-scoped settings; */
279
+ appSettings?: Record<string, any> | null;
280
+ /** component-scoped settings; */
281
+ componentSettings?: Record<string, any> | null;
282
+ }
283
+ export interface SetRequest {
284
+ /** id of settings snapshot */
285
+ externalId: string | null;
286
+ /** scope of settings to store */
287
+ scope: Scope;
288
+ /** settings themselves; */
289
+ data: Record<string, any> | null;
290
+ }
291
+ /** scope of settings when creating/updating; */
292
+ export declare enum Scope {
293
+ /** multiple instances of a tpa can share same settings; */
294
+ APP = "APP",
295
+ /** scoped to a single component of an app; */
296
+ COMPONENT = "COMPONENT"
297
+ }
298
+ export interface SetResponse {
299
+ }
300
+ export interface UpdateRequest {
301
+ /** id of settings snapshot */
302
+ externalId: string | null;
303
+ /** scope of settings to update */
304
+ scope: Scope;
305
+ /** changed fields in provided data */
306
+ fields: string[];
307
+ /** data itself */
308
+ data: Record<string, any> | null;
309
+ }
310
+ export interface UpdateResponse {
311
+ /** new if of stored settings snapshot */
312
+ newExternalId?: string | null;
313
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Scope = exports.Host = exports.State = void 0;
4
+ /** The state of the settings (Saved or Published) */
5
+ var State;
6
+ (function (State) {
7
+ /** Not relevant */
8
+ State["NR"] = "NR";
9
+ State["SAVED"] = "SAVED";
10
+ State["PUBLISHED"] = "PUBLISHED";
11
+ })(State = exports.State || (exports.State = {}));
12
+ /** The host in which the settings are displayed */
13
+ var Host;
14
+ (function (Host) {
15
+ Host["NA"] = "NA";
16
+ Host["VIEWER"] = "VIEWER";
17
+ Host["BUSINESS_MANAGER"] = "BUSINESS_MANAGER";
18
+ Host["ONE_APP"] = "ONE_APP";
19
+ })(Host = exports.Host || (exports.Host = {}));
20
+ /** scope of settings when creating/updating; */
21
+ var Scope;
22
+ (function (Scope) {
23
+ /** multiple instances of a tpa can share same settings; */
24
+ Scope["APP"] = "APP";
25
+ /** scoped to a single component of an app; */
26
+ Scope["COMPONENT"] = "COMPONENT";
27
+ })(Scope = exports.Scope || (exports.Scope = {}));
28
+ //# sourceMappingURL=types.impl.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.impl.js","sourceRoot":"","sources":["../../types.impl.ts"],"names":[],"mappings":";;;AAWA,qDAAqD;AACrD,IAAY,KAKX;AALD,WAAY,KAAK;IACf,mBAAmB;IACnB,kBAAS,CAAA;IACT,wBAAe,CAAA;IACf,gCAAuB,CAAA;AACzB,CAAC,EALW,KAAK,GAAL,aAAK,KAAL,aAAK,QAKhB;AAED,mDAAmD;AACnD,IAAY,IAKX;AALD,WAAY,IAAI;IACd,iBAAS,CAAA;IACT,yBAAiB,CAAA;IACjB,6CAAqC,CAAA;IACrC,2BAAmB,CAAA;AACrB,CAAC,EALW,IAAI,GAAJ,YAAI,KAAJ,YAAI,QAKf;AAoSD,gDAAgD;AAChD,IAAY,KAKX;AALD,WAAY,KAAK;IACf,2DAA2D;IAC3D,oBAAW,CAAA;IACX,8CAA8C;IAC9C,gCAAuB,CAAA;AACzB,CAAC,EALW,KAAK,GAAL,aAAK,KAAL,aAAK,QAKhB"}
@@ -0,0 +1,33 @@
1
+ import { AppSettings, GetComponentSettingsItem, GetComponentSettingsRequest, GetComponentSettingsResponse, GetGlobalSettingsRequest, GetGlobalSettingsResponse, GetRequest, GetResponse, Host, LanguageKey, Scope, SetComponentSettingsItem, SetComponentSettingsRequest, SetComponentSettingsResponse, SetGlobalSettingsRequest, SetGlobalSettingsResponse, SetRequest, SetResponse, State, TranslatedLanguage, UpdateRequest, UpdateResponse, BulkGetComponentSettingsRequest, BulkGetComponentSettingsResponse, ComponentSettings, GetGlobalSettingsForMigrationRequest, GetGlobalSettingsForMigrationResponse, SetComponentSettingsForMigrationRequest, SetComponentSettingsForMigrationResponse, SetGlobalSettingsForMigrationRequest, SetGlobalSettingsForMigrationResponse } from './types.impl';
2
+ export declare function aAppSettings(overrideObject?: Partial<AppSettings>): AppSettings;
3
+ export declare function aState(enumFirstItem?: State): State;
4
+ export declare function aHost(enumFirstItem?: Host): Host;
5
+ export declare function aSetComponentSettingsRequest(overrideObject?: Partial<SetComponentSettingsRequest>): SetComponentSettingsRequest;
6
+ export declare function aTranslatedLanguage(overrideObject?: Partial<TranslatedLanguage>): TranslatedLanguage;
7
+ export declare function aLanguageKey(overrideObject?: Partial<LanguageKey>): LanguageKey;
8
+ export declare function aSetComponentSettingsResponse(overrideObject?: Partial<SetComponentSettingsResponse>): SetComponentSettingsResponse;
9
+ export declare function aSetComponentSettingsForMigrationRequest(overrideObject?: Partial<SetComponentSettingsForMigrationRequest>): SetComponentSettingsForMigrationRequest;
10
+ export declare function aSetComponentSettingsForMigrationResponse(overrideObject?: Partial<SetComponentSettingsForMigrationResponse>): SetComponentSettingsForMigrationResponse;
11
+ export declare function aGetComponentSettingsRequest(overrideObject?: Partial<GetComponentSettingsRequest>): GetComponentSettingsRequest;
12
+ export declare function aGetComponentSettingsResponse(overrideObject?: Partial<GetComponentSettingsResponse>): GetComponentSettingsResponse;
13
+ export declare function aBulkGetComponentSettingsRequest(overrideObject?: Partial<BulkGetComponentSettingsRequest>): BulkGetComponentSettingsRequest;
14
+ export declare function aBulkGetComponentSettingsResponse(overrideObject?: Partial<BulkGetComponentSettingsResponse>): BulkGetComponentSettingsResponse;
15
+ export declare function aComponentSettings(overrideObject?: Partial<ComponentSettings>): ComponentSettings;
16
+ export declare function aSetGlobalSettingsRequest(overrideObject?: Partial<SetGlobalSettingsRequest>): SetGlobalSettingsRequest;
17
+ export declare function aSetComponentSettingsItem(overrideObject?: Partial<SetComponentSettingsItem>): SetComponentSettingsItem;
18
+ export declare function aSetGlobalSettingsResponse(overrideObject?: Partial<SetGlobalSettingsResponse>): SetGlobalSettingsResponse;
19
+ export declare function aGetGlobalSettingsRequest(overrideObject?: Partial<GetGlobalSettingsRequest>): GetGlobalSettingsRequest;
20
+ export declare function aGetGlobalSettingsResponse(overrideObject?: Partial<GetGlobalSettingsResponse>): GetGlobalSettingsResponse;
21
+ export declare function aGetComponentSettingsItem(overrideObject?: Partial<GetComponentSettingsItem>): GetComponentSettingsItem;
22
+ export declare function aSetGlobalSettingsForMigrationRequest(overrideObject?: Partial<SetGlobalSettingsForMigrationRequest>): SetGlobalSettingsForMigrationRequest;
23
+ export declare function aSetGlobalSettingsForMigrationResponse(overrideObject?: Partial<SetGlobalSettingsForMigrationResponse>): SetGlobalSettingsForMigrationResponse;
24
+ export declare function aGetGlobalSettingsForMigrationRequest(overrideObject?: Partial<GetGlobalSettingsForMigrationRequest>): GetGlobalSettingsForMigrationRequest;
25
+ export declare function aGetGlobalSettingsForMigrationResponse(overrideObject?: Partial<GetGlobalSettingsForMigrationResponse>): GetGlobalSettingsForMigrationResponse;
26
+ export declare function aGetRequest(overrideObject?: Partial<GetRequest>): GetRequest;
27
+ export declare function aGetResponse(overrideObject?: Partial<GetResponse>): GetResponse;
28
+ export declare function aSetRequest(overrideObject?: Partial<SetRequest>): SetRequest;
29
+ export declare function aScope(enumFirstItem?: Scope): Scope;
30
+ export declare function aSetResponse(overrideObject?: Partial<SetResponse>): SetResponse;
31
+ export declare function aUpdateRequest(overrideObject?: Partial<UpdateRequest>): UpdateRequest;
32
+ export declare function aUpdateResponse(overrideObject?: Partial<UpdateResponse>): UpdateResponse;
33
+ export * from '@wix/metro-common-builders';