o11y_schema 256.71.0 → 256.72.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
@@ -86,7 +86,7 @@
86
86
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
87
87
  },
88
88
  "type": "module",
89
- "version": "256.71.0",
89
+ "version": "256.72.0",
90
90
  "license": "BSD-3-Clause",
91
91
  "volta": {
92
92
  "node": "18.17.1",
@@ -2,4 +2,5 @@ export { configurator_session as configuratorSessionSchema } from './configurato
2
2
  export { configurator_toggle as configuratorToggleSchema } from './configurator_toggle.js';
3
3
  export { large_quote_and_order_toggle as largeQuoteAndOrderToggleSchema } from './large_quote_and_order_toggle.js';
4
4
  export { ramp_deal as rampDealSchema } from './ramp_deal.js';
5
+ export { rlm_cmp_session as rlmCmpSessionSchema } from './rlm_cmp_session.js';
5
6
  export { tlt_instant_price as tltInstantPriceSchema } from './tlt_instant_price.js';
@@ -0,0 +1 @@
1
+ export const rlm_cmp_session={namespace:"sf.revenue",name:"RlmCmpSession",pbjsSchema:{"nested":{"sf":{"nested":{"revenue":{"nested":{"RlmCmpSession":{"fields":{"recordId":{"id":1,"type":"string"},"objectName":{"id":2,"type":"string"},"cmpName":{"id":3,"type":"string"},"actionName":{"id":4,"type":"string"}}}}}}}}}};
@@ -2,4 +2,5 @@ export { configurator_session as configuratorSessionSchema } from './configurato
2
2
  export { configurator_toggle as configuratorToggleSchema } from './configurator_toggle.js';
3
3
  export { large_quote_and_order_toggle as largeQuoteAndOrderToggleSchema } from './large_quote_and_order_toggle.js';
4
4
  export { ramp_deal as rampDealSchema } from './ramp_deal.js';
5
+ export { rlm_cmp_session as rlmCmpSessionSchema } from './rlm_cmp_session.js';
5
6
  export { tlt_instant_price as tltInstantPriceSchema } from './tlt_instant_price.js';
@@ -1 +1 @@
1
- export const version='256.71.0'
1
+ export const version='256.72.0'