o11y_schema 248.22.0 → 248.24.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,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",
|
|
@@ -51,7 +52,7 @@
|
|
|
51
52
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
52
53
|
},
|
|
53
54
|
"type": "module",
|
|
54
|
-
"version": "248.
|
|
55
|
+
"version": "248.24.0",
|
|
55
56
|
"license": "BSD-3-Clause",
|
|
56
57
|
"name": "o11y_schema",
|
|
57
58
|
"lwc": {
|
|
@@ -67,6 +68,7 @@
|
|
|
67
68
|
"o11y_schema/sf_einsteinGptSegmentation",
|
|
68
69
|
"o11y_schema/sf_embeddedMessaging",
|
|
69
70
|
"o11y_schema/sf_enhancedConversation",
|
|
71
|
+
"o11y_schema/sf_formula",
|
|
70
72
|
"o11y_schema/sf_incidentManagement",
|
|
71
73
|
"o11y_schema/sf_instrumentation",
|
|
72
74
|
"o11y_schema/sf_instrumentationTest",
|
|
@@ -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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const network_request={namespace:"sf.instrumentation",name:"NetworkRequest",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"NetworkRequest":{"oneofs":{"_renderBlockingStatus":{"oneof":["renderBlockingStatus"]},"_firstInterimResponseStart":{"oneof":["firstInterimResponseStart"]},"_srvDuration":{"oneof":["srvDuration"]},"_isCdnCached":{"oneof":["isCdnCached"]},"_dbDuration":{"oneof":["dbDuration"]},"_reqBatchCount":{"oneof":["reqBatchCount"]}},
|
|
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,
|
|
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"},"
|
|
4
|
-
"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:"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"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='248.
|
|
1
|
+
export const version='248.24.0'
|