o11y_schema 254.27.0 → 254.28.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
@@ -78,7 +78,7 @@
78
78
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
79
79
  },
80
80
  "type": "module",
81
- "version": "254.27.0",
81
+ "version": "254.28.0",
82
82
  "license": "BSD-3-Clause",
83
83
  "volta": {
84
84
  "node": "18.17.1",
@@ -13,6 +13,7 @@ export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
13
13
  export { search_result as searchResultSchema } from './search_result.js';
14
14
  export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
15
15
  export { shipping as shippingSchema } from './shipping.js';
16
+ export { status_banner as statusBannerSchema } from './status_banner.js';
16
17
  export { store_setup_assistant as storeSetupAssistantSchema } from './store_setup_assistant.js';
17
18
  export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
18
19
  export { storefront_editor as storefrontEditorSchema } from './storefront_editor.js';
@@ -13,6 +13,7 @@ export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
13
13
  export { search_result as searchResultSchema } from './search_result.js';
14
14
  export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
15
15
  export { shipping as shippingSchema } from './shipping.js';
16
+ export { status_banner as statusBannerSchema } from './status_banner.js';
16
17
  export { store_setup_assistant as storeSetupAssistantSchema } from './store_setup_assistant.js';
17
18
  export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
18
19
  export { storefront_editor as storefrontEditorSchema } from './storefront_editor.js';
@@ -0,0 +1 @@
1
+ export const status_banner={namespace:"sf.commerce",name:"StatusBanner",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"StatusBanner":{"fields":{"featurePage":{"id":4,"type":"string"},"eventName":{"id":1,"type":"string"},"state":{"id":3,"type":"string"},"webstoreId":{"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='254.27.0'
1
+ export const version='254.28.0'