o11y_schema 244.23.0 → 244.25.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
@@ -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.23.0",
44
+ "version": "244.25.0",
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",
@@ -1 +1 @@
1
- export const app_payload={namespace:"sf.clwr",name:"AppPayload",pbjsSchema:{"nested":{"sf":{"nested":{"clwr":{"nested":{"AppPayload":{"fields":{"visibleDuration":{"id":1,"type":"double"}}}}}}}}}};
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 +1 @@
1
- export const version='244.23.0'
1
+ export const version='244.25.0'