Skip to content

Commit

Permalink
Removed Pushed Authorization Request from Authentication Options
Browse files Browse the repository at this point in the history
  • Loading branch information
maganuk committed Apr 18, 2024
1 parent 277e22b commit 2203d9b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 45 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monocloud/admin-js",
"version": "0.9.6",
"version": "0.9.7",
"description": "MonoCloud Admin JavaScript SDK",
"keywords": [
"monocloud",
Expand Down
7 changes: 0 additions & 7 deletions src/models/authentication-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { AuthenticatorsOptions } from './authenticators-options';
import { ConsentOptions } from './consent-options';
import { IdentifiersOptions } from './identifiers-options';
import { LogoutOptions } from './logout-options';
import { PushedAuthorizationOptions } from './pushed-authorization-options';
import { RecoveryMethodsOptions } from './recovery-methods-options';
import { SessionOptions } from './session-options';
import { SignUpOptions } from './sign-up-options';
Expand All @@ -14,12 +13,6 @@ import { SignUpOptions } from './sign-up-options';
* @interface AuthenticationOptions
*/
export interface AuthenticationOptions {
/**
* Pushed Authorization Request Options
* @type {PushedAuthorizationOptions}
* @memberof AuthenticationOptions
*/
pushed_authorization: PushedAuthorizationOptions;
/**
* Account Protection Options
* @type {AccountProtectionOptions}
Expand Down
2 changes: 0 additions & 2 deletions src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export * from './patch-identifiers-phone-verification-options-request';
export * from './patch-identifiers-username-options-request';
export * from './patch-logout-options-request';
export * from './patch-mtls-options-request';
export * from './patch-pushed-authorization-options-request';
export * from './patch-recovery-methods-email-options-request';
export * from './patch-recovery-methods-options-request';
export * from './patch-recovery-methods-phone-options-request';
Expand All @@ -145,7 +144,6 @@ export * from './patch-session-options-request';
export * from './patch-sign-up-options-request';
export * from './patch-sign-up-restrictions-options-request';
export * from './problem-details';
export * from './pushed-authorization-options';
export * from './recovery-methods-email-options';
export * from './recovery-methods-options';
export * from './recovery-methods-phone-options';
Expand Down
7 changes: 0 additions & 7 deletions src/models/patch-authentication-options-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { PatchAuthenticatorsOptionsRequest } from './patch-authenticators-option
import { PatchConsentOptionsRequest } from './patch-consent-options-request';
import { PatchIdentifiersOptionsRequest } from './patch-identifiers-options-request';
import { PatchLogoutOptionsRequest } from './patch-logout-options-request';
import { PatchPushedAuthorizationOptionsRequest } from './patch-pushed-authorization-options-request';
import { PatchRecoveryMethodsOptionsRequest } from './patch-recovery-methods-options-request';
import { PatchSessionOptionsRequest } from './patch-session-options-request';
import { PatchSignUpOptionsRequest } from './patch-sign-up-options-request';
Expand All @@ -14,12 +13,6 @@ import { PatchSignUpOptionsRequest } from './patch-sign-up-options-request';
* @interface PatchAuthenticationOptionsRequest
*/
export interface PatchAuthenticationOptionsRequest {
/**
* Pushed Authorization Request Options
* @type {PatchPushedAuthorizationOptionsRequest}
* @memberof PatchAuthenticationOptionsRequest
*/
pushed_authorization?: PatchPushedAuthorizationOptionsRequest;
/**
* Account Protection Options
* @type {PatchAccountProtectionOptionsRequest}
Expand Down
13 changes: 0 additions & 13 deletions src/models/patch-pushed-authorization-options-request.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/models/pushed-authorization-options.ts

This file was deleted.

0 comments on commit 2203d9b

Please sign in to comment.