o11y_schema 254.84.0 → 254.86.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
|
-
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"},"
|
|
2
|
-
"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"}}}}}}}}}};
|
|
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"}}}}}}}}}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const msg_impression={namespace:"sf.slackforce",name:"MsgImpression",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgImpression":{"oneofs":{"_threadTs":{"oneof":["threadTs"]}},"fields":{"chnId":{"id":1,"type":"string"},"duration":{"id":5,"type":"uint32"},"isUnreadMsg":{"id":6,"type":"bool"},"authorUserId":{"id":4,"type":"string"},"teamId":{"id":7,"type":"string"},"
|
|
2
|
-
"type":"string"}}}}}}}}}};
|
|
1
|
+
export const msg_impression={namespace:"sf.slackforce",name:"MsgImpression",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgImpression":{"oneofs":{"_threadTs":{"oneof":["threadTs"]}},"fields":{"chnId":{"id":1,"type":"string"},"duration":{"id":5,"type":"uint32"},"isUnreadMsg":{"id":6,"type":"bool"},"authorUserId":{"id":4,"type":"string"},"teamId":{"id":7,"type":"string"},"cmpName":{"id":9,"type":"string"},"threadTs":{"options":{"proto3_optional":true},"id":3,"type":"string"},"messageTs":{"id":2,
|
|
2
|
+
"type":"string"},"userId":{"id":8,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const msg_submitted_mentions={namespace:"sf.slackforce",name:"MsgSubmittedMentions",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSubmittedMentions":{"fields":{"teamId":{"id":2,"type":"string"},"mentionsCount":{"id":1,"type":"uint32"},"userId":{"id":3,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const msg_submitted_mentions={namespace:"sf.slackforce",name:"MsgSubmittedMentions",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSubmittedMentions":{"fields":{"chnId":{"id":4,"type":"string"},"chnType":{"id":5,"type":"string"},"chnPrivType":{"id":6,"type":"uint32"},"teamId":{"id":2,"type":"string"},"mentionsCount":{"id":1,"type":"uint32"},"userId":{"id":3,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.86.0'
|