o11y_schema 254.48.0 → 254.49.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
@@ -80,7 +80,7 @@
80
80
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
81
81
  },
82
82
  "type": "module",
83
- "version": "254.48.0",
83
+ "version": "254.49.0",
84
84
  "license": "BSD-3-Clause",
85
85
  "volta": {
86
86
  "node": "18.17.1",
@@ -1 +1,2 @@
1
- export const composite_add_product={namespace:"sf.commerce",name:"CompositeAddProduct",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"CompositeAddProduct":{"fields":{"mediaMappedCount":{"id":5,"type":"uint32"},"categoriesCreatedCount":{"id":6,"type":"uint32"},"productId":{"id":8,"type":"string"},"action":{"id":2,"type":"string"},"mediaCreatedCount":{"id":7,"type":"uint32"},"uniqueId":{"id":3,"type":"string"},"categoriesMappedCount":{"id":4,"type":"uint32"}}}}}}}}}};
1
+ export const composite_add_product={namespace:"sf.commerce",name:"CompositeAddProduct",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"CompositeAddProduct":{"fields":{"isNewProduct":{"id":9,"type":"bool"},"productClass":{"id":10,"type":"string"},"mediaMappedCount":{"id":5,"type":"uint32"},"categoriesCreatedCount":{"id":6,"type":"uint32"},"productId":{"id":8,"type":"string"},"variationCount":{"id":12,"type":"uint32"},"isNewAttributeSet":{"id":11,"type":"bool"},"action":{"id":2,"type":"string"},
2
+ "variationPriceModifiedCount":{"id":13,"type":"uint32"},"mediaCreatedCount":{"id":7,"type":"uint32"},"uniqueId":{"id":3,"type":"string"},"categoriesMappedCount":{"id":4,"type":"uint32"}}}}}}}}}};
@@ -11,6 +11,7 @@ export { order as orderSchema } from './order.js';
11
11
  export { page_view as pageViewSchema } from './page_view.js';
12
12
  export { payment as paymentSchema } from './payment.js';
13
13
  export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
14
+ export { product_attributes as productAttributesSchema } from './product_attributes.js';
14
15
  export { search as searchSchema } from './search.js';
15
16
  export { search_result as searchResultSchema } from './search_result.js';
16
17
  export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
@@ -0,0 +1 @@
1
+ export const product_attributes={namespace:"sf.commerce",name:"ProductAttributes",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"ProductAttributes":{"fields":{"fieldApiName":{"id":2,"type":"string"},"viewType":{"id":3,"type":"string"},"source":{"id":4,"type":"string"},"isSorted":{"id":5,"type":"bool"},"isNew":{"id":6,"type":"bool"},"optionsCount":{"id":7,"type":"uint32"}}}}}}}}}};
@@ -11,6 +11,7 @@ export { order as orderSchema } from './order.js';
11
11
  export { page_view as pageViewSchema } from './page_view.js';
12
12
  export { payment as paymentSchema } from './payment.js';
13
13
  export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
14
+ export { product_attributes as productAttributesSchema } from './product_attributes.js';
14
15
  export { search as searchSchema } from './search.js';
15
16
  export { search_result as searchResultSchema } from './search_result.js';
16
17
  export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
@@ -1 +1 @@
1
- export const version='254.48.0'
1
+ export const version='254.49.0'