o11y_schema 256.88.0 → 256.89.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_slackforce/channel_invite_modal.js +1 -0
- package/sf_slackforce/details_modal.js +1 -0
- package/sf_slackforce/file_complete_upload_success.js +1 -0
- package/sf_slackforce/index.js +12 -0
- package/sf_slackforce/invite_generated.js +1 -0
- package/sf_slackforce/lob_sales_home.js +1 -0
- package/sf_slackforce/msg_link_clicked.js +1 -0
- package/sf_slackforce/msg_reads_impression.js +1 -0
- package/sf_slackforce/msg_sent.js +1 -0
- package/sf_slackforce/msg_submitted_mentions.js +1 -0
- package/sf_slackforce/records_salesforce_record_view.js +1 -0
- package/sf_slackforce/rimeto_hover_card_view.js +1 -0
- package/sf_slackforce/sf_slackforce.js +12 -0
- package/sf_slackforce/sf_slackforce.js-meta.xml +7 -0
- package/sf_slackforce/threads_reply.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"./sfcore_customCmp": "./sfcore_customCmp/sfcore_customCmp.js",
|
|
65
65
|
"./sf_servicePlan": "./sf_servicePlan/sf_servicePlan.js",
|
|
66
66
|
"./sf_actExp": "./sf_actExp/sf_actExp.js",
|
|
67
|
+
"./sf_slackforce": "./sf_slackforce/sf_slackforce.js",
|
|
67
68
|
"./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
|
|
68
69
|
"./sf_energyUtilities": "./sf_energyUtilities/sf_energyUtilities.js",
|
|
69
70
|
"./sf_actions": "./sf_actions/sf_actions.js",
|
|
@@ -90,7 +91,7 @@
|
|
|
90
91
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
91
92
|
},
|
|
92
93
|
"type": "module",
|
|
93
|
-
"version": "256.
|
|
94
|
+
"version": "256.89.0",
|
|
94
95
|
"license": "BSD-3-Clause",
|
|
95
96
|
"volta": {
|
|
96
97
|
"node": "18.17.1",
|
|
@@ -163,6 +164,7 @@
|
|
|
163
164
|
"o11y_schema/sf_sfs",
|
|
164
165
|
"o11y_schema/sf_sfsMobileHybrid",
|
|
165
166
|
"o11y_schema/sf_siteSearch",
|
|
167
|
+
"o11y_schema/sf_slackforce",
|
|
166
168
|
"o11y_schema/sf_support",
|
|
167
169
|
"o11y_schema/sf_testAiltnPageview",
|
|
168
170
|
"o11y_schema/sf_umaCoreAnalytics",
|
|
@@ -0,0 +1 @@
|
|
|
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"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const details_modal={namespace:"sf.slackforce",name:"DetailsModal",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"DetailsModal":{"fields":{"chnId":{"id":4,"type":"string"},"action":{"id":1,"type":"string"},"step":{"id":2,"type":"string"},"elementValue":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const file_complete_upload_success={namespace:"sf.slackforce",name:"FileCompleteUploadSuccess",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"FileCompleteUploadSuccess":{"fields":{"duration":{"id":2,"type":"uint32"},"uploadSize":{"id":6,"type":"uint32"},"retryCount":{"id":5,"type":"uint32"},"hasUploadMsg":{"id":3,"type":"bool"},"type":{"id":1,"type":"uint32"},"fileCount":{"id":4,"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { channel_invite_modal as channelInviteModalSchema } from './channel_invite_modal.js';
|
|
2
|
+
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
3
|
+
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
4
|
+
export { invite_generated as inviteGeneratedSchema } from './invite_generated.js';
|
|
5
|
+
export { lob_sales_home as lobSalesHomeSchema } from './lob_sales_home.js';
|
|
6
|
+
export { msg_link_clicked as msgLinkClickedSchema } from './msg_link_clicked.js';
|
|
7
|
+
export { msg_reads_impression as msgReadsImpressionSchema } from './msg_reads_impression.js';
|
|
8
|
+
export { msg_sent as msgSentSchema } from './msg_sent.js';
|
|
9
|
+
export { msg_submitted_mentions as msgSubmittedMentionsSchema } from './msg_submitted_mentions.js';
|
|
10
|
+
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
11
|
+
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
12
|
+
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const invite_generated={namespace:"sf.slackforce",name:"InviteGenerated",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"InviteGenerated":{"fields":{"inviteId":{"id":3,"type":"string"},"action":{"id":5,"type":"string"},"step":{"id":4,"type":"string"},"entryPoint":{"id":1,"type":"string"},"trackingId":{"id":2,"type":"string"},"elementName":{"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const lob_sales_home={namespace:"sf.slackforce",name:"LobSalesHome",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"LobSalesHome":{"fields":{"chnId":{"id":4,"type":"string"},"action":{"id":3,"type":"string"},"entryPoint":{"id":1,"type":"string"},"elementName":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +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":"string"},"urlDomain":{"id":6,"type":"string"},"linkType":{"id":7,"type":"string"},"messageTs":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const msg_reads_impression={namespace:"sf.slackforce",name:"MsgReadsImpression",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgReadsImpression":{"fields":{"chnId":{"id":1,"type":"string"},"isUnreadMsg":{"id":7,"type":"bool"},"authorUserId":{"id":5,"type":"string"},"cmpName":{"id":2,"type":"string"},"action":{"id":4,"type":"string"},"cmpVariant":{"id":3,"type":"string"},"messageTs":{"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +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":"string"},"messageTs":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const msg_submitted_mentions={namespace:"sf.slackforce",name:"MsgSubmittedMentions",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgSubmittedMentions":{"fields":{"mentionsCount":{"id":1,"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const records_salesforce_record_view={namespace:"sf.slackforce",name:"RecordsSalesforceRecordView",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"RecordsSalesforceRecordView":{"fields":{"chnId":{"id":1,"type":"string"},"action":{"id":2,"type":"string"},"cmpName":{"id":3,"type":"string"},"elementValue":{"id":6,"type":"string"},"cmpVariant":{"id":4,"type":"string"},"elementName":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const rimeto_hover_card_view={namespace:"sf.slackforce",name:"RimetoHoverCardView",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"RimetoHoverCardView":{"fields":{"chnId":{"id":3,"type":"string"},"profileId":{"id":4,"type":"string"},"cmpName":{"id":1,"type":"string"},"action":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { channel_invite_modal as channelInviteModalSchema } from './channel_invite_modal.js';
|
|
2
|
+
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
3
|
+
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
4
|
+
export { invite_generated as inviteGeneratedSchema } from './invite_generated.js';
|
|
5
|
+
export { lob_sales_home as lobSalesHomeSchema } from './lob_sales_home.js';
|
|
6
|
+
export { msg_link_clicked as msgLinkClickedSchema } from './msg_link_clicked.js';
|
|
7
|
+
export { msg_reads_impression as msgReadsImpressionSchema } from './msg_reads_impression.js';
|
|
8
|
+
export { msg_sent as msgSentSchema } from './msg_sent.js';
|
|
9
|
+
export { msg_submitted_mentions as msgSubmittedMentionsSchema } from './msg_submitted_mentions.js';
|
|
10
|
+
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
11
|
+
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
12
|
+
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
@@ -0,0 +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":"string"},"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.89.0'
|