@zohoim/client-sdk 1.0.0-poc4 → 1.0.0-poc6

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.
@@ -1,2 +1 @@
1
- import ActorType from './ActorType';
2
- export { ActorType };
1
+ export { default as ActorType } from './ActorType';
@@ -1,2 +1 @@
1
- import Agent from './Agent';
2
- export { Agent };
1
+ export { default as Agent } from './Agent';
@@ -1,2 +1 @@
1
- import IChannelAgent from './IChannelAgent';
2
- export { IChannelAgent };
1
+ export { default as IChannelAgent } from './IChannelAgent';
@@ -1,2 +1 @@
1
- import ChannelAgentService from './ChannelAgentService';
2
- export { ChannelAgentService };
1
+ export { default as ChannelAgentService } from './ChannelAgentService';
package/es/index.js CHANGED
@@ -1 +1,3 @@
1
- // export * from './domain';
1
+ export * from './domain/entities';
2
+ export * from './domain/interfaces';
3
+ export * from './domain/services';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/client-sdk",
3
- "version": "1.0.0-poc4",
3
+ "version": "1.0.0-poc6",
4
4
  "description": "To have the client sdk for the IM",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",
@@ -1,3 +0,0 @@
1
- // export * from './entities';
2
- // export * from './interfaces';
3
- // export * from './services';