o11y_schema 254.59.0 → 254.60.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 custom_domain_setup={namespace:"sf.commerce",name:"CustomDomainSetup",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"CustomDomainSetup":{"fields":{"customUrl":{"id":6,"type":"string"},"eventName":{"id":1,"type":"string"},"domainStatus":{"id":4,"type":"string"},"domainUrl":{"id":3,"type":"string"},"webstoreId":{"id":2,"type":"string"},"domainId":{"id":5,"type":"string"}}}}}}}}}};
|
package/sf_commerce/index.js
CHANGED
|
@@ -6,6 +6,7 @@ export { checkout as checkoutSchema } from './checkout.js';
|
|
|
6
6
|
export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
|
|
7
7
|
export { commerce_product_importer_v2 as commerceProductImporterV2Schema } from './commerce_product_importer_v2.js';
|
|
8
8
|
export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
|
|
9
|
+
export { custom_domain_setup as customDomainSetupSchema } from './custom_domain_setup.js';
|
|
9
10
|
export { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
|
|
10
11
|
export { order as orderSchema } from './order.js';
|
|
11
12
|
export { page_view as pageViewSchema } from './page_view.js';
|
|
@@ -6,6 +6,7 @@ export { checkout as checkoutSchema } from './checkout.js';
|
|
|
6
6
|
export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
|
|
7
7
|
export { commerce_product_importer_v2 as commerceProductImporterV2Schema } from './commerce_product_importer_v2.js';
|
|
8
8
|
export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
|
|
9
|
+
export { custom_domain_setup as customDomainSetupSchema } from './custom_domain_setup.js';
|
|
9
10
|
export { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
|
|
10
11
|
export { order as orderSchema } from './order.js';
|
|
11
12
|
export { page_view as pageViewSchema } from './page_view.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.60.0'
|