o11y_schema 264.67.0 → 264.68.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
package/sf_slackforce/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { msg_updated as msgUpdatedSchema } from './msg_updated.js';
|
|
1
2
|
export { admin_guided_slack_setup_already_using_slack_click as adminGuidedSlackSetupAlreadyUsingSlackClickSchema } from './admin_guided_slack_setup_already_using_slack_click.js';
|
|
2
3
|
export { admin_guided_slack_setup_add_slack_conversations as adminGuidedSlackSetupAddSlackConversationsSchema } from './admin_guided_slack_setup_add_slack_conversations.js';
|
|
3
4
|
export { msg_sent as msgSentSchema } from './msg_sent.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const msg_updated={namespace:"sf.slackforce",name:"MsgUpdated",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgUpdated":{"oneofs":{"_cmpUsageContextId":{"oneof":["cmpUsageContextId"]}},"fields":{"chnId":{"id":1,"type":"string"},"cmpUsageContextId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"teamId":{"id":3,"type":"string"},"messageTs":{"id":2,"type":"string"},"userId":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { msg_updated as msgUpdatedSchema } from './msg_updated.js';
|
|
1
2
|
export { admin_guided_slack_setup_already_using_slack_click as adminGuidedSlackSetupAlreadyUsingSlackClickSchema } from './admin_guided_slack_setup_already_using_slack_click.js';
|
|
2
3
|
export { admin_guided_slack_setup_add_slack_conversations as adminGuidedSlackSetupAddSlackConversationsSchema } from './admin_guided_slack_setup_add_slack_conversations.js';
|
|
3
4
|
export { msg_sent as msgSentSchema } from './msg_sent.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='264.
|
|
1
|
+
export const version='264.68.0'
|