@forgerock/sdk-types 0.0.0-beta-20251003204059 → 0.0.0-beta-20251124184351

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.
Files changed (35) hide show
  1. package/package.json +1 -1
  2. package/dist/src/index.d.ts +0 -11
  3. package/dist/src/index.d.ts.map +0 -1
  4. package/dist/src/index.js +0 -16
  5. package/dist/src/lib/am-callback.types.d.ts +0 -118
  6. package/dist/src/lib/am-callback.types.d.ts.map +0 -1
  7. package/dist/src/lib/am-callback.types.js +0 -32
  8. package/dist/src/lib/authorize.types.d.ts +0 -39
  9. package/dist/src/lib/authorize.types.d.ts.map +0 -1
  10. package/dist/src/lib/authorize.types.js +0 -1
  11. package/dist/src/lib/branded.types.d.ts +0 -4
  12. package/dist/src/lib/branded.types.d.ts.map +0 -1
  13. package/dist/src/lib/branded.types.js +0 -1
  14. package/dist/src/lib/config.types.d.ts +0 -33
  15. package/dist/src/lib/config.types.d.ts.map +0 -1
  16. package/dist/src/lib/config.types.js +0 -1
  17. package/dist/src/lib/enums.d.ts +0 -10
  18. package/dist/src/lib/enums.d.ts.map +0 -1
  19. package/dist/src/lib/enums.js +0 -19
  20. package/dist/src/lib/error.types.d.ts +0 -8
  21. package/dist/src/lib/error.types.d.ts.map +0 -1
  22. package/dist/src/lib/error.types.js +0 -1
  23. package/dist/src/lib/legacy-config.types.d.ts +0 -90
  24. package/dist/src/lib/legacy-config.types.d.ts.map +0 -1
  25. package/dist/src/lib/legacy-config.types.js +0 -7
  26. package/dist/src/lib/legacy-mware.types.d.ts +0 -27
  27. package/dist/src/lib/legacy-mware.types.d.ts.map +0 -1
  28. package/dist/src/lib/legacy-mware.types.js +0 -23
  29. package/dist/src/lib/policy.types.d.ts +0 -25
  30. package/dist/src/lib/policy.types.d.ts.map +0 -1
  31. package/dist/src/lib/policy.types.js +0 -34
  32. package/dist/src/lib/tokens.types.d.ts +0 -16
  33. package/dist/src/lib/tokens.types.d.ts.map +0 -1
  34. package/dist/src/lib/tokens.types.js +0 -7
  35. package/dist/tsconfig.lib.tsbuildinfo +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgerock/sdk-types",
3
- "version": "0.0.0-beta-20251003204059",
3
+ "version": "0.0.0-beta-20251124184351",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,11 +0,0 @@
1
- export * from './lib/am-callback.types.js';
2
- export * from './lib/enums.js';
3
- export * from './lib/error.types.js';
4
- export * from './lib/legacy-config.types.js';
5
- export * from './lib/legacy-mware.types.js';
6
- export * from './lib/branded.types.js';
7
- export * from './lib/tokens.types.js';
8
- export * from './lib/config.types.js';
9
- export * from './lib/authorize.types.js';
10
- export * from './lib/policy.types.js';
11
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAOA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC"}
package/dist/src/index.js DELETED
@@ -1,16 +0,0 @@
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 './lib/am-callback.types.js';
8
- export * from './lib/enums.js';
9
- export * from './lib/error.types.js';
10
- export * from './lib/legacy-config.types.js';
11
- export * from './lib/legacy-mware.types.js';
12
- export * from './lib/branded.types.js';
13
- export * from './lib/tokens.types.js';
14
- export * from './lib/config.types.js';
15
- export * from './lib/authorize.types.js';
16
- export * from './lib/policy.types.js';
@@ -1,118 +0,0 @@
1
- import type { StepType } from './enums.js';
2
- export declare const callbackType: {
3
- readonly BooleanAttributeInputCallback: "BooleanAttributeInputCallback";
4
- readonly ChoiceCallback: "ChoiceCallback";
5
- readonly ConfirmationCallback: "ConfirmationCallback";
6
- readonly DeviceProfileCallback: "DeviceProfileCallback";
7
- readonly HiddenValueCallback: "HiddenValueCallback";
8
- readonly KbaCreateCallback: "KbaCreateCallback";
9
- readonly MetadataCallback: "MetadataCallback";
10
- readonly NameCallback: "NameCallback";
11
- readonly NumberAttributeInputCallback: "NumberAttributeInputCallback";
12
- readonly PasswordCallback: "PasswordCallback";
13
- readonly PingOneProtectEvaluationCallback: "PingOneProtectEvaluationCallback";
14
- readonly PingOneProtectInitializeCallback: "PingOneProtectInitializeCallback";
15
- readonly PollingWaitCallback: "PollingWaitCallback";
16
- readonly ReCaptchaCallback: "ReCaptchaCallback";
17
- readonly ReCaptchaEnterpriseCallback: "ReCaptchaEnterpriseCallback";
18
- readonly RedirectCallback: "RedirectCallback";
19
- readonly SelectIdPCallback: "SelectIdPCallback";
20
- readonly StringAttributeInputCallback: "StringAttributeInputCallback";
21
- readonly SuspendedTextOutputCallback: "SuspendedTextOutputCallback";
22
- readonly TermsAndConditionsCallback: "TermsAndConditionsCallback";
23
- readonly TextInputCallback: "TextInputCallback";
24
- readonly TextOutputCallback: "TextOutputCallback";
25
- readonly ValidatedCreatePasswordCallback: "ValidatedCreatePasswordCallback";
26
- readonly ValidatedCreateUsernameCallback: "ValidatedCreateUsernameCallback";
27
- };
28
- export type CallbackType = (typeof callbackType)[keyof typeof callbackType];
29
- export interface NameValue {
30
- name: string;
31
- value: unknown;
32
- }
33
- /**
34
- * Represents the authentication tree API callback schema.
35
- */
36
- export interface Callback {
37
- _id?: number;
38
- input?: NameValue[];
39
- output: NameValue[];
40
- type: CallbackType;
41
- }
42
- /**
43
- * Base interface for all types of authentication step responses.
44
- */
45
- export interface AuthResponse {
46
- type: StepType;
47
- }
48
- /**
49
- * Represents details of a failure in an authentication step.
50
- */
51
- export interface FailureDetail {
52
- failureUrl?: string;
53
- }
54
- /**
55
- * Represents the authentication tree API payload schema.
56
- */
57
- export interface Step {
58
- authId?: string;
59
- callbacks?: Callback[];
60
- code?: number;
61
- description?: string;
62
- detail?: StepDetail;
63
- header?: string;
64
- message?: string;
65
- ok?: string;
66
- realm?: string;
67
- reason?: string;
68
- stage?: string;
69
- status?: number;
70
- successUrl?: string;
71
- tokenId?: string;
72
- }
73
- /**
74
- * Represents details of a failure in an authentication step.
75
- */
76
- export interface StepDetail {
77
- failedPolicyRequirements?: FailedPolicyRequirement[];
78
- failureUrl?: string;
79
- result?: boolean;
80
- }
81
- /**
82
- * Represents failed policies for a matching property.
83
- */
84
- export interface FailedPolicyRequirement {
85
- policyRequirements: PolicyRequirement[];
86
- property: string;
87
- }
88
- /**
89
- * Represents a failed policy policy and failed policy params.
90
- */
91
- export interface PolicyRequirement {
92
- params?: Partial<PolicyParams>;
93
- policyRequirement: string;
94
- }
95
- export interface PolicyParams {
96
- [key: string]: unknown;
97
- disallowedFields: string;
98
- duplicateValue: string;
99
- forbiddenChars: string;
100
- maxLength: number;
101
- minLength: number;
102
- numCaps: number;
103
- numNums: number;
104
- }
105
- export type ConfigurablePaths = keyof CustomPathConfig;
106
- /**
107
- * Optional configuration for custom paths for actions
108
- */
109
- export interface CustomPathConfig {
110
- authenticate?: string;
111
- authorize?: string;
112
- accessToken?: string;
113
- endSession?: string;
114
- userInfo?: string;
115
- revoke?: string;
116
- sessions?: string;
117
- }
118
- //# sourceMappingURL=am-callback.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"am-callback.types.d.ts","sourceRoot":"","sources":["../../../src/lib/am-callback.types.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;CAyBf,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE5E,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,OAAO,CAAC;CAChB;AACD;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,EAAE,CAAC;IACpB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,IAAI,EAAE,YAAY,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,QAAQ,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,wBAAwB,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACrD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,kBAAkB,EAAE,iBAAiB,EAAE,CAAC;IACxC,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,YAAY;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,iBAAiB,GAAG,MAAM,gBAAgB,CAAC;AACvD;;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"}
@@ -1,32 +0,0 @@
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 const callbackType = {
8
- BooleanAttributeInputCallback: 'BooleanAttributeInputCallback',
9
- ChoiceCallback: 'ChoiceCallback',
10
- ConfirmationCallback: 'ConfirmationCallback',
11
- DeviceProfileCallback: 'DeviceProfileCallback',
12
- HiddenValueCallback: 'HiddenValueCallback',
13
- KbaCreateCallback: 'KbaCreateCallback',
14
- MetadataCallback: 'MetadataCallback',
15
- NameCallback: 'NameCallback',
16
- NumberAttributeInputCallback: 'NumberAttributeInputCallback',
17
- PasswordCallback: 'PasswordCallback',
18
- PingOneProtectEvaluationCallback: 'PingOneProtectEvaluationCallback',
19
- PingOneProtectInitializeCallback: 'PingOneProtectInitializeCallback',
20
- PollingWaitCallback: 'PollingWaitCallback',
21
- ReCaptchaCallback: 'ReCaptchaCallback',
22
- ReCaptchaEnterpriseCallback: 'ReCaptchaEnterpriseCallback',
23
- RedirectCallback: 'RedirectCallback',
24
- SelectIdPCallback: 'SelectIdPCallback',
25
- StringAttributeInputCallback: 'StringAttributeInputCallback',
26
- SuspendedTextOutputCallback: 'SuspendedTextOutputCallback',
27
- TermsAndConditionsCallback: 'TermsAndConditionsCallback',
28
- TextInputCallback: 'TextInputCallback',
29
- TextOutputCallback: 'TextOutputCallback',
30
- ValidatedCreatePasswordCallback: 'ValidatedCreatePasswordCallback',
31
- ValidatedCreateUsernameCallback: 'ValidatedCreateUsernameCallback',
32
- };
@@ -1,39 +0,0 @@
1
- import type { LegacyConfigOptions } from './legacy-config.types.js';
2
- export type ResponseType = 'code' | 'token';
3
- /**
4
- * Define the options for the authorization URL
5
- * @param clientId The client ID of the application
6
- * @param redirectUri The redirect URI of the application
7
- * @param responseType The response type of the authorization request
8
- * @param scope The scope of the authorization request
9
- */
10
- export interface GetAuthorizationUrlOptions extends LegacyConfigOptions {
11
- /**
12
- * These four properties clientid, scope, responseType and redirectUri are required
13
- * when using this type, which are not required when defining Config.
14
- */
15
- clientId: string;
16
- scope: string;
17
- redirectUri: string;
18
- responseType: ResponseType;
19
- responseMode?: 'fragment' | 'form_post' | 'pi.flow' | 'query';
20
- login?: 'redirect' | 'embedded';
21
- state?: string;
22
- verifier?: string;
23
- query?: Record<string, string>;
24
- prompt?: 'none' | 'login' | 'consent';
25
- successParams?: string[];
26
- errorParams?: string[];
27
- }
28
- /**
29
- * Generate and store PKCE values for later use
30
- * @param { string } storageKey - Key to store authorization options in sessionStorage
31
- * @param {GenerateAndStoreAuthUrlValues} options - Options for generating PKCE values
32
- * @returns { state: string, verifier: string, GetAuthorizationUrlOptions }
33
- */
34
- export interface GenerateAndStoreAuthUrlValues extends GetAuthorizationUrlOptions {
35
- login?: 'redirect' | 'embedded';
36
- clientId: string;
37
- prefix?: string;
38
- }
39
- //# sourceMappingURL=authorize.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"authorize.types.d.ts","sourceRoot":"","sources":["../../../src/lib/authorize.types.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAEpE,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,CAAC;AAE5C;;;;;;GAMG;AAEH,MAAM,WAAW,0BAA2B,SAAQ,mBAAmB;IACrE;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAE,UAAU,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;IAC9D,KAAK,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;IACtC,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AACD;;;;;GAKG;AAEH,MAAM,WAAW,6BAA8B,SAAQ,0BAA0B;IAC/E,KAAK,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,4 +0,0 @@
1
- export type BrandedString<Brand extends string> = string & {
2
- readonly __brand: Brand;
3
- };
4
- //# sourceMappingURL=branded.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"branded.types.d.ts","sourceRoot":"","sources":["../../../src/lib/branded.types.ts"],"names":[],"mappings":"AAMA,MAAM,MAAM,aAAa,CAAC,KAAK,SAAS,MAAM,IAAI,MAAM,GAAG;IAAE,QAAQ,CAAC,OAAO,EAAE,KAAK,CAAA;CAAE,CAAC"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,33 +0,0 @@
1
- import { CustomStorageObject } from './tokens.types.js';
2
- /**
3
- * Union of possible OAuth Configs
4
- * For example, we can add a Journey based OAuth config here
5
- */
6
- export type OAuthConfig = DavinciOAuthConfig;
7
- export interface DavinciOAuthConfig extends BaseConfig {
8
- clientId: string;
9
- tokenStore: CustomStorageObject | 'sessionStorage' | 'localStorage';
10
- redirectUri: string;
11
- scope: string;
12
- }
13
- export interface BaseConfig {
14
- serverConfig: PathsConfig;
15
- }
16
- interface CustomPathConfig {
17
- authenticate: string;
18
- authorize: string;
19
- accessToken: string;
20
- endSession: string;
21
- userInfo: string;
22
- revoke: string;
23
- sessions: string;
24
- }
25
- /**
26
- * Configuration settings for connecting to a server.
27
- */
28
- export interface PathsConfig {
29
- paths: CustomPathConfig;
30
- timeout?: number;
31
- }
32
- export {};
33
- //# sourceMappingURL=config.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"config.types.d.ts","sourceRoot":"","sources":["../../../src/lib/config.types.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,kBAAkB,CAAC;AAE7C,MAAM,WAAW,kBAAmB,SAAQ,UAAU;IACpD,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,mBAAmB,GAAG,gBAAgB,GAAG,cAAc,CAAC;IACpE,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,UAAU;IACzB,YAAY,EAAE,WAAW,CAAC;CAC3B;AAED,UAAU,gBAAgB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AACD;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,gBAAgB,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,10 +0,0 @@
1
- /**
2
- * Types of steps returned by the authentication tree.
3
- */
4
- declare enum StepType {
5
- LoginFailure = "LoginFailure",
6
- LoginSuccess = "LoginSuccess",
7
- Step = "Step"
8
- }
9
- export { StepType };
10
- //# sourceMappingURL=enums.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../src/lib/enums.ts"],"names":[],"mappings":"AAUA;;GAEG;AACH,aAAK,QAAQ;IACX,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,IAAI,SAAS;CACd;AAED,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -1,19 +0,0 @@
1
- /*
2
- * @forgerock/javascript-sdk
3
- *
4
- * enums.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
- * Types of steps returned by the authentication tree.
12
- */
13
- var StepType;
14
- (function (StepType) {
15
- StepType["LoginFailure"] = "LoginFailure";
16
- StepType["LoginSuccess"] = "LoginSuccess";
17
- StepType["Step"] = "Step";
18
- })(StepType || (StepType = {}));
19
- export { StepType };
@@ -1,8 +0,0 @@
1
- export interface GenericError {
2
- code?: string | number;
3
- error: string;
4
- message?: string;
5
- status?: number | string;
6
- type: 'argument_error' | 'auth_error' | 'davinci_error' | 'exchange_error' | 'internal_error' | 'network_error' | 'parse_error' | 'state_error' | 'unknown_error' | 'wellknown_error';
7
- }
8
- //# sourceMappingURL=error.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"error.types.d.ts","sourceRoot":"","sources":["../../../src/lib/error.types.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,IAAI,EACA,gBAAgB,GAChB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,aAAa,GACb,eAAe,GACf,iBAAiB,CAAC;CACvB"}
@@ -1 +0,0 @@
1
- export {};
@@ -1,90 +0,0 @@
1
- /** *************************************************************
2
- * Legacy configuration options for the SDK
3
- * **************************************************************/
4
- import type { Callback, CustomPathConfig } from './am-callback.types.js';
5
- import type { LegacyRequestMiddleware } from './legacy-mware.types.js';
6
- import { CustomStorageObject } from './tokens.types.js';
7
- /**
8
- * Configuration settings for connecting to a server.
9
- */
10
- export interface ServerConfig {
11
- baseUrl: string;
12
- paths?: CustomPathConfig;
13
- timeout?: number;
14
- }
15
- /**
16
- * Configuration settings for async config with well-known
17
- */
18
- export interface AsyncServerConfig extends Omit<ServerConfig, 'baseUrl'> {
19
- wellknown?: string;
20
- }
21
- /**
22
- * Async LegacyConfigOptions for well-known endpoint usage
23
- */
24
- export interface AsyncLegacyConfigOptions extends Omit<LegacyConfigOptions, 'serverConfig'> {
25
- serverConfig: AsyncServerConfig;
26
- }
27
- /**
28
- * Optional configuration for custom paths for actions
29
- */
30
- /**
31
- * Configuration options with a server configuration specified.
32
- */
33
- export interface ValidLegacyConfigOptions extends LegacyConfigOptions {
34
- serverConfig: ServerConfig;
35
- }
36
- /**
37
- * Represents configuration overrides used when requesting the next
38
- * step in an authentication tree.
39
- */
40
- export interface StepOptions extends LegacyConfigOptions {
41
- query?: Record<string, string>;
42
- }
43
- export interface WellKnownResponse {
44
- issuer: string;
45
- authorization_endpoint: string;
46
- pushed_authorization_request_endpoint?: string;
47
- token_endpoint: string;
48
- userinfo_endpoint: string;
49
- end_session_endpoint: string;
50
- ping_end_idp_session_endpoint?: string;
51
- introspection_endpoint: string;
52
- revocation_endpoint: string;
53
- jwks_uri?: string;
54
- device_authorization_endpoint?: string;
55
- claims_parameter_supported?: boolean;
56
- request_parameter_supported?: boolean;
57
- request_uri_parameter_supported?: boolean;
58
- require_pushed_authorization_requests?: boolean;
59
- scopes_supported?: string[];
60
- response_types_supported?: string[];
61
- response_modes_supported?: string[];
62
- grant_types_supported?: string[];
63
- subject_types_supported?: string[];
64
- id_token_signing_alg_values_supported?: string[];
65
- userinfo_signing_alg_values_supported?: string[];
66
- request_object_signing_alg_values_supported?: string[];
67
- token_endpoint_auth_methods_supported?: string[];
68
- token_endpoint_auth_signing_alg_values_supported?: string[];
69
- claim_types_supported?: string[];
70
- claims_supported?: string[];
71
- code_challenge_methods_supported?: string[];
72
- }
73
- type JourneyCallbackFactory = (callback: Callback) => any;
74
- export interface LegacyConfigOptions {
75
- callbackFactory?: JourneyCallbackFactory;
76
- clientId?: string;
77
- middleware?: LegacyRequestMiddleware[];
78
- realmPath?: string;
79
- redirectUri?: string;
80
- scope?: string;
81
- serverConfig?: ServerConfig;
82
- tokenStore?: CustomStorageObject | 'sessionStorage' | 'localStorage';
83
- tree?: string;
84
- type?: string;
85
- oauthThreshold?: number;
86
- platformHeader?: boolean;
87
- prefix?: string;
88
- }
89
- export {};
90
- //# sourceMappingURL=legacy-config.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"legacy-config.types.d.ts","sourceRoot":"","sources":["../../../src/lib/legacy-config.types.ts"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
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 {};
@@ -1,27 +0,0 @@
1
- /** *************************************************************
2
- * Types for legacy middleware configuration
3
- * **************************************************************/
4
- export declare enum LegacyActionTypes {
5
- Authenticate = "AUTHENTICATE",
6
- Authorize = "AUTHORIZE",
7
- EndSession = "END_SESSION",
8
- Logout = "LOGOUT",
9
- ExchangeToken = "EXCHANGE_TOKEN",
10
- RefreshToken = "REFRESH_TOKEN",
11
- ResumeAuthenticate = "RESUME_AUTHENTICATE",
12
- RevokeToken = "REVOKE_TOKEN",
13
- StartAuthenticate = "START_AUTHENTICATE",
14
- UserInfo = "USER_INFO",
15
- WellKnown = "WELL_KNOWN"
16
- }
17
- interface Action {
18
- type: LegacyActionTypes;
19
- payload: any;
20
- }
21
- interface RequestObj {
22
- url: URL;
23
- init: RequestInit;
24
- }
25
- export type LegacyRequestMiddleware = (req: RequestObj, action: Action, next: () => RequestObj) => void;
26
- export {};
27
- //# sourceMappingURL=legacy-mware.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"legacy-mware.types.d.ts","sourceRoot":"","sources":["../../../src/lib/legacy-mware.types.ts"],"names":[],"mappings":"AAOA;;kEAEkE;AAElE,oBAAY,iBAAiB;IAC3B,YAAY,iBAAiB;IAC7B,SAAS,cAAc;IACvB,UAAU,gBAAgB;IAC1B,MAAM,WAAW;IACjB,aAAa,mBAAmB;IAChC,YAAY,kBAAkB;IAC9B,kBAAkB,wBAAwB;IAC1C,WAAW,iBAAiB;IAC5B,iBAAiB,uBAAuB;IACxC,QAAQ,cAAc;IACtB,SAAS,eAAe;CACzB;AACD,UAAU,MAAM;IACd,IAAI,EAAE,iBAAiB,CAAC;IAExB,OAAO,EAAE,GAAG,CAAC;CACd;AACD,UAAU,UAAU;IAClB,GAAG,EAAE,GAAG,CAAC;IACT,IAAI,EAAE,WAAW,CAAC;CACnB;AACD,MAAM,MAAM,uBAAuB,GAAG,CACpC,GAAG,EAAE,UAAU,EACf,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,UAAU,KACnB,IAAI,CAAC"}
@@ -1,23 +0,0 @@
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
- /** *************************************************************
8
- * Types for legacy middleware configuration
9
- * **************************************************************/
10
- export var LegacyActionTypes;
11
- (function (LegacyActionTypes) {
12
- LegacyActionTypes["Authenticate"] = "AUTHENTICATE";
13
- LegacyActionTypes["Authorize"] = "AUTHORIZE";
14
- LegacyActionTypes["EndSession"] = "END_SESSION";
15
- LegacyActionTypes["Logout"] = "LOGOUT";
16
- LegacyActionTypes["ExchangeToken"] = "EXCHANGE_TOKEN";
17
- LegacyActionTypes["RefreshToken"] = "REFRESH_TOKEN";
18
- LegacyActionTypes["ResumeAuthenticate"] = "RESUME_AUTHENTICATE";
19
- LegacyActionTypes["RevokeToken"] = "REVOKE_TOKEN";
20
- LegacyActionTypes["StartAuthenticate"] = "START_AUTHENTICATE";
21
- LegacyActionTypes["UserInfo"] = "USER_INFO";
22
- LegacyActionTypes["WellKnown"] = "WELL_KNOWN";
23
- })(LegacyActionTypes || (LegacyActionTypes = {}));
@@ -1,25 +0,0 @@
1
- declare enum PolicyKey {
2
- CannotContainCharacters = "CANNOT_CONTAIN_CHARACTERS",
3
- CannotContainDuplicates = "CANNOT_CONTAIN_DUPLICATES",
4
- CannotContainOthers = "CANNOT_CONTAIN_OTHERS",
5
- LeastCapitalLetters = "AT_LEAST_X_CAPITAL_LETTERS",
6
- LeastNumbers = "AT_LEAST_X_NUMBERS",
7
- MatchRegexp = "MATCH_REGEXP",
8
- MaximumLength = "MAX_LENGTH",
9
- MaximumNumber = "MAXIMUM_NUMBER_VALUE",
10
- MinimumLength = "MIN_LENGTH",
11
- MinimumNumber = "MINIMUM_NUMBER_VALUE",
12
- Required = "REQUIRED",
13
- Unique = "UNIQUE",
14
- UnknownPolicy = "UNKNOWN_POLICY",
15
- ValidArrayItems = "VALID_ARRAY_ITEMS",
16
- ValidDate = "VALID_DATE",
17
- ValidEmailAddress = "VALID_EMAIL_ADDRESS_FORMAT",
18
- ValidNameFormat = "VALID_NAME_FORMAT",
19
- ValidNumber = "VALID_NUMBER",
20
- ValidPhoneFormat = "VALID_PHONE_FORMAT",
21
- ValidQueryFilter = "VALID_QUERY_FILTER",
22
- ValidType = "VALID_TYPE"
23
- }
24
- export { PolicyKey };
25
- //# sourceMappingURL=policy.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"policy.types.d.ts","sourceRoot":"","sources":["../../../src/lib/policy.types.ts"],"names":[],"mappings":"AAUA,aAAK,SAAS;IACZ,uBAAuB,8BAA8B;IACrD,uBAAuB,8BAA8B;IACrD,mBAAmB,0BAA0B;IAC7C,mBAAmB,+BAA+B;IAClD,YAAY,uBAAuB;IACnC,WAAW,iBAAiB;IAC5B,aAAa,eAAe;IAC5B,aAAa,yBAAyB;IACtC,aAAa,eAAe;IAC5B,aAAa,yBAAyB;IACtC,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,aAAa,mBAAmB;IAChC,eAAe,sBAAsB;IACrC,SAAS,eAAe;IACxB,iBAAiB,+BAA+B;IAChD,eAAe,sBAAsB;IACrC,WAAW,iBAAiB;IAC5B,gBAAgB,uBAAuB;IACvC,gBAAgB,uBAAuB;IACvC,SAAS,eAAe;CACzB;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1,34 +0,0 @@
1
- /*
2
- * @forgerock/javascript-sdk
3
- *
4
- * policy.types.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
- var PolicyKey;
11
- (function (PolicyKey) {
12
- PolicyKey["CannotContainCharacters"] = "CANNOT_CONTAIN_CHARACTERS";
13
- PolicyKey["CannotContainDuplicates"] = "CANNOT_CONTAIN_DUPLICATES";
14
- PolicyKey["CannotContainOthers"] = "CANNOT_CONTAIN_OTHERS";
15
- PolicyKey["LeastCapitalLetters"] = "AT_LEAST_X_CAPITAL_LETTERS";
16
- PolicyKey["LeastNumbers"] = "AT_LEAST_X_NUMBERS";
17
- PolicyKey["MatchRegexp"] = "MATCH_REGEXP";
18
- PolicyKey["MaximumLength"] = "MAX_LENGTH";
19
- PolicyKey["MaximumNumber"] = "MAXIMUM_NUMBER_VALUE";
20
- PolicyKey["MinimumLength"] = "MIN_LENGTH";
21
- PolicyKey["MinimumNumber"] = "MINIMUM_NUMBER_VALUE";
22
- PolicyKey["Required"] = "REQUIRED";
23
- PolicyKey["Unique"] = "UNIQUE";
24
- PolicyKey["UnknownPolicy"] = "UNKNOWN_POLICY";
25
- PolicyKey["ValidArrayItems"] = "VALID_ARRAY_ITEMS";
26
- PolicyKey["ValidDate"] = "VALID_DATE";
27
- PolicyKey["ValidEmailAddress"] = "VALID_EMAIL_ADDRESS_FORMAT";
28
- PolicyKey["ValidNameFormat"] = "VALID_NAME_FORMAT";
29
- PolicyKey["ValidNumber"] = "VALID_NUMBER";
30
- PolicyKey["ValidPhoneFormat"] = "VALID_PHONE_FORMAT";
31
- PolicyKey["ValidQueryFilter"] = "VALID_QUERY_FILTER";
32
- PolicyKey["ValidType"] = "VALID_TYPE";
33
- })(PolicyKey || (PolicyKey = {}));
34
- export { PolicyKey };
@@ -1,16 +0,0 @@
1
- import type { GenericError } from './error.types.js';
2
- export interface Tokens {
3
- accessToken: string;
4
- idToken?: string;
5
- refreshToken?: string;
6
- tokenExpiry?: number;
7
- }
8
- /**
9
- * API for implementing a custom token store
10
- */
11
- export interface CustomStorageObject {
12
- get: (key: string) => Promise<string | null | GenericError>;
13
- set: (key: string, valueToSet: string) => Promise<void | GenericError>;
14
- remove: (key: string) => Promise<void | GenericError>;
15
- }
16
- //# sourceMappingURL=tokens.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tokens.types.d.ts","sourceRoot":"","sources":["../../../src/lib/tokens.types.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,MAAM,WAAW,MAAM;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,GAAG,IAAI,GAAG,YAAY,CAAC,CAAC;IAC5D,GAAG,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,GAAG,YAAY,CAAC,CAAC;IACvE,MAAM,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,GAAG,YAAY,CAAC,CAAC;CACvD"}
@@ -1,7 +0,0 @@
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 {};
@@ -1 +0,0 @@
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.es2023.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.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.dom.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.scripthost.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.es2023.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.object.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.es2024.string.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.array.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.intl.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.promise.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.iterator.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","../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/lib/lib.esnext.full.d.ts","../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.d.ts","../../../node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/modules/index.d.ts","../src/lib/enums.ts","../src/lib/am-callback.types.ts","../src/lib/error.types.ts","../src/lib/legacy-mware.types.ts","../src/lib/tokens.types.ts","../src/lib/legacy-config.types.ts","../src/lib/branded.types.ts","../src/lib/config.types.ts","../src/lib/authorize.types.ts","../src/lib/policy.types.ts","../src/index.ts"],"fileIdsList":[[85],[86,87,88,89,90,91,92,93,94,95,96],[86,87],[86,92],[86],[86,91],[86,88,90,91],[86,89]],"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":"07f073f19d67f74d732b1adea08e1dc66b1b58d77cb5b43931dee3d798a2fd53","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","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":"bde31fd423cd93b0eff97197a3f66df7c93e8c0c335cbeb113b7ff1ac35c23f4","impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"b8f34dd1757f68e03262b1ca3ddfa668a855b872f8bdd5224d6f993a7b37dc2c","impliedFormat":99},{"version":"99bce5c04c13951cd480c75b16fae2f3831eec173a44f05b3c08f9dcf46a059e","signature":"5bf1333eadf30db2c29cd527ebc1d0e6a75910a1167c2cd02bac9ad665438d8a","impliedFormat":99},{"version":"c86b9565403d3ad14cc1fc74e0ee1c93776eae7e3487fd38272d789e673ba5f2","signature":"68da861233a1751b5bb8c0766aa5bea65007f33319c67ab148af41ad17ac8348","impliedFormat":99},{"version":"e850555838641997a80a4cce23ae090c980937cb4f3f33ebd02740ab80e0c153","signature":"7917fbf0daf8965f919d35b79af1be1aaef14ba145da5f100d46cbfa500a81b3","impliedFormat":99},{"version":"d395182a3fba3dcd4bdd3babd15da5cc0b4c56d548c1fa845409c0b915ed35ad","signature":"5fc9dce2120281bc3f86115974f4e7f1faaa7403ba04f0cbb2e0f03a780aa65d","impliedFormat":99},{"version":"826998b00f830af3236aca0bbba75689f122571abe779bbc94ef5581f55c9256","signature":"a2cae488ae16e0e27e89ac9ef0893e7433ef9ffea48edc9ca77015b18a5af6e7","impliedFormat":99},{"version":"489a83c790f6c453fb98e3da7ffb620c789e3f2bb2cb9c4033d7a0240e0f80ca","signature":"0ef73395c38210babf5dc06a0308eb4324aabb409c932ce663fc502e671b1764","impliedFormat":99},{"version":"ed37df1ef407b353a985d681ad10918d3412ef72168be0b69d543a9a31dc43ec","signature":"257bd65d14490bcfe2c234134e340bae3d6b4556b7fa43e31cb45480dcc92a34","impliedFormat":99},{"version":"8c559e922be7b895f556cca5856706cdb4090f730b91750ebb3dde08d61875ac","signature":"bcc3f8bad13edcd33ef55f818d8773c02fcdb5466778cc81b90a82d5848529a6","impliedFormat":99},{"version":"5967c6c4aaf731c8d8c7258626eee9ec6abe62d5cb852ac41a64ef547b88d5d4","signature":"494621989990f12be5755225f4d9efe3799eecf93e343dcf8acd40b32ccdfce8","impliedFormat":99},{"version":"97eed8c0e0374cac42a75969ffe64be8dec2737394db9bb02f3232768174ca58","signature":"0c0e23b82fcd63481e2f67c61d0601d1a32c6c2e26c002bbf33a242f838f5256","impliedFormat":99},{"version":"71d109251a72f6649337eacdbf2529323bb6d0cab7ed2cabbb4efc9f3af1c5b6","signature":"1c055a85397a5b2d494918d7ea87cc7691875786eb7fd07cec1a78e11df05544","impliedFormat":99}],"root":[[87,97]],"options":{"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":false,"importHelpers":true,"module":199,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noImplicitReturns":true,"outDir":"./","skipLibCheck":true,"strict":true,"tsBuildInfoFile":"./tsconfig.lib.tsbuildinfo"},"referencedMap":[[86,1],[97,2],[88,3],[95,4],[93,5],[94,6],[87,5],[89,5],[92,7],[90,5],[96,5],[91,8]],"latestChangedDtsFile":"./src/index.d.ts","version":"5.8.3"}