o11y_schema 248.24.0 → 248.26.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_instrumentation/index.js +0 -1
- package/sf_instrumentation/sf_instrumentation.js +0 -1
- package/sf_sfMaps/index.js +3 -0
- package/sf_sfMaps/maps_lite_config.js +1 -0
- package/sf_sfMaps/maps_lite_geocoding.js +1 -0
- package/sf_sfMaps/maps_lite_on_load.js +1 -0
- package/sf_sfMaps/sf_sfMaps.js +3 -0
- 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
|
@@ -36,10 +36,12 @@
|
|
|
36
36
|
"./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
|
|
37
37
|
"./sf_siteSearch": "./sf_siteSearch/sf_siteSearch.js",
|
|
38
38
|
"./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
|
|
39
|
+
"./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
|
|
39
40
|
"./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
|
|
40
41
|
"./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
|
|
41
42
|
"./version": "./version/version.js",
|
|
42
43
|
"./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
|
|
44
|
+
"./sfcore_network": "./sfcore_network/sfcore_network.js",
|
|
43
45
|
"./sf_komaci": "./sf_komaci/sf_komaci.js",
|
|
44
46
|
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
45
47
|
"./sf_enhancedConversation": "./sf_enhancedConversation/sf_enhancedConversation.js",
|
|
@@ -52,7 +54,7 @@
|
|
|
52
54
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
53
55
|
},
|
|
54
56
|
"type": "module",
|
|
55
|
-
"version": "248.
|
|
57
|
+
"version": "248.26.0",
|
|
56
58
|
"license": "BSD-3-Clause",
|
|
57
59
|
"name": "o11y_schema",
|
|
58
60
|
"lwc": {
|
|
@@ -91,11 +93,13 @@
|
|
|
91
93
|
"o11y_schema/sf_scrt",
|
|
92
94
|
"o11y_schema/sf_searchui",
|
|
93
95
|
"o11y_schema/sf_selfService",
|
|
96
|
+
"o11y_schema/sf_sfMaps",
|
|
94
97
|
"o11y_schema/sf_sfs",
|
|
95
98
|
"o11y_schema/sf_siteSearch",
|
|
96
99
|
"o11y_schema/sf_support",
|
|
97
100
|
"o11y_schema/sf_testAiltnPageview",
|
|
98
|
-
"o11y_schema/sfcore_customCmp"
|
|
101
|
+
"o11y_schema/sfcore_customCmp",
|
|
102
|
+
"o11y_schema/sfcore_network"
|
|
99
103
|
],
|
|
100
104
|
"modules": [{"dir": "dist"}]
|
|
101
105
|
}
|
|
@@ -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 const maps_lite_config={namespace:"sf.sfMaps",name:"MapsLiteConfig",pbjsSchema:{"nested":{"sf":{"nested":{"sfMaps":{"nested":{"MapsLiteConfig":{"fields":{"isEnabled":{"id":1,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const maps_lite_geocoding={namespace:"sf.sfMaps",name:"MapsLiteGeocoding",pbjsSchema:{"nested":{"sf":{"nested":{"sfMaps":{"nested":{"MapsLiteGeocoding":{"fields":{"msg":{"id":4,"type":"string"},"geocodeCount":{"id":1,"type":"uint32"},"requestRegion":{"id":2,"type":"string"},"hasRateLimit":{"id":3,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const maps_lite_on_load={namespace:"sf.sfMaps",name:"MapsLiteOnLoad",pbjsSchema:{"nested":{"sf":{"nested":{"sfMaps":{"nested":{"MapsLiteOnLoad":{"fields":{"didPageLoad":{"id":1,"type":"bool"}}}}}}}}}};
|
|
@@ -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.26.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"}}}}}}}}}};
|