o11y_schema 240.3.0 → 240.6.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.3.0",
33
+ "version": "240.6.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';
@@ -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.3.0'
1
+ export const version='240.6.0'