o11y_schema 252.10.0 → 252.12.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
@@ -67,7 +67,7 @@
67
67
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
68
68
  },
69
69
  "type": "module",
70
- "version": "252.10.0",
70
+ "version": "252.12.0",
71
71
  "license": "BSD-3-Clause",
72
72
  "volta": {
73
73
  "node": "18.17.1",
@@ -2,5 +2,7 @@ export { bulk_suggestion as bulkSuggestionSchema } from './bulk_suggestion.js';
2
2
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
3
3
  export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
4
4
  export { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
5
+ export { search_result as searchResultSchema } from './search_result.js';
6
+ export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
5
7
  export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
6
8
  export { suggestion as suggestionSchema } from './suggestion.js';
@@ -0,0 +1 @@
1
+ export const search_result={namespace:"sf.commerce",name:"SearchResult",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"SearchResult":{"fields":{"searchTerm":{"id":4,"type":"string"},"productId":{"id":7,"type":"string"},"searchType":{"id":8,"type":"string"},"resultsCount":{"id":5,"type":"uint32"},"correlationId":{"id":3,"type":"string"},"eventType":{"id":2,"type":"string"},"productRank":{"id":9,"type":"string"},"webstoreId":{"id":1,"type":"string"},"productType":{"id":6,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const search_suggestion={namespace:"sf.commerce",name:"SearchSuggestion",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"SearchSuggestion":{"fields":{"searchTerm":{"id":4,"type":"string"},"suggestion":{"id":6,"type":"string"},"correlationId":{"id":3,"type":"string"},"suggestions":{"rule":"repeated","id":7,"type":"string"},"eventType":{"id":2,"type":"string"},"webstoreId":{"id":1,"type":"string"},"suggestionsCount":{"id":5,"type":"uint32"}}}}}}}}}};
@@ -2,5 +2,7 @@ export { bulk_suggestion as bulkSuggestionSchema } from './bulk_suggestion.js';
2
2
  export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
3
3
  export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
4
4
  export { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
5
+ export { search_result as searchResultSchema } from './search_result.js';
6
+ export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
5
7
  export { storefront_branding_modal as storefrontBrandingModalSchema } from './storefront_branding_modal.js';
6
8
  export { suggestion as suggestionSchema } from './suggestion.js';
@@ -1 +1 @@
1
- export const web_vitals={namespace:"sf.instrumentation",name:"WebVitals",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"WebVitals":{"fields":{"name":{"id":1,"type":"string"},"delta":{"id":3,"type":"double"},"value":{"id":2,"type":"double"}}}}}}}}}};
1
+ export const web_vitals={namespace:"sf.instrumentation",name:"WebVitals",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"WebVitals":{"fields":{"navType":{"id":5,"type":"string"},"name":{"id":1,"type":"string"},"delta":{"id":3,"type":"double"},"id":{"id":4,"type":"string"},"value":{"id":2,"type":"double"},"wvVersion":{"id":6,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='252.10.0'
1
+ export const version='252.12.0'