@coscine/api-client 2.9.1 → 2.9.2
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 +349 -382
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +349 -382
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Coscine.Api.ActivatedFeatures/api.js +470 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/api.js.map +1 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/base.js +65 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/base.js.map +1 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/common.js +153 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/common.js.map +1 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js +43 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/configuration.js.map +1 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/index.js +32 -0
- package/dist/lib/Coscine.Api.ActivatedFeatures/index.js.map +1 -0
- package/dist/lib/Coscine.Api.Admin/api.js +12 -11
- package/dist/lib/Coscine.Api.Admin/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/base.js +3 -1
- package/dist/lib/Coscine.Api.Admin/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/common.js +14 -22
- package/dist/lib/Coscine.Api.Admin/common.js.map +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 +8 -8
- package/dist/lib/Coscine.Api.Blob/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Blob/base.js +3 -1
- package/dist/lib/Coscine.Api.Blob/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Blob/common.js +14 -22
- package/dist/lib/Coscine.Api.Blob/common.js.map +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/api.js +6 -6
- package/dist/lib/Coscine.Api.Metadata/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Metadata/base.js +2 -0
- package/dist/lib/Coscine.Api.Metadata/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Metadata/common.js +13 -21
- package/dist/lib/Coscine.Api.Metadata/common.js.map +1 -1
- package/dist/lib/Coscine.Api.Notices/api.js +2 -2
- package/dist/lib/Coscine.Api.Notices/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Notices/base.js +2 -0
- package/dist/lib/Coscine.Api.Notices/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Notices/common.js +13 -21
- package/dist/lib/Coscine.Api.Notices/common.js.map +1 -1
- package/dist/lib/Coscine.Api.Organization/api.js +6 -6
- package/dist/lib/Coscine.Api.Organization/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Organization/base.js +4 -2
- package/dist/lib/Coscine.Api.Organization/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Organization/common.js +14 -22
- package/dist/lib/Coscine.Api.Organization/common.js.map +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 +3 -3
- package/dist/lib/Coscine.Api.Pid/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Pid/base.js +3 -1
- package/dist/lib/Coscine.Api.Pid/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Pid/common.js +14 -22
- package/dist/lib/Coscine.Api.Pid/common.js.map +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 +41 -44
- package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Project/base.js +3 -1
- package/dist/lib/Coscine.Api.Project/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Project/common.js +14 -22
- package/dist/lib/Coscine.Api.Project/common.js.map +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 +44 -41
- package/dist/lib/Coscine.Api.Resources/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Resources/base.js +3 -1
- package/dist/lib/Coscine.Api.Resources/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Resources/common.js +14 -22
- package/dist/lib/Coscine.Api.Resources/common.js.map +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/api.js +9 -9
- package/dist/lib/Coscine.Api.STS/api.js.map +1 -1
- package/dist/lib/Coscine.Api.STS/base.js +2 -0
- package/dist/lib/Coscine.Api.STS/base.js.map +1 -1
- package/dist/lib/Coscine.Api.STS/common.js +13 -21
- package/dist/lib/Coscine.Api.STS/common.js.map +1 -1
- package/dist/lib/Coscine.Api.Search/api.js +8 -7
- package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Search/base.js +4 -2
- package/dist/lib/Coscine.Api.Search/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Search/common.js +14 -22
- package/dist/lib/Coscine.Api.Search/common.js.map +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/api.js +5 -5
- package/dist/lib/Coscine.Api.Token/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Token/base.js +2 -0
- package/dist/lib/Coscine.Api.Token/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Token/common.js +13 -21
- package/dist/lib/Coscine.Api.Token/common.js.map +1 -1
- package/dist/lib/Coscine.Api.Tree/api.js +3 -3
- package/dist/lib/Coscine.Api.Tree/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Tree/base.js +3 -1
- package/dist/lib/Coscine.Api.Tree/base.js.map +1 -1
- package/dist/lib/Coscine.Api.Tree/common.js +14 -22
- package/dist/lib/Coscine.Api.Tree/common.js.map +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 +13 -13
- package/dist/lib/Coscine.Api.User/api.js.map +1 -1
- package/dist/lib/Coscine.Api.User/base.js +3 -1
- package/dist/lib/Coscine.Api.User/base.js.map +1 -1
- package/dist/lib/Coscine.Api.User/common.js +14 -22
- package/dist/lib/Coscine.Api.User/common.js.map +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.ActivatedFeatures/api.d.ts +279 -0
- package/dist/types/Coscine.Api.ActivatedFeatures/base.d.ts +55 -0
- package/dist/types/Coscine.Api.ActivatedFeatures/common.d.ts +65 -0
- package/dist/types/Coscine.Api.ActivatedFeatures/configuration.d.ts +83 -0
- package/dist/types/Coscine.Api.ActivatedFeatures/index.d.ts +13 -0
- package/dist/types/Coscine.Api.Admin/api.d.ts +40 -66
- package/dist/types/Coscine.Api.Admin/base.d.ts +5 -4
- package/dist/types/Coscine.Api.Admin/common.d.ts +5 -5
- 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 +20 -21
- package/dist/types/Coscine.Api.Blob/base.d.ts +5 -4
- package/dist/types/Coscine.Api.Blob/common.d.ts +5 -5
- 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.Metadata/api.d.ts +31 -32
- package/dist/types/Coscine.Api.Metadata/base.d.ts +4 -3
- package/dist/types/Coscine.Api.Metadata/common.d.ts +4 -4
- package/dist/types/Coscine.Api.Notices/api.d.ts +16 -17
- package/dist/types/Coscine.Api.Notices/base.d.ts +4 -3
- package/dist/types/Coscine.Api.Notices/common.d.ts +4 -4
- package/dist/types/Coscine.Api.Organization/api.d.ts +24 -25
- package/dist/types/Coscine.Api.Organization/base.d.ts +5 -4
- package/dist/types/Coscine.Api.Organization/common.d.ts +5 -5
- 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 +18 -19
- package/dist/types/Coscine.Api.Pid/base.d.ts +5 -4
- package/dist/types/Coscine.Api.Pid/common.d.ts +5 -5
- 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 +225 -271
- package/dist/types/Coscine.Api.Project/base.d.ts +5 -4
- package/dist/types/Coscine.Api.Project/common.d.ts +5 -5
- 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 +240 -299
- package/dist/types/Coscine.Api.Resources/base.d.ts +5 -4
- package/dist/types/Coscine.Api.Resources/common.d.ts +5 -5
- 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.STS/api.d.ts +41 -42
- package/dist/types/Coscine.Api.STS/base.d.ts +4 -3
- package/dist/types/Coscine.Api.STS/common.d.ts +4 -4
- package/dist/types/Coscine.Api.Search/api.d.ts +17 -25
- package/dist/types/Coscine.Api.Search/base.d.ts +5 -4
- package/dist/types/Coscine.Api.Search/common.d.ts +5 -5
- 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.Token/api.d.ts +33 -34
- package/dist/types/Coscine.Api.Token/base.d.ts +4 -3
- package/dist/types/Coscine.Api.Token/common.d.ts +4 -4
- package/dist/types/Coscine.Api.Tree/api.d.ts +12 -13
- package/dist/types/Coscine.Api.Tree/base.d.ts +5 -4
- package/dist/types/Coscine.Api.Tree/common.d.ts +5 -5
- 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 +72 -83
- package/dist/types/Coscine.Api.User/base.d.ts +5 -4
- package/dist/types/Coscine.Api.User/common.d.ts +5 -5
- 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 +40 -40
- package/dist/types/index.d.ts +80 -80
- package/package.json +1 -1
|
@@ -9,10 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { BaseAPI } from './base';
|
|
12
|
+
import { Configuration } from './configuration';
|
|
13
|
+
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
14
|
+
import { RequestArgs, BaseAPI } from './base';
|
|
16
15
|
/**
|
|
17
16
|
* Parameter object containing the application profile informations.
|
|
18
17
|
* @export
|
|
@@ -24,25 +23,25 @@ export interface ApplicationProfile {
|
|
|
24
23
|
* @type {string}
|
|
25
24
|
* @memberof ApplicationProfile
|
|
26
25
|
*/
|
|
27
|
-
|
|
26
|
+
name?: string | null;
|
|
28
27
|
/**
|
|
29
28
|
* Base URL of the application profile
|
|
30
29
|
* @type {string}
|
|
31
30
|
* @memberof ApplicationProfile
|
|
32
31
|
*/
|
|
33
|
-
|
|
32
|
+
base_url?: string | null;
|
|
34
33
|
/**
|
|
35
34
|
* Definition of the application profile
|
|
36
35
|
* @type {string}
|
|
37
36
|
* @memberof ApplicationProfile
|
|
38
37
|
*/
|
|
39
|
-
|
|
38
|
+
definition?: string | null;
|
|
40
39
|
/**
|
|
41
40
|
* Mime type of the application profile
|
|
42
41
|
* @type {string}
|
|
43
42
|
* @memberof ApplicationProfile
|
|
44
43
|
*/
|
|
45
|
-
|
|
44
|
+
mimeType?: string | null;
|
|
46
45
|
}
|
|
47
46
|
/**
|
|
48
47
|
* Bilingual labels
|
|
@@ -55,13 +54,13 @@ export interface BilingualLabels {
|
|
|
55
54
|
* @type {Array<Label>}
|
|
56
55
|
* @memberof BilingualLabels
|
|
57
56
|
*/
|
|
58
|
-
|
|
57
|
+
en?: Array<Label> | null;
|
|
59
58
|
/**
|
|
60
59
|
* German labels
|
|
61
60
|
* @type {Array<Label>}
|
|
62
61
|
* @memberof BilingualLabels
|
|
63
62
|
*/
|
|
64
|
-
|
|
63
|
+
de?: Array<Label> | null;
|
|
65
64
|
}
|
|
66
65
|
/**
|
|
67
66
|
* Label of a vocabulary entry
|
|
@@ -74,13 +73,13 @@ export interface Label {
|
|
|
74
73
|
* @type {string}
|
|
75
74
|
* @memberof Label
|
|
76
75
|
*/
|
|
77
|
-
|
|
76
|
+
name?: string | null;
|
|
78
77
|
/**
|
|
79
78
|
* Name of the application profile
|
|
80
79
|
* @type {string}
|
|
81
80
|
* @memberof Label
|
|
82
81
|
*/
|
|
83
|
-
|
|
82
|
+
value?: string | null;
|
|
84
83
|
}
|
|
85
84
|
/**
|
|
86
85
|
* MetadataApi - axios parameter creator
|
|
@@ -94,7 +93,7 @@ export declare const MetadataApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
94
93
|
* @param {*} [options] Override http request option.
|
|
95
94
|
* @throws {RequiredError}
|
|
96
95
|
*/
|
|
97
|
-
metadataGetClassInstances: (className: string, options?:
|
|
96
|
+
metadataGetClassInstances: (className: string, options?: any) => Promise<RequestArgs>;
|
|
98
97
|
/**
|
|
99
98
|
*
|
|
100
99
|
* @summary This method returns the application profile for the given profileUrl.
|
|
@@ -102,21 +101,21 @@ export declare const MetadataApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
102
101
|
* @param {*} [options] Override http request option.
|
|
103
102
|
* @throws {RequiredError}
|
|
104
103
|
*/
|
|
105
|
-
metadataGetProfile: (profile: string, options?:
|
|
104
|
+
metadataGetProfile: (profile: string, options?: any) => Promise<RequestArgs>;
|
|
106
105
|
/**
|
|
107
106
|
*
|
|
108
107
|
* @summary This method returns all application profiles.
|
|
109
108
|
* @param {*} [options] Override http request option.
|
|
110
109
|
* @throws {RequiredError}
|
|
111
110
|
*/
|
|
112
|
-
metadataGetProfiles: (options?:
|
|
111
|
+
metadataGetProfiles: (options?: any) => Promise<RequestArgs>;
|
|
113
112
|
/**
|
|
114
113
|
*
|
|
115
114
|
* @summary This method returns a list of all vocabularies.
|
|
116
115
|
* @param {*} [options] Override http request option.
|
|
117
116
|
* @throws {RequiredError}
|
|
118
117
|
*/
|
|
119
|
-
metadataGetVocabularies: (options?:
|
|
118
|
+
metadataGetVocabularies: (options?: any) => Promise<RequestArgs>;
|
|
120
119
|
/**
|
|
121
120
|
*
|
|
122
121
|
* @summary This method returns a specific vocabulary.
|
|
@@ -124,7 +123,7 @@ export declare const MetadataApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
124
123
|
* @param {*} [options] Override http request option.
|
|
125
124
|
* @throws {RequiredError}
|
|
126
125
|
*/
|
|
127
|
-
metadataGetVocabulary: (path: string, options?:
|
|
126
|
+
metadataGetVocabulary: (path: string, options?: any) => Promise<RequestArgs>;
|
|
128
127
|
/**
|
|
129
128
|
*
|
|
130
129
|
* @summary Create a request for storing a given application profile.
|
|
@@ -132,7 +131,7 @@ export declare const MetadataApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
132
131
|
* @param {*} [options] Override http request option.
|
|
133
132
|
* @throws {RequiredError}
|
|
134
133
|
*/
|
|
135
|
-
metadataSaveApplicationProfile: (applicationProfile: ApplicationProfile, options?:
|
|
134
|
+
metadataSaveApplicationProfile: (applicationProfile: ApplicationProfile, options?: any) => Promise<RequestArgs>;
|
|
136
135
|
};
|
|
137
136
|
/**
|
|
138
137
|
* MetadataApi - functional programming interface
|
|
@@ -146,7 +145,7 @@ export declare const MetadataApiFp: (configuration?: Configuration) => {
|
|
|
146
145
|
* @param {*} [options] Override http request option.
|
|
147
146
|
* @throws {RequiredError}
|
|
148
147
|
*/
|
|
149
|
-
metadataGetClassInstances(className: string, options?:
|
|
148
|
+
metadataGetClassInstances(className: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BilingualLabels>>;
|
|
150
149
|
/**
|
|
151
150
|
*
|
|
152
151
|
* @summary This method returns the application profile for the given profileUrl.
|
|
@@ -154,21 +153,21 @@ export declare const MetadataApiFp: (configuration?: Configuration) => {
|
|
|
154
153
|
* @param {*} [options] Override http request option.
|
|
155
154
|
* @throws {RequiredError}
|
|
156
155
|
*/
|
|
157
|
-
metadataGetProfile(profile: string, options?:
|
|
156
|
+
metadataGetProfile(profile: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
158
157
|
/**
|
|
159
158
|
*
|
|
160
159
|
* @summary This method returns all application profiles.
|
|
161
160
|
* @param {*} [options] Override http request option.
|
|
162
161
|
* @throws {RequiredError}
|
|
163
162
|
*/
|
|
164
|
-
metadataGetProfiles(options?:
|
|
163
|
+
metadataGetProfiles(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
165
164
|
/**
|
|
166
165
|
*
|
|
167
166
|
* @summary This method returns a list of all vocabularies.
|
|
168
167
|
* @param {*} [options] Override http request option.
|
|
169
168
|
* @throws {RequiredError}
|
|
170
169
|
*/
|
|
171
|
-
metadataGetVocabularies(options?:
|
|
170
|
+
metadataGetVocabularies(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<string>>>;
|
|
172
171
|
/**
|
|
173
172
|
*
|
|
174
173
|
* @summary This method returns a specific vocabulary.
|
|
@@ -176,7 +175,7 @@ export declare const MetadataApiFp: (configuration?: Configuration) => {
|
|
|
176
175
|
* @param {*} [options] Override http request option.
|
|
177
176
|
* @throws {RequiredError}
|
|
178
177
|
*/
|
|
179
|
-
metadataGetVocabulary(path: string, options?:
|
|
178
|
+
metadataGetVocabulary(path: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BilingualLabels>>;
|
|
180
179
|
/**
|
|
181
180
|
*
|
|
182
181
|
* @summary Create a request for storing a given application profile.
|
|
@@ -184,7 +183,7 @@ export declare const MetadataApiFp: (configuration?: Configuration) => {
|
|
|
184
183
|
* @param {*} [options] Override http request option.
|
|
185
184
|
* @throws {RequiredError}
|
|
186
185
|
*/
|
|
187
|
-
metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?:
|
|
186
|
+
metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
188
187
|
};
|
|
189
188
|
/**
|
|
190
189
|
* MetadataApi - factory interface
|
|
@@ -206,7 +205,7 @@ export declare const MetadataApiFactory: (configuration?: Configuration, basePat
|
|
|
206
205
|
* @param {*} [options] Override http request option.
|
|
207
206
|
* @throws {RequiredError}
|
|
208
207
|
*/
|
|
209
|
-
metadataGetProfile(profile: string, options?: any): AxiosPromise<
|
|
208
|
+
metadataGetProfile(profile: string, options?: any): AxiosPromise<any>;
|
|
210
209
|
/**
|
|
211
210
|
*
|
|
212
211
|
* @summary This method returns all application profiles.
|
|
@@ -236,7 +235,7 @@ export declare const MetadataApiFactory: (configuration?: Configuration, basePat
|
|
|
236
235
|
* @param {*} [options] Override http request option.
|
|
237
236
|
* @throws {RequiredError}
|
|
238
237
|
*/
|
|
239
|
-
metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: any): AxiosPromise<
|
|
238
|
+
metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: any): AxiosPromise<any>;
|
|
240
239
|
};
|
|
241
240
|
/**
|
|
242
241
|
* MetadataApi - object-oriented interface
|
|
@@ -253,7 +252,7 @@ export declare class MetadataApi extends BaseAPI {
|
|
|
253
252
|
* @throws {RequiredError}
|
|
254
253
|
* @memberof MetadataApi
|
|
255
254
|
*/
|
|
256
|
-
metadataGetClassInstances(className: string, options?:
|
|
255
|
+
metadataGetClassInstances(className: string, options?: any): Promise<import("axios").AxiosResponse<BilingualLabels>>;
|
|
257
256
|
/**
|
|
258
257
|
*
|
|
259
258
|
* @summary This method returns the application profile for the given profileUrl.
|
|
@@ -262,7 +261,7 @@ export declare class MetadataApi extends BaseAPI {
|
|
|
262
261
|
* @throws {RequiredError}
|
|
263
262
|
* @memberof MetadataApi
|
|
264
263
|
*/
|
|
265
|
-
metadataGetProfile(profile: string, options?:
|
|
264
|
+
metadataGetProfile(profile: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
266
265
|
/**
|
|
267
266
|
*
|
|
268
267
|
* @summary This method returns all application profiles.
|
|
@@ -270,7 +269,7 @@ export declare class MetadataApi extends BaseAPI {
|
|
|
270
269
|
* @throws {RequiredError}
|
|
271
270
|
* @memberof MetadataApi
|
|
272
271
|
*/
|
|
273
|
-
metadataGetProfiles(options?:
|
|
272
|
+
metadataGetProfiles(options?: any): Promise<import("axios").AxiosResponse<string[]>>;
|
|
274
273
|
/**
|
|
275
274
|
*
|
|
276
275
|
* @summary This method returns a list of all vocabularies.
|
|
@@ -278,7 +277,7 @@ export declare class MetadataApi extends BaseAPI {
|
|
|
278
277
|
* @throws {RequiredError}
|
|
279
278
|
* @memberof MetadataApi
|
|
280
279
|
*/
|
|
281
|
-
metadataGetVocabularies(options?:
|
|
280
|
+
metadataGetVocabularies(options?: any): Promise<import("axios").AxiosResponse<string[]>>;
|
|
282
281
|
/**
|
|
283
282
|
*
|
|
284
283
|
* @summary This method returns a specific vocabulary.
|
|
@@ -287,7 +286,7 @@ export declare class MetadataApi extends BaseAPI {
|
|
|
287
286
|
* @throws {RequiredError}
|
|
288
287
|
* @memberof MetadataApi
|
|
289
288
|
*/
|
|
290
|
-
metadataGetVocabulary(path: string, options?:
|
|
289
|
+
metadataGetVocabulary(path: string, options?: any): Promise<import("axios").AxiosResponse<BilingualLabels>>;
|
|
291
290
|
/**
|
|
292
291
|
*
|
|
293
292
|
* @summary Create a request for storing a given application profile.
|
|
@@ -296,5 +295,5 @@ export declare class MetadataApi extends BaseAPI {
|
|
|
296
295
|
* @throws {RequiredError}
|
|
297
296
|
* @memberof MetadataApi
|
|
298
297
|
*/
|
|
299
|
-
metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?:
|
|
298
|
+
metadataSaveApplicationProfile(applicationProfile: ApplicationProfile, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
300
299
|
}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
12
|
+
import { Configuration } from "./configuration";
|
|
13
|
+
import { AxiosInstance } from 'axios';
|
|
14
14
|
export declare const BASE_PATH: string;
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
@@ -29,7 +29,7 @@ export declare const COLLECTION_FORMATS: {
|
|
|
29
29
|
*/
|
|
30
30
|
export interface RequestArgs {
|
|
31
31
|
url: string;
|
|
32
|
-
options:
|
|
32
|
+
options: any;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
@@ -50,5 +50,6 @@ export declare class BaseAPI {
|
|
|
50
50
|
*/
|
|
51
51
|
export declare class RequiredError extends Error {
|
|
52
52
|
field: string;
|
|
53
|
+
name: "RequiredError";
|
|
53
54
|
constructor(field: string, msg?: string);
|
|
54
55
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
12
|
+
import { Configuration } from "./configuration";
|
|
13
|
+
import { RequestArgs } from "./base";
|
|
14
|
+
import { AxiosInstance } from 'axios';
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
@@ -62,4 +62,4 @@ export declare const toPathString: (url: URL) => string;
|
|
|
62
62
|
*
|
|
63
63
|
* @export
|
|
64
64
|
*/
|
|
65
|
-
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) =>
|
|
65
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => (axios?: AxiosInstance, basePath?: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
@@ -9,10 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { BaseAPI } from './base';
|
|
12
|
+
import { Configuration } from './configuration';
|
|
13
|
+
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
14
|
+
import { RequestArgs, BaseAPI } from './base';
|
|
16
15
|
/**
|
|
17
16
|
* This class represents a maintenance with its significant properties, which is returned from the api.
|
|
18
17
|
* @export
|
|
@@ -24,37 +23,37 @@ export interface MaintenanceReturnObject {
|
|
|
24
23
|
* @type {string}
|
|
25
24
|
* @memberof MaintenanceReturnObject
|
|
26
25
|
*/
|
|
27
|
-
|
|
26
|
+
displayName?: string | null;
|
|
28
27
|
/**
|
|
29
28
|
* Maintenance url.
|
|
30
29
|
* @type {string}
|
|
31
30
|
* @memberof MaintenanceReturnObject
|
|
32
31
|
*/
|
|
33
|
-
|
|
32
|
+
url?: string | null;
|
|
34
33
|
/**
|
|
35
34
|
* Maintenance type.
|
|
36
35
|
* @type {string}
|
|
37
36
|
* @memberof MaintenanceReturnObject
|
|
38
37
|
*/
|
|
39
|
-
|
|
38
|
+
type?: string | null;
|
|
40
39
|
/**
|
|
41
40
|
* Maintenance description.
|
|
42
41
|
* @type {string}
|
|
43
42
|
* @memberof MaintenanceReturnObject
|
|
44
43
|
*/
|
|
45
|
-
|
|
44
|
+
body?: string | null;
|
|
46
45
|
/**
|
|
47
46
|
* Maintenance start.
|
|
48
47
|
* @type {string}
|
|
49
48
|
* @memberof MaintenanceReturnObject
|
|
50
49
|
*/
|
|
51
|
-
|
|
50
|
+
startsDate?: string | null;
|
|
52
51
|
/**
|
|
53
52
|
* Maintenance end.
|
|
54
53
|
* @type {string}
|
|
55
54
|
* @memberof MaintenanceReturnObject
|
|
56
55
|
*/
|
|
57
|
-
|
|
56
|
+
endsDate?: string | null;
|
|
58
57
|
}
|
|
59
58
|
/**
|
|
60
59
|
* NoticeApi - axios parameter creator
|
|
@@ -67,7 +66,7 @@ export declare const NoticeApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
67
66
|
* @param {*} [options] Override http request option.
|
|
68
67
|
* @throws {RequiredError}
|
|
69
68
|
*/
|
|
70
|
-
noticeGetMaintenance: (options?:
|
|
69
|
+
noticeGetMaintenance: (options?: any) => Promise<RequestArgs>;
|
|
71
70
|
/**
|
|
72
71
|
*
|
|
73
72
|
* @summary Returns a notice
|
|
@@ -77,7 +76,7 @@ export declare const NoticeApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
77
76
|
* @deprecated
|
|
78
77
|
* @throws {RequiredError}
|
|
79
78
|
*/
|
|
80
|
-
noticeGetNotice: (documentSlug: string, language?: string, options?:
|
|
79
|
+
noticeGetNotice: (documentSlug: string, language?: string, options?: any) => Promise<RequestArgs>;
|
|
81
80
|
};
|
|
82
81
|
/**
|
|
83
82
|
* NoticeApi - functional programming interface
|
|
@@ -90,7 +89,7 @@ export declare const NoticeApiFp: (configuration?: Configuration) => {
|
|
|
90
89
|
* @param {*} [options] Override http request option.
|
|
91
90
|
* @throws {RequiredError}
|
|
92
91
|
*/
|
|
93
|
-
noticeGetMaintenance(options?:
|
|
92
|
+
noticeGetMaintenance(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MaintenanceReturnObject>>;
|
|
94
93
|
/**
|
|
95
94
|
*
|
|
96
95
|
* @summary Returns a notice
|
|
@@ -100,7 +99,7 @@ export declare const NoticeApiFp: (configuration?: Configuration) => {
|
|
|
100
99
|
* @deprecated
|
|
101
100
|
* @throws {RequiredError}
|
|
102
101
|
*/
|
|
103
|
-
noticeGetNotice(documentSlug: string, language?: string, options?:
|
|
102
|
+
noticeGetNotice(documentSlug: string, language?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
104
103
|
};
|
|
105
104
|
/**
|
|
106
105
|
* NoticeApi - factory interface
|
|
@@ -123,7 +122,7 @@ export declare const NoticeApiFactory: (configuration?: Configuration, basePath?
|
|
|
123
122
|
* @deprecated
|
|
124
123
|
* @throws {RequiredError}
|
|
125
124
|
*/
|
|
126
|
-
noticeGetNotice(documentSlug: string, language?: string, options?: any): AxiosPromise<
|
|
125
|
+
noticeGetNotice(documentSlug: string, language?: string, options?: any): AxiosPromise<any>;
|
|
127
126
|
};
|
|
128
127
|
/**
|
|
129
128
|
* NoticeApi - object-oriented interface
|
|
@@ -139,7 +138,7 @@ export declare class NoticeApi extends BaseAPI {
|
|
|
139
138
|
* @throws {RequiredError}
|
|
140
139
|
* @memberof NoticeApi
|
|
141
140
|
*/
|
|
142
|
-
noticeGetMaintenance(options?:
|
|
141
|
+
noticeGetMaintenance(options?: any): Promise<import("axios").AxiosResponse<MaintenanceReturnObject>>;
|
|
143
142
|
/**
|
|
144
143
|
*
|
|
145
144
|
* @summary Returns a notice
|
|
@@ -150,5 +149,5 @@ export declare class NoticeApi extends BaseAPI {
|
|
|
150
149
|
* @throws {RequiredError}
|
|
151
150
|
* @memberof NoticeApi
|
|
152
151
|
*/
|
|
153
|
-
noticeGetNotice(documentSlug: string, language?: string, options?:
|
|
152
|
+
noticeGetNotice(documentSlug: string, language?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
154
153
|
}
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
12
|
+
import { Configuration } from "./configuration";
|
|
13
|
+
import { AxiosInstance } from 'axios';
|
|
14
14
|
export declare const BASE_PATH: string;
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
@@ -29,7 +29,7 @@ export declare const COLLECTION_FORMATS: {
|
|
|
29
29
|
*/
|
|
30
30
|
export interface RequestArgs {
|
|
31
31
|
url: string;
|
|
32
|
-
options:
|
|
32
|
+
options: any;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
@@ -50,5 +50,6 @@ export declare class BaseAPI {
|
|
|
50
50
|
*/
|
|
51
51
|
export declare class RequiredError extends Error {
|
|
52
52
|
field: string;
|
|
53
|
+
name: "RequiredError";
|
|
53
54
|
constructor(field: string, msg?: string);
|
|
54
55
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
12
|
+
import { Configuration } from "./configuration";
|
|
13
|
+
import { RequestArgs } from "./base";
|
|
14
|
+
import { AxiosInstance } from 'axios';
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
17
17
|
* @export
|
|
@@ -62,4 +62,4 @@ export declare const toPathString: (url: URL) => string;
|
|
|
62
62
|
*
|
|
63
63
|
* @export
|
|
64
64
|
*/
|
|
65
|
-
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) =>
|
|
65
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => (axios?: AxiosInstance, basePath?: string) => Promise<import("axios").AxiosResponse<any>>;
|
|
@@ -2,17 +2,16 @@
|
|
|
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.2
|
|
5
|
+
* The version of the OpenAPI document: 2.1.2
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { BaseAPI } from './base';
|
|
12
|
+
import { Configuration } from './configuration';
|
|
13
|
+
import { AxiosPromise, AxiosInstance } from 'axios';
|
|
14
|
+
import { RequestArgs, BaseAPI } from './base';
|
|
16
15
|
/**
|
|
17
16
|
* Object for representing the isMember relationship
|
|
18
17
|
* @export
|
|
@@ -24,7 +23,7 @@ export interface IsMemberObject {
|
|
|
24
23
|
* @type {boolean}
|
|
25
24
|
* @memberof IsMemberObject
|
|
26
25
|
*/
|
|
27
|
-
|
|
26
|
+
isMember?: boolean;
|
|
28
27
|
}
|
|
29
28
|
/**
|
|
30
29
|
* Information about an Organization
|
|
@@ -37,19 +36,19 @@ export interface OrganizationObject {
|
|
|
37
36
|
* @type {string}
|
|
38
37
|
* @memberof OrganizationObject
|
|
39
38
|
*/
|
|
40
|
-
|
|
39
|
+
displayName?: string | null;
|
|
41
40
|
/**
|
|
42
41
|
* ROR Id of the Organization
|
|
43
42
|
* @type {string}
|
|
44
43
|
* @memberof OrganizationObject
|
|
45
44
|
*/
|
|
46
|
-
|
|
45
|
+
url?: string | null;
|
|
47
46
|
/**
|
|
48
47
|
* Optional: Contact E-Mail
|
|
49
48
|
* @type {string}
|
|
50
49
|
* @memberof OrganizationObject
|
|
51
50
|
*/
|
|
52
|
-
|
|
51
|
+
email?: string | null;
|
|
53
52
|
}
|
|
54
53
|
/**
|
|
55
54
|
* Wrapping the request (to stay compatible to the old implementation)
|
|
@@ -62,7 +61,7 @@ export interface WrapperObject {
|
|
|
62
61
|
* @type {Array<OrganizationObject>}
|
|
63
62
|
* @memberof WrapperObject
|
|
64
63
|
*/
|
|
65
|
-
|
|
64
|
+
data?: Array<OrganizationObject> | null;
|
|
66
65
|
}
|
|
67
66
|
/**
|
|
68
67
|
* OrganizationApi - axios parameter creator
|
|
@@ -76,7 +75,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
76
75
|
* @param {*} [options] Override http request option.
|
|
77
76
|
* @throws {RequiredError}
|
|
78
77
|
*/
|
|
79
|
-
organizationGetOrganization: (url: string, options?:
|
|
78
|
+
organizationGetOrganization: (url: string, options?: any) => Promise<RequestArgs>;
|
|
80
79
|
/**
|
|
81
80
|
*
|
|
82
81
|
* @summary Returns all labels and urls from the ror graph.
|
|
@@ -84,7 +83,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
84
83
|
* @param {*} [options] Override http request option.
|
|
85
84
|
* @throws {RequiredError}
|
|
86
85
|
*/
|
|
87
|
-
organizationGetROR: (filter?: string, options?:
|
|
86
|
+
organizationGetROR: (filter?: string, options?: any) => Promise<RequestArgs>;
|
|
88
87
|
/**
|
|
89
88
|
*
|
|
90
89
|
* @summary Returns all organizations that match the provided criterea.
|
|
@@ -93,7 +92,7 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
93
92
|
* @param {*} [options] Override http request option.
|
|
94
93
|
* @throws {RequiredError}
|
|
95
94
|
*/
|
|
96
|
-
organizationIndex: (member?: number, filter?: string, options?:
|
|
95
|
+
organizationIndex: (member?: number, filter?: string, options?: any) => Promise<RequestArgs>;
|
|
97
96
|
/**
|
|
98
97
|
*
|
|
99
98
|
* @summary Returns true if the current user is a member of the given organization.
|
|
@@ -101,14 +100,14 @@ export declare const OrganizationApiAxiosParamCreator: (configuration?: Configur
|
|
|
101
100
|
* @param {*} [options] Override http request option.
|
|
102
101
|
* @throws {RequiredError}
|
|
103
102
|
*/
|
|
104
|
-
organizationIsMember: (url: string, options?:
|
|
103
|
+
organizationIsMember: (url: string, options?: any) => Promise<RequestArgs>;
|
|
105
104
|
/**
|
|
106
105
|
*
|
|
107
106
|
* @summary Returns a list of organizations in which the current user is a member.
|
|
108
107
|
* @param {*} [options] Override http request option.
|
|
109
108
|
* @throws {RequiredError}
|
|
110
109
|
*/
|
|
111
|
-
organizationIsMember2: (options?:
|
|
110
|
+
organizationIsMember2: (options?: any) => Promise<RequestArgs>;
|
|
112
111
|
};
|
|
113
112
|
/**
|
|
114
113
|
* OrganizationApi - functional programming interface
|
|
@@ -122,7 +121,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
122
121
|
* @param {*} [options] Override http request option.
|
|
123
122
|
* @throws {RequiredError}
|
|
124
123
|
*/
|
|
125
|
-
organizationGetOrganization(url: string, options?:
|
|
124
|
+
organizationGetOrganization(url: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>>;
|
|
126
125
|
/**
|
|
127
126
|
*
|
|
128
127
|
* @summary Returns all labels and urls from the ror graph.
|
|
@@ -130,7 +129,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
130
129
|
* @param {*} [options] Override http request option.
|
|
131
130
|
* @throws {RequiredError}
|
|
132
131
|
*/
|
|
133
|
-
organizationGetROR(filter?: string, options?:
|
|
132
|
+
organizationGetROR(filter?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>>;
|
|
134
133
|
/**
|
|
135
134
|
*
|
|
136
135
|
* @summary Returns all organizations that match the provided criterea.
|
|
@@ -139,7 +138,7 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
139
138
|
* @param {*} [options] Override http request option.
|
|
140
139
|
* @throws {RequiredError}
|
|
141
140
|
*/
|
|
142
|
-
organizationIndex(member?: number, filter?: string, options?:
|
|
141
|
+
organizationIndex(member?: number, filter?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>>;
|
|
143
142
|
/**
|
|
144
143
|
*
|
|
145
144
|
* @summary Returns true if the current user is a member of the given organization.
|
|
@@ -147,14 +146,14 @@ export declare const OrganizationApiFp: (configuration?: Configuration) => {
|
|
|
147
146
|
* @param {*} [options] Override http request option.
|
|
148
147
|
* @throws {RequiredError}
|
|
149
148
|
*/
|
|
150
|
-
organizationIsMember(url: string, options?:
|
|
149
|
+
organizationIsMember(url: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<IsMemberObject>>;
|
|
151
150
|
/**
|
|
152
151
|
*
|
|
153
152
|
* @summary Returns a list of organizations in which the current user is a member.
|
|
154
153
|
* @param {*} [options] Override http request option.
|
|
155
154
|
* @throws {RequiredError}
|
|
156
155
|
*/
|
|
157
|
-
organizationIsMember2(options?:
|
|
156
|
+
organizationIsMember2(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WrapperObject>>;
|
|
158
157
|
};
|
|
159
158
|
/**
|
|
160
159
|
* OrganizationApi - factory interface
|
|
@@ -217,7 +216,7 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
217
216
|
* @throws {RequiredError}
|
|
218
217
|
* @memberof OrganizationApi
|
|
219
218
|
*/
|
|
220
|
-
organizationGetOrganization(url: string, options?:
|
|
219
|
+
organizationGetOrganization(url: string, options?: any): Promise<import("axios").AxiosResponse<WrapperObject>>;
|
|
221
220
|
/**
|
|
222
221
|
*
|
|
223
222
|
* @summary Returns all labels and urls from the ror graph.
|
|
@@ -226,7 +225,7 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
226
225
|
* @throws {RequiredError}
|
|
227
226
|
* @memberof OrganizationApi
|
|
228
227
|
*/
|
|
229
|
-
organizationGetROR(filter?: string, options?:
|
|
228
|
+
organizationGetROR(filter?: string, options?: any): Promise<import("axios").AxiosResponse<WrapperObject>>;
|
|
230
229
|
/**
|
|
231
230
|
*
|
|
232
231
|
* @summary Returns all organizations that match the provided criterea.
|
|
@@ -236,7 +235,7 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
236
235
|
* @throws {RequiredError}
|
|
237
236
|
* @memberof OrganizationApi
|
|
238
237
|
*/
|
|
239
|
-
organizationIndex(member?: number, filter?: string, options?:
|
|
238
|
+
organizationIndex(member?: number, filter?: string, options?: any): Promise<import("axios").AxiosResponse<WrapperObject>>;
|
|
240
239
|
/**
|
|
241
240
|
*
|
|
242
241
|
* @summary Returns true if the current user is a member of the given organization.
|
|
@@ -245,7 +244,7 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
245
244
|
* @throws {RequiredError}
|
|
246
245
|
* @memberof OrganizationApi
|
|
247
246
|
*/
|
|
248
|
-
organizationIsMember(url: string, options?:
|
|
247
|
+
organizationIsMember(url: string, options?: any): Promise<import("axios").AxiosResponse<IsMemberObject>>;
|
|
249
248
|
/**
|
|
250
249
|
*
|
|
251
250
|
* @summary Returns a list of organizations in which the current user is a member.
|
|
@@ -253,5 +252,5 @@ export declare class OrganizationApi extends BaseAPI {
|
|
|
253
252
|
* @throws {RequiredError}
|
|
254
253
|
* @memberof OrganizationApi
|
|
255
254
|
*/
|
|
256
|
-
organizationIsMember2(options?:
|
|
255
|
+
organizationIsMember2(options?: any): Promise<import("axios").AxiosResponse<WrapperObject>>;
|
|
257
256
|
}
|