cecon-interfaces 1.4.2 → 1.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,4 +4,5 @@ export interface IDeviceAppConfig {
4
4
  checkoutOnline: boolean;
5
5
  checkoutOffline: boolean;
6
6
  checkoutPix: boolean;
7
+ minShopValue: number;
7
8
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.4.02",
3
+ "version": "1.4.04",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,5 +16,6 @@ export declare class WithDrawRequestEntity implements IWithdrawRequest {
16
16
  natiInfo: INatiInfo;
17
17
  mobyoInfo: IMobyoInfo;
18
18
  desenfilaInfo: IDesenfilaInfo;
19
+ name: string;
19
20
  constructor(data?: Partial<WithDrawRequestEntity>);
20
21
  }
@@ -22,6 +22,7 @@ var WithDrawRequestEntity = /** @class */ (function () {
22
22
  this.natiInfo = new general_1.NatiInfoEntity();
23
23
  this.mobyoInfo = new general_1.MobyoInfoEntity();
24
24
  this.desenfilaInfo = new general_1.DesenfilaInfoEntity();
25
+ this.name = '';
25
26
  if (data) {
26
27
  for (var key in data) {
27
28
  if (data.hasOwnProperty(key) && key in this) {
@@ -10,6 +10,7 @@ export interface IWithdrawRequest {
10
10
  transactionId: string | null;
11
11
  transferDocumentUrl: string | null;
12
12
  updatedAt: Date;
13
+ name: string;
13
14
  natiInfo: INatiInfo;
14
15
  mobyoInfo: IMobyoInfo;
15
16
  desenfilaInfo: IDesenfilaInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.4.02",
3
+ "version": "1.4.04",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",