o11y_schema 254.25.0 → 254.26.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
@@ -78,7 +78,7 @@
78
78
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
79
79
  },
80
80
  "type": "module",
81
- "version": "254.25.0",
81
+ "version": "254.26.0",
82
82
  "license": "BSD-3-Clause",
83
83
  "volta": {
84
84
  "node": "18.17.1",
@@ -7,6 +7,7 @@ export { commerce_product_importer_v2 as commerceProductImporterV2Schema } from
7
7
  export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
8
8
  export { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
9
9
  export { order as orderSchema } from './order.js';
10
+ export { page_view as pageViewSchema } from './page_view.js';
10
11
  export { payment as paymentSchema } from './payment.js';
11
12
  export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
12
13
  export { search_result as searchResultSchema } from './search_result.js';
@@ -0,0 +1 @@
1
+ export const page_view={namespace:"sf.commerce",name:"PageView",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"PageView":{"fields":{"sourceChannel":{"id":4,"type":"string"},"eventName":{"id":1,"type":"string"},"correlationId":{"id":5,"type":"string"},"channelType":{"id":6,"type":"string"},"id":{"id":101,"type":"string"},"webstoreId":{"id":2,"type":"string"},"visitorId":{"id":3,"type":"string"},"group":{"id":102,"type":"string"}}}}}}}}}};
@@ -7,6 +7,7 @@ export { commerce_product_importer_v2 as commerceProductImporterV2Schema } from
7
7
  export { composite_add_product as compositeAddProductSchema } from './composite_add_product.js';
8
8
  export { gnr_seo_title_tile as gnrSeoTitleTileSchema } from './gnr_seo_title_tile.js';
9
9
  export { order as orderSchema } from './order.js';
10
+ export { page_view as pageViewSchema } from './page_view.js';
10
11
  export { payment as paymentSchema } from './payment.js';
11
12
  export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
12
13
  export { search_result as searchResultSchema } from './search_result.js';
@@ -1 +1 @@
1
- export const version='254.25.0'
1
+ export const version='254.26.0'