o11y_schema 2.5.1 → 2.10.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 +3 -1
- package/sf_aura/action.js +2 -2
- package/sf_automation/explorer_card_data.js +1 -0
- package/sf_automation/explorer_init_load.js +1 -0
- package/sf_automation/index.js +2 -0
- package/sf_automation/sf_automation.js +2 -0
- package/sf_instrumentation/core_envelope.js +4 -3
- package/sf_komaci/index.js +1 -0
- package/sf_komaci/prefetch_service.js +1 -0
- package/sf_komaci/sf_komaci.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"./sf_searchui": "./sf_searchui/sf_searchui.js",
|
|
12
12
|
"./sf_komaci": "./sf_komaci/sf_komaci.js",
|
|
13
13
|
"./sf_aura": "./sf_aura/sf_aura.js",
|
|
14
|
+
"./sf_automation": "./sf_automation/sf_automation.js",
|
|
14
15
|
"./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
|
|
15
16
|
"./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
|
|
16
17
|
"./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
|
|
@@ -22,13 +23,14 @@
|
|
|
22
23
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
23
24
|
},
|
|
24
25
|
"type": "module",
|
|
25
|
-
"version": "2.
|
|
26
|
+
"version": "2.10.0",
|
|
26
27
|
"license": "BSD-3-Clause",
|
|
27
28
|
"name": "o11y_schema",
|
|
28
29
|
"lwc": {
|
|
29
30
|
"expose": [
|
|
30
31
|
"o11y_schema/version",
|
|
31
32
|
"o11y_schema/sf_aura",
|
|
33
|
+
"o11y_schema/sf_automation",
|
|
32
34
|
"o11y_schema/sf_instrumentation",
|
|
33
35
|
"o11y_schema/sf_komaci",
|
|
34
36
|
"o11y_schema/sf_lds",
|
package/sf_aura/action.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const action={namespace:"sf.aura",name:"Action",pbjsSchema:{"nested":{"sf":{"nested":{"aura":{"nested":{"Action":{"fields":{"enqueueWait":{"options":{},"id":5,"type":"double"},"cache":{"options":{},"id":13,"type":"bool"},"xhrWait":{"options":{},"id":4,"type":"double"},"
|
|
2
|
-
"id":
|
|
1
|
+
export const action={namespace:"sf.aura",name:"Action",pbjsSchema:{"nested":{"sf":{"nested":{"aura":{"nested":{"Action":{"reserved":[[2,2],[3,3]],"fields":{"enqueueWait":{"options":{},"id":5,"type":"double"},"cache":{"options":{},"id":13,"type":"bool"},"xhrWait":{"options":{},"id":4,"type":"double"},"def":{"options":{},"id":17,"type":"string"},"abortable":{"options":{},"id":8,"type":"bool"},"cmp":{"options":{},"id":11,"type":"string"},"storable":{"options":{},"id":9,"type":"bool"},"srvtimeXhr":{"options":{},
|
|
2
|
+
"id":7,"type":"double"},"srvtimeBoxcarCount":{"options":{},"id":16,"type":"uint32"},"srvtimeTotal":{"options":{},"id":14,"type":"double"},"callbackTime":{"options":{},"id":6,"type":"double"},"srvtimeDb":{"options":{},"id":15,"type":"double"},"background":{"options":{},"id":10,"type":"bool"},"id":{"options":{},"id":1,"type":"string"},"state":{"options":{},"id":12,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const explorer_card_data={namespace:"sf.automation",name:"ExplorerCardData",pbjsSchema:{"nested":{"sf":{"nested":{"automation":{"nested":{"ExplorerCardData":{"fields":{"recordTriggerType":{"options":{},"id":2,"type":"string"},"cardType":{"options":{},"id":3,"type":"string"},"count":{"options":{},"id":4,"type":"uint32"},"sObjectType":{"options":{},"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const explorer_init_load={namespace:"sf.automation",name:"ExplorerInitLoad",pbjsSchema:{"nested":{"sf":{"nested":{"automation":{"nested":{"ExplorerInitLoad":{"fields":{"triggerLoadSource":{"options":{},"id":4,"type":"string"},"recordTriggerType":{"options":{},"id":2,"type":"string"},"sObjectType":{"options":{},"id":1,"type":"string"},"objectLoadSource":{"options":{},"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export const core_envelope={namespace:"sf.instrumentation",name:"CoreEnvelope",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"MessageBundle":{"fields":{"messages":{"options":{},"rule":"repeated","id":2,"type":"LogMessage"},"schemaName":{"options":{},"id":1,"type":"string"}}},"Metrics":{"fields":{"valueRecorders":{"options":{},"rule":"repeated","id":2,"type":"ValueRecorder"},"upCounters":{"options":{},"rule":"repeated","id":1,"type":"UpCounter"}}},"CoreEnvelopeDiagnostics":{"fields":{"schemaVersion":{"options":{},
|
|
2
2
|
"id":6,"type":"string"},"generatedTimestamp":{"options":{},"id":2,"type":"double"},"bundleCount":{"options":{},"id":3,"type":"uint32"},"upCounterCount":{"options":{},"id":4,"type":"uint32"},"valueRecorderCount":{"options":{},"id":5,"type":"uint32"},"key":{"options":{},"id":1,"type":"string"}}},"LogMessage":{"fields":{"appPayload":{"options":{},"id":10,"type":"Payload"},"data":{"options":{},"id":2,"type":"bytes"},"rootId":{"options":{},"id":4,"type":"string"},"pagePayload":{"options":{},"id":7,"type":"Payload"},
|
|
3
3
|
"loggerAppName":{"options":{},"id":8,"type":"string"},"loggerName":{"options":{},"id":6,"type":"string"},"connectionType":{"options":{},"id":9,"type":"string"},"age":{"options":{},"id":3,"type":"double"},"seq":{"options":{},"id":5,"type":"uint32"},"timestamp":{"options":{},"id":1,"type":"double"}}},"CoreEnvelope":{"options":{"(meta.msg.desc)":"This message is used to contain data that the Core ui-telemetry Connect API endpoint accepts."},"fields":{"diagnostics":{"options":{},"id":1,"type":"CoreEnvelopeDiagnostics"},
|
|
4
|
-
"bundles":{"options":{},"rule":"repeated","id":2,"type":"MessageBundle"},"metrics":{"options":{},"id":3,"type":"Metrics"},"staticAttributes":{"options":{},"id":4,"type":"StaticAttributes"}}},"MetricTag":{"fields":{"name":{"options":{},"id":1,"type":"string"},"value":{"options":{},"id":2,"type":"string"}}},"ValueRecorder":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},"id":6,"type":"string"},"
|
|
5
|
-
"values":{"options":{},"rule":"repeated","id":4,"type":"double"},"name":{"options":{},"id":1,"type":"string"},"tags":{"options":{},"rule":"repeated","id":5,"type":"MetricTag"}}},"StaticAttributes":{"fields":{"appVersion":{"options":{},"id":2,"type":"string"},"appName":{"options":{},"id":1,"type":"string"},"deviceModel":{"options":{},"id":5,"type":"string"},"sdkVersion":{"options":{},"id":6,"type":"string"},"deviceId":{"options":{},"id":4,"type":"string"},"appExperience":{"options":{},
|
|
6
|
-
"Payload":{"fields":{"payload":{"options":{},"id":2,"type":"bytes"},"schemaName":{"options":{},"id":1,"type":"string"}}},"UpCounter":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},"id":6,"type":"string"},"
|
|
4
|
+
"bundles":{"options":{},"rule":"repeated","id":2,"type":"MessageBundle"},"metrics":{"options":{},"id":3,"type":"Metrics"},"staticAttributes":{"options":{},"id":4,"type":"StaticAttributes"}}},"MetricTag":{"fields":{"name":{"options":{},"id":1,"type":"string"},"value":{"options":{},"id":2,"type":"string"}}},"ValueRecorder":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},"id":6,"type":"string"},"ownerAppName":{"options":{},"id":7,"type":"string"},"createdTimestamp":{"options":{},
|
|
5
|
+
"id":2,"type":"double"},"values":{"options":{},"rule":"repeated","id":4,"type":"double"},"name":{"options":{},"id":1,"type":"string"},"tags":{"options":{},"rule":"repeated","id":5,"type":"MetricTag"}}},"StaticAttributes":{"fields":{"appVersion":{"options":{},"id":2,"type":"string"},"appName":{"options":{},"id":1,"type":"string"},"deviceModel":{"options":{},"id":5,"type":"string"},"sdkVersion":{"options":{},"id":6,"type":"string"},"deviceId":{"options":{},"id":4,"type":"string"},"appExperience":{"options":{},
|
|
6
|
+
"id":3,"type":"string"}}},"Payload":{"fields":{"payload":{"options":{},"id":2,"type":"bytes"},"schemaName":{"options":{},"id":1,"type":"string"}}},"UpCounter":{"fields":{"lastUpdatedTimestamp":{"options":{},"id":3,"type":"double"},"ownerName":{"options":{},"id":6,"type":"string"},"ownerAppName":{"options":{},"id":7,"type":"string"},"createdTimestamp":{"options":{},"id":2,"type":"double"},"name":{"options":{},"id":1,"type":"string"},"value":{"options":{},"id":4,"type":"uint32"},"tags":{"options":{},
|
|
7
|
+
"rule":"repeated","id":5,"type":"MetricTag"}}}}}}}}}};
|
package/sf_komaci/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { batch as batchSchema } from './batch.js';
|
|
2
2
|
export { bulk_resolve as bulkResolveSchema } from './bulk_resolve.js';
|
|
3
3
|
export { prefetch as prefetchSchema } from './prefetch.js';
|
|
4
|
+
export { prefetch_service as prefetchServiceSchema } from './prefetch_service.js';
|
|
4
5
|
export { wire_context as wireContextSchema } from './wire_context.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const prefetch_service={namespace:"sf.komaci",name:"PrefetchService",pbjsSchema:{"nested":{"sf":{"nested":{"komaci":{"nested":{"PrefetchService":{"fields":{"addressCount":{"options":{},"id":1,"type":"uint32"}}}}}}}}}};
|
package/sf_komaci/sf_komaci.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { batch as batchSchema } from './batch.js';
|
|
2
2
|
export { bulk_resolve as bulkResolveSchema } from './bulk_resolve.js';
|
|
3
3
|
export { prefetch as prefetchSchema } from './prefetch.js';
|
|
4
|
+
export { prefetch_service as prefetchServiceSchema } from './prefetch_service.js';
|
|
4
5
|
export { wire_context as wireContextSchema } from './wire_context.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='2.
|
|
1
|
+
export const version='2.10.0'
|