o11y_schema 256.124.0 → 256.126.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_lds/index.js +1 -0
- package/sf_lds/priming_session_batch.js +1 -0
- package/sf_lds/sf_lds.js +1 -0
- package/sf_slackforce/channel_create_flow.js +1 -0
- package/sf_slackforce/channel_join_click.js +1 -0
- package/sf_slackforce/index.js +6 -1
- package/sf_slackforce/invite_channel.js +1 -0
- package/sf_slackforce/lob_sales_home.js +1 -1
- package/sf_slackforce/msg_delete.js +1 -0
- package/sf_slackforce/reaction_added.js +1 -0
- package/sf_slackforce/reaction_removed.js +1 -0
- package/sf_slackforce/sf_slackforce.js +6 -1
- package/version/version.js +1 -1
- package/sf_slackforce/invite_generated.js +0 -1
package/package.json
CHANGED
package/sf_lds/index.js
CHANGED
|
@@ -9,3 +9,4 @@ export { luvio_store_stats as luvioStoreStatsSchema } from './luvio_store_stats.
|
|
|
9
9
|
export { perf_network_stats as perfNetworkStatsSchema } from './perf_network_stats.js';
|
|
10
10
|
export { perf_sqlite_store_stats as perfSqliteStoreStatsSchema } from './perf_sqlite_store_stats.js';
|
|
11
11
|
export { perf_total_stats as perfTotalStatsSchema } from './perf_total_stats.js';
|
|
12
|
+
export { priming_session_batch as primingSessionBatchSchema } from './priming_session_batch.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const priming_session_batch={namespace:"sf.lds",name:"PrimingSessionBatch",pbjsSchema:{"nested":{"sf":{"nested":{"lds":{"nested":{"PrimingSessionBatch":{"fields":{"container":{"id":8,"type":"string"},"idCount":{"id":1,"type":"uint32"},"missingCount":{"id":3,"type":"uint32"},"wasFromPagination":{"id":5,"type":"bool"},"successCount":{"id":2,"type":"uint32"},"paginationCount":{"id":6,"type":"uint32"},"conflictedCount":{"id":4,"type":"uint32"},"ingestDuration":{"id":7,"type":"double"}}}}}}}}}};
|
package/sf_lds/sf_lds.js
CHANGED
|
@@ -9,3 +9,4 @@ export { luvio_store_stats as luvioStoreStatsSchema } from './luvio_store_stats.
|
|
|
9
9
|
export { perf_network_stats as perfNetworkStatsSchema } from './perf_network_stats.js';
|
|
10
10
|
export { perf_sqlite_store_stats as perfSqliteStoreStatsSchema } from './perf_sqlite_store_stats.js';
|
|
11
11
|
export { perf_total_stats as perfTotalStatsSchema } from './perf_total_stats.js';
|
|
12
|
+
export { priming_session_batch as primingSessionBatchSchema } from './priming_session_batch.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const channel_create_flow={namespace:"sf.slackforce",name:"ChannelCreateFlow",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ChannelCreateFlow":{"fields":{"chnId":{"id":3,"type":"string"},"teamId":{"id":4,"type":"string"},"action":{"id":2,"type":"string"},"userId":{"id":5,"type":"string"},"elementName":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const channel_join_click={namespace:"sf.slackforce",name:"ChannelJoinClick",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ChannelJoinClick":{"fields":{"chnId":{"id":3,"type":"string"},"teamId":{"id":4,"type":"string"},"action":{"id":2,"type":"string"},"userId":{"id":5,"type":"string"},"elementName":{"id":1,"type":"string"}}}}}}}}}};
|
package/sf_slackforce/index.js
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
|
+
export { channel_create_flow as channelCreateFlowSchema } from './channel_create_flow.js';
|
|
2
|
+
export { channel_join_click as channelJoinClickSchema } from './channel_join_click.js';
|
|
1
3
|
export { context as contextSchema } from './context.js';
|
|
2
4
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
3
5
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
4
|
-
export {
|
|
6
|
+
export { invite_channel as inviteChannelSchema } from './invite_channel.js';
|
|
5
7
|
export { lob_sales_home as lobSalesHomeSchema } from './lob_sales_home.js';
|
|
8
|
+
export { msg_delete as msgDeleteSchema } from './msg_delete.js';
|
|
6
9
|
export { msg_impression as msgImpressionSchema } from './msg_impression.js';
|
|
7
10
|
export { msg_link_clicked as msgLinkClickedSchema } from './msg_link_clicked.js';
|
|
8
11
|
export { msg_reads_impression as msgReadsImpressionSchema } from './msg_reads_impression.js';
|
|
9
12
|
export { msg_scroll as msgScrollSchema } from './msg_scroll.js';
|
|
10
13
|
export { msg_sent as msgSentSchema } from './msg_sent.js';
|
|
11
14
|
export { msg_submitted_mentions as msgSubmittedMentionsSchema } from './msg_submitted_mentions.js';
|
|
15
|
+
export { reaction_added as reactionAddedSchema } from './reaction_added.js';
|
|
16
|
+
export { reaction_removed as reactionRemovedSchema } from './reaction_removed.js';
|
|
12
17
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
13
18
|
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
14
19
|
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const invite_channel={namespace:"sf.slackforce",name:"InviteChannel",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"InviteChannel":{"fields":{"chnId":{"id":6,"type":"string"},"teamId":{"id":4,"type":"string"},"action":{"id":2,"type":"string"},"step":{"id":1,"type":"string"},"userId":{"id":5,"type":"string"},"elementName":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -1 +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"},"teamId":{"id":5,"type":"string"},"action":{"id":3,"type":"string"},"
|
|
1
|
+
export const lob_sales_home={namespace:"sf.slackforce",name:"LobSalesHome",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"LobSalesHome":{"oneofs":{"_messageTs":{"oneof":["messageTs"]}},"fields":{"chnId":{"id":4,"type":"string"},"teamId":{"id":5,"type":"string"},"action":{"id":3,"type":"string"},"messageTs":{"options":{"proto3_optional":true},"id":1,"type":"string"},"userId":{"id":6,"type":"string"},"elementName":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const msg_delete={namespace:"sf.slackforce",name:"MsgDelete",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgDelete":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"teamId":{"id":5,"type":"string"},"messageTs":{"id":4,"type":"string"},"userId":{"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const reaction_added={namespace:"sf.slackforce",name:"ReactionAdded",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ReactionAdded":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"teamId":{"id":5,"type":"string"},"messageTs":{"id":4,"type":"string"},"userId":{"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const reaction_removed={namespace:"sf.slackforce",name:"ReactionRemoved",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"ReactionRemoved":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"teamId":{"id":5,"type":"string"},"messageTs":{"id":4,"type":"string"},"userId":{"id":6,"type":"string"}}}}}}}}}};
|
|
@@ -1,14 +1,19 @@
|
|
|
1
|
+
export { channel_create_flow as channelCreateFlowSchema } from './channel_create_flow.js';
|
|
2
|
+
export { channel_join_click as channelJoinClickSchema } from './channel_join_click.js';
|
|
1
3
|
export { context as contextSchema } from './context.js';
|
|
2
4
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
3
5
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
4
|
-
export {
|
|
6
|
+
export { invite_channel as inviteChannelSchema } from './invite_channel.js';
|
|
5
7
|
export { lob_sales_home as lobSalesHomeSchema } from './lob_sales_home.js';
|
|
8
|
+
export { msg_delete as msgDeleteSchema } from './msg_delete.js';
|
|
6
9
|
export { msg_impression as msgImpressionSchema } from './msg_impression.js';
|
|
7
10
|
export { msg_link_clicked as msgLinkClickedSchema } from './msg_link_clicked.js';
|
|
8
11
|
export { msg_reads_impression as msgReadsImpressionSchema } from './msg_reads_impression.js';
|
|
9
12
|
export { msg_scroll as msgScrollSchema } from './msg_scroll.js';
|
|
10
13
|
export { msg_sent as msgSentSchema } from './msg_sent.js';
|
|
11
14
|
export { msg_submitted_mentions as msgSubmittedMentionsSchema } from './msg_submitted_mentions.js';
|
|
15
|
+
export { reaction_added as reactionAddedSchema } from './reaction_added.js';
|
|
16
|
+
export { reaction_removed as reactionRemovedSchema } from './reaction_removed.js';
|
|
12
17
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
13
18
|
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
14
19
|
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.126.0'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const invite_generated={namespace:"sf.slackforce",name:"InviteGenerated",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"InviteGenerated":{"fields":{"inviteId":{"id":3,"type":"string"},"teamId":{"id":7,"type":"string"},"action":{"id":5,"type":"string"},"step":{"id":4,"type":"string"},"entryPoint":{"id":1,"type":"string"},"userId":{"id":8,"type":"string"},"trackingId":{"id":2,"type":"string"},"elementName":{"id":6,"type":"string"}}}}}}}}}};
|