@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
|
@@ -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.6.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,6 +12,17 @@
|
|
|
12
12
|
import { Configuration } from './configuration';
|
|
13
13
|
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
14
14
|
import { RequestArgs, BaseAPI } from './base';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @enum {string}
|
|
19
|
+
*/
|
|
20
|
+
export declare enum CategoryFilter {
|
|
21
|
+
None = "None",
|
|
22
|
+
Resource = "Resource",
|
|
23
|
+
Project = "Project",
|
|
24
|
+
Metadata = "Metadata"
|
|
25
|
+
}
|
|
15
26
|
/**
|
|
16
27
|
* Item Search Result Object
|
|
17
28
|
* @export
|
|
@@ -23,7 +34,7 @@ export interface ItemSearchResult {
|
|
|
23
34
|
* @type {string}
|
|
24
35
|
* @memberof ItemSearchResult
|
|
25
36
|
*/
|
|
26
|
-
graphName?: string
|
|
37
|
+
graphName?: string;
|
|
27
38
|
/**
|
|
28
39
|
* Graph Name
|
|
29
40
|
* @type {ItemType}
|
|
@@ -47,6 +58,19 @@ export declare enum ItemType {
|
|
|
47
58
|
Project = "Project",
|
|
48
59
|
Resource = "Resource"
|
|
49
60
|
}
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @export
|
|
64
|
+
* @enum {string}
|
|
65
|
+
*/
|
|
66
|
+
export declare enum OrderBy {
|
|
67
|
+
DateCreatedAsc = "Date_Created_Asc",
|
|
68
|
+
DateCreatedDesc = "Date_Created_Desc",
|
|
69
|
+
ScoreAsc = "Score_Asc",
|
|
70
|
+
ScoreDesc = "Score_Desc",
|
|
71
|
+
TitleAsc = "Title_Asc",
|
|
72
|
+
TitleDesc = "Title_Desc"
|
|
73
|
+
}
|
|
50
74
|
/**
|
|
51
75
|
* SearchApi - axios parameter creator
|
|
52
76
|
* @export
|
|
@@ -59,12 +83,14 @@ export declare const SearchApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
59
83
|
* @param {boolean} [includeUsers] Specify user or only public metadata records could be found
|
|
60
84
|
* @param {boolean} [useAdvancedSyntax] Set true for advanced Elasticsearch search syntax
|
|
61
85
|
* @param {Array<string>} [includedLanguages] Set the used languages
|
|
86
|
+
* @param {CategoryFilter} [categoryFilter] Set the category filter
|
|
87
|
+
* @param {OrderBy} [orderBy] Set the order for sorting
|
|
62
88
|
* @param {number} [pageNumber] The requested page number
|
|
63
89
|
* @param {number} [pageSize] The size of a page
|
|
64
90
|
* @param {*} [options] Override http request option.
|
|
65
91
|
* @throws {RequiredError}
|
|
66
92
|
*/
|
|
67
|
-
searchSearch: (searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options?: any) => Promise<RequestArgs>;
|
|
93
|
+
searchSearch: (searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, categoryFilter?: CategoryFilter, orderBy?: OrderBy, pageNumber?: number, pageSize?: number, options?: any) => Promise<RequestArgs>;
|
|
68
94
|
};
|
|
69
95
|
/**
|
|
70
96
|
* SearchApi - functional programming interface
|
|
@@ -78,12 +104,14 @@ export declare const SearchApiFp: (configuration?: Configuration) => {
|
|
|
78
104
|
* @param {boolean} [includeUsers] Specify user or only public metadata records could be found
|
|
79
105
|
* @param {boolean} [useAdvancedSyntax] Set true for advanced Elasticsearch search syntax
|
|
80
106
|
* @param {Array<string>} [includedLanguages] Set the used languages
|
|
107
|
+
* @param {CategoryFilter} [categoryFilter] Set the category filter
|
|
108
|
+
* @param {OrderBy} [orderBy] Set the order for sorting
|
|
81
109
|
* @param {number} [pageNumber] The requested page number
|
|
82
110
|
* @param {number} [pageSize] The size of a page
|
|
83
111
|
* @param {*} [options] Override http request option.
|
|
84
112
|
* @throws {RequiredError}
|
|
85
113
|
*/
|
|
86
|
-
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ItemSearchResult>>>;
|
|
114
|
+
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, categoryFilter?: CategoryFilter, orderBy?: OrderBy, pageNumber?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ItemSearchResult>>>;
|
|
87
115
|
};
|
|
88
116
|
/**
|
|
89
117
|
* SearchApi - factory interface
|
|
@@ -97,12 +125,14 @@ export declare const SearchApiFactory: (configuration?: Configuration, basePath?
|
|
|
97
125
|
* @param {boolean} [includeUsers] Specify user or only public metadata records could be found
|
|
98
126
|
* @param {boolean} [useAdvancedSyntax] Set true for advanced Elasticsearch search syntax
|
|
99
127
|
* @param {Array<string>} [includedLanguages] Set the used languages
|
|
128
|
+
* @param {CategoryFilter} [categoryFilter] Set the category filter
|
|
129
|
+
* @param {OrderBy} [orderBy] Set the order for sorting
|
|
100
130
|
* @param {number} [pageNumber] The requested page number
|
|
101
131
|
* @param {number} [pageSize] The size of a page
|
|
102
132
|
* @param {*} [options] Override http request option.
|
|
103
133
|
* @throws {RequiredError}
|
|
104
134
|
*/
|
|
105
|
-
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options?: any): AxiosPromise<Array<ItemSearchResult>>;
|
|
135
|
+
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, categoryFilter?: CategoryFilter, orderBy?: OrderBy, pageNumber?: number, pageSize?: number, options?: any): AxiosPromise<Array<ItemSearchResult>>;
|
|
106
136
|
};
|
|
107
137
|
/**
|
|
108
138
|
* SearchApi - object-oriented interface
|
|
@@ -118,11 +148,13 @@ export declare class SearchApi extends BaseAPI {
|
|
|
118
148
|
* @param {boolean} [includeUsers] Specify user or only public metadata records could be found
|
|
119
149
|
* @param {boolean} [useAdvancedSyntax] Set true for advanced Elasticsearch search syntax
|
|
120
150
|
* @param {Array<string>} [includedLanguages] Set the used languages
|
|
151
|
+
* @param {CategoryFilter} [categoryFilter] Set the category filter
|
|
152
|
+
* @param {OrderBy} [orderBy] Set the order for sorting
|
|
121
153
|
* @param {number} [pageNumber] The requested page number
|
|
122
154
|
* @param {number} [pageSize] The size of a page
|
|
123
155
|
* @param {*} [options] Override http request option.
|
|
124
156
|
* @throws {RequiredError}
|
|
125
157
|
* @memberof SearchApi
|
|
126
158
|
*/
|
|
127
|
-
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, pageNumber?: number, pageSize?: number, options?: any): Promise<import("axios").AxiosResponse<ItemSearchResult[]>>;
|
|
159
|
+
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: Array<string>, categoryFilter?: CategoryFilter, orderBy?: OrderBy, pageNumber?: number, pageSize?: number, options?: any): Promise<import("axios").AxiosResponse<ItemSearchResult[]>>;
|
|
128
160
|
}
|
|
@@ -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.6.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.6.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.6.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.6.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.9.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.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.9.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.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.9.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.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.9.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.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.9.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.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.2.
|
|
5
|
+
* The version of the OpenAPI document: 3.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.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.2.
|
|
5
|
+
* The version of the OpenAPI document: 3.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.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.2.
|
|
5
|
+
* The version of the OpenAPI document: 3.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.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.2.
|
|
5
|
+
* The version of the OpenAPI document: 3.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.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.2.
|
|
5
|
+
* The version of the OpenAPI document: 3.2.1
|
|
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
|
@@ -108,6 +108,7 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
108
108
|
};
|
|
109
109
|
ResourceTypeApi: {
|
|
110
110
|
resourceTypeGetEnabledResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").ResourceTypeInformation[]>;
|
|
111
|
+
resourceTypeGetEnabledResourceTypesAll(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").ResourceTypeInformation[]>;
|
|
111
112
|
resourceTypeGetResourceType(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").ResourceTypeInformation>;
|
|
112
113
|
resourceTypeGetResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources/api").ResourceTypeInformation[]>;
|
|
113
114
|
};
|
|
@@ -115,7 +116,7 @@ declare function implementations(axios?: AxiosInstance): {
|
|
|
115
116
|
roleIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project/api").RoleObject[]>;
|
|
116
117
|
};
|
|
117
118
|
SearchApi: {
|
|
118
|
-
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: string[], pageNumber?: number, pageSize?: number, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search/api").ItemSearchResult[]>;
|
|
119
|
+
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: string[], categoryFilter?: import("./Coscine.Api.Search/api").CategoryFilter, orderBy?: import("./Coscine.Api.Search/api").OrderBy, pageNumber?: number, pageSize?: number, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search/api").ItemSearchResult[]>;
|
|
119
120
|
};
|
|
120
121
|
ShibbolethApi: {
|
|
121
122
|
shibbolethCallback(returnUrl?: string, remoteError?: string, options?: any): import("axios").AxiosPromise<any>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -107,6 +107,7 @@ declare const apis: {
|
|
|
107
107
|
};
|
|
108
108
|
ResourceTypeApi: {
|
|
109
109
|
resourceTypeGetEnabledResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation[]>;
|
|
110
|
+
resourceTypeGetEnabledResourceTypesAll(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation[]>;
|
|
110
111
|
resourceTypeGetResourceType(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation>;
|
|
111
112
|
resourceTypeGetResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation[]>;
|
|
112
113
|
};
|
|
@@ -114,7 +115,7 @@ declare const apis: {
|
|
|
114
115
|
roleIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").RoleObject[]>;
|
|
115
116
|
};
|
|
116
117
|
SearchApi: {
|
|
117
|
-
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: string[], pageNumber?: number, pageSize?: number, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search").ItemSearchResult[]>;
|
|
118
|
+
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: string[], categoryFilter?: import("./Coscine.Api.Search").CategoryFilter, orderBy?: import("./Coscine.Api.Search").OrderBy, pageNumber?: number, pageSize?: number, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search").ItemSearchResult[]>;
|
|
118
119
|
};
|
|
119
120
|
ShibbolethApi: {
|
|
120
121
|
shibbolethCallback(returnUrl?: string, remoteError?: string, options?: any): import("axios").AxiosPromise<any>;
|
|
@@ -261,6 +262,7 @@ export declare const ResourceQuotaApi: {
|
|
|
261
262
|
};
|
|
262
263
|
export declare const ResourceTypeApi: {
|
|
263
264
|
resourceTypeGetEnabledResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation[]>;
|
|
265
|
+
resourceTypeGetEnabledResourceTypesAll(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation[]>;
|
|
264
266
|
resourceTypeGetResourceType(id: string, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation>;
|
|
265
267
|
resourceTypeGetResourceTypes(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Resources").ResourceTypeInformation[]>;
|
|
266
268
|
};
|
|
@@ -268,7 +270,7 @@ export declare const RoleApi: {
|
|
|
268
270
|
roleIndex(options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Project").RoleObject[]>;
|
|
269
271
|
};
|
|
270
272
|
export declare const SearchApi: {
|
|
271
|
-
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: string[], pageNumber?: number, pageSize?: number, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search").ItemSearchResult[]>;
|
|
273
|
+
searchSearch(searchQuery?: string, includeUsers?: boolean, useAdvancedSyntax?: boolean, includedLanguages?: string[], categoryFilter?: import("./Coscine.Api.Search").CategoryFilter, orderBy?: import("./Coscine.Api.Search").OrderBy, pageNumber?: number, pageSize?: number, options?: any): import("axios").AxiosPromise<import("./Coscine.Api.Search").ItemSearchResult[]>;
|
|
272
274
|
};
|
|
273
275
|
export declare const ShibbolethApi: {
|
|
274
276
|
shibbolethCallback(returnUrl?: string, remoteError?: string, options?: any): import("axios").AxiosPromise<any>;
|