o11y_schema 256.90.0 → 256.92.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_agentforceInstrumentation/agentforce_instrumentation.js +2 -0
- package/sf_agentforceInstrumentation/index.js +1 -0
- package/sf_agentforceInstrumentation/sf_agentforceInstrumentation.js +1 -0
- package/sf_agentforceInstrumentation/sf_agentforceInstrumentation.js-meta.xml +7 -0
- package/sf_slackforce/index.js +2 -1
- package/sf_slackforce/msg_impression.js +1 -0
- package/sf_slackforce/msg_link_clicked.js +1 -1
- package/sf_slackforce/msg_scroll.js +1 -0
- package/sf_slackforce/msg_sent.js +1 -1
- package/sf_slackforce/sf_slackforce.js +2 -1
- package/sf_slackforce/threads_reply.js +1 -1
- package/version/version.js +1 -1
- package/sf_slackforce/channel_invite_modal.js +0 -1
package/package.json
CHANGED
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"./sfcore_network": "./sfcore_network/sfcore_network.js",
|
|
39
39
|
"./sf_sApp": "./sf_sApp/sf_sApp.js",
|
|
40
40
|
"./sf_ccinventory": "./sf_ccinventory/sf_ccinventory.js",
|
|
41
|
+
"./sf_agentforceInstrumentation": "./sf_agentforceInstrumentation/sf_agentforceInstrumentation.js",
|
|
41
42
|
"./sf_industriesConstraint": "./sf_industriesConstraint/sf_industriesConstraint.js",
|
|
42
43
|
"./sf_sfsMobileHybrid": "./sf_sfsMobileHybrid/sf_sfsMobileHybrid.js",
|
|
43
44
|
"./sf_enhancedConversation": "./sf_enhancedConversation/sf_enhancedConversation.js",
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
92
93
|
},
|
|
93
94
|
"type": "module",
|
|
94
|
-
"version": "256.
|
|
95
|
+
"version": "256.92.0",
|
|
95
96
|
"license": "BSD-3-Clause",
|
|
96
97
|
"volta": {
|
|
97
98
|
"node": "18.17.1",
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
"o11y_schema/version",
|
|
104
105
|
"o11y_schema/sf_actExp",
|
|
105
106
|
"o11y_schema/sf_actions",
|
|
107
|
+
"o11y_schema/sf_agentforceInstrumentation",
|
|
106
108
|
"o11y_schema/sf_ai4mCampaignDesigner",
|
|
107
109
|
"o11y_schema/sf_aura",
|
|
108
110
|
"o11y_schema/sf_automation",
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const agentforce_instrumentation={namespace:"sf.agentforceInstrumentation",name:"AgentforceInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"agentforceInstrumentation":{"nested":{"AgentforceInstrumentation":{"fields":{"actionCount":{"id":8,"type":"uint32"},"componentType":{"id":3,"type":"string"},"actionType":{"id":9,"type":"string"},"agentType":{"id":5,"type":"string"},"eventName":{"id":1,"type":"string"},"topicCount":{"id":10,"type":"uint32"},"agentSkill":{"id":6,"type":"string"},"componentName":{"id":2,
|
|
2
|
+
"type":"string"},"selectedTab":{"id":4,"type":"string"},"instructionCount":{"id":7,"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { agentforce_instrumentation as agentforceInstrumentationSchema } from './agentforce_instrumentation.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { agentforce_instrumentation as agentforceInstrumentationSchema } from './agentforce_instrumentation.js';
|
package/sf_slackforce/index.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export { channel_invite_modal as channelInviteModalSchema } from './channel_invite_modal.js';
|
|
2
1
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
3
2
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
4
3
|
export { invite_generated as inviteGeneratedSchema } from './invite_generated.js';
|
|
5
4
|
export { lob_sales_home as lobSalesHomeSchema } from './lob_sales_home.js';
|
|
5
|
+
export { msg_impression as msgImpressionSchema } from './msg_impression.js';
|
|
6
6
|
export { msg_link_clicked as msgLinkClickedSchema } from './msg_link_clicked.js';
|
|
7
7
|
export { msg_reads_impression as msgReadsImpressionSchema } from './msg_reads_impression.js';
|
|
8
|
+
export { msg_scroll as msgScrollSchema } from './msg_scroll.js';
|
|
8
9
|
export { msg_sent as msgSentSchema } from './msg_sent.js';
|
|
9
10
|
export { msg_submitted_mentions as msgSubmittedMentionsSchema } from './msg_submitted_mentions.js';
|
|
10
11
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
@@ -0,0 +1 @@
|
|
|
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"},"threadTs":{"options":{"proto3_optional":true},"id":3,"type":"string"},"messageTs":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const msg_link_clicked={namespace:"sf.slackforce",name:"MsgLinkClicked",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgLinkClicked":{"fields":{"chnId":{"id":1,"type":"string"},"itemType":{"id":5,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"
|
|
1
|
+
export const msg_link_clicked={namespace:"sf.slackforce",name:"MsgLinkClicked",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgLinkClicked":{"fields":{"chnId":{"id":1,"type":"string"},"itemType":{"id":5,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"urlDomain":{"id":6,"type":"string"},"linkType":{"id":7,"type":"string"},"messageTs":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const msg_scroll={namespace:"sf.slackforce",name:"MsgScroll",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgScroll":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"messageTs":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const msg_sent={namespace:"sf.slackforce",name:"MsgSent",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSent":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"
|
|
1
|
+
export const msg_sent={namespace:"sf.slackforce",name:"MsgSent",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSent":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"messageTs":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export { channel_invite_modal as channelInviteModalSchema } from './channel_invite_modal.js';
|
|
2
1
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
3
2
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
4
3
|
export { invite_generated as inviteGeneratedSchema } from './invite_generated.js';
|
|
5
4
|
export { lob_sales_home as lobSalesHomeSchema } from './lob_sales_home.js';
|
|
5
|
+
export { msg_impression as msgImpressionSchema } from './msg_impression.js';
|
|
6
6
|
export { msg_link_clicked as msgLinkClickedSchema } from './msg_link_clicked.js';
|
|
7
7
|
export { msg_reads_impression as msgReadsImpressionSchema } from './msg_reads_impression.js';
|
|
8
|
+
export { msg_scroll as msgScrollSchema } from './msg_scroll.js';
|
|
8
9
|
export { msg_sent as msgSentSchema } from './msg_sent.js';
|
|
9
10
|
export { msg_submitted_mentions as msgSubmittedMentionsSchema } from './msg_submitted_mentions.js';
|
|
10
11
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const threads_reply={namespace:"sf.slackforce",name:"ThreadsReply",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ThreadsReply":{"fields":{"chnId":{"id":2,"type":"string"},"msgsCount":{"id":6,"type":"uint32"},"chnType":{"id":3,"type":"string"},"chnPrivType":{"id":4,"type":"
|
|
1
|
+
export const threads_reply={namespace:"sf.slackforce",name:"ThreadsReply",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ThreadsReply":{"fields":{"chnId":{"id":2,"type":"string"},"msgsCount":{"id":6,"type":"uint32"},"chnType":{"id":3,"type":"string"},"chnPrivType":{"id":4,"type":"uint32"},"parentMessageId":{"id":1,"type":"string"},"messageTs":{"id":5,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.92.0'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const channel_invite_modal={namespace:"sf.slackforce",name:"ChannelInviteModal",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ChannelInviteModal":{"fields":{"chnId":{"id":3,"type":"string"},"action":{"id":2,"type":"string"},"source":{"id":1,"type":"string"}}}}}}}}}};
|