@odg/axios 1.10.0 → 1.12.0
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/README.md +2 -2
- package/dist/AxiosMessage.d.ts +3 -3
- package/dist/AxiosMessage.js +1 -2
- package/dist/AxiosMessage.js.map +1 -1
- package/dist/interceptors/AxiosInterceptor.d.ts +2 -2
- package/dist/interceptors/AxiosInterceptor.js.map +1 -1
- package/dist/interceptors/AxiosInterceptorRequest.d.ts +2 -2
- package/dist/interceptors/AxiosInterceptorResponse.d.ts +4 -4
- package/dist/interceptors/AxiosInterceptorResponse.js.map +1 -1
- package/dist/interfaces/AxiosInterfaceExtra.d.ts +2 -2
- package/dist/parser/AxiosParser.d.ts +3 -3
- package/dist/parser/AxiosParser.js +1 -1
- package/dist/parser/AxiosRequestParser.d.ts +2 -2
- package/dist/parser/AxiosRequestParser.js +8 -2
- package/dist/parser/AxiosRequestParser.js.map +1 -1
- package/dist/parser/AxiosResponseParser.d.ts +8 -8
- package/dist/parser/AxiosResponseParser.js +21 -20
- package/dist/parser/AxiosResponseParser.js.map +1 -1
- package/dist/register.js +1 -1
- package/dist/register.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +27 -16
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ yarn add @odg/message @odg/axios axios
|
|
|
83
83
|
For simple example usage, you can use [Inversify](https://www.npmjs.com/package/inversify) for Dependency Injection
|
|
84
84
|
|
|
85
85
|
```typescript
|
|
86
|
-
import { type MessageInterface, type
|
|
86
|
+
import { type MessageInterface, type MessageResponse } from "@odg/message";
|
|
87
87
|
|
|
88
88
|
class Test {
|
|
89
89
|
|
|
@@ -92,7 +92,7 @@ class Test {
|
|
|
92
92
|
) {
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
public async example(): Promise<
|
|
95
|
+
public async example(): Promise<MessageResponse<
|
|
96
96
|
unknown, // Reques Body
|
|
97
97
|
Record<string, unknown>, // Response Body
|
|
98
98
|
>> {
|
package/dist/AxiosMessage.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type InterceptorsInterface, type MessageInterface, type MessageResponse, ODGMessage, type RequestInterface, type RequestOptionsParametersInterface } from "@odg/message";
|
|
2
2
|
import { type AxiosInstance } from "axios";
|
|
3
3
|
import { AxiosRequestParser } from "./parser/AxiosRequestParser";
|
|
4
4
|
import { AxiosResponseParser } from "./parser/AxiosResponseParser";
|
|
@@ -16,7 +16,7 @@ export declare class AxiosMessage<RequestData, ResponseData> extends ODGMessage
|
|
|
16
16
|
* @template {any} RequestD Request Data
|
|
17
17
|
* @template {any} ResponseD Response Data
|
|
18
18
|
* @param {RequestOptionsParametersInterface<RequestD>} options Opções de requisição
|
|
19
|
-
* @returns {Promise<
|
|
19
|
+
* @returns {Promise<MessageResponse<RequestD, ResponseD>>}
|
|
20
20
|
*/
|
|
21
|
-
request<RequestD = RequestData, ResponseD = ResponseData>(options: RequestOptionsParametersInterface<RequestD>): Promise<
|
|
21
|
+
request<RequestD = RequestData, ResponseD = ResponseData>(options: RequestOptionsParametersInterface<RequestD>): Promise<MessageResponse<RequestD, ResponseD>>;
|
|
22
22
|
}
|
package/dist/AxiosMessage.js
CHANGED
|
@@ -48,7 +48,7 @@ class AxiosMessage extends message_1.ODGMessage {
|
|
|
48
48
|
* @template {any} RequestD Request Data
|
|
49
49
|
* @template {any} ResponseD Response Data
|
|
50
50
|
* @param {RequestOptionsParametersInterface<RequestD>} options Opções de requisição
|
|
51
|
-
* @returns {Promise<
|
|
51
|
+
* @returns {Promise<MessageResponse<RequestD, ResponseD>>}
|
|
52
52
|
*/
|
|
53
53
|
async request(options) {
|
|
54
54
|
try {
|
|
@@ -56,7 +56,6 @@ class AxiosMessage extends message_1.ODGMessage {
|
|
|
56
56
|
return this.responseParser.parseLibraryToMessage(response);
|
|
57
57
|
}
|
|
58
58
|
catch (error) {
|
|
59
|
-
// eslint-disable-next-line no-throw-literal
|
|
60
59
|
throw exception_1.Exception.parse(error);
|
|
61
60
|
}
|
|
62
61
|
}
|
package/dist/AxiosMessage.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AxiosMessage.js","sourceRoot":"","sources":["../src/AxiosMessage.ts"],"names":[],"mappings":";;;;;;AAAA,8CAA2C;AAC3C,0CAOsB;AACtB,kDAMe;AAEf,oFAAiF;AACjF,sFAAmF;AACnF,sDAAmD;AACnD,oEAAiE;AACjE,sEAAmE;AAEnE,MAAa,YAGX,SAAQ,oBAAU;IAEA,YAAY,CAA8D;IAEvE,MAAM,CAAgB;IAEtB,aAAa,GAAG,uCAAkB,CAAC;IAEnC,cAAc,GAAG,yCAAmB,CAAC;IAExD,YAAmB,OAAwD;QACvE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,eAAK,CAAC,MAAM,CAAC,OAAO,IAAI,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC,CAAC;QAEzF,IAAI,CAAC,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,IAAI,iDAAuB,CAChC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,OAAmE,CAC/F;YACD,QAAQ,EAAE,IAAI,mDAAwB,CAClC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,QAAQ,CACpC;SACJ,CAAC,CAAC;IACP,CAAC;IAEM,iBAAiB,CAAC,MAAgE;QACrF,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAC;YACtD,GAAG,MAAM;YACT,OAAO,EAAE,yBAAW,CAAC,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC;SACrD,CAAC,CAAC;QAEH,KAAK,MAAM,CAAE,GAAG,EAAE,KAAK,CAAE,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC;YACpD,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,GAA+B,CAAC,GAAG,KAAgB,CAAC;QAC7E,CAAC;QAED,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,iBAAiB;QACpB,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC;QAEpC,OAAO,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAc;YACzD,GAAG,MAAM;YACT,OAAO,EAAE,yBAAW,CAAC,YAAY,CAAC,MAAM,CAAC,OAAO,CAAuC;SAC1F,CAAC,CAAC;IACP,CAAC;IAED;;;;;;;OAOG;IACI,KAAK,CAAC,OAAO,CAIhB,OAAoD;QAEpD,IAAI,CAAC;YACD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CACtC,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAC,OAAO,CAAC,CACpD,CAAC;YAEF,OAAO,IAAI,CAAC,cAAc,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;QAC/D,CAAC;QAAC,OAAO,KAAc,EAAE,CAAC;YACtB,
|
|
1
|
+
{"version":3,"file":"AxiosMessage.js","sourceRoot":"","sources":["../src/AxiosMessage.ts"],"names":[],"mappings":";;;;;;AAAA,8CAA2C;AAC3C,0CAOsB;AACtB,kDAMe;AAEf,oFAAiF;AACjF,sFAAmF;AACnF,sDAAmD;AACnD,oEAAiE;AACjE,sEAAmE;AAEnE,MAAa,YAGX,SAAQ,oBAAU;IAEA,YAAY,CAA8D;IAEvE,MAAM,CAAgB;IAEtB,aAAa,GAAG,uCAAkB,CAAC;IAEnC,cAAc,GAAG,yCAAmB,CAAC;IAExD,YAAmB,OAAwD;QACvE,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,MAAM,GAAG,eAAK,CAAC,MAAM,CAAC,OAAO,IAAI,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAC,CAAC;QAEzF,IAAI,CAAC,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC;YAC9B,OAAO,EAAE,IAAI,iDAAuB,CAChC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,OAAmE,CAC/F;YACD,QAAQ,EAAE,IAAI,mDAAwB,CAClC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,QAAQ,CACpC;SACJ,CAAC,CAAC;IACP,CAAC;IAEM,iBAAiB,CAAC,MAAgE;QACrF,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAC;YACtD,GAAG,MAAM;YACT,OAAO,EAAE,yBAAW,CAAC,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC;SACrD,CAAC,CAAC;QAEH,KAAK,MAAM,CAAE,GAAG,EAAE,KAAK,CAAE,IAAI,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC;YACpD,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,GAA+B,CAAC,GAAG,KAAgB,CAAC;QAC7E,CAAC;QAED,OAAO,IAAI,CAAC;IAChB,CAAC;IAEM,iBAAiB;QACpB,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC;QAEpC,OAAO,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAc;YACzD,GAAG,MAAM;YACT,OAAO,EAAE,yBAAW,CAAC,YAAY,CAAC,MAAM,CAAC,OAAO,CAAuC;SAC1F,CAAC,CAAC;IACP,CAAC;IAED;;;;;;;OAOG;IACI,KAAK,CAAC,OAAO,CAIhB,OAAoD;QAEpD,IAAI,CAAC;YACD,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CACtC,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAC,OAAO,CAAC,CACpD,CAAC;YAEF,OAAO,IAAI,CAAC,cAAc,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC;QAC/D,CAAC;QAAC,OAAO,KAAc,EAAE,CAAC;YACtB,MAAM,qBAAS,CAAC,KAAK,CAAC,KAAK,CAAE,CAAC;QAClC,CAAC;IACL,CAAC;CAEJ;AA1ED,oCA0EC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
import {
|
|
1
|
+
import { type InterceptorManager, type MessageInterceptorOptions, type onFulfilledType, type onRejectedType } from "@odg/message";
|
|
2
|
+
import type { AxiosInterceptorManager } from "axios";
|
|
3
3
|
export declare abstract class AxiosInterceptor<AxiosInterceptor> implements InterceptorManager<unknown> {
|
|
4
4
|
protected readonly interceptor: AxiosInterceptorManager<AxiosInterceptor>;
|
|
5
5
|
constructor(interceptor: AxiosInterceptorManager<AxiosInterceptor>);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AxiosInterceptor.js","sourceRoot":"","sources":["../../src/interceptors/AxiosInterceptor.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0CAMsB;AAGtB,MAAsB,gBAAgB;IAGX;IADvB,YACuB,WAAsD;QAAtD,gBAAW,GAAX,WAAW,CAA2C;IAE7E,CAAC;IAEM,KAAK,CAAC,EAAU;QACnB,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAEM,KAAK;QACR,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;IAC7B,CAAC;IAES,UAAU,CAAC,UAA2B;QAC5C,OAAO,KAAK,EAAE,KAAc,EAAkB,EAAE;YAC5C,MAAM,WAAW,GAAG,qBAAS,CAAC,KAAK,CAAC,KAAK,CAAC;mBACnC,IAAI,iCAAuB,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"AxiosInterceptor.js","sourceRoot":"","sources":["../../src/interceptors/AxiosInterceptor.ts"],"names":[],"mappings":";;;AAAA,8CAA2C;AAC3C,0CAMsB;AAGtB,MAAsB,gBAAgB;IAGX;IADvB,YACuB,WAAsD;QAAtD,gBAAW,GAAX,WAAW,CAA2C;IAE7E,CAAC;IAEM,KAAK,CAAC,EAAU;QACnB,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAC/B,CAAC;IAEM,KAAK;QACR,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;IAC7B,CAAC;IAES,UAAU,CAAC,UAA2B;QAC5C,OAAO,KAAK,EAAE,KAAc,EAAkB,EAAE;YAC5C,MAAM,WAAW,GAAG,qBAAS,CAAC,KAAK,CAAC,KAAK,CAAC;mBACnC,IAAI,iCAAuB,CAAC,2BAA2B,EAAE,KAAK,CAAC,CAAC;YAEvE,IAAI,CAAC,UAAU,EAAE,CAAC;gBACd,MAAM,WAAW,CAAC;YACtB,CAAC;YAED,OAAO,UAAU,CACb,WAAW,CACd,CAAC;QACN,CAAC,CAAC;IACN,CAAC;CAQJ;AApCD,4CAoCC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { InterceptorManager, MessageInterceptorOptions, onFulfilledType, onRejectedType, RequestInterface } from "@odg/message";
|
|
2
|
+
import type { AxiosRequestConfigExtra } from "../interfaces";
|
|
3
3
|
import { AxiosRequestParser } from "../parser/AxiosRequestParser";
|
|
4
4
|
import { AxiosInterceptor } from "./AxiosInterceptor";
|
|
5
5
|
export declare class AxiosInterceptorRequest<RequestData> extends AxiosInterceptor<AxiosRequestConfigExtra<RequestData>> implements InterceptorManager<RequestInterface<RequestData>> {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { InterceptorManager, MessageInterceptorOptions, MessageResponse, onFulfilledType, onRejectedType } from "@odg/message";
|
|
2
|
+
import type { AxiosResponse } from "axios";
|
|
3
3
|
import { AxiosResponseParser } from "../parser/AxiosResponseParser";
|
|
4
4
|
import { AxiosInterceptor } from "./AxiosInterceptor";
|
|
5
|
-
export declare class AxiosInterceptorResponse<RequestData, ResponseData> extends AxiosInterceptor<AxiosResponse> implements InterceptorManager<
|
|
5
|
+
export declare class AxiosInterceptorResponse<RequestData, ResponseData> extends AxiosInterceptor<AxiosResponse> implements InterceptorManager<MessageResponse<RequestData, ResponseData>> {
|
|
6
6
|
protected readonly parser: typeof AxiosResponseParser;
|
|
7
|
-
use<RequestD = RequestData, ResponseD = ResponseData>(onFulfilled?: onFulfilledType<
|
|
7
|
+
use<RequestD = RequestData, ResponseD = ResponseData>(onFulfilled?: onFulfilledType<MessageResponse<RequestD, ResponseD>>, onRejected?: onRejectedType, _options?: MessageInterceptorOptions): number;
|
|
8
8
|
private onFulfilledResponse;
|
|
9
9
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AxiosInterceptorResponse.js","sourceRoot":"","sources":["../../src/interceptors/AxiosInterceptorResponse.ts"],"names":[],"mappings":";;;AASA,uEAAoE;AAEpE,yDAAsD;AAEtD,MAAa,wBAGX,SAAQ,mCAEL;IAEkB,MAAM,GAAG,yCAAmB,CAAC;IAEzC,GAAG,CACN,
|
|
1
|
+
{"version":3,"file":"AxiosInterceptorResponse.js","sourceRoot":"","sources":["../../src/interceptors/AxiosInterceptorResponse.ts"],"names":[],"mappings":";;;AASA,uEAAoE;AAEpE,yDAAsD;AAEtD,MAAa,wBAGX,SAAQ,mCAEL;IAEkB,MAAM,GAAG,yCAAmB,CAAC;IAEzC,GAAG,CACN,WAAmE,EACnE,UAA2B,EAC3B,QAAoC;QAEpC,MAAM,iBAAiB,GAAG,WAAW,IAAI,IAAI,CAAC,mBAAmB,CAAsB,WAAW,CAAC,CAAC;QAEpG,OAAO,IAAI,CAAC,WAAW,CAAC,GAAG,CACvB,iBAAiB,EACjB,IAAI,CAAC,UAAU,CAAC,UAAU,CAAC,CAC9B,CAAC;IACN,CAAC;IAEO,mBAAmB,CACvB,WAAkE;QAElE,OAAO,KAAK,EAAE,QAA4C,EAA+C,EAAE,CAAC,CAAC;YACzG,GAAG,QAAQ;YACX,GAAG,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAChC,MAAM,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAAC,CACjE;SACJ,CAAC,CAAC;IACP,CAAC;CAEJ;AAjCD,4DAiCC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { RequestInterface } from "@odg/message";
|
|
2
|
+
import type { AxiosRequestConfig } from "axios";
|
|
3
3
|
export interface AxiosRequestConfigExtra<RequestData> extends AxiosRequestConfig<RequestData> {
|
|
4
4
|
startTime?: number;
|
|
5
5
|
endTime?: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { HttpHeadersInterface } from "@odg/message";
|
|
2
|
+
import type { AxiosResponseHeaders } from "axios";
|
|
3
3
|
export declare class AxiosParser {
|
|
4
4
|
/**
|
|
5
5
|
* Add support axios 1.0 headers
|
|
@@ -11,7 +11,7 @@ export declare class AxiosParser {
|
|
|
11
11
|
/**
|
|
12
12
|
* Check if headers is Axios Headers
|
|
13
13
|
*
|
|
14
|
-
* @param {unknown} headers
|
|
14
|
+
* @param {unknown} headers Objeto com headers do axios
|
|
15
15
|
* @returns {headers is AxiosResponseHeaders}
|
|
16
16
|
*/
|
|
17
17
|
protected static isAxiosHeaders(headers: unknown): headers is AxiosResponseHeaders;
|
|
@@ -17,7 +17,7 @@ class AxiosParser {
|
|
|
17
17
|
/**
|
|
18
18
|
* Check if headers is Axios Headers
|
|
19
19
|
*
|
|
20
|
-
* @param {unknown} headers
|
|
20
|
+
* @param {unknown} headers Objeto com headers do axios
|
|
21
21
|
* @returns {headers is AxiosResponseHeaders}
|
|
22
22
|
*/
|
|
23
23
|
static isAxiosHeaders(headers) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { RequestInterface } from "@odg/message";
|
|
2
|
+
import type { AxiosRequestConfigExtra } from "../interfaces/AxiosInterfaceExtra";
|
|
3
3
|
export declare class AxiosRequestParser {
|
|
4
4
|
/**
|
|
5
5
|
* Parse MessageInterface to Axios
|
|
@@ -28,11 +28,14 @@ class AxiosRequestParser {
|
|
|
28
28
|
socketPath: options.socketPath,
|
|
29
29
|
proxy: options.proxy,
|
|
30
30
|
signal: options.signal,
|
|
31
|
+
httpAgent: options.httpAgent,
|
|
32
|
+
httpsAgent: options.httpsAgent,
|
|
33
|
+
lookup: options.lookup,
|
|
31
34
|
startTime: options.startTime ?? Date.now(),
|
|
32
35
|
endTime: options.endTime,
|
|
33
36
|
timestamps: options.endTime && options.startTime ? options.endTime - options.startTime : undefined,
|
|
34
37
|
extras: options.extras,
|
|
35
|
-
...Object.fromEntries(Object.entries(options).filter(([key]) =>
|
|
38
|
+
...Object.fromEntries(Object.entries(options).filter(([key]) => key.startsWith("$"))),
|
|
36
39
|
}).filter(([, value]) => value !== undefined));
|
|
37
40
|
}
|
|
38
41
|
/**
|
|
@@ -59,11 +62,14 @@ class AxiosRequestParser {
|
|
|
59
62
|
socketPath: options.socketPath,
|
|
60
63
|
proxy: options.proxy,
|
|
61
64
|
signal: options.signal,
|
|
65
|
+
httpAgent: options.httpAgent,
|
|
66
|
+
httpsAgent: options.httpsAgent,
|
|
67
|
+
lookup: options.lookup,
|
|
62
68
|
startTime: options.startTime ?? Date.now(),
|
|
63
69
|
endTime: options.endTime,
|
|
64
70
|
timestamps: options.endTime && options.startTime ? options.endTime - options.startTime : undefined,
|
|
65
71
|
extras: options.extras,
|
|
66
|
-
...Object.fromEntries(Object.entries(options).filter(([key]) =>
|
|
72
|
+
...Object.fromEntries(Object.entries(options).filter(([key]) => key.startsWith("$"))),
|
|
67
73
|
}).filter(([, value]) => value !== undefined));
|
|
68
74
|
}
|
|
69
75
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AxiosRequestParser.js","sourceRoot":"","sources":["../../src/parser/AxiosRequestParser.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"AxiosRequestParser.js","sourceRoot":"","sources":["../../src/parser/AxiosRequestParser.ts"],"names":[],"mappings":";;;AAQA,+CAA4C;AAE5C,MAAa,kBAAkB;IAE3B;;;;;;;OAOG;IACI,MAAM,CAAC,qBAAqB,CAC/B,OAAuD;QAEvD,OAAO,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC;YACrC,GAAG,EAAE,OAAO,CAAC,GAAG;YAChB,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,YAAY,EAAE,OAAO,CAAC,YAAY;YAClC,gBAAgB,EAAE,OAAO,CAAC,gBAAgB;YAC1C,cAAc,EAAE,OAAO,CAAC,cAAc;YACtC,aAAa,EAAE,OAAO,CAAC,aAAa;YACpC,YAAY,EAAE,OAAO,CAAC,YAAY;YAClC,UAAU,EAAE,OAAO,CAAC,UAAU;YAC9B,KAAK,EAAE,OAAO,CAAC,KAAK;YACpB,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,SAAS,EAAE,OAAO,CAAC,SAAS;YAC5B,UAAU,EAAE,OAAO,CAAC,UAAU;YAC9B,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,SAAS,EAAE,OAAO,CAAC,SAAS,IAAI,IAAI,CAAC,GAAG,EAAE;YAC1C,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,UAAU,EAAE,OAAO,CAAC,OAAO,IAAI,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;YAClG,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,GAAG,CAAE,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;SACrD,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,AAAD,EAAG,KAAK,CAAE,EAAE,EAAE,CAAC,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;OAMG;IACI,MAAM,CAAC,qBAAqB,CAC/B,OAA0C;QAE1C,OAAO,MAAM,CAAC,WAAW,CACrB,MAAM,CAAC,OAAO,CAAC;YACX,GAAG,EAAE,OAAO,CAAC,GAAG;YAChB,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,OAAO,EAAE,yBAAW,CAAC,YAAY,CAAC,OAAO,CAAC,OAAO,CAAC;YAClD,MAAM,EAAE,OAAO,CAAC,MAA6B;YAC7C,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,YAAY,EAAE,OAAO,CAAC,YAAY;YAClC,gBAAgB,EAAE,OAAO,CAAC,gBAAgB;YAC1C,cAAc,EAAE,OAAO,CAAC,cAAc;YACtC,aAAa,EAAE,OAAO,CAAC,aAAa;YACpC,YAAY,EAAE,OAAO,CAAC,YAAY;YAClC,UAAU,EAAE,OAAO,CAAC,UAAU;YAC9B,KAAK,EAAE,OAAO,CAAC,KAAK;YACpB,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,SAAS,EAAE,OAAO,CAAC,SAAsB;YACzC,UAAU,EAAE,OAAO,CAAC,UAAwB;YAC5C,MAAM,EAAE,OAAO,CAAC,MAAwB;YACxC,SAAS,EAAE,OAAO,CAAC,SAAS,IAAI,IAAI,CAAC,GAAG,EAAE;YAC1C,OAAO,EAAE,OAAO,CAAC,OAAO;YACxB,UAAU,EAAE,OAAO,CAAC,OAAO,IAAI,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;YAClG,MAAM,EAAE,OAAO,CAAC,MAAM;YACtB,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,GAAG,CAAE,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;SAC5D,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,AAAD,EAAG,KAAK,CAAE,EAAE,EAAE,CAAC,KAAK,KAAK,SAAS,CAAC,CAClD,CAAC;IACpC,CAAC;CAEJ;AA/ED,gDA+EC"}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MessageResponse } from "@odg/message";
|
|
2
|
+
import type { AxiosResponse } from "axios";
|
|
3
3
|
import { AxiosRequestParser } from "./AxiosRequestParser";
|
|
4
4
|
export declare class AxiosResponseParser {
|
|
5
5
|
protected static requestParser: typeof AxiosRequestParser;
|
|
6
6
|
/**
|
|
7
|
-
* Cast
|
|
7
|
+
* Cast MessageResponse To AxiosResponse
|
|
8
8
|
*
|
|
9
9
|
* @template {any} RequestD Data Request
|
|
10
10
|
* @template {any} ResponseD Data Response
|
|
11
|
-
* @param {
|
|
11
|
+
* @param {MessageResponse<RequestD, ResponseD>} message axios Response Object
|
|
12
12
|
* @returns {AxiosResponse<ResponseD, RequestD>}
|
|
13
13
|
*/
|
|
14
|
-
static parseMessageToLibrary<RequestD, ResponseD>(
|
|
14
|
+
static parseMessageToLibrary<RequestD, ResponseD>(message: MessageResponse<RequestD, ResponseD>): AxiosResponse<ResponseD, RequestD>;
|
|
15
15
|
/**
|
|
16
|
-
* Cast AxiosResponse axios To
|
|
16
|
+
* Cast AxiosResponse axios To MessageResponse
|
|
17
17
|
*
|
|
18
18
|
* @template {any} RequestD Data Request
|
|
19
19
|
* @template {any} ResponseD Data Response
|
|
20
20
|
* @param {AxiosResponse<ResponseD, RequestD>} response axios Response Object
|
|
21
|
-
* @returns {
|
|
21
|
+
* @returns {MessageResponse<RequestD, ResponseD>}
|
|
22
22
|
*/
|
|
23
|
-
static parseLibraryToMessage<RequestD, ResponseD>(response: AxiosResponse<ResponseD, RequestD>):
|
|
23
|
+
static parseLibraryToMessage<RequestD, ResponseD>(response: AxiosResponse<ResponseD, RequestD>): MessageResponse<RequestD, ResponseD>;
|
|
24
24
|
}
|
|
@@ -5,53 +5,54 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.AxiosResponseParser = void 0;
|
|
7
7
|
const node_http_1 = __importDefault(require("node:http"));
|
|
8
|
+
const message_1 = require("@odg/message");
|
|
8
9
|
const AxiosParser_1 = require("./AxiosParser");
|
|
9
10
|
const AxiosRequestParser_1 = require("./AxiosRequestParser");
|
|
10
11
|
class AxiosResponseParser {
|
|
11
12
|
static requestParser = AxiosRequestParser_1.AxiosRequestParser;
|
|
12
13
|
/**
|
|
13
|
-
* Cast
|
|
14
|
+
* Cast MessageResponse To AxiosResponse
|
|
14
15
|
*
|
|
15
16
|
* @template {any} RequestD Data Request
|
|
16
17
|
* @template {any} ResponseD Data Response
|
|
17
|
-
* @param {
|
|
18
|
+
* @param {MessageResponse<RequestD, ResponseD>} message axios Response Object
|
|
18
19
|
* @returns {AxiosResponse<ResponseD, RequestD>}
|
|
19
20
|
*/
|
|
20
|
-
static parseMessageToLibrary(
|
|
21
|
+
static parseMessageToLibrary(message) {
|
|
21
22
|
return {
|
|
22
|
-
data: response.data,
|
|
23
|
-
status: response.status,
|
|
24
|
-
statusText: node_http_1.default.STATUS_CODES[response.status] ?? "Unknown Status Code",
|
|
25
|
-
headers: AxiosParser_1.AxiosParser.parseHeaders(response.headers),
|
|
23
|
+
data: message.response.data,
|
|
24
|
+
status: message.response.status,
|
|
25
|
+
statusText: node_http_1.default.STATUS_CODES[message.response.status] ?? "Unknown Status Code",
|
|
26
|
+
headers: AxiosParser_1.AxiosParser.parseHeaders(message.response.headers),
|
|
26
27
|
config: this.requestParser.parseMessageToLibrary({
|
|
27
|
-
...
|
|
28
|
+
...message.request,
|
|
28
29
|
endTime: Date.now(),
|
|
29
30
|
}),
|
|
30
|
-
...Object.fromEntries(Object.entries(
|
|
31
|
+
...Object.fromEntries(Object.entries(message).filter(([key]) => key.startsWith("$"))),
|
|
31
32
|
};
|
|
32
33
|
}
|
|
33
34
|
/**
|
|
34
|
-
* Cast AxiosResponse axios To
|
|
35
|
+
* Cast AxiosResponse axios To MessageResponse
|
|
35
36
|
*
|
|
36
37
|
* @template {any} RequestD Data Request
|
|
37
38
|
* @template {any} ResponseD Data Response
|
|
38
39
|
* @param {AxiosResponse<ResponseD, RequestD>} response axios Response Object
|
|
39
|
-
* @returns {
|
|
40
|
+
* @returns {MessageResponse<RequestD, ResponseD>}
|
|
40
41
|
*/
|
|
41
42
|
static parseLibraryToMessage(response) {
|
|
42
|
-
|
|
43
|
+
const responseParser = {
|
|
43
44
|
data: response.data,
|
|
44
45
|
status: response.status,
|
|
45
46
|
headers: AxiosParser_1.AxiosParser.parseHeaders(response.headers),
|
|
46
|
-
|
|
47
|
-
? {}
|
|
48
|
-
: this.requestParser.parseLibraryToMessage({
|
|
49
|
-
...response.config,
|
|
50
|
-
endTime: Date.now(),
|
|
51
|
-
headers: AxiosParser_1.AxiosParser.parseHeaders(response.config.headers),
|
|
52
|
-
}),
|
|
53
|
-
...Object.fromEntries(Object.entries(response).filter(([key]) => String(key).startsWith("$"))),
|
|
47
|
+
...Object.fromEntries(Object.entries(response).filter(([key]) => key.startsWith("$"))),
|
|
54
48
|
};
|
|
49
|
+
return new message_1.MessageResponse(typeof response.config === "undefined"
|
|
50
|
+
? {}
|
|
51
|
+
: this.requestParser.parseLibraryToMessage({
|
|
52
|
+
...response.config,
|
|
53
|
+
endTime: Date.now(),
|
|
54
|
+
headers: AxiosParser_1.AxiosParser.parseHeaders(response.config.headers),
|
|
55
|
+
}), responseParser);
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
exports.AxiosResponseParser = AxiosResponseParser;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AxiosResponseParser.js","sourceRoot":"","sources":["../../src/parser/AxiosResponseParser.ts"],"names":[],"mappings":";;;;;;AAAA,0DAA6B;
|
|
1
|
+
{"version":3,"file":"AxiosResponseParser.js","sourceRoot":"","sources":["../../src/parser/AxiosResponseParser.ts"],"names":[],"mappings":";;;;;;AAAA,0DAA6B;AAE7B,0CAA+C;AAQ/C,+CAA4C;AAC5C,6DAA0D;AAE1D,MAAa,mBAAmB;IAElB,MAAM,CAAC,aAAa,GAAG,uCAAkB,CAAC;IAEpD;;;;;;;OAOG;IACI,MAAM,CAAC,qBAAqB,CAC/B,OAA6C;QAE7C,OAAO;YACH,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAC,IAAI;YAC3B,MAAM,EAAE,OAAO,CAAC,QAAQ,CAAC,MAAM;YAC/B,UAAU,EAAE,mBAAI,CAAC,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,qBAAqB;YAC/E,OAAO,EAAE,yBAAW,CAAC,YAAY,CAAC,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAoC;YAC9F,MAAM,EAAE,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAC;gBAC7C,GAAG,OAAO,CAAC,OAAO;gBAClB,OAAO,EAAE,IAAI,CAAC,GAAG,EAAE;aACtB,CAAyC;YAC1C,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,GAAG,CAAE,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;SAC1F,CAAC;IACN,CAAC;IAED;;;;;;;OAOG;IACI,MAAM,CAAC,qBAAqB,CAC/B,QAA4C;QAE5C,MAAM,cAAc,GAAG;YACnB,IAAI,EAAE,QAAQ,CAAC,IAAI;YACnB,MAAM,EAAE,QAAQ,CAAC,MAAM;YACvB,OAAO,EAAE,yBAAW,CAAC,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC;YACnD,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC,CAAE,GAAG,CAAE,EAAE,EAAE,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;SAC3F,CAAC;QAEF,OAAO,IAAI,yBAAe,CACtB,OAAO,QAAQ,CAAC,MAAM,KAAK,WAAW;YAClC,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,qBAAqB,CAAW;gBACjD,GAAG,QAAQ,CAAC,MAAM;gBAClB,OAAO,EAAE,IAAI,CAAC,GAAG,EAAE;gBACnB,OAAO,EAAE,yBAAW,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAuC;aACnG,CAAC,EACN,cAAc,CACjB,CAAC;IACN,CAAC;;AAxDL,kDA0DC"}
|
package/dist/register.js
CHANGED
|
@@ -22,7 +22,7 @@ exception_1.Exception.$parsers.add((exception, original) => {
|
|
|
22
22
|
if (response && Object.keys({ ...response.request }).length === 0) {
|
|
23
23
|
response.request = config;
|
|
24
24
|
}
|
|
25
|
-
const newException = new message_1.MessageException(exception.message, exception.
|
|
25
|
+
const newException = new message_1.MessageException(exception.message, exception.getPrevious(), original.code, response?.request ?? config, response?.response);
|
|
26
26
|
newException.stack = original.stack;
|
|
27
27
|
Object.defineProperty(newException, "isAxiosError", {
|
|
28
28
|
configurable: true,
|
package/dist/register.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register.js","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":";;;;;AAAA,8CAA2C;AAC3C,0CAAgD;AAChD,kDAA0B;AAE1B,oEAAiE;AACjE,sEAAmE;AAEnE,qBAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,QAAQ,EAAE,EAAE;IAC3C,IAAI,eAAK,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,CAAC;QAC/B,MAAM,QAAQ,GAAG,QAAQ,CAAC,QAAQ;YAC9B,CAAC,CAAC,yCAAmB,CAAC,qBAAqB,CAAC,QAAQ,CAAC,QAAQ,CAAC;YAC9D,CAAC,CAAC,SAAS,CAAC;QAChB,MAAM,MAAM,GAAG,QAAQ,CAAC,MAAM;YAC1B,CAAC,CAAC,uCAAkB,CAAC,qBAAqB,CAAC;gBACvC,GAAG,QAAQ,CAAC,MAAM;gBAClB,OAAO,EAAE,IAAI,CAAC,GAAG,EAAE;aACtB,CAAC;YACF,CAAC,CAAC,SAAS,CAAC;QAEhB,IAAI,QAAQ,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,GAAG,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAChE,QAAQ,CAAC,OAAO,GAAG,MAAO,CAAC;QAC/B,CAAC;QAED,MAAM,YAAY,GAAG,IAAI,0BAAgB,CACrC,SAAS,CAAC,OAAO,EACjB,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"register.js","sourceRoot":"","sources":["../src/register.ts"],"names":[],"mappings":";;;;;AAAA,8CAA2C;AAC3C,0CAAgD;AAChD,kDAA0B;AAE1B,oEAAiE;AACjE,sEAAmE;AAEnE,qBAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,QAAQ,EAAE,EAAE;IAC3C,IAAI,eAAK,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,CAAC;QAC/B,MAAM,QAAQ,GAAG,QAAQ,CAAC,QAAQ;YAC9B,CAAC,CAAC,yCAAmB,CAAC,qBAAqB,CAAC,QAAQ,CAAC,QAAQ,CAAC;YAC9D,CAAC,CAAC,SAAS,CAAC;QAChB,MAAM,MAAM,GAAG,QAAQ,CAAC,MAAM;YAC1B,CAAC,CAAC,uCAAkB,CAAC,qBAAqB,CAAC;gBACvC,GAAG,QAAQ,CAAC,MAAM;gBAClB,OAAO,EAAE,IAAI,CAAC,GAAG,EAAE;aACtB,CAAC;YACF,CAAC,CAAC,SAAS,CAAC;QAEhB,IAAI,QAAQ,IAAI,MAAM,CAAC,IAAI,CAAC,EAAE,GAAG,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAChE,QAAQ,CAAC,OAAO,GAAG,MAAO,CAAC;QAC/B,CAAC;QAED,MAAM,YAAY,GAAG,IAAI,0BAAgB,CACrC,SAAS,CAAC,OAAO,EACjB,SAAS,CAAC,WAAW,EAAE,EACvB,QAAQ,CAAC,IAAI,EACb,QAAQ,EAAE,OAAO,IAAI,MAAM,EAC3B,QAAQ,EAAE,QAAQ,CACrB,CAAC;QAEF,YAAY,CAAC,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC;QAEpC,MAAM,CAAC,cAAc,CAAC,YAAY,EAAE,cAAc,EAAE;YAChD,YAAY,EAAE,IAAI;YAClB,UAAU,EAAE,KAAK;YACjB,KAAK,EAAE,IAAI;YACX,QAAQ,EAAE,IAAI;SACjB,CAAC,CAAC;QAEH,OAAO,YAAY,CAAC;IACxB,CAAC;IAED,OAAO,SAAS,CAAC;AACrB,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.es2023.d.ts","../node_modules/typescript/lib/lib.es2024.d.ts","../node_modules/typescript/lib/lib.esnext.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../node_modules/typescript/lib/lib.es2023.array.d.ts","../node_modules/typescript/lib/lib.es2023.collection.d.ts","../node_modules/typescript/lib/lib.es2023.intl.d.ts","../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../node_modules/typescript/lib/lib.es2024.collection.d.ts","../node_modules/typescript/lib/lib.es2024.object.d.ts","../node_modules/typescript/lib/lib.es2024.promise.d.ts","../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2024.string.d.ts","../node_modules/typescript/lib/lib.esnext.array.d.ts","../node_modules/typescript/lib/lib.esnext.collection.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../node_modules/typescript/lib/lib.esnext.promise.d.ts","../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../node_modules/typescript/lib/lib.esnext.float16.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/@odg/exception/dist/exceptions/Exception.d.ts","../node_modules/@odg/exception/dist/exceptions/AbortException.d.ts","../node_modules/@odg/exception/dist/exceptions/UnknownException.d.ts","../node_modules/@odg/exception/dist/index.d.ts","../node_modules/@odg/message/dist/interfaces/headers.d.ts","../node_modules/@odg/message/dist/interfaces/options.d.ts","../node_modules/@odg/message/dist/interfaces/response.d.ts","../node_modules/@odg/message/dist/interfaces/request.d.ts","../node_modules/@odg/message/dist/interfaces/MessageInterface.d.ts","../node_modules/@odg/message/dist/messages/MessageException.d.ts","../node_modules/@odg/message/dist/messages/MessageUnknownException.d.ts","../node_modules/@odg/message/dist/messages/ODGMessage.d.ts","../node_modules/@odg/message/dist/index.d.ts","../node_modules/axios/index.d.cts","../src/interfaces/AxiosInterfaceExtra.ts","../src/interfaces/index.ts","../src/parser/AxiosParser.ts","../src/parser/AxiosRequestParser.ts","../src/interceptors/AxiosInterceptor.ts","../src/interceptors/AxiosInterceptorRequest.ts","../src/parser/AxiosResponseParser.ts","../src/interceptors/AxiosInterceptorResponse.ts","../src/AxiosMessage.ts","../src/register.ts","../src/index.ts","../node_modules/@types/node/compatibility/disposable.d.ts","../node_modules/@types/node/compatibility/indexable.d.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/compatibility/index.d.ts","../node_modules/@types/node/globals.typedarray.d.ts","../node_modules/@types/node/buffer.buffer.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/file.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/filereader.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/sqlite.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/index.d.ts"],"fileIdsList":[[83,110,152],[80,81,82,110,152],[84,85,86,87,88,89,90,91,110,152],[83,86,87,110,152],[110,152],[84,85,86,110,152],[84,87,110,152],[89,90,110,152],[110,149,152],[110,151,152],[152],[110,152,157,187],[110,152,153,158,164,165,172,184,195],[110,152,153,154,164,172],[105,106,107,110,152],[110,152,155,196],[110,152,156,157,165,173],[110,152,157,184,192],[110,152,158,160,164,172],[110,151,152,159],[110,152,160,161],[110,152,164],[110,152,162,164],[110,151,152,164],[110,152,164,165,166,184,195],[110,152,164,165,166,179,184,187],[110,147,152,200],[110,147,152,160,164,167,172,184,195],[110,152,164,165,167,168,172,184,192,195],[110,152,167,169,184,192,195],[108,109,110,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201],[110,152,164,170],[110,152,171,195],[110,152,160,164,172,184],[110,152,173],[110,152,174],[110,151,152,175],[110,149,150,151,152,153,154,155,156,157,158,159,160,161,162,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201],[110,152,177],[110,152,178],[110,152,164,179,180],[110,152,179,181,196,198],[110,152,164,184,185,187],[110,152,186,187],[110,152,184,185],[110,152,187],[110,152,188],[110,149,152,184],[110,152,164,190,191],[110,152,190,191],[110,152,157,172,184,192],[110,152,193],[110,152,172,194],[110,152,167,178,195],[110,152,157,196],[110,152,184,197],[110,152,171,198],[110,152,199],[110,152,157,164,166,175,184,195,198,200],[110,152,184,201],[110,119,123,152,195],[110,119,152,184,195],[110,114,152],[110,116,119,152,192,195],[110,152,172,192],[110,152,202],[110,114,152,202],[110,116,119,152,172,195],[110,111,112,115,118,152,164,184,195],[110,119,126,152],[110,111,117,152],[110,119,140,141,152],[110,115,119,152,187,195,202],[110,140,152,202],[110,113,114,152,202],[110,119,152],[110,113,114,115,116,117,118,119,120,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,141,142,143,144,145,146,152],[110,119,134,152],[110,119,126,127,152],[110,117,119,127,128,152],[110,118,152],[110,111,114,119,152],[110,119,123,127,128,152],[110,123,152],[110,117,119,122,152,195],[110,111,116,119,126,152],[110,152,184],[110,114,119,140,152,200,202],[83,92,93,96,97,99,100,101,110,152],[97,98,99,100,101,102,103,110,152],[83,92,93,110,152],[92,93,95,97,98,110,152],[92,93,98,100,110,152],[92,93,110,152],[94,110,152],[92,94,96,110,152],[92,93,96,97,110,152,167],[83,92,93,97,100,110,152]],"fileInfos":[{"version":"69684132aeb9b5642cbcd9e22dff7818ff0ee1aa831728af0ecf97d3364d5546","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"8bf8b5e44e3c9c36f98e1007e8b7018c0f38d8adc07aecef42f5200114547c70","impliedFormat":1},{"version":"092c2bfe125ce69dbb1223c85d68d4d2397d7d8411867b5cc03cec902c233763","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"b5ce7a470bc3628408429040c4e3a53a27755022a32fd05e2cb694e7015386c7","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"4245fee526a7d1754529d19227ecbf3be066ff79ebb6a380d78e41648f2f224d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"daa0f7d475ffeed7a411dda4105b41b72ba40a35d4bc96401cec4df882b539aa","impliedFormat":1},{"version":"c20483f7ddf6c9eca06972f8fe011484dbfc3f0fcecc99bd7fd14a7782582107","impliedFormat":1},{"version":"879df2101ebd6bb3e29509b2976900e765b3e7728c855d56b17f62a790994f84","impliedFormat":1},{"version":"b61a9ded766ea51fbfc981141d241b9bf06c67ba4609d3ec5ae7c2b2de2e4dc4","impliedFormat":1},{"version":"e6502d1ca73415aa18e3acc410020a55e6b04fa2aeb1f732c94b86b35c888ce6","impliedFormat":1},{"version":"acff1c12ae48618e334f5e5c554ef0e2db3b4e8ab57240a4e4ebaec69af111eb","impliedFormat":1},{"version":"111bcb69339040b4ab26a0c8a9e672e1530cd788f3a6d10119aabd073b67268a","impliedFormat":1},{"version":"27d88ffffc950d35f0daffa6cb81f82e7146ae3ddb116bca46b8616a44967397","impliedFormat":1},{"version":"e1a37581c62bdb09cfc431c7124251cfc78d0bbf3ccb5a48acfd5826e7dfdb22","impliedFormat":1},{"version":"df314da1a78365c92f1c47129b4a06441b1d5387ef2c6d93877a393b56292222","impliedFormat":1},{"version":"553f8a0a55f54c7bc9b90dc5b1222bb2b7fd6f0e523a6ee2401d21252962a83f","impliedFormat":1},{"version":"7e924a9c6487c1cc4cd89a1819aca6b24e540644ab7fa27b975eeb22c2b5f6a3","impliedFormat":1},{"version":"7a8f621f3fbdddaa8b40990946176d0a585c8782f4be00bae6ffd913c7cf1455","impliedFormat":1},{"version":"22588e0164314bd52ab66e6de987083ed0c571eecaae452826f7d34bdde0a728","impliedFormat":1},{"version":"4cda888222eab1cd807782fd2c474f2a10d6a78fee5783a0740cd971e9add0b8","signature":"3d3d4f0ccd050c068b31d74cb49a4de3bc3246833f7644d2b6d3378a3e6459bf","impliedFormat":1},{"version":"ec9d3119203a592c8ec81ac2bf07f4e78d01946d02cc6f64d91e8523428f1c01","impliedFormat":1},{"version":"c455478fdb6f8896973510f312497c59d3d743e65dab4b99a4c9384968e20538","signature":"4ae4b67f63be1eb083b53f78d5100b5ce588a77c5d5ff0a9e11572aebcea128d","impliedFormat":1},{"version":"2229c05909d05b22be865b8745e87d5772f0beb0a60d00135739bf1e34dea5dd","signature":"dec2d47ba00b27370b88916e77c4dd96ddf34f59e60e76844cba2b856604ec5d","impliedFormat":1},{"version":"7da3c3c206852c8d688699e67e3cf82ce6485fc129bec9c839fdb5e66b78ae3d","signature":"614cba6f8f35e9c2489774ad8b69481e70d1a88a468dc7d321d42677c145eeec","impliedFormat":1},{"version":"2d9bb05aaa72f2b1f7d255dfd7ef1cea8b5fc5fccdf64a1a72719c0f124df12b","signature":"a09aa6725709080e98b84648248bdaf58355a609772ccdafdd966ec3282250af","impliedFormat":1},{"version":"a6e2a88fb6a370008edbe9f63500cf8affdcd8528eb86f40cb47be1d3b2e3ba4","signature":"2eee00e0e355377c892d71e3cf04996b0f77c22775046b866df0696e83efd5f7","impliedFormat":1},{"version":"d595ff881bca926b3ca1b13843c136906481ec43feac30ed536defd354f3e888","signature":"bcc8371437144d88eb06eb1acc15ee09a05cd69512ee71946b46f7c1b7ec8fa5","impliedFormat":1},{"version":"db7d88e52dfc56444b7316dd01027ba434c265f51b14d7609c2e1eedbd9587e8","signature":"a4a1f1e50051f55861bfa64edcdd79c3cd32d486aa3a06a6ff15a49d37e306e3","impliedFormat":1},{"version":"12d80cdbd0857280855d90e0f2df578d73723e17b5c311d97eb87266641c275b","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","impliedFormat":1},{"version":"bfc87f0924b8ce2def03808983b924b220e124f3f5db791469a819ffc32ed074","signature":"8868d8a610ea2eaaac7e941da0e694e4cdd73a1aa1c7b6bd165e264ccc316710","impliedFormat":1},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"030e350db2525514580ed054f712ffb22d273e6bc7eddc1bb7eda1e0ba5d395e","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"8fa51737611c21ba3a5ac02c4e1535741d58bec67c9bdf94b1837a31c97a2263","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"d2bc987ae352271d0d615a420dcf98cc886aa16b87fb2b569358c1fe0ca0773d","affectsGlobalScope":true,"impliedFormat":1},{"version":"4f0539c58717cbc8b73acb29f9e992ab5ff20adba5f9b57130691c7f9b186a4d","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"76103716ba397bbb61f9fa9c9090dca59f39f9047cb1352b2179c5d8e7f4e8d0","impliedFormat":1},{"version":"f9677e434b7a3b14f0a9367f9dfa1227dfe3ee661792d0085523c3191ae6a1a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"4314c7a11517e221f7296b46547dbc4df047115b182f544d072bdccffa57fc72","impliedFormat":1},{"version":"115971d64632ea4742b5b115fb64ed04bcaae2c3c342f13d9ba7e3f9ee39c4e7","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"9057f224b79846e3a95baf6dad2c8103278de2b0c5eebda23fc8188171ad2398","affectsGlobalScope":true,"impliedFormat":1},{"version":"19d5f8d3930e9f99aa2c36258bf95abbe5adf7e889e6181872d1cdba7c9a7dd5","impliedFormat":1},{"version":"e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","impliedFormat":1},{"version":"a6bf63d17324010ca1fbf0389cab83f93389bb0b9a01dc8a346d092f65b3605f","impliedFormat":1},{"version":"e009777bef4b023a999b2e5b9a136ff2cde37dc3f77c744a02840f05b18be8ff","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"88bc59b32d0d5b4e5d9632ac38edea23454057e643684c3c0b94511296f2998c","affectsGlobalScope":true,"impliedFormat":1},{"version":"8fb11e675f5cc648bc6c344e1311e36b8dfffea8bffe575bedc0e41af77eca99","impliedFormat":1},{"version":"1e289f30a48126935a5d408a91129a13a59c9b0f8c007a816f9f16ef821e144e","impliedFormat":1},{"version":"f96a023e442f02cf551b4cfe435805ccb0a7e13c81619d4da61ec835d03fe512","impliedFormat":1},{"version":"5135bdd72cc05a8192bd2e92f0914d7fc43ee077d1293dc622a049b7035a0afb","impliedFormat":1},{"version":"4f80de3a11c0d2f1329a72e92c7416b2f7eab14f67e92cac63bb4e8d01c6edc8","impliedFormat":1},{"version":"6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6","impliedFormat":1},{"version":"f579f267a2f4c2278cca2ec84613e95059368b503ce96586972d304e5e40125b","affectsGlobalScope":true,"impliedFormat":1},{"version":"23459c1915878a7c1e86e8bdb9c187cddd3aea105b8b1dfce512f093c969bc7e","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"1dc73f8854e5c4506131c4d95b3a6c24d0c80336d3758e95110f4c7b5cb16397","affectsGlobalScope":true,"impliedFormat":1},{"version":"5f6f1d54779d0b9ed152b0516b0958cd34889764c1190434bbf18e7a8bb884cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"c6b4e0a02545304935ecbf7de7a8e056a31bb50939b5b321c9d50a405b5a0bba","impliedFormat":1},{"version":"fab29e6d649aa074a6b91e3bdf2bff484934a46067f6ee97a30fcd9762ae2213","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"e1120271ebbc9952fdc7b2dd3e145560e52e06956345e6fdf91d70ca4886464f","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"f7b1df115dbd1b8522cba4f404a9f4fdcd5169e2137129187ffeee9d287e4fd1","impliedFormat":1},{"version":"c878f74b6d10b267f6075c51ac1d8becd15b4aa6a58f79c0cfe3b24908357f60","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"fbf68fc8057932b1c30107ebc37420f8d8dc4bef1253c4c2f9e141886c0df5ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"993985beef40c7d113f6dd8f0ba26eed63028b691fbfeb6a5b63f26408dd2c6d","affectsGlobalScope":true,"impliedFormat":1},{"version":"bef91efa0baea5d0e0f0f27b574a8bc100ce62a6d7e70220a0d58af6acab5e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"282fd2a1268a25345b830497b4b7bf5037a5e04f6a9c44c840cb605e19fea841","impliedFormat":1},{"version":"5360a27d3ebca11b224d7d3e38e3e2c63f8290cb1fcf6c3610401898f8e68bc3","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"7d6ff413e198d25639f9f01f16673e7df4e4bd2875a42455afd4ecc02ef156da","affectsGlobalScope":true,"impliedFormat":1},{"version":"cb094bb347d7df3380299eb69836c2c8758626ecf45917577707c03cf816b6f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"f689c4237b70ae6be5f0e4180e8833f34ace40529d1acc0676ab8fb8f70457d7","impliedFormat":1},{"version":"b02784111b3fc9c38590cd4339ff8718f9329a6f4d3fd66e9744a1dcd1d7e191","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"52a8e7e8a1454b6d1b5ad428efae3870ffc56f2c02d923467f2940c454aa9aec","affectsGlobalScope":true,"impliedFormat":1},{"version":"78dc0513cc4f1642906b74dda42146bcbd9df7401717d6e89ea6d72d12ecb539","impliedFormat":1},{"version":"ad90122e1cb599b3bc06a11710eb5489101be678f2920f2322b0ac3e195af78d","impliedFormat":1}],"root":[[94,104]],"options":{"allowJs":false,"alwaysStrict":true,"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":100,"newLine":1,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","preserveConstEnums":true,"removeComments":false,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":9},"referencedMap":[[81,1],[80,1],[82,1],[83,2],[92,3],[88,4],[84,5],[85,5],[87,6],[86,7],[89,4],[90,4],[91,8],[149,9],[150,9],[151,10],[110,11],[152,12],[153,13],[154,14],[105,5],[108,15],[106,5],[107,5],[155,16],[156,17],[157,18],[158,19],[159,20],[160,21],[161,21],[163,22],[162,23],[164,24],[165,25],[166,26],[148,27],[109,5],[167,28],[168,29],[169,30],[202,31],[170,32],[171,33],[172,34],[173,35],[174,36],[175,37],[176,38],[177,39],[178,40],[179,41],[180,41],[181,42],[182,5],[183,5],[184,43],[186,44],[185,45],[187,46],[188,47],[189,48],[190,49],[191,50],[192,51],[193,52],[194,53],[195,54],[196,55],[197,56],[198,57],[199,58],[200,59],[201,60],[93,5],[78,5],[79,5],[13,5],[15,5],[14,5],[2,5],[16,5],[17,5],[18,5],[19,5],[20,5],[21,5],[22,5],[23,5],[3,5],[24,5],[25,5],[4,5],[26,5],[30,5],[27,5],[28,5],[29,5],[31,5],[32,5],[33,5],[5,5],[34,5],[35,5],[36,5],[37,5],[6,5],[41,5],[38,5],[39,5],[40,5],[42,5],[7,5],[43,5],[48,5],[49,5],[44,5],[45,5],[46,5],[47,5],[8,5],[53,5],[50,5],[51,5],[52,5],[54,5],[9,5],[55,5],[56,5],[57,5],[59,5],[58,5],[60,5],[61,5],[10,5],[62,5],[63,5],[64,5],[11,5],[65,5],[66,5],[67,5],[68,5],[69,5],[1,5],[70,5],[71,5],[12,5],[75,5],[73,5],[77,5],[72,5],[76,5],[74,5],[126,61],[136,62],[125,61],[146,63],[117,64],[116,65],[145,66],[139,67],[144,68],[119,69],[133,70],[118,71],[142,72],[114,73],[113,66],[143,74],[115,75],[120,76],[121,5],[124,76],[111,5],[147,77],[137,78],[128,79],[129,80],[131,81],[127,82],[130,83],[140,66],[122,84],[123,85],[132,86],[112,87],[135,78],[134,76],[138,5],[141,88],[102,89],[104,90],[98,91],[99,92],[101,93],[94,94],[95,95],[96,94],[97,96],[100,97],[103,98]],"version":"5.8.2"}
|
|
1
|
+
{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.es2021.d.ts","../node_modules/typescript/lib/lib.es2022.d.ts","../node_modules/typescript/lib/lib.es2023.d.ts","../node_modules/typescript/lib/lib.es2024.d.ts","../node_modules/typescript/lib/lib.esnext.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2016.intl.d.ts","../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../node_modules/typescript/lib/lib.es2017.date.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.es2021.promise.d.ts","../node_modules/typescript/lib/lib.es2021.string.d.ts","../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../node_modules/typescript/lib/lib.es2021.intl.d.ts","../node_modules/typescript/lib/lib.es2022.array.d.ts","../node_modules/typescript/lib/lib.es2022.error.d.ts","../node_modules/typescript/lib/lib.es2022.intl.d.ts","../node_modules/typescript/lib/lib.es2022.object.d.ts","../node_modules/typescript/lib/lib.es2022.string.d.ts","../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../node_modules/typescript/lib/lib.es2023.array.d.ts","../node_modules/typescript/lib/lib.es2023.collection.d.ts","../node_modules/typescript/lib/lib.es2023.intl.d.ts","../node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../node_modules/typescript/lib/lib.es2024.collection.d.ts","../node_modules/typescript/lib/lib.es2024.object.d.ts","../node_modules/typescript/lib/lib.es2024.promise.d.ts","../node_modules/typescript/lib/lib.es2024.regexp.d.ts","../node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2024.string.d.ts","../node_modules/typescript/lib/lib.esnext.array.d.ts","../node_modules/typescript/lib/lib.esnext.collection.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../node_modules/typescript/lib/lib.esnext.promise.d.ts","../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../node_modules/typescript/lib/lib.esnext.float16.d.ts","../node_modules/typescript/lib/lib.esnext.error.d.ts","../node_modules/typescript/lib/lib.esnext.sharedmemory.d.ts","../node_modules/typescript/lib/lib.decorators.d.ts","../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../node_modules/@odg/exception/dist/exceptions/Exception.d.ts","../node_modules/@odg/exception/dist/exceptions/UnknownException.d.ts","../node_modules/@odg/exception/dist/exceptions/AbortException.d.ts","../node_modules/@odg/exception/dist/exceptions/InvalidArgumentException.d.ts","../node_modules/@odg/exception/dist/index.d.ts","../node_modules/@odg/message/dist/interfaces/headers.d.ts","../node_modules/@odg/message/dist/messages/MessageResponse.d.ts","../node_modules/@odg/message/dist/MethodsEnum.d.ts","../node_modules/@odg/message/dist/interfaces/options.d.ts","../node_modules/@odg/message/dist/interfaces/response.d.ts","../node_modules/@odg/message/dist/interfaces/request.d.ts","../node_modules/@odg/message/dist/interfaces/MessageInterface.d.ts","../node_modules/@odg/message/dist/interfaces/Lookup.d.ts","../node_modules/@odg/message/dist/interfaces/index.d.ts","../node_modules/@odg/message/dist/messages/MessageException.d.ts","../node_modules/@odg/message/dist/messages/MessageUnknownException.d.ts","../node_modules/@odg/message/dist/messages/OdgMessage.d.ts","../node_modules/@odg/cache/dist/Interfaces/CacheHandlerInterface.d.ts","../node_modules/@odg/cache/dist/Interfaces/CacheInterface.d.ts","../node_modules/@odg/cache/dist/Interfaces/index.d.ts","../node_modules/@odg/cache/dist/Cache/CacheManager.d.ts","../node_modules/@odg/cache/dist/Cache/Cache.d.ts","../node_modules/@odg/cache/dist/Cache/index.d.ts","../node_modules/@odg/cache/dist/index.d.ts","../node_modules/@odg/message/dist/messages/CacheableLookup.d.ts","../node_modules/@odg/message/dist/index.d.ts","../node_modules/axios/index.d.cts","../src/interfaces/AxiosInterfaceExtra.ts","../src/interfaces/index.ts","../src/parser/AxiosParser.ts","../src/parser/AxiosRequestParser.ts","../src/interceptors/AxiosInterceptor.ts","../src/interceptors/AxiosInterceptorRequest.ts","../src/parser/AxiosResponseParser.ts","../src/interceptors/AxiosInterceptorResponse.ts","../src/AxiosMessage.ts","../src/register.ts","../src/index.ts","../node_modules/@types/node/compatibility/iterators.d.ts","../node_modules/@types/node/globals.typedarray.d.ts","../node_modules/@types/node/buffer.buffer.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/web-globals/abortcontroller.d.ts","../node_modules/@types/node/web-globals/blob.d.ts","../node_modules/@types/node/web-globals/console.d.ts","../node_modules/@types/node/web-globals/crypto.d.ts","../node_modules/@types/node/web-globals/domexception.d.ts","../node_modules/@types/node/web-globals/encoding.d.ts","../node_modules/@types/node/web-globals/events.d.ts","../node_modules/undici-types/utility.d.ts","../node_modules/undici-types/header.d.ts","../node_modules/undici-types/readable.d.ts","../node_modules/undici-types/fetch.d.ts","../node_modules/undici-types/formdata.d.ts","../node_modules/undici-types/connector.d.ts","../node_modules/undici-types/client-stats.d.ts","../node_modules/undici-types/client.d.ts","../node_modules/undici-types/errors.d.ts","../node_modules/undici-types/dispatcher.d.ts","../node_modules/undici-types/global-dispatcher.d.ts","../node_modules/undici-types/global-origin.d.ts","../node_modules/undici-types/pool-stats.d.ts","../node_modules/undici-types/pool.d.ts","../node_modules/undici-types/handlers.d.ts","../node_modules/undici-types/balanced-pool.d.ts","../node_modules/undici-types/round-robin-pool.d.ts","../node_modules/undici-types/h2c-client.d.ts","../node_modules/undici-types/agent.d.ts","../node_modules/undici-types/mock-interceptor.d.ts","../node_modules/undici-types/mock-call-history.d.ts","../node_modules/undici-types/mock-agent.d.ts","../node_modules/undici-types/mock-client.d.ts","../node_modules/undici-types/mock-pool.d.ts","../node_modules/undici-types/snapshot-agent.d.ts","../node_modules/undici-types/mock-errors.d.ts","../node_modules/undici-types/proxy-agent.d.ts","../node_modules/undici-types/env-http-proxy-agent.d.ts","../node_modules/undici-types/retry-handler.d.ts","../node_modules/undici-types/retry-agent.d.ts","../node_modules/undici-types/api.d.ts","../node_modules/undici-types/cache-interceptor.d.ts","../node_modules/undici-types/interceptors.d.ts","../node_modules/undici-types/util.d.ts","../node_modules/undici-types/cookies.d.ts","../node_modules/undici-types/patch.d.ts","../node_modules/undici-types/websocket.d.ts","../node_modules/undici-types/eventsource.d.ts","../node_modules/undici-types/diagnostics-channel.d.ts","../node_modules/undici-types/content-type.d.ts","../node_modules/undici-types/cache.d.ts","../node_modules/undici-types/index.d.ts","../node_modules/@types/node/web-globals/fetch.d.ts","../node_modules/@types/node/web-globals/importmeta.d.ts","../node_modules/@types/node/web-globals/messaging.d.ts","../node_modules/@types/node/web-globals/navigator.d.ts","../node_modules/@types/node/web-globals/performance.d.ts","../node_modules/@types/node/web-globals/storage.d.ts","../node_modules/@types/node/web-globals/streams.d.ts","../node_modules/@types/node/web-globals/timers.d.ts","../node_modules/@types/node/web-globals/url.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/inspector.generated.d.ts","../node_modules/@types/node/inspector/promises.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/path/posix.d.ts","../node_modules/@types/node/path/win32.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/quic.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/sea.d.ts","../node_modules/@types/node/sqlite.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/test/reporters.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/util/types.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@vitest/pretty-format/dist/index.d.ts","../node_modules/@vitest/utils/dist/display.d.ts","../node_modules/@vitest/utils/dist/types.d.ts","../node_modules/@vitest/utils/dist/helpers.d.ts","../node_modules/@vitest/utils/dist/timers.d.ts","../node_modules/@vitest/utils/dist/index.d.ts","../node_modules/@vitest/utils/dist/types.d-BCElaP-c.d.ts","../node_modules/@vitest/utils/dist/diff.d.ts","../node_modules/@vitest/runner/dist/tasks.d-DI5LbrqA.d.ts","../node_modules/@vitest/runner/dist/index.d.ts","../node_modules/vitest/dist/chunks/traces.d.402V_yFI.d.ts","../node_modules/vite/types/hmrPayload.d.ts","../node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts","../node_modules/vite/types/customEvent.d.ts","../node_modules/vite/types/hot.d.ts","../node_modules/vite/dist/node/module-runner.d.ts","../node_modules/@vitest/snapshot/dist/environment.d-DOJxxZV9.d.ts","../node_modules/@vitest/snapshot/dist/rawSnapshot.d-U2kJUxDr.d.ts","../node_modules/@vitest/snapshot/dist/index.d.ts","../node_modules/vitest/dist/chunks/config.d.Cz9kPrQs.d.ts","../node_modules/vitest/dist/chunks/environment.d.CrsxCzP1.d.ts","../node_modules/vitest/dist/chunks/rpc.d.BFMWpdph.d.ts","../node_modules/vitest/dist/chunks/worker.d.BT5j8dyR.d.ts","../node_modules/vitest/dist/chunks/browser.d.BMOr_Kmk.d.ts","../node_modules/@vitest/spy/optional-types.d.ts","../node_modules/@vitest/spy/dist/index.d.ts","../node_modules/tinyrainbow/dist/index.d.ts","../node_modules/@standard-schema/spec/dist/index.d.ts","../node_modules/@types/deep-eql/index.d.ts","../node_modules/assertion-error/index.d.ts","../node_modules/@types/chai/index.d.ts","../node_modules/@vitest/expect/dist/index.d.ts","../node_modules/@vitest/runner/dist/utils.d.ts","../node_modules/tinybench/dist/index.d.ts","../node_modules/vitest/dist/chunks/benchmark.d.DAaHLpsq.d.ts","../node_modules/vitest/dist/chunks/global.d.x-ILCfAE.d.ts","../node_modules/vitest/optional-runtime-types.d.ts","../node_modules/@vitest/mocker/dist/types.d-BjI5eAwu.d.ts","../node_modules/@vitest/mocker/dist/index.d-B41z0AuW.d.ts","../node_modules/@vitest/mocker/dist/index.d.ts","../node_modules/vitest/dist/chunks/suite.d.udJtyAgw.d.ts","../node_modules/vitest/dist/chunks/evaluatedModules.d.BxJ5omdx.d.ts","../node_modules/vitest/dist/runners.d.ts","../node_modules/expect-type/dist/utils.d.ts","../node_modules/expect-type/dist/overloads.d.ts","../node_modules/expect-type/dist/branding.d.ts","../node_modules/expect-type/dist/messages.d.ts","../node_modules/expect-type/dist/index.d.ts","../node_modules/vitest/dist/index.d.ts","../node_modules/vitest/globals.d.ts"],"fileIdsList":[[99,101,102,122,185,193,197,200,202,203,204,216],[99,122,185,193,197,200,202,203,204,216],[102,103,122,185,193,197,200,202,203,204,216],[122,185,193,197,200,202,203,204,216],[99,100,122,185,193,197,200,202,203,204,216],[101,104,122,185,193,197,200,202,203,204,216],[86,122,185,193,197,200,202,203,204,216],[82,122,185,193,197,200,202,203,204,216],[82,83,84,85,122,185,193,197,200,202,203,204,216],[88,89,95,96,97,98,106,122,185,193,197,200,202,203,204,216],[86,88,92,122,185,193,197,200,202,203,204,216],[87,90,91,92,93,94,122,185,193,197,200,202,203,204,216],[87,89,90,91,122,185,193,197,199,200,201,202,203,204,206,216],[87,122,185,193,197,200,202,203,204,216],[95,105,122,185,193,197,200,202,203,204,206,216],[86,88,95,122,185,193,197,200,202,203,204,216],[95,122,185,193,197,200,202,203,204,216],[88,96,97,122,185,193,197,200,202,203,204,216],[122,185,193,197,200,202,203,204,216,270,271],[122,182,183,185,193,197,200,202,203,204,216],[122,184,185,193,197,200,202,203,204,216],[185,193,197,200,202,203,204,216],[122,185,193,197,200,202,203,204,216,224],[122,185,186,191,193,196,197,200,202,203,204,206,216,221,233],[122,185,186,187,193,196,197,200,202,203,204,216],[122,185,188,193,197,200,202,203,204,216,234],[122,185,189,190,193,197,200,202,203,204,207,216],[122,185,190,193,197,200,202,203,204,216,221,230],[122,185,191,193,196,197,200,202,203,204,206,216],[122,184,185,192,193,197,200,202,203,204,216],[122,185,193,194,197,200,202,203,204,216],[122,185,193,195,196,197,200,202,203,204,216],[122,184,185,193,196,197,200,202,203,204,216],[122,185,193,196,197,198,200,202,203,204,216,221,233],[122,185,193,196,197,198,200,202,203,204,216,221,224],[122,172,185,193,196,197,199,200,202,203,204,206,216,221,233],[122,185,193,196,197,199,200,202,203,204,206,216,221,230,233],[122,185,193,197,199,200,201,202,203,204,216,221,230,233],[120,121,122,123,124,125,126,127,128,129,130,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240],[122,185,193,196,197,200,202,203,204,216],[122,185,193,197,200,202,204,216],[122,185,193,197,200,202,203,204,205,216,233],[122,185,193,196,197,200,202,203,204,206,216,221],[122,185,193,197,200,202,203,204,207,216],[122,185,193,197,200,202,203,204,208,216],[122,185,193,196,197,200,202,203,204,211,216],[122,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240],[122,185,193,197,200,202,203,204,213,216],[122,185,193,197,200,202,203,204,214,216],[122,185,190,193,197,200,202,203,204,206,216,224],[122,185,193,196,197,200,202,203,204,216,217],[122,185,193,197,200,202,203,204,216,218,234,237],[122,185,193,196,197,200,202,203,204,216,221,223,224],[122,185,193,197,200,202,203,204,216,222,224],[122,185,193,197,200,202,203,204,216,224,234],[122,185,193,197,200,202,203,204,216,225],[122,182,185,193,197,200,202,203,204,216,221,227,233],[122,185,193,197,200,202,203,204,216,221,226],[122,185,193,196,197,200,202,203,204,216,228,229],[122,185,193,197,200,202,203,204,216,228,229],[122,185,190,193,197,200,202,203,204,206,216,221,230],[122,185,193,197,200,202,203,204,216,231],[122,185,193,197,200,202,203,204,206,216,232],[122,185,193,197,199,200,202,203,204,214,216,233],[122,185,193,197,200,202,203,204,216,234,235],[122,185,190,193,197,200,202,203,204,216,235],[122,185,193,197,200,202,203,204,216,221,236],[122,185,193,197,200,202,203,204,205,216,237],[122,185,193,197,200,202,203,204,216,238],[122,185,188,193,197,200,202,203,204,216],[122,185,190,193,197,200,202,203,204,216],[122,185,193,197,200,202,203,204,216,234],[122,172,185,193,197,200,202,203,204,216],[122,185,193,197,200,202,203,204,216,233],[122,185,193,197,200,202,203,204,216,239],[122,185,193,197,200,202,203,204,211,216],[122,185,193,197,200,202,203,204,216,229],[122,172,185,193,196,197,198,200,202,203,204,211,216,221,224,233,236,237,239],[122,185,193,197,200,202,203,204,216,221,240],[122,185,193,197,200,202,203,204,216,243,249,251,267,268,269,272,277],[122,185,193,197,200,202,203,204,216,279],[122,185,193,197,200,202,203,204,216,279,280],[122,185,193,197,200,202,203,204,216,247,249,250],[122,185,193,197,200,202,203,204,216,247,249],[122,185,193,197,200,202,203,204,216,247],[122,185,193,197,200,202,203,204,216,242,247,258,259],[122,185,193,197,200,202,203,204,216,242,258],[122,185,193,197,200,202,203,204,216,266],[122,185,193,197,200,202,203,204,216,242,248],[122,185,193,197,200,202,203,204,216,242],[122,185,193,197,200,202,203,204,216,244],[122,185,193,197,200,202,203,204,216,242,243,244,245,246],[122,185,193,197,200,202,203,204,216,285,286],[122,185,193,197,200,202,203,204,216,285,286,287,288],[122,185,193,197,200,202,203,204,216,285,287],[122,185,193,197,200,202,203,204,216,285],[122,137,140,143,144,185,193,197,200,202,203,204,216,233],[122,140,185,193,197,200,202,203,204,216,221,233],[122,140,144,185,193,197,200,202,203,204,216,233],[122,185,193,197,200,202,203,204,216,221],[122,134,185,193,197,200,202,203,204,216],[122,138,185,193,197,200,202,203,204,216],[122,136,137,140,185,193,197,200,202,203,204,216,233],[122,185,193,197,200,202,203,204,206,216,230],[122,185,193,197,200,202,203,204,216,241],[122,134,185,193,197,200,202,203,204,216,241],[122,136,140,185,193,197,200,202,203,204,206,216,233],[122,131,132,133,135,139,185,193,196,197,200,202,203,204,216,221,233],[122,140,149,157,185,193,197,200,202,203,204,216],[122,132,138,185,193,197,200,202,203,204,216],[122,140,166,167,185,193,197,200,202,203,204,216],[122,132,135,140,185,193,197,200,202,203,204,216,224,233,241],[122,140,185,193,197,200,202,203,204,216],[122,136,140,185,193,197,200,202,203,204,216,233],[122,131,185,193,197,200,202,203,204,216],[122,134,135,136,138,139,140,141,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,167,168,169,170,171,185,193,197,200,202,203,204,216],[122,140,159,162,185,193,197,200,202,203,204,216],[122,140,149,150,151,185,193,197,200,202,203,204,216],[122,138,140,150,152,185,193,197,200,202,203,204,216],[122,139,185,193,197,200,202,203,204,216],[122,132,134,140,185,193,197,200,202,203,204,216],[122,140,144,150,152,185,193,197,200,202,203,204,216],[122,144,185,193,197,200,202,203,204,216],[122,138,140,143,185,193,197,200,202,203,204,216,233],[122,132,136,140,149,185,193,197,200,202,203,204,216],[122,140,159,185,193,197,200,202,203,204,216],[122,152,185,193,197,200,202,203,204,216],[122,134,140,166,185,193,197,200,202,203,204,216,224,239,241],[122,185,193,197,200,202,203,204,216,253],[122,185,193,197,200,202,203,204,216,253,254,255,256],[122,185,193,197,200,202,203,204,216,255],[122,185,193,197,200,202,203,204,216,251,274,275,277],[122,185,193,197,200,202,203,204,216,251,252,264,277],[122,185,193,197,200,202,203,204,216,242,249,251,260,277],[122,185,193,197,200,202,203,204,216,257],[122,185,193,197,200,202,203,204,216,242,251,260,263,273,276,277],[122,185,193,197,200,202,203,204,216,251,252,257,260,277],[122,185,193,197,200,202,203,204,216,251,274,275,276,277],[122,185,193,197,200,202,203,204,216,251,257,261,262,263,277],[122,185,193,197,200,202,203,204,216,242,247,249,251,252,257,260,261,262,263,264,265,267,273,274,275,276,277,278,281,282,283,284,289],[122,185,193,197,200,202,203,204,216,242,249,251,252,260,261,274,275,276,277,282],[122,185,193,197,200,202,203,204,216,290],[86,107,108,111,112,114,115,116,122,185,193,197,200,202,203,204,216],[112,113,114,115,116,117,118,122,185,193,197,200,202,203,204,216],[86,107,108,122,185,193,197,200,202,203,204,216],[107,108,110,112,113,122,185,193,197,200,202,203,204,216],[107,108,113,115,122,185,193,197,200,202,203,204,216],[107,108,122,185,193,197,200,202,203,204,216],[109,122,185,193,197,200,202,203,204,216],[107,109,111,122,185,193,197,199,200,201,202,203,204,206,216],[107,108,111,112,122,185,193,197,199,200,202,203,204,216],[86,107,108,112,115,122,185,193,197,200,202,203,204,216]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"8fd575e12870e9944c7e1d62e1f5a73fcf23dd8d3a321f2a2c74c20d022283fe","impliedFormat":1},{"version":"2ab096661c711e4a81cc464fa1e6feb929a54f5340b46b0a07ac6bbf857471f0","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"df83c2a6c73228b625b0beb6669c7ee2a09c914637e2d35170723ad49c0f5cd4","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"87dc0f382502f5bbce5129bdc0aea21e19a3abbc19259e0b43ae038a9fc4e326","affectsGlobalScope":true,"impliedFormat":1},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ece9f17b3866cc077099c73f4983bddbcb1dc7ddb943227f1ec070f529dedd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1c9319a09485199c1f7b0498f2988d6d2249793ef67edda49d1e584746be9032","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3a2a0cee0f03ffdde24d89660eba2685bfbdeae955a6c67e8c4c9fd28928eeb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"60037901da1a425516449b9a20073aa03386cce92f7a1fd902d7602be3a7c2e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"22adec94ef7047a6c9d1af3cb96be87a335908bf9ef386ae9fd50eeb37f44c47","affectsGlobalScope":true,"impliedFormat":1},{"version":"196cb558a13d4533a5163286f30b0509ce0210e4b316c56c38d4c0fd2fb38405","affectsGlobalScope":true,"impliedFormat":1},{"version":"73f78680d4c08509933daf80947902f6ff41b6230f94dd002ae372620adb0f60","affectsGlobalScope":true,"impliedFormat":1},{"version":"c5239f5c01bcfa9cd32f37c496cf19c61d69d37e48be9de612b541aac915805b","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac63395a3c8cdeea8527a00e695fc44aab5838168c2872c386955bbfc2413399","impliedFormat":1},{"version":"879df2101ebd6bb3e29509b2976900e765b3e7728c855d56b17f62a790994f84","impliedFormat":1},{"version":"c20483f7ddf6c9eca06972f8fe011484dbfc3f0fcecc99bd7fd14a7782582107","impliedFormat":1},{"version":"b8fbac0ef9f09e127422786b6627877f2b9587aa34431a84b655c2f3048c9106","impliedFormat":1},{"version":"53d962efe854da6aad813ae32a96a9c807ac3347d16001fd28bc9d1078090a94","impliedFormat":1},{"version":"e6502d1ca73415aa18e3acc410020a55e6b04fa2aeb1f732c94b86b35c888ce6","impliedFormat":1},{"version":"9d9adec71eaa3e8c83fb7b2d71b4ce1a924d39447a39c5d2d13167de6967d0a5","impliedFormat":1},{"version":"4c6b71e1aa9d8ac94d04483d396df7e595837ce1e58d7eef07560fb909cd101f","impliedFormat":1},{"version":"816ffb58eeeec99d37297111cbba22e8b5ca1af163cf5741d4322bb62d6df58b","impliedFormat":1},{"version":"f51f09e4283f4c275fd1b3a63cbeed7286c9183e42d81249d56ff891305634a8","impliedFormat":1},{"version":"e7f92ad9d717baa48334b3a9234498d2a8748baf2cb7e7acd4459a2e9c1d43e8","impliedFormat":1},{"version":"f2ab2d18b2dcc6f379bd7414dba62fcd5d6734856850084b0872d99c93214796","impliedFormat":1},{"version":"89d808197750644a45f97cb842637abcd229a29f9e9084a98d2f138e66f05977","impliedFormat":1},{"version":"8be08f95365361f3ba01c43728f9429c74ec9b30d522373fbce5d3094c3568f6","impliedFormat":1},{"version":"4aae79ce3aa3c1c456dcd08ab92bd3a7f579ce052d7196ab7f048771f91759c0","impliedFormat":1},{"version":"137a9d0030af92e487e05c366c9388fa001338f2c8276fd299992cfc898ea118","impliedFormat":1},{"version":"2680071b37f914a0fea9d71c57d18c517c4fa603a2c6a19102798851801a973f","impliedFormat":1},{"version":"e0224ccb051b8aa4cbb66a78cf838fe7ce177f440ad55a2f7f94b7383f58ecf8","impliedFormat":1},{"version":"3b61f790945430ff4610b4253a65bd87247c0d5c7c28ddd59348cc98ce63fa8e","impliedFormat":1},{"version":"4f4edf019c0e81c87faadbf6ca900f11b5b02fb8ceabbb9ef87b1bf484477155","impliedFormat":1},{"version":"f923d56dc83cae31fb7343c8dbacc070a911391724e8ade22bbbcb92a9c3426d","impliedFormat":1},{"version":"2c4cce20aa61c44d90fff888bf5c34faf32ecba79df73a26981884b6a71d1c80","impliedFormat":1},{"version":"e4a7c3c3d3f45141a1d78f4cdbf0bf8ff98bca87b819be23351327fdb8f77f88","impliedFormat":1},{"version":"175eea15a162e7a0b8258e6af57c7b619948dd805024455fb6b6db7cda1aa3a5","impliedFormat":1},{"version":"3f3f292f9fb63bd5af95fdecafc6de9820d1c22b4c2b1e6212e0ec83efb7d9de","impliedFormat":1},{"version":"909213b1bbb854428f823e7b0b648df21217f051ab8a6591f78b2058ae81fbfa","impliedFormat":1},{"version":"8cedbf66e92d22650b5668a87fd465d7655289d05d32e98f7a9b3ea6e5892390","impliedFormat":1},{"version":"619987d86b1a2b1e0ebabab01482cb594dfbd8018a8f378f2d8cbca45be3ca70","signature":"1d00910b521775214c5237277bf32ddbd3fd4bcaad4a90e9be36362964a4b654","impliedFormat":1},{"version":"ec9d3119203a592c8ec81ac2bf07f4e78d01946d02cc6f64d91e8523428f1c01","impliedFormat":1},{"version":"6ca60e7fd812170ddc468195dcfa77d59e376fd209f92847d2d88d8676c1d708","signature":"bbbc1c0094197f683c929fa784f87fc0e24ba888cd4c88b473ff5e1628bb08f9","impliedFormat":1},{"version":"af09947acf5fd9d7eb0fb78b2b0054858c2cabbe98b3f0d0ace93c4dbde456fa","signature":"73896a438d78f7900f742ed89ad17f8990e87d099977968879f69a6470cca2ff","impliedFormat":1},{"version":"332a99989348f81a59c71279c09a791667e57dcfd2be2574ec313c8cd02e119d","signature":"600d44bb6dc373d7ec51f2f52ea0315e21e49e73aab01c09c8c0e390b997fa92","impliedFormat":1},{"version":"4d65281d6cdafcc287491b70fe9caafc9d412c77a2256b379198fcf487eda424","signature":"1a541028dae3338098f2cccd0c1c800e30b5e33baca5eb7c5d609ab03fa49365","impliedFormat":1},{"version":"2903fd5b4beaab2892d3f712b12f34e41ac50519903290fc2d84e1dcc45044db","signature":"22197945a28132345880701f5cb614d713f21738f54f71cf92e5d89d27e005cc","impliedFormat":1},{"version":"7770ab3263cf0f901ac968f566315f0bd8da97d855ae05758add6d253e87a9e0","signature":"f2fd9e43d50dc849fc6b8e2cad41e3103162508ab5daac78d465d6b49cc1ad79","impliedFormat":1},{"version":"d3435914b39f19f0bbd0120f1f36a4cb78dddc49427a1a88f6342a37e9a1072c","signature":"beec40706f75d607021501f760b2c273d28b2a0f0b794ceb32581ac8ca8eaba0","impliedFormat":1},{"version":"3b999a655fc0f6d524de545b3443fcc9f463a7e75225e46e89284e094811c648","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","impliedFormat":1},{"version":"bfc87f0924b8ce2def03808983b924b220e124f3f5db791469a819ffc32ed074","signature":"8868d8a610ea2eaaac7e941da0e694e4cdd73a1aa1c7b6bd165e264ccc316710","impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"0ccdaa19852d25ecd84eec365c3bfa16e7859cadecf6e9ca6d0dbbbee439743f","affectsGlobalScope":true,"impliedFormat":1},{"version":"438b41419b1df9f1fbe33b5e1b18f5853432be205991d1b19f5b7f351675541e","affectsGlobalScope":true,"impliedFormat":1},{"version":"096116f8fedc1765d5bd6ef360c257b4a9048e5415054b3bf3c41b07f8951b0b","affectsGlobalScope":true,"impliedFormat":1},{"version":"e5e01375c9e124a83b52ee4b3244ed1a4d214a6cfb54ac73e164a823a4a7860a","affectsGlobalScope":true,"impliedFormat":1},{"version":"f90ae2bbce1505e67f2f6502392e318f5714bae82d2d969185c4a6cecc8af2fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"4b58e207b93a8f1c88bbf2a95ddc686ac83962b13830fe8ad3f404ffc7051fb4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1fefabcb2b06736a66d2904074d56268753654805e829989a46a0161cd8412c5","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"c18a99f01eb788d849ad032b31cafd49de0b19e083fe775370834c5675d7df8e","affectsGlobalScope":true,"impliedFormat":1},{"version":"5247874c2a23b9a62d178ae84f2db6a1d54e6c9a2e7e057e178cc5eea13757fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"156a859e21ef3244d13afeeba4e49760a6afa035c149dda52f0c45ea8903b338","impliedFormat":1},{"version":"10ec5e82144dfac6f04fa5d1d6c11763b3e4dbbac6d99101427219ab3e2ae887","impliedFormat":1},{"version":"615754924717c0b1e293e083b83503c0a872717ad5aa60ed7f1a699eb1b4ea5c","impliedFormat":1},{"version":"074de5b2fdead0165a2757e3aaef20f27a6347b1c36adea27d51456795b37682","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"24371e69a38fc33e268d4a8716dbcda430d6c2c414a99ff9669239c4b8f40dea","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"3e11fce78ad8c0e1d1db4ba5f0652285509be3acdd519529bc8fcef85f7dafd9","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"9c32412007b5662fd34a8eb04292fb5314ec370d7016d1c2fb8aa193c807fe22","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"4d327f7d72ad0918275cea3eee49a6a8dc8114ae1d5b7f3f5d0774de75f7439a","impliedFormat":1},{"version":"6ebe8ebb8659aaa9d1acbf3710d7dae3e923e97610238b9511c25dc39023a166","impliedFormat":1},{"version":"e85d7f8068f6a26710bff0cc8c0fc5e47f71089c3780fbede05857331d2ddec9","impliedFormat":1},{"version":"7befaf0e76b5671be1d47b77fcc65f2b0aad91cc26529df1904f4a7c46d216e9","impliedFormat":1},{"version":"0a60a292b89ca7218b8616f78e5bbd1c96b87e048849469cccb4355e98af959a","impliedFormat":1},{"version":"0b6e25234b4eec6ed96ab138d96eb70b135690d7dd01f3dd8a8ab291c35a683a","impliedFormat":1},{"version":"9666f2f84b985b62400d2e5ab0adae9ff44de9b2a34803c2c5bd3c8325b17dc0","impliedFormat":1},{"version":"40cd35c95e9cf22cfa5bd84e96408b6fcbca55295f4ff822390abb11afbc3dca","impliedFormat":1},{"version":"b1616b8959bf557feb16369c6124a97a0e74ed6f49d1df73bb4b9ddf68acf3f3","impliedFormat":1},{"version":"5b03a034c72146b61573aab280f295b015b9168470f2df05f6080a2122f9b4df","impliedFormat":1},{"version":"40b463c6766ca1b689bfcc46d26b5e295954f32ad43e37ee6953c0a677e4ae2b","impliedFormat":1},{"version":"249b9cab7f5d628b71308c7d9bb0a808b50b091e640ba3ed6e2d0516f4a8d91d","impliedFormat":1},{"version":"80aae6afc67faa5ac0b32b5b8bc8cc9f7fa299cff15cf09cc2e11fd28c6ae29e","impliedFormat":1},{"version":"f473cd2288991ff3221165dcf73cd5d24da30391f87e85b3dd4d0450c787a391","impliedFormat":1},{"version":"499e5b055a5aba1e1998f7311a6c441a369831c70905cc565ceac93c28083d53","impliedFormat":1},{"version":"8aee8b6d4f9f62cf3776cda1305fb18763e2aade7e13cea5bbe699112df85214","impliedFormat":1},{"version":"c63b9ada8c72f95aac5db92aea07e5e87ec810353cdf63b2d78f49a58662cf6c","impliedFormat":1},{"version":"1cc2a09e1a61a5222d4174ab358a9f9de5e906afe79dbf7363d871a7edda3955","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"b64d4d1c5f877f9c666e98e833f0205edb9384acc46e98a1fef344f64d6aba44","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"12950411eeab8563b349cb7959543d92d8d02c289ed893d78499a19becb5a8cc","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"c9381908473a1c92cb8c516b184e75f4d226dad95c3a85a5af35f670064d9a2f","impliedFormat":1},{"version":"c3f5289820990ab66b70c7fb5b63cb674001009ff84b13de40619619a9c8175f","affectsGlobalScope":true,"impliedFormat":1},{"version":"b3275d55fac10b799c9546804126239baf020d220136163f763b55a74e50e750","affectsGlobalScope":true,"impliedFormat":1},{"version":"fa68a0a3b7cb32c00e39ee3cd31f8f15b80cac97dce51b6ee7fc14a1e8deb30b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"6c36e755bced82df7fb6ce8169265d0a7bb046ab4e2cb6d0da0cb72b22033e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"7a93de4ff8a63bafe62ba86b89af1df0ccb5e40bb85b0c67d6bbcfdcf96bf3d4","affectsGlobalScope":true,"impliedFormat":1},{"version":"90e85f9bc549dfe2b5749b45fe734144e96cd5d04b38eae244028794e142a77e","affectsGlobalScope":true,"impliedFormat":1},{"version":"e0a5deeb610b2a50a6350bd23df6490036a1773a8a71d70f2f9549ab009e67ee","affectsGlobalScope":true,"impliedFormat":1},{"version":"435b3711465425770ed2ee2f1cf00ce071835265e0851a7dc4600ab4b007550e","impliedFormat":1},{"version":"7e49f52a159435fc8df4de9dc377ef5860732ca2dc9efec1640531d3cf5da7a3","impliedFormat":1},{"version":"dd4bde4bdc2e5394aed6855e98cf135dfdf5dd6468cad842e03116d31bbcc9bc","impliedFormat":1},{"version":"4d4e879009a84a47c05350b8dca823036ba3a29a3038efed1be76c9f81e45edf","affectsGlobalScope":true,"impliedFormat":1},{"version":"237ba5ac2a95702a114a309e39c53a5bddff5f6333b325db9764df9b34f3502b","impliedFormat":1},{"version":"9ba13b47cb450a438e3076c4a3f6afb9dc85e17eae50f26d4b2d72c0688c9251","impliedFormat":1},{"version":"b64cd4401633ea4ecadfd700ddc8323a13b63b106ac7127c1d2726f32424622c","impliedFormat":1},{"version":"37c6e5fe5715814412b43cc9b50b24c67a63c4e04e753e0d1305970d65417a60","impliedFormat":1},{"version":"1d024184fb57c58c5c91823f9d10b4915a4867b7934e89115fd0d861a9df27c8","impliedFormat":1},{"version":"ee0e4946247f842c6dd483cbb60a5e6b484fee07996e3a7bc7343dfb68a04c5d","impliedFormat":1},{"version":"ef051f42b7e0ef5ca04552f54c4552eac84099d64b6c5ad0ef4033574b6035b8","impliedFormat":1},{"version":"853a43154f1d01b0173d9cbd74063507ece57170bad7a3b68f3fa1229ad0a92f","impliedFormat":1},{"version":"56231e3c39a031bfb0afb797690b20ed4537670c93c0318b72d5180833d98b72","impliedFormat":1},{"version":"5cc7c39031bfd8b00ad58f32143d59eb6ffc24f5d41a20931269011dccd36c5e","impliedFormat":1},{"version":"b0b69c61b0f0ec8ca15db4c8c41f6e77f4cacb784d42bca948f42dea33e8757e","affectsGlobalScope":true,"impliedFormat":1},{"version":"f96a48183254c00d24575401f1a761b4ce4927d927407e7862a83e06ce5d6964","impliedFormat":1},{"version":"cc25940cfb27aa538e60d465f98bb5068d4d7d33131861ace43f04fe6947d68f","impliedFormat":1},{"version":"f83fb2b1338afbb3f9d733c7d6e8b135826c41b0518867df0c0ace18ae1aa270","impliedFormat":1},{"version":"01ff95aa1443e3f7248974e5a771f513cb2ac158c8898f470a1792f817bee497","impliedFormat":1},{"version":"757227c8b345c57d76f7f0e3bbad7a91ffca23f1b2547cbed9e10025816c9cb7","impliedFormat":1},{"version":"42a05d8f239f74587d4926aba8cc54792eed8e8a442c7adc9b38b516642aadfe","impliedFormat":1},{"version":"5d21b58d60383cc6ab9ad3d3e265d7d25af24a2c9b506247e0e50b0a884920be","impliedFormat":1},{"version":"101f482fd48cb4c7c0468dcc6d62c843d842977aea6235644b1edd05e81fbf22","impliedFormat":1},{"version":"ae6757460f37078884b1571a3de3ebaf724d827d7e1d53626c02b3c2a408ac63","affectsGlobalScope":true,"impliedFormat":1},{"version":"9451a46a89ed209e2e08329e6cac59f89356eae79a7230f916d8cc38725407c7","impliedFormat":1},{"version":"3ef397f12387eff17f550bc484ea7c27d21d43816bbe609d495107f44b97e933","impliedFormat":1},{"version":"1023282e2ba810bc07905d3668349fbd37a26411f0c8f94a70ef3c05fe523fcf","impliedFormat":1},{"version":"b214ebcf76c51b115453f69729ee8aa7b7f8eccdae2a922b568a45c2d7ff52f7","impliedFormat":1},{"version":"429c9cdfa7d126255779efd7e6d9057ced2d69c81859bbab32073bad52e9ba76","impliedFormat":1},{"version":"e236b5eba291f51bdf32c231673e6cab81b5410850e61f51a7a524dddadc0f95","impliedFormat":1},{"version":"f7ba0e839daa0702e3ff1a1a871c0d8ea2d586ce684dd8a72c786c36a680b1d9","affectsGlobalScope":true,"impliedFormat":1},{"version":"7f2c62938251b45715fd2a9887060ec4fbc8724727029d1cbce373747252bdd7","impliedFormat":1},{"version":"e3ace08b6bbd84655d41e244677b474fd995923ffef7149ddb68af8848b60b05","impliedFormat":1},{"version":"132580b0e86c48fab152bab850fc57a4b74fe915c8958d2ccb052b809a44b61c","impliedFormat":1},{"version":"af4ab0aa8908fc9a655bb833d3bc28e117c4f0e1038c5a891546158beb25accb","impliedFormat":1},{"version":"69c9a5a9392e8564bd81116e1ed93b13205201fb44cb35a7fde8c9f9e21c4b23","impliedFormat":1},{"version":"5f8fc37f8434691ffac1bfd8fc2634647da2c0e84253ab5d2dd19a7718915b35","impliedFormat":1},{"version":"5981c2340fd8b076cae8efbae818d42c11ffc615994cb060b1cd390795f1be2b","impliedFormat":1},{"version":"f64deb26664af64dc274637343bde8d82f930c77af05a412c7d310b77207a448","impliedFormat":1},{"version":"ed4f674fc8c0c993cc7e145069ac44129e03519b910c62be206a0cc777bdc60b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0250da3eb85c99624f974e77ef355cdf86f43980251bc371475c2b397ba55bcd","impliedFormat":1},{"version":"f1c93e046fb3d9b7f8249629f4b63dc068dd839b824dd0aa39a5e68476dc9420","impliedFormat":1},{"version":"3d3a5f27ffbc06c885dd4d5f9ee20de61faf877fe2c3a7051c4825903d9a7fdc","impliedFormat":1},{"version":"12806f9f085598ef930edaf2467a5fa1789a878fba077cd27e85dc5851e11834","impliedFormat":1},{"version":"bce309f4d9b67c18d4eeff5bba6cf3e67b2b0aead9f03f75d6060c553974d7ba","impliedFormat":1},{"version":"a43fe41c33d0a192a0ecaf9b92e87bef3709c9972e6d53c42c49251ccb962d69","impliedFormat":1},{"version":"a177959203c017fad3ecc4f3d96c8757a840957a4959a3ae00dab9d35961ca6c","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc727ccf9b36e257ff982ea0badeffbfc2c151802f741bddff00c6af3b784cf","impliedFormat":1},{"version":"2a00d005e3af99cd1cfa75220e60c61b04bfb6be7ca7453bfe2ef6cca37cc03c","impliedFormat":1},{"version":"4844a4c9b4b1e812b257676ed8a80b3f3be0e29bf05e742cc2ea9c3c6865e6c6","impliedFormat":1},{"version":"064878a60367e0407c42fb7ba02a2ea4d83257357dc20088e549bd4d89433e9c","impliedFormat":1},{"version":"14d4bd22d1b05824971b98f7e91b2484c90f1a684805c330476641417c3d9735","impliedFormat":1},{"version":"c3877fef8a43cd434f9728f25a97575b0eb73d92f38b5c87c840daccc3e21d97","impliedFormat":1},{"version":"b484ec11ba00e3a2235562a41898d55372ccabe607986c6fa4f4aba72093749f","impliedFormat":1},{"version":"1dbd83860e7634f9c236647f45dbc5d3c4f9eba8827d87209d6e9826fdf4dbd5","impliedFormat":1},{"version":"41ef7992c555671a8fe54db302788adefa191ded810a50329b79d20a6772d14c","impliedFormat":1},{"version":"041a7781b9127ab568d2cdcce62c58fdea7c7407f40b8c50045d7866a2727130","impliedFormat":1},{"version":"b37f83e7deea729aa9ce5593f78905afb45b7532fdff63041d374f60059e7852","impliedFormat":1},{"version":"e1cb68f3ef3a8dd7b2a9dfb3de482ed6c0f1586ba0db4e7d73c1d2147b6ffc51","impliedFormat":1},{"version":"55cdbeebe76a1fa18bbd7e7bf73350a2173926bd3085bb050cf5a5397025ee4e","impliedFormat":1},{"version":"70bea28bfc64dc5c8a3d77d1bb004094f3a4c16fad1ca4add1cc7109c08e654d","impliedFormat":99},{"version":"0528f6d21f7a02d4092895090d2dd86104bd5a3e79eced96d5a1a7dd90943d17","impliedFormat":99},{"version":"b5ce343886d23392be9c8280e9f24a87f1d7d3667f6672c2fe4aa61fa4ece7d4","impliedFormat":99},{"version":"eb64a68249f1ee45e496a23cd0be8fe8c84aecb4c038b86d4abcc765c5ba115e","impliedFormat":99},{"version":"b0857bb28fd5236ace84280f79a25093f919fd0eff13e47cc26ea03de60a7294","impliedFormat":99},{"version":"5e43e0824f10cd8c48e7a8c5c673638488925a12c31f0f9e0957965c290eb14c","impliedFormat":99},{"version":"ef13c73d6157a32933c612d476c1524dd674cf5b9a88571d7d6a0d147544d529","impliedFormat":99},{"version":"3b0a56d056d81a011e484b9c05d5e430711aaecd561a788bad1d0498aad782c7","impliedFormat":99},{"version":"8467f4c442988b9b0e68fd2c2c12fae1d1516c42bb3a593a63d711ea05969332","impliedFormat":99},{"version":"5225e4dadc4ca5be23f80c75245a57e37938b87c9f5c266e203b3db77c9095e5","impliedFormat":99},{"version":"ac3d263474022e9a14c43f588f485d549641d839b159ecc971978b90f34bdf6b","impliedFormat":99},{"version":"3b89216a7e38a454985ad17bb2ff85792837dc812f2a89fa5f60ad0a2e216fa7","impliedFormat":99},{"version":"10073cdcf56982064c5337787cc59b79586131e1b28c106ede5bff362f912b70","impliedFormat":99},{"version":"82179358c2d9d7347f1602dc9300039a2250e483137b38ebf31d4d2e5519c181","impliedFormat":99},{"version":"4e003c868b0d8f8ad200b96cbc653e18e513fa23e1c19c4fe3cc25d4394efc47","impliedFormat":99},{"version":"091546ac9077cddcd7b9479cc2e0c677238bf13e39eab4b13e75046c3328df93","impliedFormat":99},{"version":"42a12f2faa483c9b48195ed794d22698162274e755f6e07219c2351c4f08d732","impliedFormat":99},{"version":"727858fb893b87791876dee5e3cd4c187a721d2de516fd19d3d00dc6e8a894b3","impliedFormat":99},{"version":"5bfaa2ee33e63a1b17b08dbefd7a3c42d1e0f914e52aca5bef679b420bd7a07c","impliedFormat":99},{"version":"630fc926b3eb014fbc28c13dd1c3cd6e2e6f8f41beb76db860e8f7aa4346f21b","impliedFormat":99},{"version":"bcbd3becd08b4515225880abea0dbfbbf0d1181ce3af8f18f72f61edbe4febfb","impliedFormat":99},{"version":"a86701e56b10a6d1ef9b2ecaeedbab94ed7b957a646cd71fd09d02b323c6d3d7","impliedFormat":99},{"version":"06b386ceecf2d559a29fc222a1fc236273b3cb9b9e2a38878631d4f32b110bff","impliedFormat":99},{"version":"77e638015f3b85cb699bf5fa526b3a8b91e20b3f2594ccd15a9ab4ff8f7d4afe","impliedFormat":99},{"version":"c76c02846ba7d40b9b3488f0e8d75d02cbdee2f0bc5fcd55dd3bd2e1457646ea","impliedFormat":99},{"version":"4ead13a482c539b77394b2a97e3b877b809eac596390371cea490286f53b996a","impliedFormat":99},{"version":"06db2f8ba1d1dfacf04529cb731081ab23f133f29c7608ebdfbcab356996827c","impliedFormat":99},{"version":"bdd14f07b4eca0b4b5203b85b8dbc4d084c749fa590bee5ea613e1641dcd3b29","impliedFormat":99},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"2eeffcee5c1661ddca53353929558037b8cf305ffb86a803512982f99bcab50d","impliedFormat":99},{"version":"9afb4cb864d297e4092a79ee2871b5d3143ea14153f62ef0bb04ede25f432030","affectsGlobalScope":true,"impliedFormat":99},{"version":"b0d9e12191510917081354b9e63430f9f8a1adcfc58ac2f223c59f2cccfbcc68","affectsGlobalScope":true,"impliedFormat":99},{"version":"1c88b51b966e2791c4a8d96f52fe857c282615d77a128d3239829981d4ddfb27","impliedFormat":99},{"version":"69bf2422313487956e4dacf049f30cb91b34968912058d244cb19e4baa24da97","impliedFormat":99},{"version":"6987dfb4b0c4e02112cc4e548e7a77b3d9ddfeffa8c8a2db13ceac361a4567d9","impliedFormat":99},{"version":"72a863bc6c0fc7a6263d8e07279167d86467a3869b5f002b1df6eaf5000ccc7b","impliedFormat":99},{"version":"c76c02846ba7d40b9b3488f0e8d75d02cbdee2f0bc5fcd55dd3bd2e1457646ea","impliedFormat":99},{"version":"5e2ba3d18d78aebbde1f34bde356e41e9c76eeaeaeee56a37036596a9eff4211","impliedFormat":99},{"version":"8280ae8ccc0493b32d1742d585357ab9f0a508ea050af25a5a20d64010d0a5cf","impliedFormat":99},{"version":"7adfd9f9056ecd4ae6c65fde2a98654960c662714c73f048478959d04c09e144","impliedFormat":99},{"version":"32b35cf0dc3a1b1a7118b61c34ce2ad1a29695851679f9ec34e0776f2ece2a69","impliedFormat":99},{"version":"b413fbc6658fe2774f8bf9a15cf4c53e586fc38a2d5256b3b9647da242c14389","impliedFormat":99},{"version":"77a58a9ec42c1b63bd4fd564dc3e5f069b48bd47afa2ca0b466a5987e01f49a3","impliedFormat":99},{"version":"c30a41267fc04c6518b17e55dcb2b810f267af4314b0b6d7df1c33a76ce1b330","impliedFormat":1},{"version":"72422d0bac4076912385d0c10911b82e4694fc106e2d70added091f88f0824ba","impliedFormat":1},{"version":"da251b82c25bee1d93f9fd80c5a61d945da4f708ca21285541d7aff83ecb8200","impliedFormat":1},{"version":"64db14db2bf37ac089766fdb3c7e1160fabc10e9929bc2deeede7237e4419fc8","impliedFormat":1},{"version":"98b94085c9f78eba36d3d2314affe973e8994f99864b8708122750788825c771","impliedFormat":1},{"version":"dd3af4d019902086a6eeab0f304378cedc7170f08903f74143b4ab45227d7e1b","impliedFormat":99},{"version":"8d7cbeea0454e05a3cdf3370c5df267072c4f1dc6c48a45a9ad750d7890443d7","affectsGlobalScope":true,"impliedFormat":99}],"root":[[109,119]],"options":{"allowJs":false,"alwaysStrict":true,"declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":100,"newLine":1,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","preserveConstEnums":true,"removeComments":false,"sourceMap":true,"strict":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":9},"referencedMap":[[103,1],[102,2],[104,3],[99,4],[100,2],[101,5],[105,6],[84,7],[82,7],[85,8],[83,7],[86,9],[89,4],[107,10],[94,4],[93,11],[87,4],[95,12],[90,4],[92,13],[91,14],[106,15],[96,16],[88,17],[97,16],[98,18],[269,4],[272,19],[270,4],[182,20],[183,20],[184,21],[122,22],[185,23],[186,24],[187,25],[120,4],[188,26],[189,27],[190,28],[191,29],[192,30],[193,31],[194,31],[195,32],[196,33],[197,34],[198,35],[123,4],[121,4],[199,36],[200,37],[201,38],[241,39],[202,40],[203,41],[204,40],[205,42],[206,43],[207,44],[208,45],[209,45],[210,45],[211,46],[212,47],[213,48],[214,49],[215,50],[216,51],[217,51],[218,52],[219,4],[220,4],[221,53],[222,54],[223,53],[224,55],[225,56],[226,57],[227,58],[228,59],[229,60],[230,61],[231,62],[232,63],[233,64],[234,65],[235,66],[236,67],[237,68],[238,69],[124,40],[125,4],[126,70],[127,71],[128,4],[129,72],[130,4],[173,73],[174,74],[175,75],[176,75],[177,76],[178,4],[179,23],[180,77],[181,74],[239,78],[240,79],[273,80],[280,81],[281,82],[279,4],[242,4],[251,83],[250,84],[274,83],[258,85],[260,86],[259,87],[267,88],[266,4],[249,89],[243,90],[245,91],[247,92],[246,4],[248,90],[244,4],[271,4],[108,4],[287,93],[289,94],[288,95],[286,96],[285,4],[275,4],[268,4],[80,4],[81,4],[13,4],[15,4],[14,4],[2,4],[16,4],[17,4],[18,4],[19,4],[20,4],[21,4],[22,4],[23,4],[3,4],[24,4],[25,4],[4,4],[26,4],[30,4],[27,4],[28,4],[29,4],[31,4],[32,4],[33,4],[5,4],[34,4],[35,4],[36,4],[37,4],[6,4],[41,4],[38,4],[39,4],[40,4],[42,4],[7,4],[43,4],[48,4],[49,4],[44,4],[45,4],[46,4],[47,4],[8,4],[53,4],[50,4],[51,4],[52,4],[54,4],[9,4],[55,4],[56,4],[57,4],[59,4],[58,4],[60,4],[61,4],[10,4],[62,4],[63,4],[64,4],[11,4],[65,4],[66,4],[67,4],[68,4],[69,4],[1,4],[70,4],[71,4],[12,4],[75,4],[73,4],[78,4],[77,4],[72,4],[76,4],[74,4],[79,4],[149,97],[161,98],[146,99],[162,100],[171,101],[137,102],[138,103],[136,104],[170,105],[165,106],[169,107],[140,108],[158,109],[139,110],[168,111],[134,112],[135,106],[141,113],[142,4],[148,114],[145,113],[132,115],[172,116],[163,117],[152,118],[151,113],[153,119],[156,120],[150,121],[154,122],[166,105],[143,123],[144,124],[157,125],[133,100],[160,126],[159,113],[147,124],[155,127],[164,4],[131,4],[167,128],[254,129],[257,130],[255,129],[253,4],[256,131],[276,132],[265,133],[261,134],[262,85],[283,135],[277,136],[263,137],[282,138],[252,4],[264,139],[290,140],[284,141],[291,142],[278,4],[117,143],[119,144],[113,145],[114,146],[116,147],[109,148],[110,149],[111,148],[112,150],[115,151],[118,152]],"version":"5.9.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odg/axios",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Project Axios using IoC and DI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"build:watch": "npm run build && (concurrently \"tsc --project ./tsconfig.build.json -w\" \"tsc-alias -p tsconfig.build.json -w\")",
|
|
15
15
|
"dev": "tsx ./src/index.ts",
|
|
16
16
|
"start": "node ./dist/index.js",
|
|
17
|
-
"lint": "
|
|
18
|
-
"lint:fix": "
|
|
17
|
+
"lint": "odg-lint",
|
|
18
|
+
"lint:fix": "odg-lint --fix",
|
|
19
19
|
"prepare": "husky",
|
|
20
20
|
"test": "vitest run",
|
|
21
21
|
"test:ci": "vitest run --passWithNoTests",
|
|
@@ -59,26 +59,37 @@
|
|
|
59
59
|
"author": "Dragons Gamers <https://www.linkedin.com/in/victor-alves-odgodinho>",
|
|
60
60
|
"license": "MIT",
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@odg/eslint-config": "
|
|
63
|
-
"@odg/tsconfig": "
|
|
64
|
-
"@types/node": ">=
|
|
65
|
-
"@vitest/coverage-istanbul": "^1",
|
|
66
|
-
"concurrently": "^9.1
|
|
62
|
+
"@odg/eslint-config": "^3.2.12",
|
|
63
|
+
"@odg/tsconfig": "^1.2.1",
|
|
64
|
+
"@types/node": ">=24",
|
|
65
|
+
"@vitest/coverage-istanbul": "^4.1.2",
|
|
66
|
+
"concurrently": "^9.2.1",
|
|
67
67
|
"husky": "^9.1.7",
|
|
68
|
+
"lint-staged": "^16.4.0",
|
|
68
69
|
"rimraf": "*",
|
|
69
|
-
"tsc-alias": "^1.8.
|
|
70
|
-
"tsx": "^4.
|
|
71
|
-
"typescript": "^5.
|
|
72
|
-
"vite
|
|
73
|
-
"
|
|
70
|
+
"tsc-alias": "^1.8.16",
|
|
71
|
+
"tsx": "^4.21.0",
|
|
72
|
+
"typescript": "^5.9.3",
|
|
73
|
+
"vite": "^8.0.3",
|
|
74
|
+
"vite-tsconfig-paths": "^6.1.1",
|
|
75
|
+
"vitest": "^4.1.2"
|
|
74
76
|
},
|
|
75
77
|
"dependencies": {
|
|
76
|
-
"@odg/exception": "
|
|
77
|
-
"@odg/message": "
|
|
78
|
+
"@odg/exception": "^1.8.0",
|
|
79
|
+
"@odg/message": "^1.12.0",
|
|
78
80
|
"axios": "*"
|
|
79
81
|
},
|
|
80
82
|
"peerDependencies": {
|
|
81
83
|
"@odg/exception": "*",
|
|
82
84
|
"@odg/message": "*"
|
|
83
|
-
}
|
|
85
|
+
},
|
|
86
|
+
"peerDependenciesMeta": {
|
|
87
|
+
"@odg/exception": {
|
|
88
|
+
"optional": true
|
|
89
|
+
},
|
|
90
|
+
"@odg/message": {
|
|
91
|
+
"optional": true
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"packageManager": "yarn@4.13.0"
|
|
84
95
|
}
|