@carlosdiazz/lottodiz-shared 1.2.1 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { PaginationBase } from "../common";
2
- export declare class ParamsLottery extends PaginationBase {
2
+ export declare class ParamsLotteryBase extends PaginationBase {
3
3
  id_platform?: number;
4
4
  id_country?: number;
5
5
  view_screen?: boolean;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ParamsLottery = void 0;
3
+ exports.ParamsLotteryBase = void 0;
4
4
  const common_1 = require("../common");
5
- class ParamsLottery extends common_1.PaginationBase {
5
+ class ParamsLotteryBase extends common_1.PaginationBase {
6
6
  }
7
- exports.ParamsLottery = ParamsLottery;
7
+ exports.ParamsLotteryBase = ParamsLotteryBase;
@@ -1,4 +1,4 @@
1
1
  import { PaginationBase } from "../common";
2
- export declare class ParamsTemplateDraw extends PaginationBase {
2
+ export declare class ParamsTemplateDrawBase extends PaginationBase {
3
3
  id_day?: number;
4
4
  }
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ParamsTemplateDraw = void 0;
3
+ exports.ParamsTemplateDrawBase = void 0;
4
4
  const common_1 = require("../common");
5
- class ParamsTemplateDraw extends common_1.PaginationBase {
5
+ class ParamsTemplateDrawBase extends common_1.PaginationBase {
6
6
  }
7
- exports.ParamsTemplateDraw = ParamsTemplateDraw;
7
+ exports.ParamsTemplateDrawBase = ParamsTemplateDrawBase;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlosdiazz/lottodiz-shared",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "Shared Dtos, models, constants and utils",
5
5
  "main": "dist/index.js",
6
6
  "private": false,