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