@coscine/api-client 2.6.0 → 2.8.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/dist/index.js +233 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +233 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Coscine.Api.Organization/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Organization/base.js +1 -1
- package/dist/lib/Coscine.Api.Project/api.js +1 -1
- package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Project/base.js +1 -1
- package/dist/lib/Coscine.Api.Project/common.js +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 +281 -2
- package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Resources/base.js +1 -1
- package/dist/lib/Coscine.Api.Resources/common.js +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.Tree/api.js +1 -1
- package/dist/lib/Coscine.Api.Tree/base.js +1 -1
- package/dist/lib/Coscine.Api.Tree/common.js +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 +1 -1
- package/dist/lib/Coscine.Api.User/base.js +1 -1
- package/dist/lib/Coscine.Api.User/common.js +1 -1
- package/dist/lib/Coscine.Api.User/configuration.js +1 -1
- package/dist/lib/Coscine.Api.User/index.js +1 -1
- package/dist/lib/apis.js +23 -21
- package/dist/lib/apis.js.map +1 -1
- package/dist/lib/index.js +2 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/types/Coscine.Api.Organization/api.d.ts +66 -15
- package/dist/types/Coscine.Api.Project/api.d.ts +31 -1
- package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
- 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 +730 -2
- package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
- 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.Tree/api.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
- 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 +1 -1
- package/dist/types/Coscine.Api.User/base.d.ts +1 -1
- package/dist/types/Coscine.Api.User/common.d.ts +1 -1
- 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 +10 -5
- package/dist/types/index.d.ts +20 -10
- package/package.json +2 -9
|
@@ -2,7 +2,7 @@
|
|
|
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).
|
|
@@ -2,7 +2,7 @@
|
|
|
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).
|
|
@@ -2,7 +2,7 @@
|
|
|
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).
|
|
@@ -2,7 +2,7 @@
|
|
|
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).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.8.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.7
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.8.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.7
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.8.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.7
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.8.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.7
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Tree
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.8.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.7
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.User
|
|
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.2.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.User
|
|
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.2.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.User
|
|
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.2.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.User
|
|
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.2.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.User
|
|
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.2.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/types/apis.d.ts
CHANGED
|
@@ -21,6 +21,11 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
21
21
|
DisciplineApi: {
|
|
22
22
|
disciplineIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").DisciplineObject[]>;
|
|
23
23
|
};
|
|
24
|
+
GitLabApi: {
|
|
25
|
+
gitLabGetAllProjects(domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").Project[]>;
|
|
26
|
+
gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").Branch[]>;
|
|
27
|
+
gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").Project>;
|
|
28
|
+
};
|
|
24
29
|
HomeApi: {
|
|
25
30
|
homeIndex(options?: any): import("axios").AxiosPromise<any>;
|
|
26
31
|
};
|
|
@@ -51,11 +56,11 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
51
56
|
oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
52
57
|
};
|
|
53
58
|
OrganizationApi: {
|
|
54
|
-
organizationGetOrganization(url: string, options?: any): import("axios").AxiosPromise<
|
|
55
|
-
organizationGetROR(filter?: string, options?: any): import("axios").AxiosPromise<
|
|
56
|
-
organizationIndex(member?: number, filter?: string, options?: any): import("axios").AxiosPromise<
|
|
57
|
-
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<
|
|
58
|
-
organizationIsMember2(options?: any): import("axios").AxiosPromise<
|
|
59
|
+
organizationGetOrganization(url: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization/api").WrapperObject>;
|
|
60
|
+
organizationGetROR(filter?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization/api").WrapperObject>;
|
|
61
|
+
organizationIndex(member?: number, filter?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization/api").WrapperObject>;
|
|
62
|
+
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization/api").IsMemberObject>;
|
|
63
|
+
organizationIsMember2(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization/api").WrapperObject>;
|
|
59
64
|
};
|
|
60
65
|
PidApi: {
|
|
61
66
|
pidIsValid(pid: string, options?: any): import("axios").AxiosPromise<any>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -20,6 +20,11 @@ declare const apis: {
|
|
|
20
20
|
DisciplineApi: {
|
|
21
21
|
disciplineIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").DisciplineObject[]>;
|
|
22
22
|
};
|
|
23
|
+
GitLabApi: {
|
|
24
|
+
gitLabGetAllProjects(domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").Project[]>;
|
|
25
|
+
gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").Branch[]>;
|
|
26
|
+
gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").Project>;
|
|
27
|
+
};
|
|
23
28
|
HomeApi: {
|
|
24
29
|
homeIndex(options?: any): import("axios").AxiosPromise<any>;
|
|
25
30
|
};
|
|
@@ -50,11 +55,11 @@ declare const apis: {
|
|
|
50
55
|
oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
51
56
|
};
|
|
52
57
|
OrganizationApi: {
|
|
53
|
-
organizationGetOrganization(url: string, options?: any): import("axios").AxiosPromise<
|
|
54
|
-
organizationGetROR(filter?: string, options?: any): import("axios").AxiosPromise<
|
|
55
|
-
organizationIndex(member?: number, filter?: string, options?: any): import("axios").AxiosPromise<
|
|
56
|
-
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<
|
|
57
|
-
organizationIsMember2(options?: any): import("axios").AxiosPromise<
|
|
58
|
+
organizationGetOrganization(url: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").WrapperObject>;
|
|
59
|
+
organizationGetROR(filter?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").WrapperObject>;
|
|
60
|
+
organizationIndex(member?: number, filter?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").WrapperObject>;
|
|
61
|
+
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").IsMemberObject>;
|
|
62
|
+
organizationIsMember2(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").WrapperObject>;
|
|
58
63
|
};
|
|
59
64
|
PidApi: {
|
|
60
65
|
pidIsValid(pid: string, options?: any): import("axios").AxiosPromise<any>;
|
|
@@ -169,6 +174,11 @@ export declare const ContactChangeApi: {
|
|
|
169
174
|
export declare const DisciplineApi: {
|
|
170
175
|
disciplineIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").DisciplineObject[]>;
|
|
171
176
|
};
|
|
177
|
+
export declare const GitLabApi: {
|
|
178
|
+
gitLabGetAllProjects(domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").Project[]>;
|
|
179
|
+
gitLabGetBranchesForProject(projectId: number, domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").Branch[]>;
|
|
180
|
+
gitLabGetProject(projectId: number, domain?: string, accessToken?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").Project>;
|
|
181
|
+
};
|
|
172
182
|
export declare const HomeApi: {
|
|
173
183
|
homeIndex(options?: any): import("axios").AxiosPromise<any>;
|
|
174
184
|
};
|
|
@@ -199,11 +209,11 @@ export declare const ORCiDApi: {
|
|
|
199
209
|
oRCiDLoginPOST(oRCiDJWT?: string, returnUrl?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
200
210
|
};
|
|
201
211
|
export declare const OrganizationApi: {
|
|
202
|
-
organizationGetOrganization(url: string, options?: any): import("axios").AxiosPromise<
|
|
203
|
-
organizationGetROR(filter?: string, options?: any): import("axios").AxiosPromise<
|
|
204
|
-
organizationIndex(member?: number, filter?: string, options?: any): import("axios").AxiosPromise<
|
|
205
|
-
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<
|
|
206
|
-
organizationIsMember2(options?: any): import("axios").AxiosPromise<
|
|
212
|
+
organizationGetOrganization(url: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").WrapperObject>;
|
|
213
|
+
organizationGetROR(filter?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").WrapperObject>;
|
|
214
|
+
organizationIndex(member?: number, filter?: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").WrapperObject>;
|
|
215
|
+
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").IsMemberObject>;
|
|
216
|
+
organizationIsMember2(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Organization").WrapperObject>;
|
|
207
217
|
};
|
|
208
218
|
export declare const PidApi: {
|
|
209
219
|
pidIsValid(pid: string, options?: any): import("axios").AxiosPromise<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coscine/api-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "This project contains the generated api connection classes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"coscine",
|
|
@@ -57,14 +57,7 @@
|
|
|
57
57
|
"/node_modules/",
|
|
58
58
|
"/test/"
|
|
59
59
|
],
|
|
60
|
-
"coverageThreshold": {
|
|
61
|
-
"global": {
|
|
62
|
-
"branches": 90,
|
|
63
|
-
"functions": 95,
|
|
64
|
-
"lines": 95,
|
|
65
|
-
"statements": 95
|
|
66
|
-
}
|
|
67
|
-
},
|
|
60
|
+
"coverageThreshold": {},
|
|
68
61
|
"collectCoverageFrom": [
|
|
69
62
|
"src/*.{js,ts}"
|
|
70
63
|
]
|