gopadjs 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/RELEASE +1 -1
- package/.github/renovate.json +1 -1
- package/.github/workflows/automerge.yml +1 -0
- package/.openapi-generator/FILES +18 -10
- package/CHANGELOG.md +21 -0
- package/README.md +2 -2
- package/api/auth-api.ts +179 -114
- package/api/{team-api.ts → group-api.ts} +466 -472
- package/api/profile-api.ts +33 -18
- package/api/user-api.ts +220 -236
- package/api.ts +1 -1
- package/flake.lock +93 -19
- package/flake.nix +46 -23
- package/hack/openapi/templates/gitignore +7 -5
- package/model/create-group-request.ts +33 -0
- package/model/create-user-request.ts +57 -0
- package/model/delete-group-from-user-request.ts +27 -0
- package/model/delete-user-from-group-request.ts +27 -0
- package/model/{team.ts → group.ts} +8 -18
- package/model/index.ts +17 -9
- package/model/list-group-users200-response.ts +58 -0
- package/model/{team-users.ts → list-groups200-response.ts} +18 -15
- package/model/{teams.ts → list-providers200-response.ts} +9 -9
- package/model/{user-teams.ts → list-user-groups200-response.ts} +24 -12
- package/model/{users.ts → list-users200-response.ts} +19 -7
- package/model/{auth-login.ts → login-auth-request.ts} +4 -4
- package/model/{team-user-params.ts → permit-group-user-request.ts} +6 -15
- package/model/{user-team-params.ts → permit-user-group-request.ts} +7 -16
- package/model/profile.ts +3 -3
- package/model/provider.ts +45 -0
- package/model/update-profile-request.ts +45 -0
- package/model/update-user-request.ts +57 -0
- package/model/{user-team.ts → user-group.ts} +19 -19
- package/model/user.ts +0 -9
- package/openapi.yml +1 -1
- package/package.json +1 -1
package/api.ts
CHANGED
package/flake.lock
CHANGED
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"nixpkgs": "nixpkgs"
|
|
15
15
|
},
|
|
16
16
|
"locked": {
|
|
17
|
-
"lastModified":
|
|
18
|
-
"narHash": "sha256-
|
|
17
|
+
"lastModified": 1737621947,
|
|
18
|
+
"narHash": "sha256-8HFvG7fvIFbgtaYAY2628Tb89fA55nPm2jSiNs0/Cws=",
|
|
19
19
|
"owner": "cachix",
|
|
20
20
|
"repo": "cachix",
|
|
21
|
-
"rev": "
|
|
21
|
+
"rev": "f65a3cd5e339c223471e64c051434616e18cc4f5",
|
|
22
22
|
"type": "github"
|
|
23
23
|
},
|
|
24
24
|
"original": {
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"nixpkgs": "nixpkgs_3"
|
|
38
38
|
},
|
|
39
39
|
"locked": {
|
|
40
|
-
"lastModified":
|
|
41
|
-
"narHash": "sha256-
|
|
40
|
+
"lastModified": 1739444039,
|
|
41
|
+
"narHash": "sha256-J7PLowc4pCdEkXEWtm72bC6gNNlT7sgNAq5YMZmvvkg=",
|
|
42
42
|
"owner": "cachix",
|
|
43
43
|
"repo": "devenv",
|
|
44
|
-
"rev": "
|
|
44
|
+
"rev": "1235cd13f47df6ad19c8a183c6eabc1facb7c399",
|
|
45
45
|
"type": "github"
|
|
46
46
|
},
|
|
47
47
|
"original": {
|
|
@@ -51,6 +51,22 @@
|
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
53
|
"flake-compat": {
|
|
54
|
+
"flake": false,
|
|
55
|
+
"locked": {
|
|
56
|
+
"lastModified": 1733328505,
|
|
57
|
+
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
|
|
58
|
+
"owner": "edolstra",
|
|
59
|
+
"repo": "flake-compat",
|
|
60
|
+
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
|
|
61
|
+
"type": "github"
|
|
62
|
+
},
|
|
63
|
+
"original": {
|
|
64
|
+
"owner": "edolstra",
|
|
65
|
+
"repo": "flake-compat",
|
|
66
|
+
"type": "github"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"flake-compat_2": {
|
|
54
70
|
"flake": false,
|
|
55
71
|
"locked": {
|
|
56
72
|
"lastModified": 1696426674,
|
|
@@ -118,11 +134,31 @@
|
|
|
118
134
|
]
|
|
119
135
|
},
|
|
120
136
|
"locked": {
|
|
121
|
-
"lastModified":
|
|
122
|
-
"narHash": "sha256-
|
|
137
|
+
"lastModified": 1737465171,
|
|
138
|
+
"narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=",
|
|
123
139
|
"owner": "cachix",
|
|
124
140
|
"repo": "git-hooks.nix",
|
|
125
|
-
"rev": "
|
|
141
|
+
"rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
|
|
142
|
+
"type": "github"
|
|
143
|
+
},
|
|
144
|
+
"original": {
|
|
145
|
+
"owner": "cachix",
|
|
146
|
+
"repo": "git-hooks.nix",
|
|
147
|
+
"type": "github"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"git-hooks_2": {
|
|
151
|
+
"inputs": {
|
|
152
|
+
"flake-compat": "flake-compat_2",
|
|
153
|
+
"gitignore": "gitignore_2",
|
|
154
|
+
"nixpkgs": "nixpkgs_4"
|
|
155
|
+
},
|
|
156
|
+
"locked": {
|
|
157
|
+
"lastModified": 1737465171,
|
|
158
|
+
"narHash": "sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg=",
|
|
159
|
+
"owner": "cachix",
|
|
160
|
+
"repo": "git-hooks.nix",
|
|
161
|
+
"rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17",
|
|
126
162
|
"type": "github"
|
|
127
163
|
},
|
|
128
164
|
"original": {
|
|
@@ -153,6 +189,27 @@
|
|
|
153
189
|
"type": "github"
|
|
154
190
|
}
|
|
155
191
|
},
|
|
192
|
+
"gitignore_2": {
|
|
193
|
+
"inputs": {
|
|
194
|
+
"nixpkgs": [
|
|
195
|
+
"git-hooks",
|
|
196
|
+
"nixpkgs"
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
"locked": {
|
|
200
|
+
"lastModified": 1709087332,
|
|
201
|
+
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
|
|
202
|
+
"owner": "hercules-ci",
|
|
203
|
+
"repo": "gitignore.nix",
|
|
204
|
+
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
|
|
205
|
+
"type": "github"
|
|
206
|
+
},
|
|
207
|
+
"original": {
|
|
208
|
+
"owner": "hercules-ci",
|
|
209
|
+
"repo": "gitignore.nix",
|
|
210
|
+
"type": "github"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
156
213
|
"libgit2": {
|
|
157
214
|
"flake": false,
|
|
158
215
|
"locked": {
|
|
@@ -204,11 +261,11 @@
|
|
|
204
261
|
},
|
|
205
262
|
"nixpkgs": {
|
|
206
263
|
"locked": {
|
|
207
|
-
"lastModified":
|
|
208
|
-
"narHash": "sha256-
|
|
264
|
+
"lastModified": 1733212471,
|
|
265
|
+
"narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=",
|
|
209
266
|
"owner": "NixOS",
|
|
210
267
|
"repo": "nixpkgs",
|
|
211
|
-
"rev": "
|
|
268
|
+
"rev": "55d15ad12a74eb7d4646254e13638ad0c4128776",
|
|
212
269
|
"type": "github"
|
|
213
270
|
},
|
|
214
271
|
"original": {
|
|
@@ -248,11 +305,11 @@
|
|
|
248
305
|
},
|
|
249
306
|
"nixpkgs_3": {
|
|
250
307
|
"locked": {
|
|
251
|
-
"lastModified":
|
|
252
|
-
"narHash": "sha256-
|
|
308
|
+
"lastModified": 1733477122,
|
|
309
|
+
"narHash": "sha256-qamMCz5mNpQmgBwc8SB5tVMlD5sbwVIToVZtSxMph9s=",
|
|
253
310
|
"owner": "cachix",
|
|
254
311
|
"repo": "devenv-nixpkgs",
|
|
255
|
-
"rev": "
|
|
312
|
+
"rev": "7bd9e84d0452f6d2e63b6e6da29fe73fac951857",
|
|
256
313
|
"type": "github"
|
|
257
314
|
},
|
|
258
315
|
"original": {
|
|
@@ -264,11 +321,27 @@
|
|
|
264
321
|
},
|
|
265
322
|
"nixpkgs_4": {
|
|
266
323
|
"locked": {
|
|
267
|
-
"lastModified":
|
|
268
|
-
"narHash": "sha256-
|
|
324
|
+
"lastModified": 1730768919,
|
|
325
|
+
"narHash": "sha256-8AKquNnnSaJRXZxc5YmF/WfmxiHX6MMZZasRP6RRQkE=",
|
|
326
|
+
"owner": "NixOS",
|
|
327
|
+
"repo": "nixpkgs",
|
|
328
|
+
"rev": "a04d33c0c3f1a59a2c1cb0c6e34cd24500e5a1dc",
|
|
329
|
+
"type": "github"
|
|
330
|
+
},
|
|
331
|
+
"original": {
|
|
332
|
+
"owner": "NixOS",
|
|
333
|
+
"ref": "nixpkgs-unstable",
|
|
334
|
+
"repo": "nixpkgs",
|
|
335
|
+
"type": "github"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"nixpkgs_5": {
|
|
339
|
+
"locked": {
|
|
340
|
+
"lastModified": 1739580444,
|
|
341
|
+
"narHash": "sha256-+/bSz4EAVbqz8/HsIGLroF8aNaO8bLRL7WfACN+24g4=",
|
|
269
342
|
"owner": "NixOS",
|
|
270
343
|
"repo": "nixpkgs",
|
|
271
|
-
"rev": "
|
|
344
|
+
"rev": "8bb37161a0488b89830168b81c48aed11569cb93",
|
|
272
345
|
"type": "github"
|
|
273
346
|
},
|
|
274
347
|
"original": {
|
|
@@ -282,7 +355,8 @@
|
|
|
282
355
|
"inputs": {
|
|
283
356
|
"devenv": "devenv",
|
|
284
357
|
"flake-parts": "flake-parts_2",
|
|
285
|
-
"
|
|
358
|
+
"git-hooks": "git-hooks_2",
|
|
359
|
+
"nixpkgs": "nixpkgs_5"
|
|
286
360
|
}
|
|
287
361
|
}
|
|
288
362
|
},
|
package/flake.nix
CHANGED
|
@@ -13,9 +13,14 @@
|
|
|
13
13
|
flake-parts = {
|
|
14
14
|
url = "github:hercules-ci/flake-parts";
|
|
15
15
|
};
|
|
16
|
+
|
|
17
|
+
git-hooks = {
|
|
18
|
+
url = "github:cachix/git-hooks.nix";
|
|
19
|
+
};
|
|
16
20
|
};
|
|
17
21
|
|
|
18
|
-
outputs =
|
|
22
|
+
outputs =
|
|
23
|
+
inputs@{ flake-parts, ... }:
|
|
19
24
|
flake-parts.lib.mkFlake { inherit inputs; } {
|
|
20
25
|
imports = [
|
|
21
26
|
inputs.devenv.flakeModule
|
|
@@ -28,32 +33,50 @@
|
|
|
28
33
|
"aarch64-darwin"
|
|
29
34
|
];
|
|
30
35
|
|
|
31
|
-
perSystem =
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
enable = true;
|
|
47
|
-
package = pkgs.nodejs_20;
|
|
48
|
-
};
|
|
36
|
+
perSystem =
|
|
37
|
+
{
|
|
38
|
+
config,
|
|
39
|
+
self',
|
|
40
|
+
inputs',
|
|
41
|
+
pkgs,
|
|
42
|
+
system,
|
|
43
|
+
...
|
|
44
|
+
}:
|
|
45
|
+
{
|
|
46
|
+
imports = [
|
|
47
|
+
{
|
|
48
|
+
_module.args.pkgs = import inputs.nixpkgs {
|
|
49
|
+
inherit system;
|
|
50
|
+
config.allowUnfree = true;
|
|
49
51
|
};
|
|
52
|
+
}
|
|
53
|
+
];
|
|
50
54
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
55
|
+
devenv = {
|
|
56
|
+
shells = {
|
|
57
|
+
default = {
|
|
58
|
+
git-hooks = {
|
|
59
|
+
hooks = {
|
|
60
|
+
nixfmt-rfc-style = {
|
|
61
|
+
enable = true;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
languages = {
|
|
67
|
+
javascript = {
|
|
68
|
+
enable = true;
|
|
69
|
+
package = pkgs.nodejs_20;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
packages = with pkgs; [
|
|
74
|
+
nixfmt-rfc-style
|
|
75
|
+
openapi-generator-cli
|
|
76
|
+
];
|
|
77
|
+
};
|
|
54
78
|
};
|
|
55
79
|
};
|
|
56
80
|
};
|
|
57
|
-
};
|
|
58
81
|
};
|
|
59
82
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Gopad OpenAPI
|
|
5
|
+
* API definition for Gopad, Etherpad for markdown with go
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0-alpha1
|
|
8
|
+
* Contact: gopad@webhippie.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface CreateGroupRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface CreateGroupRequest {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof CreateGroupRequest
|
|
25
|
+
*/
|
|
26
|
+
slug?: string | null;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof CreateGroupRequest
|
|
31
|
+
*/
|
|
32
|
+
name?: string | null;
|
|
33
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Gopad OpenAPI
|
|
5
|
+
* API definition for Gopad, Etherpad for markdown with go
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0-alpha1
|
|
8
|
+
* Contact: gopad@webhippie.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface CreateUserRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface CreateUserRequest {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof CreateUserRequest
|
|
25
|
+
*/
|
|
26
|
+
username?: string | null;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof CreateUserRequest
|
|
31
|
+
*/
|
|
32
|
+
password?: string | null;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof CreateUserRequest
|
|
37
|
+
*/
|
|
38
|
+
email?: string | null;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof CreateUserRequest
|
|
43
|
+
*/
|
|
44
|
+
fullname?: string | null;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @type {boolean}
|
|
48
|
+
* @memberof CreateUserRequest
|
|
49
|
+
*/
|
|
50
|
+
admin?: boolean | null;
|
|
51
|
+
/**
|
|
52
|
+
*
|
|
53
|
+
* @type {boolean}
|
|
54
|
+
* @memberof CreateUserRequest
|
|
55
|
+
*/
|
|
56
|
+
active?: boolean | null;
|
|
57
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Gopad OpenAPI
|
|
5
|
+
* API definition for Gopad, Etherpad for markdown with go
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0-alpha1
|
|
8
|
+
* Contact: gopad@webhippie.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DeleteGroupFromUserRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface DeleteGroupFromUserRequest {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof DeleteGroupFromUserRequest
|
|
25
|
+
*/
|
|
26
|
+
user: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Gopad OpenAPI
|
|
5
|
+
* API definition for Gopad, Etherpad for markdown with go
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0-alpha1
|
|
8
|
+
* Contact: gopad@webhippie.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface DeleteUserFromGroupRequest
|
|
19
|
+
*/
|
|
20
|
+
export interface DeleteUserFromGroupRequest {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof DeleteUserFromGroupRequest
|
|
25
|
+
*/
|
|
26
|
+
group: string;
|
|
27
|
+
}
|
|
@@ -12,50 +12,40 @@
|
|
|
12
12
|
* Do not edit the class manually.
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
// May contain unused imports in some cases
|
|
16
|
-
// @ts-ignore
|
|
17
|
-
import type { UserTeam } from "./user-team";
|
|
18
|
-
|
|
19
15
|
/**
|
|
20
|
-
* Model to represent
|
|
16
|
+
* Model to represent group
|
|
21
17
|
* @export
|
|
22
|
-
* @interface
|
|
18
|
+
* @interface Group
|
|
23
19
|
*/
|
|
24
|
-
export interface
|
|
20
|
+
export interface Group {
|
|
25
21
|
/**
|
|
26
22
|
*
|
|
27
23
|
* @type {string}
|
|
28
|
-
* @memberof
|
|
24
|
+
* @memberof Group
|
|
29
25
|
*/
|
|
30
26
|
id?: string;
|
|
31
27
|
/**
|
|
32
28
|
*
|
|
33
29
|
* @type {string}
|
|
34
|
-
* @memberof
|
|
30
|
+
* @memberof Group
|
|
35
31
|
*/
|
|
36
32
|
slug?: string | null;
|
|
37
33
|
/**
|
|
38
34
|
*
|
|
39
35
|
* @type {string}
|
|
40
|
-
* @memberof
|
|
36
|
+
* @memberof Group
|
|
41
37
|
*/
|
|
42
38
|
name?: string | null;
|
|
43
39
|
/**
|
|
44
40
|
*
|
|
45
41
|
* @type {string}
|
|
46
|
-
* @memberof
|
|
42
|
+
* @memberof Group
|
|
47
43
|
*/
|
|
48
44
|
created_at?: string;
|
|
49
45
|
/**
|
|
50
46
|
*
|
|
51
47
|
* @type {string}
|
|
52
|
-
* @memberof
|
|
48
|
+
* @memberof Group
|
|
53
49
|
*/
|
|
54
50
|
updated_at?: string;
|
|
55
|
-
/**
|
|
56
|
-
*
|
|
57
|
-
* @type {Array<UserTeam>}
|
|
58
|
-
* @memberof Team
|
|
59
|
-
*/
|
|
60
|
-
users?: Array<UserTeam> | null;
|
|
61
51
|
}
|
package/model/index.ts
CHANGED
|
@@ -1,16 +1,24 @@
|
|
|
1
|
-
export * from "./auth-login";
|
|
2
1
|
export * from "./auth-token";
|
|
3
2
|
export * from "./auth-verify";
|
|
3
|
+
export * from "./create-group-request";
|
|
4
|
+
export * from "./create-user-request";
|
|
5
|
+
export * from "./delete-group-from-user-request";
|
|
6
|
+
export * from "./delete-user-from-group-request";
|
|
7
|
+
export * from "./group";
|
|
8
|
+
export * from "./list-group-users200-response";
|
|
9
|
+
export * from "./list-groups200-response";
|
|
10
|
+
export * from "./list-providers200-response";
|
|
11
|
+
export * from "./list-user-groups200-response";
|
|
12
|
+
export * from "./list-users200-response";
|
|
13
|
+
export * from "./login-auth-request";
|
|
4
14
|
export * from "./notification";
|
|
15
|
+
export * from "./permit-group-user-request";
|
|
16
|
+
export * from "./permit-user-group-request";
|
|
5
17
|
export * from "./profile";
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./
|
|
8
|
-
export * from "./
|
|
9
|
-
export * from "./teams";
|
|
18
|
+
export * from "./provider";
|
|
19
|
+
export * from "./update-profile-request";
|
|
20
|
+
export * from "./update-user-request";
|
|
10
21
|
export * from "./user";
|
|
11
22
|
export * from "./user-auth";
|
|
12
|
-
export * from "./user-
|
|
13
|
-
export * from "./user-team-params";
|
|
14
|
-
export * from "./user-teams";
|
|
15
|
-
export * from "./users";
|
|
23
|
+
export * from "./user-group";
|
|
16
24
|
export * from "./validation";
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Gopad OpenAPI
|
|
5
|
+
* API definition for Gopad, Etherpad for markdown with go
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0-alpha1
|
|
8
|
+
* Contact: gopad@webhippie.de
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
// May contain unused imports in some cases
|
|
16
|
+
// @ts-ignore
|
|
17
|
+
import type { Group } from "./group";
|
|
18
|
+
// May contain unused imports in some cases
|
|
19
|
+
// @ts-ignore
|
|
20
|
+
import type { UserGroup } from "./user-group";
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
* @interface ListGroupUsers200Response
|
|
26
|
+
*/
|
|
27
|
+
export interface ListGroupUsers200Response {
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ListGroupUsers200Response
|
|
32
|
+
*/
|
|
33
|
+
total: number;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListGroupUsers200Response
|
|
38
|
+
*/
|
|
39
|
+
limit: number;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {number}
|
|
43
|
+
* @memberof ListGroupUsers200Response
|
|
44
|
+
*/
|
|
45
|
+
offset: number;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {Group}
|
|
49
|
+
* @memberof ListGroupUsers200Response
|
|
50
|
+
*/
|
|
51
|
+
group?: Group;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {Array<UserGroup>}
|
|
55
|
+
* @memberof ListGroupUsers200Response
|
|
56
|
+
*/
|
|
57
|
+
users: Array<UserGroup>;
|
|
58
|
+
}
|
|
@@ -14,33 +14,36 @@
|
|
|
14
14
|
|
|
15
15
|
// May contain unused imports in some cases
|
|
16
16
|
// @ts-ignore
|
|
17
|
-
import type {
|
|
18
|
-
// May contain unused imports in some cases
|
|
19
|
-
// @ts-ignore
|
|
20
|
-
import type { UserTeam } from "./user-team";
|
|
17
|
+
import type { Group } from "./group";
|
|
21
18
|
|
|
22
19
|
/**
|
|
23
|
-
*
|
|
20
|
+
*
|
|
24
21
|
* @export
|
|
25
|
-
* @interface
|
|
22
|
+
* @interface ListGroups200Response
|
|
26
23
|
*/
|
|
27
|
-
export interface
|
|
24
|
+
export interface ListGroups200Response {
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ListGroups200Response
|
|
29
|
+
*/
|
|
30
|
+
total: number;
|
|
28
31
|
/**
|
|
29
32
|
*
|
|
30
|
-
* @type {
|
|
31
|
-
* @memberof
|
|
33
|
+
* @type {number}
|
|
34
|
+
* @memberof ListGroups200Response
|
|
32
35
|
*/
|
|
33
|
-
|
|
36
|
+
limit: number;
|
|
34
37
|
/**
|
|
35
38
|
*
|
|
36
39
|
* @type {number}
|
|
37
|
-
* @memberof
|
|
40
|
+
* @memberof ListGroups200Response
|
|
38
41
|
*/
|
|
39
|
-
|
|
42
|
+
offset: number;
|
|
40
43
|
/**
|
|
41
44
|
*
|
|
42
|
-
* @type {Array<
|
|
43
|
-
* @memberof
|
|
45
|
+
* @type {Array<Group>}
|
|
46
|
+
* @memberof ListGroups200Response
|
|
44
47
|
*/
|
|
45
|
-
|
|
48
|
+
groups: Array<Group>;
|
|
46
49
|
}
|
|
@@ -14,24 +14,24 @@
|
|
|
14
14
|
|
|
15
15
|
// May contain unused imports in some cases
|
|
16
16
|
// @ts-ignore
|
|
17
|
-
import type {
|
|
17
|
+
import type { Provider } from "./provider";
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
*
|
|
21
21
|
* @export
|
|
22
|
-
* @interface
|
|
22
|
+
* @interface ListProviders200Response
|
|
23
23
|
*/
|
|
24
|
-
export interface
|
|
24
|
+
export interface ListProviders200Response {
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {number}
|
|
28
|
-
* @memberof
|
|
28
|
+
* @memberof ListProviders200Response
|
|
29
29
|
*/
|
|
30
|
-
total
|
|
30
|
+
total: number;
|
|
31
31
|
/**
|
|
32
32
|
*
|
|
33
|
-
* @type {Array<
|
|
34
|
-
* @memberof
|
|
33
|
+
* @type {Array<Provider>}
|
|
34
|
+
* @memberof ListProviders200Response
|
|
35
35
|
*/
|
|
36
|
-
|
|
36
|
+
providers: Array<Provider>;
|
|
37
37
|
}
|