@nomalism-com/types 0.36.12 → 0.36.13

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.
@@ -205,7 +205,7 @@ export interface IFindResponse {
205
205
  is_void: boolean;
206
206
  is_archived: boolean;
207
207
  adjudicado: boolean;
208
- tags: string;
208
+ tags: string | null;
209
209
  }
210
210
  export type IUpdateManyWithPersona = {
211
211
  id: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.36.12",
12
+ "version": "0.36.13",
13
13
  "type": "module",
14
14
  "module": "./dist/index.js",
15
15
  "main": "./dist/index.cjs",
@@ -269,7 +269,7 @@ export interface IFindResponse {
269
269
  is_void: boolean;
270
270
  is_archived: boolean;
271
271
  adjudicado: boolean;
272
- tags: string;
272
+ tags: string | null;
273
273
  }
274
274
 
275
275
  export type IUpdateManyWithPersona = {