@pedro.araujo/ml-architecture-shared 0.1.17 → 0.1.19
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/auction-item/get-auction-items-response.dto.d.ts +27 -0
- package/dist/auction-item/get-auction-items-response.dto.d.ts.map +1 -0
- package/dist/auction-item/get-auction-items-response.dto.js +1 -0
- package/dist/auction-item-status/auction-item-status-response.dto.d.ts +6 -0
- package/dist/auction-item-status/auction-item-status-response.dto.d.ts.map +1 -0
- package/dist/auction-item-status/auction-item-status-response.dto.js +1 -0
- package/dist/auction-item-type/auction-item-type-response.dto.d.ts +6 -0
- package/dist/auction-item-type/auction-item-type-response.dto.d.ts.map +1 -0
- package/dist/auction-item-type/auction-item-type-response.dto.js +1 -0
- package/dist/auction-item-user/auction-item-user-response.dto.d.ts +8 -0
- package/dist/auction-item-user/auction-item-user-response.dto.d.ts.map +1 -0
- package/dist/auction-item-user/auction-item-user-response.dto.js +1 -0
- package/dist/auction-session/auction-session-response.dto.d.ts +7 -0
- package/dist/auction-session/auction-session-response.dto.d.ts.map +1 -0
- package/dist/auction-session/auction-session-response.dto.js +1 -0
- package/dist/auction-session-status/auction-session-status-response.dto.d.ts +6 -0
- package/dist/auction-session-status/auction-session-status-response.dto.d.ts.map +1 -0
- package/dist/auction-session-status/auction-session-status-response.dto.js +1 -0
- package/dist/auction-type/auction-type-response.dto.d.ts +6 -0
- package/dist/auction-type/auction-type-response.dto.d.ts.map +1 -0
- package/dist/auction-type/auction-type-response.dto.js +1 -0
- package/dist/index.d.ts +11 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -1
- package/dist/responsible-authority/responsible-authority-response.dto.d.ts +6 -0
- package/dist/responsible-authority/responsible-authority-response.dto.d.ts.map +1 -0
- package/dist/responsible-authority/responsible-authority-response.dto.js +1 -0
- package/dist/user/user-response.dto.d.ts +12 -0
- package/dist/user/user-response.dto.d.ts.map +1 -0
- package/dist/user/user-response.dto.js +1 -0
- package/dist/user/user-status.enum.d.ts +6 -0
- package/dist/user/user-status.enum.d.ts.map +1 -0
- package/dist/user/user-status.enum.js +6 -0
- package/package.json +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AuctionItemStatusResponseDTO } from "../auction-item-status/auction-item-status-response.dto.js";
|
|
2
|
+
import { AuctionItemTypeResponseDTO } from "../auction-item-type/auction-item-type-response.dto.js";
|
|
3
|
+
import { AuctionItemUserResponseDTO } from "../auction-item-user/auction-item-user-response.dto.js";
|
|
4
|
+
import { AuctionSessionResponseDTO } from "../auction-session/auction-session-response.dto.js";
|
|
5
|
+
import { AuctionTypeResponseDTO } from "../auction-type/auction-type-response.dto.js";
|
|
6
|
+
import { ResponsibleAuthorityResponseDTO } from "../responsible-authority/responsible-authority-response.dto.js";
|
|
7
|
+
import { UserResponseDTO } from "../user/user-response.dto.js";
|
|
8
|
+
export interface AuctionItemResponseDTO {
|
|
9
|
+
id: number;
|
|
10
|
+
title: string;
|
|
11
|
+
auctionLink: string;
|
|
12
|
+
itemType: AuctionItemTypeResponseDTO;
|
|
13
|
+
auctionType: AuctionTypeResponseDTO;
|
|
14
|
+
owner: UserResponseDTO;
|
|
15
|
+
status: AuctionItemStatusResponseDTO;
|
|
16
|
+
users: AuctionItemUserResponseDTO[];
|
|
17
|
+
sessions: AuctionSessionResponseDTO[];
|
|
18
|
+
jurisdiction?: string;
|
|
19
|
+
appraisalValue?: number;
|
|
20
|
+
minimumBid?: number;
|
|
21
|
+
notes?: string;
|
|
22
|
+
photoUrl?: string;
|
|
23
|
+
authority?: ResponsibleAuthorityResponseDTO;
|
|
24
|
+
createdAt: string;
|
|
25
|
+
updatedAt?: string;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=get-auction-items-response.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-auction-items-response.dto.d.ts","sourceRoot":"","sources":["../../src/auction-item/get-auction-items-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,4DAA4D,CAAC;AAC1G,OAAO,EAAE,0BAA0B,EAAE,MAAM,wDAAwD,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,wDAAwD,CAAC;AACpG,OAAO,EAAE,yBAAyB,EAAE,MAAM,oDAAoD,CAAC;AAC/F,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,+BAA+B,EAAE,MAAM,gEAAgE,CAAC;AACjH,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IAEpB,QAAQ,EAAE,0BAA0B,CAAC;IACrC,WAAW,EAAE,sBAAsB,CAAC;IACpC,KAAK,EAAE,eAAe,CAAC;IACvB,MAAM,EAAE,4BAA4B,CAAC;IAErC,KAAK,EAAE,0BAA0B,EAAE,CAAC;IACpC,QAAQ,EAAE,yBAAyB,EAAE,CAAC;IAEtC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,SAAS,CAAC,EAAE,+BAA+B,CAAC;IAE5C,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auction-item-status-response.dto.d.ts","sourceRoot":"","sources":["../../src/auction-item-status/auction-item-status-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,4BAA4B;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auction-item-type-response.dto.d.ts","sourceRoot":"","sources":["../../src/auction-item-type/auction-item-type-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,0BAA0B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { UserResponseDTO } from "../user/user-response.dto.js";
|
|
2
|
+
import { AuctionItemUserRole } from "./auction-item-user-role.enum.js";
|
|
3
|
+
export interface AuctionItemUserResponseDTO {
|
|
4
|
+
user: UserResponseDTO;
|
|
5
|
+
role: AuctionItemUserRole;
|
|
6
|
+
createdAt?: string;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=auction-item-user-response.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auction-item-user-response.dto.d.ts","sourceRoot":"","sources":["../../src/auction-item-user/auction-item-user-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAEvE,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,eAAe,CAAC;IACtB,IAAI,EAAE,mBAAmB,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AuctionSessionStatusResponseDTO } from "../auction-session-status/auction-session-status-response.dto.js";
|
|
2
|
+
export interface AuctionSessionResponseDTO {
|
|
3
|
+
id: number;
|
|
4
|
+
scheduledAt: string;
|
|
5
|
+
status: AuctionSessionStatusResponseDTO;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=auction-session-response.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auction-session-response.dto.d.ts","sourceRoot":"","sources":["../../src/auction-session/auction-session-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,kEAAkE,CAAC;AAEnH,MAAM,WAAW,yBAAyB;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,+BAA+B,CAAC;CACzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auction-session-status-response.dto.d.ts","sourceRoot":"","sources":["../../src/auction-session-status/auction-session-status-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,+BAA+B;IAC9C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auction-type-response.dto.d.ts","sourceRoot":"","sources":["../../src/auction-type/auction-type-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,13 +1,23 @@
|
|
|
1
|
+
export * from "./auction-item/auction-item-id.schema.js";
|
|
1
2
|
export * from "./auction-item/create-auction-item.dto.js";
|
|
2
3
|
export * from "./auction-item/create-auction-item.schema.js";
|
|
3
|
-
export * from "./auction-item/auction-item-id.schema.js";
|
|
4
4
|
export * from "./auction-item/get-auction-items-request.dto.js";
|
|
5
5
|
export * from "./auction-item/get-auction-items-request.schema.js";
|
|
6
|
+
export * from "./auction-item/get-auction-items-response.dto.js";
|
|
6
7
|
export * from "./auction-item/get-auction-items-view-request.dto.js";
|
|
7
8
|
export * from "./auction-item/get-auction-items-view-request.schema.js";
|
|
9
|
+
export * from "./auction-item-status/auction-item-status-response.dto.js";
|
|
10
|
+
export * from "./auction-item-type/auction-item-type-response.dto.js";
|
|
11
|
+
export * from "./auction-item-user/auction-item-user-response.dto.js";
|
|
8
12
|
export * from "./auction-item-user/auction-item-user-role.enum.js";
|
|
9
13
|
export * from "./auction-item-user/auction-item-user-role.schema.js";
|
|
14
|
+
export * from "./auction-session/auction-session-response.dto.js";
|
|
15
|
+
export * from "./auction-session-status/auction-session-status-response.dto.js";
|
|
16
|
+
export * from "./auction-type/auction-type-response.dto.js";
|
|
10
17
|
export * from "./pagination/pagination-request.schema.js";
|
|
11
18
|
export * from "./pagination/pagination-request.dto.js";
|
|
12
19
|
export * from "./pagination/pagination-response.dto.js";
|
|
20
|
+
export * from "./responsible-authority/responsible-authority-response.dto.js";
|
|
21
|
+
export * from "./user/user-response.dto.js";
|
|
22
|
+
export * from "./user/user-status.enum.js";
|
|
13
23
|
//# 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":"AAAA,cAAc,2CAA2C,CAAC;AAC1D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,iDAAiD,CAAC;AAChE,cAAc,oDAAoD,CAAC;AACnE,cAAc,kDAAkD,CAAC;AACjE,cAAc,sDAAsD,CAAC;AACrE,cAAc,yDAAyD,CAAC;AAExE,cAAc,2DAA2D,CAAC;AAE1E,cAAc,uDAAuD,CAAC;AAEtE,cAAc,uDAAuD,CAAC;AACtE,cAAc,oDAAoD,CAAC;AACnE,cAAc,sDAAsD,CAAC;AAErE,cAAc,mDAAmD,CAAC;AAElE,cAAc,iEAAiE,CAAC;AAEhF,cAAc,6CAA6C,CAAC;AAE5D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AAExD,cAAc,+DAA+D,CAAC;AAE9E,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
|
+
export * from "./auction-item/auction-item-id.schema.js";
|
|
1
2
|
export * from "./auction-item/create-auction-item.dto.js";
|
|
2
3
|
export * from "./auction-item/create-auction-item.schema.js";
|
|
3
|
-
export * from "./auction-item/auction-item-id.schema.js";
|
|
4
4
|
export * from "./auction-item/get-auction-items-request.dto.js";
|
|
5
5
|
export * from "./auction-item/get-auction-items-request.schema.js";
|
|
6
|
+
export * from "./auction-item/get-auction-items-response.dto.js";
|
|
6
7
|
export * from "./auction-item/get-auction-items-view-request.dto.js";
|
|
7
8
|
export * from "./auction-item/get-auction-items-view-request.schema.js";
|
|
9
|
+
export * from "./auction-item-status/auction-item-status-response.dto.js";
|
|
10
|
+
export * from "./auction-item-type/auction-item-type-response.dto.js";
|
|
11
|
+
export * from "./auction-item-user/auction-item-user-response.dto.js";
|
|
8
12
|
export * from "./auction-item-user/auction-item-user-role.enum.js";
|
|
9
13
|
export * from "./auction-item-user/auction-item-user-role.schema.js";
|
|
14
|
+
export * from "./auction-session/auction-session-response.dto.js";
|
|
15
|
+
export * from "./auction-session-status/auction-session-status-response.dto.js";
|
|
16
|
+
export * from "./auction-type/auction-type-response.dto.js";
|
|
10
17
|
export * from "./pagination/pagination-request.schema.js";
|
|
11
18
|
export * from "./pagination/pagination-request.dto.js";
|
|
12
19
|
export * from "./pagination/pagination-response.dto.js";
|
|
20
|
+
export * from "./responsible-authority/responsible-authority-response.dto.js";
|
|
21
|
+
export * from "./user/user-response.dto.js";
|
|
22
|
+
export * from "./user/user-status.enum.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsible-authority-response.dto.d.ts","sourceRoot":"","sources":["../../src/responsible-authority/responsible-authority-response.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,+BAA+B;IAC9C,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { UserStatus } from "./user-status.enum.js";
|
|
2
|
+
export interface UserResponseDTO {
|
|
3
|
+
id: number;
|
|
4
|
+
email: string;
|
|
5
|
+
name: string | null;
|
|
6
|
+
status: UserStatus;
|
|
7
|
+
thumbUrl?: string;
|
|
8
|
+
createdAt?: string;
|
|
9
|
+
updatedAt?: string;
|
|
10
|
+
deletedAt?: string | null;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=user-response.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-response.dto.d.ts","sourceRoot":"","sources":["../../src/user/user-response.dto.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,MAAM,EAAE,UAAU,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-status.enum.d.ts","sourceRoot":"","sources":["../../src/user/user-status.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;CACpB"}
|