o11y_schema 248.18.0 → 248.20.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 +1 -1
- package/sf_promptStudio/admin.js +2 -0
- package/sf_promptStudio/index.js +1 -0
- package/sf_promptStudio/sf_promptStudio.js +1 -0
- package/sf_scrt/conversation_file_upload.js +1 -1
- package/sf_scrt/conversation_message.js +1 -1
- package/sf_scrt/voice_message.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const admin={namespace:"sf.promptStudio",name:"Admin",pbjsSchema:{"nested":{"sf":{"nested":{"promptStudio":{"nested":{"Admin":{"fields":{"templateType":{"id":3,"type":"string"},"templateName":{"id":2,"type":"string"},"isCustom":{"id":8,"type":"bool"},"errorMessage":{"id":10,"type":"string"},"taskName":{"id":1,"type":"string"},"clonedTemplateName":{"id":9,"type":"string"},"isActivated":{"id":6,"type":"bool"},"userRole":{"id":7,"type":"string"},"gatewayResponseId":{"id":4,"type":"string"},"gatewaySessionId":{"id":5,
|
|
2
|
+
"type":"string"}}}}}}}}}};
|
package/sf_promptStudio/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const conversation_file_upload={namespace:"sf.scrt",name:"ConversationFileUpload",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationFileUpload":{"fields":{"recordId":{"id":1,"type":"string"},"
|
|
1
|
+
export const conversation_file_upload={namespace:"sf.scrt",name:"ConversationFileUpload",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationFileUpload":{"fields":{"recordId":{"id":1,"type":"string"},"contentDocumentId":{"id":4,"type":"string"},"fileSize":{"id":6,"type":"uint32"},"conversationId":{"id":3,"type":"string"},"doesExceedMaxLimit":{"id":7,"type":"bool"},"contentVersionId":{"id":5,"type":"string"},"channel":{"id":2,"type":"string"},"contentType":{"id":8,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const conversation_message={namespace:"sf.scrt",name:"ConversationMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationMessage":{"fields":{"recordId":{"id":1,"type":"string"},"
|
|
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"},"fileCount":{"id":5,"type":"uint32"}}}}}}}}}};
|
package/sf_scrt/voice_message.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const voice_message={namespace:"sf.scrt",name:"VoiceMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"VoiceMessage":{"fields":{"recordId":{"id":1,"type":"string"},"duration":{"id":4,"type":"double"},"
|
|
1
|
+
export const voice_message={namespace:"sf.scrt",name:"VoiceMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"VoiceMessage":{"fields":{"recordId":{"id":1,"type":"string"},"duration":{"id":4,"type":"double"},"recordingFormat":{"id":8,"type":"string"},"contentDocumentId":{"id":6,"type":"string"},"fileSize":{"id":3,"type":"uint32"},"conversationId":{"id":5,"type":"string"},"contentVersionId":{"id":7,"type":"string"},"channel":{"id":2,"type":"string"},"encodingFormat":{"id":9,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='248.
|
|
1
|
+
export const version='248.20.0'
|