o11y_schema 240.4.0 → 240.7.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
@@ -6,6 +6,7 @@
6
6
  ],
7
7
  "author": "instrumentationteam@salesforce.com",
8
8
  "exports": {
9
+ "./sf_commerce": "./sf_commerce/sf_commerce.js",
9
10
  "./sf_searchui": "./sf_searchui/sf_searchui.js",
10
11
  "./sf_instrumentationTest": "./sf_instrumentationTest/sf_instrumentationTest.js",
11
12
  "./sf_aura": "./sf_aura/sf_aura.js",
@@ -29,7 +30,7 @@
29
30
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
30
31
  },
31
32
  "type": "module",
32
- "version": "240.4.0",
33
+ "version": "240.7.0",
33
34
  "license": "BSD-3-Clause",
34
35
  "name": "o11y_schema",
35
36
  "lwc": {
@@ -37,6 +38,7 @@
37
38
  "o11y_schema/version",
38
39
  "o11y_schema/sf_aura",
39
40
  "o11y_schema/sf_automation",
41
+ "o11y_schema/sf_commerce",
40
42
  "o11y_schema/sf_instrumentation",
41
43
  "o11y_schema/sf_instrumentationTest",
42
44
  "o11y_schema/sf_komaci",
@@ -0,0 +1 @@
1
+ export const client_side_payment={namespace:"sf.commerce",name:"ClientSidePayment",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"ClientSidePayment":{"options":{"(meta.msg.desc)":"Client side payments instrumentation"},"fields":{"resultCode":{"options":{},"id":2,"type":"string"},"paymentMethod":{"options":{},"id":3,"type":"string"},"componentName":{"options":{},"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
@@ -0,0 +1 @@
1
+ export { client_side_payment as clientSidePaymentSchema } from './client_side_payment.js';
package/sf_lds/index.js CHANGED
@@ -4,3 +4,6 @@ export { durable_store_graphql as durableStoreGraphqlSchema } from './durable_st
4
4
  export { durable_store_read as durableStoreReadSchema } from './durable_store_read.js';
5
5
  export { durable_store_write as durableStoreWriteSchema } from './durable_store_write.js';
6
6
  export { luvio_store_stats as luvioStoreStatsSchema } from './luvio_store_stats.js';
7
+ export { perf_durable_store_stats as perfDurableStoreStatsSchema } from './perf_durable_store_stats.js';
8
+ export { perf_network_stats as perfNetworkStatsSchema } from './perf_network_stats.js';
9
+ export { perf_total_stats as perfTotalStatsSchema } from './perf_total_stats.js';
@@ -0,0 +1,3 @@
1
+ export const perf_durable_store_stats={namespace:"sf.lds",name:"PerfDurableStoreStats",pbjsSchema:{"nested":{"sf":{"nested":{"lds":{"nested":{"PerfDurableStoreStats":{"options":{"(meta.msg.desc)":"LDS Mobile Performance Durable Store Stats"},"fields":{"getTotCount":{"options":{},"id":16,"type":"uint32"},"setAvgDuration":{"options":{},"id":22,"type":"double"},"getAllTotCount":{"options":{},"id":11,"type":"uint32"},"wireName":{"options":{},"id":1,"type":"string"},"evictTotCount":{"options":{},"id":9,
2
+ "type":"uint32"},"batchTotCount":{"options":{},"id":2,"type":"uint32"},"getWCbAvgDuration":{"options":{},"id":19,"type":"double"},"getAllWCbTotCount":{"options":{},"id":13,"type":"uint32"},"getWCbTotCount":{"options":{},"id":18,"type":"uint32"},"eSqlTotCount":{"options":{},"id":6,"type":"uint32"},"eSqlAvgDuration":{"options":{},"id":8,"type":"double"},"batchAvgDuration":{"options":{},"id":5,"type":"double"},"getAvgDuration":{"options":{},"id":17,"type":"double"},"getAllWCbAvgDuration":{"options":{},
3
+ "id":14,"type":"double"},"batchEvictCount":{"options":{},"id":4,"type":"uint32"},"getAllWCbErrCount":{"options":{},"id":15,"type":"uint32"},"getAllAvgDuration":{"options":{},"id":12,"type":"double"},"eSqlErrCount":{"options":{},"id":7,"type":"uint32"},"evictAvgDuration":{"options":{},"id":10,"type":"double"},"batchSetCount":{"options":{},"id":3,"type":"uint32"},"setTotCount":{"options":{},"id":21,"type":"uint32"},"getWCbErrCount":{"options":{},"id":20,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const perf_network_stats={namespace:"sf.lds",name:"PerfNetworkStats",pbjsSchema:{"nested":{"sf":{"nested":{"lds":{"nested":{"PerfNetworkStats":{"options":{"(meta.msg.desc)":"LDS Mobile Performance Network Stats"},"fields":{"wireName":{"options":{},"id":1,"type":"string"},"networkCount":{"options":{},"id":2,"type":"uint32"},"errorCount":{"options":{},"id":4,"type":"uint32"},"averageDuration":{"options":{},"id":3,"type":"double"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const perf_total_stats={namespace:"sf.lds",name:"PerfTotalStats",pbjsSchema:{"nested":{"sf":{"nested":{"lds":{"nested":{"PerfTotalStats":{"options":{"(meta.msg.desc)":"LDS Mobile Performance Stats"},"fields":{"totalDuration":{"options":{},"id":2,"type":"double"},"wireCount":{"options":{},"id":3,"type":"uint32"},"wireName":{"options":{},"id":1,"type":"string"},"durableStoreReadCount":{"options":{},"id":5,"type":"uint32"},"networkCount":{"options":{},"id":4,"type":"uint32"},"durableStoreWriteCount":{"options":{},
2
+ "id":6,"type":"uint32"}}}}}}}}}};
package/sf_lds/sf_lds.js CHANGED
@@ -4,3 +4,6 @@ export { durable_store_graphql as durableStoreGraphqlSchema } from './durable_st
4
4
  export { durable_store_read as durableStoreReadSchema } from './durable_store_read.js';
5
5
  export { durable_store_write as durableStoreWriteSchema } from './durable_store_write.js';
6
6
  export { luvio_store_stats as luvioStoreStatsSchema } from './luvio_store_stats.js';
7
+ export { perf_durable_store_stats as perfDurableStoreStatsSchema } from './perf_durable_store_stats.js';
8
+ export { perf_network_stats as perfNetworkStatsSchema } from './perf_network_stats.js';
9
+ export { perf_total_stats as perfTotalStatsSchema } from './perf_total_stats.js';
@@ -0,0 +1 @@
1
+ export const calendar_service={namespace:"sf.nimbus",name:"CalendarService",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"CalendarService":{"options":{"(meta.msg.desc)":"The telemetry payload for the Nimbus Calendar Service plugin."},"fields":{"pluginVersion":{"options":{},"id":1,"type":"string"},"taskName":{"options":{},"id":2,"type":"string"},"message":{"options":{},"id":4,"type":"string"},"itemCount":{"options":{},"id":3,"type":"uint32"}}}}}}}}}};
@@ -1 +1 @@
1
- export const contacts_service={namespace:"sf.nimbus",name:"ContactsService",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"ContactsService":{"options":{"(meta.msg.desc)":"The telemetry payload for the Nimbus Contacts Service plugin."},"fields":{"contactCount":{"options":{},"id":3,"type":"uint32"},"pluginVersion":{"options":{},"id":1,"type":"string"},"taskName":{"options":{},"id":2,"type":"string"},"message":{"options":{},"id":4,"type":"string"}}}}}}}}}};
1
+ export const contacts_service={namespace:"sf.nimbus",name:"ContactsService",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"ContactsService":{"options":{"(meta.msg.desc)":"The telemetry payload for the Nimbus Contacts Service plugin."},"fields":{"pluginVersion":{"options":{},"id":1,"type":"string"},"taskName":{"options":{},"id":2,"type":"string"},"message":{"options":{},"id":4,"type":"string"},"itemCount":{"options":{},"id":3,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const geofencing_service={namespace:"sf.nimbus",name:"GeofencingService",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"GeofencingService":{"options":{"(meta.msg.desc)":"The telemetry payload for the Nimbus Geofencing Service plugin."},"fields":{"pluginVersion":{"options":{},"id":1,"type":"string"},"taskName":{"options":{},"id":2,"type":"string"},"message":{"options":{},"id":4,"type":"string"},"itemCount":{"options":{},"id":3,"type":"uint32"}}}}}}}}}};
@@ -1,3 +1,5 @@
1
1
  export { barcode_scanner as barcodeScannerSchema } from './barcode_scanner.js';
2
+ export { calendar_service as calendarServiceSchema } from './calendar_service.js';
2
3
  export { contacts_service as contactsServiceSchema } from './contacts_service.js';
4
+ export { geofencing_service as geofencingServiceSchema } from './geofencing_service.js';
3
5
  export { location_service as locationServiceSchema } from './location_service.js';
@@ -1,3 +1,5 @@
1
1
  export { barcode_scanner as barcodeScannerSchema } from './barcode_scanner.js';
2
+ export { calendar_service as calendarServiceSchema } from './calendar_service.js';
2
3
  export { contacts_service as contactsServiceSchema } from './contacts_service.js';
4
+ export { geofencing_service as geofencingServiceSchema } from './geofencing_service.js';
3
5
  export { location_service as locationServiceSchema } from './location_service.js';
@@ -1 +1 @@
1
- export const version='240.4.0'
1
+ export const version='240.7.0'