o11y_schema 246.2.0 → 246.4.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
@@ -44,7 +44,7 @@
44
44
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
45
45
  },
46
46
  "type": "module",
47
- "version": "246.2.0",
47
+ "version": "246.4.0",
48
48
  "license": "BSD-3-Clause",
49
49
  "name": "o11y_schema",
50
50
  "lwc": {
@@ -1 +1,2 @@
1
1
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
2
+ export { suggestion as suggestionSchema } from './suggestion.js';
@@ -1 +1,2 @@
1
1
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
2
+ export { suggestion as suggestionSchema } from './suggestion.js';
@@ -0,0 +1 @@
1
+ export const suggestion={namespace:"sf.commerce",name:"Suggestion",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"Suggestion":{"fields":{"isPromptMod":{"id":5,"type":"bool"},"ctxCmp":{"id":1,"type":"string"},"genCount":{"id":7,"type":"uint32"},"action":{"id":3,"type":"string"},"isSugMod":{"id":4,"type":"bool"},"recId":{"id":2,"type":"string"},"isCurMod":{"id":6,"type":"bool"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='246.2.0'
1
+ export const version='246.4.0'