o11y_schema 256.81.0 → 256.82.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
@@ -54,6 +54,7 @@
54
54
  "./sf_nimbus": "./sf_nimbus/sf_nimbus.js",
55
55
  "./sf_lds": "./sf_lds/sf_lds.js",
56
56
  "./sf_semanticModel": "./sf_semanticModel/sf_semanticModel.js",
57
+ "./sf_ai4mCampaignDesigner": "./sf_ai4mCampaignDesigner/sf_ai4mCampaignDesigner.js",
57
58
  "./sf_ms365": "./sf_ms365/sf_ms365.js",
58
59
  "./sf_selfService": "./sf_selfService/sf_selfService.js",
59
60
  "./sf_sfs": "./sf_sfs/sf_sfs.js",
@@ -88,7 +89,7 @@
88
89
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
89
90
  },
90
91
  "type": "module",
91
- "version": "256.81.0",
92
+ "version": "256.82.0",
92
93
  "license": "BSD-3-Clause",
93
94
  "volta": {
94
95
  "node": "18.17.1",
@@ -100,6 +101,7 @@
100
101
  "o11y_schema/version",
101
102
  "o11y_schema/sf_actExp",
102
103
  "o11y_schema/sf_actions",
104
+ "o11y_schema/sf_ai4mCampaignDesigner",
103
105
  "o11y_schema/sf_aura",
104
106
  "o11y_schema/sf_automation",
105
107
  "o11y_schema/sf_bfwk",
@@ -0,0 +1 @@
1
+ export const campaign_designer_interaction={namespace:"sf.ai4mCampaignDesigner",name:"CampaignDesignerInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"ai4mCampaignDesigner":{"nested":{"CampaignDesignerInteraction":{"fields":{"actionTaken":{"id":2,"type":"string"},"campaginDesignerStage":{"id":1,"type":"string"},"objectId":{"id":4,"type":"string"},"objectType":{"id":3,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const campaign_designer_refinement={namespace:"sf.ai4mCampaignDesigner",name:"CampaignDesignerRefinement",pbjsSchema:{"nested":{"sf":{"nested":{"ai4mCampaignDesigner":{"nested":{"CampaignDesignerRefinement":{"fields":{"campaignId":{"id":4,"type":"string"},"fieldRefined":{"id":1,"type":"string"},"briefId":{"id":3,"type":"string"},"contentId":{"id":6,"type":"string"},"wasEdited":{"id":2,"type":"bool"},"flowId":{"id":5,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export { campaign_designer_interaction as campaignDesignerInteractionSchema } from './campaign_designer_interaction.js';
2
+ export { campaign_designer_refinement as campaignDesignerRefinementSchema } from './campaign_designer_refinement.js';
@@ -0,0 +1,2 @@
1
+ export { campaign_designer_interaction as campaignDesignerInteractionSchema } from './campaign_designer_interaction.js';
2
+ export { campaign_designer_refinement as campaignDesignerRefinementSchema } from './campaign_designer_refinement.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='256.81.0'
1
+ export const version='256.82.0'