o11y_schema 256.129.0 → 256.131.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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export const semantic_model_monitoring={namespace:"sf.semanticModel",name:"SemanticModelMonitoring",pbjsSchema:{"nested":{"sf":{"nested":{"semanticModel":{"nested":{"SemanticModelMonitoring":{"oneofs":{"
|
|
2
|
-
"
|
|
1
|
+
export const semantic_model_monitoring={namespace:"sf.semanticModel",name:"SemanticModelMonitoring",pbjsSchema:{"nested":{"sf":{"nested":{"semanticModel":{"nested":{"SemanticModelMonitoring":{"oneofs":{"_selectedModel":{"oneof":["selectedModel"]},"_isScuba":{"oneof":["isScuba"]},"_orgEdition":{"oneof":["orgEdition"]},"_isCustomer":{"oneof":["isCustomer"]},"_httpStatusCode":{"oneof":["httpStatusCode"]},"_isReadOnly":{"oneof":["isReadOnly"]},"_sdmId":{"oneof":["sdmId"]},"_modelCount":{"oneof":["modelCount"]},
|
|
2
|
+
"_entity":{"oneof":["entity"]}},"fields":{"orgEdition":{"options":{"proto3_optional":true},"id":10,"type":"string"},"types":{"rule":"repeated","id":16,"type":"string"},"keys":{"rule":"repeated","id":14,"type":"string"},"origin":{"id":13,"type":"string"},"values":{"rule":"repeated","id":15,"type":"string"},"modelCount":{"options":{"proto3_optional":true},"id":3,"type":"uint32"},"platform":{"id":9,"type":"string"},"productFeature":{"id":7,"type":"string"},"isCustomer":{"options":{"proto3_optional":true},
|
|
3
|
+
"id":11,"type":"bool"},"isReadOnly":{"options":{"proto3_optional":true},"id":2,"type":"bool"},"productArea":{"id":12,"type":"string"},"sdmId":{"options":{"proto3_optional":true},"id":8,"type":"string"},"isScuba":{"options":{"proto3_optional":true},"id":5,"type":"bool"},"action":{"id":1,"type":"string"},"entity":{"options":{"proto3_optional":true},"id":6,"type":"string"},"selectedModel":{"options":{"proto3_optional":true},"id":4,"type":"string"},"httpStatusCode":{"options":{"proto3_optional":true},
|
|
3
4
|
"id":17,"type":"string"}}}}}}}}}};
|
package/sf_slackforce/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { channel_create_flow as channelCreateFlowSchema } from './channel_create_flow.js';
|
|
2
2
|
export { channel_join_click as channelJoinClickSchema } from './channel_join_click.js';
|
|
3
|
+
export { context as contextSchema } from './context.js';
|
|
3
4
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
4
5
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
5
6
|
export { invite_channel as inviteChannelSchema } from './invite_channel.js';
|
|
@@ -16,4 +17,3 @@ export { reaction_removed as reactionRemovedSchema } from './reaction_removed.js
|
|
|
16
17
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
17
18
|
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
18
19
|
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
19
|
-
export { context as contextSchema } from './context.js';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { channel_create_flow as channelCreateFlowSchema } from './channel_create_flow.js';
|
|
2
2
|
export { channel_join_click as channelJoinClickSchema } from './channel_join_click.js';
|
|
3
|
+
export { context as contextSchema } from './context.js';
|
|
3
4
|
export { details_modal as detailsModalSchema } from './details_modal.js';
|
|
4
5
|
export { file_complete_upload_success as fileCompleteUploadSuccessSchema } from './file_complete_upload_success.js';
|
|
5
6
|
export { invite_channel as inviteChannelSchema } from './invite_channel.js';
|
|
@@ -16,4 +17,3 @@ export { reaction_removed as reactionRemovedSchema } from './reaction_removed.js
|
|
|
16
17
|
export { records_salesforce_record_view as recordsSalesforceRecordViewSchema } from './records_salesforce_record_view.js';
|
|
17
18
|
export { rimeto_hover_card_view as rimetoHoverCardViewSchema } from './rimeto_hover_card_view.js';
|
|
18
19
|
export { threads_reply as threadsReplySchema } from './threads_reply.js';
|
|
19
|
-
export { context as contextSchema } from './context.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.131.0'
|