o11y_schema 254.42.0 → 254.44.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
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
],
|
|
7
7
|
"author": "instrumentationteam@salesforce.com",
|
|
8
8
|
"exports": {
|
|
9
|
+
"./sf_brand": "./sf_brand/sf_brand.js",
|
|
9
10
|
"./sf_digitalwallet": "./sf_digitalwallet/sf_digitalwallet.js",
|
|
10
11
|
"./sf_clwr": "./sf_clwr/sf_clwr.js",
|
|
11
12
|
"./sf_lists": "./sf_lists/sf_lists.js",
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
79
80
|
},
|
|
80
81
|
"type": "module",
|
|
81
|
-
"version": "254.
|
|
82
|
+
"version": "254.44.0",
|
|
82
83
|
"license": "BSD-3-Clause",
|
|
83
84
|
"volta": {
|
|
84
85
|
"node": "18.17.1",
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
"o11y_schema/sf_automation",
|
|
95
96
|
"o11y_schema/sf_bfwk",
|
|
96
97
|
"o11y_schema/sf_blockBuilder",
|
|
98
|
+
"o11y_schema/sf_brand",
|
|
97
99
|
"o11y_schema/sf_campaign",
|
|
98
100
|
"o11y_schema/sf_ccinventory",
|
|
99
101
|
"o11y_schema/sf_clwr",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const brand_settings_action={namespace:"sf.brand",name:"BrandSettingsAction",pbjsSchema:{"nested":{"sf":{"nested":{"brand":{"nested":{"BrandSettingsAction":{"fields":{"wsId":{"id":3,"type":"string"},"mode":{"id":5,"type":"string"},"name":{"id":1,"type":"string"},"wsSettingFolderId":{"id":4,"type":"string"},"variantId":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const brand_settings_error={namespace:"sf.brand",name:"BrandSettingsError",pbjsSchema:{"nested":{"sf":{"nested":{"brand":{"nested":{"BrandSettingsError":{"fields":{"mode":{"id":1,"type":"string"},"wsId":{"id":2,"type":"string"},"wsSettingFolderId":{"id":3,"type":"string"},"variantId":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -2,4 +2,5 @@ export const navigation_timing={namespace:"sfcore.performance",name:"NavigationT
|
|
|
2
2
|
"_reqBatchCount":{"oneof":["reqBatchCount"]}},"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},
|
|
3
3
|
"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,"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},
|
|
4
4
|
"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"},"domInteractive":{"id":34,"type":"double"},"domComplete":{"id":31,"type":"double"},"domainLookupStart":{"id":11,"type":"double"},"responseStatus":{"options":{"proto3_optional":true},"id":23,"type":"uint32"},"redirectEnd":{"id":9,"type":"double"},
|
|
5
|
-
"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"},"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,
|
|
5
|
+
"logEvent":{"id":41,"type":"string"},"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"},"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,
|
|
6
|
+
"type":"double"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.44.0'
|