@atlantjs/arch 2.6.3 → 2.6.4
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/objects/arch/application/injections.abstract.type.d.ts +3 -1
- package/objects/arch/infrastructure/http-status-codes.enum.d.ts +0 -116
- package/objects/arch/infrastructure/http-status-codes.enum.js +0 -116
- package/package.json +3 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/utils/http-client/http-client-response.d.ts +1 -1
- package/utils/http-client/http-client-response.js +1 -1
|
@@ -2,7 +2,7 @@ import { AxiosResponseHeaders, RawAxiosResponseHeaders } from "axios";
|
|
|
2
2
|
import { FailureAbstract } from "../../objects/arch/application/errors/failure.abstract";
|
|
3
3
|
import { Newable, ObjectType } from "../datatypes/generic-types";
|
|
4
4
|
import { Optional } from "../ducts/optional-type";
|
|
5
|
-
import { Return } from "
|
|
5
|
+
import { Return } from "../ducts/return-type";
|
|
6
6
|
type Header = RawAxiosResponseHeaders | AxiosResponseHeaders;
|
|
7
7
|
export declare class HttpClientResponse {
|
|
8
8
|
readonly statusCode: number;
|
|
@@ -7,7 +7,7 @@ const http_status_codes_enum_1 = require("../../objects/arch/infrastructure/http
|
|
|
7
7
|
const optional_type_1 = require("../ducts/optional-type");
|
|
8
8
|
const http_client_response_get_header_failure_1 = require("./http-client-response.get-header.failure");
|
|
9
9
|
const guardian_1 = require("../type-guard/guardian");
|
|
10
|
-
const return_type_1 = require("
|
|
10
|
+
const return_type_1 = require("../ducts/return-type");
|
|
11
11
|
class HttpClientResponse {
|
|
12
12
|
constructor(statusCode, data, headers) {
|
|
13
13
|
this.statusCode = statusCode;
|