o11y_schema 254.44.0 → 254.46.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,2 @@
|
|
|
1
|
+
export const catalog_object={namespace:"sf.commerce",name:"CatalogObject",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"CatalogObject":{"fields":{"searchResultPageNumber":{"id":106,"type":"uint32"},"sourceChannel":{"id":4,"type":"string"},"channelType":{"id":6,"type":"string"},"searchResultTitle":{"id":104,"type":"string"},"searchResultPositionInPage":{"id":107,"type":"uint32"},"webstoreId":{"id":2,"type":"string"},"objectType":{"id":102,"type":"string"},"searchResultPosition":{"id":105,
|
|
2
|
+
"type":"uint32"},"eventName":{"id":1,"type":"string"},"correlationId":{"id":5,"type":"string"},"objectId":{"id":101,"type":"string"},"categoryId":{"id":103,"type":"string"},"visitorId":{"id":3,"type":"string"}}}}}}}}}};
|
package/sf_commerce/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { bulk_suggestion as bulkSuggestionSchema } from './bulk_suggestion.js';
|
|
2
2
|
export { cart as cartSchema } from './cart.js';
|
|
3
3
|
export { cart_item as cartItemSchema } from './cart_item.js';
|
|
4
|
+
export { catalog_object as catalogObjectSchema } from './catalog_object.js';
|
|
4
5
|
export { checkout as checkoutSchema } from './checkout.js';
|
|
5
6
|
export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
|
|
6
7
|
export { commerce_product_importer_v2 as commerceProductImporterV2Schema } from './commerce_product_importer_v2.js';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { bulk_suggestion as bulkSuggestionSchema } from './bulk_suggestion.js';
|
|
2
2
|
export { cart as cartSchema } from './cart.js';
|
|
3
3
|
export { cart_item as cartItemSchema } from './cart_item.js';
|
|
4
|
+
export { catalog_object as catalogObjectSchema } from './catalog_object.js';
|
|
4
5
|
export { checkout as checkoutSchema } from './checkout.js';
|
|
5
6
|
export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
|
|
6
7
|
export { commerce_product_importer_v2 as commerceProductImporterV2Schema } from './commerce_product_importer_v2.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const favorite_action={namespace:"sf.sApp",name:"FavoriteAction",pbjsSchema:{"nested":{"sf":{"nested":{"sApp":{"nested":{"FavoriteAction":{"fields":{"entityType":{"id":1,"type":"string"},"targetType":{"id":2,"type":"string"}}}}}}}}}};
|
package/sf_sApp/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { contacts as contactsSchema } from './contacts.js';
|
|
2
2
|
export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js';
|
|
3
3
|
export { error as errorSchema } from './error.js';
|
|
4
|
+
export { favorite_action as favoriteActionSchema } from './favorite_action.js';
|
|
4
5
|
export { mcf_load as mcfLoadSchema } from './mcf_load.js';
|
|
5
6
|
export { page_payload as pagePayloadSchema } from './page_payload.js';
|
|
6
7
|
export { request_status as requestStatusSchema } from './request_status.js';
|
package/sf_sApp/sf_sApp.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { contacts as contactsSchema } from './contacts.js';
|
|
2
2
|
export { copilot_bootstrap as copilotBootstrapSchema } from './copilot_bootstrap.js';
|
|
3
3
|
export { error as errorSchema } from './error.js';
|
|
4
|
+
export { favorite_action as favoriteActionSchema } from './favorite_action.js';
|
|
4
5
|
export { mcf_load as mcfLoadSchema } from './mcf_load.js';
|
|
5
6
|
export { page_payload as pagePayloadSchema } from './page_payload.js';
|
|
6
7
|
export { request_status as requestStatusSchema } from './request_status.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.46.0'
|