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/sdk.gen.js
CHANGED
|
@@ -24467,34 +24467,6 @@ export const marketplaceProviderResourcesSetEndDateByStaff = (options) => {
|
|
|
24467
24467
|
}
|
|
24468
24468
|
});
|
|
24469
24469
|
};
|
|
24470
|
-
/**
|
|
24471
|
-
* Set Keycloak scope options for a resource
|
|
24472
|
-
* Allows a service provider to configure available scope options for Keycloak memberships on a resource. Requires Keycloak integration to be enabled on the offering.
|
|
24473
|
-
*/
|
|
24474
|
-
export const marketplaceProviderResourcesSetKeycloakScopes = (options) => {
|
|
24475
|
-
return (options.client ?? _heyApiClient).post({
|
|
24476
|
-
security: [
|
|
24477
|
-
{
|
|
24478
|
-
name: 'Authorization',
|
|
24479
|
-
type: 'apiKey'
|
|
24480
|
-
},
|
|
24481
|
-
{
|
|
24482
|
-
scheme: 'bearer',
|
|
24483
|
-
type: 'http'
|
|
24484
|
-
},
|
|
24485
|
-
{
|
|
24486
|
-
scheme: 'bearer',
|
|
24487
|
-
type: 'http'
|
|
24488
|
-
}
|
|
24489
|
-
],
|
|
24490
|
-
url: '/api/marketplace-provider-resources/{uuid}/set_keycloak_scopes/',
|
|
24491
|
-
...options,
|
|
24492
|
-
headers: {
|
|
24493
|
-
'Content-Type': 'application/json',
|
|
24494
|
-
...options.headers
|
|
24495
|
-
}
|
|
24496
|
-
});
|
|
24497
|
-
};
|
|
24498
24470
|
/**
|
|
24499
24471
|
* Set resource limits
|
|
24500
24472
|
* Allows a service provider to directly set the limits for a resource. This is typically used for administrative changes or backend synchronization, bypassing the normal order process.
|
|
@@ -32870,488 +32842,6 @@ export const notificationMessagesEnable = (options) => {
|
|
|
32870
32842
|
...options
|
|
32871
32843
|
});
|
|
32872
32844
|
};
|
|
32873
|
-
export const offeringKeycloakGroupsList = (options) => {
|
|
32874
|
-
return (options?.client ?? _heyApiClient).get({
|
|
32875
|
-
security: [
|
|
32876
|
-
{
|
|
32877
|
-
name: 'Authorization',
|
|
32878
|
-
type: 'apiKey'
|
|
32879
|
-
},
|
|
32880
|
-
{
|
|
32881
|
-
scheme: 'bearer',
|
|
32882
|
-
type: 'http'
|
|
32883
|
-
},
|
|
32884
|
-
{
|
|
32885
|
-
scheme: 'bearer',
|
|
32886
|
-
type: 'http'
|
|
32887
|
-
}
|
|
32888
|
-
],
|
|
32889
|
-
url: '/api/offering-keycloak-groups/',
|
|
32890
|
-
...options
|
|
32891
|
-
});
|
|
32892
|
-
};
|
|
32893
|
-
/**
|
|
32894
|
-
* Get number of items in the collection matching the request parameters.
|
|
32895
|
-
*/
|
|
32896
|
-
export const offeringKeycloakGroupsCount = (options) => {
|
|
32897
|
-
return (options?.client ?? _heyApiClient).head({
|
|
32898
|
-
security: [
|
|
32899
|
-
{
|
|
32900
|
-
name: 'Authorization',
|
|
32901
|
-
type: 'apiKey'
|
|
32902
|
-
},
|
|
32903
|
-
{
|
|
32904
|
-
scheme: 'bearer',
|
|
32905
|
-
type: 'http'
|
|
32906
|
-
},
|
|
32907
|
-
{
|
|
32908
|
-
scheme: 'bearer',
|
|
32909
|
-
type: 'http'
|
|
32910
|
-
}
|
|
32911
|
-
],
|
|
32912
|
-
url: '/api/offering-keycloak-groups/',
|
|
32913
|
-
...options
|
|
32914
|
-
});
|
|
32915
|
-
};
|
|
32916
|
-
export const offeringKeycloakGroupsDestroy = (options) => {
|
|
32917
|
-
return (options.client ?? _heyApiClient).delete({
|
|
32918
|
-
security: [
|
|
32919
|
-
{
|
|
32920
|
-
name: 'Authorization',
|
|
32921
|
-
type: 'apiKey'
|
|
32922
|
-
},
|
|
32923
|
-
{
|
|
32924
|
-
scheme: 'bearer',
|
|
32925
|
-
type: 'http'
|
|
32926
|
-
},
|
|
32927
|
-
{
|
|
32928
|
-
scheme: 'bearer',
|
|
32929
|
-
type: 'http'
|
|
32930
|
-
}
|
|
32931
|
-
],
|
|
32932
|
-
url: '/api/offering-keycloak-groups/{uuid}/',
|
|
32933
|
-
...options
|
|
32934
|
-
});
|
|
32935
|
-
};
|
|
32936
|
-
export const offeringKeycloakGroupsRetrieve = (options) => {
|
|
32937
|
-
return (options.client ?? _heyApiClient).get({
|
|
32938
|
-
security: [
|
|
32939
|
-
{
|
|
32940
|
-
name: 'Authorization',
|
|
32941
|
-
type: 'apiKey'
|
|
32942
|
-
},
|
|
32943
|
-
{
|
|
32944
|
-
scheme: 'bearer',
|
|
32945
|
-
type: 'http'
|
|
32946
|
-
},
|
|
32947
|
-
{
|
|
32948
|
-
scheme: 'bearer',
|
|
32949
|
-
type: 'http'
|
|
32950
|
-
}
|
|
32951
|
-
],
|
|
32952
|
-
url: '/api/offering-keycloak-groups/{uuid}/',
|
|
32953
|
-
...options
|
|
32954
|
-
});
|
|
32955
|
-
};
|
|
32956
|
-
/**
|
|
32957
|
-
* Pull members from Keycloak for a group
|
|
32958
|
-
*/
|
|
32959
|
-
export const offeringKeycloakGroupsPullMembers = (options) => {
|
|
32960
|
-
return (options.client ?? _heyApiClient).post({
|
|
32961
|
-
security: [
|
|
32962
|
-
{
|
|
32963
|
-
name: 'Authorization',
|
|
32964
|
-
type: 'apiKey'
|
|
32965
|
-
},
|
|
32966
|
-
{
|
|
32967
|
-
scheme: 'bearer',
|
|
32968
|
-
type: 'http'
|
|
32969
|
-
},
|
|
32970
|
-
{
|
|
32971
|
-
scheme: 'bearer',
|
|
32972
|
-
type: 'http'
|
|
32973
|
-
}
|
|
32974
|
-
],
|
|
32975
|
-
url: '/api/offering-keycloak-groups/{uuid}/pull_members/',
|
|
32976
|
-
...options
|
|
32977
|
-
});
|
|
32978
|
-
};
|
|
32979
|
-
/**
|
|
32980
|
-
* Set or unlink the backend_id (remote Keycloak group ID) for a local group
|
|
32981
|
-
*/
|
|
32982
|
-
export const offeringKeycloakGroupsSetBackendId = (options) => {
|
|
32983
|
-
return (options.client ?? _heyApiClient).post({
|
|
32984
|
-
security: [
|
|
32985
|
-
{
|
|
32986
|
-
name: 'Authorization',
|
|
32987
|
-
type: 'apiKey'
|
|
32988
|
-
},
|
|
32989
|
-
{
|
|
32990
|
-
scheme: 'bearer',
|
|
32991
|
-
type: 'http'
|
|
32992
|
-
},
|
|
32993
|
-
{
|
|
32994
|
-
scheme: 'bearer',
|
|
32995
|
-
type: 'http'
|
|
32996
|
-
}
|
|
32997
|
-
],
|
|
32998
|
-
url: '/api/offering-keycloak-groups/{uuid}/set_backend_id/',
|
|
32999
|
-
...options,
|
|
33000
|
-
headers: {
|
|
33001
|
-
'Content-Type': 'application/json',
|
|
33002
|
-
...options.headers
|
|
33003
|
-
}
|
|
33004
|
-
});
|
|
33005
|
-
};
|
|
33006
|
-
/**
|
|
33007
|
-
* Import a remote Keycloak group as a local OfferingKeycloakGroup
|
|
33008
|
-
*/
|
|
33009
|
-
export const offeringKeycloakGroupsImportRemote = (options) => {
|
|
33010
|
-
return (options.client ?? _heyApiClient).post({
|
|
33011
|
-
security: [
|
|
33012
|
-
{
|
|
33013
|
-
name: 'Authorization',
|
|
33014
|
-
type: 'apiKey'
|
|
33015
|
-
},
|
|
33016
|
-
{
|
|
33017
|
-
scheme: 'bearer',
|
|
33018
|
-
type: 'http'
|
|
33019
|
-
},
|
|
33020
|
-
{
|
|
33021
|
-
scheme: 'bearer',
|
|
33022
|
-
type: 'http'
|
|
33023
|
-
}
|
|
33024
|
-
],
|
|
33025
|
-
url: '/api/offering-keycloak-groups/import_remote/',
|
|
33026
|
-
...options,
|
|
33027
|
-
headers: {
|
|
33028
|
-
'Content-Type': 'application/json',
|
|
33029
|
-
...options.headers
|
|
33030
|
-
}
|
|
33031
|
-
});
|
|
33032
|
-
};
|
|
33033
|
-
/**
|
|
33034
|
-
* List members of a remote Keycloak group
|
|
33035
|
-
*/
|
|
33036
|
-
export const offeringKeycloakGroupsRemoteGroupMembersList = (options) => {
|
|
33037
|
-
return (options.client ?? _heyApiClient).get({
|
|
33038
|
-
security: [
|
|
33039
|
-
{
|
|
33040
|
-
name: 'Authorization',
|
|
33041
|
-
type: 'apiKey'
|
|
33042
|
-
},
|
|
33043
|
-
{
|
|
33044
|
-
scheme: 'bearer',
|
|
33045
|
-
type: 'http'
|
|
33046
|
-
},
|
|
33047
|
-
{
|
|
33048
|
-
scheme: 'bearer',
|
|
33049
|
-
type: 'http'
|
|
33050
|
-
}
|
|
33051
|
-
],
|
|
33052
|
-
url: '/api/offering-keycloak-groups/remote_group_members/',
|
|
33053
|
-
...options
|
|
33054
|
-
});
|
|
33055
|
-
};
|
|
33056
|
-
/**
|
|
33057
|
-
* List members of a remote Keycloak group
|
|
33058
|
-
* Get number of items in the collection matching the request parameters.
|
|
33059
|
-
*/
|
|
33060
|
-
export const offeringKeycloakGroupsRemoteGroupMembersCount = (options) => {
|
|
33061
|
-
return (options.client ?? _heyApiClient).head({
|
|
33062
|
-
security: [
|
|
33063
|
-
{
|
|
33064
|
-
name: 'Authorization',
|
|
33065
|
-
type: 'apiKey'
|
|
33066
|
-
},
|
|
33067
|
-
{
|
|
33068
|
-
scheme: 'bearer',
|
|
33069
|
-
type: 'http'
|
|
33070
|
-
},
|
|
33071
|
-
{
|
|
33072
|
-
scheme: 'bearer',
|
|
33073
|
-
type: 'http'
|
|
33074
|
-
}
|
|
33075
|
-
],
|
|
33076
|
-
url: '/api/offering-keycloak-groups/remote_group_members/',
|
|
33077
|
-
...options
|
|
33078
|
-
});
|
|
33079
|
-
};
|
|
33080
|
-
/**
|
|
33081
|
-
* List remote Keycloak groups for an offering
|
|
33082
|
-
*/
|
|
33083
|
-
export const offeringKeycloakGroupsRemoteGroupsList = (options) => {
|
|
33084
|
-
return (options.client ?? _heyApiClient).get({
|
|
33085
|
-
security: [
|
|
33086
|
-
{
|
|
33087
|
-
name: 'Authorization',
|
|
33088
|
-
type: 'apiKey'
|
|
33089
|
-
},
|
|
33090
|
-
{
|
|
33091
|
-
scheme: 'bearer',
|
|
33092
|
-
type: 'http'
|
|
33093
|
-
},
|
|
33094
|
-
{
|
|
33095
|
-
scheme: 'bearer',
|
|
33096
|
-
type: 'http'
|
|
33097
|
-
}
|
|
33098
|
-
],
|
|
33099
|
-
url: '/api/offering-keycloak-groups/remote_groups/',
|
|
33100
|
-
...options
|
|
33101
|
-
});
|
|
33102
|
-
};
|
|
33103
|
-
/**
|
|
33104
|
-
* List remote Keycloak groups for an offering
|
|
33105
|
-
* Get number of items in the collection matching the request parameters.
|
|
33106
|
-
*/
|
|
33107
|
-
export const offeringKeycloakGroupsRemoteGroupsCount = (options) => {
|
|
33108
|
-
return (options.client ?? _heyApiClient).head({
|
|
33109
|
-
security: [
|
|
33110
|
-
{
|
|
33111
|
-
name: 'Authorization',
|
|
33112
|
-
type: 'apiKey'
|
|
33113
|
-
},
|
|
33114
|
-
{
|
|
33115
|
-
scheme: 'bearer',
|
|
33116
|
-
type: 'http'
|
|
33117
|
-
},
|
|
33118
|
-
{
|
|
33119
|
-
scheme: 'bearer',
|
|
33120
|
-
type: 'http'
|
|
33121
|
-
}
|
|
33122
|
-
],
|
|
33123
|
-
url: '/api/offering-keycloak-groups/remote_groups/',
|
|
33124
|
-
...options
|
|
33125
|
-
});
|
|
33126
|
-
};
|
|
33127
|
-
/**
|
|
33128
|
-
* Search for users in remote Keycloak instance
|
|
33129
|
-
*/
|
|
33130
|
-
export const offeringKeycloakGroupsSearchRemoteUsersList = (options) => {
|
|
33131
|
-
return (options.client ?? _heyApiClient).get({
|
|
33132
|
-
security: [
|
|
33133
|
-
{
|
|
33134
|
-
name: 'Authorization',
|
|
33135
|
-
type: 'apiKey'
|
|
33136
|
-
},
|
|
33137
|
-
{
|
|
33138
|
-
scheme: 'bearer',
|
|
33139
|
-
type: 'http'
|
|
33140
|
-
},
|
|
33141
|
-
{
|
|
33142
|
-
scheme: 'bearer',
|
|
33143
|
-
type: 'http'
|
|
33144
|
-
}
|
|
33145
|
-
],
|
|
33146
|
-
url: '/api/offering-keycloak-groups/search_remote_users/',
|
|
33147
|
-
...options
|
|
33148
|
-
});
|
|
33149
|
-
};
|
|
33150
|
-
/**
|
|
33151
|
-
* Search for users in remote Keycloak instance
|
|
33152
|
-
* Get number of items in the collection matching the request parameters.
|
|
33153
|
-
*/
|
|
33154
|
-
export const offeringKeycloakGroupsSearchRemoteUsersCount = (options) => {
|
|
33155
|
-
return (options.client ?? _heyApiClient).head({
|
|
33156
|
-
security: [
|
|
33157
|
-
{
|
|
33158
|
-
name: 'Authorization',
|
|
33159
|
-
type: 'apiKey'
|
|
33160
|
-
},
|
|
33161
|
-
{
|
|
33162
|
-
scheme: 'bearer',
|
|
33163
|
-
type: 'http'
|
|
33164
|
-
},
|
|
33165
|
-
{
|
|
33166
|
-
scheme: 'bearer',
|
|
33167
|
-
type: 'http'
|
|
33168
|
-
}
|
|
33169
|
-
],
|
|
33170
|
-
url: '/api/offering-keycloak-groups/search_remote_users/',
|
|
33171
|
-
...options
|
|
33172
|
-
});
|
|
33173
|
-
};
|
|
33174
|
-
/**
|
|
33175
|
-
* Compare local and remote Keycloak group state
|
|
33176
|
-
*/
|
|
33177
|
-
export const offeringKeycloakGroupsSyncStatusRetrieve = (options) => {
|
|
33178
|
-
return (options.client ?? _heyApiClient).get({
|
|
33179
|
-
security: [
|
|
33180
|
-
{
|
|
33181
|
-
name: 'Authorization',
|
|
33182
|
-
type: 'apiKey'
|
|
33183
|
-
},
|
|
33184
|
-
{
|
|
33185
|
-
scheme: 'bearer',
|
|
33186
|
-
type: 'http'
|
|
33187
|
-
},
|
|
33188
|
-
{
|
|
33189
|
-
scheme: 'bearer',
|
|
33190
|
-
type: 'http'
|
|
33191
|
-
}
|
|
33192
|
-
],
|
|
33193
|
-
url: '/api/offering-keycloak-groups/sync_status/',
|
|
33194
|
-
...options
|
|
33195
|
-
});
|
|
33196
|
-
};
|
|
33197
|
-
/**
|
|
33198
|
-
* Compare local and remote Keycloak group state
|
|
33199
|
-
* Get number of items in the collection matching the request parameters.
|
|
33200
|
-
*/
|
|
33201
|
-
export const offeringKeycloakGroupsSyncStatusCount = (options) => {
|
|
33202
|
-
return (options.client ?? _heyApiClient).head({
|
|
33203
|
-
security: [
|
|
33204
|
-
{
|
|
33205
|
-
name: 'Authorization',
|
|
33206
|
-
type: 'apiKey'
|
|
33207
|
-
},
|
|
33208
|
-
{
|
|
33209
|
-
scheme: 'bearer',
|
|
33210
|
-
type: 'http'
|
|
33211
|
-
},
|
|
33212
|
-
{
|
|
33213
|
-
scheme: 'bearer',
|
|
33214
|
-
type: 'http'
|
|
33215
|
-
}
|
|
33216
|
-
],
|
|
33217
|
-
url: '/api/offering-keycloak-groups/sync_status/',
|
|
33218
|
-
...options
|
|
33219
|
-
});
|
|
33220
|
-
};
|
|
33221
|
-
/**
|
|
33222
|
-
* Test Keycloak connection for an offering
|
|
33223
|
-
*/
|
|
33224
|
-
export const offeringKeycloakGroupsTestConnection = (options) => {
|
|
33225
|
-
return (options.client ?? _heyApiClient).post({
|
|
33226
|
-
security: [
|
|
33227
|
-
{
|
|
33228
|
-
name: 'Authorization',
|
|
33229
|
-
type: 'apiKey'
|
|
33230
|
-
},
|
|
33231
|
-
{
|
|
33232
|
-
scheme: 'bearer',
|
|
33233
|
-
type: 'http'
|
|
33234
|
-
},
|
|
33235
|
-
{
|
|
33236
|
-
scheme: 'bearer',
|
|
33237
|
-
type: 'http'
|
|
33238
|
-
}
|
|
33239
|
-
],
|
|
33240
|
-
url: '/api/offering-keycloak-groups/test_connection/',
|
|
33241
|
-
...options,
|
|
33242
|
-
headers: {
|
|
33243
|
-
'Content-Type': 'application/json',
|
|
33244
|
-
...options.headers
|
|
33245
|
-
}
|
|
33246
|
-
});
|
|
33247
|
-
};
|
|
33248
|
-
export const offeringKeycloakMembershipsList = (options) => {
|
|
33249
|
-
return (options?.client ?? _heyApiClient).get({
|
|
33250
|
-
security: [
|
|
33251
|
-
{
|
|
33252
|
-
name: 'Authorization',
|
|
33253
|
-
type: 'apiKey'
|
|
33254
|
-
},
|
|
33255
|
-
{
|
|
33256
|
-
scheme: 'bearer',
|
|
33257
|
-
type: 'http'
|
|
33258
|
-
},
|
|
33259
|
-
{
|
|
33260
|
-
scheme: 'bearer',
|
|
33261
|
-
type: 'http'
|
|
33262
|
-
}
|
|
33263
|
-
],
|
|
33264
|
-
url: '/api/offering-keycloak-memberships/',
|
|
33265
|
-
...options
|
|
33266
|
-
});
|
|
33267
|
-
};
|
|
33268
|
-
/**
|
|
33269
|
-
* Get number of items in the collection matching the request parameters.
|
|
33270
|
-
*/
|
|
33271
|
-
export const offeringKeycloakMembershipsCount = (options) => {
|
|
33272
|
-
return (options?.client ?? _heyApiClient).head({
|
|
33273
|
-
security: [
|
|
33274
|
-
{
|
|
33275
|
-
name: 'Authorization',
|
|
33276
|
-
type: 'apiKey'
|
|
33277
|
-
},
|
|
33278
|
-
{
|
|
33279
|
-
scheme: 'bearer',
|
|
33280
|
-
type: 'http'
|
|
33281
|
-
},
|
|
33282
|
-
{
|
|
33283
|
-
scheme: 'bearer',
|
|
33284
|
-
type: 'http'
|
|
33285
|
-
}
|
|
33286
|
-
],
|
|
33287
|
-
url: '/api/offering-keycloak-memberships/',
|
|
33288
|
-
...options
|
|
33289
|
-
});
|
|
33290
|
-
};
|
|
33291
|
-
export const offeringKeycloakMembershipsCreate = (options) => {
|
|
33292
|
-
return (options.client ?? _heyApiClient).post({
|
|
33293
|
-
security: [
|
|
33294
|
-
{
|
|
33295
|
-
name: 'Authorization',
|
|
33296
|
-
type: 'apiKey'
|
|
33297
|
-
},
|
|
33298
|
-
{
|
|
33299
|
-
scheme: 'bearer',
|
|
33300
|
-
type: 'http'
|
|
33301
|
-
},
|
|
33302
|
-
{
|
|
33303
|
-
scheme: 'bearer',
|
|
33304
|
-
type: 'http'
|
|
33305
|
-
}
|
|
33306
|
-
],
|
|
33307
|
-
url: '/api/offering-keycloak-memberships/',
|
|
33308
|
-
...options,
|
|
33309
|
-
headers: {
|
|
33310
|
-
'Content-Type': 'application/json',
|
|
33311
|
-
...options.headers
|
|
33312
|
-
}
|
|
33313
|
-
});
|
|
33314
|
-
};
|
|
33315
|
-
export const offeringKeycloakMembershipsDestroy = (options) => {
|
|
33316
|
-
return (options.client ?? _heyApiClient).delete({
|
|
33317
|
-
security: [
|
|
33318
|
-
{
|
|
33319
|
-
name: 'Authorization',
|
|
33320
|
-
type: 'apiKey'
|
|
33321
|
-
},
|
|
33322
|
-
{
|
|
33323
|
-
scheme: 'bearer',
|
|
33324
|
-
type: 'http'
|
|
33325
|
-
},
|
|
33326
|
-
{
|
|
33327
|
-
scheme: 'bearer',
|
|
33328
|
-
type: 'http'
|
|
33329
|
-
}
|
|
33330
|
-
],
|
|
33331
|
-
url: '/api/offering-keycloak-memberships/{uuid}/',
|
|
33332
|
-
...options
|
|
33333
|
-
});
|
|
33334
|
-
};
|
|
33335
|
-
export const offeringKeycloakMembershipsRetrieve = (options) => {
|
|
33336
|
-
return (options.client ?? _heyApiClient).get({
|
|
33337
|
-
security: [
|
|
33338
|
-
{
|
|
33339
|
-
name: 'Authorization',
|
|
33340
|
-
type: 'apiKey'
|
|
33341
|
-
},
|
|
33342
|
-
{
|
|
33343
|
-
scheme: 'bearer',
|
|
33344
|
-
type: 'http'
|
|
33345
|
-
},
|
|
33346
|
-
{
|
|
33347
|
-
scheme: 'bearer',
|
|
33348
|
-
type: 'http'
|
|
33349
|
-
}
|
|
33350
|
-
],
|
|
33351
|
-
url: '/api/offering-keycloak-memberships/{uuid}/',
|
|
33352
|
-
...options
|
|
33353
|
-
});
|
|
33354
|
-
};
|
|
33355
32845
|
export const onboardingJustificationsList = (options) => {
|
|
33356
32846
|
return (options?.client ?? _heyApiClient).get({
|
|
33357
32847
|
security: [
|
|
@@ -55463,11 +54953,7 @@ export const supportRequestTypesAdminActivate = (options) => {
|
|
|
55463
54953
|
}
|
|
55464
54954
|
],
|
|
55465
54955
|
url: '/api/support-request-types-admin/{uuid}/activate/',
|
|
55466
|
-
...options
|
|
55467
|
-
headers: {
|
|
55468
|
-
'Content-Type': 'application/json',
|
|
55469
|
-
...options.headers
|
|
55470
|
-
}
|
|
54956
|
+
...options
|
|
55471
54957
|
});
|
|
55472
54958
|
};
|
|
55473
54959
|
/**
|
|
@@ -55490,11 +54976,7 @@ export const supportRequestTypesAdminDeactivate = (options) => {
|
|
|
55490
54976
|
}
|
|
55491
54977
|
],
|
|
55492
54978
|
url: '/api/support-request-types-admin/{uuid}/deactivate/',
|
|
55493
|
-
...options
|
|
55494
|
-
headers: {
|
|
55495
|
-
'Content-Type': 'application/json',
|
|
55496
|
-
...options.headers
|
|
55497
|
-
}
|
|
54979
|
+
...options
|
|
55498
54980
|
});
|
|
55499
54981
|
};
|
|
55500
54982
|
/**
|