@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,2407 @@
1
+ /** @typedef {string} Url */
2
+ export interface Url extends String {
3
+ }
4
+
5
+ /** @typedef {string} GUID */
6
+ export interface GUID extends String {
7
+ }
8
+
9
+ /** @typedef {number} DateTime */
10
+ export interface DateTime extends Number {
11
+ }
12
+
13
+ /**
14
+ * @template {Object} T
15
+ * @typedef {Object} LogObject<T>
16
+ * @property {number} evid - Event ID
17
+ * @property {string} endpoint - Endpoint name
18
+ * @property {number} src - Source ID
19
+ * @property {T} params - Event parameters
20
+ */
21
+ export interface LogObject<T> {
22
+ evid: number;
23
+ endpoint: string;
24
+ src: number;
25
+ params: T;
26
+ }
27
+
28
+ export type componentDismissedParams = {
29
+ // Artifact that owns the component
30
+ artifactId?: string;
31
+ cairoVersion?: string;
32
+ // (Optional) Component name, if there are two components of the same type per artifact
33
+ componentName?: string;
34
+ // Picker Modal / Picker Dropdown
35
+ componentType?: string;
36
+ csid?: GUID;
37
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
38
+ domain?: string;
39
+ // X button/Cancel button
40
+ origin?: string;
41
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
42
+ product?: string;
43
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
44
+ resource?: string;
45
+ };
46
+ export type loadMoreParams = {
47
+ // Artifact that owns the component
48
+ artifactId?: string;
49
+ cairoVersion?: string;
50
+ // Component name, if there are two components of the same type per artifact
51
+ componentName?: string;
52
+ // Picker Standalone/Picker Modal/Table/Cards
53
+ componentType?: string;
54
+ csid?: GUID;
55
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
56
+ currentFilters?: string;
57
+ // Which column is currently used to sort the list: {"columnName": "asc"/"desc"}. Relevant for Table and Cards.
58
+ currentSortOrder?: string;
59
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
60
+ currentTab?: string;
61
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
62
+ currentView?: string;
63
+ // Optional domain name from FQDN (crm, stores, etc.)
64
+ domain?: string;
65
+ // How many items are to be presented (filtered)
66
+ filteredListSize?: number;
67
+ // How many new items were loaded in this action
68
+ loadedItems?: number;
69
+ // Component loading time in ms
70
+ loadingTime?: number;
71
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
72
+ product?: string;
73
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
74
+ resource?: string;
75
+ };
76
+ export type cairoDragItemEndDropParams = {
77
+ // Artifact that owns the component
78
+ artifactId?: string;
79
+ // cairo version
80
+ cairoVersion?: string;
81
+ // (Optional) Component name, if there are two components of the same type per artifact
82
+ componentName?: string;
83
+ // Picker Standalone/Picker Modal/Table/Cards
84
+ componentType?: string;
85
+ csid?: GUID;
86
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
87
+ currentFilters?: string;
88
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
89
+ currentSortOrder?: string;
90
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
91
+ currentTab?: string;
92
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
93
+ currentView?: string;
94
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
95
+ domain?: string;
96
+ // A "couple" identifier , match between drag action and its drop action
97
+ dragAndDropID?: GUID;
98
+ // duration in ms from starting to drag the item untill the action has ended
99
+ duration?: number;
100
+ // (happy flow+ ticket 529) how did the "drag action" end? Will get one of the following:
101
+ // "drop succeeded" = the item has been dropped inside the collection
102
+ // "drop back" = the item has been dropped to it's original index (itemIndexBefore=itenIndexAfter)
103
+ // "drop outside" = the item has been dropped outside the collection (itemIndexBefore=itenIndexAfter)
104
+ // "clicked ESC" = the user clicked on the ESC button and the action was cancelled. "drag disabled" = the user tried to drag an item when the this feature is disabled. If the action was cancelled due to external-to-Cairo logic- event 144:140 will be sent instead.
105
+ endType?: string;
106
+ // How many items are to be presented (filtered)
107
+ filteredListSize?: number;
108
+ // Initial number of items loaded (before scroll and autoload)
109
+ initialItems?: number;
110
+ // Is the item dragged from the handle area?
111
+ isFromHandle?: boolean;
112
+ // Did the user try to drag the item from a list of search results (relate to ticket 521).
113
+ isFromSearch?: boolean;
114
+ // ID of the item that the user tries to drag
115
+ itemId?: string;
116
+ // Out of the list of results, what is the new index of the dragged item (after dragging). ** filteredListSize = X --> (1 <= itemIndexAfter <= X) **when endType <> drop succeeded --> itemIndexAfter = itemIndexBefore
117
+ itemIndexAfter?: number;
118
+ // Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
119
+ itemIndexBefore?: number;
120
+ // (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
121
+ numItemsBefore?: number;
122
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
123
+ product?: string;
124
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
125
+ resource?: string;
126
+ // What did the user search? isFromSearch = FALSE --> searchQuery = null (relate to ticket 521).
127
+ searchQuery?: string;
128
+ };
129
+ export type pickerPickerOpenButtonParams = {
130
+ // Any picker button option (render/hover/click)
131
+ action?: string;
132
+ // Artifact that owns the component
133
+ artifactId?: string;
134
+ cairoVersion?: string;
135
+ // Optional in case having 2 pickers under the same artifact
136
+ componentName?: string;
137
+ componentType?: string;
138
+ csid?: GUID;
139
+ // Optional domain name from FDQN (CRM, Store, etc.)
140
+ domain?: string;
141
+ // How many items are to presented (filtered)
142
+ filteredListSize?: number;
143
+ // Initial number of items loaded (before scroll and autoload)
144
+ initialItems?: number;
145
+ // How many items exist (full list)
146
+ listSize?: number;
147
+ // Max items to select in picker
148
+ maxItems?: number;
149
+ // Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
150
+ product?: string;
151
+ // Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
152
+ resource?: string;
153
+ // standalone/modal
154
+ type?: string;
155
+ };
156
+ export type cairoDiscardChangesBeforeApplyParams = {
157
+ // Artifact that owns the component
158
+ artifactId?: string;
159
+ // Cairo version
160
+ cairoVersion?: string;
161
+ // (Optional) Component name, if there are two components of the same type per artifact
162
+ componentName?: string;
163
+ // Table/Cards / Picker
164
+ componentType?: string;
165
+ // Cairo session ID
166
+ csid?: GUID;
167
+ // (Optional, relevant for Filters) Json field: The state of feature, if the user would have clicked on the apply button. [{"fieldName": "FIELD_NAME1", "field_value": "VALUE1"}] (for filters -all the filters will appear in this list, filters that not active will get NULL in the filters' value)
168
+ currentStatus?: string;
169
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
170
+ domain?: string;
171
+ // Filters / Drag and Drop
172
+ feature?: string;
173
+ // (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
174
+ numActiveFields?: number;
175
+ // (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
176
+ numOfActions?: number;
177
+ // (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
178
+ numOptionalFields?: number;
179
+ // Feature's Side Panel / Table Toolbar
180
+ origin?: string;
181
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
182
+ product?: string;
183
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
184
+ resource?: string;
185
+ };
186
+ export type cairoItemSelectionToggledParams = {
187
+ // Artifact that owns the component
188
+ artifactId?: string;
189
+ cairoVersion?: string;
190
+ // The click purpose : "Selection" / "Deselection"
191
+ clickType?: string;
192
+ // (Optional) Component name, if there are two components of the same type per artifact
193
+ componentName?: string;
194
+ // Picker Standalone/Picker Modal/ Picker Dropdown /Table/Cards
195
+ componentType?: string;
196
+ csid?: GUID;
197
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
198
+ currentFilters?: string;
199
+ // What is the hierarchy level (or step) of the selected item? (out of numLevels)
200
+ currentLevel?: number;
201
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
202
+ currentSortOrder?: string;
203
+ // What is the step (or hierarchy level) of the selected item?
204
+ currentStep?: string;
205
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
206
+ currentTab?: string;
207
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
208
+ currentView?: string;
209
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
210
+ domain?: string;
211
+ // How many items are to be presented (filtered)
212
+ filteredListSize?: number;
213
+ // Initial number of items loaded (before scroll and autoload)
214
+ initialItems?: number;
215
+ // Is the item selected from a list of search results
216
+ isFromSearch?: boolean;
217
+ // Did the user click the "Select All" check box (will get "true" regardless the label attached to the check box: "Select All" or "Deselect All").
218
+ isSelectAll?: boolean;
219
+ // ID of item that is checked/unchecked (isSelectAll = TRUE --> itemId = "All")
220
+ itemId?: string;
221
+ // Out of the list of results, what is the index of the clicked item.
222
+ // ** isSelectAll = TRUE --> itemIndex = 0
223
+ itemIndex?: number;
224
+ // Location: Table List Header (for using the checkbox) /
225
+ // Table Bulk Toolbar (for using the CTA)(new from Dec 2022)
226
+ location?: string;
227
+ // (Optional) Max number of items that can be selected. null if there's no limit.
228
+ maxItems?: number;
229
+ // How many items have been selected after user clicks items.
230
+ numItemsAfter?: number;
231
+ // How many items have been selected before user clicks items
232
+ numItemsBefore?: number;
233
+ // How many levels (or steps) exist in the selected item's hierarchy?
234
+ numLevels?: number;
235
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
236
+ product?: string;
237
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
238
+ resource?: string;
239
+ // What did the user search?
240
+ searchQuery?: string;
241
+ // The time from user selection until he gets feedback and sees his item(s) checked as selected, in ms (new from Dec 2022)
242
+ timeFromAction?: number;
243
+ };
244
+ export type pickerEndLoadParams = {
245
+ // Artifact that owns the component
246
+ artifactId?: string;
247
+ cairoVersion?: string;
248
+ // Optional in case having 2 pickers under the same artifact
249
+ componentName?: string;
250
+ componentType?: string;
251
+ csid?: GUID;
252
+ // Optional domain name from FDQN (CRM, Store, etc.)
253
+ domain?: string;
254
+ // How many items are to presented (filtered)
255
+ filteredListSize?: number;
256
+ // Initial number of items loaded (before scroll and autoload)
257
+ initialItems?: number;
258
+ // How many items exist (full list)
259
+ listSize?: number;
260
+ // ms
261
+ loadingTime?: number;
262
+ // Max items to select in picker
263
+ maxItems?: number;
264
+ // Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
265
+ product?: string;
266
+ // Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
267
+ resource?: string;
268
+ // standalone/modal
269
+ type?: string;
270
+ };
271
+ export type cairoNestedTableCollapseAndExpandParams = {
272
+ // Artifact that owns the component
273
+ artifactId?: string;
274
+ // cairo version
275
+ cairoVersion?: string;
276
+ // The click purpose : "Collapse" / "Expand"
277
+ clickType?: string;
278
+ // (Optional) Component name, if there are two components of the same type per artifact
279
+ componentName?: string;
280
+ // Picker Standalone/Picker Modal/ Picker Dropdown /Table/Cards
281
+ componentType?: string;
282
+ // The value the user see as the count of this item. If "Is select all"= true, then Null
283
+ countItems?: number;
284
+ // Cairo session id
285
+ csid?: GUID;
286
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
287
+ currentFilters?: string;
288
+ // What is the hierarchy level (or step) of the clicked item? (out of numLevels). If "Is select all"= true, then Null
289
+ currentLevel?: number;
290
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
291
+ currentSortOrder?: string;
292
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
293
+ currentTab?: string;
294
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
295
+ currentView?: string;
296
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
297
+ domain?: string;
298
+ // How many items are to be presented (filtered)
299
+ filteredListSize?: number;
300
+ // Is the item selected from a list of search results
301
+ isFromSearch?: boolean;
302
+ // True if the user chose to collapse / expand all categories simultaneously
303
+ isSelectAll?: boolean;
304
+ // ID of the clicked item .If "Is select all"= true, then Null
305
+ itemId?: string;
306
+ // Out of the list of results, what is the index of the clicked item .If "Is select all"= true, then Null
307
+ itemIndex?: number;
308
+ // How many levels (or steps) exist in the selected item's hierarchy?
309
+ numLevels?: number;
310
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
311
+ product?: string;
312
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
313
+ resource?: string;
314
+ // What did the user search?
315
+ searchQuery?: string;
316
+ };
317
+ export type loadEndParams = {
318
+ // Artifact that owns the component
319
+ artifactId?: string;
320
+ cairoVersion?: string;
321
+ // (Optional) Component name, if there are two components of the same type per artifact
322
+ componentName?: string;
323
+ // for CustomFieldsWidget component: expanded /collapsed. for table-grid switch components: table layout / grid layout. for nested table :All items collapsed / expanded. Null otherwise
324
+ componentStatus?: string;
325
+ // Picker Standalone/Picker Modal/ Picker Dropdown/ Table/Cards
326
+ componentType?: string;
327
+ csid?: GUID;
328
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
329
+ currentFilters?: string;
330
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
331
+ currentSortOrder?: string;
332
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
333
+ currentTab?: string;
334
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
335
+ currentView?: string;
336
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
337
+ domain?: string;
338
+ // How many items are to be presented (filtered)
339
+ filteredListSize?: number;
340
+ // Initial number of items loaded (before scroll and autoload)
341
+ initialItems?: number;
342
+ // Is under bo.wix.com (new from 03/2023)
343
+ isInternalPage?: boolean;
344
+ // How many items exist (full list, unfiltered). Relevant for Picker.
345
+ listSize?: number;
346
+ // Component loading time in ms
347
+ loadingTime?: number;
348
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
349
+ product?: string;
350
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
351
+ resource?: string;
352
+ // The page's url (new from 03/2023)
353
+ url?: Url;
354
+ };
355
+ export type cairoTagsAddDeleteTagParams = {
356
+ // Add / Delete / Rename
357
+ actionName?: string;
358
+ // Artifact that owns the component
359
+ artifactId?: string;
360
+ // Cairo version
361
+ cairoVersion?: string;
362
+ // (Optional) Page name, if there are two pages of the same type per artifact
363
+ componentName?: string;
364
+ // Component type
365
+ componentType?: string;
366
+ // Cairo session ID
367
+ csid?: GUID;
368
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
369
+ domain?: string;
370
+ // Is the action made from a list of tags search results?
371
+ isFromSearch?: boolean;
372
+ // How many tags are in the modal after this action?
373
+ numTags?: number;
374
+ // Where did the user make the action from? Tags Modal /
375
+ origin?: string;
376
+ // (Relevant only for action name=Rename) The tag's name, before the change
377
+ previousName?: string;
378
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
379
+ product?: string;
380
+ // resource
381
+ resource?: string;
382
+ // The name of the removed/added tag, or the new tag's name - incase of rename tag
383
+ tagName?: string;
384
+ };
385
+ export type cairoExportProcessStartParams = {
386
+ // Artifact that owns the component
387
+ artifactId?: string;
388
+ cairoVersion?: string;
389
+ // (Optional) Component name, if there are two components of the same type per artifact
390
+ componentName?: string;
391
+ // Table
392
+ componentType?: string;
393
+ csid?: GUID;
394
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
395
+ domain?: string;
396
+ // A unique ID that will help join all events related to a specific export process
397
+ exportId?: string;
398
+ // How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
399
+ numItems?: number;
400
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
401
+ product?: string;
402
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
403
+ resource?: string;
404
+ // What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
405
+ selectedExportType?: string;
406
+ // Does the vertical using Cairo support total number of items in list
407
+ supportsTotal?: boolean;
408
+ // Which try is this; if try > 1, this is a retry
409
+ try?: number;
410
+ };
411
+ export type cairoExportFailedModalCtaClickedParams = {
412
+ // Artifact that owns the component
413
+ artifactId?: string;
414
+ cairoVersion?: string;
415
+ // (Optional) Component name, if there are two components of the same type per artifact
416
+ componentName?: string;
417
+ // Table
418
+ componentType?: string;
419
+ csid?: GUID;
420
+ // Which CTA did the user click in the Export Failed modal: "Cancel"/"X Button" (export is cancelled) OR "Try Again" (export process restarts) OR "learn more" (user is led to contact support)
421
+ ctaName?: string;
422
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
423
+ domain?: string;
424
+ // A unique ID that will help join all events related to a specific export process
425
+ exportId?: string;
426
+ // How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
427
+ numItems?: number;
428
+ // How many items were exported before the export failed.
429
+ numItemsExported?: number;
430
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
431
+ product?: string;
432
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
433
+ resource?: string;
434
+ // What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
435
+ selectedExportType?: string;
436
+ // Does the vertical using Cairo support total number of items in list
437
+ supportsTotal?: boolean;
438
+ // Which try is this; if try > 1, this is a retry
439
+ try?: number;
440
+ };
441
+ export type cairoSearchViewInViewsParams = {
442
+ // Artifact that owns the component
443
+ artifactId?: string;
444
+ // Cairo version
445
+ cairoVersion?: string;
446
+ // (Optional) Component name, if there are two components of the same type per artifact
447
+ componentName?: string;
448
+ // Picker Standalone/Picker Modal/Table/Cards
449
+ componentType?: string;
450
+ csid?: GUID;
451
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
452
+ domain?: string;
453
+ // How did the search action end? "View selected"- the user chose one of the search results, "Search dismissed"- the user cancel the search by any other action. When the "end Type" is "view selected" but "search term" is null= then the user typed and searched, deleted his term and then manually selected a view from his views (not from search results).
454
+ endType?: string;
455
+ // Out of searchResultsCnt - how many results are from type of "categories"?
456
+ numCategoriesInResults?: number;
457
+ // The distinct views IDs the users has when he searches a view
458
+ numViews?: number;
459
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
460
+ product?: string;
461
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
462
+ resource?: string;
463
+ // How many results appeared for the search query. numSearchReults = 0 --> user saw empty state. This count includes "views" and "categories" results.
464
+ searchResultsCnt?: number;
465
+ // What did the user search? "" if removed search term.
466
+ searchTerm?: string;
467
+ };
468
+ export type pickerStartLoadParams = {
469
+ // Artifact that owns the component
470
+ artifactId?: string;
471
+ cairoVersion?: string;
472
+ // Optional in case having 2 pickers under the same artifact
473
+ componentName?: string;
474
+ componentType?: string;
475
+ csid?: GUID;
476
+ // Optional domain name from FDQN (CRM, Store, etc.)
477
+ domain?: string;
478
+ // How many items are to presented (filtered)
479
+ filteredListSize?: number;
480
+ // Initial number of items loaded (before scroll and autoload)
481
+ initialItems?: number;
482
+ // How many items exist (full list)
483
+ listSize?: number;
484
+ // Max items to select in picker
485
+ maxItems?: number;
486
+ // Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
487
+ product?: string;
488
+ // Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
489
+ resource?: string;
490
+ // standalone/modal
491
+ type?: string;
492
+ };
493
+ export type loadStartParams = {
494
+ // Json field :({featureName: boolean}) (new from 06/2023), for features that don't suppose to impact performance
495
+ additionalFeaturesAvailability?: string;
496
+ // Artifact that owns the component
497
+ artifactId?: string;
498
+ // cairo version
499
+ cairoVersion?: string;
500
+ // (Optional) Component name, if there are two components of the same type per artifact
501
+ componentName?: string;
502
+ // Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
503
+ componentType?: string;
504
+ csid?: GUID;
505
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
506
+ currentFilters?: string;
507
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
508
+ currentSortOrder?: string;
509
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
510
+ currentTab?: string;
511
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
512
+ currentView?: string;
513
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
514
+ domain?: string;
515
+ // Json field :({featureName: boolean}) (new from 03/2023)
516
+ featuresAvailability?: string;
517
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
518
+ product?: string;
519
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
520
+ resource?: string;
521
+ // The page's url (new from 03/2023)
522
+ url?: Url;
523
+ };
524
+ export type pikachuItemCategorySelectedParams = {
525
+ // Artifact that owns the component
526
+ artifactId?: string;
527
+ cairoVersion?: string;
528
+ // (Optional) Component name, if there are two components of the same type per artifact
529
+ componentName?: string;
530
+ componentType?: string;
531
+ csid?: GUID;
532
+ // Optional domain name from FQDN (CRM, Store, etc.)
533
+ domain?: string;
534
+ // Which type of item would we like to pick: 'Collection'/'Product'/'Service'/'Coupon'/'Standalone form'/'Invoice'/'Price quote'
535
+ itemCategory?: string;
536
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
537
+ product?: string;
538
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
539
+ resource?: string;
540
+ };
541
+ export type cairoExportCtaClickedParams = {
542
+ // Artifact that owns the component
543
+ artifactId?: string;
544
+ // A list of all of the available export types, along with the number of items that would be exported using each of the options. E.g. {"All Items": 100, "Filtered Items": 80, "Selected Items": 10}
545
+ availableExportTypes?: string;
546
+ cairoVersion?: string;
547
+ // (Optional) Component name, if there are two components of the same type per artifact
548
+ componentName?: string;
549
+ // Table
550
+ componentType?: string;
551
+ csid?: GUID;
552
+ // What type of export is automatically selected when the user clicks the export CTA: "All Items"/"Filtered Items"/"Selected Items"
553
+ defaultExportType?: string;
554
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
555
+ domain?: string;
556
+ // A unique ID that will help join all events related to a specific export process
557
+ exportId?: string;
558
+ // How many items are currently presented to user (filtered)
559
+ filteredListSize?: number;
560
+ // How many items does the user wish to export
561
+ numSelectedItems?: number;
562
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
563
+ product?: string;
564
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
565
+ resource?: string;
566
+ };
567
+ export type cairoCancelExportModalCtaClickedParams = {
568
+ // Artifact that owns the component
569
+ artifactId?: string;
570
+ cairoVersion?: string;
571
+ // (Optional) Component name, if there are two components of the same type per artifact
572
+ componentName?: string;
573
+ // Table
574
+ componentType?: string;
575
+ csid?: GUID;
576
+ // Which CTA did the user click in the Cancel Export modal: "Cancel Export"/"Go Back"/"X Button" (modalType = "Export") OR "Cancel"/"Leave" (modalType = "Browser")
577
+ ctaName?: string;
578
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
579
+ domain?: string;
580
+ // How much time (in ms) did it take since the export process began
581
+ duration?: number;
582
+ // A unique ID that will help join all events related to a specific export process
583
+ exportId?: string;
584
+ // Did the user try to close the tab ("Browser") or cancel the export ("Export")
585
+ modalType?: string;
586
+ // How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
587
+ numItems?: number;
588
+ // How many items were exported before the user tried to cancel the export
589
+ numItemsExported?: number;
590
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
591
+ product?: string;
592
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
593
+ resource?: string;
594
+ // What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
595
+ selectedExportType?: string;
596
+ // Does the vertical using Cairo support total number of items in list
597
+ supportsTotal?: boolean;
598
+ // Which try is this; if try > 1, this is a retry
599
+ try?: number;
600
+ };
601
+ export type cairoPageDiscardChangesBeforeSaveParams = {
602
+ // Artifact that owns the component
603
+ artifactId?: string;
604
+ // Cairo version
605
+ cairoVersion?: string;
606
+ // (Optional) Component name, if there are two components of the same type per artifact
607
+ componentName?: string;
608
+ // Table/Cards / Picker
609
+ componentType?: string;
610
+ // Cairo session ID
611
+ csid?: GUID;
612
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
613
+ domain?: string;
614
+ // Number of changed fields that their changes can be lost
615
+ numOfActions?: number;
616
+ // How many fields are there that can be change in this page?
617
+ numOfFields?: number;
618
+ // Cancel CTA / Breadcrumbs / Back button / Navigation
619
+ origin?: string;
620
+ // Entity /
621
+ pageType?: string;
622
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
623
+ product?: string;
624
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
625
+ resource?: string;
626
+ };
627
+ export type cairoFileDownloadToastDownloadButtonClickedParams = {
628
+ // Artifact that owns the component
629
+ artifactId?: string;
630
+ cairoVersion?: string;
631
+ // (Optional) Component name, if there are two components of the same type per artifact
632
+ componentName?: string;
633
+ // Table
634
+ componentType?: string;
635
+ csid?: GUID;
636
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
637
+ domain?: string;
638
+ // How much time (in ms) was the notification displayed before the button was clicked
639
+ duration?: number;
640
+ // A unique ID that will help join all events related to a specific export process
641
+ exportId?: string;
642
+ // What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
643
+ exportType?: string;
644
+ // How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
645
+ numSelectedItems?: number;
646
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
647
+ product?: string;
648
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
649
+ resource?: string;
650
+ };
651
+ export type cairoTabSelectedParams = {
652
+ // Artifact that owns the component
653
+ artifactId?: string;
654
+ cairoVersion?: string;
655
+ // (Optional) Component name, if there are two components of the same type per artifact
656
+ componentName?: string;
657
+ // Table/Cards
658
+ componentType?: string;
659
+ csid?: GUID;
660
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
661
+ domain?: string;
662
+ // How many items are currently presented to user, after new tab selection
663
+ filteredListSize?: number;
664
+ // TRUE if "All" tab is displayed for this component; FALSE otherwise
665
+ hasAllTab?: boolean;
666
+ // Name of the newly selected tab
667
+ newTabId?: string;
668
+ // Index of the newly selected tab. 1 <= newTabIndex <= numTabs.
669
+ newTabIndex?: number;
670
+ // How many tabs are dispalyed to the user
671
+ numTabs?: number;
672
+ // (Optional) Name of the previous tab that the user had selected. null if no tab was selected.
673
+ prevTabId?: string;
674
+ // (Optional) Index of the previous tab that the user had selected. 1 <= prevTabIndex <= numTabs; null if no tab was selected.
675
+ prevTabIndex?: number;
676
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
677
+ product?: string;
678
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
679
+ resource?: string;
680
+ };
681
+ export type cairoViewsUnsuccessfulUpdateInServerParams = {
682
+ // "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
683
+ actionName?: string;
684
+ // Artifact that owns the component
685
+ artifactId?: string;
686
+ // cairo version
687
+ cairoVersion?: string;
688
+ // (Optional) Component name, if there are two components of the same type per artifact
689
+ componentName?: string;
690
+ // Picker Standalone/Picker Modal/Table/Cards
691
+ componentType?: string;
692
+ csid?: GUID;
693
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
694
+ currentFilters?: string;
695
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
696
+ currentTab?: string;
697
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
698
+ currentView?: string;
699
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
700
+ domain?: string;
701
+ // What is the type of the error? "Update failed" = updates has failed in the server, "Window closed" = the user clicked the X button to close the window before the server finished the update, "Left page"= the user try navigate to another page before the server finished the update
702
+ errorType?: string;
703
+ // How many items are to be presented (filtered)
704
+ filteredListSize?: number;
705
+ // How many items were presented (filtered) to the user when he made the failed action?
706
+ filteredListSizeShown?: number;
707
+ // A list of filters that were displayed to user when he made the failed action: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
708
+ filtersApplied?: string;
709
+ // Was the failed action made on a search results?
710
+ isFromSearch?: boolean;
711
+ // number of updates in the sequence that follow the failed action
712
+ numOfWaitingUpdates?: number;
713
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
714
+ product?: string;
715
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
716
+ resource?: string;
717
+ // (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
718
+ searchQuery?: string;
719
+ // duration in ms from the end of the failed action until the error indication
720
+ timeFromEndAction?: number;
721
+ // Which view was the failed action made on. Relevant for Table and Cards.
722
+ viewId?: string;
723
+ };
724
+ export type cairoModalCtaClickedParams = {
725
+ // Artifact that owns the component
726
+ artifactId?: string;
727
+ // cairo version
728
+ cairoVersion?: string;
729
+ // (Optional) Component name, if there are two components of the same type per artifact
730
+ componentName?: string;
731
+ // Picker Standalone/Picker Modal/Table/Cards
732
+ componentType?: string;
733
+ // Cairo session id
734
+ csid?: GUID;
735
+ // The CTA name the user chose to do in the modal (for example: save, cancel, archive etc.). English only, not localized
736
+ ctaName?: string;
737
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
738
+ domain?: string;
739
+ // The CTA name, localized
740
+ localizedCtaName?: string;
741
+ // The modal's title (Archive custom field, etc.)
742
+ modalName?: string;
743
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
744
+ product?: string;
745
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
746
+ resource?: string;
747
+ };
748
+ export type cairoAllFiltersClearedParams = {
749
+ // Artifact that owns the component
750
+ artifactId?: string;
751
+ cairoVersion?: string;
752
+ // (Optional) Component name, if there are two components of the same type per artifact
753
+ componentName?: string;
754
+ // Table/Cards
755
+ componentType?: string;
756
+ csid?: GUID;
757
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
758
+ domain?: string;
759
+ // Comma separated list of filter names that have been cleared
760
+ filterNames?: string;
761
+ // How many items were presented to user, before all of the filters were cleared
762
+ filteredListSize?: number;
763
+ // How many filters have been cleared
764
+ numFiltersCleared?: number;
765
+ // "sidebar"/"toolbar"
766
+ origin?: string;
767
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
768
+ product?: string;
769
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
770
+ resource?: string;
771
+ };
772
+ export type cairoCtaClickedParams = {
773
+ // Artifact that owns the component
774
+ artifactId?: string;
775
+ cairoVersion?: string;
776
+ // (Optional) Component name, if there are two components of the same type per artifact
777
+ componentName?: string;
778
+ // Picker Standalone/Picker Modal/Table/Cards
779
+ componentType?: string;
780
+ // cairo sessionId
781
+ csid?: GUID;
782
+ // 1 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the specific location
783
+ ctaIndex?: number;
784
+ // "Continue"/"Delete"/"Save"/"Accept"/"Edit"... (in English, not localized)
785
+ ctaName?: string;
786
+ // What is the hierarchy level (or step) of the selected item? (out of numLevels)
787
+ currentLevel?: number;
788
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
789
+ domain?: string;
790
+ // How many items are to be presented (filtered)
791
+ filteredListSize?: number;
792
+ // Are all items in the list selected. numItems = filteredListSize ==> isSelectAll = TRUE
793
+ isSelectAll?: boolean;
794
+ // ID of the item that the user clicked on its CTA
795
+ itemId?: string;
796
+ // Out of the list of items, what is the index of the clicked item . ** filteredListSize = X --> (1 <= itemIndex <= X)
797
+ itemIndex?: number;
798
+ // The CTA name, localized
799
+ localizedCtaName?: string;
800
+ // CTA location: multi bulk action toolbar, bulk action toolbar, action cell, Customize columns action cell
801
+ location?: string;
802
+ // (Optional) Max number of items that can be selected. null if there's no limit.
803
+ maxItems?: number;
804
+ // (Optional) If the CTA is part of a "more actions" dropdown, its index in the dropdown; otherwise, null
805
+ moreActionsIndex?: number;
806
+ // How many CTAs are available in the current location
807
+ numCtas?: number;
808
+ // How many items have been selected
809
+ numItems?: number;
810
+ // How many levels (or steps) exist in the selected item's hierarchy?
811
+ numLevels?: number;
812
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
813
+ product?: string;
814
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
815
+ resource?: string;
816
+ // The time from user CTA click until he gets feedback , in ms (new from Dec 2022)
817
+ timeFromAction?: number;
818
+ };
819
+ export type cairoChangesBeforeApplyParams = {
820
+ // Artifact that owns the component
821
+ artifactId?: string;
822
+ // Cairo version
823
+ cairoVersion?: string;
824
+ // (Optional) Component name, if there are two components of the same type per artifact
825
+ componentName?: string;
826
+ // Table/Cards / Picker (from 12/2022)
827
+ componentType?: string;
828
+ // Cairo session ID
829
+ csid?: GUID;
830
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
831
+ domain?: string;
832
+ // Filters / Add Custom Field / Edit Custom Field
833
+ feature?: string;
834
+ // The field that the user chose to change (not necessary to save) (Null if the user clicked on "clear")
835
+ fieldName?: string;
836
+ // The chosen value of the field (Null if the user clicked on "clear")
837
+ fieldValue?: string;
838
+ // True if the user clicked on the clear button, False otherwise .
839
+ isClearButton?: boolean;
840
+ // (relevant only when click on "clear") How many fields were active when the user clicked on the clear button? (fields that their value were not NULL)
841
+ numActiveFields?: number;
842
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
843
+ product?: string;
844
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
845
+ resource?: string;
846
+ };
847
+ export type cairoTagsWidgetClickOnCtaParams = {
848
+ // Assign tags / Create tags / Manage tags
849
+ actionName?: string;
850
+ // Artifact that owns the component
851
+ artifactId?: string;
852
+ // Cairo version
853
+ cairoVersion?: string;
854
+ // (Optional) Component name, if there are two components of the same type per artifact
855
+ componentName?: string;
856
+ // Component type
857
+ componentType?: string;
858
+ // Cairo session ID
859
+ csid?: GUID;
860
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
861
+ domain?: string;
862
+ // The entity ID
863
+ itemId?: string;
864
+ // How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
865
+ numTags?: number;
866
+ // How many tags are already assigned to that item?
867
+ numTagsAssigned?: number;
868
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
869
+ product?: string;
870
+ // resource
871
+ resource?: string;
872
+ };
873
+ export type cairoDataExtensionUnsuccessfulUpdateInServerParams = {
874
+ // The action the user tried to do: Add/ Edit etc. (in English, not localized)
875
+ actionName?: string;
876
+ // Artifact that owns the component
877
+ artifactId?: string;
878
+ // cairo version
879
+ cairoVersion?: string;
880
+ // (Optional) Component name, if there are two components of the same type per artifact
881
+ componentName?: string;
882
+ // Picker Standalone/Picker Modal/Table/Cards
883
+ componentType?: string;
884
+ // Cairo session id
885
+ csid?: GUID;
886
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
887
+ domain?: string;
888
+ // What is the type of the error? Technical issue / Network error / 10k Limitation
889
+ errorType?: string;
890
+ // The name the user typed
891
+ fieldName?: string;
892
+ // What type is the added field? Long text / Date / Number etc.
893
+ fieldType?: string;
894
+ // The key value
895
+ key?: string;
896
+ // Where did the user click on "add custom field" from? Custom columns panel / Entity page
897
+ origin?: string;
898
+ // Json field: {"Installed apps": "Value", "Site visitors": "Value"}. The value can be: Null (the user didn't chose anything), Read, Write, Read and Write.
899
+ permissions?: string;
900
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
901
+ product?: string;
902
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
903
+ resource?: string;
904
+ };
905
+ export type cairoErrorInLoadingAComponentParams = {
906
+ // Artifact that owns the component
907
+ artifactId?: string;
908
+ // cairo version
909
+ cairoVersion?: string;
910
+ // (Optional) Component name, if there are two components of the same type per artifact
911
+ componentName?: string;
912
+ // Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
913
+ componentType?: string;
914
+ // Cairo session id
915
+ csid?: GUID;
916
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
917
+ currentFilters?: string;
918
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
919
+ currentSortOrder?: string;
920
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
921
+ currentTab?: string;
922
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
923
+ currentView?: string;
924
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
925
+ domain?: string;
926
+ // Error type (if known): LoadCustomFieldsWidgetLazyContentFailed /
927
+ // InitCustomFieldsDataExtensionFailed /
928
+ // InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
929
+ errorType?: string;
930
+ // Json field :({featureName: boolean}) (new from 03/2023)
931
+ featuresAvailability?: string;
932
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
933
+ product?: string;
934
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
935
+ resource?: string;
936
+ // The page's url
937
+ url?: Url;
938
+ };
939
+ export type cairoReloadErrorStateParams = {
940
+ // Artifact that owns the component
941
+ artifactId?: string;
942
+ // cairo version
943
+ cairoVersion?: string;
944
+ // (Optional) Component name, if there are two components of the same type per artifact
945
+ componentName?: string;
946
+ // Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
947
+ componentType?: string;
948
+ // Cairo session id
949
+ csid?: GUID;
950
+ // cta
951
+ cta?: string;
952
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
953
+ currentFilters?: string;
954
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
955
+ currentSortOrder?: string;
956
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
957
+ currentTab?: string;
958
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
959
+ currentView?: string;
960
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
961
+ domain?: string;
962
+ // Error type (if known): LoadCustomFieldsWidgetLazyContentFailed /
963
+ // InitCustomFieldsDataExtensionFailed /
964
+ // InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
965
+ errorType?: string;
966
+ // Json field :({featureName: boolean}) (new from 03/2023)
967
+ featuresAvailability?: string;
968
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
969
+ product?: string;
970
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
971
+ resource?: string;
972
+ // The page's url
973
+ url?: Url;
974
+ };
975
+ export type newItemCreationEndParams = {
976
+ // Artifact that owns the component
977
+ artifactId?: string;
978
+ cairoVersion?: string;
979
+ // (Optional) Component name, if there are two components of the same type per artifact
980
+ componentName?: string;
981
+ // Picker Standalone/Picker Modal/Table/Cards
982
+ componentType?: string;
983
+ csid?: GUID;
984
+ // filters
985
+ currentFilters?: string;
986
+ // sort order
987
+ currentSortOrder?: string;
988
+ // Optional domain name from FQDN (CRM, Store, etc.)
989
+ domain?: string;
990
+ // How many items are currently presented to user (filtered)
991
+ filteredListSize?: number;
992
+ // resultType= "success" --> itemId = ID of newly created item; resultType = "dismissed" --> itemId = null
993
+ itemId?: string;
994
+ // How many items exist, after item creation (full list, unfiltered)
995
+ listSize?: number;
996
+ // Max number of items that can be selected
997
+ maxItems?: number;
998
+ // columns
999
+ numColumns?: number;
1000
+ // filters
1001
+ numFiltersActive?: number;
1002
+ // How many items have been selected before trying to create a new one. 0 <= numItems < maxItems
1003
+ numSelectedItems?: number;
1004
+ // sort
1005
+ numSortedColumns?: number;
1006
+ // "Add New" click source: "Main CTA" / "Card CTA"
1007
+ origin?: string;
1008
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1009
+ product?: string;
1010
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1011
+ resource?: string;
1012
+ // "success"/"dismissed"
1013
+ resultType?: string;
1014
+ // standalone/modal
1015
+ type?: string;
1016
+ // visible columns order
1017
+ visibleColumnsOrder?: string;
1018
+ };
1019
+ export type cairoTagsWidgetLoadedParams = {
1020
+ // Artifact that owns the component
1021
+ artifactId?: string;
1022
+ // Cairo version
1023
+ cairoVersion?: string;
1024
+ // (Optional) Component name, if there are two components of the same type per artifact
1025
+ componentName?: string;
1026
+ // Component type
1027
+ componentType?: string;
1028
+ // Cairo session ID
1029
+ csid?: GUID;
1030
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1031
+ domain?: string;
1032
+ // The entity ID (that the widget was loaded in its page)
1033
+ itemId?: string;
1034
+ // How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
1035
+ numTags?: number;
1036
+ // How many tags are assigned to that entity when the widget is loaded?
1037
+ numTagsAssigned?: number;
1038
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1039
+ product?: string;
1040
+ // resource
1041
+ resource?: string;
1042
+ };
1043
+ export type cairoTableTopNotificationDismissedParams = {
1044
+ // Artifact that owns the component
1045
+ artifactId?: string;
1046
+ cairoVersion?: string;
1047
+ // (Optional) Component name, if there are two components of the same type per artifact
1048
+ componentName?: string;
1049
+ // Table
1050
+ componentType?: string;
1051
+ csid?: GUID;
1052
+ // Did the user click the X button ("manual") or was the notification automatically dismissed ("automatic")
1053
+ dismissMode?: string;
1054
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1055
+ domain?: string;
1056
+ // How much time (in ms) was the notification displayed before it was dismissed
1057
+ duration?: number;
1058
+ // How many items are currently presented to user (full list, filtered)
1059
+ filteredListSize?: number;
1060
+ // What is displayed to the user, localized
1061
+ notificationText?: string;
1062
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1063
+ product?: string;
1064
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1065
+ resource?: string;
1066
+ };
1067
+ export type cairoSectionCtaClickedParams = {
1068
+ // Artifact that owns the component
1069
+ artifactId?: string;
1070
+ // Cairo version
1071
+ cairoVersion?: string;
1072
+ // (Optional) Page name, if there are two pages of the same type per artifact
1073
+ componentName?: string;
1074
+ // Section name (Folders)
1075
+ componentType?: string;
1076
+ csid?: GUID;
1077
+ // CTA ID
1078
+ ctaId?: string;
1079
+ // cta key (show more / show less etc.)
1080
+ ctaName?: string;
1081
+ // Main / Secondary / More actions
1082
+ ctaType?: string;
1083
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1084
+ domain?: string;
1085
+ // The CTA name, localized
1086
+ localizedCtaName?: string;
1087
+ // CTA location: Section Toolbar, Collection Toolbar
1088
+ loaction?: string;
1089
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1090
+ product?: string;
1091
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1092
+ resource?: string;
1093
+ // For example: Folders, Table/Grid switch etc.
1094
+ sectionType?: string;
1095
+ };
1096
+ export type cairoFileDownloadToastDisplayedParams = {
1097
+ // Artifact that owns the component
1098
+ artifactId?: string;
1099
+ cairoVersion?: string;
1100
+ // (Optional) Component name, if there are two components of the same type per artifact
1101
+ componentName?: string;
1102
+ // Table
1103
+ componentType?: string;
1104
+ csid?: GUID;
1105
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1106
+ domain?: string;
1107
+ // A unique ID that will help join all events related to a specific export process
1108
+ exportId?: string;
1109
+ // What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
1110
+ exportType?: string;
1111
+ // How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
1112
+ numSelectedItems?: number;
1113
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1114
+ product?: string;
1115
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1116
+ resource?: string;
1117
+ // Which try is this; if try > 1, this is a retry
1118
+ try?: number;
1119
+ };
1120
+ export type cairoSearchResultsParams = {
1121
+ // Artifact that owns the component
1122
+ artifactId?: string;
1123
+ cairoVersion?: string;
1124
+ // (Optional) Component name, if there are two components of the same type per artifact
1125
+ componentName?: string;
1126
+ // Picker Standalone/Picker Modal/Table/Cards
1127
+ componentType?: string;
1128
+ csid?: GUID;
1129
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1130
+ domain?: string;
1131
+ // How much time (in ms) did it take to load the results for searchQuery
1132
+ loadingTime?: number;
1133
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1134
+ product?: string;
1135
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1136
+ resource?: string;
1137
+ // How many results appeared for the search query. numSearchReults = 0 --> user saw empty state.
1138
+ searchResultsCnt?: number;
1139
+ // What did the user search? "" if removed search term.
1140
+ searchTerm?: string;
1141
+ };
1142
+ export type cairoTagsModalEndProcessParams = {
1143
+ // Artifact that owns the component
1144
+ artifactId?: string;
1145
+ // Cairo version
1146
+ cairoVersion?: string;
1147
+ // (Optional) Page name, if there are two pages of the same type per artifact
1148
+ componentName?: string;
1149
+ // Component type
1150
+ componentType?: string;
1151
+ // Cairo session ID
1152
+ csid?: GUID;
1153
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1154
+ domain?: string;
1155
+ // Close without changes
1156
+ endType?: string;
1157
+ // How many tags are in the modal?
1158
+ numTags?: number;
1159
+ // Where did the user open Manage Tags modal from?
1160
+ origin?: string;
1161
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1162
+ product?: string;
1163
+ // resource
1164
+ resource?: string;
1165
+ };
1166
+ export type cairoManageViewClickedParams = {
1167
+ // Artifact that owns the component
1168
+ artifactId?: string;
1169
+ // Cairo version
1170
+ cairoVersion?: string;
1171
+ // (Optional) Component name, if there are two components of the same type per artifact
1172
+ componentName?: string;
1173
+ // Table/Cards
1174
+ componentType?: string;
1175
+ csid?: GUID;
1176
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
1177
+ currentView?: string;
1178
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1179
+ domain?: string;
1180
+ // Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
1181
+ isPredefined?: boolean;
1182
+ // How many filters comprise the saved view
1183
+ numFiltersInView?: number;
1184
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1185
+ product?: string;
1186
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1187
+ resource?: string;
1188
+ };
1189
+ export type cairoTagsModalStartLoadParams = {
1190
+ // Artifact that owns the component
1191
+ artifactId?: string;
1192
+ // Cairo version
1193
+ cairoVersion?: string;
1194
+ // (Optional) Page name, if there are two pages of the same type per artifact
1195
+ componentName?: string;
1196
+ // Component type
1197
+ componentType?: string;
1198
+ // Cairo session ID
1199
+ csid?: GUID;
1200
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1201
+ domain?: string;
1202
+ // How many tags are to be presented?
1203
+ numTags?: number;
1204
+ // Where did the user open Manage Tags modal from?
1205
+ origin?: string;
1206
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1207
+ product?: string;
1208
+ // resource
1209
+ resource?: string;
1210
+ };
1211
+ export type cairoSortUnsuccessfulUpdateInServerParams = {
1212
+ // The action the user tried to do on the sorting column: "Add new sort"/"Change sort column"/"Change sort type"/"Remove sort" / "Reorder sort columns".(in English, not localized)
1213
+ actionName?: string;
1214
+ // Artifact that owns the component
1215
+ artifactId?: string;
1216
+ // cairo version
1217
+ cairoVersion?: string;
1218
+ // (Optional) Component name, if there are two components of the same type per artifact
1219
+ componentName?: string;
1220
+ // Picker Standalone/Picker Modal/Table/Cards
1221
+ componentType?: string;
1222
+ csid?: GUID;
1223
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
1224
+ currentFilters?: string;
1225
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
1226
+ currentTab?: string;
1227
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
1228
+ currentView?: string;
1229
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
1230
+ domain?: string;
1231
+ // What is the type of the error? "Update failed" = updates has failed in the server, "Window closed" = the user clicked the X button to close the window before the server finished the update, "Left page"= the user try navigate to another page before the server finished the update
1232
+ errorType?: string;
1233
+ // How many items are to be presented (filtered)
1234
+ filteredListSize?: number;
1235
+ // How many items were presented (filtered) to the user when he made the failed action?
1236
+ filteredListSizeShown?: number;
1237
+ // A list of filters that were displayed to user when he made the failed action: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
1238
+ filtersApplied?: string;
1239
+ // Was the failed action made on a search results?
1240
+ isFromSearch?: boolean;
1241
+ // number of updates in the sequence that follow the failed action
1242
+ numOfWaitingUpdates?: number;
1243
+ // The location thefailed sort action was made from :"SidePanel"/"ColumnHeader"
1244
+ origin?: string;
1245
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1246
+ product?: string;
1247
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1248
+ resource?: string;
1249
+ // (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
1250
+ searchQuery?: string;
1251
+ // Which columns were used to sort the list when the user made the failed action: [{"fieldName": "FIELD_NAME", "order": "asc"}
1252
+ sortOrderApplied?: string;
1253
+ // The sorted column that the user attempted to update (but failed).
1254
+ sortingColumn?: string;
1255
+ tabShown?: string;
1256
+ // duration in ms from the end of the failed action until the error indication
1257
+ timeFromEndAction?: number;
1258
+ viewShown?: string;
1259
+ // Which columns are currently comprise the saved view- by the order the user defined
1260
+ visibleColumnsOrder?: string;
1261
+ };
1262
+ export type cairoItemToggledInExportModalParams = {
1263
+ // Artifact that owns the component
1264
+ artifactId?: string;
1265
+ // A list of all of the available export types, along with the number of items that would be exported using each of the options. E.g. {"All Items": 100, "Filtered Items": 80, "Selected Items": 10}
1266
+ availableExportTypes?: string;
1267
+ cairoVersion?: string;
1268
+ // (Optional) Component name, if there are two components of the same type per artifact
1269
+ componentName?: string;
1270
+ // Table
1271
+ componentType?: string;
1272
+ csid?: GUID;
1273
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1274
+ domain?: string;
1275
+ // A unique ID that will help join all events related to a specific export process
1276
+ exportId?: string;
1277
+ // How many items are currently presented to user (filtered)
1278
+ filteredListSize?: number;
1279
+ // What type of export did the user switch to: "All Items"/"Filtered Items"/"Selected Items"
1280
+ newSelectedExportType?: string;
1281
+ // What type of export did the user have selected before swiching to newSelectedExportType: "All Items"/"Filtered Items"/"Selected Items"
1282
+ prevSelectedExportType?: string;
1283
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1284
+ product?: string;
1285
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1286
+ resource?: string;
1287
+ };
1288
+ export type cairoDragActionUnsuccessfulUpdateInServerParams = {
1289
+ // Artifact that owns the component
1290
+ artifactId?: string;
1291
+ // cairo version
1292
+ cairoVersion?: string;
1293
+ // (Optional) Component name, if there are two components of the same type per artifact
1294
+ componentName?: string;
1295
+ // Picker Standalone/Picker Modal/Table/Cards
1296
+ componentType?: string;
1297
+ csid?: GUID;
1298
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
1299
+ currentFilters?: string;
1300
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
1301
+ domain?: string;
1302
+ // A "couple" identifier , match between drag action and its drop action- will get the identifier of the failed action
1303
+ dragAndDropID?: GUID;
1304
+ // What is the type of the error? "Update failed" = updates has failed in the server, "Window closed" = the user clicked the X button to close the window before the server finished the update, "Left page"= the user try navigate to another page before the server finished the update, "External logic" = the action was cancelled due to a vertical logic
1305
+ errorType?: string;
1306
+ // How many items are to be presented (filtered)?
1307
+ filteredListSize?: number;
1308
+ // How many items were presented (filtered) to the user when he made the failed action?
1309
+ filteredListSizeShown?: number;
1310
+ // A list of filters that were displayed to user when he made the failed action: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
1311
+ filtersApplied?: string;
1312
+ // ID of the item that the user tries to drag
1313
+ itemId?: string;
1314
+ // Out of the list of results, what is the new index of the clicked item (after dragging, the new index). ** filteredListSize = X --> (1 <= itemIndexAfter <= X) **when endType <> drop succeeded --> itemIndexAfter = itemIndexBefore
1315
+ itemIndexAfter?: number;
1316
+ // Out of the list of results, what was the index of the clicked item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
1317
+ itemIndexBefore?: number;
1318
+ // How many items have been selected before user clicks item and starts the drag action?
1319
+ numItemsBefore?: number;
1320
+ // How many items have been selected when user made the failed action?
1321
+ numItemsBeforeFailed?: number;
1322
+ // number of updates in the sequence that follow the failed action
1323
+ numOfWaitingUpdates?: number;
1324
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1325
+ product?: string;
1326
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1327
+ resource?: string;
1328
+ // (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
1329
+ searchQuery?: string;
1330
+ // Which columns were used to sort the list when the user made the failed action: [{"fieldName": "FIELD_NAME", "order": "asc"}
1331
+ sortOrderApplied?: string;
1332
+ // Which tab was displayed to the user when he made the failed action. Relevant for Table and Cards.
1333
+ tabShown?: string;
1334
+ // duration in ms from the end of the drag action until the error indication
1335
+ timeFromEndDrag?: number;
1336
+ // Which view was displayed to the user when he made the failed action. Relevant for Table and Cards.
1337
+ viewShown?: string;
1338
+ // Was the failed action made from the handle area?
1339
+ wasFromHandle?: boolean;
1340
+ };
1341
+ export type cairoSearchForTagsParams = {
1342
+ // Artifact that owns the component
1343
+ artifactId?: string;
1344
+ // Cairo version
1345
+ cairoVersion?: string;
1346
+ // (Optional) Component name, if there are two components of the same type per artifact
1347
+ componentName?: string;
1348
+ // Picker Standalone/Picker Modal/Table/Cards
1349
+ componentType?: string;
1350
+ // Cairo session id
1351
+ csid?: GUID;
1352
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1353
+ domain?: string;
1354
+ // How did the search action end? "Tag selected"- the user chose one of the search results, "Search dismissed"- the user cancel the search by any other action, "Add new tag"- when the searched tag doesn't exist and the user choose to add it as new
1355
+ endType?: string;
1356
+ // Where did the user search for the tag? Manage tags modal /
1357
+ location?: string;
1358
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1359
+ product?: string;
1360
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1361
+ resource?: string;
1362
+ // How many results appeared for the search query. numSearchReults = 0 --> user saw the option to add this tag as new
1363
+ searchResultsCnt?: number;
1364
+ // What did the user search? "" if removed search term.
1365
+ searchTerm?: string;
1366
+ };
1367
+ export type cairoManageViewActionSelectedParams = {
1368
+ // 1 <= actionIndex <= numActions -- the number of the action out of all actions in the menu
1369
+ actionIndex?: number;
1370
+ // "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
1371
+ actionName?: string;
1372
+ // Artifact that owns the component
1373
+ artifactId?: string;
1374
+ // cairo version
1375
+ cairoVersion?: string;
1376
+ // (Optional) Component name, if there are two components of the same type per artifact
1377
+ componentName?: string;
1378
+ // Picker Standalone/Picker Modal/Table/Cards
1379
+ componentType?: string;
1380
+ csid?: GUID;
1381
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
1382
+ currentView?: string;
1383
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1384
+ domain?: string;
1385
+ // How many actions are existing in the current menu (including disabled actions)?
1386
+ numActions?: number;
1387
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1388
+ product?: string;
1389
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1390
+ resource?: string;
1391
+ };
1392
+ export type cairoLearnMoreParams = {
1393
+ // Artifact that owns the component
1394
+ artifactId?: string;
1395
+ // Cairo version
1396
+ cairoVersion?: string;
1397
+ // (Optional) Page name, if there are two pages of the same type per artifact
1398
+ componentName?: string;
1399
+ // Section name (Folders)
1400
+ componentType?: string;
1401
+ // Cairo session ID
1402
+ csid?: GUID;
1403
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1404
+ domain?: string;
1405
+ // Where did the user click on "Learn more" from? Add Custom Field Modal/ Edit Custom Field Modal / Table Toolbar
1406
+ origin?: string;
1407
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1408
+ product?: string;
1409
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1410
+ resource?: string;
1411
+ };
1412
+ export type cairoAssignTagsToEntitiesParams = {
1413
+ // Assign / Remove
1414
+ actionName?: string;
1415
+ // Artifact that owns the component
1416
+ artifactId?: string;
1417
+ // array of tags that were assigned (empty array if none)
1418
+ assignedTags?: string;
1419
+ // Cairo version
1420
+ cairoVersion?: string;
1421
+ // (Optional) Component name, if there are two components of the same type per artifact
1422
+ componentName?: string;
1423
+ // Component type
1424
+ componentType?: string;
1425
+ // Cairo session ID
1426
+ csid?: GUID;
1427
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1428
+ domain?: string;
1429
+ // Is the action made from a list of tags search results?
1430
+ isFromSearch?: boolean;
1431
+ // array of items ids that were selected
1432
+ itemIds?: string;
1433
+ // How many items have been selected?
1434
+ numItems?: number;
1435
+ // Where did the user make the action from?
1436
+ origin?: string;
1437
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1438
+ product?: string;
1439
+ // resource
1440
+ resource?: string;
1441
+ // array of tags that were unassigned (empty array if none)
1442
+ unAssignedTags?: string;
1443
+ };
1444
+ export type cairoPageCtaClickedParams = {
1445
+ // Artifact that owns the component
1446
+ artifactId?: string;
1447
+ // Cairo version
1448
+ cairoVersion?: string;
1449
+ // (Optional) Page name, if there are two pages of the same type per artifact
1450
+ componentName?: string;
1451
+ // Page
1452
+ componentType?: string;
1453
+ csid?: GUID;
1454
+ // "Add New"/"More Actions"... (in English only, not localized). For section= vertical / Cairo - it will be defined as unique title. For section=TPA: it will be the component_id of the TPA. To get the TPA app_id - use the table mysql.app_service.components- join on table.component_id= event.ctaName
1455
+ ctaName?: string;
1456
+ // Main / Secondary / More Actions Dropdown / More Actions Option
1457
+ ctaType?: string;
1458
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1459
+ domain?: string;
1460
+ // (Relevant only for Save CTA) True=if all fields are validated, False= if there are validation errors
1461
+ isValid?: boolean;
1462
+ // CTA location: TBD
1463
+ location?: string;
1464
+ // (Relevant only for 'More Action Option' CTA) 0 <= moreActionsIndex <= numCtas -- the number of the CTA out of all CTAs in the more action dropdown
1465
+ moreActionsIndex?: number;
1466
+ // (Relevant only for 'More Action Option' CTA) How many CTAs are available in the more action dropdown?
1467
+ numCtas?: number;
1468
+ // Collection / Entity
1469
+ pageType?: string;
1470
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1471
+ product?: string;
1472
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1473
+ resource?: string;
1474
+ // Relevant only for "cta type"="more actions option". Will get one of the values: Vertical / Cairo / TPA
1475
+ section?: string;
1476
+ };
1477
+ export type cairoTableTopNotificationDisplayedParams = {
1478
+ // Artifact that owns the component
1479
+ artifactId?: string;
1480
+ cairoVersion?: string;
1481
+ // (Optional) Component name, if there are two components of the same type per artifact
1482
+ componentName?: string;
1483
+ // Table
1484
+ componentType?: string;
1485
+ csid?: GUID;
1486
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1487
+ domain?: string;
1488
+ // How many items are currently presented to user (full list, filtered)
1489
+ filteredListSize?: number;
1490
+ // What is displayed to the user, localized
1491
+ notificationText?: string;
1492
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1493
+ product?: string;
1494
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1495
+ resource?: string;
1496
+ };
1497
+ export type cairoTryAgainClickedParams = {
1498
+ // the action name that failed and triggered the notification (for example: drag, column reorder etc.)
1499
+ actionName?: string;
1500
+ // Artifact that owns the component
1501
+ artifactId?: string;
1502
+ // cairo version
1503
+ cairoVersion?: string;
1504
+ // (Optional) Component name, if there are two components of the same type per artifact
1505
+ componentName?: string;
1506
+ // Picker Standalone/Picker Modal/Table/Cards
1507
+ componentType?: string;
1508
+ csid?: GUID;
1509
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
1510
+ domain?: string;
1511
+ // How many items were presented when the user made the failed action (filtered)
1512
+ filteredListSize?: number;
1513
+ // Did the user made the failed action on a list of search results
1514
+ isFromSearch?: boolean;
1515
+ // Toast / Custom fields widget / View only widget / Component error state
1516
+ loaction?: string;
1517
+ // (optional) number of updates in the sequence that follow the failed action
1518
+ numOfWaitingUpdates?: number;
1519
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1520
+ product?: string;
1521
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1522
+ resource?: string;
1523
+ };
1524
+ export type cairoFiltersPanelUsedParams = {
1525
+ // Artifact that owns the component
1526
+ artifactId?: string;
1527
+ cairoVersion?: string;
1528
+ // (Optional) Component name, if there are two components of the same type per artifact
1529
+ componentName?: string;
1530
+ // Table/Cards
1531
+ componentType?: string;
1532
+ csid?: GUID;
1533
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"} (new field from 01/2023)
1534
+ currentSortOrder?: string;
1535
+ // Which view is currently displayed to the user. Relevant for Table and Cards. (new field from 01/2023)
1536
+ currentView?: string;
1537
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1538
+ domain?: string;
1539
+ // Filter / Sort / Costume Columns / Manage Views / Manage custom fields (new field from 01/2023)/Tags
1540
+ feature?: string;
1541
+ // TRUE if the user just opened the sidebar; FALSE if closed
1542
+ isOpened?: boolean;
1543
+ // Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view, "false" if it's a user view and "null" if the action wasn't made over any view (new field from 01/2023)
1544
+ isPredefined?: boolean;
1545
+ // How many columns are shown? (new field from 01/2023)
1546
+ numColumns?: number;
1547
+ // The number of active filters when the user opened/closed the panel/menu
1548
+ numFiltersActive?: number;
1549
+ // How many filters comprise the saved view (new field from 01/2023)
1550
+ numFiltersInView?: number;
1551
+ // How many columns actively sort the data? (new field from 01/2023)
1552
+ numSortedColumns?: number;
1553
+ // From where did the user open/close the panel: Create View, Filter Button, X Button, Sort CTA, Costume Columns CTA, Manage Views, Entity page custom fields, Assign Tags
1554
+ origin?: string;
1555
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1556
+ product?: string;
1557
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1558
+ resource?: string;
1559
+ // The time from user click on open/close filter panel until he gets feedback and sees the panel opened/closed, in ms (new from Dec 2022, relevant only for filter)
1560
+ timeFromAction?: number;
1561
+ // Which columns are currently shown to the user - by the order the user defined (new field from 01/2023)
1562
+ visibleColumnsOrder?: string;
1563
+ };
1564
+ export type cairoDragItemParams = {
1565
+ // Artifact that owns the component
1566
+ artifactId?: string;
1567
+ // cairo version
1568
+ cairoVersion?: string;
1569
+ // (Optional) Component name, if there are two components of the same type per artifact
1570
+ componentName?: string;
1571
+ // Picker Standalone/Picker Modal/Table/Cards
1572
+ componentType?: string;
1573
+ csid?: GUID;
1574
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
1575
+ currentFilters?: string;
1576
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
1577
+ currentSortOrder?: string;
1578
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
1579
+ currentTab?: string;
1580
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
1581
+ currentView?: string;
1582
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
1583
+ domain?: string;
1584
+ // A "couple" identifier , match between drag action and its drop action
1585
+ dragAndDropID?: GUID;
1586
+ // How many items are to be presented (filtered)
1587
+ filteredListSize?: number;
1588
+ // Initial number of items loaded (before scroll and autoload)
1589
+ initialItems?: number;
1590
+ // Is the item dragged from the handle area?
1591
+ isFromHandle?: boolean;
1592
+ // Did the user try to drag the item from a list of search results (relate to ticket 521).
1593
+ isFromSearch?: boolean;
1594
+ // ID of the item that the user tries to drag.
1595
+ itemId?: string;
1596
+ // Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndex <= X)
1597
+ itemIndex?: number;
1598
+ // (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
1599
+ numItemsBefore?: number;
1600
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1601
+ product?: string;
1602
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1603
+ resource?: string;
1604
+ // What did the user search? isFromSearch = FALSE --> searchQuery = null. (relate to ticket 521).
1605
+ searchQuery?: string;
1606
+ };
1607
+ export type cairoFileDownloadToastDismissedParams = {
1608
+ // Artifact that owns the component
1609
+ artifactId?: string;
1610
+ cairoVersion?: string;
1611
+ // (Optional) Component name, if there are two components of the same type per artifact
1612
+ componentName?: string;
1613
+ // Table
1614
+ componentType?: string;
1615
+ csid?: GUID;
1616
+ // Did the user click the X button ("manual") or was the notification automatically dismissed ("automatic")
1617
+ dismissMode?: string;
1618
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1619
+ domain?: string;
1620
+ // How much time (in ms) was the notification displayed before it was dismissed
1621
+ duration?: number;
1622
+ // A unique ID that will help join all events related to a specific export process
1623
+ exportId?: string;
1624
+ // What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
1625
+ exportType?: string;
1626
+ // How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
1627
+ numSelectedItems?: number;
1628
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1629
+ product?: string;
1630
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1631
+ resource?: string;
1632
+ };
1633
+ export type cairoUserAttemptsToCancelTheExportParams = {
1634
+ // Artifact that owns the component
1635
+ artifactId?: string;
1636
+ cairoVersion?: string;
1637
+ // (Optional) Component name, if there are two components of the same type per artifact
1638
+ componentName?: string;
1639
+ // Table
1640
+ componentType?: string;
1641
+ csid?: GUID;
1642
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1643
+ domain?: string;
1644
+ // How much time (in ms) did it take since the export process began
1645
+ duration?: number;
1646
+ // A unique ID that will help join all events related to a specific export process
1647
+ exportId?: string;
1648
+ // How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
1649
+ numItems?: number;
1650
+ // How many items were exported before the user tried to cancel the export
1651
+ numItemsExported?: number;
1652
+ // How did the user try to cancel the export process: "Tab Closed"/"Cancel Buton"/"X Button"
1653
+ origin?: string;
1654
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1655
+ product?: string;
1656
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1657
+ resource?: string;
1658
+ // What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
1659
+ selectedExportType?: string;
1660
+ // Does the vertical using Cairo support total number of items in list
1661
+ supportsTotal?: boolean;
1662
+ // Which try is this; if try > 1, this is a retry
1663
+ try?: number;
1664
+ };
1665
+ export type pickerPickModalCtaButtonClickOrImmediateCtaParams = {
1666
+ // Artifact that owns the component
1667
+ artifactId?: string;
1668
+ cairoVersion?: string;
1669
+ // Optional in case having 2 pickers under the same artifact
1670
+ componentName?: string;
1671
+ componentType?: string;
1672
+ csid?: GUID;
1673
+ // Optional domain name from FDQN (CRM, Store, etc.)
1674
+ domain?: string;
1675
+ // How many items are to presented (filtered)
1676
+ filteredListSize?: number;
1677
+ // Initial number of items loaded (before scroll and autoload)
1678
+ initialItems?: number;
1679
+ // Is it an immediate CTA
1680
+ isImmediate?: boolean;
1681
+ // Number of total items picked
1682
+ itemsCnt?: number;
1683
+ // How many items exist (full list)
1684
+ listSize?: number;
1685
+ // Max items to select in picker
1686
+ maxItems?: number;
1687
+ // Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
1688
+ product?: string;
1689
+ // Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
1690
+ resource?: string;
1691
+ // standalone/modal
1692
+ type?: string;
1693
+ };
1694
+ export type newItemCreationStartParams = {
1695
+ // Artifact that owns the component
1696
+ artifactId?: string;
1697
+ cairoVersion?: string;
1698
+ // (Optional) Component name, if there are two components of the same type per artifact
1699
+ componentName?: string;
1700
+ // Picker Standalone/Picker Modal/Table/Cards
1701
+ componentType?: string;
1702
+ csid?: GUID;
1703
+ // current filters
1704
+ currentFilters?: string;
1705
+ // sorts
1706
+ currentSortOrder?: string;
1707
+ // Optional domain name from FQDN (CRM, Store, etc.)
1708
+ domain?: string;
1709
+ // How many items are currently presented to user (filtered)
1710
+ filteredListSize?: number;
1711
+ // How many items exist, after item creation (full list, unfiltered)
1712
+ listSize?: number;
1713
+ // Max number of items that can be selected
1714
+ maxItems?: number;
1715
+ // columns
1716
+ numColumns?: number;
1717
+ // filters
1718
+ numFiltersActive?: number;
1719
+ // How many items have been selected before trying to create a new one. 0 <= numSelectedItems < maxItems
1720
+ numSelectedItems?: number;
1721
+ // sort
1722
+ numSortedColumns?: number;
1723
+ // "Add New" click source: "Main CTA" / "Card CTA"
1724
+ origin?: string;
1725
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1726
+ product?: string;
1727
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1728
+ resource?: string;
1729
+ // standalone/modal
1730
+ type?: string;
1731
+ // visible columns order
1732
+ visibleColumnsOrder?: string;
1733
+ };
1734
+ export type cairoViewSelectedParams = {
1735
+ // Artifact that owns the component
1736
+ artifactId?: string;
1737
+ cairoVersion?: string;
1738
+ // (Optional) Component name, if there are two components of the same type per artifact
1739
+ componentName?: string;
1740
+ // Table/Cards
1741
+ componentType?: string;
1742
+ csid?: GUID;
1743
+ // The current state of filters, after the new view selection
1744
+ currentFilters?: string;
1745
+ // The selected view ID (match to "new view name", new field from 12/2022)
1746
+ currentView?: string;
1747
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1748
+ domain?: string;
1749
+ // How many items are currently presented to user, after filter toggle (filtered)
1750
+ filteredListSize?: number;
1751
+ // Is the selected view defined as default view?
1752
+ isDefault?: boolean;
1753
+ // True if the view was selected from "search view in views dropdown" results (new from 01/2023)
1754
+ isFromSearchView?: boolean;
1755
+ // Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
1756
+ isPredefined?: boolean;
1757
+ // Name of the newly selected view
1758
+ newViewName?: string;
1759
+ // How many filters are active after view selection
1760
+ numFiltersActive?: number;
1761
+ // (Optional) The prevoius state of filters, before the new view selection
1762
+ prevFilters?: string;
1763
+ // (Optional) Name of the previous view that the user was using. null if no view was selected.
1764
+ prevViewName?: string;
1765
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1766
+ product?: string;
1767
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1768
+ resource?: string;
1769
+ };
1770
+ export type cairoDataExAddCustomFieldParams = {
1771
+ // Artifact that owns the component
1772
+ artifactId?: string;
1773
+ // Cairo version
1774
+ cairoVersion?: string;
1775
+ // (Optional) Page name, if there are two pages of the same type per artifact
1776
+ componentName?: string;
1777
+ // Component type
1778
+ componentType?: string;
1779
+ // Cairo session ID
1780
+ csid?: GUID;
1781
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1782
+ domain?: string;
1783
+ // How many columns are shown?
1784
+ numColumns?: number;
1785
+ // Where did the user click on "add custom field" from? Custom columns panel / Entity page / Manage custom fields / Custom fields widget / External (the origin is external to Cairo)
1786
+ origin?: string;
1787
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1788
+ product?: string;
1789
+ resource?: string;
1790
+ // Which columns are currently shown to the user - by the order the user defined
1791
+ visibleColumnsOrder?: string;
1792
+ };
1793
+ export type cairoFilterToggledParams = {
1794
+ // "add"/"remove" -- Did we add or remove filterName from the list of filters
1795
+ actionType?: string;
1796
+ // Artifact that owns the component
1797
+ artifactId?: string;
1798
+ cairoVersion?: string;
1799
+ // (Optional) Component name, if there are two components of the same type per artifact
1800
+ componentName?: string;
1801
+ // Table/Cards / Picker (from 12/2022)
1802
+ componentType?: string;
1803
+ // Cairo session ID
1804
+ csid?: GUID;
1805
+ // The current state of filters, following the filter trigger
1806
+ currentFilters?: string;
1807
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
1808
+ domain?: string;
1809
+ // Which column filter do we want to toggle now, e.g. Beginner / Amateur
1810
+ filterName?: string;
1811
+ // JSON containing filterName's new value
1812
+ filterValue?: string;
1813
+ // How many items are currently presented to user, after filter toggle (filtered)
1814
+ filteredListSize?: number;
1815
+ // How many items exist (full list, unfiltered)
1816
+ listSize?: number;
1817
+ // How many filters are active after filterName is toggled. actionType = "add" --> numFiltersActive >= 1; actionType = "remove" --> numFiltersActive < numColumns
1818
+ numFiltersActive?: number;
1819
+ // "Panel"/"SubToolbar"/"Toolbar"
1820
+ origin?: string;
1821
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1822
+ product?: string;
1823
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1824
+ resource?: string;
1825
+ };
1826
+ export type cairoDataExCustomFieldAdvancesSettingsParams = {
1827
+ // Open / Close the advanced settings
1828
+ actionName?: string;
1829
+ // Artifact that owns the component
1830
+ artifactId?: string;
1831
+ // Cairo version
1832
+ cairoVersion?: string;
1833
+ // (Optional) Page name, if there are two pages of the same type per artifact
1834
+ componentName?: string;
1835
+ // Component type
1836
+ componentType?: string;
1837
+ // Cairo session ID
1838
+ csid?: GUID;
1839
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1840
+ domain?: string;
1841
+ // Where did the user click on "Advanced Settings" from? Add Custom Field Modal / Edit Custom Field Modal
1842
+ origin?: string;
1843
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1844
+ product?: string;
1845
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1846
+ resource?: string;
1847
+ };
1848
+ export type cairoViewSavedParams = {
1849
+ // Artifact that owns the component
1850
+ artifactId?: string;
1851
+ // Cairo version
1852
+ cairoVersion?: string;
1853
+ // Which attributes have changed from the last view version? If it's a new view - all the attributes that define the view will be noted. The attributes can be: Filters, Columns Order, Columns Visibility, Sorting, Search (new field from 11/2022)
1854
+ changedAttributes?: string;
1855
+ // (Optional) Component name, if there are two components of the same type per artifact
1856
+ componentName?: string;
1857
+ // Table/Cards
1858
+ componentType?: string;
1859
+ csid?: GUID;
1860
+ // The filters that comprise the view that was just saved
1861
+ viewFilters?: string;
1862
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"} (new field from 11/2022)
1863
+ currentSortOrder?: string;
1864
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1865
+ domain?: string;
1866
+ // Is the saved view defined as default view?
1867
+ isDefault?: boolean;
1868
+ // (Relevant only for "save as new view" action, will get null in other cases). Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view. (new field from 11/2022)
1869
+ isPredefined?: boolean;
1870
+ // Name of the newly created/saved/renamed view
1871
+ newViewName?: string;
1872
+ // How many columns comprise the saved view (new field from 11/2022)
1873
+ numColumnsInView?: number;
1874
+ // How many filters comprise the saved view
1875
+ numFiltersInView?: number;
1876
+ // From where was the view created: Panel, SubToolbar, Toolbar
1877
+ origin?: string;
1878
+ // View's previous name. In case of 'save as new view' will get null, in case of 'save changes': prev name=new view name, in case of 'rename' will get the previous version of the view's name (new field from 11/2022)
1879
+ prevName?: string;
1880
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1881
+ product?: string;
1882
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1883
+ resource?: string;
1884
+ // The save type the user chose from the 'manage view' menu: "save as new view"/ "save changes" / "rename" (new field from 11/2022)
1885
+ saveType?: string;
1886
+ // What did the user search? If there wasn't any search --> searchQuery = null. (new field from 11/2022)
1887
+ searchQuery?: string;
1888
+ // The "new view name" unique identifier (new field from 11/2022)
1889
+ viewId?: string;
1890
+ // Which columns are currently comprise the saved view- by the order the user defined (new field from 11/2022)
1891
+ visibleColumnsOrder?: string;
1892
+ };
1893
+ export type cairoViewDeletedParams = {
1894
+ // Artifact that owns the component
1895
+ artifactId?: string;
1896
+ cairoVersion?: string;
1897
+ // (Optional) Component name, if there are two components of the same type per artifact
1898
+ componentName?: string;
1899
+ // Table/Cards
1900
+ componentType?: string;
1901
+ csid?: GUID;
1902
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1903
+ domain?: string;
1904
+ // Was the deleted view defined as default view?
1905
+ isDefault?: boolean;
1906
+ // How many filters comprised the deleted view
1907
+ numFiltersInView?: number;
1908
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1909
+ product?: string;
1910
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1911
+ resource?: string;
1912
+ // The filters that comprised the view that was just deleted
1913
+ viewFilters?: string;
1914
+ // The "view name" (deleted view) unique identifier (new field from 11/2022)
1915
+ viewId?: string;
1916
+ // Name of the deleted view
1917
+ viewName?: string;
1918
+ // TRUE if viewName was the selected view before deletion; FALSE otherwise
1919
+ wasSelected?: boolean;
1920
+ };
1921
+ export type cairoDataExCustomFieldEndProcessParams = {
1922
+ // Add/ Edit
1923
+ actionName?: string;
1924
+ // Artifact that owns the component
1925
+ artifactId?: string;
1926
+ // Cairo version
1927
+ cairoVersion?: string;
1928
+ // (Relevant when action type is edit) Name / Permission / Name and Permission / No changes
1929
+ changedFields?: string;
1930
+ // (Optional) Page name, if there are two pages of the same type per artifact
1931
+ componentName?: string;
1932
+ // Section name (Folders)
1933
+ componentType?: string;
1934
+ // Cairo session ID
1935
+ csid?: GUID;
1936
+ // Only for fieldType= dropdown, the options list by its order
1937
+ currentDropdownOptions?: string;
1938
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1939
+ domain?: string;
1940
+ // What did the user chose in the modal? Add field / Cancel
1941
+ endType?: string;
1942
+ // (Relevant when a field was added/edited) The name the user typed
1943
+ fieldName?: string;
1944
+ // (Relevant when a field was added) What type is the added field? Long text / Date / Number etc.
1945
+ fieldType?: string;
1946
+ // The key value
1947
+ key?: string;
1948
+ // (Relevant when a field was added/edited) How many added fields are there in the component (including the current added field)
1949
+ numAdded?: number;
1950
+ // Only for fieldType= dropdown, how many options were saved?
1951
+ numDropdownOptions?: number;
1952
+ // Where did the user click on "add custom field" from? Custom columns panel / Entity page
1953
+ origin?: string;
1954
+ // Json field: {"Installed apps": "Value", "Site visitors": "Value"}. The value can be: Null (the user didn't chose anything), Read, Write, Read and Write.
1955
+ permissions?: string;
1956
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1957
+ product?: string;
1958
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1959
+ resource?: string;
1960
+ };
1961
+ export type cairoComponentSortedParams = {
1962
+ // Artifact that owns the component
1963
+ artifactId?: string;
1964
+ // Cairo version
1965
+ cairoVersion?: string;
1966
+ // (Optional) Component name, if there are two components of the same type per artifact
1967
+ componentName?: string;
1968
+ // Table/Cards
1969
+ componentType?: string;
1970
+ csid?: GUID;
1971
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
1972
+ domain?: string;
1973
+ // How many items are currently presented to user, after filter toggle (filtered)
1974
+ filteredListSize?: number;
1975
+ // Indication for adding new sort. Will get "true" for cases the event was sent for adding new sort (and "false" for changing the sorted column, sorted order or remove sort) (new from 12/2022)
1976
+ isAddNewSort?: boolean;
1977
+ // The item index inside the sort panel. First row will get 0. In case of simple sort (only 1 column sorts the table) from the column header - the index will be 0. In case a sorting column was removed from sorting- will get (-1)
1978
+ itemIndex?: number;
1979
+ // How many items exist (full list, unfiltered)
1980
+ listSize?: number;
1981
+ // Which columns are currently used to sort the list, by the order the user defined: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards. (new field from 11/2022)
1982
+ newSortOrder?: string;
1983
+ // By which column are we adding sorting now
1984
+ newSortedColumn?: string;
1985
+ // "asc"/"desc"/"removed" (was "null" until 12/2022, then changed to "removed")
1986
+ newSortingOrder?: string;
1987
+ // The number of columns that sorting the component after the current action
1988
+ numSortingColumns?: number;
1989
+ // The location the sort action was made from :"SidePanel"/"ColumnHeader" (new field from 11/2022)
1990
+ origin?: string;
1991
+ // The number of columns that were sorting the component before the current action
1992
+ prevNumSortingColumns?: number;
1993
+ // Which columns were used to sort the list (before the current addition), by the order the user defined: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards. (new field from 11/2022)
1994
+ prevSortOrder?: string;
1995
+ // The column the user used to sort the component with in the previous sort action. If list wasn't sorted, this should be null
1996
+ prevSortedColumn?: string;
1997
+ // The last order the user used to sort the list by "prev sorting column" : "asc"/"desc"/null (if wasn't sorted)
1998
+ prevSortingOrder?: string;
1999
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2000
+ product?: string;
2001
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2002
+ resource?: string;
2003
+ };
2004
+ export type cairoReorderingSortColumnsParams = {
2005
+ // Artifact that owns the component
2006
+ artifactId?: string;
2007
+ // Cairo version
2008
+ cairoVersion?: string;
2009
+ // Out of the list of sorting columns, what is the index of the sorting column (after reordering). ** numSortingColumns = X --> (1 <= columnIndexAfter <= X)
2010
+ columnIndexAfter?: number;
2011
+ // Out of the list of sorting columns, what was the index of the sorting column (before reordering). ** numSortingColumns = X --> (1 <= columnIndexBefore <= X)
2012
+ columnIndexBefore?: number;
2013
+ // (Optional) Component name, if there are two components of the same type per artifact
2014
+ componentName?: string;
2015
+ // Table/Cards
2016
+ componentType?: string;
2017
+ csid?: GUID;
2018
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
2019
+ domain?: string;
2020
+ // How many items are currently presented to user, after filter toggle (filtered)
2021
+ filteredListSize?: number;
2022
+ // How many items exist (full list, unfiltered)
2023
+ listSize?: number;
2024
+ // Which columns are currently used to sort the list, by the new order the user defined: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
2025
+ newSortOrder?: string;
2026
+ // How many columns are been used for sorting the component?
2027
+ numSortingColumns?: number;
2028
+ // Which columns are currently used to sort the list, by the previus order the user defined (before the reordering action) : [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
2029
+ prevSortOrder?: string;
2030
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2031
+ product?: string;
2032
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2033
+ resource?: string;
2034
+ // The sorting column that the user changes its place in the sort hierarchy
2035
+ sortingColumn?: string;
2036
+ // Time (in ms) that has passed since the user added this specific row in the sort panel. Will give data up to 10 sec from adding the row (if it's over these 10 sec- will get null). When sent for clicking on "add new sort" / for clicking for the first time on a column's header- will get '0'.
2037
+ timeFromAction?: number;
2038
+ };
2039
+ export type cairoExportProcessEndParams = {
2040
+ // Artifact that owns the component
2041
+ artifactId?: string;
2042
+ cairoVersion?: string;
2043
+ // (Optional) Component name, if there are two components of the same type per artifact
2044
+ componentName?: string;
2045
+ // Table
2046
+ componentType?: string;
2047
+ csid?: GUID;
2048
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
2049
+ domain?: string;
2050
+ // How much time (in ms) did it take since the export process began
2051
+ duration?: number;
2052
+ // A unique ID that will help join all events related to a specific export process
2053
+ exportId?: string;
2054
+ // (Optional) Name of the file to be exported
2055
+ fileName?: string;
2056
+ // How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
2057
+ numItems?: number;
2058
+ // How many items were exported before the export ended, either successfully or not.
2059
+ numItemsExported?: number;
2060
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2061
+ product?: string;
2062
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2063
+ resource?: string;
2064
+ // Was the export successful or did it fail/stopped by user: "success"/'fail"/"stopped by user"
2065
+ result?: string;
2066
+ // What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
2067
+ selectedExportType?: string;
2068
+ // Does the vertical using Cairo support total number of items in list
2069
+ supportsTotal?: boolean;
2070
+ // Which try is this; if try > 1, this is a retry
2071
+ try?: number;
2072
+ };
2073
+ export type cairoApplyButtonClickedParams = {
2074
+ artifactId?: string;
2075
+ // Cairo version
2076
+ cairoVersion?: string;
2077
+ // In which levels of hierarchy the user changed the order? (numbers with commas between them, 1=the highest parent level )
2078
+ changedLevels?: string;
2079
+ // (Optional) Component name, if there are two components of the same type per artifact
2080
+ componentName?: string;
2081
+ // Table/Cards / Picker (from 12/2022)
2082
+ componentType?: string;
2083
+ // Cairo session ID
2084
+ csid?: GUID;
2085
+ // (Optional, relevant for Filters) Json field: The current state of feature, following the apply button. [{"fieldName": "FIELD_NAME1", "field_value": "VALUE1"}] (for filters -all the filters will appear in this list, filters that not active will get NULL in the filters' value)
2086
+ currentStatus?: string;
2087
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
2088
+ domain?: string;
2089
+ // Filters / Drag and Drop
2090
+ feature?: string;
2091
+ // How many items are currently presented to user, after filters toggled (filtered)
2092
+ filteredListSize?: number;
2093
+ // How many items exist (full list, unfiltered)
2094
+ listSize?: number;
2095
+ // (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
2096
+ numActiveFields?: number;
2097
+ // (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
2098
+ numOfActions?: number;
2099
+ // (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
2100
+ numOptionalFields?: number;
2101
+ // Feature's Side Panel / Table Toolbar
2102
+ origin?: string;
2103
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2104
+ product?: string;
2105
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2106
+ resource?: string;
2107
+ };
2108
+ export type cairoExportModalCtaClickedParams = {
2109
+ // Does the user want to proceed with the export or dismiss the modal
2110
+ action?: string;
2111
+ // Artifact that owns the component
2112
+ artifactId?: string;
2113
+ // A list of all of the available export types, along with the number of items that would be exported using each of the options
2114
+ availableExportTypes?: string;
2115
+ cairoVersion?: string;
2116
+ // (Optional) Component name, if there are two components of the same type per artifact
2117
+ componentName?: string;
2118
+ // Table
2119
+ componentType?: string;
2120
+ csid?: GUID;
2121
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
2122
+ domain?: string;
2123
+ // A unique ID that will help join all events related to a specific export process
2124
+ exportId?: string;
2125
+ // How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
2126
+ numItems?: number;
2127
+ // From where did the user close the modal: "Export Button"/"Cancel Button"/"X Button"
2128
+ origin?: string;
2129
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2130
+ product?: string;
2131
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2132
+ resource?: string;
2133
+ // What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
2134
+ selectedExportType?: string;
2135
+ // Does the vertical using Cairo support total number of items in list
2136
+ supportsTotal?: boolean;
2137
+ };
2138
+ export type cairoUndoClickedParams = {
2139
+ // The action's name the user wants to undo and triggered the toast (for example: view- save changes, view- rename, view- delete etc.)
2140
+ actionName?: string;
2141
+ // Artifact that owns the component
2142
+ artifactId?: string;
2143
+ // cairo version
2144
+ cairoVersion?: string;
2145
+ // Which attributes have changed from the saved status to the current
2146
+ changedAttributes?: string;
2147
+ // (Optional) Component name, if there are two components of the same type per artifact
2148
+ componentName?: string;
2149
+ // Picker Standalone/Picker Modal/Table/Cards
2150
+ componentType?: string;
2151
+ csid?: GUID;
2152
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
2153
+ currentFilters?: string;
2154
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
2155
+ currentSortOrder?: string;
2156
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
2157
+ currentTab?: string;
2158
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
2159
+ currentView?: string;
2160
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
2161
+ domain?: string;
2162
+ // How many items are to be presented (filtered)
2163
+ filteredListSize?: number;
2164
+ // How many items were presented (filtered) to the user when he made the action he wants to undo?
2165
+ filteredListSizeShown?: number;
2166
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2167
+ product?: string;
2168
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2169
+ resource?: string;
2170
+ // Which columns were used to sort the list when the user made the action he wants to undo: [{"fieldName": "FIELD_NAME", "order": "asc"}
2171
+ sortOrderApplied?: string;
2172
+ // The view that the undo action was made on
2173
+ viewId?: string;
2174
+ // The view name that the undo action was made on (in case of rename view- this will give the original view name)
2175
+ viewName?: string;
2176
+ // In case of action name=rename view - the new name the user gave to the view and now he undo it
2177
+ viewNameApplied?: string;
2178
+ };
2179
+ export type cairoPageBackOrBreadcrumbClickedParams = {
2180
+ // Artifact that owns the component
2181
+ artifactId?: string;
2182
+ // 'Back' (for back button clicked) / The category's name the users clicked on.
2183
+ buttonName?: string;
2184
+ // Cairo version
2185
+ cairoVersion?: string;
2186
+ // (Optional) Page name, if there are two pages of the same type per artifact
2187
+ componentName?: string;
2188
+ // Page
2189
+ componentType?: string;
2190
+ csid?: GUID;
2191
+ // Higher hierarchy (can be relevant both for back button and breadcrumb clicked )/ Last page in BM (relevant only for back button clicked)
2192
+ destination_page_type?: string;
2193
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
2194
+ domain?: string;
2195
+ // Collection Page
2196
+ pageType?: string;
2197
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2198
+ product?: string;
2199
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2200
+ resource?: string;
2201
+ // Relevant only for "cta type"="more actions option". For now, will get one of the values: Vertical / Cairo
2202
+ section?: string;
2203
+ };
2204
+ export type cairoTpaSCtaClickedParams = {
2205
+ // App ID (for now- please look at tpaComponentId field description to get this data)
2206
+ appId?: GUID;
2207
+ // Artifact that owns the component
2208
+ artifactId?: string;
2209
+ // Cairo version
2210
+ cairoVersion?: string;
2211
+ // (Optional) Component's name, if there are two components of the same type per artifact
2212
+ componentName?: string;
2213
+ // Table, Grid, Page etc.
2214
+ componentType?: string;
2215
+ csid?: GUID;
2216
+ // 0 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the page dropdown menu/ Toolbar
2217
+ ctaIndex?: number;
2218
+ // TPA's component_id. To get the TPA app_id - use the table mysql.app_service.components- join on table.component_id= event.ctaName
2219
+ ctaName?: string;
2220
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
2221
+ domain?: string;
2222
+ // Page More Action Dropdown / Component Bulk action Toolbar
2223
+ location?: string;
2224
+ // How many CTAs are available in the page dropdown menu / toolbar?
2225
+ numCtas?: number;
2226
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2227
+ product?: string;
2228
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2229
+ resource?: string;
2230
+ // TPA's component_id from dev center. To get the TPA app_id - use the table mysql.app_service.components- join on table.component_id= event.tpa_component_id
2231
+ tpaComponentId?: string;
2232
+ };
2233
+ export type pikachuCategoriesDropdownButtonClickedParams = {
2234
+ // Artifact that owns the component
2235
+ artifactId?: string;
2236
+ cairoVersion?: string;
2237
+ // (Optional) Component name, if there are two components of the same type per artifact
2238
+ componentName?: string;
2239
+ componentType?: string;
2240
+ csid?: GUID;
2241
+ // Optional domain name from FQDN (CRM, Store, etc.)
2242
+ domain?: string;
2243
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2244
+ product?: string;
2245
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2246
+ resource?: string;
2247
+ };
2248
+ export type cairoTagsUnsuccessfulUpdateInServerParams = {
2249
+ // Add / Delete / Rename / Assign / Remove assign / Add and assign / Load tags widget
2250
+ actionName?: string;
2251
+ // Artifact that owns the component
2252
+ artifactId?: string;
2253
+ // Cairo version
2254
+ cairoVersion?: string;
2255
+ // (Optional) Page name, if there are two pages of the same type per artifact
2256
+ componentName?: string;
2257
+ // Component type
2258
+ componentType?: string;
2259
+ // Cairo session ID
2260
+ csid?: GUID;
2261
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
2262
+ domain?: string;
2263
+ // What is the type of the error? Technical issue / Network error
2264
+ errorType?: string;
2265
+ // How many tags are in the modal after this action?
2266
+ numTags?: number;
2267
+ // Where did the user make the action from? Tags Modal / Entity page
2268
+ origin?: string;
2269
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2270
+ product?: string;
2271
+ // resource
2272
+ resource?: string;
2273
+ // The name of the removed/added/assigned tag
2274
+ tagName?: string;
2275
+ };
2276
+ export type pickerModalUsabilityParams = {
2277
+ // Use cases: search/search results/checkbox/continue/dismiss/load more
2278
+ action?: string;
2279
+ // Artifact that owns the component
2280
+ artifactId?: string;
2281
+ cairoVersion?: string;
2282
+ // Optional in case having 2 pickers under the same artifact
2283
+ componentName?: string;
2284
+ componentType?: string;
2285
+ csid?: GUID;
2286
+ // Optional domain name from FDQN (CRM, Store, etc.)
2287
+ domain?: string;
2288
+ // How many items are to presented (filtered)
2289
+ filteredListSize?: number;
2290
+ // (Optional) ID of item checked
2291
+ itemId?: string;
2292
+ // (Optional) Number of total items checked
2293
+ itemsCnt?: number;
2294
+ // (Optional) Number of additional items loaded
2295
+ itemsLoadedCnt?: number;
2296
+ // How many items exist (full list)
2297
+ listSize?: number;
2298
+ // (Optional) Loading time for use cases such as search results or load more
2299
+ loadingTime?: number;
2300
+ // Max items to select in picker
2301
+ maxItems?: number;
2302
+ // The instance that lead to this (Inbox)
2303
+ pickSource?: string;
2304
+ // Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
2305
+ product?: string;
2306
+ // Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
2307
+ resource?: string;
2308
+ // (Optional) Number of search results
2309
+ searchResultsCnt?: number;
2310
+ // (Optional) Search term used
2311
+ searchTerm?: string;
2312
+ // standalone/modal
2313
+ type?: string;
2314
+ };
2315
+ export type cairoSortPanelUsedParams = {
2316
+ artifactId?: string;
2317
+ // Cairo version
2318
+ cairoVersion?: string;
2319
+ // (Optional) Component name, if there are two components of the same type per artifact
2320
+ componentName?: string;
2321
+ // Table/Cards
2322
+ componentType?: string;
2323
+ csid?: GUID;
2324
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
2325
+ currentSortOrder?: string;
2326
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
2327
+ domain?: string;
2328
+ // TRUE if the user just opened the sidebar; FALSE if closed
2329
+ isOpened?: boolean;
2330
+ // How many columns actively sort the data?
2331
+ numSortedColumns?: number;
2332
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2333
+ product?: string;
2334
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2335
+ resource?: string;
2336
+ };
2337
+ export type cairoTagsAssignTagParams = {
2338
+ // Assign / Remove
2339
+ actionName?: string;
2340
+ // Artifact that owns the component
2341
+ artifactId?: string;
2342
+ // Cairo version
2343
+ cairoVersion?: string;
2344
+ // (Optional) Component name, if there are two components of the same type per artifact
2345
+ componentName?: string;
2346
+ // Component type
2347
+ componentType?: string;
2348
+ // Cairo session ID
2349
+ csid?: GUID;
2350
+ // (Optional) Domain name from FQDN (CRM, Store, etc.)
2351
+ domain?: string;
2352
+ // Is the action made from a list of tags search results?
2353
+ isFromSearch?: boolean;
2354
+ // (Relevant if numItems=1) The Item which the tag was assigned to / removed from
2355
+ itemId?: string;
2356
+ // How many items have been selected?
2357
+ numItems?: number;
2358
+ // How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
2359
+ numTags?: number;
2360
+ // (Relevant if numItems=1) How many tags are assigned to that item after this action?
2361
+ numTagsAssigned?: number;
2362
+ // Where did the user make the action from? Entity page /
2363
+ origin?: string;
2364
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2365
+ product?: string;
2366
+ // resource
2367
+ resource?: string;
2368
+ // The name of the assigned/ removed tag
2369
+ tagName?: string;
2370
+ };
2371
+ export type cairoApiRequestDataLoadEndParams = {
2372
+ // Artifact that owns the component
2373
+ artifactId?: string;
2374
+ // Cairo version
2375
+ cairoVersion?: string;
2376
+ // (Optional) Component name, if there are two components of the same type per artifact
2377
+ componentName?: string;
2378
+ // Picker Standalone/Picker Modal/Table/Cards
2379
+ componentType?: string;
2380
+ csid?: GUID;
2381
+ // A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
2382
+ currentFilters?: string;
2383
+ // Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
2384
+ currentSortOrder?: string;
2385
+ // Which tab is currently displayed to the user. Relevant for Table and Cards.
2386
+ currentTab?: string;
2387
+ // Which view is currently displayed to the user. Relevant for Table and Cards.
2388
+ currentView?: string;
2389
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
2390
+ domain?: string;
2391
+ // Duration in ms, from clicking on the save button until getting the error indication
2392
+ duration?: number;
2393
+ // Technical issue / Logic error / Network error / External error
2394
+ errorType?: string;
2395
+ // How many items are to be presented (filtered)
2396
+ filteredListSize?: number;
2397
+ // Initial number of items loaded (before scroll and autoload)
2398
+ initialItems?: number;
2399
+ // Entity / Collection
2400
+ pageType?: string;
2401
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2402
+ product?: string;
2403
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2404
+ resource?: string;
2405
+ // the page's route
2406
+ route?: string;
2407
+ };