From 30c65f9e61957730512488fffc92c9a09c9971ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 10:37:50 +0200 Subject: [PATCH] web: Update Web API Client version (#2840) * web: Update Web API Client version Signed-off-by: GitHub * fix Signed-off-by: Jens Langhammer Co-authored-by: BeryJu Co-authored-by: Jens Langhammer --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- .../pages/providers/ldap/LDAPProviderForm.ts | 19 +++++++++---------- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index e210db253..04969cc43 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-typescript": "^7.16.7", "@formatjs/intl-listformat": "^6.5.3", "@fortawesome/fontawesome-free": "^6.1.1", - "@goauthentik/api": "^2022.4.1-1652019098", + "@goauthentik/api": "^2022.4.1-1652171189", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.13.3", "@lingui/core": "^3.13.3", @@ -1755,9 +1755,9 @@ } }, "node_modules/@goauthentik/api": { - "version": "2022.4.1-1652019098", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1652019098.tgz", - "integrity": "sha512-slYTS4+yMM0JaaS5g2iiEz3m+VBwEywItLxaG5zrq3iGNTWHxkA2n9KizEZT9VGYvRGK9mJj07xuohg6KwEH8A==" + "version": "2022.4.1-1652171189", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1652171189.tgz", + "integrity": "sha512-dljXYphvj/lSA1e9qPZ289b6CKVP7irCr56BrBnd4aF+VSQQnaamC0e3fkCAa3XNmjHa4Lb+Ia/ILNgLVoJq8g==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.9.2", @@ -10089,9 +10089,9 @@ "integrity": "sha512-J/3yg2AIXc9wznaVqpHVX3Wa5jwKovVF0AMYSnbmcXTiL3PpRPfF58pzWucCwEiCJBp+hCNRLWClTomD8SseKg==" }, "@goauthentik/api": { - "version": "2022.4.1-1652019098", - "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1652019098.tgz", - "integrity": "sha512-slYTS4+yMM0JaaS5g2iiEz3m+VBwEywItLxaG5zrq3iGNTWHxkA2n9KizEZT9VGYvRGK9mJj07xuohg6KwEH8A==" + "version": "2022.4.1-1652171189", + "resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2022.4.1-1652171189.tgz", + "integrity": "sha512-dljXYphvj/lSA1e9qPZ289b6CKVP7irCr56BrBnd4aF+VSQQnaamC0e3fkCAa3XNmjHa4Lb+Ia/ILNgLVoJq8g==" }, "@humanwhocodes/config-array": { "version": "0.9.2", diff --git a/web/package.json b/web/package.json index 133a4ebfb..5fd53519c 100644 --- a/web/package.json +++ b/web/package.json @@ -59,7 +59,7 @@ "@babel/preset-typescript": "^7.16.7", "@formatjs/intl-listformat": "^6.5.3", "@fortawesome/fontawesome-free": "^6.1.1", - "@goauthentik/api": "^2022.4.1-1652019098", + "@goauthentik/api": "^2022.4.1-1652171189", "@jackfranklin/rollup-plugin-markdown": "^0.3.0", "@lingui/cli": "^3.13.3", "@lingui/core": "^3.13.3", diff --git a/web/src/pages/providers/ldap/LDAPProviderForm.ts b/web/src/pages/providers/ldap/LDAPProviderForm.ts index cdb1359be..eed653663 100644 --- a/web/src/pages/providers/ldap/LDAPProviderForm.ts +++ b/web/src/pages/providers/ldap/LDAPProviderForm.ts @@ -6,14 +6,13 @@ import { ifDefined } from "lit/directives/if-defined.js"; import { until } from "lit/directives/until.js"; import { - BindModeEnum, CoreApi, CryptoApi, FlowsApi, FlowsInstancesListDesignationEnum, + LDAPAPIAccessMode, LDAPProvider, ProvidersApi, - SearchModeEnum, } from "@goauthentik/api"; import { DEFAULT_CONFIG, tenant } from "../../../api/Config"; @@ -123,14 +122,14 @@ export class LDAPProviderFormPage extends ModelForm {