o11y_schema 254.7.0 → 254.9.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
@@ -77,7 +77,7 @@
77
77
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
78
78
  },
79
79
  "type": "module",
80
- "version": "254.7.0",
80
+ "version": "254.9.0",
81
81
  "license": "BSD-3-Clause",
82
82
  "volta": {
83
83
  "node": "18.17.1",
@@ -1,4 +1,5 @@
1
1
  export { explorer_card_data as explorerCardDataSchema } from './explorer_card_data.js';
2
2
  export { explorer_init_load as explorerInitLoadSchema } from './explorer_init_load.js';
3
3
  export { explorer_reorder as explorerReorderSchema } from './explorer_reorder.js';
4
+ export { offline_flow_engine as offlineFlowEngineSchema } from './offline_flow_engine.js';
4
5
  export { process_builder_migration as processBuilderMigrationSchema } from './process_builder_migration.js';
@@ -0,0 +1,2 @@
1
+ export const offline_flow_engine={namespace:"sf.automation",name:"OfflineFlowEngine",pbjsSchema:{"nested":{"sf":{"nested":{"automation":{"nested":{"OfflineFlowEngine":{"fields":{"traceId":{"id":1,"type":"string"},"issueType":{"id":9,"type":"string"},"recordId":{"id":10,"type":"string"},"stack":{"id":4,"type":"string"},"flowNode":{"id":6,"type":"string"},"flowApiName":{"id":7,"type":"string"},"errorCode":{"id":2,"type":"string"},"processType":{"id":5,"type":"string"},"message":{"options":{"(meta.max_length)":200},
2
+ "id":3,"type":"string"},"nodeApiName":{"id":8,"type":"string"}}}}}}}}}};
@@ -1,4 +1,5 @@
1
1
  export { explorer_card_data as explorerCardDataSchema } from './explorer_card_data.js';
2
2
  export { explorer_init_load as explorerInitLoadSchema } from './explorer_init_load.js';
3
3
  export { explorer_reorder as explorerReorderSchema } from './explorer_reorder.js';
4
+ export { offline_flow_engine as offlineFlowEngineSchema } from './offline_flow_engine.js';
4
5
  export { process_builder_migration as processBuilderMigrationSchema } from './process_builder_migration.js';
@@ -1 +1 @@
1
- export const uma_campaign_content={namespace:"sf.campaign",name:"UmaCampaignContent",pbjsSchema:{"nested":{"sf":{"nested":{"campaign":{"nested":{"UmaCampaignContent":{"reserved":[[1,1]],"fields":{"contentKeys":{"rule":"repeated","id":4,"type":"string"},"campaignId":{"id":2,"type":"string"},"flowId":{"id":3,"type":"string"},"contentType":{"id":5,"type":"string"}}}}}}}}}};
1
+ export const uma_campaign_content={namespace:"sf.campaign",name:"UmaCampaignContent",pbjsSchema:{"nested":{"sf":{"nested":{"campaign":{"nested":{"UmaCampaignContent":{"reserved":[[1,1]],"fields":{"contentKeys":{"rule":"repeated","id":4,"type":"string"},"campaignId":{"id":2,"type":"string"},"flowId":{"id":3,"type":"string"},"contentType":{"rule":"repeated","id":5,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const data_capture={namespace:"sf.sfs",name:"DataCapture",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"DataCapture":{"fields":{"traceId":{"id":1,"type":"string"},"issueType":{"id":7,"type":"string"},"recordId":{"id":8,"type":"string"},"stack":{"id":4,"type":"string"},"flowApiName":{"id":6,"type":"string"},"errorCode":{"id":5,"type":"string"},"processType":{"id":2,"type":"string"},"message":{"options":{"(meta.max_length)":200},"id":3,"type":"string"}}}}}}}}}};
package/sf_sfs/index.js CHANGED
@@ -4,6 +4,7 @@ export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asse
4
4
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
5
5
  export { crash_report as crashReportSchema } from './crash_report.js';
6
6
  export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
7
+ export { data_capture as dataCaptureSchema } from './data_capture.js';
7
8
  export { document_print as documentPrintSchema } from './document_print.js';
8
9
  export { file_info as fileInfoSchema } from './file_info.js';
9
10
  export { loader_info as loaderInfoSchema } from './loader_info.js';
package/sf_sfs/sf_sfs.js CHANGED
@@ -4,6 +4,7 @@ export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asse
4
4
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
5
5
  export { crash_report as crashReportSchema } from './crash_report.js';
6
6
  export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
7
+ export { data_capture as dataCaptureSchema } from './data_capture.js';
7
8
  export { document_print as documentPrintSchema } from './document_print.js';
8
9
  export { file_info as fileInfoSchema } from './file_info.js';
9
10
  export { loader_info as loaderInfoSchema } from './loader_info.js';
@@ -1 +1 @@
1
- export const version='254.7.0'
1
+ export const version='254.9.0'