@renzosanchez1357/libreria-compartida-microservicios01 1.0.9 → 1.0.11
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.
- package/dist/dto/orders/create-order.dto.d.ts +1 -1
- package/dist/dto/orders/create-order.dto.d.ts.map +1 -1
- package/dist/dto/orders/create-order.dto.js +1 -1
- package/dist/dto/orders/create-order.dto.js.map +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-order.dto.d.ts","sourceRoot":"","sources":["../../../src/dto/orders/create-order.dto.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"create-order.dto.d.ts","sourceRoot":"","sources":["../../../src/dto/orders/create-order.dto.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,qBAAa,cAAc;IAGzB,YAAY,EAAE,MAAM,CAAC;IAIrB,aAAa,EAAE,MAAM,CAAC;IAItB,eAAe,EAAE,MAAM,CAAC;IAYxB,MAAM,EAAE,WAAW,CAAyB;IAQ5C,MAAM,EAAE,OAAO,CAAS;CACzB"}
|
|
@@ -6,7 +6,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
};
|
|
7
7
|
import { IsBoolean, IsEnum, IsNumber, IsOptional, IsPositive, IsString, } from "class-validator";
|
|
8
8
|
import { Transform } from "class-transformer";
|
|
9
|
-
import { EstadoOrden } from "../../enum/order.enum";
|
|
9
|
+
import { EstadoOrden } from "../../enum/order.enum.js";
|
|
10
10
|
export class CreateOrderDto {
|
|
11
11
|
precio_total;
|
|
12
12
|
items_totales;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-order.dto.js","sourceRoot":"","sources":["../../../src/dto/orders/create-order.dto.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EACL,SAAS,EACT,MAAM,EACN,QAAQ,EACR,UAAU,EACV,UAAU,EACV,QAAQ,GACT,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"create-order.dto.js","sourceRoot":"","sources":["../../../src/dto/orders/create-order.dto.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EACL,SAAS,EACT,MAAM,EACN,QAAQ,EACR,UAAU,EACV,UAAU,EACV,QAAQ,GACT,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAEvD,MAAM,OAAO,cAAc;IAGzB,YAAY,CAAS;IAIrB,aAAa,CAAS;IAEtB,sBAAsB;IAEtB,eAAe,CAAS;IACxB,gCAAgC;IAChC,6BAA6B;IAC7B,6BAA6B;IAC7B,gCAAgC;IAChC,gCAAgC;IAChC,gCAAgC;IAMhC,MAAM,GAAgB,WAAW,CAAC,SAAS,CAAC;IAQ5C,MAAM,GAAY,KAAK,CAAC;CACzB;AA7BC;IAFC,QAAQ,EAAE;IACV,UAAU,EAAE;oDACQ;AAIrB;IAFC,QAAQ,EAAE;IACV,UAAU,EAAE;qDACS;AAItB;IADC,QAAQ,EAAE;uDACa;AAYxB;IAJC,MAAM,CAAC,WAAW,EAAE;QACnB,OAAO,EAAE,8BAA8B,WAAW,EAAE;KACrD,CAAC;IACD,UAAU,EAAE;8CAC+B;AAQ5C;IANC,SAAS,EAAE;IACX,SAAS,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;QACvB,IAAI,KAAK,KAAK,MAAM;YAAE,OAAO,IAAI,CAAC;QAClC,IAAI,KAAK,KAAK,OAAO;YAAE,OAAO,KAAK,CAAC;QACpC,OAAO,KAAK,CAAC;IACf,CAAC,CAAC;8CACsB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from "./dto/products/Product.dto";
|
|
2
|
-
export * from "./dto/products/update-product.dto";
|
|
3
|
-
export * from "./dto/orders/create-order.dto";
|
|
1
|
+
export * from "./dto/products/Product.dto.js";
|
|
2
|
+
export * from "./dto/products/update-product.dto.js";
|
|
3
|
+
export * from "./dto/orders/create-order.dto.js";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AAGrD,cAAc,kCAAkC,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
// Products
|
|
2
|
-
export * from "./dto/products/Product.dto";
|
|
3
|
-
export * from "./dto/products/update-product.dto";
|
|
2
|
+
export * from "./dto/products/Product.dto.js";
|
|
3
|
+
export * from "./dto/products/update-product.dto.js";
|
|
4
4
|
// Orders
|
|
5
|
-
export * from "./dto/orders/create-order.dto";
|
|
5
|
+
export * from "./dto/orders/create-order.dto.js";
|
|
6
|
+
/*
|
|
7
|
+
Al poner "verbatimModuleSyntax": false, desabilito las extensiones de ".js",
|
|
8
|
+
sin embargo, nodejs (de mis projectos), usa ESM(ECMAScript), que requiere explicitamente
|
|
9
|
+
que se utilizen las extensiones al hacer los importes
|
|
10
|
+
*/
|
|
6
11
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,WAAW;AACX,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AAErD,SAAS;AACT,cAAc,kCAAkC,CAAC;AAEjD;;;;EAIE"}
|