@coscine/api-client 3.2.0 → 3.2.1

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.
@@ -88,6 +88,12 @@ export interface ApiTokenDtoIEnumerablePagedResponse {
88
88
  * @memberof ApiTokenDtoIEnumerablePagedResponse
89
89
  */
90
90
  isSuccess?: boolean;
91
+ /**
92
+ *
93
+ * @type {string}
94
+ * @memberof ApiTokenDtoIEnumerablePagedResponse
95
+ */
96
+ traceId?: string | null;
91
97
  /**
92
98
  *
93
99
  * @type {Pagination}
@@ -119,6 +125,12 @@ export interface ApiTokenDtoResponse {
119
125
  * @memberof ApiTokenDtoResponse
120
126
  */
121
127
  isSuccess?: boolean;
128
+ /**
129
+ *
130
+ * @type {string}
131
+ * @memberof ApiTokenDtoResponse
132
+ */
133
+ traceId?: string | null;
122
134
  }
123
135
  /**
124
136
  *
@@ -194,6 +206,12 @@ export interface ApplicationProfileDtoIEnumerablePagedResponse {
194
206
  * @memberof ApplicationProfileDtoIEnumerablePagedResponse
195
207
  */
196
208
  isSuccess?: boolean;
209
+ /**
210
+ *
211
+ * @type {string}
212
+ * @memberof ApplicationProfileDtoIEnumerablePagedResponse
213
+ */
214
+ traceId?: string | null;
197
215
  /**
198
216
  *
199
217
  * @type {Pagination}
@@ -225,6 +243,12 @@ export interface ApplicationProfileDtoResponse {
225
243
  * @memberof ApplicationProfileDtoResponse
226
244
  */
227
245
  isSuccess?: boolean;
246
+ /**
247
+ *
248
+ * @type {string}
249
+ * @memberof ApplicationProfileDtoResponse
250
+ */
251
+ traceId?: string | null;
228
252
  }
229
253
  /**
230
254
  *
@@ -275,6 +299,12 @@ export interface ApplicationProfileForCreationDtoResponse {
275
299
  * @memberof ApplicationProfileForCreationDtoResponse
276
300
  */
277
301
  isSuccess?: boolean;
302
+ /**
303
+ *
304
+ * @type {string}
305
+ * @memberof ApplicationProfileForCreationDtoResponse
306
+ */
307
+ traceId?: string | null;
278
308
  }
279
309
  /**
280
310
  *
@@ -357,6 +387,12 @@ export interface DisciplineDtoIEnumerablePagedResponse {
357
387
  * @memberof DisciplineDtoIEnumerablePagedResponse
358
388
  */
359
389
  isSuccess?: boolean;
390
+ /**
391
+ *
392
+ * @type {string}
393
+ * @memberof DisciplineDtoIEnumerablePagedResponse
394
+ */
395
+ traceId?: string | null;
360
396
  /**
361
397
  *
362
398
  * @type {Pagination}
@@ -388,6 +424,12 @@ export interface DisciplineDtoResponse {
388
424
  * @memberof DisciplineDtoResponse
389
425
  */
390
426
  isSuccess?: boolean;
427
+ /**
428
+ *
429
+ * @type {string}
430
+ * @memberof DisciplineDtoResponse
431
+ */
432
+ traceId?: string | null;
391
433
  }
392
434
  /**
393
435
  *
@@ -507,6 +549,12 @@ export interface FileTreeDtoIEnumerablePagedResponse {
507
549
  * @memberof FileTreeDtoIEnumerablePagedResponse
508
550
  */
509
551
  isSuccess?: boolean;
552
+ /**
553
+ *
554
+ * @type {string}
555
+ * @memberof FileTreeDtoIEnumerablePagedResponse
556
+ */
557
+ traceId?: string | null;
510
558
  /**
511
559
  *
512
560
  * @type {Pagination}
@@ -643,6 +691,12 @@ export interface GitlabBranchDtoIEnumerableResponse {
643
691
  * @memberof GitlabBranchDtoIEnumerableResponse
644
692
  */
645
693
  isSuccess?: boolean;
694
+ /**
695
+ *
696
+ * @type {string}
697
+ * @memberof GitlabBranchDtoIEnumerableResponse
698
+ */
699
+ traceId?: string | null;
646
700
  }
647
701
  /**
648
702
  *
@@ -753,6 +807,12 @@ export interface GitlabProjectDtoIEnumerableResponse {
753
807
  * @memberof GitlabProjectDtoIEnumerableResponse
754
808
  */
755
809
  isSuccess?: boolean;
810
+ /**
811
+ *
812
+ * @type {string}
813
+ * @memberof GitlabProjectDtoIEnumerableResponse
814
+ */
815
+ traceId?: string | null;
756
816
  }
757
817
  /**
758
818
  *
@@ -778,6 +838,12 @@ export interface GitlabProjectDtoResponse {
778
838
  * @memberof GitlabProjectDtoResponse
779
839
  */
780
840
  isSuccess?: boolean;
841
+ /**
842
+ *
843
+ * @type {string}
844
+ * @memberof GitlabProjectDtoResponse
845
+ */
846
+ traceId?: string | null;
781
847
  }
782
848
  /**
783
849
  *
@@ -912,6 +978,12 @@ export interface LanguageDtoIEnumerablePagedResponse {
912
978
  * @memberof LanguageDtoIEnumerablePagedResponse
913
979
  */
914
980
  isSuccess?: boolean;
981
+ /**
982
+ *
983
+ * @type {string}
984
+ * @memberof LanguageDtoIEnumerablePagedResponse
985
+ */
986
+ traceId?: string | null;
915
987
  /**
916
988
  *
917
989
  * @type {Pagination}
@@ -943,6 +1015,12 @@ export interface LanguageDtoResponse {
943
1015
  * @memberof LanguageDtoResponse
944
1016
  */
945
1017
  isSuccess?: boolean;
1018
+ /**
1019
+ *
1020
+ * @type {string}
1021
+ * @memberof LanguageDtoResponse
1022
+ */
1023
+ traceId?: string | null;
946
1024
  }
947
1025
  /**
948
1026
  *
@@ -1000,6 +1078,12 @@ export interface LicenseDtoIEnumerablePagedResponse {
1000
1078
  * @memberof LicenseDtoIEnumerablePagedResponse
1001
1079
  */
1002
1080
  isSuccess?: boolean;
1081
+ /**
1082
+ *
1083
+ * @type {string}
1084
+ * @memberof LicenseDtoIEnumerablePagedResponse
1085
+ */
1086
+ traceId?: string | null;
1003
1087
  /**
1004
1088
  *
1005
1089
  * @type {Pagination}
@@ -1031,6 +1115,12 @@ export interface LicenseDtoResponse {
1031
1115
  * @memberof LicenseDtoResponse
1032
1116
  */
1033
1117
  isSuccess?: boolean;
1118
+ /**
1119
+ *
1120
+ * @type {string}
1121
+ * @memberof LicenseDtoResponse
1122
+ */
1123
+ traceId?: string | null;
1034
1124
  }
1035
1125
  /**
1036
1126
  *
@@ -1112,6 +1202,12 @@ export interface MaintenanceDtoIEnumerablePagedResponse {
1112
1202
  * @memberof MaintenanceDtoIEnumerablePagedResponse
1113
1203
  */
1114
1204
  isSuccess?: boolean;
1205
+ /**
1206
+ *
1207
+ * @type {string}
1208
+ * @memberof MaintenanceDtoIEnumerablePagedResponse
1209
+ */
1210
+ traceId?: string | null;
1115
1211
  /**
1116
1212
  *
1117
1213
  * @type {Pagination}
@@ -1180,6 +1276,12 @@ export interface MetadataTreeDtoIEnumerablePagedResponse {
1180
1276
  * @memberof MetadataTreeDtoIEnumerablePagedResponse
1181
1277
  */
1182
1278
  isSuccess?: boolean;
1279
+ /**
1280
+ *
1281
+ * @type {string}
1282
+ * @memberof MetadataTreeDtoIEnumerablePagedResponse
1283
+ */
1284
+ traceId?: string | null;
1183
1285
  /**
1184
1286
  *
1185
1287
  * @type {Pagination}
@@ -1211,6 +1313,12 @@ export interface MetadataTreeDtoResponse {
1211
1313
  * @memberof MetadataTreeDtoResponse
1212
1314
  */
1213
1315
  isSuccess?: boolean;
1316
+ /**
1317
+ *
1318
+ * @type {string}
1319
+ * @memberof MetadataTreeDtoResponse
1320
+ */
1321
+ traceId?: string | null;
1214
1322
  }
1215
1323
  /**
1216
1324
  *
@@ -1299,6 +1407,12 @@ export interface OrganizationDtoIEnumerablePagedResponse {
1299
1407
  * @memberof OrganizationDtoIEnumerablePagedResponse
1300
1408
  */
1301
1409
  isSuccess?: boolean;
1410
+ /**
1411
+ *
1412
+ * @type {string}
1413
+ * @memberof OrganizationDtoIEnumerablePagedResponse
1414
+ */
1415
+ traceId?: string | null;
1302
1416
  /**
1303
1417
  *
1304
1418
  * @type {Pagination}
@@ -1330,6 +1444,12 @@ export interface OrganizationDtoResponse {
1330
1444
  * @memberof OrganizationDtoResponse
1331
1445
  */
1332
1446
  isSuccess?: boolean;
1447
+ /**
1448
+ *
1449
+ * @type {string}
1450
+ * @memberof OrganizationDtoResponse
1451
+ */
1452
+ traceId?: string | null;
1333
1453
  }
1334
1454
  /**
1335
1455
  *
@@ -1470,6 +1590,12 @@ export interface PidValidationDtoResponse {
1470
1590
  * @memberof PidValidationDtoResponse
1471
1591
  */
1472
1592
  isSuccess?: boolean;
1593
+ /**
1594
+ *
1595
+ * @type {string}
1596
+ * @memberof PidValidationDtoResponse
1597
+ */
1598
+ traceId?: string | null;
1473
1599
  }
1474
1600
  /**
1475
1601
  *
@@ -1610,6 +1736,12 @@ export interface ProjectDtoIEnumerablePagedResponse {
1610
1736
  * @memberof ProjectDtoIEnumerablePagedResponse
1611
1737
  */
1612
1738
  isSuccess?: boolean;
1739
+ /**
1740
+ *
1741
+ * @type {string}
1742
+ * @memberof ProjectDtoIEnumerablePagedResponse
1743
+ */
1744
+ traceId?: string | null;
1613
1745
  /**
1614
1746
  *
1615
1747
  * @type {Pagination}
@@ -1641,6 +1773,12 @@ export interface ProjectDtoResponse {
1641
1773
  * @memberof ProjectDtoResponse
1642
1774
  */
1643
1775
  isSuccess?: boolean;
1776
+ /**
1777
+ *
1778
+ * @type {string}
1779
+ * @memberof ProjectDtoResponse
1780
+ */
1781
+ traceId?: string | null;
1644
1782
  }
1645
1783
  /**
1646
1784
  *
@@ -1867,6 +2005,12 @@ export interface ProjectInvitationDtoIEnumerablePagedResponse {
1867
2005
  * @memberof ProjectInvitationDtoIEnumerablePagedResponse
1868
2006
  */
1869
2007
  isSuccess?: boolean;
2008
+ /**
2009
+ *
2010
+ * @type {string}
2011
+ * @memberof ProjectInvitationDtoIEnumerablePagedResponse
2012
+ */
2013
+ traceId?: string | null;
1870
2014
  /**
1871
2015
  *
1872
2016
  * @type {Pagination}
@@ -1898,6 +2042,12 @@ export interface ProjectInvitationDtoResponse {
1898
2042
  * @memberof ProjectInvitationDtoResponse
1899
2043
  */
1900
2044
  isSuccess?: boolean;
2045
+ /**
2046
+ *
2047
+ * @type {string}
2048
+ * @memberof ProjectInvitationDtoResponse
2049
+ */
2050
+ traceId?: string | null;
1901
2051
  }
1902
2052
  /**
1903
2053
  *
@@ -2017,6 +2167,12 @@ export interface ProjectQuotaDtoIEnumerablePagedResponse {
2017
2167
  * @memberof ProjectQuotaDtoIEnumerablePagedResponse
2018
2168
  */
2019
2169
  isSuccess?: boolean;
2170
+ /**
2171
+ *
2172
+ * @type {string}
2173
+ * @memberof ProjectQuotaDtoIEnumerablePagedResponse
2174
+ */
2175
+ traceId?: string | null;
2020
2176
  /**
2021
2177
  *
2022
2178
  * @type {Pagination}
@@ -2048,6 +2204,12 @@ export interface ProjectQuotaDtoResponse {
2048
2204
  * @memberof ProjectQuotaDtoResponse
2049
2205
  */
2050
2206
  isSuccess?: boolean;
2207
+ /**
2208
+ *
2209
+ * @type {string}
2210
+ * @memberof ProjectQuotaDtoResponse
2211
+ */
2212
+ traceId?: string | null;
2051
2213
  }
2052
2214
  /**
2053
2215
  *
@@ -2123,6 +2285,12 @@ export interface ProjectRoleDtoIEnumerablePagedResponse {
2123
2285
  * @memberof ProjectRoleDtoIEnumerablePagedResponse
2124
2286
  */
2125
2287
  isSuccess?: boolean;
2288
+ /**
2289
+ *
2290
+ * @type {string}
2291
+ * @memberof ProjectRoleDtoIEnumerablePagedResponse
2292
+ */
2293
+ traceId?: string | null;
2126
2294
  /**
2127
2295
  *
2128
2296
  * @type {Pagination}
@@ -2154,6 +2322,12 @@ export interface ProjectRoleDtoResponse {
2154
2322
  * @memberof ProjectRoleDtoResponse
2155
2323
  */
2156
2324
  isSuccess?: boolean;
2325
+ /**
2326
+ *
2327
+ * @type {string}
2328
+ * @memberof ProjectRoleDtoResponse
2329
+ */
2330
+ traceId?: string | null;
2157
2331
  }
2158
2332
  /**
2159
2333
  *
@@ -2254,6 +2428,12 @@ export interface PublicUserDtoIEnumerableResponse {
2254
2428
  * @memberof PublicUserDtoIEnumerableResponse
2255
2429
  */
2256
2430
  isSuccess?: boolean;
2431
+ /**
2432
+ *
2433
+ * @type {string}
2434
+ * @memberof PublicUserDtoIEnumerableResponse
2435
+ */
2436
+ traceId?: string | null;
2257
2437
  }
2258
2438
  /**
2259
2439
  *
@@ -2723,6 +2903,12 @@ export interface ResourceDtoIEnumerablePagedResponse {
2723
2903
  * @memberof ResourceDtoIEnumerablePagedResponse
2724
2904
  */
2725
2905
  isSuccess?: boolean;
2906
+ /**
2907
+ *
2908
+ * @type {string}
2909
+ * @memberof ResourceDtoIEnumerablePagedResponse
2910
+ */
2911
+ traceId?: string | null;
2726
2912
  /**
2727
2913
  *
2728
2914
  * @type {Pagination}
@@ -2754,6 +2940,12 @@ export interface ResourceDtoResponse {
2754
2940
  * @memberof ResourceDtoResponse
2755
2941
  */
2756
2942
  isSuccess?: boolean;
2943
+ /**
2944
+ *
2945
+ * @type {string}
2946
+ * @memberof ResourceDtoResponse
2947
+ */
2948
+ traceId?: string | null;
2757
2949
  }
2758
2950
  /**
2759
2951
  *
@@ -2983,6 +3175,12 @@ export interface ResourceQuotaDtoResponse {
2983
3175
  * @memberof ResourceQuotaDtoResponse
2984
3176
  */
2985
3177
  isSuccess?: boolean;
3178
+ /**
3179
+ *
3180
+ * @type {string}
3181
+ * @memberof ResourceQuotaDtoResponse
3182
+ */
3183
+ traceId?: string | null;
2986
3184
  }
2987
3185
  /**
2988
3186
  *
@@ -3160,6 +3358,12 @@ export interface ResourceTypeInformationDtoIEnumerableResponse {
3160
3358
  * @memberof ResourceTypeInformationDtoIEnumerableResponse
3161
3359
  */
3162
3360
  isSuccess?: boolean;
3361
+ /**
3362
+ *
3363
+ * @type {string}
3364
+ * @memberof ResourceTypeInformationDtoIEnumerableResponse
3365
+ */
3366
+ traceId?: string | null;
3163
3367
  }
3164
3368
  /**
3165
3369
  *
@@ -3185,6 +3389,12 @@ export interface ResourceTypeInformationDtoResponse {
3185
3389
  * @memberof ResourceTypeInformationDtoResponse
3186
3390
  */
3187
3391
  isSuccess?: boolean;
3392
+ /**
3393
+ *
3394
+ * @type {string}
3395
+ * @memberof ResourceTypeInformationDtoResponse
3396
+ */
3397
+ traceId?: string | null;
3188
3398
  }
3189
3399
  /**
3190
3400
  *
@@ -3374,6 +3584,12 @@ export interface RoleDtoIEnumerablePagedResponse {
3374
3584
  * @memberof RoleDtoIEnumerablePagedResponse
3375
3585
  */
3376
3586
  isSuccess?: boolean;
3587
+ /**
3588
+ *
3589
+ * @type {string}
3590
+ * @memberof RoleDtoIEnumerablePagedResponse
3591
+ */
3592
+ traceId?: string | null;
3377
3593
  /**
3378
3594
  *
3379
3595
  * @type {Pagination}
@@ -3405,6 +3621,12 @@ export interface RoleDtoResponse {
3405
3621
  * @memberof RoleDtoResponse
3406
3622
  */
3407
3623
  isSuccess?: boolean;
3624
+ /**
3625
+ *
3626
+ * @type {string}
3627
+ * @memberof RoleDtoResponse
3628
+ */
3629
+ traceId?: string | null;
3408
3630
  }
3409
3631
  /**
3410
3632
  *
@@ -3479,6 +3701,12 @@ export interface SearchResultDtoIEnumerablePagedResponse {
3479
3701
  * @memberof SearchResultDtoIEnumerablePagedResponse
3480
3702
  */
3481
3703
  isSuccess?: boolean;
3704
+ /**
3705
+ *
3706
+ * @type {string}
3707
+ * @memberof SearchResultDtoIEnumerablePagedResponse
3708
+ */
3709
+ traceId?: string | null;
3482
3710
  /**
3483
3711
  *
3484
3712
  * @type {Pagination}
@@ -3529,6 +3757,12 @@ export interface TermsOfServiceDtoResponse {
3529
3757
  * @memberof TermsOfServiceDtoResponse
3530
3758
  */
3531
3759
  isSuccess?: boolean;
3760
+ /**
3761
+ *
3762
+ * @type {string}
3763
+ * @memberof TermsOfServiceDtoResponse
3764
+ */
3765
+ traceId?: string | null;
3532
3766
  }
3533
3767
  /**
3534
3768
  *
@@ -3573,6 +3807,12 @@ export interface TitleDtoIEnumerablePagedResponse {
3573
3807
  * @memberof TitleDtoIEnumerablePagedResponse
3574
3808
  */
3575
3809
  isSuccess?: boolean;
3810
+ /**
3811
+ *
3812
+ * @type {string}
3813
+ * @memberof TitleDtoIEnumerablePagedResponse
3814
+ */
3815
+ traceId?: string | null;
3576
3816
  /**
3577
3817
  *
3578
3818
  * @type {Pagination}
@@ -3604,6 +3844,12 @@ export interface TitleDtoResponse {
3604
3844
  * @memberof TitleDtoResponse
3605
3845
  */
3606
3846
  isSuccess?: boolean;
3847
+ /**
3848
+ *
3849
+ * @type {string}
3850
+ * @memberof TitleDtoResponse
3851
+ */
3852
+ traceId?: string | null;
3607
3853
  }
3608
3854
  /**
3609
3855
  *
@@ -3675,12 +3921,6 @@ export interface UserDto {
3675
3921
  * @memberof UserDto
3676
3922
  */
3677
3923
  language?: LanguageDto;
3678
- /**
3679
- *
3680
- * @type {boolean}
3681
- * @memberof UserDto
3682
- */
3683
- isEmailConfirmed?: boolean;
3684
3924
  /**
3685
3925
  *
3686
3926
  * @type {boolean}
@@ -3736,6 +3976,12 @@ export interface UserDtoResponse {
3736
3976
  * @memberof UserDtoResponse
3737
3977
  */
3738
3978
  isSuccess?: boolean;
3979
+ /**
3980
+ *
3981
+ * @type {string}
3982
+ * @memberof UserDtoResponse
3983
+ */
3984
+ traceId?: string | null;
3739
3985
  }
3740
3986
  /**
3741
3987
  *
@@ -3748,7 +3994,7 @@ export interface UserEmailDto {
3748
3994
  * @type {string}
3749
3995
  * @memberof UserEmailDto
3750
3996
  */
3751
- email?: string;
3997
+ email?: string | null;
3752
3998
  /**
3753
3999
  *
3754
4000
  * @type {boolean}
@@ -3885,6 +4131,12 @@ export interface UserMergeDtoResponse {
3885
4131
  * @memberof UserMergeDtoResponse
3886
4132
  */
3887
4133
  isSuccess?: boolean;
4134
+ /**
4135
+ *
4136
+ * @type {string}
4137
+ * @memberof UserMergeDtoResponse
4138
+ */
4139
+ traceId?: string | null;
3888
4140
  }
3889
4141
  /**
3890
4142
  *
@@ -3986,6 +4238,12 @@ export interface VisibilityDtoIEnumerablePagedResponse {
3986
4238
  * @memberof VisibilityDtoIEnumerablePagedResponse
3987
4239
  */
3988
4240
  isSuccess?: boolean;
4241
+ /**
4242
+ *
4243
+ * @type {string}
4244
+ * @memberof VisibilityDtoIEnumerablePagedResponse
4245
+ */
4246
+ traceId?: string | null;
3989
4247
  /**
3990
4248
  *
3991
4249
  * @type {Pagination}
@@ -4017,6 +4275,12 @@ export interface VisibilityDtoResponse {
4017
4275
  * @memberof VisibilityDtoResponse
4018
4276
  */
4019
4277
  isSuccess?: boolean;
4278
+ /**
4279
+ *
4280
+ * @type {string}
4281
+ * @memberof VisibilityDtoResponse
4282
+ */
4283
+ traceId?: string | null;
4020
4284
  }
4021
4285
  /**
4022
4286
  *
@@ -4099,6 +4363,12 @@ export interface VocabularyDtoIEnumerablePagedResponse {
4099
4363
  * @memberof VocabularyDtoIEnumerablePagedResponse
4100
4364
  */
4101
4365
  isSuccess?: boolean;
4366
+ /**
4367
+ *
4368
+ * @type {string}
4369
+ * @memberof VocabularyDtoIEnumerablePagedResponse
4370
+ */
4371
+ traceId?: string | null;
4102
4372
  /**
4103
4373
  *
4104
4374
  * @type {Pagination}
@@ -4173,6 +4443,12 @@ export interface VocabularyInstanceDtoIEnumerablePagedResponse {
4173
4443
  * @memberof VocabularyInstanceDtoIEnumerablePagedResponse
4174
4444
  */
4175
4445
  isSuccess?: boolean;
4446
+ /**
4447
+ *
4448
+ * @type {string}
4449
+ * @memberof VocabularyInstanceDtoIEnumerablePagedResponse
4450
+ */
4451
+ traceId?: string | null;
4176
4452
  /**
4177
4453
  *
4178
4454
  * @type {Pagination}
@@ -4204,6 +4480,12 @@ export interface VocabularyInstanceDtoResponse {
4204
4480
  * @memberof VocabularyInstanceDtoResponse
4205
4481
  */
4206
4482
  isSuccess?: boolean;
4483
+ /**
4484
+ *
4485
+ * @type {string}
4486
+ * @memberof VocabularyInstanceDtoResponse
4487
+ */
4488
+ traceId?: string | null;
4207
4489
  }
4208
4490
  /**
4209
4491
  * ApplicationProfileApi - axios parameter creator
@@ -5137,7 +5419,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
5137
5419
  /**
5138
5420
  *
5139
5421
  * @summary Retrieves an organization.
5140
- * @param {string} organizationRorUri
5422
+ * @param {string} organizationRorUri The parameters for organization filtering and pagination.
5141
5423
  * @param {*} [options] Override http request option.
5142
5424
  * @throws {RequiredError}
5143
5425
  */
@@ -5169,7 +5451,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
5169
5451
  /**
5170
5452
  *
5171
5453
  * @summary Retrieves an organization.
5172
- * @param {string} organizationRorUri
5454
+ * @param {string} organizationRorUri The parameters for organization filtering and pagination.
5173
5455
  * @param {*} [options] Override http request option.
5174
5456
  * @throws {RequiredError}
5175
5457
  */
@@ -5201,7 +5483,7 @@ export declare const OrganizationApiFactory: (configuration?: Configuration, bas
5201
5483
  /**
5202
5484
  *
5203
5485
  * @summary Retrieves an organization.
5204
- * @param {string} organizationRorUri
5486
+ * @param {string} organizationRorUri The parameters for organization filtering and pagination.
5205
5487
  * @param {*} [options] Override http request option.
5206
5488
  * @throws {RequiredError}
5207
5489
  */
@@ -5236,7 +5518,7 @@ export declare class OrganizationApi extends BaseAPI {
5236
5518
  /**
5237
5519
  *
5238
5520
  * @summary Retrieves an organization.
5239
- * @param {string} organizationRorUri
5521
+ * @param {string} organizationRorUri The parameters for organization filtering and pagination.
5240
5522
  * @param {*} [options] Override http request option.
5241
5523
  * @throws {RequiredError}
5242
5524
  * @memberof OrganizationApi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "This project contains the generated api connection classes.",
5
5
  "keywords": [
6
6
  "coscine",
@@ -122,5 +122,5 @@
122
122
  "dependencies": {
123
123
  "axios": "^0.21.1"
124
124
  },
125
- "packageManager": "yarn@3.6.3"
125
+ "packageManager": "yarn@3.6.4"
126
126
  }