o11y_schema 248.34.0 → 248.36.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
@@ -55,7 +55,7 @@
55
55
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
56
56
  },
57
57
  "type": "module",
58
- "version": "248.34.0",
58
+ "version": "248.36.0",
59
59
  "license": "BSD-3-Clause",
60
60
  "name": "o11y_schema",
61
61
  "lwc": {
@@ -1,3 +1,4 @@
1
1
  export { bulk_suggestion as bulkSuggestionSchema } from './bulk_suggestion.js';
2
2
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
3
+ export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
3
4
  export { suggestion as suggestionSchema } from './suggestion.js';
@@ -1,3 +1,4 @@
1
1
  export { bulk_suggestion as bulkSuggestionSchema } from './bulk_suggestion.js';
2
2
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
3
+ export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
3
4
  export { suggestion as suggestionSchema } from './suggestion.js';
@@ -0,0 +1,2 @@
1
+ export const storefront_branding_modal={namespace:"sf.commerce",name:"StorefrontBrandingModal",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"StorefrontBrandingModal":{"fields":{"isFinishBtn":{"id":15,"type":"bool"},"isBannerUpld":{"id":8,"type":"bool"},"isGetBranding":{"id":2,"type":"bool"},"isBrandColor":{"id":9,"type":"bool"},"isFgColor":{"id":12,"type":"bool"},"isSkipStep":{"id":3,"type":"bool"},"isLogoCms":{"id":5,"type":"bool"},"isBgColor":{"id":10,"type":"bool"},"isTextColor":{"id":11,
2
+ "type":"bool"},"isCloseBtn":{"id":16,"type":"bool"},"isUrl":{"id":1,"type":"bool"},"isLogoUpld":{"id":6,"type":"bool"},"isBtnShape":{"id":14,"type":"bool"},"isBannerCms":{"id":7,"type":"bool"},"isFont":{"id":13,"type":"bool"},"isRestart":{"id":4,"type":"bool"}}}}}}}}}};
package/sf_lists/index.js CHANGED
@@ -1 +1,2 @@
1
+ export { list_view_control as listViewControlSchema } from './list_view_control.js';
1
2
  export { related_list_drillin as relatedListDrillinSchema } from './related_list_drillin.js';
@@ -0,0 +1 @@
1
+ export const list_view_control={namespace:"sf.lists",name:"ListViewControl",pbjsSchema:{"nested":{"sf":{"nested":{"lists":{"nested":{"ListViewControl":{"fields":{"opName":{"id":1,"type":"string"},"errMsg":{"id":5,"type":"string"},"objectName":{"id":2,"type":"string"},"opDetail":{"id":4,"type":"string"},"isSuccess":{"id":3,"type":"bool"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { list_view_control as listViewControlSchema } from './list_view_control.js';
1
2
  export { related_list_drillin as relatedListDrillinSchema } from './related_list_drillin.js';
@@ -1 +1 @@
1
- export const version='248.34.0'
1
+ export const version='248.36.0'