o11y_schema 258.5.0 → 258.6.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
|
@@ -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"},"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"},"botsId":{"id":10,"type":"string"},
|
|
2
|
-
"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
|
|
2
|
+
"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
|
package/sf_einstein/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { copilot_event as copilotEventSchema } from './copilot_event.js';
|
|
2
|
-
export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
|
|
3
2
|
export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
|
|
3
|
+
export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { copilot_event as copilotEventSchema } from './copilot_event.js';
|
|
2
|
-
export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
|
|
3
2
|
export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
|
|
3
|
+
export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.6.0'
|