@zohoim/client-sdk 1.0.0-poc25 → 1.0.0-poc26

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.
@@ -2,7 +2,7 @@ import { RequestBuilder } from "../base";
2
2
 
3
3
  function getBotsRequest(_ref) {
4
4
  let {
5
- query
5
+ query = {}
6
6
  } = _ref;
7
7
  return new RequestBuilder().withQuery({
8
8
  from: 0,
@@ -2,8 +2,8 @@ import { RequestBuilder } from "../../base";
2
2
 
3
3
  function getChannelAgentsRequest(_ref) {
4
4
  let {
5
- query,
6
- params
5
+ query = {},
6
+ params = {}
7
7
  } = _ref;
8
8
  return new RequestBuilder().withQuery({
9
9
  from: 0,
@@ -2,8 +2,8 @@ import { RequestBuilder } from "../base";
2
2
 
3
3
  function updateSessionAssigneeRequest(_ref) {
4
4
  let {
5
- params,
6
- body
5
+ params = {},
6
+ body = {}
7
7
  } = _ref;
8
8
  return new RequestBuilder().withParams({
9
9
  channelId: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohoim/client-sdk",
3
- "version": "1.0.0-poc25",
3
+ "version": "1.0.0-poc26",
4
4
  "description": "To have the client sdk for the IM",
5
5
  "main": "es/index.js",
6
6
  "module": "es/index.js",