o11y_schema 246.0.0 → 246.2.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
@@ -44,7 +44,7 @@
44
44
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
45
45
  },
46
46
  "type": "module",
47
- "version": "246.0.0",
47
+ "version": "246.2.0",
48
48
  "license": "BSD-3-Clause",
49
49
  "name": "o11y_schema",
50
50
  "lwc": {
@@ -0,0 +1 @@
1
+ export const biometrics_service={namespace:"sf.nimbus",name:"BiometricsService",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"BiometricsService":{"fields":{"pluginVersion":{"id":1,"type":"string"},"taskName":{"id":2,"type":"string"},"message":{"id":3,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const document_scanner={namespace:"sf.nimbus",name:"DocumentScanner",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"DocumentScanner":{"fields":{"pluginVersion":{"id":1,"type":"string"},"taskName":{"id":2,"type":"string"},"message":{"id":4,"type":"string"},"itemCount":{"id":3,"type":"uint32"}}}}}}}}}};
@@ -1,6 +1,9 @@
1
1
  export { app_review_service as appReviewServiceSchema } from './app_review_service.js';
2
2
  export { barcode_scanner as barcodeScannerSchema } from './barcode_scanner.js';
3
+ export { biometrics_service as biometricsServiceSchema } from './biometrics_service.js';
3
4
  export { calendar_service as calendarServiceSchema } from './calendar_service.js';
4
5
  export { contacts_service as contactsServiceSchema } from './contacts_service.js';
6
+ export { document_scanner as documentScannerSchema } from './document_scanner.js';
5
7
  export { geofencing_service as geofencingServiceSchema } from './geofencing_service.js';
6
8
  export { location_service as locationServiceSchema } from './location_service.js';
9
+ export { nfc_service as nfcServiceSchema } from './nfc_service.js';
@@ -0,0 +1 @@
1
+ export const nfc_service={namespace:"sf.nimbus",name:"NfcService",pbjsSchema:{"nested":{"sf":{"nested":{"nimbus":{"nested":{"NfcService":{"fields":{"pluginVersion":{"id":1,"type":"string"},"taskName":{"id":2,"type":"string"},"message":{"id":4,"type":"string"},"itemCount":{"id":3,"type":"uint32"}}}}}}}}}};
@@ -1,6 +1,9 @@
1
1
  export { app_review_service as appReviewServiceSchema } from './app_review_service.js';
2
2
  export { barcode_scanner as barcodeScannerSchema } from './barcode_scanner.js';
3
+ export { biometrics_service as biometricsServiceSchema } from './biometrics_service.js';
3
4
  export { calendar_service as calendarServiceSchema } from './calendar_service.js';
4
5
  export { contacts_service as contactsServiceSchema } from './contacts_service.js';
6
+ export { document_scanner as documentScannerSchema } from './document_scanner.js';
5
7
  export { geofencing_service as geofencingServiceSchema } from './geofencing_service.js';
6
8
  export { location_service as locationServiceSchema } from './location_service.js';
9
+ export { nfc_service as nfcServiceSchema } from './nfc_service.js';
@@ -1 +1 @@
1
- export const version='246.0.0'
1
+ export const version='246.2.0'