o11y_schema 248.30.0 → 248.32.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
@@ -54,7 +54,7 @@
54
54
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
55
55
  },
56
56
  "type": "module",
57
- "version": "248.30.0",
57
+ "version": "248.32.0",
58
58
  "license": "BSD-3-Clause",
59
59
  "name": "o11y_schema",
60
60
  "lwc": {
@@ -0,0 +1,2 @@
1
+ export const bulk_suggestion={namespace:"sf.commerce",name:"BulkSuggestion",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"BulkSuggestion":{"fields":{"langSelectedCount":{"id":8,"type":"uint32"},"suggModCount":{"id":11,"type":"uint32"},"isTranslationEnabled":{"id":4,"type":"bool"},"isInstructionMod":{"id":5,"type":"bool"},"isRefFieldsUsed":{"id":6,"type":"bool"},"prodSelectedCount":{"id":7,"type":"uint32"},"field":{"id":3,"type":"string"},"ctxCmp":{"id":1,"type":"string"},"action":{"id":2,
2
+ "type":"string"},"currEmptyCount":{"id":10,"type":"uint32"},"langLocale":{"id":9,"type":"string"}}}}}}}}}};
@@ -1,2 +1,3 @@
1
+ export { bulk_suggestion as bulkSuggestionSchema } from './bulk_suggestion.js';
1
2
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
2
3
  export { suggestion as suggestionSchema } from './suggestion.js';
@@ -1,2 +1,3 @@
1
+ export { bulk_suggestion as bulkSuggestionSchema } from './bulk_suggestion.js';
1
2
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
2
3
  export { suggestion as suggestionSchema } from './suggestion.js';
@@ -1 +1 @@
1
- export const module_load={namespace:"sf.lightningsdk",name:"ModuleLoad",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"ModuleLoad":{"fields":{"specifier":{"id":2,"type":"string"},"ownHash":{"id":4,"type":"string"},"isInCache":{"id":1,"type":"bool"},"signature":{"id":5,"type":"string"},"version":{"id":3,"type":"string"}}}}}}}}}};
1
+ export const module_load={namespace:"sf.lightningsdk",name:"ModuleLoad",pbjsSchema:{"nested":{"sf":{"nested":{"lightningsdk":{"nested":{"ModuleLoad":{"fields":{"specifier":{"id":2,"type":"string"},"ownHash":{"id":4,"type":"string"},"isInCache":{"id":1,"type":"bool"},"isTrunc":{"id":8,"type":"bool"},"size":{"id":7,"type":"uint32"},"signature":{"id":5,"type":"string"},"moduleCount":{"id":6,"type":"uint32"},"version":{"id":3,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='248.30.0'
1
+ export const version='248.32.0'