o11y_schema 252.54.0 → 252.56.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
@@ -75,7 +75,7 @@
75
75
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
76
76
  },
77
77
  "type": "module",
78
- "version": "252.54.0",
78
+ "version": "252.56.0",
79
79
  "license": "BSD-3-Clause",
80
80
  "volta": {
81
81
  "node": "18.17.1",
@@ -0,0 +1 @@
1
+ export const conversation_hub_interaction={namespace:"sf.eciExp",name:"ConversationHubInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"eciExp":{"nested":{"ConversationHubInteraction":{"fields":{"interaction":{"id":1,"type":"string"},"minorArea":{"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { conversation_hub_interaction as conversationHubInteractionSchema } from './conversation_hub_interaction.js';
1
2
  export { sales_mining_interaction as salesMiningInteractionSchema } from './sales_mining_interaction.js';
@@ -1 +1,2 @@
1
+ export { conversation_hub_interaction as conversationHubInteractionSchema } from './conversation_hub_interaction.js';
1
2
  export { sales_mining_interaction as salesMiningInteractionSchema } from './sales_mining_interaction.js';
@@ -1,2 +1,2 @@
1
- export const app_start={namespace:"sf.sfs",name:"AppStart",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"AppStart":{"fields":{"appVersion":{"id":9,"type":"string"},"isGooglePlayOk":{"id":6,"type":"bool"},"coldStartReason":{"id":2,"type":"string"},"locale":{"id":5,"type":"string"},"platform":{"id":11,"type":"string"},"isReleaseBuild":{"id":10,"type":"bool"},"gates":{"rule":"repeated","id":7,"type":"string"},"osVersion":{"id":12,"type":"double"},"permissions":{"rule":"repeated","id":8,"type":"string"},
2
- "appEvent":{"rule":"repeated","id":3,"type":"string"},"isLdsOn":{"id":4,"type":"bool"},"deviceClass":{"id":13,"type":"string"},"appLaunchReason":{"id":1,"type":"string"}}}}}}}}}};
1
+ export const app_start={namespace:"sf.sfs",name:"AppStart",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"AppStart":{"reserved":[[11,11]],"fields":{"isReleaseBuild":{"id":10,"type":"bool"},"gates":{"rule":"repeated","id":7,"type":"string"},"appVersion":{"id":9,"type":"string"},"osVersion":{"id":12,"type":"double"},"permissions":{"rule":"repeated","id":8,"type":"string"},"appEvent":{"rule":"repeated","id":3,"type":"string"},"isLdsOn":{"id":4,"type":"bool"},"isGooglePlayOk":{"id":6,"type":"bool"},
2
+ "deviceClass":{"id":13,"type":"string"},"appLaunchReason":{"id":1,"type":"string"},"coldStartReason":{"id":2,"type":"string"},"locale":{"id":5,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='252.54.0'
1
+ export const version='252.56.0'