@wix/bex-utils 1.29.0 → 1.30.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.
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
- 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 +33 -3
- 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 +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
- 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 → benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs}/spi/v1/policy_provider_spi.proto +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/reservations/v1/custom_reservation_approval.proto +14 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
- 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 +6 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- 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 +5 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +19 -0
- 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 +6 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- 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 +8 -7
- 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 +24 -15
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- 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 +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
- 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 +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +765 -5
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +154 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +765 -5
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +154 -2
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +154 -2
- package/@wix/bi-logger-cairo-os/package.json +2 -2
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +153 -1
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +765 -5
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +153 -1
- package/@wix/bi-logger-cairo-os/src/types.ts +154 -3
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +154 -2
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +4 -4
- package/package.json +2 -2
- 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 +0 -19
|
@@ -6,12 +6,14 @@ import { LogObject, cairoAllFiltersClearedParams, cairoApiRequestDataLoadEndPara
|
|
|
6
6
|
* Event description: Sent when a component is dismissed. Relevant components: Picker Modal.
|
|
7
7
|
*
|
|
8
8
|
* @param {componentDismissedParams} params - The parameters for this event
|
|
9
|
+
* @property {string} appId
|
|
9
10
|
* @property {string} artifactId - Artifact that owns the component
|
|
10
11
|
* @property {string} cairoVersion
|
|
11
12
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
12
13
|
* @property {string} componentType - Picker Modal / Picker Dropdown
|
|
13
14
|
* @property {GUID} csid
|
|
14
15
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
16
|
+
* @property {boolean} isTPA
|
|
15
17
|
* @property {string} origin - X button/Cancel button
|
|
16
18
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
17
19
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -27,6 +29,7 @@ export function componentDismissed(params: componentDismissedParams): LogObject<
|
|
|
27
29
|
* Event description: Sent when a Cairo component is done loading more items (after scrolling). Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
28
30
|
*
|
|
29
31
|
* @param {loadMoreParams} params - The parameters for this event
|
|
32
|
+
* @property {string} appId
|
|
30
33
|
* @property {string} artifactId - Artifact that owns the component
|
|
31
34
|
* @property {string} cairoVersion
|
|
32
35
|
* @property {string} componentName - Component name, if there are two components of the same type per artifact
|
|
@@ -38,6 +41,7 @@ export function componentDismissed(params: componentDismissedParams): LogObject<
|
|
|
38
41
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
39
42
|
* @property {string} domain - Optional domain name from FQDN (crm, stores, etc.)
|
|
40
43
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
44
|
+
* @property {boolean} isTPA
|
|
41
45
|
* @property {number} loadedItems - How many new items were loaded in this action
|
|
42
46
|
* @property {number} loadingTime - Component loading time in ms
|
|
43
47
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -54,6 +58,7 @@ export function loadMore(params: loadMoreParams): LogObject<loadMoreParams> {
|
|
|
54
58
|
* Event description: Sent when a user finish to drag an item
|
|
55
59
|
*
|
|
56
60
|
* @param {cairoDragItemEndDropParams} params - The parameters for this event
|
|
61
|
+
* @property {string} appId
|
|
57
62
|
* @property {string} artifactId - Artifact that owns the component
|
|
58
63
|
* @property {string} cairoVersion - cairo version
|
|
59
64
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -75,6 +80,7 @@ export function loadMore(params: loadMoreParams): LogObject<loadMoreParams> {
|
|
|
75
80
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
76
81
|
* @property {boolean} isFromHandle - Is the item dragged from the handle area?
|
|
77
82
|
* @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
83
|
+
* @property {boolean} isTPA
|
|
78
84
|
* @property {string} itemId - ID of the item that the user tries to drag
|
|
79
85
|
* @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
86
|
* @property {number} itemIndexBefore - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
|
|
@@ -95,6 +101,7 @@ export function cairoDragItemEndDrop(params: cairoDragItemEndDropParams): LogObj
|
|
|
95
101
|
*
|
|
96
102
|
* @param {pickerPickerOpenButtonParams} params - The parameters for this event
|
|
97
103
|
* @property {string} action - Any picker button option (render/hover/click)
|
|
104
|
+
* @property {string} appId
|
|
98
105
|
* @property {string} artifactId - Artifact that owns the component
|
|
99
106
|
* @property {string} cairoVersion
|
|
100
107
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -103,6 +110,7 @@ export function cairoDragItemEndDrop(params: cairoDragItemEndDropParams): LogObj
|
|
|
103
110
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
104
111
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
105
112
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
113
|
+
* @property {boolean} isTPA
|
|
106
114
|
* @property {number} listSize - How many items exist (full list)
|
|
107
115
|
* @property {number} maxItems - Max items to select in picker
|
|
108
116
|
* @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
|
|
@@ -120,6 +128,7 @@ export function pickerPickerOpenButton(params: pickerPickerOpenButtonParams): Lo
|
|
|
120
128
|
* 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
129
|
*
|
|
122
130
|
* @param {cairoDiscardChangesBeforeApplyParams} params - The parameters for this event
|
|
131
|
+
* @property {string} appId
|
|
123
132
|
* @property {string} artifactId - Artifact that owns the component
|
|
124
133
|
* @property {string} cairoVersion - Cairo version
|
|
125
134
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -128,6 +137,7 @@ export function pickerPickerOpenButton(params: pickerPickerOpenButtonParams): Lo
|
|
|
128
137
|
* @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
138
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
130
139
|
* @property {string} feature - Filters / Drag and Drop
|
|
140
|
+
* @property {boolean} isTPA
|
|
131
141
|
* @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
142
|
* @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
|
|
133
143
|
* @property {number} numOptionalFields - (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
|
|
@@ -146,6 +156,7 @@ export function cairoDiscardChangesBeforeApply(params: cairoDiscardChangesBefore
|
|
|
146
156
|
* Event description: Sent when a user select/deselects an item(s) in a list
|
|
147
157
|
*
|
|
148
158
|
* @param {cairoItemSelectionToggledParams} params - The parameters for this event
|
|
159
|
+
* @property {string} appId
|
|
149
160
|
* @property {string} artifactId - Artifact that owns the component
|
|
150
161
|
* @property {string} cairoVersion
|
|
151
162
|
* @property {string} clickType - The click purpose : "Selection" / "Deselection"
|
|
@@ -163,6 +174,7 @@ export function cairoDiscardChangesBeforeApply(params: cairoDiscardChangesBefore
|
|
|
163
174
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
164
175
|
* @property {boolean} isFromSearch - Is the item selected from a list of search results
|
|
165
176
|
* @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").
|
|
177
|
+
* @property {boolean} isTPA
|
|
166
178
|
* @property {string} itemId - ID of item that is checked/unchecked (isSelectAll = TRUE --> itemId = "All")
|
|
167
179
|
* @property {number} itemIndex - Out of the list of results, what is the index of the clicked item.
|
|
168
180
|
* ** isSelectAll = TRUE --> itemIndex = 0
|
|
@@ -188,6 +200,7 @@ export function cairoItemSelectionToggled(params: cairoItemSelectionToggledParam
|
|
|
188
200
|
* Event description: Cairo picker finished loading
|
|
189
201
|
*
|
|
190
202
|
* @param {pickerEndLoadParams} params - The parameters for this event
|
|
203
|
+
* @property {string} appId
|
|
191
204
|
* @property {string} artifactId - Artifact that owns the component
|
|
192
205
|
* @property {string} cairoVersion
|
|
193
206
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -196,6 +209,7 @@ export function cairoItemSelectionToggled(params: cairoItemSelectionToggledParam
|
|
|
196
209
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
197
210
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
198
211
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
212
|
+
* @property {boolean} isTPA
|
|
199
213
|
* @property {number} listSize - How many items exist (full list)
|
|
200
214
|
* @property {number} loadingTime - ms
|
|
201
215
|
* @property {number} maxItems - Max items to select in picker
|
|
@@ -214,6 +228,7 @@ export function pickerEndLoad(params: pickerEndLoadParams): LogObject<pickerEndL
|
|
|
214
228
|
* 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
229
|
*
|
|
216
230
|
* @param {cairoNestedTableCollapseAndExpandParams} params - The parameters for this event
|
|
231
|
+
* @property {string} appId
|
|
217
232
|
* @property {string} artifactId - Artifact that owns the component
|
|
218
233
|
* @property {string} cairoVersion - cairo version
|
|
219
234
|
* @property {string} clickType - The click purpose : "Collapse" / "Expand"
|
|
@@ -230,6 +245,7 @@ export function pickerEndLoad(params: pickerEndLoadParams): LogObject<pickerEndL
|
|
|
230
245
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
231
246
|
* @property {boolean} isFromSearch - Is the item selected from a list of search results
|
|
232
247
|
* @property {boolean} isSelectAll - True if the user chose to collapse / expand all categories simultaneously
|
|
248
|
+
* @property {boolean} isTPA
|
|
233
249
|
* @property {string} itemId - ID of the clicked item .If "Is select all"= true, then Null
|
|
234
250
|
* @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
251
|
* @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
|
|
@@ -248,6 +264,7 @@ export function cairoNestedTableCollapseAndExpand(params: cairoNestedTableCollap
|
|
|
248
264
|
* Event description: Sent when a Cairo component is done loading. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
249
265
|
*
|
|
250
266
|
* @param {loadEndParams} params - The parameters for this event
|
|
267
|
+
* @property {string} appId
|
|
251
268
|
* @property {string} artifactId - Artifact that owns the component
|
|
252
269
|
* @property {string} cairoVersion
|
|
253
270
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -262,6 +279,7 @@ export function cairoNestedTableCollapseAndExpand(params: cairoNestedTableCollap
|
|
|
262
279
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
263
280
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
264
281
|
* @property {boolean} isInternalPage - Is under bo.wix.com (new from 03/2023)
|
|
282
|
+
* @property {boolean} isTPA
|
|
265
283
|
* @property {number} listSize - How many items exist (full list, unfiltered). Relevant for Picker.
|
|
266
284
|
* @property {number} loadingTime - Component loading time in ms
|
|
267
285
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -280,6 +298,7 @@ export function loadEnd(params: loadEndParams): LogObject<loadEndParams> {
|
|
|
280
298
|
*
|
|
281
299
|
* @param {cairoTagsAddDeleteTagParams} params - The parameters for this event
|
|
282
300
|
* @property {string} actionName - Add / Delete / Rename
|
|
301
|
+
* @property {string} appId
|
|
283
302
|
* @property {string} artifactId - Artifact that owns the component
|
|
284
303
|
* @property {string} cairoVersion - Cairo version
|
|
285
304
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -287,6 +306,7 @@ export function loadEnd(params: loadEndParams): LogObject<loadEndParams> {
|
|
|
287
306
|
* @property {GUID} csid - Cairo session ID
|
|
288
307
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
289
308
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
309
|
+
* @property {boolean} isTPA
|
|
290
310
|
* @property {number} numTags - How many tags are in the modal after this action?
|
|
291
311
|
* @property {string} origin - Where did the user make the action from? Tags Modal /
|
|
292
312
|
* @property {string} previousName - (Relevant only for action name=Rename) The tag's name, before the change
|
|
@@ -305,6 +325,7 @@ export function cairoTagsAddDeleteTag(params: cairoTagsAddDeleteTagParams): LogO
|
|
|
305
325
|
* Event description: Sent when the export process begins
|
|
306
326
|
*
|
|
307
327
|
* @param {cairoExportProcessStartParams} params - The parameters for this event
|
|
328
|
+
* @property {string} appId
|
|
308
329
|
* @property {string} artifactId - Artifact that owns the component
|
|
309
330
|
* @property {string} cairoVersion
|
|
310
331
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -312,6 +333,7 @@ export function cairoTagsAddDeleteTag(params: cairoTagsAddDeleteTagParams): LogO
|
|
|
312
333
|
* @property {GUID} csid
|
|
313
334
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
314
335
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
336
|
+
* @property {boolean} isTPA
|
|
315
337
|
* @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
338
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
317
339
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -330,6 +352,7 @@ export function cairoExportProcessStart(params: cairoExportProcessStartParams):
|
|
|
330
352
|
* Event description: Sent when the user clicks a CTA in the "Export Failed" modal
|
|
331
353
|
*
|
|
332
354
|
* @param {cairoExportFailedModalCtaClickedParams} params - The parameters for this event
|
|
355
|
+
* @property {string} appId
|
|
333
356
|
* @property {string} artifactId - Artifact that owns the component
|
|
334
357
|
* @property {string} cairoVersion
|
|
335
358
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -338,6 +361,7 @@ export function cairoExportProcessStart(params: cairoExportProcessStartParams):
|
|
|
338
361
|
* @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
362
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
340
363
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
364
|
+
* @property {boolean} isTPA
|
|
341
365
|
* @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
366
|
* @property {number} numItemsExported - How many items were exported before the export failed.
|
|
343
367
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -357,6 +381,7 @@ export function cairoExportFailedModalCtaClicked(params: cairoExportFailedModalC
|
|
|
357
381
|
* 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
382
|
*
|
|
359
383
|
* @param {cairoSearchViewInViewsParams} params - The parameters for this event
|
|
384
|
+
* @property {string} appId
|
|
360
385
|
* @property {string} artifactId - Artifact that owns the component
|
|
361
386
|
* @property {string} cairoVersion - Cairo version
|
|
362
387
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -364,6 +389,7 @@ export function cairoExportFailedModalCtaClicked(params: cairoExportFailedModalC
|
|
|
364
389
|
* @property {GUID} csid
|
|
365
390
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
366
391
|
* @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).
|
|
392
|
+
* @property {boolean} isTPA
|
|
367
393
|
* @property {number} numCategoriesInResults - Out of searchResultsCnt - how many results are from type of "categories"?
|
|
368
394
|
* @property {number} numViews - The distinct views IDs the users has when he searches a view
|
|
369
395
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -382,6 +408,7 @@ export function cairoSearchViewInViews(params: cairoSearchViewInViewsParams): Lo
|
|
|
382
408
|
* Event description: Cairo picker starts loading
|
|
383
409
|
*
|
|
384
410
|
* @param {pickerStartLoadParams} params - The parameters for this event
|
|
411
|
+
* @property {string} appId
|
|
385
412
|
* @property {string} artifactId - Artifact that owns the component
|
|
386
413
|
* @property {string} cairoVersion
|
|
387
414
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -390,6 +417,7 @@ export function cairoSearchViewInViews(params: cairoSearchViewInViewsParams): Lo
|
|
|
390
417
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
391
418
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
392
419
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
420
|
+
* @property {boolean} isTPA
|
|
393
421
|
* @property {number} listSize - How many items exist (full list)
|
|
394
422
|
* @property {number} maxItems - Max items to select in picker
|
|
395
423
|
* @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
|
|
@@ -408,6 +436,7 @@ export function pickerStartLoad(params: pickerStartLoadParams): LogObject<picker
|
|
|
408
436
|
*
|
|
409
437
|
* @param {loadStartParams} params - The parameters for this event
|
|
410
438
|
* @property {string} additionalFeaturesAvailability - Json field :({featureName: boolean}) (new from 06/2023), for features that don't suppose to impact performance
|
|
439
|
+
* @property {string} appId
|
|
411
440
|
* @property {string} artifactId - Artifact that owns the component
|
|
412
441
|
* @property {string} cairoVersion - cairo version
|
|
413
442
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -419,6 +448,7 @@ export function pickerStartLoad(params: pickerStartLoadParams): LogObject<picker
|
|
|
419
448
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
420
449
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
421
450
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
451
|
+
* @property {boolean} isTPA
|
|
422
452
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
423
453
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
424
454
|
* @property {Url} url - The page's url (new from 03/2023)
|
|
@@ -434,12 +464,14 @@ export function loadStart(params: loadStartParams): LogObject<loadStartParams> {
|
|
|
434
464
|
* Event description: Sent when user selects a category from the Pikachu category menu (e.g. Coupons/Services/Products)
|
|
435
465
|
*
|
|
436
466
|
* @param {pikachuItemCategorySelectedParams} params - The parameters for this event
|
|
467
|
+
* @property {string} appId
|
|
437
468
|
* @property {string} artifactId - Artifact that owns the component
|
|
438
469
|
* @property {string} cairoVersion
|
|
439
470
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
440
471
|
* @property {string} componentType
|
|
441
472
|
* @property {GUID} csid
|
|
442
473
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
474
|
+
* @property {boolean} isTPA
|
|
443
475
|
* @property {string} itemCategory - Which type of item would we like to pick: 'Collection'/'Product'/'Service'/'Coupon'/'Standalone form'/'Invoice'/'Price quote'
|
|
444
476
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
445
477
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -455,6 +487,7 @@ export function pikachuItemCategorySelected(params: pikachuItemCategorySelectedP
|
|
|
455
487
|
* Event description: Sent when a user clicks the "Export" CTA in a Cairo component
|
|
456
488
|
*
|
|
457
489
|
* @param {cairoExportCtaClickedParams} params - The parameters for this event
|
|
490
|
+
* @property {string} appId
|
|
458
491
|
* @property {string} artifactId - Artifact that owns the component
|
|
459
492
|
* @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
493
|
* @property {string} cairoVersion
|
|
@@ -465,6 +498,7 @@ export function pikachuItemCategorySelected(params: pikachuItemCategorySelectedP
|
|
|
465
498
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
466
499
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
467
500
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
501
|
+
* @property {boolean} isTPA
|
|
468
502
|
* @property {number} numSelectedItems - How many items does the user wish to export
|
|
469
503
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
470
504
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -480,6 +514,7 @@ export function cairoExportCtaClicked(params: cairoExportCtaClickedParams): LogO
|
|
|
480
514
|
* Event description: Sent when the user clicks any of the CTAs in the "Cancel the export?" modal
|
|
481
515
|
*
|
|
482
516
|
* @param {cairoCancelExportModalCtaClickedParams} params - The parameters for this event
|
|
517
|
+
* @property {string} appId
|
|
483
518
|
* @property {string} artifactId - Artifact that owns the component
|
|
484
519
|
* @property {string} cairoVersion
|
|
485
520
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -489,6 +524,7 @@ export function cairoExportCtaClicked(params: cairoExportCtaClickedParams): LogO
|
|
|
489
524
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
490
525
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
491
526
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
527
|
+
* @property {boolean} isTPA
|
|
492
528
|
* @property {string} modalType - Did the user try to close the tab ("Browser") or cancel the export ("Export")
|
|
493
529
|
* @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
530
|
* @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
|
|
@@ -509,12 +545,14 @@ export function cairoCancelExportModalCtaClicked(params: cairoCancelExportModalC
|
|
|
509
545
|
* 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
546
|
*
|
|
511
547
|
* @param {cairoPageDiscardChangesBeforeSaveParams} params - The parameters for this event
|
|
548
|
+
* @property {string} appId
|
|
512
549
|
* @property {string} artifactId - Artifact that owns the component
|
|
513
550
|
* @property {string} cairoVersion - Cairo version
|
|
514
551
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
515
552
|
* @property {string} componentType - Table/Cards / Picker
|
|
516
553
|
* @property {GUID} csid - Cairo session ID
|
|
517
554
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
555
|
+
* @property {boolean} isTPA
|
|
518
556
|
* @property {number} numOfActions - Number of changed fields that their changes can be lost
|
|
519
557
|
* @property {number} numOfFields - How many fields are there that can be change in this page?
|
|
520
558
|
* @property {string} origin - Cancel CTA / Breadcrumbs / Back button / Navigation
|
|
@@ -533,6 +571,7 @@ export function cairoPageDiscardChangesBeforeSave(params: cairoPageDiscardChange
|
|
|
533
571
|
* Event description: Sent when the user clicks the "Download Manually" button in the toast that is displayed after the export process is complete
|
|
534
572
|
*
|
|
535
573
|
* @param {cairoFileDownloadToastDownloadButtonClickedParams} params - The parameters for this event
|
|
574
|
+
* @property {string} appId
|
|
536
575
|
* @property {string} artifactId - Artifact that owns the component
|
|
537
576
|
* @property {string} cairoVersion
|
|
538
577
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -542,6 +581,7 @@ export function cairoPageDiscardChangesBeforeSave(params: cairoPageDiscardChange
|
|
|
542
581
|
* @property {number} duration - How much time (in ms) was the notification displayed before the button was clicked
|
|
543
582
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
544
583
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
584
|
+
* @property {boolean} isTPA
|
|
545
585
|
* @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
586
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
547
587
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -557,7 +597,8 @@ export function cairoFileDownloadToastDownloadButtonClicked(params: cairoFileDow
|
|
|
557
597
|
* Event description: Sent when a user is making his first change in visible columns- add / remove / reorder them- for every time he opened the side panel. Relevant components: Table, Cards.
|
|
558
598
|
*
|
|
559
599
|
* @param {cairoCustomizeColumnsInSidePanelParams} params - The parameters for this event
|
|
560
|
-
* @property {string} actionName -
|
|
600
|
+
* @property {string} actionName - Visibility / Reorder
|
|
601
|
+
* @property {string} appId
|
|
561
602
|
* @property {string} artifactId - Artifact that owns the component
|
|
562
603
|
* @property {string} cairoVersion - version
|
|
563
604
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -566,11 +607,11 @@ export function cairoFileDownloadToastDownloadButtonClicked(params: cairoFileDow
|
|
|
566
607
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards. (new field from 01/2023)
|
|
567
608
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
568
609
|
* @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)
|
|
610
|
+
* @property {boolean} isTPA
|
|
569
611
|
* @property {number} numColumns - How many columns are shown? (new field from 01/2023)
|
|
570
612
|
* @property {number} numFiltersActive - The number of active filters when the user opened/closed the panel/menu
|
|
571
613
|
* @property {number} numFiltersInView - How many filters comprise the saved view (new field from 01/2023)
|
|
572
614
|
* @property {number} numSortedColumns - How many columns actively sort the data? (new field from 01/2023)
|
|
573
|
-
* @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
|
|
574
615
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
575
616
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
576
617
|
* @property {string} visibleColumnsOrder - Which columns are currently shown to the user - by the order the user defined (new field from 01/2023)
|
|
@@ -586,6 +627,7 @@ export function cairoCustomizeColumnsInSidePanel(params: cairoCustomizeColumnsIn
|
|
|
586
627
|
* Event description: Sent when a user selects a tab in a Cairo component. Relevant components: Table, Cards.
|
|
587
628
|
*
|
|
588
629
|
* @param {cairoTabSelectedParams} params - The parameters for this event
|
|
630
|
+
* @property {string} appId
|
|
589
631
|
* @property {string} artifactId - Artifact that owns the component
|
|
590
632
|
* @property {string} cairoVersion
|
|
591
633
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -594,6 +636,7 @@ export function cairoCustomizeColumnsInSidePanel(params: cairoCustomizeColumnsIn
|
|
|
594
636
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
595
637
|
* @property {number} filteredListSize - How many items are currently presented to user, after new tab selection
|
|
596
638
|
* @property {boolean} hasAllTab - TRUE if "All" tab is displayed for this component; FALSE otherwise
|
|
639
|
+
* @property {boolean} isTPA
|
|
597
640
|
* @property {string} newTabId - Name of the newly selected tab
|
|
598
641
|
* @property {number} newTabIndex - Index of the newly selected tab. 1 <= newTabIndex <= numTabs.
|
|
599
642
|
* @property {number} numTabs - How many tabs are dispalyed to the user
|
|
@@ -614,6 +657,7 @@ export function cairoTabSelected(params: cairoTabSelectedParams): LogObject<cair
|
|
|
614
657
|
*
|
|
615
658
|
* @param {cairoViewsUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
616
659
|
* @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
660
|
+
* @property {string} appId
|
|
617
661
|
* @property {string} artifactId - Artifact that owns the component
|
|
618
662
|
* @property {string} cairoVersion - cairo version
|
|
619
663
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -628,6 +672,7 @@ export function cairoTabSelected(params: cairoTabSelectedParams): LogObject<cair
|
|
|
628
672
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
629
673
|
* @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.
|
|
630
674
|
* @property {boolean} isFromSearch - Was the failed action made on a search results?
|
|
675
|
+
* @property {boolean} isTPA
|
|
631
676
|
* @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
|
|
632
677
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
633
678
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -646,6 +691,7 @@ export function cairoViewsUnsuccessfulUpdateInServer(params: cairoViewsUnsuccess
|
|
|
646
691
|
* Event description: Sent when a user clicks on a CTA in an an opened modal
|
|
647
692
|
*
|
|
648
693
|
* @param {cairoModalCtaClickedParams} params - The parameters for this event
|
|
694
|
+
* @property {string} appId
|
|
649
695
|
* @property {string} artifactId - Artifact that owns the component
|
|
650
696
|
* @property {string} cairoVersion - cairo version
|
|
651
697
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -653,6 +699,7 @@ export function cairoViewsUnsuccessfulUpdateInServer(params: cairoViewsUnsuccess
|
|
|
653
699
|
* @property {GUID} csid - Cairo session id
|
|
654
700
|
* @property {string} ctaName - The CTA name the user chose to do in the modal (for example: save, cancel, archive etc.). English only, not localized
|
|
655
701
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
702
|
+
* @property {boolean} isTPA
|
|
656
703
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
657
704
|
* @property {string} modalName - The modal's title (Archive custom field, etc.)
|
|
658
705
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -669,6 +716,7 @@ export function cairoModalCtaClicked(params: cairoModalCtaClickedParams): LogObj
|
|
|
669
716
|
* Event description: Sent when a user clears all of the filters used in a Cairo component. Relevant components: Table, Cards.
|
|
670
717
|
*
|
|
671
718
|
* @param {cairoAllFiltersClearedParams} params - The parameters for this event
|
|
719
|
+
* @property {string} appId
|
|
672
720
|
* @property {string} artifactId - Artifact that owns the component
|
|
673
721
|
* @property {string} cairoVersion
|
|
674
722
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -677,6 +725,7 @@ export function cairoModalCtaClicked(params: cairoModalCtaClickedParams): LogObj
|
|
|
677
725
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
678
726
|
* @property {string} filterNames - Comma separated list of filter names that have been cleared
|
|
679
727
|
* @property {number} filteredListSize - How many items were presented to user, before all of the filters were cleared
|
|
728
|
+
* @property {boolean} isTPA
|
|
680
729
|
* @property {number} numFiltersCleared - How many filters have been cleared
|
|
681
730
|
* @property {string} origin - "sidebar"/"toolbar"
|
|
682
731
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -693,6 +742,7 @@ export function cairoAllFiltersCleared(params: cairoAllFiltersClearedParams): Lo
|
|
|
693
742
|
* 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.
|
|
694
743
|
*
|
|
695
744
|
* @param {cairoCtaClickedParams} params - The parameters for this event
|
|
745
|
+
* @property {string} appId
|
|
696
746
|
* @property {string} artifactId - Artifact that owns the component
|
|
697
747
|
* @property {string} cairoVersion
|
|
698
748
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -704,6 +754,7 @@ export function cairoAllFiltersCleared(params: cairoAllFiltersClearedParams): Lo
|
|
|
704
754
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
705
755
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
706
756
|
* @property {boolean} isSelectAll - Are all items in the list selected. numItems = filteredListSize ==> isSelectAll = TRUE
|
|
757
|
+
* @property {boolean} isTPA
|
|
707
758
|
* @property {string} itemId - ID of the item that the user clicked on its CTA
|
|
708
759
|
* @property {number} itemIndex - Out of the list of items, what is the index of the clicked item . ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
709
760
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
@@ -728,6 +779,7 @@ export function cairoCtaClicked(params: cairoCtaClickedParams): LogObject<cairoC
|
|
|
728
779
|
* 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.
|
|
729
780
|
*
|
|
730
781
|
* @param {cairoChangesBeforeApplyParams} params - The parameters for this event
|
|
782
|
+
* @property {string} appId
|
|
731
783
|
* @property {string} artifactId - Artifact that owns the component
|
|
732
784
|
* @property {string} cairoVersion - Cairo version
|
|
733
785
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -738,6 +790,7 @@ export function cairoCtaClicked(params: cairoCtaClickedParams): LogObject<cairoC
|
|
|
738
790
|
* @property {string} fieldName - The field that the user chose to change (not necessary to save) (Null if the user clicked on "clear")
|
|
739
791
|
* @property {string} fieldValue - The chosen value of the field (Null if the user clicked on "clear")
|
|
740
792
|
* @property {boolean} isClearButton - True if the user clicked on the clear button, False otherwise .
|
|
793
|
+
* @property {boolean} isTPA
|
|
741
794
|
* @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)
|
|
742
795
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
743
796
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -754,12 +807,14 @@ export function cairoChangesBeforeApply(params: cairoChangesBeforeApplyParams):
|
|
|
754
807
|
*
|
|
755
808
|
* @param {cairoTagsWidgetClickOnCtaParams} params - The parameters for this event
|
|
756
809
|
* @property {string} actionName - Assign tags / Create tags / Manage tags
|
|
810
|
+
* @property {string} appId
|
|
757
811
|
* @property {string} artifactId - Artifact that owns the component
|
|
758
812
|
* @property {string} cairoVersion - Cairo version
|
|
759
813
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
760
814
|
* @property {string} componentType - Component type
|
|
761
815
|
* @property {GUID} csid - Cairo session ID
|
|
762
816
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
817
|
+
* @property {boolean} isTPA
|
|
763
818
|
* @property {string} itemId - The entity ID
|
|
764
819
|
* @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
|
|
765
820
|
* @property {number} numTagsAssigned - How many tags are already assigned to that item?
|
|
@@ -778,6 +833,7 @@ export function cairoTagsWidgetClickOnCta(params: cairoTagsWidgetClickOnCtaParam
|
|
|
778
833
|
*
|
|
779
834
|
* @param {cairoDataExtensionUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
780
835
|
* @property {string} actionName - The action the user tried to do: Add/ Edit etc. (in English, not localized)
|
|
836
|
+
* @property {string} appId
|
|
781
837
|
* @property {string} artifactId - Artifact that owns the component
|
|
782
838
|
* @property {string} cairoVersion - cairo version
|
|
783
839
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -787,6 +843,7 @@ export function cairoTagsWidgetClickOnCta(params: cairoTagsWidgetClickOnCtaParam
|
|
|
787
843
|
* @property {string} errorType - What is the type of the error? Technical issue / Network error / 10k Limitation
|
|
788
844
|
* @property {string} fieldName - The name the user typed
|
|
789
845
|
* @property {string} fieldType - What type is the added field? Long text / Date / Number etc.
|
|
846
|
+
* @property {boolean} isTPA
|
|
790
847
|
* @property {string} key - The key value
|
|
791
848
|
* @property {string} origin - Where did the user click on "add custom field" from? Custom columns panel / Entity page
|
|
792
849
|
* @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.
|
|
@@ -804,6 +861,7 @@ export function cairoDataExtensionUnsuccessfulUpdateInServer(params: cairoDataEx
|
|
|
804
861
|
* Event description: Sent when a an error in Cairo component loading process happen . Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
805
862
|
*
|
|
806
863
|
* @param {cairoErrorInLoadingAComponentParams} params - The parameters for this event
|
|
864
|
+
* @property {string} appId
|
|
807
865
|
* @property {string} artifactId - Artifact that owns the component
|
|
808
866
|
* @property {string} cairoVersion - cairo version
|
|
809
867
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -818,6 +876,7 @@ export function cairoDataExtensionUnsuccessfulUpdateInServer(params: cairoDataEx
|
|
|
818
876
|
* InitCustomFieldsDataExtensionFailed /
|
|
819
877
|
* InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
|
|
820
878
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
879
|
+
* @property {boolean} isTPA
|
|
821
880
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
822
881
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
823
882
|
* @property {Url} url - The page's url
|
|
@@ -833,6 +892,7 @@ export function cairoErrorInLoadingAComponent(params: cairoErrorInLoadingACompon
|
|
|
833
892
|
* Event description: Sent when a an error in Cairo component loading process happened and the user reload the state
|
|
834
893
|
*
|
|
835
894
|
* @param {cairoReloadErrorStateParams} params - The parameters for this event
|
|
895
|
+
* @property {string} appId
|
|
836
896
|
* @property {string} artifactId - Artifact that owns the component
|
|
837
897
|
* @property {string} cairoVersion - cairo version
|
|
838
898
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -848,6 +908,7 @@ export function cairoErrorInLoadingAComponent(params: cairoErrorInLoadingACompon
|
|
|
848
908
|
* InitCustomFieldsDataExtensionFailed /
|
|
849
909
|
* InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
|
|
850
910
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
911
|
+
* @property {boolean} isTPA
|
|
851
912
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
852
913
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
853
914
|
* @property {Url} url - The page's url
|
|
@@ -863,6 +924,7 @@ export function cairoReloadErrorState(params: cairoReloadErrorStateParams): LogO
|
|
|
863
924
|
* Event description: Sent when the "create new" process ends (and the result is shown to the user)
|
|
864
925
|
*
|
|
865
926
|
* @param {newItemCreationEndParams} params - The parameters for this event
|
|
927
|
+
* @property {string} appId
|
|
866
928
|
* @property {string} artifactId - Artifact that owns the component
|
|
867
929
|
* @property {string} cairoVersion
|
|
868
930
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -872,6 +934,7 @@ export function cairoReloadErrorState(params: cairoReloadErrorStateParams): LogO
|
|
|
872
934
|
* @property {string} currentSortOrder - sort order
|
|
873
935
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
874
936
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
937
|
+
* @property {boolean} isTPA
|
|
875
938
|
* @property {string} itemId - resultType= "success" --> itemId = ID of newly created item; resultType = "dismissed" --> itemId = null
|
|
876
939
|
* @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
|
|
877
940
|
* @property {number} maxItems - Max number of items that can be selected
|
|
@@ -897,12 +960,14 @@ export function newItemCreationEnd(params: newItemCreationEndParams): LogObject<
|
|
|
897
960
|
* Event description: Send when a Tags' widget is loaded. Relevant for Verticals who allow use tags in their tables.
|
|
898
961
|
*
|
|
899
962
|
* @param {cairoTagsWidgetLoadedParams} params - The parameters for this event
|
|
963
|
+
* @property {string} appId
|
|
900
964
|
* @property {string} artifactId - Artifact that owns the component
|
|
901
965
|
* @property {string} cairoVersion - Cairo version
|
|
902
966
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
903
967
|
* @property {string} componentType - Component type
|
|
904
968
|
* @property {GUID} csid - Cairo session ID
|
|
905
969
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
970
|
+
* @property {boolean} isTPA
|
|
906
971
|
* @property {string} itemId - The entity ID (that the widget was loaded in its page)
|
|
907
972
|
* @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
|
|
908
973
|
* @property {number} numTagsAssigned - How many tags are assigned to that entity when the widget is loaded?
|
|
@@ -920,6 +985,7 @@ export function cairoTagsWidgetLoaded(params: cairoTagsWidgetLoadedParams): LogO
|
|
|
920
985
|
* Event description: Sent when the notification at the top of the table is dismissed, either manually or automatically
|
|
921
986
|
*
|
|
922
987
|
* @param {cairoTableTopNotificationDismissedParams} params - The parameters for this event
|
|
988
|
+
* @property {string} appId
|
|
923
989
|
* @property {string} artifactId - Artifact that owns the component
|
|
924
990
|
* @property {string} cairoVersion
|
|
925
991
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -929,6 +995,7 @@ export function cairoTagsWidgetLoaded(params: cairoTagsWidgetLoadedParams): LogO
|
|
|
929
995
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
930
996
|
* @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
|
|
931
997
|
* @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
|
|
998
|
+
* @property {boolean} isTPA
|
|
932
999
|
* @property {string} notificationText - What is displayed to the user, localized
|
|
933
1000
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
934
1001
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -944,6 +1011,7 @@ export function cairoTableTopNotificationDismissed(params: cairoTableTopNotifica
|
|
|
944
1011
|
* Event description: Send when a user click on a section CTA (show more / show less etc.)
|
|
945
1012
|
*
|
|
946
1013
|
* @param {cairoSectionCtaClickedParams} params - The parameters for this event
|
|
1014
|
+
* @property {string} appId
|
|
947
1015
|
* @property {string} artifactId - Artifact that owns the component
|
|
948
1016
|
* @property {string} cairoVersion - Cairo version
|
|
949
1017
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -953,6 +1021,7 @@ export function cairoTableTopNotificationDismissed(params: cairoTableTopNotifica
|
|
|
953
1021
|
* @property {string} ctaName - cta key (show more / show less etc.)
|
|
954
1022
|
* @property {string} ctaType - Main / Secondary / More actions
|
|
955
1023
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1024
|
+
* @property {boolean} isTPA
|
|
956
1025
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
957
1026
|
* @property {string} loaction - CTA location: Section Toolbar, Collection Toolbar
|
|
958
1027
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -970,6 +1039,7 @@ export function cairoSectionCtaClicked(params: cairoSectionCtaClickedParams): Lo
|
|
|
970
1039
|
* Event description: Sent when the export ends successfully and the user is prompted that the file is being downloaded
|
|
971
1040
|
*
|
|
972
1041
|
* @param {cairoFileDownloadToastDisplayedParams} params - The parameters for this event
|
|
1042
|
+
* @property {string} appId
|
|
973
1043
|
* @property {string} artifactId - Artifact that owns the component
|
|
974
1044
|
* @property {string} cairoVersion
|
|
975
1045
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -978,6 +1048,7 @@ export function cairoSectionCtaClicked(params: cairoSectionCtaClickedParams): Lo
|
|
|
978
1048
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
979
1049
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
980
1050
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1051
|
+
* @property {boolean} isTPA
|
|
981
1052
|
* @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
982
1053
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
983
1054
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -994,12 +1065,14 @@ export function cairoFileDownloadToastDisplayed(params: cairoFileDownloadToastDi
|
|
|
994
1065
|
* 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.
|
|
995
1066
|
*
|
|
996
1067
|
* @param {cairoSearchResultsParams} params - The parameters for this event
|
|
1068
|
+
* @property {string} appId
|
|
997
1069
|
* @property {string} artifactId - Artifact that owns the component
|
|
998
1070
|
* @property {string} cairoVersion
|
|
999
1071
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
1000
1072
|
* @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
|
|
1001
1073
|
* @property {GUID} csid
|
|
1002
1074
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1075
|
+
* @property {boolean} isTPA
|
|
1003
1076
|
* @property {number} loadingTime - How much time (in ms) did it take to load the results for searchQuery
|
|
1004
1077
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1005
1078
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1017,6 +1090,7 @@ export function cairoSearchResults(params: cairoSearchResultsParams): LogObject<
|
|
|
1017
1090
|
* Event description: Send when a user click on button that will close "Tags Modal". Relevant for Verticals who allow use tags in their tables.
|
|
1018
1091
|
*
|
|
1019
1092
|
* @param {cairoTagsModalEndProcessParams} params - The parameters for this event
|
|
1093
|
+
* @property {string} appId
|
|
1020
1094
|
* @property {string} artifactId - Artifact that owns the component
|
|
1021
1095
|
* @property {string} cairoVersion - Cairo version
|
|
1022
1096
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -1024,6 +1098,7 @@ export function cairoSearchResults(params: cairoSearchResultsParams): LogObject<
|
|
|
1024
1098
|
* @property {GUID} csid - Cairo session ID
|
|
1025
1099
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1026
1100
|
* @property {string} endType - Close without changes
|
|
1101
|
+
* @property {boolean} isTPA
|
|
1027
1102
|
* @property {number} numTags - How many tags are in the modal?
|
|
1028
1103
|
* @property {string} origin - Where did the user open Manage Tags modal from?
|
|
1029
1104
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1040,6 +1115,7 @@ export function cairoTagsModalEndProcess(params: cairoTagsModalEndProcessParams)
|
|
|
1040
1115
|
* Event description: Sent when a user clicks on "Manage View" in a Cairo component. Relevant components: Table, Cards.
|
|
1041
1116
|
*
|
|
1042
1117
|
* @param {cairoManageViewClickedParams} params - The parameters for this event
|
|
1118
|
+
* @property {string} appId
|
|
1043
1119
|
* @property {string} artifactId - Artifact that owns the component
|
|
1044
1120
|
* @property {string} cairoVersion - Cairo version
|
|
1045
1121
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1048,6 +1124,7 @@ export function cairoTagsModalEndProcess(params: cairoTagsModalEndProcessParams)
|
|
|
1048
1124
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
1049
1125
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1050
1126
|
* @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1127
|
+
* @property {boolean} isTPA
|
|
1051
1128
|
* @property {number} numFiltersInView - How many filters comprise the saved view
|
|
1052
1129
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1053
1130
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1063,12 +1140,14 @@ export function cairoManageViewClicked(params: cairoManageViewClickedParams): Lo
|
|
|
1063
1140
|
* Event description: Send when a user click on a "Tags Modal". Relevant for Verticals who allow use tags in their tables.
|
|
1064
1141
|
*
|
|
1065
1142
|
* @param {cairoTagsModalStartLoadParams} params - The parameters for this event
|
|
1143
|
+
* @property {string} appId
|
|
1066
1144
|
* @property {string} artifactId - Artifact that owns the component
|
|
1067
1145
|
* @property {string} cairoVersion - Cairo version
|
|
1068
1146
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1069
1147
|
* @property {string} componentType - Component type
|
|
1070
1148
|
* @property {GUID} csid - Cairo session ID
|
|
1071
1149
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1150
|
+
* @property {boolean} isTPA
|
|
1072
1151
|
* @property {number} numTags - How many tags are to be presented?
|
|
1073
1152
|
* @property {string} origin - Where did the user open Manage Tags modal from?
|
|
1074
1153
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1086,6 +1165,7 @@ export function cairoTagsModalStartLoad(params: cairoTagsModalStartLoadParams):
|
|
|
1086
1165
|
*
|
|
1087
1166
|
* @param {cairoSortUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
1088
1167
|
* @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)
|
|
1168
|
+
* @property {string} appId
|
|
1089
1169
|
* @property {string} artifactId - Artifact that owns the component
|
|
1090
1170
|
* @property {string} cairoVersion - cairo version
|
|
1091
1171
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1100,6 +1180,7 @@ export function cairoTagsModalStartLoad(params: cairoTagsModalStartLoadParams):
|
|
|
1100
1180
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
1101
1181
|
* @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.
|
|
1102
1182
|
* @property {boolean} isFromSearch - Was the failed action made on a search results?
|
|
1183
|
+
* @property {boolean} isTPA
|
|
1103
1184
|
* @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
|
|
1104
1185
|
* @property {string} origin - The location thefailed sort action was made from :"SidePanel"/"ColumnHeader"
|
|
1105
1186
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1123,6 +1204,7 @@ export function cairoSortUnsuccessfulUpdateInServer(params: cairoSortUnsuccessfu
|
|
|
1123
1204
|
* Event description: Sent when user changes selection in the Cairo export modal
|
|
1124
1205
|
*
|
|
1125
1206
|
* @param {cairoItemToggledInExportModalParams} params - The parameters for this event
|
|
1207
|
+
* @property {string} appId
|
|
1126
1208
|
* @property {string} artifactId - Artifact that owns the component
|
|
1127
1209
|
* @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}
|
|
1128
1210
|
* @property {string} cairoVersion
|
|
@@ -1132,6 +1214,7 @@ export function cairoSortUnsuccessfulUpdateInServer(params: cairoSortUnsuccessfu
|
|
|
1132
1214
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1133
1215
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1134
1216
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
1217
|
+
* @property {boolean} isTPA
|
|
1135
1218
|
* @property {string} newSelectedExportType - What type of export did the user switch to: "All Items"/"Filtered Items"/"Selected Items"
|
|
1136
1219
|
* @property {string} prevSelectedExportType - What type of export did the user have selected before swiching to newSelectedExportType: "All Items"/"Filtered Items"/"Selected Items"
|
|
1137
1220
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1148,6 +1231,7 @@ export function cairoItemToggledInExportModal(params: cairoItemToggledInExportMo
|
|
|
1148
1231
|
* Event description: Sent when a user finish to drag items but those changes weren't update in the server from different reasons
|
|
1149
1232
|
*
|
|
1150
1233
|
* @param {cairoDragActionUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
1234
|
+
* @property {string} appId
|
|
1151
1235
|
* @property {string} artifactId - Artifact that owns the component
|
|
1152
1236
|
* @property {string} cairoVersion - cairo version
|
|
1153
1237
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1160,6 +1244,7 @@ export function cairoItemToggledInExportModal(params: cairoItemToggledInExportMo
|
|
|
1160
1244
|
* @property {number} filteredListSize - How many items are to be presented (filtered)?
|
|
1161
1245
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
1162
1246
|
* @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.
|
|
1247
|
+
* @property {boolean} isTPA
|
|
1163
1248
|
* @property {string} itemId - ID of the item that the user tries to drag
|
|
1164
1249
|
* @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
|
|
1165
1250
|
* @property {number} itemIndexBefore - Out of the list of results, what was the index of the clicked item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
|
|
@@ -1186,6 +1271,7 @@ export function cairoDragActionUnsuccessfulUpdateInServer(params: cairoDragActio
|
|
|
1186
1271
|
* Event description: Sent when the search results are displayed, after a user searches for a tag. Relevant for tables that enabled using tags.
|
|
1187
1272
|
*
|
|
1188
1273
|
* @param {cairoSearchForTagsParams} params - The parameters for this event
|
|
1274
|
+
* @property {string} appId
|
|
1189
1275
|
* @property {string} artifactId - Artifact that owns the component
|
|
1190
1276
|
* @property {string} cairoVersion - Cairo version
|
|
1191
1277
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1193,6 +1279,7 @@ export function cairoDragActionUnsuccessfulUpdateInServer(params: cairoDragActio
|
|
|
1193
1279
|
* @property {GUID} csid - Cairo session id
|
|
1194
1280
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1195
1281
|
* @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
|
|
1282
|
+
* @property {boolean} isTPA
|
|
1196
1283
|
* @property {string} location - Where did the user search for the tag? Manage tags modal /
|
|
1197
1284
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1198
1285
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1212,6 +1299,7 @@ export function cairoSearchForTags(params: cairoSearchForTagsParams): LogObject<
|
|
|
1212
1299
|
* @param {cairoManageViewActionSelectedParams} params - The parameters for this event
|
|
1213
1300
|
* @property {number} actionIndex - 1 <= actionIndex <= numActions -- the number of the action out of all actions in the menu
|
|
1214
1301
|
* @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
1302
|
+
* @property {string} appId
|
|
1215
1303
|
* @property {string} artifactId - Artifact that owns the component
|
|
1216
1304
|
* @property {string} cairoVersion - cairo version
|
|
1217
1305
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1219,6 +1307,7 @@ export function cairoSearchForTags(params: cairoSearchForTagsParams): LogObject<
|
|
|
1219
1307
|
* @property {GUID} csid
|
|
1220
1308
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
1221
1309
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1310
|
+
* @property {boolean} isTPA
|
|
1222
1311
|
* @property {number} numActions - How many actions are existing in the current menu (including disabled actions)?
|
|
1223
1312
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1224
1313
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1234,12 +1323,14 @@ export function cairoManageViewActionSelected(params: cairoManageViewActionSelec
|
|
|
1234
1323
|
* Event description: Send when a user click on "Learn More" from Cairo component.
|
|
1235
1324
|
*
|
|
1236
1325
|
* @param {cairoLearnMoreParams} params - The parameters for this event
|
|
1326
|
+
* @property {string} appId
|
|
1237
1327
|
* @property {string} artifactId - Artifact that owns the component
|
|
1238
1328
|
* @property {string} cairoVersion - Cairo version
|
|
1239
1329
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1240
1330
|
* @property {string} componentType - Section name (Folders)
|
|
1241
1331
|
* @property {GUID} csid - Cairo session ID
|
|
1242
1332
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1333
|
+
* @property {boolean} isTPA
|
|
1243
1334
|
* @property {string} origin - Where did the user click on "Learn more" from? Add Custom Field Modal/ Edit Custom Field Modal / Table Toolbar
|
|
1244
1335
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1245
1336
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1256,6 +1347,7 @@ export function cairoLearnMore(params: cairoLearnMoreParams): LogObject<cairoLea
|
|
|
1256
1347
|
*
|
|
1257
1348
|
* @param {cairoAssignTagsToEntitiesParams} params - The parameters for this event
|
|
1258
1349
|
* @property {string} actionName - Assign / Remove
|
|
1350
|
+
* @property {string} appId
|
|
1259
1351
|
* @property {string} artifactId - Artifact that owns the component
|
|
1260
1352
|
* @property {string} assignedTags - array of tags that were assigned (empty array if none)
|
|
1261
1353
|
* @property {string} cairoVersion - Cairo version
|
|
@@ -1264,6 +1356,7 @@ export function cairoLearnMore(params: cairoLearnMoreParams): LogObject<cairoLea
|
|
|
1264
1356
|
* @property {GUID} csid - Cairo session ID
|
|
1265
1357
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1266
1358
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
1359
|
+
* @property {boolean} isTPA
|
|
1267
1360
|
* @property {string} itemIds - array of items ids that were selected
|
|
1268
1361
|
* @property {number} numItems - How many items have been selected?
|
|
1269
1362
|
* @property {string} origin - Where did the user make the action from?
|
|
@@ -1282,6 +1375,7 @@ export function cairoAssignTagsToEntities(params: cairoAssignTagsToEntitiesParam
|
|
|
1282
1375
|
* Event description: Sent when a user clicks a Page CTA ('add', 'more actions' etc.).
|
|
1283
1376
|
*
|
|
1284
1377
|
* @param {cairoPageCtaClickedParams} params - The parameters for this event
|
|
1378
|
+
* @property {string} appId
|
|
1285
1379
|
* @property {string} artifactId - Artifact that owns the component
|
|
1286
1380
|
* @property {string} cairoVersion - Cairo version
|
|
1287
1381
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -1290,6 +1384,7 @@ export function cairoAssignTagsToEntities(params: cairoAssignTagsToEntitiesParam
|
|
|
1290
1384
|
* @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
|
|
1291
1385
|
* @property {string} ctaType - Main / Secondary / More Actions Dropdown / More Actions Option
|
|
1292
1386
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1387
|
+
* @property {boolean} isTPA
|
|
1293
1388
|
* @property {boolean} isValid - (Relevant only for Save CTA) True=if all fields are validated, False= if there are validation errors
|
|
1294
1389
|
* @property {string} location - CTA location: TBD
|
|
1295
1390
|
* @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
|
|
@@ -1310,6 +1405,7 @@ export function cairoPageCtaClicked(params: cairoPageCtaClickedParams): LogObjec
|
|
|
1310
1405
|
* Event description: Sent when a notification is displayed, showing a message that appears between the table header and the table rows
|
|
1311
1406
|
*
|
|
1312
1407
|
* @param {cairoTableTopNotificationDisplayedParams} params - The parameters for this event
|
|
1408
|
+
* @property {string} appId
|
|
1313
1409
|
* @property {string} artifactId - Artifact that owns the component
|
|
1314
1410
|
* @property {string} cairoVersion
|
|
1315
1411
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1317,6 +1413,7 @@ export function cairoPageCtaClicked(params: cairoPageCtaClickedParams): LogObjec
|
|
|
1317
1413
|
* @property {GUID} csid
|
|
1318
1414
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1319
1415
|
* @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
|
|
1416
|
+
* @property {boolean} isTPA
|
|
1320
1417
|
* @property {string} notificationText - What is displayed to the user, localized
|
|
1321
1418
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1322
1419
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1333,6 +1430,7 @@ export function cairoTableTopNotificationDisplayed(params: cairoTableTopNotifica
|
|
|
1333
1430
|
*
|
|
1334
1431
|
* @param {cairoTryAgainClickedParams} params - The parameters for this event
|
|
1335
1432
|
* @property {string} actionName - the action name that failed and triggered the notification (for example: drag, column reorder etc.)
|
|
1433
|
+
* @property {string} appId
|
|
1336
1434
|
* @property {string} artifactId - Artifact that owns the component
|
|
1337
1435
|
* @property {string} cairoVersion - cairo version
|
|
1338
1436
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1341,6 +1439,7 @@ export function cairoTableTopNotificationDisplayed(params: cairoTableTopNotifica
|
|
|
1341
1439
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1342
1440
|
* @property {number} filteredListSize - How many items were presented when the user made the failed action (filtered)
|
|
1343
1441
|
* @property {boolean} isFromSearch - Did the user made the failed action on a list of search results
|
|
1442
|
+
* @property {boolean} isTPA
|
|
1344
1443
|
* @property {string} loaction - Toast / Custom fields widget / View only widget / Component error state
|
|
1345
1444
|
* @property {number} numOfWaitingUpdates - (optional) number of updates in the sequence that follow the failed action
|
|
1346
1445
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1357,6 +1456,7 @@ export function cairoTryAgainClicked(params: cairoTryAgainClickedParams): LogObj
|
|
|
1357
1456
|
* 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.
|
|
1358
1457
|
*
|
|
1359
1458
|
* @param {cairoFiltersPanelUsedParams} params - The parameters for this event
|
|
1459
|
+
* @property {string} appId
|
|
1360
1460
|
* @property {string} artifactId - Artifact that owns the component
|
|
1361
1461
|
* @property {string} cairoVersion
|
|
1362
1462
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1368,6 +1468,7 @@ export function cairoTryAgainClicked(params: cairoTryAgainClickedParams): LogObj
|
|
|
1368
1468
|
* @property {string} feature - Filter / Sort / Costume Columns / Manage Views / Manage custom fields (new field from 01/2023)/Tags
|
|
1369
1469
|
* @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
|
|
1370
1470
|
* @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)
|
|
1471
|
+
* @property {boolean} isTPA
|
|
1371
1472
|
* @property {number} numColumns - How many columns are shown? (new field from 01/2023)
|
|
1372
1473
|
* @property {number} numFiltersActive - The number of active filters when the user opened/closed the panel/menu
|
|
1373
1474
|
* @property {number} numFiltersInView - How many filters comprise the saved view (new field from 01/2023)
|
|
@@ -1389,6 +1490,7 @@ export function cairoFiltersPanelUsed(params: cairoFiltersPanelUsedParams): LogO
|
|
|
1389
1490
|
* Event description: Sent when a user clicks on an item and tries to drag it, in order to sort the items manually
|
|
1390
1491
|
*
|
|
1391
1492
|
* @param {cairoDragItemParams} params - The parameters for this event
|
|
1493
|
+
* @property {string} appId
|
|
1392
1494
|
* @property {string} artifactId - Artifact that owns the component
|
|
1393
1495
|
* @property {string} cairoVersion - cairo version
|
|
1394
1496
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1404,6 +1506,7 @@ export function cairoFiltersPanelUsed(params: cairoFiltersPanelUsedParams): LogO
|
|
|
1404
1506
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
1405
1507
|
* @property {boolean} isFromHandle - Is the item dragged from the handle area?
|
|
1406
1508
|
* @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
1509
|
+
* @property {boolean} isTPA
|
|
1407
1510
|
* @property {string} itemId - ID of the item that the user tries to drag.
|
|
1408
1511
|
* @property {number} itemIndex - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
1409
1512
|
* @property {number} numItemsBefore - (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
|
|
@@ -1422,6 +1525,7 @@ export function cairoDragItem(params: cairoDragItemParams): LogObject<cairoDragI
|
|
|
1422
1525
|
* 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).
|
|
1423
1526
|
*
|
|
1424
1527
|
* @param {cairoFileDownloadToastDismissedParams} params - The parameters for this event
|
|
1528
|
+
* @property {string} appId
|
|
1425
1529
|
* @property {string} artifactId - Artifact that owns the component
|
|
1426
1530
|
* @property {string} cairoVersion
|
|
1427
1531
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1432,6 +1536,7 @@ export function cairoDragItem(params: cairoDragItemParams): LogObject<cairoDragI
|
|
|
1432
1536
|
* @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
|
|
1433
1537
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1434
1538
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1539
|
+
* @property {boolean} isTPA
|
|
1435
1540
|
* @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1436
1541
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1437
1542
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1447,6 +1552,7 @@ export function cairoFileDownloadToastDismissed(params: cairoFileDownloadToastDi
|
|
|
1447
1552
|
* Event description: Sent when the user tries to cancel the export process AFTER it has begun
|
|
1448
1553
|
*
|
|
1449
1554
|
* @param {cairoUserAttemptsToCancelTheExportParams} params - The parameters for this event
|
|
1555
|
+
* @property {string} appId
|
|
1450
1556
|
* @property {string} artifactId - Artifact that owns the component
|
|
1451
1557
|
* @property {string} cairoVersion
|
|
1452
1558
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1455,6 +1561,7 @@ export function cairoFileDownloadToastDismissed(params: cairoFileDownloadToastDi
|
|
|
1455
1561
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1456
1562
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
1457
1563
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1564
|
+
* @property {boolean} isTPA
|
|
1458
1565
|
* @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.
|
|
1459
1566
|
* @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
|
|
1460
1567
|
* @property {string} origin - How did the user try to cancel the export process: "Tab Closed"/"Cancel Buton"/"X Button"
|
|
@@ -1475,6 +1582,7 @@ export function cairoUserAttemptsToCancelTheExport(params: cairoUserAttemptsToCa
|
|
|
1475
1582
|
* Event description: Actual pick inside the Cairo picker (CTA button or immediate CTA)
|
|
1476
1583
|
*
|
|
1477
1584
|
* @param {pickerPickModalCtaButtonClickOrImmediateCtaParams} params - The parameters for this event
|
|
1585
|
+
* @property {string} appId
|
|
1478
1586
|
* @property {string} artifactId - Artifact that owns the component
|
|
1479
1587
|
* @property {string} cairoVersion
|
|
1480
1588
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -1484,6 +1592,7 @@ export function cairoUserAttemptsToCancelTheExport(params: cairoUserAttemptsToCa
|
|
|
1484
1592
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
1485
1593
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
1486
1594
|
* @property {boolean} isImmediate - Is it an immediate CTA
|
|
1595
|
+
* @property {boolean} isTPA
|
|
1487
1596
|
* @property {number} itemsCnt - Number of total items picked
|
|
1488
1597
|
* @property {number} listSize - How many items exist (full list)
|
|
1489
1598
|
* @property {number} maxItems - Max items to select in picker
|
|
@@ -1502,6 +1611,7 @@ export function pickerPickModalCtaButtonClickOrImmediateCta(params: pickerPickMo
|
|
|
1502
1611
|
* Event description: Sent when the user clicks the "create new" button
|
|
1503
1612
|
*
|
|
1504
1613
|
* @param {newItemCreationStartParams} params - The parameters for this event
|
|
1614
|
+
* @property {string} appId
|
|
1505
1615
|
* @property {string} artifactId - Artifact that owns the component
|
|
1506
1616
|
* @property {string} cairoVersion
|
|
1507
1617
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1511,6 +1621,7 @@ export function pickerPickModalCtaButtonClickOrImmediateCta(params: pickerPickMo
|
|
|
1511
1621
|
* @property {string} currentSortOrder - sorts
|
|
1512
1622
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
1513
1623
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
1624
|
+
* @property {boolean} isTPA
|
|
1514
1625
|
* @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
|
|
1515
1626
|
* @property {number} maxItems - Max number of items that can be selected
|
|
1516
1627
|
* @property {number} numColumns - columns
|
|
@@ -1534,6 +1645,7 @@ export function newItemCreationStart(params: newItemCreationStartParams): LogObj
|
|
|
1534
1645
|
* Event description: Sent when a user selects a view in a Cairo component. Relevant components: Table, Cards.
|
|
1535
1646
|
*
|
|
1536
1647
|
* @param {cairoViewSelectedParams} params - The parameters for this event
|
|
1648
|
+
* @property {string} appId
|
|
1537
1649
|
* @property {string} artifactId - Artifact that owns the component
|
|
1538
1650
|
* @property {string} cairoVersion
|
|
1539
1651
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1546,6 +1658,7 @@ export function newItemCreationStart(params: newItemCreationStartParams): LogObj
|
|
|
1546
1658
|
* @property {boolean} isDefault - Is the selected view defined as default view?
|
|
1547
1659
|
* @property {boolean} isFromSearchView - True if the view was selected from "search view in views dropdown" results (new from 01/2023)
|
|
1548
1660
|
* @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1661
|
+
* @property {boolean} isTPA
|
|
1549
1662
|
* @property {string} newViewName - Name of the newly selected view
|
|
1550
1663
|
* @property {number} numFiltersActive - How many filters are active after view selection
|
|
1551
1664
|
* @property {string} prevFilters - (Optional) The prevoius state of filters, before the new view selection
|
|
@@ -1564,12 +1677,14 @@ export function cairoViewSelected(params: cairoViewSelectedParams): LogObject<ca
|
|
|
1564
1677
|
* Event description: Send when a user click on a "Add Custom Field". Relevant for Verticals who allow data extensions
|
|
1565
1678
|
*
|
|
1566
1679
|
* @param {cairoDataExAddCustomFieldParams} params - The parameters for this event
|
|
1680
|
+
* @property {string} appId
|
|
1567
1681
|
* @property {string} artifactId - Artifact that owns the component
|
|
1568
1682
|
* @property {string} cairoVersion - Cairo version
|
|
1569
1683
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1570
1684
|
* @property {string} componentType - Component type
|
|
1571
1685
|
* @property {GUID} csid - Cairo session ID
|
|
1572
1686
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1687
|
+
* @property {boolean} isTPA
|
|
1573
1688
|
* @property {number} numColumns - How many columns are shown?
|
|
1574
1689
|
* @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)
|
|
1575
1690
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1588,6 +1703,7 @@ export function cairoDataExAddCustomField(params: cairoDataExAddCustomFieldParam
|
|
|
1588
1703
|
*
|
|
1589
1704
|
* @param {cairoFilterToggledParams} params - The parameters for this event
|
|
1590
1705
|
* @property {string} actionType - "add"/"remove" -- Did we add or remove filterName from the list of filters
|
|
1706
|
+
* @property {string} appId
|
|
1591
1707
|
* @property {string} artifactId - Artifact that owns the component
|
|
1592
1708
|
* @property {string} cairoVersion
|
|
1593
1709
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1598,6 +1714,7 @@ export function cairoDataExAddCustomField(params: cairoDataExAddCustomFieldParam
|
|
|
1598
1714
|
* @property {string} filterName - Which column filter do we want to toggle now, e.g. Beginner / Amateur
|
|
1599
1715
|
* @property {string} filterValue - JSON containing filterName's new value
|
|
1600
1716
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1717
|
+
* @property {boolean} isTPA
|
|
1601
1718
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1602
1719
|
* @property {number} numFiltersActive - How many filters are active after filterName is toggled. actionType = "add" --> numFiltersActive >= 1; actionType = "remove" --> numFiltersActive < numColumns
|
|
1603
1720
|
* @property {string} origin - "Panel"/"SubToolbar"/"Toolbar"
|
|
@@ -1616,12 +1733,14 @@ export function cairoFilterToggled(params: cairoFilterToggledParams): LogObject<
|
|
|
1616
1733
|
*
|
|
1617
1734
|
* @param {cairoDataExCustomFieldAdvancesSettingsParams} params - The parameters for this event
|
|
1618
1735
|
* @property {string} actionName - Open / Close the advanced settings
|
|
1736
|
+
* @property {string} appId
|
|
1619
1737
|
* @property {string} artifactId - Artifact that owns the component
|
|
1620
1738
|
* @property {string} cairoVersion - Cairo version
|
|
1621
1739
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1622
1740
|
* @property {string} componentType - Component type
|
|
1623
1741
|
* @property {GUID} csid - Cairo session ID
|
|
1624
1742
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1743
|
+
* @property {boolean} isTPA
|
|
1625
1744
|
* @property {string} origin - Where did the user click on "Advanced Settings" from? Add Custom Field Modal / Edit Custom Field Modal
|
|
1626
1745
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1627
1746
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1637,6 +1756,7 @@ export function cairoDataExCustomFieldAdvancesSettings(params: cairoDataExCustom
|
|
|
1637
1756
|
* Event description: Sent when a user creates/saves a view in a Cairo component. Relevant components: Table, Cards.
|
|
1638
1757
|
*
|
|
1639
1758
|
* @param {cairoViewSavedParams} params - The parameters for this event
|
|
1759
|
+
* @property {string} appId
|
|
1640
1760
|
* @property {string} artifactId - Artifact that owns the component
|
|
1641
1761
|
* @property {string} cairoVersion - Cairo version
|
|
1642
1762
|
* @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)
|
|
@@ -1648,6 +1768,7 @@ export function cairoDataExCustomFieldAdvancesSettings(params: cairoDataExCustom
|
|
|
1648
1768
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1649
1769
|
* @property {boolean} isDefault - Is the saved view defined as default view?
|
|
1650
1770
|
* @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)
|
|
1771
|
+
* @property {boolean} isTPA
|
|
1651
1772
|
* @property {string} newViewName - Name of the newly created/saved/renamed view
|
|
1652
1773
|
* @property {number} numColumnsInView - How many columns comprise the saved view (new field from 11/2022)
|
|
1653
1774
|
* @property {number} numFiltersInView - How many filters comprise the saved view
|
|
@@ -1671,6 +1792,7 @@ export function cairoViewSaved(params: cairoViewSavedParams): LogObject<cairoVie
|
|
|
1671
1792
|
* Event description: Sent when a user deletes a view in a Cairo component. Relevant components: Table, Cards.
|
|
1672
1793
|
*
|
|
1673
1794
|
* @param {cairoViewDeletedParams} params - The parameters for this event
|
|
1795
|
+
* @property {string} appId
|
|
1674
1796
|
* @property {string} artifactId - Artifact that owns the component
|
|
1675
1797
|
* @property {string} cairoVersion
|
|
1676
1798
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1678,6 +1800,7 @@ export function cairoViewSaved(params: cairoViewSavedParams): LogObject<cairoVie
|
|
|
1678
1800
|
* @property {GUID} csid
|
|
1679
1801
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1680
1802
|
* @property {boolean} isDefault - Was the deleted view defined as default view?
|
|
1803
|
+
* @property {boolean} isTPA
|
|
1681
1804
|
* @property {number} numFiltersInView - How many filters comprised the deleted view
|
|
1682
1805
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1683
1806
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1698,6 +1821,7 @@ export function cairoViewDeleted(params: cairoViewDeletedParams): LogObject<cair
|
|
|
1698
1821
|
*
|
|
1699
1822
|
* @param {cairoDataExCustomFieldEndProcessParams} params - The parameters for this event
|
|
1700
1823
|
* @property {string} actionName - Add/ Edit
|
|
1824
|
+
* @property {string} appId
|
|
1701
1825
|
* @property {string} artifactId - Artifact that owns the component
|
|
1702
1826
|
* @property {string} cairoVersion - Cairo version
|
|
1703
1827
|
* @property {string} changedFields - (Relevant when action type is edit) Name / Permission / Name and Permission / No changes
|
|
@@ -1709,6 +1833,7 @@ export function cairoViewDeleted(params: cairoViewDeletedParams): LogObject<cair
|
|
|
1709
1833
|
* @property {string} endType - What did the user chose in the modal? Add field / Cancel
|
|
1710
1834
|
* @property {string} fieldName - (Relevant when a field was added/edited) The name the user typed
|
|
1711
1835
|
* @property {string} fieldType - (Relevant when a field was added) What type is the added field? Long text / Date / Number etc.
|
|
1836
|
+
* @property {boolean} isTPA
|
|
1712
1837
|
* @property {string} key - The key value
|
|
1713
1838
|
* @property {number} numAdded - (Relevant when a field was added/edited) How many added fields are there in the component (including the current added field)
|
|
1714
1839
|
* @property {number} numDropdownOptions - Only for fieldType= dropdown, how many options were saved?
|
|
@@ -1728,6 +1853,7 @@ export function cairoDataExCustomFieldEndProcess(params: cairoDataExCustomFieldE
|
|
|
1728
1853
|
* Event description: Sent when a user sorts a Cairo component. Relevant components: Table, Cards.
|
|
1729
1854
|
*
|
|
1730
1855
|
* @param {cairoComponentSortedParams} params - The parameters for this event
|
|
1856
|
+
* @property {string} appId
|
|
1731
1857
|
* @property {string} artifactId - Artifact that owns the component
|
|
1732
1858
|
* @property {string} cairoVersion - Cairo version
|
|
1733
1859
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1736,6 +1862,7 @@ export function cairoDataExCustomFieldEndProcess(params: cairoDataExCustomFieldE
|
|
|
1736
1862
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1737
1863
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1738
1864
|
* @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)
|
|
1865
|
+
* @property {boolean} isTPA
|
|
1739
1866
|
* @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)
|
|
1740
1867
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1741
1868
|
* @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)
|
|
@@ -1761,6 +1888,7 @@ export function cairoComponentSorted(params: cairoComponentSortedParams): LogObj
|
|
|
1761
1888
|
* Event description: Sent when a user changes the order of the columns that sort a Cairo component. Relevant components: Table, Cards.
|
|
1762
1889
|
*
|
|
1763
1890
|
* @param {cairoReorderingSortColumnsParams} params - The parameters for this event
|
|
1891
|
+
* @property {string} appId
|
|
1764
1892
|
* @property {string} artifactId - Artifact that owns the component
|
|
1765
1893
|
* @property {string} cairoVersion - Cairo version
|
|
1766
1894
|
* @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)
|
|
@@ -1770,6 +1898,7 @@ export function cairoComponentSorted(params: cairoComponentSortedParams): LogObj
|
|
|
1770
1898
|
* @property {GUID} csid
|
|
1771
1899
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1772
1900
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1901
|
+
* @property {boolean} isTPA
|
|
1773
1902
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1774
1903
|
* @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.
|
|
1775
1904
|
* @property {number} numSortingColumns - How many columns are been used for sorting the component?
|
|
@@ -1790,6 +1919,7 @@ export function cairoReorderingSortColumns(params: cairoReorderingSortColumnsPar
|
|
|
1790
1919
|
* Event description: Sent when the export process ends, either successfully or not (failed/stopped by user)
|
|
1791
1920
|
*
|
|
1792
1921
|
* @param {cairoExportProcessEndParams} params - The parameters for this event
|
|
1922
|
+
* @property {string} appId
|
|
1793
1923
|
* @property {string} artifactId - Artifact that owns the component
|
|
1794
1924
|
* @property {string} cairoVersion
|
|
1795
1925
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1799,6 +1929,7 @@ export function cairoReorderingSortColumns(params: cairoReorderingSortColumnsPar
|
|
|
1799
1929
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
1800
1930
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1801
1931
|
* @property {string} fileName - (Optional) Name of the file to be exported
|
|
1932
|
+
* @property {boolean} isTPA
|
|
1802
1933
|
* @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.
|
|
1803
1934
|
* @property {number} numItemsExported - How many items were exported before the export ended, either successfully or not.
|
|
1804
1935
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1819,6 +1950,7 @@ export function cairoExportProcessEnd(params: cairoExportProcessEndParams): LogO
|
|
|
1819
1950
|
* Event description: Sent when a user clicks on apply button in a Cairo component. Relevant components: Table, Cards.
|
|
1820
1951
|
*
|
|
1821
1952
|
* @param {cairoApplyButtonClickedParams} params - The parameters for this event
|
|
1953
|
+
* @property {string} appId
|
|
1822
1954
|
* @property {string} artifactId
|
|
1823
1955
|
* @property {string} cairoVersion - Cairo version
|
|
1824
1956
|
* @property {string} changedLevels - In which levels of hierarchy the user changed the order? (numbers with commas between them, 1=the highest parent level )
|
|
@@ -1829,6 +1961,7 @@ export function cairoExportProcessEnd(params: cairoExportProcessEndParams): LogO
|
|
|
1829
1961
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1830
1962
|
* @property {string} feature - Filters / Drag and Drop
|
|
1831
1963
|
* @property {number} filteredListSize - How many items are currently presented to user, after filters toggled (filtered)
|
|
1964
|
+
* @property {boolean} isTPA
|
|
1832
1965
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1833
1966
|
* @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)
|
|
1834
1967
|
* @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
|
|
@@ -1849,6 +1982,7 @@ export function cairoApplyButtonClicked(params: cairoApplyButtonClickedParams):
|
|
|
1849
1982
|
*
|
|
1850
1983
|
* @param {cairoExportModalCtaClickedParams} params - The parameters for this event
|
|
1851
1984
|
* @property {string} action - Does the user want to proceed with the export or dismiss the modal
|
|
1985
|
+
* @property {string} appId
|
|
1852
1986
|
* @property {string} artifactId - Artifact that owns the component
|
|
1853
1987
|
* @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
|
|
1854
1988
|
* @property {string} cairoVersion
|
|
@@ -1857,6 +1991,7 @@ export function cairoApplyButtonClicked(params: cairoApplyButtonClickedParams):
|
|
|
1857
1991
|
* @property {GUID} csid
|
|
1858
1992
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1859
1993
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1994
|
+
* @property {boolean} isTPA
|
|
1860
1995
|
* @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.
|
|
1861
1996
|
* @property {string} origin - From where did the user close the modal: "Export Button"/"Cancel Button"/"X Button"
|
|
1862
1997
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1876,6 +2011,7 @@ export function cairoExportModalCtaClicked(params: cairoExportModalCtaClickedPar
|
|
|
1876
2011
|
*
|
|
1877
2012
|
* @param {cairoUndoClickedParams} params - The parameters for this event
|
|
1878
2013
|
* @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.)
|
|
2014
|
+
* @property {string} appId
|
|
1879
2015
|
* @property {string} artifactId - Artifact that owns the component
|
|
1880
2016
|
* @property {string} cairoVersion - cairo version
|
|
1881
2017
|
* @property {string} changedAttributes - Which attributes have changed from the saved status to the current
|
|
@@ -1889,6 +2025,7 @@ export function cairoExportModalCtaClicked(params: cairoExportModalCtaClickedPar
|
|
|
1889
2025
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1890
2026
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
1891
2027
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the action he wants to undo?
|
|
2028
|
+
* @property {boolean} isTPA
|
|
1892
2029
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1893
2030
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
1894
2031
|
* @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"}
|
|
@@ -1907,6 +2044,7 @@ export function cairoUndoClicked(params: cairoUndoClickedParams): LogObject<cair
|
|
|
1907
2044
|
* Event description: Sent when a user clicks a Back button or on the higher hierarchy in the breadcrumbs
|
|
1908
2045
|
*
|
|
1909
2046
|
* @param {cairoPageBackOrBreadcrumbClickedParams} params - The parameters for this event
|
|
2047
|
+
* @property {string} appId
|
|
1910
2048
|
* @property {string} artifactId - Artifact that owns the component
|
|
1911
2049
|
* @property {string} buttonName - 'Back' (for back button clicked) / The category's name the users clicked on.
|
|
1912
2050
|
* @property {string} cairoVersion - Cairo version
|
|
@@ -1915,6 +2053,7 @@ export function cairoUndoClicked(params: cairoUndoClickedParams): LogObject<cair
|
|
|
1915
2053
|
* @property {GUID} csid
|
|
1916
2054
|
* @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)
|
|
1917
2055
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2056
|
+
* @property {boolean} isTPA
|
|
1918
2057
|
* @property {string} pageType - Collection Page
|
|
1919
2058
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1920
2059
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1940,6 +2079,7 @@ export function cairoPageBackOrBreadcrumbClicked(params: cairoPageBackOrBreadcru
|
|
|
1940
2079
|
* @property {number} ctaIndex - 0 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the page dropdown menu/ Toolbar
|
|
1941
2080
|
* @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
|
|
1942
2081
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2082
|
+
* @property {boolean} isTPA
|
|
1943
2083
|
* @property {string} location - Page More Action Dropdown / Component Bulk action Toolbar
|
|
1944
2084
|
* @property {number} numCtas - How many CTAs are available in the page dropdown menu / toolbar?
|
|
1945
2085
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1957,12 +2097,14 @@ export function cairoTpaSCtaClicked(params: cairoTpaSCtaClickedParams): LogObjec
|
|
|
1957
2097
|
* Event description: Sent when user clicks the general "+"/"Add Items" button that opens Pikachu
|
|
1958
2098
|
*
|
|
1959
2099
|
* @param {pikachuCategoriesDropdownButtonClickedParams} params - The parameters for this event
|
|
2100
|
+
* @property {string} appId
|
|
1960
2101
|
* @property {string} artifactId - Artifact that owns the component
|
|
1961
2102
|
* @property {string} cairoVersion
|
|
1962
2103
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
1963
2104
|
* @property {string} componentType
|
|
1964
2105
|
* @property {GUID} csid
|
|
1965
2106
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
2107
|
+
* @property {boolean} isTPA
|
|
1966
2108
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1967
2109
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
1968
2110
|
* @return {LogObject<pikachuCategoriesDropdownButtonClickedParams>} LogObject<pikachuCategoriesDropdownButtonClickedParams>
|
|
@@ -1978,6 +2120,7 @@ export function pikachuCategoriesDropdownButtonClicked(params: pikachuCategories
|
|
|
1978
2120
|
*
|
|
1979
2121
|
* @param {cairoTagsUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
1980
2122
|
* @property {string} actionName - Add / Delete / Rename / Assign / Remove assign / Add and assign / Load tags widget
|
|
2123
|
+
* @property {string} appId
|
|
1981
2124
|
* @property {string} artifactId - Artifact that owns the component
|
|
1982
2125
|
* @property {string} cairoVersion - Cairo version
|
|
1983
2126
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -1985,6 +2128,7 @@ export function pikachuCategoriesDropdownButtonClicked(params: pikachuCategories
|
|
|
1985
2128
|
* @property {GUID} csid - Cairo session ID
|
|
1986
2129
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1987
2130
|
* @property {string} errorType - What is the type of the error? Technical issue / Network error
|
|
2131
|
+
* @property {boolean} isTPA
|
|
1988
2132
|
* @property {number} numTags - How many tags are in the modal after this action?
|
|
1989
2133
|
* @property {string} origin - Where did the user make the action from? Tags Modal / Entity page
|
|
1990
2134
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -2003,6 +2147,7 @@ export function cairoTagsUnsuccessfulUpdateInServer(params: cairoTagsUnsuccessfu
|
|
|
2003
2147
|
*
|
|
2004
2148
|
* @param {pickerModalUsabilityParams} params - The parameters for this event
|
|
2005
2149
|
* @property {string} action - Use cases: search/search results/checkbox/continue/dismiss/load more
|
|
2150
|
+
* @property {string} appId
|
|
2006
2151
|
* @property {string} artifactId - Artifact that owns the component
|
|
2007
2152
|
* @property {string} cairoVersion
|
|
2008
2153
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -2010,6 +2155,7 @@ export function cairoTagsUnsuccessfulUpdateInServer(params: cairoTagsUnsuccessfu
|
|
|
2010
2155
|
* @property {GUID} csid
|
|
2011
2156
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
2012
2157
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
2158
|
+
* @property {boolean} isTPA
|
|
2013
2159
|
* @property {string} itemId - (Optional) ID of item checked
|
|
2014
2160
|
* @property {number} itemsCnt - (Optional) Number of total items checked
|
|
2015
2161
|
* @property {number} itemsLoadedCnt - (Optional) Number of additional items loaded
|
|
@@ -2034,6 +2180,7 @@ export function pickerModalUsability(params: pickerModalUsabilityParams): LogObj
|
|
|
2034
2180
|
* Event description: Sent when the sort sidebar in a Cairo component is opened or closed. Relevant components: Table, Cards.
|
|
2035
2181
|
*
|
|
2036
2182
|
* @param {cairoSortPanelUsedParams} params - The parameters for this event
|
|
2183
|
+
* @property {string} appId
|
|
2037
2184
|
* @property {string} artifactId
|
|
2038
2185
|
* @property {string} cairoVersion - Cairo version
|
|
2039
2186
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -2042,6 +2189,7 @@ export function pickerModalUsability(params: pickerModalUsabilityParams): LogObj
|
|
|
2042
2189
|
* @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
|
|
2043
2190
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2044
2191
|
* @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
|
|
2192
|
+
* @property {boolean} isTPA
|
|
2045
2193
|
* @property {number} numSortedColumns - How many columns actively sort the data?
|
|
2046
2194
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
2047
2195
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -2058,6 +2206,7 @@ export function cairoSortPanelUsed(params: cairoSortPanelUsedParams): LogObject<
|
|
|
2058
2206
|
*
|
|
2059
2207
|
* @param {cairoTagsAssignTagParams} params - The parameters for this event
|
|
2060
2208
|
* @property {string} actionName - Assign / Remove
|
|
2209
|
+
* @property {string} appId
|
|
2061
2210
|
* @property {string} artifactId - Artifact that owns the component
|
|
2062
2211
|
* @property {string} cairoVersion - Cairo version
|
|
2063
2212
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -2065,6 +2214,7 @@ export function cairoSortPanelUsed(params: cairoSortPanelUsedParams): LogObject<
|
|
|
2065
2214
|
* @property {GUID} csid - Cairo session ID
|
|
2066
2215
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2067
2216
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
2217
|
+
* @property {boolean} isTPA
|
|
2068
2218
|
* @property {string} itemId - (Relevant if numItems=1) The Item which the tag was assigned to / removed from
|
|
2069
2219
|
* @property {number} numItems - How many items have been selected?
|
|
2070
2220
|
* @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
|
|
@@ -2085,6 +2235,7 @@ export function cairoTagsAssignTag(params: cairoTagsAssignTagParams): LogObject<
|
|
|
2085
2235
|
* Event description: Sent when a Cairo's page can't be saved due to an error.
|
|
2086
2236
|
*
|
|
2087
2237
|
* @param {cairoApiRequestDataLoadEndParams} params - The parameters for this event
|
|
2238
|
+
* @property {string} appId
|
|
2088
2239
|
* @property {string} artifactId - Artifact that owns the component
|
|
2089
2240
|
* @property {string} cairoVersion - Cairo version
|
|
2090
2241
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -2099,6 +2250,7 @@ export function cairoTagsAssignTag(params: cairoTagsAssignTagParams): LogObject<
|
|
|
2099
2250
|
* @property {string} errorType - Technical issue / Logic error / Network error / External error
|
|
2100
2251
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
2101
2252
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
2253
|
+
* @property {boolean} isTPA
|
|
2102
2254
|
* @property {string} pageType - Entity / Collection
|
|
2103
2255
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
2104
2256
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|