o11y_schema 254.35.0 → 254.36.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 +1,2 @@
|
|
|
1
|
-
export const conversation_message={namespace:"sf.scrt",name:"ConversationMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationMessage":{"fields":{"recordId":{"id":1,"type":"string"},"richContentCount":{"id":6,"type":"uint32"},"conversationId":{"id":7,"type":"string"},"channel":{"id":2,"type":"string"},"messageIds":{"rule":"repeated","id":8,"type":"string"},"characterCount":{"id":3,"type":"uint32"},"voiceMessageCount":{"id":4,"type":"uint32"},
|
|
1
|
+
export const conversation_message={namespace:"sf.scrt",name:"ConversationMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationMessage":{"fields":{"recordId":{"id":1,"type":"string"},"app":{"id":9,"type":"string"},"richContentCount":{"id":6,"type":"uint32"},"conversationId":{"id":7,"type":"string"},"channel":{"id":2,"type":"string"},"messageIds":{"rule":"repeated","id":8,"type":"string"},"characterCount":{"id":3,"type":"uint32"},"voiceMessageCount":{"id":4,"type":"uint32"},
|
|
2
|
+
"fileCount":{"id":5,"type":"uint32"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const conversation_user_interaction={namespace:"sf.scrt",name:"ConversationUserInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationUserInteraction":{"fields":{"recordId":{"id":1,"type":"string"},"role":{"id":3,"type":"string"},"conversationId":{"id":5,"type":"string"},"channel":{"id":2,"type":"string"},"interaction":{"id":4,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const conversation_user_interaction={namespace:"sf.scrt",name:"ConversationUserInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationUserInteraction":{"fields":{"recordId":{"id":1,"type":"string"},"role":{"id":3,"type":"string"},"conversationId":{"id":5,"type":"string"},"formFactor":{"id":6,"type":"string"},"channel":{"id":2,"type":"string"},"interaction":{"id":4,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.36.0'
|