@mc-hogar/crosslib 0.0.69 → 0.0.70

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,7 +1,3 @@
1
1
  "use strict";
2
- /*export interface IListadoPaginado {
3
- cursorId?: string | null
4
- cantidadItemsPagina?: number
5
- }*/
6
2
  Object.defineProperty(exports, "__esModule", { value: true });
7
3
  //# sourceMappingURL=Pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
1
+ {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":""}
@@ -1,6 +1,2 @@
1
- /*export interface IListadoPaginado {
2
- cursorId?: string | null
3
- cantidadItemsPagina?: number
4
- }*/
5
1
  export {};
6
2
  //# sourceMappingURL=Pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
1
+ {"version":3,"file":"Pagination.js","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ export type ArticuloOrderByStr = 'aik_ar_fecha_alta' | 'aik_ar_codigo';
1
2
  export interface IOffsetPagination {
2
3
  skip: number | null;
3
4
  take: number | null;
@@ -15,5 +16,6 @@ export interface IFiltrosArticulosPaginadoTier1 {
15
16
  export interface IListadoPaginadoArticuloOptions {
16
17
  paginationOptions: IOffsetPagination;
17
18
  filterOptions: IFiltrosArticulosPaginadoTier1;
19
+ orderBy: ArticuloOrderByStr;
18
20
  }
19
21
  //# sourceMappingURL=Pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB;AAOD,MAAM,WAAW,oBAAoB,CAAC,KAAK;IACvC,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,8BAA8B;IAC3C,YAAY,CAAC,EAAW,MAAM,EAAE,CAAA;IAChC,cAAc,CAAC,EAAS,MAAM,EAAE,CAAA;IAChC,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAA;IAChC,WAAW,CAAC,EAAY,MAAM,CAAA;CACjC;AAED,MAAM,WAAW,+BAA+B;IAC5C,iBAAiB,EAAE,iBAAiB,CAAA;IACpC,aAAa,EAAE,8BAA8B,CAAA;CAChD"}
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/common/types/Pagination.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG,eAAe,CAAA;AAEtE,MAAM,WAAW,iBAAiB;IAC9B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;IACnB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAA;CACtB;AAOD,MAAM,WAAW,oBAAoB,CAAC,KAAK;IACvC,KAAK,EAAE,KAAK,EAAE,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,8BAA8B;IAC3C,YAAY,CAAC,EAAW,MAAM,EAAE,CAAA;IAChC,cAAc,CAAC,EAAS,MAAM,EAAE,CAAA;IAChC,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAA;IAChC,WAAW,CAAC,EAAY,MAAM,CAAA;CACjC;AAED,MAAM,WAAW,+BAA+B;IAC5C,iBAAiB,EAAE,iBAAiB,CAAA;IACpC,aAAa,EAAE,8BAA8B,CAAC;IAC9C,OAAO,EAAE,kBAAkB,CAAA;CAC9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mc-hogar/crosslib",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "description": "Cross-platform TypeScript library",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",