o11y_schema 254.82.0 → 254.84.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
@@ -39,6 +39,7 @@
39
39
  "./sfcore_network": "./sfcore_network/sfcore_network.js",
40
40
  "./sf_sApp": "./sf_sApp/sf_sApp.js",
41
41
  "./sf_ccinventory": "./sf_ccinventory/sf_ccinventory.js",
42
+ "./sf_agentforceInstrumentation": "./sf_agentforceInstrumentation/sf_agentforceInstrumentation.js",
42
43
  "./sf_industriesConstraint": "./sf_industriesConstraint/sf_industriesConstraint.js",
43
44
  "./sf_sfsMobileHybrid": "./sf_sfsMobileHybrid/sf_sfsMobileHybrid.js",
44
45
  "./sf_enhancedConversation": "./sf_enhancedConversation/sf_enhancedConversation.js",
@@ -80,6 +81,7 @@
80
81
  "./sf_komaci": "./sf_komaci/sf_komaci.js",
81
82
  "./sf_lex": "./sf_lex/sf_lex.js",
82
83
  "./sf_revenue": "./sf_revenue/sf_revenue.js",
84
+ "./sf_segmentation": "./sf_segmentation/sf_segmentation.js",
83
85
  "./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
84
86
  "./sf_embeddedMessaging": "./sf_embeddedMessaging/sf_embeddedMessaging.js"
85
87
  },
@@ -89,7 +91,7 @@
89
91
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
90
92
  },
91
93
  "type": "module",
92
- "version": "254.82.0",
94
+ "version": "254.84.0",
93
95
  "license": "BSD-3-Clause",
94
96
  "volta": {
95
97
  "node": "18.17.1",
@@ -102,6 +104,7 @@
102
104
  "o11y_schema/sf_a4dInstrumentation",
103
105
  "o11y_schema/sf_actExp",
104
106
  "o11y_schema/sf_actions",
107
+ "o11y_schema/sf_agentforceInstrumentation",
105
108
  "o11y_schema/sf_ai4mCampaignDesigner",
106
109
  "o11y_schema/sf_appdevDevops",
107
110
  "o11y_schema/sf_aura",
@@ -155,6 +158,7 @@
155
158
  "o11y_schema/sf_sci",
156
159
  "o11y_schema/sf_scrt",
157
160
  "o11y_schema/sf_searchui",
161
+ "o11y_schema/sf_segmentation",
158
162
  "o11y_schema/sf_selfService",
159
163
  "o11y_schema/sf_semanticDataPrism",
160
164
  "o11y_schema/sf_semanticModel",
@@ -0,0 +1,2 @@
1
+ export const agentforce_instrumentation={namespace:"sf.agentforceInstrumentation",name:"AgentforceInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"agentforceInstrumentation":{"nested":{"AgentforceInstrumentation":{"fields":{"teamName":{"id":9,"type":"string"},"componentType":{"id":3,"type":"string"},"actionType":{"id":7,"type":"string"},"agentType":{"id":5,"type":"string"},"fieldName":{"id":10,"type":"string"},"fieldValueCount":{"id":11,"type":"uint32"},"appName":{"id":8,"type":"string"},"fieldValueText":{"id":12,
2
+ "type":"string"},"eventName":{"id":1,"type":"string"},"agentSkill":{"id":6,"type":"string"},"componentName":{"id":2,"type":"string"},"selectedTab":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { agentforce_instrumentation as agentforceInstrumentationSchema } from './agentforce_instrumentation.js';
@@ -0,0 +1 @@
1
+ export { agentforce_instrumentation as agentforceInstrumentationSchema } from './agentforce_instrumentation.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -0,0 +1 @@
1
+ export { segment_builder_timer as segmentBuilderTimerSchema } from './segment_builder_timer.js';
@@ -0,0 +1 @@
1
+ export const segment_builder_timer={namespace:"sf.segmentation",name:"SegmentBuilderTimer",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"SegmentBuilderTimer":{"fields":{"timerType":{"id":3,"type":"string"},"segmentId":{"id":1,"type":"string"},"screenDimensions":{"id":2,"type":"string"},"infoMessage":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { segment_builder_timer as segmentBuilderTimerSchema } from './segment_builder_timer.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -1 +1 @@
1
- export const version='254.82.0'
1
+ export const version='254.84.0'