@coscine/api-client 2.8.1 → 2.9.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.
Files changed (175) hide show
  1. package/dist/index.js +418 -373
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.umd.js +418 -373
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/lib/Coscine.Api.Admin/api.js +11 -12
  6. package/dist/lib/Coscine.Api.Admin/api.js.map +1 -1
  7. package/dist/lib/Coscine.Api.Admin/base.js +1 -3
  8. package/dist/lib/Coscine.Api.Admin/base.js.map +1 -1
  9. package/dist/lib/Coscine.Api.Admin/common.js +22 -14
  10. package/dist/lib/Coscine.Api.Admin/common.js.map +1 -1
  11. package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
  12. package/dist/lib/Coscine.Api.Admin/index.js +1 -1
  13. package/dist/lib/Coscine.Api.Blob/api.js +8 -8
  14. package/dist/lib/Coscine.Api.Blob/api.js.map +1 -1
  15. package/dist/lib/Coscine.Api.Blob/base.js +1 -3
  16. package/dist/lib/Coscine.Api.Blob/base.js.map +1 -1
  17. package/dist/lib/Coscine.Api.Blob/common.js +22 -14
  18. package/dist/lib/Coscine.Api.Blob/common.js.map +1 -1
  19. package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
  20. package/dist/lib/Coscine.Api.Blob/index.js +1 -1
  21. package/dist/lib/Coscine.Api.Metadata/api.js +6 -6
  22. package/dist/lib/Coscine.Api.Metadata/api.js.map +1 -1
  23. package/dist/lib/Coscine.Api.Metadata/base.js +0 -2
  24. package/dist/lib/Coscine.Api.Metadata/base.js.map +1 -1
  25. package/dist/lib/Coscine.Api.Metadata/common.js +21 -13
  26. package/dist/lib/Coscine.Api.Metadata/common.js.map +1 -1
  27. package/dist/lib/Coscine.Api.Notices/api.js +2 -2
  28. package/dist/lib/Coscine.Api.Notices/api.js.map +1 -1
  29. package/dist/lib/Coscine.Api.Notices/base.js +0 -2
  30. package/dist/lib/Coscine.Api.Notices/base.js.map +1 -1
  31. package/dist/lib/Coscine.Api.Notices/common.js +21 -13
  32. package/dist/lib/Coscine.Api.Notices/common.js.map +1 -1
  33. package/dist/lib/Coscine.Api.Organization/api.js +6 -6
  34. package/dist/lib/Coscine.Api.Organization/api.js.map +1 -1
  35. package/dist/lib/Coscine.Api.Organization/base.js +2 -4
  36. package/dist/lib/Coscine.Api.Organization/base.js.map +1 -1
  37. package/dist/lib/Coscine.Api.Organization/common.js +22 -14
  38. package/dist/lib/Coscine.Api.Organization/common.js.map +1 -1
  39. package/dist/lib/Coscine.Api.Organization/configuration.js +1 -1
  40. package/dist/lib/Coscine.Api.Organization/index.js +1 -1
  41. package/dist/lib/Coscine.Api.Pid/api.js +3 -3
  42. package/dist/lib/Coscine.Api.Pid/api.js.map +1 -1
  43. package/dist/lib/Coscine.Api.Pid/base.js +1 -3
  44. package/dist/lib/Coscine.Api.Pid/base.js.map +1 -1
  45. package/dist/lib/Coscine.Api.Pid/common.js +22 -14
  46. package/dist/lib/Coscine.Api.Pid/common.js.map +1 -1
  47. package/dist/lib/Coscine.Api.Pid/configuration.js +1 -1
  48. package/dist/lib/Coscine.Api.Pid/index.js +1 -1
  49. package/dist/lib/Coscine.Api.Project/api.js +44 -41
  50. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  51. package/dist/lib/Coscine.Api.Project/base.js +1 -3
  52. package/dist/lib/Coscine.Api.Project/base.js.map +1 -1
  53. package/dist/lib/Coscine.Api.Project/common.js +22 -14
  54. package/dist/lib/Coscine.Api.Project/common.js.map +1 -1
  55. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  56. package/dist/lib/Coscine.Api.Project/index.js +1 -1
  57. package/dist/lib/Coscine.Api.Resources/api.js +41 -44
  58. package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
  59. package/dist/lib/Coscine.Api.Resources/base.js +1 -3
  60. package/dist/lib/Coscine.Api.Resources/base.js.map +1 -1
  61. package/dist/lib/Coscine.Api.Resources/common.js +22 -14
  62. package/dist/lib/Coscine.Api.Resources/common.js.map +1 -1
  63. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  64. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  65. package/dist/lib/Coscine.Api.STS/api.js +9 -9
  66. package/dist/lib/Coscine.Api.STS/api.js.map +1 -1
  67. package/dist/lib/Coscine.Api.STS/base.js +0 -2
  68. package/dist/lib/Coscine.Api.STS/base.js.map +1 -1
  69. package/dist/lib/Coscine.Api.STS/common.js +21 -13
  70. package/dist/lib/Coscine.Api.STS/common.js.map +1 -1
  71. package/dist/lib/Coscine.Api.Search/api.js +52 -39
  72. package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
  73. package/dist/lib/Coscine.Api.Search/base.js +1 -3
  74. package/dist/lib/Coscine.Api.Search/base.js.map +1 -1
  75. package/dist/lib/Coscine.Api.Search/common.js +22 -14
  76. package/dist/lib/Coscine.Api.Search/common.js.map +1 -1
  77. package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
  78. package/dist/lib/Coscine.Api.Search/index.js +1 -1
  79. package/dist/lib/Coscine.Api.Token/api.js +5 -5
  80. package/dist/lib/Coscine.Api.Token/api.js.map +1 -1
  81. package/dist/lib/Coscine.Api.Token/base.js +0 -2
  82. package/dist/lib/Coscine.Api.Token/base.js.map +1 -1
  83. package/dist/lib/Coscine.Api.Token/common.js +21 -13
  84. package/dist/lib/Coscine.Api.Token/common.js.map +1 -1
  85. package/dist/lib/Coscine.Api.Tree/api.js +3 -3
  86. package/dist/lib/Coscine.Api.Tree/api.js.map +1 -1
  87. package/dist/lib/Coscine.Api.Tree/base.js +1 -3
  88. package/dist/lib/Coscine.Api.Tree/base.js.map +1 -1
  89. package/dist/lib/Coscine.Api.Tree/common.js +22 -14
  90. package/dist/lib/Coscine.Api.Tree/common.js.map +1 -1
  91. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  92. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  93. package/dist/lib/Coscine.Api.User/api.js +13 -13
  94. package/dist/lib/Coscine.Api.User/api.js.map +1 -1
  95. package/dist/lib/Coscine.Api.User/base.js +1 -3
  96. package/dist/lib/Coscine.Api.User/base.js.map +1 -1
  97. package/dist/lib/Coscine.Api.User/common.js +22 -14
  98. package/dist/lib/Coscine.Api.User/common.js.map +1 -1
  99. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  100. package/dist/lib/Coscine.Api.User/index.js +1 -1
  101. package/dist/types/Coscine.Api.Admin/api.d.ts +66 -40
  102. package/dist/types/Coscine.Api.Admin/base.d.ts +4 -5
  103. package/dist/types/Coscine.Api.Admin/common.d.ts +5 -5
  104. package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
  105. package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
  106. package/dist/types/Coscine.Api.Blob/api.d.ts +21 -20
  107. package/dist/types/Coscine.Api.Blob/base.d.ts +4 -5
  108. package/dist/types/Coscine.Api.Blob/common.d.ts +5 -5
  109. package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
  110. package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
  111. package/dist/types/Coscine.Api.Metadata/api.d.ts +32 -31
  112. package/dist/types/Coscine.Api.Metadata/base.d.ts +3 -4
  113. package/dist/types/Coscine.Api.Metadata/common.d.ts +4 -4
  114. package/dist/types/Coscine.Api.Notices/api.d.ts +17 -16
  115. package/dist/types/Coscine.Api.Notices/base.d.ts +3 -4
  116. package/dist/types/Coscine.Api.Notices/common.d.ts +4 -4
  117. package/dist/types/Coscine.Api.Organization/api.d.ts +25 -24
  118. package/dist/types/Coscine.Api.Organization/base.d.ts +4 -5
  119. package/dist/types/Coscine.Api.Organization/common.d.ts +5 -5
  120. package/dist/types/Coscine.Api.Organization/configuration.d.ts +1 -1
  121. package/dist/types/Coscine.Api.Organization/index.d.ts +1 -1
  122. package/dist/types/Coscine.Api.Pid/api.d.ts +19 -18
  123. package/dist/types/Coscine.Api.Pid/base.d.ts +4 -5
  124. package/dist/types/Coscine.Api.Pid/common.d.ts +5 -5
  125. package/dist/types/Coscine.Api.Pid/configuration.d.ts +1 -1
  126. package/dist/types/Coscine.Api.Pid/index.d.ts +1 -1
  127. package/dist/types/Coscine.Api.Project/api.d.ts +271 -225
  128. package/dist/types/Coscine.Api.Project/base.d.ts +4 -5
  129. package/dist/types/Coscine.Api.Project/common.d.ts +5 -5
  130. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  131. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  132. package/dist/types/Coscine.Api.Resources/api.d.ts +299 -240
  133. package/dist/types/Coscine.Api.Resources/base.d.ts +4 -5
  134. package/dist/types/Coscine.Api.Resources/common.d.ts +5 -5
  135. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  136. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  137. package/dist/types/Coscine.Api.STS/api.d.ts +42 -41
  138. package/dist/types/Coscine.Api.STS/base.d.ts +3 -4
  139. package/dist/types/Coscine.Api.STS/common.d.ts +4 -4
  140. package/dist/types/Coscine.Api.Search/api.d.ts +49 -46
  141. package/dist/types/Coscine.Api.Search/base.d.ts +4 -5
  142. package/dist/types/Coscine.Api.Search/common.d.ts +5 -5
  143. package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
  144. package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
  145. package/dist/types/Coscine.Api.Token/api.d.ts +34 -33
  146. package/dist/types/Coscine.Api.Token/base.d.ts +3 -4
  147. package/dist/types/Coscine.Api.Token/common.d.ts +4 -4
  148. package/dist/types/Coscine.Api.Tree/api.d.ts +13 -12
  149. package/dist/types/Coscine.Api.Tree/base.d.ts +4 -5
  150. package/dist/types/Coscine.Api.Tree/common.d.ts +5 -5
  151. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  152. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  153. package/dist/types/Coscine.Api.User/api.d.ts +83 -72
  154. package/dist/types/Coscine.Api.User/base.d.ts +4 -5
  155. package/dist/types/Coscine.Api.User/common.d.ts +5 -5
  156. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  157. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  158. package/dist/types/apis.d.ts +41 -41
  159. package/dist/types/index.d.ts +82 -82
  160. package/package.json +2 -2
  161. package/dist/lib/Coscine.Api.ActivatedFeatures/api.js +0 -470
  162. package/dist/lib/Coscine.Api.ActivatedFeatures/api.js.map +0 -1
  163. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +0 -65
  164. package/dist/lib/Coscine.Api.ActivatedFeatures/base.js.map +0 -1
  165. package/dist/lib/Coscine.Api.ActivatedFeatures/common.js +0 -153
  166. package/dist/lib/Coscine.Api.ActivatedFeatures/common.js.map +0 -1
  167. package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js +0 -43
  168. package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js.map +0 -1
  169. package/dist/lib/Coscine.Api.ActivatedFeatures/index.js +0 -32
  170. package/dist/lib/Coscine.Api.ActivatedFeatures/index.js.map +0 -1
  171. package/dist/types/Coscine.Api.ActivatedFeatures/api.d.ts +0 -279
  172. package/dist/types/Coscine.Api.ActivatedFeatures/base.d.ts +0 -55
  173. package/dist/types/Coscine.Api.ActivatedFeatures/common.d.ts +0 -65
  174. package/dist/types/Coscine.Api.ActivatedFeatures/configuration.d.ts +0 -83
  175. package/dist/types/Coscine.Api.ActivatedFeatures/index.d.ts +0 -13
@@ -2,16 +2,17 @@
2
2
  * Coscine.Api.Resources
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 3.1.1
5
+ * The version of the OpenAPI document: 3.4.3
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Configuration } from './configuration';
13
- import { AxiosPromise, AxiosInstance } from 'axios';
14
- import { RequestArgs, BaseAPI } from './base';
12
+ import type { Configuration } from './configuration';
13
+ import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
14
+ import type { RequestArgs } from './base';
15
+ import { BaseAPI } from './base';
15
16
  /**
16
17
  *
17
18
  * @export
@@ -23,13 +24,13 @@ export interface Access {
23
24
  * @type {number}
24
25
  * @memberof Access
25
26
  */
26
- access_level?: number;
27
+ 'access_level'?: number;
27
28
  /**
28
29
  *
29
30
  * @type {number}
30
31
  * @memberof Access
31
32
  */
32
- notification_level?: number;
33
+ 'notification_level'?: number;
33
34
  }
34
35
  /**
35
36
  *
@@ -42,50 +43,55 @@ export interface Branch {
42
43
  * @type {string}
43
44
  * @memberof Branch
44
45
  */
45
- name?: string | null;
46
+ 'name'?: string | null;
46
47
  /**
47
48
  *
48
49
  * @type {boolean}
49
50
  * @memberof Branch
50
51
  */
51
- merged?: boolean;
52
+ 'merged'?: boolean;
52
53
  /**
53
54
  *
54
55
  * @type {boolean}
55
56
  * @memberof Branch
56
57
  */
57
- _protected?: boolean;
58
+ 'protected'?: boolean;
58
59
  /**
59
60
  *
60
61
  * @type {boolean}
61
62
  * @memberof Branch
62
63
  */
63
- _default?: boolean;
64
+ 'default'?: boolean;
64
65
  /**
65
66
  *
66
67
  * @type {boolean}
67
68
  * @memberof Branch
68
69
  */
69
- developers_can_push?: boolean;
70
+ 'developers_can_push'?: boolean;
70
71
  /**
71
72
  *
72
73
  * @type {boolean}
73
74
  * @memberof Branch
74
75
  */
75
- developers_can_merge?: boolean;
76
+ 'developers_can_merge'?: boolean;
76
77
  /**
77
78
  *
78
79
  * @type {boolean}
79
80
  * @memberof Branch
80
81
  */
81
- can_push?: boolean;
82
+ 'can_push'?: boolean;
82
83
  /**
83
84
  *
84
- * @type {Commit}
85
+ * @type {BranchCommit}
85
86
  * @memberof Branch
86
87
  */
87
- commit?: Commit | null;
88
+ 'commit'?: BranchCommit | null;
88
89
  }
90
+ /**
91
+ * @type BranchCommit
92
+ * @export
93
+ */
94
+ export type BranchCommit = Commit;
89
95
  /**
90
96
  *
91
97
  * @export
@@ -97,7 +103,7 @@ export interface ColumnsObject {
97
103
  * @type {Array<string>}
98
104
  * @memberof ColumnsObject
99
105
  */
100
- always?: Array<string>;
106
+ 'always'?: Array<string>;
101
107
  }
102
108
  /**
103
109
  *
@@ -110,73 +116,73 @@ export interface Commit {
110
116
  * @type {string}
111
117
  * @memberof Commit
112
118
  */
113
- id?: string | null;
119
+ 'id'?: string | null;
114
120
  /**
115
121
  *
116
122
  * @type {string}
117
123
  * @memberof Commit
118
124
  */
119
- short_id?: string | null;
125
+ 'short_id'?: string | null;
120
126
  /**
121
127
  *
122
128
  * @type {string}
123
129
  * @memberof Commit
124
130
  */
125
- title?: string | null;
131
+ 'title'?: string | null;
126
132
  /**
127
133
  *
128
134
  * @type {string}
129
135
  * @memberof Commit
130
136
  */
131
- created_at?: string | null;
137
+ 'created_at'?: string | null;
132
138
  /**
133
139
  *
134
140
  * @type {Array<string>}
135
141
  * @memberof Commit
136
142
  */
137
- parent_ids?: Array<string> | null;
143
+ 'parent_ids'?: Array<string> | null;
138
144
  /**
139
145
  *
140
146
  * @type {string}
141
147
  * @memberof Commit
142
148
  */
143
- message?: string | null;
149
+ 'message'?: string | null;
144
150
  /**
145
151
  *
146
152
  * @type {string}
147
153
  * @memberof Commit
148
154
  */
149
- author_name?: string | null;
155
+ 'author_name'?: string | null;
150
156
  /**
151
157
  *
152
158
  * @type {string}
153
159
  * @memberof Commit
154
160
  */
155
- author_email?: string | null;
161
+ 'author_email'?: string | null;
156
162
  /**
157
163
  *
158
164
  * @type {string}
159
165
  * @memberof Commit
160
166
  */
161
- authored_date?: string | null;
167
+ 'authored_date'?: string | null;
162
168
  /**
163
169
  *
164
170
  * @type {string}
165
171
  * @memberof Commit
166
172
  */
167
- committer_name?: string | null;
173
+ 'committer_name'?: string | null;
168
174
  /**
169
175
  *
170
176
  * @type {string}
171
177
  * @memberof Commit
172
178
  */
173
- committer_email?: string | null;
179
+ 'committer_email'?: string | null;
174
180
  /**
175
181
  *
176
182
  * @type {string}
177
183
  * @memberof Commit
178
184
  */
179
- committed_date?: string | null;
185
+ 'committed_date'?: string | null;
180
186
  }
181
187
  /**
182
188
  *
@@ -189,25 +195,25 @@ export interface DisciplineObject {
189
195
  * @type {string}
190
196
  * @memberof DisciplineObject
191
197
  */
192
- id?: string;
198
+ 'id'?: string;
193
199
  /**
194
200
  *
195
201
  * @type {string}
196
202
  * @memberof DisciplineObject
197
203
  */
198
- url?: string | null;
204
+ 'url'?: string | null;
199
205
  /**
200
206
  *
201
207
  * @type {string}
202
208
  * @memberof DisciplineObject
203
209
  */
204
- displayNameDe?: string | null;
210
+ 'displayNameDe'?: string | null;
205
211
  /**
206
212
  *
207
213
  * @type {string}
208
214
  * @memberof DisciplineObject
209
215
  */
210
- displayNameEn?: string | null;
216
+ 'displayNameEn'?: string | null;
211
217
  }
212
218
  /**
213
219
  *
@@ -220,7 +226,7 @@ export interface EntriesView {
220
226
  * @type {ColumnsObject}
221
227
  * @memberof EntriesView
222
228
  */
223
- columns?: ColumnsObject;
229
+ 'columns'?: ColumnsObject;
224
230
  }
225
231
  /**
226
232
  *
@@ -233,13 +239,13 @@ export interface LicenseObject {
233
239
  * @type {string}
234
240
  * @memberof LicenseObject
235
241
  */
236
- id?: string;
242
+ 'id'?: string;
237
243
  /**
238
244
  *
239
245
  * @type {string}
240
246
  * @memberof LicenseObject
241
247
  */
242
- displayName?: string | null;
248
+ 'displayName'?: string | null;
243
249
  }
244
250
  /**
245
251
  *
@@ -252,43 +258,43 @@ export interface Links {
252
258
  * @type {string}
253
259
  * @memberof Links
254
260
  */
255
- members?: string | null;
261
+ 'members'?: string | null;
256
262
  /**
257
263
  *
258
264
  * @type {string}
259
265
  * @memberof Links
260
266
  */
261
- issues?: string | null;
267
+ 'issues'?: string | null;
262
268
  /**
263
269
  *
264
270
  * @type {string}
265
271
  * @memberof Links
266
272
  */
267
- events?: string | null;
273
+ 'events'?: string | null;
268
274
  /**
269
275
  *
270
276
  * @type {string}
271
277
  * @memberof Links
272
278
  */
273
- labels?: string | null;
279
+ 'labels'?: string | null;
274
280
  /**
275
281
  *
276
282
  * @type {string}
277
283
  * @memberof Links
278
284
  */
279
- repo_branches?: string | null;
285
+ 'repo_branches'?: string | null;
280
286
  /**
281
287
  *
282
288
  * @type {string}
283
289
  * @memberof Links
284
290
  */
285
- merge_requests?: string | null;
291
+ 'merge_requests'?: string | null;
286
292
  /**
287
293
  *
288
294
  * @type {string}
289
295
  * @memberof Links
290
296
  */
291
- self?: string | null;
297
+ 'self'?: string | null;
292
298
  }
293
299
  /**
294
300
  *
@@ -301,13 +307,13 @@ export interface MetadataView {
301
307
  * @type {boolean}
302
308
  * @memberof MetadataView
303
309
  */
304
- editableDataUrl?: boolean;
310
+ 'editableDataUrl'?: boolean;
305
311
  /**
306
312
  *
307
313
  * @type {boolean}
308
314
  * @memberof MetadataView
309
315
  */
310
- editableKey?: boolean;
316
+ 'editableKey'?: boolean;
311
317
  }
312
318
  /**
313
319
  *
@@ -320,31 +326,31 @@ export interface Namespace {
320
326
  * @type {number}
321
327
  * @memberof Namespace
322
328
  */
323
- id?: number;
329
+ 'id'?: number;
324
330
  /**
325
331
  *
326
332
  * @type {string}
327
333
  * @memberof Namespace
328
334
  */
329
- name?: string | null;
335
+ 'name'?: string | null;
330
336
  /**
331
337
  *
332
338
  * @type {string}
333
339
  * @memberof Namespace
334
340
  */
335
- full_path?: string | null;
341
+ 'full_path'?: string | null;
336
342
  /**
337
343
  *
338
344
  * @type {string}
339
345
  * @memberof Namespace
340
346
  */
341
- kind?: string | null;
347
+ 'kind'?: string | null;
342
348
  /**
343
349
  *
344
350
  * @type {string}
345
351
  * @memberof Namespace
346
352
  */
347
- path?: string | null;
353
+ 'path'?: string | null;
348
354
  }
349
355
  /**
350
356
  *
@@ -357,19 +363,19 @@ export interface Owner {
357
363
  * @type {number}
358
364
  * @memberof Owner
359
365
  */
360
- id?: number;
366
+ 'id'?: number;
361
367
  /**
362
368
  *
363
369
  * @type {string}
364
370
  * @memberof Owner
365
371
  */
366
- created_at?: string;
372
+ 'created_at'?: string;
367
373
  /**
368
374
  *
369
375
  * @type {string}
370
376
  * @memberof Owner
371
377
  */
372
- name?: string | null;
378
+ 'name'?: string | null;
373
379
  }
374
380
  /**
375
381
  *
@@ -379,17 +385,22 @@ export interface Owner {
379
385
  export interface Permissions {
380
386
  /**
381
387
  *
382
- * @type {Access}
388
+ * @type {PermissionsGroupAccess}
383
389
  * @memberof Permissions
384
390
  */
385
- group_access?: Access | null;
391
+ 'group_access'?: PermissionsGroupAccess | null;
386
392
  /**
387
393
  *
388
- * @type {Access}
394
+ * @type {PermissionsGroupAccess}
389
395
  * @memberof Permissions
390
396
  */
391
- project_access?: Access | null;
397
+ 'project_access'?: PermissionsGroupAccess | null;
392
398
  }
399
+ /**
400
+ * @type PermissionsGroupAccess
401
+ * @export
402
+ */
403
+ export type PermissionsGroupAccess = Access;
393
404
  /**
394
405
  *
395
406
  * @export
@@ -401,246 +412,272 @@ export interface Project {
401
412
  * @type {string}
402
413
  * @memberof Project
403
414
  */
404
- last_activity_at?: string | null;
415
+ 'last_activity_at'?: string | null;
405
416
  /**
406
417
  *
407
418
  * @type {string}
408
419
  * @memberof Project
409
420
  */
410
- description?: string | null;
421
+ 'description'?: string | null;
411
422
  /**
412
423
  *
413
424
  * @type {boolean}
414
425
  * @memberof Project
415
426
  */
416
- container_registry_enabled?: boolean;
427
+ 'container_registry_enabled'?: boolean;
417
428
  /**
418
429
  *
419
430
  * @type {boolean}
420
431
  * @memberof Project
421
432
  */
422
- archived?: boolean;
433
+ 'archived'?: boolean;
423
434
  /**
424
435
  *
425
- * @type {Links}
436
+ * @type {ProjectLinks}
426
437
  * @memberof Project
427
438
  */
428
- _links?: Links | null;
439
+ '_links'?: ProjectLinks | null;
429
440
  /**
430
441
  *
431
442
  * @type {string}
432
443
  * @memberof Project
433
444
  */
434
- avatar_url?: string | null;
445
+ 'avatar_url'?: string | null;
435
446
  /**
436
447
  *
437
448
  * @type {number}
438
449
  * @memberof Project
439
450
  */
440
- creator_id?: number;
451
+ 'creator_id'?: number;
441
452
  /**
442
453
  *
443
454
  * @type {string}
444
455
  * @memberof Project
445
456
  */
446
- created_at?: string | null;
457
+ 'created_at'?: string | null;
447
458
  /**
448
459
  *
449
460
  * @type {string}
450
461
  * @memberof Project
451
462
  */
452
- default_branch?: string | null;
463
+ 'default_branch'?: string | null;
453
464
  /**
454
465
  *
455
466
  * @type {string}
456
467
  * @memberof Project
457
468
  */
458
- import_error?: string | null;
469
+ 'import_error'?: string | null;
459
470
  /**
460
471
  *
461
472
  * @type {string}
462
473
  * @memberof Project
463
474
  */
464
- http_url_to_repo?: string | null;
475
+ 'http_url_to_repo'?: string | null;
465
476
  /**
466
477
  *
467
478
  * @type {number}
468
479
  * @memberof Project
469
480
  */
470
- forks_count?: number;
481
+ 'forks_count'?: number;
471
482
  /**
472
483
  *
473
484
  * @type {number}
474
485
  * @memberof Project
475
486
  */
476
- id?: number;
487
+ 'id'?: number;
477
488
  /**
478
489
  *
479
490
  * @type {boolean}
480
491
  * @memberof Project
481
492
  */
482
- issues_enabled?: boolean;
493
+ 'issues_enabled'?: boolean;
483
494
  /**
484
495
  *
485
496
  * @type {string}
486
497
  * @memberof Project
487
498
  */
488
- import_status?: string | null;
499
+ 'import_status'?: string | null;
489
500
  /**
490
501
  *
491
502
  * @type {boolean}
492
503
  * @memberof Project
493
504
  */
494
- jobs_enabled?: boolean;
505
+ 'jobs_enabled'?: boolean;
495
506
  /**
496
507
  *
497
- * @type {Owner}
508
+ * @type {ProjectOwner}
498
509
  * @memberof Project
499
510
  */
500
- owner?: Owner | null;
511
+ 'owner'?: ProjectOwner | null;
501
512
  /**
502
513
  *
503
- * @type {Namespace}
514
+ * @type {ProjectNamespace}
504
515
  * @memberof Project
505
516
  */
506
- namespace?: Namespace | null;
517
+ 'namespace'?: ProjectNamespace | null;
507
518
  /**
508
519
  *
509
520
  * @type {string}
510
521
  * @memberof Project
511
522
  */
512
- name?: string | null;
523
+ 'name'?: string | null;
513
524
  /**
514
525
  *
515
526
  * @type {boolean}
516
527
  * @memberof Project
517
528
  */
518
- merge_requests_enabled?: boolean;
529
+ 'merge_requests_enabled'?: boolean;
519
530
  /**
520
531
  *
521
532
  * @type {string}
522
533
  * @memberof Project
523
534
  */
524
- name_with_namespace?: string | null;
535
+ 'name_with_namespace'?: string | null;
525
536
  /**
526
537
  *
527
538
  * @type {boolean}
528
539
  * @memberof Project
529
540
  */
530
- only_allow_merge_if_pipeline_succeeds?: boolean | null;
541
+ 'only_allow_merge_if_pipeline_succeeds'?: boolean | null;
531
542
  /**
532
543
  *
533
544
  * @type {boolean}
534
545
  * @memberof Project
535
546
  */
536
- only_allow_merge_if_all_discussions_are_resolved?: boolean | null;
547
+ 'only_allow_merge_if_all_discussions_are_resolved'?: boolean | null;
537
548
  /**
538
549
  *
539
550
  * @type {number}
540
551
  * @memberof Project
541
552
  */
542
- open_issues_count?: number;
553
+ 'open_issues_count'?: number;
543
554
  /**
544
555
  *
545
556
  * @type {boolean}
546
557
  * @memberof Project
547
558
  */
548
- public_jobs?: boolean;
559
+ 'public_jobs'?: boolean;
549
560
  /**
550
561
  *
551
562
  * @type {string}
552
563
  * @memberof Project
553
564
  */
554
- path_with_namespace?: string | null;
565
+ 'path_with_namespace'?: string | null;
555
566
  /**
556
567
  *
557
568
  * @type {string}
558
569
  * @memberof Project
559
570
  */
560
- path?: string | null;
571
+ 'path'?: string | null;
561
572
  /**
562
573
  *
563
- * @type {Permissions}
574
+ * @type {ProjectPermissions}
564
575
  * @memberof Project
565
576
  */
566
- permissions?: Permissions | null;
577
+ 'permissions'?: ProjectPermissions | null;
567
578
  /**
568
579
  *
569
580
  * @type {string}
570
581
  * @memberof Project
571
582
  */
572
- runners_token?: string | null;
583
+ 'runners_token'?: string | null;
573
584
  /**
574
585
  *
575
586
  * @type {boolean}
576
587
  * @memberof Project
577
588
  */
578
- request_access_enabled?: boolean;
589
+ 'request_access_enabled'?: boolean;
579
590
  /**
580
591
  *
581
592
  * @type {boolean}
582
593
  * @memberof Project
583
594
  */
584
- shared_runners_enabled?: boolean;
595
+ 'shared_runners_enabled'?: boolean;
585
596
  /**
586
597
  *
587
- * @type {Statistics}
598
+ * @type {ProjectStatistics}
588
599
  * @memberof Project
589
600
  */
590
- statistics?: Statistics | null;
601
+ 'statistics'?: ProjectStatistics | null;
591
602
  /**
592
603
  *
593
604
  * @type {string}
594
605
  * @memberof Project
595
606
  */
596
- ssh_url_to_repo?: string | null;
607
+ 'ssh_url_to_repo'?: string | null;
597
608
  /**
598
609
  *
599
610
  * @type {boolean}
600
611
  * @memberof Project
601
612
  */
602
- snippets_enabled?: boolean;
613
+ 'snippets_enabled'?: boolean;
603
614
  /**
604
615
  *
605
616
  * @type {number}
606
617
  * @memberof Project
607
618
  */
608
- star_count?: number;
619
+ 'star_count'?: number;
609
620
  /**
610
621
  *
611
622
  * @type {ProjectVisibilityLevel}
612
623
  * @memberof Project
613
624
  */
614
- visibility?: ProjectVisibilityLevel;
625
+ 'visibility'?: ProjectVisibilityLevel;
615
626
  /**
616
627
  *
617
628
  * @type {Array<string>}
618
629
  * @memberof Project
619
630
  */
620
- tag_list?: Array<string> | null;
631
+ 'tag_list'?: Array<string> | null;
621
632
  /**
622
633
  *
623
634
  * @type {string}
624
635
  * @memberof Project
625
636
  */
626
- web_url?: string | null;
637
+ 'web_url'?: string | null;
627
638
  /**
628
639
  *
629
640
  * @type {boolean}
630
641
  * @memberof Project
631
642
  */
632
- wiki_enabled?: boolean;
643
+ 'wiki_enabled'?: boolean;
633
644
  }
645
+ /**
646
+ * @type ProjectLinks
647
+ * @export
648
+ */
649
+ export type ProjectLinks = Links;
650
+ /**
651
+ * @type ProjectNamespace
652
+ * @export
653
+ */
654
+ export type ProjectNamespace = Namespace;
655
+ /**
656
+ * @type ProjectOwner
657
+ * @export
658
+ */
659
+ export type ProjectOwner = Owner;
660
+ /**
661
+ * @type ProjectPermissions
662
+ * @export
663
+ */
664
+ export type ProjectPermissions = Permissions;
665
+ /**
666
+ * @type ProjectStatistics
667
+ * @export
668
+ */
669
+ export type ProjectStatistics = Statistics;
634
670
  /**
635
671
  *
636
672
  * @export
637
673
  * @enum {string}
638
674
  */
639
- export declare enum ProjectVisibilityLevel {
640
- NUMBER_0 = 0,
641
- NUMBER_1 = 1,
642
- NUMBER_2 = 2
643
- }
675
+ export declare const ProjectVisibilityLevel: {
676
+ readonly NUMBER_0: 0;
677
+ readonly NUMBER_1: 1;
678
+ readonly NUMBER_2: 2;
679
+ };
680
+ export type ProjectVisibilityLevel = typeof ProjectVisibilityLevel[keyof typeof ProjectVisibilityLevel];
644
681
  /**
645
682
  *
646
683
  * @export
@@ -652,27 +689,28 @@ export interface QuotaDimObject {
652
689
  * @type {number}
653
690
  * @memberof QuotaDimObject
654
691
  */
655
- value?: number;
692
+ 'value'?: number;
656
693
  /**
657
694
  *
658
695
  * @type {QuotaUnit}
659
696
  * @memberof QuotaDimObject
660
697
  */
661
- unit?: QuotaUnit;
698
+ 'unit'?: QuotaUnit;
662
699
  }
663
700
  /**
664
701
  *
665
702
  * @export
666
703
  * @enum {string}
667
704
  */
668
- export declare enum QuotaUnit {
669
- Byte = "https://qudt.org/vocab/unit/BYTE",
670
- KibiByte = "https://qudt.org/vocab/unit/KibiBYTE",
671
- MebiByte = "https://qudt.org/vocab/unit/MebiBYTE",
672
- GibiByte = "https://qudt.org/vocab/unit/GibiBYTE",
673
- TebiByte = "https://qudt.org/vocab/unit/TebiBYTE",
674
- PebiByte = "https://qudt.org/vocab/unit/PebiBYTE"
675
- }
705
+ export declare const QuotaUnit: {
706
+ readonly Byte: "https://qudt.org/vocab/unit/BYTE";
707
+ readonly KibiByte: "https://qudt.org/vocab/unit/KibiBYTE";
708
+ readonly MebiByte: "https://qudt.org/vocab/unit/MebiBYTE";
709
+ readonly GibiByte: "https://qudt.org/vocab/unit/GibiBYTE";
710
+ readonly TebiByte: "https://qudt.org/vocab/unit/TebiBYTE";
711
+ readonly PebiByte: "https://qudt.org/vocab/unit/PebiBYTE";
712
+ };
713
+ export type QuotaUnit = typeof QuotaUnit[keyof typeof QuotaUnit];
676
714
  /**
677
715
  *
678
716
  * @export
@@ -684,19 +722,19 @@ export interface ResourceContentObject {
684
722
  * @type {boolean}
685
723
  * @memberof ResourceContentObject
686
724
  */
687
- readOnly?: boolean;
725
+ 'readOnly'?: boolean;
688
726
  /**
689
727
  *
690
728
  * @type {MetadataView}
691
729
  * @memberof ResourceContentObject
692
730
  */
693
- metadataView?: MetadataView;
731
+ 'metadataView'?: MetadataView;
694
732
  /**
695
733
  *
696
734
  * @type {EntriesView}
697
735
  * @memberof ResourceContentObject
698
736
  */
699
- entriesView?: EntriesView;
737
+ 'entriesView'?: EntriesView;
700
738
  }
701
739
  /**
702
740
  *
@@ -709,7 +747,7 @@ export interface ResourceCreateObject {
709
747
  * @type {Array<Array<string>>}
710
748
  * @memberof ResourceCreateObject
711
749
  */
712
- components?: Array<Array<string>>;
750
+ 'components'?: Array<Array<string>>;
713
751
  }
714
752
  /**
715
753
  *
@@ -722,110 +760,125 @@ export interface ResourceObject {
722
760
  * @type {string}
723
761
  * @memberof ResourceObject
724
762
  */
725
- id?: string;
763
+ 'id'?: string;
726
764
  /**
727
765
  *
728
766
  * @type {string}
729
767
  * @memberof ResourceObject
730
768
  */
731
- pid?: string | null;
769
+ 'pid'?: string | null;
732
770
  /**
733
771
  *
734
772
  * @type {string}
735
773
  * @memberof ResourceObject
736
774
  */
737
- displayName?: string | null;
775
+ 'displayName'?: string | null;
738
776
  /**
739
777
  *
740
778
  * @type {string}
741
779
  * @memberof ResourceObject
742
780
  */
743
- resourceName?: string | null;
781
+ 'resourceName'?: string | null;
744
782
  /**
745
783
  *
746
784
  * @type {string}
747
785
  * @memberof ResourceObject
748
786
  */
749
- description?: string | null;
787
+ 'description'?: string | null;
750
788
  /**
751
789
  *
752
790
  * @type {string}
753
791
  * @memberof ResourceObject
754
792
  */
755
- keywords?: string | null;
793
+ 'keywords'?: string | null;
756
794
  /**
757
795
  *
758
796
  * @type {string}
759
797
  * @memberof ResourceObject
760
798
  */
761
- usageRights?: string | null;
799
+ 'usageRights'?: string | null;
762
800
  /**
763
801
  *
764
- * @type {ResourceTypeObject}
802
+ * @type {ResourceObjectType}
765
803
  * @memberof ResourceObject
766
804
  */
767
- type?: ResourceTypeObject | null;
805
+ 'type'?: ResourceObjectType | null;
768
806
  /**
769
807
  *
770
808
  * @type {Array<DisciplineObject>}
771
809
  * @memberof ResourceObject
772
810
  */
773
- disciplines?: Array<DisciplineObject> | null;
811
+ 'disciplines'?: Array<DisciplineObject> | null;
774
812
  /**
775
813
  *
776
- * @type {VisibilityObject}
814
+ * @type {ResourceObjectVisibility}
777
815
  * @memberof ResourceObject
778
816
  */
779
- visibility?: VisibilityObject | null;
817
+ 'visibility'?: ResourceObjectVisibility | null;
780
818
  /**
781
819
  *
782
- * @type {LicenseObject}
820
+ * @type {ResourceObjectLicense}
783
821
  * @memberof ResourceObject
784
822
  */
785
- license?: LicenseObject | null;
823
+ 'license'?: ResourceObjectLicense | null;
786
824
  /**
787
825
  *
788
826
  * @type {any}
789
827
  * @memberof ResourceObject
790
828
  */
791
- resourceTypeOption?: any | null;
829
+ 'resourceTypeOption'?: any | null;
792
830
  /**
793
831
  *
794
832
  * @type {string}
795
833
  * @memberof ResourceObject
796
834
  */
797
- applicationProfile?: string | null;
835
+ 'applicationProfile'?: string | null;
798
836
  /**
799
837
  *
800
838
  * @type {any}
801
839
  * @memberof ResourceObject
802
840
  */
803
- fixedValues?: any | null;
841
+ 'fixedValues'?: any | null;
804
842
  /**
805
843
  *
806
844
  * @type {string}
807
845
  * @memberof ResourceObject
808
846
  */
809
- dateCreated?: string | null;
847
+ 'dateCreated'?: string | null;
810
848
  /**
811
849
  *
812
850
  * @type {string}
813
851
  * @memberof ResourceObject
814
852
  */
815
- creator?: string | null;
853
+ 'creator'?: string | null;
816
854
  /**
817
855
  *
818
856
  * @type {boolean}
819
857
  * @memberof ResourceObject
820
858
  */
821
- archived?: boolean;
859
+ 'archived'?: boolean;
822
860
  /**
823
861
  *
824
862
  * @type {boolean}
825
863
  * @memberof ResourceObject
826
864
  */
827
- deleted?: boolean;
865
+ 'deleted'?: boolean;
828
866
  }
867
+ /**
868
+ * @type ResourceObjectLicense
869
+ * @export
870
+ */
871
+ export type ResourceObjectLicense = LicenseObject;
872
+ /**
873
+ * @type ResourceObjectType
874
+ * @export
875
+ */
876
+ export type ResourceObjectType = ResourceTypeObject;
877
+ /**
878
+ * @type ResourceObjectVisibility
879
+ * @export
880
+ */
881
+ export type ResourceObjectVisibility = VisibilityObject;
829
882
  /**
830
883
  *
831
884
  * @export
@@ -837,32 +890,37 @@ export interface ResourceQuotaReturnObject {
837
890
  * @type {string}
838
891
  * @memberof ResourceQuotaReturnObject
839
892
  */
840
- id?: string;
893
+ 'id'?: string;
841
894
  /**
842
895
  *
843
896
  * @type {string}
844
897
  * @memberof ResourceQuotaReturnObject
845
898
  */
846
- name?: string | null;
899
+ 'name'?: string | null;
847
900
  /**
848
901
  *
849
- * @type {QuotaDimObject}
902
+ * @type {ResourceQuotaReturnObjectUsed}
850
903
  * @memberof ResourceQuotaReturnObject
851
904
  */
852
- used?: QuotaDimObject | null;
905
+ 'used'?: ResourceQuotaReturnObjectUsed | null;
853
906
  /**
854
907
  *
855
908
  * @type {number}
856
909
  * @memberof ResourceQuotaReturnObject
857
910
  */
858
- usedPercentage?: number;
911
+ 'usedPercentage'?: number;
859
912
  /**
860
913
  *
861
- * @type {QuotaDimObject}
914
+ * @type {ResourceQuotaReturnObjectUsed}
862
915
  * @memberof ResourceQuotaReturnObject
863
916
  */
864
- reserved?: QuotaDimObject | null;
917
+ 'reserved'?: ResourceQuotaReturnObjectUsed | null;
865
918
  }
919
+ /**
920
+ * @type ResourceQuotaReturnObjectUsed
921
+ * @export
922
+ */
923
+ export type ResourceQuotaReturnObjectUsed = QuotaDimObject;
866
924
  /**
867
925
  *
868
926
  * @export
@@ -874,109 +932,109 @@ export interface ResourceTypeInformation {
874
932
  * @type {boolean}
875
933
  * @memberof ResourceTypeInformation
876
934
  */
877
- isEnabled?: boolean;
935
+ 'isEnabled'?: boolean;
878
936
  /**
879
937
  *
880
938
  * @type {ResourceTypeStatus}
881
939
  * @memberof ResourceTypeInformation
882
940
  */
883
- status?: ResourceTypeStatus;
941
+ 'status'?: ResourceTypeStatus;
884
942
  /**
885
943
  *
886
944
  * @type {boolean}
887
945
  * @memberof ResourceTypeInformation
888
946
  */
889
- canCreate?: boolean;
947
+ 'canCreate'?: boolean;
890
948
  /**
891
949
  *
892
950
  * @type {boolean}
893
951
  * @memberof ResourceTypeInformation
894
952
  */
895
- canRead?: boolean;
953
+ 'canRead'?: boolean;
896
954
  /**
897
955
  *
898
956
  * @type {boolean}
899
957
  * @memberof ResourceTypeInformation
900
958
  */
901
- canSetResourceReadonly?: boolean;
959
+ 'canSetResourceReadonly'?: boolean;
902
960
  /**
903
961
  *
904
962
  * @type {boolean}
905
963
  * @memberof ResourceTypeInformation
906
964
  */
907
- canUpdate?: boolean;
965
+ 'canUpdate'?: boolean;
908
966
  /**
909
967
  *
910
968
  * @type {boolean}
911
969
  * @memberof ResourceTypeInformation
912
970
  */
913
- canUpdateResource?: boolean;
971
+ 'canUpdateResource'?: boolean;
914
972
  /**
915
973
  *
916
974
  * @type {boolean}
917
975
  * @memberof ResourceTypeInformation
918
976
  */
919
- canDelete?: boolean;
977
+ 'canDelete'?: boolean;
920
978
  /**
921
979
  *
922
980
  * @type {boolean}
923
981
  * @memberof ResourceTypeInformation
924
982
  */
925
- canDeleteResource?: boolean;
983
+ 'canDeleteResource'?: boolean;
926
984
  /**
927
985
  *
928
986
  * @type {boolean}
929
987
  * @memberof ResourceTypeInformation
930
988
  */
931
- canList?: boolean;
989
+ 'canList'?: boolean;
932
990
  /**
933
991
  *
934
992
  * @type {boolean}
935
993
  * @memberof ResourceTypeInformation
936
994
  */
937
- canCreateLinks?: boolean;
995
+ 'canCreateLinks'?: boolean;
938
996
  /**
939
997
  *
940
998
  * @type {boolean}
941
999
  * @memberof ResourceTypeInformation
942
1000
  */
943
- isArchived?: boolean;
1001
+ 'isArchived'?: boolean;
944
1002
  /**
945
1003
  *
946
1004
  * @type {boolean}
947
1005
  * @memberof ResourceTypeInformation
948
1006
  */
949
- isQuotaAvailable?: boolean;
1007
+ 'isQuotaAvailable'?: boolean;
950
1008
  /**
951
1009
  *
952
1010
  * @type {boolean}
953
1011
  * @memberof ResourceTypeInformation
954
1012
  */
955
- isQuotaAdjustable?: boolean;
1013
+ 'isQuotaAdjustable'?: boolean;
956
1014
  /**
957
1015
  *
958
1016
  * @type {string}
959
1017
  * @memberof ResourceTypeInformation
960
1018
  */
961
- displayName?: string | null;
1019
+ 'displayName'?: string | null;
962
1020
  /**
963
1021
  *
964
1022
  * @type {string}
965
1023
  * @memberof ResourceTypeInformation
966
1024
  */
967
- id?: string;
1025
+ 'id'?: string;
968
1026
  /**
969
1027
  *
970
1028
  * @type {ResourceCreateObject}
971
1029
  * @memberof ResourceTypeInformation
972
1030
  */
973
- resourceCreate?: ResourceCreateObject;
1031
+ 'resourceCreate'?: ResourceCreateObject;
974
1032
  /**
975
1033
  *
976
1034
  * @type {ResourceContentObject}
977
1035
  * @memberof ResourceTypeInformation
978
1036
  */
979
- resourceContent?: ResourceContentObject;
1037
+ 'resourceContent'?: ResourceContentObject;
980
1038
  }
981
1039
  /**
982
1040
  *
@@ -989,23 +1047,24 @@ export interface ResourceTypeObject {
989
1047
  * @type {string}
990
1048
  * @memberof ResourceTypeObject
991
1049
  */
992
- id?: string;
1050
+ 'id'?: string;
993
1051
  /**
994
1052
  *
995
1053
  * @type {string}
996
1054
  * @memberof ResourceTypeObject
997
1055
  */
998
- displayName?: string | null;
1056
+ 'displayName'?: string | null;
999
1057
  }
1000
1058
  /**
1001
1059
  *
1002
1060
  * @export
1003
1061
  * @enum {string}
1004
1062
  */
1005
- export declare enum ResourceTypeStatus {
1006
- Hidden = "hidden",
1007
- Active = "active"
1008
- }
1063
+ export declare const ResourceTypeStatus: {
1064
+ readonly Hidden: "hidden";
1065
+ readonly Active: "active";
1066
+ };
1067
+ export type ResourceTypeStatus = typeof ResourceTypeStatus[keyof typeof ResourceTypeStatus];
1009
1068
  /**
1010
1069
  *
1011
1070
  * @export
@@ -1017,31 +1076,31 @@ export interface Statistics {
1017
1076
  * @type {number}
1018
1077
  * @memberof Statistics
1019
1078
  */
1020
- job_artifacts_size?: number;
1079
+ 'job_artifacts_size'?: number;
1021
1080
  /**
1022
1081
  *
1023
1082
  * @type {number}
1024
1083
  * @memberof Statistics
1025
1084
  */
1026
- repository_size?: number;
1085
+ 'repository_size'?: number;
1027
1086
  /**
1028
1087
  *
1029
1088
  * @type {number}
1030
1089
  * @memberof Statistics
1031
1090
  */
1032
- commit_count?: number;
1091
+ 'commit_count'?: number;
1033
1092
  /**
1034
1093
  *
1035
1094
  * @type {number}
1036
1095
  * @memberof Statistics
1037
1096
  */
1038
- lfs_objects_size?: number;
1097
+ 'lfs_objects_size'?: number;
1039
1098
  /**
1040
1099
  *
1041
1100
  * @type {number}
1042
1101
  * @memberof Statistics
1043
1102
  */
1044
- storage_size?: number;
1103
+ 'storage_size'?: number;
1045
1104
  }
1046
1105
  /**
1047
1106
  * Parameter object containing the update information.
@@ -1054,7 +1113,7 @@ export interface UpdateResourceObject {
1054
1113
  * @type {number}
1055
1114
  * @memberof UpdateResourceObject
1056
1115
  */
1057
- reservedGiB?: number;
1116
+ 'reservedGiB'?: number;
1058
1117
  }
1059
1118
  /**
1060
1119
  *
@@ -1067,13 +1126,13 @@ export interface VisibilityObject {
1067
1126
  * @type {string}
1068
1127
  * @memberof VisibilityObject
1069
1128
  */
1070
- id?: string;
1129
+ 'id'?: string;
1071
1130
  /**
1072
1131
  *
1073
1132
  * @type {string}
1074
1133
  * @memberof VisibilityObject
1075
1134
  */
1076
- displayName?: string | null;
1135
+ 'displayName'?: string | null;
1077
1136
  }
1078
1137
  /**
1079
1138
  * GitLabApi - axios parameter creator
@@ -1088,7 +1147,7 @@ export declare const GitLabApiAxiosParamCreator: (configuration?: Configuration)
1088
1147
  * @param {*} [options] Override http request option.
1089
1148
  * @throws {RequiredError}
1090
1149
  */
1091
- gitLabGetAllProjects: (domain?: string, accessToken?: string, options?: any) => Promise<RequestArgs>;
1150
+ gitLabGetAllProjects: (domain?: string, accessToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1092
1151
  /**
1093
1152
  *
1094
1153
  * @summary Returns all GitLab branches of a project, that the user is a member of, based on the provided credentials.
@@ -1098,7 +1157,7 @@ export declare const GitLabApiAxiosParamCreator: (configuration?: Configuration)
1098
1157
  * @param {*} [options] Override http request option.
1099
1158
  * @throws {RequiredError}
1100
1159
  */
1101
- gitLabGetBranchesForProject: (projectId: number, domain?: string, accessToken?: string, options?: any) => Promise<RequestArgs>;
1160
+ gitLabGetBranchesForProject: (projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1102
1161
  /**
1103
1162
  *
1104
1163
  * @summary Returns a single GitLab project, that the user is a member of, based on the provided credentials.
@@ -1108,7 +1167,7 @@ export declare const GitLabApiAxiosParamCreator: (configuration?: Configuration)
1108
1167
  * @param {*} [options] Override http request option.
1109
1168
  * @throws {RequiredError}
1110
1169
  */
1111
- gitLabGetProject: (projectId: number, domain?: string, accessToken?: string, options?: any) => Promise<RequestArgs>;
1170
+ gitLabGetProject: (projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1112
1171
  };
1113
1172
  /**
1114
1173
  * GitLabApi - functional programming interface
@@ -1123,7 +1182,7 @@ export declare const GitLabApiFp: (configuration?: Configuration) => {
1123
1182
  * @param {*} [options] Override http request option.
1124
1183
  * @throws {RequiredError}
1125
1184
  */
1126
- gitLabGetAllProjects(domain?: string, accessToken?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Project>>>;
1185
+ gitLabGetAllProjects(domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Project>>>;
1127
1186
  /**
1128
1187
  *
1129
1188
  * @summary Returns all GitLab branches of a project, that the user is a member of, based on the provided credentials.
@@ -1133,7 +1192,7 @@ export declare const GitLabApiFp: (configuration?: Configuration) => {
1133
1192
  * @param {*} [options] Override http request option.
1134
1193
  * @throws {RequiredError}
1135
1194
  */
1136
- gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Branch>>>;
1195
+ gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Branch>>>;
1137
1196
  /**
1138
1197
  *
1139
1198
  * @summary Returns a single GitLab project, that the user is a member of, based on the provided credentials.
@@ -1143,7 +1202,7 @@ export declare const GitLabApiFp: (configuration?: Configuration) => {
1143
1202
  * @param {*} [options] Override http request option.
1144
1203
  * @throws {RequiredError}
1145
1204
  */
1146
- gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Project>>;
1205
+ gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Project>>;
1147
1206
  };
1148
1207
  /**
1149
1208
  * GitLabApi - factory interface
@@ -1196,7 +1255,7 @@ export declare class GitLabApi extends BaseAPI {
1196
1255
  * @throws {RequiredError}
1197
1256
  * @memberof GitLabApi
1198
1257
  */
1199
- gitLabGetAllProjects(domain?: string, accessToken?: string, options?: any): Promise<import("axios").AxiosResponse<Project[]>>;
1258
+ gitLabGetAllProjects(domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Project[]>>;
1200
1259
  /**
1201
1260
  *
1202
1261
  * @summary Returns all GitLab branches of a project, that the user is a member of, based on the provided credentials.
@@ -1207,7 +1266,7 @@ export declare class GitLabApi extends BaseAPI {
1207
1266
  * @throws {RequiredError}
1208
1267
  * @memberof GitLabApi
1209
1268
  */
1210
- gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: any): Promise<import("axios").AxiosResponse<Branch[]>>;
1269
+ gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch[]>>;
1211
1270
  /**
1212
1271
  *
1213
1272
  * @summary Returns a single GitLab project, that the user is a member of, based on the provided credentials.
@@ -1218,7 +1277,7 @@ export declare class GitLabApi extends BaseAPI {
1218
1277
  * @throws {RequiredError}
1219
1278
  * @memberof GitLabApi
1220
1279
  */
1221
- gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: any): Promise<import("axios").AxiosResponse<Project>>;
1280
+ gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Project>>;
1222
1281
  }
1223
1282
  /**
1224
1283
  * ResourceApi - axios parameter creator
@@ -1232,7 +1291,7 @@ export declare const ResourceApiAxiosParamCreator: (configuration?: Configuratio
1232
1291
  * @param {*} [options] Override http request option.
1233
1292
  * @throws {RequiredError}
1234
1293
  */
1235
- resourceDelete: (id: string, options?: any) => Promise<RequestArgs>;
1294
+ resourceDelete: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1236
1295
  /**
1237
1296
  *
1238
1297
  * @summary Returns the resource with a specified id.
@@ -1240,14 +1299,14 @@ export declare const ResourceApiAxiosParamCreator: (configuration?: Configuratio
1240
1299
  * @param {*} [options] Override http request option.
1241
1300
  * @throws {RequiredError}
1242
1301
  */
1243
- resourceGet: (id: string, options?: any) => Promise<RequestArgs>;
1302
+ resourceGet: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1244
1303
  /**
1245
1304
  *
1246
1305
  * @summary Returns a list of all resources the current user has access to.
1247
1306
  * @param {*} [options] Override http request option.
1248
1307
  * @throws {RequiredError}
1249
1308
  */
1250
- resourceIndex: (options?: any) => Promise<RequestArgs>;
1309
+ resourceIndex: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
1251
1310
  /**
1252
1311
  *
1253
1312
  * @summary Returns whether or not the current user is creator of a specified resource.
@@ -1255,7 +1314,7 @@ export declare const ResourceApiAxiosParamCreator: (configuration?: Configuratio
1255
1314
  * @param {*} [options] Override http request option.
1256
1315
  * @throws {RequiredError}
1257
1316
  */
1258
- resourceIsUserResourceCreator: (id: string, options?: any) => Promise<RequestArgs>;
1317
+ resourceIsUserResourceCreator: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1259
1318
  /**
1260
1319
  *
1261
1320
  * @summary Sets a read only status of a given resource.
@@ -1264,7 +1323,7 @@ export declare const ResourceApiAxiosParamCreator: (configuration?: Configuratio
1264
1323
  * @param {*} [options] Override http request option.
1265
1324
  * @throws {RequiredError}
1266
1325
  */
1267
- resourceSetResourceReadonly: (id: string, status?: boolean, options?: any) => Promise<RequestArgs>;
1326
+ resourceSetResourceReadonly: (id: string, status?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1268
1327
  /**
1269
1328
  *
1270
1329
  * @summary Stores the provided resource object in a specified project.
@@ -1273,7 +1332,7 @@ export declare const ResourceApiAxiosParamCreator: (configuration?: Configuratio
1273
1332
  * @param {*} [options] Override http request option.
1274
1333
  * @throws {RequiredError}
1275
1334
  */
1276
- resourceStoreToProject: (projectId: string, resourceObject: ResourceObject, options?: any) => Promise<RequestArgs>;
1335
+ resourceStoreToProject: (projectId: string, resourceObject: ResourceObject, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1277
1336
  /**
1278
1337
  *
1279
1338
  * @summary Updates a resource.
@@ -1282,7 +1341,7 @@ export declare const ResourceApiAxiosParamCreator: (configuration?: Configuratio
1282
1341
  * @param {*} [options] Override http request option.
1283
1342
  * @throws {RequiredError}
1284
1343
  */
1285
- resourceUpdate: (id: string, resourceObject: ResourceObject, options?: any) => Promise<RequestArgs>;
1344
+ resourceUpdate: (id: string, resourceObject: ResourceObject, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1286
1345
  };
1287
1346
  /**
1288
1347
  * ResourceApi - functional programming interface
@@ -1296,7 +1355,7 @@ export declare const ResourceApiFp: (configuration?: Configuration) => {
1296
1355
  * @param {*} [options] Override http request option.
1297
1356
  * @throws {RequiredError}
1298
1357
  */
1299
- resourceDelete(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1358
+ resourceDelete(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1300
1359
  /**
1301
1360
  *
1302
1361
  * @summary Returns the resource with a specified id.
@@ -1304,14 +1363,14 @@ export declare const ResourceApiFp: (configuration?: Configuration) => {
1304
1363
  * @param {*} [options] Override http request option.
1305
1364
  * @throws {RequiredError}
1306
1365
  */
1307
- resourceGet(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1366
+ resourceGet(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1308
1367
  /**
1309
1368
  *
1310
1369
  * @summary Returns a list of all resources the current user has access to.
1311
1370
  * @param {*} [options] Override http request option.
1312
1371
  * @throws {RequiredError}
1313
1372
  */
1314
- resourceIndex(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1373
+ resourceIndex(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1315
1374
  /**
1316
1375
  *
1317
1376
  * @summary Returns whether or not the current user is creator of a specified resource.
@@ -1319,7 +1378,7 @@ export declare const ResourceApiFp: (configuration?: Configuration) => {
1319
1378
  * @param {*} [options] Override http request option.
1320
1379
  * @throws {RequiredError}
1321
1380
  */
1322
- resourceIsUserResourceCreator(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1381
+ resourceIsUserResourceCreator(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1323
1382
  /**
1324
1383
  *
1325
1384
  * @summary Sets a read only status of a given resource.
@@ -1328,7 +1387,7 @@ export declare const ResourceApiFp: (configuration?: Configuration) => {
1328
1387
  * @param {*} [options] Override http request option.
1329
1388
  * @throws {RequiredError}
1330
1389
  */
1331
- resourceSetResourceReadonly(id: string, status?: boolean, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1390
+ resourceSetResourceReadonly(id: string, status?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1332
1391
  /**
1333
1392
  *
1334
1393
  * @summary Stores the provided resource object in a specified project.
@@ -1337,7 +1396,7 @@ export declare const ResourceApiFp: (configuration?: Configuration) => {
1337
1396
  * @param {*} [options] Override http request option.
1338
1397
  * @throws {RequiredError}
1339
1398
  */
1340
- resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1399
+ resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1341
1400
  /**
1342
1401
  *
1343
1402
  * @summary Updates a resource.
@@ -1346,7 +1405,7 @@ export declare const ResourceApiFp: (configuration?: Configuration) => {
1346
1405
  * @param {*} [options] Override http request option.
1347
1406
  * @throws {RequiredError}
1348
1407
  */
1349
- resourceUpdate(id: string, resourceObject: ResourceObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1408
+ resourceUpdate(id: string, resourceObject: ResourceObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1350
1409
  };
1351
1410
  /**
1352
1411
  * ResourceApi - factory interface
@@ -1360,7 +1419,7 @@ export declare const ResourceApiFactory: (configuration?: Configuration, basePat
1360
1419
  * @param {*} [options] Override http request option.
1361
1420
  * @throws {RequiredError}
1362
1421
  */
1363
- resourceDelete(id: string, options?: any): AxiosPromise<any>;
1422
+ resourceDelete(id: string, options?: any): AxiosPromise<File>;
1364
1423
  /**
1365
1424
  *
1366
1425
  * @summary Returns the resource with a specified id.
@@ -1368,14 +1427,14 @@ export declare const ResourceApiFactory: (configuration?: Configuration, basePat
1368
1427
  * @param {*} [options] Override http request option.
1369
1428
  * @throws {RequiredError}
1370
1429
  */
1371
- resourceGet(id: string, options?: any): AxiosPromise<any>;
1430
+ resourceGet(id: string, options?: any): AxiosPromise<File>;
1372
1431
  /**
1373
1432
  *
1374
1433
  * @summary Returns a list of all resources the current user has access to.
1375
1434
  * @param {*} [options] Override http request option.
1376
1435
  * @throws {RequiredError}
1377
1436
  */
1378
- resourceIndex(options?: any): AxiosPromise<any>;
1437
+ resourceIndex(options?: any): AxiosPromise<File>;
1379
1438
  /**
1380
1439
  *
1381
1440
  * @summary Returns whether or not the current user is creator of a specified resource.
@@ -1383,7 +1442,7 @@ export declare const ResourceApiFactory: (configuration?: Configuration, basePat
1383
1442
  * @param {*} [options] Override http request option.
1384
1443
  * @throws {RequiredError}
1385
1444
  */
1386
- resourceIsUserResourceCreator(id: string, options?: any): AxiosPromise<any>;
1445
+ resourceIsUserResourceCreator(id: string, options?: any): AxiosPromise<File>;
1387
1446
  /**
1388
1447
  *
1389
1448
  * @summary Sets a read only status of a given resource.
@@ -1392,7 +1451,7 @@ export declare const ResourceApiFactory: (configuration?: Configuration, basePat
1392
1451
  * @param {*} [options] Override http request option.
1393
1452
  * @throws {RequiredError}
1394
1453
  */
1395
- resourceSetResourceReadonly(id: string, status?: boolean, options?: any): AxiosPromise<any>;
1454
+ resourceSetResourceReadonly(id: string, status?: boolean, options?: any): AxiosPromise<File>;
1396
1455
  /**
1397
1456
  *
1398
1457
  * @summary Stores the provided resource object in a specified project.
@@ -1401,7 +1460,7 @@ export declare const ResourceApiFactory: (configuration?: Configuration, basePat
1401
1460
  * @param {*} [options] Override http request option.
1402
1461
  * @throws {RequiredError}
1403
1462
  */
1404
- resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: any): AxiosPromise<any>;
1463
+ resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: any): AxiosPromise<File>;
1405
1464
  /**
1406
1465
  *
1407
1466
  * @summary Updates a resource.
@@ -1410,7 +1469,7 @@ export declare const ResourceApiFactory: (configuration?: Configuration, basePat
1410
1469
  * @param {*} [options] Override http request option.
1411
1470
  * @throws {RequiredError}
1412
1471
  */
1413
- resourceUpdate(id: string, resourceObject: ResourceObject, options?: any): AxiosPromise<any>;
1472
+ resourceUpdate(id: string, resourceObject: ResourceObject, options?: any): AxiosPromise<File>;
1414
1473
  };
1415
1474
  /**
1416
1475
  * ResourceApi - object-oriented interface
@@ -1427,7 +1486,7 @@ export declare class ResourceApi extends BaseAPI {
1427
1486
  * @throws {RequiredError}
1428
1487
  * @memberof ResourceApi
1429
1488
  */
1430
- resourceDelete(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1489
+ resourceDelete(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1431
1490
  /**
1432
1491
  *
1433
1492
  * @summary Returns the resource with a specified id.
@@ -1436,7 +1495,7 @@ export declare class ResourceApi extends BaseAPI {
1436
1495
  * @throws {RequiredError}
1437
1496
  * @memberof ResourceApi
1438
1497
  */
1439
- resourceGet(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1498
+ resourceGet(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1440
1499
  /**
1441
1500
  *
1442
1501
  * @summary Returns a list of all resources the current user has access to.
@@ -1444,7 +1503,7 @@ export declare class ResourceApi extends BaseAPI {
1444
1503
  * @throws {RequiredError}
1445
1504
  * @memberof ResourceApi
1446
1505
  */
1447
- resourceIndex(options?: any): Promise<import("axios").AxiosResponse<any>>;
1506
+ resourceIndex(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1448
1507
  /**
1449
1508
  *
1450
1509
  * @summary Returns whether or not the current user is creator of a specified resource.
@@ -1453,7 +1512,7 @@ export declare class ResourceApi extends BaseAPI {
1453
1512
  * @throws {RequiredError}
1454
1513
  * @memberof ResourceApi
1455
1514
  */
1456
- resourceIsUserResourceCreator(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
1515
+ resourceIsUserResourceCreator(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1457
1516
  /**
1458
1517
  *
1459
1518
  * @summary Sets a read only status of a given resource.
@@ -1463,7 +1522,7 @@ export declare class ResourceApi extends BaseAPI {
1463
1522
  * @throws {RequiredError}
1464
1523
  * @memberof ResourceApi
1465
1524
  */
1466
- resourceSetResourceReadonly(id: string, status?: boolean, options?: any): Promise<import("axios").AxiosResponse<any>>;
1525
+ resourceSetResourceReadonly(id: string, status?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1467
1526
  /**
1468
1527
  *
1469
1528
  * @summary Stores the provided resource object in a specified project.
@@ -1473,7 +1532,7 @@ export declare class ResourceApi extends BaseAPI {
1473
1532
  * @throws {RequiredError}
1474
1533
  * @memberof ResourceApi
1475
1534
  */
1476
- resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1535
+ resourceStoreToProject(projectId: string, resourceObject: ResourceObject, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1477
1536
  /**
1478
1537
  *
1479
1538
  * @summary Updates a resource.
@@ -1483,7 +1542,7 @@ export declare class ResourceApi extends BaseAPI {
1483
1542
  * @throws {RequiredError}
1484
1543
  * @memberof ResourceApi
1485
1544
  */
1486
- resourceUpdate(id: string, resourceObject: ResourceObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1545
+ resourceUpdate(id: string, resourceObject: ResourceObject, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1487
1546
  }
1488
1547
  /**
1489
1548
  * ResourceQuotaApi - axios parameter creator
@@ -1492,12 +1551,12 @@ export declare class ResourceApi extends BaseAPI {
1492
1551
  export declare const ResourceQuotaApiAxiosParamCreator: (configuration?: Configuration) => {
1493
1552
  /**
1494
1553
  *
1495
- * @summary Retrieves the resource quota for an individual resource.
1554
+ * @summary Retrieves the resource used and reserved quota for an individual resource.
1496
1555
  * @param {string} id Id of the resource.
1497
1556
  * @param {*} [options] Override http request option.
1498
1557
  * @throws {RequiredError}
1499
1558
  */
1500
- resourceQuotaGetResourceQuota: (id: string, options?: any) => Promise<RequestArgs>;
1559
+ resourceQuotaGetResourceQuota: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1501
1560
  /**
1502
1561
  *
1503
1562
  * @summary Updates the resource quota for an individual resource.
@@ -1506,7 +1565,7 @@ export declare const ResourceQuotaApiAxiosParamCreator: (configuration?: Configu
1506
1565
  * @param {*} [options] Override http request option.
1507
1566
  * @throws {RequiredError}
1508
1567
  */
1509
- resourceQuotaUpdateResourceQuota: (id: string, updateResourceObject: UpdateResourceObject, options?: any) => Promise<RequestArgs>;
1568
+ resourceQuotaUpdateResourceQuota: (id: string, updateResourceObject: UpdateResourceObject, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1510
1569
  };
1511
1570
  /**
1512
1571
  * ResourceQuotaApi - functional programming interface
@@ -1515,12 +1574,12 @@ export declare const ResourceQuotaApiAxiosParamCreator: (configuration?: Configu
1515
1574
  export declare const ResourceQuotaApiFp: (configuration?: Configuration) => {
1516
1575
  /**
1517
1576
  *
1518
- * @summary Retrieves the resource quota for an individual resource.
1577
+ * @summary Retrieves the resource used and reserved quota for an individual resource.
1519
1578
  * @param {string} id Id of the resource.
1520
1579
  * @param {*} [options] Override http request option.
1521
1580
  * @throws {RequiredError}
1522
1581
  */
1523
- resourceQuotaGetResourceQuota(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceQuotaReturnObject>>;
1582
+ resourceQuotaGetResourceQuota(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceQuotaReturnObject>>;
1524
1583
  /**
1525
1584
  *
1526
1585
  * @summary Updates the resource quota for an individual resource.
@@ -1529,7 +1588,7 @@ export declare const ResourceQuotaApiFp: (configuration?: Configuration) => {
1529
1588
  * @param {*} [options] Override http request option.
1530
1589
  * @throws {RequiredError}
1531
1590
  */
1532
- resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
1591
+ resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
1533
1592
  };
1534
1593
  /**
1535
1594
  * ResourceQuotaApi - factory interface
@@ -1538,7 +1597,7 @@ export declare const ResourceQuotaApiFp: (configuration?: Configuration) => {
1538
1597
  export declare const ResourceQuotaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1539
1598
  /**
1540
1599
  *
1541
- * @summary Retrieves the resource quota for an individual resource.
1600
+ * @summary Retrieves the resource used and reserved quota for an individual resource.
1542
1601
  * @param {string} id Id of the resource.
1543
1602
  * @param {*} [options] Override http request option.
1544
1603
  * @throws {RequiredError}
@@ -1552,7 +1611,7 @@ export declare const ResourceQuotaApiFactory: (configuration?: Configuration, ba
1552
1611
  * @param {*} [options] Override http request option.
1553
1612
  * @throws {RequiredError}
1554
1613
  */
1555
- resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: any): AxiosPromise<any>;
1614
+ resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: any): AxiosPromise<File>;
1556
1615
  };
1557
1616
  /**
1558
1617
  * ResourceQuotaApi - object-oriented interface
@@ -1563,13 +1622,13 @@ export declare const ResourceQuotaApiFactory: (configuration?: Configuration, ba
1563
1622
  export declare class ResourceQuotaApi extends BaseAPI {
1564
1623
  /**
1565
1624
  *
1566
- * @summary Retrieves the resource quota for an individual resource.
1625
+ * @summary Retrieves the resource used and reserved quota for an individual resource.
1567
1626
  * @param {string} id Id of the resource.
1568
1627
  * @param {*} [options] Override http request option.
1569
1628
  * @throws {RequiredError}
1570
1629
  * @memberof ResourceQuotaApi
1571
1630
  */
1572
- resourceQuotaGetResourceQuota(id: string, options?: any): Promise<import("axios").AxiosResponse<ResourceQuotaReturnObject>>;
1631
+ resourceQuotaGetResourceQuota(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceQuotaReturnObject>>;
1573
1632
  /**
1574
1633
  *
1575
1634
  * @summary Updates the resource quota for an individual resource.
@@ -1579,7 +1638,7 @@ export declare class ResourceQuotaApi extends BaseAPI {
1579
1638
  * @throws {RequiredError}
1580
1639
  * @memberof ResourceQuotaApi
1581
1640
  */
1582
- resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: any): Promise<import("axios").AxiosResponse<any>>;
1641
+ resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: UpdateResourceObject, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<File>>;
1583
1642
  }
1584
1643
  /**
1585
1644
  * ResourceTypeApi - axios parameter creator
@@ -1592,22 +1651,22 @@ export declare const ResourceTypeApiAxiosParamCreator: (configuration?: Configur
1592
1651
  * @param {*} [options] Override http request option.
1593
1652
  * @throws {RequiredError}
1594
1653
  */
1595
- resourceTypeGetEnabledResourceTypes: (options?: any) => Promise<RequestArgs>;
1654
+ resourceTypeGetEnabledResourceTypes: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
1596
1655
  /**
1597
1656
  *
1598
1657
  * @summary Returns all fields of the specified resource type.
1599
- * @param {string} id A guid as a string that identifies the resource.
1658
+ * @param {string} id A GUID as a string that identifies the resource.
1600
1659
  * @param {*} [options] Override http request option.
1601
1660
  * @throws {RequiredError}
1602
1661
  */
1603
- resourceTypeGetResourceType: (id: string, options?: any) => Promise<RequestArgs>;
1662
+ resourceTypeGetResourceType: (id: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
1604
1663
  /**
1605
1664
  *
1606
1665
  * @summary Returns all resource types.
1607
1666
  * @param {*} [options] Override http request option.
1608
1667
  * @throws {RequiredError}
1609
1668
  */
1610
- resourceTypeGetResourceTypes: (options?: any) => Promise<RequestArgs>;
1669
+ resourceTypeGetResourceTypes: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
1611
1670
  };
1612
1671
  /**
1613
1672
  * ResourceTypeApi - functional programming interface
@@ -1620,22 +1679,22 @@ export declare const ResourceTypeApiFp: (configuration?: Configuration) => {
1620
1679
  * @param {*} [options] Override http request option.
1621
1680
  * @throws {RequiredError}
1622
1681
  */
1623
- resourceTypeGetEnabledResourceTypes(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>>;
1682
+ resourceTypeGetEnabledResourceTypes(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>>;
1624
1683
  /**
1625
1684
  *
1626
1685
  * @summary Returns all fields of the specified resource type.
1627
- * @param {string} id A guid as a string that identifies the resource.
1686
+ * @param {string} id A GUID as a string that identifies the resource.
1628
1687
  * @param {*} [options] Override http request option.
1629
1688
  * @throws {RequiredError}
1630
1689
  */
1631
- resourceTypeGetResourceType(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceTypeInformation>>;
1690
+ resourceTypeGetResourceType(id: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceTypeInformation>>;
1632
1691
  /**
1633
1692
  *
1634
1693
  * @summary Returns all resource types.
1635
1694
  * @param {*} [options] Override http request option.
1636
1695
  * @throws {RequiredError}
1637
1696
  */
1638
- resourceTypeGetResourceTypes(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>>;
1697
+ resourceTypeGetResourceTypes(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>>;
1639
1698
  };
1640
1699
  /**
1641
1700
  * ResourceTypeApi - factory interface
@@ -1652,7 +1711,7 @@ export declare const ResourceTypeApiFactory: (configuration?: Configuration, bas
1652
1711
  /**
1653
1712
  *
1654
1713
  * @summary Returns all fields of the specified resource type.
1655
- * @param {string} id A guid as a string that identifies the resource.
1714
+ * @param {string} id A GUID as a string that identifies the resource.
1656
1715
  * @param {*} [options] Override http request option.
1657
1716
  * @throws {RequiredError}
1658
1717
  */
@@ -1679,16 +1738,16 @@ export declare class ResourceTypeApi extends BaseAPI {
1679
1738
  * @throws {RequiredError}
1680
1739
  * @memberof ResourceTypeApi
1681
1740
  */
1682
- resourceTypeGetEnabledResourceTypes(options?: any): Promise<import("axios").AxiosResponse<ResourceTypeInformation[]>>;
1741
+ resourceTypeGetEnabledResourceTypes(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceTypeInformation[]>>;
1683
1742
  /**
1684
1743
  *
1685
1744
  * @summary Returns all fields of the specified resource type.
1686
- * @param {string} id A guid as a string that identifies the resource.
1745
+ * @param {string} id A GUID as a string that identifies the resource.
1687
1746
  * @param {*} [options] Override http request option.
1688
1747
  * @throws {RequiredError}
1689
1748
  * @memberof ResourceTypeApi
1690
1749
  */
1691
- resourceTypeGetResourceType(id: string, options?: any): Promise<import("axios").AxiosResponse<ResourceTypeInformation>>;
1750
+ resourceTypeGetResourceType(id: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceTypeInformation>>;
1692
1751
  /**
1693
1752
  *
1694
1753
  * @summary Returns all resource types.
@@ -1696,5 +1755,5 @@ export declare class ResourceTypeApi extends BaseAPI {
1696
1755
  * @throws {RequiredError}
1697
1756
  * @memberof ResourceTypeApi
1698
1757
  */
1699
- resourceTypeGetResourceTypes(options?: any): Promise<import("axios").AxiosResponse<ResourceTypeInformation[]>>;
1758
+ resourceTypeGetResourceTypes(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ResourceTypeInformation[]>>;
1700
1759
  }