@goauthentik/api 2025.10.0-rc1-1756907691 → 2025.10.0-rc1-1757525772
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/package.json
CHANGED
package/src/apis/CoreApi.ts
CHANGED
|
@@ -2333,7 +2333,7 @@ export class CoreApi extends runtime.BaseAPI {
|
|
|
2333
2333
|
}
|
|
2334
2334
|
|
|
2335
2335
|
/**
|
|
2336
|
-
*
|
|
2336
|
+
* Remove user from group
|
|
2337
2337
|
*/
|
|
2338
2338
|
async coreGroupsRemoveUserCreateRaw(requestParameters: CoreGroupsRemoveUserCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
|
|
2339
2339
|
if (requestParameters['groupUuid'] == null) {
|
|
@@ -2380,7 +2380,7 @@ export class CoreApi extends runtime.BaseAPI {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
|
|
2382
2382
|
/**
|
|
2383
|
-
*
|
|
2383
|
+
* Remove user from group
|
|
2384
2384
|
*/
|
|
2385
2385
|
async coreGroupsRemoveUserCreate(requestParameters: CoreGroupsRemoveUserCreateRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void> {
|
|
2386
2386
|
await this.coreGroupsRemoveUserCreateRaw(requestParameters, initOverrides);
|