@forgerock/sdk-utilities 0.0.0-beta-20251124184351 → 0.0.0-beta-20251222204813
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/index.d.ts +6 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +14 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/lib/constants/index.d.ts +3 -0
- package/dist/src/lib/constants/index.d.ts.map +1 -0
- package/dist/src/lib/constants/index.js +3 -0
- package/dist/src/lib/constants/index.js.map +1 -0
- package/dist/src/lib/object.utils.d.ts +19 -0
- package/dist/src/lib/object.utils.d.ts.map +1 -0
- package/dist/src/lib/object.utils.js +48 -0
- package/dist/src/lib/object.utils.js.map +1 -0
- package/dist/src/lib/oidc/index.d.ts +2 -0
- package/dist/src/lib/oidc/index.d.ts.map +1 -0
- package/dist/src/lib/oidc/index.js +8 -0
- package/dist/src/lib/oidc/index.js.map +1 -0
- package/dist/src/lib/oidc/pkce.utils.d.ts +25 -0
- package/dist/src/lib/oidc/pkce.utils.d.ts.map +1 -0
- package/dist/src/lib/oidc/pkce.utils.js +50 -0
- package/dist/src/lib/oidc/pkce.utils.js.map +1 -0
- package/dist/src/lib/strings/index.d.ts +2 -0
- package/dist/src/lib/strings/index.d.ts.map +1 -0
- package/dist/src/lib/strings/index.js +8 -0
- package/dist/src/lib/strings/index.js.map +1 -0
- package/dist/src/lib/strings/strings.utils.d.ts +7 -0
- package/dist/src/lib/strings/strings.utils.d.ts.map +1 -0
- package/dist/src/lib/strings/strings.utils.js +21 -0
- package/dist/src/lib/strings/strings.utils.js.map +1 -0
- package/dist/src/lib/url/am-url.types.d.ts +24 -0
- package/dist/src/lib/url/am-url.types.d.ts.map +1 -0
- package/dist/src/lib/url/am-url.types.js +10 -0
- package/dist/src/lib/url/am-url.types.js.map +1 -0
- package/dist/src/lib/url/am-url.utils.d.ts +14 -0
- package/dist/src/lib/url/am-url.utils.d.ts.map +1 -0
- package/dist/src/lib/url/am-url.utils.js +51 -0
- package/dist/src/lib/url/am-url.utils.js.map +1 -0
- package/dist/src/lib/url/index.d.ts +3 -0
- package/dist/src/lib/url/index.d.ts.map +1 -0
- package/dist/src/lib/url/index.js +9 -0
- package/dist/src/lib/url/index.js.map +1 -0
- package/dist/src/lib/url/url.utils.d.ts +10 -0
- package/dist/src/lib/url/url.utils.d.ts.map +1 -0
- package/dist/src/lib/url/url.utils.js +52 -0
- package/dist/src/lib/url/url.utils.js.map +1 -0
- package/dist/src/types.d.ts +2 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +10 -0
- package/dist/src/types.js.map +1 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Copyright © 2025 Ping Identity Corporation. All right reserved.
|
|
4
|
+
*
|
|
5
|
+
* This software may be modified and distributed under the terms
|
|
6
|
+
* of the MIT license. See the LICENSE file for details.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
export * from './lib/oidc/index.js';
|
|
10
|
+
export * from './lib/strings/index.js';
|
|
11
|
+
export * from './lib/url/index.js';
|
|
12
|
+
export * from './lib/object.utils.js';
|
|
13
|
+
export * from './lib/constants/index.js';
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,EAAG,eAAwB,CAAC;AACvD,eAAO,MAAM,oBAAoB,EAAG,YAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/constants/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG,eAAwB,CAAC;AACvD,MAAM,CAAC,MAAM,oBAAoB,GAAG,YAAqB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare function getProp<T>(obj: {
|
|
2
|
+
[key: string]: unknown;
|
|
3
|
+
} | undefined, prop: string, defaultValue: T): T;
|
|
4
|
+
/**
|
|
5
|
+
* @method reduceToObject - goes one to two levels into source to collect attribute
|
|
6
|
+
* @param props - array of strings; can use dot notation for two level lookup
|
|
7
|
+
* @param src - source of attributes to check
|
|
8
|
+
*/
|
|
9
|
+
declare function reduceToObject(props: string[], src: Record<string, unknown>): Record<string, string | number | null>;
|
|
10
|
+
/**
|
|
11
|
+
* @method reduceToString - goes one level into source to collect attribute
|
|
12
|
+
* @param props - array of strings
|
|
13
|
+
* @param src - source of attributes to check
|
|
14
|
+
*/
|
|
15
|
+
declare function reduceToString(props: string[], src: Record<string, {
|
|
16
|
+
filename: string;
|
|
17
|
+
}>): string;
|
|
18
|
+
export { getProp, reduceToObject, reduceToString };
|
|
19
|
+
//# sourceMappingURL=object.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.utils.d.ts","sourceRoot":"","sources":["../../../src/lib/object.utils.ts"],"names":[],"mappings":"AAUA,iBAAS,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,GAAG,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,CAAC,GAAG,CAAC,CAKjG;AAED;;;;GAIG;AACH,iBAAS,cAAc,CACrB,KAAK,EAAE,MAAM,EAAE,EACf,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC3B,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,CAgBxC;AAED;;;;GAIG;AACH,iBAAS,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,MAAM,CAK1F;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @forgerock/ping-javascript-sdk
|
|
3
|
+
*
|
|
4
|
+
* object.utils.ts
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) 2020 - 2025 Ping Identity Corporation. All rights reserved.
|
|
7
|
+
* This software may be modified and distributed under the terms
|
|
8
|
+
* of the MIT license. See the LICENSE file for details.
|
|
9
|
+
*/
|
|
10
|
+
function getProp(obj, prop, defaultValue) {
|
|
11
|
+
if (!obj || obj[prop] === undefined) {
|
|
12
|
+
return defaultValue;
|
|
13
|
+
}
|
|
14
|
+
return obj[prop];
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @method reduceToObject - goes one to two levels into source to collect attribute
|
|
18
|
+
* @param props - array of strings; can use dot notation for two level lookup
|
|
19
|
+
* @param src - source of attributes to check
|
|
20
|
+
*/
|
|
21
|
+
function reduceToObject(props, src) {
|
|
22
|
+
return props.reduce((prev, curr) => {
|
|
23
|
+
if (curr.includes('.')) {
|
|
24
|
+
const propArr = curr.split('.');
|
|
25
|
+
const prop1 = propArr[0];
|
|
26
|
+
const prop2 = propArr[1];
|
|
27
|
+
const prop = src[prop1]?.[prop2];
|
|
28
|
+
prev[prop2] = prop != undefined ? prop : '';
|
|
29
|
+
}
|
|
30
|
+
else {
|
|
31
|
+
prev[curr] = src[curr] != undefined ? src[curr] : null;
|
|
32
|
+
}
|
|
33
|
+
return prev;
|
|
34
|
+
}, {});
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* @method reduceToString - goes one level into source to collect attribute
|
|
38
|
+
* @param props - array of strings
|
|
39
|
+
* @param src - source of attributes to check
|
|
40
|
+
*/
|
|
41
|
+
function reduceToString(props, src) {
|
|
42
|
+
return props.reduce((prev, curr) => {
|
|
43
|
+
prev = `${prev}${src[curr].filename};`;
|
|
44
|
+
return prev;
|
|
45
|
+
}, '');
|
|
46
|
+
}
|
|
47
|
+
export { getProp, reduceToObject, reduceToString };
|
|
48
|
+
//# sourceMappingURL=object.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.utils.js","sourceRoot":"","sources":["../../../src/lib/object.utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,SAAS,OAAO,CAAI,GAA2C,EAAE,IAAY,EAAE,YAAe;IAC5F,IAAI,CAAC,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,KAAK,SAAS,EAAE,CAAC;QACpC,OAAO,YAAY,CAAC;IACtB,CAAC;IACD,OAAO,GAAG,CAAC,IAAI,CAAM,CAAC;AACxB,CAAC;AAED;;;;GAIG;AACH,SAAS,cAAc,CACrB,KAAe,EACf,GAA4B;IAE5B,OAAO,KAAK,CAAC,MAAM,CACjB,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE;QACb,IAAI,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;YACvB,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAChC,MAAM,KAAK,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;YACzB,MAAM,KAAK,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;YACzB,MAAM,IAAI,GAAI,GAAG,CAAC,KAAK,CAA6B,EAAE,CAAC,KAAK,CAAC,CAAC;YAC9D,IAAI,CAAC,KAAK,CAAC,GAAG,IAAI,IAAI,SAAS,CAAC,CAAC,CAAE,IAA+B,CAAC,CAAC,CAAC,EAAE,CAAC;QAC1E,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,IAAI,CAAC,IAAI,SAAS,CAAC,CAAC,CAAE,GAAG,CAAC,IAAI,CAA4B,CAAC,CAAC,CAAC,IAAI,CAAC;QACrF,CAAC;QACD,OAAO,IAAI,CAAC;IACd,CAAC,EACD,EAA4C,CAC7C,CAAC;AACJ,CAAC;AAED;;;;GAIG;AACH,SAAS,cAAc,CAAC,KAAe,EAAE,GAAyC;IAChF,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE;QACjC,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,GAAG,CAAC;QACvC,OAAO,IAAI,CAAC;IACd,CAAC,EAAE,EAAE,CAAC,CAAC;AACT,CAAC;AAED,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/oidc/index.ts"],"names":[],"mappings":"AAOA,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2025 Ping Identity Corporation. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This software may be modified and distributed under the terms
|
|
5
|
+
* of the MIT license. See the LICENSE file for details.
|
|
6
|
+
*/
|
|
7
|
+
export * from './pkce.utils.js';
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/oidc/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Helper functions for generating verifier, challenge and state strings used for
|
|
3
|
+
* Proof Key for Code Exchange (PKCE).
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* Creates a random string.
|
|
7
|
+
*
|
|
8
|
+
* @param size The number for entropy (default: 32)
|
|
9
|
+
*/
|
|
10
|
+
export declare function createRandomString(num?: number): string;
|
|
11
|
+
/**
|
|
12
|
+
* Creates a random state.
|
|
13
|
+
*/
|
|
14
|
+
export declare function createState(): string;
|
|
15
|
+
/**
|
|
16
|
+
* Creates a random verifier.
|
|
17
|
+
*/
|
|
18
|
+
export declare function createVerifier(): string;
|
|
19
|
+
/**
|
|
20
|
+
* Creates a SHA-256 hash of the verifier.
|
|
21
|
+
*
|
|
22
|
+
* @param verifier The verifier to hash
|
|
23
|
+
*/
|
|
24
|
+
export declare function createChallenge(verifier: string): Promise<string>;
|
|
25
|
+
//# sourceMappingURL=pkce.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pkce.utils.d.ts","sourceRoot":"","sources":["../../../../src/lib/oidc/pkce.utils.ts"],"names":[],"mappings":"AASA;;;GAGG;AAEH;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,GAAG,SAAK,UAG1C;AAED;;GAEG;AACH,wBAAgB,WAAW,WAE1B;AAED;;GAEG;AACH,wBAAgB,cAAc,WAE7B;AAED;;;;GAIG;AACH,wBAAsB,eAAe,CAAC,QAAQ,EAAE,MAAM,mBAWrD"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Copyright © 2025 Ping Identity Corporation. All right reserved.
|
|
4
|
+
*
|
|
5
|
+
* This software may be modified and distributed under the terms
|
|
6
|
+
* of the MIT license. See the LICENSE file for details.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Helper functions for generating verifier, challenge and state strings used for
|
|
11
|
+
* Proof Key for Code Exchange (PKCE).
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* Creates a random string.
|
|
15
|
+
*
|
|
16
|
+
* @param size The number for entropy (default: 32)
|
|
17
|
+
*/
|
|
18
|
+
export function createRandomString(num = 32) {
|
|
19
|
+
const random = crypto.getRandomValues(new Uint8Array(num));
|
|
20
|
+
return btoa(random.join('')).replace(/[^a-zA-Z0-9]+/, '');
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Creates a random state.
|
|
24
|
+
*/
|
|
25
|
+
export function createState() {
|
|
26
|
+
return createRandomString(16);
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Creates a random verifier.
|
|
30
|
+
*/
|
|
31
|
+
export function createVerifier() {
|
|
32
|
+
return createRandomString(32);
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Creates a SHA-256 hash of the verifier.
|
|
36
|
+
*
|
|
37
|
+
* @param verifier The verifier to hash
|
|
38
|
+
*/
|
|
39
|
+
export async function createChallenge(verifier) {
|
|
40
|
+
// Create a SHA-256 hash of the specified string
|
|
41
|
+
const uint8Array = new TextEncoder().encode(verifier);
|
|
42
|
+
const arrayBuffer = await crypto.subtle.digest('SHA-256', uint8Array);
|
|
43
|
+
const charCodeArray = Array.from(new Uint8Array(arrayBuffer));
|
|
44
|
+
// Create a base64 encoded, URL-friendly version of the char code array
|
|
45
|
+
return btoa(String.fromCharCode(...charCodeArray))
|
|
46
|
+
.replace(/\+/g, '-')
|
|
47
|
+
.replace(/\//g, '_')
|
|
48
|
+
.replace(/=/g, '');
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=pkce.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pkce.utils.js","sourceRoot":"","sources":["../../../../src/lib/oidc/pkce.utils.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH;;;GAGG;AAEH;;;;GAIG;AACH,MAAM,UAAU,kBAAkB,CAAC,GAAG,GAAG,EAAE;IACzC,MAAM,MAAM,GAAG,MAAM,CAAC,eAAe,CAAC,IAAI,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3D,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC;AAC5D,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,WAAW;IACzB,OAAO,kBAAkB,CAAC,EAAE,CAAC,CAAC;AAChC,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,cAAc;IAC5B,OAAO,kBAAkB,CAAC,EAAE,CAAC,CAAC;AAChC,CAAC;AAED;;;;GAIG;AACH,MAAM,CAAC,KAAK,UAAU,eAAe,CAAC,QAAgB;IACpD,gDAAgD;IAChD,MAAM,UAAU,GAAG,IAAI,WAAW,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;IACtD,MAAM,WAAW,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;IACtE,MAAM,aAAa,GAAG,KAAK,CAAC,IAAI,CAAC,IAAI,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC;IAE9D,uEAAuE;IACvE,OAAO,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,GAAG,aAAa,CAAC,CAAC;SAC/C,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC;SACnB,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC;SACnB,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;AACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/strings/index.ts"],"names":[],"mappings":"AAOA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2025 Ping Identity Corporation. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This software may be modified and distributed under the terms
|
|
5
|
+
* of the MIT license. See the LICENSE file for details.
|
|
6
|
+
*/
|
|
7
|
+
export * from './strings.utils.js';
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/strings/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strings.utils.d.ts","sourceRoot":"","sources":["../../../../src/lib/strings/strings.utils.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,wBAAgB,MAAM,CAAC,CAAC,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAKnF"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @forgerock/ping-javascript-sdk
|
|
3
|
+
*
|
|
4
|
+
* strings.ts
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) 2020 - 2025 Ping Identity Corporation. All rights reserved.
|
|
7
|
+
* This software may be modified and distributed under the terms
|
|
8
|
+
* of the MIT license. See the LICENSE file for details.
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* @module
|
|
12
|
+
* @ignore
|
|
13
|
+
* These are private utility functions
|
|
14
|
+
*/
|
|
15
|
+
export function plural(n, singularText, pluralText) {
|
|
16
|
+
if (n === 1) {
|
|
17
|
+
return singularText;
|
|
18
|
+
}
|
|
19
|
+
return pluralText !== undefined ? pluralText : singularText + 's';
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=strings.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strings.utils.js","sourceRoot":"","sources":["../../../../src/lib/strings/strings.utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;;GAIG;AACH,MAAM,UAAU,MAAM,CAAC,CAAS,EAAE,YAAoB,EAAE,UAAmB;IACzE,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;QACZ,OAAO,YAAY,CAAC;IACtB,CAAC;IACD,OAAO,UAAU,KAAK,SAAS,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,GAAG,GAAG,CAAC;AACpE,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export type ConfigurablePaths = keyof CustomPathConfig;
|
|
2
|
+
/**
|
|
3
|
+
* Optional configuration for custom paths for actions
|
|
4
|
+
*/
|
|
5
|
+
export interface CustomPathConfig {
|
|
6
|
+
authenticate?: string;
|
|
7
|
+
authorize?: string;
|
|
8
|
+
accessToken?: string;
|
|
9
|
+
endSession?: string;
|
|
10
|
+
userInfo?: string;
|
|
11
|
+
revoke?: string;
|
|
12
|
+
sessions?: string;
|
|
13
|
+
}
|
|
14
|
+
/** ****************************************************************
|
|
15
|
+
* @param {ConfigurablePaths} endpoint - The endpoint to get the path for
|
|
16
|
+
* @param {string} realmPath - The realm path
|
|
17
|
+
* @param {CustomPathConfig} customPaths - The custom paths
|
|
18
|
+
*/
|
|
19
|
+
export interface GetEndpointPathParams {
|
|
20
|
+
endpoint: ConfigurablePaths;
|
|
21
|
+
realmPath?: string;
|
|
22
|
+
customPaths?: CustomPathConfig;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=am-url.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"am-url.types.d.ts","sourceRoot":"","sources":["../../../../src/lib/url/am-url.types.ts"],"names":[],"mappings":"AASA,MAAM,MAAM,iBAAiB,GAAG,MAAM,gBAAgB,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAChC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Copyright © 2025 Ping Identity Corporation. All right reserved.
|
|
4
|
+
*
|
|
5
|
+
* This software may be modified and distributed under the terms
|
|
6
|
+
* of the MIT license. See the LICENSE file for details.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=am-url.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"am-url.types.js","sourceRoot":"","sources":["../../../../src/lib/url/am-url.types.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { GetEndpointPathParams } from './am-url.types.js';
|
|
2
|
+
/** ****************************************************************
|
|
3
|
+
* @function getRealmUrlPath - Get the realm URL path
|
|
4
|
+
* @param {string} realmPath - The realm path
|
|
5
|
+
* @returns {string} - The realm URL path
|
|
6
|
+
*/
|
|
7
|
+
export declare function getRealmUrlPath(realmPath?: string): string;
|
|
8
|
+
/** ****************************************************************
|
|
9
|
+
* @function getEndpointPath - Get the endpoint path
|
|
10
|
+
* @param {GetEndpointPathParams} - The endpoint, realm path, and custom paths params
|
|
11
|
+
* @returns {string} - The endpoint path
|
|
12
|
+
*/
|
|
13
|
+
export declare function getEndpointPath({ endpoint, realmPath, customPaths, }: GetEndpointPathParams): string;
|
|
14
|
+
//# sourceMappingURL=am-url.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"am-url.utils.d.ts","sourceRoot":"","sources":["../../../../src/lib/url/am-url.utils.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mBAAmB,CAAC;AAE/D;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAe1D;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,EAC9B,QAAQ,EACR,SAAS,EACT,WAAW,GACZ,EAAE,qBAAqB,GAAG,MAAM,CAgBhC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Copyright © 2025 Ping Identity Corporation. All right reserved.
|
|
4
|
+
*
|
|
5
|
+
* This software may be modified and distributed under the terms
|
|
6
|
+
* of the MIT license. See the LICENSE file for details.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
/** ****************************************************************
|
|
10
|
+
* @function getRealmUrlPath - Get the realm URL path
|
|
11
|
+
* @param {string} realmPath - The realm path
|
|
12
|
+
* @returns {string} - The realm URL path
|
|
13
|
+
*/
|
|
14
|
+
export function getRealmUrlPath(realmPath) {
|
|
15
|
+
// Split the path and scrub segments
|
|
16
|
+
const names = (realmPath || '')
|
|
17
|
+
.split('/')
|
|
18
|
+
.map((x) => x.trim())
|
|
19
|
+
.filter((x) => x !== '');
|
|
20
|
+
// Ensure 'root' is the first realm
|
|
21
|
+
if (names[0] !== 'root') {
|
|
22
|
+
names.unshift('root');
|
|
23
|
+
}
|
|
24
|
+
// Concatenate into a URL path
|
|
25
|
+
const urlPath = names.map((x) => `realms/${x}`).join('/');
|
|
26
|
+
return urlPath;
|
|
27
|
+
}
|
|
28
|
+
/** ****************************************************************
|
|
29
|
+
* @function getEndpointPath - Get the endpoint path
|
|
30
|
+
* @param {GetEndpointPathParams} - The endpoint, realm path, and custom paths params
|
|
31
|
+
* @returns {string} - The endpoint path
|
|
32
|
+
*/
|
|
33
|
+
export function getEndpointPath({ endpoint, realmPath, customPaths, }) {
|
|
34
|
+
const realmUrlPath = getRealmUrlPath(realmPath);
|
|
35
|
+
const defaultPaths = {
|
|
36
|
+
authenticate: `json/${realmUrlPath}/authenticate`,
|
|
37
|
+
authorize: `oauth2/${realmUrlPath}/authorize`,
|
|
38
|
+
accessToken: `oauth2/${realmUrlPath}/access_token`,
|
|
39
|
+
endSession: `oauth2/${realmUrlPath}/connect/endSession`,
|
|
40
|
+
userInfo: `oauth2/${realmUrlPath}/userinfo`,
|
|
41
|
+
revoke: `oauth2/${realmUrlPath}/token/revoke`,
|
|
42
|
+
sessions: `json/${realmUrlPath}/sessions/`,
|
|
43
|
+
};
|
|
44
|
+
if (customPaths && customPaths[endpoint]) {
|
|
45
|
+
return customPaths[endpoint];
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
return defaultPaths[endpoint];
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=am-url.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"am-url.utils.js","sourceRoot":"","sources":["../../../../src/lib/url/am-url.utils.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,SAAkB;IAChD,oCAAoC;IACpC,MAAM,KAAK,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC;SAC5B,KAAK,CAAC,GAAG,CAAC;SACV,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;SACpB,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC;IAE3B,mCAAmC;IACnC,IAAI,KAAK,CAAC,CAAC,CAAC,KAAK,MAAM,EAAE,CAAC;QACxB,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IACxB,CAAC;IAED,8BAA8B;IAC9B,MAAM,OAAO,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC1D,OAAO,OAAO,CAAC;AACjB,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,EAC9B,QAAQ,EACR,SAAS,EACT,WAAW,GACW;IACtB,MAAM,YAAY,GAAG,eAAe,CAAC,SAAS,CAAC,CAAC;IAChD,MAAM,YAAY,GAAG;QACnB,YAAY,EAAE,QAAQ,YAAY,eAAe;QACjD,SAAS,EAAE,UAAU,YAAY,YAAY;QAC7C,WAAW,EAAE,UAAU,YAAY,eAAe;QAClD,UAAU,EAAE,UAAU,YAAY,qBAAqB;QACvD,QAAQ,EAAE,UAAU,YAAY,WAAW;QAC3C,MAAM,EAAE,UAAU,YAAY,eAAe;QAC7C,QAAQ,EAAE,QAAQ,YAAY,YAAY;KAC3C,CAAC;IACF,IAAI,WAAW,IAAI,WAAW,CAAC,QAAQ,CAAC,EAAE,CAAC;QACzC,OAAO,WAAW,CAAC,QAAQ,CAAC,CAAC;IAC/B,CAAC;SAAM,CAAC;QACN,OAAO,YAAY,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/url/index.ts"],"names":[],"mappings":"AAOA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2025 Ping Identity Corporation. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* This software may be modified and distributed under the terms
|
|
5
|
+
* of the MIT license. See the LICENSE file for details.
|
|
6
|
+
*/
|
|
7
|
+
export * from './am-url.utils.js';
|
|
8
|
+
export * from './url.utils.js';
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/url/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns the base URL including protocol, hostname and any non-standard port.
|
|
3
|
+
* The returned URL does not include a trailing slash.
|
|
4
|
+
*/
|
|
5
|
+
declare function getBaseUrl(url: URL): string;
|
|
6
|
+
declare function resolve(baseUrl: string, path: string): string;
|
|
7
|
+
declare function parseQuery(fullUrl: string): Record<string, string>;
|
|
8
|
+
declare function stringify(data: Record<string, string | undefined>): string;
|
|
9
|
+
export { getBaseUrl, parseQuery, resolve, stringify };
|
|
10
|
+
//# sourceMappingURL=url.utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url.utils.d.ts","sourceRoot":"","sources":["../../../../src/lib/url/url.utils.ts"],"names":[],"mappings":"AAUA;;;GAGG;AACH,iBAAS,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,CAcpC;AAED,iBAAS,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAYtD;AAED,iBAAS,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAK3D;AAED,iBAAS,SAAS,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,MAAM,CAQnE;AAED,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @forgerock/ping-javascript-sdk
|
|
3
|
+
*
|
|
4
|
+
* url.ts
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) 2020 - 2025 Ping Identity Corporation. All rights reserved.
|
|
7
|
+
* This software may be modified and distributed under the terms
|
|
8
|
+
* of the MIT license. See the LICENSE file for details.
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Returns the base URL including protocol, hostname and any non-standard port.
|
|
12
|
+
* The returned URL does not include a trailing slash.
|
|
13
|
+
*/
|
|
14
|
+
function getBaseUrl(url) {
|
|
15
|
+
const isNonStandardPort = (url.protocol === 'http:' && ['', '80'].indexOf(url.port) === -1) ||
|
|
16
|
+
(url.protocol === 'https:' && ['', '443'].indexOf(url.port) === -1);
|
|
17
|
+
const port = isNonStandardPort ? `:${url.port}` : '';
|
|
18
|
+
let hostname = url.hostname;
|
|
19
|
+
// Detect IPv6 hostnames and wrap them in square brackets
|
|
20
|
+
if (hostname.includes(':') && !hostname.startsWith('[') && !hostname.endsWith(']')) {
|
|
21
|
+
hostname = `[${hostname}]`;
|
|
22
|
+
}
|
|
23
|
+
const baseUrl = `${url.protocol}//${hostname}${port}`;
|
|
24
|
+
return baseUrl;
|
|
25
|
+
}
|
|
26
|
+
function resolve(baseUrl, path) {
|
|
27
|
+
const url = new URL(baseUrl);
|
|
28
|
+
if (path.startsWith('/')) {
|
|
29
|
+
return `${getBaseUrl(url)}${path}`;
|
|
30
|
+
}
|
|
31
|
+
const basePath = url.pathname.split('/');
|
|
32
|
+
const destPath = path.split('/').filter((x) => !!x);
|
|
33
|
+
const newPath = [...basePath.slice(0, -1), ...destPath].join('/');
|
|
34
|
+
return `${getBaseUrl(url)}${newPath}`;
|
|
35
|
+
}
|
|
36
|
+
function parseQuery(fullUrl) {
|
|
37
|
+
const url = new URL(fullUrl);
|
|
38
|
+
const query = {};
|
|
39
|
+
url.searchParams.forEach((v, k) => (query[k] = v));
|
|
40
|
+
return query;
|
|
41
|
+
}
|
|
42
|
+
function stringify(data) {
|
|
43
|
+
const pairs = [];
|
|
44
|
+
for (const k in data) {
|
|
45
|
+
if (data[k]) {
|
|
46
|
+
pairs.push(k + '=' + encodeURIComponent(data[k]));
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
return pairs.join('&');
|
|
50
|
+
}
|
|
51
|
+
export { getBaseUrl, parseQuery, resolve, stringify };
|
|
52
|
+
//# sourceMappingURL=url.utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"url.utils.js","sourceRoot":"","sources":["../../../../src/lib/url/url.utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH;;;GAGG;AACH,SAAS,UAAU,CAAC,GAAQ;IAC1B,MAAM,iBAAiB,GACrB,CAAC,GAAG,CAAC,QAAQ,KAAK,OAAO,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;QACjE,CAAC,GAAG,CAAC,QAAQ,KAAK,QAAQ,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACtE,MAAM,IAAI,GAAG,iBAAiB,CAAC,CAAC,CAAC,IAAI,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;IAErD,IAAI,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC;IAC5B,yDAAyD;IACzD,IAAI,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,CAAC;QACnF,QAAQ,GAAG,IAAI,QAAQ,GAAG,CAAC;IAC7B,CAAC;IAED,MAAM,OAAO,GAAG,GAAG,GAAG,CAAC,QAAQ,KAAK,QAAQ,GAAG,IAAI,EAAE,CAAC;IACtD,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,SAAS,OAAO,CAAC,OAAe,EAAE,IAAY;IAC5C,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC;IAE7B,IAAI,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC;QACzB,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC;IACrC,CAAC;IAED,MAAM,QAAQ,GAAG,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACzC,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACpD,MAAM,OAAO,GAAG,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAElE,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC,GAAG,OAAO,EAAE,CAAC;AACxC,CAAC;AAED,SAAS,UAAU,CAAC,OAAe;IACjC,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC;IAC7B,MAAM,KAAK,GAA2B,EAAE,CAAC;IACzC,GAAG,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IACnD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,SAAS,SAAS,CAAC,IAAwC;IACzD,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,KAAK,MAAM,CAAC,IAAI,IAAI,EAAE,CAAC;QACrB,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC;YACZ,KAAK,CAAC,IAAI,CAAC,CAAC,GAAG,GAAG,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC,CAAW,CAAC,CAAC,CAAC;QAC9D,CAAC;IACH,CAAC;IACD,OAAO,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AACzB,CAAC;AAED,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AASA,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Copyright © 2025 Ping Identity Corporation. All right reserved.
|
|
4
|
+
*
|
|
5
|
+
* This software may be modified and distributed under the terms
|
|
6
|
+
* of the MIT license. See the LICENSE file for details.
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
export * from './lib/url/am-url.types.js';
|
|
10
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"fileNames":["../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.float16.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/lib/oidc/pkce.utils.ts","../src/lib/oidc/index.ts","../src/lib/strings/strings.utils.ts","../src/lib/strings/index.ts","../src/lib/url/am-url.types.ts","../src/lib/url/am-url.utils.ts","../src/lib/url/url.utils.ts","../src/lib/url/index.ts","../src/lib/object.utils.ts","../src/lib/constants/index.ts","../src/index.ts","../src/types.ts","../../../node_modules/.pnpm/@types+estree@1.0.8/node_modules/@types/estree/index.d.ts","../../../node_modules/.pnpm/@types+json-schema@7.0.15/node_modules/@types/json-schema/index.d.ts","../../../node_modules/.pnpm/@types+eslint@9.6.1/node_modules/@types/eslint/use-at-your-own-risk.d.ts","../../../node_modules/.pnpm/@types+eslint@9.6.1/node_modules/@types/eslint/index.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/web-globals/crypto.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/utility.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/client-stats.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/h2c-client.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-call-history.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/snapshot-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cache-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@7.16.0/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/web-globals/streams.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@24.9.2/node_modules/@types/node/index.d.ts","../../../node_modules/.pnpm/@types+send@1.2.1/node_modules/@types/send/index.d.ts","../../../node_modules/.pnpm/@types+qs@6.14.0/node_modules/@types/qs/index.d.ts","../../../node_modules/.pnpm/@types+range-parser@1.2.7/node_modules/@types/range-parser/index.d.ts","../../../node_modules/.pnpm/@types+express-serve-static-core@5.1.0/node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/.pnpm/@types+http-errors@2.0.5/node_modules/@types/http-errors/index.d.ts","../../../node_modules/.pnpm/@types+mime@1.3.5/node_modules/@types/mime/index.d.ts","../../../node_modules/.pnpm/@types+send@0.17.6/node_modules/@types/send/index.d.ts","../../../node_modules/.pnpm/@types+serve-static@1.15.10/node_modules/@types/serve-static/index.d.ts","../../../node_modules/.pnpm/@types+connect@3.4.38/node_modules/@types/connect/index.d.ts","../../../node_modules/.pnpm/@types+body-parser@1.19.6/node_modules/@types/body-parser/index.d.ts","../../../node_modules/.pnpm/@types+express@5.0.5/node_modules/@types/express/index.d.ts"],"fileIdsList":[[80,135,149,152,153,185,194],[80,135,149,152,153,185],[74,75,76,80,135,152,153],[77,80,135,152,153],[80,135,152,153],[80,135,146,149,152,153,185,186,187,188],[80,135,152,153,189,193,195],[80,132,133,135,152,153],[80,134,135,152,153],[135,152,153],[80,135,140,152,153,170],[80,135,136,141,146,152,153,155,167,178],[80,135,136,137,146,152,153,155],[80,135,138,152,153,179],[80,135,139,140,147,152,153,156],[80,135,140,152,153,167,175],[80,135,141,143,146,152,153,155],[80,134,135,142,152,153],[80,135,143,144,152,153],[80,135,145,146,152,153],[80,134,135,146,152,153],[80,135,146,147,148,152,153,167,178],[80,135,146,147,148,152,153,162,167,170],[80,127,135,143,146,149,152,153,155,167,178],[80,135,146,147,149,150,152,153,155,167,175,178],[80,135,149,151,152,153,167,175,178],[78,79,80,81,82,83,84,85,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,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],[80,135,146,152,153],[80,135,152,153,154,178],[80,135,143,146,152,153,155,167],[80,135,152,153,156],[80,135,152,153,157],[80,134,135,152,153,158],[80,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,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],[80,135,152,153,160],[80,135,152,153,161],[80,135,146,152,153,162,163],[80,135,152,153,162,164,179,181],[80,135,147,152,153],[80,135,146,152,153,167,168,170],[80,135,152,153,169,170],[80,135,152,153,167,168],[80,135,152,153,170],[80,135,152,153,171],[80,132,135,152,153,167,172],[80,135,146,152,153,173,174],[80,135,152,153,173,174],[80,135,140,152,153,155,167,175],[80,135,152,153,176],[80,135,152,153,155,177],[80,135,149,152,153,161,178],[80,135,140,152,153,179],[80,135,152,153,167,180],[80,135,152,153,154,181],[80,135,152,153,182],[80,135,140,152,153],[80,127,135,152,153],[80,135,152,153,183],[80,127,135,146,148,152,153,158,167,170,178,180,181,183],[80,135,152,153,167,184],[80,135,147,152,153,167,185,191],[80,135,147,152,153,167,185],[80,135,149,152,153,185,190,192],[80,93,96,99,100,135,152,153,178],[80,96,135,152,153,167,178],[80,96,100,135,152,153,178],[80,135,152,153,167],[80,90,135,152,153],[80,94,135,152,153],[80,92,93,96,135,152,153,178],[80,135,152,153,155,175],[80,135,152,153,185],[80,90,135,152,153,185],[80,92,96,135,152,153,155,178],[80,87,88,89,91,95,135,146,152,153,167,178],[80,96,104,112,135,152,153],[80,88,94,135,152,153],[80,96,121,122,135,152,153],[80,88,91,96,135,152,153,170,178,185],[80,96,135,152,153],[80,92,96,135,152,153,178],[80,87,135,152,153],[80,90,91,92,94,95,96,97,98,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,122,123,124,125,126,135,152,153],[80,96,114,117,135,143,152,153],[80,96,104,105,106,135,152,153],[80,94,96,105,107,135,152,153],[80,95,135,152,153],[80,88,90,96,135,152,153],[80,96,100,105,107,135,152,153],[80,100,135,152,153],[80,94,96,99,135,152,153,178],[80,88,92,96,104,135,152,153],[80,96,114,135,152,153],[80,107,135,152,153],[80,90,96,121,135,152,153,170,183,185],[63,65,69,70,71,80,135,152,153],[62,80,135,152,153],[64,80,135,152,153],[66,80,135,152,153],[67,68,80,135,152,153]],"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":"092c2bfe125ce69dbb1223c85d68d4d2397d7d8411867b5cc03cec902c233763","affectsGlobalScope":true,"impliedFormat":1},{"version":"07f073f19d67f74d732b1adea08e1dc66b1b58d77cb5b43931dee3d798a2fd53","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":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"4245fee526a7d1754529d19227ecbf3be066ff79ebb6a380d78e41648f2f224d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"dcc9eab4903e9f8b08f2b401d4bbadfe05f760ca57479b37500ad1dfa2f423f7","signature":"57b8d638a6e71f77e1494069d731d5b8b47c9cdb07394758791035d91b057af1","impliedFormat":99},{"version":"6cd7a57631b1a80ef3ad53d3f17b1f3cde6a01b1333e43ef0a9fdbc0b9468411","signature":"369ef9efa84b07129ad5c383895d08a1694e3be04077afacaa27fa4365b5239c","impliedFormat":99},{"version":"06abca2e4e239ba7d80f8cf6e10c5c9f0a9f2e51b1ecd2afdc9d9e1ea4613c88","signature":"e448e8913247a709bf12f7f8b6617de09dfbb5abbc883764b723f4e51769e6f5","impliedFormat":99},{"version":"92a77007dc38626f9379fa87673f43fe984f11369c56c400fbcf0ef5ea37fe59","signature":"7bdee8931a1dff41c645db7305fb38a9c8aacc2d786ca2eca8ec56d4708898ff","impliedFormat":99},{"version":"03e0f11359424f26be5631ad478508024213d727b0e3ed123bc99f641a976d1f","signature":"4d695a7e24e9ce8da1856986d86c23a793c4de7cd432499430f175f14a419557","impliedFormat":99},{"version":"6cd2ac088ef0e382472d1c62e88d2973c5421643fe25795aa742856788145c1a","signature":"fecee30231c0f3f557dbda8e0902e961e9d8dc67a07050e887f6e85c7db588d3","impliedFormat":99},{"version":"da44bcf3fd4269924ee4456ed71a50b79e2d25bdbf0bc2dd790145224ae2772f","signature":"0a53ce43806d66930aea85dcac2274f059092c76281309b5dc792686441148fa","impliedFormat":99},{"version":"dbcafaa314a5130fd97397ec068fe491161c603952bfeb7792dac6f1f2389c29","signature":"cb02c20591f254f457d3174c2b38d73bfdb9ac9f00253c6af84c61f277e918b6","impliedFormat":99},{"version":"973295d5686f9a5895d09e3375f261b7033d61c6f7b1e1eae713bf19bd3a5adb","signature":"92a8ddaab668d65353dd817a4d1007ef4b4ccbd3d8159de3f44e9df0fad4de94","impliedFormat":99},{"version":"d96d078e9579073c09b2a2c366c95c099e965566981604bc90b9c6c1c281acd3","signature":"1679e1caeb48e18b3025809c1bd1e96307071c49b8278f807504fe5672f42a06","impliedFormat":99},{"version":"8a3ecb0b3b2e07cab10c975c036aa7eb27686cd3e93f7f39db42461e542be7f0","signature":"d79d464d786550d06f2e41eb2115e2eae78a31bfc5c6dbaf30da11a1ef722550","impliedFormat":99},{"version":"434cadb9a0e9bc20a487e6d9b13a479dae7a9ef693a4337a720301ab96c58d65","signature":"275769a226f4ff7adf5260bf447644321fb4e89588441b5e33d7bd2e405a5cb5","impliedFormat":99},{"version":"151ff381ef9ff8da2da9b9663ebf657eac35c4c9a19183420c05728f31a6761d","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"a4a39b5714adfcadd3bbea6698ca2e942606d833bde62ad5fb6ec55f5e438ff8","impliedFormat":1},{"version":"bbc1d029093135d7d9bfa4b38cbf8761db505026cc458b5e9c8b74f4000e5e75","impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"378281aa35786c27d5811af7e6bcaa492eebd0c7013d48137c35bbc69a2b9751","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"1b2dd1cbeb0cc6ae20795958ba5950395ebb2849b7c8326853dd15530c77ab0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"387a023d363f755eb63450a66c28b14cdd7bc30a104565e2dbf0a8988bb4a56c","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"cdcf9ea426ad970f96ac930cd176d5c69c6c24eebd9fc580e1572d6c6a88f62c","impliedFormat":1},{"version":"23cd712e2ce083d68afe69224587438e5914b457b8acf87073c22494d706a3d0","impliedFormat":1},{"version":"487b694c3de27ddf4ad107d4007ad304d29effccf9800c8ae23c2093638d906a","impliedFormat":1},{"version":"3a80bc85f38526ca3b08007ee80712e7bb0601df178b23fbf0bf87036fce40ce","impliedFormat":1},{"version":"ccf4552357ce3c159ef75f0f0114e80401702228f1898bdc9402214c9499e8c0","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"68834d631c8838c715f225509cfc3927913b9cc7a4870460b5b60c8dbdb99baf","impliedFormat":1},{"version":"2931540c47ee0ff8a62860e61782eb17b155615db61e36986e54645ec67f67c2","impliedFormat":1},{"version":"ccab02f3920fc75c01174c47fcf67882a11daf16baf9e81701d0a94636e94556","impliedFormat":1},{"version":"f6faf5f74e4c4cc309a6c6a6c4da02dbb840be5d3e92905a23dcd7b2b0bd1986","impliedFormat":1},{"version":"ea6bc8de8b59f90a7a3960005fd01988f98fd0784e14bc6922dde2e93305ec7d","impliedFormat":1},{"version":"36107995674b29284a115e21a0618c4c2751b32a8766dd4cb3ba740308b16d59","impliedFormat":1},{"version":"914a0ae30d96d71915fc519ccb4efbf2b62c0ddfb3a3fc6129151076bc01dc60","impliedFormat":1},{"version":"33e981bf6376e939f99bd7f89abec757c64897d33c005036b9a10d9587d80187","impliedFormat":1},{"version":"7fd1b31fd35876b0aa650811c25ec2c97a3c6387e5473eb18004bed86cdd76b6","impliedFormat":1},{"version":"b41767d372275c154c7ea6c9d5449d9a741b8ce080f640155cc88ba1763e35b3","impliedFormat":1},{"version":"3bacf516d686d08682751a3bd2519ea3b8041a164bfb4f1d35728993e70a2426","impliedFormat":1},{"version":"7fb266686238369442bd1719bc0d7edd0199da4fb8540354e1ff7f16669b4323","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":"54c3e2371e3d016469ad959697fd257e5621e16296fa67082c2575d0bf8eced0","impliedFormat":1},{"version":"beb8233b2c220cfa0feea31fbe9218d89fa02faa81ef744be8dce5acb89bb1fd","impliedFormat":1},{"version":"c183b931b68ad184bc8e8372bf663f3d33304772fb482f29fb91b3c391031f3e","impliedFormat":1},{"version":"5d0375ca7310efb77e3ef18d068d53784faf62705e0ad04569597ae0e755c401","impliedFormat":1},{"version":"59af37caec41ecf7b2e76059c9672a49e682c1a2aa6f9d7dc78878f53aa284d6","impliedFormat":1},{"version":"addf417b9eb3f938fddf8d81e96393a165e4be0d4a8b6402292f9c634b1cb00d","impliedFormat":1},{"version":"48cc3ec153b50985fb95153258a710782b25975b10dd4ac8a4f3920632d10790","impliedFormat":1},{"version":"adf27937dba6af9f08a68c5b1d3fce0ca7d4b960c57e6d6c844e7d1a8e53adae","impliedFormat":1},{"version":"e1528ca65ac90f6fa0e4a247eb656b4263c470bb22d9033e466463e13395e599","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"866078923a56d026e39243b4392e282c1c63159723996fa89243140e1388a98d","impliedFormat":1},{"version":"830171b27c5fdf9bcbe4cf7d428fcf3ae2c67780fb7fbdccdf70d1623d938bc4","affectsGlobalScope":true,"impliedFormat":1},{"version":"1cf059eaf468efcc649f8cf6075d3cb98e9a35a0fe9c44419ec3d2f5428d7123","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d97fb21da858fb18b8ae72c314e9743fd52f73ebe2764e12af1db32fc03f853f","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ea15fd99b2e34cb25fe8346c955000bb70c8b423ae4377a972ef46bfb37f595","impliedFormat":1},{"version":"7cf69dd5502c41644c9e5106210b5da7144800670cbe861f66726fa209e231c4","impliedFormat":1},{"version":"72c1f5e0a28e473026074817561d1bc9647909cf253c8d56c41d1df8d95b85f7","impliedFormat":1},{"version":"f9b4137a0d285bd77dba2e6e895530112264310ae47e07bf311feae428fb8b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"8b21e13ed07d0df176ae31d6b7f01f7b17d66dbeb489c0d31d00de2ca14883da","impliedFormat":1},{"version":"51aecd2df90a3cffea1eb4696b33b2d78594ea2aa2138e6b9471ec4841c6c2ee","impliedFormat":1},{"version":"2c91d8366ff2506296191c26fd97cc1990bab3ee22576275d28b654a21261a44","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"f929f0b6b3421a2d34344b0f421f45aeb2c84ad365ebf29d04312023b3accc58","impliedFormat":1},{"version":"db9ada976f9e52e13f7ae8b9a320f4b67b87685938c5879187d8864b2fbe97f3","impliedFormat":1},{"version":"9f39e70a354d0fba29ac3cdf6eca00b7f9e96f64b2b2780c432e8ea27f133743","impliedFormat":1},{"version":"0dace96cc0f7bc6d0ee2044921bdf19fe42d16284dbcc8ae200800d1c9579335","impliedFormat":1},{"version":"a2e2bbde231b65c53c764c12313897ffdfb6c49183dd31823ee2405f2f7b5378","impliedFormat":1},{"version":"ad1cc0ed328f3f708771272021be61ab146b32ecf2b78f3224959ff1e2cd2a5c","impliedFormat":1},{"version":"c64e1888baaa3253ca4405b455e4bf44f76357868a1bd0a52998ade9a092ad78","affectsGlobalScope":true,"impliedFormat":1},{"version":"d8cf132379078d0974a59df26069689a2d33c7dc826b5be56231841cb2f32e58","impliedFormat":1},{"version":"fbf413fc617837453c878a9174a1f1b383616857a3f8366bc41cf30df4aea7d5","impliedFormat":1},{"version":"148c73ec11318850f571172ceae3e55ce479d850fe18ec8eae0abd99d9f6c319","impliedFormat":1},{"version":"230bdc111d7578276e4a3bb9d075d85c78c6b68f428c3a9935e2eaa10f4ae1f5","impliedFormat":1},{"version":"e8aabbee5e7b9101b03bb4222607d57f38859b8115a8050a4eb91b4ee43a3a73","impliedFormat":1},{"version":"bbf42f98a5819f4f06e18c8b669a994afe9a17fe520ae3454a195e6eabf7700d","impliedFormat":1},{"version":"c0bb1b65757c72bbf8ddf7eaa532223bacf58041ff16c883e76f45506596e925","impliedFormat":1},{"version":"c8b85f7aed29f8f52b813f800611406b0bfe5cf3224d20a4bdda7c7f73ce368e","affectsGlobalScope":true,"impliedFormat":1},{"version":"145dcf25fd4967c610c53d93d7bc4dce8fbb1b6dd7935362472d4ae49363c7ba","impliedFormat":1},{"version":"ff65b8a8bd380c6d129becc35de02f7c29ad7ce03300331ca91311fb4044d1a9","impliedFormat":1},{"version":"76957a6d92b94b9e2852cf527fea32ad2dc0ef50f67fe2b14bd027c9ceef2d86","impliedFormat":1},{"version":"9043daec15206650fa119bad6b8d70136021ea7d52673a71f79a87a42ee38d44","affectsGlobalScope":true,"impliedFormat":1},{"version":"8ba0db41ed773e152647a78e9053e36a747891db41d6a51c7030a0d0f01babb2","affectsGlobalScope":true,"impliedFormat":1},{"version":"a58a15da4c5ba3df60c910a043281256fa52d36a0fcdef9b9100c646282e88dd","impliedFormat":1},{"version":"b36beffbf8acdc3ebc58c8bb4b75574b31a2169869c70fc03f82895b93950a12","impliedFormat":1},{"version":"de263f0089aefbfd73c89562fb7254a7468b1f33b61839aafc3f035d60766cb4","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"8c81fd4a110490c43d7c578e8c6f69b3af01717189196899a6a44f93daa57a3a","impliedFormat":1},{"version":"5fb39858b2459864b139950a09adae4f38dad87c25bf572ce414f10e4bd7baab","impliedFormat":1},{"version":"28e3631087ecef78fef8efdb21d4d2509f776ef6f0d660ff605b5ee6a22ebb8c","impliedFormat":1},{"version":"b33b74b97952d9bf4fbd2951dcfbb5136656ddb310ce1c84518aaa77dbca9992","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"6b306cd4282bbb54d4a6bb23cfb7a271160983dfc38c67b5a132504cfcc34896","affectsGlobalScope":true,"impliedFormat":1},{"version":"c119835edf36415081dfd9ed15fc0cd37aaa28d232be029ad073f15f3d88c323","impliedFormat":1},{"version":"450172a56b944c2d83f45cc11c9a388ea967cd301a21202aa0a23c34c7506a18","impliedFormat":1},{"version":"9705cd157ffbb91c5cab48bdd2de5a437a372e63f870f8a8472e72ff634d47c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ae86f30d5d10e4f75ce8dcb6e1bd3a12ecec3d071a21e8f462c5c85c678efb41","impliedFormat":1},{"version":"72f8936aebf0c4a1adab767b97d34ba7d3a308afcf76de4417b9c16fb92ed548","impliedFormat":1},{"version":"e03460fe72b259f6d25ad029f085e4bedc3f90477da4401d8fbc1efa9793230e","impliedFormat":1},{"version":"4286a3a6619514fca656089aee160bb6f2e77f4dd53dc5a96b26a0b4fc778055","impliedFormat":1},{"version":"04aa8fb012abeecf5666b013c59ba01dca5aa0c28173cb5385bc88d4adeb8d64","affectsGlobalScope":true,"impliedFormat":1},{"version":"3585d6891e9ea18e07d0755a6d90d71331558ba5dc5561933553209f886db106","affectsGlobalScope":true,"impliedFormat":1},{"version":"86be71cbb0593468644932a6eb96d527cfa600cecfc0b698af5f52e51804451d","impliedFormat":1},{"version":"84dd6b0fd2505135692935599d6606f50a421389e8d4535194bcded307ee5cf2","impliedFormat":1},{"version":"0d5b085f36e6dc55bc6332ecb9c733be3a534958c238fb8d8d18d4a2b6f2a15a","impliedFormat":1},{"version":"db19ea066fdc5f97df3f769e582ae3000380ab7942e266654bdb1a4650d19eaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"2a034894bf28c220a331c7a0229d33564803abe2ac1b9a5feee91b6b9b6e88ea","impliedFormat":1},{"version":"d7e9ab1b0996639047c61c1e62f85c620e4382206b3abb430d9a21fb7bc23c77","impliedFormat":1},{"version":"d34aa8df2d0b18fb56b1d772ff9b3c7aea7256cf0d692f969be6e1d27b74d660","impliedFormat":1},{"version":"baac9896d29bcc55391d769e408ff400d61273d832dd500f21de766205255acb","impliedFormat":1},{"version":"2f5747b1508ccf83fad0c251ba1e5da2f5a30b78b09ffa1cfaf633045160afed","impliedFormat":1},{"version":"f429b61e369208ef7668ebf1dc63176e506fbfaea7b0ecc13d586a5839ebb071","affectsGlobalScope":true,"impliedFormat":1},{"version":"b71c603a539078a5e3a039b20f2b0a0d1708967530cf97dec8850a9ca45baa2b","impliedFormat":1},{"version":"d3f2d715f57df3f04bf7b16dde01dec10366f64fce44503c92b8f78f614c1769","impliedFormat":1},{"version":"cb90077223cc1365fa21ef0911a1f9b8f2f878943523d97350dc557973ca3823","impliedFormat":1},{"version":"18f1541b81b80d806120a3489af683edfb811deb91aeca19735d9bb2613e6311","impliedFormat":1},{"version":"104c67f0da1bdf0d94865419247e20eded83ce7f9911a1aa75fc675c077ca66e","impliedFormat":1},{"version":"cc0d0b339f31ce0ab3b7a5b714d8e578ce698f1e13d7f8c60bfb766baeb1d35c","impliedFormat":1},{"version":"8e04cf0688e0d921111659c2b55851957017148fa7b977b02727477d155b3c47","impliedFormat":1}],"root":[[62,73]],"options":{"composite":true,"declaration":true,"declarationMap":true,"module":199,"noImplicitOverride":true,"noUncheckedIndexedAccess":false,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9},"referencedMap":[[195,1],[194,2],[77,3],[76,4],[74,5],[189,6],[196,7],[190,5],[75,5],[191,5],[132,8],[133,8],[134,9],[80,10],[135,11],[136,12],[137,13],[78,5],[138,14],[139,15],[140,16],[141,17],[142,18],[143,19],[144,19],[145,20],[146,21],[147,22],[148,23],[81,5],[79,5],[149,24],[150,25],[151,26],[185,27],[152,28],[153,5],[154,29],[155,30],[156,31],[157,32],[158,33],[159,34],[160,35],[161,36],[162,37],[163,37],[164,38],[165,5],[166,39],[167,40],[169,41],[168,42],[170,43],[171,44],[172,45],[173,46],[174,47],[175,48],[176,49],[177,50],[178,51],[179,52],[180,53],[181,54],[182,55],[82,5],[83,56],[84,5],[85,5],[128,57],[129,58],[130,5],[131,43],[183,59],[184,60],[187,5],[188,5],[192,61],[186,62],[193,63],[86,5],[60,5],[61,5],[10,5],[11,5],[13,5],[12,5],[2,5],[14,5],[15,5],[16,5],[17,5],[18,5],[19,5],[20,5],[21,5],[3,5],[22,5],[23,5],[4,5],[24,5],[28,5],[25,5],[26,5],[27,5],[29,5],[30,5],[31,5],[5,5],[32,5],[33,5],[34,5],[35,5],[6,5],[39,5],[36,5],[37,5],[38,5],[40,5],[7,5],[41,5],[46,5],[47,5],[42,5],[43,5],[44,5],[45,5],[8,5],[51,5],[48,5],[49,5],[50,5],[52,5],[9,5],[53,5],[54,5],[55,5],[57,5],[56,5],[1,5],[58,5],[59,5],[104,64],[116,65],[102,66],[117,67],[126,68],[93,69],[94,70],[92,71],[125,72],[120,73],[124,74],[96,75],[113,76],[95,77],[123,78],[90,79],[91,73],[97,80],[98,5],[103,81],[101,80],[88,82],[127,83],[118,84],[107,85],[106,80],[108,86],[111,87],[105,88],[109,89],[121,72],[99,90],[100,91],[112,92],[89,67],[115,93],[114,80],[110,94],[119,5],[87,5],[122,95],[72,96],[71,5],[70,5],[63,97],[62,5],[65,98],[64,5],[66,5],[67,99],[69,100],[68,5],[73,99]],"latestChangedDtsFile":"./src/types.d.ts","version":"5.8.3"}
|