@ject-4-vs-team/api-client 2026.531.8 → 2026.531.9
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.
|
@@ -70,7 +70,8 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
|
|
|
70
70
|
*/
|
|
71
71
|
create: (voteCreateRequest: VoteCreateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* 회원을 탈퇴 처리하고 인증 쿠키를 만료시킵니다.
|
|
74
|
+
* @summary 회원 탈퇴
|
|
74
75
|
* @param {UserDeleteReq} userDeleteReq
|
|
75
76
|
* @param {*} [options] Override http request option.
|
|
76
77
|
* @throws {RequiredError}
|
|
@@ -386,7 +387,8 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
386
387
|
*/
|
|
387
388
|
create(voteCreateRequest: VoteCreateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VoteCreateResponse>>;
|
|
388
389
|
/**
|
|
389
|
-
*
|
|
390
|
+
* 회원을 탈퇴 처리하고 인증 쿠키를 만료시킵니다.
|
|
391
|
+
* @summary 회원 탈퇴
|
|
390
392
|
* @param {UserDeleteReq} userDeleteReq
|
|
391
393
|
* @param {*} [options] Override http request option.
|
|
392
394
|
* @throws {RequiredError}
|
|
@@ -702,7 +704,8 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
|
|
|
702
704
|
*/
|
|
703
705
|
create(voteCreateRequest: VoteCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<VoteCreateResponse>;
|
|
704
706
|
/**
|
|
705
|
-
*
|
|
707
|
+
* 회원을 탈퇴 처리하고 인증 쿠키를 만료시킵니다.
|
|
708
|
+
* @summary 회원 탈퇴
|
|
706
709
|
* @param {UserDeleteReq} userDeleteReq
|
|
707
710
|
* @param {*} [options] Override http request option.
|
|
708
711
|
* @throws {RequiredError}
|
|
@@ -1022,7 +1025,8 @@ export declare class DefaultApi extends BaseAPI {
|
|
|
1022
1025
|
*/
|
|
1023
1026
|
create(voteCreateRequest: VoteCreateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VoteCreateResponse, any, {}>>;
|
|
1024
1027
|
/**
|
|
1025
|
-
*
|
|
1028
|
+
* 회원을 탈퇴 처리하고 인증 쿠키를 만료시킵니다.
|
|
1029
|
+
* @summary 회원 탈퇴
|
|
1026
1030
|
* @param {UserDeleteReq} userDeleteReq
|
|
1027
1031
|
* @param {*} [options] Override http request option.
|
|
1028
1032
|
* @throws {RequiredError}
|
package/dist/api/default-api.js
CHANGED
|
@@ -95,7 +95,8 @@ const DefaultApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
};
|
|
96
96
|
},
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* 회원을 탈퇴 처리하고 인증 쿠키를 만료시킵니다.
|
|
99
|
+
* @summary 회원 탈퇴
|
|
99
100
|
* @param {UserDeleteReq} userDeleteReq
|
|
100
101
|
* @param {*} [options] Override http request option.
|
|
101
102
|
* @throws {RequiredError}
|
|
@@ -1342,7 +1343,8 @@ const DefaultApiFp = function (configuration) {
|
|
|
1342
1343
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1343
1344
|
},
|
|
1344
1345
|
/**
|
|
1345
|
-
*
|
|
1346
|
+
* 회원을 탈퇴 처리하고 인증 쿠키를 만료시킵니다.
|
|
1347
|
+
* @summary 회원 탈퇴
|
|
1346
1348
|
* @param {UserDeleteReq} userDeleteReq
|
|
1347
1349
|
* @param {*} [options] Override http request option.
|
|
1348
1350
|
* @throws {RequiredError}
|
|
@@ -1856,7 +1858,8 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
|
|
|
1856
1858
|
return localVarFp.create(voteCreateRequest, options).then((request) => request(axios, basePath));
|
|
1857
1859
|
},
|
|
1858
1860
|
/**
|
|
1859
|
-
*
|
|
1861
|
+
* 회원을 탈퇴 처리하고 인증 쿠키를 만료시킵니다.
|
|
1862
|
+
* @summary 회원 탈퇴
|
|
1860
1863
|
* @param {UserDeleteReq} userDeleteReq
|
|
1861
1864
|
* @param {*} [options] Override http request option.
|
|
1862
1865
|
* @throws {RequiredError}
|
|
@@ -2258,7 +2261,8 @@ class DefaultApi extends base_1.BaseAPI {
|
|
|
2258
2261
|
return (0, exports.DefaultApiFp)(this.configuration).create(voteCreateRequest, options).then((request) => request(this.axios, this.basePath));
|
|
2259
2262
|
}
|
|
2260
2263
|
/**
|
|
2261
|
-
*
|
|
2264
|
+
* 회원을 탈퇴 처리하고 인증 쿠키를 만료시킵니다.
|
|
2265
|
+
* @summary 회원 탈퇴
|
|
2262
2266
|
* @param {UserDeleteReq} userDeleteReq
|
|
2263
2267
|
* @param {*} [options] Override http request option.
|
|
2264
2268
|
* @throws {RequiredError}
|