cecon-interfaces 1.5.43 → 1.5.45

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -18,6 +18,7 @@ export * from './feature';
18
18
  export * from './general';
19
19
  export * from './global-settings';
20
20
  export * from './installation';
21
+ export * from './developers';
21
22
  export * from './invite';
22
23
  export * from './invoice';
23
24
  export * from './iugu';
package/dist/index.js CHANGED
@@ -34,6 +34,7 @@ __exportStar(require("./feature"), exports);
34
34
  __exportStar(require("./general"), exports);
35
35
  __exportStar(require("./global-settings"), exports);
36
36
  __exportStar(require("./installation"), exports);
37
+ __exportStar(require("./developers"), exports);
37
38
  __exportStar(require("./invite"), exports);
38
39
  __exportStar(require("./invoice"), exports);
39
40
  __exportStar(require("./iugu"), exports);
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.43",
3
+ "version": "1.5.45",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@ export declare class PartnerEntity implements IPartner {
9
9
  email: string;
10
10
  fullName: string;
11
11
  id: string;
12
- imageUrl?: string;
12
+ imageUrl: string | null;
13
13
  internationalCode: string;
14
14
  level: number;
15
15
  logoUrl?: string;
@@ -6,11 +6,11 @@ export interface IPartner {
6
6
  doc: string;
7
7
  docType: EDocType;
8
8
  email: string;
9
- level: number;
10
9
  fullName: string;
11
10
  id: string;
12
- imageUrl?: string;
11
+ imageUrl: string | null;
13
12
  internationalCode: string;
13
+ level: number;
14
14
  logoUrl?: string;
15
15
  name: string;
16
16
  paymentProvider: IPaymentProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.43",
3
+ "version": "1.5.45",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",