o11y_schema 238.22.0 → 240.1.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
@@ -7,6 +7,7 @@
7
7
  "author": "instrumentationteam@salesforce.com",
8
8
  "exports": {
9
9
  "./sf_searchui": "./sf_searchui/sf_searchui.js",
10
+ "./sf_instrumentationTest": "./sf_instrumentationTest/sf_instrumentationTest.js",
10
11
  "./sf_aura": "./sf_aura/sf_aura.js",
11
12
  "./sf_automation": "./sf_automation/sf_automation.js",
12
13
  "./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
@@ -27,7 +28,7 @@
27
28
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
28
29
  },
29
30
  "type": "module",
30
- "version": "238.22.0",
31
+ "version": "240.1.0",
31
32
  "license": "BSD-3-Clause",
32
33
  "name": "o11y_schema",
33
34
  "lwc": {
@@ -36,6 +37,7 @@
36
37
  "o11y_schema/sf_aura",
37
38
  "o11y_schema/sf_automation",
38
39
  "o11y_schema/sf_instrumentation",
40
+ "o11y_schema/sf_instrumentationTest",
39
41
  "o11y_schema/sf_komaci",
40
42
  "o11y_schema/sf_lds",
41
43
  "o11y_schema/sf_lex",
@@ -0,0 +1,3 @@
1
+ export { test_action as testActionSchema } from './test_action.js';
2
+ export { test_tokenize_payload as testTokenizePayloadSchema } from './test_tokenize_payload.js';
3
+ export { test_transport as testTransportSchema } from './test_transport.js';
@@ -0,0 +1,3 @@
1
+ export { test_action as testActionSchema } from './test_action.js';
2
+ export { test_tokenize_payload as testTokenizePayloadSchema } from './test_tokenize_payload.js';
3
+ export { test_transport as testTransportSchema } from './test_transport.js';
@@ -0,0 +1,3 @@
1
+ export const test_action={namespace:"sf.instrumentationTest",name:"TestAction",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentationTest":{"nested":{"TestAction":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose"},"fields":{"enqueueWait":{"options":{},"id":3,"type":"double"},"cache":{"options":{},"id":11,"type":"bool"},"xhrWait":{"options":{},"id":2,"type":"double"},"def":{"options":{},"id":15,"type":"string"},"abortable":{"options":{},
2
+ "id":6,"type":"bool"},"cmp":{"options":{},"id":9,"type":"string"},"storable":{"options":{},"id":7,"type":"bool"},"srvtimeXhr":{"options":{},"id":5,"type":"double"},"srvtimeBoxcarCount":{"options":{},"id":14,"type":"uint32"},"srvtimeTotal":{"options":{},"id":12,"type":"double"},"callbackTime":{"options":{},"id":4,"type":"double"},"srvtimeDb":{"options":{},"id":13,"type":"double"},"background":{"options":{},"id":8,"type":"bool"},"id":{"options":{},"id":1,"type":"string"},"state":{"options":{},"id":10,
3
+ "type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
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"}}}}}}}}}};
@@ -0,0 +1,3 @@
1
+ export const test_transport={namespace:"sf.instrumentationTest",name:"TestTransport",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentationTest":{"nested":{"TestTransport":{"options":{"(meta.msg.desc)":"This is used for testing purposes only and must not be used for any other purpose"},"fields":{"tcp":{"options":{},"id":15,"type":"double"},"responseLength":{"options":{},"id":9,"type":"uint32"},"dns":{"options":{},"id":14,"type":"double"},"xhrDelay":{"options":{},"id":6,"type":"double"},"requestLength":{"options":{},
2
+ "id":10,"type":"uint32"},"ttfb":{"options":{},"id":16,"type":"double"},"duration":{"options":{},"id":3,"type":"double"},"transferSize":{"options":{},"id":18,"type":"uint32"},"transfer":{"options":{},"id":17,"type":"double"},"requestId":{"options":{},"id":1,"type":"string"},"requestStart":{"options":{},"id":13,"type":"double"},"background":{"options":{},"id":20,"type":"bool"},"xhrDuration":{"options":{},"id":4,"type":"double"},"auraXhrId":{"options":{},"id":7,"type":"uint32"},"nhp":{"options":{},"id":19,
3
+ "type":"string"},"statusText":{"options":{},"id":23,"type":"string"},"serverTime":{"options":{},"id":8,"type":"double"},"startTime":{"options":{},"id":11,"type":"double"},"xhrStall":{"options":{},"id":5,"type":"double"},"fetchStart":{"options":{},"id":12,"type":"double"},"actionDefs":{"options":{},"rule":"repeated","id":21,"type":"string"},"ts":{"options":{},"id":2,"type":"double"},"status":{"options":{},"id":22,"type":"uint32"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='238.22.0'
1
+ export const version='240.1.0'