o11y_schema 248.69.0 → 248.70.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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const gnr_seo_title_tile={namespace:"sf.commerce",name:"GnrSeoTitleTile",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"GnrSeoTitleTile":{"fields":{"productCount":{"id":1,"type":"uint32"},"webstoreId":{"id":2,"type":"string"}}}}}}}}}};
|
package/sf_commerce/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
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 { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
|
|
3
4
|
export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
|
|
4
5
|
export { suggestion as suggestionSchema } from './suggestion.js';
|
|
@@ -1,4 +1,5 @@
|
|
|
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 { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
|
|
3
4
|
export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
|
|
4
5
|
export { suggestion as suggestionSchema } from './suggestion.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='248.
|
|
1
|
+
export const version='248.70.0'
|