o11y_schema 252.37.0 → 252.38.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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const event_router_connectivity={namespace:"sf.scrt",name:"EventRouterConnectivity",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"EventRouterConnectivity":{"fields":{"eventSourceId":{"id":4,"type":"string"},"eventMessage":{"id":10,"type":"string"},"eventRouterId":{"id":3,"type":"string"},"clientId":{"id":2,"type":"string"},"connectionCount":{"id":6,"type":"uint32"},"appType":{"id":1,"type":"string"},"eventStatus":{"id":9,"type":"string"},"connectionStatus":{"id":5,"type":"string"},
|
|
2
|
+
"lastEventId":{"id":7,"type":"string"},"operation":{"id":8,"type":"string"}}}}}}}}}};
|
package/sf_scrt/index.js
CHANGED
|
@@ -4,6 +4,7 @@ export { conversation_message as conversationMessageSchema } from './conversatio
|
|
|
4
4
|
export { conversation_message_delivery as conversationMessageDeliverySchema } from './conversation_message_delivery.js';
|
|
5
5
|
export { conversation_transfer as conversationTransferSchema } from './conversation_transfer.js';
|
|
6
6
|
export { conversation_user_interaction as conversationUserInteractionSchema } from './conversation_user_interaction.js';
|
|
7
|
+
export { event_router_connectivity as eventRouterConnectivitySchema } from './event_router_connectivity.js';
|
|
7
8
|
export { messaging_component as messagingComponentSchema } from './messaging_component.js';
|
|
8
9
|
export { system as systemSchema } from './system.js';
|
|
9
10
|
export { voice_message as voiceMessageSchema } from './voice_message.js';
|
package/sf_scrt/sf_scrt.js
CHANGED
|
@@ -4,6 +4,7 @@ export { conversation_message as conversationMessageSchema } from './conversatio
|
|
|
4
4
|
export { conversation_message_delivery as conversationMessageDeliverySchema } from './conversation_message_delivery.js';
|
|
5
5
|
export { conversation_transfer as conversationTransferSchema } from './conversation_transfer.js';
|
|
6
6
|
export { conversation_user_interaction as conversationUserInteractionSchema } from './conversation_user_interaction.js';
|
|
7
|
+
export { event_router_connectivity as eventRouterConnectivitySchema } from './event_router_connectivity.js';
|
|
7
8
|
export { messaging_component as messagingComponentSchema } from './messaging_component.js';
|
|
8
9
|
export { system as systemSchema } from './system.js';
|
|
9
10
|
export { voice_message as voiceMessageSchema } from './voice_message.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='252.
|
|
1
|
+
export const version='252.38.0'
|