@connectedxm/admin 3.3.4 → 3.3.5

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/dist/index.cjs CHANGED
@@ -19754,7 +19754,7 @@ var GetSearchListConnectedQuestions = async ({
19754
19754
  cursor,
19755
19755
  pageSize,
19756
19756
  orderBy,
19757
- search
19757
+ search: search || void 0
19758
19758
  }
19759
19759
  }
19760
19760
  );
package/dist/index.js CHANGED
@@ -16632,7 +16632,7 @@ var GetSearchListConnectedQuestions = async ({
16632
16632
  cursor,
16633
16633
  pageSize,
16634
16634
  orderBy,
16635
- search
16635
+ search: search || void 0
16636
16636
  }
16637
16637
  }
16638
16638
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.3.4",
3
+ "version": "3.3.5",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",