o11y_schema 256.142.0 → 256.144.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 +3 -1
- package/sf_policyCenter/index.js +1 -0
- package/sf_policyCenter/policy_center_view.js +1 -0
- package/sf_policyCenter/sf_policyCenter.js +1 -0
- package/sf_policyCenter/sf_policyCenter.js-meta.xml +7 -0
- package/sf_slackforce/index.js +2 -0
- package/sf_slackforce/load_conversation_history.js +2 -0
- package/sf_slackforce/load_conversation_view.js +2 -0
- package/sf_slackforce/sf_slackforce.js +2 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -91,6 +91,7 @@
|
|
|
91
91
|
"./sf_lightningOut": "./sf_lightningOut/sf_lightningOut.js",
|
|
92
92
|
"./sf_segmentation": "./sf_segmentation/sf_segmentation.js",
|
|
93
93
|
"./sf_umaSetup": "./sf_umaSetup/sf_umaSetup.js",
|
|
94
|
+
"./sf_policyCenter": "./sf_policyCenter/sf_policyCenter.js",
|
|
94
95
|
"./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
|
|
95
96
|
"./sf_content": "./sf_content/sf_content.js",
|
|
96
97
|
"./sf_embeddedMessaging": "./sf_embeddedMessaging/sf_embeddedMessaging.js"
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
102
103
|
},
|
|
103
104
|
"type": "module",
|
|
104
|
-
"version": "256.
|
|
105
|
+
"version": "256.144.0",
|
|
105
106
|
"license": "BSD-3-Clause",
|
|
106
107
|
"volta": {
|
|
107
108
|
"node": "18.17.1",
|
|
@@ -165,6 +166,7 @@
|
|
|
165
166
|
"o11y_schema/sf_omniChannel",
|
|
166
167
|
"o11y_schema/sf_p13n",
|
|
167
168
|
"o11y_schema/sf_payments",
|
|
169
|
+
"o11y_schema/sf_policyCenter",
|
|
168
170
|
"o11y_schema/sf_prm",
|
|
169
171
|
"o11y_schema/sf_promptStudio",
|
|
170
172
|
"o11y_schema/sf_recordPicker",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { policy_center_view as policyCenterViewSchema } from './policy_center_view.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const policy_center_view={namespace:"sf.policyCenter",name:"PolicyCenterView",pbjsSchema:{"nested":{"sf":{"nested":{"policyCenter":{"nested":{"PolicyCenterView":{"fields":{"viewName":{"id":1,"type":"string"},"message":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { policy_center_view as policyCenterViewSchema } from './policy_center_view.js';
|
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='256.
|
|
1
|
+
export const version='256.144.0'
|