waldur-js-client 8.0.8-dev.35 → 8.0.8-dev.36
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/sdk.gen.d.ts +1 -73
- package/dist/sdk.gen.js +2 -520
- package/dist/types.gen.d.ts +10 -611
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -7703,8 +7703,6 @@ export type HypervisorSummary = {
|
|
|
7703
7703
|
total_local_gb: number;
|
|
7704
7704
|
used_local_gb: number;
|
|
7705
7705
|
total_running_vms: number;
|
|
7706
|
-
cpu_allocation_ratio: number;
|
|
7707
|
-
effective_vcpus: number;
|
|
7708
7706
|
};
|
|
7709
7707
|
export type IpMapping = {
|
|
7710
7708
|
/**
|
|
@@ -7986,13 +7984,6 @@ export type ImportPublicationsRequest = {
|
|
|
7986
7984
|
doi?: string;
|
|
7987
7985
|
};
|
|
7988
7986
|
export type ImportPublicationsSourceEnum = 'orcid' | 'doi';
|
|
7989
|
-
export type ImportRemoteGroupRequest = {
|
|
7990
|
-
offering_uuid: string;
|
|
7991
|
-
role_uuid: string;
|
|
7992
|
-
remote_group_id: string;
|
|
7993
|
-
resource_uuid?: string | null;
|
|
7994
|
-
scope_id?: string;
|
|
7995
|
-
};
|
|
7996
7987
|
export type ImportResourceRequest = {
|
|
7997
7988
|
/**
|
|
7998
7989
|
* Backend identifier of the resource
|
|
@@ -8771,20 +8762,6 @@ export type KeycloakGroup = {
|
|
|
8771
8762
|
readonly created: string;
|
|
8772
8763
|
readonly modified: string;
|
|
8773
8764
|
};
|
|
8774
|
-
export type KeycloakScopeOptionRequest = {
|
|
8775
|
-
/**
|
|
8776
|
-
* Scope type, e.g. 'project', 'cluster'.
|
|
8777
|
-
*/
|
|
8778
|
-
scope_type: string;
|
|
8779
|
-
/**
|
|
8780
|
-
* Identifier of the scope (UUID or external ID).
|
|
8781
|
-
*/
|
|
8782
|
-
scope_id: string;
|
|
8783
|
-
/**
|
|
8784
|
-
* Human-readable label shown to end users.
|
|
8785
|
-
*/
|
|
8786
|
-
label: string;
|
|
8787
|
-
};
|
|
8788
8765
|
export type KeycloakUserGroupMembership = {
|
|
8789
8766
|
readonly uuid: string;
|
|
8790
8767
|
readonly url: string;
|
|
@@ -9732,26 +9709,6 @@ export type MergedPluginOptions = {
|
|
|
9732
9709
|
* If set to False, all orders require manual provider approval, including for service provider owners and staff
|
|
9733
9710
|
*/
|
|
9734
9711
|
auto_approve_marketplace_script?: boolean;
|
|
9735
|
-
/**
|
|
9736
|
-
* If set to True, Keycloak group management is enabled for this offering.
|
|
9737
|
-
*/
|
|
9738
|
-
keycloak_enabled?: boolean;
|
|
9739
|
-
/**
|
|
9740
|
-
* Root parent group in Keycloak under which offering groups are created. Groups are organized as: {base_group}/{offering_slug}/{role_group}. If empty, offering groups are created at the realm root.
|
|
9741
|
-
*/
|
|
9742
|
-
keycloak_base_group?: string;
|
|
9743
|
-
/**
|
|
9744
|
-
* Frequency in minutes for syncing Keycloak group memberships.
|
|
9745
|
-
*/
|
|
9746
|
-
keycloak_sync_frequency?: number;
|
|
9747
|
-
/**
|
|
9748
|
-
* Template for generating Keycloak group names. Uses $variable syntax (e.g. $offering_uuid_$role_name). Allowed variables: offering_uuid, offering_name, offering_slug, resource_uuid, resource_name, resource_slug, project_uuid, project_name, project_slug, organization_uuid, organization_name, organization_slug, role_name, scope_id.
|
|
9749
|
-
*/
|
|
9750
|
-
keycloak_group_name_template?: string;
|
|
9751
|
-
/**
|
|
9752
|
-
* Custom label for the username field when inviting external users (e.g. 'Civil code', 'CUID'). If empty, defaults to 'Username'.
|
|
9753
|
-
*/
|
|
9754
|
-
keycloak_username_label?: string;
|
|
9755
9712
|
/**
|
|
9756
9713
|
* Defines if backend_id should be shown more prominently by the UI
|
|
9757
9714
|
*/
|
|
@@ -10046,26 +10003,6 @@ export type MergedPluginOptionsRequest = {
|
|
|
10046
10003
|
* If set to False, all orders require manual provider approval, including for service provider owners and staff
|
|
10047
10004
|
*/
|
|
10048
10005
|
auto_approve_marketplace_script?: boolean;
|
|
10049
|
-
/**
|
|
10050
|
-
* If set to True, Keycloak group management is enabled for this offering.
|
|
10051
|
-
*/
|
|
10052
|
-
keycloak_enabled?: boolean;
|
|
10053
|
-
/**
|
|
10054
|
-
* Root parent group in Keycloak under which offering groups are created. Groups are organized as: {base_group}/{offering_slug}/{role_group}. If empty, offering groups are created at the realm root.
|
|
10055
|
-
*/
|
|
10056
|
-
keycloak_base_group?: string;
|
|
10057
|
-
/**
|
|
10058
|
-
* Frequency in minutes for syncing Keycloak group memberships.
|
|
10059
|
-
*/
|
|
10060
|
-
keycloak_sync_frequency?: number;
|
|
10061
|
-
/**
|
|
10062
|
-
* Template for generating Keycloak group names. Uses $variable syntax (e.g. $offering_uuid_$role_name). Allowed variables: offering_uuid, offering_name, offering_slug, resource_uuid, resource_name, resource_slug, project_uuid, project_name, project_slug, organization_uuid, organization_name, organization_slug, role_name, scope_id.
|
|
10063
|
-
*/
|
|
10064
|
-
keycloak_group_name_template?: string;
|
|
10065
|
-
/**
|
|
10066
|
-
* Custom label for the username field when inviting external users (e.g. 'Civil code', 'CUID'). If empty, defaults to 'Username'.
|
|
10067
|
-
*/
|
|
10068
|
-
keycloak_username_label?: string;
|
|
10069
10006
|
/**
|
|
10070
10007
|
* Defines if backend_id should be shown more prominently by the UI
|
|
10071
10008
|
*/
|
|
@@ -11988,76 +11925,6 @@ export type OfferingIntegrationUpdateRequest = {
|
|
|
11988
11925
|
service_attributes?: unknown;
|
|
11989
11926
|
backend_id?: string;
|
|
11990
11927
|
};
|
|
11991
|
-
export type OfferingKeycloakGroup = {
|
|
11992
|
-
readonly uuid: string;
|
|
11993
|
-
readonly url: string;
|
|
11994
|
-
/**
|
|
11995
|
-
* Group name
|
|
11996
|
-
*/
|
|
11997
|
-
readonly name: string;
|
|
11998
|
-
readonly backend_id: string;
|
|
11999
|
-
offering: string;
|
|
12000
|
-
readonly offering_uuid: string;
|
|
12001
|
-
readonly offering_name: string;
|
|
12002
|
-
role: string;
|
|
12003
|
-
readonly role_name: string;
|
|
12004
|
-
resource?: string | null;
|
|
12005
|
-
readonly resource_uuid: string;
|
|
12006
|
-
readonly resource_name: string | null;
|
|
12007
|
-
/**
|
|
12008
|
-
* Sub-entity identifier within a resource, e.g. Rancher project ID within a cluster.
|
|
12009
|
-
*/
|
|
12010
|
-
scope_id?: string;
|
|
12011
|
-
readonly created: string;
|
|
12012
|
-
readonly modified: string;
|
|
12013
|
-
};
|
|
12014
|
-
export type OfferingKeycloakMembership = {
|
|
12015
|
-
readonly uuid: string;
|
|
12016
|
-
readonly url: string;
|
|
12017
|
-
/**
|
|
12018
|
-
* Keycloak user username
|
|
12019
|
-
*/
|
|
12020
|
-
username: string;
|
|
12021
|
-
/**
|
|
12022
|
-
* User's email for notifications
|
|
12023
|
-
*/
|
|
12024
|
-
email: string;
|
|
12025
|
-
readonly first_name: string;
|
|
12026
|
-
readonly last_name: string;
|
|
12027
|
-
readonly group: string;
|
|
12028
|
-
readonly group_name: string;
|
|
12029
|
-
readonly group_role_name: string;
|
|
12030
|
-
readonly group_offering_uuid: string;
|
|
12031
|
-
readonly group_offering_name: string;
|
|
12032
|
-
readonly group_resource_name: string;
|
|
12033
|
-
readonly group_resource_uuid: string;
|
|
12034
|
-
/**
|
|
12035
|
-
* Sub-entity identifier within a resource, e.g. Rancher project ID within a cluster.
|
|
12036
|
-
*/
|
|
12037
|
-
readonly group_scope_id: string;
|
|
12038
|
-
user?: string | null;
|
|
12039
|
-
state: KeycloakUserGroupMembershipState;
|
|
12040
|
-
readonly created: string;
|
|
12041
|
-
readonly modified: string;
|
|
12042
|
-
readonly last_checked: string;
|
|
12043
|
-
readonly error_message: string;
|
|
12044
|
-
readonly error_traceback: string;
|
|
12045
|
-
};
|
|
12046
|
-
export type OfferingKeycloakMembershipRequest = {
|
|
12047
|
-
/**
|
|
12048
|
-
* Keycloak user username
|
|
12049
|
-
*/
|
|
12050
|
-
username: string;
|
|
12051
|
-
/**
|
|
12052
|
-
* User's email for notifications
|
|
12053
|
-
*/
|
|
12054
|
-
email: string;
|
|
12055
|
-
offering: string;
|
|
12056
|
-
role: string;
|
|
12057
|
-
resource?: string | null;
|
|
12058
|
-
scope_id?: string;
|
|
12059
|
-
user?: string | null;
|
|
12060
|
-
};
|
|
12061
11928
|
export type OfferingLocationUpdateRequest = {
|
|
12062
11929
|
latitude: number;
|
|
12063
11930
|
longitude: number;
|
|
@@ -12544,9 +12411,6 @@ export type OfferingThumbnailRequest = {
|
|
|
12544
12411
|
thumbnail: Blob | File;
|
|
12545
12412
|
};
|
|
12546
12413
|
export type OfferingTypeEnum = 'Support.OfferingTemplate' | 'Marketplace.Booking' | 'Marketplace.Basic' | 'OpenStack.Tenant' | 'OpenStack.Instance' | 'OpenStack.Volume' | 'Marketplace.Rancher' | 'VMware.VirtualMachine' | 'Waldur.RemoteOffering' | 'Marketplace.Script' | 'SlurmInvoices.SlurmPackage' | 'Marketplace.Slurm';
|
|
12547
|
-
export type OfferingUuidRequest = {
|
|
12548
|
-
offering_uuid: string;
|
|
12549
|
-
};
|
|
12550
12414
|
export type OfferingUsagePolicy = {
|
|
12551
12415
|
readonly uuid: string;
|
|
12552
12416
|
readonly url: string;
|
|
@@ -19791,11 +19655,6 @@ export type PullConflictResponse = {
|
|
|
19791
19655
|
export type PullMarketplaceScriptResourceRequest = {
|
|
19792
19656
|
resource_uuid: string;
|
|
19793
19657
|
};
|
|
19794
|
-
export type PullMembersResponse = {
|
|
19795
|
-
created: number;
|
|
19796
|
-
updated: number;
|
|
19797
|
-
total_remote: number;
|
|
19798
|
-
};
|
|
19799
19658
|
export type PullResponse = {
|
|
19800
19659
|
detail: string;
|
|
19801
19660
|
};
|
|
@@ -21111,19 +20970,6 @@ export type RemoteEduteamsRequestRequest = {
|
|
|
21111
20970
|
export type RemoteEduteamsUuid = {
|
|
21112
20971
|
uuid: string;
|
|
21113
20972
|
};
|
|
21114
|
-
export type RemoteGroup = {
|
|
21115
|
-
id: string;
|
|
21116
|
-
name: string;
|
|
21117
|
-
path: string;
|
|
21118
|
-
sub_group_count: number;
|
|
21119
|
-
};
|
|
21120
|
-
export type RemoteGroupMember = {
|
|
21121
|
-
id: string;
|
|
21122
|
-
username: string;
|
|
21123
|
-
email: string;
|
|
21124
|
-
first_name: string;
|
|
21125
|
-
last_name: string;
|
|
21126
|
-
};
|
|
21127
20973
|
export type RemoteOffering = {
|
|
21128
20974
|
readonly uuid: string;
|
|
21129
20975
|
readonly name: string;
|
|
@@ -21377,6 +21223,13 @@ export type RequestTypeAdminRequest = {
|
|
|
21377
21223
|
*/
|
|
21378
21224
|
order?: number;
|
|
21379
21225
|
};
|
|
21226
|
+
export type RequestTypeReorderItemRequest = {
|
|
21227
|
+
uuid: string;
|
|
21228
|
+
order: number;
|
|
21229
|
+
};
|
|
21230
|
+
export type RequestTypeReorderRequest = {
|
|
21231
|
+
items: Array<RequestTypeReorderItemRequest>;
|
|
21232
|
+
};
|
|
21380
21233
|
export type RequestTypes = 'Create' | 'Update' | 'Terminate' | 'Restore';
|
|
21381
21234
|
export type RequestedOffering = {
|
|
21382
21235
|
readonly uuid: string;
|
|
@@ -21602,12 +21455,6 @@ export type ResourceEndDateRequest = {
|
|
|
21602
21455
|
*/
|
|
21603
21456
|
end_date?: string | null;
|
|
21604
21457
|
};
|
|
21605
|
-
export type ResourceKeycloakScopesRequest = {
|
|
21606
|
-
/**
|
|
21607
|
-
* Pre-configured scope options for this resource.
|
|
21608
|
-
*/
|
|
21609
|
-
keycloak_available_scopes: Array<KeycloakScopeOptionRequest>;
|
|
21610
|
-
};
|
|
21611
21458
|
export type ResourceLimitPeriod = {
|
|
21612
21459
|
/**
|
|
21613
21460
|
* Start date of the resource limit period
|
|
@@ -23523,11 +23370,6 @@ export type ServiceSettings = {
|
|
|
23523
23370
|
};
|
|
23524
23371
|
};
|
|
23525
23372
|
export type ServiceSettingsStateEnum = 'CREATION_SCHEDULED' | 'CREATING' | 'UPDATE_SCHEDULED' | 'UPDATING' | 'DELETION_SCHEDULED' | 'DELETING' | 'OK' | 'ERRED';
|
|
23526
|
-
export type SetBackendIdRequest = {
|
|
23527
|
-
backend_id?: string | null;
|
|
23528
|
-
resource_uuid?: string | null;
|
|
23529
|
-
scope_id?: string;
|
|
23530
|
-
};
|
|
23531
23373
|
export type SetErredRequest = {
|
|
23532
23374
|
error_message?: string;
|
|
23533
23375
|
error_traceback?: string;
|
|
@@ -24482,16 +24324,6 @@ export type SyncResourcesResponse = {
|
|
|
24482
24324
|
}>;
|
|
24483
24325
|
};
|
|
24484
24326
|
export type SyncStatusEnum = 'in_sync' | 'out_of_sync' | 'sync_failed';
|
|
24485
|
-
export type SyncStatusResponse = {
|
|
24486
|
-
local_only: Array<string>;
|
|
24487
|
-
remote_only: Array<string>;
|
|
24488
|
-
synced: Array<SyncedGroup>;
|
|
24489
|
-
};
|
|
24490
|
-
export type SyncedGroup = {
|
|
24491
|
-
local_name: string;
|
|
24492
|
-
remote_name: string;
|
|
24493
|
-
backend_id: string;
|
|
24494
|
-
};
|
|
24495
24327
|
export type SystemLog = {
|
|
24496
24328
|
readonly id: number;
|
|
24497
24329
|
readonly created: string;
|
|
@@ -24731,11 +24563,6 @@ export type TenantSecurityGroupUpdateRequest = {
|
|
|
24731
24563
|
description?: string;
|
|
24732
24564
|
rules?: Array<OpenStackSecurityGroupRuleUpdateByNameRequest>;
|
|
24733
24565
|
};
|
|
24734
|
-
export type TestConnectionResponse = {
|
|
24735
|
-
status: string;
|
|
24736
|
-
groups_count: number;
|
|
24737
|
-
groups: Array<string>;
|
|
24738
|
-
};
|
|
24739
24566
|
export type ThreadSession = {
|
|
24740
24567
|
readonly uuid?: string;
|
|
24741
24568
|
name?: string;
|
|
@@ -51554,18 +51381,6 @@ export type MarketplaceProviderResourcesSetEndDateByStaffResponses = {
|
|
|
51554
51381
|
*/
|
|
51555
51382
|
200: unknown;
|
|
51556
51383
|
};
|
|
51557
|
-
export type MarketplaceProviderResourcesSetKeycloakScopesData = {
|
|
51558
|
-
body: ResourceKeycloakScopesRequest;
|
|
51559
|
-
path: {
|
|
51560
|
-
uuid: string;
|
|
51561
|
-
};
|
|
51562
|
-
query?: never;
|
|
51563
|
-
url: '/api/marketplace-provider-resources/{uuid}/set_keycloak_scopes/';
|
|
51564
|
-
};
|
|
51565
|
-
export type MarketplaceProviderResourcesSetKeycloakScopesResponses = {
|
|
51566
|
-
200: ResourceResponseStatus;
|
|
51567
|
-
};
|
|
51568
|
-
export type MarketplaceProviderResourcesSetKeycloakScopesResponse = MarketplaceProviderResourcesSetKeycloakScopesResponses[keyof MarketplaceProviderResourcesSetKeycloakScopesResponses];
|
|
51569
51384
|
export type MarketplaceProviderResourcesSetLimitsData = {
|
|
51570
51385
|
body: ResourceSetLimitsRequest;
|
|
51571
51386
|
path: {
|
|
@@ -60183,422 +59998,6 @@ export type NotificationMessagesEnableResponses = {
|
|
|
60183
59998
|
*/
|
|
60184
59999
|
200: unknown;
|
|
60185
60000
|
};
|
|
60186
|
-
export type OfferingKeycloakGroupsListData = {
|
|
60187
|
-
body?: never;
|
|
60188
|
-
path?: never;
|
|
60189
|
-
query?: {
|
|
60190
|
-
offering_uuid?: string;
|
|
60191
|
-
/**
|
|
60192
|
-
* A page number within the paginated result set.
|
|
60193
|
-
*/
|
|
60194
|
-
page?: number;
|
|
60195
|
-
/**
|
|
60196
|
-
* Number of results to return per page.
|
|
60197
|
-
*/
|
|
60198
|
-
page_size?: number;
|
|
60199
|
-
resource_uuid?: string;
|
|
60200
|
-
role_uuid?: string;
|
|
60201
|
-
};
|
|
60202
|
-
url: '/api/offering-keycloak-groups/';
|
|
60203
|
-
};
|
|
60204
|
-
export type OfferingKeycloakGroupsListResponses = {
|
|
60205
|
-
200: Array<OfferingKeycloakGroup>;
|
|
60206
|
-
};
|
|
60207
|
-
export type OfferingKeycloakGroupsListResponse = OfferingKeycloakGroupsListResponses[keyof OfferingKeycloakGroupsListResponses];
|
|
60208
|
-
export type OfferingKeycloakGroupsCountData = {
|
|
60209
|
-
body?: never;
|
|
60210
|
-
path?: never;
|
|
60211
|
-
query?: {
|
|
60212
|
-
offering_uuid?: string;
|
|
60213
|
-
/**
|
|
60214
|
-
* A page number within the paginated result set.
|
|
60215
|
-
*/
|
|
60216
|
-
page?: number;
|
|
60217
|
-
/**
|
|
60218
|
-
* Number of results to return per page.
|
|
60219
|
-
*/
|
|
60220
|
-
page_size?: number;
|
|
60221
|
-
resource_uuid?: string;
|
|
60222
|
-
role_uuid?: string;
|
|
60223
|
-
};
|
|
60224
|
-
url: '/api/offering-keycloak-groups/';
|
|
60225
|
-
};
|
|
60226
|
-
export type OfferingKeycloakGroupsCountResponses = {
|
|
60227
|
-
/**
|
|
60228
|
-
* No response body
|
|
60229
|
-
*/
|
|
60230
|
-
200: unknown;
|
|
60231
|
-
};
|
|
60232
|
-
export type OfferingKeycloakGroupsDestroyData = {
|
|
60233
|
-
body?: never;
|
|
60234
|
-
path: {
|
|
60235
|
-
uuid: string;
|
|
60236
|
-
};
|
|
60237
|
-
query?: never;
|
|
60238
|
-
url: '/api/offering-keycloak-groups/{uuid}/';
|
|
60239
|
-
};
|
|
60240
|
-
export type OfferingKeycloakGroupsDestroyResponses = {
|
|
60241
|
-
/**
|
|
60242
|
-
* No response body
|
|
60243
|
-
*/
|
|
60244
|
-
204: void;
|
|
60245
|
-
};
|
|
60246
|
-
export type OfferingKeycloakGroupsDestroyResponse = OfferingKeycloakGroupsDestroyResponses[keyof OfferingKeycloakGroupsDestroyResponses];
|
|
60247
|
-
export type OfferingKeycloakGroupsRetrieveData = {
|
|
60248
|
-
body?: never;
|
|
60249
|
-
path: {
|
|
60250
|
-
uuid: string;
|
|
60251
|
-
};
|
|
60252
|
-
query?: never;
|
|
60253
|
-
url: '/api/offering-keycloak-groups/{uuid}/';
|
|
60254
|
-
};
|
|
60255
|
-
export type OfferingKeycloakGroupsRetrieveResponses = {
|
|
60256
|
-
200: OfferingKeycloakGroup;
|
|
60257
|
-
};
|
|
60258
|
-
export type OfferingKeycloakGroupsRetrieveResponse = OfferingKeycloakGroupsRetrieveResponses[keyof OfferingKeycloakGroupsRetrieveResponses];
|
|
60259
|
-
export type OfferingKeycloakGroupsPullMembersData = {
|
|
60260
|
-
body?: never;
|
|
60261
|
-
path: {
|
|
60262
|
-
uuid: string;
|
|
60263
|
-
};
|
|
60264
|
-
query?: never;
|
|
60265
|
-
url: '/api/offering-keycloak-groups/{uuid}/pull_members/';
|
|
60266
|
-
};
|
|
60267
|
-
export type OfferingKeycloakGroupsPullMembersResponses = {
|
|
60268
|
-
200: PullMembersResponse;
|
|
60269
|
-
};
|
|
60270
|
-
export type OfferingKeycloakGroupsPullMembersResponse = OfferingKeycloakGroupsPullMembersResponses[keyof OfferingKeycloakGroupsPullMembersResponses];
|
|
60271
|
-
export type OfferingKeycloakGroupsSetBackendIdData = {
|
|
60272
|
-
body?: SetBackendIdRequest;
|
|
60273
|
-
path: {
|
|
60274
|
-
uuid: string;
|
|
60275
|
-
};
|
|
60276
|
-
query?: never;
|
|
60277
|
-
url: '/api/offering-keycloak-groups/{uuid}/set_backend_id/';
|
|
60278
|
-
};
|
|
60279
|
-
export type OfferingKeycloakGroupsSetBackendIdResponses = {
|
|
60280
|
-
200: OfferingKeycloakGroup;
|
|
60281
|
-
};
|
|
60282
|
-
export type OfferingKeycloakGroupsSetBackendIdResponse = OfferingKeycloakGroupsSetBackendIdResponses[keyof OfferingKeycloakGroupsSetBackendIdResponses];
|
|
60283
|
-
export type OfferingKeycloakGroupsImportRemoteData = {
|
|
60284
|
-
body: ImportRemoteGroupRequest;
|
|
60285
|
-
path?: never;
|
|
60286
|
-
query?: never;
|
|
60287
|
-
url: '/api/offering-keycloak-groups/import_remote/';
|
|
60288
|
-
};
|
|
60289
|
-
export type OfferingKeycloakGroupsImportRemoteResponses = {
|
|
60290
|
-
201: OfferingKeycloakGroup;
|
|
60291
|
-
};
|
|
60292
|
-
export type OfferingKeycloakGroupsImportRemoteResponse = OfferingKeycloakGroupsImportRemoteResponses[keyof OfferingKeycloakGroupsImportRemoteResponses];
|
|
60293
|
-
export type OfferingKeycloakGroupsRemoteGroupMembersListData = {
|
|
60294
|
-
body?: never;
|
|
60295
|
-
path?: never;
|
|
60296
|
-
query: {
|
|
60297
|
-
/**
|
|
60298
|
-
* Keycloak group ID
|
|
60299
|
-
*/
|
|
60300
|
-
group_id: string;
|
|
60301
|
-
/**
|
|
60302
|
-
* UUID of the offering
|
|
60303
|
-
*/
|
|
60304
|
-
offering_uuid: string;
|
|
60305
|
-
/**
|
|
60306
|
-
* A page number within the paginated result set.
|
|
60307
|
-
*/
|
|
60308
|
-
page?: number;
|
|
60309
|
-
/**
|
|
60310
|
-
* Number of results to return per page.
|
|
60311
|
-
*/
|
|
60312
|
-
page_size?: number;
|
|
60313
|
-
resource_uuid?: string;
|
|
60314
|
-
role_uuid?: string;
|
|
60315
|
-
};
|
|
60316
|
-
url: '/api/offering-keycloak-groups/remote_group_members/';
|
|
60317
|
-
};
|
|
60318
|
-
export type OfferingKeycloakGroupsRemoteGroupMembersListResponses = {
|
|
60319
|
-
200: Array<RemoteGroupMember>;
|
|
60320
|
-
};
|
|
60321
|
-
export type OfferingKeycloakGroupsRemoteGroupMembersListResponse = OfferingKeycloakGroupsRemoteGroupMembersListResponses[keyof OfferingKeycloakGroupsRemoteGroupMembersListResponses];
|
|
60322
|
-
export type OfferingKeycloakGroupsRemoteGroupMembersCountData = {
|
|
60323
|
-
body?: never;
|
|
60324
|
-
path?: never;
|
|
60325
|
-
query: {
|
|
60326
|
-
/**
|
|
60327
|
-
* Keycloak group ID
|
|
60328
|
-
*/
|
|
60329
|
-
group_id: string;
|
|
60330
|
-
/**
|
|
60331
|
-
* UUID of the offering
|
|
60332
|
-
*/
|
|
60333
|
-
offering_uuid: string;
|
|
60334
|
-
/**
|
|
60335
|
-
* A page number within the paginated result set.
|
|
60336
|
-
*/
|
|
60337
|
-
page?: number;
|
|
60338
|
-
/**
|
|
60339
|
-
* Number of results to return per page.
|
|
60340
|
-
*/
|
|
60341
|
-
page_size?: number;
|
|
60342
|
-
resource_uuid?: string;
|
|
60343
|
-
role_uuid?: string;
|
|
60344
|
-
};
|
|
60345
|
-
url: '/api/offering-keycloak-groups/remote_group_members/';
|
|
60346
|
-
};
|
|
60347
|
-
export type OfferingKeycloakGroupsRemoteGroupMembersCountResponses = {
|
|
60348
|
-
/**
|
|
60349
|
-
* No response body
|
|
60350
|
-
*/
|
|
60351
|
-
200: unknown;
|
|
60352
|
-
};
|
|
60353
|
-
export type OfferingKeycloakGroupsRemoteGroupsListData = {
|
|
60354
|
-
body?: never;
|
|
60355
|
-
path?: never;
|
|
60356
|
-
query: {
|
|
60357
|
-
/**
|
|
60358
|
-
* UUID of the offering
|
|
60359
|
-
*/
|
|
60360
|
-
offering_uuid: string;
|
|
60361
|
-
/**
|
|
60362
|
-
* A page number within the paginated result set.
|
|
60363
|
-
*/
|
|
60364
|
-
page?: number;
|
|
60365
|
-
/**
|
|
60366
|
-
* Number of results to return per page.
|
|
60367
|
-
*/
|
|
60368
|
-
page_size?: number;
|
|
60369
|
-
resource_uuid?: string;
|
|
60370
|
-
role_uuid?: string;
|
|
60371
|
-
};
|
|
60372
|
-
url: '/api/offering-keycloak-groups/remote_groups/';
|
|
60373
|
-
};
|
|
60374
|
-
export type OfferingKeycloakGroupsRemoteGroupsListResponses = {
|
|
60375
|
-
200: Array<RemoteGroup>;
|
|
60376
|
-
};
|
|
60377
|
-
export type OfferingKeycloakGroupsRemoteGroupsListResponse = OfferingKeycloakGroupsRemoteGroupsListResponses[keyof OfferingKeycloakGroupsRemoteGroupsListResponses];
|
|
60378
|
-
export type OfferingKeycloakGroupsRemoteGroupsCountData = {
|
|
60379
|
-
body?: never;
|
|
60380
|
-
path?: never;
|
|
60381
|
-
query: {
|
|
60382
|
-
/**
|
|
60383
|
-
* UUID of the offering
|
|
60384
|
-
*/
|
|
60385
|
-
offering_uuid: string;
|
|
60386
|
-
/**
|
|
60387
|
-
* A page number within the paginated result set.
|
|
60388
|
-
*/
|
|
60389
|
-
page?: number;
|
|
60390
|
-
/**
|
|
60391
|
-
* Number of results to return per page.
|
|
60392
|
-
*/
|
|
60393
|
-
page_size?: number;
|
|
60394
|
-
resource_uuid?: string;
|
|
60395
|
-
role_uuid?: string;
|
|
60396
|
-
};
|
|
60397
|
-
url: '/api/offering-keycloak-groups/remote_groups/';
|
|
60398
|
-
};
|
|
60399
|
-
export type OfferingKeycloakGroupsRemoteGroupsCountResponses = {
|
|
60400
|
-
/**
|
|
60401
|
-
* No response body
|
|
60402
|
-
*/
|
|
60403
|
-
200: unknown;
|
|
60404
|
-
};
|
|
60405
|
-
export type OfferingKeycloakGroupsSearchRemoteUsersListData = {
|
|
60406
|
-
body?: never;
|
|
60407
|
-
path?: never;
|
|
60408
|
-
query: {
|
|
60409
|
-
/**
|
|
60410
|
-
* UUID of the offering
|
|
60411
|
-
*/
|
|
60412
|
-
offering_uuid: string;
|
|
60413
|
-
/**
|
|
60414
|
-
* A page number within the paginated result set.
|
|
60415
|
-
*/
|
|
60416
|
-
page?: number;
|
|
60417
|
-
/**
|
|
60418
|
-
* Number of results to return per page.
|
|
60419
|
-
*/
|
|
60420
|
-
page_size?: number;
|
|
60421
|
-
/**
|
|
60422
|
-
* Search query for username, email, or name
|
|
60423
|
-
*/
|
|
60424
|
-
q: string;
|
|
60425
|
-
resource_uuid?: string;
|
|
60426
|
-
role_uuid?: string;
|
|
60427
|
-
};
|
|
60428
|
-
url: '/api/offering-keycloak-groups/search_remote_users/';
|
|
60429
|
-
};
|
|
60430
|
-
export type OfferingKeycloakGroupsSearchRemoteUsersListResponses = {
|
|
60431
|
-
200: Array<RemoteGroupMember>;
|
|
60432
|
-
};
|
|
60433
|
-
export type OfferingKeycloakGroupsSearchRemoteUsersListResponse = OfferingKeycloakGroupsSearchRemoteUsersListResponses[keyof OfferingKeycloakGroupsSearchRemoteUsersListResponses];
|
|
60434
|
-
export type OfferingKeycloakGroupsSearchRemoteUsersCountData = {
|
|
60435
|
-
body?: never;
|
|
60436
|
-
path?: never;
|
|
60437
|
-
query: {
|
|
60438
|
-
/**
|
|
60439
|
-
* UUID of the offering
|
|
60440
|
-
*/
|
|
60441
|
-
offering_uuid: string;
|
|
60442
|
-
/**
|
|
60443
|
-
* A page number within the paginated result set.
|
|
60444
|
-
*/
|
|
60445
|
-
page?: number;
|
|
60446
|
-
/**
|
|
60447
|
-
* Number of results to return per page.
|
|
60448
|
-
*/
|
|
60449
|
-
page_size?: number;
|
|
60450
|
-
/**
|
|
60451
|
-
* Search query for username, email, or name
|
|
60452
|
-
*/
|
|
60453
|
-
q: string;
|
|
60454
|
-
resource_uuid?: string;
|
|
60455
|
-
role_uuid?: string;
|
|
60456
|
-
};
|
|
60457
|
-
url: '/api/offering-keycloak-groups/search_remote_users/';
|
|
60458
|
-
};
|
|
60459
|
-
export type OfferingKeycloakGroupsSearchRemoteUsersCountResponses = {
|
|
60460
|
-
/**
|
|
60461
|
-
* No response body
|
|
60462
|
-
*/
|
|
60463
|
-
200: unknown;
|
|
60464
|
-
};
|
|
60465
|
-
export type OfferingKeycloakGroupsSyncStatusRetrieveData = {
|
|
60466
|
-
body?: never;
|
|
60467
|
-
path?: never;
|
|
60468
|
-
query: {
|
|
60469
|
-
/**
|
|
60470
|
-
* UUID of the offering
|
|
60471
|
-
*/
|
|
60472
|
-
offering_uuid: string;
|
|
60473
|
-
};
|
|
60474
|
-
url: '/api/offering-keycloak-groups/sync_status/';
|
|
60475
|
-
};
|
|
60476
|
-
export type OfferingKeycloakGroupsSyncStatusRetrieveResponses = {
|
|
60477
|
-
200: SyncStatusResponse;
|
|
60478
|
-
};
|
|
60479
|
-
export type OfferingKeycloakGroupsSyncStatusRetrieveResponse = OfferingKeycloakGroupsSyncStatusRetrieveResponses[keyof OfferingKeycloakGroupsSyncStatusRetrieveResponses];
|
|
60480
|
-
export type OfferingKeycloakGroupsSyncStatusCountData = {
|
|
60481
|
-
body?: never;
|
|
60482
|
-
path?: never;
|
|
60483
|
-
query: {
|
|
60484
|
-
/**
|
|
60485
|
-
* UUID of the offering
|
|
60486
|
-
*/
|
|
60487
|
-
offering_uuid: string;
|
|
60488
|
-
};
|
|
60489
|
-
url: '/api/offering-keycloak-groups/sync_status/';
|
|
60490
|
-
};
|
|
60491
|
-
export type OfferingKeycloakGroupsSyncStatusCountResponses = {
|
|
60492
|
-
/**
|
|
60493
|
-
* No response body
|
|
60494
|
-
*/
|
|
60495
|
-
200: unknown;
|
|
60496
|
-
};
|
|
60497
|
-
export type OfferingKeycloakGroupsTestConnectionData = {
|
|
60498
|
-
body: OfferingUuidRequest;
|
|
60499
|
-
path?: never;
|
|
60500
|
-
query?: never;
|
|
60501
|
-
url: '/api/offering-keycloak-groups/test_connection/';
|
|
60502
|
-
};
|
|
60503
|
-
export type OfferingKeycloakGroupsTestConnectionResponses = {
|
|
60504
|
-
200: TestConnectionResponse;
|
|
60505
|
-
};
|
|
60506
|
-
export type OfferingKeycloakGroupsTestConnectionResponse = OfferingKeycloakGroupsTestConnectionResponses[keyof OfferingKeycloakGroupsTestConnectionResponses];
|
|
60507
|
-
export type OfferingKeycloakMembershipsListData = {
|
|
60508
|
-
body?: never;
|
|
60509
|
-
path?: never;
|
|
60510
|
-
query?: {
|
|
60511
|
-
email?: string;
|
|
60512
|
-
first_name?: string;
|
|
60513
|
-
group_uuid?: string;
|
|
60514
|
-
last_name?: string;
|
|
60515
|
-
offering_uuid?: string;
|
|
60516
|
-
/**
|
|
60517
|
-
* A page number within the paginated result set.
|
|
60518
|
-
*/
|
|
60519
|
-
page?: number;
|
|
60520
|
-
/**
|
|
60521
|
-
* Number of results to return per page.
|
|
60522
|
-
*/
|
|
60523
|
-
page_size?: number;
|
|
60524
|
-
resource_uuid?: string;
|
|
60525
|
-
role_uuid?: string;
|
|
60526
|
-
state?: Array<KeycloakUserGroupMembershipState>;
|
|
60527
|
-
username?: string;
|
|
60528
|
-
};
|
|
60529
|
-
url: '/api/offering-keycloak-memberships/';
|
|
60530
|
-
};
|
|
60531
|
-
export type OfferingKeycloakMembershipsListResponses = {
|
|
60532
|
-
200: Array<OfferingKeycloakMembership>;
|
|
60533
|
-
};
|
|
60534
|
-
export type OfferingKeycloakMembershipsListResponse = OfferingKeycloakMembershipsListResponses[keyof OfferingKeycloakMembershipsListResponses];
|
|
60535
|
-
export type OfferingKeycloakMembershipsCountData = {
|
|
60536
|
-
body?: never;
|
|
60537
|
-
path?: never;
|
|
60538
|
-
query?: {
|
|
60539
|
-
email?: string;
|
|
60540
|
-
first_name?: string;
|
|
60541
|
-
group_uuid?: string;
|
|
60542
|
-
last_name?: string;
|
|
60543
|
-
offering_uuid?: string;
|
|
60544
|
-
/**
|
|
60545
|
-
* A page number within the paginated result set.
|
|
60546
|
-
*/
|
|
60547
|
-
page?: number;
|
|
60548
|
-
/**
|
|
60549
|
-
* Number of results to return per page.
|
|
60550
|
-
*/
|
|
60551
|
-
page_size?: number;
|
|
60552
|
-
resource_uuid?: string;
|
|
60553
|
-
role_uuid?: string;
|
|
60554
|
-
state?: Array<KeycloakUserGroupMembershipState>;
|
|
60555
|
-
username?: string;
|
|
60556
|
-
};
|
|
60557
|
-
url: '/api/offering-keycloak-memberships/';
|
|
60558
|
-
};
|
|
60559
|
-
export type OfferingKeycloakMembershipsCountResponses = {
|
|
60560
|
-
/**
|
|
60561
|
-
* No response body
|
|
60562
|
-
*/
|
|
60563
|
-
200: unknown;
|
|
60564
|
-
};
|
|
60565
|
-
export type OfferingKeycloakMembershipsCreateData = {
|
|
60566
|
-
body: OfferingKeycloakMembershipRequest;
|
|
60567
|
-
path?: never;
|
|
60568
|
-
query?: never;
|
|
60569
|
-
url: '/api/offering-keycloak-memberships/';
|
|
60570
|
-
};
|
|
60571
|
-
export type OfferingKeycloakMembershipsCreateResponses = {
|
|
60572
|
-
201: OfferingKeycloakMembership;
|
|
60573
|
-
};
|
|
60574
|
-
export type OfferingKeycloakMembershipsCreateResponse = OfferingKeycloakMembershipsCreateResponses[keyof OfferingKeycloakMembershipsCreateResponses];
|
|
60575
|
-
export type OfferingKeycloakMembershipsDestroyData = {
|
|
60576
|
-
body?: never;
|
|
60577
|
-
path: {
|
|
60578
|
-
uuid: string;
|
|
60579
|
-
};
|
|
60580
|
-
query?: never;
|
|
60581
|
-
url: '/api/offering-keycloak-memberships/{uuid}/';
|
|
60582
|
-
};
|
|
60583
|
-
export type OfferingKeycloakMembershipsDestroyResponses = {
|
|
60584
|
-
/**
|
|
60585
|
-
* No response body
|
|
60586
|
-
*/
|
|
60587
|
-
204: void;
|
|
60588
|
-
};
|
|
60589
|
-
export type OfferingKeycloakMembershipsDestroyResponse = OfferingKeycloakMembershipsDestroyResponses[keyof OfferingKeycloakMembershipsDestroyResponses];
|
|
60590
|
-
export type OfferingKeycloakMembershipsRetrieveData = {
|
|
60591
|
-
body?: never;
|
|
60592
|
-
path: {
|
|
60593
|
-
uuid: string;
|
|
60594
|
-
};
|
|
60595
|
-
query?: never;
|
|
60596
|
-
url: '/api/offering-keycloak-memberships/{uuid}/';
|
|
60597
|
-
};
|
|
60598
|
-
export type OfferingKeycloakMembershipsRetrieveResponses = {
|
|
60599
|
-
200: OfferingKeycloakMembership;
|
|
60600
|
-
};
|
|
60601
|
-
export type OfferingKeycloakMembershipsRetrieveResponse = OfferingKeycloakMembershipsRetrieveResponses[keyof OfferingKeycloakMembershipsRetrieveResponses];
|
|
60602
60001
|
export type OnboardingJustificationsListData = {
|
|
60603
60002
|
body?: never;
|
|
60604
60003
|
path?: never;
|
|
@@ -80936,7 +80335,7 @@ export type SupportRequestTypesAdminUpdateResponses = {
|
|
|
80936
80335
|
};
|
|
80937
80336
|
export type SupportRequestTypesAdminUpdateResponse = SupportRequestTypesAdminUpdateResponses[keyof SupportRequestTypesAdminUpdateResponses];
|
|
80938
80337
|
export type SupportRequestTypesAdminActivateData = {
|
|
80939
|
-
body
|
|
80338
|
+
body?: never;
|
|
80940
80339
|
path: {
|
|
80941
80340
|
uuid: string;
|
|
80942
80341
|
};
|
|
@@ -80948,7 +80347,7 @@ export type SupportRequestTypesAdminActivateResponses = {
|
|
|
80948
80347
|
};
|
|
80949
80348
|
export type SupportRequestTypesAdminActivateResponse = SupportRequestTypesAdminActivateResponses[keyof SupportRequestTypesAdminActivateResponses];
|
|
80950
80349
|
export type SupportRequestTypesAdminDeactivateData = {
|
|
80951
|
-
body
|
|
80350
|
+
body?: never;
|
|
80952
80351
|
path: {
|
|
80953
80352
|
uuid: string;
|
|
80954
80353
|
};
|
|
@@ -80960,7 +80359,7 @@ export type SupportRequestTypesAdminDeactivateResponses = {
|
|
|
80960
80359
|
};
|
|
80961
80360
|
export type SupportRequestTypesAdminDeactivateResponse = SupportRequestTypesAdminDeactivateResponses[keyof SupportRequestTypesAdminDeactivateResponses];
|
|
80962
80361
|
export type SupportRequestTypesAdminReorderData = {
|
|
80963
|
-
body:
|
|
80362
|
+
body: RequestTypeReorderRequest;
|
|
80964
80363
|
path?: never;
|
|
80965
80364
|
query?: never;
|
|
80966
80365
|
url: '/api/support-request-types-admin/reorder/';
|