cecon-interfaces 1.1.50 → 1.1.51

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,17 +3,19 @@ export declare class GlobalSettingMasterEntity implements IGlobalSettingMaster {
3
3
  /**
4
4
  * Prazo de dias para o vencimento da fatura.
5
5
  */
6
- billingDays: number;
7
6
  deleteInvoicesPlacedDays: number;
8
7
  deleteSubscriptionsPlacedDays: number;
9
8
  /**
10
9
  * Dias em que a fatura expira após o vencimento
11
10
  *
12
11
  * */
13
- expireDays: number;
12
+ subscriptionsCancelDays: number;
13
+ subscriptionsExpireDays: number;
14
+ subscriptionsSuspendDays: number;
14
15
  /**
15
16
  * Dias em que a fatura é suspensa após o vencimento
16
17
  */
17
18
  suspendDays: number;
18
19
  constructor(data?: Partial<GlobalSettingMasterEntity>);
20
+ billingDays: number;
19
21
  }
@@ -2,21 +2,22 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GlobalSettingMasterEntity = void 0;
4
4
  var GlobalSettingMasterEntity = /** @class */ (function () {
5
- // #endregion Properties (5)
5
+ // #endregion Properties (6)
6
6
  // #region Constructors (1)
7
7
  function GlobalSettingMasterEntity(data) {
8
- // #region Properties (5)
8
+ // #region Properties (6)
9
9
  /**
10
10
  * Prazo de dias para o vencimento da fatura.
11
11
  */
12
- this.billingDays = 10;
13
12
  this.deleteInvoicesPlacedDays = 10;
14
13
  this.deleteSubscriptionsPlacedDays = 10;
15
14
  /**
16
15
  * Dias em que a fatura expira após o vencimento
17
16
  *
18
17
  * */
19
- this.expireDays = 1;
18
+ this.subscriptionsCancelDays = 3;
19
+ this.subscriptionsExpireDays = 1;
20
+ this.subscriptionsSuspendDays = 1;
20
21
  /**
21
22
  * Dias em que a fatura é suspensa após o vencimento
22
23
  */
@@ -1,7 +1,8 @@
1
1
  export interface IGlobalSettingMaster {
2
- expireDays: number;
3
- suspendDays: number;
4
2
  billingDays: number;
5
3
  deleteInvoicesPlacedDays: number;
6
4
  deleteSubscriptionsPlacedDays: number;
5
+ subscriptionsCancelDays: number;
6
+ subscriptionsSuspendDays: number;
7
+ subscriptionsExpireDays: number;
7
8
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.1.50",
3
+ "version": "1.1.51",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.1.50",
3
+ "version": "1.1.51",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",