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.
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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;
|