@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
|
@@ -26,6 +26,7 @@ export interface LogObject<T> {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
export type componentDismissedParams = {
|
|
29
|
+
appId?: string;
|
|
29
30
|
// Artifact that owns the component
|
|
30
31
|
artifactId?: string;
|
|
31
32
|
cairoVersion?: string;
|
|
@@ -36,6 +37,7 @@ export type componentDismissedParams = {
|
|
|
36
37
|
csid?: GUID;
|
|
37
38
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
38
39
|
domain?: string;
|
|
40
|
+
isTPA?: boolean;
|
|
39
41
|
// X button/Cancel button
|
|
40
42
|
origin?: string;
|
|
41
43
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -44,6 +46,7 @@ export type componentDismissedParams = {
|
|
|
44
46
|
resource?: string;
|
|
45
47
|
};
|
|
46
48
|
export type loadMoreParams = {
|
|
49
|
+
appId?: string;
|
|
47
50
|
// Artifact that owns the component
|
|
48
51
|
artifactId?: string;
|
|
49
52
|
cairoVersion?: string;
|
|
@@ -64,6 +67,7 @@ export type loadMoreParams = {
|
|
|
64
67
|
domain?: string;
|
|
65
68
|
// How many items are to be presented (filtered)
|
|
66
69
|
filteredListSize?: number;
|
|
70
|
+
isTPA?: boolean;
|
|
67
71
|
// How many new items were loaded in this action
|
|
68
72
|
loadedItems?: number;
|
|
69
73
|
// Component loading time in ms
|
|
@@ -74,6 +78,7 @@ export type loadMoreParams = {
|
|
|
74
78
|
resource?: string;
|
|
75
79
|
};
|
|
76
80
|
export type cairoDragItemEndDropParams = {
|
|
81
|
+
appId?: string;
|
|
77
82
|
// Artifact that owns the component
|
|
78
83
|
artifactId?: string;
|
|
79
84
|
// cairo version
|
|
@@ -111,6 +116,7 @@ export type cairoDragItemEndDropParams = {
|
|
|
111
116
|
isFromHandle?: boolean;
|
|
112
117
|
// Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
113
118
|
isFromSearch?: boolean;
|
|
119
|
+
isTPA?: boolean;
|
|
114
120
|
// ID of the item that the user tries to drag
|
|
115
121
|
itemId?: string;
|
|
116
122
|
// 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
|
|
@@ -129,6 +135,7 @@ export type cairoDragItemEndDropParams = {
|
|
|
129
135
|
export type pickerPickerOpenButtonParams = {
|
|
130
136
|
// Any picker button option (render/hover/click)
|
|
131
137
|
action?: string;
|
|
138
|
+
appId?: string;
|
|
132
139
|
// Artifact that owns the component
|
|
133
140
|
artifactId?: string;
|
|
134
141
|
cairoVersion?: string;
|
|
@@ -142,6 +149,7 @@ export type pickerPickerOpenButtonParams = {
|
|
|
142
149
|
filteredListSize?: number;
|
|
143
150
|
// Initial number of items loaded (before scroll and autoload)
|
|
144
151
|
initialItems?: number;
|
|
152
|
+
isTPA?: boolean;
|
|
145
153
|
// How many items exist (full list)
|
|
146
154
|
listSize?: number;
|
|
147
155
|
// Max items to select in picker
|
|
@@ -154,6 +162,7 @@ export type pickerPickerOpenButtonParams = {
|
|
|
154
162
|
type?: string;
|
|
155
163
|
};
|
|
156
164
|
export type cairoDiscardChangesBeforeApplyParams = {
|
|
165
|
+
appId?: string;
|
|
157
166
|
// Artifact that owns the component
|
|
158
167
|
artifactId?: string;
|
|
159
168
|
// Cairo version
|
|
@@ -170,6 +179,7 @@ export type cairoDiscardChangesBeforeApplyParams = {
|
|
|
170
179
|
domain?: string;
|
|
171
180
|
// Filters / Drag and Drop
|
|
172
181
|
feature?: string;
|
|
182
|
+
isTPA?: boolean;
|
|
173
183
|
// (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
|
|
174
184
|
numActiveFields?: number;
|
|
175
185
|
// (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
|
|
@@ -184,6 +194,7 @@ export type cairoDiscardChangesBeforeApplyParams = {
|
|
|
184
194
|
resource?: string;
|
|
185
195
|
};
|
|
186
196
|
export type cairoItemSelectionToggledParams = {
|
|
197
|
+
appId?: string;
|
|
187
198
|
// Artifact that owns the component
|
|
188
199
|
artifactId?: string;
|
|
189
200
|
cairoVersion?: string;
|
|
@@ -216,6 +227,7 @@ export type cairoItemSelectionToggledParams = {
|
|
|
216
227
|
isFromSearch?: boolean;
|
|
217
228
|
// Did the user click the "Select All" check box (will get "true" regardless the label attached to the check box: "Select All" or "Deselect All").
|
|
218
229
|
isSelectAll?: boolean;
|
|
230
|
+
isTPA?: boolean;
|
|
219
231
|
// ID of item that is checked/unchecked (isSelectAll = TRUE --> itemId = "All")
|
|
220
232
|
itemId?: string;
|
|
221
233
|
// Out of the list of results, what is the index of the clicked item.
|
|
@@ -242,6 +254,7 @@ export type cairoItemSelectionToggledParams = {
|
|
|
242
254
|
timeFromAction?: number;
|
|
243
255
|
};
|
|
244
256
|
export type pickerEndLoadParams = {
|
|
257
|
+
appId?: string;
|
|
245
258
|
// Artifact that owns the component
|
|
246
259
|
artifactId?: string;
|
|
247
260
|
cairoVersion?: string;
|
|
@@ -255,6 +268,7 @@ export type pickerEndLoadParams = {
|
|
|
255
268
|
filteredListSize?: number;
|
|
256
269
|
// Initial number of items loaded (before scroll and autoload)
|
|
257
270
|
initialItems?: number;
|
|
271
|
+
isTPA?: boolean;
|
|
258
272
|
// How many items exist (full list)
|
|
259
273
|
listSize?: number;
|
|
260
274
|
// ms
|
|
@@ -269,6 +283,7 @@ export type pickerEndLoadParams = {
|
|
|
269
283
|
type?: string;
|
|
270
284
|
};
|
|
271
285
|
export type cairoNestedTableCollapseAndExpandParams = {
|
|
286
|
+
appId?: string;
|
|
272
287
|
// Artifact that owns the component
|
|
273
288
|
artifactId?: string;
|
|
274
289
|
// cairo version
|
|
@@ -301,6 +316,7 @@ export type cairoNestedTableCollapseAndExpandParams = {
|
|
|
301
316
|
isFromSearch?: boolean;
|
|
302
317
|
// True if the user chose to collapse / expand all categories simultaneously
|
|
303
318
|
isSelectAll?: boolean;
|
|
319
|
+
isTPA?: boolean;
|
|
304
320
|
// ID of the clicked item .If "Is select all"= true, then Null
|
|
305
321
|
itemId?: string;
|
|
306
322
|
// Out of the list of results, what is the index of the clicked item .If "Is select all"= true, then Null
|
|
@@ -315,6 +331,7 @@ export type cairoNestedTableCollapseAndExpandParams = {
|
|
|
315
331
|
searchQuery?: string;
|
|
316
332
|
};
|
|
317
333
|
export type loadEndParams = {
|
|
334
|
+
appId?: string;
|
|
318
335
|
// Artifact that owns the component
|
|
319
336
|
artifactId?: string;
|
|
320
337
|
cairoVersion?: string;
|
|
@@ -341,6 +358,7 @@ export type loadEndParams = {
|
|
|
341
358
|
initialItems?: number;
|
|
342
359
|
// Is under bo.wix.com (new from 03/2023)
|
|
343
360
|
isInternalPage?: boolean;
|
|
361
|
+
isTPA?: boolean;
|
|
344
362
|
// How many items exist (full list, unfiltered). Relevant for Picker.
|
|
345
363
|
listSize?: number;
|
|
346
364
|
// Component loading time in ms
|
|
@@ -355,6 +373,7 @@ export type loadEndParams = {
|
|
|
355
373
|
export type cairoTagsAddDeleteTagParams = {
|
|
356
374
|
// Add / Delete / Rename
|
|
357
375
|
actionName?: string;
|
|
376
|
+
appId?: string;
|
|
358
377
|
// Artifact that owns the component
|
|
359
378
|
artifactId?: string;
|
|
360
379
|
// Cairo version
|
|
@@ -369,6 +388,7 @@ export type cairoTagsAddDeleteTagParams = {
|
|
|
369
388
|
domain?: string;
|
|
370
389
|
// Is the action made from a list of tags search results?
|
|
371
390
|
isFromSearch?: boolean;
|
|
391
|
+
isTPA?: boolean;
|
|
372
392
|
// How many tags are in the modal after this action?
|
|
373
393
|
numTags?: number;
|
|
374
394
|
// Where did the user make the action from? Tags Modal /
|
|
@@ -383,6 +403,7 @@ export type cairoTagsAddDeleteTagParams = {
|
|
|
383
403
|
tagName?: string;
|
|
384
404
|
};
|
|
385
405
|
export type cairoExportProcessStartParams = {
|
|
406
|
+
appId?: string;
|
|
386
407
|
// Artifact that owns the component
|
|
387
408
|
artifactId?: string;
|
|
388
409
|
cairoVersion?: string;
|
|
@@ -395,6 +416,7 @@ export type cairoExportProcessStartParams = {
|
|
|
395
416
|
domain?: string;
|
|
396
417
|
// A unique ID that will help join all events related to a specific export process
|
|
397
418
|
exportId?: string;
|
|
419
|
+
isTPA?: boolean;
|
|
398
420
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
399
421
|
numItems?: number;
|
|
400
422
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -409,6 +431,7 @@ export type cairoExportProcessStartParams = {
|
|
|
409
431
|
try?: number;
|
|
410
432
|
};
|
|
411
433
|
export type cairoExportFailedModalCtaClickedParams = {
|
|
434
|
+
appId?: string;
|
|
412
435
|
// Artifact that owns the component
|
|
413
436
|
artifactId?: string;
|
|
414
437
|
cairoVersion?: string;
|
|
@@ -423,6 +446,7 @@ export type cairoExportFailedModalCtaClickedParams = {
|
|
|
423
446
|
domain?: string;
|
|
424
447
|
// A unique ID that will help join all events related to a specific export process
|
|
425
448
|
exportId?: string;
|
|
449
|
+
isTPA?: boolean;
|
|
426
450
|
// How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
427
451
|
numItems?: number;
|
|
428
452
|
// How many items were exported before the export failed.
|
|
@@ -439,6 +463,7 @@ export type cairoExportFailedModalCtaClickedParams = {
|
|
|
439
463
|
try?: number;
|
|
440
464
|
};
|
|
441
465
|
export type cairoSearchViewInViewsParams = {
|
|
466
|
+
appId?: string;
|
|
442
467
|
// Artifact that owns the component
|
|
443
468
|
artifactId?: string;
|
|
444
469
|
// Cairo version
|
|
@@ -452,6 +477,7 @@ export type cairoSearchViewInViewsParams = {
|
|
|
452
477
|
domain?: string;
|
|
453
478
|
// How did the search action end? "View selected"- the user chose one of the search results, "Search dismissed"- the user cancel the search by any other action. When the "end Type" is "view selected" but "search term" is null= then the user typed and searched, deleted his term and then manually selected a view from his views (not from search results).
|
|
454
479
|
endType?: string;
|
|
480
|
+
isTPA?: boolean;
|
|
455
481
|
// Out of searchResultsCnt - how many results are from type of "categories"?
|
|
456
482
|
numCategoriesInResults?: number;
|
|
457
483
|
// The distinct views IDs the users has when he searches a view
|
|
@@ -466,6 +492,7 @@ export type cairoSearchViewInViewsParams = {
|
|
|
466
492
|
searchTerm?: string;
|
|
467
493
|
};
|
|
468
494
|
export type pickerStartLoadParams = {
|
|
495
|
+
appId?: string;
|
|
469
496
|
// Artifact that owns the component
|
|
470
497
|
artifactId?: string;
|
|
471
498
|
cairoVersion?: string;
|
|
@@ -479,6 +506,7 @@ export type pickerStartLoadParams = {
|
|
|
479
506
|
filteredListSize?: number;
|
|
480
507
|
// Initial number of items loaded (before scroll and autoload)
|
|
481
508
|
initialItems?: number;
|
|
509
|
+
isTPA?: boolean;
|
|
482
510
|
// How many items exist (full list)
|
|
483
511
|
listSize?: number;
|
|
484
512
|
// Max items to select in picker
|
|
@@ -493,6 +521,7 @@ export type pickerStartLoadParams = {
|
|
|
493
521
|
export type loadStartParams = {
|
|
494
522
|
// Json field :({featureName: boolean}) (new from 06/2023), for features that don't suppose to impact performance
|
|
495
523
|
additionalFeaturesAvailability?: string;
|
|
524
|
+
appId?: string;
|
|
496
525
|
// Artifact that owns the component
|
|
497
526
|
artifactId?: string;
|
|
498
527
|
// cairo version
|
|
@@ -514,6 +543,7 @@ export type loadStartParams = {
|
|
|
514
543
|
domain?: string;
|
|
515
544
|
// Json field :({featureName: boolean}) (new from 03/2023)
|
|
516
545
|
featuresAvailability?: string;
|
|
546
|
+
isTPA?: boolean;
|
|
517
547
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
518
548
|
product?: string;
|
|
519
549
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -522,6 +552,7 @@ export type loadStartParams = {
|
|
|
522
552
|
url?: Url;
|
|
523
553
|
};
|
|
524
554
|
export type pikachuItemCategorySelectedParams = {
|
|
555
|
+
appId?: string;
|
|
525
556
|
// Artifact that owns the component
|
|
526
557
|
artifactId?: string;
|
|
527
558
|
cairoVersion?: string;
|
|
@@ -531,6 +562,7 @@ export type pikachuItemCategorySelectedParams = {
|
|
|
531
562
|
csid?: GUID;
|
|
532
563
|
// Optional domain name from FQDN (CRM, Store, etc.)
|
|
533
564
|
domain?: string;
|
|
565
|
+
isTPA?: boolean;
|
|
534
566
|
// Which type of item would we like to pick: 'Collection'/'Product'/'Service'/'Coupon'/'Standalone form'/'Invoice'/'Price quote'
|
|
535
567
|
itemCategory?: string;
|
|
536
568
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -539,6 +571,7 @@ export type pikachuItemCategorySelectedParams = {
|
|
|
539
571
|
resource?: string;
|
|
540
572
|
};
|
|
541
573
|
export type cairoExportCtaClickedParams = {
|
|
574
|
+
appId?: string;
|
|
542
575
|
// Artifact that owns the component
|
|
543
576
|
artifactId?: string;
|
|
544
577
|
// 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}
|
|
@@ -557,6 +590,7 @@ export type cairoExportCtaClickedParams = {
|
|
|
557
590
|
exportId?: string;
|
|
558
591
|
// How many items are currently presented to user (filtered)
|
|
559
592
|
filteredListSize?: number;
|
|
593
|
+
isTPA?: boolean;
|
|
560
594
|
// How many items does the user wish to export
|
|
561
595
|
numSelectedItems?: number;
|
|
562
596
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -565,6 +599,7 @@ export type cairoExportCtaClickedParams = {
|
|
|
565
599
|
resource?: string;
|
|
566
600
|
};
|
|
567
601
|
export type cairoCancelExportModalCtaClickedParams = {
|
|
602
|
+
appId?: string;
|
|
568
603
|
// Artifact that owns the component
|
|
569
604
|
artifactId?: string;
|
|
570
605
|
cairoVersion?: string;
|
|
@@ -581,6 +616,7 @@ export type cairoCancelExportModalCtaClickedParams = {
|
|
|
581
616
|
duration?: number;
|
|
582
617
|
// A unique ID that will help join all events related to a specific export process
|
|
583
618
|
exportId?: string;
|
|
619
|
+
isTPA?: boolean;
|
|
584
620
|
// Did the user try to close the tab ("Browser") or cancel the export ("Export")
|
|
585
621
|
modalType?: string;
|
|
586
622
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
@@ -599,6 +635,7 @@ export type cairoCancelExportModalCtaClickedParams = {
|
|
|
599
635
|
try?: number;
|
|
600
636
|
};
|
|
601
637
|
export type cairoPageDiscardChangesBeforeSaveParams = {
|
|
638
|
+
appId?: string;
|
|
602
639
|
// Artifact that owns the component
|
|
603
640
|
artifactId?: string;
|
|
604
641
|
// Cairo version
|
|
@@ -611,6 +648,7 @@ export type cairoPageDiscardChangesBeforeSaveParams = {
|
|
|
611
648
|
csid?: GUID;
|
|
612
649
|
// (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
613
650
|
domain?: string;
|
|
651
|
+
isTPA?: boolean;
|
|
614
652
|
// Number of changed fields that their changes can be lost
|
|
615
653
|
numOfActions?: number;
|
|
616
654
|
// How many fields are there that can be change in this page?
|
|
@@ -625,6 +663,7 @@ export type cairoPageDiscardChangesBeforeSaveParams = {
|
|
|
625
663
|
resource?: string;
|
|
626
664
|
};
|
|
627
665
|
export type cairoFileDownloadToastDownloadButtonClickedParams = {
|
|
666
|
+
appId?: string;
|
|
628
667
|
// Artifact that owns the component
|
|
629
668
|
artifactId?: string;
|
|
630
669
|
cairoVersion?: string;
|
|
@@ -641,6 +680,7 @@ export type cairoFileDownloadToastDownloadButtonClickedParams = {
|
|
|
641
680
|
exportId?: string;
|
|
642
681
|
// What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
643
682
|
exportType?: string;
|
|
683
|
+
isTPA?: boolean;
|
|
644
684
|
// How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
645
685
|
numSelectedItems?: number;
|
|
646
686
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -649,8 +689,9 @@ export type cairoFileDownloadToastDownloadButtonClickedParams = {
|
|
|
649
689
|
resource?: string;
|
|
650
690
|
};
|
|
651
691
|
export type cairoCustomizeColumnsInSidePanelParams = {
|
|
652
|
-
//
|
|
692
|
+
// Visibility / Reorder
|
|
653
693
|
actionName?: string;
|
|
694
|
+
appId?: string;
|
|
654
695
|
// Artifact that owns the component
|
|
655
696
|
artifactId?: string;
|
|
656
697
|
// version
|
|
@@ -667,6 +708,7 @@ export type cairoCustomizeColumnsInSidePanelParams = {
|
|
|
667
708
|
domain?: string;
|
|
668
709
|
// 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)
|
|
669
710
|
isPredefined?: boolean;
|
|
711
|
+
isTPA?: boolean;
|
|
670
712
|
// How many columns are shown? (new field from 01/2023)
|
|
671
713
|
numColumns?: number;
|
|
672
714
|
// The number of active filters when the user opened/closed the panel/menu
|
|
@@ -675,8 +717,6 @@ export type cairoCustomizeColumnsInSidePanelParams = {
|
|
|
675
717
|
numFiltersInView?: number;
|
|
676
718
|
// How many columns actively sort the data? (new field from 01/2023)
|
|
677
719
|
numSortedColumns?: number;
|
|
678
|
-
// 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
|
|
679
|
-
origin?: string;
|
|
680
720
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
681
721
|
product?: string;
|
|
682
722
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -685,6 +725,7 @@ export type cairoCustomizeColumnsInSidePanelParams = {
|
|
|
685
725
|
visibleColumnsOrder?: string;
|
|
686
726
|
};
|
|
687
727
|
export type cairoTabSelectedParams = {
|
|
728
|
+
appId?: string;
|
|
688
729
|
// Artifact that owns the component
|
|
689
730
|
artifactId?: string;
|
|
690
731
|
cairoVersion?: string;
|
|
@@ -699,6 +740,7 @@ export type cairoTabSelectedParams = {
|
|
|
699
740
|
filteredListSize?: number;
|
|
700
741
|
// TRUE if "All" tab is displayed for this component; FALSE otherwise
|
|
701
742
|
hasAllTab?: boolean;
|
|
743
|
+
isTPA?: boolean;
|
|
702
744
|
// Name of the newly selected tab
|
|
703
745
|
newTabId?: string;
|
|
704
746
|
// Index of the newly selected tab. 1 <= newTabIndex <= numTabs.
|
|
@@ -717,6 +759,7 @@ export type cairoTabSelectedParams = {
|
|
|
717
759
|
export type cairoViewsUnsuccessfulUpdateInServerParams = {
|
|
718
760
|
// "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
719
761
|
actionName?: string;
|
|
762
|
+
appId?: string;
|
|
720
763
|
// Artifact that owns the component
|
|
721
764
|
artifactId?: string;
|
|
722
765
|
// cairo version
|
|
@@ -744,6 +787,7 @@ export type cairoViewsUnsuccessfulUpdateInServerParams = {
|
|
|
744
787
|
filtersApplied?: string;
|
|
745
788
|
// Was the failed action made on a search results?
|
|
746
789
|
isFromSearch?: boolean;
|
|
790
|
+
isTPA?: boolean;
|
|
747
791
|
// number of updates in the sequence that follow the failed action
|
|
748
792
|
numOfWaitingUpdates?: number;
|
|
749
793
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -758,6 +802,7 @@ export type cairoViewsUnsuccessfulUpdateInServerParams = {
|
|
|
758
802
|
viewId?: string;
|
|
759
803
|
};
|
|
760
804
|
export type cairoModalCtaClickedParams = {
|
|
805
|
+
appId?: string;
|
|
761
806
|
// Artifact that owns the component
|
|
762
807
|
artifactId?: string;
|
|
763
808
|
// cairo version
|
|
@@ -772,6 +817,7 @@ export type cairoModalCtaClickedParams = {
|
|
|
772
817
|
ctaName?: string;
|
|
773
818
|
// (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
774
819
|
domain?: string;
|
|
820
|
+
isTPA?: boolean;
|
|
775
821
|
// The CTA name, localized
|
|
776
822
|
localizedCtaName?: string;
|
|
777
823
|
// The modal's title (Archive custom field, etc.)
|
|
@@ -782,6 +828,7 @@ export type cairoModalCtaClickedParams = {
|
|
|
782
828
|
resource?: string;
|
|
783
829
|
};
|
|
784
830
|
export type cairoAllFiltersClearedParams = {
|
|
831
|
+
appId?: string;
|
|
785
832
|
// Artifact that owns the component
|
|
786
833
|
artifactId?: string;
|
|
787
834
|
cairoVersion?: string;
|
|
@@ -796,6 +843,7 @@ export type cairoAllFiltersClearedParams = {
|
|
|
796
843
|
filterNames?: string;
|
|
797
844
|
// How many items were presented to user, before all of the filters were cleared
|
|
798
845
|
filteredListSize?: number;
|
|
846
|
+
isTPA?: boolean;
|
|
799
847
|
// How many filters have been cleared
|
|
800
848
|
numFiltersCleared?: number;
|
|
801
849
|
// "sidebar"/"toolbar"
|
|
@@ -806,6 +854,7 @@ export type cairoAllFiltersClearedParams = {
|
|
|
806
854
|
resource?: string;
|
|
807
855
|
};
|
|
808
856
|
export type cairoCtaClickedParams = {
|
|
857
|
+
appId?: string;
|
|
809
858
|
// Artifact that owns the component
|
|
810
859
|
artifactId?: string;
|
|
811
860
|
cairoVersion?: string;
|
|
@@ -827,6 +876,7 @@ export type cairoCtaClickedParams = {
|
|
|
827
876
|
filteredListSize?: number;
|
|
828
877
|
// Are all items in the list selected. numItems = filteredListSize ==> isSelectAll = TRUE
|
|
829
878
|
isSelectAll?: boolean;
|
|
879
|
+
isTPA?: boolean;
|
|
830
880
|
// ID of the item that the user clicked on its CTA
|
|
831
881
|
itemId?: string;
|
|
832
882
|
// Out of the list of items, what is the index of the clicked item . ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
@@ -853,6 +903,7 @@ export type cairoCtaClickedParams = {
|
|
|
853
903
|
timeFromAction?: number;
|
|
854
904
|
};
|
|
855
905
|
export type cairoChangesBeforeApplyParams = {
|
|
906
|
+
appId?: string;
|
|
856
907
|
// Artifact that owns the component
|
|
857
908
|
artifactId?: string;
|
|
858
909
|
// Cairo version
|
|
@@ -873,6 +924,7 @@ export type cairoChangesBeforeApplyParams = {
|
|
|
873
924
|
fieldValue?: string;
|
|
874
925
|
// True if the user clicked on the clear button, False otherwise .
|
|
875
926
|
isClearButton?: boolean;
|
|
927
|
+
isTPA?: boolean;
|
|
876
928
|
// (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)
|
|
877
929
|
numActiveFields?: number;
|
|
878
930
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -883,6 +935,7 @@ export type cairoChangesBeforeApplyParams = {
|
|
|
883
935
|
export type cairoTagsWidgetClickOnCtaParams = {
|
|
884
936
|
// Assign tags / Create tags / Manage tags
|
|
885
937
|
actionName?: string;
|
|
938
|
+
appId?: string;
|
|
886
939
|
// Artifact that owns the component
|
|
887
940
|
artifactId?: string;
|
|
888
941
|
// Cairo version
|
|
@@ -895,6 +948,7 @@ export type cairoTagsWidgetClickOnCtaParams = {
|
|
|
895
948
|
csid?: GUID;
|
|
896
949
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
897
950
|
domain?: string;
|
|
951
|
+
isTPA?: boolean;
|
|
898
952
|
// The entity ID
|
|
899
953
|
itemId?: string;
|
|
900
954
|
// How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
|
|
@@ -909,6 +963,7 @@ export type cairoTagsWidgetClickOnCtaParams = {
|
|
|
909
963
|
export type cairoDataExtensionUnsuccessfulUpdateInServerParams = {
|
|
910
964
|
// The action the user tried to do: Add/ Edit etc. (in English, not localized)
|
|
911
965
|
actionName?: string;
|
|
966
|
+
appId?: string;
|
|
912
967
|
// Artifact that owns the component
|
|
913
968
|
artifactId?: string;
|
|
914
969
|
// cairo version
|
|
@@ -927,6 +982,7 @@ export type cairoDataExtensionUnsuccessfulUpdateInServerParams = {
|
|
|
927
982
|
fieldName?: string;
|
|
928
983
|
// What type is the added field? Long text / Date / Number etc.
|
|
929
984
|
fieldType?: string;
|
|
985
|
+
isTPA?: boolean;
|
|
930
986
|
// The key value
|
|
931
987
|
key?: string;
|
|
932
988
|
// Where did the user click on "add custom field" from? Custom columns panel / Entity page
|
|
@@ -939,6 +995,7 @@ export type cairoDataExtensionUnsuccessfulUpdateInServerParams = {
|
|
|
939
995
|
resource?: string;
|
|
940
996
|
};
|
|
941
997
|
export type cairoErrorInLoadingAComponentParams = {
|
|
998
|
+
appId?: string;
|
|
942
999
|
// Artifact that owns the component
|
|
943
1000
|
artifactId?: string;
|
|
944
1001
|
// cairo version
|
|
@@ -965,6 +1022,7 @@ export type cairoErrorInLoadingAComponentParams = {
|
|
|
965
1022
|
errorType?: string;
|
|
966
1023
|
// Json field :({featureName: boolean}) (new from 03/2023)
|
|
967
1024
|
featuresAvailability?: string;
|
|
1025
|
+
isTPA?: boolean;
|
|
968
1026
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
969
1027
|
product?: string;
|
|
970
1028
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -973,6 +1031,7 @@ export type cairoErrorInLoadingAComponentParams = {
|
|
|
973
1031
|
url?: Url;
|
|
974
1032
|
};
|
|
975
1033
|
export type cairoReloadErrorStateParams = {
|
|
1034
|
+
appId?: string;
|
|
976
1035
|
// Artifact that owns the component
|
|
977
1036
|
artifactId?: string;
|
|
978
1037
|
// cairo version
|
|
@@ -1001,6 +1060,7 @@ export type cairoReloadErrorStateParams = {
|
|
|
1001
1060
|
errorType?: string;
|
|
1002
1061
|
// Json field :({featureName: boolean}) (new from 03/2023)
|
|
1003
1062
|
featuresAvailability?: string;
|
|
1063
|
+
isTPA?: boolean;
|
|
1004
1064
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1005
1065
|
product?: string;
|
|
1006
1066
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1009,6 +1069,7 @@ export type cairoReloadErrorStateParams = {
|
|
|
1009
1069
|
url?: Url;
|
|
1010
1070
|
};
|
|
1011
1071
|
export type newItemCreationEndParams = {
|
|
1072
|
+
appId?: string;
|
|
1012
1073
|
// Artifact that owns the component
|
|
1013
1074
|
artifactId?: string;
|
|
1014
1075
|
cairoVersion?: string;
|
|
@@ -1025,6 +1086,7 @@ export type newItemCreationEndParams = {
|
|
|
1025
1086
|
domain?: string;
|
|
1026
1087
|
// How many items are currently presented to user (filtered)
|
|
1027
1088
|
filteredListSize?: number;
|
|
1089
|
+
isTPA?: boolean;
|
|
1028
1090
|
// resultType= "success" --> itemId = ID of newly created item; resultType = "dismissed" --> itemId = null
|
|
1029
1091
|
itemId?: string;
|
|
1030
1092
|
// How many items exist, after item creation (full list, unfiltered)
|
|
@@ -1053,6 +1115,7 @@ export type newItemCreationEndParams = {
|
|
|
1053
1115
|
visibleColumnsOrder?: string;
|
|
1054
1116
|
};
|
|
1055
1117
|
export type cairoTagsWidgetLoadedParams = {
|
|
1118
|
+
appId?: string;
|
|
1056
1119
|
// Artifact that owns the component
|
|
1057
1120
|
artifactId?: string;
|
|
1058
1121
|
// Cairo version
|
|
@@ -1065,6 +1128,7 @@ export type cairoTagsWidgetLoadedParams = {
|
|
|
1065
1128
|
csid?: GUID;
|
|
1066
1129
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1067
1130
|
domain?: string;
|
|
1131
|
+
isTPA?: boolean;
|
|
1068
1132
|
// The entity ID (that the widget was loaded in its page)
|
|
1069
1133
|
itemId?: string;
|
|
1070
1134
|
// How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
|
|
@@ -1077,6 +1141,7 @@ export type cairoTagsWidgetLoadedParams = {
|
|
|
1077
1141
|
resource?: string;
|
|
1078
1142
|
};
|
|
1079
1143
|
export type cairoTableTopNotificationDismissedParams = {
|
|
1144
|
+
appId?: string;
|
|
1080
1145
|
// Artifact that owns the component
|
|
1081
1146
|
artifactId?: string;
|
|
1082
1147
|
cairoVersion?: string;
|
|
@@ -1093,6 +1158,7 @@ export type cairoTableTopNotificationDismissedParams = {
|
|
|
1093
1158
|
duration?: number;
|
|
1094
1159
|
// How many items are currently presented to user (full list, filtered)
|
|
1095
1160
|
filteredListSize?: number;
|
|
1161
|
+
isTPA?: boolean;
|
|
1096
1162
|
// What is displayed to the user, localized
|
|
1097
1163
|
notificationText?: string;
|
|
1098
1164
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1101,6 +1167,7 @@ export type cairoTableTopNotificationDismissedParams = {
|
|
|
1101
1167
|
resource?: string;
|
|
1102
1168
|
};
|
|
1103
1169
|
export type cairoSectionCtaClickedParams = {
|
|
1170
|
+
appId?: string;
|
|
1104
1171
|
// Artifact that owns the component
|
|
1105
1172
|
artifactId?: string;
|
|
1106
1173
|
// Cairo version
|
|
@@ -1118,6 +1185,7 @@ export type cairoSectionCtaClickedParams = {
|
|
|
1118
1185
|
ctaType?: string;
|
|
1119
1186
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1120
1187
|
domain?: string;
|
|
1188
|
+
isTPA?: boolean;
|
|
1121
1189
|
// The CTA name, localized
|
|
1122
1190
|
localizedCtaName?: string;
|
|
1123
1191
|
// CTA location: Section Toolbar, Collection Toolbar
|
|
@@ -1130,6 +1198,7 @@ export type cairoSectionCtaClickedParams = {
|
|
|
1130
1198
|
sectionType?: string;
|
|
1131
1199
|
};
|
|
1132
1200
|
export type cairoFileDownloadToastDisplayedParams = {
|
|
1201
|
+
appId?: string;
|
|
1133
1202
|
// Artifact that owns the component
|
|
1134
1203
|
artifactId?: string;
|
|
1135
1204
|
cairoVersion?: string;
|
|
@@ -1144,6 +1213,7 @@ export type cairoFileDownloadToastDisplayedParams = {
|
|
|
1144
1213
|
exportId?: string;
|
|
1145
1214
|
// What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1146
1215
|
exportType?: string;
|
|
1216
|
+
isTPA?: boolean;
|
|
1147
1217
|
// How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1148
1218
|
numSelectedItems?: number;
|
|
1149
1219
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1154,6 +1224,7 @@ export type cairoFileDownloadToastDisplayedParams = {
|
|
|
1154
1224
|
try?: number;
|
|
1155
1225
|
};
|
|
1156
1226
|
export type cairoSearchResultsParams = {
|
|
1227
|
+
appId?: string;
|
|
1157
1228
|
// Artifact that owns the component
|
|
1158
1229
|
artifactId?: string;
|
|
1159
1230
|
cairoVersion?: string;
|
|
@@ -1164,6 +1235,7 @@ export type cairoSearchResultsParams = {
|
|
|
1164
1235
|
csid?: GUID;
|
|
1165
1236
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1166
1237
|
domain?: string;
|
|
1238
|
+
isTPA?: boolean;
|
|
1167
1239
|
// How much time (in ms) did it take to load the results for searchQuery
|
|
1168
1240
|
loadingTime?: number;
|
|
1169
1241
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1176,6 +1248,7 @@ export type cairoSearchResultsParams = {
|
|
|
1176
1248
|
searchTerm?: string;
|
|
1177
1249
|
};
|
|
1178
1250
|
export type cairoTagsModalEndProcessParams = {
|
|
1251
|
+
appId?: string;
|
|
1179
1252
|
// Artifact that owns the component
|
|
1180
1253
|
artifactId?: string;
|
|
1181
1254
|
// Cairo version
|
|
@@ -1190,6 +1263,7 @@ export type cairoTagsModalEndProcessParams = {
|
|
|
1190
1263
|
domain?: string;
|
|
1191
1264
|
// Close without changes
|
|
1192
1265
|
endType?: string;
|
|
1266
|
+
isTPA?: boolean;
|
|
1193
1267
|
// How many tags are in the modal?
|
|
1194
1268
|
numTags?: number;
|
|
1195
1269
|
// Where did the user open Manage Tags modal from?
|
|
@@ -1200,6 +1274,7 @@ export type cairoTagsModalEndProcessParams = {
|
|
|
1200
1274
|
resource?: string;
|
|
1201
1275
|
};
|
|
1202
1276
|
export type cairoManageViewClickedParams = {
|
|
1277
|
+
appId?: string;
|
|
1203
1278
|
// Artifact that owns the component
|
|
1204
1279
|
artifactId?: string;
|
|
1205
1280
|
// Cairo version
|
|
@@ -1215,6 +1290,7 @@ export type cairoManageViewClickedParams = {
|
|
|
1215
1290
|
domain?: string;
|
|
1216
1291
|
// Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1217
1292
|
isPredefined?: boolean;
|
|
1293
|
+
isTPA?: boolean;
|
|
1218
1294
|
// How many filters comprise the saved view
|
|
1219
1295
|
numFiltersInView?: number;
|
|
1220
1296
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1223,6 +1299,7 @@ export type cairoManageViewClickedParams = {
|
|
|
1223
1299
|
resource?: string;
|
|
1224
1300
|
};
|
|
1225
1301
|
export type cairoTagsModalStartLoadParams = {
|
|
1302
|
+
appId?: string;
|
|
1226
1303
|
// Artifact that owns the component
|
|
1227
1304
|
artifactId?: string;
|
|
1228
1305
|
// Cairo version
|
|
@@ -1235,6 +1312,7 @@ export type cairoTagsModalStartLoadParams = {
|
|
|
1235
1312
|
csid?: GUID;
|
|
1236
1313
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1237
1314
|
domain?: string;
|
|
1315
|
+
isTPA?: boolean;
|
|
1238
1316
|
// How many tags are to be presented?
|
|
1239
1317
|
numTags?: number;
|
|
1240
1318
|
// Where did the user open Manage Tags modal from?
|
|
@@ -1247,6 +1325,7 @@ export type cairoTagsModalStartLoadParams = {
|
|
|
1247
1325
|
export type cairoSortUnsuccessfulUpdateInServerParams = {
|
|
1248
1326
|
// 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)
|
|
1249
1327
|
actionName?: string;
|
|
1328
|
+
appId?: string;
|
|
1250
1329
|
// Artifact that owns the component
|
|
1251
1330
|
artifactId?: string;
|
|
1252
1331
|
// cairo version
|
|
@@ -1274,6 +1353,7 @@ export type cairoSortUnsuccessfulUpdateInServerParams = {
|
|
|
1274
1353
|
filtersApplied?: string;
|
|
1275
1354
|
// Was the failed action made on a search results?
|
|
1276
1355
|
isFromSearch?: boolean;
|
|
1356
|
+
isTPA?: boolean;
|
|
1277
1357
|
// number of updates in the sequence that follow the failed action
|
|
1278
1358
|
numOfWaitingUpdates?: number;
|
|
1279
1359
|
// The location thefailed sort action was made from :"SidePanel"/"ColumnHeader"
|
|
@@ -1296,6 +1376,7 @@ export type cairoSortUnsuccessfulUpdateInServerParams = {
|
|
|
1296
1376
|
visibleColumnsOrder?: string;
|
|
1297
1377
|
};
|
|
1298
1378
|
export type cairoItemToggledInExportModalParams = {
|
|
1379
|
+
appId?: string;
|
|
1299
1380
|
// Artifact that owns the component
|
|
1300
1381
|
artifactId?: string;
|
|
1301
1382
|
// 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}
|
|
@@ -1312,6 +1393,7 @@ export type cairoItemToggledInExportModalParams = {
|
|
|
1312
1393
|
exportId?: string;
|
|
1313
1394
|
// How many items are currently presented to user (filtered)
|
|
1314
1395
|
filteredListSize?: number;
|
|
1396
|
+
isTPA?: boolean;
|
|
1315
1397
|
// What type of export did the user switch to: "All Items"/"Filtered Items"/"Selected Items"
|
|
1316
1398
|
newSelectedExportType?: string;
|
|
1317
1399
|
// What type of export did the user have selected before swiching to newSelectedExportType: "All Items"/"Filtered Items"/"Selected Items"
|
|
@@ -1322,6 +1404,7 @@ export type cairoItemToggledInExportModalParams = {
|
|
|
1322
1404
|
resource?: string;
|
|
1323
1405
|
};
|
|
1324
1406
|
export type cairoDragActionUnsuccessfulUpdateInServerParams = {
|
|
1407
|
+
appId?: string;
|
|
1325
1408
|
// Artifact that owns the component
|
|
1326
1409
|
artifactId?: string;
|
|
1327
1410
|
// cairo version
|
|
@@ -1345,6 +1428,7 @@ export type cairoDragActionUnsuccessfulUpdateInServerParams = {
|
|
|
1345
1428
|
filteredListSizeShown?: number;
|
|
1346
1429
|
// 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.
|
|
1347
1430
|
filtersApplied?: string;
|
|
1431
|
+
isTPA?: boolean;
|
|
1348
1432
|
// ID of the item that the user tries to drag
|
|
1349
1433
|
itemId?: string;
|
|
1350
1434
|
// 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
|
|
@@ -1375,6 +1459,7 @@ export type cairoDragActionUnsuccessfulUpdateInServerParams = {
|
|
|
1375
1459
|
wasFromHandle?: boolean;
|
|
1376
1460
|
};
|
|
1377
1461
|
export type cairoSearchForTagsParams = {
|
|
1462
|
+
appId?: string;
|
|
1378
1463
|
// Artifact that owns the component
|
|
1379
1464
|
artifactId?: string;
|
|
1380
1465
|
// Cairo version
|
|
@@ -1389,6 +1474,7 @@ export type cairoSearchForTagsParams = {
|
|
|
1389
1474
|
domain?: string;
|
|
1390
1475
|
// 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
|
|
1391
1476
|
endType?: string;
|
|
1477
|
+
isTPA?: boolean;
|
|
1392
1478
|
// Where did the user search for the tag? Manage tags modal /
|
|
1393
1479
|
location?: string;
|
|
1394
1480
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1405,6 +1491,7 @@ export type cairoManageViewActionSelectedParams = {
|
|
|
1405
1491
|
actionIndex?: number;
|
|
1406
1492
|
// "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
1407
1493
|
actionName?: string;
|
|
1494
|
+
appId?: string;
|
|
1408
1495
|
// Artifact that owns the component
|
|
1409
1496
|
artifactId?: string;
|
|
1410
1497
|
// cairo version
|
|
@@ -1418,6 +1505,7 @@ export type cairoManageViewActionSelectedParams = {
|
|
|
1418
1505
|
currentView?: string;
|
|
1419
1506
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1420
1507
|
domain?: string;
|
|
1508
|
+
isTPA?: boolean;
|
|
1421
1509
|
// How many actions are existing in the current menu (including disabled actions)?
|
|
1422
1510
|
numActions?: number;
|
|
1423
1511
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1426,6 +1514,7 @@ export type cairoManageViewActionSelectedParams = {
|
|
|
1426
1514
|
resource?: string;
|
|
1427
1515
|
};
|
|
1428
1516
|
export type cairoLearnMoreParams = {
|
|
1517
|
+
appId?: string;
|
|
1429
1518
|
// Artifact that owns the component
|
|
1430
1519
|
artifactId?: string;
|
|
1431
1520
|
// Cairo version
|
|
@@ -1438,6 +1527,7 @@ export type cairoLearnMoreParams = {
|
|
|
1438
1527
|
csid?: GUID;
|
|
1439
1528
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1440
1529
|
domain?: string;
|
|
1530
|
+
isTPA?: boolean;
|
|
1441
1531
|
// Where did the user click on "Learn more" from? Add Custom Field Modal/ Edit Custom Field Modal / Table Toolbar
|
|
1442
1532
|
origin?: string;
|
|
1443
1533
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1448,6 +1538,7 @@ export type cairoLearnMoreParams = {
|
|
|
1448
1538
|
export type cairoAssignTagsToEntitiesParams = {
|
|
1449
1539
|
// Assign / Remove
|
|
1450
1540
|
actionName?: string;
|
|
1541
|
+
appId?: string;
|
|
1451
1542
|
// Artifact that owns the component
|
|
1452
1543
|
artifactId?: string;
|
|
1453
1544
|
// array of tags that were assigned (empty array if none)
|
|
@@ -1464,6 +1555,7 @@ export type cairoAssignTagsToEntitiesParams = {
|
|
|
1464
1555
|
domain?: string;
|
|
1465
1556
|
// Is the action made from a list of tags search results?
|
|
1466
1557
|
isFromSearch?: boolean;
|
|
1558
|
+
isTPA?: boolean;
|
|
1467
1559
|
// array of items ids that were selected
|
|
1468
1560
|
itemIds?: string;
|
|
1469
1561
|
// How many items have been selected?
|
|
@@ -1478,6 +1570,7 @@ export type cairoAssignTagsToEntitiesParams = {
|
|
|
1478
1570
|
unAssignedTags?: string;
|
|
1479
1571
|
};
|
|
1480
1572
|
export type cairoPageCtaClickedParams = {
|
|
1573
|
+
appId?: string;
|
|
1481
1574
|
// Artifact that owns the component
|
|
1482
1575
|
artifactId?: string;
|
|
1483
1576
|
// Cairo version
|
|
@@ -1493,6 +1586,7 @@ export type cairoPageCtaClickedParams = {
|
|
|
1493
1586
|
ctaType?: string;
|
|
1494
1587
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1495
1588
|
domain?: string;
|
|
1589
|
+
isTPA?: boolean;
|
|
1496
1590
|
// (Relevant only for Save CTA) True=if all fields are validated, False= if there are validation errors
|
|
1497
1591
|
isValid?: boolean;
|
|
1498
1592
|
// CTA location: TBD
|
|
@@ -1511,6 +1605,7 @@ export type cairoPageCtaClickedParams = {
|
|
|
1511
1605
|
section?: string;
|
|
1512
1606
|
};
|
|
1513
1607
|
export type cairoTableTopNotificationDisplayedParams = {
|
|
1608
|
+
appId?: string;
|
|
1514
1609
|
// Artifact that owns the component
|
|
1515
1610
|
artifactId?: string;
|
|
1516
1611
|
cairoVersion?: string;
|
|
@@ -1523,6 +1618,7 @@ export type cairoTableTopNotificationDisplayedParams = {
|
|
|
1523
1618
|
domain?: string;
|
|
1524
1619
|
// How many items are currently presented to user (full list, filtered)
|
|
1525
1620
|
filteredListSize?: number;
|
|
1621
|
+
isTPA?: boolean;
|
|
1526
1622
|
// What is displayed to the user, localized
|
|
1527
1623
|
notificationText?: string;
|
|
1528
1624
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1533,6 +1629,7 @@ export type cairoTableTopNotificationDisplayedParams = {
|
|
|
1533
1629
|
export type cairoTryAgainClickedParams = {
|
|
1534
1630
|
// the action name that failed and triggered the notification (for example: drag, column reorder etc.)
|
|
1535
1631
|
actionName?: string;
|
|
1632
|
+
appId?: string;
|
|
1536
1633
|
// Artifact that owns the component
|
|
1537
1634
|
artifactId?: string;
|
|
1538
1635
|
// cairo version
|
|
@@ -1548,6 +1645,7 @@ export type cairoTryAgainClickedParams = {
|
|
|
1548
1645
|
filteredListSize?: number;
|
|
1549
1646
|
// Did the user made the failed action on a list of search results
|
|
1550
1647
|
isFromSearch?: boolean;
|
|
1648
|
+
isTPA?: boolean;
|
|
1551
1649
|
// Toast / Custom fields widget / View only widget / Component error state
|
|
1552
1650
|
loaction?: string;
|
|
1553
1651
|
// (optional) number of updates in the sequence that follow the failed action
|
|
@@ -1558,6 +1656,7 @@ export type cairoTryAgainClickedParams = {
|
|
|
1558
1656
|
resource?: string;
|
|
1559
1657
|
};
|
|
1560
1658
|
export type cairoFiltersPanelUsedParams = {
|
|
1659
|
+
appId?: string;
|
|
1561
1660
|
// Artifact that owns the component
|
|
1562
1661
|
artifactId?: string;
|
|
1563
1662
|
cairoVersion?: string;
|
|
@@ -1578,6 +1677,7 @@ export type cairoFiltersPanelUsedParams = {
|
|
|
1578
1677
|
isOpened?: boolean;
|
|
1579
1678
|
// 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)
|
|
1580
1679
|
isPredefined?: boolean;
|
|
1680
|
+
isTPA?: boolean;
|
|
1581
1681
|
// How many columns are shown? (new field from 01/2023)
|
|
1582
1682
|
numColumns?: number;
|
|
1583
1683
|
// The number of active filters when the user opened/closed the panel/menu
|
|
@@ -1598,6 +1698,7 @@ export type cairoFiltersPanelUsedParams = {
|
|
|
1598
1698
|
visibleColumnsOrder?: string;
|
|
1599
1699
|
};
|
|
1600
1700
|
export type cairoDragItemParams = {
|
|
1701
|
+
appId?: string;
|
|
1601
1702
|
// Artifact that owns the component
|
|
1602
1703
|
artifactId?: string;
|
|
1603
1704
|
// cairo version
|
|
@@ -1627,6 +1728,7 @@ export type cairoDragItemParams = {
|
|
|
1627
1728
|
isFromHandle?: boolean;
|
|
1628
1729
|
// Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
1629
1730
|
isFromSearch?: boolean;
|
|
1731
|
+
isTPA?: boolean;
|
|
1630
1732
|
// ID of the item that the user tries to drag.
|
|
1631
1733
|
itemId?: string;
|
|
1632
1734
|
// Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
@@ -1641,6 +1743,7 @@ export type cairoDragItemParams = {
|
|
|
1641
1743
|
searchQuery?: string;
|
|
1642
1744
|
};
|
|
1643
1745
|
export type cairoFileDownloadToastDismissedParams = {
|
|
1746
|
+
appId?: string;
|
|
1644
1747
|
// Artifact that owns the component
|
|
1645
1748
|
artifactId?: string;
|
|
1646
1749
|
cairoVersion?: string;
|
|
@@ -1659,6 +1762,7 @@ export type cairoFileDownloadToastDismissedParams = {
|
|
|
1659
1762
|
exportId?: string;
|
|
1660
1763
|
// What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1661
1764
|
exportType?: string;
|
|
1765
|
+
isTPA?: boolean;
|
|
1662
1766
|
// How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1663
1767
|
numSelectedItems?: number;
|
|
1664
1768
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1667,6 +1771,7 @@ export type cairoFileDownloadToastDismissedParams = {
|
|
|
1667
1771
|
resource?: string;
|
|
1668
1772
|
};
|
|
1669
1773
|
export type cairoUserAttemptsToCancelTheExportParams = {
|
|
1774
|
+
appId?: string;
|
|
1670
1775
|
// Artifact that owns the component
|
|
1671
1776
|
artifactId?: string;
|
|
1672
1777
|
cairoVersion?: string;
|
|
@@ -1681,6 +1786,7 @@ export type cairoUserAttemptsToCancelTheExportParams = {
|
|
|
1681
1786
|
duration?: number;
|
|
1682
1787
|
// A unique ID that will help join all events related to a specific export process
|
|
1683
1788
|
exportId?: string;
|
|
1789
|
+
isTPA?: boolean;
|
|
1684
1790
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1685
1791
|
numItems?: number;
|
|
1686
1792
|
// How many items were exported before the user tried to cancel the export
|
|
@@ -1699,6 +1805,7 @@ export type cairoUserAttemptsToCancelTheExportParams = {
|
|
|
1699
1805
|
try?: number;
|
|
1700
1806
|
};
|
|
1701
1807
|
export type pickerPickModalCtaButtonClickOrImmediateCtaParams = {
|
|
1808
|
+
appId?: string;
|
|
1702
1809
|
// Artifact that owns the component
|
|
1703
1810
|
artifactId?: string;
|
|
1704
1811
|
cairoVersion?: string;
|
|
@@ -1714,6 +1821,7 @@ export type pickerPickModalCtaButtonClickOrImmediateCtaParams = {
|
|
|
1714
1821
|
initialItems?: number;
|
|
1715
1822
|
// Is it an immediate CTA
|
|
1716
1823
|
isImmediate?: boolean;
|
|
1824
|
+
isTPA?: boolean;
|
|
1717
1825
|
// Number of total items picked
|
|
1718
1826
|
itemsCnt?: number;
|
|
1719
1827
|
// How many items exist (full list)
|
|
@@ -1728,6 +1836,7 @@ export type pickerPickModalCtaButtonClickOrImmediateCtaParams = {
|
|
|
1728
1836
|
type?: string;
|
|
1729
1837
|
};
|
|
1730
1838
|
export type newItemCreationStartParams = {
|
|
1839
|
+
appId?: string;
|
|
1731
1840
|
// Artifact that owns the component
|
|
1732
1841
|
artifactId?: string;
|
|
1733
1842
|
cairoVersion?: string;
|
|
@@ -1744,6 +1853,7 @@ export type newItemCreationStartParams = {
|
|
|
1744
1853
|
domain?: string;
|
|
1745
1854
|
// How many items are currently presented to user (filtered)
|
|
1746
1855
|
filteredListSize?: number;
|
|
1856
|
+
isTPA?: boolean;
|
|
1747
1857
|
// How many items exist, after item creation (full list, unfiltered)
|
|
1748
1858
|
listSize?: number;
|
|
1749
1859
|
// Max number of items that can be selected
|
|
@@ -1768,6 +1878,7 @@ export type newItemCreationStartParams = {
|
|
|
1768
1878
|
visibleColumnsOrder?: string;
|
|
1769
1879
|
};
|
|
1770
1880
|
export type cairoViewSelectedParams = {
|
|
1881
|
+
appId?: string;
|
|
1771
1882
|
// Artifact that owns the component
|
|
1772
1883
|
artifactId?: string;
|
|
1773
1884
|
cairoVersion?: string;
|
|
@@ -1790,6 +1901,7 @@ export type cairoViewSelectedParams = {
|
|
|
1790
1901
|
isFromSearchView?: boolean;
|
|
1791
1902
|
// Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1792
1903
|
isPredefined?: boolean;
|
|
1904
|
+
isTPA?: boolean;
|
|
1793
1905
|
// Name of the newly selected view
|
|
1794
1906
|
newViewName?: string;
|
|
1795
1907
|
// How many filters are active after view selection
|
|
@@ -1804,6 +1916,7 @@ export type cairoViewSelectedParams = {
|
|
|
1804
1916
|
resource?: string;
|
|
1805
1917
|
};
|
|
1806
1918
|
export type cairoDataExAddCustomFieldParams = {
|
|
1919
|
+
appId?: string;
|
|
1807
1920
|
// Artifact that owns the component
|
|
1808
1921
|
artifactId?: string;
|
|
1809
1922
|
// Cairo version
|
|
@@ -1816,6 +1929,7 @@ export type cairoDataExAddCustomFieldParams = {
|
|
|
1816
1929
|
csid?: GUID;
|
|
1817
1930
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1818
1931
|
domain?: string;
|
|
1932
|
+
isTPA?: boolean;
|
|
1819
1933
|
// How many columns are shown?
|
|
1820
1934
|
numColumns?: number;
|
|
1821
1935
|
// 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)
|
|
@@ -1829,6 +1943,7 @@ export type cairoDataExAddCustomFieldParams = {
|
|
|
1829
1943
|
export type cairoFilterToggledParams = {
|
|
1830
1944
|
// "add"/"remove" -- Did we add or remove filterName from the list of filters
|
|
1831
1945
|
actionType?: string;
|
|
1946
|
+
appId?: string;
|
|
1832
1947
|
// Artifact that owns the component
|
|
1833
1948
|
artifactId?: string;
|
|
1834
1949
|
cairoVersion?: string;
|
|
@@ -1848,6 +1963,7 @@ export type cairoFilterToggledParams = {
|
|
|
1848
1963
|
filterValue?: string;
|
|
1849
1964
|
// How many items are currently presented to user, after filter toggle (filtered)
|
|
1850
1965
|
filteredListSize?: number;
|
|
1966
|
+
isTPA?: boolean;
|
|
1851
1967
|
// How many items exist (full list, unfiltered)
|
|
1852
1968
|
listSize?: number;
|
|
1853
1969
|
// How many filters are active after filterName is toggled. actionType = "add" --> numFiltersActive >= 1; actionType = "remove" --> numFiltersActive < numColumns
|
|
@@ -1862,6 +1978,7 @@ export type cairoFilterToggledParams = {
|
|
|
1862
1978
|
export type cairoDataExCustomFieldAdvancesSettingsParams = {
|
|
1863
1979
|
// Open / Close the advanced settings
|
|
1864
1980
|
actionName?: string;
|
|
1981
|
+
appId?: string;
|
|
1865
1982
|
// Artifact that owns the component
|
|
1866
1983
|
artifactId?: string;
|
|
1867
1984
|
// Cairo version
|
|
@@ -1874,6 +1991,7 @@ export type cairoDataExCustomFieldAdvancesSettingsParams = {
|
|
|
1874
1991
|
csid?: GUID;
|
|
1875
1992
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1876
1993
|
domain?: string;
|
|
1994
|
+
isTPA?: boolean;
|
|
1877
1995
|
// Where did the user click on "Advanced Settings" from? Add Custom Field Modal / Edit Custom Field Modal
|
|
1878
1996
|
origin?: string;
|
|
1879
1997
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1882,6 +2000,7 @@ export type cairoDataExCustomFieldAdvancesSettingsParams = {
|
|
|
1882
2000
|
resource?: string;
|
|
1883
2001
|
};
|
|
1884
2002
|
export type cairoViewSavedParams = {
|
|
2003
|
+
appId?: string;
|
|
1885
2004
|
// Artifact that owns the component
|
|
1886
2005
|
artifactId?: string;
|
|
1887
2006
|
// Cairo version
|
|
@@ -1903,6 +2022,7 @@ export type cairoViewSavedParams = {
|
|
|
1903
2022
|
isDefault?: boolean;
|
|
1904
2023
|
// (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)
|
|
1905
2024
|
isPredefined?: boolean;
|
|
2025
|
+
isTPA?: boolean;
|
|
1906
2026
|
// Name of the newly created/saved/renamed view
|
|
1907
2027
|
newViewName?: string;
|
|
1908
2028
|
// How many columns comprise the saved view (new field from 11/2022)
|
|
@@ -1927,6 +2047,7 @@ export type cairoViewSavedParams = {
|
|
|
1927
2047
|
visibleColumnsOrder?: string;
|
|
1928
2048
|
};
|
|
1929
2049
|
export type cairoViewDeletedParams = {
|
|
2050
|
+
appId?: string;
|
|
1930
2051
|
// Artifact that owns the component
|
|
1931
2052
|
artifactId?: string;
|
|
1932
2053
|
cairoVersion?: string;
|
|
@@ -1939,6 +2060,7 @@ export type cairoViewDeletedParams = {
|
|
|
1939
2060
|
domain?: string;
|
|
1940
2061
|
// Was the deleted view defined as default view?
|
|
1941
2062
|
isDefault?: boolean;
|
|
2063
|
+
isTPA?: boolean;
|
|
1942
2064
|
// How many filters comprised the deleted view
|
|
1943
2065
|
numFiltersInView?: number;
|
|
1944
2066
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1957,6 +2079,7 @@ export type cairoViewDeletedParams = {
|
|
|
1957
2079
|
export type cairoDataExCustomFieldEndProcessParams = {
|
|
1958
2080
|
// Add/ Edit
|
|
1959
2081
|
actionName?: string;
|
|
2082
|
+
appId?: string;
|
|
1960
2083
|
// Artifact that owns the component
|
|
1961
2084
|
artifactId?: string;
|
|
1962
2085
|
// Cairo version
|
|
@@ -1979,6 +2102,7 @@ export type cairoDataExCustomFieldEndProcessParams = {
|
|
|
1979
2102
|
fieldName?: string;
|
|
1980
2103
|
// (Relevant when a field was added) What type is the added field? Long text / Date / Number etc.
|
|
1981
2104
|
fieldType?: string;
|
|
2105
|
+
isTPA?: boolean;
|
|
1982
2106
|
// The key value
|
|
1983
2107
|
key?: string;
|
|
1984
2108
|
// (Relevant when a field was added/edited) How many added fields are there in the component (including the current added field)
|
|
@@ -1995,6 +2119,7 @@ export type cairoDataExCustomFieldEndProcessParams = {
|
|
|
1995
2119
|
resource?: string;
|
|
1996
2120
|
};
|
|
1997
2121
|
export type cairoComponentSortedParams = {
|
|
2122
|
+
appId?: string;
|
|
1998
2123
|
// Artifact that owns the component
|
|
1999
2124
|
artifactId?: string;
|
|
2000
2125
|
// Cairo version
|
|
@@ -2010,6 +2135,7 @@ export type cairoComponentSortedParams = {
|
|
|
2010
2135
|
filteredListSize?: number;
|
|
2011
2136
|
// 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)
|
|
2012
2137
|
isAddNewSort?: boolean;
|
|
2138
|
+
isTPA?: boolean;
|
|
2013
2139
|
// 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)
|
|
2014
2140
|
itemIndex?: number;
|
|
2015
2141
|
// How many items exist (full list, unfiltered)
|
|
@@ -2038,6 +2164,7 @@ export type cairoComponentSortedParams = {
|
|
|
2038
2164
|
resource?: string;
|
|
2039
2165
|
};
|
|
2040
2166
|
export type cairoReorderingSortColumnsParams = {
|
|
2167
|
+
appId?: string;
|
|
2041
2168
|
// Artifact that owns the component
|
|
2042
2169
|
artifactId?: string;
|
|
2043
2170
|
// Cairo version
|
|
@@ -2055,6 +2182,7 @@ export type cairoReorderingSortColumnsParams = {
|
|
|
2055
2182
|
domain?: string;
|
|
2056
2183
|
// How many items are currently presented to user, after filter toggle (filtered)
|
|
2057
2184
|
filteredListSize?: number;
|
|
2185
|
+
isTPA?: boolean;
|
|
2058
2186
|
// How many items exist (full list, unfiltered)
|
|
2059
2187
|
listSize?: number;
|
|
2060
2188
|
// 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.
|
|
@@ -2073,6 +2201,7 @@ export type cairoReorderingSortColumnsParams = {
|
|
|
2073
2201
|
timeFromAction?: number;
|
|
2074
2202
|
};
|
|
2075
2203
|
export type cairoExportProcessEndParams = {
|
|
2204
|
+
appId?: string;
|
|
2076
2205
|
// Artifact that owns the component
|
|
2077
2206
|
artifactId?: string;
|
|
2078
2207
|
cairoVersion?: string;
|
|
@@ -2089,6 +2218,7 @@ export type cairoExportProcessEndParams = {
|
|
|
2089
2218
|
exportId?: string;
|
|
2090
2219
|
// (Optional) Name of the file to be exported
|
|
2091
2220
|
fileName?: string;
|
|
2221
|
+
isTPA?: boolean;
|
|
2092
2222
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
2093
2223
|
numItems?: number;
|
|
2094
2224
|
// How many items were exported before the export ended, either successfully or not.
|
|
@@ -2107,6 +2237,7 @@ export type cairoExportProcessEndParams = {
|
|
|
2107
2237
|
try?: number;
|
|
2108
2238
|
};
|
|
2109
2239
|
export type cairoApplyButtonClickedParams = {
|
|
2240
|
+
appId?: string;
|
|
2110
2241
|
artifactId?: string;
|
|
2111
2242
|
// Cairo version
|
|
2112
2243
|
cairoVersion?: string;
|
|
@@ -2126,6 +2257,7 @@ export type cairoApplyButtonClickedParams = {
|
|
|
2126
2257
|
feature?: string;
|
|
2127
2258
|
// How many items are currently presented to user, after filters toggled (filtered)
|
|
2128
2259
|
filteredListSize?: number;
|
|
2260
|
+
isTPA?: boolean;
|
|
2129
2261
|
// How many items exist (full list, unfiltered)
|
|
2130
2262
|
listSize?: number;
|
|
2131
2263
|
// (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
|
|
@@ -2144,6 +2276,7 @@ export type cairoApplyButtonClickedParams = {
|
|
|
2144
2276
|
export type cairoExportModalCtaClickedParams = {
|
|
2145
2277
|
// Does the user want to proceed with the export or dismiss the modal
|
|
2146
2278
|
action?: string;
|
|
2279
|
+
appId?: string;
|
|
2147
2280
|
// Artifact that owns the component
|
|
2148
2281
|
artifactId?: string;
|
|
2149
2282
|
// A list of all of the available export types, along with the number of items that would be exported using each of the options
|
|
@@ -2158,6 +2291,7 @@ export type cairoExportModalCtaClickedParams = {
|
|
|
2158
2291
|
domain?: string;
|
|
2159
2292
|
// A unique ID that will help join all events related to a specific export process
|
|
2160
2293
|
exportId?: string;
|
|
2294
|
+
isTPA?: boolean;
|
|
2161
2295
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
2162
2296
|
numItems?: number;
|
|
2163
2297
|
// From where did the user close the modal: "Export Button"/"Cancel Button"/"X Button"
|
|
@@ -2174,6 +2308,7 @@ export type cairoExportModalCtaClickedParams = {
|
|
|
2174
2308
|
export type cairoUndoClickedParams = {
|
|
2175
2309
|
// The action's name the user wants to undo and triggered the toast (for example: view- save changes, view- rename, view- delete etc.)
|
|
2176
2310
|
actionName?: string;
|
|
2311
|
+
appId?: string;
|
|
2177
2312
|
// Artifact that owns the component
|
|
2178
2313
|
artifactId?: string;
|
|
2179
2314
|
// cairo version
|
|
@@ -2199,6 +2334,7 @@ export type cairoUndoClickedParams = {
|
|
|
2199
2334
|
filteredListSize?: number;
|
|
2200
2335
|
// How many items were presented (filtered) to the user when he made the action he wants to undo?
|
|
2201
2336
|
filteredListSizeShown?: number;
|
|
2337
|
+
isTPA?: boolean;
|
|
2202
2338
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
2203
2339
|
product?: string;
|
|
2204
2340
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -2213,6 +2349,7 @@ export type cairoUndoClickedParams = {
|
|
|
2213
2349
|
viewNameApplied?: string;
|
|
2214
2350
|
};
|
|
2215
2351
|
export type cairoPageBackOrBreadcrumbClickedParams = {
|
|
2352
|
+
appId?: string;
|
|
2216
2353
|
// Artifact that owns the component
|
|
2217
2354
|
artifactId?: string;
|
|
2218
2355
|
// 'Back' (for back button clicked) / The category's name the users clicked on.
|
|
@@ -2228,6 +2365,7 @@ export type cairoPageBackOrBreadcrumbClickedParams = {
|
|
|
2228
2365
|
destination_page_type?: string;
|
|
2229
2366
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2230
2367
|
domain?: string;
|
|
2368
|
+
isTPA?: boolean;
|
|
2231
2369
|
// Collection Page
|
|
2232
2370
|
pageType?: string;
|
|
2233
2371
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -2255,6 +2393,7 @@ export type cairoTpaSCtaClickedParams = {
|
|
|
2255
2393
|
ctaName?: string;
|
|
2256
2394
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2257
2395
|
domain?: string;
|
|
2396
|
+
isTPA?: boolean;
|
|
2258
2397
|
// Page More Action Dropdown / Component Bulk action Toolbar
|
|
2259
2398
|
location?: string;
|
|
2260
2399
|
// How many CTAs are available in the page dropdown menu / toolbar?
|
|
@@ -2267,6 +2406,7 @@ export type cairoTpaSCtaClickedParams = {
|
|
|
2267
2406
|
tpaComponentId?: string;
|
|
2268
2407
|
};
|
|
2269
2408
|
export type pikachuCategoriesDropdownButtonClickedParams = {
|
|
2409
|
+
appId?: string;
|
|
2270
2410
|
// Artifact that owns the component
|
|
2271
2411
|
artifactId?: string;
|
|
2272
2412
|
cairoVersion?: string;
|
|
@@ -2276,6 +2416,7 @@ export type pikachuCategoriesDropdownButtonClickedParams = {
|
|
|
2276
2416
|
csid?: GUID;
|
|
2277
2417
|
// Optional domain name from FQDN (CRM, Store, etc.)
|
|
2278
2418
|
domain?: string;
|
|
2419
|
+
isTPA?: boolean;
|
|
2279
2420
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
2280
2421
|
product?: string;
|
|
2281
2422
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -2284,6 +2425,7 @@ export type pikachuCategoriesDropdownButtonClickedParams = {
|
|
|
2284
2425
|
export type cairoTagsUnsuccessfulUpdateInServerParams = {
|
|
2285
2426
|
// Add / Delete / Rename / Assign / Remove assign / Add and assign / Load tags widget
|
|
2286
2427
|
actionName?: string;
|
|
2428
|
+
appId?: string;
|
|
2287
2429
|
// Artifact that owns the component
|
|
2288
2430
|
artifactId?: string;
|
|
2289
2431
|
// Cairo version
|
|
@@ -2298,6 +2440,7 @@ export type cairoTagsUnsuccessfulUpdateInServerParams = {
|
|
|
2298
2440
|
domain?: string;
|
|
2299
2441
|
// What is the type of the error? Technical issue / Network error
|
|
2300
2442
|
errorType?: string;
|
|
2443
|
+
isTPA?: boolean;
|
|
2301
2444
|
// How many tags are in the modal after this action?
|
|
2302
2445
|
numTags?: number;
|
|
2303
2446
|
// Where did the user make the action from? Tags Modal / Entity page
|
|
@@ -2312,6 +2455,7 @@ export type cairoTagsUnsuccessfulUpdateInServerParams = {
|
|
|
2312
2455
|
export type pickerModalUsabilityParams = {
|
|
2313
2456
|
// Use cases: search/search results/checkbox/continue/dismiss/load more
|
|
2314
2457
|
action?: string;
|
|
2458
|
+
appId?: string;
|
|
2315
2459
|
// Artifact that owns the component
|
|
2316
2460
|
artifactId?: string;
|
|
2317
2461
|
cairoVersion?: string;
|
|
@@ -2323,6 +2467,7 @@ export type pickerModalUsabilityParams = {
|
|
|
2323
2467
|
domain?: string;
|
|
2324
2468
|
// How many items are to presented (filtered)
|
|
2325
2469
|
filteredListSize?: number;
|
|
2470
|
+
isTPA?: boolean;
|
|
2326
2471
|
// (Optional) ID of item checked
|
|
2327
2472
|
itemId?: string;
|
|
2328
2473
|
// (Optional) Number of total items checked
|
|
@@ -2349,6 +2494,7 @@ export type pickerModalUsabilityParams = {
|
|
|
2349
2494
|
type?: string;
|
|
2350
2495
|
};
|
|
2351
2496
|
export type cairoSortPanelUsedParams = {
|
|
2497
|
+
appId?: string;
|
|
2352
2498
|
artifactId?: string;
|
|
2353
2499
|
// Cairo version
|
|
2354
2500
|
cairoVersion?: string;
|
|
@@ -2363,6 +2509,7 @@ export type cairoSortPanelUsedParams = {
|
|
|
2363
2509
|
domain?: string;
|
|
2364
2510
|
// TRUE if the user just opened the sidebar; FALSE if closed
|
|
2365
2511
|
isOpened?: boolean;
|
|
2512
|
+
isTPA?: boolean;
|
|
2366
2513
|
// How many columns actively sort the data?
|
|
2367
2514
|
numSortedColumns?: number;
|
|
2368
2515
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -2373,6 +2520,7 @@ export type cairoSortPanelUsedParams = {
|
|
|
2373
2520
|
export type cairoTagsAssignTagParams = {
|
|
2374
2521
|
// Assign / Remove
|
|
2375
2522
|
actionName?: string;
|
|
2523
|
+
appId?: string;
|
|
2376
2524
|
// Artifact that owns the component
|
|
2377
2525
|
artifactId?: string;
|
|
2378
2526
|
// Cairo version
|
|
@@ -2387,6 +2535,7 @@ export type cairoTagsAssignTagParams = {
|
|
|
2387
2535
|
domain?: string;
|
|
2388
2536
|
// Is the action made from a list of tags search results?
|
|
2389
2537
|
isFromSearch?: boolean;
|
|
2538
|
+
isTPA?: boolean;
|
|
2390
2539
|
// (Relevant if numItems=1) The Item which the tag was assigned to / removed from
|
|
2391
2540
|
itemId?: string;
|
|
2392
2541
|
// How many items have been selected?
|
|
@@ -2405,6 +2554,7 @@ export type cairoTagsAssignTagParams = {
|
|
|
2405
2554
|
tagName?: string;
|
|
2406
2555
|
};
|
|
2407
2556
|
export type cairoApiRequestDataLoadEndParams = {
|
|
2557
|
+
appId?: string;
|
|
2408
2558
|
// Artifact that owns the component
|
|
2409
2559
|
artifactId?: string;
|
|
2410
2560
|
// Cairo version
|
|
@@ -2432,6 +2582,7 @@ export type cairoApiRequestDataLoadEndParams = {
|
|
|
2432
2582
|
filteredListSize?: number;
|
|
2433
2583
|
// Initial number of items loaded (before scroll and autoload)
|
|
2434
2584
|
initialItems?: number;
|
|
2585
|
+
isTPA?: boolean;
|
|
2435
2586
|
// Entity / Collection
|
|
2436
2587
|
pageType?: string;
|
|
2437
2588
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|