digicust_types 1.8.26 → 1.8.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ const __2 = require("../..");
6
6
  const condenseDocument = (document) => {
7
7
  const doc = document
8
8
  ? {
9
+ temp: "isCondensed",
9
10
  id: document.id,
10
11
  caseId: document.caseId,
11
12
  queueId: document.queueId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.26",
3
+ "version": "1.8.27",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",