o11y_schema 254.29.0 → 254.30.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
|
@@ -10,6 +10,7 @@ export { order as orderSchema } from './order.js';
|
|
|
10
10
|
export { page_view as pageViewSchema } from './page_view.js';
|
|
11
11
|
export { payment as paymentSchema } from './payment.js';
|
|
12
12
|
export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
|
|
13
|
+
export { search as searchSchema } from './search.js';
|
|
13
14
|
export { search_result as searchResultSchema } from './search_result.js';
|
|
14
15
|
export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
|
|
15
16
|
export { shipping as shippingSchema } from './shipping.js';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const search={namespace:"sf.commerce",name:"Search",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"Search":{"fields":{"resultsReturnedQuantity":{"id":117,"type":"uint32"},"searchResultPageNumber":{"id":105,"type":"uint32"},"sourceChannel":{"id":4,"type":"string"},"searchSuggestionTitle":{"id":109,"type":"string"},"channelType":{"id":6,"type":"string"},"searchEngineName":{"id":118,"type":"string"},"webstoreId":{"id":2,"type":"string"},"searchSuggestionsType":{"id":108,"type":"string"},
|
|
2
|
+
"searchQuery":{"id":101,"type":"string"},"eventName":{"id":1,"type":"string"},"correlationId":{"id":5,"type":"string"},"searchType":{"rule":"repeated","id":112,"type":"string"},"searchFacetList":{"rule":"repeated","id":111,"type":"string"},"suggestionResultPosition":{"id":110,"type":"uint32"},"searchResultPositionInPage":{"id":106,"type":"uint32"},"searchSuggestionId":{"id":107,"type":"string"},"searchResultTitle":{"id":119,"type":"string"},"resultsRequested":{"id":113,"type":"uint32"},"searchResultPosition":{"id":104,
|
|
3
|
+
"type":"uint32"},"sortType":{"id":115,"type":"string"},"resultPageOffset":{"id":114,"type":"uint32"},"originalSearchQuery":{"id":116,"type":"string"},"searchAction":{"id":103,"type":"string"},"categoryId":{"id":102,"type":"string"},"visitorId":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -10,6 +10,7 @@ export { order as orderSchema } from './order.js';
|
|
|
10
10
|
export { page_view as pageViewSchema } from './page_view.js';
|
|
11
11
|
export { payment as paymentSchema } from './payment.js';
|
|
12
12
|
export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
|
|
13
|
+
export { search as searchSchema } from './search.js';
|
|
13
14
|
export { search_result as searchResultSchema } from './search_result.js';
|
|
14
15
|
export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
|
|
15
16
|
export { shipping as shippingSchema } from './shipping.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.30.0'
|