o11y_schema 240.2.0 → 240.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
@@ -29,7 +29,7 @@
29
29
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
30
30
  },
31
31
  "type": "module",
32
- "version": "240.2.0",
32
+ "version": "240.3.0",
33
33
  "license": "BSD-3-Clause",
34
34
  "name": "o11y_schema",
35
35
  "lwc": {
@@ -1,2 +1 @@
1
- export const test_tokenize_payload={namespace:"sf.instrumentationTest",name:"TestTokenizePayload",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentationTest":{"nested":{"TestTokenizePayload":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose"},"fields":{"shortTermTok":{"options":{},"id":1,"type":"string"},"longTermTok":{"options":{},"id":2,"type":"string"},"userId":{"options":{},"id":5,"type":"string"},"ipAddr":{"options":{},"id":3,"type":"string"},
2
- "url":{"options":{},"id":4,"type":"string"}}}}}}}}}};
1
+ export const test_tokenize_payload={namespace:"sf.instrumentationTest",name:"TestTokenizePayload",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentationTest":{"nested":{"TestTokenizePayload":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose"},"fields":{"shortTermTok":{"options":{},"id":1,"type":"string"},"longTermTok":{"options":{},"id":2,"type":"string"},"userId":{"options":{},"id":5,"type":"string"},"url":{"options":{},"id":4,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='240.2.0'
1
+ export const version='240.3.0'