o11y_schema 254.66.0 → 254.67.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
@@ -53,6 +53,7 @@
53
53
  "./sf_nimbus": "./sf_nimbus/sf_nimbus.js",
54
54
  "./sf_lds": "./sf_lds/sf_lds.js",
55
55
  "./sf_semanticModel": "./sf_semanticModel/sf_semanticModel.js",
56
+ "./sf_ai4mCampaignDesigner": "./sf_ai4mCampaignDesigner/sf_ai4mCampaignDesigner.js",
56
57
  "./sf_ms365": "./sf_ms365/sf_ms365.js",
57
58
  "./sf_selfService": "./sf_selfService/sf_selfService.js",
58
59
  "./sf_sfs": "./sf_sfs/sf_sfs.js",
@@ -85,7 +86,7 @@
85
86
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
86
87
  },
87
88
  "type": "module",
88
- "version": "254.66.0",
89
+ "version": "254.67.0",
89
90
  "license": "BSD-3-Clause",
90
91
  "volta": {
91
92
  "node": "18.17.1",
@@ -97,6 +98,7 @@
97
98
  "o11y_schema/version",
98
99
  "o11y_schema/sf_actExp",
99
100
  "o11y_schema/sf_actions",
101
+ "o11y_schema/sf_ai4mCampaignDesigner",
100
102
  "o11y_schema/sf_aura",
101
103
  "o11y_schema/sf_automation",
102
104
  "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='254.66.0'
1
+ export const version='254.67.0'