o11y_schema 252.22.0 → 252.24.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
@@ -70,7 +70,7 @@
70
70
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
71
71
  },
72
72
  "type": "module",
73
- "version": "252.22.0",
73
+ "version": "252.24.0",
74
74
  "license": "BSD-3-Clause",
75
75
  "volta": {
76
76
  "node": "18.17.1",
@@ -1,2 +1,2 @@
1
- export const cart={namespace:"sf.commerce",name:"Cart",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"Cart":{"fields":{"coupon":{"id":104,"type":"string"},"orderId":{"id":109,"type":"string"},"sourceChannel":{"id":4,"type":"string"},"subscriptionCount":{"id":107,"type":"uint32"},"uniqueProductCount":{"id":106,"type":"uint32"},"webstoreId":{"id":2,"type":"string"},"totalProductCount":{"id":105,"type":"uint32"},"name":{"id":101,"type":"string"},"eventName":{"id":1,"type":"string"},"correlationId":{"id":5,
2
- "type":"string"},"currency":{"id":103,"type":"string"},"id":{"id":102,"type":"string"},"checkoutId":{"id":108,"type":"string"},"visitorId":{"id":3,"type":"string"}}}}}}}}}};
1
+ export const cart={namespace:"sf.commerce",name:"Cart",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"Cart":{"fields":{"coupon":{"id":104,"type":"string"},"totalProductsAmount":{"id":105,"type":"double"},"orderId":{"id":108,"type":"string"},"sourceChannel":{"id":4,"type":"string"},"uniqueProductCount":{"id":106,"type":"uint32"},"webstoreId":{"id":2,"type":"string"},"name":{"id":101,"type":"string"},"subscriptionQuantity":{"id":107,"type":"double"},"eventName":{"id":1,"type":"string"},
2
+ "correlationId":{"id":5,"type":"string"},"currency":{"id":103,"type":"string"},"id":{"id":102,"type":"string"},"visitorId":{"id":3,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const cart_item={namespace:"sf.commerce",name:"CartItem",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"CartItem":{"fields":{"totalProductAmount":{"id":106,"type":"string"},"quantity":{"id":104,"type":"string"},"productId":{"id":107,"type":"string"},"lineItemId":{"id":102,"type":"string"},"sourceChannel":{"id":4,"type":"string"},"adjustedTotalProductAmount":{"id":110,"type":"string"},"cartId":{"id":101,"type":"string"},"saleType":{"id":112,"type":"string"},"webstoreId":{"id":2,
2
- "type":"string"},"price":{"id":103,"type":"string"},"imageUrl":{"id":111,"type":"string"},"name":{"id":105,"type":"string"},"eventName":{"id":1,"type":"string"},"correlationId":{"id":5,"type":"string"},"sku":{"id":109,"type":"string"},"productType":{"id":108,"type":"string"},"visitorId":{"id":3,"type":"string"}}}}}}}}}};
1
+ export const cart_item={namespace:"sf.commerce",name:"CartItem",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"CartItem":{"fields":{"totalProductAmount":{"id":106,"type":"double"},"quantity":{"id":104,"type":"double"},"productId":{"id":107,"type":"string"},"lineItemId":{"id":102,"type":"string"},"sourceChannel":{"id":4,"type":"string"},"adjustedTotalProductAmount":{"id":110,"type":"double"},"cartId":{"id":101,"type":"string"},"saleType":{"id":112,"type":"string"},"webstoreId":{"id":2,
2
+ "type":"string"},"price":{"id":103,"type":"double"},"imageUrl":{"id":111,"type":"string"},"name":{"id":105,"type":"string"},"eventName":{"id":1,"type":"string"},"correlationId":{"id":5,"type":"string"},"sku":{"id":109,"type":"string"},"productType":{"id":108,"type":"string"},"visitorId":{"id":3,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const asset_hierarchy_adoption={namespace:"sf.sfs",name:"AssetHierarchyAdoption",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"AssetHierarchyAdoption":{"fields":{"cmpUsed":{"id":1,"type":"string"}}}}}}}}}};
package/sf_sfs/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  export { app_info as appInfoSchema } from './app_info.js';
2
2
  export { app_start as appStartSchema } from './app_start.js';
3
+ export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asset_hierarchy_adoption.js';
3
4
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
4
5
  export { crash_report as crashReportSchema } from './crash_report.js';
5
6
  export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
package/sf_sfs/sf_sfs.js CHANGED
@@ -1,5 +1,6 @@
1
1
  export { app_info as appInfoSchema } from './app_info.js';
2
2
  export { app_start as appStartSchema } from './app_start.js';
3
+ export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asset_hierarchy_adoption.js';
3
4
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
4
5
  export { crash_report as crashReportSchema } from './crash_report.js';
5
6
  export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
@@ -1 +1 @@
1
- export const version='252.22.0'
1
+ export const version='252.24.0'