o11y_schema 256.143.0 → 256.145.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
@@ -91,6 +91,7 @@
91
91
  "./sf_lightningOut": "./sf_lightningOut/sf_lightningOut.js",
92
92
  "./sf_segmentation": "./sf_segmentation/sf_segmentation.js",
93
93
  "./sf_umaSetup": "./sf_umaSetup/sf_umaSetup.js",
94
+ "./sf_policyCenter": "./sf_policyCenter/sf_policyCenter.js",
94
95
  "./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
95
96
  "./sf_content": "./sf_content/sf_content.js",
96
97
  "./sf_embeddedMessaging": "./sf_embeddedMessaging/sf_embeddedMessaging.js"
@@ -101,7 +102,7 @@
101
102
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
102
103
  },
103
104
  "type": "module",
104
- "version": "256.143.0",
105
+ "version": "256.145.0",
105
106
  "license": "BSD-3-Clause",
106
107
  "volta": {
107
108
  "node": "18.17.1",
@@ -165,6 +166,7 @@
165
166
  "o11y_schema/sf_omniChannel",
166
167
  "o11y_schema/sf_p13n",
167
168
  "o11y_schema/sf_payments",
169
+ "o11y_schema/sf_policyCenter",
168
170
  "o11y_schema/sf_prm",
169
171
  "o11y_schema/sf_promptStudio",
170
172
  "o11y_schema/sf_recordPicker",
@@ -0,0 +1 @@
1
+ export { policy_center_view as policyCenterViewSchema } from './policy_center_view.js';
@@ -0,0 +1 @@
1
+ export const policy_center_view={namespace:"sf.policyCenter",name:"PolicyCenterView",pbjsSchema:{"nested":{"sf":{"nested":{"policyCenter":{"nested":{"PolicyCenterView":{"fields":{"viewName":{"id":1,"type":"string"},"message":{"id":2,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { policy_center_view as policyCenterViewSchema } from './policy_center_view.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 segment_builder_timer={namespace:"sf.segmentation",name:"SegmentBuilderTimer",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"SegmentBuilderTimer":{"fields":{"screenViewport":{"id":5,"type":"string"},"timerType":{"id":3,"type":"string"},"segmentId":{"id":1,"type":"string"},"screenDimensions":{"id":2,"type":"string"},"segmentType":{"id":6,"type":"string"},"infoMessage":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const segment_builder_timer={namespace:"sf.segmentation",name:"SegmentBuilderTimer",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"SegmentBuilderTimer":{"fields":{"screenViewport":{"id":5,"type":"string"},"timerType":{"id":3,"type":"string"},"segmentId":{"id":1,"type":"string"},"screenDimensions":{"id":2,"type":"string"},"segmentFilterInfo":{"rule":"repeated","id":7,"type":"string"},"segmentType":{"id":6,"type":"string"},"infoMessage":{"id":4,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='256.143.0'
1
+ export const version='256.145.0'