o11y_schema 252.32.0 → 252.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -72,7 +72,7 @@
72
72
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
73
73
  },
74
74
  "type": "module",
75
- "version": "252.32.0",
75
+ "version": "252.34.0",
76
76
  "license": "BSD-3-Clause",
77
77
  "volta": {
78
78
  "node": "18.17.1",
package/sf_sApp/index.js CHANGED
@@ -1,4 +1,6 @@
1
1
  export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js';
2
2
  export { error as errorSchema } from './error.js';
3
3
  export { mcf_load as mcfLoadSchema } from './mcf_load.js';
4
+ export { page_payload as pagePayloadSchema } from './page_payload.js';
4
5
  export { request_status as requestStatusSchema } from './request_status.js';
6
+ export { user_interaction as userInteractionSchema } from './user_interaction.js';
@@ -1,2 +1,2 @@
1
- export const mcf_load={namespace:"sf.sApp",name:"McfLoad",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"McfLoad":{"fields":{"totalItems":{"id":3,"type":"uint32"},"dataType":{"id":1,"type":"string"},"isFromCache":{"id":9,"type":"bool"},"cachePolicy":{"id":8,"type":"string"},"isFirstLoad":{"id":5,"type":"bool"},"sessionId":{"id":11,"type":"string"},"type":{"id":2,"type":"string"},"hasViewMore":{"id":4,"type":"bool"},"statusMessage":{"id":7,"type":"string"},"isForcedLoad":{"id":10,"type":"bool"},
2
- "isSuccess":{"id":6,"type":"bool"}}}}}}}}}};
1
+ export const mcf_load={namespace:"sf.sApp",name:"McfLoad",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"McfLoad":{"fields":{"cstmFilterCount":{"id":13,"type":"uint32"},"totalItems":{"id":3,"type":"uint32"},"dataType":{"id":1,"type":"string"},"isScopedSearch":{"id":15,"type":"bool"},"cachePolicy":{"id":8,"type":"string"},"isFirstLoad":{"id":5,"type":"bool"},"sessionId":{"id":11,"type":"string"},"type":{"id":2,"type":"string"},"hasViewMore":{"id":4,"type":"bool"},"statusMessage":{"id":7,
2
+ "type":"string"},"isForcedLoad":{"id":10,"type":"bool"},"quickFilter":{"id":12,"type":"string"},"isFromCache":{"id":9,"type":"bool"},"sortOrder":{"id":14,"type":"string"},"isSuccess":{"id":6,"type":"bool"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const page_payload={namespace:"sf.sApp",name:"PagePayload",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"PagePayload":{"fields":{"apiName":{"id":1,"type":"string"},"pluginName":{"id":4,"type":"string"},"context":{"id":3,"type":"string"},"panel":{"id":2,"type":"string"}}}}}}}}}};
@@ -1,4 +1,6 @@
1
1
  export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js';
2
2
  export { error as errorSchema } from './error.js';
3
3
  export { mcf_load as mcfLoadSchema } from './mcf_load.js';
4
+ export { page_payload as pagePayloadSchema } from './page_payload.js';
4
5
  export { request_status as requestStatusSchema } from './request_status.js';
6
+ export { user_interaction as userInteractionSchema } from './user_interaction.js';
@@ -0,0 +1 @@
1
+ export const user_interaction={namespace:"sf.sApp",name:"UserInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"UserInteraction":{"fields":{"name":{"id":1,"type":"string"},"isScopedSearch":{"id":3,"type":"bool"},"navigateTo":{"id":4,"type":"string"},"label":{"id":2,"type":"string"}}}}}}}}}};
@@ -1,6 +1,7 @@
1
1
  export { result_click_demo as resultClickDemoSchema } from './result_click_demo.js';
2
2
  export { search_answer_feedback as searchAnswerFeedbackSchema } from './search_answer_feedback.js';
3
3
  export { search_answers_perf as searchAnswersPerfSchema } from './search_answers_perf.js';
4
+ export { search_filters as searchFiltersSchema } from './search_filters.js';
4
5
  export { search_impression as searchImpressionSchema } from './search_impression.js';
5
6
  export { search_initiation as searchInitiationSchema } from './search_initiation.js';
6
7
  export { search_manager_config as searchManagerConfigSchema } from './search_manager_config.js';
@@ -0,0 +1 @@
1
+ export const search_filters={namespace:"sf.searchui",name:"SearchFilters",pbjsSchema:{"nested":{"sf":{"nested":{"searchui":{"nested":{"SearchFilters":{"fields":{"objKeyPrefix":{"id":4,"type":"string"},"interactionType":{"id":1,"type":"string"},"srchSessionId":{"id":2,"type":"string"},"queryLen":{"id":6,"type":"uint32"},"channel":{"id":7,"type":"string"},"objApiName":{"id":5,"type":"string"},"filters":{"rule":"repeated","id":8,"type":"string"},"queryId":{"id":3,"type":"string"}}}}}}}}}};
@@ -1,6 +1,7 @@
1
1
  export { result_click_demo as resultClickDemoSchema } from './result_click_demo.js';
2
2
  export { search_answer_feedback as searchAnswerFeedbackSchema } from './search_answer_feedback.js';
3
3
  export { search_answers_perf as searchAnswersPerfSchema } from './search_answers_perf.js';
4
+ export { search_filters as searchFiltersSchema } from './search_filters.js';
4
5
  export { search_impression as searchImpressionSchema } from './search_impression.js';
5
6
  export { search_initiation as searchInitiationSchema } from './search_initiation.js';
6
7
  export { search_manager_config as searchManagerConfigSchema } from './search_manager_config.js';
@@ -1 +1 @@
1
- export const version='252.32.0'
1
+ export const version='252.34.0'