cecon-interfaces 1.1.48 → 1.1.50

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