@coscine/api-client 2.9.2 → 2.10.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 +125 -30
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +125 -30
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/api.js +1 -1
- package/dist/lib/Coscine.Api.Admin/base.js +2 -2
- package/dist/lib/Coscine.Api.Admin/common.js +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 +1 -1
- package/dist/lib/Coscine.Api.Blob/base.js +2 -2
- package/dist/lib/Coscine.Api.Blob/common.js +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/base.js +1 -1
- package/dist/lib/Coscine.Api.Notices/base.js +1 -1
- package/dist/lib/Coscine.Api.Organization/api.js +1 -1
- package/dist/lib/Coscine.Api.Organization/base.js +2 -2
- package/dist/lib/Coscine.Api.Organization/common.js +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 +1 -1
- package/dist/lib/Coscine.Api.Pid/base.js +2 -2
- package/dist/lib/Coscine.Api.Pid/common.js +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 +9 -5
- package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Project/base.js +2 -2
- 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 +78 -13
- package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Resources/base.js +2 -2
- 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.STS/base.js +1 -1
- package/dist/lib/Coscine.Api.Search/api.js +49 -9
- package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Search/base.js +1 -1
- package/dist/lib/Coscine.Api.Search/common.js +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/base.js +1 -1
- package/dist/lib/Coscine.Api.Tree/api.js +1 -1
- package/dist/lib/Coscine.Api.Tree/base.js +2 -2
- 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 +2 -2
- 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/types/Coscine.Api.Admin/api.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
- 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 +1 -1
- package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
- 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.Organization/api.d.ts +1 -1
- package/dist/types/Coscine.Api.Organization/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Organization/common.d.ts +1 -1
- 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 +1 -1
- package/dist/types/Coscine.Api.Pid/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Pid/common.d.ts +1 -1
- 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 +9 -5
- 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 +46 -13
- 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.Search/api.d.ts +38 -6
- package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
- 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.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 +2 -1
- package/dist/types/index.d.ts +4 -2
- package/package.json +1 -1
- package/dist/lib/Coscine.Api.ActivatedFeatures/api.js +0 -470
- package/dist/lib/Coscine.Api.ActivatedFeatures/api.js.map +0 -1
- package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +0 -65
- package/dist/lib/Coscine.Api.ActivatedFeatures/base.js.map +0 -1
- package/dist/lib/Coscine.Api.ActivatedFeatures/common.js +0 -153
- package/dist/lib/Coscine.Api.ActivatedFeatures/common.js.map +0 -1
- package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js +0 -43
- package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js.map +0 -1
- package/dist/lib/Coscine.Api.ActivatedFeatures/index.js +0 -32
- package/dist/lib/Coscine.Api.ActivatedFeatures/index.js.map +0 -1
- package/dist/types/Coscine.Api.ActivatedFeatures/api.d.ts +0 -279
- package/dist/types/Coscine.Api.ActivatedFeatures/base.d.ts +0 -55
- package/dist/types/Coscine.Api.ActivatedFeatures/common.d.ts +0 -65
- package/dist/types/Coscine.Api.ActivatedFeatures/configuration.d.ts +0 -83
- package/dist/types/Coscine.Api.ActivatedFeatures/index.d.ts +0 -13
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Tree
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.
|
|
8
|
+
* The version of the OpenAPI document: 2.9.4
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Tree
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.
|
|
8
|
+
* The version of the OpenAPI document: 2.9.4
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.Tree
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 2.
|
|
8
|
+
* The version of the OpenAPI document: 2.9.4
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.2.
|
|
8
|
+
* The version of the OpenAPI document: 3.2.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.2.
|
|
8
|
+
* The version of the OpenAPI document: 3.2.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -20,7 +20,7 @@ exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.B
|
|
|
20
20
|
// Some imports not used depending on template conditions
|
|
21
21
|
// @ts-ignore
|
|
22
22
|
const axios_1 = __importDefault(require("axios"));
|
|
23
|
-
exports.BASE_PATH = "https://d-
|
|
23
|
+
exports.BASE_PATH = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.User".replace(/\/+$/, "");
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @export
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.2.
|
|
8
|
+
* The version of the OpenAPI document: 3.2.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.2.
|
|
8
|
+
* The version of the OpenAPI document: 3.2.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Coscine.Api.User
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.2.
|
|
8
|
+
* The version of the OpenAPI document: 3.2.1
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Admin
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 3.0.3
|
|
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.Admin
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 3.0.3
|
|
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.Admin
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 3.0.3
|
|
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.Admin
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 3.0.3
|
|
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.Admin
|
|
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.
|
|
5
|
+
* The version of the OpenAPI document: 3.0.3
|
|
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.Blob
|
|
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.2
|
|
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.Blob
|
|
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.2
|
|
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.Blob
|
|
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.2
|
|
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.Blob
|
|
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.2
|
|
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.Blob
|
|
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.2
|
|
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.Organization
|
|
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.1
|
|
5
|
+
* The version of the OpenAPI document: 2.2.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.Organization
|
|
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.1
|
|
5
|
+
* The version of the OpenAPI document: 2.2.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.Organization
|
|
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.1
|
|
5
|
+
* The version of the OpenAPI document: 2.2.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.Organization
|
|
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.1
|
|
5
|
+
* The version of the OpenAPI document: 2.2.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.Organization
|
|
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.1
|
|
5
|
+
* The version of the OpenAPI document: 2.2.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.Pid
|
|
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.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.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.Pid
|
|
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.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.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.Pid
|
|
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.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.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.Pid
|
|
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.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.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.Pid
|
|
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.4.
|
|
5
|
+
* The version of the OpenAPI document: 2.4.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.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -882,7 +882,7 @@ export declare class LicenseApi extends BaseAPI {
|
|
|
882
882
|
export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
883
883
|
/**
|
|
884
884
|
*
|
|
885
|
-
* @summary
|
|
885
|
+
* @summary Creation of an Application Profile.
|
|
886
886
|
* @param {string} projectId Project id of the project
|
|
887
887
|
* @param {*} [options] Override http request option.
|
|
888
888
|
* @throws {RequiredError}
|
|
@@ -991,7 +991,7 @@ export declare const ProjectApiAxiosParamCreator: (configuration?: Configuration
|
|
|
991
991
|
export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
992
992
|
/**
|
|
993
993
|
*
|
|
994
|
-
* @summary
|
|
994
|
+
* @summary Creation of an Application Profile.
|
|
995
995
|
* @param {string} projectId Project id of the project
|
|
996
996
|
* @param {*} [options] Override http request option.
|
|
997
997
|
* @throws {RequiredError}
|
|
@@ -1100,7 +1100,7 @@ export declare const ProjectApiFp: (configuration?: Configuration) => {
|
|
|
1100
1100
|
export declare const ProjectApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1101
1101
|
/**
|
|
1102
1102
|
*
|
|
1103
|
-
* @summary
|
|
1103
|
+
* @summary Creation of an Application Profile.
|
|
1104
1104
|
* @param {string} projectId Project id of the project
|
|
1105
1105
|
* @param {*} [options] Override http request option.
|
|
1106
1106
|
* @throws {RequiredError}
|
|
@@ -1211,7 +1211,7 @@ export declare const ProjectApiFactory: (configuration?: Configuration, basePath
|
|
|
1211
1211
|
export declare class ProjectApi extends BaseAPI {
|
|
1212
1212
|
/**
|
|
1213
1213
|
*
|
|
1214
|
-
* @summary
|
|
1214
|
+
* @summary Creation of an Application Profile.
|
|
1215
1215
|
* @param {string} projectId Project id of the project
|
|
1216
1216
|
* @param {*} [options] Override http request option.
|
|
1217
1217
|
* @throws {RequiredError}
|
|
@@ -1735,6 +1735,7 @@ export declare const SubProjectApiAxiosParamCreator: (configuration?: Configurat
|
|
|
1735
1735
|
* @summary This method retrieves the accessible Parent
|
|
1736
1736
|
* @param {string} childId Id of the child
|
|
1737
1737
|
* @param {*} [options] Override http request option.
|
|
1738
|
+
* @deprecated
|
|
1738
1739
|
* @throws {RequiredError}
|
|
1739
1740
|
*/
|
|
1740
1741
|
subProjectGetAccessibleParent: (childId: string, options?: any) => Promise<RequestArgs>;
|
|
@@ -1757,6 +1758,7 @@ export declare const SubProjectApiFp: (configuration?: Configuration) => {
|
|
|
1757
1758
|
* @summary This method retrieves the accessible Parent
|
|
1758
1759
|
* @param {string} childId Id of the child
|
|
1759
1760
|
* @param {*} [options] Override http request option.
|
|
1761
|
+
* @deprecated
|
|
1760
1762
|
* @throws {RequiredError}
|
|
1761
1763
|
*/
|
|
1762
1764
|
subProjectGetAccessibleParent(childId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
@@ -1779,6 +1781,7 @@ export declare const SubProjectApiFactory: (configuration?: Configuration, baseP
|
|
|
1779
1781
|
* @summary This method retrieves the accessible Parent
|
|
1780
1782
|
* @param {string} childId Id of the child
|
|
1781
1783
|
* @param {*} [options] Override http request option.
|
|
1784
|
+
* @deprecated
|
|
1782
1785
|
* @throws {RequiredError}
|
|
1783
1786
|
*/
|
|
1784
1787
|
subProjectGetAccessibleParent(childId: string, options?: any): AxiosPromise<any>;
|
|
@@ -1804,6 +1807,7 @@ export declare class SubProjectApi extends BaseAPI {
|
|
|
1804
1807
|
* @summary This method retrieves the accessible Parent
|
|
1805
1808
|
* @param {string} childId Id of the child
|
|
1806
1809
|
* @param {*} [options] Override http request option.
|
|
1810
|
+
* @deprecated
|
|
1807
1811
|
* @throws {RequiredError}
|
|
1808
1812
|
* @memberof SubProjectApi
|
|
1809
1813
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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.Project
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
5
|
+
* The version of the OpenAPI document: 4.3.2
|
|
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.4.4
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1492,7 +1492,7 @@ export declare class ResourceApi extends BaseAPI {
|
|
|
1492
1492
|
export declare const ResourceQuotaApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
1493
1493
|
/**
|
|
1494
1494
|
*
|
|
1495
|
-
* @summary Retrieves the resource quota for an individual resource.
|
|
1495
|
+
* @summary Retrieves the resource used and reserved quota for an individual resource.
|
|
1496
1496
|
* @param {string} id Id of the resource.
|
|
1497
1497
|
* @param {*} [options] Override http request option.
|
|
1498
1498
|
* @throws {RequiredError}
|
|
@@ -1515,7 +1515,7 @@ export declare const ResourceQuotaApiAxiosParamCreator: (configuration?: Configu
|
|
|
1515
1515
|
export declare const ResourceQuotaApiFp: (configuration?: Configuration) => {
|
|
1516
1516
|
/**
|
|
1517
1517
|
*
|
|
1518
|
-
* @summary Retrieves the resource quota for an individual resource.
|
|
1518
|
+
* @summary Retrieves the resource used and reserved quota for an individual resource.
|
|
1519
1519
|
* @param {string} id Id of the resource.
|
|
1520
1520
|
* @param {*} [options] Override http request option.
|
|
1521
1521
|
* @throws {RequiredError}
|
|
@@ -1538,7 +1538,7 @@ export declare const ResourceQuotaApiFp: (configuration?: Configuration) => {
|
|
|
1538
1538
|
export declare const ResourceQuotaApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
1539
1539
|
/**
|
|
1540
1540
|
*
|
|
1541
|
-
* @summary Retrieves the resource quota for an individual resource.
|
|
1541
|
+
* @summary Retrieves the resource used and reserved quota for an individual resource.
|
|
1542
1542
|
* @param {string} id Id of the resource.
|
|
1543
1543
|
* @param {*} [options] Override http request option.
|
|
1544
1544
|
* @throws {RequiredError}
|
|
@@ -1563,7 +1563,7 @@ export declare const ResourceQuotaApiFactory: (configuration?: Configuration, ba
|
|
|
1563
1563
|
export declare class ResourceQuotaApi extends BaseAPI {
|
|
1564
1564
|
/**
|
|
1565
1565
|
*
|
|
1566
|
-
* @summary Retrieves the resource quota for an individual resource.
|
|
1566
|
+
* @summary Retrieves the resource used and reserved quota for an individual resource.
|
|
1567
1567
|
* @param {string} id Id of the resource.
|
|
1568
1568
|
* @param {*} [options] Override http request option.
|
|
1569
1569
|
* @throws {RequiredError}
|
|
@@ -1593,17 +1593,25 @@ export declare const ResourceTypeApiAxiosParamCreator: (configuration?: Configur
|
|
|
1593
1593
|
* @throws {RequiredError}
|
|
1594
1594
|
*/
|
|
1595
1595
|
resourceTypeGetEnabledResourceTypes: (options?: any) => Promise<RequestArgs>;
|
|
1596
|
+
/**
|
|
1597
|
+
*
|
|
1598
|
+
* @summary Returns all enabled resource types according to user\'s affiliation and allocated quota in the project.
|
|
1599
|
+
* @param {string} id Id of the project
|
|
1600
|
+
* @param {*} [options] Override http request option.
|
|
1601
|
+
* @throws {RequiredError}
|
|
1602
|
+
*/
|
|
1603
|
+
resourceTypeGetEnabledResourceTypesAll: (id: string, options?: any) => Promise<RequestArgs>;
|
|
1596
1604
|
/**
|
|
1597
1605
|
*
|
|
1598
1606
|
* @summary Returns all fields of the specified resource type.
|
|
1599
|
-
* @param {string} id A
|
|
1607
|
+
* @param {string} id A GUID as a string that identifies the resource.
|
|
1600
1608
|
* @param {*} [options] Override http request option.
|
|
1601
1609
|
* @throws {RequiredError}
|
|
1602
1610
|
*/
|
|
1603
1611
|
resourceTypeGetResourceType: (id: string, options?: any) => Promise<RequestArgs>;
|
|
1604
1612
|
/**
|
|
1605
1613
|
*
|
|
1606
|
-
* @summary Returns all resource types.
|
|
1614
|
+
* @summary Returns all resource types. Both hidden and active, regardless of user affiliation or quota.
|
|
1607
1615
|
* @param {*} [options] Override http request option.
|
|
1608
1616
|
* @throws {RequiredError}
|
|
1609
1617
|
*/
|
|
@@ -1621,17 +1629,25 @@ export declare const ResourceTypeApiFp: (configuration?: Configuration) => {
|
|
|
1621
1629
|
* @throws {RequiredError}
|
|
1622
1630
|
*/
|
|
1623
1631
|
resourceTypeGetEnabledResourceTypes(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>>;
|
|
1632
|
+
/**
|
|
1633
|
+
*
|
|
1634
|
+
* @summary Returns all enabled resource types according to user\'s affiliation and allocated quota in the project.
|
|
1635
|
+
* @param {string} id Id of the project
|
|
1636
|
+
* @param {*} [options] Override http request option.
|
|
1637
|
+
* @throws {RequiredError}
|
|
1638
|
+
*/
|
|
1639
|
+
resourceTypeGetEnabledResourceTypesAll(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ResourceTypeInformation>>>;
|
|
1624
1640
|
/**
|
|
1625
1641
|
*
|
|
1626
1642
|
* @summary Returns all fields of the specified resource type.
|
|
1627
|
-
* @param {string} id A
|
|
1643
|
+
* @param {string} id A GUID as a string that identifies the resource.
|
|
1628
1644
|
* @param {*} [options] Override http request option.
|
|
1629
1645
|
* @throws {RequiredError}
|
|
1630
1646
|
*/
|
|
1631
1647
|
resourceTypeGetResourceType(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ResourceTypeInformation>>;
|
|
1632
1648
|
/**
|
|
1633
1649
|
*
|
|
1634
|
-
* @summary Returns all resource types.
|
|
1650
|
+
* @summary Returns all resource types. Both hidden and active, regardless of user affiliation or quota.
|
|
1635
1651
|
* @param {*} [options] Override http request option.
|
|
1636
1652
|
* @throws {RequiredError}
|
|
1637
1653
|
*/
|
|
@@ -1649,17 +1665,25 @@ export declare const ResourceTypeApiFactory: (configuration?: Configuration, bas
|
|
|
1649
1665
|
* @throws {RequiredError}
|
|
1650
1666
|
*/
|
|
1651
1667
|
resourceTypeGetEnabledResourceTypes(options?: any): AxiosPromise<Array<ResourceTypeInformation>>;
|
|
1668
|
+
/**
|
|
1669
|
+
*
|
|
1670
|
+
* @summary Returns all enabled resource types according to user\'s affiliation and allocated quota in the project.
|
|
1671
|
+
* @param {string} id Id of the project
|
|
1672
|
+
* @param {*} [options] Override http request option.
|
|
1673
|
+
* @throws {RequiredError}
|
|
1674
|
+
*/
|
|
1675
|
+
resourceTypeGetEnabledResourceTypesAll(id: string, options?: any): AxiosPromise<Array<ResourceTypeInformation>>;
|
|
1652
1676
|
/**
|
|
1653
1677
|
*
|
|
1654
1678
|
* @summary Returns all fields of the specified resource type.
|
|
1655
|
-
* @param {string} id A
|
|
1679
|
+
* @param {string} id A GUID as a string that identifies the resource.
|
|
1656
1680
|
* @param {*} [options] Override http request option.
|
|
1657
1681
|
* @throws {RequiredError}
|
|
1658
1682
|
*/
|
|
1659
1683
|
resourceTypeGetResourceType(id: string, options?: any): AxiosPromise<ResourceTypeInformation>;
|
|
1660
1684
|
/**
|
|
1661
1685
|
*
|
|
1662
|
-
* @summary Returns all resource types.
|
|
1686
|
+
* @summary Returns all resource types. Both hidden and active, regardless of user affiliation or quota.
|
|
1663
1687
|
* @param {*} [options] Override http request option.
|
|
1664
1688
|
* @throws {RequiredError}
|
|
1665
1689
|
*/
|
|
@@ -1680,10 +1704,19 @@ export declare class ResourceTypeApi extends BaseAPI {
|
|
|
1680
1704
|
* @memberof ResourceTypeApi
|
|
1681
1705
|
*/
|
|
1682
1706
|
resourceTypeGetEnabledResourceTypes(options?: any): Promise<import("axios").AxiosResponse<ResourceTypeInformation[]>>;
|
|
1707
|
+
/**
|
|
1708
|
+
*
|
|
1709
|
+
* @summary Returns all enabled resource types according to user\'s affiliation and allocated quota in the project.
|
|
1710
|
+
* @param {string} id Id of the project
|
|
1711
|
+
* @param {*} [options] Override http request option.
|
|
1712
|
+
* @throws {RequiredError}
|
|
1713
|
+
* @memberof ResourceTypeApi
|
|
1714
|
+
*/
|
|
1715
|
+
resourceTypeGetEnabledResourceTypesAll(id: string, options?: any): Promise<import("axios").AxiosResponse<ResourceTypeInformation[]>>;
|
|
1683
1716
|
/**
|
|
1684
1717
|
*
|
|
1685
1718
|
* @summary Returns all fields of the specified resource type.
|
|
1686
|
-
* @param {string} id A
|
|
1719
|
+
* @param {string} id A GUID as a string that identifies the resource.
|
|
1687
1720
|
* @param {*} [options] Override http request option.
|
|
1688
1721
|
* @throws {RequiredError}
|
|
1689
1722
|
* @memberof ResourceTypeApi
|
|
@@ -1691,7 +1724,7 @@ export declare class ResourceTypeApi extends BaseAPI {
|
|
|
1691
1724
|
resourceTypeGetResourceType(id: string, options?: any): Promise<import("axios").AxiosResponse<ResourceTypeInformation>>;
|
|
1692
1725
|
/**
|
|
1693
1726
|
*
|
|
1694
|
-
* @summary Returns all resource types.
|
|
1727
|
+
* @summary Returns all resource types. Both hidden and active, regardless of user affiliation or quota.
|
|
1695
1728
|
* @param {*} [options] Override http request option.
|
|
1696
1729
|
* @throws {RequiredError}
|
|
1697
1730
|
* @memberof ResourceTypeApi
|
|
@@ -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.4.4
|
|
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.4.4
|
|
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.4.4
|
|
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.4.4
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|