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