o11y_schema 252.73.0 → 252.74.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
package/sf_commerce/index.js
CHANGED
|
@@ -13,4 +13,5 @@ export { search_suggestion as searchSuggestionSchema } from './search_suggestion
|
|
|
13
13
|
export { shipping as shippingSchema } from './shipping.js';
|
|
14
14
|
export { store_setup_assistant as storeSetupAssistantSchema } from './store_setup_assistant.js';
|
|
15
15
|
export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
|
|
16
|
+
export { storefront_editor as storefrontEditorSchema } from './storefront_editor.js';
|
|
16
17
|
export { suggestion as suggestionSchema } from './suggestion.js';
|
|
@@ -13,4 +13,5 @@ export { search_suggestion as searchSuggestionSchema } from './search_suggestion
|
|
|
13
13
|
export { shipping as shippingSchema } from './shipping.js';
|
|
14
14
|
export { store_setup_assistant as storeSetupAssistantSchema } from './store_setup_assistant.js';
|
|
15
15
|
export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
|
|
16
|
+
export { storefront_editor as storefrontEditorSchema } from './storefront_editor.js';
|
|
16
17
|
export { suggestion as suggestionSchema } from './suggestion.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const storefront_editor={namespace:"sf.commerce",name:"StorefrontEditor",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"StorefrontEditor":{"fields":{"isRedo":{"id":9,"type":"bool"},"newValue":{"id":7,"type":"string"},"isOpened":{"id":2,"type":"bool"},"isUndo":{"id":8,"type":"bool"},"isRejectChanges":{"id":13,"type":"bool"},"actionType":{"id":1,"type":"string"},"isNavEb":{"id":5,"type":"bool"},"propertyChanged":{"id":6,"type":"string"},"isChosenTemplate":{"id":10,"type":"bool"},
|
|
2
|
+
"view":{"id":11,"type":"string"},"isPublishChanges":{"id":4,"type":"bool"},"isSaveChangesPrompted":{"id":12,"type":"bool"},"isSaveChanges":{"id":3,"type":"bool"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='252.
|
|
1
|
+
export const version='252.74.0'
|