@coscine/api-client 2.6.0 → 2.7.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.
Files changed (53) hide show
  1. package/dist/index.js +232 -1
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.umd.js +232 -0
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/lib/Coscine.Api.Project/api.js +1 -1
  6. package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
  7. package/dist/lib/Coscine.Api.Project/base.js +1 -1
  8. package/dist/lib/Coscine.Api.Project/common.js +1 -1
  9. package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
  10. package/dist/lib/Coscine.Api.Project/index.js +1 -1
  11. package/dist/lib/Coscine.Api.Resources/api.js +281 -2
  12. package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
  13. package/dist/lib/Coscine.Api.Resources/base.js +1 -1
  14. package/dist/lib/Coscine.Api.Resources/common.js +1 -1
  15. package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
  16. package/dist/lib/Coscine.Api.Resources/index.js +1 -1
  17. package/dist/lib/Coscine.Api.Tree/api.js +1 -1
  18. package/dist/lib/Coscine.Api.Tree/base.js +1 -1
  19. package/dist/lib/Coscine.Api.Tree/common.js +1 -1
  20. package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
  21. package/dist/lib/Coscine.Api.Tree/index.js +1 -1
  22. package/dist/lib/Coscine.Api.User/api.js +1 -1
  23. package/dist/lib/Coscine.Api.User/base.js +1 -1
  24. package/dist/lib/Coscine.Api.User/common.js +1 -1
  25. package/dist/lib/Coscine.Api.User/configuration.js +1 -1
  26. package/dist/lib/Coscine.Api.User/index.js +1 -1
  27. package/dist/lib/apis.js +23 -21
  28. package/dist/lib/apis.js.map +1 -1
  29. package/dist/lib/index.js +2 -1
  30. package/dist/lib/index.js.map +1 -1
  31. package/dist/types/Coscine.Api.Project/api.d.ts +31 -1
  32. package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
  33. package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
  34. package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
  35. package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
  36. package/dist/types/Coscine.Api.Resources/api.d.ts +730 -2
  37. package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
  38. package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
  39. package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
  40. package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
  41. package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
  42. package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
  43. package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
  44. package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
  45. package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
  46. package/dist/types/Coscine.Api.User/api.d.ts +1 -1
  47. package/dist/types/Coscine.Api.User/base.d.ts +1 -1
  48. package/dist/types/Coscine.Api.User/common.d.ts +1 -1
  49. package/dist/types/Coscine.Api.User/configuration.d.ts +1 -1
  50. package/dist/types/Coscine.Api.User/index.d.ts +1 -1
  51. package/dist/types/apis.d.ts +5 -0
  52. package/dist/types/index.d.ts +10 -0
  53. 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.0.7
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.0.7
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.0.7
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.0.7
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
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
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
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
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
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.1.0
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.1.0
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.1.0
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.1.0
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.1.0
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).
@@ -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
  };
@@ -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
  };
@@ -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
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coscine/api-client",
3
- "version": "2.6.0",
3
+ "version": "2.7.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
  ]