@coscine/api-client 2.2.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/dist/index.js +1064 -1588
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1066 -1590
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/api.js +51 -23
- package/dist/lib/Coscine.Api.Admin/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/base.js +1 -1
- 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 -66
- package/dist/lib/Coscine.Api.Blob/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Blob/base.js +1 -1
- 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.Pid/api.js +204 -0
- package/dist/lib/Coscine.Api.Pid/api.js.map +1 -0
- package/dist/lib/{Coscine.Api.Quota → Coscine.Api.Pid}/base.js +3 -3
- package/dist/lib/Coscine.Api.Pid/base.js.map +1 -0
- package/dist/lib/{Coscine.Api.Quota → Coscine.Api.Pid}/common.js +2 -2
- package/dist/lib/Coscine.Api.Pid/common.js.map +1 -0
- package/dist/lib/{Coscine.Api.Quota → Coscine.Api.Pid}/configuration.js +2 -2
- package/dist/lib/Coscine.Api.Pid/configuration.js.map +1 -0
- package/dist/lib/{Coscine.Api.Quota → Coscine.Api.Pid}/index.js +2 -2
- package/dist/lib/Coscine.Api.Pid/index.js.map +1 -0
- package/dist/lib/Coscine.Api.Project/api.js +350 -537
- 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 +232 -42
- 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.Search/api.js +41 -30
- package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Search/base.js +2 -2
- 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.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 +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 +20 -20
- package/dist/lib/apis.js.map +1 -1
- package/dist/lib/index.js +4 -4
- package/dist/lib/index.js.map +1 -1
- package/dist/types/Coscine.Api.Admin/api.d.ts +100 -66
- 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 -34
- 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.Pid/api.d.ts +149 -0
- package/dist/types/{Coscine.Api.Quota → Coscine.Api.Pid}/base.d.ts +2 -2
- package/dist/types/{Coscine.Api.Quota → Coscine.Api.Pid}/common.d.ts +2 -2
- package/dist/types/{Coscine.Api.Quota → Coscine.Api.Pid}/configuration.d.ts +2 -2
- package/dist/types/{Coscine.Api.Quota → Coscine.Api.Pid}/index.d.ts +2 -2
- package/dist/types/Coscine.Api.Project/api.d.ts +312 -328
- 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 +237 -41
- 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 +53 -30
- 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 +17 -26
- package/dist/types/index.d.ts +34 -52
- package/package.json +2 -2
- package/dist/lib/Coscine.Api.Quota/api.js +0 -283
- package/dist/lib/Coscine.Api.Quota/api.js.map +0 -1
- package/dist/lib/Coscine.Api.Quota/base.js.map +0 -1
- package/dist/lib/Coscine.Api.Quota/common.js.map +0 -1
- package/dist/lib/Coscine.Api.Quota/configuration.js.map +0 -1
- package/dist/lib/Coscine.Api.Quota/index.js.map +0 -1
- package/dist/types/Coscine.Api.Quota/api.d.ts +0 -197
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Search
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.4.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,38 +13,61 @@ import { Configuration } from './configuration';
|
|
|
13
13
|
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
14
14
|
import { RequestArgs, BaseAPI } from './base';
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* Item Search Result Object
|
|
17
17
|
* @export
|
|
18
|
-
* @interface
|
|
18
|
+
* @interface ItemSearchResult
|
|
19
19
|
*/
|
|
20
|
-
export interface
|
|
20
|
+
export interface ItemSearchResult {
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* Graph Name
|
|
23
23
|
* @type {string}
|
|
24
|
-
* @memberof
|
|
24
|
+
* @memberof ItemSearchResult
|
|
25
25
|
*/
|
|
26
26
|
graphName?: string | null;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {
|
|
30
|
-
* @memberof
|
|
28
|
+
* Graph Name
|
|
29
|
+
* @type {ItemType}
|
|
30
|
+
* @memberof ItemSearchResult
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
type?: ItemType;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Search result fields
|
|
35
35
|
* @type {any}
|
|
36
|
-
* @memberof
|
|
36
|
+
* @memberof ItemSearchResult
|
|
37
37
|
*/
|
|
38
38
|
source?: any | null;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
*
|
|
42
|
+
* @export
|
|
43
|
+
* @enum {string}
|
|
44
|
+
*/
|
|
45
|
+
export declare enum ItemType {
|
|
46
|
+
Metadata = "Metadata",
|
|
47
|
+
Project = "Project",
|
|
48
|
+
Resource = "Resource"
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Search result return object
|
|
52
|
+
* @export
|
|
53
|
+
* @interface SearchResult
|
|
54
|
+
*/
|
|
55
|
+
export interface SearchResult {
|
|
56
|
+
/**
|
|
57
|
+
* Search result files
|
|
58
|
+
* @type {Array<ItemSearchResult>}
|
|
59
|
+
* @memberof SearchResult
|
|
60
|
+
*/
|
|
61
|
+
items?: Array<ItemSearchResult> | null;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* SearchApi - axios parameter creator
|
|
42
65
|
* @export
|
|
43
66
|
*/
|
|
44
|
-
export declare const
|
|
67
|
+
export declare const SearchApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
45
68
|
/**
|
|
46
69
|
*
|
|
47
|
-
* @summary Search
|
|
70
|
+
* @summary Search
|
|
48
71
|
* @param {string} [query] Elasticsearch query
|
|
49
72
|
* @param {boolean} [user] Specify user or only public metadata records could be found
|
|
50
73
|
* @param {boolean} [adv] Set true for advanced Elasticsearch search syntax
|
|
@@ -52,16 +75,16 @@ export declare const SemanticSearchApiAxiosParamCreator: (configuration?: Config
|
|
|
52
75
|
* @param {*} [options] Override http request option.
|
|
53
76
|
* @throws {RequiredError}
|
|
54
77
|
*/
|
|
55
|
-
|
|
78
|
+
searchSearch: (query?: string, user?: boolean, adv?: boolean, languages?: Array<string>, options?: any) => Promise<RequestArgs>;
|
|
56
79
|
};
|
|
57
80
|
/**
|
|
58
|
-
*
|
|
81
|
+
* SearchApi - functional programming interface
|
|
59
82
|
* @export
|
|
60
83
|
*/
|
|
61
|
-
export declare const
|
|
84
|
+
export declare const SearchApiFp: (configuration?: Configuration) => {
|
|
62
85
|
/**
|
|
63
86
|
*
|
|
64
|
-
* @summary Search
|
|
87
|
+
* @summary Search
|
|
65
88
|
* @param {string} [query] Elasticsearch query
|
|
66
89
|
* @param {boolean} [user] Specify user or only public metadata records could be found
|
|
67
90
|
* @param {boolean} [adv] Set true for advanced Elasticsearch search syntax
|
|
@@ -69,16 +92,16 @@ export declare const SemanticSearchApiFp: (configuration?: Configuration) => {
|
|
|
69
92
|
* @param {*} [options] Override http request option.
|
|
70
93
|
* @throws {RequiredError}
|
|
71
94
|
*/
|
|
72
|
-
|
|
95
|
+
searchSearch(query?: string, user?: boolean, adv?: boolean, languages?: Array<string>, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SearchResult>>;
|
|
73
96
|
};
|
|
74
97
|
/**
|
|
75
|
-
*
|
|
98
|
+
* SearchApi - factory interface
|
|
76
99
|
* @export
|
|
77
100
|
*/
|
|
78
|
-
export declare const
|
|
101
|
+
export declare const SearchApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
79
102
|
/**
|
|
80
103
|
*
|
|
81
|
-
* @summary Search
|
|
104
|
+
* @summary Search
|
|
82
105
|
* @param {string} [query] Elasticsearch query
|
|
83
106
|
* @param {boolean} [user] Specify user or only public metadata records could be found
|
|
84
107
|
* @param {boolean} [adv] Set true for advanced Elasticsearch search syntax
|
|
@@ -86,25 +109,25 @@ export declare const SemanticSearchApiFactory: (configuration?: Configuration, b
|
|
|
86
109
|
* @param {*} [options] Override http request option.
|
|
87
110
|
* @throws {RequiredError}
|
|
88
111
|
*/
|
|
89
|
-
|
|
112
|
+
searchSearch(query?: string, user?: boolean, adv?: boolean, languages?: Array<string>, options?: any): AxiosPromise<SearchResult>;
|
|
90
113
|
};
|
|
91
114
|
/**
|
|
92
|
-
*
|
|
115
|
+
* SearchApi - object-oriented interface
|
|
93
116
|
* @export
|
|
94
|
-
* @class
|
|
117
|
+
* @class SearchApi
|
|
95
118
|
* @extends {BaseAPI}
|
|
96
119
|
*/
|
|
97
|
-
export declare class
|
|
120
|
+
export declare class SearchApi extends BaseAPI {
|
|
98
121
|
/**
|
|
99
122
|
*
|
|
100
|
-
* @summary Search
|
|
123
|
+
* @summary Search
|
|
101
124
|
* @param {string} [query] Elasticsearch query
|
|
102
125
|
* @param {boolean} [user] Specify user or only public metadata records could be found
|
|
103
126
|
* @param {boolean} [adv] Set true for advanced Elasticsearch search syntax
|
|
104
127
|
* @param {Array<string>} [languages] Set the used languages
|
|
105
128
|
* @param {*} [options] Override http request option.
|
|
106
129
|
* @throws {RequiredError}
|
|
107
|
-
* @memberof
|
|
130
|
+
* @memberof SearchApi
|
|
108
131
|
*/
|
|
109
|
-
|
|
132
|
+
searchSearch(query?: string, user?: boolean, adv?: boolean, languages?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<SearchResult>>;
|
|
110
133
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Coscine.Api.Search
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.4.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.Search
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.4.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.Search
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.4.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.Search
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.4.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.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.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.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.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.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.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.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.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.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.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.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.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.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.
|
|
5
|
+
* The version of the OpenAPI document: 2.8.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.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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.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:
|
|
5
|
+
* The version of the OpenAPI document: 3.0.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
|
@@ -1,21 +1,12 @@
|
|
|
1
1
|
import { AxiosInstance } from 'axios';
|
|
2
2
|
declare function implementations(axios?: AxiosInstance): {
|
|
3
|
-
ActivatedFeaturesApi: {
|
|
4
|
-
activatedFeaturesActivateFeature(projectId: string, featureId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
5
|
-
activatedFeaturesDeactivateFeature(projectId: string, featureId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
6
|
-
activatedFeaturesGetActiveFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures/api").FeatureObject[]>;
|
|
7
|
-
activatedFeaturesGetFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures/api").FeatureObject[]>;
|
|
8
|
-
activatedFeaturesGetFeaturesAll(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures/api").FeatureObject[]>;
|
|
9
|
-
activatedFeaturesGetInactiveFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures/api").FeatureObject[]>;
|
|
10
|
-
};
|
|
11
3
|
AdminApi: {
|
|
12
|
-
adminGetProject(projectString: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Admin/api").
|
|
13
|
-
adminUpdateQuota(updateQuotaParameterObject: import("./Coscine.Api.Admin/api").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
4
|
+
adminGetProject(projectString: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Admin/api").AdminProjectObject>;
|
|
5
|
+
adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: import("./Coscine.Api.Admin/api").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
14
6
|
};
|
|
15
7
|
BlobApi: {
|
|
16
8
|
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
17
9
|
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
18
|
-
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
19
10
|
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
|
|
20
11
|
};
|
|
21
12
|
ContactChangeApi: {
|
|
@@ -51,36 +42,36 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
51
42
|
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<any>;
|
|
52
43
|
organizationIsMember2(options?: any): import("axios").AxiosPromise<any>;
|
|
53
44
|
};
|
|
45
|
+
PidApi: {
|
|
46
|
+
pidIsValid(pid: string, options?: any): import("axios").AxiosPromise<any>;
|
|
47
|
+
pidSendMailToOwner(messageObject: import("./Coscine.Api.Pid/api").MessageObject, options?: any): import("axios").AxiosPromise<any>;
|
|
48
|
+
};
|
|
54
49
|
ProjectApi: {
|
|
55
50
|
projectCreateApplicationProfile(projectId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
56
51
|
projectDelete(id: string, options?: any): import("axios").AxiosPromise<any>;
|
|
57
52
|
projectDeleteInvitation(invitationId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
58
53
|
projectGet(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectObject>;
|
|
59
54
|
projectGetBySlug(slug: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectObject>;
|
|
60
|
-
projectGetQuotaMax(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").MaxProjectQuota>;
|
|
61
55
|
projectGetResources(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ResourceObject[]>;
|
|
62
56
|
projectGetTopLevelProjects(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectObject[]>;
|
|
63
57
|
projectIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectObject[]>;
|
|
64
58
|
projectListInvitations(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").InvitationReturnObject[]>;
|
|
65
|
-
projectQuota(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectQuotaReturnObject>;
|
|
66
|
-
projectQuotas(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectQuotaReturnObject[]>;
|
|
67
59
|
projectResolveInvitation(invitationToken: string, options?: any): import("axios").AxiosPromise<any>;
|
|
68
60
|
projectSendInvitation(sendInvitationObject: import("./Coscine.Api.Project/api").SendInvitationObject, options?: any): import("axios").AxiosPromise<any>;
|
|
69
61
|
projectStore(projectObject: import("./Coscine.Api.Project/api").ProjectObject, options?: any): import("axios").AxiosPromise<any>;
|
|
70
62
|
projectUpdate(id: string, projectObject: import("./Coscine.Api.Project/api").ProjectObject, options?: any): import("axios").AxiosPromise<any>;
|
|
71
|
-
|
|
63
|
+
};
|
|
64
|
+
ProjectQuotaApi: {
|
|
65
|
+
projectQuotaQuota(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectQuotaExtendedReturnObject>;
|
|
66
|
+
projectQuotaQuotas(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectQuotaReturnObject[]>;
|
|
67
|
+
projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: import("./Coscine.Api.Project/api").UpdateProjectQuotaObject, options?: any): import("axios").AxiosPromise<any>;
|
|
72
68
|
};
|
|
73
69
|
ProjectRoleApi: {
|
|
74
70
|
projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
75
71
|
projectRoleDelete2(projectId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
76
72
|
projectRoleGet(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectRoleObject[]>;
|
|
77
73
|
projectRoleIndex(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectRoleObject[]>;
|
|
78
|
-
projectRoleSet(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectRoleObject>;
|
|
79
|
-
};
|
|
80
|
-
QuotaApi: {
|
|
81
|
-
quotaGetResourceQuota(resourceId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Quota/api").ProjectQuotaReturnObject>;
|
|
82
|
-
quotaGetResourceQuotas(projectId: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Quota/api").ProjectQuotaReturnObject[]>;
|
|
83
|
-
quotaUpdateResourceQuota(resourceId: string, updateResourceObject: import("./Coscine.Api.Quota/api").UpdateResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
74
|
+
projectRoleSet(projectRoleObject: import("./Coscine.Api.Project/api").ProjectRoleObject, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").ProjectRoleObject>;
|
|
84
75
|
};
|
|
85
76
|
ResourceApi: {
|
|
86
77
|
resourceDelete(id: string, options?: any): import("axios").AxiosPromise<any>;
|
|
@@ -91,6 +82,10 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
91
82
|
resourceStoreToProject(projectId: string, resourceObject: import("./Coscine.Api.Resources/api").ResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
92
83
|
resourceUpdate(id: string, resourceObject: import("./Coscine.Api.Resources/api").ResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
93
84
|
};
|
|
85
|
+
ResourceQuotaApi: {
|
|
86
|
+
resourceQuotaGetResourceQuota(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").ResourceQuotaReturnObject>;
|
|
87
|
+
resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: import("./Coscine.Api.Resources/api").UpdateResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
88
|
+
};
|
|
94
89
|
ResourceTypeApi: {
|
|
95
90
|
resourceTypeGetEnabledResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").ResourceTypeInformation[]>;
|
|
96
91
|
resourceTypeGetResourceType(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").ResourceTypeInformation>;
|
|
@@ -100,11 +95,7 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
100
95
|
roleIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").RoleObject[]>;
|
|
101
96
|
};
|
|
102
97
|
SearchApi: {
|
|
103
|
-
searchSearch(
|
|
104
|
-
searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): import("axios").AxiosPromise<any>;
|
|
105
|
-
};
|
|
106
|
-
SemanticSearchApi: {
|
|
107
|
-
semanticSearchSearch(query?: string, user?: boolean, adv?: boolean, languages?: string[], options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search/api").SearchResult[]>;
|
|
98
|
+
searchSearch(query?: string, user?: boolean, adv?: boolean, languages?: string[], options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search/api").SearchResult>;
|
|
108
99
|
};
|
|
109
100
|
SubProjectApi: {
|
|
110
101
|
subProjectGet(parentId: string, options?: any): import("axios").AxiosPromise<any>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,20 +1,11 @@
|
|
|
1
1
|
declare const apis: {
|
|
2
|
-
ActivatedFeaturesApi: {
|
|
3
|
-
activatedFeaturesActivateFeature(projectId: string, featureId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
4
|
-
activatedFeaturesDeactivateFeature(projectId: string, featureId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
5
|
-
activatedFeaturesGetActiveFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures").FeatureObject[]>;
|
|
6
|
-
activatedFeaturesGetFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures").FeatureObject[]>;
|
|
7
|
-
activatedFeaturesGetFeaturesAll(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures").FeatureObject[]>;
|
|
8
|
-
activatedFeaturesGetInactiveFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures").FeatureObject[]>;
|
|
9
|
-
};
|
|
10
2
|
AdminApi: {
|
|
11
|
-
adminGetProject(projectString: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Admin").
|
|
12
|
-
adminUpdateQuota(updateQuotaParameterObject: import("./Coscine.Api.Admin").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
3
|
+
adminGetProject(projectString: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Admin").AdminProjectObject>;
|
|
4
|
+
adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: import("./Coscine.Api.Admin").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
13
5
|
};
|
|
14
6
|
BlobApi: {
|
|
15
7
|
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
16
8
|
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
17
|
-
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
18
9
|
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
|
|
19
10
|
};
|
|
20
11
|
ContactChangeApi: {
|
|
@@ -50,36 +41,36 @@ declare const apis: {
|
|
|
50
41
|
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<any>;
|
|
51
42
|
organizationIsMember2(options?: any): import("axios").AxiosPromise<any>;
|
|
52
43
|
};
|
|
44
|
+
PidApi: {
|
|
45
|
+
pidIsValid(pid: string, options?: any): import("axios").AxiosPromise<any>;
|
|
46
|
+
pidSendMailToOwner(messageObject: import("./Coscine.Api.Pid").MessageObject, options?: any): import("axios").AxiosPromise<any>;
|
|
47
|
+
};
|
|
53
48
|
ProjectApi: {
|
|
54
49
|
projectCreateApplicationProfile(projectId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
55
50
|
projectDelete(id: string, options?: any): import("axios").AxiosPromise<any>;
|
|
56
51
|
projectDeleteInvitation(invitationId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
57
52
|
projectGet(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectObject>;
|
|
58
53
|
projectGetBySlug(slug: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectObject>;
|
|
59
|
-
projectGetQuotaMax(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").MaxProjectQuota>;
|
|
60
54
|
projectGetResources(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ResourceObject[]>;
|
|
61
55
|
projectGetTopLevelProjects(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectObject[]>;
|
|
62
56
|
projectIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectObject[]>;
|
|
63
57
|
projectListInvitations(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").InvitationReturnObject[]>;
|
|
64
|
-
projectQuota(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectQuotaReturnObject>;
|
|
65
|
-
projectQuotas(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectQuotaReturnObject[]>;
|
|
66
58
|
projectResolveInvitation(invitationToken: string, options?: any): import("axios").AxiosPromise<any>;
|
|
67
59
|
projectSendInvitation(sendInvitationObject: import("./Coscine.Api.Project").SendInvitationObject, options?: any): import("axios").AxiosPromise<any>;
|
|
68
60
|
projectStore(projectObject: import("./Coscine.Api.Project").ProjectObject, options?: any): import("axios").AxiosPromise<any>;
|
|
69
61
|
projectUpdate(id: string, projectObject: import("./Coscine.Api.Project").ProjectObject, options?: any): import("axios").AxiosPromise<any>;
|
|
70
|
-
|
|
62
|
+
};
|
|
63
|
+
ProjectQuotaApi: {
|
|
64
|
+
projectQuotaQuota(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectQuotaExtendedReturnObject>;
|
|
65
|
+
projectQuotaQuotas(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectQuotaReturnObject[]>;
|
|
66
|
+
projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: import("./Coscine.Api.Project").UpdateProjectQuotaObject, options?: any): import("axios").AxiosPromise<any>;
|
|
71
67
|
};
|
|
72
68
|
ProjectRoleApi: {
|
|
73
69
|
projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
74
70
|
projectRoleDelete2(projectId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
75
71
|
projectRoleGet(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectRoleObject[]>;
|
|
76
72
|
projectRoleIndex(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectRoleObject[]>;
|
|
77
|
-
projectRoleSet(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectRoleObject>;
|
|
78
|
-
};
|
|
79
|
-
QuotaApi: {
|
|
80
|
-
quotaGetResourceQuota(resourceId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Quota").ProjectQuotaReturnObject>;
|
|
81
|
-
quotaGetResourceQuotas(projectId: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Quota").ProjectQuotaReturnObject[]>;
|
|
82
|
-
quotaUpdateResourceQuota(resourceId: string, updateResourceObject: import("./Coscine.Api.Quota").UpdateResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
73
|
+
projectRoleSet(projectRoleObject: import("./Coscine.Api.Project").ProjectRoleObject, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectRoleObject>;
|
|
83
74
|
};
|
|
84
75
|
ResourceApi: {
|
|
85
76
|
resourceDelete(id: string, options?: any): import("axios").AxiosPromise<any>;
|
|
@@ -90,6 +81,10 @@ declare const apis: {
|
|
|
90
81
|
resourceStoreToProject(projectId: string, resourceObject: import("./Coscine.Api.Resources").ResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
91
82
|
resourceUpdate(id: string, resourceObject: import("./Coscine.Api.Resources").ResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
92
83
|
};
|
|
84
|
+
ResourceQuotaApi: {
|
|
85
|
+
resourceQuotaGetResourceQuota(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceQuotaReturnObject>;
|
|
86
|
+
resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: import("./Coscine.Api.Resources").UpdateResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
87
|
+
};
|
|
93
88
|
ResourceTypeApi: {
|
|
94
89
|
resourceTypeGetEnabledResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation[]>;
|
|
95
90
|
resourceTypeGetResourceType(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation>;
|
|
@@ -99,11 +94,7 @@ declare const apis: {
|
|
|
99
94
|
roleIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").RoleObject[]>;
|
|
100
95
|
};
|
|
101
96
|
SearchApi: {
|
|
102
|
-
searchSearch(
|
|
103
|
-
searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): import("axios").AxiosPromise<any>;
|
|
104
|
-
};
|
|
105
|
-
SemanticSearchApi: {
|
|
106
|
-
semanticSearchSearch(query?: string, user?: boolean, adv?: boolean, languages?: string[], options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search").SearchResult[]>;
|
|
97
|
+
searchSearch(query?: string, user?: boolean, adv?: boolean, languages?: string[], options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search").SearchResult>;
|
|
107
98
|
};
|
|
108
99
|
SubProjectApi: {
|
|
109
100
|
subProjectGet(parentId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
@@ -137,22 +128,13 @@ declare const apis: {
|
|
|
137
128
|
visibilityIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").VisibilityObject[]>;
|
|
138
129
|
};
|
|
139
130
|
};
|
|
140
|
-
export declare const ActivatedFeaturesApi: {
|
|
141
|
-
activatedFeaturesActivateFeature(projectId: string, featureId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
142
|
-
activatedFeaturesDeactivateFeature(projectId: string, featureId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
143
|
-
activatedFeaturesGetActiveFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures").FeatureObject[]>;
|
|
144
|
-
activatedFeaturesGetFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures").FeatureObject[]>;
|
|
145
|
-
activatedFeaturesGetFeaturesAll(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures").FeatureObject[]>;
|
|
146
|
-
activatedFeaturesGetInactiveFeatures(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.ActivatedFeatures").FeatureObject[]>;
|
|
147
|
-
};
|
|
148
131
|
export declare const AdminApi: {
|
|
149
|
-
adminGetProject(projectString: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Admin").
|
|
150
|
-
adminUpdateQuota(updateQuotaParameterObject: import("./Coscine.Api.Admin").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
132
|
+
adminGetProject(projectString: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Admin").AdminProjectObject>;
|
|
133
|
+
adminUpdateQuota(projectId: string, resourceTypeId: string, updateQuotaParameterObject: import("./Coscine.Api.Admin").UpdateQuotaParameterObject, options?: any): import("axios").AxiosPromise<any>;
|
|
151
134
|
};
|
|
152
135
|
export declare const BlobApi: {
|
|
153
136
|
blobDeleteFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
154
137
|
blobGetFileWithParameter(resourceId: string, path?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
155
|
-
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
156
138
|
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>;
|
|
157
139
|
};
|
|
158
140
|
export declare const ContactChangeApi: {
|
|
@@ -188,36 +170,36 @@ export declare const OrganizationApi: {
|
|
|
188
170
|
organizationIsMember(url: string, options?: any): import("axios").AxiosPromise<any>;
|
|
189
171
|
organizationIsMember2(options?: any): import("axios").AxiosPromise<any>;
|
|
190
172
|
};
|
|
173
|
+
export declare const PidApi: {
|
|
174
|
+
pidIsValid(pid: string, options?: any): import("axios").AxiosPromise<any>;
|
|
175
|
+
pidSendMailToOwner(messageObject: import("./Coscine.Api.Pid").MessageObject, options?: any): import("axios").AxiosPromise<any>;
|
|
176
|
+
};
|
|
191
177
|
export declare const ProjectApi: {
|
|
192
178
|
projectCreateApplicationProfile(projectId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
193
179
|
projectDelete(id: string, options?: any): import("axios").AxiosPromise<any>;
|
|
194
180
|
projectDeleteInvitation(invitationId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
195
181
|
projectGet(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectObject>;
|
|
196
182
|
projectGetBySlug(slug: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectObject>;
|
|
197
|
-
projectGetQuotaMax(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").MaxProjectQuota>;
|
|
198
183
|
projectGetResources(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ResourceObject[]>;
|
|
199
184
|
projectGetTopLevelProjects(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectObject[]>;
|
|
200
185
|
projectIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectObject[]>;
|
|
201
186
|
projectListInvitations(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").InvitationReturnObject[]>;
|
|
202
|
-
projectQuota(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectQuotaReturnObject>;
|
|
203
|
-
projectQuotas(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectQuotaReturnObject[]>;
|
|
204
187
|
projectResolveInvitation(invitationToken: string, options?: any): import("axios").AxiosPromise<any>;
|
|
205
188
|
projectSendInvitation(sendInvitationObject: import("./Coscine.Api.Project").SendInvitationObject, options?: any): import("axios").AxiosPromise<any>;
|
|
206
189
|
projectStore(projectObject: import("./Coscine.Api.Project").ProjectObject, options?: any): import("axios").AxiosPromise<any>;
|
|
207
190
|
projectUpdate(id: string, projectObject: import("./Coscine.Api.Project").ProjectObject, options?: any): import("axios").AxiosPromise<any>;
|
|
208
|
-
|
|
191
|
+
};
|
|
192
|
+
export declare const ProjectQuotaApi: {
|
|
193
|
+
projectQuotaQuota(id: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectQuotaExtendedReturnObject>;
|
|
194
|
+
projectQuotaQuotas(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectQuotaReturnObject[]>;
|
|
195
|
+
projectQuotaUpdateQuota(id: string, resourceTypeId: string, updateProjectQuotaObject: import("./Coscine.Api.Project").UpdateProjectQuotaObject, options?: any): import("axios").AxiosPromise<any>;
|
|
209
196
|
};
|
|
210
197
|
export declare const ProjectRoleApi: {
|
|
211
198
|
projectRoleDelete(projectId: string, userId: string, roleId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
212
199
|
projectRoleDelete2(projectId: string, options?: any): import("axios").AxiosPromise<any>;
|
|
213
200
|
projectRoleGet(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectRoleObject[]>;
|
|
214
201
|
projectRoleIndex(projectId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectRoleObject[]>;
|
|
215
|
-
projectRoleSet(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectRoleObject>;
|
|
216
|
-
};
|
|
217
|
-
export declare const QuotaApi: {
|
|
218
|
-
quotaGetResourceQuota(resourceId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Quota").ProjectQuotaReturnObject>;
|
|
219
|
-
quotaGetResourceQuotas(projectId: string, resourceTypeId: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Quota").ProjectQuotaReturnObject[]>;
|
|
220
|
-
quotaUpdateResourceQuota(resourceId: string, updateResourceObject: import("./Coscine.Api.Quota").UpdateResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
202
|
+
projectRoleSet(projectRoleObject: import("./Coscine.Api.Project").ProjectRoleObject, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").ProjectRoleObject>;
|
|
221
203
|
};
|
|
222
204
|
export declare const ResourceApi: {
|
|
223
205
|
resourceDelete(id: string, options?: any): import("axios").AxiosPromise<any>;
|
|
@@ -228,6 +210,10 @@ export declare const ResourceApi: {
|
|
|
228
210
|
resourceStoreToProject(projectId: string, resourceObject: import("./Coscine.Api.Resources").ResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
229
211
|
resourceUpdate(id: string, resourceObject: import("./Coscine.Api.Resources").ResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
230
212
|
};
|
|
213
|
+
export declare const ResourceQuotaApi: {
|
|
214
|
+
resourceQuotaGetResourceQuota(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceQuotaReturnObject>;
|
|
215
|
+
resourceQuotaUpdateResourceQuota(id: string, updateResourceObject: import("./Coscine.Api.Resources").UpdateResourceObject, options?: any): import("axios").AxiosPromise<any>;
|
|
216
|
+
};
|
|
231
217
|
export declare const ResourceTypeApi: {
|
|
232
218
|
resourceTypeGetEnabledResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation[]>;
|
|
233
219
|
resourceTypeGetResourceType(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation>;
|
|
@@ -237,11 +223,7 @@ export declare const RoleApi: {
|
|
|
237
223
|
roleIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").RoleObject[]>;
|
|
238
224
|
};
|
|
239
225
|
export declare const SearchApi: {
|
|
240
|
-
searchSearch(
|
|
241
|
-
searchSearchProject(projectId: string, encodedSearchWord: string, options?: any): import("axios").AxiosPromise<any>;
|
|
242
|
-
};
|
|
243
|
-
export declare const SemanticSearchApi: {
|
|
244
|
-
semanticSearchSearch(query?: string, user?: boolean, adv?: boolean, languages?: string[], options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search").SearchResult[]>;
|
|
226
|
+
searchSearch(query?: string, user?: boolean, adv?: boolean, languages?: string[], options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search").SearchResult>;
|
|
245
227
|
};
|
|
246
228
|
export declare const SubProjectApi: {
|
|
247
229
|
subProjectGet(parentId: 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.5.0",
|
|
4
4
|
"description": "This project contains the generated api connection classes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"coscine",
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"dependencies": {
|
|
130
130
|
"axios": "^0.21.1"
|
|
131
131
|
},
|
|
132
|
-
"packageManager": "yarn@3.2.
|
|
132
|
+
"packageManager": "yarn@3.2.3"
|
|
133
133
|
}
|