o11y_schema 260.45.0 → 260.47.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
@@ -138,7 +138,7 @@
138
138
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
139
139
  },
140
140
  "type": "module",
141
- "version": "260.45.0",
141
+ "version": "260.47.0",
142
142
  "license": "BSD-3-Clause",
143
143
  "volta": {
144
144
  "node": "18.17.1",
@@ -1,2 +1,2 @@
1
1
  export const copilot_event={namespace:"sf.einstein",name:"CopilotEvent",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotEvent":{"fields":{"esTypes":{"rule":"repeated","id":11,"type":"string"},"components":{"rule":"repeated","id":5,"type":"string"},"agentType":{"id":17,"type":"string"},"errorMessage":{"id":4,"type":"string"},"channel":{"id":12,"type":"string"},"messageId":{"id":3,"type":"string"},"feedbackId":{"id":14,"type":"string"},"botsId":{"id":18,"type":"string"},"buttonLabel":{"id":6,
2
- "type":"string"},"objectType":{"id":10,"type":"string"},"hasNavigation":{"id":8,"type":"bool"},"hasToxicityWarning":{"id":13,"type":"bool"},"esTypeMessage":{"id":7,"type":"string"},"voiceOrText":{"id":9,"type":"string"},"taskName":{"id":1,"type":"string"},"planId":{"id":15,"type":"string"},"botsSessionId":{"id":2,"type":"string"},"actionName":{"id":16,"type":"string"}}}}}}}}}};
2
+ "type":"string"},"objectType":{"id":10,"type":"string"},"hasNavigation":{"id":8,"type":"bool"},"hasToxicityWarning":{"id":13,"type":"bool"},"agentforceSdkVersion":{"id":19,"type":"string"},"esTypeMessage":{"id":7,"type":"string"},"voiceOrText":{"id":9,"type":"string"},"taskName":{"id":1,"type":"string"},"planId":{"id":15,"type":"string"},"botsSessionId":{"id":2,"type":"string"},"actionName":{"id":16,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
1
  export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"traceId":{"id":18,"type":"string"},"components":{"rule":"repeated","id":3,"type":"string"},"agentType":{"id":12,"type":"string"},"attachmentType":{"rule":"repeated","id":15,"type":"string"},"channel":{"id":6,"type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},
2
- "botsId":{"id":10,"type":"string"},"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"metrics":{"id":17,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
2
+ "botsId":{"id":10,"type":"string"},"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"agentforceSdkVersion":{"id":19,"type":"string"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"metrics":{"id":17,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
@@ -3,6 +3,7 @@ export { searchResultsInteraction as searchResultsInteractionSchema } from './se
3
3
  export { agenticAnswerImpression as agenticAnswerImpressionSchema } from './agenticAnswerImpression.js';
4
4
  export { resultsPagePerf as resultsPagePerfSchema } from './resultsPagePerf.js';
5
5
  export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
6
+ export { suggestionsPerf as suggestionsPerfSchema } from './suggestionsPerf.js';
6
7
  export { init as initSchema } from './init.js';
7
8
  export { query as querySchema } from './query.js';
8
9
  export { resultsPageImpression as resultsPageImpressionSchema } from './resultsPageImpression.js';
@@ -3,6 +3,7 @@ export { searchResultsInteraction as searchResultsInteractionSchema } from './se
3
3
  export { agenticAnswerImpression as agenticAnswerImpressionSchema } from './agenticAnswerImpression.js';
4
4
  export { resultsPagePerf as resultsPagePerfSchema } from './resultsPagePerf.js';
5
5
  export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
6
+ export { suggestionsPerf as suggestionsPerfSchema } from './suggestionsPerf.js';
6
7
  export { init as initSchema } from './init.js';
7
8
  export { query as querySchema } from './query.js';
8
9
  export { resultsPageImpression as resultsPageImpressionSchema } from './resultsPageImpression.js';
@@ -0,0 +1 @@
1
+ export const suggestionsPerf={namespace:"sf.sentosSearch",name:"SuggestionsPerf",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"SuggestionsPerf":{"fields":{"queryId":{"id":1,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='260.45.0'
1
+ export const version='260.47.0'