o11y_schema 258.24.0 → 258.25.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 +1 -1
- package/sf_eciExp/eci_ui.js +1 -0
- package/sf_eciExp/index.js +1 -0
- package/sf_eciExp/sf_eciExp.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const eci_ui={namespace:"sf.eciExp",name:"EciUi",pbjsSchema:{"nested":{"sf":{"nested":{"eciExp":{"nested":{"EciUi":{"fields":{"method":{"id":3,"type":"string"},"cmpName":{"id":2,"type":"string"},"message":{"id":1,"type":"string"}}}}}}}}}};
|
package/sf_eciExp/index.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export { conversation_hub_interaction as conversationHubInteractionSchema } from './conversation_hub_interaction.js';
|
|
2
|
+
export { eci_ui as eciUiSchema } from './eci_ui.js';
|
|
2
3
|
export { sales_mining_interaction as salesMiningInteractionSchema } from './sales_mining_interaction.js';
|
package/sf_eciExp/sf_eciExp.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export { conversation_hub_interaction as conversationHubInteractionSchema } from './conversation_hub_interaction.js';
|
|
2
|
+
export { eci_ui as eciUiSchema } from './eci_ui.js';
|
|
2
3
|
export { sales_mining_interaction as salesMiningInteractionSchema } from './sales_mining_interaction.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.25.0'
|