@js-dot/api
Advanced tools
Comparing version 24.127.3 to 24.137.0
@@ -8,5 +8,5 @@ /** | ||
*/ | ||
"__#30535@#typeLevels": Record<"debug", false | "debug" | "error" | "info" | "log" | "warn">; | ||
"__#30535@#logger": import("@js-dot/core").MiniConsole; | ||
"__#30535@#enable": boolean; | ||
"__#31325@#typeLevels": Record<"debug", false | "debug" | "error" | "info" | "log" | "warn">; | ||
"__#31325@#logger": import("@js-dot/core").MiniConsole; | ||
"__#31325@#enable": boolean; | ||
logger: import("@js-dot/core").MiniConsole; | ||
@@ -47,5 +47,5 @@ enable(flag?: boolean): void; | ||
*/ | ||
"__#30535@#typeLevels": Record<"debug", false | "debug" | "error" | "info" | "log" | "warn">; | ||
"__#30535@#logger": import("@js-dot/core").MiniConsole; | ||
"__#30535@#enable": boolean; | ||
"__#31325@#typeLevels": Record<"debug", false | "debug" | "error" | "info" | "log" | "warn">; | ||
"__#31325@#logger": import("@js-dot/core").MiniConsole; | ||
"__#31325@#enable": boolean; | ||
logger: import("@js-dot/core").MiniConsole; | ||
@@ -52,0 +52,0 @@ enable(flag?: boolean): void; |
@@ -50,2 +50,3 @@ import { HttpCredentials, HttpHeadersInit, HttpMethod, HttpOption, HttpPath } from '../interfaces/http'; | ||
delete<CHILD_PARAMETERS, CHILD_RESPONSE>(path?: string, option?: Partial<HttpOption>): HttpRequester<HttpPath<P, CHILD_PARAMETERS>, null, CHILD_RESPONSE>; | ||
url2(parameters: P): string; | ||
request(parameters?: P, body?: B, option?: Partial<HttpOption>): HttpResponser<R>; | ||
@@ -52,0 +53,0 @@ abstract _execute(request: any, parameters?: P, body?: B, option?: Partial<HttpOption>): any; |
@@ -116,2 +116,7 @@ import { HttpCredentials, HttpMethod, HttpOption, HttpPath } from './http'; | ||
/** | ||
* Get Url from dynamic parameters | ||
* @param parameters | ||
*/ | ||
url2(parameters: P): string; | ||
/** | ||
* Request Http Response | ||
@@ -136,3 +141,3 @@ * @example | ||
*/ | ||
request(parameters: P, body?: B, option?: any): HttpResponser<R>; | ||
request(parameters: P, body?: B, option?: Partial<HttpOption>): HttpResponser<R>; | ||
/** | ||
@@ -139,0 +144,0 @@ * Polyfill the Pipe Operator `|>` of Future Specification |
@@ -148,3 +148,3 @@ import { BodyOf, HttpPipe, HttpRequester, ParametersOf, ResponseOf } from '@js-dot/api/http'; | ||
*/ | ||
export declare function $merge<P, B, R, NP, NB, NR, MERGE_REQUESTER extends HttpRequester, COLLECT_ID>(option: HttpMergeOption<P, B, R, MERGE_REQUESTER, COLLECT_ID>): HttpPipe<P, B, R, P, B, R>; | ||
export declare function $merge<P, B, R, NP, NB, NR, MERGE_REQUESTER extends HttpRequester, COLLECT_ID>(mergeOption: HttpMergeOption<P, B, R, MERGE_REQUESTER, COLLECT_ID>): HttpPipe<P, B, R, P, B, R>; | ||
export {}; |
@@ -10,3 +10,3 @@ { | ||
"author": "protyliss@gmail.com", | ||
"version": "24.127.3", | ||
"version": "24.137.0", | ||
"types": "public-api.d.ts", | ||
@@ -13,0 +13,0 @@ "fesm2015": "api.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80289
1442