cecon-interfaces 1.5.31 → 1.5.33

Sign up to get free protection for your applications and to get access to all the features.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.31",
3
+ "version": "1.5.33",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,16 +1,18 @@
1
1
  export declare enum EImageFolder {
2
2
  COMPANIES = "companies",
3
3
  CUSTOMERS = "customers",
4
- DELIVERERS = "deliverers",
5
- DEVICE = "device",
6
4
  MEMBERS = "members",
7
- MENU_CATEGORIES = "menu-categories",
8
5
  MENUS = "menus",
6
+ SECTIONS = "sections",
9
7
  PRODUCTS = "products",
8
+ COMPOSITIONS = "compositions",
9
+ TYPES = "types",
10
+ PRODUCT_SIZES = "product-sizes",
10
11
  TOPPINGS = "toppings",
11
- SECOES = "secoes",
12
+ DEVICE = "device",
12
13
  TAA = "taa",
13
14
  IN_TAB = "in-tab",
14
15
  TOP = "top",
16
+ DELIVERERS = "deliverers",
15
17
  DEFAULT = "default"
16
18
  }
@@ -5,16 +5,19 @@ var EImageFolder;
5
5
  (function (EImageFolder) {
6
6
  EImageFolder["COMPANIES"] = "companies";
7
7
  EImageFolder["CUSTOMERS"] = "customers";
8
- EImageFolder["DELIVERERS"] = "deliverers";
9
- EImageFolder["DEVICE"] = "device";
10
8
  EImageFolder["MEMBERS"] = "members";
11
- EImageFolder["MENU_CATEGORIES"] = "menu-categories";
9
+ // MENU_CATEGORIES = 'menu-categories',
12
10
  EImageFolder["MENUS"] = "menus";
11
+ EImageFolder["SECTIONS"] = "sections";
13
12
  EImageFolder["PRODUCTS"] = "products";
13
+ EImageFolder["COMPOSITIONS"] = "compositions";
14
+ EImageFolder["TYPES"] = "types";
15
+ EImageFolder["PRODUCT_SIZES"] = "product-sizes";
14
16
  EImageFolder["TOPPINGS"] = "toppings";
15
- EImageFolder["SECOES"] = "secoes";
17
+ EImageFolder["DEVICE"] = "device";
16
18
  EImageFolder["TAA"] = "taa";
17
19
  EImageFolder["IN_TAB"] = "in-tab";
18
20
  EImageFolder["TOP"] = "top";
21
+ EImageFolder["DELIVERERS"] = "deliverers";
19
22
  EImageFolder["DEFAULT"] = "default";
20
23
  })(EImageFolder || (exports.EImageFolder = EImageFolder = {}));
@@ -4,11 +4,9 @@ import { IWithdrawRequest } from '../interfaces/i-withdraw-request';
4
4
  export declare class WithDrawRequestEntity implements IWithdrawRequest {
5
5
  amount: number;
6
6
  aprovedAt: Date | null;
7
- containerId: string;
8
7
  createdAt: Date;
9
8
  id: string;
10
9
  liveMode: boolean;
11
- merchantId: string;
12
10
  status: EWithdrawRequestStatus;
13
11
  transactionId: string | null;
14
12
  transferDocumentUrl: string | null;
@@ -10,11 +10,9 @@ var WithDrawRequestEntity = /** @class */ (function () {
10
10
  // #region Properties (11)
11
11
  this.amount = 0;
12
12
  this.aprovedAt = null;
13
- this.containerId = '';
14
13
  this.createdAt = new Date();
15
14
  this.id = '';
16
15
  this.liveMode = false;
17
- this.merchantId = '';
18
16
  this.status = enums_1.EWithdrawRequestStatus.PENDING;
19
17
  this.transactionId = null;
20
18
  this.transferDocumentUrl = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cecon-interfaces",
3
- "version": "1.5.31",
3
+ "version": "1.5.33",
4
4
  "description": "Interfaces de Projetos Cecon",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",