@goauthentik/api 2024.6.1-1720731051 → 2024.6.1-1721092506

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 (156) hide show
  1. package/.openapi-generator/FILES +0 -1
  2. package/dist/apis/StagesApi.d.ts +1 -0
  3. package/dist/apis/StagesApi.js +3 -0
  4. package/dist/esm/apis/StagesApi.d.ts +1 -0
  5. package/dist/esm/apis/StagesApi.js +3 -0
  6. package/dist/esm/models/AccessDeniedChallenge.d.ts +0 -7
  7. package/dist/esm/models/AccessDeniedChallenge.js +0 -4
  8. package/dist/esm/models/AppleLoginChallenge.d.ts +0 -7
  9. package/dist/esm/models/AppleLoginChallenge.js +0 -4
  10. package/dist/esm/models/AuthenticatorDuoChallenge.d.ts +0 -7
  11. package/dist/esm/models/AuthenticatorDuoChallenge.js +0 -4
  12. package/dist/esm/models/AuthenticatorSMSChallenge.d.ts +0 -7
  13. package/dist/esm/models/AuthenticatorSMSChallenge.js +0 -4
  14. package/dist/esm/models/AuthenticatorStaticChallenge.d.ts +0 -7
  15. package/dist/esm/models/AuthenticatorStaticChallenge.js +0 -4
  16. package/dist/esm/models/AuthenticatorTOTPChallenge.d.ts +0 -7
  17. package/dist/esm/models/AuthenticatorTOTPChallenge.js +0 -4
  18. package/dist/esm/models/AuthenticatorValidationChallenge.d.ts +0 -7
  19. package/dist/esm/models/AuthenticatorValidationChallenge.js +0 -4
  20. package/dist/esm/models/AuthenticatorWebAuthnChallenge.d.ts +0 -7
  21. package/dist/esm/models/AuthenticatorWebAuthnChallenge.js +0 -4
  22. package/dist/esm/models/AutosubmitChallenge.d.ts +0 -7
  23. package/dist/esm/models/AutosubmitChallenge.js +0 -4
  24. package/dist/esm/models/CaptchaChallenge.d.ts +0 -7
  25. package/dist/esm/models/CaptchaChallenge.js +0 -4
  26. package/dist/esm/models/ConsentChallenge.d.ts +0 -7
  27. package/dist/esm/models/ConsentChallenge.js +0 -4
  28. package/dist/esm/models/DummyChallenge.d.ts +0 -7
  29. package/dist/esm/models/DummyChallenge.js +0 -4
  30. package/dist/esm/models/EmailChallenge.d.ts +0 -7
  31. package/dist/esm/models/EmailChallenge.js +0 -4
  32. package/dist/esm/models/FlowErrorChallenge.d.ts +0 -6
  33. package/dist/esm/models/FlowErrorChallenge.js +0 -2
  34. package/dist/esm/models/IdentificationChallenge.d.ts +6 -7
  35. package/dist/esm/models/IdentificationChallenge.js +2 -4
  36. package/dist/esm/models/IdentificationStage.d.ts +1 -1
  37. package/dist/esm/models/IdentificationStageRequest.d.ts +1 -1
  38. package/dist/esm/models/OAuthDeviceCodeChallenge.d.ts +0 -7
  39. package/dist/esm/models/OAuthDeviceCodeChallenge.js +0 -4
  40. package/dist/esm/models/OAuthDeviceCodeFinishChallenge.d.ts +0 -7
  41. package/dist/esm/models/OAuthDeviceCodeFinishChallenge.js +0 -4
  42. package/dist/esm/models/PasswordChallenge.d.ts +6 -7
  43. package/dist/esm/models/PasswordChallenge.js +2 -4
  44. package/dist/esm/models/PasswordStage.d.ts +6 -0
  45. package/dist/esm/models/PasswordStage.js +2 -0
  46. package/dist/esm/models/PasswordStageRequest.d.ts +6 -0
  47. package/dist/esm/models/PasswordStageRequest.js +2 -0
  48. package/dist/esm/models/PatchedIdentificationStageRequest.d.ts +1 -1
  49. package/dist/esm/models/PatchedPasswordStageRequest.d.ts +6 -0
  50. package/dist/esm/models/PatchedPasswordStageRequest.js +2 -0
  51. package/dist/esm/models/PlexAuthenticationChallenge.d.ts +0 -7
  52. package/dist/esm/models/PlexAuthenticationChallenge.js +0 -4
  53. package/dist/esm/models/PromptChallenge.d.ts +0 -7
  54. package/dist/esm/models/PromptChallenge.js +0 -4
  55. package/dist/esm/models/RedirectChallenge.d.ts +0 -7
  56. package/dist/esm/models/RedirectChallenge.js +0 -4
  57. package/dist/esm/models/ShellChallenge.d.ts +0 -7
  58. package/dist/esm/models/ShellChallenge.js +0 -4
  59. package/dist/esm/models/UserLoginChallenge.d.ts +0 -7
  60. package/dist/esm/models/UserLoginChallenge.js +0 -4
  61. package/dist/esm/models/index.d.ts +0 -1
  62. package/dist/esm/models/index.js +0 -1
  63. package/dist/models/AccessDeniedChallenge.d.ts +0 -7
  64. package/dist/models/AccessDeniedChallenge.js +0 -4
  65. package/dist/models/AppleLoginChallenge.d.ts +0 -7
  66. package/dist/models/AppleLoginChallenge.js +0 -4
  67. package/dist/models/AuthenticatorDuoChallenge.d.ts +0 -7
  68. package/dist/models/AuthenticatorDuoChallenge.js +0 -4
  69. package/dist/models/AuthenticatorSMSChallenge.d.ts +0 -7
  70. package/dist/models/AuthenticatorSMSChallenge.js +0 -4
  71. package/dist/models/AuthenticatorStaticChallenge.d.ts +0 -7
  72. package/dist/models/AuthenticatorStaticChallenge.js +0 -4
  73. package/dist/models/AuthenticatorTOTPChallenge.d.ts +0 -7
  74. package/dist/models/AuthenticatorTOTPChallenge.js +0 -4
  75. package/dist/models/AuthenticatorValidationChallenge.d.ts +0 -7
  76. package/dist/models/AuthenticatorValidationChallenge.js +0 -4
  77. package/dist/models/AuthenticatorWebAuthnChallenge.d.ts +0 -7
  78. package/dist/models/AuthenticatorWebAuthnChallenge.js +0 -4
  79. package/dist/models/AutosubmitChallenge.d.ts +0 -7
  80. package/dist/models/AutosubmitChallenge.js +0 -4
  81. package/dist/models/CaptchaChallenge.d.ts +0 -7
  82. package/dist/models/CaptchaChallenge.js +0 -4
  83. package/dist/models/ConsentChallenge.d.ts +0 -7
  84. package/dist/models/ConsentChallenge.js +0 -4
  85. package/dist/models/DummyChallenge.d.ts +0 -7
  86. package/dist/models/DummyChallenge.js +0 -4
  87. package/dist/models/EmailChallenge.d.ts +0 -7
  88. package/dist/models/EmailChallenge.js +0 -4
  89. package/dist/models/FlowErrorChallenge.d.ts +0 -6
  90. package/dist/models/FlowErrorChallenge.js +0 -2
  91. package/dist/models/IdentificationChallenge.d.ts +6 -7
  92. package/dist/models/IdentificationChallenge.js +2 -4
  93. package/dist/models/IdentificationStage.d.ts +1 -1
  94. package/dist/models/IdentificationStageRequest.d.ts +1 -1
  95. package/dist/models/OAuthDeviceCodeChallenge.d.ts +0 -7
  96. package/dist/models/OAuthDeviceCodeChallenge.js +0 -4
  97. package/dist/models/OAuthDeviceCodeFinishChallenge.d.ts +0 -7
  98. package/dist/models/OAuthDeviceCodeFinishChallenge.js +0 -4
  99. package/dist/models/PasswordChallenge.d.ts +6 -7
  100. package/dist/models/PasswordChallenge.js +2 -4
  101. package/dist/models/PasswordStage.d.ts +6 -0
  102. package/dist/models/PasswordStage.js +2 -0
  103. package/dist/models/PasswordStageRequest.d.ts +6 -0
  104. package/dist/models/PasswordStageRequest.js +2 -0
  105. package/dist/models/PatchedIdentificationStageRequest.d.ts +1 -1
  106. package/dist/models/PatchedPasswordStageRequest.d.ts +6 -0
  107. package/dist/models/PatchedPasswordStageRequest.js +2 -0
  108. package/dist/models/PlexAuthenticationChallenge.d.ts +0 -7
  109. package/dist/models/PlexAuthenticationChallenge.js +0 -4
  110. package/dist/models/PromptChallenge.d.ts +0 -7
  111. package/dist/models/PromptChallenge.js +0 -4
  112. package/dist/models/RedirectChallenge.d.ts +0 -7
  113. package/dist/models/RedirectChallenge.js +0 -4
  114. package/dist/models/ShellChallenge.d.ts +0 -7
  115. package/dist/models/ShellChallenge.js +0 -4
  116. package/dist/models/UserLoginChallenge.d.ts +0 -7
  117. package/dist/models/UserLoginChallenge.js +0 -4
  118. package/dist/models/index.d.ts +0 -1
  119. package/dist/models/index.js +0 -1
  120. package/package.json +1 -1
  121. package/src/apis/StagesApi.ts +5 -0
  122. package/src/models/AccessDeniedChallenge.ts +0 -15
  123. package/src/models/AppleLoginChallenge.ts +0 -15
  124. package/src/models/AuthenticatorDuoChallenge.ts +0 -15
  125. package/src/models/AuthenticatorSMSChallenge.ts +0 -15
  126. package/src/models/AuthenticatorStaticChallenge.ts +0 -15
  127. package/src/models/AuthenticatorTOTPChallenge.ts +0 -15
  128. package/src/models/AuthenticatorValidationChallenge.ts +0 -15
  129. package/src/models/AuthenticatorWebAuthnChallenge.ts +0 -15
  130. package/src/models/AutosubmitChallenge.ts +0 -15
  131. package/src/models/CaptchaChallenge.ts +0 -15
  132. package/src/models/ConsentChallenge.ts +0 -15
  133. package/src/models/DummyChallenge.ts +0 -15
  134. package/src/models/EmailChallenge.ts +0 -15
  135. package/src/models/FlowErrorChallenge.ts +0 -8
  136. package/src/models/IdentificationChallenge.ts +8 -15
  137. package/src/models/IdentificationStage.ts +1 -1
  138. package/src/models/IdentificationStageRequest.ts +1 -1
  139. package/src/models/OAuthDeviceCodeChallenge.ts +0 -15
  140. package/src/models/OAuthDeviceCodeFinishChallenge.ts +0 -15
  141. package/src/models/PasswordChallenge.ts +8 -15
  142. package/src/models/PasswordStage.ts +8 -0
  143. package/src/models/PasswordStageRequest.ts +8 -0
  144. package/src/models/PatchedIdentificationStageRequest.ts +1 -1
  145. package/src/models/PatchedPasswordStageRequest.ts +8 -0
  146. package/src/models/PlexAuthenticationChallenge.ts +0 -15
  147. package/src/models/PromptChallenge.ts +0 -15
  148. package/src/models/RedirectChallenge.ts +0 -15
  149. package/src/models/ShellChallenge.ts +0 -15
  150. package/src/models/UserLoginChallenge.ts +0 -15
  151. package/src/models/index.ts +0 -1
  152. package/dist/esm/models/ChallengeChoices.d.ts +0 -25
  153. package/dist/esm/models/ChallengeChoices.js +0 -32
  154. package/dist/models/ChallengeChoices.d.ts +0 -25
  155. package/dist/models/ChallengeChoices.js +0 -38
  156. package/src/models/ChallengeChoices.ts +0 -40
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface ShellChallenge
19
18
  */
20
19
  export interface ShellChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof ShellChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -12,14 +12,12 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import { exists } from '../runtime';
15
- import { ChallengeChoicesFromJSON, ChallengeChoicesToJSON, } from './ChallengeChoices';
16
15
  import { ContextualFlowInfoFromJSON, ContextualFlowInfoToJSON, } from './ContextualFlowInfo';
17
16
  /**
18
17
  * Check if a given object implements the ShellChallenge interface.
19
18
  */
20
19
  export function instanceOfShellChallenge(value) {
21
20
  let isInstance = true;
22
- isInstance = isInstance && "type" in value;
23
21
  isInstance = isInstance && "body" in value;
24
22
  return isInstance;
25
23
  }
@@ -31,7 +29,6 @@ export function ShellChallengeFromJSONTyped(json, ignoreDiscriminator) {
31
29
  return json;
32
30
  }
33
31
  return {
34
- 'type': ChallengeChoicesFromJSON(json['type']),
35
32
  'flowInfo': !exists(json, 'flow_info') ? undefined : ContextualFlowInfoFromJSON(json['flow_info']),
36
33
  'component': !exists(json, 'component') ? undefined : json['component'],
37
34
  'responseErrors': !exists(json, 'response_errors') ? undefined : json['response_errors'],
@@ -46,7 +43,6 @@ export function ShellChallengeToJSON(value) {
46
43
  return null;
47
44
  }
48
45
  return {
49
- 'type': ChallengeChoicesToJSON(value.type),
50
46
  'flow_info': ContextualFlowInfoToJSON(value.flowInfo),
51
47
  'component': value.component,
52
48
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface UserLoginChallenge
19
18
  */
20
19
  export interface UserLoginChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof UserLoginChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -12,14 +12,12 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
  import { exists } from '../runtime';
15
- import { ChallengeChoicesFromJSON, ChallengeChoicesToJSON, } from './ChallengeChoices';
16
15
  import { ContextualFlowInfoFromJSON, ContextualFlowInfoToJSON, } from './ContextualFlowInfo';
17
16
  /**
18
17
  * Check if a given object implements the UserLoginChallenge interface.
19
18
  */
20
19
  export function instanceOfUserLoginChallenge(value) {
21
20
  let isInstance = true;
22
- isInstance = isInstance && "type" in value;
23
21
  isInstance = isInstance && "pendingUser" in value;
24
22
  isInstance = isInstance && "pendingUserAvatar" in value;
25
23
  return isInstance;
@@ -32,7 +30,6 @@ export function UserLoginChallengeFromJSONTyped(json, ignoreDiscriminator) {
32
30
  return json;
33
31
  }
34
32
  return {
35
- 'type': ChallengeChoicesFromJSON(json['type']),
36
33
  'flowInfo': !exists(json, 'flow_info') ? undefined : ContextualFlowInfoFromJSON(json['flow_info']),
37
34
  'component': !exists(json, 'component') ? undefined : json['component'],
38
35
  'responseErrors': !exists(json, 'response_errors') ? undefined : json['response_errors'],
@@ -48,7 +45,6 @@ export function UserLoginChallengeToJSON(value) {
48
45
  return null;
49
46
  }
50
47
  return {
51
- 'type': ChallengeChoicesToJSON(value.type),
52
48
  'flow_info': ContextualFlowInfoToJSON(value.flowInfo),
53
49
  'component': value.component,
54
50
  'response_errors': value.responseErrors,
@@ -63,7 +63,6 @@ export * from './CertificateData';
63
63
  export * from './CertificateGenerationRequest';
64
64
  export * from './CertificateKeyPair';
65
65
  export * from './CertificateKeyPairRequest';
66
- export * from './ChallengeChoices';
67
66
  export * from './ChallengeTypes';
68
67
  export * from './ClientTypeEnum';
69
68
  export * from './Config';
@@ -65,7 +65,6 @@ export * from './CertificateData';
65
65
  export * from './CertificateGenerationRequest';
66
66
  export * from './CertificateKeyPair';
67
67
  export * from './CertificateKeyPairRequest';
68
- export * from './ChallengeChoices';
69
68
  export * from './ChallengeTypes';
70
69
  export * from './ClientTypeEnum';
71
70
  export * from './Config';
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface AccessDeniedChallenge
19
18
  */
20
19
  export interface AccessDeniedChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof AccessDeniedChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AccessDeniedChallengeToJSON = exports.AccessDeniedChallengeFromJSONTyped = exports.AccessDeniedChallengeFromJSON = exports.instanceOfAccessDeniedChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the AccessDeniedChallenge interface.
22
21
  */
23
22
  function instanceOfAccessDeniedChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "pendingUser" in value;
27
25
  isInstance = isInstance && "pendingUserAvatar" in value;
28
26
  return isInstance;
@@ -37,7 +35,6 @@ function AccessDeniedChallengeFromJSONTyped(json, ignoreDiscriminator) {
37
35
  return json;
38
36
  }
39
37
  return {
40
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
41
38
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
42
39
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
43
40
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -55,7 +52,6 @@ function AccessDeniedChallengeToJSON(value) {
55
52
  return null;
56
53
  }
57
54
  return {
58
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
59
55
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
60
56
  'component': value.component,
61
57
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface AppleLoginChallenge
19
18
  */
20
19
  export interface AppleLoginChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof AppleLoginChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AppleLoginChallengeToJSON = exports.AppleLoginChallengeFromJSONTyped = exports.AppleLoginChallengeFromJSON = exports.instanceOfAppleLoginChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the AppleLoginChallenge interface.
22
21
  */
23
22
  function instanceOfAppleLoginChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "clientId" in value;
27
25
  isInstance = isInstance && "scope" in value;
28
26
  isInstance = isInstance && "redirectUri" in value;
@@ -39,7 +37,6 @@ function AppleLoginChallengeFromJSONTyped(json, ignoreDiscriminator) {
39
37
  return json;
40
38
  }
41
39
  return {
42
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
43
40
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
44
41
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
45
42
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -58,7 +55,6 @@ function AppleLoginChallengeToJSON(value) {
58
55
  return null;
59
56
  }
60
57
  return {
61
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
62
58
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
63
59
  'component': value.component,
64
60
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface AuthenticatorDuoChallenge
19
18
  */
20
19
  export interface AuthenticatorDuoChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof AuthenticatorDuoChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AuthenticatorDuoChallengeToJSON = exports.AuthenticatorDuoChallengeFromJSONTyped = exports.AuthenticatorDuoChallengeFromJSON = exports.instanceOfAuthenticatorDuoChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the AuthenticatorDuoChallenge interface.
22
21
  */
23
22
  function instanceOfAuthenticatorDuoChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "pendingUser" in value;
27
25
  isInstance = isInstance && "pendingUserAvatar" in value;
28
26
  isInstance = isInstance && "activationBarcode" in value;
@@ -40,7 +38,6 @@ function AuthenticatorDuoChallengeFromJSONTyped(json, ignoreDiscriminator) {
40
38
  return json;
41
39
  }
42
40
  return {
43
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
44
41
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
45
42
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
46
43
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -60,7 +57,6 @@ function AuthenticatorDuoChallengeToJSON(value) {
60
57
  return null;
61
58
  }
62
59
  return {
63
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
64
60
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
65
61
  'component': value.component,
66
62
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface AuthenticatorSMSChallenge
19
18
  */
20
19
  export interface AuthenticatorSMSChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof AuthenticatorSMSChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AuthenticatorSMSChallengeToJSON = exports.AuthenticatorSMSChallengeFromJSONTyped = exports.AuthenticatorSMSChallengeFromJSON = exports.instanceOfAuthenticatorSMSChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the AuthenticatorSMSChallenge interface.
22
21
  */
23
22
  function instanceOfAuthenticatorSMSChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "pendingUser" in value;
27
25
  isInstance = isInstance && "pendingUserAvatar" in value;
28
26
  return isInstance;
@@ -37,7 +35,6 @@ function AuthenticatorSMSChallengeFromJSONTyped(json, ignoreDiscriminator) {
37
35
  return json;
38
36
  }
39
37
  return {
40
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
41
38
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
42
39
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
43
40
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -55,7 +52,6 @@ function AuthenticatorSMSChallengeToJSON(value) {
55
52
  return null;
56
53
  }
57
54
  return {
58
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
59
55
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
60
56
  'component': value.component,
61
57
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface AuthenticatorStaticChallenge
19
18
  */
20
19
  export interface AuthenticatorStaticChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof AuthenticatorStaticChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AuthenticatorStaticChallengeToJSON = exports.AuthenticatorStaticChallengeFromJSONTyped = exports.AuthenticatorStaticChallengeFromJSON = exports.instanceOfAuthenticatorStaticChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the AuthenticatorStaticChallenge interface.
22
21
  */
23
22
  function instanceOfAuthenticatorStaticChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "pendingUser" in value;
27
25
  isInstance = isInstance && "pendingUserAvatar" in value;
28
26
  isInstance = isInstance && "codes" in value;
@@ -38,7 +36,6 @@ function AuthenticatorStaticChallengeFromJSONTyped(json, ignoreDiscriminator) {
38
36
  return json;
39
37
  }
40
38
  return {
41
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
42
39
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
43
40
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
44
41
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -56,7 +53,6 @@ function AuthenticatorStaticChallengeToJSON(value) {
56
53
  return null;
57
54
  }
58
55
  return {
59
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
60
56
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
61
57
  'component': value.component,
62
58
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface AuthenticatorTOTPChallenge
19
18
  */
20
19
  export interface AuthenticatorTOTPChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof AuthenticatorTOTPChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AuthenticatorTOTPChallengeToJSON = exports.AuthenticatorTOTPChallengeFromJSONTyped = exports.AuthenticatorTOTPChallengeFromJSON = exports.instanceOfAuthenticatorTOTPChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the AuthenticatorTOTPChallenge interface.
22
21
  */
23
22
  function instanceOfAuthenticatorTOTPChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "pendingUser" in value;
27
25
  isInstance = isInstance && "pendingUserAvatar" in value;
28
26
  isInstance = isInstance && "configUrl" in value;
@@ -38,7 +36,6 @@ function AuthenticatorTOTPChallengeFromJSONTyped(json, ignoreDiscriminator) {
38
36
  return json;
39
37
  }
40
38
  return {
41
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
42
39
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
43
40
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
44
41
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -56,7 +53,6 @@ function AuthenticatorTOTPChallengeToJSON(value) {
56
53
  return null;
57
54
  }
58
55
  return {
59
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
60
56
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
61
57
  'component': value.component,
62
58
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { DeviceChallenge } from './DeviceChallenge';
15
14
  import type { ErrorDetail } from './ErrorDetail';
@@ -20,12 +19,6 @@ import type { SelectableStage } from './SelectableStage';
20
19
  * @interface AuthenticatorValidationChallenge
21
20
  */
22
21
  export interface AuthenticatorValidationChallenge {
23
- /**
24
- *
25
- * @type {ChallengeChoices}
26
- * @memberof AuthenticatorValidationChallenge
27
- */
28
- type: ChallengeChoices;
29
22
  /**
30
23
  *
31
24
  * @type {ContextualFlowInfo}
@@ -15,7 +15,6 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AuthenticatorValidationChallengeToJSON = exports.AuthenticatorValidationChallengeFromJSONTyped = exports.AuthenticatorValidationChallengeFromJSON = exports.instanceOfAuthenticatorValidationChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  const DeviceChallenge_1 = require("./DeviceChallenge");
21
20
  const SelectableStage_1 = require("./SelectableStage");
@@ -24,7 +23,6 @@ const SelectableStage_1 = require("./SelectableStage");
24
23
  */
25
24
  function instanceOfAuthenticatorValidationChallenge(value) {
26
25
  let isInstance = true;
27
- isInstance = isInstance && "type" in value;
28
26
  isInstance = isInstance && "pendingUser" in value;
29
27
  isInstance = isInstance && "pendingUserAvatar" in value;
30
28
  isInstance = isInstance && "deviceChallenges" in value;
@@ -41,7 +39,6 @@ function AuthenticatorValidationChallengeFromJSONTyped(json, ignoreDiscriminator
41
39
  return json;
42
40
  }
43
41
  return {
44
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
45
42
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
46
43
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
47
44
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -60,7 +57,6 @@ function AuthenticatorValidationChallengeToJSON(value) {
60
57
  return null;
61
58
  }
62
59
  return {
63
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
64
60
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
65
61
  'component': value.component,
66
62
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface AuthenticatorWebAuthnChallenge
19
18
  */
20
19
  export interface AuthenticatorWebAuthnChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof AuthenticatorWebAuthnChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AuthenticatorWebAuthnChallengeToJSON = exports.AuthenticatorWebAuthnChallengeFromJSONTyped = exports.AuthenticatorWebAuthnChallengeFromJSON = exports.instanceOfAuthenticatorWebAuthnChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the AuthenticatorWebAuthnChallenge interface.
22
21
  */
23
22
  function instanceOfAuthenticatorWebAuthnChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "pendingUser" in value;
27
25
  isInstance = isInstance && "pendingUserAvatar" in value;
28
26
  isInstance = isInstance && "registration" in value;
@@ -38,7 +36,6 @@ function AuthenticatorWebAuthnChallengeFromJSONTyped(json, ignoreDiscriminator)
38
36
  return json;
39
37
  }
40
38
  return {
41
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
42
39
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
43
40
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
44
41
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -56,7 +53,6 @@ function AuthenticatorWebAuthnChallengeToJSON(value) {
56
53
  return null;
57
54
  }
58
55
  return {
59
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
60
56
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
61
57
  'component': value.component,
62
58
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface AutosubmitChallenge
19
18
  */
20
19
  export interface AutosubmitChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof AutosubmitChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.AutosubmitChallengeToJSON = exports.AutosubmitChallengeFromJSONTyped = exports.AutosubmitChallengeFromJSON = exports.instanceOfAutosubmitChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the AutosubmitChallenge interface.
22
21
  */
23
22
  function instanceOfAutosubmitChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "url" in value;
27
25
  isInstance = isInstance && "attrs" in value;
28
26
  return isInstance;
@@ -37,7 +35,6 @@ function AutosubmitChallengeFromJSONTyped(json, ignoreDiscriminator) {
37
35
  return json;
38
36
  }
39
37
  return {
40
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
41
38
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
42
39
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
43
40
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -55,7 +52,6 @@ function AutosubmitChallengeToJSON(value) {
55
52
  return null;
56
53
  }
57
54
  return {
58
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
59
55
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
60
56
  'component': value.component,
61
57
  'response_errors': value.responseErrors,
@@ -9,7 +9,6 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChallengeChoices } from './ChallengeChoices';
13
12
  import type { ContextualFlowInfo } from './ContextualFlowInfo';
14
13
  import type { ErrorDetail } from './ErrorDetail';
15
14
  /**
@@ -18,12 +17,6 @@ import type { ErrorDetail } from './ErrorDetail';
18
17
  * @interface CaptchaChallenge
19
18
  */
20
19
  export interface CaptchaChallenge {
21
- /**
22
- *
23
- * @type {ChallengeChoices}
24
- * @memberof CaptchaChallenge
25
- */
26
- type: ChallengeChoices;
27
20
  /**
28
21
  *
29
22
  * @type {ContextualFlowInfo}
@@ -15,14 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.CaptchaChallengeToJSON = exports.CaptchaChallengeFromJSONTyped = exports.CaptchaChallengeFromJSON = exports.instanceOfCaptchaChallenge = void 0;
17
17
  const runtime_1 = require("../runtime");
18
- const ChallengeChoices_1 = require("./ChallengeChoices");
19
18
  const ContextualFlowInfo_1 = require("./ContextualFlowInfo");
20
19
  /**
21
20
  * Check if a given object implements the CaptchaChallenge interface.
22
21
  */
23
22
  function instanceOfCaptchaChallenge(value) {
24
23
  let isInstance = true;
25
- isInstance = isInstance && "type" in value;
26
24
  isInstance = isInstance && "pendingUser" in value;
27
25
  isInstance = isInstance && "pendingUserAvatar" in value;
28
26
  isInstance = isInstance && "siteKey" in value;
@@ -39,7 +37,6 @@ function CaptchaChallengeFromJSONTyped(json, ignoreDiscriminator) {
39
37
  return json;
40
38
  }
41
39
  return {
42
- 'type': (0, ChallengeChoices_1.ChallengeChoicesFromJSON)(json['type']),
43
40
  'flowInfo': !(0, runtime_1.exists)(json, 'flow_info') ? undefined : (0, ContextualFlowInfo_1.ContextualFlowInfoFromJSON)(json['flow_info']),
44
41
  'component': !(0, runtime_1.exists)(json, 'component') ? undefined : json['component'],
45
42
  'responseErrors': !(0, runtime_1.exists)(json, 'response_errors') ? undefined : json['response_errors'],
@@ -58,7 +55,6 @@ function CaptchaChallengeToJSON(value) {
58
55
  return null;
59
56
  }
60
57
  return {
61
- 'type': (0, ChallengeChoices_1.ChallengeChoicesToJSON)(value.type),
62
58
  'flow_info': (0, ContextualFlowInfo_1.ContextualFlowInfoToJSON)(value.flowInfo),
63
59
  'component': value.component,
64
60
  'response_errors': value.responseErrors,