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