o11y_schema 254.46.0 → 254.47.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 +1 -1
- package/sf_sfs/loader_info.js +3 -2
- package/sf_sfs/sfs_error.js +1 -1
- package/sf_sfs/sfs_event_log.js +2 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
package/sf_sfs/loader_info.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export const loader_info={namespace:"sf.sfs",name:"LoaderInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"LoaderInfo":{"
|
|
2
|
-
"discReadStart":{"id":3,"type":"uint64"},"ldsRequestStart":{"id":9,"type":"uint64"},"isComposite":{"id":2,"type":"bool"},"
|
|
1
|
+
export const loader_info={namespace:"sf.sfs",name:"LoaderInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"LoaderInfo":{"oneofs":{"_childFailedCount":{"oneof":["childFailedCount"]},"_childSuccessCount":{"oneof":["childSuccessCount"]}},"fields":{"loaderContext":{"id":1,"type":"string"},"errorType":{"id":11,"type":"int32"},"ldsRequestEnd":{"id":10,"type":"uint64"},"errorMessage":{"id":13,"type":"string"},"errorCode":{"id":12,"type":"int32"},"discUpdateStart":{"id":7,"type":"uint64"},"errorTypeDesc":{"id":16,
|
|
2
|
+
"type":"string"},"httpRequestStart":{"id":5,"type":"uint64"},"discUpdateEnd":{"id":8,"type":"uint64"},"childFailedCount":{"options":{"proto3_optional":true},"id":21,"type":"uint32"},"discReadStart":{"id":3,"type":"uint64"},"ldsRequestStart":{"id":9,"type":"uint64"},"isComposite":{"id":2,"type":"bool"},"failedCount":{"id":19,"type":"uint32"},"configAttributes":{"id":17,"type":"string"},"discReadEnd":{"id":4,"type":"uint64"},"errorRetryAfterDate":{"id":15,"type":"uint64"},"httpRequestEnd":{"id":6,"type":"uint64"},
|
|
3
|
+
"successCount":{"id":18,"type":"uint32"},"childSuccessCount":{"options":{"proto3_optional":true},"id":20,"type":"uint32"},"errorApiError":{"id":14,"type":"string"}}}}}}}}}};
|
package/sf_sfs/sfs_error.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sfs_error={namespace:"sf.sfs",name:"SfsError",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsError":{"fields":{"code":{"id":1,"type":"uint32"},"apiCode":{"options":{"(meta.max_length)":50},"id":2,"type":"string"},"retryAfter":{"options":{"(meta.max_length)":30},"id":3,"type":"string"},"errorType":{"options":{"(meta.max_length)":30},"id":4,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const sfs_error={namespace:"sf.sfs",name:"SfsError",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsError":{"fields":{"code":{"id":1,"type":"uint32"},"apiCode":{"options":{"(meta.max_length)":50},"id":2,"type":"string"},"retryAfter":{"options":{"(meta.max_length)":30},"id":3,"type":"string"},"errorType":{"options":{"(meta.max_length)":30},"id":4,"type":"string"},"attributes":{"id":5,"type":"string"}}}}}}}}}};
|
package/sf_sfs/sfs_event_log.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export const sfs_event_log={namespace:"sf.sfs",name:"SfsEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsEventLog":{"fields":{"filename":{"id":5,"type":"string"},"level":{"id":1,"type":"uint32"},"functionName":{"id":7,"type":"string"},"name":{"options":{"(meta.max_length)":50},"id":2,"type":"string"},"tag":{"options":{"(meta.max_length)":50},"id":3,"type":"string"},"message":{"options":{"(meta.max_length)":2E3},"id":4,"type":"string"},"lineNumber":{"id":6,
|
|
1
|
+
export const sfs_event_log={namespace:"sf.sfs",name:"SfsEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsEventLog":{"fields":{"filename":{"id":5,"type":"string"},"level":{"id":1,"type":"uint32"},"functionName":{"id":7,"type":"string"},"name":{"options":{"(meta.max_length)":50},"id":2,"type":"string"},"attributes":{"id":8,"type":"string"},"tag":{"options":{"(meta.max_length)":50},"id":3,"type":"string"},"message":{"options":{"(meta.max_length)":2E3},"id":4,"type":"string"},"lineNumber":{"id":6,
|
|
2
|
+
"type":"uint32"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.47.0'
|