@coscine/api-client 3.8.0 → 3.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 +2814 -2600
- package/dist/types/Coscine.Api/@coscine/api/admin-api.d.ts +48 -48
- package/dist/types/Coscine.Api/@coscine/api/application-profile-api.d.ts +28 -28
- package/dist/types/Coscine.Api/@coscine/api/blob-api.d.ts +22 -22
- package/dist/types/Coscine.Api/@coscine/api/discipline-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/handle-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/language-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/license-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/maintenance-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/organization-api.d.ts +25 -16
- package/dist/types/Coscine.Api/@coscine/api/pid-api.d.ts +21 -21
- package/dist/types/Coscine.Api/@coscine/api/project-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-invitation-api.d.ts +25 -25
- package/dist/types/Coscine.Api/@coscine/api/project-member-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-publication-request-api.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/api/project-quota-api.d.ts +21 -21
- package/dist/types/Coscine.Api/@coscine/api/project-resource-api.d.ts +30 -30
- package/dist/types/Coscine.Api/@coscine/api/project-resource-quota-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/project-resource-type-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/provenance-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/resource-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/resource-type-api.d.ts +31 -31
- package/dist/types/Coscine.Api/@coscine/api/role-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/search-api.d.ts +12 -12
- package/dist/types/Coscine.Api/@coscine/api/self-api-token-api.d.ts +25 -25
- package/dist/types/Coscine.Api/@coscine/api/self-api.d.ts +36 -36
- package/dist/types/Coscine.Api/@coscine/api/self-session-api.d.ts +219 -0
- package/dist/types/Coscine.Api/@coscine/api/title-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/tos-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/tree-api.d.ts +47 -47
- package/dist/types/Coscine.Api/@coscine/api/user-api.d.ts +11 -11
- package/dist/types/Coscine.Api/@coscine/api/visibility-api.d.ts +16 -16
- package/dist/types/Coscine.Api/@coscine/api/vocabulary-api.d.ts +22 -22
- package/dist/types/Coscine.Api/@coscine/model/activity-log-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/api-token-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/application-profile-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/deployed-graph-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/discipline-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-creation-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/extracted-metadata-tree-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/file-action-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-actions-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/file-tree-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/gitlab-branch-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/gitlab-project-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/handle-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/handle-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/language-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/language-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/license-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/license-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/maintenance-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-extracted-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-creation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-tree-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/metadata-update-admin-parameters.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/organization-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/organization-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/pid-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/pid-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-admin-dto.d.ts +9 -9
- package/dist/types/Coscine.Api/@coscine/model/project-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-dto.d.ts +5 -5
- package/dist/types/Coscine.Api/@coscine/model/project-for-creation-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-for-update-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-invitation-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-quota-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/project-quota-for-update-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/project-role-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/provenance-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/provenance-for-update-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/provenance-parameters-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/public-user-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/publication-advisory-service-dto.d.ts +6 -0
- package/dist/types/Coscine.Api/@coscine/model/publication-request-for-creation-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/quota-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-definition-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-document-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rdf-patch-operation-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/rds-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-options-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/rds-s3-worm-resource-type-options-for-manipulation-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-admin-dto.d.ts +10 -10
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-content-page-entries-view-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-dto.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/model/resource-for-creation-dto.d.ts +8 -8
- package/dist/types/Coscine.Api/@coscine/model/resource-for-update-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-quota-dto.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/resource-type-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/resource-type-information-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-creation-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/resource-type-options-for-update-dto.d.ts +4 -4
- package/dist/types/Coscine.Api/@coscine/model/role-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/role-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto-paged-search-response.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/search-result-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/terms-of-service-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto-ienumerable-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/title-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/user-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-dto.d.ts +7 -7
- package/dist/types/Coscine.Api/@coscine/model/user-for-update-dto.d.ts +3 -3
- package/dist/types/Coscine.Api/@coscine/model/user-institute-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-merge-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/user-organization-dto.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/visibility-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-paged-response.d.ts +2 -2
- package/dist/types/Coscine.Api/@coscine/model/vocabulary-instance-dto-response.d.ts +1 -1
- package/dist/types/Coscine.Api/api.d.ts +1 -0
- package/dist/types/Coscine.Api/base.d.ts +2 -2
- package/dist/types/apis.d.ts +128 -121
- package/dist/types/index.d.ts +249 -242
- package/package.json +2 -2
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance,
|
|
14
|
-
import { RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import { ApiTokenDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
-
import { ApiTokenDtoResponse } from '../../@coscine/model';
|
|
17
|
-
import { ApiTokenForCreationDto } from '../../@coscine/model';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
+
import type { ApiTokenDtoPagedResponse } from '../../@coscine/model';
|
|
16
|
+
import type { ApiTokenDtoResponse } from '../../@coscine/model';
|
|
17
|
+
import type { ApiTokenForCreationDto } from '../../@coscine/model';
|
|
18
18
|
/**
|
|
19
19
|
* SelfApiTokenApi - axios parameter creator
|
|
20
20
|
* @export
|
|
@@ -26,7 +26,7 @@ export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configur
|
|
|
26
26
|
* @param {*} [options] Override http request option.
|
|
27
27
|
* @throws {RequiredError}
|
|
28
28
|
*/
|
|
29
|
-
apiV2SelfApiTokensOptions: (options?:
|
|
29
|
+
apiV2SelfApiTokensOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
30
30
|
/**
|
|
31
31
|
*
|
|
32
32
|
* @summary Creates an API token for the current authenticated user.
|
|
@@ -34,7 +34,7 @@ export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configur
|
|
|
34
34
|
* @param {*} [options] Override http request option.
|
|
35
35
|
* @throws {RequiredError}
|
|
36
36
|
*/
|
|
37
|
-
createApiToken: (apiTokenForCreationDto?: ApiTokenForCreationDto, options?:
|
|
37
|
+
createApiToken: (apiTokenForCreationDto?: ApiTokenForCreationDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
38
|
/**
|
|
39
39
|
*
|
|
40
40
|
* @summary Retrieves all API tokens for the current authenticated user.
|
|
@@ -44,7 +44,7 @@ export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configur
|
|
|
44
44
|
* @param {*} [options] Override http request option.
|
|
45
45
|
* @throws {RequiredError}
|
|
46
46
|
*/
|
|
47
|
-
getAllApiTokens: (pageNumber?: number, pageSize?: number, orderBy?: string, options?:
|
|
47
|
+
getAllApiTokens: (pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
48
48
|
/**
|
|
49
49
|
*
|
|
50
50
|
* @summary Retrieves an API token for the current authenticated user.
|
|
@@ -52,7 +52,7 @@ export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configur
|
|
|
52
52
|
* @param {*} [options] Override http request option.
|
|
53
53
|
* @throws {RequiredError}
|
|
54
54
|
*/
|
|
55
|
-
getApiToken: (apiTokenId: string, options?:
|
|
55
|
+
getApiToken: (apiTokenId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @summary Revokes an API token for the current authenticated user.
|
|
@@ -60,7 +60,7 @@ export declare const SelfApiTokenApiAxiosParamCreator: (configuration?: Configur
|
|
|
60
60
|
* @param {*} [options] Override http request option.
|
|
61
61
|
* @throws {RequiredError}
|
|
62
62
|
*/
|
|
63
|
-
revokeToken: (apiTokenId: string, options?:
|
|
63
|
+
revokeToken: (apiTokenId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
66
|
* SelfApiTokenApi - functional programming interface
|
|
@@ -73,7 +73,7 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
|
|
|
73
73
|
* @param {*} [options] Override http request option.
|
|
74
74
|
* @throws {RequiredError}
|
|
75
75
|
*/
|
|
76
|
-
apiV2SelfApiTokensOptions(options?:
|
|
76
|
+
apiV2SelfApiTokensOptions(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
77
77
|
/**
|
|
78
78
|
*
|
|
79
79
|
* @summary Creates an API token for the current authenticated user.
|
|
@@ -81,7 +81,7 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
|
|
|
81
81
|
* @param {*} [options] Override http request option.
|
|
82
82
|
* @throws {RequiredError}
|
|
83
83
|
*/
|
|
84
|
-
createApiToken(apiTokenForCreationDto?: ApiTokenForCreationDto, options?:
|
|
84
|
+
createApiToken(apiTokenForCreationDto?: ApiTokenForCreationDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiTokenDtoResponse>>;
|
|
85
85
|
/**
|
|
86
86
|
*
|
|
87
87
|
* @summary Retrieves all API tokens for the current authenticated user.
|
|
@@ -91,7 +91,7 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
|
|
|
91
91
|
* @param {*} [options] Override http request option.
|
|
92
92
|
* @throws {RequiredError}
|
|
93
93
|
*/
|
|
94
|
-
getAllApiTokens(pageNumber?: number, pageSize?: number, orderBy?: string, options?:
|
|
94
|
+
getAllApiTokens(pageNumber?: number, pageSize?: number, orderBy?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiTokenDtoPagedResponse>>;
|
|
95
95
|
/**
|
|
96
96
|
*
|
|
97
97
|
* @summary Retrieves an API token for the current authenticated user.
|
|
@@ -99,7 +99,7 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
|
|
|
99
99
|
* @param {*} [options] Override http request option.
|
|
100
100
|
* @throws {RequiredError}
|
|
101
101
|
*/
|
|
102
|
-
getApiToken(apiTokenId: string, options?:
|
|
102
|
+
getApiToken(apiTokenId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApiTokenDtoResponse>>;
|
|
103
103
|
/**
|
|
104
104
|
*
|
|
105
105
|
* @summary Revokes an API token for the current authenticated user.
|
|
@@ -107,7 +107,7 @@ export declare const SelfApiTokenApiFp: (configuration?: Configuration) => {
|
|
|
107
107
|
* @param {*} [options] Override http request option.
|
|
108
108
|
* @throws {RequiredError}
|
|
109
109
|
*/
|
|
110
|
-
revokeToken(apiTokenId: string, options?:
|
|
110
|
+
revokeToken(apiTokenId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
111
111
|
};
|
|
112
112
|
/**
|
|
113
113
|
* SelfApiTokenApi - factory interface
|
|
@@ -120,7 +120,7 @@ export declare const SelfApiTokenApiFactory: (configuration?: Configuration, bas
|
|
|
120
120
|
* @param {*} [options] Override http request option.
|
|
121
121
|
* @throws {RequiredError}
|
|
122
122
|
*/
|
|
123
|
-
apiV2SelfApiTokensOptions(options?:
|
|
123
|
+
apiV2SelfApiTokensOptions(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
126
|
* @summary Creates an API token for the current authenticated user.
|
|
@@ -128,7 +128,7 @@ export declare const SelfApiTokenApiFactory: (configuration?: Configuration, bas
|
|
|
128
128
|
* @param {*} [options] Override http request option.
|
|
129
129
|
* @throws {RequiredError}
|
|
130
130
|
*/
|
|
131
|
-
createApiToken(requestParameters?: SelfApiTokenApiCreateApiTokenRequest, options?:
|
|
131
|
+
createApiToken(requestParameters?: SelfApiTokenApiCreateApiTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<ApiTokenDtoResponse>;
|
|
132
132
|
/**
|
|
133
133
|
*
|
|
134
134
|
* @summary Retrieves all API tokens for the current authenticated user.
|
|
@@ -136,7 +136,7 @@ export declare const SelfApiTokenApiFactory: (configuration?: Configuration, bas
|
|
|
136
136
|
* @param {*} [options] Override http request option.
|
|
137
137
|
* @throws {RequiredError}
|
|
138
138
|
*/
|
|
139
|
-
getAllApiTokens(requestParameters?: SelfApiTokenApiGetAllApiTokensRequest, options?:
|
|
139
|
+
getAllApiTokens(requestParameters?: SelfApiTokenApiGetAllApiTokensRequest, options?: RawAxiosRequestConfig): AxiosPromise<ApiTokenDtoPagedResponse>;
|
|
140
140
|
/**
|
|
141
141
|
*
|
|
142
142
|
* @summary Retrieves an API token for the current authenticated user.
|
|
@@ -144,7 +144,7 @@ export declare const SelfApiTokenApiFactory: (configuration?: Configuration, bas
|
|
|
144
144
|
* @param {*} [options] Override http request option.
|
|
145
145
|
* @throws {RequiredError}
|
|
146
146
|
*/
|
|
147
|
-
getApiToken(requestParameters: SelfApiTokenApiGetApiTokenRequest, options?:
|
|
147
|
+
getApiToken(requestParameters: SelfApiTokenApiGetApiTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<ApiTokenDtoResponse>;
|
|
148
148
|
/**
|
|
149
149
|
*
|
|
150
150
|
* @summary Revokes an API token for the current authenticated user.
|
|
@@ -152,7 +152,7 @@ export declare const SelfApiTokenApiFactory: (configuration?: Configuration, bas
|
|
|
152
152
|
* @param {*} [options] Override http request option.
|
|
153
153
|
* @throws {RequiredError}
|
|
154
154
|
*/
|
|
155
|
-
revokeToken(requestParameters: SelfApiTokenApiRevokeTokenRequest, options?:
|
|
155
|
+
revokeToken(requestParameters: SelfApiTokenApiRevokeTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
156
156
|
};
|
|
157
157
|
/**
|
|
158
158
|
* Request parameters for createApiToken operation in SelfApiTokenApi.
|
|
@@ -232,7 +232,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
|
|
|
232
232
|
* @throws {RequiredError}
|
|
233
233
|
* @memberof SelfApiTokenApi
|
|
234
234
|
*/
|
|
235
|
-
apiV2SelfApiTokensOptions(options?:
|
|
235
|
+
apiV2SelfApiTokensOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
236
236
|
/**
|
|
237
237
|
*
|
|
238
238
|
* @summary Creates an API token for the current authenticated user.
|
|
@@ -241,7 +241,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
|
|
|
241
241
|
* @throws {RequiredError}
|
|
242
242
|
* @memberof SelfApiTokenApi
|
|
243
243
|
*/
|
|
244
|
-
createApiToken(requestParameters?: SelfApiTokenApiCreateApiTokenRequest, options?:
|
|
244
|
+
createApiToken(requestParameters?: SelfApiTokenApiCreateApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiTokenDtoResponse, any>>;
|
|
245
245
|
/**
|
|
246
246
|
*
|
|
247
247
|
* @summary Retrieves all API tokens for the current authenticated user.
|
|
@@ -250,7 +250,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
|
|
|
250
250
|
* @throws {RequiredError}
|
|
251
251
|
* @memberof SelfApiTokenApi
|
|
252
252
|
*/
|
|
253
|
-
getAllApiTokens(requestParameters?: SelfApiTokenApiGetAllApiTokensRequest, options?:
|
|
253
|
+
getAllApiTokens(requestParameters?: SelfApiTokenApiGetAllApiTokensRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiTokenDtoPagedResponse, any>>;
|
|
254
254
|
/**
|
|
255
255
|
*
|
|
256
256
|
* @summary Retrieves an API token for the current authenticated user.
|
|
@@ -259,7 +259,7 @@ export declare class SelfApiTokenApi extends BaseAPI {
|
|
|
259
259
|
* @throws {RequiredError}
|
|
260
260
|
* @memberof SelfApiTokenApi
|
|
261
261
|
*/
|
|
262
|
-
getApiToken(requestParameters: SelfApiTokenApiGetApiTokenRequest, options?:
|
|
262
|
+
getApiToken(requestParameters: SelfApiTokenApiGetApiTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApiTokenDtoResponse, any>>;
|
|
263
263
|
/**
|
|
264
264
|
*
|
|
265
265
|
* @summary Revokes an API token for the current authenticated user.
|
|
@@ -268,5 +268,5 @@ export declare class SelfApiTokenApi extends BaseAPI {
|
|
|
268
268
|
* @throws {RequiredError}
|
|
269
269
|
* @memberof SelfApiTokenApi
|
|
270
270
|
*/
|
|
271
|
-
revokeToken(requestParameters: SelfApiTokenApiRevokeTokenRequest, options?:
|
|
271
|
+
revokeToken(requestParameters: SelfApiTokenApiRevokeTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
272
272
|
}
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Configuration } from '../../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance,
|
|
14
|
-
import { RequestArgs, BaseAPI } from '../../base';
|
|
15
|
-
import { IdentityProviders } from '../../@coscine/model';
|
|
16
|
-
import { ProjectInvitationResolveDto } from '../../@coscine/model';
|
|
17
|
-
import { UserDtoResponse } from '../../@coscine/model';
|
|
18
|
-
import { UserForUpdateDto } from '../../@coscine/model';
|
|
19
|
-
import { UserMergeDtoResponse } from '../../@coscine/model';
|
|
20
|
-
import { UserTermsOfServiceAcceptDto } from '../../@coscine/model';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../../base';
|
|
15
|
+
import type { IdentityProviders } from '../../@coscine/model';
|
|
16
|
+
import type { ProjectInvitationResolveDto } from '../../@coscine/model';
|
|
17
|
+
import type { UserDtoResponse } from '../../@coscine/model';
|
|
18
|
+
import type { UserForUpdateDto } from '../../@coscine/model';
|
|
19
|
+
import type { UserMergeDtoResponse } from '../../@coscine/model';
|
|
20
|
+
import type { UserTermsOfServiceAcceptDto } from '../../@coscine/model';
|
|
21
21
|
/**
|
|
22
22
|
* SelfApi - axios parameter creator
|
|
23
23
|
* @export
|
|
@@ -30,14 +30,14 @@ export declare const SelfApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
30
30
|
* @param {*} [options] Override http request option.
|
|
31
31
|
* @throws {RequiredError}
|
|
32
32
|
*/
|
|
33
|
-
acceptCurrentTos: (userTermsOfServiceAcceptDto?: UserTermsOfServiceAcceptDto, options?:
|
|
33
|
+
acceptCurrentTos: (userTermsOfServiceAcceptDto?: UserTermsOfServiceAcceptDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
34
34
|
/**
|
|
35
35
|
*
|
|
36
36
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
37
37
|
* @param {*} [options] Override http request option.
|
|
38
38
|
* @throws {RequiredError}
|
|
39
39
|
*/
|
|
40
|
-
apiV2SelfOptions: (options?:
|
|
40
|
+
apiV2SelfOptions: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
41
|
/**
|
|
42
42
|
*
|
|
43
43
|
* @summary Confirms the email of a user.
|
|
@@ -45,14 +45,14 @@ export declare const SelfApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
45
45
|
* @param {*} [options] Override http request option.
|
|
46
46
|
* @throws {RequiredError}
|
|
47
47
|
*/
|
|
48
|
-
confirmUserEmail: (confirmationToken: string, options?:
|
|
48
|
+
confirmUserEmail: (confirmationToken: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
51
51
|
* @summary Retrieves the current authenticated user.
|
|
52
52
|
* @param {*} [options] Override http request option.
|
|
53
53
|
* @throws {RequiredError}
|
|
54
54
|
*/
|
|
55
|
-
getCurrentUser: (options?:
|
|
55
|
+
getCurrentUser: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
56
|
/**
|
|
57
57
|
*
|
|
58
58
|
* @summary Initiates user merging for the current user.
|
|
@@ -60,7 +60,7 @@ export declare const SelfApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
60
60
|
* @param {*} [options] Override http request option.
|
|
61
61
|
* @throws {RequiredError}
|
|
62
62
|
*/
|
|
63
|
-
initiateUserMerge: (identityProvider: IdentityProviders, options?:
|
|
63
|
+
initiateUserMerge: (identityProvider: IdentityProviders, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
64
|
/**
|
|
65
65
|
*
|
|
66
66
|
* @summary Resolves a project invitation for the authenticated user.
|
|
@@ -68,7 +68,7 @@ export declare const SelfApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
68
68
|
* @param {*} [options] Override http request option.
|
|
69
69
|
* @throws {RequiredError}
|
|
70
70
|
*/
|
|
71
|
-
resolveProjectInvitation: (projectInvitationResolveDto?: ProjectInvitationResolveDto, options?:
|
|
71
|
+
resolveProjectInvitation: (projectInvitationResolveDto?: ProjectInvitationResolveDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
72
|
/**
|
|
73
73
|
*
|
|
74
74
|
* @summary Updates the current authenticated user.
|
|
@@ -76,7 +76,7 @@ export declare const SelfApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
76
76
|
* @param {*} [options] Override http request option.
|
|
77
77
|
* @throws {RequiredError}
|
|
78
78
|
*/
|
|
79
|
-
updateCurrentUser: (userForUpdateDto?: UserForUpdateDto, options?:
|
|
79
|
+
updateCurrentUser: (userForUpdateDto?: UserForUpdateDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
80
|
};
|
|
81
81
|
/**
|
|
82
82
|
* SelfApi - functional programming interface
|
|
@@ -90,14 +90,14 @@ export declare const SelfApiFp: (configuration?: Configuration) => {
|
|
|
90
90
|
* @param {*} [options] Override http request option.
|
|
91
91
|
* @throws {RequiredError}
|
|
92
92
|
*/
|
|
93
|
-
acceptCurrentTos(userTermsOfServiceAcceptDto?: UserTermsOfServiceAcceptDto, options?:
|
|
93
|
+
acceptCurrentTos(userTermsOfServiceAcceptDto?: UserTermsOfServiceAcceptDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
94
94
|
/**
|
|
95
95
|
*
|
|
96
96
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
97
97
|
* @param {*} [options] Override http request option.
|
|
98
98
|
* @throws {RequiredError}
|
|
99
99
|
*/
|
|
100
|
-
apiV2SelfOptions(options?:
|
|
100
|
+
apiV2SelfOptions(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
101
101
|
/**
|
|
102
102
|
*
|
|
103
103
|
* @summary Confirms the email of a user.
|
|
@@ -105,14 +105,14 @@ export declare const SelfApiFp: (configuration?: Configuration) => {
|
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
106
106
|
* @throws {RequiredError}
|
|
107
107
|
*/
|
|
108
|
-
confirmUserEmail(confirmationToken: string, options?:
|
|
108
|
+
confirmUserEmail(confirmationToken: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
109
109
|
/**
|
|
110
110
|
*
|
|
111
111
|
* @summary Retrieves the current authenticated user.
|
|
112
112
|
* @param {*} [options] Override http request option.
|
|
113
113
|
* @throws {RequiredError}
|
|
114
114
|
*/
|
|
115
|
-
getCurrentUser(options?:
|
|
115
|
+
getCurrentUser(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserDtoResponse>>;
|
|
116
116
|
/**
|
|
117
117
|
*
|
|
118
118
|
* @summary Initiates user merging for the current user.
|
|
@@ -120,7 +120,7 @@ export declare const SelfApiFp: (configuration?: Configuration) => {
|
|
|
120
120
|
* @param {*} [options] Override http request option.
|
|
121
121
|
* @throws {RequiredError}
|
|
122
122
|
*/
|
|
123
|
-
initiateUserMerge(identityProvider: IdentityProviders, options?:
|
|
123
|
+
initiateUserMerge(identityProvider: IdentityProviders, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserMergeDtoResponse>>;
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
126
|
* @summary Resolves a project invitation for the authenticated user.
|
|
@@ -128,7 +128,7 @@ export declare const SelfApiFp: (configuration?: Configuration) => {
|
|
|
128
128
|
* @param {*} [options] Override http request option.
|
|
129
129
|
* @throws {RequiredError}
|
|
130
130
|
*/
|
|
131
|
-
resolveProjectInvitation(projectInvitationResolveDto?: ProjectInvitationResolveDto, options?:
|
|
131
|
+
resolveProjectInvitation(projectInvitationResolveDto?: ProjectInvitationResolveDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
132
132
|
/**
|
|
133
133
|
*
|
|
134
134
|
* @summary Updates the current authenticated user.
|
|
@@ -136,7 +136,7 @@ export declare const SelfApiFp: (configuration?: Configuration) => {
|
|
|
136
136
|
* @param {*} [options] Override http request option.
|
|
137
137
|
* @throws {RequiredError}
|
|
138
138
|
*/
|
|
139
|
-
updateCurrentUser(userForUpdateDto?: UserForUpdateDto, options?:
|
|
139
|
+
updateCurrentUser(userForUpdateDto?: UserForUpdateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
140
140
|
};
|
|
141
141
|
/**
|
|
142
142
|
* SelfApi - factory interface
|
|
@@ -150,14 +150,14 @@ export declare const SelfApiFactory: (configuration?: Configuration, basePath?:
|
|
|
150
150
|
* @param {*} [options] Override http request option.
|
|
151
151
|
* @throws {RequiredError}
|
|
152
152
|
*/
|
|
153
|
-
acceptCurrentTos(requestParameters?: SelfApiAcceptCurrentTosRequest, options?:
|
|
153
|
+
acceptCurrentTos(requestParameters?: SelfApiAcceptCurrentTosRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
154
154
|
/**
|
|
155
155
|
*
|
|
156
156
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
157
157
|
* @param {*} [options] Override http request option.
|
|
158
158
|
* @throws {RequiredError}
|
|
159
159
|
*/
|
|
160
|
-
apiV2SelfOptions(options?:
|
|
160
|
+
apiV2SelfOptions(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
161
161
|
/**
|
|
162
162
|
*
|
|
163
163
|
* @summary Confirms the email of a user.
|
|
@@ -165,14 +165,14 @@ export declare const SelfApiFactory: (configuration?: Configuration, basePath?:
|
|
|
165
165
|
* @param {*} [options] Override http request option.
|
|
166
166
|
* @throws {RequiredError}
|
|
167
167
|
*/
|
|
168
|
-
confirmUserEmail(requestParameters: SelfApiConfirmUserEmailRequest, options?:
|
|
168
|
+
confirmUserEmail(requestParameters: SelfApiConfirmUserEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
169
169
|
/**
|
|
170
170
|
*
|
|
171
171
|
* @summary Retrieves the current authenticated user.
|
|
172
172
|
* @param {*} [options] Override http request option.
|
|
173
173
|
* @throws {RequiredError}
|
|
174
174
|
*/
|
|
175
|
-
getCurrentUser(options?:
|
|
175
|
+
getCurrentUser(options?: RawAxiosRequestConfig): AxiosPromise<UserDtoResponse>;
|
|
176
176
|
/**
|
|
177
177
|
*
|
|
178
178
|
* @summary Initiates user merging for the current user.
|
|
@@ -180,7 +180,7 @@ export declare const SelfApiFactory: (configuration?: Configuration, basePath?:
|
|
|
180
180
|
* @param {*} [options] Override http request option.
|
|
181
181
|
* @throws {RequiredError}
|
|
182
182
|
*/
|
|
183
|
-
initiateUserMerge(requestParameters: SelfApiInitiateUserMergeRequest, options?:
|
|
183
|
+
initiateUserMerge(requestParameters: SelfApiInitiateUserMergeRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserMergeDtoResponse>;
|
|
184
184
|
/**
|
|
185
185
|
*
|
|
186
186
|
* @summary Resolves a project invitation for the authenticated user.
|
|
@@ -188,7 +188,7 @@ export declare const SelfApiFactory: (configuration?: Configuration, basePath?:
|
|
|
188
188
|
* @param {*} [options] Override http request option.
|
|
189
189
|
* @throws {RequiredError}
|
|
190
190
|
*/
|
|
191
|
-
resolveProjectInvitation(requestParameters?: SelfApiResolveProjectInvitationRequest, options?:
|
|
191
|
+
resolveProjectInvitation(requestParameters?: SelfApiResolveProjectInvitationRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
192
192
|
/**
|
|
193
193
|
*
|
|
194
194
|
* @summary Updates the current authenticated user.
|
|
@@ -196,7 +196,7 @@ export declare const SelfApiFactory: (configuration?: Configuration, basePath?:
|
|
|
196
196
|
* @param {*} [options] Override http request option.
|
|
197
197
|
* @throws {RequiredError}
|
|
198
198
|
*/
|
|
199
|
-
updateCurrentUser(requestParameters?: SelfApiUpdateCurrentUserRequest, options?:
|
|
199
|
+
updateCurrentUser(requestParameters?: SelfApiUpdateCurrentUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
200
200
|
};
|
|
201
201
|
/**
|
|
202
202
|
* Request parameters for acceptCurrentTos operation in SelfApi.
|
|
@@ -278,7 +278,7 @@ export declare class SelfApi extends BaseAPI {
|
|
|
278
278
|
* @throws {RequiredError}
|
|
279
279
|
* @memberof SelfApi
|
|
280
280
|
*/
|
|
281
|
-
acceptCurrentTos(requestParameters?: SelfApiAcceptCurrentTosRequest, options?:
|
|
281
|
+
acceptCurrentTos(requestParameters?: SelfApiAcceptCurrentTosRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
282
282
|
/**
|
|
283
283
|
*
|
|
284
284
|
* @summary Responds with the HTTP methods allowed for the endpoint.
|
|
@@ -286,7 +286,7 @@ export declare class SelfApi extends BaseAPI {
|
|
|
286
286
|
* @throws {RequiredError}
|
|
287
287
|
* @memberof SelfApi
|
|
288
288
|
*/
|
|
289
|
-
apiV2SelfOptions(options?:
|
|
289
|
+
apiV2SelfOptions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
290
290
|
/**
|
|
291
291
|
*
|
|
292
292
|
* @summary Confirms the email of a user.
|
|
@@ -295,7 +295,7 @@ export declare class SelfApi extends BaseAPI {
|
|
|
295
295
|
* @throws {RequiredError}
|
|
296
296
|
* @memberof SelfApi
|
|
297
297
|
*/
|
|
298
|
-
confirmUserEmail(requestParameters: SelfApiConfirmUserEmailRequest, options?:
|
|
298
|
+
confirmUserEmail(requestParameters: SelfApiConfirmUserEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
299
299
|
/**
|
|
300
300
|
*
|
|
301
301
|
* @summary Retrieves the current authenticated user.
|
|
@@ -303,7 +303,7 @@ export declare class SelfApi extends BaseAPI {
|
|
|
303
303
|
* @throws {RequiredError}
|
|
304
304
|
* @memberof SelfApi
|
|
305
305
|
*/
|
|
306
|
-
getCurrentUser(options?:
|
|
306
|
+
getCurrentUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserDtoResponse, any>>;
|
|
307
307
|
/**
|
|
308
308
|
*
|
|
309
309
|
* @summary Initiates user merging for the current user.
|
|
@@ -312,7 +312,7 @@ export declare class SelfApi extends BaseAPI {
|
|
|
312
312
|
* @throws {RequiredError}
|
|
313
313
|
* @memberof SelfApi
|
|
314
314
|
*/
|
|
315
|
-
initiateUserMerge(requestParameters: SelfApiInitiateUserMergeRequest, options?:
|
|
315
|
+
initiateUserMerge(requestParameters: SelfApiInitiateUserMergeRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserMergeDtoResponse, any>>;
|
|
316
316
|
/**
|
|
317
317
|
*
|
|
318
318
|
* @summary Resolves a project invitation for the authenticated user.
|
|
@@ -321,7 +321,7 @@ export declare class SelfApi extends BaseAPI {
|
|
|
321
321
|
* @throws {RequiredError}
|
|
322
322
|
* @memberof SelfApi
|
|
323
323
|
*/
|
|
324
|
-
resolveProjectInvitation(requestParameters?: SelfApiResolveProjectInvitationRequest, options?:
|
|
324
|
+
resolveProjectInvitation(requestParameters?: SelfApiResolveProjectInvitationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
325
325
|
/**
|
|
326
326
|
*
|
|
327
327
|
* @summary Updates the current authenticated user.
|
|
@@ -330,5 +330,5 @@ export declare class SelfApi extends BaseAPI {
|
|
|
330
330
|
* @throws {RequiredError}
|
|
331
331
|
* @memberof SelfApi
|
|
332
332
|
*/
|
|
333
|
-
updateCurrentUser(requestParameters?: SelfApiUpdateCurrentUserRequest, options?:
|
|
333
|
+
updateCurrentUser(requestParameters?: SelfApiUpdateCurrentUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
334
334
|
}
|