o11y_schema 244.2.0 → 244.3.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
@@ -17,6 +17,7 @@
17
17
  "./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
18
18
  "./sf_lists": "./sf_lists/sf_lists.js",
19
19
  "./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
20
+ "./sf_offlineApp": "./sf_offlineApp/sf_offlineApp.js",
20
21
  "./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
21
22
  "./version": "./version/version.js",
22
23
  "./sf_nimbus": "./sf_nimbus/sf_nimbus.js",
@@ -35,7 +36,7 @@
35
36
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
36
37
  },
37
38
  "type": "module",
38
- "version": "244.2.0",
39
+ "version": "244.3.0",
39
40
  "license": "BSD-3-Clause",
40
41
  "name": "o11y_schema",
41
42
  "lwc": {
@@ -58,6 +59,7 @@
58
59
  "o11y_schema/sf_ms365",
59
60
  "o11y_schema/sf_nimbus",
60
61
  "o11y_schema/sf_o11ySample",
62
+ "o11y_schema/sf_offlineApp",
61
63
  "o11y_schema/sf_records",
62
64
  "o11y_schema/sf_searchui",
63
65
  "o11y_schema/sf_sfs",
@@ -0,0 +1 @@
1
+ export const event={namespace:"sf.offlineApp",name:"Event",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"Event":{"fields":{"details":{"id":2,"type":"string"},"message":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { event as eventSchema } from './event.js';
@@ -0,0 +1 @@
1
+ export { event as eventSchema } from './event.js';
@@ -1 +1 @@
1
- export const version='244.2.0'
1
+ export const version='244.3.0'