o11y_schema 260.16.0 → 260.17.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
@@ -134,7 +134,7 @@
134
134
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
135
135
  },
136
136
  "type": "module",
137
- "version": "260.16.0",
137
+ "version": "260.17.0",
138
138
  "license": "BSD-3-Clause",
139
139
  "volta": {
140
140
  "node": "18.17.1",
@@ -0,0 +1,2 @@
1
+ export const conversation_rephrase={namespace:"sf.scrt",name:"ConversationRephrase",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationRephrase":{"oneofs":{"_rephraseTextLength":{"oneof":["rephraseTextLength"]},"_duration":{"oneof":["duration"]}},"fields":{"recordId":{"id":2,"type":"string"},"duration":{"options":{"proto3_optional":true},"id":8,"type":"double"},"rephraseId":{"id":1,"type":"string"},"operationStatus":{"id":5,"type":"string"},"rephraseTextLength":{"options":{"proto3_optional":true},
2
+ "id":7,"type":"uint32"},"action":{"id":4,"type":"string"},"originalTextLength":{"id":6,"type":"uint32"},"templateDevName":{"id":3,"type":"string"}}}}}}}}}};
package/sf_scrt/index.js CHANGED
@@ -3,6 +3,7 @@ export { component_render as componentRenderSchema } from './component_render.js
3
3
  export { conversation_file_upload as conversationFileUploadSchema } from './conversation_file_upload.js';
4
4
  export { conversation_message as conversationMessageSchema } from './conversation_message.js';
5
5
  export { conversation_message_delivery as conversationMessageDeliverySchema } from './conversation_message_delivery.js';
6
+ export { conversation_rephrase as conversationRephraseSchema } from './conversation_rephrase.js';
6
7
  export { conversation_transfer as conversationTransferSchema } from './conversation_transfer.js';
7
8
  export { conversation_user_interaction as conversationUserInteractionSchema } from './conversation_user_interaction.js';
8
9
  export { event_router_connectivity as eventRouterConnectivitySchema } from './event_router_connectivity.js';
@@ -3,6 +3,7 @@ export { component_render as componentRenderSchema } from './component_render.js
3
3
  export { conversation_file_upload as conversationFileUploadSchema } from './conversation_file_upload.js';
4
4
  export { conversation_message as conversationMessageSchema } from './conversation_message.js';
5
5
  export { conversation_message_delivery as conversationMessageDeliverySchema } from './conversation_message_delivery.js';
6
+ export { conversation_rephrase as conversationRephraseSchema } from './conversation_rephrase.js';
6
7
  export { conversation_transfer as conversationTransferSchema } from './conversation_transfer.js';
7
8
  export { conversation_user_interaction as conversationUserInteractionSchema } from './conversation_user_interaction.js';
8
9
  export { event_router_connectivity as eventRouterConnectivitySchema } from './event_router_connectivity.js';
@@ -1,2 +1,2 @@
1
- export const suggestionInteraction={namespace:"sf.sentosSearch",name:"SuggestionInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"SuggestionInteraction":{"fields":{"resultCount":{"id":12,"type":"uint32"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":4,"type":"string"},"interactTime":{"id":6,"type":"uint64"},"clientSearchId":{"id":5,"type":"string"},"suggestReqSeq":{"id":13,"type":"uint32"},"windowId":{"id":2,"type":"string"},"queryId":{"id":8,"type":"string"},
2
- "recordId":{"id":9,"type":"string"},"clientSource":{"id":3,"type":"string"},"suggestionType":{"id":14,"type":"string"},"recordObject":{"id":10,"type":"string"},"recordPosition":{"id":11,"type":"uint32"},"interactType":{"id":7,"type":"string"}}}}}}}}}};
1
+ export const suggestionInteraction={namespace:"sf.sentosSearch",name:"SuggestionInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"SuggestionInteraction":{"fields":{"resultCount":{"id":13,"type":"uint32"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":4,"type":"string"},"interactTime":{"id":6,"type":"uint64"},"clientSearchId":{"id":5,"type":"string"},"suggestReqSeq":{"id":15,"type":"uint32"},"windowId":{"id":2,"type":"string"},"queryId":{"id":8,"type":"string"},
2
+ "recordId":{"id":9,"type":"string"},"clientSource":{"id":3,"type":"string"},"suggestionType":{"id":16,"type":"string"},"recordObject":{"id":10,"type":"string"},"recordPosition":{"id":11,"type":"uint32"},"interactType":{"id":7,"type":"string"},"resultType":{"id":14,"type":"string"},"recordSource":{"id":12,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='260.16.0'
1
+ export const version='260.17.0'