@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
|
-
|
|
2
|
-
export { ActorType };
|
|
1
|
+
export { default as ActorType } from './ActorType';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { Agent };
|
|
1
|
+
export { default as Agent } from './Agent';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { IChannelAgent };
|
|
1
|
+
export { default as IChannelAgent } from './IChannelAgent';
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export { ChannelAgentService };
|
|
1
|
+
export { default as ChannelAgentService } from './ChannelAgentService';
|
package/es/index.js
CHANGED
package/package.json
CHANGED
package/es/domain/index.js
DELETED