o11y_schema 244.23.0 → 244.28.1
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_blockBuilder/error.js +1 -1
- package/sf_clwr/app_payload.js +1 -1
- package/sf_enhancedConversation/index.js +1 -0
- package/sf_enhancedConversation/interaction_event.js +1 -0
- package/sf_enhancedConversation/sf_enhancedConversation.js +1 -0
- package/sf_instrumentation/core_envelope.js +5 -5
- package/sf_sfs/file_info.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
|
|
33
33
|
"./version": "./version/version.js",
|
|
34
34
|
"./sf_komaci": "./sf_komaci/sf_komaci.js",
|
|
35
|
-
"./sf_lex": "./sf_lex/sf_lex.js"
|
|
35
|
+
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
36
|
+
"./sf_enhancedConversation": "./sf_enhancedConversation/sf_enhancedConversation.js"
|
|
36
37
|
},
|
|
37
38
|
"description": "o11y schema repo",
|
|
38
39
|
"repository": {
|
|
@@ -40,7 +41,7 @@
|
|
|
40
41
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
41
42
|
},
|
|
42
43
|
"type": "module",
|
|
43
|
-
"version": "244.
|
|
44
|
+
"version": "244.28.1",
|
|
44
45
|
"license": "BSD-3-Clause",
|
|
45
46
|
"name": "o11y_schema",
|
|
46
47
|
"lwc": {
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
"o11y_schema/sf_blockBuilder",
|
|
53
54
|
"o11y_schema/sf_clwr",
|
|
54
55
|
"o11y_schema/sf_commerce",
|
|
56
|
+
"o11y_schema/sf_enhancedConversation",
|
|
55
57
|
"o11y_schema/sf_instrumentation",
|
|
56
58
|
"o11y_schema/sf_instrumentationTest",
|
|
57
59
|
"o11y_schema/sf_komaci",
|
package/sf_blockBuilder/error.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const error={namespace:"sf.blockBuilder",name:"Error",pbjsSchema:{"nested":{"sf":{"nested":{"blockBuilder":{"nested":{"Error":{"fields":{"mode":{"id":
|
|
1
|
+
export const error={namespace:"sf.blockBuilder",name:"Error",pbjsSchema:{"nested":{"sf":{"nested":{"blockBuilder":{"nested":{"Error":{"fields":{"mode":{"id":2,"type":"string"},"contentTypeFqn":{"id":1,"type":"string"},"variantId":{"id":4,"type":"string"},"wsOrFolderId":{"id":3,"type":"string"}}}}}}}}}};
|
package/sf_clwr/app_payload.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const app_payload={namespace:"sf.clwr",name:"AppPayload",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"AppPayload":{"fields":{"
|
|
1
|
+
export const app_payload={namespace:"sf.clwr",name:"AppPayload",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"AppPayload":{"fields":{"visd":{"id":1,"type":"double"},"isPreview":{"id":4,"type":"bool"},"siteId":{"id":6,"type":"string"},"isMobile":{"id":3,"type":"bool"},"lang":{"id":5,"type":"string"},"isDesign":{"id":2,"type":"bool"},"vKey":{"id":7,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { interaction_event as interactionEventSchema } from './interaction_event.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const interaction_event={namespace:"sf.enhancedConversation",name:"InteractionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedConversation":{"nested":{"InteractionEvent":{"fields":{"recordId":{"id":3,"type":"string"},"duration":{"id":8,"type":"uint32"},"featureName":{"id":1,"type":"string"},"fileSize":{"id":7,"type":"uint32"},"channel":{"id":4,"type":"string"},"senderType":{"id":5,"type":"string"},"richContentType":{"id":6,"type":"string"},"operation":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { interaction_event as interactionEventSchema } from './interaction_event.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const core_envelope={namespace:"sf.instrumentation",name:"CoreEnvelope",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"MessageBundle":{"fields":{"messages":{"rule":"repeated","id":2,"type":"LogMessage"},"schemaName":{"id":1,"type":"string"}}},"Metrics":{"fields":{"globalMetricTags":{"rule":"repeated","id":4,"type":"MetricTag"},"bucketHistograms":{"rule":"repeated","id":3,"type":"BucketHistogram"},"valueRecorders":{"rule":"repeated","id":2,"type":"ValueRecorder"},"upCounters":{"rule":"repeated",
|
|
2
|
-
"id":1,"type":"UpCounter"}}},"CoreEnvelopeDiagnostics":{"fields":{"schemaVersion":{"id":6,"type":"string"},"generatedTimestamp":{"id":2,"type":"double"},"bundleCount":{"id":3,"type":"uint32"},"upCounterCount":{"id":4,"type":"uint32"},"valueRecorderCount":{"id":5,"type":"uint32"},"key":{"id":1,"type":"string"},"bucketHistogramCount":{"id":7,"type":"uint32"}}},"LogMessage":{"fields":{"appPayload":{"id":10,"type":"Payload"},"data":{"id":2,"type":"bytes"},"rootId":{"id":4,"type":"string"},"
|
|
3
|
-
"type":"Payload"},"loggerAppName":{"id":8,"type":"string"},"sseq":{"id":11,"type":"uint32"},"loggerName":{"id":6,"type":"string"},"connectionType":{"id":9,"type":"string"},"age":{"id":3,"type":"double"},"seq":{"id":5,"type":"uint32"},"timestamp":{"id":1,"type":"double"}}},"CoreEnvelope":{"fields":{"diagnostics":{"id":1,"type":"CoreEnvelopeDiagnostics"},"bundles":{"rule":"repeated","id":2,"type":"MessageBundle"},"metrics":{"id":3,"type":"Metrics"},"staticAttributes":{"id":4,
|
|
4
|
-
"MetricTag":{"fields":{"name":{"id":1,"type":"string"},"value":{"id":2,"type":"string"}}},"BucketHistogram":{"fields":{"lastUpdatedTimestamp":{"id":3,"type":"double"},"ownerName":{"id":7,"type":"string"},"ownerAppName":{"id":8,"type":"string"},"createdTimestamp":{"id":2,"type":"double"},"values":{"rule":"repeated","id":4,"type":"double"},"buckets":{"rule":"repeated","id":5,"type":"uint32"},"name":{"id":1,"type":"string"},"tags":{"rule":"repeated","id":6,"type":"MetricTag"}}},
|
|
5
|
-
"type":"double"},"ownerName":{"id":6,"type":"string"},"ownerAppName":{"id":7,"type":"string"},"createdTimestamp":{"id":2,"type":"double"},"values":{"rule":"repeated","id":4,"type":"double"},"name":{"id":1,"type":"string"},"tags":{"rule":"repeated","id":5,"type":"MetricTag"}}},"StaticAttributes":{"fields":{"appVersion":{"id":2,"type":"string"},"appName":{"id":1,"type":"string"},"deviceModel":{"id":5,"type":"string"},"sdkVersion":{"id":6,"type":"string"},
|
|
6
|
-
"type":"string"}}},"Payload":{"fields":{"payload":{"id":2,"type":"bytes"},"schemaName":{"id":1,"type":"string"}}},"UpCounter":{"fields":{"lastUpdatedTimestamp":{"id":3,"type":"double"},"ownerName":{"id":6,"type":"string"},"ownerAppName":{"id":7,"type":"string"},"createdTimestamp":{"id":2,"type":"double"},"name":{"id":1,"type":"string"},"value":{"id":4,"type":"uint32"},"tags":{"rule":"repeated","id":5,"type":"MetricTag"}}}}}}}}}};
|
|
2
|
+
"id":1,"type":"UpCounter"}}},"CoreEnvelopeDiagnostics":{"fields":{"schemaVersion":{"id":6,"type":"string"},"generatedTimestamp":{"id":2,"type":"double"},"bundleCount":{"id":3,"type":"uint32"},"upCounterCount":{"id":4,"type":"uint32"},"valueRecorderCount":{"id":5,"type":"uint32"},"key":{"id":1,"type":"string"},"bucketHistogramCount":{"id":7,"type":"uint32"}}},"LogMessage":{"fields":{"appPayload":{"id":10,"type":"Payload"},"data":{"id":2,"type":"bytes"},"rootId":{"id":4,"type":"string"},"csId":{"id":12,
|
|
3
|
+
"type":"string"},"pagePayload":{"id":7,"type":"Payload"},"loggerAppName":{"id":8,"type":"string"},"sseq":{"id":11,"type":"uint32"},"loggerName":{"id":6,"type":"string"},"connectionType":{"id":9,"type":"string"},"age":{"id":3,"type":"double"},"seq":{"id":5,"type":"uint32"},"timestamp":{"id":1,"type":"double"}}},"CoreEnvelope":{"fields":{"diagnostics":{"id":1,"type":"CoreEnvelopeDiagnostics"},"bundles":{"rule":"repeated","id":2,"type":"MessageBundle"},"metrics":{"id":3,"type":"Metrics"},"staticAttributes":{"id":4,
|
|
4
|
+
"type":"StaticAttributes"}}},"MetricTag":{"fields":{"name":{"id":1,"type":"string"},"value":{"id":2,"type":"string"}}},"BucketHistogram":{"fields":{"lastUpdatedTimestamp":{"id":3,"type":"double"},"ownerName":{"id":7,"type":"string"},"ownerAppName":{"id":8,"type":"string"},"createdTimestamp":{"id":2,"type":"double"},"values":{"rule":"repeated","id":4,"type":"double"},"buckets":{"rule":"repeated","id":5,"type":"uint32"},"name":{"id":1,"type":"string"},"tags":{"rule":"repeated","id":6,"type":"MetricTag"}}},
|
|
5
|
+
"ValueRecorder":{"fields":{"lastUpdatedTimestamp":{"id":3,"type":"double"},"ownerName":{"id":6,"type":"string"},"ownerAppName":{"id":7,"type":"string"},"createdTimestamp":{"id":2,"type":"double"},"values":{"rule":"repeated","id":4,"type":"double"},"name":{"id":1,"type":"string"},"tags":{"rule":"repeated","id":5,"type":"MetricTag"}}},"StaticAttributes":{"fields":{"appVersion":{"id":2,"type":"string"},"appName":{"id":1,"type":"string"},"deviceModel":{"id":5,"type":"string"},"sdkVersion":{"id":6,"type":"string"},
|
|
6
|
+
"deviceId":{"id":4,"type":"string"},"appExperience":{"id":3,"type":"string"}}},"Payload":{"fields":{"payload":{"id":2,"type":"bytes"},"schemaName":{"id":1,"type":"string"}}},"UpCounter":{"fields":{"lastUpdatedTimestamp":{"id":3,"type":"double"},"ownerName":{"id":6,"type":"string"},"ownerAppName":{"id":7,"type":"string"},"createdTimestamp":{"id":2,"type":"double"},"name":{"id":1,"type":"string"},"value":{"id":4,"type":"uint32"},"tags":{"rule":"repeated","id":5,"type":"MetricTag"}}}}}}}}}};
|
package/sf_sfs/file_info.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const file_info={namespace:"sf.sfs",name:"FileInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"FileInfo":{"fields":{"fileSizeByte":{"id":1,"type":"uint64"},"mimeType":{"id":2,"type":"string"},"isCached":{"id":3,"type":"bool"}}}}}}}}}};
|
|
1
|
+
export const file_info={namespace:"sf.sfs",name:"FileInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"FileInfo":{"fields":{"fileSizeByte":{"id":1,"type":"uint64"},"mimeType":{"id":2,"type":"string"},"isLds":{"id":4,"type":"bool"},"isCached":{"id":3,"type":"bool"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='244.
|
|
1
|
+
export const version='244.28.1'
|