@wix/bex-utils 1.28.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.
Files changed (254) hide show
  1. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
  2. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
  3. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
  4. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
  5. package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
  6. package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
  7. package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
  8. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
  9. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
  10. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
  11. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
  12. package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
  13. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
  14. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
  15. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
  16. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
  17. package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
  18. package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
  19. package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
  20. package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
  21. package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
  22. package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
  23. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
  24. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
  25. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
  26. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
  27. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
  28. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
  29. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
  30. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
  31. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
  32. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
  33. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
  34. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
  35. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
  36. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
  37. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
  38. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
  39. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
  40. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
  41. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
  42. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
  43. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
  44. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
  45. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
  46. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
  47. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
  48. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
  49. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
  50. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
  51. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
  52. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
  53. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
  54. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
  55. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
  56. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
  57. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
  58. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
  59. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
  60. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
  61. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
  62. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
  63. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
  64. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
  65. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
  66. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
  67. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
  68. package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
  69. package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
  70. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
  71. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
  72. 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
  73. 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
  74. 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
  75. 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
  76. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
  77. 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
  78. 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
  79. 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
  80. 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
  81. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
  82. 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
  83. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
  84. 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
  85. 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
  86. 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
  87. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
  88. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
  97. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
  98. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
  99. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
  100. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
  101. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
  102. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
  103. 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
  104. 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
  105. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
  106. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
  107. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
  108. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
  109. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
  110. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
  111. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
  112. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
  113. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
  114. 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
  115. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
  116. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
  117. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
  118. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
  119. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
  120. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
  121. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
  122. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
  123. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
  124. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
  125. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
  126. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
  127. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
  128. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
  129. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
  130. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
  131. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
  132. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
  133. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
  134. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
  135. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
  136. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
  137. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
  138. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
  139. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
  140. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
  141. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
  142. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
  143. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
  144. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
  145. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
  146. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
  147. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
  148. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
  149. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
  150. 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
  151. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
  152. 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
  153. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
  154. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
  155. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
  156. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
  157. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
  158. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
  159. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
  160. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
  161. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
  162. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
  163. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
  164. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
  165. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
  166. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
  167. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
  168. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
  169. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
  170. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
  171. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
  172. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
  173. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
  174. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
  175. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
  176. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
  177. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
  178. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
  179. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
  180. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
  181. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
  182. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
  183. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
  184. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
  185. package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
  186. package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
  187. package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
  188. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
  189. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
  190. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
  191. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
  192. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
  193. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
  194. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
  195. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
  196. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
  197. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
  198. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
  199. package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
  200. package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
  201. package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
  202. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
  203. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
  204. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
  205. package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
  206. package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
  207. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
  208. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
  209. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
  210. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
  211. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
  212. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
  213. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
  214. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
  215. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
  216. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
  217. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
  218. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
  219. package/@wix/bi-logger-cairo-os/dist/cjs/index.js +3 -0
  220. package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -1
  221. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +7 -0
  222. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
  223. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +854 -3
  224. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
  225. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +7 -0
  226. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
  227. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +183 -2
  228. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
  229. package/@wix/bi-logger-cairo-os/dist/esm/index.js +3 -0
  230. package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -1
  231. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +7 -0
  232. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
  233. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +854 -3
  234. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
  235. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +7 -0
  236. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
  237. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +180 -0
  238. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
  239. package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +3 -2
  240. package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +171 -0
  241. package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +171 -0
  242. package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +171 -0
  243. package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +179 -1
  244. package/@wix/bi-logger-cairo-os/package.json +2 -2
  245. package/@wix/bi-logger-cairo-os/src/index.ts +6 -2
  246. package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +174 -0
  247. package/@wix/bi-logger-cairo-os/src/testkit/common.ts +854 -3
  248. package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +174 -0
  249. package/@wix/bi-logger-cairo-os/src/types.ts +187 -0
  250. package/@wix/bi-logger-cairo-os/src/v2/index.ts +182 -1
  251. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
  252. package/@wix/wix-i18n-config/package.json +4 -4
  253. package/package.json +3 -3
  254. 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
@@ -19,6 +19,11 @@ var schemaObj = [
19
19
  "event_id": 113,
20
20
  "name": "Cairo - Component Dismissed",
21
21
  "fields": [
22
+ {
23
+ "inputName": "appId",
24
+ "type": "STRING",
25
+ "mandatory": false
26
+ },
22
27
  {
23
28
  "inputName": "artifactId",
24
29
  "type": "STRING",
@@ -49,6 +54,11 @@ var schemaObj = [
49
54
  "type": "STRING",
50
55
  "mandatory": false
51
56
  },
57
+ {
58
+ "inputName": "isTPA",
59
+ "type": "BOOL",
60
+ "mandatory": false
61
+ },
52
62
  {
53
63
  "inputName": "origin",
54
64
  "type": "STRING",
@@ -70,6 +80,11 @@ var schemaObj = [
70
80
  "event_id": 112,
71
81
  "name": "Cairo - Load More",
72
82
  "fields": [
83
+ {
84
+ "inputName": "appId",
85
+ "type": "STRING",
86
+ "mandatory": false
87
+ },
73
88
  {
74
89
  "inputName": "artifactId",
75
90
  "type": "STRING",
@@ -125,6 +140,11 @@ var schemaObj = [
125
140
  "type": "NUMERIC",
126
141
  "mandatory": false
127
142
  },
143
+ {
144
+ "inputName": "isTPA",
145
+ "type": "BOOL",
146
+ "mandatory": false
147
+ },
128
148
  {
129
149
  "inputName": "loadedItems",
130
150
  "type": "NUMERIC",
@@ -151,6 +171,11 @@ var schemaObj = [
151
171
  "event_id": 139,
152
172
  "name": "Cairo - Drag Item End (Drop)",
153
173
  "fields": [
174
+ {
175
+ "inputName": "appId",
176
+ "type": "STRING",
177
+ "mandatory": false
178
+ },
154
179
  {
155
180
  "inputName": "artifactId",
156
181
  "type": "STRING",
@@ -236,6 +261,11 @@ var schemaObj = [
236
261
  "type": "BOOL",
237
262
  "mandatory": false
238
263
  },
264
+ {
265
+ "inputName": "isTPA",
266
+ "type": "BOOL",
267
+ "mandatory": false
268
+ },
239
269
  {
240
270
  "inputName": "itemId",
241
271
  "type": "STRING",
@@ -282,6 +312,11 @@ var schemaObj = [
282
312
  "type": "STRING",
283
313
  "mandatory": false
284
314
  },
315
+ {
316
+ "inputName": "appId",
317
+ "type": "STRING",
318
+ "mandatory": false
319
+ },
285
320
  {
286
321
  "inputName": "artifactId",
287
322
  "type": "STRING",
@@ -322,6 +357,11 @@ var schemaObj = [
322
357
  "type": "NUMERIC",
323
358
  "mandatory": false
324
359
  },
360
+ {
361
+ "inputName": "isTPA",
362
+ "type": "BOOL",
363
+ "mandatory": false
364
+ },
325
365
  {
326
366
  "inputName": "listSize",
327
367
  "type": "NUMERIC",
@@ -353,6 +393,11 @@ var schemaObj = [
353
393
  "event_id": 161,
354
394
  "name": "Cairo - Discard Changes Before Apply",
355
395
  "fields": [
396
+ {
397
+ "inputName": "appId",
398
+ "type": "STRING",
399
+ "mandatory": false
400
+ },
356
401
  {
357
402
  "inputName": "artifactId",
358
403
  "type": "STRING",
@@ -393,6 +438,11 @@ var schemaObj = [
393
438
  "type": "STRING",
394
439
  "mandatory": false
395
440
  },
441
+ {
442
+ "inputName": "isTPA",
443
+ "type": "BOOL",
444
+ "mandatory": false
445
+ },
396
446
  {
397
447
  "inputName": "numActiveFields",
398
448
  "type": "NUMERIC",
@@ -429,6 +479,11 @@ var schemaObj = [
429
479
  "event_id": 114,
430
480
  "name": "Cairo - Item Selection Toggled",
431
481
  "fields": [
482
+ {
483
+ "inputName": "appId",
484
+ "type": "STRING",
485
+ "mandatory": false
486
+ },
432
487
  {
433
488
  "inputName": "artifactId",
434
489
  "type": "STRING",
@@ -514,6 +569,11 @@ var schemaObj = [
514
569
  "type": "BOOL",
515
570
  "mandatory": false
516
571
  },
572
+ {
573
+ "inputName": "isTPA",
574
+ "type": "BOOL",
575
+ "mandatory": false
576
+ },
517
577
  {
518
578
  "inputName": "itemId",
519
579
  "type": "STRING",
@@ -575,6 +635,11 @@ var schemaObj = [
575
635
  "event_id": 102,
576
636
  "name": "Picker - End Load",
577
637
  "fields": [
638
+ {
639
+ "inputName": "appId",
640
+ "type": "STRING",
641
+ "mandatory": false
642
+ },
578
643
  {
579
644
  "inputName": "artifactId",
580
645
  "type": "STRING",
@@ -615,6 +680,11 @@ var schemaObj = [
615
680
  "type": "NUMERIC",
616
681
  "mandatory": false
617
682
  },
683
+ {
684
+ "inputName": "isTPA",
685
+ "type": "BOOL",
686
+ "mandatory": false
687
+ },
618
688
  {
619
689
  "inputName": "listSize",
620
690
  "type": "NUMERIC",
@@ -651,6 +721,11 @@ var schemaObj = [
651
721
  "event_id": 165,
652
722
  "name": "Cairo - Nested Table - Collapse and Expand",
653
723
  "fields": [
724
+ {
725
+ "inputName": "appId",
726
+ "type": "STRING",
727
+ "mandatory": false
728
+ },
654
729
  {
655
730
  "inputName": "artifactId",
656
731
  "type": "STRING",
@@ -731,6 +806,11 @@ var schemaObj = [
731
806
  "type": "BOOL",
732
807
  "mandatory": false
733
808
  },
809
+ {
810
+ "inputName": "isTPA",
811
+ "type": "BOOL",
812
+ "mandatory": false
813
+ },
734
814
  {
735
815
  "inputName": "itemId",
736
816
  "type": "STRING",
@@ -767,6 +847,11 @@ var schemaObj = [
767
847
  "event_id": 111,
768
848
  "name": "Cairo - Load End",
769
849
  "fields": [
850
+ {
851
+ "inputName": "appId",
852
+ "type": "STRING",
853
+ "mandatory": false
854
+ },
770
855
  {
771
856
  "inputName": "artifactId",
772
857
  "type": "STRING",
@@ -837,6 +922,11 @@ var schemaObj = [
837
922
  "type": "BOOL",
838
923
  "mandatory": false
839
924
  },
925
+ {
926
+ "inputName": "isTPA",
927
+ "type": "BOOL",
928
+ "mandatory": false
929
+ },
840
930
  {
841
931
  "inputName": "listSize",
842
932
  "type": "NUMERIC",
@@ -873,6 +963,11 @@ var schemaObj = [
873
963
  "type": "STRING",
874
964
  "mandatory": false
875
965
  },
966
+ {
967
+ "inputName": "appId",
968
+ "type": "STRING",
969
+ "mandatory": false
970
+ },
876
971
  {
877
972
  "inputName": "artifactId",
878
973
  "type": "STRING",
@@ -908,6 +1003,11 @@ var schemaObj = [
908
1003
  "type": "BOOL",
909
1004
  "mandatory": false
910
1005
  },
1006
+ {
1007
+ "inputName": "isTPA",
1008
+ "type": "BOOL",
1009
+ "mandatory": false
1010
+ },
911
1011
  {
912
1012
  "inputName": "numTags",
913
1013
  "type": "NUMERIC",
@@ -944,6 +1044,11 @@ var schemaObj = [
944
1044
  "event_id": 128,
945
1045
  "name": "Cairo - Export Process Start",
946
1046
  "fields": [
1047
+ {
1048
+ "inputName": "appId",
1049
+ "type": "STRING",
1050
+ "mandatory": false
1051
+ },
947
1052
  {
948
1053
  "inputName": "artifactId",
949
1054
  "type": "STRING",
@@ -979,6 +1084,11 @@ var schemaObj = [
979
1084
  "type": "STRING",
980
1085
  "mandatory": false
981
1086
  },
1087
+ {
1088
+ "inputName": "isTPA",
1089
+ "type": "BOOL",
1090
+ "mandatory": false
1091
+ },
982
1092
  {
983
1093
  "inputName": "numItems",
984
1094
  "type": "NUMERIC",
@@ -1015,6 +1125,11 @@ var schemaObj = [
1015
1125
  "event_id": 135,
1016
1126
  "name": "Cairo - Export Failed Modal CTA Clicked",
1017
1127
  "fields": [
1128
+ {
1129
+ "inputName": "appId",
1130
+ "type": "STRING",
1131
+ "mandatory": false
1132
+ },
1018
1133
  {
1019
1134
  "inputName": "artifactId",
1020
1135
  "type": "STRING",
@@ -1055,6 +1170,11 @@ var schemaObj = [
1055
1170
  "type": "STRING",
1056
1171
  "mandatory": false
1057
1172
  },
1173
+ {
1174
+ "inputName": "isTPA",
1175
+ "type": "BOOL",
1176
+ "mandatory": false
1177
+ },
1058
1178
  {
1059
1179
  "inputName": "numItems",
1060
1180
  "type": "NUMERIC",
@@ -1096,6 +1216,11 @@ var schemaObj = [
1096
1216
  "event_id": 151,
1097
1217
  "name": "Cairo - Search View in Views",
1098
1218
  "fields": [
1219
+ {
1220
+ "inputName": "appId",
1221
+ "type": "STRING",
1222
+ "mandatory": false
1223
+ },
1099
1224
  {
1100
1225
  "inputName": "artifactId",
1101
1226
  "type": "STRING",
@@ -1131,6 +1256,11 @@ var schemaObj = [
1131
1256
  "type": "STRING",
1132
1257
  "mandatory": false
1133
1258
  },
1259
+ {
1260
+ "inputName": "isTPA",
1261
+ "type": "BOOL",
1262
+ "mandatory": false
1263
+ },
1134
1264
  {
1135
1265
  "inputName": "numCategoriesInResults",
1136
1266
  "type": "NUMERIC",
@@ -1167,6 +1297,11 @@ var schemaObj = [
1167
1297
  "event_id": 101,
1168
1298
  "name": "Picker - Start Load",
1169
1299
  "fields": [
1300
+ {
1301
+ "inputName": "appId",
1302
+ "type": "STRING",
1303
+ "mandatory": false
1304
+ },
1170
1305
  {
1171
1306
  "inputName": "artifactId",
1172
1307
  "type": "STRING",
@@ -1207,6 +1342,11 @@ var schemaObj = [
1207
1342
  "type": "NUMERIC",
1208
1343
  "mandatory": false
1209
1344
  },
1345
+ {
1346
+ "inputName": "isTPA",
1347
+ "type": "BOOL",
1348
+ "mandatory": false
1349
+ },
1210
1350
  {
1211
1351
  "inputName": "listSize",
1212
1352
  "type": "NUMERIC",
@@ -1243,6 +1383,11 @@ var schemaObj = [
1243
1383
  "type": "STRING",
1244
1384
  "mandatory": false
1245
1385
  },
1386
+ {
1387
+ "inputName": "appId",
1388
+ "type": "STRING",
1389
+ "mandatory": false
1390
+ },
1246
1391
  {
1247
1392
  "inputName": "artifactId",
1248
1393
  "type": "STRING",
@@ -1298,6 +1443,11 @@ var schemaObj = [
1298
1443
  "type": "STRING",
1299
1444
  "mandatory": false
1300
1445
  },
1446
+ {
1447
+ "inputName": "isTPA",
1448
+ "type": "BOOL",
1449
+ "mandatory": false
1450
+ },
1301
1451
  {
1302
1452
  "inputName": "product",
1303
1453
  "type": "STRING",
@@ -1319,6 +1469,11 @@ var schemaObj = [
1319
1469
  "event_id": 109,
1320
1470
  "name": "Pikachu - Item Category Selected",
1321
1471
  "fields": [
1472
+ {
1473
+ "inputName": "appId",
1474
+ "type": "STRING",
1475
+ "mandatory": false
1476
+ },
1322
1477
  {
1323
1478
  "inputName": "artifactId",
1324
1479
  "type": "STRING",
@@ -1349,6 +1504,11 @@ var schemaObj = [
1349
1504
  "type": "STRING",
1350
1505
  "mandatory": false
1351
1506
  },
1507
+ {
1508
+ "inputName": "isTPA",
1509
+ "type": "BOOL",
1510
+ "mandatory": false
1511
+ },
1352
1512
  {
1353
1513
  "inputName": "itemCategory",
1354
1514
  "type": "STRING",
@@ -1370,6 +1530,11 @@ var schemaObj = [
1370
1530
  "event_id": 125,
1371
1531
  "name": "Cairo - Export CTA Clicked",
1372
1532
  "fields": [
1533
+ {
1534
+ "inputName": "appId",
1535
+ "type": "STRING",
1536
+ "mandatory": false
1537
+ },
1373
1538
  {
1374
1539
  "inputName": "artifactId",
1375
1540
  "type": "STRING",
@@ -1420,6 +1585,11 @@ var schemaObj = [
1420
1585
  "type": "NUMERIC",
1421
1586
  "mandatory": false
1422
1587
  },
1588
+ {
1589
+ "inputName": "isTPA",
1590
+ "type": "BOOL",
1591
+ "mandatory": false
1592
+ },
1423
1593
  {
1424
1594
  "inputName": "numSelectedItems",
1425
1595
  "type": "NUMERIC",
@@ -1441,6 +1611,11 @@ var schemaObj = [
1441
1611
  "event_id": 130,
1442
1612
  "name": "Cairo - Cancel Export Modal CTA Clicked",
1443
1613
  "fields": [
1614
+ {
1615
+ "inputName": "appId",
1616
+ "type": "STRING",
1617
+ "mandatory": false
1618
+ },
1444
1619
  {
1445
1620
  "inputName": "artifactId",
1446
1621
  "type": "STRING",
@@ -1486,6 +1661,11 @@ var schemaObj = [
1486
1661
  "type": "STRING",
1487
1662
  "mandatory": false
1488
1663
  },
1664
+ {
1665
+ "inputName": "isTPA",
1666
+ "type": "BOOL",
1667
+ "mandatory": false
1668
+ },
1489
1669
  {
1490
1670
  "inputName": "modalType",
1491
1671
  "type": "STRING",
@@ -1532,6 +1712,11 @@ var schemaObj = [
1532
1712
  "event_id": 174,
1533
1713
  "name": "Cairo - Page- Discard Changes Before Save",
1534
1714
  "fields": [
1715
+ {
1716
+ "inputName": "appId",
1717
+ "type": "STRING",
1718
+ "mandatory": false
1719
+ },
1535
1720
  {
1536
1721
  "inputName": "artifactId",
1537
1722
  "type": "STRING",
@@ -1562,6 +1747,11 @@ var schemaObj = [
1562
1747
  "type": "STRING",
1563
1748
  "mandatory": false
1564
1749
  },
1750
+ {
1751
+ "inputName": "isTPA",
1752
+ "type": "BOOL",
1753
+ "mandatory": false
1754
+ },
1565
1755
  {
1566
1756
  "inputName": "numOfActions",
1567
1757
  "type": "NUMERIC",
@@ -1598,6 +1788,11 @@ var schemaObj = [
1598
1788
  "event_id": 134,
1599
1789
  "name": "Cairo - File Download Toast Download Button Clicked",
1600
1790
  "fields": [
1791
+ {
1792
+ "inputName": "appId",
1793
+ "type": "STRING",
1794
+ "mandatory": false
1795
+ },
1601
1796
  {
1602
1797
  "inputName": "artifactId",
1603
1798
  "type": "STRING",
@@ -1639,12 +1834,108 @@ var schemaObj = [
1639
1834
  "mandatory": false
1640
1835
  },
1641
1836
  {
1642
- "inputName": "exportType",
1643
- "type": "STRING",
1837
+ "inputName": "exportType",
1838
+ "type": "STRING",
1839
+ "mandatory": false
1840
+ },
1841
+ {
1842
+ "inputName": "isTPA",
1843
+ "type": "BOOL",
1844
+ "mandatory": false
1845
+ },
1846
+ {
1847
+ "inputName": "numSelectedItems",
1848
+ "type": "NUMERIC",
1849
+ "mandatory": false
1850
+ },
1851
+ {
1852
+ "inputName": "product",
1853
+ "type": "STRING",
1854
+ "mandatory": false
1855
+ },
1856
+ {
1857
+ "inputName": "resource",
1858
+ "type": "STRING",
1859
+ "mandatory": false
1860
+ }
1861
+ ]
1862
+ },
1863
+ {
1864
+ "event_id": 177,
1865
+ "name": "Cairo - Customize Columns in Side Panel",
1866
+ "fields": [
1867
+ {
1868
+ "inputName": "actionName",
1869
+ "type": "STRING",
1870
+ "mandatory": false
1871
+ },
1872
+ {
1873
+ "inputName": "appId",
1874
+ "type": "STRING",
1875
+ "mandatory": false
1876
+ },
1877
+ {
1878
+ "inputName": "artifactId",
1879
+ "type": "STRING",
1880
+ "mandatory": false
1881
+ },
1882
+ {
1883
+ "inputName": "cairoVersion",
1884
+ "type": "STRING",
1885
+ "mandatory": false
1886
+ },
1887
+ {
1888
+ "inputName": "componentName",
1889
+ "type": "STRING",
1890
+ "mandatory": false
1891
+ },
1892
+ {
1893
+ "inputName": "componentType",
1894
+ "type": "STRING",
1895
+ "mandatory": false
1896
+ },
1897
+ {
1898
+ "inputName": "csid",
1899
+ "type": "GUID",
1900
+ "mandatory": false
1901
+ },
1902
+ {
1903
+ "inputName": "currentView",
1904
+ "type": "STRING",
1905
+ "mandatory": false
1906
+ },
1907
+ {
1908
+ "inputName": "domain",
1909
+ "type": "STRING",
1910
+ "mandatory": false
1911
+ },
1912
+ {
1913
+ "inputName": "isPredefined",
1914
+ "type": "BOOL",
1915
+ "mandatory": false
1916
+ },
1917
+ {
1918
+ "inputName": "isTPA",
1919
+ "type": "BOOL",
1920
+ "mandatory": false
1921
+ },
1922
+ {
1923
+ "inputName": "numColumns",
1924
+ "type": "NUMERIC",
1925
+ "mandatory": false
1926
+ },
1927
+ {
1928
+ "inputName": "numFiltersActive",
1929
+ "type": "NUMERIC",
1930
+ "mandatory": false
1931
+ },
1932
+ {
1933
+ "inputName": "numFiltersInView",
1934
+ "type": "NUMERIC",
1644
1935
  "mandatory": false
1645
1936
  },
1646
1937
  {
1647
- "inputName": "numSelectedItems",
1938
+ "inputName": "numSortedColumns",
1648
1939
  "type": "NUMERIC",
1649
1940
  "mandatory": false
1650
1941
  },
@@ -1657,6 +1948,11 @@ var schemaObj = [
1657
1948
  "inputName": "resource",
1658
1949
  "type": "STRING",
1659
1950
  "mandatory": false
1951
+ },
1952
+ {
1953
+ "inputName": "visibleColumnsOrder",
1954
+ "type": "STRING",
1955
+ "mandatory": false
1660
1956
  }
1661
1957
  ]
1662
1958
  },
@@ -1664,6 +1960,11 @@ var schemaObj = [
1664
1960
  "event_id": 121,
1665
1961
  "name": "Cairo - Tab Selected",
1666
1962
  "fields": [
1963
+ {
1964
+ "inputName": "appId",
1965
+ "type": "STRING",
1966
+ "mandatory": false
1967
+ },
1667
1968
  {
1668
1969
  "inputName": "artifactId",
1669
1970
  "type": "STRING",
@@ -1704,6 +2005,11 @@ var schemaObj = [
1704
2005
  "type": "BOOL",
1705
2006
  "mandatory": false
1706
2007
  },
2008
+ {
2009
+ "inputName": "isTPA",
2010
+ "type": "BOOL",
2011
+ "mandatory": false
2012
+ },
1707
2013
  {
1708
2014
  "inputName": "newTabId",
1709
2015
  "type": "STRING",
@@ -1750,6 +2056,11 @@ var schemaObj = [
1750
2056
  "type": "STRING",
1751
2057
  "mandatory": false
1752
2058
  },
2059
+ {
2060
+ "inputName": "appId",
2061
+ "type": "STRING",
2062
+ "mandatory": false
2063
+ },
1753
2064
  {
1754
2065
  "inputName": "artifactId",
1755
2066
  "type": "STRING",
@@ -1820,6 +2131,11 @@ var schemaObj = [
1820
2131
  "type": "BOOL",
1821
2132
  "mandatory": false
1822
2133
  },
2134
+ {
2135
+ "inputName": "isTPA",
2136
+ "type": "BOOL",
2137
+ "mandatory": false
2138
+ },
1823
2139
  {
1824
2140
  "inputName": "numOfWaitingUpdates",
1825
2141
  "type": "NUMERIC",
@@ -1856,6 +2172,11 @@ var schemaObj = [
1856
2172
  "event_id": 162,
1857
2173
  "name": "Cairo - Modal CTA Clicked",
1858
2174
  "fields": [
2175
+ {
2176
+ "inputName": "appId",
2177
+ "type": "STRING",
2178
+ "mandatory": false
2179
+ },
1859
2180
  {
1860
2181
  "inputName": "artifactId",
1861
2182
  "type": "STRING",
@@ -1891,6 +2212,11 @@ var schemaObj = [
1891
2212
  "type": "STRING",
1892
2213
  "mandatory": false
1893
2214
  },
2215
+ {
2216
+ "inputName": "isTPA",
2217
+ "type": "BOOL",
2218
+ "mandatory": false
2219
+ },
1894
2220
  {
1895
2221
  "inputName": "localizedCtaName",
1896
2222
  "type": "STRING",
@@ -1917,6 +2243,11 @@ var schemaObj = [
1917
2243
  "event_id": 118,
1918
2244
  "name": "Cairo - All Filters Cleared",
1919
2245
  "fields": [
2246
+ {
2247
+ "inputName": "appId",
2248
+ "type": "STRING",
2249
+ "mandatory": false
2250
+ },
1920
2251
  {
1921
2252
  "inputName": "artifactId",
1922
2253
  "type": "STRING",
@@ -1957,6 +2288,11 @@ var schemaObj = [
1957
2288
  "type": "NUMERIC",
1958
2289
  "mandatory": false
1959
2290
  },
2291
+ {
2292
+ "inputName": "isTPA",
2293
+ "type": "BOOL",
2294
+ "mandatory": false
2295
+ },
1960
2296
  {
1961
2297
  "inputName": "numFiltersCleared",
1962
2298
  "type": "NUMERIC",
@@ -1983,6 +2319,11 @@ var schemaObj = [
1983
2319
  "event_id": 115,
1984
2320
  "name": "Cairo - CTA Clicked",
1985
2321
  "fields": [
2322
+ {
2323
+ "inputName": "appId",
2324
+ "type": "STRING",
2325
+ "mandatory": false
2326
+ },
1986
2327
  {
1987
2328
  "inputName": "artifactId",
1988
2329
  "type": "STRING",
@@ -2038,6 +2379,11 @@ var schemaObj = [
2038
2379
  "type": "BOOL",
2039
2380
  "mandatory": false
2040
2381
  },
2382
+ {
2383
+ "inputName": "isTPA",
2384
+ "type": "BOOL",
2385
+ "mandatory": false
2386
+ },
2041
2387
  {
2042
2388
  "inputName": "itemId",
2043
2389
  "type": "STRING",
@@ -2104,6 +2450,11 @@ var schemaObj = [
2104
2450
  "event_id": 160,
2105
2451
  "name": "Cairo - Changes Before Apply",
2106
2452
  "fields": [
2453
+ {
2454
+ "inputName": "appId",
2455
+ "type": "STRING",
2456
+ "mandatory": false
2457
+ },
2107
2458
  {
2108
2459
  "inputName": "artifactId",
2109
2460
  "type": "STRING",
@@ -2154,6 +2505,11 @@ var schemaObj = [
2154
2505
  "type": "BOOL",
2155
2506
  "mandatory": false
2156
2507
  },
2508
+ {
2509
+ "inputName": "isTPA",
2510
+ "type": "BOOL",
2511
+ "mandatory": false
2512
+ },
2157
2513
  {
2158
2514
  "inputName": "numActiveFields",
2159
2515
  "type": "NUMERIC",
@@ -2180,6 +2536,11 @@ var schemaObj = [
2180
2536
  "type": "STRING",
2181
2537
  "mandatory": false
2182
2538
  },
2539
+ {
2540
+ "inputName": "appId",
2541
+ "type": "STRING",
2542
+ "mandatory": false
2543
+ },
2183
2544
  {
2184
2545
  "inputName": "artifactId",
2185
2546
  "type": "STRING",
@@ -2210,6 +2571,11 @@ var schemaObj = [
2210
2571
  "type": "STRING",
2211
2572
  "mandatory": false
2212
2573
  },
2574
+ {
2575
+ "inputName": "isTPA",
2576
+ "type": "BOOL",
2577
+ "mandatory": false
2578
+ },
2213
2579
  {
2214
2580
  "inputName": "itemId",
2215
2581
  "type": "STRING",
@@ -2246,6 +2612,11 @@ var schemaObj = [
2246
2612
  "type": "STRING",
2247
2613
  "mandatory": false
2248
2614
  },
2615
+ {
2616
+ "inputName": "appId",
2617
+ "type": "STRING",
2618
+ "mandatory": false
2619
+ },
2249
2620
  {
2250
2621
  "inputName": "artifactId",
2251
2622
  "type": "STRING",
@@ -2291,6 +2662,11 @@ var schemaObj = [
2291
2662
  "type": "STRING",
2292
2663
  "mandatory": false
2293
2664
  },
2665
+ {
2666
+ "inputName": "isTPA",
2667
+ "type": "BOOL",
2668
+ "mandatory": false
2669
+ },
2294
2670
  {
2295
2671
  "inputName": "key",
2296
2672
  "type": "STRING",
@@ -2322,6 +2698,11 @@ var schemaObj = [
2322
2698
  "event_id": 164,
2323
2699
  "name": "Cairo - Error in Loading a Component",
2324
2700
  "fields": [
2701
+ {
2702
+ "inputName": "appId",
2703
+ "type": "STRING",
2704
+ "mandatory": false
2705
+ },
2325
2706
  {
2326
2707
  "inputName": "artifactId",
2327
2708
  "type": "STRING",
@@ -2382,6 +2763,11 @@ var schemaObj = [
2382
2763
  "type": "STRING",
2383
2764
  "mandatory": false
2384
2765
  },
2766
+ {
2767
+ "inputName": "isTPA",
2768
+ "type": "BOOL",
2769
+ "mandatory": false
2770
+ },
2385
2771
  {
2386
2772
  "inputName": "product",
2387
2773
  "type": "STRING",
@@ -2403,6 +2789,11 @@ var schemaObj = [
2403
2789
  "event_id": 176,
2404
2790
  "name": "Cairo - Reload Error State (not active)",
2405
2791
  "fields": [
2792
+ {
2793
+ "inputName": "appId",
2794
+ "type": "STRING",
2795
+ "mandatory": false
2796
+ },
2406
2797
  {
2407
2798
  "inputName": "artifactId",
2408
2799
  "type": "STRING",
@@ -2468,6 +2859,11 @@ var schemaObj = [
2468
2859
  "type": "STRING",
2469
2860
  "mandatory": false
2470
2861
  },
2862
+ {
2863
+ "inputName": "isTPA",
2864
+ "type": "BOOL",
2865
+ "mandatory": false
2866
+ },
2471
2867
  {
2472
2868
  "inputName": "product",
2473
2869
  "type": "STRING",
@@ -2489,6 +2885,11 @@ var schemaObj = [
2489
2885
  "event_id": 107,
2490
2886
  "name": "New Item Creation - End",
2491
2887
  "fields": [
2888
+ {
2889
+ "inputName": "appId",
2890
+ "type": "STRING",
2891
+ "mandatory": false
2892
+ },
2492
2893
  {
2493
2894
  "inputName": "artifactId",
2494
2895
  "type": "STRING",
@@ -2534,6 +2935,11 @@ var schemaObj = [
2534
2935
  "type": "NUMERIC",
2535
2936
  "mandatory": false
2536
2937
  },
2938
+ {
2939
+ "inputName": "isTPA",
2940
+ "type": "BOOL",
2941
+ "mandatory": false
2942
+ },
2537
2943
  {
2538
2944
  "inputName": "itemId",
2539
2945
  "type": "STRING",
@@ -2605,6 +3011,11 @@ var schemaObj = [
2605
3011
  "event_id": 171,
2606
3012
  "name": "Cairo - Tags Widget Loaded",
2607
3013
  "fields": [
3014
+ {
3015
+ "inputName": "appId",
3016
+ "type": "STRING",
3017
+ "mandatory": false
3018
+ },
2608
3019
  {
2609
3020
  "inputName": "artifactId",
2610
3021
  "type": "STRING",
@@ -2635,6 +3046,11 @@ var schemaObj = [
2635
3046
  "type": "STRING",
2636
3047
  "mandatory": false
2637
3048
  },
3049
+ {
3050
+ "inputName": "isTPA",
3051
+ "type": "BOOL",
3052
+ "mandatory": false
3053
+ },
2638
3054
  {
2639
3055
  "inputName": "itemId",
2640
3056
  "type": "STRING",
@@ -2666,6 +3082,11 @@ var schemaObj = [
2666
3082
  "event_id": 137,
2667
3083
  "name": "Cairo - Table Top Notification Dismissed",
2668
3084
  "fields": [
3085
+ {
3086
+ "inputName": "appId",
3087
+ "type": "STRING",
3088
+ "mandatory": false
3089
+ },
2669
3090
  {
2670
3091
  "inputName": "artifactId",
2671
3092
  "type": "STRING",
@@ -2711,6 +3132,11 @@ var schemaObj = [
2711
3132
  "type": "NUMERIC",
2712
3133
  "mandatory": false
2713
3134
  },
3135
+ {
3136
+ "inputName": "isTPA",
3137
+ "type": "BOOL",
3138
+ "mandatory": false
3139
+ },
2714
3140
  {
2715
3141
  "inputName": "notificationText",
2716
3142
  "type": "STRING",
@@ -2732,6 +3158,11 @@ var schemaObj = [
2732
3158
  "event_id": 153,
2733
3159
  "name": "Cairo - Section - CTA Clicked",
2734
3160
  "fields": [
3161
+ {
3162
+ "inputName": "appId",
3163
+ "type": "STRING",
3164
+ "mandatory": false
3165
+ },
2735
3166
  {
2736
3167
  "inputName": "artifactId",
2737
3168
  "type": "STRING",
@@ -2777,6 +3208,11 @@ var schemaObj = [
2777
3208
  "type": "STRING",
2778
3209
  "mandatory": false
2779
3210
  },
3211
+ {
3212
+ "inputName": "isTPA",
3213
+ "type": "BOOL",
3214
+ "mandatory": false
3215
+ },
2780
3216
  {
2781
3217
  "inputName": "localizedCtaName",
2782
3218
  "type": "STRING",
@@ -2808,6 +3244,11 @@ var schemaObj = [
2808
3244
  "event_id": 132,
2809
3245
  "name": "Cairo - File Download Toast Displayed",
2810
3246
  "fields": [
3247
+ {
3248
+ "inputName": "appId",
3249
+ "type": "STRING",
3250
+ "mandatory": false
3251
+ },
2811
3252
  {
2812
3253
  "inputName": "artifactId",
2813
3254
  "type": "STRING",
@@ -2848,6 +3289,11 @@ var schemaObj = [
2848
3289
  "type": "STRING",
2849
3290
  "mandatory": false
2850
3291
  },
3292
+ {
3293
+ "inputName": "isTPA",
3294
+ "type": "BOOL",
3295
+ "mandatory": false
3296
+ },
2851
3297
  {
2852
3298
  "inputName": "numSelectedItems",
2853
3299
  "type": "NUMERIC",
@@ -2874,6 +3320,11 @@ var schemaObj = [
2874
3320
  "event_id": 116,
2875
3321
  "name": "Cairo - Search Results",
2876
3322
  "fields": [
3323
+ {
3324
+ "inputName": "appId",
3325
+ "type": "STRING",
3326
+ "mandatory": false
3327
+ },
2877
3328
  {
2878
3329
  "inputName": "artifactId",
2879
3330
  "type": "STRING",
@@ -2904,6 +3355,11 @@ var schemaObj = [
2904
3355
  "type": "STRING",
2905
3356
  "mandatory": false
2906
3357
  },
3358
+ {
3359
+ "inputName": "isTPA",
3360
+ "type": "BOOL",
3361
+ "mandatory": false
3362
+ },
2907
3363
  {
2908
3364
  "inputName": "loadingTime",
2909
3365
  "type": "NUMERIC",
@@ -2935,6 +3391,11 @@ var schemaObj = [
2935
3391
  "event_id": 167,
2936
3392
  "name": "Cairo - Manage Tags Modal- End Process",
2937
3393
  "fields": [
3394
+ {
3395
+ "inputName": "appId",
3396
+ "type": "STRING",
3397
+ "mandatory": false
3398
+ },
2938
3399
  {
2939
3400
  "inputName": "artifactId",
2940
3401
  "type": "STRING",
@@ -2970,6 +3431,11 @@ var schemaObj = [
2970
3431
  "type": "STRING",
2971
3432
  "mandatory": false
2972
3433
  },
3434
+ {
3435
+ "inputName": "isTPA",
3436
+ "type": "BOOL",
3437
+ "mandatory": false
3438
+ },
2973
3439
  {
2974
3440
  "inputName": "numTags",
2975
3441
  "type": "NUMERIC",
@@ -2996,6 +3462,11 @@ var schemaObj = [
2996
3462
  "event_id": 142,
2997
3463
  "name": "Cairo - Manage View Clicked (not active)",
2998
3464
  "fields": [
3465
+ {
3466
+ "inputName": "appId",
3467
+ "type": "STRING",
3468
+ "mandatory": false
3469
+ },
2999
3470
  {
3000
3471
  "inputName": "artifactId",
3001
3472
  "type": "STRING",
@@ -3036,6 +3507,11 @@ var schemaObj = [
3036
3507
  "type": "BOOL",
3037
3508
  "mandatory": false
3038
3509
  },
3510
+ {
3511
+ "inputName": "isTPA",
3512
+ "type": "BOOL",
3513
+ "mandatory": false
3514
+ },
3039
3515
  {
3040
3516
  "inputName": "numFiltersInView",
3041
3517
  "type": "NUMERIC",
@@ -3057,6 +3533,11 @@ var schemaObj = [
3057
3533
  "event_id": 166,
3058
3534
  "name": "Cairo - Manage Tags Modal- Start load",
3059
3535
  "fields": [
3536
+ {
3537
+ "inputName": "appId",
3538
+ "type": "STRING",
3539
+ "mandatory": false
3540
+ },
3060
3541
  {
3061
3542
  "inputName": "artifactId",
3062
3543
  "type": "STRING",
@@ -3087,6 +3568,11 @@ var schemaObj = [
3087
3568
  "type": "STRING",
3088
3569
  "mandatory": false
3089
3570
  },
3571
+ {
3572
+ "inputName": "isTPA",
3573
+ "type": "BOOL",
3574
+ "mandatory": false
3575
+ },
3090
3576
  {
3091
3577
  "inputName": "numTags",
3092
3578
  "type": "NUMERIC",
@@ -3118,6 +3604,11 @@ var schemaObj = [
3118
3604
  "type": "STRING",
3119
3605
  "mandatory": false
3120
3606
  },
3607
+ {
3608
+ "inputName": "appId",
3609
+ "type": "STRING",
3610
+ "mandatory": false
3611
+ },
3121
3612
  {
3122
3613
  "inputName": "artifactId",
3123
3614
  "type": "STRING",
@@ -3188,6 +3679,11 @@ var schemaObj = [
3188
3679
  "type": "BOOL",
3189
3680
  "mandatory": false
3190
3681
  },
3682
+ {
3683
+ "inputName": "isTPA",
3684
+ "type": "BOOL",
3685
+ "mandatory": false
3686
+ },
3191
3687
  {
3192
3688
  "inputName": "numOfWaitingUpdates",
3193
3689
  "type": "NUMERIC",
@@ -3249,6 +3745,11 @@ var schemaObj = [
3249
3745
  "event_id": 126,
3250
3746
  "name": "Cairo - Item Toggled in Export Modal",
3251
3747
  "fields": [
3748
+ {
3749
+ "inputName": "appId",
3750
+ "type": "STRING",
3751
+ "mandatory": false
3752
+ },
3252
3753
  {
3253
3754
  "inputName": "artifactId",
3254
3755
  "type": "STRING",
@@ -3294,6 +3795,11 @@ var schemaObj = [
3294
3795
  "type": "NUMERIC",
3295
3796
  "mandatory": false
3296
3797
  },
3798
+ {
3799
+ "inputName": "isTPA",
3800
+ "type": "BOOL",
3801
+ "mandatory": false
3802
+ },
3297
3803
  {
3298
3804
  "inputName": "newSelectedExportType",
3299
3805
  "type": "STRING",
@@ -3320,6 +3826,11 @@ var schemaObj = [
3320
3826
  "event_id": 140,
3321
3827
  "name": "Cairo - Drag Action - Unsuccessful Update in Server",
3322
3828
  "fields": [
3829
+ {
3830
+ "inputName": "appId",
3831
+ "type": "STRING",
3832
+ "mandatory": false
3833
+ },
3323
3834
  {
3324
3835
  "inputName": "artifactId",
3325
3836
  "type": "STRING",
@@ -3380,6 +3891,11 @@ var schemaObj = [
3380
3891
  "type": "STRING",
3381
3892
  "mandatory": false
3382
3893
  },
3894
+ {
3895
+ "inputName": "isTPA",
3896
+ "type": "BOOL",
3897
+ "mandatory": false
3898
+ },
3383
3899
  {
3384
3900
  "inputName": "itemId",
3385
3901
  "type": "STRING",
@@ -3456,6 +3972,11 @@ var schemaObj = [
3456
3972
  "event_id": 170,
3457
3973
  "name": "Cairo - Tags - Search for Tags",
3458
3974
  "fields": [
3975
+ {
3976
+ "inputName": "appId",
3977
+ "type": "STRING",
3978
+ "mandatory": false
3979
+ },
3459
3980
  {
3460
3981
  "inputName": "artifactId",
3461
3982
  "type": "STRING",
@@ -3491,6 +4012,11 @@ var schemaObj = [
3491
4012
  "type": "STRING",
3492
4013
  "mandatory": false
3493
4014
  },
4015
+ {
4016
+ "inputName": "isTPA",
4017
+ "type": "BOOL",
4018
+ "mandatory": false
4019
+ },
3494
4020
  {
3495
4021
  "inputName": "location",
3496
4022
  "type": "STRING",
@@ -3532,6 +4058,11 @@ var schemaObj = [
3532
4058
  "type": "STRING",
3533
4059
  "mandatory": false
3534
4060
  },
4061
+ {
4062
+ "inputName": "appId",
4063
+ "type": "STRING",
4064
+ "mandatory": false
4065
+ },
3535
4066
  {
3536
4067
  "inputName": "artifactId",
3537
4068
  "type": "STRING",
@@ -3567,6 +4098,11 @@ var schemaObj = [
3567
4098
  "type": "STRING",
3568
4099
  "mandatory": false
3569
4100
  },
4101
+ {
4102
+ "inputName": "isTPA",
4103
+ "type": "BOOL",
4104
+ "mandatory": false
4105
+ },
3570
4106
  {
3571
4107
  "inputName": "numActions",
3572
4108
  "type": "NUMERIC",
@@ -3588,6 +4124,11 @@ var schemaObj = [
3588
4124
  "event_id": 158,
3589
4125
  "name": "Cairo - Learn More",
3590
4126
  "fields": [
4127
+ {
4128
+ "inputName": "appId",
4129
+ "type": "STRING",
4130
+ "mandatory": false
4131
+ },
3591
4132
  {
3592
4133
  "inputName": "artifactId",
3593
4134
  "type": "STRING",
@@ -3618,6 +4159,11 @@ var schemaObj = [
3618
4159
  "type": "STRING",
3619
4160
  "mandatory": false
3620
4161
  },
4162
+ {
4163
+ "inputName": "isTPA",
4164
+ "type": "BOOL",
4165
+ "mandatory": false
4166
+ },
3621
4167
  {
3622
4168
  "inputName": "origin",
3623
4169
  "type": "STRING",
@@ -3644,6 +4190,11 @@ var schemaObj = [
3644
4190
  "type": "STRING",
3645
4191
  "mandatory": false
3646
4192
  },
4193
+ {
4194
+ "inputName": "appId",
4195
+ "type": "STRING",
4196
+ "mandatory": false
4197
+ },
3647
4198
  {
3648
4199
  "inputName": "artifactId",
3649
4200
  "type": "STRING",
@@ -3684,6 +4235,11 @@ var schemaObj = [
3684
4235
  "type": "BOOL",
3685
4236
  "mandatory": false
3686
4237
  },
4238
+ {
4239
+ "inputName": "isTPA",
4240
+ "type": "BOOL",
4241
+ "mandatory": false
4242
+ },
3687
4243
  {
3688
4244
  "inputName": "itemIds",
3689
4245
  "type": "STRING",
@@ -3720,6 +4276,11 @@ var schemaObj = [
3720
4276
  "event_id": 150,
3721
4277
  "name": "Cairo - Page - CTA Clicked",
3722
4278
  "fields": [
4279
+ {
4280
+ "inputName": "appId",
4281
+ "type": "STRING",
4282
+ "mandatory": false
4283
+ },
3723
4284
  {
3724
4285
  "inputName": "artifactId",
3725
4286
  "type": "STRING",
@@ -3760,6 +4321,11 @@ var schemaObj = [
3760
4321
  "type": "STRING",
3761
4322
  "mandatory": false
3762
4323
  },
4324
+ {
4325
+ "inputName": "isTPA",
4326
+ "type": "BOOL",
4327
+ "mandatory": false
4328
+ },
3763
4329
  {
3764
4330
  "inputName": "isValid",
3765
4331
  "type": "BOOL",
@@ -3806,6 +4372,11 @@ var schemaObj = [
3806
4372
  "event_id": 136,
3807
4373
  "name": "Cairo - Table Top Notification Displayed",
3808
4374
  "fields": [
4375
+ {
4376
+ "inputName": "appId",
4377
+ "type": "STRING",
4378
+ "mandatory": false
4379
+ },
3809
4380
  {
3810
4381
  "inputName": "artifactId",
3811
4382
  "type": "STRING",
@@ -3841,6 +4412,11 @@ var schemaObj = [
3841
4412
  "type": "NUMERIC",
3842
4413
  "mandatory": false
3843
4414
  },
4415
+ {
4416
+ "inputName": "isTPA",
4417
+ "type": "BOOL",
4418
+ "mandatory": false
4419
+ },
3844
4420
  {
3845
4421
  "inputName": "notificationText",
3846
4422
  "type": "STRING",
@@ -3867,6 +4443,11 @@ var schemaObj = [
3867
4443
  "type": "STRING",
3868
4444
  "mandatory": false
3869
4445
  },
4446
+ {
4447
+ "inputName": "appId",
4448
+ "type": "STRING",
4449
+ "mandatory": false
4450
+ },
3870
4451
  {
3871
4452
  "inputName": "artifactId",
3872
4453
  "type": "STRING",
@@ -3907,6 +4488,11 @@ var schemaObj = [
3907
4488
  "type": "BOOL",
3908
4489
  "mandatory": false
3909
4490
  },
4491
+ {
4492
+ "inputName": "isTPA",
4493
+ "type": "BOOL",
4494
+ "mandatory": false
4495
+ },
3910
4496
  {
3911
4497
  "inputName": "loaction",
3912
4498
  "type": "STRING",
@@ -3933,6 +4519,11 @@ var schemaObj = [
3933
4519
  "event_id": 119,
3934
4520
  "name": "Cairo - Feature's Panel Used",
3935
4521
  "fields": [
4522
+ {
4523
+ "inputName": "appId",
4524
+ "type": "STRING",
4525
+ "mandatory": false
4526
+ },
3936
4527
  {
3937
4528
  "inputName": "artifactId",
3938
4529
  "type": "STRING",
@@ -3988,6 +4579,11 @@ var schemaObj = [
3988
4579
  "type": "BOOL",
3989
4580
  "mandatory": false
3990
4581
  },
4582
+ {
4583
+ "inputName": "isTPA",
4584
+ "type": "BOOL",
4585
+ "mandatory": false
4586
+ },
3991
4587
  {
3992
4588
  "inputName": "numColumns",
3993
4589
  "type": "NUMERIC",
@@ -4039,6 +4635,11 @@ var schemaObj = [
4039
4635
  "event_id": 138,
4040
4636
  "name": "Cairo - Drag Item Start",
4041
4637
  "fields": [
4638
+ {
4639
+ "inputName": "appId",
4640
+ "type": "STRING",
4641
+ "mandatory": false
4642
+ },
4042
4643
  {
4043
4644
  "inputName": "artifactId",
4044
4645
  "type": "STRING",
@@ -4114,6 +4715,11 @@ var schemaObj = [
4114
4715
  "type": "BOOL",
4115
4716
  "mandatory": false
4116
4717
  },
4718
+ {
4719
+ "inputName": "isTPA",
4720
+ "type": "BOOL",
4721
+ "mandatory": false
4722
+ },
4117
4723
  {
4118
4724
  "inputName": "itemId",
4119
4725
  "type": "STRING",
@@ -4150,6 +4756,11 @@ var schemaObj = [
4150
4756
  "event_id": 133,
4151
4757
  "name": "Cairo - File Download Toast Dismissed",
4152
4758
  "fields": [
4759
+ {
4760
+ "inputName": "appId",
4761
+ "type": "STRING",
4762
+ "mandatory": false
4763
+ },
4153
4764
  {
4154
4765
  "inputName": "artifactId",
4155
4766
  "type": "STRING",
@@ -4200,6 +4811,11 @@ var schemaObj = [
4200
4811
  "type": "STRING",
4201
4812
  "mandatory": false
4202
4813
  },
4814
+ {
4815
+ "inputName": "isTPA",
4816
+ "type": "BOOL",
4817
+ "mandatory": false
4818
+ },
4203
4819
  {
4204
4820
  "inputName": "numSelectedItems",
4205
4821
  "type": "NUMERIC",
@@ -4221,6 +4837,11 @@ var schemaObj = [
4221
4837
  "event_id": 129,
4222
4838
  "name": "Cairo - User Attempts to Cancel the Export",
4223
4839
  "fields": [
4840
+ {
4841
+ "inputName": "appId",
4842
+ "type": "STRING",
4843
+ "mandatory": false
4844
+ },
4224
4845
  {
4225
4846
  "inputName": "artifactId",
4226
4847
  "type": "STRING",
@@ -4261,6 +4882,11 @@ var schemaObj = [
4261
4882
  "type": "STRING",
4262
4883
  "mandatory": false
4263
4884
  },
4885
+ {
4886
+ "inputName": "isTPA",
4887
+ "type": "BOOL",
4888
+ "mandatory": false
4889
+ },
4264
4890
  {
4265
4891
  "inputName": "numItems",
4266
4892
  "type": "NUMERIC",
@@ -4307,6 +4933,11 @@ var schemaObj = [
4307
4933
  "event_id": 104,
4308
4934
  "name": "Picker - Pick (Modal CTA Button Click Or Immediate CTA)",
4309
4935
  "fields": [
4936
+ {
4937
+ "inputName": "appId",
4938
+ "type": "STRING",
4939
+ "mandatory": false
4940
+ },
4310
4941
  {
4311
4942
  "inputName": "artifactId",
4312
4943
  "type": "STRING",
@@ -4352,6 +4983,11 @@ var schemaObj = [
4352
4983
  "type": "BOOL",
4353
4984
  "mandatory": false
4354
4985
  },
4986
+ {
4987
+ "inputName": "isTPA",
4988
+ "type": "BOOL",
4989
+ "mandatory": false
4990
+ },
4355
4991
  {
4356
4992
  "inputName": "itemsCnt",
4357
4993
  "type": "NUMERIC",
@@ -4388,6 +5024,11 @@ var schemaObj = [
4388
5024
  "event_id": 106,
4389
5025
  "name": "New Item Creation - Start",
4390
5026
  "fields": [
5027
+ {
5028
+ "inputName": "appId",
5029
+ "type": "STRING",
5030
+ "mandatory": false
5031
+ },
4391
5032
  {
4392
5033
  "inputName": "artifactId",
4393
5034
  "type": "STRING",
@@ -4433,6 +5074,11 @@ var schemaObj = [
4433
5074
  "type": "NUMERIC",
4434
5075
  "mandatory": false
4435
5076
  },
5077
+ {
5078
+ "inputName": "isTPA",
5079
+ "type": "BOOL",
5080
+ "mandatory": false
5081
+ },
4436
5082
  {
4437
5083
  "inputName": "listSize",
4438
5084
  "type": "NUMERIC",
@@ -4494,6 +5140,11 @@ var schemaObj = [
4494
5140
  "event_id": 123,
4495
5141
  "name": "Cairo - View Selected",
4496
5142
  "fields": [
5143
+ {
5144
+ "inputName": "appId",
5145
+ "type": "STRING",
5146
+ "mandatory": false
5147
+ },
4497
5148
  {
4498
5149
  "inputName": "artifactId",
4499
5150
  "type": "STRING",
@@ -4554,6 +5205,11 @@ var schemaObj = [
4554
5205
  "type": "BOOL",
4555
5206
  "mandatory": false
4556
5207
  },
5208
+ {
5209
+ "inputName": "isTPA",
5210
+ "type": "BOOL",
5211
+ "mandatory": false
5212
+ },
4557
5213
  {
4558
5214
  "inputName": "newViewName",
4559
5215
  "type": "STRING",
@@ -4590,6 +5246,11 @@ var schemaObj = [
4590
5246
  "event_id": 155,
4591
5247
  "name": "Cairo - Data Ex.- Add Custom Field",
4592
5248
  "fields": [
5249
+ {
5250
+ "inputName": "appId",
5251
+ "type": "STRING",
5252
+ "mandatory": false
5253
+ },
4593
5254
  {
4594
5255
  "inputName": "artifactId",
4595
5256
  "type": "STRING",
@@ -4620,6 +5281,11 @@ var schemaObj = [
4620
5281
  "type": "STRING",
4621
5282
  "mandatory": false
4622
5283
  },
5284
+ {
5285
+ "inputName": "isTPA",
5286
+ "type": "BOOL",
5287
+ "mandatory": false
5288
+ },
4623
5289
  {
4624
5290
  "inputName": "numColumns",
4625
5291
  "type": "NUMERIC",
@@ -4656,6 +5322,11 @@ var schemaObj = [
4656
5322
  "type": "STRING",
4657
5323
  "mandatory": false
4658
5324
  },
5325
+ {
5326
+ "inputName": "appId",
5327
+ "type": "STRING",
5328
+ "mandatory": false
5329
+ },
4659
5330
  {
4660
5331
  "inputName": "artifactId",
4661
5332
  "type": "STRING",
@@ -4706,6 +5377,11 @@ var schemaObj = [
4706
5377
  "type": "NUMERIC",
4707
5378
  "mandatory": false
4708
5379
  },
5380
+ {
5381
+ "inputName": "isTPA",
5382
+ "type": "BOOL",
5383
+ "mandatory": false
5384
+ },
4709
5385
  {
4710
5386
  "inputName": "listSize",
4711
5387
  "type": "NUMERIC",
@@ -4742,6 +5418,11 @@ var schemaObj = [
4742
5418
  "type": "STRING",
4743
5419
  "mandatory": false
4744
5420
  },
5421
+ {
5422
+ "inputName": "appId",
5423
+ "type": "STRING",
5424
+ "mandatory": false
5425
+ },
4745
5426
  {
4746
5427
  "inputName": "artifactId",
4747
5428
  "type": "STRING",
@@ -4772,6 +5453,11 @@ var schemaObj = [
4772
5453
  "type": "STRING",
4773
5454
  "mandatory": false
4774
5455
  },
5456
+ {
5457
+ "inputName": "isTPA",
5458
+ "type": "BOOL",
5459
+ "mandatory": false
5460
+ },
4775
5461
  {
4776
5462
  "inputName": "origin",
4777
5463
  "type": "STRING",
@@ -4793,6 +5479,11 @@ var schemaObj = [
4793
5479
  "event_id": 122,
4794
5480
  "name": "Cairo - View Saved",
4795
5481
  "fields": [
5482
+ {
5483
+ "inputName": "appId",
5484
+ "type": "STRING",
5485
+ "mandatory": false
5486
+ },
4796
5487
  {
4797
5488
  "inputName": "artifactId",
4798
5489
  "type": "STRING",
@@ -4848,6 +5539,11 @@ var schemaObj = [
4848
5539
  "type": "BOOL",
4849
5540
  "mandatory": false
4850
5541
  },
5542
+ {
5543
+ "inputName": "isTPA",
5544
+ "type": "BOOL",
5545
+ "mandatory": false
5546
+ },
4851
5547
  {
4852
5548
  "inputName": "newViewName",
4853
5549
  "type": "STRING",
@@ -4909,6 +5605,11 @@ var schemaObj = [
4909
5605
  "event_id": 124,
4910
5606
  "name": "Cairo - View Deleted",
4911
5607
  "fields": [
5608
+ {
5609
+ "inputName": "appId",
5610
+ "type": "STRING",
5611
+ "mandatory": false
5612
+ },
4912
5613
  {
4913
5614
  "inputName": "artifactId",
4914
5615
  "type": "STRING",
@@ -4944,6 +5645,11 @@ var schemaObj = [
4944
5645
  "type": "BOOL",
4945
5646
  "mandatory": false
4946
5647
  },
5648
+ {
5649
+ "inputName": "isTPA",
5650
+ "type": "BOOL",
5651
+ "mandatory": false
5652
+ },
4947
5653
  {
4948
5654
  "inputName": "numFiltersInView",
4949
5655
  "type": "NUMERIC",
@@ -4990,6 +5696,11 @@ var schemaObj = [
4990
5696
  "type": "STRING",
4991
5697
  "mandatory": false
4992
5698
  },
5699
+ {
5700
+ "inputName": "appId",
5701
+ "type": "STRING",
5702
+ "mandatory": false
5703
+ },
4993
5704
  {
4994
5705
  "inputName": "artifactId",
4995
5706
  "type": "STRING",
@@ -5045,6 +5756,11 @@ var schemaObj = [
5045
5756
  "type": "STRING",
5046
5757
  "mandatory": false
5047
5758
  },
5759
+ {
5760
+ "inputName": "isTPA",
5761
+ "type": "BOOL",
5762
+ "mandatory": false
5763
+ },
5048
5764
  {
5049
5765
  "inputName": "key",
5050
5766
  "type": "STRING",
@@ -5086,6 +5802,11 @@ var schemaObj = [
5086
5802
  "event_id": 120,
5087
5803
  "name": "Cairo - Component Sorted",
5088
5804
  "fields": [
5805
+ {
5806
+ "inputName": "appId",
5807
+ "type": "STRING",
5808
+ "mandatory": false
5809
+ },
5089
5810
  {
5090
5811
  "inputName": "artifactId",
5091
5812
  "type": "STRING",
@@ -5126,6 +5847,11 @@ var schemaObj = [
5126
5847
  "type": "BOOL",
5127
5848
  "mandatory": false
5128
5849
  },
5850
+ {
5851
+ "inputName": "isTPA",
5852
+ "type": "BOOL",
5853
+ "mandatory": false
5854
+ },
5129
5855
  {
5130
5856
  "inputName": "itemIndex",
5131
5857
  "type": "NUMERIC",
@@ -5197,6 +5923,11 @@ var schemaObj = [
5197
5923
  "event_id": 147,
5198
5924
  "name": "Cairo - Reordering Sort Columns",
5199
5925
  "fields": [
5926
+ {
5927
+ "inputName": "appId",
5928
+ "type": "STRING",
5929
+ "mandatory": false
5930
+ },
5200
5931
  {
5201
5932
  "inputName": "artifactId",
5202
5933
  "type": "STRING",
@@ -5242,6 +5973,11 @@ var schemaObj = [
5242
5973
  "type": "NUMERIC",
5243
5974
  "mandatory": false
5244
5975
  },
5976
+ {
5977
+ "inputName": "isTPA",
5978
+ "type": "BOOL",
5979
+ "mandatory": false
5980
+ },
5245
5981
  {
5246
5982
  "inputName": "listSize",
5247
5983
  "type": "NUMERIC",
@@ -5288,6 +6024,11 @@ var schemaObj = [
5288
6024
  "event_id": 131,
5289
6025
  "name": "Cairo - Export Process End",
5290
6026
  "fields": [
6027
+ {
6028
+ "inputName": "appId",
6029
+ "type": "STRING",
6030
+ "mandatory": false
6031
+ },
5291
6032
  {
5292
6033
  "inputName": "artifactId",
5293
6034
  "type": "STRING",
@@ -5333,6 +6074,11 @@ var schemaObj = [
5333
6074
  "type": "STRING",
5334
6075
  "mandatory": false
5335
6076
  },
6077
+ {
6078
+ "inputName": "isTPA",
6079
+ "type": "BOOL",
6080
+ "mandatory": false
6081
+ },
5336
6082
  {
5337
6083
  "inputName": "numItems",
5338
6084
  "type": "NUMERIC",
@@ -5379,6 +6125,11 @@ var schemaObj = [
5379
6125
  "event_id": 159,
5380
6126
  "name": "Cairo - Apply Button Clicked",
5381
6127
  "fields": [
6128
+ {
6129
+ "inputName": "appId",
6130
+ "type": "STRING",
6131
+ "mandatory": false
6132
+ },
5382
6133
  {
5383
6134
  "inputName": "artifactId",
5384
6135
  "type": "STRING",
@@ -5429,6 +6180,11 @@ var schemaObj = [
5429
6180
  "type": "NUMERIC",
5430
6181
  "mandatory": false
5431
6182
  },
6183
+ {
6184
+ "inputName": "isTPA",
6185
+ "type": "BOOL",
6186
+ "mandatory": false
6187
+ },
5432
6188
  {
5433
6189
  "inputName": "listSize",
5434
6190
  "type": "NUMERIC",
@@ -5475,6 +6231,11 @@ var schemaObj = [
5475
6231
  "type": "STRING",
5476
6232
  "mandatory": false
5477
6233
  },
6234
+ {
6235
+ "inputName": "appId",
6236
+ "type": "STRING",
6237
+ "mandatory": false
6238
+ },
5478
6239
  {
5479
6240
  "inputName": "artifactId",
5480
6241
  "type": "STRING",
@@ -5515,6 +6276,11 @@ var schemaObj = [
5515
6276
  "type": "STRING",
5516
6277
  "mandatory": false
5517
6278
  },
6279
+ {
6280
+ "inputName": "isTPA",
6281
+ "type": "BOOL",
6282
+ "mandatory": false
6283
+ },
5518
6284
  {
5519
6285
  "inputName": "numItems",
5520
6286
  "type": "NUMERIC",
@@ -5556,6 +6322,11 @@ var schemaObj = [
5556
6322
  "type": "STRING",
5557
6323
  "mandatory": false
5558
6324
  },
6325
+ {
6326
+ "inputName": "appId",
6327
+ "type": "STRING",
6328
+ "mandatory": false
6329
+ },
5559
6330
  {
5560
6331
  "inputName": "artifactId",
5561
6332
  "type": "STRING",
@@ -5621,6 +6392,11 @@ var schemaObj = [
5621
6392
  "type": "NUMERIC",
5622
6393
  "mandatory": false
5623
6394
  },
6395
+ {
6396
+ "inputName": "isTPA",
6397
+ "type": "BOOL",
6398
+ "mandatory": false
6399
+ },
5624
6400
  {
5625
6401
  "inputName": "product",
5626
6402
  "type": "STRING",
@@ -5657,6 +6433,11 @@ var schemaObj = [
5657
6433
  "event_id": 152,
5658
6434
  "name": "Cairo - Page Back or Breadcrumb Clicked",
5659
6435
  "fields": [
6436
+ {
6437
+ "inputName": "appId",
6438
+ "type": "STRING",
6439
+ "mandatory": false
6440
+ },
5660
6441
  {
5661
6442
  "inputName": "artifactId",
5662
6443
  "type": "STRING",
@@ -5697,6 +6478,11 @@ var schemaObj = [
5697
6478
  "type": "STRING",
5698
6479
  "mandatory": false
5699
6480
  },
6481
+ {
6482
+ "inputName": "isTPA",
6483
+ "type": "BOOL",
6484
+ "mandatory": false
6485
+ },
5700
6486
  {
5701
6487
  "inputName": "pageType",
5702
6488
  "type": "STRING",
@@ -5768,6 +6554,11 @@ var schemaObj = [
5768
6554
  "type": "STRING",
5769
6555
  "mandatory": false
5770
6556
  },
6557
+ {
6558
+ "inputName": "isTPA",
6559
+ "type": "BOOL",
6560
+ "mandatory": false
6561
+ },
5771
6562
  {
5772
6563
  "inputName": "location",
5773
6564
  "type": "STRING",
@@ -5799,6 +6590,11 @@ var schemaObj = [
5799
6590
  "event_id": 108,
5800
6591
  "name": "Pikachu - Categories Dropdown Button Clicked",
5801
6592
  "fields": [
6593
+ {
6594
+ "inputName": "appId",
6595
+ "type": "STRING",
6596
+ "mandatory": false
6597
+ },
5802
6598
  {
5803
6599
  "inputName": "artifactId",
5804
6600
  "type": "STRING",
@@ -5829,6 +6625,11 @@ var schemaObj = [
5829
6625
  "type": "STRING",
5830
6626
  "mandatory": false
5831
6627
  },
6628
+ {
6629
+ "inputName": "isTPA",
6630
+ "type": "BOOL",
6631
+ "mandatory": false
6632
+ },
5832
6633
  {
5833
6634
  "inputName": "product",
5834
6635
  "type": "STRING",
@@ -5850,6 +6651,11 @@ var schemaObj = [
5850
6651
  "type": "STRING",
5851
6652
  "mandatory": false
5852
6653
  },
6654
+ {
6655
+ "inputName": "appId",
6656
+ "type": "STRING",
6657
+ "mandatory": false
6658
+ },
5853
6659
  {
5854
6660
  "inputName": "artifactId",
5855
6661
  "type": "STRING",
@@ -5885,6 +6691,11 @@ var schemaObj = [
5885
6691
  "type": "STRING",
5886
6692
  "mandatory": false
5887
6693
  },
6694
+ {
6695
+ "inputName": "isTPA",
6696
+ "type": "BOOL",
6697
+ "mandatory": false
6698
+ },
5888
6699
  {
5889
6700
  "inputName": "numTags",
5890
6701
  "type": "NUMERIC",
@@ -5921,6 +6732,11 @@ var schemaObj = [
5921
6732
  "type": "STRING",
5922
6733
  "mandatory": false
5923
6734
  },
6735
+ {
6736
+ "inputName": "appId",
6737
+ "type": "STRING",
6738
+ "mandatory": false
6739
+ },
5924
6740
  {
5925
6741
  "inputName": "artifactId",
5926
6742
  "type": "STRING",
@@ -5956,6 +6772,11 @@ var schemaObj = [
5956
6772
  "type": "NUMERIC",
5957
6773
  "mandatory": false
5958
6774
  },
6775
+ {
6776
+ "inputName": "isTPA",
6777
+ "type": "BOOL",
6778
+ "mandatory": false
6779
+ },
5959
6780
  {
5960
6781
  "inputName": "itemId",
5961
6782
  "type": "STRING",
@@ -6022,6 +6843,11 @@ var schemaObj = [
6022
6843
  "event_id": 146,
6023
6844
  "name": "Cairo - Sort Panel Used (not active)",
6024
6845
  "fields": [
6846
+ {
6847
+ "inputName": "appId",
6848
+ "type": "STRING",
6849
+ "mandatory": false
6850
+ },
6025
6851
  {
6026
6852
  "inputName": "artifactId",
6027
6853
  "type": "STRING",
@@ -6062,6 +6888,11 @@ var schemaObj = [
6062
6888
  "type": "BOOL",
6063
6889
  "mandatory": false
6064
6890
  },
6891
+ {
6892
+ "inputName": "isTPA",
6893
+ "type": "BOOL",
6894
+ "mandatory": false
6895
+ },
6065
6896
  {
6066
6897
  "inputName": "numSortedColumns",
6067
6898
  "type": "NUMERIC",
@@ -6088,6 +6919,11 @@ var schemaObj = [
6088
6919
  "type": "STRING",
6089
6920
  "mandatory": false
6090
6921
  },
6922
+ {
6923
+ "inputName": "appId",
6924
+ "type": "STRING",
6925
+ "mandatory": false
6926
+ },
6091
6927
  {
6092
6928
  "inputName": "artifactId",
6093
6929
  "type": "STRING",
@@ -6123,6 +6959,11 @@ var schemaObj = [
6123
6959
  "type": "BOOL",
6124
6960
  "mandatory": false
6125
6961
  },
6962
+ {
6963
+ "inputName": "isTPA",
6964
+ "type": "BOOL",
6965
+ "mandatory": false
6966
+ },
6126
6967
  {
6127
6968
  "inputName": "itemId",
6128
6969
  "type": "STRING",
@@ -6169,6 +7010,11 @@ var schemaObj = [
6169
7010
  "event_id": 149,
6170
7011
  "name": "Cairo - Pages -Unsuccessful Update in Server",
6171
7012
  "fields": [
7013
+ {
7014
+ "inputName": "appId",
7015
+ "type": "STRING",
7016
+ "mandatory": false
7017
+ },
6172
7018
  {
6173
7019
  "inputName": "artifactId",
6174
7020
  "type": "STRING",
@@ -6239,6 +7085,11 @@ var schemaObj = [
6239
7085
  "type": "NUMERIC",
6240
7086
  "mandatory": false
6241
7087
  },
7088
+ {
7089
+ "inputName": "isTPA",
7090
+ "type": "BOOL",
7091
+ "mandatory": false
7092
+ },
6242
7093
  {
6243
7094
  "inputName": "pageType",
6244
7095
  "type": "STRING",