@carlosdiazz/lottodiz-shared 1.1.7 → 1.1.8

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 ParamsCountry extends PaginationBase {
2
+ export declare class ParamsCountryBase extends PaginationBase {
3
3
  id_platform?: number;
4
4
  view_screen?: boolean;
5
5
  }
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ParamsCountry = void 0;
3
+ exports.ParamsCountryBase = void 0;
4
4
  const common_1 = require("../common");
5
- class ParamsCountry extends common_1.PaginationBase {
5
+ class ParamsCountryBase extends common_1.PaginationBase {
6
6
  }
7
- exports.ParamsCountry = ParamsCountry;
7
+ exports.ParamsCountryBase = ParamsCountryBase;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlosdiazz/lottodiz-shared",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Shared Dtos, models, constants and utils",
5
5
  "main": "dist/index.js",
6
6
  "private": false,