o11y_schema 248.32.0 → 248.34.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 +4 -2
- package/sf_commerce/bulk_suggestion.js +1 -1
- package/sfcore_network/network_request.js +1 -4
- package/sfcore_performance/index.js +2 -0
- package/sfcore_performance/navigation_timing.js +5 -0
- package/sfcore_performance/resource_timing.js +4 -0
- package/sfcore_performance/sfcore_performance.js +2 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
|
|
29
29
|
"./sf_lol": "./sf_lol/sf_lol.js",
|
|
30
30
|
"./sf_promptStudio": "./sf_promptStudio/sf_promptStudio.js",
|
|
31
|
+
"./sfcore_performance": "./sfcore_performance/sfcore_performance.js",
|
|
31
32
|
"./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
|
|
32
33
|
"./sf_formula": "./sf_formula/sf_formula.js",
|
|
33
34
|
"./sf_einsteinGptSegmentation": "./sf_einsteinGptSegmentation/sf_einsteinGptSegmentation.js",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
55
56
|
},
|
|
56
57
|
"type": "module",
|
|
57
|
-
"version": "248.
|
|
58
|
+
"version": "248.34.0",
|
|
58
59
|
"license": "BSD-3-Clause",
|
|
59
60
|
"name": "o11y_schema",
|
|
60
61
|
"lwc": {
|
|
@@ -99,7 +100,8 @@
|
|
|
99
100
|
"o11y_schema/sf_support",
|
|
100
101
|
"o11y_schema/sf_testAiltnPageview",
|
|
101
102
|
"o11y_schema/sfcore_customCmp",
|
|
102
|
-
"o11y_schema/sfcore_network"
|
|
103
|
+
"o11y_schema/sfcore_network",
|
|
104
|
+
"o11y_schema/sfcore_performance"
|
|
103
105
|
],
|
|
104
106
|
"modules": [{"dir": "dist"}]
|
|
105
107
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const bulk_suggestion={namespace:"sf.commerce",name:"BulkSuggestion",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"BulkSuggestion":{"fields":{"langSelectedCount":{"id":8,"type":"uint32"},"suggModCount":{"id":11,"type":"uint32"},"isTranslationEnabled":{"id":4,"type":"bool"},"isInstructionMod":{"id":5,"type":"bool"},"isRefFieldsUsed":{"id":6,"type":"bool"},"prodSelectedCount":{"id":7,"type":"uint32"},"field":{"id":3,"type":"string"},"ctxCmp":{"id":1,"type":"string"},"action":{"id":2,
|
|
2
|
-
"type":"string"},"currEmptyCount":{"id":10,"type":"uint32"},"langLocale":{"id":9,"type":"string"}}}}}}}}}};
|
|
2
|
+
"type":"string"},"currEmptyCount":{"id":10,"type":"uint32"},"entity":{"id":12,"type":"string"},"langLocale":{"id":9,"type":"string"}}}}}}}}}};
|
|
@@ -1,4 +1 @@
|
|
|
1
|
-
export const network_request={namespace:"sfcore.network",name:"NetworkRequest",pbjsSchema:{"nested":{"sfcore":{"nested":{"network":{"nested":{"NetworkRequest":{"
|
|
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"}}}}}}}}}};
|
|
1
|
+
export const network_request={namespace:"sfcore.network",name:"NetworkRequest",pbjsSchema:{"nested":{"sfcore":{"nested":{"network":{"nested":{"NetworkRequest":{"fields":{}}}}}}}}};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const navigation_timing={namespace:"sfcore.performance",name:"NavigationTiming",pbjsSchema:{"nested":{"sfcore":{"nested":{"performance":{"nested":{"NavigationTiming":{"oneofs":{"_xhrDelay":{"oneof":["xhrDelay"]},"_renderBlockingStatus":{"oneof":["renderBlockingStatus"]},"_firstInterimResponseStart":{"oneof":["firstInterimResponseStart"]},"_srvDuration":{"oneof":["srvDuration"]},"_isCdnCached":{"oneof":["isCdnCached"]},"_dbDuration":{"oneof":["dbDuration"]},"_reqBatchCount":{"oneof":["reqBatchCount"]}},
|
|
2
|
+
"fields":{"redirectCount":{"id":37,"type":"uint32"},"encodedBodySize":{"id":21,"type":"uint32"},"reqActionNames":{"rule":"repeated","id":28,"type":"string"},"unloadEventEnd":{"id":40,"type":"double"},"responseEnd":{"id":19,"type":"double"},"domainLookupEnd":{"id":12,"type":"double"},"unloadEventStart":{"id":39,"type":"double"},"domContentLoadedEventStart":{"id":32,"type":"double"},"type":{"id":38,"type":"string"},"firstInterimResponseStart":{"options":{"proto3_optional":true},"id":18,"type":"double"},
|
|
3
|
+
"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,"type":"double"},"startTime":{"id":2,"type":"double"},"fetchStart":{"id":10,"type":"double"},"domContentLoadedEventEnd":{"id":33,"type":"double"},"srvReqId":{"id":29,"type":"string"},"reqBatchCount":{"options":{"proto3_optional":true},"id":27,"type":"uint32"},
|
|
4
|
+
"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"},"domInteractive":{"id":34,"type":"double"},"domComplete":{"id":31,"type":"double"},"domainLookupStart":{"id":11,"type":"double"},"responseStatus":{"id":23,"type":"uint32"},"redirectEnd":{"id":9,"type":"double"},"transferSize":{"id":20,"type":"uint32"},"srvDuration":{"options":{"proto3_optional":true},
|
|
5
|
+
"id":26,"type":"double"},"dbDuration":{"options":{"proto3_optional":true},"id":25,"type":"double"},"connectStart":{"id":13,"type":"double"},"loadEventStart":{"id":35,"type":"double"},"secureConnectionStart":{"id":14,"type":"double"},"name":{"id":1,"type":"string"},"nextHopProtocol":{"id":5,"type":"string"},"initiatorType":{"id":4,"type":"string"},"loadEventEnd":{"id":36,"type":"double"}}}}}}}}}};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export const resource_timing={namespace:"sfcore.performance",name:"ResourceTiming",pbjsSchema:{"nested":{"sfcore":{"nested":{"performance":{"nested":{"ResourceTiming":{"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"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='248.
|
|
1
|
+
export const version='248.34.0'
|