@nomalism-com/types 0.29.45 → 0.29.46

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,6 +1,6 @@
1
1
  import type * as IShared from "../../../shared/interface";
2
2
  import type { Persona, Country, ReasonForExemption } from "../../../shared/entities";
3
- import type { IChatType } from "modules/stock/chat/interfaces";
3
+ import type { IChatType } from "../../stock/chat/interfaces";
4
4
  export type Entity = Persona;
5
5
  export declare const Route = "persona";
6
6
  export declare const UpperName = "Persona";
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.29.45",
12
+ "version": "0.29.46",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [