@coscine/api-client 3.2.0 → 3.3.0

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.
@@ -67,31 +67,37 @@ export interface ApiTokenDto {
67
67
  /**
68
68
  *
69
69
  * @export
70
- * @interface ApiTokenDtoIEnumerablePagedResponse
70
+ * @interface ApiTokenDtoPagedResponse
71
71
  */
72
- export interface ApiTokenDtoIEnumerablePagedResponse {
72
+ export interface ApiTokenDtoPagedResponse {
73
73
  /**
74
74
  *
75
75
  * @type {Array<ApiTokenDto>}
76
- * @memberof ApiTokenDtoIEnumerablePagedResponse
76
+ * @memberof ApiTokenDtoPagedResponse
77
77
  */
78
78
  data?: Array<ApiTokenDto> | null;
79
+ /**
80
+ *
81
+ * @type {boolean}
82
+ * @memberof ApiTokenDtoPagedResponse
83
+ */
84
+ isSuccess?: boolean;
79
85
  /**
80
86
  *
81
87
  * @type {number}
82
- * @memberof ApiTokenDtoIEnumerablePagedResponse
88
+ * @memberof ApiTokenDtoPagedResponse
83
89
  */
84
90
  statusCode?: number | null;
85
91
  /**
86
92
  *
87
- * @type {boolean}
88
- * @memberof ApiTokenDtoIEnumerablePagedResponse
93
+ * @type {string}
94
+ * @memberof ApiTokenDtoPagedResponse
89
95
  */
90
- isSuccess?: boolean;
96
+ traceId?: string | null;
91
97
  /**
92
98
  *
93
99
  * @type {Pagination}
94
- * @memberof ApiTokenDtoIEnumerablePagedResponse
100
+ * @memberof ApiTokenDtoPagedResponse
95
101
  */
96
102
  pagination?: Pagination;
97
103
  }
@@ -107,6 +113,12 @@ export interface ApiTokenDtoResponse {
107
113
  * @memberof ApiTokenDtoResponse
108
114
  */
109
115
  data?: ApiTokenDto;
116
+ /**
117
+ *
118
+ * @type {boolean}
119
+ * @memberof ApiTokenDtoResponse
120
+ */
121
+ isSuccess?: boolean;
110
122
  /**
111
123
  *
112
124
  * @type {number}
@@ -115,10 +127,10 @@ export interface ApiTokenDtoResponse {
115
127
  statusCode?: number | null;
116
128
  /**
117
129
  *
118
- * @type {boolean}
130
+ * @type {string}
119
131
  * @memberof ApiTokenDtoResponse
120
132
  */
121
- isSuccess?: boolean;
133
+ traceId?: string | null;
122
134
  }
123
135
  /**
124
136
  *
@@ -173,31 +185,37 @@ export interface ApplicationProfileDto {
173
185
  /**
174
186
  *
175
187
  * @export
176
- * @interface ApplicationProfileDtoIEnumerablePagedResponse
188
+ * @interface ApplicationProfileDtoPagedResponse
177
189
  */
178
- export interface ApplicationProfileDtoIEnumerablePagedResponse {
190
+ export interface ApplicationProfileDtoPagedResponse {
179
191
  /**
180
192
  *
181
193
  * @type {Array<ApplicationProfileDto>}
182
- * @memberof ApplicationProfileDtoIEnumerablePagedResponse
194
+ * @memberof ApplicationProfileDtoPagedResponse
183
195
  */
184
196
  data?: Array<ApplicationProfileDto> | null;
197
+ /**
198
+ *
199
+ * @type {boolean}
200
+ * @memberof ApplicationProfileDtoPagedResponse
201
+ */
202
+ isSuccess?: boolean;
185
203
  /**
186
204
  *
187
205
  * @type {number}
188
- * @memberof ApplicationProfileDtoIEnumerablePagedResponse
206
+ * @memberof ApplicationProfileDtoPagedResponse
189
207
  */
190
208
  statusCode?: number | null;
191
209
  /**
192
210
  *
193
- * @type {boolean}
194
- * @memberof ApplicationProfileDtoIEnumerablePagedResponse
211
+ * @type {string}
212
+ * @memberof ApplicationProfileDtoPagedResponse
195
213
  */
196
- isSuccess?: boolean;
214
+ traceId?: string | null;
197
215
  /**
198
216
  *
199
217
  * @type {Pagination}
200
- * @memberof ApplicationProfileDtoIEnumerablePagedResponse
218
+ * @memberof ApplicationProfileDtoPagedResponse
201
219
  */
202
220
  pagination?: Pagination;
203
221
  }
@@ -213,6 +231,12 @@ export interface ApplicationProfileDtoResponse {
213
231
  * @memberof ApplicationProfileDtoResponse
214
232
  */
215
233
  data?: ApplicationProfileDto;
234
+ /**
235
+ *
236
+ * @type {boolean}
237
+ * @memberof ApplicationProfileDtoResponse
238
+ */
239
+ isSuccess?: boolean;
216
240
  /**
217
241
  *
218
242
  * @type {number}
@@ -221,10 +245,10 @@ export interface ApplicationProfileDtoResponse {
221
245
  statusCode?: number | null;
222
246
  /**
223
247
  *
224
- * @type {boolean}
248
+ * @type {string}
225
249
  * @memberof ApplicationProfileDtoResponse
226
250
  */
227
- isSuccess?: boolean;
251
+ traceId?: string | null;
228
252
  }
229
253
  /**
230
254
  *
@@ -263,6 +287,12 @@ export interface ApplicationProfileForCreationDtoResponse {
263
287
  * @memberof ApplicationProfileForCreationDtoResponse
264
288
  */
265
289
  data?: ApplicationProfileForCreationDto;
290
+ /**
291
+ *
292
+ * @type {boolean}
293
+ * @memberof ApplicationProfileForCreationDtoResponse
294
+ */
295
+ isSuccess?: boolean;
266
296
  /**
267
297
  *
268
298
  * @type {number}
@@ -271,10 +301,10 @@ export interface ApplicationProfileForCreationDtoResponse {
271
301
  statusCode?: number | null;
272
302
  /**
273
303
  *
274
- * @type {boolean}
304
+ * @type {string}
275
305
  * @memberof ApplicationProfileForCreationDtoResponse
276
306
  */
277
- isSuccess?: boolean;
307
+ traceId?: string | null;
278
308
  }
279
309
  /**
280
310
  *
@@ -336,31 +366,37 @@ export interface DisciplineDto {
336
366
  /**
337
367
  *
338
368
  * @export
339
- * @interface DisciplineDtoIEnumerablePagedResponse
369
+ * @interface DisciplineDtoPagedResponse
340
370
  */
341
- export interface DisciplineDtoIEnumerablePagedResponse {
371
+ export interface DisciplineDtoPagedResponse {
342
372
  /**
343
373
  *
344
374
  * @type {Array<DisciplineDto>}
345
- * @memberof DisciplineDtoIEnumerablePagedResponse
375
+ * @memberof DisciplineDtoPagedResponse
346
376
  */
347
377
  data?: Array<DisciplineDto> | null;
378
+ /**
379
+ *
380
+ * @type {boolean}
381
+ * @memberof DisciplineDtoPagedResponse
382
+ */
383
+ isSuccess?: boolean;
348
384
  /**
349
385
  *
350
386
  * @type {number}
351
- * @memberof DisciplineDtoIEnumerablePagedResponse
387
+ * @memberof DisciplineDtoPagedResponse
352
388
  */
353
389
  statusCode?: number | null;
354
390
  /**
355
391
  *
356
- * @type {boolean}
357
- * @memberof DisciplineDtoIEnumerablePagedResponse
392
+ * @type {string}
393
+ * @memberof DisciplineDtoPagedResponse
358
394
  */
359
- isSuccess?: boolean;
395
+ traceId?: string | null;
360
396
  /**
361
397
  *
362
398
  * @type {Pagination}
363
- * @memberof DisciplineDtoIEnumerablePagedResponse
399
+ * @memberof DisciplineDtoPagedResponse
364
400
  */
365
401
  pagination?: Pagination;
366
402
  }
@@ -376,6 +412,12 @@ export interface DisciplineDtoResponse {
376
412
  * @memberof DisciplineDtoResponse
377
413
  */
378
414
  data?: DisciplineDto;
415
+ /**
416
+ *
417
+ * @type {boolean}
418
+ * @memberof DisciplineDtoResponse
419
+ */
420
+ isSuccess?: boolean;
379
421
  /**
380
422
  *
381
423
  * @type {number}
@@ -384,10 +426,10 @@ export interface DisciplineDtoResponse {
384
426
  statusCode?: number | null;
385
427
  /**
386
428
  *
387
- * @type {boolean}
429
+ * @type {string}
388
430
  * @memberof DisciplineDtoResponse
389
431
  */
390
- isSuccess?: boolean;
432
+ traceId?: string | null;
391
433
  }
392
434
  /**
393
435
  *
@@ -486,31 +528,37 @@ export interface FileTreeDto {
486
528
  /**
487
529
  *
488
530
  * @export
489
- * @interface FileTreeDtoIEnumerablePagedResponse
531
+ * @interface FileTreeDtoPagedResponse
490
532
  */
491
- export interface FileTreeDtoIEnumerablePagedResponse {
533
+ export interface FileTreeDtoPagedResponse {
492
534
  /**
493
535
  *
494
536
  * @type {Array<FileTreeDto>}
495
- * @memberof FileTreeDtoIEnumerablePagedResponse
537
+ * @memberof FileTreeDtoPagedResponse
496
538
  */
497
539
  data?: Array<FileTreeDto> | null;
540
+ /**
541
+ *
542
+ * @type {boolean}
543
+ * @memberof FileTreeDtoPagedResponse
544
+ */
545
+ isSuccess?: boolean;
498
546
  /**
499
547
  *
500
548
  * @type {number}
501
- * @memberof FileTreeDtoIEnumerablePagedResponse
549
+ * @memberof FileTreeDtoPagedResponse
502
550
  */
503
551
  statusCode?: number | null;
504
552
  /**
505
553
  *
506
- * @type {boolean}
507
- * @memberof FileTreeDtoIEnumerablePagedResponse
554
+ * @type {string}
555
+ * @memberof FileTreeDtoPagedResponse
508
556
  */
509
- isSuccess?: boolean;
557
+ traceId?: string | null;
510
558
  /**
511
559
  *
512
560
  * @type {Pagination}
513
- * @memberof FileTreeDtoIEnumerablePagedResponse
561
+ * @memberof FileTreeDtoPagedResponse
514
562
  */
515
563
  pagination?: Pagination;
516
564
  }
@@ -631,6 +679,12 @@ export interface GitlabBranchDtoIEnumerableResponse {
631
679
  * @memberof GitlabBranchDtoIEnumerableResponse
632
680
  */
633
681
  data?: Array<GitlabBranchDto> | null;
682
+ /**
683
+ *
684
+ * @type {boolean}
685
+ * @memberof GitlabBranchDtoIEnumerableResponse
686
+ */
687
+ isSuccess?: boolean;
634
688
  /**
635
689
  *
636
690
  * @type {number}
@@ -639,10 +693,10 @@ export interface GitlabBranchDtoIEnumerableResponse {
639
693
  statusCode?: number | null;
640
694
  /**
641
695
  *
642
- * @type {boolean}
696
+ * @type {string}
643
697
  * @memberof GitlabBranchDtoIEnumerableResponse
644
698
  */
645
- isSuccess?: boolean;
699
+ traceId?: string | null;
646
700
  }
647
701
  /**
648
702
  *
@@ -741,6 +795,12 @@ export interface GitlabProjectDtoIEnumerableResponse {
741
795
  * @memberof GitlabProjectDtoIEnumerableResponse
742
796
  */
743
797
  data?: Array<GitlabProjectDto> | null;
798
+ /**
799
+ *
800
+ * @type {boolean}
801
+ * @memberof GitlabProjectDtoIEnumerableResponse
802
+ */
803
+ isSuccess?: boolean;
744
804
  /**
745
805
  *
746
806
  * @type {number}
@@ -749,10 +809,10 @@ export interface GitlabProjectDtoIEnumerableResponse {
749
809
  statusCode?: number | null;
750
810
  /**
751
811
  *
752
- * @type {boolean}
812
+ * @type {string}
753
813
  * @memberof GitlabProjectDtoIEnumerableResponse
754
814
  */
755
- isSuccess?: boolean;
815
+ traceId?: string | null;
756
816
  }
757
817
  /**
758
818
  *
@@ -766,6 +826,12 @@ export interface GitlabProjectDtoResponse {
766
826
  * @memberof GitlabProjectDtoResponse
767
827
  */
768
828
  data?: GitlabProjectDto;
829
+ /**
830
+ *
831
+ * @type {boolean}
832
+ * @memberof GitlabProjectDtoResponse
833
+ */
834
+ isSuccess?: boolean;
769
835
  /**
770
836
  *
771
837
  * @type {number}
@@ -774,10 +840,10 @@ export interface GitlabProjectDtoResponse {
774
840
  statusCode?: number | null;
775
841
  /**
776
842
  *
777
- * @type {boolean}
843
+ * @type {string}
778
844
  * @memberof GitlabProjectDtoResponse
779
845
  */
780
- isSuccess?: boolean;
846
+ traceId?: string | null;
781
847
  }
782
848
  /**
783
849
  *
@@ -891,31 +957,37 @@ export interface LanguageDto {
891
957
  /**
892
958
  *
893
959
  * @export
894
- * @interface LanguageDtoIEnumerablePagedResponse
960
+ * @interface LanguageDtoPagedResponse
895
961
  */
896
- export interface LanguageDtoIEnumerablePagedResponse {
962
+ export interface LanguageDtoPagedResponse {
897
963
  /**
898
964
  *
899
965
  * @type {Array<LanguageDto>}
900
- * @memberof LanguageDtoIEnumerablePagedResponse
966
+ * @memberof LanguageDtoPagedResponse
901
967
  */
902
968
  data?: Array<LanguageDto> | null;
969
+ /**
970
+ *
971
+ * @type {boolean}
972
+ * @memberof LanguageDtoPagedResponse
973
+ */
974
+ isSuccess?: boolean;
903
975
  /**
904
976
  *
905
977
  * @type {number}
906
- * @memberof LanguageDtoIEnumerablePagedResponse
978
+ * @memberof LanguageDtoPagedResponse
907
979
  */
908
980
  statusCode?: number | null;
909
981
  /**
910
982
  *
911
- * @type {boolean}
912
- * @memberof LanguageDtoIEnumerablePagedResponse
983
+ * @type {string}
984
+ * @memberof LanguageDtoPagedResponse
913
985
  */
914
- isSuccess?: boolean;
986
+ traceId?: string | null;
915
987
  /**
916
988
  *
917
989
  * @type {Pagination}
918
- * @memberof LanguageDtoIEnumerablePagedResponse
990
+ * @memberof LanguageDtoPagedResponse
919
991
  */
920
992
  pagination?: Pagination;
921
993
  }
@@ -931,6 +1003,12 @@ export interface LanguageDtoResponse {
931
1003
  * @memberof LanguageDtoResponse
932
1004
  */
933
1005
  data?: LanguageDto;
1006
+ /**
1007
+ *
1008
+ * @type {boolean}
1009
+ * @memberof LanguageDtoResponse
1010
+ */
1011
+ isSuccess?: boolean;
934
1012
  /**
935
1013
  *
936
1014
  * @type {number}
@@ -939,10 +1017,10 @@ export interface LanguageDtoResponse {
939
1017
  statusCode?: number | null;
940
1018
  /**
941
1019
  *
942
- * @type {boolean}
1020
+ * @type {string}
943
1021
  * @memberof LanguageDtoResponse
944
1022
  */
945
- isSuccess?: boolean;
1023
+ traceId?: string | null;
946
1024
  }
947
1025
  /**
948
1026
  *
@@ -979,31 +1057,37 @@ export interface LicenseDto {
979
1057
  /**
980
1058
  *
981
1059
  * @export
982
- * @interface LicenseDtoIEnumerablePagedResponse
1060
+ * @interface LicenseDtoPagedResponse
983
1061
  */
984
- export interface LicenseDtoIEnumerablePagedResponse {
1062
+ export interface LicenseDtoPagedResponse {
985
1063
  /**
986
1064
  *
987
1065
  * @type {Array<LicenseDto>}
988
- * @memberof LicenseDtoIEnumerablePagedResponse
1066
+ * @memberof LicenseDtoPagedResponse
989
1067
  */
990
1068
  data?: Array<LicenseDto> | null;
1069
+ /**
1070
+ *
1071
+ * @type {boolean}
1072
+ * @memberof LicenseDtoPagedResponse
1073
+ */
1074
+ isSuccess?: boolean;
991
1075
  /**
992
1076
  *
993
1077
  * @type {number}
994
- * @memberof LicenseDtoIEnumerablePagedResponse
1078
+ * @memberof LicenseDtoPagedResponse
995
1079
  */
996
1080
  statusCode?: number | null;
997
1081
  /**
998
1082
  *
999
- * @type {boolean}
1000
- * @memberof LicenseDtoIEnumerablePagedResponse
1083
+ * @type {string}
1084
+ * @memberof LicenseDtoPagedResponse
1001
1085
  */
1002
- isSuccess?: boolean;
1086
+ traceId?: string | null;
1003
1087
  /**
1004
1088
  *
1005
1089
  * @type {Pagination}
1006
- * @memberof LicenseDtoIEnumerablePagedResponse
1090
+ * @memberof LicenseDtoPagedResponse
1007
1091
  */
1008
1092
  pagination?: Pagination;
1009
1093
  }
@@ -1019,6 +1103,12 @@ export interface LicenseDtoResponse {
1019
1103
  * @memberof LicenseDtoResponse
1020
1104
  */
1021
1105
  data?: LicenseDto;
1106
+ /**
1107
+ *
1108
+ * @type {boolean}
1109
+ * @memberof LicenseDtoResponse
1110
+ */
1111
+ isSuccess?: boolean;
1022
1112
  /**
1023
1113
  *
1024
1114
  * @type {number}
@@ -1027,10 +1117,10 @@ export interface LicenseDtoResponse {
1027
1117
  statusCode?: number | null;
1028
1118
  /**
1029
1119
  *
1030
- * @type {boolean}
1120
+ * @type {string}
1031
1121
  * @memberof LicenseDtoResponse
1032
1122
  */
1033
- isSuccess?: boolean;
1123
+ traceId?: string | null;
1034
1124
  }
1035
1125
  /**
1036
1126
  *
@@ -1091,31 +1181,37 @@ export interface MaintenanceDto {
1091
1181
  /**
1092
1182
  *
1093
1183
  * @export
1094
- * @interface MaintenanceDtoIEnumerablePagedResponse
1184
+ * @interface MaintenanceDtoPagedResponse
1095
1185
  */
1096
- export interface MaintenanceDtoIEnumerablePagedResponse {
1186
+ export interface MaintenanceDtoPagedResponse {
1097
1187
  /**
1098
1188
  *
1099
1189
  * @type {Array<MaintenanceDto>}
1100
- * @memberof MaintenanceDtoIEnumerablePagedResponse
1190
+ * @memberof MaintenanceDtoPagedResponse
1101
1191
  */
1102
1192
  data?: Array<MaintenanceDto> | null;
1193
+ /**
1194
+ *
1195
+ * @type {boolean}
1196
+ * @memberof MaintenanceDtoPagedResponse
1197
+ */
1198
+ isSuccess?: boolean;
1103
1199
  /**
1104
1200
  *
1105
1201
  * @type {number}
1106
- * @memberof MaintenanceDtoIEnumerablePagedResponse
1202
+ * @memberof MaintenanceDtoPagedResponse
1107
1203
  */
1108
1204
  statusCode?: number | null;
1109
1205
  /**
1110
1206
  *
1111
- * @type {boolean}
1112
- * @memberof MaintenanceDtoIEnumerablePagedResponse
1207
+ * @type {string}
1208
+ * @memberof MaintenanceDtoPagedResponse
1113
1209
  */
1114
- isSuccess?: boolean;
1210
+ traceId?: string | null;
1115
1211
  /**
1116
1212
  *
1117
1213
  * @type {Pagination}
1118
- * @memberof MaintenanceDtoIEnumerablePagedResponse
1214
+ * @memberof MaintenanceDtoPagedResponse
1119
1215
  */
1120
1216
  pagination?: Pagination;
1121
1217
  }
@@ -1159,31 +1255,37 @@ export interface MetadataTreeDto {
1159
1255
  /**
1160
1256
  *
1161
1257
  * @export
1162
- * @interface MetadataTreeDtoIEnumerablePagedResponse
1258
+ * @interface MetadataTreeDtoPagedResponse
1163
1259
  */
1164
- export interface MetadataTreeDtoIEnumerablePagedResponse {
1260
+ export interface MetadataTreeDtoPagedResponse {
1165
1261
  /**
1166
1262
  *
1167
1263
  * @type {Array<MetadataTreeDto>}
1168
- * @memberof MetadataTreeDtoIEnumerablePagedResponse
1264
+ * @memberof MetadataTreeDtoPagedResponse
1169
1265
  */
1170
1266
  data?: Array<MetadataTreeDto> | null;
1267
+ /**
1268
+ *
1269
+ * @type {boolean}
1270
+ * @memberof MetadataTreeDtoPagedResponse
1271
+ */
1272
+ isSuccess?: boolean;
1171
1273
  /**
1172
1274
  *
1173
1275
  * @type {number}
1174
- * @memberof MetadataTreeDtoIEnumerablePagedResponse
1276
+ * @memberof MetadataTreeDtoPagedResponse
1175
1277
  */
1176
1278
  statusCode?: number | null;
1177
1279
  /**
1178
1280
  *
1179
- * @type {boolean}
1180
- * @memberof MetadataTreeDtoIEnumerablePagedResponse
1281
+ * @type {string}
1282
+ * @memberof MetadataTreeDtoPagedResponse
1181
1283
  */
1182
- isSuccess?: boolean;
1284
+ traceId?: string | null;
1183
1285
  /**
1184
1286
  *
1185
1287
  * @type {Pagination}
1186
- * @memberof MetadataTreeDtoIEnumerablePagedResponse
1288
+ * @memberof MetadataTreeDtoPagedResponse
1187
1289
  */
1188
1290
  pagination?: Pagination;
1189
1291
  }
@@ -1199,6 +1301,12 @@ export interface MetadataTreeDtoResponse {
1199
1301
  * @memberof MetadataTreeDtoResponse
1200
1302
  */
1201
1303
  data?: MetadataTreeDto;
1304
+ /**
1305
+ *
1306
+ * @type {boolean}
1307
+ * @memberof MetadataTreeDtoResponse
1308
+ */
1309
+ isSuccess?: boolean;
1202
1310
  /**
1203
1311
  *
1204
1312
  * @type {number}
@@ -1207,10 +1315,10 @@ export interface MetadataTreeDtoResponse {
1207
1315
  statusCode?: number | null;
1208
1316
  /**
1209
1317
  *
1210
- * @type {boolean}
1318
+ * @type {string}
1211
1319
  * @memberof MetadataTreeDtoResponse
1212
1320
  */
1213
- isSuccess?: boolean;
1321
+ traceId?: string | null;
1214
1322
  }
1215
1323
  /**
1216
1324
  *
@@ -1250,6 +1358,25 @@ export interface MetadataTreeForUpdateDto {
1250
1358
  */
1251
1359
  definition: RdfDefinitionForManipulationDto;
1252
1360
  }
1361
+ /**
1362
+ *
1363
+ * @export
1364
+ * @interface MetadataUpdateAdminParameters
1365
+ */
1366
+ export interface MetadataUpdateAdminParameters {
1367
+ /**
1368
+ *
1369
+ * @type {string}
1370
+ * @memberof MetadataUpdateAdminParameters
1371
+ */
1372
+ graphUri: string;
1373
+ /**
1374
+ *
1375
+ * @type {RdfDefinitionForManipulationDto}
1376
+ * @memberof MetadataUpdateAdminParameters
1377
+ */
1378
+ definition: RdfDefinitionForManipulationDto;
1379
+ }
1253
1380
  /**
1254
1381
  *
1255
1382
  * @export
@@ -1278,31 +1405,37 @@ export interface OrganizationDto {
1278
1405
  /**
1279
1406
  *
1280
1407
  * @export
1281
- * @interface OrganizationDtoIEnumerablePagedResponse
1408
+ * @interface OrganizationDtoPagedResponse
1282
1409
  */
1283
- export interface OrganizationDtoIEnumerablePagedResponse {
1410
+ export interface OrganizationDtoPagedResponse {
1284
1411
  /**
1285
1412
  *
1286
1413
  * @type {Array<OrganizationDto>}
1287
- * @memberof OrganizationDtoIEnumerablePagedResponse
1414
+ * @memberof OrganizationDtoPagedResponse
1288
1415
  */
1289
1416
  data?: Array<OrganizationDto> | null;
1417
+ /**
1418
+ *
1419
+ * @type {boolean}
1420
+ * @memberof OrganizationDtoPagedResponse
1421
+ */
1422
+ isSuccess?: boolean;
1290
1423
  /**
1291
1424
  *
1292
1425
  * @type {number}
1293
- * @memberof OrganizationDtoIEnumerablePagedResponse
1426
+ * @memberof OrganizationDtoPagedResponse
1294
1427
  */
1295
1428
  statusCode?: number | null;
1296
1429
  /**
1297
1430
  *
1298
- * @type {boolean}
1299
- * @memberof OrganizationDtoIEnumerablePagedResponse
1431
+ * @type {string}
1432
+ * @memberof OrganizationDtoPagedResponse
1300
1433
  */
1301
- isSuccess?: boolean;
1434
+ traceId?: string | null;
1302
1435
  /**
1303
1436
  *
1304
1437
  * @type {Pagination}
1305
- * @memberof OrganizationDtoIEnumerablePagedResponse
1438
+ * @memberof OrganizationDtoPagedResponse
1306
1439
  */
1307
1440
  pagination?: Pagination;
1308
1441
  }
@@ -1318,6 +1451,12 @@ export interface OrganizationDtoResponse {
1318
1451
  * @memberof OrganizationDtoResponse
1319
1452
  */
1320
1453
  data?: OrganizationDto;
1454
+ /**
1455
+ *
1456
+ * @type {boolean}
1457
+ * @memberof OrganizationDtoResponse
1458
+ */
1459
+ isSuccess?: boolean;
1321
1460
  /**
1322
1461
  *
1323
1462
  * @type {number}
@@ -1326,10 +1465,10 @@ export interface OrganizationDtoResponse {
1326
1465
  statusCode?: number | null;
1327
1466
  /**
1328
1467
  *
1329
- * @type {boolean}
1468
+ * @type {string}
1330
1469
  * @memberof OrganizationDtoResponse
1331
1470
  */
1332
- isSuccess?: boolean;
1471
+ traceId?: string | null;
1333
1472
  }
1334
1473
  /**
1335
1474
  *
@@ -1458,6 +1597,12 @@ export interface PidValidationDtoResponse {
1458
1597
  * @memberof PidValidationDtoResponse
1459
1598
  */
1460
1599
  data?: PidValidationDto;
1600
+ /**
1601
+ *
1602
+ * @type {boolean}
1603
+ * @memberof PidValidationDtoResponse
1604
+ */
1605
+ isSuccess?: boolean;
1461
1606
  /**
1462
1607
  *
1463
1608
  * @type {number}
@@ -1466,182 +1611,364 @@ export interface PidValidationDtoResponse {
1466
1611
  statusCode?: number | null;
1467
1612
  /**
1468
1613
  *
1469
- * @type {boolean}
1614
+ * @type {string}
1470
1615
  * @memberof PidValidationDtoResponse
1471
1616
  */
1472
- isSuccess?: boolean;
1617
+ traceId?: string | null;
1473
1618
  }
1474
1619
  /**
1475
1620
  *
1476
1621
  * @export
1477
- * @interface ProjectDto
1622
+ * @interface ProjectAdminDto
1478
1623
  */
1479
- export interface ProjectDto {
1624
+ export interface ProjectAdminDto {
1480
1625
  /**
1481
1626
  *
1482
1627
  * @type {string}
1483
- * @memberof ProjectDto
1628
+ * @memberof ProjectAdminDto
1484
1629
  */
1485
1630
  id?: string;
1486
1631
  /**
1487
1632
  *
1488
1633
  * @type {string}
1489
- * @memberof ProjectDto
1634
+ * @memberof ProjectAdminDto
1490
1635
  */
1491
1636
  pid?: string;
1492
1637
  /**
1493
1638
  *
1494
1639
  * @type {string}
1495
- * @memberof ProjectDto
1640
+ * @memberof ProjectAdminDto
1496
1641
  */
1497
1642
  name?: string;
1498
1643
  /**
1499
1644
  *
1500
1645
  * @type {string}
1501
- * @memberof ProjectDto
1646
+ * @memberof ProjectAdminDto
1502
1647
  */
1503
1648
  description?: string;
1504
1649
  /**
1505
1650
  *
1506
1651
  * @type {string}
1507
- * @memberof ProjectDto
1652
+ * @memberof ProjectAdminDto
1508
1653
  */
1509
1654
  startDate?: string;
1510
1655
  /**
1511
1656
  *
1512
1657
  * @type {string}
1513
- * @memberof ProjectDto
1658
+ * @memberof ProjectAdminDto
1514
1659
  */
1515
1660
  endDate?: string;
1516
1661
  /**
1517
1662
  *
1518
1663
  * @type {Array<string>}
1519
- * @memberof ProjectDto
1664
+ * @memberof ProjectAdminDto
1520
1665
  */
1521
1666
  keywords?: Array<string> | null;
1522
1667
  /**
1523
1668
  *
1524
1669
  * @type {string}
1525
- * @memberof ProjectDto
1670
+ * @memberof ProjectAdminDto
1526
1671
  */
1527
1672
  displayName?: string | null;
1528
1673
  /**
1529
1674
  *
1530
1675
  * @type {string}
1531
- * @memberof ProjectDto
1676
+ * @memberof ProjectAdminDto
1532
1677
  */
1533
1678
  principleInvestigators?: string | null;
1534
1679
  /**
1535
1680
  *
1536
1681
  * @type {string}
1537
- * @memberof ProjectDto
1682
+ * @memberof ProjectAdminDto
1538
1683
  */
1539
1684
  grantId?: string | null;
1540
1685
  /**
1541
1686
  *
1542
1687
  * @type {VisibilityDto}
1543
- * @memberof ProjectDto
1688
+ * @memberof ProjectAdminDto
1544
1689
  */
1545
1690
  visibility?: VisibilityDto;
1546
1691
  /**
1547
1692
  *
1548
1693
  * @type {Array<DisciplineDto>}
1549
- * @memberof ProjectDto
1694
+ * @memberof ProjectAdminDto
1550
1695
  */
1551
1696
  disciplines?: Array<DisciplineDto>;
1552
1697
  /**
1553
1698
  *
1554
1699
  * @type {Array<OrganizationDto>}
1555
- * @memberof ProjectDto
1700
+ * @memberof ProjectAdminDto
1556
1701
  */
1557
1702
  organizations?: Array<OrganizationDto>;
1558
1703
  /**
1559
1704
  *
1560
1705
  * @type {string}
1561
- * @memberof ProjectDto
1706
+ * @memberof ProjectAdminDto
1562
1707
  */
1563
1708
  slug?: string;
1564
1709
  /**
1565
1710
  *
1566
1711
  * @type {UserMinimalDto}
1567
- * @memberof ProjectDto
1712
+ * @memberof ProjectAdminDto
1568
1713
  */
1569
1714
  creator?: UserMinimalDto;
1570
1715
  /**
1571
1716
  *
1572
1717
  * @type {string}
1573
- * @memberof ProjectDto
1718
+ * @memberof ProjectAdminDto
1574
1719
  */
1575
1720
  creationDate?: string | null;
1576
1721
  /**
1577
1722
  *
1578
1723
  * @type {Array<ProjectDto>}
1579
- * @memberof ProjectDto
1724
+ * @memberof ProjectAdminDto
1580
1725
  */
1581
1726
  subProjects?: Array<ProjectDto> | null;
1582
1727
  /**
1583
1728
  *
1584
1729
  * @type {ProjectMinimalDto}
1585
- * @memberof ProjectDto
1730
+ * @memberof ProjectAdminDto
1586
1731
  */
1587
1732
  parent?: ProjectMinimalDto;
1733
+ /**
1734
+ *
1735
+ * @type {boolean}
1736
+ * @memberof ProjectAdminDto
1737
+ */
1738
+ deleted?: boolean;
1739
+ /**
1740
+ *
1741
+ * @type {Array<ProjectResourceMinimalDto>}
1742
+ * @memberof ProjectAdminDto
1743
+ */
1744
+ projectResources?: Array<ProjectResourceMinimalDto>;
1745
+ /**
1746
+ *
1747
+ * @type {Array<ProjectRoleMinimalDto>}
1748
+ * @memberof ProjectAdminDto
1749
+ */
1750
+ projectRoles?: Array<ProjectRoleMinimalDto>;
1588
1751
  }
1589
1752
  /**
1590
1753
  *
1591
1754
  * @export
1592
- * @interface ProjectDtoIEnumerablePagedResponse
1755
+ * @interface ProjectAdminDtoIEnumerablePagedResponse
1593
1756
  */
1594
- export interface ProjectDtoIEnumerablePagedResponse {
1757
+ export interface ProjectAdminDtoIEnumerablePagedResponse {
1595
1758
  /**
1596
1759
  *
1597
- * @type {Array<ProjectDto>}
1598
- * @memberof ProjectDtoIEnumerablePagedResponse
1760
+ * @type {Array<Array<ProjectAdminDto>>}
1761
+ * @memberof ProjectAdminDtoIEnumerablePagedResponse
1599
1762
  */
1600
- data?: Array<ProjectDto> | null;
1763
+ data?: Array<Array<ProjectAdminDto>> | null;
1764
+ /**
1765
+ *
1766
+ * @type {boolean}
1767
+ * @memberof ProjectAdminDtoIEnumerablePagedResponse
1768
+ */
1769
+ isSuccess?: boolean;
1601
1770
  /**
1602
1771
  *
1603
1772
  * @type {number}
1604
- * @memberof ProjectDtoIEnumerablePagedResponse
1773
+ * @memberof ProjectAdminDtoIEnumerablePagedResponse
1605
1774
  */
1606
1775
  statusCode?: number | null;
1607
1776
  /**
1608
1777
  *
1609
- * @type {boolean}
1610
- * @memberof ProjectDtoIEnumerablePagedResponse
1778
+ * @type {string}
1779
+ * @memberof ProjectAdminDtoIEnumerablePagedResponse
1611
1780
  */
1612
- isSuccess?: boolean;
1781
+ traceId?: string | null;
1613
1782
  /**
1614
1783
  *
1615
1784
  * @type {Pagination}
1616
- * @memberof ProjectDtoIEnumerablePagedResponse
1785
+ * @memberof ProjectAdminDtoIEnumerablePagedResponse
1617
1786
  */
1618
1787
  pagination?: Pagination;
1619
1788
  }
1620
1789
  /**
1621
1790
  *
1622
1791
  * @export
1623
- * @interface ProjectDtoResponse
1792
+ * @interface ProjectDto
1624
1793
  */
1625
- export interface ProjectDtoResponse {
1794
+ export interface ProjectDto {
1626
1795
  /**
1627
1796
  *
1628
- * @type {ProjectDto}
1629
- * @memberof ProjectDtoResponse
1797
+ * @type {string}
1798
+ * @memberof ProjectDto
1630
1799
  */
1631
- data?: ProjectDto;
1800
+ id?: string;
1632
1801
  /**
1633
1802
  *
1634
- * @type {number}
1635
- * @memberof ProjectDtoResponse
1803
+ * @type {string}
1804
+ * @memberof ProjectDto
1636
1805
  */
1637
- statusCode?: number | null;
1806
+ pid?: string;
1638
1807
  /**
1639
1808
  *
1640
- * @type {boolean}
1641
- * @memberof ProjectDtoResponse
1809
+ * @type {string}
1810
+ * @memberof ProjectDto
1642
1811
  */
1643
- isSuccess?: boolean;
1644
- }
1812
+ name?: string;
1813
+ /**
1814
+ *
1815
+ * @type {string}
1816
+ * @memberof ProjectDto
1817
+ */
1818
+ description?: string;
1819
+ /**
1820
+ *
1821
+ * @type {string}
1822
+ * @memberof ProjectDto
1823
+ */
1824
+ startDate?: string;
1825
+ /**
1826
+ *
1827
+ * @type {string}
1828
+ * @memberof ProjectDto
1829
+ */
1830
+ endDate?: string;
1831
+ /**
1832
+ *
1833
+ * @type {Array<string>}
1834
+ * @memberof ProjectDto
1835
+ */
1836
+ keywords?: Array<string> | null;
1837
+ /**
1838
+ *
1839
+ * @type {string}
1840
+ * @memberof ProjectDto
1841
+ */
1842
+ displayName?: string | null;
1843
+ /**
1844
+ *
1845
+ * @type {string}
1846
+ * @memberof ProjectDto
1847
+ */
1848
+ principleInvestigators?: string | null;
1849
+ /**
1850
+ *
1851
+ * @type {string}
1852
+ * @memberof ProjectDto
1853
+ */
1854
+ grantId?: string | null;
1855
+ /**
1856
+ *
1857
+ * @type {VisibilityDto}
1858
+ * @memberof ProjectDto
1859
+ */
1860
+ visibility?: VisibilityDto;
1861
+ /**
1862
+ *
1863
+ * @type {Array<DisciplineDto>}
1864
+ * @memberof ProjectDto
1865
+ */
1866
+ disciplines?: Array<DisciplineDto>;
1867
+ /**
1868
+ *
1869
+ * @type {Array<OrganizationDto>}
1870
+ * @memberof ProjectDto
1871
+ */
1872
+ organizations?: Array<OrganizationDto>;
1873
+ /**
1874
+ *
1875
+ * @type {string}
1876
+ * @memberof ProjectDto
1877
+ */
1878
+ slug?: string;
1879
+ /**
1880
+ *
1881
+ * @type {UserMinimalDto}
1882
+ * @memberof ProjectDto
1883
+ */
1884
+ creator?: UserMinimalDto;
1885
+ /**
1886
+ *
1887
+ * @type {string}
1888
+ * @memberof ProjectDto
1889
+ */
1890
+ creationDate?: string | null;
1891
+ /**
1892
+ *
1893
+ * @type {Array<ProjectDto>}
1894
+ * @memberof ProjectDto
1895
+ */
1896
+ subProjects?: Array<ProjectDto> | null;
1897
+ /**
1898
+ *
1899
+ * @type {ProjectMinimalDto}
1900
+ * @memberof ProjectDto
1901
+ */
1902
+ parent?: ProjectMinimalDto;
1903
+ }
1904
+ /**
1905
+ *
1906
+ * @export
1907
+ * @interface ProjectDtoPagedResponse
1908
+ */
1909
+ export interface ProjectDtoPagedResponse {
1910
+ /**
1911
+ *
1912
+ * @type {Array<ProjectDto>}
1913
+ * @memberof ProjectDtoPagedResponse
1914
+ */
1915
+ data?: Array<ProjectDto> | null;
1916
+ /**
1917
+ *
1918
+ * @type {boolean}
1919
+ * @memberof ProjectDtoPagedResponse
1920
+ */
1921
+ isSuccess?: boolean;
1922
+ /**
1923
+ *
1924
+ * @type {number}
1925
+ * @memberof ProjectDtoPagedResponse
1926
+ */
1927
+ statusCode?: number | null;
1928
+ /**
1929
+ *
1930
+ * @type {string}
1931
+ * @memberof ProjectDtoPagedResponse
1932
+ */
1933
+ traceId?: string | null;
1934
+ /**
1935
+ *
1936
+ * @type {Pagination}
1937
+ * @memberof ProjectDtoPagedResponse
1938
+ */
1939
+ pagination?: Pagination;
1940
+ }
1941
+ /**
1942
+ *
1943
+ * @export
1944
+ * @interface ProjectDtoResponse
1945
+ */
1946
+ export interface ProjectDtoResponse {
1947
+ /**
1948
+ *
1949
+ * @type {ProjectDto}
1950
+ * @memberof ProjectDtoResponse
1951
+ */
1952
+ data?: ProjectDto;
1953
+ /**
1954
+ *
1955
+ * @type {boolean}
1956
+ * @memberof ProjectDtoResponse
1957
+ */
1958
+ isSuccess?: boolean;
1959
+ /**
1960
+ *
1961
+ * @type {number}
1962
+ * @memberof ProjectDtoResponse
1963
+ */
1964
+ statusCode?: number | null;
1965
+ /**
1966
+ *
1967
+ * @type {string}
1968
+ * @memberof ProjectDtoResponse
1969
+ */
1970
+ traceId?: string | null;
1971
+ }
1645
1972
  /**
1646
1973
  *
1647
1974
  * @export
@@ -1846,31 +2173,37 @@ export interface ProjectInvitationDto {
1846
2173
  /**
1847
2174
  *
1848
2175
  * @export
1849
- * @interface ProjectInvitationDtoIEnumerablePagedResponse
2176
+ * @interface ProjectInvitationDtoPagedResponse
1850
2177
  */
1851
- export interface ProjectInvitationDtoIEnumerablePagedResponse {
2178
+ export interface ProjectInvitationDtoPagedResponse {
1852
2179
  /**
1853
2180
  *
1854
2181
  * @type {Array<ProjectInvitationDto>}
1855
- * @memberof ProjectInvitationDtoIEnumerablePagedResponse
2182
+ * @memberof ProjectInvitationDtoPagedResponse
1856
2183
  */
1857
2184
  data?: Array<ProjectInvitationDto> | null;
2185
+ /**
2186
+ *
2187
+ * @type {boolean}
2188
+ * @memberof ProjectInvitationDtoPagedResponse
2189
+ */
2190
+ isSuccess?: boolean;
1858
2191
  /**
1859
2192
  *
1860
2193
  * @type {number}
1861
- * @memberof ProjectInvitationDtoIEnumerablePagedResponse
2194
+ * @memberof ProjectInvitationDtoPagedResponse
1862
2195
  */
1863
2196
  statusCode?: number | null;
1864
2197
  /**
1865
2198
  *
1866
- * @type {boolean}
1867
- * @memberof ProjectInvitationDtoIEnumerablePagedResponse
2199
+ * @type {string}
2200
+ * @memberof ProjectInvitationDtoPagedResponse
1868
2201
  */
1869
- isSuccess?: boolean;
2202
+ traceId?: string | null;
1870
2203
  /**
1871
2204
  *
1872
2205
  * @type {Pagination}
1873
- * @memberof ProjectInvitationDtoIEnumerablePagedResponse
2206
+ * @memberof ProjectInvitationDtoPagedResponse
1874
2207
  */
1875
2208
  pagination?: Pagination;
1876
2209
  }
@@ -1886,6 +2219,12 @@ export interface ProjectInvitationDtoResponse {
1886
2219
  * @memberof ProjectInvitationDtoResponse
1887
2220
  */
1888
2221
  data?: ProjectInvitationDto;
2222
+ /**
2223
+ *
2224
+ * @type {boolean}
2225
+ * @memberof ProjectInvitationDtoResponse
2226
+ */
2227
+ isSuccess?: boolean;
1889
2228
  /**
1890
2229
  *
1891
2230
  * @type {number}
@@ -1894,10 +2233,10 @@ export interface ProjectInvitationDtoResponse {
1894
2233
  statusCode?: number | null;
1895
2234
  /**
1896
2235
  *
1897
- * @type {boolean}
2236
+ * @type {string}
1898
2237
  * @memberof ProjectInvitationDtoResponse
1899
2238
  */
1900
- isSuccess?: boolean;
2239
+ traceId?: string | null;
1901
2240
  }
1902
2241
  /**
1903
2242
  *
@@ -1996,31 +2335,37 @@ export interface ProjectQuotaDto {
1996
2335
  /**
1997
2336
  *
1998
2337
  * @export
1999
- * @interface ProjectQuotaDtoIEnumerablePagedResponse
2338
+ * @interface ProjectQuotaDtoPagedResponse
2000
2339
  */
2001
- export interface ProjectQuotaDtoIEnumerablePagedResponse {
2340
+ export interface ProjectQuotaDtoPagedResponse {
2002
2341
  /**
2003
2342
  *
2004
2343
  * @type {Array<ProjectQuotaDto>}
2005
- * @memberof ProjectQuotaDtoIEnumerablePagedResponse
2344
+ * @memberof ProjectQuotaDtoPagedResponse
2006
2345
  */
2007
2346
  data?: Array<ProjectQuotaDto> | null;
2347
+ /**
2348
+ *
2349
+ * @type {boolean}
2350
+ * @memberof ProjectQuotaDtoPagedResponse
2351
+ */
2352
+ isSuccess?: boolean;
2008
2353
  /**
2009
2354
  *
2010
2355
  * @type {number}
2011
- * @memberof ProjectQuotaDtoIEnumerablePagedResponse
2356
+ * @memberof ProjectQuotaDtoPagedResponse
2012
2357
  */
2013
2358
  statusCode?: number | null;
2014
2359
  /**
2015
2360
  *
2016
- * @type {boolean}
2017
- * @memberof ProjectQuotaDtoIEnumerablePagedResponse
2361
+ * @type {string}
2362
+ * @memberof ProjectQuotaDtoPagedResponse
2018
2363
  */
2019
- isSuccess?: boolean;
2364
+ traceId?: string | null;
2020
2365
  /**
2021
2366
  *
2022
2367
  * @type {Pagination}
2023
- * @memberof ProjectQuotaDtoIEnumerablePagedResponse
2368
+ * @memberof ProjectQuotaDtoPagedResponse
2024
2369
  */
2025
2370
  pagination?: Pagination;
2026
2371
  }
@@ -2036,6 +2381,12 @@ export interface ProjectQuotaDtoResponse {
2036
2381
  * @memberof ProjectQuotaDtoResponse
2037
2382
  */
2038
2383
  data?: ProjectQuotaDto;
2384
+ /**
2385
+ *
2386
+ * @type {boolean}
2387
+ * @memberof ProjectQuotaDtoResponse
2388
+ */
2389
+ isSuccess?: boolean;
2039
2390
  /**
2040
2391
  *
2041
2392
  * @type {number}
@@ -2044,10 +2395,10 @@ export interface ProjectQuotaDtoResponse {
2044
2395
  statusCode?: number | null;
2045
2396
  /**
2046
2397
  *
2047
- * @type {boolean}
2398
+ * @type {string}
2048
2399
  * @memberof ProjectQuotaDtoResponse
2049
2400
  */
2050
- isSuccess?: boolean;
2401
+ traceId?: string | null;
2051
2402
  }
2052
2403
  /**
2053
2404
  *
@@ -2068,6 +2419,25 @@ export interface ProjectQuotaForUpdateDto {
2068
2419
  */
2069
2420
  maximum?: QuotaForManipulationDto;
2070
2421
  }
2422
+ /**
2423
+ *
2424
+ * @export
2425
+ * @interface ProjectResourceMinimalDto
2426
+ */
2427
+ export interface ProjectResourceMinimalDto {
2428
+ /**
2429
+ *
2430
+ * @type {string}
2431
+ * @memberof ProjectResourceMinimalDto
2432
+ */
2433
+ resourceId?: string;
2434
+ /**
2435
+ *
2436
+ * @type {string}
2437
+ * @memberof ProjectResourceMinimalDto
2438
+ */
2439
+ projectId?: string;
2440
+ }
2071
2441
  /**
2072
2442
  *
2073
2443
  * @export
@@ -2102,31 +2472,37 @@ export interface ProjectRoleDto {
2102
2472
  /**
2103
2473
  *
2104
2474
  * @export
2105
- * @interface ProjectRoleDtoIEnumerablePagedResponse
2475
+ * @interface ProjectRoleDtoPagedResponse
2106
2476
  */
2107
- export interface ProjectRoleDtoIEnumerablePagedResponse {
2477
+ export interface ProjectRoleDtoPagedResponse {
2108
2478
  /**
2109
2479
  *
2110
2480
  * @type {Array<ProjectRoleDto>}
2111
- * @memberof ProjectRoleDtoIEnumerablePagedResponse
2481
+ * @memberof ProjectRoleDtoPagedResponse
2112
2482
  */
2113
2483
  data?: Array<ProjectRoleDto> | null;
2484
+ /**
2485
+ *
2486
+ * @type {boolean}
2487
+ * @memberof ProjectRoleDtoPagedResponse
2488
+ */
2489
+ isSuccess?: boolean;
2114
2490
  /**
2115
2491
  *
2116
2492
  * @type {number}
2117
- * @memberof ProjectRoleDtoIEnumerablePagedResponse
2493
+ * @memberof ProjectRoleDtoPagedResponse
2118
2494
  */
2119
2495
  statusCode?: number | null;
2120
2496
  /**
2121
2497
  *
2122
- * @type {boolean}
2123
- * @memberof ProjectRoleDtoIEnumerablePagedResponse
2498
+ * @type {string}
2499
+ * @memberof ProjectRoleDtoPagedResponse
2124
2500
  */
2125
- isSuccess?: boolean;
2501
+ traceId?: string | null;
2126
2502
  /**
2127
2503
  *
2128
2504
  * @type {Pagination}
2129
- * @memberof ProjectRoleDtoIEnumerablePagedResponse
2505
+ * @memberof ProjectRoleDtoPagedResponse
2130
2506
  */
2131
2507
  pagination?: Pagination;
2132
2508
  }
@@ -2142,6 +2518,12 @@ export interface ProjectRoleDtoResponse {
2142
2518
  * @memberof ProjectRoleDtoResponse
2143
2519
  */
2144
2520
  data?: ProjectRoleDto;
2521
+ /**
2522
+ *
2523
+ * @type {boolean}
2524
+ * @memberof ProjectRoleDtoResponse
2525
+ */
2526
+ isSuccess?: boolean;
2145
2527
  /**
2146
2528
  *
2147
2529
  * @type {number}
@@ -2150,10 +2532,10 @@ export interface ProjectRoleDtoResponse {
2150
2532
  statusCode?: number | null;
2151
2533
  /**
2152
2534
  *
2153
- * @type {boolean}
2535
+ * @type {string}
2154
2536
  * @memberof ProjectRoleDtoResponse
2155
2537
  */
2156
- isSuccess?: boolean;
2538
+ traceId?: string | null;
2157
2539
  }
2158
2540
  /**
2159
2541
  *
@@ -2187,6 +2569,31 @@ export interface ProjectRoleForProjectManipulationDto {
2187
2569
  */
2188
2570
  roleId: string;
2189
2571
  }
2572
+ /**
2573
+ *
2574
+ * @export
2575
+ * @interface ProjectRoleMinimalDto
2576
+ */
2577
+ export interface ProjectRoleMinimalDto {
2578
+ /**
2579
+ *
2580
+ * @type {string}
2581
+ * @memberof ProjectRoleMinimalDto
2582
+ */
2583
+ projectId?: string;
2584
+ /**
2585
+ *
2586
+ * @type {string}
2587
+ * @memberof ProjectRoleMinimalDto
2588
+ */
2589
+ userId?: string;
2590
+ /**
2591
+ *
2592
+ * @type {string}
2593
+ * @memberof ProjectRoleMinimalDto
2594
+ */
2595
+ roleId?: string;
2596
+ }
2190
2597
  /**
2191
2598
  *
2192
2599
  * @export
@@ -2242,6 +2649,12 @@ export interface PublicUserDtoIEnumerableResponse {
2242
2649
  * @memberof PublicUserDtoIEnumerableResponse
2243
2650
  */
2244
2651
  data?: Array<PublicUserDto> | null;
2652
+ /**
2653
+ *
2654
+ * @type {boolean}
2655
+ * @memberof PublicUserDtoIEnumerableResponse
2656
+ */
2657
+ isSuccess?: boolean;
2245
2658
  /**
2246
2659
  *
2247
2660
  * @type {number}
@@ -2250,10 +2663,10 @@ export interface PublicUserDtoIEnumerableResponse {
2250
2663
  statusCode?: number | null;
2251
2664
  /**
2252
2665
  *
2253
- * @type {boolean}
2666
+ * @type {string}
2254
2667
  * @memberof PublicUserDtoIEnumerableResponse
2255
2668
  */
2256
- isSuccess?: boolean;
2669
+ traceId?: string | null;
2257
2670
  }
2258
2671
  /**
2259
2672
  *
@@ -2328,24 +2741,55 @@ export interface RdfDefinitionDto {
2328
2741
  /**
2329
2742
  *
2330
2743
  * @export
2331
- * @interface RdfDefinitionForManipulationDto
2744
+ * @interface RdfDefinitionDtoResponse
2332
2745
  */
2333
- export interface RdfDefinitionForManipulationDto {
2746
+ export interface RdfDefinitionDtoResponse {
2334
2747
  /**
2335
2748
  *
2336
- * @type {string}
2337
- * @memberof RdfDefinitionForManipulationDto
2749
+ * @type {RdfDefinitionDto}
2750
+ * @memberof RdfDefinitionDtoResponse
2338
2751
  */
2339
- content: string;
2752
+ data?: RdfDefinitionDto;
2340
2753
  /**
2341
2754
  *
2342
- * @type {RdfFormat}
2343
- * @memberof RdfDefinitionForManipulationDto
2755
+ * @type {boolean}
2756
+ * @memberof RdfDefinitionDtoResponse
2344
2757
  */
2345
- type: RdfFormat;
2346
- }
2347
- /**
2348
- *
2758
+ isSuccess?: boolean;
2759
+ /**
2760
+ *
2761
+ * @type {number}
2762
+ * @memberof RdfDefinitionDtoResponse
2763
+ */
2764
+ statusCode?: number | null;
2765
+ /**
2766
+ *
2767
+ * @type {string}
2768
+ * @memberof RdfDefinitionDtoResponse
2769
+ */
2770
+ traceId?: string | null;
2771
+ }
2772
+ /**
2773
+ *
2774
+ * @export
2775
+ * @interface RdfDefinitionForManipulationDto
2776
+ */
2777
+ export interface RdfDefinitionForManipulationDto {
2778
+ /**
2779
+ *
2780
+ * @type {string}
2781
+ * @memberof RdfDefinitionForManipulationDto
2782
+ */
2783
+ content: string;
2784
+ /**
2785
+ *
2786
+ * @type {RdfFormat}
2787
+ * @memberof RdfDefinitionForManipulationDto
2788
+ */
2789
+ type: RdfFormat;
2790
+ }
2791
+ /**
2792
+ *
2349
2793
  * @export
2350
2794
  * @enum {string}
2351
2795
  */
@@ -2509,6 +2953,162 @@ export interface RdsS3WormResourceTypeOptionsForManipulationDto {
2509
2953
  */
2510
2954
  quota?: QuotaForManipulationDto;
2511
2955
  }
2956
+ /**
2957
+ *
2958
+ * @export
2959
+ * @interface ResourceAdminDto
2960
+ */
2961
+ export interface ResourceAdminDto {
2962
+ /**
2963
+ *
2964
+ * @type {string}
2965
+ * @memberof ResourceAdminDto
2966
+ */
2967
+ id?: string;
2968
+ /**
2969
+ *
2970
+ * @type {string}
2971
+ * @memberof ResourceAdminDto
2972
+ */
2973
+ pid?: string;
2974
+ /**
2975
+ *
2976
+ * @type {ResourceTypeDto}
2977
+ * @memberof ResourceAdminDto
2978
+ */
2979
+ type?: ResourceTypeDto;
2980
+ /**
2981
+ *
2982
+ * @type {string}
2983
+ * @memberof ResourceAdminDto
2984
+ */
2985
+ name?: string;
2986
+ /**
2987
+ *
2988
+ * @type {string}
2989
+ * @memberof ResourceAdminDto
2990
+ */
2991
+ displayName?: string;
2992
+ /**
2993
+ *
2994
+ * @type {string}
2995
+ * @memberof ResourceAdminDto
2996
+ */
2997
+ description?: string;
2998
+ /**
2999
+ *
3000
+ * @type {Array<string>}
3001
+ * @memberof ResourceAdminDto
3002
+ */
3003
+ keywords?: Array<string> | null;
3004
+ /**
3005
+ *
3006
+ * @type {LicenseDto}
3007
+ * @memberof ResourceAdminDto
3008
+ */
3009
+ license?: LicenseDto;
3010
+ /**
3011
+ *
3012
+ * @type {string}
3013
+ * @memberof ResourceAdminDto
3014
+ */
3015
+ usageRights?: string | null;
3016
+ /**
3017
+ *
3018
+ * @type {ApplicationProfileMinimalDto}
3019
+ * @memberof ResourceAdminDto
3020
+ */
3021
+ applicationProfile?: ApplicationProfileMinimalDto;
3022
+ /**
3023
+ *
3024
+ * @type {{ [key: string]: { [key: string]: Array<FixedValueForResourceManipulationDto>; }; }}
3025
+ * @memberof ResourceAdminDto
3026
+ */
3027
+ fixedValues?: {
3028
+ [key: string]: {
3029
+ [key: string]: Array<FixedValueForResourceManipulationDto>;
3030
+ };
3031
+ };
3032
+ /**
3033
+ *
3034
+ * @type {Array<DisciplineDto>}
3035
+ * @memberof ResourceAdminDto
3036
+ */
3037
+ disciplines?: Array<DisciplineDto>;
3038
+ /**
3039
+ *
3040
+ * @type {VisibilityDto}
3041
+ * @memberof ResourceAdminDto
3042
+ */
3043
+ visibility?: VisibilityDto;
3044
+ /**
3045
+ *
3046
+ * @type {string}
3047
+ * @memberof ResourceAdminDto
3048
+ */
3049
+ dateCreated?: string | null;
3050
+ /**
3051
+ *
3052
+ * @type {string}
3053
+ * @memberof ResourceAdminDto
3054
+ */
3055
+ creator?: string | null;
3056
+ /**
3057
+ *
3058
+ * @type {boolean}
3059
+ * @memberof ResourceAdminDto
3060
+ */
3061
+ archived?: boolean;
3062
+ /**
3063
+ *
3064
+ * @type {boolean}
3065
+ * @memberof ResourceAdminDto
3066
+ */
3067
+ deleted?: boolean;
3068
+ /**
3069
+ *
3070
+ * @type {Array<ProjectResourceMinimalDto>}
3071
+ * @memberof ResourceAdminDto
3072
+ */
3073
+ projectResources?: Array<ProjectResourceMinimalDto>;
3074
+ }
3075
+ /**
3076
+ *
3077
+ * @export
3078
+ * @interface ResourceAdminDtoIEnumerablePagedResponse
3079
+ */
3080
+ export interface ResourceAdminDtoIEnumerablePagedResponse {
3081
+ /**
3082
+ *
3083
+ * @type {Array<Array<ResourceAdminDto>>}
3084
+ * @memberof ResourceAdminDtoIEnumerablePagedResponse
3085
+ */
3086
+ data?: Array<Array<ResourceAdminDto>> | null;
3087
+ /**
3088
+ *
3089
+ * @type {boolean}
3090
+ * @memberof ResourceAdminDtoIEnumerablePagedResponse
3091
+ */
3092
+ isSuccess?: boolean;
3093
+ /**
3094
+ *
3095
+ * @type {number}
3096
+ * @memberof ResourceAdminDtoIEnumerablePagedResponse
3097
+ */
3098
+ statusCode?: number | null;
3099
+ /**
3100
+ *
3101
+ * @type {string}
3102
+ * @memberof ResourceAdminDtoIEnumerablePagedResponse
3103
+ */
3104
+ traceId?: string | null;
3105
+ /**
3106
+ *
3107
+ * @type {Pagination}
3108
+ * @memberof ResourceAdminDtoIEnumerablePagedResponse
3109
+ */
3110
+ pagination?: Pagination;
3111
+ }
2512
3112
  /**
2513
3113
  *
2514
3114
  * @export
@@ -2702,31 +3302,37 @@ export interface ResourceDto {
2702
3302
  /**
2703
3303
  *
2704
3304
  * @export
2705
- * @interface ResourceDtoIEnumerablePagedResponse
3305
+ * @interface ResourceDtoPagedResponse
2706
3306
  */
2707
- export interface ResourceDtoIEnumerablePagedResponse {
3307
+ export interface ResourceDtoPagedResponse {
2708
3308
  /**
2709
3309
  *
2710
3310
  * @type {Array<ResourceDto>}
2711
- * @memberof ResourceDtoIEnumerablePagedResponse
3311
+ * @memberof ResourceDtoPagedResponse
2712
3312
  */
2713
3313
  data?: Array<ResourceDto> | null;
3314
+ /**
3315
+ *
3316
+ * @type {boolean}
3317
+ * @memberof ResourceDtoPagedResponse
3318
+ */
3319
+ isSuccess?: boolean;
2714
3320
  /**
2715
3321
  *
2716
3322
  * @type {number}
2717
- * @memberof ResourceDtoIEnumerablePagedResponse
3323
+ * @memberof ResourceDtoPagedResponse
2718
3324
  */
2719
3325
  statusCode?: number | null;
2720
3326
  /**
2721
3327
  *
2722
- * @type {boolean}
2723
- * @memberof ResourceDtoIEnumerablePagedResponse
3328
+ * @type {string}
3329
+ * @memberof ResourceDtoPagedResponse
2724
3330
  */
2725
- isSuccess?: boolean;
3331
+ traceId?: string | null;
2726
3332
  /**
2727
3333
  *
2728
3334
  * @type {Pagination}
2729
- * @memberof ResourceDtoIEnumerablePagedResponse
3335
+ * @memberof ResourceDtoPagedResponse
2730
3336
  */
2731
3337
  pagination?: Pagination;
2732
3338
  }
@@ -2742,6 +3348,12 @@ export interface ResourceDtoResponse {
2742
3348
  * @memberof ResourceDtoResponse
2743
3349
  */
2744
3350
  data?: ResourceDto;
3351
+ /**
3352
+ *
3353
+ * @type {boolean}
3354
+ * @memberof ResourceDtoResponse
3355
+ */
3356
+ isSuccess?: boolean;
2745
3357
  /**
2746
3358
  *
2747
3359
  * @type {number}
@@ -2750,10 +3362,10 @@ export interface ResourceDtoResponse {
2750
3362
  statusCode?: number | null;
2751
3363
  /**
2752
3364
  *
2753
- * @type {boolean}
3365
+ * @type {string}
2754
3366
  * @memberof ResourceDtoResponse
2755
3367
  */
2756
- isSuccess?: boolean;
3368
+ traceId?: string | null;
2757
3369
  }
2758
3370
  /**
2759
3371
  *
@@ -2971,6 +3583,12 @@ export interface ResourceQuotaDtoResponse {
2971
3583
  * @memberof ResourceQuotaDtoResponse
2972
3584
  */
2973
3585
  data?: ResourceQuotaDto;
3586
+ /**
3587
+ *
3588
+ * @type {boolean}
3589
+ * @memberof ResourceQuotaDtoResponse
3590
+ */
3591
+ isSuccess?: boolean;
2974
3592
  /**
2975
3593
  *
2976
3594
  * @type {number}
@@ -2979,10 +3597,10 @@ export interface ResourceQuotaDtoResponse {
2979
3597
  statusCode?: number | null;
2980
3598
  /**
2981
3599
  *
2982
- * @type {boolean}
3600
+ * @type {string}
2983
3601
  * @memberof ResourceQuotaDtoResponse
2984
3602
  */
2985
- isSuccess?: boolean;
3603
+ traceId?: string | null;
2986
3604
  }
2987
3605
  /**
2988
3606
  *
@@ -3148,6 +3766,12 @@ export interface ResourceTypeInformationDtoIEnumerableResponse {
3148
3766
  * @memberof ResourceTypeInformationDtoIEnumerableResponse
3149
3767
  */
3150
3768
  data?: Array<ResourceTypeInformationDto> | null;
3769
+ /**
3770
+ *
3771
+ * @type {boolean}
3772
+ * @memberof ResourceTypeInformationDtoIEnumerableResponse
3773
+ */
3774
+ isSuccess?: boolean;
3151
3775
  /**
3152
3776
  *
3153
3777
  * @type {number}
@@ -3156,10 +3780,10 @@ export interface ResourceTypeInformationDtoIEnumerableResponse {
3156
3780
  statusCode?: number | null;
3157
3781
  /**
3158
3782
  *
3159
- * @type {boolean}
3783
+ * @type {string}
3160
3784
  * @memberof ResourceTypeInformationDtoIEnumerableResponse
3161
3785
  */
3162
- isSuccess?: boolean;
3786
+ traceId?: string | null;
3163
3787
  }
3164
3788
  /**
3165
3789
  *
@@ -3173,6 +3797,12 @@ export interface ResourceTypeInformationDtoResponse {
3173
3797
  * @memberof ResourceTypeInformationDtoResponse
3174
3798
  */
3175
3799
  data?: ResourceTypeInformationDto;
3800
+ /**
3801
+ *
3802
+ * @type {boolean}
3803
+ * @memberof ResourceTypeInformationDtoResponse
3804
+ */
3805
+ isSuccess?: boolean;
3176
3806
  /**
3177
3807
  *
3178
3808
  * @type {number}
@@ -3181,10 +3811,10 @@ export interface ResourceTypeInformationDtoResponse {
3181
3811
  statusCode?: number | null;
3182
3812
  /**
3183
3813
  *
3184
- * @type {boolean}
3814
+ * @type {string}
3185
3815
  * @memberof ResourceTypeInformationDtoResponse
3186
3816
  */
3187
- isSuccess?: boolean;
3817
+ traceId?: string | null;
3188
3818
  }
3189
3819
  /**
3190
3820
  *
@@ -3353,31 +3983,37 @@ export interface RoleDto {
3353
3983
  /**
3354
3984
  *
3355
3985
  * @export
3356
- * @interface RoleDtoIEnumerablePagedResponse
3986
+ * @interface RoleDtoPagedResponse
3357
3987
  */
3358
- export interface RoleDtoIEnumerablePagedResponse {
3988
+ export interface RoleDtoPagedResponse {
3359
3989
  /**
3360
3990
  *
3361
3991
  * @type {Array<RoleDto>}
3362
- * @memberof RoleDtoIEnumerablePagedResponse
3992
+ * @memberof RoleDtoPagedResponse
3363
3993
  */
3364
3994
  data?: Array<RoleDto> | null;
3995
+ /**
3996
+ *
3997
+ * @type {boolean}
3998
+ * @memberof RoleDtoPagedResponse
3999
+ */
4000
+ isSuccess?: boolean;
3365
4001
  /**
3366
4002
  *
3367
4003
  * @type {number}
3368
- * @memberof RoleDtoIEnumerablePagedResponse
4004
+ * @memberof RoleDtoPagedResponse
3369
4005
  */
3370
4006
  statusCode?: number | null;
3371
4007
  /**
3372
4008
  *
3373
- * @type {boolean}
3374
- * @memberof RoleDtoIEnumerablePagedResponse
4009
+ * @type {string}
4010
+ * @memberof RoleDtoPagedResponse
3375
4011
  */
3376
- isSuccess?: boolean;
4012
+ traceId?: string | null;
3377
4013
  /**
3378
4014
  *
3379
4015
  * @type {Pagination}
3380
- * @memberof RoleDtoIEnumerablePagedResponse
4016
+ * @memberof RoleDtoPagedResponse
3381
4017
  */
3382
4018
  pagination?: Pagination;
3383
4019
  }
@@ -3393,6 +4029,12 @@ export interface RoleDtoResponse {
3393
4029
  * @memberof RoleDtoResponse
3394
4030
  */
3395
4031
  data?: RoleDto;
4032
+ /**
4033
+ *
4034
+ * @type {boolean}
4035
+ * @memberof RoleDtoResponse
4036
+ */
4037
+ isSuccess?: boolean;
3396
4038
  /**
3397
4039
  *
3398
4040
  * @type {number}
@@ -3401,10 +4043,10 @@ export interface RoleDtoResponse {
3401
4043
  statusCode?: number | null;
3402
4044
  /**
3403
4045
  *
3404
- * @type {boolean}
4046
+ * @type {string}
3405
4047
  * @memberof RoleDtoResponse
3406
4048
  */
3407
- isSuccess?: boolean;
4049
+ traceId?: string | null;
3408
4050
  }
3409
4051
  /**
3410
4052
  *
@@ -3419,6 +4061,25 @@ export interface RoleMinimalDto {
3419
4061
  */
3420
4062
  id?: string;
3421
4063
  }
4064
+ /**
4065
+ *
4066
+ * @export
4067
+ * @interface SearchCategory
4068
+ */
4069
+ export interface SearchCategory {
4070
+ /**
4071
+ *
4072
+ * @type {string}
4073
+ * @memberof SearchCategory
4074
+ */
4075
+ name?: string;
4076
+ /**
4077
+ *
4078
+ * @type {number}
4079
+ * @memberof SearchCategory
4080
+ */
4081
+ count?: number;
4082
+ }
3422
4083
  /**
3423
4084
  *
3424
4085
  * @export
@@ -3458,33 +4119,45 @@ export interface SearchResultDto {
3458
4119
  /**
3459
4120
  *
3460
4121
  * @export
3461
- * @interface SearchResultDtoIEnumerablePagedResponse
4122
+ * @interface SearchResultDtoPagedSearchResponse
3462
4123
  */
3463
- export interface SearchResultDtoIEnumerablePagedResponse {
4124
+ export interface SearchResultDtoPagedSearchResponse {
3464
4125
  /**
3465
4126
  *
3466
4127
  * @type {Array<SearchResultDto>}
3467
- * @memberof SearchResultDtoIEnumerablePagedResponse
4128
+ * @memberof SearchResultDtoPagedSearchResponse
3468
4129
  */
3469
4130
  data?: Array<SearchResultDto> | null;
4131
+ /**
4132
+ *
4133
+ * @type {boolean}
4134
+ * @memberof SearchResultDtoPagedSearchResponse
4135
+ */
4136
+ isSuccess?: boolean;
3470
4137
  /**
3471
4138
  *
3472
4139
  * @type {number}
3473
- * @memberof SearchResultDtoIEnumerablePagedResponse
4140
+ * @memberof SearchResultDtoPagedSearchResponse
3474
4141
  */
3475
4142
  statusCode?: number | null;
3476
4143
  /**
3477
4144
  *
3478
- * @type {boolean}
3479
- * @memberof SearchResultDtoIEnumerablePagedResponse
4145
+ * @type {string}
4146
+ * @memberof SearchResultDtoPagedSearchResponse
3480
4147
  */
3481
- isSuccess?: boolean;
4148
+ traceId?: string | null;
3482
4149
  /**
3483
4150
  *
3484
4151
  * @type {Pagination}
3485
- * @memberof SearchResultDtoIEnumerablePagedResponse
4152
+ * @memberof SearchResultDtoPagedSearchResponse
3486
4153
  */
3487
4154
  pagination?: Pagination;
4155
+ /**
4156
+ *
4157
+ * @type {Array<SearchCategory>}
4158
+ * @memberof SearchResultDtoPagedSearchResponse
4159
+ */
4160
+ categories?: Array<SearchCategory> | null;
3488
4161
  }
3489
4162
  /**
3490
4163
  *
@@ -3517,6 +4190,12 @@ export interface TermsOfServiceDtoResponse {
3517
4190
  * @memberof TermsOfServiceDtoResponse
3518
4191
  */
3519
4192
  data?: TermsOfServiceDto;
4193
+ /**
4194
+ *
4195
+ * @type {boolean}
4196
+ * @memberof TermsOfServiceDtoResponse
4197
+ */
4198
+ isSuccess?: boolean;
3520
4199
  /**
3521
4200
  *
3522
4201
  * @type {number}
@@ -3525,10 +4204,10 @@ export interface TermsOfServiceDtoResponse {
3525
4204
  statusCode?: number | null;
3526
4205
  /**
3527
4206
  *
3528
- * @type {boolean}
4207
+ * @type {string}
3529
4208
  * @memberof TermsOfServiceDtoResponse
3530
4209
  */
3531
- isSuccess?: boolean;
4210
+ traceId?: string | null;
3532
4211
  }
3533
4212
  /**
3534
4213
  *
@@ -3552,31 +4231,37 @@ export interface TitleDto {
3552
4231
  /**
3553
4232
  *
3554
4233
  * @export
3555
- * @interface TitleDtoIEnumerablePagedResponse
4234
+ * @interface TitleDtoPagedResponse
3556
4235
  */
3557
- export interface TitleDtoIEnumerablePagedResponse {
4236
+ export interface TitleDtoPagedResponse {
3558
4237
  /**
3559
4238
  *
3560
4239
  * @type {Array<TitleDto>}
3561
- * @memberof TitleDtoIEnumerablePagedResponse
4240
+ * @memberof TitleDtoPagedResponse
3562
4241
  */
3563
4242
  data?: Array<TitleDto> | null;
3564
- /**
3565
- *
3566
- * @type {number}
3567
- * @memberof TitleDtoIEnumerablePagedResponse
3568
- */
3569
- statusCode?: number | null;
3570
4243
  /**
3571
4244
  *
3572
4245
  * @type {boolean}
3573
- * @memberof TitleDtoIEnumerablePagedResponse
4246
+ * @memberof TitleDtoPagedResponse
3574
4247
  */
3575
4248
  isSuccess?: boolean;
3576
4249
  /**
3577
4250
  *
3578
- * @type {Pagination}
3579
- * @memberof TitleDtoIEnumerablePagedResponse
4251
+ * @type {number}
4252
+ * @memberof TitleDtoPagedResponse
4253
+ */
4254
+ statusCode?: number | null;
4255
+ /**
4256
+ *
4257
+ * @type {string}
4258
+ * @memberof TitleDtoPagedResponse
4259
+ */
4260
+ traceId?: string | null;
4261
+ /**
4262
+ *
4263
+ * @type {Pagination}
4264
+ * @memberof TitleDtoPagedResponse
3580
4265
  */
3581
4266
  pagination?: Pagination;
3582
4267
  }
@@ -3592,6 +4277,12 @@ export interface TitleDtoResponse {
3592
4277
  * @memberof TitleDtoResponse
3593
4278
  */
3594
4279
  data?: TitleDto;
4280
+ /**
4281
+ *
4282
+ * @type {boolean}
4283
+ * @memberof TitleDtoResponse
4284
+ */
4285
+ isSuccess?: boolean;
3595
4286
  /**
3596
4287
  *
3597
4288
  * @type {number}
@@ -3600,10 +4291,10 @@ export interface TitleDtoResponse {
3600
4291
  statusCode?: number | null;
3601
4292
  /**
3602
4293
  *
3603
- * @type {boolean}
4294
+ * @type {string}
3604
4295
  * @memberof TitleDtoResponse
3605
4296
  */
3606
- isSuccess?: boolean;
4297
+ traceId?: string | null;
3607
4298
  }
3608
4299
  /**
3609
4300
  *
@@ -3675,12 +4366,6 @@ export interface UserDto {
3675
4366
  * @memberof UserDto
3676
4367
  */
3677
4368
  language?: LanguageDto;
3678
- /**
3679
- *
3680
- * @type {boolean}
3681
- * @memberof UserDto
3682
- */
3683
- isEmailConfirmed?: boolean;
3684
4369
  /**
3685
4370
  *
3686
4371
  * @type {boolean}
@@ -3712,6 +4397,43 @@ export interface UserDto {
3712
4397
  */
3713
4398
  identities?: Array<IdentityProviderDto>;
3714
4399
  }
4400
+ /**
4401
+ *
4402
+ * @export
4403
+ * @interface UserDtoIEnumerablePagedResponse
4404
+ */
4405
+ export interface UserDtoIEnumerablePagedResponse {
4406
+ /**
4407
+ *
4408
+ * @type {Array<Array<UserDto>>}
4409
+ * @memberof UserDtoIEnumerablePagedResponse
4410
+ */
4411
+ data?: Array<Array<UserDto>> | null;
4412
+ /**
4413
+ *
4414
+ * @type {boolean}
4415
+ * @memberof UserDtoIEnumerablePagedResponse
4416
+ */
4417
+ isSuccess?: boolean;
4418
+ /**
4419
+ *
4420
+ * @type {number}
4421
+ * @memberof UserDtoIEnumerablePagedResponse
4422
+ */
4423
+ statusCode?: number | null;
4424
+ /**
4425
+ *
4426
+ * @type {string}
4427
+ * @memberof UserDtoIEnumerablePagedResponse
4428
+ */
4429
+ traceId?: string | null;
4430
+ /**
4431
+ *
4432
+ * @type {Pagination}
4433
+ * @memberof UserDtoIEnumerablePagedResponse
4434
+ */
4435
+ pagination?: Pagination;
4436
+ }
3715
4437
  /**
3716
4438
  *
3717
4439
  * @export
@@ -3724,6 +4446,12 @@ export interface UserDtoResponse {
3724
4446
  * @memberof UserDtoResponse
3725
4447
  */
3726
4448
  data?: UserDto;
4449
+ /**
4450
+ *
4451
+ * @type {boolean}
4452
+ * @memberof UserDtoResponse
4453
+ */
4454
+ isSuccess?: boolean;
3727
4455
  /**
3728
4456
  *
3729
4457
  * @type {number}
@@ -3732,10 +4460,10 @@ export interface UserDtoResponse {
3732
4460
  statusCode?: number | null;
3733
4461
  /**
3734
4462
  *
3735
- * @type {boolean}
4463
+ * @type {string}
3736
4464
  * @memberof UserDtoResponse
3737
4465
  */
3738
- isSuccess?: boolean;
4466
+ traceId?: string | null;
3739
4467
  }
3740
4468
  /**
3741
4469
  *
@@ -3748,7 +4476,7 @@ export interface UserEmailDto {
3748
4476
  * @type {string}
3749
4477
  * @memberof UserEmailDto
3750
4478
  */
3751
- email?: string;
4479
+ email?: string | null;
3752
4480
  /**
3753
4481
  *
3754
4482
  * @type {boolean}
@@ -3873,6 +4601,12 @@ export interface UserMergeDtoResponse {
3873
4601
  * @memberof UserMergeDtoResponse
3874
4602
  */
3875
4603
  data?: UserMergeDto;
4604
+ /**
4605
+ *
4606
+ * @type {boolean}
4607
+ * @memberof UserMergeDtoResponse
4608
+ */
4609
+ isSuccess?: boolean;
3876
4610
  /**
3877
4611
  *
3878
4612
  * @type {number}
@@ -3881,10 +4615,10 @@ export interface UserMergeDtoResponse {
3881
4615
  statusCode?: number | null;
3882
4616
  /**
3883
4617
  *
3884
- * @type {boolean}
4618
+ * @type {string}
3885
4619
  * @memberof UserMergeDtoResponse
3886
4620
  */
3887
- isSuccess?: boolean;
4621
+ traceId?: string | null;
3888
4622
  }
3889
4623
  /**
3890
4624
  *
@@ -3965,31 +4699,37 @@ export interface VisibilityDto {
3965
4699
  /**
3966
4700
  *
3967
4701
  * @export
3968
- * @interface VisibilityDtoIEnumerablePagedResponse
4702
+ * @interface VisibilityDtoPagedResponse
3969
4703
  */
3970
- export interface VisibilityDtoIEnumerablePagedResponse {
4704
+ export interface VisibilityDtoPagedResponse {
3971
4705
  /**
3972
4706
  *
3973
4707
  * @type {Array<VisibilityDto>}
3974
- * @memberof VisibilityDtoIEnumerablePagedResponse
4708
+ * @memberof VisibilityDtoPagedResponse
3975
4709
  */
3976
4710
  data?: Array<VisibilityDto> | null;
4711
+ /**
4712
+ *
4713
+ * @type {boolean}
4714
+ * @memberof VisibilityDtoPagedResponse
4715
+ */
4716
+ isSuccess?: boolean;
3977
4717
  /**
3978
4718
  *
3979
4719
  * @type {number}
3980
- * @memberof VisibilityDtoIEnumerablePagedResponse
4720
+ * @memberof VisibilityDtoPagedResponse
3981
4721
  */
3982
4722
  statusCode?: number | null;
3983
4723
  /**
3984
4724
  *
3985
- * @type {boolean}
3986
- * @memberof VisibilityDtoIEnumerablePagedResponse
4725
+ * @type {string}
4726
+ * @memberof VisibilityDtoPagedResponse
3987
4727
  */
3988
- isSuccess?: boolean;
4728
+ traceId?: string | null;
3989
4729
  /**
3990
4730
  *
3991
4731
  * @type {Pagination}
3992
- * @memberof VisibilityDtoIEnumerablePagedResponse
4732
+ * @memberof VisibilityDtoPagedResponse
3993
4733
  */
3994
4734
  pagination?: Pagination;
3995
4735
  }
@@ -4005,6 +4745,12 @@ export interface VisibilityDtoResponse {
4005
4745
  * @memberof VisibilityDtoResponse
4006
4746
  */
4007
4747
  data?: VisibilityDto;
4748
+ /**
4749
+ *
4750
+ * @type {boolean}
4751
+ * @memberof VisibilityDtoResponse
4752
+ */
4753
+ isSuccess?: boolean;
4008
4754
  /**
4009
4755
  *
4010
4756
  * @type {number}
@@ -4013,10 +4759,10 @@ export interface VisibilityDtoResponse {
4013
4759
  statusCode?: number | null;
4014
4760
  /**
4015
4761
  *
4016
- * @type {boolean}
4762
+ * @type {string}
4017
4763
  * @memberof VisibilityDtoResponse
4018
4764
  */
4019
- isSuccess?: boolean;
4765
+ traceId?: string | null;
4020
4766
  }
4021
4767
  /**
4022
4768
  *
@@ -4078,31 +4824,37 @@ export interface VocabularyDto {
4078
4824
  /**
4079
4825
  *
4080
4826
  * @export
4081
- * @interface VocabularyDtoIEnumerablePagedResponse
4827
+ * @interface VocabularyDtoPagedResponse
4082
4828
  */
4083
- export interface VocabularyDtoIEnumerablePagedResponse {
4829
+ export interface VocabularyDtoPagedResponse {
4084
4830
  /**
4085
4831
  *
4086
4832
  * @type {Array<VocabularyDto>}
4087
- * @memberof VocabularyDtoIEnumerablePagedResponse
4833
+ * @memberof VocabularyDtoPagedResponse
4088
4834
  */
4089
4835
  data?: Array<VocabularyDto> | null;
4836
+ /**
4837
+ *
4838
+ * @type {boolean}
4839
+ * @memberof VocabularyDtoPagedResponse
4840
+ */
4841
+ isSuccess?: boolean;
4090
4842
  /**
4091
4843
  *
4092
4844
  * @type {number}
4093
- * @memberof VocabularyDtoIEnumerablePagedResponse
4845
+ * @memberof VocabularyDtoPagedResponse
4094
4846
  */
4095
4847
  statusCode?: number | null;
4096
4848
  /**
4097
4849
  *
4098
- * @type {boolean}
4099
- * @memberof VocabularyDtoIEnumerablePagedResponse
4850
+ * @type {string}
4851
+ * @memberof VocabularyDtoPagedResponse
4100
4852
  */
4101
- isSuccess?: boolean;
4853
+ traceId?: string | null;
4102
4854
  /**
4103
4855
  *
4104
4856
  * @type {Pagination}
4105
- * @memberof VocabularyDtoIEnumerablePagedResponse
4857
+ * @memberof VocabularyDtoPagedResponse
4106
4858
  */
4107
4859
  pagination?: Pagination;
4108
4860
  }
@@ -4152,31 +4904,37 @@ export interface VocabularyInstanceDto {
4152
4904
  /**
4153
4905
  *
4154
4906
  * @export
4155
- * @interface VocabularyInstanceDtoIEnumerablePagedResponse
4907
+ * @interface VocabularyInstanceDtoPagedResponse
4156
4908
  */
4157
- export interface VocabularyInstanceDtoIEnumerablePagedResponse {
4909
+ export interface VocabularyInstanceDtoPagedResponse {
4158
4910
  /**
4159
4911
  *
4160
4912
  * @type {Array<VocabularyInstanceDto>}
4161
- * @memberof VocabularyInstanceDtoIEnumerablePagedResponse
4913
+ * @memberof VocabularyInstanceDtoPagedResponse
4162
4914
  */
4163
4915
  data?: Array<VocabularyInstanceDto> | null;
4916
+ /**
4917
+ *
4918
+ * @type {boolean}
4919
+ * @memberof VocabularyInstanceDtoPagedResponse
4920
+ */
4921
+ isSuccess?: boolean;
4164
4922
  /**
4165
4923
  *
4166
4924
  * @type {number}
4167
- * @memberof VocabularyInstanceDtoIEnumerablePagedResponse
4925
+ * @memberof VocabularyInstanceDtoPagedResponse
4168
4926
  */
4169
4927
  statusCode?: number | null;
4170
4928
  /**
4171
4929
  *
4172
- * @type {boolean}
4173
- * @memberof VocabularyInstanceDtoIEnumerablePagedResponse
4930
+ * @type {string}
4931
+ * @memberof VocabularyInstanceDtoPagedResponse
4174
4932
  */
4175
- isSuccess?: boolean;
4933
+ traceId?: string | null;
4176
4934
  /**
4177
4935
  *
4178
4936
  * @type {Pagination}
4179
- * @memberof VocabularyInstanceDtoIEnumerablePagedResponse
4937
+ * @memberof VocabularyInstanceDtoPagedResponse
4180
4938
  */
4181
4939
  pagination?: Pagination;
4182
4940
  }
@@ -4192,6 +4950,12 @@ export interface VocabularyInstanceDtoResponse {
4192
4950
  * @memberof VocabularyInstanceDtoResponse
4193
4951
  */
4194
4952
  data?: VocabularyInstanceDto;
4953
+ /**
4954
+ *
4955
+ * @type {boolean}
4956
+ * @memberof VocabularyInstanceDtoResponse
4957
+ */
4958
+ isSuccess?: boolean;
4195
4959
  /**
4196
4960
  *
4197
4961
  * @type {number}
@@ -4200,10 +4964,274 @@ export interface VocabularyInstanceDtoResponse {
4200
4964
  statusCode?: number | null;
4201
4965
  /**
4202
4966
  *
4203
- * @type {boolean}
4967
+ * @type {string}
4204
4968
  * @memberof VocabularyInstanceDtoResponse
4205
4969
  */
4206
- isSuccess?: boolean;
4970
+ traceId?: string | null;
4971
+ }
4972
+ /**
4973
+ * AdminApi - axios parameter creator
4974
+ * @export
4975
+ */
4976
+ export declare const AdminApiAxiosParamCreator: (configuration?: Configuration) => {
4977
+ /**
4978
+ *
4979
+ * @summary Responds with the HTTP methods allowed for the endpoint.
4980
+ * @param {*} [options] Override http request option.
4981
+ * @throws {RequiredError}
4982
+ */
4983
+ apiV2AdminOptions: (options?: any) => Promise<RequestArgs>;
4984
+ /**
4985
+ *
4986
+ * @summary Retrieves all projects.
4987
+ * @param {boolean} [topLevel]
4988
+ * @param {boolean} [includeDeleted]
4989
+ * @param {number} [pageNumber]
4990
+ * @param {number} [pageSize]
4991
+ * @param {string} [orderBy]
4992
+ * @param {*} [options] Override http request option.
4993
+ * @throws {RequiredError}
4994
+ */
4995
+ getAllProjects: (topLevel?: boolean, includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any) => Promise<RequestArgs>;
4996
+ /**
4997
+ *
4998
+ * @summary Retrieves all resources.
4999
+ * @param {boolean} [includeDeleted]
5000
+ * @param {number} [pageNumber]
5001
+ * @param {number} [pageSize]
5002
+ * @param {string} [orderBy]
5003
+ * @param {*} [options] Override http request option.
5004
+ * @throws {RequiredError}
5005
+ */
5006
+ getAllResources: (includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any) => Promise<RequestArgs>;
5007
+ /**
5008
+ *
5009
+ * @summary Retrieves all users.
5010
+ * @param {string} [orderBy]
5011
+ * @param {boolean} [tosAccepted]
5012
+ * @param {number} [pageNumber]
5013
+ * @param {number} [pageSize]
5014
+ * @param {*} [options] Override http request option.
5015
+ * @throws {RequiredError}
5016
+ */
5017
+ getAllUsers: (orderBy?: string, tosAccepted?: boolean, pageNumber?: number, pageSize?: number, options?: any) => Promise<RequestArgs>;
5018
+ /**
5019
+ *
5020
+ * @summary Gets a metadata graph.
5021
+ * @param {string} graphUri
5022
+ * @param {RdfFormat} [format]
5023
+ * @param {*} [options] Override http request option.
5024
+ * @throws {RequiredError}
5025
+ */
5026
+ getMetadataGraph: (graphUri: string, format?: RdfFormat, options?: any) => Promise<RequestArgs>;
5027
+ /**
5028
+ *
5029
+ * @summary Updates a metadata graph.
5030
+ * @param {MetadataUpdateAdminParameters} [metadataUpdateAdminParameters] The metadata update admin parameters.
5031
+ * @param {*} [options] Override http request option.
5032
+ * @throws {RequiredError}
5033
+ */
5034
+ updateMetadataGraph: (metadataUpdateAdminParameters?: MetadataUpdateAdminParameters, options?: any) => Promise<RequestArgs>;
5035
+ };
5036
+ /**
5037
+ * AdminApi - functional programming interface
5038
+ * @export
5039
+ */
5040
+ export declare const AdminApiFp: (configuration?: Configuration) => {
5041
+ /**
5042
+ *
5043
+ * @summary Responds with the HTTP methods allowed for the endpoint.
5044
+ * @param {*} [options] Override http request option.
5045
+ * @throws {RequiredError}
5046
+ */
5047
+ apiV2AdminOptions(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
5048
+ /**
5049
+ *
5050
+ * @summary Retrieves all projects.
5051
+ * @param {boolean} [topLevel]
5052
+ * @param {boolean} [includeDeleted]
5053
+ * @param {number} [pageNumber]
5054
+ * @param {number} [pageSize]
5055
+ * @param {string} [orderBy]
5056
+ * @param {*} [options] Override http request option.
5057
+ * @throws {RequiredError}
5058
+ */
5059
+ getAllProjects(topLevel?: boolean, includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectAdminDtoIEnumerablePagedResponse>>;
5060
+ /**
5061
+ *
5062
+ * @summary Retrieves all resources.
5063
+ * @param {boolean} [includeDeleted]
5064
+ * @param {number} [pageNumber]
5065
+ * @param {number} [pageSize]
5066
+ * @param {string} [orderBy]
5067
+ * @param {*} [options] Override http request option.
5068
+ * @throws {RequiredError}
5069
+ */
5070
+ getAllResources(includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceAdminDtoIEnumerablePagedResponse>>;
5071
+ /**
5072
+ *
5073
+ * @summary Retrieves all users.
5074
+ * @param {string} [orderBy]
5075
+ * @param {boolean} [tosAccepted]
5076
+ * @param {number} [pageNumber]
5077
+ * @param {number} [pageSize]
5078
+ * @param {*} [options] Override http request option.
5079
+ * @throws {RequiredError}
5080
+ */
5081
+ getAllUsers(orderBy?: string, tosAccepted?: boolean, pageNumber?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserDtoIEnumerablePagedResponse>>;
5082
+ /**
5083
+ *
5084
+ * @summary Gets a metadata graph.
5085
+ * @param {string} graphUri
5086
+ * @param {RdfFormat} [format]
5087
+ * @param {*} [options] Override http request option.
5088
+ * @throws {RequiredError}
5089
+ */
5090
+ getMetadataGraph(graphUri: string, format?: RdfFormat, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RdfDefinitionDtoResponse>>;
5091
+ /**
5092
+ *
5093
+ * @summary Updates a metadata graph.
5094
+ * @param {MetadataUpdateAdminParameters} [metadataUpdateAdminParameters] The metadata update admin parameters.
5095
+ * @param {*} [options] Override http request option.
5096
+ * @throws {RequiredError}
5097
+ */
5098
+ updateMetadataGraph(metadataUpdateAdminParameters?: MetadataUpdateAdminParameters, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
5099
+ };
5100
+ /**
5101
+ * AdminApi - factory interface
5102
+ * @export
5103
+ */
5104
+ export declare const AdminApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
5105
+ /**
5106
+ *
5107
+ * @summary Responds with the HTTP methods allowed for the endpoint.
5108
+ * @param {*} [options] Override http request option.
5109
+ * @throws {RequiredError}
5110
+ */
5111
+ apiV2AdminOptions(options?: any): AxiosPromise<void>;
5112
+ /**
5113
+ *
5114
+ * @summary Retrieves all projects.
5115
+ * @param {boolean} [topLevel]
5116
+ * @param {boolean} [includeDeleted]
5117
+ * @param {number} [pageNumber]
5118
+ * @param {number} [pageSize]
5119
+ * @param {string} [orderBy]
5120
+ * @param {*} [options] Override http request option.
5121
+ * @throws {RequiredError}
5122
+ */
5123
+ getAllProjects(topLevel?: boolean, includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectAdminDtoIEnumerablePagedResponse>;
5124
+ /**
5125
+ *
5126
+ * @summary Retrieves all resources.
5127
+ * @param {boolean} [includeDeleted]
5128
+ * @param {number} [pageNumber]
5129
+ * @param {number} [pageSize]
5130
+ * @param {string} [orderBy]
5131
+ * @param {*} [options] Override http request option.
5132
+ * @throws {RequiredError}
5133
+ */
5134
+ getAllResources(includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ResourceAdminDtoIEnumerablePagedResponse>;
5135
+ /**
5136
+ *
5137
+ * @summary Retrieves all users.
5138
+ * @param {string} [orderBy]
5139
+ * @param {boolean} [tosAccepted]
5140
+ * @param {number} [pageNumber]
5141
+ * @param {number} [pageSize]
5142
+ * @param {*} [options] Override http request option.
5143
+ * @throws {RequiredError}
5144
+ */
5145
+ getAllUsers(orderBy?: string, tosAccepted?: boolean, pageNumber?: number, pageSize?: number, options?: any): AxiosPromise<UserDtoIEnumerablePagedResponse>;
5146
+ /**
5147
+ *
5148
+ * @summary Gets a metadata graph.
5149
+ * @param {string} graphUri
5150
+ * @param {RdfFormat} [format]
5151
+ * @param {*} [options] Override http request option.
5152
+ * @throws {RequiredError}
5153
+ */
5154
+ getMetadataGraph(graphUri: string, format?: RdfFormat, options?: any): AxiosPromise<RdfDefinitionDtoResponse>;
5155
+ /**
5156
+ *
5157
+ * @summary Updates a metadata graph.
5158
+ * @param {MetadataUpdateAdminParameters} [metadataUpdateAdminParameters] The metadata update admin parameters.
5159
+ * @param {*} [options] Override http request option.
5160
+ * @throws {RequiredError}
5161
+ */
5162
+ updateMetadataGraph(metadataUpdateAdminParameters?: MetadataUpdateAdminParameters, options?: any): AxiosPromise<void>;
5163
+ };
5164
+ /**
5165
+ * AdminApi - object-oriented interface
5166
+ * @export
5167
+ * @class AdminApi
5168
+ * @extends {BaseAPI}
5169
+ */
5170
+ export declare class AdminApi extends BaseAPI {
5171
+ /**
5172
+ *
5173
+ * @summary Responds with the HTTP methods allowed for the endpoint.
5174
+ * @param {*} [options] Override http request option.
5175
+ * @throws {RequiredError}
5176
+ * @memberof AdminApi
5177
+ */
5178
+ apiV2AdminOptions(options?: any): Promise<import("axios").AxiosResponse<void>>;
5179
+ /**
5180
+ *
5181
+ * @summary Retrieves all projects.
5182
+ * @param {boolean} [topLevel]
5183
+ * @param {boolean} [includeDeleted]
5184
+ * @param {number} [pageNumber]
5185
+ * @param {number} [pageSize]
5186
+ * @param {string} [orderBy]
5187
+ * @param {*} [options] Override http request option.
5188
+ * @throws {RequiredError}
5189
+ * @memberof AdminApi
5190
+ */
5191
+ getAllProjects(topLevel?: boolean, includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectAdminDtoIEnumerablePagedResponse>>;
5192
+ /**
5193
+ *
5194
+ * @summary Retrieves all resources.
5195
+ * @param {boolean} [includeDeleted]
5196
+ * @param {number} [pageNumber]
5197
+ * @param {number} [pageSize]
5198
+ * @param {string} [orderBy]
5199
+ * @param {*} [options] Override http request option.
5200
+ * @throws {RequiredError}
5201
+ * @memberof AdminApi
5202
+ */
5203
+ getAllResources(includeDeleted?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ResourceAdminDtoIEnumerablePagedResponse>>;
5204
+ /**
5205
+ *
5206
+ * @summary Retrieves all users.
5207
+ * @param {string} [orderBy]
5208
+ * @param {boolean} [tosAccepted]
5209
+ * @param {number} [pageNumber]
5210
+ * @param {number} [pageSize]
5211
+ * @param {*} [options] Override http request option.
5212
+ * @throws {RequiredError}
5213
+ * @memberof AdminApi
5214
+ */
5215
+ getAllUsers(orderBy?: string, tosAccepted?: boolean, pageNumber?: number, pageSize?: number, options?: any): Promise<import("axios").AxiosResponse<UserDtoIEnumerablePagedResponse>>;
5216
+ /**
5217
+ *
5218
+ * @summary Gets a metadata graph.
5219
+ * @param {string} graphUri
5220
+ * @param {RdfFormat} [format]
5221
+ * @param {*} [options] Override http request option.
5222
+ * @throws {RequiredError}
5223
+ * @memberof AdminApi
5224
+ */
5225
+ getMetadataGraph(graphUri: string, format?: RdfFormat, options?: any): Promise<import("axios").AxiosResponse<RdfDefinitionDtoResponse>>;
5226
+ /**
5227
+ *
5228
+ * @summary Updates a metadata graph.
5229
+ * @param {MetadataUpdateAdminParameters} [metadataUpdateAdminParameters] The metadata update admin parameters.
5230
+ * @param {*} [options] Override http request option.
5231
+ * @throws {RequiredError}
5232
+ * @memberof AdminApi
5233
+ */
5234
+ updateMetadataGraph(metadataUpdateAdminParameters?: MetadataUpdateAdminParameters, options?: any): Promise<import("axios").AxiosResponse<void>>;
4207
5235
  }
4208
5236
  /**
4209
5237
  * ApplicationProfileApi - axios parameter creator
@@ -4240,13 +5268,14 @@ export declare const ApplicationProfileApiAxiosParamCreator: (configuration?: Co
4240
5268
  * @summary Retrieves all application profiles.
4241
5269
  * @param {string} [searchTerm]
4242
5270
  * @param {AcceptedLanguage} [language]
5271
+ * @param {boolean} [modules]
4243
5272
  * @param {number} [pageNumber]
4244
5273
  * @param {number} [pageSize]
4245
5274
  * @param {string} [orderBy]
4246
5275
  * @param {*} [options] Override http request option.
4247
5276
  * @throws {RequiredError}
4248
5277
  */
4249
- getApplicationProfiles: (searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any) => Promise<RequestArgs>;
5278
+ getApplicationProfiles: (searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any) => Promise<RequestArgs>;
4250
5279
  /**
4251
5280
  *
4252
5281
  * @summary Retrieves the `raw` application profile definition by its URI.
@@ -4291,13 +5320,14 @@ export declare const ApplicationProfileApiFp: (configuration?: Configuration) =>
4291
5320
  * @summary Retrieves all application profiles.
4292
5321
  * @param {string} [searchTerm]
4293
5322
  * @param {AcceptedLanguage} [language]
5323
+ * @param {boolean} [modules]
4294
5324
  * @param {number} [pageNumber]
4295
5325
  * @param {number} [pageSize]
4296
5326
  * @param {string} [orderBy]
4297
5327
  * @param {*} [options] Override http request option.
4298
5328
  * @throws {RequiredError}
4299
5329
  */
4300
- getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileDtoIEnumerablePagedResponse>>;
5330
+ getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplicationProfileDtoPagedResponse>>;
4301
5331
  /**
4302
5332
  *
4303
5333
  * @summary Retrieves the `raw` application profile definition by its URI.
@@ -4342,13 +5372,14 @@ export declare const ApplicationProfileApiFactory: (configuration?: Configuratio
4342
5372
  * @summary Retrieves all application profiles.
4343
5373
  * @param {string} [searchTerm]
4344
5374
  * @param {AcceptedLanguage} [language]
5375
+ * @param {boolean} [modules]
4345
5376
  * @param {number} [pageNumber]
4346
5377
  * @param {number} [pageSize]
4347
5378
  * @param {string} [orderBy]
4348
5379
  * @param {*} [options] Override http request option.
4349
5380
  * @throws {RequiredError}
4350
5381
  */
4351
- getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ApplicationProfileDtoIEnumerablePagedResponse>;
5382
+ getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ApplicationProfileDtoPagedResponse>;
4352
5383
  /**
4353
5384
  *
4354
5385
  * @summary Retrieves the `raw` application profile definition by its URI.
@@ -4398,6 +5429,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
4398
5429
  * @summary Retrieves all application profiles.
4399
5430
  * @param {string} [searchTerm]
4400
5431
  * @param {AcceptedLanguage} [language]
5432
+ * @param {boolean} [modules]
4401
5433
  * @param {number} [pageNumber]
4402
5434
  * @param {number} [pageSize]
4403
5435
  * @param {string} [orderBy]
@@ -4405,7 +5437,7 @@ export declare class ApplicationProfileApi extends BaseAPI {
4405
5437
  * @throws {RequiredError}
4406
5438
  * @memberof ApplicationProfileApi
4407
5439
  */
4408
- getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ApplicationProfileDtoIEnumerablePagedResponse>>;
5440
+ getApplicationProfiles(searchTerm?: string, language?: AcceptedLanguage, modules?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ApplicationProfileDtoPagedResponse>>;
4409
5441
  /**
4410
5442
  *
4411
5443
  * @summary Retrieves the `raw` application profile definition by its URI.
@@ -4711,7 +5743,7 @@ export declare const DisciplineApiFp: (configuration?: Configuration) => {
4711
5743
  * @param {*} [options] Override http request option.
4712
5744
  * @throws {RequiredError}
4713
5745
  */
4714
- getDisciplines(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisciplineDtoIEnumerablePagedResponse>>;
5746
+ getDisciplines(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DisciplineDtoPagedResponse>>;
4715
5747
  };
4716
5748
  /**
4717
5749
  * DisciplineApi - factory interface
@@ -4742,7 +5774,7 @@ export declare const DisciplineApiFactory: (configuration?: Configuration, baseP
4742
5774
  * @param {*} [options] Override http request option.
4743
5775
  * @throws {RequiredError}
4744
5776
  */
4745
- getDisciplines(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<DisciplineDtoIEnumerablePagedResponse>;
5777
+ getDisciplines(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<DisciplineDtoPagedResponse>;
4746
5778
  };
4747
5779
  /**
4748
5780
  * DisciplineApi - object-oriented interface
@@ -4778,7 +5810,7 @@ export declare class DisciplineApi extends BaseAPI {
4778
5810
  * @throws {RequiredError}
4779
5811
  * @memberof DisciplineApi
4780
5812
  */
4781
- getDisciplines(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<DisciplineDtoIEnumerablePagedResponse>>;
5813
+ getDisciplines(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<DisciplineDtoPagedResponse>>;
4782
5814
  }
4783
5815
  /**
4784
5816
  * LanguageApi - axios parameter creator
@@ -4840,7 +5872,7 @@ export declare const LanguageApiFp: (configuration?: Configuration) => {
4840
5872
  * @param {*} [options] Override http request option.
4841
5873
  * @throws {RequiredError}
4842
5874
  */
4843
- getLanguages(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguageDtoIEnumerablePagedResponse>>;
5875
+ getLanguages(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LanguageDtoPagedResponse>>;
4844
5876
  };
4845
5877
  /**
4846
5878
  * LanguageApi - factory interface
@@ -4871,7 +5903,7 @@ export declare const LanguageApiFactory: (configuration?: Configuration, basePat
4871
5903
  * @param {*} [options] Override http request option.
4872
5904
  * @throws {RequiredError}
4873
5905
  */
4874
- getLanguages(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<LanguageDtoIEnumerablePagedResponse>;
5906
+ getLanguages(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<LanguageDtoPagedResponse>;
4875
5907
  };
4876
5908
  /**
4877
5909
  * LanguageApi - object-oriented interface
@@ -4907,7 +5939,7 @@ export declare class LanguageApi extends BaseAPI {
4907
5939
  * @throws {RequiredError}
4908
5940
  * @memberof LanguageApi
4909
5941
  */
4910
- getLanguages(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<LanguageDtoIEnumerablePagedResponse>>;
5942
+ getLanguages(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<LanguageDtoPagedResponse>>;
4911
5943
  }
4912
5944
  /**
4913
5945
  * LicenseApi - axios parameter creator
@@ -4969,7 +6001,7 @@ export declare const LicenseApiFp: (configuration?: Configuration) => {
4969
6001
  * @param {*} [options] Override http request option.
4970
6002
  * @throws {RequiredError}
4971
6003
  */
4972
- getLicenses(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LicenseDtoIEnumerablePagedResponse>>;
6004
+ getLicenses(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LicenseDtoPagedResponse>>;
4973
6005
  };
4974
6006
  /**
4975
6007
  * LicenseApi - factory interface
@@ -5000,7 +6032,7 @@ export declare const LicenseApiFactory: (configuration?: Configuration, basePath
5000
6032
  * @param {*} [options] Override http request option.
5001
6033
  * @throws {RequiredError}
5002
6034
  */
5003
- getLicenses(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<LicenseDtoIEnumerablePagedResponse>;
6035
+ getLicenses(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<LicenseDtoPagedResponse>;
5004
6036
  };
5005
6037
  /**
5006
6038
  * LicenseApi - object-oriented interface
@@ -5036,7 +6068,7 @@ export declare class LicenseApi extends BaseAPI {
5036
6068
  * @throws {RequiredError}
5037
6069
  * @memberof LicenseApi
5038
6070
  */
5039
- getLicenses(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<LicenseDtoIEnumerablePagedResponse>>;
6071
+ getLicenses(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<LicenseDtoPagedResponse>>;
5040
6072
  }
5041
6073
  /**
5042
6074
  * MaintenanceApi - axios parameter creator
@@ -5076,7 +6108,7 @@ export declare const MaintenanceApiFp: (configuration?: Configuration) => {
5076
6108
  * @param {*} [options] Override http request option.
5077
6109
  * @throws {RequiredError}
5078
6110
  */
5079
- getCurrentMaintenances(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MaintenanceDtoIEnumerablePagedResponse>>;
6111
+ getCurrentMaintenances(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MaintenanceDtoPagedResponse>>;
5080
6112
  };
5081
6113
  /**
5082
6114
  * MaintenanceApi - factory interface
@@ -5096,7 +6128,7 @@ export declare const MaintenanceApiFactory: (configuration?: Configuration, base
5096
6128
  * @param {*} [options] Override http request option.
5097
6129
  * @throws {RequiredError}
5098
6130
  */
5099
- getCurrentMaintenances(options?: any): AxiosPromise<MaintenanceDtoIEnumerablePagedResponse>;
6131
+ getCurrentMaintenances(options?: any): AxiosPromise<MaintenanceDtoPagedResponse>;
5100
6132
  };
5101
6133
  /**
5102
6134
  * MaintenanceApi - object-oriented interface
@@ -5120,7 +6152,7 @@ export declare class MaintenanceApi extends BaseAPI {
5120
6152
  * @throws {RequiredError}
5121
6153
  * @memberof MaintenanceApi
5122
6154
  */
5123
- getCurrentMaintenances(options?: any): Promise<import("axios").AxiosResponse<MaintenanceDtoIEnumerablePagedResponse>>;
6155
+ getCurrentMaintenances(options?: any): Promise<import("axios").AxiosResponse<MaintenanceDtoPagedResponse>>;
5124
6156
  }
5125
6157
  /**
5126
6158
  * OrganizationApi - axios parameter creator
@@ -5137,7 +6169,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
5137
6169
  /**
5138
6170
  *
5139
6171
  * @summary Retrieves an organization.
5140
- * @param {string} organizationRorUri
6172
+ * @param {string} organizationRorUri The parameters for organization filtering and pagination.
5141
6173
  * @param {*} [options] Override http request option.
5142
6174
  * @throws {RequiredError}
5143
6175
  */
@@ -5169,7 +6201,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
5169
6201
  /**
5170
6202
  *
5171
6203
  * @summary Retrieves an organization.
5172
- * @param {string} organizationRorUri
6204
+ * @param {string} organizationRorUri The parameters for organization filtering and pagination.
5173
6205
  * @param {*} [options] Override http request option.
5174
6206
  * @throws {RequiredError}
5175
6207
  */
@@ -5184,7 +6216,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
5184
6216
  * @param {*} [options] Override http request option.
5185
6217
  * @throws {RequiredError}
5186
6218
  */
5187
- getOrganizations(searchTerm?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationDtoIEnumerablePagedResponse>>;
6219
+ getOrganizations(searchTerm?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationDtoPagedResponse>>;
5188
6220
  };
5189
6221
  /**
5190
6222
  * OrganizationApi - factory interface
@@ -5201,7 +6233,7 @@ export declare const OrganizationApiFactory: (configuration?: Configuration, bas
5201
6233
  /**
5202
6234
  *
5203
6235
  * @summary Retrieves an organization.
5204
- * @param {string} organizationRorUri
6236
+ * @param {string} organizationRorUri The parameters for organization filtering and pagination.
5205
6237
  * @param {*} [options] Override http request option.
5206
6238
  * @throws {RequiredError}
5207
6239
  */
@@ -5216,7 +6248,7 @@ export declare const OrganizationApiFactory: (configuration?: Configuration, bas
5216
6248
  * @param {*} [options] Override http request option.
5217
6249
  * @throws {RequiredError}
5218
6250
  */
5219
- getOrganizations(searchTerm?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<OrganizationDtoIEnumerablePagedResponse>;
6251
+ getOrganizations(searchTerm?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<OrganizationDtoPagedResponse>;
5220
6252
  };
5221
6253
  /**
5222
6254
  * OrganizationApi - object-oriented interface
@@ -5236,7 +6268,7 @@ export declare class OrganizationApi extends BaseAPI {
5236
6268
  /**
5237
6269
  *
5238
6270
  * @summary Retrieves an organization.
5239
- * @param {string} organizationRorUri
6271
+ * @param {string} organizationRorUri The parameters for organization filtering and pagination.
5240
6272
  * @param {*} [options] Override http request option.
5241
6273
  * @throws {RequiredError}
5242
6274
  * @memberof OrganizationApi
@@ -5253,7 +6285,7 @@ export declare class OrganizationApi extends BaseAPI {
5253
6285
  * @throws {RequiredError}
5254
6286
  * @memberof OrganizationApi
5255
6287
  */
5256
- getOrganizations(searchTerm?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<OrganizationDtoIEnumerablePagedResponse>>;
6288
+ getOrganizations(searchTerm?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<OrganizationDtoPagedResponse>>;
5257
6289
  }
5258
6290
  /**
5259
6291
  * PidApi - axios parameter creator
@@ -5493,7 +6525,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
5493
6525
  * @param {*} [options] Override http request option.
5494
6526
  * @throws {RequiredError}
5495
6527
  */
5496
- getProjects(topLevel?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectDtoIEnumerablePagedResponse>>;
6528
+ getProjects(topLevel?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectDtoPagedResponse>>;
5497
6529
  /**
5498
6530
  *
5499
6531
  * @summary Updates a project.
@@ -5551,7 +6583,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
5551
6583
  * @param {*} [options] Override http request option.
5552
6584
  * @throws {RequiredError}
5553
6585
  */
5554
- getProjects(topLevel?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectDtoIEnumerablePagedResponse>;
6586
+ getProjects(topLevel?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectDtoPagedResponse>;
5555
6587
  /**
5556
6588
  *
5557
6589
  * @summary Updates a project.
@@ -5616,7 +6648,7 @@ export declare class ProjectApi extends BaseAPI {
5616
6648
  * @throws {RequiredError}
5617
6649
  * @memberof ProjectApi
5618
6650
  */
5619
- getProjects(topLevel?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectDtoIEnumerablePagedResponse>>;
6651
+ getProjects(topLevel?: boolean, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectDtoPagedResponse>>;
5620
6652
  /**
5621
6653
  *
5622
6654
  * @summary Updates a project.
@@ -5730,7 +6762,7 @@ export declare const ProjectInvitationApiFp: (configuration?: Configuration) =>
5730
6762
  * @param {*} [options] Override http request option.
5731
6763
  * @throws {RequiredError}
5732
6764
  */
5733
- getProjectInvitations(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectInvitationDtoIEnumerablePagedResponse>>;
6765
+ getProjectInvitations(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectInvitationDtoPagedResponse>>;
5734
6766
  };
5735
6767
  /**
5736
6768
  * ProjectInvitationApi - factory interface
@@ -5782,7 +6814,7 @@ export declare const ProjectInvitationApiFactory: (configuration?: Configuration
5782
6814
  * @param {*} [options] Override http request option.
5783
6815
  * @throws {RequiredError}
5784
6816
  */
5785
- getProjectInvitations(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectInvitationDtoIEnumerablePagedResponse>;
6817
+ getProjectInvitations(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectInvitationDtoPagedResponse>;
5786
6818
  };
5787
6819
  /**
5788
6820
  * ProjectInvitationApi - object-oriented interface
@@ -5841,7 +6873,7 @@ export declare class ProjectInvitationApi extends BaseAPI {
5841
6873
  * @throws {RequiredError}
5842
6874
  * @memberof ProjectInvitationApi
5843
6875
  */
5844
- getProjectInvitations(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectInvitationDtoIEnumerablePagedResponse>>;
6876
+ getProjectInvitations(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectInvitationDtoPagedResponse>>;
5845
6877
  }
5846
6878
  /**
5847
6879
  * ProjectMemberApi - axios parameter creator
@@ -5955,7 +6987,7 @@ export declare const ProjectMemberApiFp: (configuration?: Configuration) => {
5955
6987
  * @param {*} [options] Override http request option.
5956
6988
  * @throws {RequiredError}
5957
6989
  */
5958
- getMemberships(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectRoleDtoIEnumerablePagedResponse>>;
6990
+ getMemberships(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectRoleDtoPagedResponse>>;
5959
6991
  /**
5960
6992
  *
5961
6993
  * @summary Updates a project membership for a specified project.
@@ -6017,7 +7049,7 @@ export declare const ProjectMemberApiFactory: (configuration?: Configuration, ba
6017
7049
  * @param {*} [options] Override http request option.
6018
7050
  * @throws {RequiredError}
6019
7051
  */
6020
- getMemberships(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectRoleDtoIEnumerablePagedResponse>;
7052
+ getMemberships(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectRoleDtoPagedResponse>;
6021
7053
  /**
6022
7054
  *
6023
7055
  * @summary Updates a project membership for a specified project.
@@ -6086,7 +7118,7 @@ export declare class ProjectMemberApi extends BaseAPI {
6086
7118
  * @throws {RequiredError}
6087
7119
  * @memberof ProjectMemberApi
6088
7120
  */
6089
- getMemberships(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectRoleDtoIEnumerablePagedResponse>>;
7121
+ getMemberships(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectRoleDtoPagedResponse>>;
6090
7122
  /**
6091
7123
  *
6092
7124
  * @summary Updates a project membership for a specified project.
@@ -6175,7 +7207,7 @@ export declare const ProjectQuotaApiFp: (configuration?: Configuration) => {
6175
7207
  * @param {*} [options] Override http request option.
6176
7208
  * @throws {RequiredError}
6177
7209
  */
6178
- getProjectQuotas(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectQuotaDtoIEnumerablePagedResponse>>;
7210
+ getProjectQuotas(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProjectQuotaDtoPagedResponse>>;
6179
7211
  /**
6180
7212
  *
6181
7213
  * @summary Updates a project quota for a specified project and resource type.
@@ -6219,7 +7251,7 @@ export declare const ProjectQuotaApiFactory: (configuration?: Configuration, bas
6219
7251
  * @param {*} [options] Override http request option.
6220
7252
  * @throws {RequiredError}
6221
7253
  */
6222
- getProjectQuotas(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectQuotaDtoIEnumerablePagedResponse>;
7254
+ getProjectQuotas(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ProjectQuotaDtoPagedResponse>;
6223
7255
  /**
6224
7256
  *
6225
7257
  * @summary Updates a project quota for a specified project and resource type.
@@ -6268,7 +7300,7 @@ export declare class ProjectQuotaApi extends BaseAPI {
6268
7300
  * @throws {RequiredError}
6269
7301
  * @memberof ProjectQuotaApi
6270
7302
  */
6271
- getProjectQuotas(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaDtoIEnumerablePagedResponse>>;
7303
+ getProjectQuotas(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ProjectQuotaDtoPagedResponse>>;
6272
7304
  /**
6273
7305
  *
6274
7306
  * @summary Updates a project quota for a specified project and resource type.
@@ -6393,7 +7425,7 @@ export declare const ProjectResourceApiFp: (configuration?: Configuration) => {
6393
7425
  * @param {*} [options] Override http request option.
6394
7426
  * @throws {RequiredError}
6395
7427
  */
6396
- getResourcesForProject(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceDtoIEnumerablePagedResponse>>;
7428
+ getResourcesForProject(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceDtoPagedResponse>>;
6397
7429
  /**
6398
7430
  *
6399
7431
  * @summary Updates a resource for a specified project.
@@ -6455,7 +7487,7 @@ export declare const ProjectResourceApiFactory: (configuration?: Configuration,
6455
7487
  * @param {*} [options] Override http request option.
6456
7488
  * @throws {RequiredError}
6457
7489
  */
6458
- getResourcesForProject(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ResourceDtoIEnumerablePagedResponse>;
7490
+ getResourcesForProject(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ResourceDtoPagedResponse>;
6459
7491
  /**
6460
7492
  *
6461
7493
  * @summary Updates a resource for a specified project.
@@ -6524,7 +7556,7 @@ export declare class ProjectResourceApi extends BaseAPI {
6524
7556
  * @throws {RequiredError}
6525
7557
  * @memberof ProjectResourceApi
6526
7558
  */
6527
- getResourcesForProject(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ResourceDtoIEnumerablePagedResponse>>;
7559
+ getResourcesForProject(projectId: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ResourceDtoPagedResponse>>;
6528
7560
  /**
6529
7561
  *
6530
7562
  * @summary Updates a resource for a specified project.
@@ -7113,7 +8145,7 @@ export declare const RoleApiFp: (configuration?: Configuration) => {
7113
8145
  * @param {*} [options] Override http request option.
7114
8146
  * @throws {RequiredError}
7115
8147
  */
7116
- getRoles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleDtoIEnumerablePagedResponse>>;
8148
+ getRoles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleDtoPagedResponse>>;
7117
8149
  };
7118
8150
  /**
7119
8151
  * RoleApi - factory interface
@@ -7144,7 +8176,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
7144
8176
  * @param {*} [options] Override http request option.
7145
8177
  * @throws {RequiredError}
7146
8178
  */
7147
- getRoles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<RoleDtoIEnumerablePagedResponse>;
8179
+ getRoles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<RoleDtoPagedResponse>;
7148
8180
  };
7149
8181
  /**
7150
8182
  * RoleApi - object-oriented interface
@@ -7180,7 +8212,7 @@ export declare class RoleApi extends BaseAPI {
7180
8212
  * @throws {RequiredError}
7181
8213
  * @memberof RoleApi
7182
8214
  */
7183
- getRoles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<RoleDtoIEnumerablePagedResponse>>;
8215
+ getRoles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<RoleDtoPagedResponse>>;
7184
8216
  }
7185
8217
  /**
7186
8218
  * SearchApi - axios parameter creator
@@ -7234,7 +8266,7 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
7234
8266
  * @param {*} [options] Override http request option.
7235
8267
  * @throws {RequiredError}
7236
8268
  */
7237
- getSearchResults(query?: string, useAdvancedSyntax?: boolean, languages?: Array<string>, category?: SearchCategoryType, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchResultDtoIEnumerablePagedResponse>>;
8269
+ getSearchResults(query?: string, useAdvancedSyntax?: boolean, languages?: Array<string>, category?: SearchCategoryType, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchResultDtoPagedSearchResponse>>;
7238
8270
  };
7239
8271
  /**
7240
8272
  * SearchApi - factory interface
@@ -7261,7 +8293,7 @@ export declare const SearchApiFactory: (configuration?: Configuration, basePath?
7261
8293
  * @param {*} [options] Override http request option.
7262
8294
  * @throws {RequiredError}
7263
8295
  */
7264
- getSearchResults(query?: string, useAdvancedSyntax?: boolean, languages?: Array<string>, category?: SearchCategoryType, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<SearchResultDtoIEnumerablePagedResponse>;
8296
+ getSearchResults(query?: string, useAdvancedSyntax?: boolean, languages?: Array<string>, category?: SearchCategoryType, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<SearchResultDtoPagedSearchResponse>;
7265
8297
  };
7266
8298
  /**
7267
8299
  * SearchApi - object-oriented interface
@@ -7292,7 +8324,7 @@ export declare class SearchApi extends BaseAPI {
7292
8324
  * @throws {RequiredError}
7293
8325
  * @memberof SearchApi
7294
8326
  */
7295
- getSearchResults(query?: string, useAdvancedSyntax?: boolean, languages?: Array<string>, category?: SearchCategoryType, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<SearchResultDtoIEnumerablePagedResponse>>;
8327
+ getSearchResults(query?: string, useAdvancedSyntax?: boolean, languages?: Array<string>, category?: SearchCategoryType, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<SearchResultDtoPagedSearchResponse>>;
7296
8328
  }
7297
8329
  /**
7298
8330
  * SelfApi - axios parameter creator
@@ -7619,7 +8651,7 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
7619
8651
  * @param {*} [options] Override http request option.
7620
8652
  * @throws {RequiredError}
7621
8653
  */
7622
- getAllApiTokens(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiTokenDtoIEnumerablePagedResponse>>;
8654
+ getAllApiTokens(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiTokenDtoPagedResponse>>;
7623
8655
  /**
7624
8656
  *
7625
8657
  * @summary Retrieves an API token for the current authenticated user.
@@ -7666,7 +8698,7 @@ export declare const SelfApiTokenApiFactory: (configuration?: Configuration, bas
7666
8698
  * @param {*} [options] Override http request option.
7667
8699
  * @throws {RequiredError}
7668
8700
  */
7669
- getAllApiTokens(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ApiTokenDtoIEnumerablePagedResponse>;
8701
+ getAllApiTokens(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<ApiTokenDtoPagedResponse>;
7670
8702
  /**
7671
8703
  *
7672
8704
  * @summary Retrieves an API token for the current authenticated user.
@@ -7718,7 +8750,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
7718
8750
  * @throws {RequiredError}
7719
8751
  * @memberof SelfApiTokenApi
7720
8752
  */
7721
- getAllApiTokens(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ApiTokenDtoIEnumerablePagedResponse>>;
8753
+ getAllApiTokens(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<ApiTokenDtoPagedResponse>>;
7722
8754
  /**
7723
8755
  *
7724
8756
  * @summary Retrieves an API token for the current authenticated user.
@@ -7798,7 +8830,7 @@ export declare const TitleApiFp: (configuration?: Configuration) => {
7798
8830
  * @param {*} [options] Override http request option.
7799
8831
  * @throws {RequiredError}
7800
8832
  */
7801
- getTitles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TitleDtoIEnumerablePagedResponse>>;
8833
+ getTitles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TitleDtoPagedResponse>>;
7802
8834
  };
7803
8835
  /**
7804
8836
  * TitleApi - factory interface
@@ -7829,7 +8861,7 @@ export declare const TitleApiFactory: (configuration?: Configuration, basePath?:
7829
8861
  * @param {*} [options] Override http request option.
7830
8862
  * @throws {RequiredError}
7831
8863
  */
7832
- getTitles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<TitleDtoIEnumerablePagedResponse>;
8864
+ getTitles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<TitleDtoPagedResponse>;
7833
8865
  };
7834
8866
  /**
7835
8867
  * TitleApi - object-oriented interface
@@ -7865,7 +8897,7 @@ export declare class TitleApi extends BaseAPI {
7865
8897
  * @throws {RequiredError}
7866
8898
  * @memberof TitleApi
7867
8899
  */
7868
- getTitles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<TitleDtoIEnumerablePagedResponse>>;
8900
+ getTitles(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<TitleDtoPagedResponse>>;
7869
8901
  }
7870
8902
  /**
7871
8903
  * TosApi - axios parameter creator
@@ -8049,7 +9081,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
8049
9081
  * @param {*} [options] Override http request option.
8050
9082
  * @throws {RequiredError}
8051
9083
  */
8052
- getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileTreeDtoIEnumerablePagedResponse>>;
9084
+ getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FileTreeDtoPagedResponse>>;
8053
9085
  /**
8054
9086
  *
8055
9087
  * @summary Retrieves the metadata tree associated with a resource.
@@ -8063,7 +9095,7 @@ export declare const TreeApiFp: (configuration?: Configuration) => {
8063
9095
  * @param {*} [options] Override http request option.
8064
9096
  * @throws {RequiredError}
8065
9097
  */
8066
- getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoIEnumerablePagedResponse>>;
9098
+ getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MetadataTreeDtoPagedResponse>>;
8067
9099
  /**
8068
9100
  *
8069
9101
  * @summary Updates an existing metadata tree of a resource.
@@ -8111,7 +9143,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
8111
9143
  * @param {*} [options] Override http request option.
8112
9144
  * @throws {RequiredError}
8113
9145
  */
8114
- getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<FileTreeDtoIEnumerablePagedResponse>;
9146
+ getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<FileTreeDtoPagedResponse>;
8115
9147
  /**
8116
9148
  *
8117
9149
  * @summary Retrieves the metadata tree associated with a resource.
@@ -8125,7 +9157,7 @@ export declare const TreeApiFactory: (configuration?: Configuration, basePath?:
8125
9157
  * @param {*} [options] Override http request option.
8126
9158
  * @throws {RequiredError}
8127
9159
  */
8128
- getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<MetadataTreeDtoIEnumerablePagedResponse>;
9160
+ getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<MetadataTreeDtoPagedResponse>;
8129
9161
  /**
8130
9162
  *
8131
9163
  * @summary Updates an existing metadata tree of a resource.
@@ -8178,7 +9210,7 @@ export declare class TreeApi extends BaseAPI {
8178
9210
  * @throws {RequiredError}
8179
9211
  * @memberof TreeApi
8180
9212
  */
8181
- getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<FileTreeDtoIEnumerablePagedResponse>>;
9213
+ getFileTree(projectId: string, resourceId: string, path?: string, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<FileTreeDtoPagedResponse>>;
8182
9214
  /**
8183
9215
  *
8184
9216
  * @summary Retrieves the metadata tree associated with a resource.
@@ -8193,7 +9225,7 @@ export declare class TreeApi extends BaseAPI {
8193
9225
  * @throws {RequiredError}
8194
9226
  * @memberof TreeApi
8195
9227
  */
8196
- getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<MetadataTreeDtoIEnumerablePagedResponse>>;
9228
+ getMetadataTree(projectId: string, resourceId: string, path?: string, format?: RdfFormat, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<MetadataTreeDtoPagedResponse>>;
8197
9229
  /**
8198
9230
  *
8199
9231
  * @summary Updates an existing metadata tree of a resource.
@@ -8350,7 +9382,7 @@ export declare const VisibilityApiFp: (configuration?: Configuration) => {
8350
9382
  * @param {*} [options] Override http request option.
8351
9383
  * @throws {RequiredError}
8352
9384
  */
8353
- getVisibilities(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VisibilityDtoIEnumerablePagedResponse>>;
9385
+ getVisibilities(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VisibilityDtoPagedResponse>>;
8354
9386
  /**
8355
9387
  *
8356
9388
  * @summary Retrieves a visibility by ID.
@@ -8381,7 +9413,7 @@ export declare const VisibilityApiFactory: (configuration?: Configuration, baseP
8381
9413
  * @param {*} [options] Override http request option.
8382
9414
  * @throws {RequiredError}
8383
9415
  */
8384
- getVisibilities(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<VisibilityDtoIEnumerablePagedResponse>;
9416
+ getVisibilities(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<VisibilityDtoPagedResponse>;
8385
9417
  /**
8386
9418
  *
8387
9419
  * @summary Retrieves a visibility by ID.
@@ -8416,7 +9448,7 @@ export declare class VisibilityApi extends BaseAPI {
8416
9448
  * @throws {RequiredError}
8417
9449
  * @memberof VisibilityApi
8418
9450
  */
8419
- getVisibilities(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<VisibilityDtoIEnumerablePagedResponse>>;
9451
+ getVisibilities(pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<VisibilityDtoPagedResponse>>;
8420
9452
  /**
8421
9453
  *
8422
9454
  * @summary Retrieves a visibility by ID.
@@ -8497,7 +9529,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
8497
9529
  * @param {*} [options] Override http request option.
8498
9530
  * @throws {RequiredError}
8499
9531
  */
8500
- getVocabularies(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VocabularyDtoIEnumerablePagedResponse>>;
9532
+ getVocabularies(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VocabularyDtoPagedResponse>>;
8501
9533
  /**
8502
9534
  * Could be a top-level instance, or an intermediate-level instance from a vocabulary.
8503
9535
  * @summary Retrieves a single instance from a vocabulary.
@@ -8519,7 +9551,7 @@ export declare const VocabularyApiFp: (configuration?: Configuration) => {
8519
9551
  * @param {*} [options] Override http request option.
8520
9552
  * @throws {RequiredError}
8521
9553
  */
8522
- getVocabularyInstances(_class: string, searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VocabularyInstanceDtoIEnumerablePagedResponse>>;
9554
+ getVocabularyInstances(_class: string, searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VocabularyInstanceDtoPagedResponse>>;
8523
9555
  };
8524
9556
  /**
8525
9557
  * VocabularyApi - factory interface
@@ -8544,7 +9576,7 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
8544
9576
  * @param {*} [options] Override http request option.
8545
9577
  * @throws {RequiredError}
8546
9578
  */
8547
- getVocabularies(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<VocabularyDtoIEnumerablePagedResponse>;
9579
+ getVocabularies(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<VocabularyDtoPagedResponse>;
8548
9580
  /**
8549
9581
  * Could be a top-level instance, or an intermediate-level instance from a vocabulary.
8550
9582
  * @summary Retrieves a single instance from a vocabulary.
@@ -8566,7 +9598,7 @@ export declare const VocabularyApiFactory: (configuration?: Configuration, baseP
8566
9598
  * @param {*} [options] Override http request option.
8567
9599
  * @throws {RequiredError}
8568
9600
  */
8569
- getVocabularyInstances(_class: string, searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<VocabularyInstanceDtoIEnumerablePagedResponse>;
9601
+ getVocabularyInstances(_class: string, searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): AxiosPromise<VocabularyInstanceDtoPagedResponse>;
8570
9602
  };
8571
9603
  /**
8572
9604
  * VocabularyApi - object-oriented interface
@@ -8595,7 +9627,7 @@ export declare class VocabularyApi extends BaseAPI {
8595
9627
  * @throws {RequiredError}
8596
9628
  * @memberof VocabularyApi
8597
9629
  */
8598
- getVocabularies(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<VocabularyDtoIEnumerablePagedResponse>>;
9630
+ getVocabularies(searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<VocabularyDtoPagedResponse>>;
8599
9631
  /**
8600
9632
  * Could be a top-level instance, or an intermediate-level instance from a vocabulary.
8601
9633
  * @summary Retrieves a single instance from a vocabulary.
@@ -8619,5 +9651,5 @@ export declare class VocabularyApi extends BaseAPI {
8619
9651
  * @throws {RequiredError}
8620
9652
  * @memberof VocabularyApi
8621
9653
  */
8622
- getVocabularyInstances(_class: string, searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoIEnumerablePagedResponse>>;
9654
+ getVocabularyInstances(_class: string, searchTerm?: string, language?: AcceptedLanguage, pageNumber?: number, pageSize?: number, orderBy?: string, options?: any): Promise<import("axios").AxiosResponse<VocabularyInstanceDtoPagedResponse>>;
8623
9655
  }