o11y_schema 248.23.0 → 248.25.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 +6 -2
- package/sf_formula/formula_einstein.js +1 -0
- package/sf_formula/index.js +1 -0
- package/sf_formula/sf_formula.js +1 -0
- package/sf_instrumentation/index.js +0 -1
- package/sf_instrumentation/sf_instrumentation.js +0 -1
- package/sfcore_network/index.js +1 -0
- package/sfcore_network/network_request.js +4 -0
- package/sfcore_network/sfcore_network.js +1 -0
- package/version/version.js +1 -1
- package/sf_instrumentation/network_request.js +0 -4
package/package.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"./sf_lol": "./sf_lol/sf_lol.js",
|
|
30
30
|
"./sf_promptStudio": "./sf_promptStudio/sf_promptStudio.js",
|
|
31
31
|
"./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
|
|
32
|
+
"./sf_formula": "./sf_formula/sf_formula.js",
|
|
32
33
|
"./sf_einsteinGptSegmentation": "./sf_einsteinGptSegmentation/sf_einsteinGptSegmentation.js",
|
|
33
34
|
"./sf_actions": "./sf_actions/sf_actions.js",
|
|
34
35
|
"./sf_aura": "./sf_aura/sf_aura.js",
|
|
@@ -39,6 +40,7 @@
|
|
|
39
40
|
"./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
|
|
40
41
|
"./version": "./version/version.js",
|
|
41
42
|
"./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
|
|
43
|
+
"./sfcore_network": "./sfcore_network/sfcore_network.js",
|
|
42
44
|
"./sf_komaci": "./sf_komaci/sf_komaci.js",
|
|
43
45
|
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
44
46
|
"./sf_enhancedConversation": "./sf_enhancedConversation/sf_enhancedConversation.js",
|
|
@@ -51,7 +53,7 @@
|
|
|
51
53
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
52
54
|
},
|
|
53
55
|
"type": "module",
|
|
54
|
-
"version": "248.
|
|
56
|
+
"version": "248.25.0",
|
|
55
57
|
"license": "BSD-3-Clause",
|
|
56
58
|
"name": "o11y_schema",
|
|
57
59
|
"lwc": {
|
|
@@ -67,6 +69,7 @@
|
|
|
67
69
|
"o11y_schema/sf_einsteinGptSegmentation",
|
|
68
70
|
"o11y_schema/sf_embeddedMessaging",
|
|
69
71
|
"o11y_schema/sf_enhancedConversation",
|
|
72
|
+
"o11y_schema/sf_formula",
|
|
70
73
|
"o11y_schema/sf_incidentManagement",
|
|
71
74
|
"o11y_schema/sf_instrumentation",
|
|
72
75
|
"o11y_schema/sf_instrumentationTest",
|
|
@@ -93,7 +96,8 @@
|
|
|
93
96
|
"o11y_schema/sf_siteSearch",
|
|
94
97
|
"o11y_schema/sf_support",
|
|
95
98
|
"o11y_schema/sf_testAiltnPageview",
|
|
96
|
-
"o11y_schema/sfcore_customCmp"
|
|
99
|
+
"o11y_schema/sfcore_customCmp",
|
|
100
|
+
"o11y_schema/sfcore_network"
|
|
97
101
|
],
|
|
98
102
|
"modules": [{"dir": "dist"}]
|
|
99
103
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const formula_einstein={namespace:"sf.formula",name:"FormulaEinstein",pbjsSchema:{"nested":{"sf":{"nested":{"formula":{"nested":{"FormulaEinstein":{"fields":{"feature":{"id":5,"type":"string"},"jobSessionId":{"id":2,"type":"string"},"fieldReturnType":{"id":7,"type":"string"},"errorMessage":{"id":8,"type":"string"},"taskName":{"id":1,"type":"string"},"sobjectName":{"id":6,"type":"string"},"gatewayResponseId":{"id":3,"type":"string"},"gatewaySessionId":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { formula_einstein as formulaEinsteinSchema } from './formula_einstein.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { formula_einstein as formulaEinsteinSchema } from './formula_einstein.js';
|
|
@@ -7,7 +7,6 @@ export { idle_detector_report as idleDetectorReportSchema } from './idle_detecto
|
|
|
7
7
|
export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
|
|
8
8
|
export { mouse_event as mouseEventSchema } from './mouse_event.js';
|
|
9
9
|
export { network as networkSchema } from './network.js';
|
|
10
|
-
export { network_request as networkRequestSchema } from './network_request.js';
|
|
11
10
|
export { payload as payloadSchema } from './payload.js';
|
|
12
11
|
export { simple as simpleSchema } from './simple.js';
|
|
13
12
|
export { web_vitals as webVitalsSchema } from './web_vitals.js';
|
|
@@ -7,7 +7,6 @@ export { idle_detector_report as idleDetectorReportSchema } from './idle_detecto
|
|
|
7
7
|
export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
|
|
8
8
|
export { mouse_event as mouseEventSchema } from './mouse_event.js';
|
|
9
9
|
export { network as networkSchema } from './network.js';
|
|
10
|
-
export { network_request as networkRequestSchema } from './network_request.js';
|
|
11
10
|
export { payload as payloadSchema } from './payload.js';
|
|
12
11
|
export { simple as simpleSchema } from './simple.js';
|
|
13
12
|
export { web_vitals as webVitalsSchema } from './web_vitals.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { network_request as networkRequestSchema } from './network_request.js';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const network_request={namespace:"sfcore.network",name:"NetworkRequest",pbjsSchema:{"nested":{"sfcore":{"nested":{"network":{"nested":{"NetworkRequest":{"oneofs":{"_xhrDelay":{"oneof":["xhrDelay"]},"_renderBlockingStatus":{"oneof":["renderBlockingStatus"]},"_firstInterimResponseStart":{"oneof":["firstInterimResponseStart"]},"_srvDuration":{"oneof":["srvDuration"]},"_isCdnCached":{"oneof":["isCdnCached"]},"_dbDuration":{"oneof":["dbDuration"]},"_reqBatchCount":{"oneof":["reqBatchCount"]}},"fields":{"encodedBodySize":{"id":21,
|
|
2
|
+
"type":"uint32"},"reqActionNames":{"rule":"repeated","id":28,"type":"string"},"responseEnd":{"id":19,"type":"double"},"domainLookupEnd":{"id":12,"type":"double"},"firstInterimResponseStart":{"options":{"proto3_optional":true},"id":18,"type":"double"},"duration":{"id":3,"type":"double"},"decodedBodySize":{"id":22,"type":"uint32"},"redirectStart":{"id":8,"type":"double"},"connectEnd":{"id":15,"type":"double"},"isCdnCached":{"options":{"proto3_optional":true},"id":24,"type":"bool"},"requestStart":{"id":16,
|
|
3
|
+
"type":"double"},"startTime":{"id":2,"type":"double"},"fetchStart":{"id":10,"type":"double"},"srvReqId":{"id":29,"type":"string"},"reqBatchCount":{"options":{"proto3_optional":true},"id":27,"type":"uint32"},"renderBlockingStatus":{"options":{"proto3_optional":true},"id":6,"type":"string"},"workerStart":{"id":7,"type":"double"},"responseStart":{"id":17,"type":"double"},"xhrDelay":{"options":{"proto3_optional":true},"id":30,"type":"double"},"domainLookupStart":{"id":11,"type":"double"},"responseStatus":{"id":23,
|
|
4
|
+
"type":"uint32"},"redirectEnd":{"id":9,"type":"double"},"transferSize":{"id":20,"type":"uint32"},"srvDuration":{"options":{"proto3_optional":true},"id":26,"type":"double"},"dbDuration":{"options":{"proto3_optional":true},"id":25,"type":"double"},"connectStart":{"id":13,"type":"double"},"secureConnectionStart":{"id":14,"type":"double"},"name":{"id":1,"type":"string"},"nextHopProtocol":{"id":5,"type":"string"},"initiatorType":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { network_request as networkRequestSchema } from './network_request.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='248.
|
|
1
|
+
export const version='248.25.0'
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export const network_request={namespace:"sf.instrumentation",name:"NetworkRequest",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"NetworkRequest":{"oneofs":{"_xhrDelay":{"oneof":["xhrDelay"]},"_renderBlockingStatus":{"oneof":["renderBlockingStatus"]},"_firstInterimResponseStart":{"oneof":["firstInterimResponseStart"]},"_srvDuration":{"oneof":["srvDuration"]},"_isCdnCached":{"oneof":["isCdnCached"]},"_dbDuration":{"oneof":["dbDuration"]},"_reqBatchCount":{"oneof":["reqBatchCount"]}},
|
|
2
|
-
"fields":{"encodedBodySize":{"id":21,"type":"uint32"},"reqActionNames":{"rule":"repeated","id":28,"type":"string"},"responseEnd":{"id":19,"type":"double"},"domainLookupEnd":{"id":12,"type":"double"},"firstInterimResponseStart":{"options":{"proto3_optional":true},"id":18,"type":"double"},"duration":{"id":3,"type":"double"},"decodedBodySize":{"id":22,"type":"uint32"},"redirectStart":{"id":8,"type":"double"},"connectEnd":{"id":15,"type":"double"},"isCdnCached":{"options":{"proto3_optional":true},"id":24,
|
|
3
|
-
"type":"bool"},"requestStart":{"id":16,"type":"double"},"startTime":{"id":2,"type":"double"},"fetchStart":{"id":10,"type":"double"},"srvReqId":{"id":29,"type":"string"},"reqBatchCount":{"options":{"proto3_optional":true},"id":27,"type":"uint32"},"renderBlockingStatus":{"options":{"proto3_optional":true},"id":6,"type":"string"},"workerStart":{"id":7,"type":"double"},"responseStart":{"id":17,"type":"double"},"xhrDelay":{"options":{"proto3_optional":true},"id":30,"type":"double"},"domainLookupStart":{"id":11,
|
|
4
|
-
"type":"double"},"responseStatus":{"id":23,"type":"uint32"},"redirectEnd":{"id":9,"type":"double"},"transferSize":{"id":20,"type":"uint32"},"srvDuration":{"options":{"proto3_optional":true},"id":26,"type":"double"},"dbDuration":{"options":{"proto3_optional":true},"id":25,"type":"double"},"connectStart":{"id":13,"type":"double"},"secureConnectionStart":{"id":14,"type":"double"},"name":{"id":1,"type":"string"},"nextHopProtocol":{"id":5,"type":"string"},"initiatorType":{"id":4,"type":"string"}}}}}}}}}};
|