@wix/bex-utils 1.29.0 → 1.31.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 (267) 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/bex-bundled-mini-essentials/CHANGELOG.md +11 -0
  220. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.d.cts +51 -0
  221. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +10005 -0
  222. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -0
  223. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.d.cts +1 -0
  224. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +10184 -0
  225. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -0
  226. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.d.cts +164 -0
  227. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +15307 -0
  228. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -0
  229. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.d.ts +51 -0
  230. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +8518 -0
  231. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -0
  232. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.d.ts +1 -0
  233. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.js +6527 -0
  234. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.js.map +1 -0
  235. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.d.ts +164 -0
  236. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js +11841 -0
  237. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js.map +1 -0
  238. package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -0
  239. package/@wix/bex-bundled-mini-essentials/http-client/testkit/client/package.json +6 -0
  240. package/@wix/bex-bundled-mini-essentials/package.json +60 -0
  241. package/@wix/bex-bundled-mini-essentials/testkit/package.json +6 -0
  242. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
  243. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +765 -5
  244. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
  245. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
  246. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +154 -2
  247. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
  248. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
  249. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +765 -5
  250. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
  251. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
  252. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +154 -2
  253. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
  254. package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +153 -1
  255. package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +153 -1
  256. package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +153 -1
  257. package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +154 -2
  258. package/@wix/bi-logger-cairo-os/package.json +2 -2
  259. package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +153 -1
  260. package/@wix/bi-logger-cairo-os/src/testkit/common.ts +765 -5
  261. package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +153 -1
  262. package/@wix/bi-logger-cairo-os/src/types.ts +154 -3
  263. package/@wix/bi-logger-cairo-os/src/v2/index.ts +154 -2
  264. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
  265. package/@wix/wix-i18n-config/package.json +4 -4
  266. package/package.json +5 -2
  267. 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",
@@ -1643,6 +1838,11 @@ var schemaObj = [
1643
1838
  "type": "STRING",
1644
1839
  "mandatory": false
1645
1840
  },
1841
+ {
1842
+ "inputName": "isTPA",
1843
+ "type": "BOOL",
1844
+ "mandatory": false
1845
+ },
1646
1846
  {
1647
1847
  "inputName": "numSelectedItems",
1648
1848
  "type": "NUMERIC",
@@ -1669,6 +1869,11 @@ var schemaObj = [
1669
1869
  "type": "STRING",
1670
1870
  "mandatory": false
1671
1871
  },
1872
+ {
1873
+ "inputName": "appId",
1874
+ "type": "STRING",
1875
+ "mandatory": false
1876
+ },
1672
1877
  {
1673
1878
  "inputName": "artifactId",
1674
1879
  "type": "STRING",
@@ -1709,6 +1914,11 @@ var schemaObj = [
1709
1914
  "type": "BOOL",
1710
1915
  "mandatory": false
1711
1916
  },
1917
+ {
1918
+ "inputName": "isTPA",
1919
+ "type": "BOOL",
1920
+ "mandatory": false
1921
+ },
1712
1922
  {
1713
1923
  "inputName": "numColumns",
1714
1924
  "type": "NUMERIC",
@@ -1729,11 +1939,6 @@ var schemaObj = [
1729
1939
  "type": "NUMERIC",
1730
1940
  "mandatory": false
1731
1941
  },
1732
- {
1733
- "inputName": "origin",
1734
- "type": "STRING",
1735
- "mandatory": false
1736
- },
1737
1942
  {
1738
1943
  "inputName": "product",
1739
1944
  "type": "STRING",
@@ -1755,6 +1960,11 @@ var schemaObj = [
1755
1960
  "event_id": 121,
1756
1961
  "name": "Cairo - Tab Selected",
1757
1962
  "fields": [
1963
+ {
1964
+ "inputName": "appId",
1965
+ "type": "STRING",
1966
+ "mandatory": false
1967
+ },
1758
1968
  {
1759
1969
  "inputName": "artifactId",
1760
1970
  "type": "STRING",
@@ -1795,6 +2005,11 @@ var schemaObj = [
1795
2005
  "type": "BOOL",
1796
2006
  "mandatory": false
1797
2007
  },
2008
+ {
2009
+ "inputName": "isTPA",
2010
+ "type": "BOOL",
2011
+ "mandatory": false
2012
+ },
1798
2013
  {
1799
2014
  "inputName": "newTabId",
1800
2015
  "type": "STRING",
@@ -1841,6 +2056,11 @@ var schemaObj = [
1841
2056
  "type": "STRING",
1842
2057
  "mandatory": false
1843
2058
  },
2059
+ {
2060
+ "inputName": "appId",
2061
+ "type": "STRING",
2062
+ "mandatory": false
2063
+ },
1844
2064
  {
1845
2065
  "inputName": "artifactId",
1846
2066
  "type": "STRING",
@@ -1911,6 +2131,11 @@ var schemaObj = [
1911
2131
  "type": "BOOL",
1912
2132
  "mandatory": false
1913
2133
  },
2134
+ {
2135
+ "inputName": "isTPA",
2136
+ "type": "BOOL",
2137
+ "mandatory": false
2138
+ },
1914
2139
  {
1915
2140
  "inputName": "numOfWaitingUpdates",
1916
2141
  "type": "NUMERIC",
@@ -1947,6 +2172,11 @@ var schemaObj = [
1947
2172
  "event_id": 162,
1948
2173
  "name": "Cairo - Modal CTA Clicked",
1949
2174
  "fields": [
2175
+ {
2176
+ "inputName": "appId",
2177
+ "type": "STRING",
2178
+ "mandatory": false
2179
+ },
1950
2180
  {
1951
2181
  "inputName": "artifactId",
1952
2182
  "type": "STRING",
@@ -1982,6 +2212,11 @@ var schemaObj = [
1982
2212
  "type": "STRING",
1983
2213
  "mandatory": false
1984
2214
  },
2215
+ {
2216
+ "inputName": "isTPA",
2217
+ "type": "BOOL",
2218
+ "mandatory": false
2219
+ },
1985
2220
  {
1986
2221
  "inputName": "localizedCtaName",
1987
2222
  "type": "STRING",
@@ -2008,6 +2243,11 @@ var schemaObj = [
2008
2243
  "event_id": 118,
2009
2244
  "name": "Cairo - All Filters Cleared",
2010
2245
  "fields": [
2246
+ {
2247
+ "inputName": "appId",
2248
+ "type": "STRING",
2249
+ "mandatory": false
2250
+ },
2011
2251
  {
2012
2252
  "inputName": "artifactId",
2013
2253
  "type": "STRING",
@@ -2048,6 +2288,11 @@ var schemaObj = [
2048
2288
  "type": "NUMERIC",
2049
2289
  "mandatory": false
2050
2290
  },
2291
+ {
2292
+ "inputName": "isTPA",
2293
+ "type": "BOOL",
2294
+ "mandatory": false
2295
+ },
2051
2296
  {
2052
2297
  "inputName": "numFiltersCleared",
2053
2298
  "type": "NUMERIC",
@@ -2074,6 +2319,11 @@ var schemaObj = [
2074
2319
  "event_id": 115,
2075
2320
  "name": "Cairo - CTA Clicked",
2076
2321
  "fields": [
2322
+ {
2323
+ "inputName": "appId",
2324
+ "type": "STRING",
2325
+ "mandatory": false
2326
+ },
2077
2327
  {
2078
2328
  "inputName": "artifactId",
2079
2329
  "type": "STRING",
@@ -2129,6 +2379,11 @@ var schemaObj = [
2129
2379
  "type": "BOOL",
2130
2380
  "mandatory": false
2131
2381
  },
2382
+ {
2383
+ "inputName": "isTPA",
2384
+ "type": "BOOL",
2385
+ "mandatory": false
2386
+ },
2132
2387
  {
2133
2388
  "inputName": "itemId",
2134
2389
  "type": "STRING",
@@ -2195,6 +2450,11 @@ var schemaObj = [
2195
2450
  "event_id": 160,
2196
2451
  "name": "Cairo - Changes Before Apply",
2197
2452
  "fields": [
2453
+ {
2454
+ "inputName": "appId",
2455
+ "type": "STRING",
2456
+ "mandatory": false
2457
+ },
2198
2458
  {
2199
2459
  "inputName": "artifactId",
2200
2460
  "type": "STRING",
@@ -2245,6 +2505,11 @@ var schemaObj = [
2245
2505
  "type": "BOOL",
2246
2506
  "mandatory": false
2247
2507
  },
2508
+ {
2509
+ "inputName": "isTPA",
2510
+ "type": "BOOL",
2511
+ "mandatory": false
2512
+ },
2248
2513
  {
2249
2514
  "inputName": "numActiveFields",
2250
2515
  "type": "NUMERIC",
@@ -2271,6 +2536,11 @@ var schemaObj = [
2271
2536
  "type": "STRING",
2272
2537
  "mandatory": false
2273
2538
  },
2539
+ {
2540
+ "inputName": "appId",
2541
+ "type": "STRING",
2542
+ "mandatory": false
2543
+ },
2274
2544
  {
2275
2545
  "inputName": "artifactId",
2276
2546
  "type": "STRING",
@@ -2301,6 +2571,11 @@ var schemaObj = [
2301
2571
  "type": "STRING",
2302
2572
  "mandatory": false
2303
2573
  },
2574
+ {
2575
+ "inputName": "isTPA",
2576
+ "type": "BOOL",
2577
+ "mandatory": false
2578
+ },
2304
2579
  {
2305
2580
  "inputName": "itemId",
2306
2581
  "type": "STRING",
@@ -2337,6 +2612,11 @@ var schemaObj = [
2337
2612
  "type": "STRING",
2338
2613
  "mandatory": false
2339
2614
  },
2615
+ {
2616
+ "inputName": "appId",
2617
+ "type": "STRING",
2618
+ "mandatory": false
2619
+ },
2340
2620
  {
2341
2621
  "inputName": "artifactId",
2342
2622
  "type": "STRING",
@@ -2382,6 +2662,11 @@ var schemaObj = [
2382
2662
  "type": "STRING",
2383
2663
  "mandatory": false
2384
2664
  },
2665
+ {
2666
+ "inputName": "isTPA",
2667
+ "type": "BOOL",
2668
+ "mandatory": false
2669
+ },
2385
2670
  {
2386
2671
  "inputName": "key",
2387
2672
  "type": "STRING",
@@ -2413,6 +2698,11 @@ var schemaObj = [
2413
2698
  "event_id": 164,
2414
2699
  "name": "Cairo - Error in Loading a Component",
2415
2700
  "fields": [
2701
+ {
2702
+ "inputName": "appId",
2703
+ "type": "STRING",
2704
+ "mandatory": false
2705
+ },
2416
2706
  {
2417
2707
  "inputName": "artifactId",
2418
2708
  "type": "STRING",
@@ -2473,6 +2763,11 @@ var schemaObj = [
2473
2763
  "type": "STRING",
2474
2764
  "mandatory": false
2475
2765
  },
2766
+ {
2767
+ "inputName": "isTPA",
2768
+ "type": "BOOL",
2769
+ "mandatory": false
2770
+ },
2476
2771
  {
2477
2772
  "inputName": "product",
2478
2773
  "type": "STRING",
@@ -2494,6 +2789,11 @@ var schemaObj = [
2494
2789
  "event_id": 176,
2495
2790
  "name": "Cairo - Reload Error State (not active)",
2496
2791
  "fields": [
2792
+ {
2793
+ "inputName": "appId",
2794
+ "type": "STRING",
2795
+ "mandatory": false
2796
+ },
2497
2797
  {
2498
2798
  "inputName": "artifactId",
2499
2799
  "type": "STRING",
@@ -2559,6 +2859,11 @@ var schemaObj = [
2559
2859
  "type": "STRING",
2560
2860
  "mandatory": false
2561
2861
  },
2862
+ {
2863
+ "inputName": "isTPA",
2864
+ "type": "BOOL",
2865
+ "mandatory": false
2866
+ },
2562
2867
  {
2563
2868
  "inputName": "product",
2564
2869
  "type": "STRING",
@@ -2580,6 +2885,11 @@ var schemaObj = [
2580
2885
  "event_id": 107,
2581
2886
  "name": "New Item Creation - End",
2582
2887
  "fields": [
2888
+ {
2889
+ "inputName": "appId",
2890
+ "type": "STRING",
2891
+ "mandatory": false
2892
+ },
2583
2893
  {
2584
2894
  "inputName": "artifactId",
2585
2895
  "type": "STRING",
@@ -2625,6 +2935,11 @@ var schemaObj = [
2625
2935
  "type": "NUMERIC",
2626
2936
  "mandatory": false
2627
2937
  },
2938
+ {
2939
+ "inputName": "isTPA",
2940
+ "type": "BOOL",
2941
+ "mandatory": false
2942
+ },
2628
2943
  {
2629
2944
  "inputName": "itemId",
2630
2945
  "type": "STRING",
@@ -2696,6 +3011,11 @@ var schemaObj = [
2696
3011
  "event_id": 171,
2697
3012
  "name": "Cairo - Tags Widget Loaded",
2698
3013
  "fields": [
3014
+ {
3015
+ "inputName": "appId",
3016
+ "type": "STRING",
3017
+ "mandatory": false
3018
+ },
2699
3019
  {
2700
3020
  "inputName": "artifactId",
2701
3021
  "type": "STRING",
@@ -2726,6 +3046,11 @@ var schemaObj = [
2726
3046
  "type": "STRING",
2727
3047
  "mandatory": false
2728
3048
  },
3049
+ {
3050
+ "inputName": "isTPA",
3051
+ "type": "BOOL",
3052
+ "mandatory": false
3053
+ },
2729
3054
  {
2730
3055
  "inputName": "itemId",
2731
3056
  "type": "STRING",
@@ -2757,6 +3082,11 @@ var schemaObj = [
2757
3082
  "event_id": 137,
2758
3083
  "name": "Cairo - Table Top Notification Dismissed",
2759
3084
  "fields": [
3085
+ {
3086
+ "inputName": "appId",
3087
+ "type": "STRING",
3088
+ "mandatory": false
3089
+ },
2760
3090
  {
2761
3091
  "inputName": "artifactId",
2762
3092
  "type": "STRING",
@@ -2802,6 +3132,11 @@ var schemaObj = [
2802
3132
  "type": "NUMERIC",
2803
3133
  "mandatory": false
2804
3134
  },
3135
+ {
3136
+ "inputName": "isTPA",
3137
+ "type": "BOOL",
3138
+ "mandatory": false
3139
+ },
2805
3140
  {
2806
3141
  "inputName": "notificationText",
2807
3142
  "type": "STRING",
@@ -2823,6 +3158,11 @@ var schemaObj = [
2823
3158
  "event_id": 153,
2824
3159
  "name": "Cairo - Section - CTA Clicked",
2825
3160
  "fields": [
3161
+ {
3162
+ "inputName": "appId",
3163
+ "type": "STRING",
3164
+ "mandatory": false
3165
+ },
2826
3166
  {
2827
3167
  "inputName": "artifactId",
2828
3168
  "type": "STRING",
@@ -2868,6 +3208,11 @@ var schemaObj = [
2868
3208
  "type": "STRING",
2869
3209
  "mandatory": false
2870
3210
  },
3211
+ {
3212
+ "inputName": "isTPA",
3213
+ "type": "BOOL",
3214
+ "mandatory": false
3215
+ },
2871
3216
  {
2872
3217
  "inputName": "localizedCtaName",
2873
3218
  "type": "STRING",
@@ -2899,6 +3244,11 @@ var schemaObj = [
2899
3244
  "event_id": 132,
2900
3245
  "name": "Cairo - File Download Toast Displayed",
2901
3246
  "fields": [
3247
+ {
3248
+ "inputName": "appId",
3249
+ "type": "STRING",
3250
+ "mandatory": false
3251
+ },
2902
3252
  {
2903
3253
  "inputName": "artifactId",
2904
3254
  "type": "STRING",
@@ -2939,6 +3289,11 @@ var schemaObj = [
2939
3289
  "type": "STRING",
2940
3290
  "mandatory": false
2941
3291
  },
3292
+ {
3293
+ "inputName": "isTPA",
3294
+ "type": "BOOL",
3295
+ "mandatory": false
3296
+ },
2942
3297
  {
2943
3298
  "inputName": "numSelectedItems",
2944
3299
  "type": "NUMERIC",
@@ -2965,6 +3320,11 @@ var schemaObj = [
2965
3320
  "event_id": 116,
2966
3321
  "name": "Cairo - Search Results",
2967
3322
  "fields": [
3323
+ {
3324
+ "inputName": "appId",
3325
+ "type": "STRING",
3326
+ "mandatory": false
3327
+ },
2968
3328
  {
2969
3329
  "inputName": "artifactId",
2970
3330
  "type": "STRING",
@@ -2995,6 +3355,11 @@ var schemaObj = [
2995
3355
  "type": "STRING",
2996
3356
  "mandatory": false
2997
3357
  },
3358
+ {
3359
+ "inputName": "isTPA",
3360
+ "type": "BOOL",
3361
+ "mandatory": false
3362
+ },
2998
3363
  {
2999
3364
  "inputName": "loadingTime",
3000
3365
  "type": "NUMERIC",
@@ -3026,6 +3391,11 @@ var schemaObj = [
3026
3391
  "event_id": 167,
3027
3392
  "name": "Cairo - Manage Tags Modal- End Process",
3028
3393
  "fields": [
3394
+ {
3395
+ "inputName": "appId",
3396
+ "type": "STRING",
3397
+ "mandatory": false
3398
+ },
3029
3399
  {
3030
3400
  "inputName": "artifactId",
3031
3401
  "type": "STRING",
@@ -3061,6 +3431,11 @@ var schemaObj = [
3061
3431
  "type": "STRING",
3062
3432
  "mandatory": false
3063
3433
  },
3434
+ {
3435
+ "inputName": "isTPA",
3436
+ "type": "BOOL",
3437
+ "mandatory": false
3438
+ },
3064
3439
  {
3065
3440
  "inputName": "numTags",
3066
3441
  "type": "NUMERIC",
@@ -3087,6 +3462,11 @@ var schemaObj = [
3087
3462
  "event_id": 142,
3088
3463
  "name": "Cairo - Manage View Clicked (not active)",
3089
3464
  "fields": [
3465
+ {
3466
+ "inputName": "appId",
3467
+ "type": "STRING",
3468
+ "mandatory": false
3469
+ },
3090
3470
  {
3091
3471
  "inputName": "artifactId",
3092
3472
  "type": "STRING",
@@ -3127,6 +3507,11 @@ var schemaObj = [
3127
3507
  "type": "BOOL",
3128
3508
  "mandatory": false
3129
3509
  },
3510
+ {
3511
+ "inputName": "isTPA",
3512
+ "type": "BOOL",
3513
+ "mandatory": false
3514
+ },
3130
3515
  {
3131
3516
  "inputName": "numFiltersInView",
3132
3517
  "type": "NUMERIC",
@@ -3148,6 +3533,11 @@ var schemaObj = [
3148
3533
  "event_id": 166,
3149
3534
  "name": "Cairo - Manage Tags Modal- Start load",
3150
3535
  "fields": [
3536
+ {
3537
+ "inputName": "appId",
3538
+ "type": "STRING",
3539
+ "mandatory": false
3540
+ },
3151
3541
  {
3152
3542
  "inputName": "artifactId",
3153
3543
  "type": "STRING",
@@ -3178,6 +3568,11 @@ var schemaObj = [
3178
3568
  "type": "STRING",
3179
3569
  "mandatory": false
3180
3570
  },
3571
+ {
3572
+ "inputName": "isTPA",
3573
+ "type": "BOOL",
3574
+ "mandatory": false
3575
+ },
3181
3576
  {
3182
3577
  "inputName": "numTags",
3183
3578
  "type": "NUMERIC",
@@ -3209,6 +3604,11 @@ var schemaObj = [
3209
3604
  "type": "STRING",
3210
3605
  "mandatory": false
3211
3606
  },
3607
+ {
3608
+ "inputName": "appId",
3609
+ "type": "STRING",
3610
+ "mandatory": false
3611
+ },
3212
3612
  {
3213
3613
  "inputName": "artifactId",
3214
3614
  "type": "STRING",
@@ -3279,6 +3679,11 @@ var schemaObj = [
3279
3679
  "type": "BOOL",
3280
3680
  "mandatory": false
3281
3681
  },
3682
+ {
3683
+ "inputName": "isTPA",
3684
+ "type": "BOOL",
3685
+ "mandatory": false
3686
+ },
3282
3687
  {
3283
3688
  "inputName": "numOfWaitingUpdates",
3284
3689
  "type": "NUMERIC",
@@ -3340,6 +3745,11 @@ var schemaObj = [
3340
3745
  "event_id": 126,
3341
3746
  "name": "Cairo - Item Toggled in Export Modal",
3342
3747
  "fields": [
3748
+ {
3749
+ "inputName": "appId",
3750
+ "type": "STRING",
3751
+ "mandatory": false
3752
+ },
3343
3753
  {
3344
3754
  "inputName": "artifactId",
3345
3755
  "type": "STRING",
@@ -3385,6 +3795,11 @@ var schemaObj = [
3385
3795
  "type": "NUMERIC",
3386
3796
  "mandatory": false
3387
3797
  },
3798
+ {
3799
+ "inputName": "isTPA",
3800
+ "type": "BOOL",
3801
+ "mandatory": false
3802
+ },
3388
3803
  {
3389
3804
  "inputName": "newSelectedExportType",
3390
3805
  "type": "STRING",
@@ -3411,6 +3826,11 @@ var schemaObj = [
3411
3826
  "event_id": 140,
3412
3827
  "name": "Cairo - Drag Action - Unsuccessful Update in Server",
3413
3828
  "fields": [
3829
+ {
3830
+ "inputName": "appId",
3831
+ "type": "STRING",
3832
+ "mandatory": false
3833
+ },
3414
3834
  {
3415
3835
  "inputName": "artifactId",
3416
3836
  "type": "STRING",
@@ -3471,6 +3891,11 @@ var schemaObj = [
3471
3891
  "type": "STRING",
3472
3892
  "mandatory": false
3473
3893
  },
3894
+ {
3895
+ "inputName": "isTPA",
3896
+ "type": "BOOL",
3897
+ "mandatory": false
3898
+ },
3474
3899
  {
3475
3900
  "inputName": "itemId",
3476
3901
  "type": "STRING",
@@ -3547,6 +3972,11 @@ var schemaObj = [
3547
3972
  "event_id": 170,
3548
3973
  "name": "Cairo - Tags - Search for Tags",
3549
3974
  "fields": [
3975
+ {
3976
+ "inputName": "appId",
3977
+ "type": "STRING",
3978
+ "mandatory": false
3979
+ },
3550
3980
  {
3551
3981
  "inputName": "artifactId",
3552
3982
  "type": "STRING",
@@ -3582,6 +4012,11 @@ var schemaObj = [
3582
4012
  "type": "STRING",
3583
4013
  "mandatory": false
3584
4014
  },
4015
+ {
4016
+ "inputName": "isTPA",
4017
+ "type": "BOOL",
4018
+ "mandatory": false
4019
+ },
3585
4020
  {
3586
4021
  "inputName": "location",
3587
4022
  "type": "STRING",
@@ -3623,6 +4058,11 @@ var schemaObj = [
3623
4058
  "type": "STRING",
3624
4059
  "mandatory": false
3625
4060
  },
4061
+ {
4062
+ "inputName": "appId",
4063
+ "type": "STRING",
4064
+ "mandatory": false
4065
+ },
3626
4066
  {
3627
4067
  "inputName": "artifactId",
3628
4068
  "type": "STRING",
@@ -3658,6 +4098,11 @@ var schemaObj = [
3658
4098
  "type": "STRING",
3659
4099
  "mandatory": false
3660
4100
  },
4101
+ {
4102
+ "inputName": "isTPA",
4103
+ "type": "BOOL",
4104
+ "mandatory": false
4105
+ },
3661
4106
  {
3662
4107
  "inputName": "numActions",
3663
4108
  "type": "NUMERIC",
@@ -3679,6 +4124,11 @@ var schemaObj = [
3679
4124
  "event_id": 158,
3680
4125
  "name": "Cairo - Learn More",
3681
4126
  "fields": [
4127
+ {
4128
+ "inputName": "appId",
4129
+ "type": "STRING",
4130
+ "mandatory": false
4131
+ },
3682
4132
  {
3683
4133
  "inputName": "artifactId",
3684
4134
  "type": "STRING",
@@ -3709,6 +4159,11 @@ var schemaObj = [
3709
4159
  "type": "STRING",
3710
4160
  "mandatory": false
3711
4161
  },
4162
+ {
4163
+ "inputName": "isTPA",
4164
+ "type": "BOOL",
4165
+ "mandatory": false
4166
+ },
3712
4167
  {
3713
4168
  "inputName": "origin",
3714
4169
  "type": "STRING",
@@ -3735,6 +4190,11 @@ var schemaObj = [
3735
4190
  "type": "STRING",
3736
4191
  "mandatory": false
3737
4192
  },
4193
+ {
4194
+ "inputName": "appId",
4195
+ "type": "STRING",
4196
+ "mandatory": false
4197
+ },
3738
4198
  {
3739
4199
  "inputName": "artifactId",
3740
4200
  "type": "STRING",
@@ -3775,6 +4235,11 @@ var schemaObj = [
3775
4235
  "type": "BOOL",
3776
4236
  "mandatory": false
3777
4237
  },
4238
+ {
4239
+ "inputName": "isTPA",
4240
+ "type": "BOOL",
4241
+ "mandatory": false
4242
+ },
3778
4243
  {
3779
4244
  "inputName": "itemIds",
3780
4245
  "type": "STRING",
@@ -3811,6 +4276,11 @@ var schemaObj = [
3811
4276
  "event_id": 150,
3812
4277
  "name": "Cairo - Page - CTA Clicked",
3813
4278
  "fields": [
4279
+ {
4280
+ "inputName": "appId",
4281
+ "type": "STRING",
4282
+ "mandatory": false
4283
+ },
3814
4284
  {
3815
4285
  "inputName": "artifactId",
3816
4286
  "type": "STRING",
@@ -3851,6 +4321,11 @@ var schemaObj = [
3851
4321
  "type": "STRING",
3852
4322
  "mandatory": false
3853
4323
  },
4324
+ {
4325
+ "inputName": "isTPA",
4326
+ "type": "BOOL",
4327
+ "mandatory": false
4328
+ },
3854
4329
  {
3855
4330
  "inputName": "isValid",
3856
4331
  "type": "BOOL",
@@ -3897,6 +4372,11 @@ var schemaObj = [
3897
4372
  "event_id": 136,
3898
4373
  "name": "Cairo - Table Top Notification Displayed",
3899
4374
  "fields": [
4375
+ {
4376
+ "inputName": "appId",
4377
+ "type": "STRING",
4378
+ "mandatory": false
4379
+ },
3900
4380
  {
3901
4381
  "inputName": "artifactId",
3902
4382
  "type": "STRING",
@@ -3932,6 +4412,11 @@ var schemaObj = [
3932
4412
  "type": "NUMERIC",
3933
4413
  "mandatory": false
3934
4414
  },
4415
+ {
4416
+ "inputName": "isTPA",
4417
+ "type": "BOOL",
4418
+ "mandatory": false
4419
+ },
3935
4420
  {
3936
4421
  "inputName": "notificationText",
3937
4422
  "type": "STRING",
@@ -3958,6 +4443,11 @@ var schemaObj = [
3958
4443
  "type": "STRING",
3959
4444
  "mandatory": false
3960
4445
  },
4446
+ {
4447
+ "inputName": "appId",
4448
+ "type": "STRING",
4449
+ "mandatory": false
4450
+ },
3961
4451
  {
3962
4452
  "inputName": "artifactId",
3963
4453
  "type": "STRING",
@@ -3998,6 +4488,11 @@ var schemaObj = [
3998
4488
  "type": "BOOL",
3999
4489
  "mandatory": false
4000
4490
  },
4491
+ {
4492
+ "inputName": "isTPA",
4493
+ "type": "BOOL",
4494
+ "mandatory": false
4495
+ },
4001
4496
  {
4002
4497
  "inputName": "loaction",
4003
4498
  "type": "STRING",
@@ -4024,6 +4519,11 @@ var schemaObj = [
4024
4519
  "event_id": 119,
4025
4520
  "name": "Cairo - Feature's Panel Used",
4026
4521
  "fields": [
4522
+ {
4523
+ "inputName": "appId",
4524
+ "type": "STRING",
4525
+ "mandatory": false
4526
+ },
4027
4527
  {
4028
4528
  "inputName": "artifactId",
4029
4529
  "type": "STRING",
@@ -4079,6 +4579,11 @@ var schemaObj = [
4079
4579
  "type": "BOOL",
4080
4580
  "mandatory": false
4081
4581
  },
4582
+ {
4583
+ "inputName": "isTPA",
4584
+ "type": "BOOL",
4585
+ "mandatory": false
4586
+ },
4082
4587
  {
4083
4588
  "inputName": "numColumns",
4084
4589
  "type": "NUMERIC",
@@ -4130,6 +4635,11 @@ var schemaObj = [
4130
4635
  "event_id": 138,
4131
4636
  "name": "Cairo - Drag Item Start",
4132
4637
  "fields": [
4638
+ {
4639
+ "inputName": "appId",
4640
+ "type": "STRING",
4641
+ "mandatory": false
4642
+ },
4133
4643
  {
4134
4644
  "inputName": "artifactId",
4135
4645
  "type": "STRING",
@@ -4205,6 +4715,11 @@ var schemaObj = [
4205
4715
  "type": "BOOL",
4206
4716
  "mandatory": false
4207
4717
  },
4718
+ {
4719
+ "inputName": "isTPA",
4720
+ "type": "BOOL",
4721
+ "mandatory": false
4722
+ },
4208
4723
  {
4209
4724
  "inputName": "itemId",
4210
4725
  "type": "STRING",
@@ -4241,6 +4756,11 @@ var schemaObj = [
4241
4756
  "event_id": 133,
4242
4757
  "name": "Cairo - File Download Toast Dismissed",
4243
4758
  "fields": [
4759
+ {
4760
+ "inputName": "appId",
4761
+ "type": "STRING",
4762
+ "mandatory": false
4763
+ },
4244
4764
  {
4245
4765
  "inputName": "artifactId",
4246
4766
  "type": "STRING",
@@ -4291,6 +4811,11 @@ var schemaObj = [
4291
4811
  "type": "STRING",
4292
4812
  "mandatory": false
4293
4813
  },
4814
+ {
4815
+ "inputName": "isTPA",
4816
+ "type": "BOOL",
4817
+ "mandatory": false
4818
+ },
4294
4819
  {
4295
4820
  "inputName": "numSelectedItems",
4296
4821
  "type": "NUMERIC",
@@ -4312,6 +4837,11 @@ var schemaObj = [
4312
4837
  "event_id": 129,
4313
4838
  "name": "Cairo - User Attempts to Cancel the Export",
4314
4839
  "fields": [
4840
+ {
4841
+ "inputName": "appId",
4842
+ "type": "STRING",
4843
+ "mandatory": false
4844
+ },
4315
4845
  {
4316
4846
  "inputName": "artifactId",
4317
4847
  "type": "STRING",
@@ -4352,6 +4882,11 @@ var schemaObj = [
4352
4882
  "type": "STRING",
4353
4883
  "mandatory": false
4354
4884
  },
4885
+ {
4886
+ "inputName": "isTPA",
4887
+ "type": "BOOL",
4888
+ "mandatory": false
4889
+ },
4355
4890
  {
4356
4891
  "inputName": "numItems",
4357
4892
  "type": "NUMERIC",
@@ -4398,6 +4933,11 @@ var schemaObj = [
4398
4933
  "event_id": 104,
4399
4934
  "name": "Picker - Pick (Modal CTA Button Click Or Immediate CTA)",
4400
4935
  "fields": [
4936
+ {
4937
+ "inputName": "appId",
4938
+ "type": "STRING",
4939
+ "mandatory": false
4940
+ },
4401
4941
  {
4402
4942
  "inputName": "artifactId",
4403
4943
  "type": "STRING",
@@ -4443,6 +4983,11 @@ var schemaObj = [
4443
4983
  "type": "BOOL",
4444
4984
  "mandatory": false
4445
4985
  },
4986
+ {
4987
+ "inputName": "isTPA",
4988
+ "type": "BOOL",
4989
+ "mandatory": false
4990
+ },
4446
4991
  {
4447
4992
  "inputName": "itemsCnt",
4448
4993
  "type": "NUMERIC",
@@ -4479,6 +5024,11 @@ var schemaObj = [
4479
5024
  "event_id": 106,
4480
5025
  "name": "New Item Creation - Start",
4481
5026
  "fields": [
5027
+ {
5028
+ "inputName": "appId",
5029
+ "type": "STRING",
5030
+ "mandatory": false
5031
+ },
4482
5032
  {
4483
5033
  "inputName": "artifactId",
4484
5034
  "type": "STRING",
@@ -4524,6 +5074,11 @@ var schemaObj = [
4524
5074
  "type": "NUMERIC",
4525
5075
  "mandatory": false
4526
5076
  },
5077
+ {
5078
+ "inputName": "isTPA",
5079
+ "type": "BOOL",
5080
+ "mandatory": false
5081
+ },
4527
5082
  {
4528
5083
  "inputName": "listSize",
4529
5084
  "type": "NUMERIC",
@@ -4585,6 +5140,11 @@ var schemaObj = [
4585
5140
  "event_id": 123,
4586
5141
  "name": "Cairo - View Selected",
4587
5142
  "fields": [
5143
+ {
5144
+ "inputName": "appId",
5145
+ "type": "STRING",
5146
+ "mandatory": false
5147
+ },
4588
5148
  {
4589
5149
  "inputName": "artifactId",
4590
5150
  "type": "STRING",
@@ -4645,6 +5205,11 @@ var schemaObj = [
4645
5205
  "type": "BOOL",
4646
5206
  "mandatory": false
4647
5207
  },
5208
+ {
5209
+ "inputName": "isTPA",
5210
+ "type": "BOOL",
5211
+ "mandatory": false
5212
+ },
4648
5213
  {
4649
5214
  "inputName": "newViewName",
4650
5215
  "type": "STRING",
@@ -4681,6 +5246,11 @@ var schemaObj = [
4681
5246
  "event_id": 155,
4682
5247
  "name": "Cairo - Data Ex.- Add Custom Field",
4683
5248
  "fields": [
5249
+ {
5250
+ "inputName": "appId",
5251
+ "type": "STRING",
5252
+ "mandatory": false
5253
+ },
4684
5254
  {
4685
5255
  "inputName": "artifactId",
4686
5256
  "type": "STRING",
@@ -4711,6 +5281,11 @@ var schemaObj = [
4711
5281
  "type": "STRING",
4712
5282
  "mandatory": false
4713
5283
  },
5284
+ {
5285
+ "inputName": "isTPA",
5286
+ "type": "BOOL",
5287
+ "mandatory": false
5288
+ },
4714
5289
  {
4715
5290
  "inputName": "numColumns",
4716
5291
  "type": "NUMERIC",
@@ -4747,6 +5322,11 @@ var schemaObj = [
4747
5322
  "type": "STRING",
4748
5323
  "mandatory": false
4749
5324
  },
5325
+ {
5326
+ "inputName": "appId",
5327
+ "type": "STRING",
5328
+ "mandatory": false
5329
+ },
4750
5330
  {
4751
5331
  "inputName": "artifactId",
4752
5332
  "type": "STRING",
@@ -4797,6 +5377,11 @@ var schemaObj = [
4797
5377
  "type": "NUMERIC",
4798
5378
  "mandatory": false
4799
5379
  },
5380
+ {
5381
+ "inputName": "isTPA",
5382
+ "type": "BOOL",
5383
+ "mandatory": false
5384
+ },
4800
5385
  {
4801
5386
  "inputName": "listSize",
4802
5387
  "type": "NUMERIC",
@@ -4833,6 +5418,11 @@ var schemaObj = [
4833
5418
  "type": "STRING",
4834
5419
  "mandatory": false
4835
5420
  },
5421
+ {
5422
+ "inputName": "appId",
5423
+ "type": "STRING",
5424
+ "mandatory": false
5425
+ },
4836
5426
  {
4837
5427
  "inputName": "artifactId",
4838
5428
  "type": "STRING",
@@ -4863,6 +5453,11 @@ var schemaObj = [
4863
5453
  "type": "STRING",
4864
5454
  "mandatory": false
4865
5455
  },
5456
+ {
5457
+ "inputName": "isTPA",
5458
+ "type": "BOOL",
5459
+ "mandatory": false
5460
+ },
4866
5461
  {
4867
5462
  "inputName": "origin",
4868
5463
  "type": "STRING",
@@ -4884,6 +5479,11 @@ var schemaObj = [
4884
5479
  "event_id": 122,
4885
5480
  "name": "Cairo - View Saved",
4886
5481
  "fields": [
5482
+ {
5483
+ "inputName": "appId",
5484
+ "type": "STRING",
5485
+ "mandatory": false
5486
+ },
4887
5487
  {
4888
5488
  "inputName": "artifactId",
4889
5489
  "type": "STRING",
@@ -4939,6 +5539,11 @@ var schemaObj = [
4939
5539
  "type": "BOOL",
4940
5540
  "mandatory": false
4941
5541
  },
5542
+ {
5543
+ "inputName": "isTPA",
5544
+ "type": "BOOL",
5545
+ "mandatory": false
5546
+ },
4942
5547
  {
4943
5548
  "inputName": "newViewName",
4944
5549
  "type": "STRING",
@@ -5000,6 +5605,11 @@ var schemaObj = [
5000
5605
  "event_id": 124,
5001
5606
  "name": "Cairo - View Deleted",
5002
5607
  "fields": [
5608
+ {
5609
+ "inputName": "appId",
5610
+ "type": "STRING",
5611
+ "mandatory": false
5612
+ },
5003
5613
  {
5004
5614
  "inputName": "artifactId",
5005
5615
  "type": "STRING",
@@ -5035,6 +5645,11 @@ var schemaObj = [
5035
5645
  "type": "BOOL",
5036
5646
  "mandatory": false
5037
5647
  },
5648
+ {
5649
+ "inputName": "isTPA",
5650
+ "type": "BOOL",
5651
+ "mandatory": false
5652
+ },
5038
5653
  {
5039
5654
  "inputName": "numFiltersInView",
5040
5655
  "type": "NUMERIC",
@@ -5081,6 +5696,11 @@ var schemaObj = [
5081
5696
  "type": "STRING",
5082
5697
  "mandatory": false
5083
5698
  },
5699
+ {
5700
+ "inputName": "appId",
5701
+ "type": "STRING",
5702
+ "mandatory": false
5703
+ },
5084
5704
  {
5085
5705
  "inputName": "artifactId",
5086
5706
  "type": "STRING",
@@ -5136,6 +5756,11 @@ var schemaObj = [
5136
5756
  "type": "STRING",
5137
5757
  "mandatory": false
5138
5758
  },
5759
+ {
5760
+ "inputName": "isTPA",
5761
+ "type": "BOOL",
5762
+ "mandatory": false
5763
+ },
5139
5764
  {
5140
5765
  "inputName": "key",
5141
5766
  "type": "STRING",
@@ -5177,6 +5802,11 @@ var schemaObj = [
5177
5802
  "event_id": 120,
5178
5803
  "name": "Cairo - Component Sorted",
5179
5804
  "fields": [
5805
+ {
5806
+ "inputName": "appId",
5807
+ "type": "STRING",
5808
+ "mandatory": false
5809
+ },
5180
5810
  {
5181
5811
  "inputName": "artifactId",
5182
5812
  "type": "STRING",
@@ -5217,6 +5847,11 @@ var schemaObj = [
5217
5847
  "type": "BOOL",
5218
5848
  "mandatory": false
5219
5849
  },
5850
+ {
5851
+ "inputName": "isTPA",
5852
+ "type": "BOOL",
5853
+ "mandatory": false
5854
+ },
5220
5855
  {
5221
5856
  "inputName": "itemIndex",
5222
5857
  "type": "NUMERIC",
@@ -5288,6 +5923,11 @@ var schemaObj = [
5288
5923
  "event_id": 147,
5289
5924
  "name": "Cairo - Reordering Sort Columns",
5290
5925
  "fields": [
5926
+ {
5927
+ "inputName": "appId",
5928
+ "type": "STRING",
5929
+ "mandatory": false
5930
+ },
5291
5931
  {
5292
5932
  "inputName": "artifactId",
5293
5933
  "type": "STRING",
@@ -5333,6 +5973,11 @@ var schemaObj = [
5333
5973
  "type": "NUMERIC",
5334
5974
  "mandatory": false
5335
5975
  },
5976
+ {
5977
+ "inputName": "isTPA",
5978
+ "type": "BOOL",
5979
+ "mandatory": false
5980
+ },
5336
5981
  {
5337
5982
  "inputName": "listSize",
5338
5983
  "type": "NUMERIC",
@@ -5379,6 +6024,11 @@ var schemaObj = [
5379
6024
  "event_id": 131,
5380
6025
  "name": "Cairo - Export Process End",
5381
6026
  "fields": [
6027
+ {
6028
+ "inputName": "appId",
6029
+ "type": "STRING",
6030
+ "mandatory": false
6031
+ },
5382
6032
  {
5383
6033
  "inputName": "artifactId",
5384
6034
  "type": "STRING",
@@ -5424,6 +6074,11 @@ var schemaObj = [
5424
6074
  "type": "STRING",
5425
6075
  "mandatory": false
5426
6076
  },
6077
+ {
6078
+ "inputName": "isTPA",
6079
+ "type": "BOOL",
6080
+ "mandatory": false
6081
+ },
5427
6082
  {
5428
6083
  "inputName": "numItems",
5429
6084
  "type": "NUMERIC",
@@ -5470,6 +6125,11 @@ var schemaObj = [
5470
6125
  "event_id": 159,
5471
6126
  "name": "Cairo - Apply Button Clicked",
5472
6127
  "fields": [
6128
+ {
6129
+ "inputName": "appId",
6130
+ "type": "STRING",
6131
+ "mandatory": false
6132
+ },
5473
6133
  {
5474
6134
  "inputName": "artifactId",
5475
6135
  "type": "STRING",
@@ -5520,6 +6180,11 @@ var schemaObj = [
5520
6180
  "type": "NUMERIC",
5521
6181
  "mandatory": false
5522
6182
  },
6183
+ {
6184
+ "inputName": "isTPA",
6185
+ "type": "BOOL",
6186
+ "mandatory": false
6187
+ },
5523
6188
  {
5524
6189
  "inputName": "listSize",
5525
6190
  "type": "NUMERIC",
@@ -5566,6 +6231,11 @@ var schemaObj = [
5566
6231
  "type": "STRING",
5567
6232
  "mandatory": false
5568
6233
  },
6234
+ {
6235
+ "inputName": "appId",
6236
+ "type": "STRING",
6237
+ "mandatory": false
6238
+ },
5569
6239
  {
5570
6240
  "inputName": "artifactId",
5571
6241
  "type": "STRING",
@@ -5606,6 +6276,11 @@ var schemaObj = [
5606
6276
  "type": "STRING",
5607
6277
  "mandatory": false
5608
6278
  },
6279
+ {
6280
+ "inputName": "isTPA",
6281
+ "type": "BOOL",
6282
+ "mandatory": false
6283
+ },
5609
6284
  {
5610
6285
  "inputName": "numItems",
5611
6286
  "type": "NUMERIC",
@@ -5647,6 +6322,11 @@ var schemaObj = [
5647
6322
  "type": "STRING",
5648
6323
  "mandatory": false
5649
6324
  },
6325
+ {
6326
+ "inputName": "appId",
6327
+ "type": "STRING",
6328
+ "mandatory": false
6329
+ },
5650
6330
  {
5651
6331
  "inputName": "artifactId",
5652
6332
  "type": "STRING",
@@ -5712,6 +6392,11 @@ var schemaObj = [
5712
6392
  "type": "NUMERIC",
5713
6393
  "mandatory": false
5714
6394
  },
6395
+ {
6396
+ "inputName": "isTPA",
6397
+ "type": "BOOL",
6398
+ "mandatory": false
6399
+ },
5715
6400
  {
5716
6401
  "inputName": "product",
5717
6402
  "type": "STRING",
@@ -5748,6 +6433,11 @@ var schemaObj = [
5748
6433
  "event_id": 152,
5749
6434
  "name": "Cairo - Page Back or Breadcrumb Clicked",
5750
6435
  "fields": [
6436
+ {
6437
+ "inputName": "appId",
6438
+ "type": "STRING",
6439
+ "mandatory": false
6440
+ },
5751
6441
  {
5752
6442
  "inputName": "artifactId",
5753
6443
  "type": "STRING",
@@ -5788,6 +6478,11 @@ var schemaObj = [
5788
6478
  "type": "STRING",
5789
6479
  "mandatory": false
5790
6480
  },
6481
+ {
6482
+ "inputName": "isTPA",
6483
+ "type": "BOOL",
6484
+ "mandatory": false
6485
+ },
5791
6486
  {
5792
6487
  "inputName": "pageType",
5793
6488
  "type": "STRING",
@@ -5859,6 +6554,11 @@ var schemaObj = [
5859
6554
  "type": "STRING",
5860
6555
  "mandatory": false
5861
6556
  },
6557
+ {
6558
+ "inputName": "isTPA",
6559
+ "type": "BOOL",
6560
+ "mandatory": false
6561
+ },
5862
6562
  {
5863
6563
  "inputName": "location",
5864
6564
  "type": "STRING",
@@ -5890,6 +6590,11 @@ var schemaObj = [
5890
6590
  "event_id": 108,
5891
6591
  "name": "Pikachu - Categories Dropdown Button Clicked",
5892
6592
  "fields": [
6593
+ {
6594
+ "inputName": "appId",
6595
+ "type": "STRING",
6596
+ "mandatory": false
6597
+ },
5893
6598
  {
5894
6599
  "inputName": "artifactId",
5895
6600
  "type": "STRING",
@@ -5920,6 +6625,11 @@ var schemaObj = [
5920
6625
  "type": "STRING",
5921
6626
  "mandatory": false
5922
6627
  },
6628
+ {
6629
+ "inputName": "isTPA",
6630
+ "type": "BOOL",
6631
+ "mandatory": false
6632
+ },
5923
6633
  {
5924
6634
  "inputName": "product",
5925
6635
  "type": "STRING",
@@ -5941,6 +6651,11 @@ var schemaObj = [
5941
6651
  "type": "STRING",
5942
6652
  "mandatory": false
5943
6653
  },
6654
+ {
6655
+ "inputName": "appId",
6656
+ "type": "STRING",
6657
+ "mandatory": false
6658
+ },
5944
6659
  {
5945
6660
  "inputName": "artifactId",
5946
6661
  "type": "STRING",
@@ -5976,6 +6691,11 @@ var schemaObj = [
5976
6691
  "type": "STRING",
5977
6692
  "mandatory": false
5978
6693
  },
6694
+ {
6695
+ "inputName": "isTPA",
6696
+ "type": "BOOL",
6697
+ "mandatory": false
6698
+ },
5979
6699
  {
5980
6700
  "inputName": "numTags",
5981
6701
  "type": "NUMERIC",
@@ -6012,6 +6732,11 @@ var schemaObj = [
6012
6732
  "type": "STRING",
6013
6733
  "mandatory": false
6014
6734
  },
6735
+ {
6736
+ "inputName": "appId",
6737
+ "type": "STRING",
6738
+ "mandatory": false
6739
+ },
6015
6740
  {
6016
6741
  "inputName": "artifactId",
6017
6742
  "type": "STRING",
@@ -6047,6 +6772,11 @@ var schemaObj = [
6047
6772
  "type": "NUMERIC",
6048
6773
  "mandatory": false
6049
6774
  },
6775
+ {
6776
+ "inputName": "isTPA",
6777
+ "type": "BOOL",
6778
+ "mandatory": false
6779
+ },
6050
6780
  {
6051
6781
  "inputName": "itemId",
6052
6782
  "type": "STRING",
@@ -6113,6 +6843,11 @@ var schemaObj = [
6113
6843
  "event_id": 146,
6114
6844
  "name": "Cairo - Sort Panel Used (not active)",
6115
6845
  "fields": [
6846
+ {
6847
+ "inputName": "appId",
6848
+ "type": "STRING",
6849
+ "mandatory": false
6850
+ },
6116
6851
  {
6117
6852
  "inputName": "artifactId",
6118
6853
  "type": "STRING",
@@ -6153,6 +6888,11 @@ var schemaObj = [
6153
6888
  "type": "BOOL",
6154
6889
  "mandatory": false
6155
6890
  },
6891
+ {
6892
+ "inputName": "isTPA",
6893
+ "type": "BOOL",
6894
+ "mandatory": false
6895
+ },
6156
6896
  {
6157
6897
  "inputName": "numSortedColumns",
6158
6898
  "type": "NUMERIC",
@@ -6179,6 +6919,11 @@ var schemaObj = [
6179
6919
  "type": "STRING",
6180
6920
  "mandatory": false
6181
6921
  },
6922
+ {
6923
+ "inputName": "appId",
6924
+ "type": "STRING",
6925
+ "mandatory": false
6926
+ },
6182
6927
  {
6183
6928
  "inputName": "artifactId",
6184
6929
  "type": "STRING",
@@ -6214,6 +6959,11 @@ var schemaObj = [
6214
6959
  "type": "BOOL",
6215
6960
  "mandatory": false
6216
6961
  },
6962
+ {
6963
+ "inputName": "isTPA",
6964
+ "type": "BOOL",
6965
+ "mandatory": false
6966
+ },
6217
6967
  {
6218
6968
  "inputName": "itemId",
6219
6969
  "type": "STRING",
@@ -6260,6 +7010,11 @@ var schemaObj = [
6260
7010
  "event_id": 149,
6261
7011
  "name": "Cairo - Pages -Unsuccessful Update in Server",
6262
7012
  "fields": [
7013
+ {
7014
+ "inputName": "appId",
7015
+ "type": "STRING",
7016
+ "mandatory": false
7017
+ },
6263
7018
  {
6264
7019
  "inputName": "artifactId",
6265
7020
  "type": "STRING",
@@ -6330,6 +7085,11 @@ var schemaObj = [
6330
7085
  "type": "NUMERIC",
6331
7086
  "mandatory": false
6332
7087
  },
7088
+ {
7089
+ "inputName": "isTPA",
7090
+ "type": "BOOL",
7091
+ "mandatory": false
7092
+ },
6333
7093
  {
6334
7094
  "inputName": "pageType",
6335
7095
  "type": "STRING",