o11y_schema 258.16.0 → 258.18.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 action={namespace:"sf.blockBuilder",name:"Action",pbjsSchema:{"nested":{"sf":{"nested":{"blockBuilder":{"nested":{"Action":{"fields":{"mode":{"id":2,"type":"string"},"owner":{"id":7,"type":"string"},"contentTypeFqn":{"id":1,"type":"string"},"contentBuilderAction":{"id":5,"type":"string"},"blockType":{"id":6,"type":"string"},"variantId":{"id":4,"type":"string"},"prevAction":{"id":8,"type":"string"},"wsOrFolderId":{"id":3,
|
|
1
|
+
export const action={namespace:"sf.blockBuilder",name:"Action",pbjsSchema:{"nested":{"sf":{"nested":{"blockBuilder":{"nested":{"Action":{"fields":{"mode":{"id":2,"type":"string"},"owner":{"id":7,"type":"string"},"contentKey":{"id":9,"type":"string"},"contentTypeFqn":{"id":1,"type":"string"},"copilotMechanism":{"id":10,"type":"string"},"contentBuilderAction":{"id":5,"type":"string"},"blockType":{"id":6,"type":"string"},"variantId":{"id":4,"type":"string"},"prevAction":{"id":8,"type":"string"},"wsOrFolderId":{"id":3,
|
|
2
|
+
"type":"string"}}}}}}}}}};
|
package/sf_slackforce/index.js
CHANGED
|
@@ -4,6 +4,8 @@ export { context as contextSchema } from './context.js';
|
|
|
4
4
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
5
5
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
6
6
|
export { invite_channel as inviteChannelSchema } from './invite_channel.js';
|
|
7
|
+
export { load_conversation_history as loadConversationHistorySchema } from './load_conversation_history.js';
|
|
8
|
+
export { load_conversation_view as loadConversationViewSchema } from './load_conversation_view.js';
|
|
7
9
|
export { lob_sales_home as lobSalesHomeSchema } from './lob_sales_home.js';
|
|
8
10
|
export { msg_delete as msgDeleteSchema } from './msg_delete.js';
|
|
9
11
|
export { msg_impression as msgImpressionSchema } from './msg_impression.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const load_conversation_history={namespace:"sf.slackforce",name:"LoadConversationHistory",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"LoadConversationHistory":{"fields":{"chnId":{"id":2,"type":"string"},"didUserRequestMoreData":{"id":6,"type":"bool"},"hasMoreMsgs":{"id":9,"type":"bool"},"teamId":{"id":1,"type":"string"},"limit":{"id":4,"type":"uint32"},"isThread":{"id":5,"type":"bool"},"msgCount":{"id":8,"type":"uint32"},"userId":{"id":3,"type":"string"},"historySize":{"id":7,
|
|
2
|
+
"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const load_conversation_view={namespace:"sf.slackforce",name:"LoadConversationView",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"LoadConversationView":{"fields":{"chnId":{"id":2,"type":"string"},"isChannelReady":{"id":11,"type":"bool"},"notReadyReason":{"id":12,"type":"string"},"conversationInfoCount":{"id":6,"type":"uint32"},"hasMoreMsgs":{"id":10,"type":"bool"},"teamId":{"id":1,"type":"string"},"limit":{"id":5,"type":"uint32"},"msgCount":{"id":9,"type":"uint32"},"userInfoCount":{"id":8,
|
|
2
|
+
"type":"uint32"},"emojiCount":{"id":7,"type":"uint32"},"userId":{"id":3,"type":"string"},"relatedRecordId":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -4,6 +4,8 @@ export { context as contextSchema } from './context.js';
|
|
|
4
4
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
5
5
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
6
6
|
export { invite_channel as inviteChannelSchema } from './invite_channel.js';
|
|
7
|
+
export { load_conversation_history as loadConversationHistorySchema } from './load_conversation_history.js';
|
|
8
|
+
export { load_conversation_view as loadConversationViewSchema } from './load_conversation_view.js';
|
|
7
9
|
export { lob_sales_home as lobSalesHomeSchema } from './lob_sales_home.js';
|
|
8
10
|
export { msg_delete as msgDeleteSchema } from './msg_delete.js';
|
|
9
11
|
export { msg_impression as msgImpressionSchema } from './msg_impression.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.18.0'
|