@in.pulse-crm/sdk 2.3.0 → 2.3.1

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.
@@ -26,7 +26,7 @@ export interface User {
26
26
  /** Login do usuário */
27
27
  LOGIN: string;
28
28
  /** Email do usuário */
29
- EMAIl: string;
29
+ EMAIL: string;
30
30
  /** Nível de acesso do usuário */
31
31
  NIVEL: UserRole | null;
32
32
  /** Horário de trabalho do usuário */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@in.pulse-crm/sdk",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "SDKs for abstraction of api consumption of in.pulse-crm application",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -27,7 +27,7 @@ export interface User {
27
27
  /** Login do usuário */
28
28
  LOGIN: string;
29
29
  /** Email do usuário */
30
- EMAIl: string;
30
+ EMAIL: string;
31
31
  /** Nível de acesso do usuário */
32
32
  NIVEL: UserRole | null;
33
33
  /** Horário de trabalho do usuário */