waldur-js-client 1.0.4-dev.107 → 1.0.4-dev.108

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.
@@ -1555,6 +1555,7 @@ export type ConstanceSettings = {
1555
1555
  FREEIPA_GROUP_SYNCHRONIZATION_ENABLED?: boolean;
1556
1556
  KEYCLOAK_ICON?: string | null;
1557
1557
  COUNTRIES?: Array<string>;
1558
+ OIDC_AUTH_URL?: string;
1558
1559
  OIDC_INTROSPECTION_URL?: string;
1559
1560
  OIDC_CLIENT_ID?: string;
1560
1561
  OIDC_CLIENT_SECRET?: string;
@@ -1685,6 +1686,7 @@ export type ConstanceSettingsRequest = {
1685
1686
  FREEIPA_GROUP_SYNCHRONIZATION_ENABLED?: boolean;
1686
1687
  KEYCLOAK_ICON?: (Blob | File) | null;
1687
1688
  COUNTRIES?: Array<string>;
1689
+ OIDC_AUTH_URL?: string;
1688
1690
  OIDC_INTROSPECTION_URL?: string;
1689
1691
  OIDC_CLIENT_ID?: string;
1690
1692
  OIDC_CLIENT_SECRET?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.107",
3
+ "version": "1.0.4-dev.108",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",