@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
|
@@ -5,12 +5,14 @@ import { LogObject, cairoAllFiltersClearedParams, cairoApiRequestDataLoadEndPara
|
|
|
5
5
|
* Event description: Sent when a component is dismissed. Relevant components: Picker Modal.
|
|
6
6
|
*
|
|
7
7
|
* @param {componentDismissedParams} params - The parameters for this event
|
|
8
|
+
* @property {string} appId
|
|
8
9
|
* @property {string} artifactId - Artifact that owns the component
|
|
9
10
|
* @property {string} cairoVersion
|
|
10
11
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
11
12
|
* @property {string} componentType - Picker Modal / Picker Dropdown
|
|
12
13
|
* @property {GUID} csid
|
|
13
14
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
15
|
+
* @property {boolean} isTPA
|
|
14
16
|
* @property {string} origin - X button/Cancel button
|
|
15
17
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
16
18
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -23,6 +25,7 @@ export declare function componentDismissed(params: componentDismissedParams): Lo
|
|
|
23
25
|
* Event description: Sent when a Cairo component is done loading more items (after scrolling). Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
24
26
|
*
|
|
25
27
|
* @param {loadMoreParams} params - The parameters for this event
|
|
28
|
+
* @property {string} appId
|
|
26
29
|
* @property {string} artifactId - Artifact that owns the component
|
|
27
30
|
* @property {string} cairoVersion
|
|
28
31
|
* @property {string} componentName - Component name, if there are two components of the same type per artifact
|
|
@@ -34,6 +37,7 @@ export declare function componentDismissed(params: componentDismissedParams): Lo
|
|
|
34
37
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
35
38
|
* @property {string} domain - Optional domain name from FQDN (crm, stores, etc.)
|
|
36
39
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
40
|
+
* @property {boolean} isTPA
|
|
37
41
|
* @property {number} loadedItems - How many new items were loaded in this action
|
|
38
42
|
* @property {number} loadingTime - Component loading time in ms
|
|
39
43
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -47,6 +51,7 @@ export declare function loadMore(params: loadMoreParams): LogObject<loadMorePara
|
|
|
47
51
|
* Event description: Sent when a user finish to drag an item
|
|
48
52
|
*
|
|
49
53
|
* @param {cairoDragItemEndDropParams} params - The parameters for this event
|
|
54
|
+
* @property {string} appId
|
|
50
55
|
* @property {string} artifactId - Artifact that owns the component
|
|
51
56
|
* @property {string} cairoVersion - cairo version
|
|
52
57
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -68,6 +73,7 @@ export declare function loadMore(params: loadMoreParams): LogObject<loadMorePara
|
|
|
68
73
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
69
74
|
* @property {boolean} isFromHandle - Is the item dragged from the handle area?
|
|
70
75
|
* @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
76
|
+
* @property {boolean} isTPA
|
|
71
77
|
* @property {string} itemId - ID of the item that the user tries to drag
|
|
72
78
|
* @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
|
|
73
79
|
* @property {number} itemIndexBefore - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
|
|
@@ -85,6 +91,7 @@ export declare function cairoDragItemEndDrop(params: cairoDragItemEndDropParams)
|
|
|
85
91
|
*
|
|
86
92
|
* @param {pickerPickerOpenButtonParams} params - The parameters for this event
|
|
87
93
|
* @property {string} action - Any picker button option (render/hover/click)
|
|
94
|
+
* @property {string} appId
|
|
88
95
|
* @property {string} artifactId - Artifact that owns the component
|
|
89
96
|
* @property {string} cairoVersion
|
|
90
97
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -93,6 +100,7 @@ export declare function cairoDragItemEndDrop(params: cairoDragItemEndDropParams)
|
|
|
93
100
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
94
101
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
95
102
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
103
|
+
* @property {boolean} isTPA
|
|
96
104
|
* @property {number} listSize - How many items exist (full list)
|
|
97
105
|
* @property {number} maxItems - Max items to select in picker
|
|
98
106
|
* @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
|
|
@@ -107,6 +115,7 @@ export declare function pickerPickerOpenButton(params: pickerPickerOpenButtonPar
|
|
|
107
115
|
* 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.
|
|
108
116
|
*
|
|
109
117
|
* @param {cairoDiscardChangesBeforeApplyParams} params - The parameters for this event
|
|
118
|
+
* @property {string} appId
|
|
110
119
|
* @property {string} artifactId - Artifact that owns the component
|
|
111
120
|
* @property {string} cairoVersion - Cairo version
|
|
112
121
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -115,6 +124,7 @@ export declare function pickerPickerOpenButton(params: pickerPickerOpenButtonPar
|
|
|
115
124
|
* @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)
|
|
116
125
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
117
126
|
* @property {string} feature - Filters / Drag and Drop
|
|
127
|
+
* @property {boolean} isTPA
|
|
118
128
|
* @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)
|
|
119
129
|
* @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
|
|
120
130
|
* @property {number} numOptionalFields - (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
|
|
@@ -130,6 +140,7 @@ export declare function cairoDiscardChangesBeforeApply(params: cairoDiscardChang
|
|
|
130
140
|
* Event description: Sent when a user select/deselects an item(s) in a list
|
|
131
141
|
*
|
|
132
142
|
* @param {cairoItemSelectionToggledParams} params - The parameters for this event
|
|
143
|
+
* @property {string} appId
|
|
133
144
|
* @property {string} artifactId - Artifact that owns the component
|
|
134
145
|
* @property {string} cairoVersion
|
|
135
146
|
* @property {string} clickType - The click purpose : "Selection" / "Deselection"
|
|
@@ -147,6 +158,7 @@ export declare function cairoDiscardChangesBeforeApply(params: cairoDiscardChang
|
|
|
147
158
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
148
159
|
* @property {boolean} isFromSearch - Is the item selected from a list of search results
|
|
149
160
|
* @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").
|
|
161
|
+
* @property {boolean} isTPA
|
|
150
162
|
* @property {string} itemId - ID of item that is checked/unchecked (isSelectAll = TRUE --> itemId = "All")
|
|
151
163
|
* @property {number} itemIndex - Out of the list of results, what is the index of the clicked item.
|
|
152
164
|
* ** isSelectAll = TRUE --> itemIndex = 0
|
|
@@ -169,6 +181,7 @@ export declare function cairoItemSelectionToggled(params: cairoItemSelectionTogg
|
|
|
169
181
|
* Event description: Cairo picker finished loading
|
|
170
182
|
*
|
|
171
183
|
* @param {pickerEndLoadParams} params - The parameters for this event
|
|
184
|
+
* @property {string} appId
|
|
172
185
|
* @property {string} artifactId - Artifact that owns the component
|
|
173
186
|
* @property {string} cairoVersion
|
|
174
187
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -177,6 +190,7 @@ export declare function cairoItemSelectionToggled(params: cairoItemSelectionTogg
|
|
|
177
190
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
178
191
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
179
192
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
193
|
+
* @property {boolean} isTPA
|
|
180
194
|
* @property {number} listSize - How many items exist (full list)
|
|
181
195
|
* @property {number} loadingTime - ms
|
|
182
196
|
* @property {number} maxItems - Max items to select in picker
|
|
@@ -192,6 +206,7 @@ export declare function pickerEndLoad(params: pickerEndLoadParams): LogObject<pi
|
|
|
192
206
|
* 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)
|
|
193
207
|
*
|
|
194
208
|
* @param {cairoNestedTableCollapseAndExpandParams} params - The parameters for this event
|
|
209
|
+
* @property {string} appId
|
|
195
210
|
* @property {string} artifactId - Artifact that owns the component
|
|
196
211
|
* @property {string} cairoVersion - cairo version
|
|
197
212
|
* @property {string} clickType - The click purpose : "Collapse" / "Expand"
|
|
@@ -208,6 +223,7 @@ export declare function pickerEndLoad(params: pickerEndLoadParams): LogObject<pi
|
|
|
208
223
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
209
224
|
* @property {boolean} isFromSearch - Is the item selected from a list of search results
|
|
210
225
|
* @property {boolean} isSelectAll - True if the user chose to collapse / expand all categories simultaneously
|
|
226
|
+
* @property {boolean} isTPA
|
|
211
227
|
* @property {string} itemId - ID of the clicked item .If "Is select all"= true, then Null
|
|
212
228
|
* @property {number} itemIndex - Out of the list of results, what is the index of the clicked item .If "Is select all"= true, then Null
|
|
213
229
|
* @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
|
|
@@ -223,6 +239,7 @@ export declare function cairoNestedTableCollapseAndExpand(params: cairoNestedTab
|
|
|
223
239
|
* Event description: Sent when a Cairo component is done loading. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
224
240
|
*
|
|
225
241
|
* @param {loadEndParams} params - The parameters for this event
|
|
242
|
+
* @property {string} appId
|
|
226
243
|
* @property {string} artifactId - Artifact that owns the component
|
|
227
244
|
* @property {string} cairoVersion
|
|
228
245
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -237,6 +254,7 @@ export declare function cairoNestedTableCollapseAndExpand(params: cairoNestedTab
|
|
|
237
254
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
238
255
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
239
256
|
* @property {boolean} isInternalPage - Is under bo.wix.com (new from 03/2023)
|
|
257
|
+
* @property {boolean} isTPA
|
|
240
258
|
* @property {number} listSize - How many items exist (full list, unfiltered). Relevant for Picker.
|
|
241
259
|
* @property {number} loadingTime - Component loading time in ms
|
|
242
260
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -252,6 +270,7 @@ export declare function loadEnd(params: loadEndParams): LogObject<loadEndParams>
|
|
|
252
270
|
*
|
|
253
271
|
* @param {cairoTagsAddDeleteTagParams} params - The parameters for this event
|
|
254
272
|
* @property {string} actionName - Add / Delete / Rename
|
|
273
|
+
* @property {string} appId
|
|
255
274
|
* @property {string} artifactId - Artifact that owns the component
|
|
256
275
|
* @property {string} cairoVersion - Cairo version
|
|
257
276
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -259,6 +278,7 @@ export declare function loadEnd(params: loadEndParams): LogObject<loadEndParams>
|
|
|
259
278
|
* @property {GUID} csid - Cairo session ID
|
|
260
279
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
261
280
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
281
|
+
* @property {boolean} isTPA
|
|
262
282
|
* @property {number} numTags - How many tags are in the modal after this action?
|
|
263
283
|
* @property {string} origin - Where did the user make the action from? Tags Modal /
|
|
264
284
|
* @property {string} previousName - (Relevant only for action name=Rename) The tag's name, before the change
|
|
@@ -274,6 +294,7 @@ export declare function cairoTagsAddDeleteTag(params: cairoTagsAddDeleteTagParam
|
|
|
274
294
|
* Event description: Sent when the export process begins
|
|
275
295
|
*
|
|
276
296
|
* @param {cairoExportProcessStartParams} params - The parameters for this event
|
|
297
|
+
* @property {string} appId
|
|
277
298
|
* @property {string} artifactId - Artifact that owns the component
|
|
278
299
|
* @property {string} cairoVersion
|
|
279
300
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -281,6 +302,7 @@ export declare function cairoTagsAddDeleteTag(params: cairoTagsAddDeleteTagParam
|
|
|
281
302
|
* @property {GUID} csid
|
|
282
303
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
283
304
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
305
|
+
* @property {boolean} isTPA
|
|
284
306
|
* @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.
|
|
285
307
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
286
308
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -296,6 +318,7 @@ export declare function cairoExportProcessStart(params: cairoExportProcessStartP
|
|
|
296
318
|
* Event description: Sent when the user clicks a CTA in the "Export Failed" modal
|
|
297
319
|
*
|
|
298
320
|
* @param {cairoExportFailedModalCtaClickedParams} params - The parameters for this event
|
|
321
|
+
* @property {string} appId
|
|
299
322
|
* @property {string} artifactId - Artifact that owns the component
|
|
300
323
|
* @property {string} cairoVersion
|
|
301
324
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -304,6 +327,7 @@ export declare function cairoExportProcessStart(params: cairoExportProcessStartP
|
|
|
304
327
|
* @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)
|
|
305
328
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
306
329
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
330
|
+
* @property {boolean} isTPA
|
|
307
331
|
* @property {number} numItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
308
332
|
* @property {number} numItemsExported - How many items were exported before the export failed.
|
|
309
333
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -320,6 +344,7 @@ export declare function cairoExportFailedModalCtaClicked(params: cairoExportFail
|
|
|
320
344
|
* 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.
|
|
321
345
|
*
|
|
322
346
|
* @param {cairoSearchViewInViewsParams} params - The parameters for this event
|
|
347
|
+
* @property {string} appId
|
|
323
348
|
* @property {string} artifactId - Artifact that owns the component
|
|
324
349
|
* @property {string} cairoVersion - Cairo version
|
|
325
350
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -327,6 +352,7 @@ export declare function cairoExportFailedModalCtaClicked(params: cairoExportFail
|
|
|
327
352
|
* @property {GUID} csid
|
|
328
353
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
329
354
|
* @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).
|
|
355
|
+
* @property {boolean} isTPA
|
|
330
356
|
* @property {number} numCategoriesInResults - Out of searchResultsCnt - how many results are from type of "categories"?
|
|
331
357
|
* @property {number} numViews - The distinct views IDs the users has when he searches a view
|
|
332
358
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -342,6 +368,7 @@ export declare function cairoSearchViewInViews(params: cairoSearchViewInViewsPar
|
|
|
342
368
|
* Event description: Cairo picker starts loading
|
|
343
369
|
*
|
|
344
370
|
* @param {pickerStartLoadParams} params - The parameters for this event
|
|
371
|
+
* @property {string} appId
|
|
345
372
|
* @property {string} artifactId - Artifact that owns the component
|
|
346
373
|
* @property {string} cairoVersion
|
|
347
374
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -350,6 +377,7 @@ export declare function cairoSearchViewInViews(params: cairoSearchViewInViewsPar
|
|
|
350
377
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
351
378
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
352
379
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
380
|
+
* @property {boolean} isTPA
|
|
353
381
|
* @property {number} listSize - How many items exist (full list)
|
|
354
382
|
* @property {number} maxItems - Max items to select in picker
|
|
355
383
|
* @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
|
|
@@ -365,6 +393,7 @@ export declare function pickerStartLoad(params: pickerStartLoadParams): LogObjec
|
|
|
365
393
|
*
|
|
366
394
|
* @param {loadStartParams} params - The parameters for this event
|
|
367
395
|
* @property {string} additionalFeaturesAvailability - Json field :({featureName: boolean}) (new from 06/2023), for features that don't suppose to impact performance
|
|
396
|
+
* @property {string} appId
|
|
368
397
|
* @property {string} artifactId - Artifact that owns the component
|
|
369
398
|
* @property {string} cairoVersion - cairo version
|
|
370
399
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -376,6 +405,7 @@ export declare function pickerStartLoad(params: pickerStartLoadParams): LogObjec
|
|
|
376
405
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
377
406
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
378
407
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
408
|
+
* @property {boolean} isTPA
|
|
379
409
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
380
410
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
381
411
|
* @property {Url} url - The page's url (new from 03/2023)
|
|
@@ -388,12 +418,14 @@ export declare function loadStart(params: loadStartParams): LogObject<loadStartP
|
|
|
388
418
|
* Event description: Sent when user selects a category from the Pikachu category menu (e.g. Coupons/Services/Products)
|
|
389
419
|
*
|
|
390
420
|
* @param {pikachuItemCategorySelectedParams} params - The parameters for this event
|
|
421
|
+
* @property {string} appId
|
|
391
422
|
* @property {string} artifactId - Artifact that owns the component
|
|
392
423
|
* @property {string} cairoVersion
|
|
393
424
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
394
425
|
* @property {string} componentType
|
|
395
426
|
* @property {GUID} csid
|
|
396
427
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
428
|
+
* @property {boolean} isTPA
|
|
397
429
|
* @property {string} itemCategory - Which type of item would we like to pick: 'Collection'/'Product'/'Service'/'Coupon'/'Standalone form'/'Invoice'/'Price quote'
|
|
398
430
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
399
431
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -406,6 +438,7 @@ export declare function pikachuItemCategorySelected(params: pikachuItemCategoryS
|
|
|
406
438
|
* Event description: Sent when a user clicks the "Export" CTA in a Cairo component
|
|
407
439
|
*
|
|
408
440
|
* @param {cairoExportCtaClickedParams} params - The parameters for this event
|
|
441
|
+
* @property {string} appId
|
|
409
442
|
* @property {string} artifactId - Artifact that owns the component
|
|
410
443
|
* @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}
|
|
411
444
|
* @property {string} cairoVersion
|
|
@@ -416,6 +449,7 @@ export declare function pikachuItemCategorySelected(params: pikachuItemCategoryS
|
|
|
416
449
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
417
450
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
418
451
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
452
|
+
* @property {boolean} isTPA
|
|
419
453
|
* @property {number} numSelectedItems - How many items does the user wish to export
|
|
420
454
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
421
455
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -428,6 +462,7 @@ export declare function cairoExportCtaClicked(params: cairoExportCtaClickedParam
|
|
|
428
462
|
* Event description: Sent when the user clicks any of the CTAs in the "Cancel the export?" modal
|
|
429
463
|
*
|
|
430
464
|
* @param {cairoCancelExportModalCtaClickedParams} params - The parameters for this event
|
|
465
|
+
* @property {string} appId
|
|
431
466
|
* @property {string} artifactId - Artifact that owns the component
|
|
432
467
|
* @property {string} cairoVersion
|
|
433
468
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -437,6 +472,7 @@ export declare function cairoExportCtaClicked(params: cairoExportCtaClickedParam
|
|
|
437
472
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
438
473
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
439
474
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
475
|
+
* @property {boolean} isTPA
|
|
440
476
|
* @property {string} modalType - Did the user try to close the tab ("Browser") or cancel the export ("Export")
|
|
441
477
|
* @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.
|
|
442
478
|
* @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
|
|
@@ -454,12 +490,14 @@ export declare function cairoCancelExportModalCtaClicked(params: cairoCancelExpo
|
|
|
454
490
|
* 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)
|
|
455
491
|
*
|
|
456
492
|
* @param {cairoPageDiscardChangesBeforeSaveParams} params - The parameters for this event
|
|
493
|
+
* @property {string} appId
|
|
457
494
|
* @property {string} artifactId - Artifact that owns the component
|
|
458
495
|
* @property {string} cairoVersion - Cairo version
|
|
459
496
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
460
497
|
* @property {string} componentType - Table/Cards / Picker
|
|
461
498
|
* @property {GUID} csid - Cairo session ID
|
|
462
499
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
500
|
+
* @property {boolean} isTPA
|
|
463
501
|
* @property {number} numOfActions - Number of changed fields that their changes can be lost
|
|
464
502
|
* @property {number} numOfFields - How many fields are there that can be change in this page?
|
|
465
503
|
* @property {string} origin - Cancel CTA / Breadcrumbs / Back button / Navigation
|
|
@@ -475,6 +513,7 @@ export declare function cairoPageDiscardChangesBeforeSave(params: cairoPageDisca
|
|
|
475
513
|
* Event description: Sent when the user clicks the "Download Manually" button in the toast that is displayed after the export process is complete
|
|
476
514
|
*
|
|
477
515
|
* @param {cairoFileDownloadToastDownloadButtonClickedParams} params - The parameters for this event
|
|
516
|
+
* @property {string} appId
|
|
478
517
|
* @property {string} artifactId - Artifact that owns the component
|
|
479
518
|
* @property {string} cairoVersion
|
|
480
519
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -484,6 +523,7 @@ export declare function cairoPageDiscardChangesBeforeSave(params: cairoPageDisca
|
|
|
484
523
|
* @property {number} duration - How much time (in ms) was the notification displayed before the button was clicked
|
|
485
524
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
486
525
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
526
|
+
* @property {boolean} isTPA
|
|
487
527
|
* @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
488
528
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
489
529
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -496,7 +536,8 @@ export declare function cairoFileDownloadToastDownloadButtonClicked(params: cair
|
|
|
496
536
|
* 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.
|
|
497
537
|
*
|
|
498
538
|
* @param {cairoCustomizeColumnsInSidePanelParams} params - The parameters for this event
|
|
499
|
-
* @property {string} actionName -
|
|
539
|
+
* @property {string} actionName - Visibility / Reorder
|
|
540
|
+
* @property {string} appId
|
|
500
541
|
* @property {string} artifactId - Artifact that owns the component
|
|
501
542
|
* @property {string} cairoVersion - version
|
|
502
543
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -505,11 +546,11 @@ export declare function cairoFileDownloadToastDownloadButtonClicked(params: cair
|
|
|
505
546
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards. (new field from 01/2023)
|
|
506
547
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
507
548
|
* @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)
|
|
549
|
+
* @property {boolean} isTPA
|
|
508
550
|
* @property {number} numColumns - How many columns are shown? (new field from 01/2023)
|
|
509
551
|
* @property {number} numFiltersActive - The number of active filters when the user opened/closed the panel/menu
|
|
510
552
|
* @property {number} numFiltersInView - How many filters comprise the saved view (new field from 01/2023)
|
|
511
553
|
* @property {number} numSortedColumns - How many columns actively sort the data? (new field from 01/2023)
|
|
512
|
-
* @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
|
|
513
554
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
514
555
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
515
556
|
* @property {string} visibleColumnsOrder - Which columns are currently shown to the user - by the order the user defined (new field from 01/2023)
|
|
@@ -522,6 +563,7 @@ export declare function cairoCustomizeColumnsInSidePanel(params: cairoCustomizeC
|
|
|
522
563
|
* Event description: Sent when a user selects a tab in a Cairo component. Relevant components: Table, Cards.
|
|
523
564
|
*
|
|
524
565
|
* @param {cairoTabSelectedParams} params - The parameters for this event
|
|
566
|
+
* @property {string} appId
|
|
525
567
|
* @property {string} artifactId - Artifact that owns the component
|
|
526
568
|
* @property {string} cairoVersion
|
|
527
569
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -530,6 +572,7 @@ export declare function cairoCustomizeColumnsInSidePanel(params: cairoCustomizeC
|
|
|
530
572
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
531
573
|
* @property {number} filteredListSize - How many items are currently presented to user, after new tab selection
|
|
532
574
|
* @property {boolean} hasAllTab - TRUE if "All" tab is displayed for this component; FALSE otherwise
|
|
575
|
+
* @property {boolean} isTPA
|
|
533
576
|
* @property {string} newTabId - Name of the newly selected tab
|
|
534
577
|
* @property {number} newTabIndex - Index of the newly selected tab. 1 <= newTabIndex <= numTabs.
|
|
535
578
|
* @property {number} numTabs - How many tabs are dispalyed to the user
|
|
@@ -547,6 +590,7 @@ export declare function cairoTabSelected(params: cairoTabSelectedParams): LogObj
|
|
|
547
590
|
*
|
|
548
591
|
* @param {cairoViewsUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
549
592
|
* @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
593
|
+
* @property {string} appId
|
|
550
594
|
* @property {string} artifactId - Artifact that owns the component
|
|
551
595
|
* @property {string} cairoVersion - cairo version
|
|
552
596
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -561,6 +605,7 @@ export declare function cairoTabSelected(params: cairoTabSelectedParams): LogObj
|
|
|
561
605
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
562
606
|
* @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.
|
|
563
607
|
* @property {boolean} isFromSearch - Was the failed action made on a search results?
|
|
608
|
+
* @property {boolean} isTPA
|
|
564
609
|
* @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
|
|
565
610
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
566
611
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -576,6 +621,7 @@ export declare function cairoViewsUnsuccessfulUpdateInServer(params: cairoViewsU
|
|
|
576
621
|
* Event description: Sent when a user clicks on a CTA in an an opened modal
|
|
577
622
|
*
|
|
578
623
|
* @param {cairoModalCtaClickedParams} params - The parameters for this event
|
|
624
|
+
* @property {string} appId
|
|
579
625
|
* @property {string} artifactId - Artifact that owns the component
|
|
580
626
|
* @property {string} cairoVersion - cairo version
|
|
581
627
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -583,6 +629,7 @@ export declare function cairoViewsUnsuccessfulUpdateInServer(params: cairoViewsU
|
|
|
583
629
|
* @property {GUID} csid - Cairo session id
|
|
584
630
|
* @property {string} ctaName - The CTA name the user chose to do in the modal (for example: save, cancel, archive etc.). English only, not localized
|
|
585
631
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
632
|
+
* @property {boolean} isTPA
|
|
586
633
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
587
634
|
* @property {string} modalName - The modal's title (Archive custom field, etc.)
|
|
588
635
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -596,6 +643,7 @@ export declare function cairoModalCtaClicked(params: cairoModalCtaClickedParams)
|
|
|
596
643
|
* Event description: Sent when a user clears all of the filters used in a Cairo component. Relevant components: Table, Cards.
|
|
597
644
|
*
|
|
598
645
|
* @param {cairoAllFiltersClearedParams} params - The parameters for this event
|
|
646
|
+
* @property {string} appId
|
|
599
647
|
* @property {string} artifactId - Artifact that owns the component
|
|
600
648
|
* @property {string} cairoVersion
|
|
601
649
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -604,6 +652,7 @@ export declare function cairoModalCtaClicked(params: cairoModalCtaClickedParams)
|
|
|
604
652
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
605
653
|
* @property {string} filterNames - Comma separated list of filter names that have been cleared
|
|
606
654
|
* @property {number} filteredListSize - How many items were presented to user, before all of the filters were cleared
|
|
655
|
+
* @property {boolean} isTPA
|
|
607
656
|
* @property {number} numFiltersCleared - How many filters have been cleared
|
|
608
657
|
* @property {string} origin - "sidebar"/"toolbar"
|
|
609
658
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -617,6 +666,7 @@ export declare function cairoAllFiltersCleared(params: cairoAllFiltersClearedPar
|
|
|
617
666
|
* 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.
|
|
618
667
|
*
|
|
619
668
|
* @param {cairoCtaClickedParams} params - The parameters for this event
|
|
669
|
+
* @property {string} appId
|
|
620
670
|
* @property {string} artifactId - Artifact that owns the component
|
|
621
671
|
* @property {string} cairoVersion
|
|
622
672
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -628,6 +678,7 @@ export declare function cairoAllFiltersCleared(params: cairoAllFiltersClearedPar
|
|
|
628
678
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
629
679
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
630
680
|
* @property {boolean} isSelectAll - Are all items in the list selected. numItems = filteredListSize ==> isSelectAll = TRUE
|
|
681
|
+
* @property {boolean} isTPA
|
|
631
682
|
* @property {string} itemId - ID of the item that the user clicked on its CTA
|
|
632
683
|
* @property {number} itemIndex - Out of the list of items, what is the index of the clicked item . ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
633
684
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
@@ -649,6 +700,7 @@ export declare function cairoCtaClicked(params: cairoCtaClickedParams): LogObjec
|
|
|
649
700
|
* 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.
|
|
650
701
|
*
|
|
651
702
|
* @param {cairoChangesBeforeApplyParams} params - The parameters for this event
|
|
703
|
+
* @property {string} appId
|
|
652
704
|
* @property {string} artifactId - Artifact that owns the component
|
|
653
705
|
* @property {string} cairoVersion - Cairo version
|
|
654
706
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -659,6 +711,7 @@ export declare function cairoCtaClicked(params: cairoCtaClickedParams): LogObjec
|
|
|
659
711
|
* @property {string} fieldName - The field that the user chose to change (not necessary to save) (Null if the user clicked on "clear")
|
|
660
712
|
* @property {string} fieldValue - The chosen value of the field (Null if the user clicked on "clear")
|
|
661
713
|
* @property {boolean} isClearButton - True if the user clicked on the clear button, False otherwise .
|
|
714
|
+
* @property {boolean} isTPA
|
|
662
715
|
* @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)
|
|
663
716
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
664
717
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -672,12 +725,14 @@ export declare function cairoChangesBeforeApply(params: cairoChangesBeforeApplyP
|
|
|
672
725
|
*
|
|
673
726
|
* @param {cairoTagsWidgetClickOnCtaParams} params - The parameters for this event
|
|
674
727
|
* @property {string} actionName - Assign tags / Create tags / Manage tags
|
|
728
|
+
* @property {string} appId
|
|
675
729
|
* @property {string} artifactId - Artifact that owns the component
|
|
676
730
|
* @property {string} cairoVersion - Cairo version
|
|
677
731
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
678
732
|
* @property {string} componentType - Component type
|
|
679
733
|
* @property {GUID} csid - Cairo session ID
|
|
680
734
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
735
|
+
* @property {boolean} isTPA
|
|
681
736
|
* @property {string} itemId - The entity ID
|
|
682
737
|
* @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
|
|
683
738
|
* @property {number} numTagsAssigned - How many tags are already assigned to that item?
|
|
@@ -693,6 +748,7 @@ export declare function cairoTagsWidgetClickOnCta(params: cairoTagsWidgetClickOn
|
|
|
693
748
|
*
|
|
694
749
|
* @param {cairoDataExtensionUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
695
750
|
* @property {string} actionName - The action the user tried to do: Add/ Edit etc. (in English, not localized)
|
|
751
|
+
* @property {string} appId
|
|
696
752
|
* @property {string} artifactId - Artifact that owns the component
|
|
697
753
|
* @property {string} cairoVersion - cairo version
|
|
698
754
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -702,6 +758,7 @@ export declare function cairoTagsWidgetClickOnCta(params: cairoTagsWidgetClickOn
|
|
|
702
758
|
* @property {string} errorType - What is the type of the error? Technical issue / Network error / 10k Limitation
|
|
703
759
|
* @property {string} fieldName - The name the user typed
|
|
704
760
|
* @property {string} fieldType - What type is the added field? Long text / Date / Number etc.
|
|
761
|
+
* @property {boolean} isTPA
|
|
705
762
|
* @property {string} key - The key value
|
|
706
763
|
* @property {string} origin - Where did the user click on "add custom field" from? Custom columns panel / Entity page
|
|
707
764
|
* @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.
|
|
@@ -716,6 +773,7 @@ export declare function cairoDataExtensionUnsuccessfulUpdateInServer(params: cai
|
|
|
716
773
|
* Event description: Sent when a an error in Cairo component loading process happen . Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
717
774
|
*
|
|
718
775
|
* @param {cairoErrorInLoadingAComponentParams} params - The parameters for this event
|
|
776
|
+
* @property {string} appId
|
|
719
777
|
* @property {string} artifactId - Artifact that owns the component
|
|
720
778
|
* @property {string} cairoVersion - cairo version
|
|
721
779
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -730,6 +788,7 @@ export declare function cairoDataExtensionUnsuccessfulUpdateInServer(params: cai
|
|
|
730
788
|
* InitCustomFieldsDataExtensionFailed /
|
|
731
789
|
* InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
|
|
732
790
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
791
|
+
* @property {boolean} isTPA
|
|
733
792
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
734
793
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
735
794
|
* @property {Url} url - The page's url
|
|
@@ -742,6 +801,7 @@ export declare function cairoErrorInLoadingAComponent(params: cairoErrorInLoadin
|
|
|
742
801
|
* Event description: Sent when a an error in Cairo component loading process happened and the user reload the state
|
|
743
802
|
*
|
|
744
803
|
* @param {cairoReloadErrorStateParams} params - The parameters for this event
|
|
804
|
+
* @property {string} appId
|
|
745
805
|
* @property {string} artifactId - Artifact that owns the component
|
|
746
806
|
* @property {string} cairoVersion - cairo version
|
|
747
807
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -757,6 +817,7 @@ export declare function cairoErrorInLoadingAComponent(params: cairoErrorInLoadin
|
|
|
757
817
|
* InitCustomFieldsDataExtensionFailed /
|
|
758
818
|
* InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
|
|
759
819
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
820
|
+
* @property {boolean} isTPA
|
|
760
821
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
761
822
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
762
823
|
* @property {Url} url - The page's url
|
|
@@ -769,6 +830,7 @@ export declare function cairoReloadErrorState(params: cairoReloadErrorStateParam
|
|
|
769
830
|
* Event description: Sent when the "create new" process ends (and the result is shown to the user)
|
|
770
831
|
*
|
|
771
832
|
* @param {newItemCreationEndParams} params - The parameters for this event
|
|
833
|
+
* @property {string} appId
|
|
772
834
|
* @property {string} artifactId - Artifact that owns the component
|
|
773
835
|
* @property {string} cairoVersion
|
|
774
836
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -778,6 +840,7 @@ export declare function cairoReloadErrorState(params: cairoReloadErrorStateParam
|
|
|
778
840
|
* @property {string} currentSortOrder - sort order
|
|
779
841
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
780
842
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
843
|
+
* @property {boolean} isTPA
|
|
781
844
|
* @property {string} itemId - resultType= "success" --> itemId = ID of newly created item; resultType = "dismissed" --> itemId = null
|
|
782
845
|
* @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
|
|
783
846
|
* @property {number} maxItems - Max number of items that can be selected
|
|
@@ -800,12 +863,14 @@ export declare function newItemCreationEnd(params: newItemCreationEndParams): Lo
|
|
|
800
863
|
* Event description: Send when a Tags' widget is loaded. Relevant for Verticals who allow use tags in their tables.
|
|
801
864
|
*
|
|
802
865
|
* @param {cairoTagsWidgetLoadedParams} params - The parameters for this event
|
|
866
|
+
* @property {string} appId
|
|
803
867
|
* @property {string} artifactId - Artifact that owns the component
|
|
804
868
|
* @property {string} cairoVersion - Cairo version
|
|
805
869
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
806
870
|
* @property {string} componentType - Component type
|
|
807
871
|
* @property {GUID} csid - Cairo session ID
|
|
808
872
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
873
|
+
* @property {boolean} isTPA
|
|
809
874
|
* @property {string} itemId - The entity ID (that the widget was loaded in its page)
|
|
810
875
|
* @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
|
|
811
876
|
* @property {number} numTagsAssigned - How many tags are assigned to that entity when the widget is loaded?
|
|
@@ -820,6 +885,7 @@ export declare function cairoTagsWidgetLoaded(params: cairoTagsWidgetLoadedParam
|
|
|
820
885
|
* Event description: Sent when the notification at the top of the table is dismissed, either manually or automatically
|
|
821
886
|
*
|
|
822
887
|
* @param {cairoTableTopNotificationDismissedParams} params - The parameters for this event
|
|
888
|
+
* @property {string} appId
|
|
823
889
|
* @property {string} artifactId - Artifact that owns the component
|
|
824
890
|
* @property {string} cairoVersion
|
|
825
891
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -829,6 +895,7 @@ export declare function cairoTagsWidgetLoaded(params: cairoTagsWidgetLoadedParam
|
|
|
829
895
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
830
896
|
* @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
|
|
831
897
|
* @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
|
|
898
|
+
* @property {boolean} isTPA
|
|
832
899
|
* @property {string} notificationText - What is displayed to the user, localized
|
|
833
900
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
834
901
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -841,6 +908,7 @@ export declare function cairoTableTopNotificationDismissed(params: cairoTableTop
|
|
|
841
908
|
* Event description: Send when a user click on a section CTA (show more / show less etc.)
|
|
842
909
|
*
|
|
843
910
|
* @param {cairoSectionCtaClickedParams} params - The parameters for this event
|
|
911
|
+
* @property {string} appId
|
|
844
912
|
* @property {string} artifactId - Artifact that owns the component
|
|
845
913
|
* @property {string} cairoVersion - Cairo version
|
|
846
914
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -850,6 +918,7 @@ export declare function cairoTableTopNotificationDismissed(params: cairoTableTop
|
|
|
850
918
|
* @property {string} ctaName - cta key (show more / show less etc.)
|
|
851
919
|
* @property {string} ctaType - Main / Secondary / More actions
|
|
852
920
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
921
|
+
* @property {boolean} isTPA
|
|
853
922
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
854
923
|
* @property {string} loaction - CTA location: Section Toolbar, Collection Toolbar
|
|
855
924
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -864,6 +933,7 @@ export declare function cairoSectionCtaClicked(params: cairoSectionCtaClickedPar
|
|
|
864
933
|
* Event description: Sent when the export ends successfully and the user is prompted that the file is being downloaded
|
|
865
934
|
*
|
|
866
935
|
* @param {cairoFileDownloadToastDisplayedParams} params - The parameters for this event
|
|
936
|
+
* @property {string} appId
|
|
867
937
|
* @property {string} artifactId - Artifact that owns the component
|
|
868
938
|
* @property {string} cairoVersion
|
|
869
939
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -872,6 +942,7 @@ export declare function cairoSectionCtaClicked(params: cairoSectionCtaClickedPar
|
|
|
872
942
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
873
943
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
874
944
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
945
|
+
* @property {boolean} isTPA
|
|
875
946
|
* @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
876
947
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
877
948
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -885,12 +956,14 @@ export declare function cairoFileDownloadToastDisplayed(params: cairoFileDownloa
|
|
|
885
956
|
* 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.
|
|
886
957
|
*
|
|
887
958
|
* @param {cairoSearchResultsParams} params - The parameters for this event
|
|
959
|
+
* @property {string} appId
|
|
888
960
|
* @property {string} artifactId - Artifact that owns the component
|
|
889
961
|
* @property {string} cairoVersion
|
|
890
962
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
891
963
|
* @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
|
|
892
964
|
* @property {GUID} csid
|
|
893
965
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
966
|
+
* @property {boolean} isTPA
|
|
894
967
|
* @property {number} loadingTime - How much time (in ms) did it take to load the results for searchQuery
|
|
895
968
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
896
969
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -905,6 +978,7 @@ export declare function cairoSearchResults(params: cairoSearchResultsParams): Lo
|
|
|
905
978
|
* Event description: Send when a user click on button that will close "Tags Modal". Relevant for Verticals who allow use tags in their tables.
|
|
906
979
|
*
|
|
907
980
|
* @param {cairoTagsModalEndProcessParams} params - The parameters for this event
|
|
981
|
+
* @property {string} appId
|
|
908
982
|
* @property {string} artifactId - Artifact that owns the component
|
|
909
983
|
* @property {string} cairoVersion - Cairo version
|
|
910
984
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -912,6 +986,7 @@ export declare function cairoSearchResults(params: cairoSearchResultsParams): Lo
|
|
|
912
986
|
* @property {GUID} csid - Cairo session ID
|
|
913
987
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
914
988
|
* @property {string} endType - Close without changes
|
|
989
|
+
* @property {boolean} isTPA
|
|
915
990
|
* @property {number} numTags - How many tags are in the modal?
|
|
916
991
|
* @property {string} origin - Where did the user open Manage Tags modal from?
|
|
917
992
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -925,6 +1000,7 @@ export declare function cairoTagsModalEndProcess(params: cairoTagsModalEndProces
|
|
|
925
1000
|
* Event description: Sent when a user clicks on "Manage View" in a Cairo component. Relevant components: Table, Cards.
|
|
926
1001
|
*
|
|
927
1002
|
* @param {cairoManageViewClickedParams} params - The parameters for this event
|
|
1003
|
+
* @property {string} appId
|
|
928
1004
|
* @property {string} artifactId - Artifact that owns the component
|
|
929
1005
|
* @property {string} cairoVersion - Cairo version
|
|
930
1006
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -933,6 +1009,7 @@ export declare function cairoTagsModalEndProcess(params: cairoTagsModalEndProces
|
|
|
933
1009
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
934
1010
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
935
1011
|
* @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1012
|
+
* @property {boolean} isTPA
|
|
936
1013
|
* @property {number} numFiltersInView - How many filters comprise the saved view
|
|
937
1014
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
938
1015
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -945,12 +1022,14 @@ export declare function cairoManageViewClicked(params: cairoManageViewClickedPar
|
|
|
945
1022
|
* Event description: Send when a user click on a "Tags Modal". Relevant for Verticals who allow use tags in their tables.
|
|
946
1023
|
*
|
|
947
1024
|
* @param {cairoTagsModalStartLoadParams} params - The parameters for this event
|
|
1025
|
+
* @property {string} appId
|
|
948
1026
|
* @property {string} artifactId - Artifact that owns the component
|
|
949
1027
|
* @property {string} cairoVersion - Cairo version
|
|
950
1028
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
951
1029
|
* @property {string} componentType - Component type
|
|
952
1030
|
* @property {GUID} csid - Cairo session ID
|
|
953
1031
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1032
|
+
* @property {boolean} isTPA
|
|
954
1033
|
* @property {number} numTags - How many tags are to be presented?
|
|
955
1034
|
* @property {string} origin - Where did the user open Manage Tags modal from?
|
|
956
1035
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -965,6 +1044,7 @@ export declare function cairoTagsModalStartLoad(params: cairoTagsModalStartLoadP
|
|
|
965
1044
|
*
|
|
966
1045
|
* @param {cairoSortUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
967
1046
|
* @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)
|
|
1047
|
+
* @property {string} appId
|
|
968
1048
|
* @property {string} artifactId - Artifact that owns the component
|
|
969
1049
|
* @property {string} cairoVersion - cairo version
|
|
970
1050
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -979,6 +1059,7 @@ export declare function cairoTagsModalStartLoad(params: cairoTagsModalStartLoadP
|
|
|
979
1059
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
980
1060
|
* @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.
|
|
981
1061
|
* @property {boolean} isFromSearch - Was the failed action made on a search results?
|
|
1062
|
+
* @property {boolean} isTPA
|
|
982
1063
|
* @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
|
|
983
1064
|
* @property {string} origin - The location thefailed sort action was made from :"SidePanel"/"ColumnHeader"
|
|
984
1065
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -999,6 +1080,7 @@ export declare function cairoSortUnsuccessfulUpdateInServer(params: cairoSortUns
|
|
|
999
1080
|
* Event description: Sent when user changes selection in the Cairo export modal
|
|
1000
1081
|
*
|
|
1001
1082
|
* @param {cairoItemToggledInExportModalParams} params - The parameters for this event
|
|
1083
|
+
* @property {string} appId
|
|
1002
1084
|
* @property {string} artifactId - Artifact that owns the component
|
|
1003
1085
|
* @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}
|
|
1004
1086
|
* @property {string} cairoVersion
|
|
@@ -1008,6 +1090,7 @@ export declare function cairoSortUnsuccessfulUpdateInServer(params: cairoSortUns
|
|
|
1008
1090
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1009
1091
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1010
1092
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
1093
|
+
* @property {boolean} isTPA
|
|
1011
1094
|
* @property {string} newSelectedExportType - What type of export did the user switch to: "All Items"/"Filtered Items"/"Selected Items"
|
|
1012
1095
|
* @property {string} prevSelectedExportType - What type of export did the user have selected before swiching to newSelectedExportType: "All Items"/"Filtered Items"/"Selected Items"
|
|
1013
1096
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1021,6 +1104,7 @@ export declare function cairoItemToggledInExportModal(params: cairoItemToggledIn
|
|
|
1021
1104
|
* Event description: Sent when a user finish to drag items but those changes weren't update in the server from different reasons
|
|
1022
1105
|
*
|
|
1023
1106
|
* @param {cairoDragActionUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
1107
|
+
* @property {string} appId
|
|
1024
1108
|
* @property {string} artifactId - Artifact that owns the component
|
|
1025
1109
|
* @property {string} cairoVersion - cairo version
|
|
1026
1110
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1033,6 +1117,7 @@ export declare function cairoItemToggledInExportModal(params: cairoItemToggledIn
|
|
|
1033
1117
|
* @property {number} filteredListSize - How many items are to be presented (filtered)?
|
|
1034
1118
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
1035
1119
|
* @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.
|
|
1120
|
+
* @property {boolean} isTPA
|
|
1036
1121
|
* @property {string} itemId - ID of the item that the user tries to drag
|
|
1037
1122
|
* @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
|
|
1038
1123
|
* @property {number} itemIndexBefore - Out of the list of results, what was the index of the clicked item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
|
|
@@ -1056,6 +1141,7 @@ export declare function cairoDragActionUnsuccessfulUpdateInServer(params: cairoD
|
|
|
1056
1141
|
* Event description: Sent when the search results are displayed, after a user searches for a tag. Relevant for tables that enabled using tags.
|
|
1057
1142
|
*
|
|
1058
1143
|
* @param {cairoSearchForTagsParams} params - The parameters for this event
|
|
1144
|
+
* @property {string} appId
|
|
1059
1145
|
* @property {string} artifactId - Artifact that owns the component
|
|
1060
1146
|
* @property {string} cairoVersion - Cairo version
|
|
1061
1147
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1063,6 +1149,7 @@ export declare function cairoDragActionUnsuccessfulUpdateInServer(params: cairoD
|
|
|
1063
1149
|
* @property {GUID} csid - Cairo session id
|
|
1064
1150
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1065
1151
|
* @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
|
|
1152
|
+
* @property {boolean} isTPA
|
|
1066
1153
|
* @property {string} location - Where did the user search for the tag? Manage tags modal /
|
|
1067
1154
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1068
1155
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1079,6 +1166,7 @@ export declare function cairoSearchForTags(params: cairoSearchForTagsParams): Lo
|
|
|
1079
1166
|
* @param {cairoManageViewActionSelectedParams} params - The parameters for this event
|
|
1080
1167
|
* @property {number} actionIndex - 1 <= actionIndex <= numActions -- the number of the action out of all actions in the menu
|
|
1081
1168
|
* @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
1169
|
+
* @property {string} appId
|
|
1082
1170
|
* @property {string} artifactId - Artifact that owns the component
|
|
1083
1171
|
* @property {string} cairoVersion - cairo version
|
|
1084
1172
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1086,6 +1174,7 @@ export declare function cairoSearchForTags(params: cairoSearchForTagsParams): Lo
|
|
|
1086
1174
|
* @property {GUID} csid
|
|
1087
1175
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
1088
1176
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1177
|
+
* @property {boolean} isTPA
|
|
1089
1178
|
* @property {number} numActions - How many actions are existing in the current menu (including disabled actions)?
|
|
1090
1179
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1091
1180
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1098,12 +1187,14 @@ export declare function cairoManageViewActionSelected(params: cairoManageViewAct
|
|
|
1098
1187
|
* Event description: Send when a user click on "Learn More" from Cairo component.
|
|
1099
1188
|
*
|
|
1100
1189
|
* @param {cairoLearnMoreParams} params - The parameters for this event
|
|
1190
|
+
* @property {string} appId
|
|
1101
1191
|
* @property {string} artifactId - Artifact that owns the component
|
|
1102
1192
|
* @property {string} cairoVersion - Cairo version
|
|
1103
1193
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1104
1194
|
* @property {string} componentType - Section name (Folders)
|
|
1105
1195
|
* @property {GUID} csid - Cairo session ID
|
|
1106
1196
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1197
|
+
* @property {boolean} isTPA
|
|
1107
1198
|
* @property {string} origin - Where did the user click on "Learn more" from? Add Custom Field Modal/ Edit Custom Field Modal / Table Toolbar
|
|
1108
1199
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1109
1200
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1117,6 +1208,7 @@ export declare function cairoLearnMore(params: cairoLearnMoreParams): LogObject<
|
|
|
1117
1208
|
*
|
|
1118
1209
|
* @param {cairoAssignTagsToEntitiesParams} params - The parameters for this event
|
|
1119
1210
|
* @property {string} actionName - Assign / Remove
|
|
1211
|
+
* @property {string} appId
|
|
1120
1212
|
* @property {string} artifactId - Artifact that owns the component
|
|
1121
1213
|
* @property {string} assignedTags - array of tags that were assigned (empty array if none)
|
|
1122
1214
|
* @property {string} cairoVersion - Cairo version
|
|
@@ -1125,6 +1217,7 @@ export declare function cairoLearnMore(params: cairoLearnMoreParams): LogObject<
|
|
|
1125
1217
|
* @property {GUID} csid - Cairo session ID
|
|
1126
1218
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1127
1219
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
1220
|
+
* @property {boolean} isTPA
|
|
1128
1221
|
* @property {string} itemIds - array of items ids that were selected
|
|
1129
1222
|
* @property {number} numItems - How many items have been selected?
|
|
1130
1223
|
* @property {string} origin - Where did the user make the action from?
|
|
@@ -1140,6 +1233,7 @@ export declare function cairoAssignTagsToEntities(params: cairoAssignTagsToEntit
|
|
|
1140
1233
|
* Event description: Sent when a user clicks a Page CTA ('add', 'more actions' etc.).
|
|
1141
1234
|
*
|
|
1142
1235
|
* @param {cairoPageCtaClickedParams} params - The parameters for this event
|
|
1236
|
+
* @property {string} appId
|
|
1143
1237
|
* @property {string} artifactId - Artifact that owns the component
|
|
1144
1238
|
* @property {string} cairoVersion - Cairo version
|
|
1145
1239
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -1148,6 +1242,7 @@ export declare function cairoAssignTagsToEntities(params: cairoAssignTagsToEntit
|
|
|
1148
1242
|
* @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
|
|
1149
1243
|
* @property {string} ctaType - Main / Secondary / More Actions Dropdown / More Actions Option
|
|
1150
1244
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1245
|
+
* @property {boolean} isTPA
|
|
1151
1246
|
* @property {boolean} isValid - (Relevant only for Save CTA) True=if all fields are validated, False= if there are validation errors
|
|
1152
1247
|
* @property {string} location - CTA location: TBD
|
|
1153
1248
|
* @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
|
|
@@ -1165,6 +1260,7 @@ export declare function cairoPageCtaClicked(params: cairoPageCtaClickedParams):
|
|
|
1165
1260
|
* Event description: Sent when a notification is displayed, showing a message that appears between the table header and the table rows
|
|
1166
1261
|
*
|
|
1167
1262
|
* @param {cairoTableTopNotificationDisplayedParams} params - The parameters for this event
|
|
1263
|
+
* @property {string} appId
|
|
1168
1264
|
* @property {string} artifactId - Artifact that owns the component
|
|
1169
1265
|
* @property {string} cairoVersion
|
|
1170
1266
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1172,6 +1268,7 @@ export declare function cairoPageCtaClicked(params: cairoPageCtaClickedParams):
|
|
|
1172
1268
|
* @property {GUID} csid
|
|
1173
1269
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1174
1270
|
* @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
|
|
1271
|
+
* @property {boolean} isTPA
|
|
1175
1272
|
* @property {string} notificationText - What is displayed to the user, localized
|
|
1176
1273
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1177
1274
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1185,6 +1282,7 @@ export declare function cairoTableTopNotificationDisplayed(params: cairoTableTop
|
|
|
1185
1282
|
*
|
|
1186
1283
|
* @param {cairoTryAgainClickedParams} params - The parameters for this event
|
|
1187
1284
|
* @property {string} actionName - the action name that failed and triggered the notification (for example: drag, column reorder etc.)
|
|
1285
|
+
* @property {string} appId
|
|
1188
1286
|
* @property {string} artifactId - Artifact that owns the component
|
|
1189
1287
|
* @property {string} cairoVersion - cairo version
|
|
1190
1288
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1193,6 +1291,7 @@ export declare function cairoTableTopNotificationDisplayed(params: cairoTableTop
|
|
|
1193
1291
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1194
1292
|
* @property {number} filteredListSize - How many items were presented when the user made the failed action (filtered)
|
|
1195
1293
|
* @property {boolean} isFromSearch - Did the user made the failed action on a list of search results
|
|
1294
|
+
* @property {boolean} isTPA
|
|
1196
1295
|
* @property {string} loaction - Toast / Custom fields widget / View only widget / Component error state
|
|
1197
1296
|
* @property {number} numOfWaitingUpdates - (optional) number of updates in the sequence that follow the failed action
|
|
1198
1297
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1206,6 +1305,7 @@ export declare function cairoTryAgainClicked(params: cairoTryAgainClickedParams)
|
|
|
1206
1305
|
* 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.
|
|
1207
1306
|
*
|
|
1208
1307
|
* @param {cairoFiltersPanelUsedParams} params - The parameters for this event
|
|
1308
|
+
* @property {string} appId
|
|
1209
1309
|
* @property {string} artifactId - Artifact that owns the component
|
|
1210
1310
|
* @property {string} cairoVersion
|
|
1211
1311
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1217,6 +1317,7 @@ export declare function cairoTryAgainClicked(params: cairoTryAgainClickedParams)
|
|
|
1217
1317
|
* @property {string} feature - Filter / Sort / Costume Columns / Manage Views / Manage custom fields (new field from 01/2023)/Tags
|
|
1218
1318
|
* @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
|
|
1219
1319
|
* @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)
|
|
1320
|
+
* @property {boolean} isTPA
|
|
1220
1321
|
* @property {number} numColumns - How many columns are shown? (new field from 01/2023)
|
|
1221
1322
|
* @property {number} numFiltersActive - The number of active filters when the user opened/closed the panel/menu
|
|
1222
1323
|
* @property {number} numFiltersInView - How many filters comprise the saved view (new field from 01/2023)
|
|
@@ -1235,6 +1336,7 @@ export declare function cairoFiltersPanelUsed(params: cairoFiltersPanelUsedParam
|
|
|
1235
1336
|
* Event description: Sent when a user clicks on an item and tries to drag it, in order to sort the items manually
|
|
1236
1337
|
*
|
|
1237
1338
|
* @param {cairoDragItemParams} params - The parameters for this event
|
|
1339
|
+
* @property {string} appId
|
|
1238
1340
|
* @property {string} artifactId - Artifact that owns the component
|
|
1239
1341
|
* @property {string} cairoVersion - cairo version
|
|
1240
1342
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1250,6 +1352,7 @@ export declare function cairoFiltersPanelUsed(params: cairoFiltersPanelUsedParam
|
|
|
1250
1352
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
1251
1353
|
* @property {boolean} isFromHandle - Is the item dragged from the handle area?
|
|
1252
1354
|
* @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
1355
|
+
* @property {boolean} isTPA
|
|
1253
1356
|
* @property {string} itemId - ID of the item that the user tries to drag.
|
|
1254
1357
|
* @property {number} itemIndex - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
1255
1358
|
* @property {number} numItemsBefore - (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
|
|
@@ -1265,6 +1368,7 @@ export declare function cairoDragItem(params: cairoDragItemParams): LogObject<ca
|
|
|
1265
1368
|
* 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).
|
|
1266
1369
|
*
|
|
1267
1370
|
* @param {cairoFileDownloadToastDismissedParams} params - The parameters for this event
|
|
1371
|
+
* @property {string} appId
|
|
1268
1372
|
* @property {string} artifactId - Artifact that owns the component
|
|
1269
1373
|
* @property {string} cairoVersion
|
|
1270
1374
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1275,6 +1379,7 @@ export declare function cairoDragItem(params: cairoDragItemParams): LogObject<ca
|
|
|
1275
1379
|
* @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
|
|
1276
1380
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1277
1381
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1382
|
+
* @property {boolean} isTPA
|
|
1278
1383
|
* @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1279
1384
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1280
1385
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1287,6 +1392,7 @@ export declare function cairoFileDownloadToastDismissed(params: cairoFileDownloa
|
|
|
1287
1392
|
* Event description: Sent when the user tries to cancel the export process AFTER it has begun
|
|
1288
1393
|
*
|
|
1289
1394
|
* @param {cairoUserAttemptsToCancelTheExportParams} params - The parameters for this event
|
|
1395
|
+
* @property {string} appId
|
|
1290
1396
|
* @property {string} artifactId - Artifact that owns the component
|
|
1291
1397
|
* @property {string} cairoVersion
|
|
1292
1398
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1295,6 +1401,7 @@ export declare function cairoFileDownloadToastDismissed(params: cairoFileDownloa
|
|
|
1295
1401
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1296
1402
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
1297
1403
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1404
|
+
* @property {boolean} isTPA
|
|
1298
1405
|
* @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.
|
|
1299
1406
|
* @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
|
|
1300
1407
|
* @property {string} origin - How did the user try to cancel the export process: "Tab Closed"/"Cancel Buton"/"X Button"
|
|
@@ -1312,6 +1419,7 @@ export declare function cairoUserAttemptsToCancelTheExport(params: cairoUserAtte
|
|
|
1312
1419
|
* Event description: Actual pick inside the Cairo picker (CTA button or immediate CTA)
|
|
1313
1420
|
*
|
|
1314
1421
|
* @param {pickerPickModalCtaButtonClickOrImmediateCtaParams} params - The parameters for this event
|
|
1422
|
+
* @property {string} appId
|
|
1315
1423
|
* @property {string} artifactId - Artifact that owns the component
|
|
1316
1424
|
* @property {string} cairoVersion
|
|
1317
1425
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -1321,6 +1429,7 @@ export declare function cairoUserAttemptsToCancelTheExport(params: cairoUserAtte
|
|
|
1321
1429
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
1322
1430
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
1323
1431
|
* @property {boolean} isImmediate - Is it an immediate CTA
|
|
1432
|
+
* @property {boolean} isTPA
|
|
1324
1433
|
* @property {number} itemsCnt - Number of total items picked
|
|
1325
1434
|
* @property {number} listSize - How many items exist (full list)
|
|
1326
1435
|
* @property {number} maxItems - Max items to select in picker
|
|
@@ -1336,6 +1445,7 @@ export declare function pickerPickModalCtaButtonClickOrImmediateCta(params: pick
|
|
|
1336
1445
|
* Event description: Sent when the user clicks the "create new" button
|
|
1337
1446
|
*
|
|
1338
1447
|
* @param {newItemCreationStartParams} params - The parameters for this event
|
|
1448
|
+
* @property {string} appId
|
|
1339
1449
|
* @property {string} artifactId - Artifact that owns the component
|
|
1340
1450
|
* @property {string} cairoVersion
|
|
1341
1451
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1345,6 +1455,7 @@ export declare function pickerPickModalCtaButtonClickOrImmediateCta(params: pick
|
|
|
1345
1455
|
* @property {string} currentSortOrder - sorts
|
|
1346
1456
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
1347
1457
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
1458
|
+
* @property {boolean} isTPA
|
|
1348
1459
|
* @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
|
|
1349
1460
|
* @property {number} maxItems - Max number of items that can be selected
|
|
1350
1461
|
* @property {number} numColumns - columns
|
|
@@ -1365,6 +1476,7 @@ export declare function newItemCreationStart(params: newItemCreationStartParams)
|
|
|
1365
1476
|
* Event description: Sent when a user selects a view in a Cairo component. Relevant components: Table, Cards.
|
|
1366
1477
|
*
|
|
1367
1478
|
* @param {cairoViewSelectedParams} params - The parameters for this event
|
|
1479
|
+
* @property {string} appId
|
|
1368
1480
|
* @property {string} artifactId - Artifact that owns the component
|
|
1369
1481
|
* @property {string} cairoVersion
|
|
1370
1482
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1377,6 +1489,7 @@ export declare function newItemCreationStart(params: newItemCreationStartParams)
|
|
|
1377
1489
|
* @property {boolean} isDefault - Is the selected view defined as default view?
|
|
1378
1490
|
* @property {boolean} isFromSearchView - True if the view was selected from "search view in views dropdown" results (new from 01/2023)
|
|
1379
1491
|
* @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1492
|
+
* @property {boolean} isTPA
|
|
1380
1493
|
* @property {string} newViewName - Name of the newly selected view
|
|
1381
1494
|
* @property {number} numFiltersActive - How many filters are active after view selection
|
|
1382
1495
|
* @property {string} prevFilters - (Optional) The prevoius state of filters, before the new view selection
|
|
@@ -1392,12 +1505,14 @@ export declare function cairoViewSelected(params: cairoViewSelectedParams): LogO
|
|
|
1392
1505
|
* Event description: Send when a user click on a "Add Custom Field". Relevant for Verticals who allow data extensions
|
|
1393
1506
|
*
|
|
1394
1507
|
* @param {cairoDataExAddCustomFieldParams} params - The parameters for this event
|
|
1508
|
+
* @property {string} appId
|
|
1395
1509
|
* @property {string} artifactId - Artifact that owns the component
|
|
1396
1510
|
* @property {string} cairoVersion - Cairo version
|
|
1397
1511
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1398
1512
|
* @property {string} componentType - Component type
|
|
1399
1513
|
* @property {GUID} csid - Cairo session ID
|
|
1400
1514
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1515
|
+
* @property {boolean} isTPA
|
|
1401
1516
|
* @property {number} numColumns - How many columns are shown?
|
|
1402
1517
|
* @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)
|
|
1403
1518
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1413,6 +1528,7 @@ export declare function cairoDataExAddCustomField(params: cairoDataExAddCustomFi
|
|
|
1413
1528
|
*
|
|
1414
1529
|
* @param {cairoFilterToggledParams} params - The parameters for this event
|
|
1415
1530
|
* @property {string} actionType - "add"/"remove" -- Did we add or remove filterName from the list of filters
|
|
1531
|
+
* @property {string} appId
|
|
1416
1532
|
* @property {string} artifactId - Artifact that owns the component
|
|
1417
1533
|
* @property {string} cairoVersion
|
|
1418
1534
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1423,6 +1539,7 @@ export declare function cairoDataExAddCustomField(params: cairoDataExAddCustomFi
|
|
|
1423
1539
|
* @property {string} filterName - Which column filter do we want to toggle now, e.g. Beginner / Amateur
|
|
1424
1540
|
* @property {string} filterValue - JSON containing filterName's new value
|
|
1425
1541
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1542
|
+
* @property {boolean} isTPA
|
|
1426
1543
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1427
1544
|
* @property {number} numFiltersActive - How many filters are active after filterName is toggled. actionType = "add" --> numFiltersActive >= 1; actionType = "remove" --> numFiltersActive < numColumns
|
|
1428
1545
|
* @property {string} origin - "Panel"/"SubToolbar"/"Toolbar"
|
|
@@ -1438,12 +1555,14 @@ export declare function cairoFilterToggled(params: cairoFilterToggledParams): Lo
|
|
|
1438
1555
|
*
|
|
1439
1556
|
* @param {cairoDataExCustomFieldAdvancesSettingsParams} params - The parameters for this event
|
|
1440
1557
|
* @property {string} actionName - Open / Close the advanced settings
|
|
1558
|
+
* @property {string} appId
|
|
1441
1559
|
* @property {string} artifactId - Artifact that owns the component
|
|
1442
1560
|
* @property {string} cairoVersion - Cairo version
|
|
1443
1561
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1444
1562
|
* @property {string} componentType - Component type
|
|
1445
1563
|
* @property {GUID} csid - Cairo session ID
|
|
1446
1564
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1565
|
+
* @property {boolean} isTPA
|
|
1447
1566
|
* @property {string} origin - Where did the user click on "Advanced Settings" from? Add Custom Field Modal / Edit Custom Field Modal
|
|
1448
1567
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1449
1568
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1456,6 +1575,7 @@ export declare function cairoDataExCustomFieldAdvancesSettings(params: cairoData
|
|
|
1456
1575
|
* Event description: Sent when a user creates/saves a view in a Cairo component. Relevant components: Table, Cards.
|
|
1457
1576
|
*
|
|
1458
1577
|
* @param {cairoViewSavedParams} params - The parameters for this event
|
|
1578
|
+
* @property {string} appId
|
|
1459
1579
|
* @property {string} artifactId - Artifact that owns the component
|
|
1460
1580
|
* @property {string} cairoVersion - Cairo version
|
|
1461
1581
|
* @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)
|
|
@@ -1467,6 +1587,7 @@ export declare function cairoDataExCustomFieldAdvancesSettings(params: cairoData
|
|
|
1467
1587
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1468
1588
|
* @property {boolean} isDefault - Is the saved view defined as default view?
|
|
1469
1589
|
* @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)
|
|
1590
|
+
* @property {boolean} isTPA
|
|
1470
1591
|
* @property {string} newViewName - Name of the newly created/saved/renamed view
|
|
1471
1592
|
* @property {number} numColumnsInView - How many columns comprise the saved view (new field from 11/2022)
|
|
1472
1593
|
* @property {number} numFiltersInView - How many filters comprise the saved view
|
|
@@ -1487,6 +1608,7 @@ export declare function cairoViewSaved(params: cairoViewSavedParams): LogObject<
|
|
|
1487
1608
|
* Event description: Sent when a user deletes a view in a Cairo component. Relevant components: Table, Cards.
|
|
1488
1609
|
*
|
|
1489
1610
|
* @param {cairoViewDeletedParams} params - The parameters for this event
|
|
1611
|
+
* @property {string} appId
|
|
1490
1612
|
* @property {string} artifactId - Artifact that owns the component
|
|
1491
1613
|
* @property {string} cairoVersion
|
|
1492
1614
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1494,6 +1616,7 @@ export declare function cairoViewSaved(params: cairoViewSavedParams): LogObject<
|
|
|
1494
1616
|
* @property {GUID} csid
|
|
1495
1617
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1496
1618
|
* @property {boolean} isDefault - Was the deleted view defined as default view?
|
|
1619
|
+
* @property {boolean} isTPA
|
|
1497
1620
|
* @property {number} numFiltersInView - How many filters comprised the deleted view
|
|
1498
1621
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1499
1622
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1511,6 +1634,7 @@ export declare function cairoViewDeleted(params: cairoViewDeletedParams): LogObj
|
|
|
1511
1634
|
*
|
|
1512
1635
|
* @param {cairoDataExCustomFieldEndProcessParams} params - The parameters for this event
|
|
1513
1636
|
* @property {string} actionName - Add/ Edit
|
|
1637
|
+
* @property {string} appId
|
|
1514
1638
|
* @property {string} artifactId - Artifact that owns the component
|
|
1515
1639
|
* @property {string} cairoVersion - Cairo version
|
|
1516
1640
|
* @property {string} changedFields - (Relevant when action type is edit) Name / Permission / Name and Permission / No changes
|
|
@@ -1522,6 +1646,7 @@ export declare function cairoViewDeleted(params: cairoViewDeletedParams): LogObj
|
|
|
1522
1646
|
* @property {string} endType - What did the user chose in the modal? Add field / Cancel
|
|
1523
1647
|
* @property {string} fieldName - (Relevant when a field was added/edited) The name the user typed
|
|
1524
1648
|
* @property {string} fieldType - (Relevant when a field was added) What type is the added field? Long text / Date / Number etc.
|
|
1649
|
+
* @property {boolean} isTPA
|
|
1525
1650
|
* @property {string} key - The key value
|
|
1526
1651
|
* @property {number} numAdded - (Relevant when a field was added/edited) How many added fields are there in the component (including the current added field)
|
|
1527
1652
|
* @property {number} numDropdownOptions - Only for fieldType= dropdown, how many options were saved?
|
|
@@ -1538,6 +1663,7 @@ export declare function cairoDataExCustomFieldEndProcess(params: cairoDataExCust
|
|
|
1538
1663
|
* Event description: Sent when a user sorts a Cairo component. Relevant components: Table, Cards.
|
|
1539
1664
|
*
|
|
1540
1665
|
* @param {cairoComponentSortedParams} params - The parameters for this event
|
|
1666
|
+
* @property {string} appId
|
|
1541
1667
|
* @property {string} artifactId - Artifact that owns the component
|
|
1542
1668
|
* @property {string} cairoVersion - Cairo version
|
|
1543
1669
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1546,6 +1672,7 @@ export declare function cairoDataExCustomFieldEndProcess(params: cairoDataExCust
|
|
|
1546
1672
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1547
1673
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1548
1674
|
* @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)
|
|
1675
|
+
* @property {boolean} isTPA
|
|
1549
1676
|
* @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)
|
|
1550
1677
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1551
1678
|
* @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)
|
|
@@ -1568,6 +1695,7 @@ export declare function cairoComponentSorted(params: cairoComponentSortedParams)
|
|
|
1568
1695
|
* Event description: Sent when a user changes the order of the columns that sort a Cairo component. Relevant components: Table, Cards.
|
|
1569
1696
|
*
|
|
1570
1697
|
* @param {cairoReorderingSortColumnsParams} params - The parameters for this event
|
|
1698
|
+
* @property {string} appId
|
|
1571
1699
|
* @property {string} artifactId - Artifact that owns the component
|
|
1572
1700
|
* @property {string} cairoVersion - Cairo version
|
|
1573
1701
|
* @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)
|
|
@@ -1577,6 +1705,7 @@ export declare function cairoComponentSorted(params: cairoComponentSortedParams)
|
|
|
1577
1705
|
* @property {GUID} csid
|
|
1578
1706
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1579
1707
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1708
|
+
* @property {boolean} isTPA
|
|
1580
1709
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1581
1710
|
* @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.
|
|
1582
1711
|
* @property {number} numSortingColumns - How many columns are been used for sorting the component?
|
|
@@ -1594,6 +1723,7 @@ export declare function cairoReorderingSortColumns(params: cairoReorderingSortCo
|
|
|
1594
1723
|
* Event description: Sent when the export process ends, either successfully or not (failed/stopped by user)
|
|
1595
1724
|
*
|
|
1596
1725
|
* @param {cairoExportProcessEndParams} params - The parameters for this event
|
|
1726
|
+
* @property {string} appId
|
|
1597
1727
|
* @property {string} artifactId - Artifact that owns the component
|
|
1598
1728
|
* @property {string} cairoVersion
|
|
1599
1729
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1603,6 +1733,7 @@ export declare function cairoReorderingSortColumns(params: cairoReorderingSortCo
|
|
|
1603
1733
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
1604
1734
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1605
1735
|
* @property {string} fileName - (Optional) Name of the file to be exported
|
|
1736
|
+
* @property {boolean} isTPA
|
|
1606
1737
|
* @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.
|
|
1607
1738
|
* @property {number} numItemsExported - How many items were exported before the export ended, either successfully or not.
|
|
1608
1739
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1620,6 +1751,7 @@ export declare function cairoExportProcessEnd(params: cairoExportProcessEndParam
|
|
|
1620
1751
|
* Event description: Sent when a user clicks on apply button in a Cairo component. Relevant components: Table, Cards.
|
|
1621
1752
|
*
|
|
1622
1753
|
* @param {cairoApplyButtonClickedParams} params - The parameters for this event
|
|
1754
|
+
* @property {string} appId
|
|
1623
1755
|
* @property {string} artifactId
|
|
1624
1756
|
* @property {string} cairoVersion - Cairo version
|
|
1625
1757
|
* @property {string} changedLevels - In which levels of hierarchy the user changed the order? (numbers with commas between them, 1=the highest parent level )
|
|
@@ -1630,6 +1762,7 @@ export declare function cairoExportProcessEnd(params: cairoExportProcessEndParam
|
|
|
1630
1762
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1631
1763
|
* @property {string} feature - Filters / Drag and Drop
|
|
1632
1764
|
* @property {number} filteredListSize - How many items are currently presented to user, after filters toggled (filtered)
|
|
1765
|
+
* @property {boolean} isTPA
|
|
1633
1766
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1634
1767
|
* @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)
|
|
1635
1768
|
* @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
|
|
@@ -1647,6 +1780,7 @@ export declare function cairoApplyButtonClicked(params: cairoApplyButtonClickedP
|
|
|
1647
1780
|
*
|
|
1648
1781
|
* @param {cairoExportModalCtaClickedParams} params - The parameters for this event
|
|
1649
1782
|
* @property {string} action - Does the user want to proceed with the export or dismiss the modal
|
|
1783
|
+
* @property {string} appId
|
|
1650
1784
|
* @property {string} artifactId - Artifact that owns the component
|
|
1651
1785
|
* @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
|
|
1652
1786
|
* @property {string} cairoVersion
|
|
@@ -1655,6 +1789,7 @@ export declare function cairoApplyButtonClicked(params: cairoApplyButtonClickedP
|
|
|
1655
1789
|
* @property {GUID} csid
|
|
1656
1790
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1657
1791
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1792
|
+
* @property {boolean} isTPA
|
|
1658
1793
|
* @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.
|
|
1659
1794
|
* @property {string} origin - From where did the user close the modal: "Export Button"/"Cancel Button"/"X Button"
|
|
1660
1795
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1671,6 +1806,7 @@ export declare function cairoExportModalCtaClicked(params: cairoExportModalCtaCl
|
|
|
1671
1806
|
*
|
|
1672
1807
|
* @param {cairoUndoClickedParams} params - The parameters for this event
|
|
1673
1808
|
* @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.)
|
|
1809
|
+
* @property {string} appId
|
|
1674
1810
|
* @property {string} artifactId - Artifact that owns the component
|
|
1675
1811
|
* @property {string} cairoVersion - cairo version
|
|
1676
1812
|
* @property {string} changedAttributes - Which attributes have changed from the saved status to the current
|
|
@@ -1684,6 +1820,7 @@ export declare function cairoExportModalCtaClicked(params: cairoExportModalCtaCl
|
|
|
1684
1820
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1685
1821
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
1686
1822
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the action he wants to undo?
|
|
1823
|
+
* @property {boolean} isTPA
|
|
1687
1824
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1688
1825
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
1689
1826
|
* @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"}
|
|
@@ -1699,6 +1836,7 @@ export declare function cairoUndoClicked(params: cairoUndoClickedParams): LogObj
|
|
|
1699
1836
|
* Event description: Sent when a user clicks a Back button or on the higher hierarchy in the breadcrumbs
|
|
1700
1837
|
*
|
|
1701
1838
|
* @param {cairoPageBackOrBreadcrumbClickedParams} params - The parameters for this event
|
|
1839
|
+
* @property {string} appId
|
|
1702
1840
|
* @property {string} artifactId - Artifact that owns the component
|
|
1703
1841
|
* @property {string} buttonName - 'Back' (for back button clicked) / The category's name the users clicked on.
|
|
1704
1842
|
* @property {string} cairoVersion - Cairo version
|
|
@@ -1707,6 +1845,7 @@ export declare function cairoUndoClicked(params: cairoUndoClickedParams): LogObj
|
|
|
1707
1845
|
* @property {GUID} csid
|
|
1708
1846
|
* @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)
|
|
1709
1847
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1848
|
+
* @property {boolean} isTPA
|
|
1710
1849
|
* @property {string} pageType - Collection Page
|
|
1711
1850
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1712
1851
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1729,6 +1868,7 @@ export declare function cairoPageBackOrBreadcrumbClicked(params: cairoPageBackOr
|
|
|
1729
1868
|
* @property {number} ctaIndex - 0 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the page dropdown menu/ Toolbar
|
|
1730
1869
|
* @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
|
|
1731
1870
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1871
|
+
* @property {boolean} isTPA
|
|
1732
1872
|
* @property {string} location - Page More Action Dropdown / Component Bulk action Toolbar
|
|
1733
1873
|
* @property {number} numCtas - How many CTAs are available in the page dropdown menu / toolbar?
|
|
1734
1874
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1743,12 +1883,14 @@ export declare function cairoTpaSCtaClicked(params: cairoTpaSCtaClickedParams):
|
|
|
1743
1883
|
* Event description: Sent when user clicks the general "+"/"Add Items" button that opens Pikachu
|
|
1744
1884
|
*
|
|
1745
1885
|
* @param {pikachuCategoriesDropdownButtonClickedParams} params - The parameters for this event
|
|
1886
|
+
* @property {string} appId
|
|
1746
1887
|
* @property {string} artifactId - Artifact that owns the component
|
|
1747
1888
|
* @property {string} cairoVersion
|
|
1748
1889
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
1749
1890
|
* @property {string} componentType
|
|
1750
1891
|
* @property {GUID} csid
|
|
1751
1892
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
1893
|
+
* @property {boolean} isTPA
|
|
1752
1894
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1753
1895
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
1754
1896
|
* @return {LogObject<pikachuCategoriesDropdownButtonClickedParams>} LogObject<pikachuCategoriesDropdownButtonClickedParams>
|
|
@@ -1761,6 +1903,7 @@ export declare function pikachuCategoriesDropdownButtonClicked(params: pikachuCa
|
|
|
1761
1903
|
*
|
|
1762
1904
|
* @param {cairoTagsUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
1763
1905
|
* @property {string} actionName - Add / Delete / Rename / Assign / Remove assign / Add and assign / Load tags widget
|
|
1906
|
+
* @property {string} appId
|
|
1764
1907
|
* @property {string} artifactId - Artifact that owns the component
|
|
1765
1908
|
* @property {string} cairoVersion - Cairo version
|
|
1766
1909
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -1768,6 +1911,7 @@ export declare function pikachuCategoriesDropdownButtonClicked(params: pikachuCa
|
|
|
1768
1911
|
* @property {GUID} csid - Cairo session ID
|
|
1769
1912
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1770
1913
|
* @property {string} errorType - What is the type of the error? Technical issue / Network error
|
|
1914
|
+
* @property {boolean} isTPA
|
|
1771
1915
|
* @property {number} numTags - How many tags are in the modal after this action?
|
|
1772
1916
|
* @property {string} origin - Where did the user make the action from? Tags Modal / Entity page
|
|
1773
1917
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1783,6 +1927,7 @@ export declare function cairoTagsUnsuccessfulUpdateInServer(params: cairoTagsUns
|
|
|
1783
1927
|
*
|
|
1784
1928
|
* @param {pickerModalUsabilityParams} params - The parameters for this event
|
|
1785
1929
|
* @property {string} action - Use cases: search/search results/checkbox/continue/dismiss/load more
|
|
1930
|
+
* @property {string} appId
|
|
1786
1931
|
* @property {string} artifactId - Artifact that owns the component
|
|
1787
1932
|
* @property {string} cairoVersion
|
|
1788
1933
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -1790,6 +1935,7 @@ export declare function cairoTagsUnsuccessfulUpdateInServer(params: cairoTagsUns
|
|
|
1790
1935
|
* @property {GUID} csid
|
|
1791
1936
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
1792
1937
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
1938
|
+
* @property {boolean} isTPA
|
|
1793
1939
|
* @property {string} itemId - (Optional) ID of item checked
|
|
1794
1940
|
* @property {number} itemsCnt - (Optional) Number of total items checked
|
|
1795
1941
|
* @property {number} itemsLoadedCnt - (Optional) Number of additional items loaded
|
|
@@ -1811,6 +1957,7 @@ export declare function pickerModalUsability(params: pickerModalUsabilityParams)
|
|
|
1811
1957
|
* Event description: Sent when the sort sidebar in a Cairo component is opened or closed. Relevant components: Table, Cards.
|
|
1812
1958
|
*
|
|
1813
1959
|
* @param {cairoSortPanelUsedParams} params - The parameters for this event
|
|
1960
|
+
* @property {string} appId
|
|
1814
1961
|
* @property {string} artifactId
|
|
1815
1962
|
* @property {string} cairoVersion - Cairo version
|
|
1816
1963
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1819,6 +1966,7 @@ export declare function pickerModalUsability(params: pickerModalUsabilityParams)
|
|
|
1819
1966
|
* @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
|
|
1820
1967
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1821
1968
|
* @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
|
|
1969
|
+
* @property {boolean} isTPA
|
|
1822
1970
|
* @property {number} numSortedColumns - How many columns actively sort the data?
|
|
1823
1971
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1824
1972
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1832,6 +1980,7 @@ export declare function cairoSortPanelUsed(params: cairoSortPanelUsedParams): Lo
|
|
|
1832
1980
|
*
|
|
1833
1981
|
* @param {cairoTagsAssignTagParams} params - The parameters for this event
|
|
1834
1982
|
* @property {string} actionName - Assign / Remove
|
|
1983
|
+
* @property {string} appId
|
|
1835
1984
|
* @property {string} artifactId - Artifact that owns the component
|
|
1836
1985
|
* @property {string} cairoVersion - Cairo version
|
|
1837
1986
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1839,6 +1988,7 @@ export declare function cairoSortPanelUsed(params: cairoSortPanelUsedParams): Lo
|
|
|
1839
1988
|
* @property {GUID} csid - Cairo session ID
|
|
1840
1989
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1841
1990
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
1991
|
+
* @property {boolean} isTPA
|
|
1842
1992
|
* @property {string} itemId - (Relevant if numItems=1) The Item which the tag was assigned to / removed from
|
|
1843
1993
|
* @property {number} numItems - How many items have been selected?
|
|
1844
1994
|
* @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
|
|
@@ -1856,6 +2006,7 @@ export declare function cairoTagsAssignTag(params: cairoTagsAssignTagParams): Lo
|
|
|
1856
2006
|
* Event description: Sent when a Cairo's page can't be saved due to an error.
|
|
1857
2007
|
*
|
|
1858
2008
|
* @param {cairoApiRequestDataLoadEndParams} params - The parameters for this event
|
|
2009
|
+
* @property {string} appId
|
|
1859
2010
|
* @property {string} artifactId - Artifact that owns the component
|
|
1860
2011
|
* @property {string} cairoVersion - Cairo version
|
|
1861
2012
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1870,6 +2021,7 @@ export declare function cairoTagsAssignTag(params: cairoTagsAssignTagParams): Lo
|
|
|
1870
2021
|
* @property {string} errorType - Technical issue / Logic error / Network error / External error
|
|
1871
2022
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
1872
2023
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
2024
|
+
* @property {boolean} isTPA
|
|
1873
2025
|
* @property {string} pageType - Entity / Collection
|
|
1874
2026
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1875
2027
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|