@ject-4-vs-team/api-client 2026.517.1 → 2026.525.1

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.
Files changed (77) hide show
  1. package/dist/api/chat-api.d.ts +4 -4
  2. package/dist/api/chat-api.js +10 -10
  3. package/dist/api/default-api.d.ts +1280 -0
  4. package/dist/api/default-api.js +2490 -0
  5. package/dist/api.d.ts +1 -7
  6. package/dist/api.js +1 -7
  7. package/dist/models/emoji-response.d.ts +2 -4
  8. package/dist/models/emoji-summary.d.ts +18 -0
  9. package/dist/models/free-votes-response.d.ts +2 -1
  10. package/dist/models/gender-detail.d.ts +15 -0
  11. package/dist/models/gender-detail.js +15 -0
  12. package/dist/models/gender-distribution-response.d.ts +5 -2
  13. package/dist/models/home-hot-topic-response.d.ts +15 -0
  14. package/dist/models/home-hot-topic-response.js +15 -0
  15. package/dist/models/home-recommendation-response.d.ts +15 -0
  16. package/dist/models/home-recommendation-response.js +15 -0
  17. package/dist/models/home-vote-list-response.d.ts +17 -0
  18. package/dist/models/home-vote-list-response.js +15 -0
  19. package/dist/models/{feed-item.d.ts → hot-topic-item.d.ts} +5 -6
  20. package/dist/models/hot-topic-item.js +15 -0
  21. package/dist/models/immersive-feed-response.d.ts +2 -2
  22. package/dist/models/immersive-live-response.d.ts +3 -4
  23. package/dist/models/index.d.ts +23 -1
  24. package/dist/models/index.js +23 -1
  25. package/dist/models/my-participated-vote-response.d.ts +16 -0
  26. package/dist/models/my-participated-vote-response.js +15 -0
  27. package/dist/models/my-vote.d.ts +15 -0
  28. package/dist/models/my-vote.js +15 -0
  29. package/dist/models/notification-item.d.ts +25 -0
  30. package/dist/models/notification-item.js +19 -0
  31. package/dist/models/notification-list-response.d.ts +17 -0
  32. package/dist/models/notification-list-response.js +15 -0
  33. package/dist/models/notification-setting-response.d.ts +16 -0
  34. package/dist/models/notification-setting-response.js +15 -0
  35. package/dist/models/prompt-status-response.d.ts +15 -0
  36. package/dist/models/prompt-status-response.js +15 -0
  37. package/dist/models/read-all-response.d.ts +14 -0
  38. package/dist/models/read-all-response.js +15 -0
  39. package/dist/models/recommendation-item.d.ts +18 -0
  40. package/dist/models/recommendation-item.js +15 -0
  41. package/dist/models/register-push-token-request.d.ts +20 -0
  42. package/dist/models/register-push-token-request.js +20 -0
  43. package/dist/models/result-options.d.ts +15 -0
  44. package/dist/models/result-options.js +15 -0
  45. package/dist/models/share-link-response.d.ts +3 -1
  46. package/dist/models/unread-count-response.d.ts +14 -0
  47. package/dist/models/unread-count-response.js +15 -0
  48. package/dist/models/update-notification-setting-request.d.ts +14 -0
  49. package/dist/models/update-notification-setting-request.js +15 -0
  50. package/dist/models/user-delete-req.d.ts +15 -0
  51. package/dist/models/user-delete-req.js +15 -0
  52. package/dist/models/user-modify-info-request.d.ts +22 -0
  53. package/dist/models/user-modify-info-request.js +22 -0
  54. package/dist/models/vote-detail-response.d.ts +6 -6
  55. package/dist/models/vote-element.d.ts +19 -0
  56. package/dist/models/vote-element.js +15 -0
  57. package/dist/models/vote-item.d.ts +27 -0
  58. package/dist/models/vote-item.js +15 -0
  59. package/dist/models/vote-list-item.d.ts +24 -0
  60. package/dist/models/vote-list-item.js +20 -0
  61. package/dist/models/vote-result-response.d.ts +7 -3
  62. package/package.json +1 -1
  63. package/dist/api/auth-controller-api.d.ts +0 -65
  64. package/dist/api/auth-controller-api.js +0 -118
  65. package/dist/api/guest-free-vote-controller-api.d.ts +0 -70
  66. package/dist/api/guest-free-vote-controller-api.js +0 -127
  67. package/dist/api/immersive-vote-controller-api.d.ts +0 -147
  68. package/dist/api/immersive-vote-controller-api.js +0 -282
  69. package/dist/api/user-controller-api.d.ts +0 -183
  70. package/dist/api/user-controller-api.js +0 -362
  71. package/dist/api/vote-controller-api.d.ts +0 -173
  72. package/dist/api/vote-controller-api.js +0 -338
  73. package/dist/api/vote-emoji-controller-api.d.ts +0 -116
  74. package/dist/api/vote-emoji-controller-api.js +0 -221
  75. package/dist/api/vote-result-controller-api.d.ts +0 -100
  76. package/dist/api/vote-result-controller-api.js +0 -187
  77. /package/dist/models/{feed-item.js → emoji-summary.js} +0 -0
@@ -0,0 +1,1280 @@
1
+ /**
2
+ * VS Server API
3
+ * JECT 4기 2팀 VS Server API
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Configuration } from '../configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import { type RequestArgs, BaseAPI } from '../base';
15
+ import type { EmojiRequest } from '../models';
16
+ import type { EmojiResponse } from '../models';
17
+ import type { FreeVotesResponse } from '../models';
18
+ import type { HomeHotTopicResponse } from '../models';
19
+ import type { HomeRecommendationResponse } from '../models';
20
+ import type { HomeVoteListResponse } from '../models';
21
+ import type { ImmersiveFeedResponse } from '../models';
22
+ import type { ImmersiveLiveResponse } from '../models';
23
+ import type { ImmersiveParticipateResponse } from '../models';
24
+ import type { MyParticipatedVoteResponse } from '../models';
25
+ import type { NicknameCheckResponse } from '../models';
26
+ import type { NotificationListResponse } from '../models';
27
+ import type { NotificationSettingResponse } from '../models';
28
+ import type { ParticipateRequest } from '../models';
29
+ import type { ParticipateResponse } from '../models';
30
+ import type { PromptStatusResponse } from '../models';
31
+ import type { ReadAllResponse } from '../models';
32
+ import type { RegisterPushTokenRequest } from '../models';
33
+ import type { ShareLinkResponse } from '../models';
34
+ import type { UnreadCountResponse } from '../models';
35
+ import type { UpdateNotificationSettingRequest } from '../models';
36
+ import type { UserDeleteReq } from '../models';
37
+ import type { UserExtraInfo } from '../models';
38
+ import type { UserModifyInfoRequest } from '../models';
39
+ import type { UserNicknameRec } from '../models';
40
+ import type { UserProfileDefaultResponse } from '../models';
41
+ import type { UserProfileRequest } from '../models';
42
+ import type { UserProfileResponse } from '../models';
43
+ import type { VoteCreateRequest } from '../models';
44
+ import type { VoteCreateResponse } from '../models';
45
+ import type { VoteDetailResponse } from '../models';
46
+ import type { VoteResultResponse } from '../models';
47
+ /**
48
+ * DefaultApi - axios parameter creator
49
+ * @export
50
+ */
51
+ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
52
+ /**
53
+ * 투표를 취소합니다. 회원만 가능합니다.
54
+ * @summary 다시 투표하기
55
+ * @param {number} voteId
56
+ * @param {*} [options] Override http request option.
57
+ * @throws {RequiredError}
58
+ */
59
+ cancel: (voteId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
60
+ /**
61
+ * 새로운 투표를 생성합니다. 회원만 가능합니다.
62
+ * @summary 투표 생성
63
+ * @param {VoteCreateRequest} voteCreateRequest
64
+ * @param {*} [options] Override http request option.
65
+ * @throws {RequiredError}
66
+ */
67
+ create: (voteCreateRequest: VoteCreateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
68
+ /**
69
+ *
70
+ * @param {UserDeleteReq} userDeleteReq
71
+ * @param {*} [options] Override http request option.
72
+ * @throws {RequiredError}
73
+ */
74
+ deleteAccount: (userDeleteReq: UserDeleteReq, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
75
+ /**
76
+ * 현재 알림 설정 상태를 조회합니다.
77
+ * @summary 알림 설정 조회
78
+ * @param {*} [options] Override http request option.
79
+ * @throws {RequiredError}
80
+ */
81
+ get: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
82
+ /**
83
+ * 투표 상세 정보를 조회합니다. 투표 전에는 결과(voteCount/ratio)가 null로 응답됩니다.
84
+ * @summary 투표 상세 조회
85
+ * @param {number} voteId
86
+ * @param {*} [options] Override http request option.
87
+ * @throws {RequiredError}
88
+ */
89
+ getDetail: (voteId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
90
+ /**
91
+ * 스와이프 형식의 몰입형 투표 피드를 조회합니다. 커서 기반 페이지네이션을 지원합니다.
92
+ * @summary 몰입형 투표 피드 조회
93
+ * @param {number} [cursor]
94
+ * @param {number} [size]
95
+ * @param {*} [options] Override http request option.
96
+ * @throws {RequiredError}
97
+ */
98
+ getFeed: (cursor?: number, size?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
99
+ /**
100
+ * 비회원의 잔여 무료 투표권 수를 조회합니다. 회원은 remainingFreeVotes가 null로 응답됩니다.
101
+ * @summary 잔여 무료 투표권 조회
102
+ * @param {*} [options] Override http request option.
103
+ * @throws {RequiredError}
104
+ */
105
+ getFreeVotes: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
106
+ /**
107
+ * 인기 점수 기준 상위 3개 투표를 조회합니다. 인기 점수 = (참여 수 × 0.7) + (조회 수 × 0.3)
108
+ * @summary 핫토픽 TOP 3 조회
109
+ * @param {*} [options] Override http request option.
110
+ * @throws {RequiredError}
111
+ */
112
+ getHotTopics: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
113
+ /**
114
+ * 알림 목록을 조회합니다. 커서 기반 페이지네이션을 지원합니다.
115
+ * @summary 알림 목록 조회
116
+ * @param {number} [cursor]
117
+ * @param {number} [size]
118
+ * @param {*} [options] Override http request option.
119
+ * @throws {RequiredError}
120
+ */
121
+ getList: (cursor?: number, size?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
122
+ /**
123
+ * 투표 후 실시간 비율 갱신을 위한 폴링 API입니다.
124
+ * @summary 실시간 투표 현황 조회
125
+ * @param {number} voteId
126
+ * @param {*} [options] Override http request option.
127
+ * @throws {RequiredError}
128
+ */
129
+ getLive: (voteId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
130
+ /**
131
+ * 로그인한 사용자의 프로필 정보를 조회합니다.
132
+ * @summary 내 프로필 조회
133
+ * @param {*} [options] Override http request option.
134
+ * @throws {RequiredError}
135
+ */
136
+ getMyProfile: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
137
+ /**
138
+ * 운영진이 선정한 오늘의 추천 투표 목록을 조회합니다.
139
+ * @summary 오늘의 추천 조회
140
+ * @param {*} [options] Override http request option.
141
+ * @throws {RequiredError}
142
+ */
143
+ getRecommendations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
144
+ /**
145
+ * 마감된 투표의 결과를 조회합니다. 진행 중 투표는 403 응답합니다. 비회원은 insight가 잠금 상태로 응답됩니다.
146
+ * @summary 투표 결과 조회
147
+ * @param {number} voteId
148
+ * @param {*} [options] Override http request option.
149
+ * @throws {RequiredError}
150
+ */
151
+ getResult: (voteId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
152
+ /**
153
+ * 투표 공유를 위한 링크를 생성합니다.
154
+ * @summary 공유 링크 생성
155
+ * @param {number} voteId
156
+ * @param {*} [options] Override http request option.
157
+ * @throws {RequiredError}
158
+ */
159
+ getShareLink: (voteId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
160
+ /**
161
+ * 투표 공유를 위한 링크를 생성합니다.
162
+ * @summary 공유 링크 생성
163
+ * @param {number} voteId
164
+ * @param {*} [options] Override http request option.
165
+ * @throws {RequiredError}
166
+ */
167
+ getShareLink1: (voteId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
168
+ /**
169
+ * 알림 권한 요청 프롬프트를 표시해야 하는지 여부를 조회합니다.
170
+ * @summary 프롬프트 표시 여부 조회
171
+ * @param {*} [options] Override http request option.
172
+ * @throws {RequiredError}
173
+ */
174
+ getStatus: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
175
+ /**
176
+ * 읽지 않은 알림의 개수를 조회합니다.
177
+ * @summary 읽지 않은 알림 수 조회
178
+ * @param {*} [options] Override http request option.
179
+ * @throws {RequiredError}
180
+ */
181
+ getUnreadCount: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
182
+ /**
183
+ * 전체 투표 목록을 조회합니다. 커서 기반 페이지네이션을 지원합니다.
184
+ * @summary 전체 투표 목록 조회
185
+ * @param {number} [cursor] 다음 페이지 조회를 위한 커서 (이전 응답의 nextCursor)
186
+ * @param {number} [size] 페이지 크기
187
+ * @param {GetVoteListSortEnum} [sort] 정렬 기준: LATEST(최신순), POPULAR(인기순), ENDING_SOON(종료임박순)
188
+ * @param {*} [options] Override http request option.
189
+ * @throws {RequiredError}
190
+ */
191
+ getVoteList: (cursor?: number, size?: number, sort?: GetVoteListSortEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
192
+ /**
193
+ *
194
+ * @param {GetVoteListEndParticipatedTypeEnum} type
195
+ * @param {*} [options] Override http request option.
196
+ * @throws {RequiredError}
197
+ */
198
+ getVoteListEndParticipated: (type: GetVoteListEndParticipatedTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
199
+ /**
200
+ *
201
+ * @param {GetVoteListParticipatedTypeEnum} type
202
+ * @param {*} [options] Override http request option.
203
+ * @throws {RequiredError}
204
+ */
205
+ getVoteListParticipated: (type: GetVoteListParticipatedTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
206
+ /**
207
+ * 사용자 기본 프로필 정보를 초기화합니다.
208
+ * @summary 기본 프로필 초기화
209
+ * @param {UserProfileRequest} userProfileRequest
210
+ * @param {*} [options] Override http request option.
211
+ * @throws {RequiredError}
212
+ */
213
+ initializeDefaultProfile: (userProfileRequest: UserProfileRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
214
+ /**
215
+ * 닉네임 사용 가능 여부를 확인합니다.
216
+ * @summary 닉네임 중복 확인
217
+ * @param {UserNicknameRec} userNicknameRec
218
+ * @param {*} [options] Override http request option.
219
+ * @throws {RequiredError}
220
+ */
221
+ isUniqueNickname: (userNicknameRec: UserNicknameRec, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
222
+ /**
223
+ *
224
+ * @param {*} [options] Override http request option.
225
+ * @throws {RequiredError}
226
+ */
227
+ logout: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
228
+ /**
229
+ * 모든 알림을 읽음 처리합니다.
230
+ * @summary 모든 알림 읽음 처리
231
+ * @param {*} [options] Override http request option.
232
+ * @throws {RequiredError}
233
+ */
234
+ markAllAsRead: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
235
+ /**
236
+ * 특정 알림을 읽음 처리합니다.
237
+ * @summary 알림 읽음 처리
238
+ * @param {number} notificationId
239
+ * @param {*} [options] Override http request option.
240
+ * @throws {RequiredError}
241
+ */
242
+ markAsRead: (notificationId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
243
+ /**
244
+ *
245
+ * @param {UserModifyInfoRequest} userModifyInfoRequest
246
+ * @param {*} [options] Override http request option.
247
+ * @throws {RequiredError}
248
+ */
249
+ modifyNickname: (userModifyInfoRequest: UserModifyInfoRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
250
+ /**
251
+ * 투표에 참여합니다. 비회원은 5회까지 무료 투표 가능합니다.
252
+ * @summary 투표 참여
253
+ * @param {number} voteId
254
+ * @param {ParticipateRequest} participateRequest
255
+ * @param {*} [options] Override http request option.
256
+ * @throws {RequiredError}
257
+ */
258
+ participate: (voteId: number, participateRequest: ParticipateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
259
+ /**
260
+ * 투표에 참여하거나 같은 옵션 재클릭 시 취소합니다. 비회원은 5회까지 무료 투표 가능합니다.
261
+ * @summary 투표 참여/취소
262
+ * @param {number} voteId
263
+ * @param {ParticipateRequest} participateRequest
264
+ * @param {*} [options] Override http request option.
265
+ * @throws {RequiredError}
266
+ */
267
+ participateOrCancel: (voteId: number, participateRequest: ParticipateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
268
+ /**
269
+ * 이모지 반응을 추가/변경/취소합니다. 같은 이모지 재선택 또는 null 전송 시 취소됩니다.
270
+ * @summary 몰입형 투표 이모지 반응
271
+ * @param {number} voteId
272
+ * @param {EmojiRequest} emojiRequest
273
+ * @param {*} [options] Override http request option.
274
+ * @throws {RequiredError}
275
+ */
276
+ reactOnImmersiveVote: (voteId: number, emojiRequest: EmojiRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
277
+ /**
278
+ * 이모지 반응을 추가/변경/취소합니��. 같은 이모지 재선택 또는 null 전송 시 취소됩니다.
279
+ * @summary 일반형 투표 이모지 반응
280
+ * @param {number} voteId
281
+ * @param {EmojiRequest} emojiRequest
282
+ * @param {*} [options] Override http request option.
283
+ * @throws {RequiredError}
284
+ */
285
+ reactOnVote: (voteId: number, emojiRequest: EmojiRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
286
+ /**
287
+ * 사용자가 알림 권한 프롬프트를 거절했음을 기록합니다.
288
+ * @summary 프롬프트 거절 기록
289
+ * @param {*} [options] Override http request option.
290
+ * @throws {RequiredError}
291
+ */
292
+ recordDismissed: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
293
+ /**
294
+ * FCM/APNs 디바이스 토큰을 등록합니다. 투표 종료 시 푸시 알림 발송에 사용됩니다.
295
+ * @summary 푸시 토큰 등록
296
+ * @param {RegisterPushTokenRequest} registerPushTokenRequest
297
+ * @param {*} [options] Override http request option.
298
+ * @throws {RequiredError}
299
+ */
300
+ register: (registerPushTokenRequest: RegisterPushTokenRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
301
+ /**
302
+ * Refresh Token으로 Access Token을 재발급합니다.
303
+ * @summary 토큰 재발급
304
+ * @param {*} [options] Override http request option.
305
+ * @throws {RequiredError}
306
+ */
307
+ reissue: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
308
+ /**
309
+ * 사용자 추가 정보(닉네임, 성별, 생년월일)를 설정합니다.
310
+ * @summary 추가 정보 설정
311
+ * @param {UserExtraInfo} userExtraInfo
312
+ * @param {*} [options] Override http request option.
313
+ * @throws {RequiredError}
314
+ */
315
+ setupInfo: (userExtraInfo: UserExtraInfo, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
316
+ /**
317
+ * 사용 가능한 랜덤 닉네임을 추천합니다.
318
+ * @summary 닉네임 추천
319
+ * @param {*} [options] Override http request option.
320
+ * @throws {RequiredError}
321
+ */
322
+ suggestNickname: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
323
+ /**
324
+ * 등록된 모든 푸시 토큰을 해제합니다.
325
+ * @summary 푸시 토큰 해제
326
+ * @param {*} [options] Override http request option.
327
+ * @throws {RequiredError}
328
+ */
329
+ unregisterAll: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
330
+ /**
331
+ * 푸시 알림 ON/OFF 설정을 변경합니다.
332
+ * @summary 알림 설정 변경
333
+ * @param {UpdateNotificationSettingRequest} updateNotificationSettingRequest
334
+ * @param {*} [options] Override http request option.
335
+ * @throws {RequiredError}
336
+ */
337
+ update: (updateNotificationSettingRequest: UpdateNotificationSettingRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
338
+ };
339
+ /**
340
+ * DefaultApi - functional programming interface
341
+ * @export
342
+ */
343
+ export declare const DefaultApiFp: (configuration?: Configuration) => {
344
+ /**
345
+ * 투표를 취소합니다. 회원만 가능합니다.
346
+ * @summary 다시 투표하기
347
+ * @param {number} voteId
348
+ * @param {*} [options] Override http request option.
349
+ * @throws {RequiredError}
350
+ */
351
+ cancel(voteId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
352
+ /**
353
+ * 새로운 투표를 생성합니다. 회원만 가능합니다.
354
+ * @summary 투표 생성
355
+ * @param {VoteCreateRequest} voteCreateRequest
356
+ * @param {*} [options] Override http request option.
357
+ * @throws {RequiredError}
358
+ */
359
+ create(voteCreateRequest: VoteCreateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VoteCreateResponse>>;
360
+ /**
361
+ *
362
+ * @param {UserDeleteReq} userDeleteReq
363
+ * @param {*} [options] Override http request option.
364
+ * @throws {RequiredError}
365
+ */
366
+ deleteAccount(userDeleteReq: UserDeleteReq, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
367
+ /**
368
+ * 현재 알림 설정 상태를 조회합니다.
369
+ * @summary 알림 설정 조회
370
+ * @param {*} [options] Override http request option.
371
+ * @throws {RequiredError}
372
+ */
373
+ get(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NotificationSettingResponse>>;
374
+ /**
375
+ * 투표 상세 정보를 조회합니다. 투표 전에는 결과(voteCount/ratio)가 null로 응답됩니다.
376
+ * @summary 투표 상세 조회
377
+ * @param {number} voteId
378
+ * @param {*} [options] Override http request option.
379
+ * @throws {RequiredError}
380
+ */
381
+ getDetail(voteId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VoteDetailResponse>>;
382
+ /**
383
+ * 스와이프 형식의 몰입형 투표 피드를 조회합니다. 커서 기반 페이지네이션을 지원합니다.
384
+ * @summary 몰입형 투표 피드 조회
385
+ * @param {number} [cursor]
386
+ * @param {number} [size]
387
+ * @param {*} [options] Override http request option.
388
+ * @throws {RequiredError}
389
+ */
390
+ getFeed(cursor?: number, size?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ImmersiveFeedResponse>>;
391
+ /**
392
+ * 비회원의 잔여 무료 투표권 수를 조회합니다. 회원은 remainingFreeVotes가 null로 응답됩니다.
393
+ * @summary 잔여 무료 투표권 조회
394
+ * @param {*} [options] Override http request option.
395
+ * @throws {RequiredError}
396
+ */
397
+ getFreeVotes(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<FreeVotesResponse>>;
398
+ /**
399
+ * 인기 점수 기준 상위 3개 투표를 조회합니다. 인기 점수 = (참여 수 × 0.7) + (조회 수 × 0.3)
400
+ * @summary 핫토픽 TOP 3 조회
401
+ * @param {*} [options] Override http request option.
402
+ * @throws {RequiredError}
403
+ */
404
+ getHotTopics(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HomeHotTopicResponse>>;
405
+ /**
406
+ * 알림 목록을 조회합니다. 커서 기반 페이지네이션을 지원합니다.
407
+ * @summary 알림 목록 조회
408
+ * @param {number} [cursor]
409
+ * @param {number} [size]
410
+ * @param {*} [options] Override http request option.
411
+ * @throws {RequiredError}
412
+ */
413
+ getList(cursor?: number, size?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NotificationListResponse>>;
414
+ /**
415
+ * 투표 후 실시간 비율 갱신을 위한 폴링 API입니다.
416
+ * @summary 실시간 투표 현황 조회
417
+ * @param {number} voteId
418
+ * @param {*} [options] Override http request option.
419
+ * @throws {RequiredError}
420
+ */
421
+ getLive(voteId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ImmersiveLiveResponse>>;
422
+ /**
423
+ * 로그인한 사용자의 프로필 정보를 조회합니다.
424
+ * @summary 내 프로필 조회
425
+ * @param {*} [options] Override http request option.
426
+ * @throws {RequiredError}
427
+ */
428
+ getMyProfile(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserProfileResponse>>;
429
+ /**
430
+ * 운영진이 선정한 오늘의 추천 투표 목록을 조회합니다.
431
+ * @summary 오늘의 추천 조회
432
+ * @param {*} [options] Override http request option.
433
+ * @throws {RequiredError}
434
+ */
435
+ getRecommendations(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HomeRecommendationResponse>>;
436
+ /**
437
+ * 마감된 투표의 결과를 조회합니다. 진행 중 투표는 403 응답합니다. 비회원은 insight가 잠금 상태로 응답됩니다.
438
+ * @summary 투표 결과 조회
439
+ * @param {number} voteId
440
+ * @param {*} [options] Override http request option.
441
+ * @throws {RequiredError}
442
+ */
443
+ getResult(voteId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<VoteResultResponse>>;
444
+ /**
445
+ * 투표 공유를 위한 링크를 생성합니다.
446
+ * @summary 공유 링크 생성
447
+ * @param {number} voteId
448
+ * @param {*} [options] Override http request option.
449
+ * @throws {RequiredError}
450
+ */
451
+ getShareLink(voteId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShareLinkResponse>>;
452
+ /**
453
+ * 투표 공유를 위한 링크를 생성합니다.
454
+ * @summary 공유 링크 생성
455
+ * @param {number} voteId
456
+ * @param {*} [options] Override http request option.
457
+ * @throws {RequiredError}
458
+ */
459
+ getShareLink1(voteId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShareLinkResponse>>;
460
+ /**
461
+ * 알림 권한 요청 프롬프트를 표시해야 하는지 여부를 조회합니다.
462
+ * @summary 프롬프트 표시 여부 조회
463
+ * @param {*} [options] Override http request option.
464
+ * @throws {RequiredError}
465
+ */
466
+ getStatus(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromptStatusResponse>>;
467
+ /**
468
+ * 읽지 않은 알림의 개수를 조회합니다.
469
+ * @summary 읽지 않은 알림 수 조회
470
+ * @param {*} [options] Override http request option.
471
+ * @throws {RequiredError}
472
+ */
473
+ getUnreadCount(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UnreadCountResponse>>;
474
+ /**
475
+ * 전체 투표 목록을 조회합니다. 커서 기반 페이지네이션을 지원합니다.
476
+ * @summary 전체 투표 목록 조회
477
+ * @param {number} [cursor] 다음 페이지 조회를 위한 커서 (이전 응답의 nextCursor)
478
+ * @param {number} [size] 페이지 크기
479
+ * @param {GetVoteListSortEnum} [sort] 정렬 기준: LATEST(최신순), POPULAR(인기순), ENDING_SOON(종료임박순)
480
+ * @param {*} [options] Override http request option.
481
+ * @throws {RequiredError}
482
+ */
483
+ getVoteList(cursor?: number, size?: number, sort?: GetVoteListSortEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<HomeVoteListResponse>>;
484
+ /**
485
+ *
486
+ * @param {GetVoteListEndParticipatedTypeEnum} type
487
+ * @param {*} [options] Override http request option.
488
+ * @throws {RequiredError}
489
+ */
490
+ getVoteListEndParticipated(type: GetVoteListEndParticipatedTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MyParticipatedVoteResponse>>;
491
+ /**
492
+ *
493
+ * @param {GetVoteListParticipatedTypeEnum} type
494
+ * @param {*} [options] Override http request option.
495
+ * @throws {RequiredError}
496
+ */
497
+ getVoteListParticipated(type: GetVoteListParticipatedTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MyParticipatedVoteResponse>>;
498
+ /**
499
+ * 사용자 기본 프로필 정보를 초기화합니다.
500
+ * @summary 기본 프로필 초기화
501
+ * @param {UserProfileRequest} userProfileRequest
502
+ * @param {*} [options] Override http request option.
503
+ * @throws {RequiredError}
504
+ */
505
+ initializeDefaultProfile(userProfileRequest: UserProfileRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserProfileDefaultResponse>>;
506
+ /**
507
+ * 닉네임 사용 가능 여부를 확인합니다.
508
+ * @summary 닉네임 중복 확인
509
+ * @param {UserNicknameRec} userNicknameRec
510
+ * @param {*} [options] Override http request option.
511
+ * @throws {RequiredError}
512
+ */
513
+ isUniqueNickname(userNicknameRec: UserNicknameRec, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NicknameCheckResponse>>;
514
+ /**
515
+ *
516
+ * @param {*} [options] Override http request option.
517
+ * @throws {RequiredError}
518
+ */
519
+ logout(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
520
+ /**
521
+ * 모든 알림을 읽음 처리합니다.
522
+ * @summary 모든 알림 읽음 처리
523
+ * @param {*} [options] Override http request option.
524
+ * @throws {RequiredError}
525
+ */
526
+ markAllAsRead(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ReadAllResponse>>;
527
+ /**
528
+ * 특정 알림을 읽음 처리합니다.
529
+ * @summary 알림 읽음 처리
530
+ * @param {number} notificationId
531
+ * @param {*} [options] Override http request option.
532
+ * @throws {RequiredError}
533
+ */
534
+ markAsRead(notificationId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
535
+ /**
536
+ *
537
+ * @param {UserModifyInfoRequest} userModifyInfoRequest
538
+ * @param {*} [options] Override http request option.
539
+ * @throws {RequiredError}
540
+ */
541
+ modifyNickname(userModifyInfoRequest: UserModifyInfoRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
542
+ /**
543
+ * 투표에 참여합니다. 비회원은 5회까지 무료 투표 가능합니다.
544
+ * @summary 투표 참여
545
+ * @param {number} voteId
546
+ * @param {ParticipateRequest} participateRequest
547
+ * @param {*} [options] Override http request option.
548
+ * @throws {RequiredError}
549
+ */
550
+ participate(voteId: number, participateRequest: ParticipateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ParticipateResponse>>;
551
+ /**
552
+ * 투표에 참여하거나 같은 옵션 재클릭 시 취소합니다. 비회원은 5회까지 무료 투표 가능합니다.
553
+ * @summary 투표 참여/취소
554
+ * @param {number} voteId
555
+ * @param {ParticipateRequest} participateRequest
556
+ * @param {*} [options] Override http request option.
557
+ * @throws {RequiredError}
558
+ */
559
+ participateOrCancel(voteId: number, participateRequest: ParticipateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ImmersiveParticipateResponse>>;
560
+ /**
561
+ * 이모지 반응을 추가/변경/취소합니다. 같은 이모지 재선택 또는 null 전송 시 취소됩니다.
562
+ * @summary 몰입형 투표 이모지 반응
563
+ * @param {number} voteId
564
+ * @param {EmojiRequest} emojiRequest
565
+ * @param {*} [options] Override http request option.
566
+ * @throws {RequiredError}
567
+ */
568
+ reactOnImmersiveVote(voteId: number, emojiRequest: EmojiRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmojiResponse>>;
569
+ /**
570
+ * 이모지 반응을 추가/변경/취소합니��. 같은 이모지 재선택 또는 null 전송 시 취소됩니다.
571
+ * @summary 일반형 투표 이모지 반응
572
+ * @param {number} voteId
573
+ * @param {EmojiRequest} emojiRequest
574
+ * @param {*} [options] Override http request option.
575
+ * @throws {RequiredError}
576
+ */
577
+ reactOnVote(voteId: number, emojiRequest: EmojiRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EmojiResponse>>;
578
+ /**
579
+ * 사용자가 알림 권한 프롬프트를 거절했음을 기록합니다.
580
+ * @summary 프롬프트 거절 기록
581
+ * @param {*} [options] Override http request option.
582
+ * @throws {RequiredError}
583
+ */
584
+ recordDismissed(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
585
+ /**
586
+ * FCM/APNs 디바이스 토큰을 등록합니다. 투표 종료 시 푸시 알림 발송에 사용됩니다.
587
+ * @summary 푸시 토큰 등록
588
+ * @param {RegisterPushTokenRequest} registerPushTokenRequest
589
+ * @param {*} [options] Override http request option.
590
+ * @throws {RequiredError}
591
+ */
592
+ register(registerPushTokenRequest: RegisterPushTokenRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
593
+ /**
594
+ * Refresh Token으로 Access Token을 재발급합니다.
595
+ * @summary 토큰 재발급
596
+ * @param {*} [options] Override http request option.
597
+ * @throws {RequiredError}
598
+ */
599
+ reissue(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
600
+ /**
601
+ * 사용자 추가 정보(닉네임, 성별, 생년월일)를 설정합니다.
602
+ * @summary 추가 정보 설정
603
+ * @param {UserExtraInfo} userExtraInfo
604
+ * @param {*} [options] Override http request option.
605
+ * @throws {RequiredError}
606
+ */
607
+ setupInfo(userExtraInfo: UserExtraInfo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserProfileResponse>>;
608
+ /**
609
+ * 사용 가능한 랜덤 닉네임을 추천합니다.
610
+ * @summary 닉네임 추천
611
+ * @param {*} [options] Override http request option.
612
+ * @throws {RequiredError}
613
+ */
614
+ suggestNickname(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserNicknameRec>>;
615
+ /**
616
+ * 등록된 모든 푸시 토큰을 해제합니다.
617
+ * @summary 푸시 토큰 해제
618
+ * @param {*} [options] Override http request option.
619
+ * @throws {RequiredError}
620
+ */
621
+ unregisterAll(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
622
+ /**
623
+ * 푸시 알림 ON/OFF 설정을 변경합니다.
624
+ * @summary 알림 설정 변경
625
+ * @param {UpdateNotificationSettingRequest} updateNotificationSettingRequest
626
+ * @param {*} [options] Override http request option.
627
+ * @throws {RequiredError}
628
+ */
629
+ update(updateNotificationSettingRequest: UpdateNotificationSettingRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NotificationSettingResponse>>;
630
+ };
631
+ /**
632
+ * DefaultApi - factory interface
633
+ * @export
634
+ */
635
+ export declare const DefaultApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
636
+ /**
637
+ * 투표를 취소합니다. 회원만 가능합니다.
638
+ * @summary 다시 투표하기
639
+ * @param {number} voteId
640
+ * @param {*} [options] Override http request option.
641
+ * @throws {RequiredError}
642
+ */
643
+ cancel(voteId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
644
+ /**
645
+ * 새로운 투표를 생성합니다. 회원만 가능합니다.
646
+ * @summary 투표 생성
647
+ * @param {VoteCreateRequest} voteCreateRequest
648
+ * @param {*} [options] Override http request option.
649
+ * @throws {RequiredError}
650
+ */
651
+ create(voteCreateRequest: VoteCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<VoteCreateResponse>;
652
+ /**
653
+ *
654
+ * @param {UserDeleteReq} userDeleteReq
655
+ * @param {*} [options] Override http request option.
656
+ * @throws {RequiredError}
657
+ */
658
+ deleteAccount(userDeleteReq: UserDeleteReq, options?: RawAxiosRequestConfig): AxiosPromise<void>;
659
+ /**
660
+ * 현재 알림 설정 상태를 조회합니다.
661
+ * @summary 알림 설정 조회
662
+ * @param {*} [options] Override http request option.
663
+ * @throws {RequiredError}
664
+ */
665
+ get(options?: RawAxiosRequestConfig): AxiosPromise<NotificationSettingResponse>;
666
+ /**
667
+ * 투표 상세 정보를 조회합니다. 투표 전에는 결과(voteCount/ratio)가 null로 응답됩니다.
668
+ * @summary 투표 상세 조회
669
+ * @param {number} voteId
670
+ * @param {*} [options] Override http request option.
671
+ * @throws {RequiredError}
672
+ */
673
+ getDetail(voteId: number, options?: RawAxiosRequestConfig): AxiosPromise<VoteDetailResponse>;
674
+ /**
675
+ * 스와이프 형식의 몰입형 투표 피드를 조회합니다. 커서 기반 페이지네이션을 지원합니다.
676
+ * @summary 몰입형 투표 피드 조회
677
+ * @param {number} [cursor]
678
+ * @param {number} [size]
679
+ * @param {*} [options] Override http request option.
680
+ * @throws {RequiredError}
681
+ */
682
+ getFeed(cursor?: number, size?: number, options?: RawAxiosRequestConfig): AxiosPromise<ImmersiveFeedResponse>;
683
+ /**
684
+ * 비회원의 잔여 무료 투표권 수를 조회합니다. 회원은 remainingFreeVotes가 null로 응답됩니다.
685
+ * @summary 잔여 무료 투표권 조회
686
+ * @param {*} [options] Override http request option.
687
+ * @throws {RequiredError}
688
+ */
689
+ getFreeVotes(options?: RawAxiosRequestConfig): AxiosPromise<FreeVotesResponse>;
690
+ /**
691
+ * 인기 점수 기준 상위 3개 투표를 조회합니다. 인기 점수 = (참여 수 × 0.7) + (조회 수 × 0.3)
692
+ * @summary 핫토픽 TOP 3 조회
693
+ * @param {*} [options] Override http request option.
694
+ * @throws {RequiredError}
695
+ */
696
+ getHotTopics(options?: RawAxiosRequestConfig): AxiosPromise<HomeHotTopicResponse>;
697
+ /**
698
+ * 알림 목록을 조회합니다. 커서 기반 페이지네이션을 지원합니다.
699
+ * @summary 알림 목록 조회
700
+ * @param {number} [cursor]
701
+ * @param {number} [size]
702
+ * @param {*} [options] Override http request option.
703
+ * @throws {RequiredError}
704
+ */
705
+ getList(cursor?: number, size?: number, options?: RawAxiosRequestConfig): AxiosPromise<NotificationListResponse>;
706
+ /**
707
+ * 투표 후 실시간 비율 갱신을 위한 폴링 API입니다.
708
+ * @summary 실시간 투표 현황 조회
709
+ * @param {number} voteId
710
+ * @param {*} [options] Override http request option.
711
+ * @throws {RequiredError}
712
+ */
713
+ getLive(voteId: number, options?: RawAxiosRequestConfig): AxiosPromise<ImmersiveLiveResponse>;
714
+ /**
715
+ * 로그인한 사용자의 프로필 정보를 조회합니다.
716
+ * @summary 내 프로필 조회
717
+ * @param {*} [options] Override http request option.
718
+ * @throws {RequiredError}
719
+ */
720
+ getMyProfile(options?: RawAxiosRequestConfig): AxiosPromise<UserProfileResponse>;
721
+ /**
722
+ * 운영진이 선정한 오늘의 추천 투표 목록을 조회합니다.
723
+ * @summary 오늘의 추천 조회
724
+ * @param {*} [options] Override http request option.
725
+ * @throws {RequiredError}
726
+ */
727
+ getRecommendations(options?: RawAxiosRequestConfig): AxiosPromise<HomeRecommendationResponse>;
728
+ /**
729
+ * 마감된 투표의 결과를 조회합니다. 진행 중 투표는 403 응답합니다. 비회원은 insight가 잠금 상태로 응답됩니다.
730
+ * @summary 투표 결과 조회
731
+ * @param {number} voteId
732
+ * @param {*} [options] Override http request option.
733
+ * @throws {RequiredError}
734
+ */
735
+ getResult(voteId: number, options?: RawAxiosRequestConfig): AxiosPromise<VoteResultResponse>;
736
+ /**
737
+ * 투표 공유를 위한 링크를 생성합니다.
738
+ * @summary 공유 링크 생성
739
+ * @param {number} voteId
740
+ * @param {*} [options] Override http request option.
741
+ * @throws {RequiredError}
742
+ */
743
+ getShareLink(voteId: number, options?: RawAxiosRequestConfig): AxiosPromise<ShareLinkResponse>;
744
+ /**
745
+ * 투표 공유를 위한 링크를 생성합니다.
746
+ * @summary 공유 링크 생성
747
+ * @param {number} voteId
748
+ * @param {*} [options] Override http request option.
749
+ * @throws {RequiredError}
750
+ */
751
+ getShareLink1(voteId: number, options?: RawAxiosRequestConfig): AxiosPromise<ShareLinkResponse>;
752
+ /**
753
+ * 알림 권한 요청 프롬프트를 표시해야 하는지 여부를 조회합니다.
754
+ * @summary 프롬프트 표시 여부 조회
755
+ * @param {*} [options] Override http request option.
756
+ * @throws {RequiredError}
757
+ */
758
+ getStatus(options?: RawAxiosRequestConfig): AxiosPromise<PromptStatusResponse>;
759
+ /**
760
+ * 읽지 않은 알림의 개수를 조회합니다.
761
+ * @summary 읽지 않은 알림 수 조회
762
+ * @param {*} [options] Override http request option.
763
+ * @throws {RequiredError}
764
+ */
765
+ getUnreadCount(options?: RawAxiosRequestConfig): AxiosPromise<UnreadCountResponse>;
766
+ /**
767
+ * 전체 투표 목록을 조회합니다. 커서 기반 페이지네이션을 지원합니다.
768
+ * @summary 전체 투표 목록 조회
769
+ * @param {number} [cursor] 다음 페이지 조회를 위한 커서 (이전 응답의 nextCursor)
770
+ * @param {number} [size] 페이지 크기
771
+ * @param {GetVoteListSortEnum} [sort] 정렬 기준: LATEST(최신순), POPULAR(인기순), ENDING_SOON(종료임박순)
772
+ * @param {*} [options] Override http request option.
773
+ * @throws {RequiredError}
774
+ */
775
+ getVoteList(cursor?: number, size?: number, sort?: GetVoteListSortEnum, options?: RawAxiosRequestConfig): AxiosPromise<HomeVoteListResponse>;
776
+ /**
777
+ *
778
+ * @param {GetVoteListEndParticipatedTypeEnum} type
779
+ * @param {*} [options] Override http request option.
780
+ * @throws {RequiredError}
781
+ */
782
+ getVoteListEndParticipated(type: GetVoteListEndParticipatedTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<MyParticipatedVoteResponse>;
783
+ /**
784
+ *
785
+ * @param {GetVoteListParticipatedTypeEnum} type
786
+ * @param {*} [options] Override http request option.
787
+ * @throws {RequiredError}
788
+ */
789
+ getVoteListParticipated(type: GetVoteListParticipatedTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<MyParticipatedVoteResponse>;
790
+ /**
791
+ * 사용자 기본 프로필 정보를 초기화합니다.
792
+ * @summary 기본 프로필 초기화
793
+ * @param {UserProfileRequest} userProfileRequest
794
+ * @param {*} [options] Override http request option.
795
+ * @throws {RequiredError}
796
+ */
797
+ initializeDefaultProfile(userProfileRequest: UserProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserProfileDefaultResponse>;
798
+ /**
799
+ * 닉네임 사용 가능 여부를 확인합니다.
800
+ * @summary 닉네임 중복 확인
801
+ * @param {UserNicknameRec} userNicknameRec
802
+ * @param {*} [options] Override http request option.
803
+ * @throws {RequiredError}
804
+ */
805
+ isUniqueNickname(userNicknameRec: UserNicknameRec, options?: RawAxiosRequestConfig): AxiosPromise<NicknameCheckResponse>;
806
+ /**
807
+ *
808
+ * @param {*} [options] Override http request option.
809
+ * @throws {RequiredError}
810
+ */
811
+ logout(options?: RawAxiosRequestConfig): AxiosPromise<void>;
812
+ /**
813
+ * 모든 알림을 읽음 처리합니다.
814
+ * @summary 모든 알림 읽음 처리
815
+ * @param {*} [options] Override http request option.
816
+ * @throws {RequiredError}
817
+ */
818
+ markAllAsRead(options?: RawAxiosRequestConfig): AxiosPromise<ReadAllResponse>;
819
+ /**
820
+ * 특정 알림을 읽음 처리합니다.
821
+ * @summary 알림 읽음 처리
822
+ * @param {number} notificationId
823
+ * @param {*} [options] Override http request option.
824
+ * @throws {RequiredError}
825
+ */
826
+ markAsRead(notificationId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
827
+ /**
828
+ *
829
+ * @param {UserModifyInfoRequest} userModifyInfoRequest
830
+ * @param {*} [options] Override http request option.
831
+ * @throws {RequiredError}
832
+ */
833
+ modifyNickname(userModifyInfoRequest: UserModifyInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<object>;
834
+ /**
835
+ * 투표에 참여합니다. 비회원은 5회까지 무료 투표 가능합니다.
836
+ * @summary 투표 참여
837
+ * @param {number} voteId
838
+ * @param {ParticipateRequest} participateRequest
839
+ * @param {*} [options] Override http request option.
840
+ * @throws {RequiredError}
841
+ */
842
+ participate(voteId: number, participateRequest: ParticipateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ParticipateResponse>;
843
+ /**
844
+ * 투표에 참여하거나 같은 옵션 재클릭 시 취소합니다. 비회원은 5회까지 무료 투표 가능합니다.
845
+ * @summary 투표 참여/취소
846
+ * @param {number} voteId
847
+ * @param {ParticipateRequest} participateRequest
848
+ * @param {*} [options] Override http request option.
849
+ * @throws {RequiredError}
850
+ */
851
+ participateOrCancel(voteId: number, participateRequest: ParticipateRequest, options?: RawAxiosRequestConfig): AxiosPromise<ImmersiveParticipateResponse>;
852
+ /**
853
+ * 이모지 반응을 추가/변경/취소합니다. 같은 이모지 재선택 또는 null 전송 시 취소됩니다.
854
+ * @summary 몰입형 투표 이모지 반응
855
+ * @param {number} voteId
856
+ * @param {EmojiRequest} emojiRequest
857
+ * @param {*} [options] Override http request option.
858
+ * @throws {RequiredError}
859
+ */
860
+ reactOnImmersiveVote(voteId: number, emojiRequest: EmojiRequest, options?: RawAxiosRequestConfig): AxiosPromise<EmojiResponse>;
861
+ /**
862
+ * 이모지 반응을 추가/변경/취소합니��. 같은 이모지 재선택 또는 null 전송 시 취소됩니다.
863
+ * @summary 일반형 투표 이모지 반응
864
+ * @param {number} voteId
865
+ * @param {EmojiRequest} emojiRequest
866
+ * @param {*} [options] Override http request option.
867
+ * @throws {RequiredError}
868
+ */
869
+ reactOnVote(voteId: number, emojiRequest: EmojiRequest, options?: RawAxiosRequestConfig): AxiosPromise<EmojiResponse>;
870
+ /**
871
+ * 사용자가 알림 권한 프롬프트를 거절했음을 기록합니다.
872
+ * @summary 프롬프트 거절 기록
873
+ * @param {*} [options] Override http request option.
874
+ * @throws {RequiredError}
875
+ */
876
+ recordDismissed(options?: RawAxiosRequestConfig): AxiosPromise<void>;
877
+ /**
878
+ * FCM/APNs 디바이스 토큰을 등록합니다. 투표 종료 시 푸시 알림 발송에 사용됩니다.
879
+ * @summary 푸시 토큰 등록
880
+ * @param {RegisterPushTokenRequest} registerPushTokenRequest
881
+ * @param {*} [options] Override http request option.
882
+ * @throws {RequiredError}
883
+ */
884
+ register(registerPushTokenRequest: RegisterPushTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
885
+ /**
886
+ * Refresh Token으로 Access Token을 재발급합니다.
887
+ * @summary 토큰 재발급
888
+ * @param {*} [options] Override http request option.
889
+ * @throws {RequiredError}
890
+ */
891
+ reissue(options?: RawAxiosRequestConfig): AxiosPromise<void>;
892
+ /**
893
+ * 사용자 추가 정보(닉네임, 성별, 생년월일)를 설정합니다.
894
+ * @summary 추가 정보 설정
895
+ * @param {UserExtraInfo} userExtraInfo
896
+ * @param {*} [options] Override http request option.
897
+ * @throws {RequiredError}
898
+ */
899
+ setupInfo(userExtraInfo: UserExtraInfo, options?: RawAxiosRequestConfig): AxiosPromise<UserProfileResponse>;
900
+ /**
901
+ * 사용 가능한 랜덤 닉네임을 추천합니다.
902
+ * @summary 닉네임 추천
903
+ * @param {*} [options] Override http request option.
904
+ * @throws {RequiredError}
905
+ */
906
+ suggestNickname(options?: RawAxiosRequestConfig): AxiosPromise<UserNicknameRec>;
907
+ /**
908
+ * 등록된 모든 푸시 토큰을 해제합니다.
909
+ * @summary 푸시 토큰 해제
910
+ * @param {*} [options] Override http request option.
911
+ * @throws {RequiredError}
912
+ */
913
+ unregisterAll(options?: RawAxiosRequestConfig): AxiosPromise<void>;
914
+ /**
915
+ * 푸시 알림 ON/OFF 설정을 변경합니다.
916
+ * @summary 알림 설정 변경
917
+ * @param {UpdateNotificationSettingRequest} updateNotificationSettingRequest
918
+ * @param {*} [options] Override http request option.
919
+ * @throws {RequiredError}
920
+ */
921
+ update(updateNotificationSettingRequest: UpdateNotificationSettingRequest, options?: RawAxiosRequestConfig): AxiosPromise<NotificationSettingResponse>;
922
+ };
923
+ /**
924
+ * DefaultApi - object-oriented interface
925
+ * @export
926
+ * @class DefaultApi
927
+ * @extends {BaseAPI}
928
+ */
929
+ export declare class DefaultApi extends BaseAPI {
930
+ /**
931
+ * 투표를 취소합니다. 회원만 가능합니다.
932
+ * @summary 다시 투표하기
933
+ * @param {number} voteId
934
+ * @param {*} [options] Override http request option.
935
+ * @throws {RequiredError}
936
+ * @memberof DefaultApi
937
+ */
938
+ cancel(voteId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
939
+ /**
940
+ * 새로운 투표를 생성합니다. 회원만 가능합니다.
941
+ * @summary 투표 생성
942
+ * @param {VoteCreateRequest} voteCreateRequest
943
+ * @param {*} [options] Override http request option.
944
+ * @throws {RequiredError}
945
+ * @memberof DefaultApi
946
+ */
947
+ create(voteCreateRequest: VoteCreateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VoteCreateResponse, any, {}>>;
948
+ /**
949
+ *
950
+ * @param {UserDeleteReq} userDeleteReq
951
+ * @param {*} [options] Override http request option.
952
+ * @throws {RequiredError}
953
+ * @memberof DefaultApi
954
+ */
955
+ deleteAccount(userDeleteReq: UserDeleteReq, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
956
+ /**
957
+ * 현재 알림 설정 상태를 조회합니다.
958
+ * @summary 알림 설정 조회
959
+ * @param {*} [options] Override http request option.
960
+ * @throws {RequiredError}
961
+ * @memberof DefaultApi
962
+ */
963
+ get(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationSettingResponse, any, {}>>;
964
+ /**
965
+ * 투표 상세 정보를 조회합니다. 투표 전에는 결과(voteCount/ratio)가 null로 응답됩니다.
966
+ * @summary 투표 상세 조회
967
+ * @param {number} voteId
968
+ * @param {*} [options] Override http request option.
969
+ * @throws {RequiredError}
970
+ * @memberof DefaultApi
971
+ */
972
+ getDetail(voteId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VoteDetailResponse, any, {}>>;
973
+ /**
974
+ * 스와이프 형식의 몰입형 투표 피드를 조회합니다. 커서 기반 페이지네이션을 지원합니다.
975
+ * @summary 몰입형 투표 피드 조회
976
+ * @param {number} [cursor]
977
+ * @param {number} [size]
978
+ * @param {*} [options] Override http request option.
979
+ * @throws {RequiredError}
980
+ * @memberof DefaultApi
981
+ */
982
+ getFeed(cursor?: number, size?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImmersiveFeedResponse, any, {}>>;
983
+ /**
984
+ * 비회원의 잔여 무료 투표권 수를 조회합니다. 회원은 remainingFreeVotes가 null로 응답됩니다.
985
+ * @summary 잔여 무료 투표권 조회
986
+ * @param {*} [options] Override http request option.
987
+ * @throws {RequiredError}
988
+ * @memberof DefaultApi
989
+ */
990
+ getFreeVotes(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<FreeVotesResponse, any, {}>>;
991
+ /**
992
+ * 인기 점수 기준 상위 3개 투표를 조회합니다. 인기 점수 = (참여 수 × 0.7) + (조회 수 × 0.3)
993
+ * @summary 핫토픽 TOP 3 조회
994
+ * @param {*} [options] Override http request option.
995
+ * @throws {RequiredError}
996
+ * @memberof DefaultApi
997
+ */
998
+ getHotTopics(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<HomeHotTopicResponse, any, {}>>;
999
+ /**
1000
+ * 알림 목록을 조회합니다. 커서 기반 페이지네이션을 지원합니다.
1001
+ * @summary 알림 목록 조회
1002
+ * @param {number} [cursor]
1003
+ * @param {number} [size]
1004
+ * @param {*} [options] Override http request option.
1005
+ * @throws {RequiredError}
1006
+ * @memberof DefaultApi
1007
+ */
1008
+ getList(cursor?: number, size?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationListResponse, any, {}>>;
1009
+ /**
1010
+ * 투표 후 실시간 비율 갱신을 위한 폴링 API입니다.
1011
+ * @summary 실시간 투표 현황 조회
1012
+ * @param {number} voteId
1013
+ * @param {*} [options] Override http request option.
1014
+ * @throws {RequiredError}
1015
+ * @memberof DefaultApi
1016
+ */
1017
+ getLive(voteId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImmersiveLiveResponse, any, {}>>;
1018
+ /**
1019
+ * 로그인한 사용자의 프로필 정보를 조회합니다.
1020
+ * @summary 내 프로필 조회
1021
+ * @param {*} [options] Override http request option.
1022
+ * @throws {RequiredError}
1023
+ * @memberof DefaultApi
1024
+ */
1025
+ getMyProfile(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserProfileResponse, any, {}>>;
1026
+ /**
1027
+ * 운영진이 선정한 오늘의 추천 투표 목록을 조회합니다.
1028
+ * @summary 오늘의 추천 조회
1029
+ * @param {*} [options] Override http request option.
1030
+ * @throws {RequiredError}
1031
+ * @memberof DefaultApi
1032
+ */
1033
+ getRecommendations(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<HomeRecommendationResponse, any, {}>>;
1034
+ /**
1035
+ * 마감된 투표의 결과를 조회합니다. 진행 중 투표는 403 응답합니다. 비회원은 insight가 잠금 상태로 응답됩니다.
1036
+ * @summary 투표 결과 조회
1037
+ * @param {number} voteId
1038
+ * @param {*} [options] Override http request option.
1039
+ * @throws {RequiredError}
1040
+ * @memberof DefaultApi
1041
+ */
1042
+ getResult(voteId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<VoteResultResponse, any, {}>>;
1043
+ /**
1044
+ * 투표 공유를 위한 링크를 생성합니다.
1045
+ * @summary 공유 링크 생성
1046
+ * @param {number} voteId
1047
+ * @param {*} [options] Override http request option.
1048
+ * @throws {RequiredError}
1049
+ * @memberof DefaultApi
1050
+ */
1051
+ getShareLink(voteId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShareLinkResponse, any, {}>>;
1052
+ /**
1053
+ * 투표 공유를 위한 링크를 생성합니다.
1054
+ * @summary 공유 링크 생성
1055
+ * @param {number} voteId
1056
+ * @param {*} [options] Override http request option.
1057
+ * @throws {RequiredError}
1058
+ * @memberof DefaultApi
1059
+ */
1060
+ getShareLink1(voteId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShareLinkResponse, any, {}>>;
1061
+ /**
1062
+ * 알림 권한 요청 프롬프트를 표시해야 하는지 여부를 조회합니다.
1063
+ * @summary 프롬프트 표시 여부 조회
1064
+ * @param {*} [options] Override http request option.
1065
+ * @throws {RequiredError}
1066
+ * @memberof DefaultApi
1067
+ */
1068
+ getStatus(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PromptStatusResponse, any, {}>>;
1069
+ /**
1070
+ * 읽지 않은 알림의 개수를 조회합니다.
1071
+ * @summary 읽지 않은 알림 수 조회
1072
+ * @param {*} [options] Override http request option.
1073
+ * @throws {RequiredError}
1074
+ * @memberof DefaultApi
1075
+ */
1076
+ getUnreadCount(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UnreadCountResponse, any, {}>>;
1077
+ /**
1078
+ * 전체 투표 목록을 조회합니다. 커서 기반 페이지네이션을 지원합니다.
1079
+ * @summary 전체 투표 목록 조회
1080
+ * @param {number} [cursor] 다음 페이지 조회를 위한 커서 (이전 응답의 nextCursor)
1081
+ * @param {number} [size] 페이지 크기
1082
+ * @param {GetVoteListSortEnum} [sort] 정렬 기준: LATEST(최신순), POPULAR(인기순), ENDING_SOON(종료임박순)
1083
+ * @param {*} [options] Override http request option.
1084
+ * @throws {RequiredError}
1085
+ * @memberof DefaultApi
1086
+ */
1087
+ getVoteList(cursor?: number, size?: number, sort?: GetVoteListSortEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<HomeVoteListResponse, any, {}>>;
1088
+ /**
1089
+ *
1090
+ * @param {GetVoteListEndParticipatedTypeEnum} type
1091
+ * @param {*} [options] Override http request option.
1092
+ * @throws {RequiredError}
1093
+ * @memberof DefaultApi
1094
+ */
1095
+ getVoteListEndParticipated(type: GetVoteListEndParticipatedTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MyParticipatedVoteResponse, any, {}>>;
1096
+ /**
1097
+ *
1098
+ * @param {GetVoteListParticipatedTypeEnum} type
1099
+ * @param {*} [options] Override http request option.
1100
+ * @throws {RequiredError}
1101
+ * @memberof DefaultApi
1102
+ */
1103
+ getVoteListParticipated(type: GetVoteListParticipatedTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MyParticipatedVoteResponse, any, {}>>;
1104
+ /**
1105
+ * 사용자 기본 프로필 정보를 초기화합니다.
1106
+ * @summary 기본 프로필 초기화
1107
+ * @param {UserProfileRequest} userProfileRequest
1108
+ * @param {*} [options] Override http request option.
1109
+ * @throws {RequiredError}
1110
+ * @memberof DefaultApi
1111
+ */
1112
+ initializeDefaultProfile(userProfileRequest: UserProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserProfileDefaultResponse, any, {}>>;
1113
+ /**
1114
+ * 닉네임 사용 가능 여부를 확인합니다.
1115
+ * @summary 닉네임 중복 확인
1116
+ * @param {UserNicknameRec} userNicknameRec
1117
+ * @param {*} [options] Override http request option.
1118
+ * @throws {RequiredError}
1119
+ * @memberof DefaultApi
1120
+ */
1121
+ isUniqueNickname(userNicknameRec: UserNicknameRec, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NicknameCheckResponse, any, {}>>;
1122
+ /**
1123
+ *
1124
+ * @param {*} [options] Override http request option.
1125
+ * @throws {RequiredError}
1126
+ * @memberof DefaultApi
1127
+ */
1128
+ logout(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1129
+ /**
1130
+ * 모든 알림을 읽음 처리합니다.
1131
+ * @summary 모든 알림 읽음 처리
1132
+ * @param {*} [options] Override http request option.
1133
+ * @throws {RequiredError}
1134
+ * @memberof DefaultApi
1135
+ */
1136
+ markAllAsRead(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ReadAllResponse, any, {}>>;
1137
+ /**
1138
+ * 특정 알림을 읽음 처리합니다.
1139
+ * @summary 알림 읽음 처리
1140
+ * @param {number} notificationId
1141
+ * @param {*} [options] Override http request option.
1142
+ * @throws {RequiredError}
1143
+ * @memberof DefaultApi
1144
+ */
1145
+ markAsRead(notificationId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1146
+ /**
1147
+ *
1148
+ * @param {UserModifyInfoRequest} userModifyInfoRequest
1149
+ * @param {*} [options] Override http request option.
1150
+ * @throws {RequiredError}
1151
+ * @memberof DefaultApi
1152
+ */
1153
+ modifyNickname(userModifyInfoRequest: UserModifyInfoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any, {}>>;
1154
+ /**
1155
+ * 투표에 참여합니다. 비회원은 5회까지 무료 투표 가능합니다.
1156
+ * @summary 투표 참여
1157
+ * @param {number} voteId
1158
+ * @param {ParticipateRequest} participateRequest
1159
+ * @param {*} [options] Override http request option.
1160
+ * @throws {RequiredError}
1161
+ * @memberof DefaultApi
1162
+ */
1163
+ participate(voteId: number, participateRequest: ParticipateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ParticipateResponse, any, {}>>;
1164
+ /**
1165
+ * 투표에 참여하거나 같은 옵션 재클릭 시 취소합니다. 비회원은 5회까지 무료 투표 가능합니다.
1166
+ * @summary 투표 참여/취소
1167
+ * @param {number} voteId
1168
+ * @param {ParticipateRequest} participateRequest
1169
+ * @param {*} [options] Override http request option.
1170
+ * @throws {RequiredError}
1171
+ * @memberof DefaultApi
1172
+ */
1173
+ participateOrCancel(voteId: number, participateRequest: ParticipateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImmersiveParticipateResponse, any, {}>>;
1174
+ /**
1175
+ * 이모지 반응을 추가/변경/취소합니다. 같은 이모지 재선택 또는 null 전송 시 취소됩니다.
1176
+ * @summary 몰입형 투표 이모지 반응
1177
+ * @param {number} voteId
1178
+ * @param {EmojiRequest} emojiRequest
1179
+ * @param {*} [options] Override http request option.
1180
+ * @throws {RequiredError}
1181
+ * @memberof DefaultApi
1182
+ */
1183
+ reactOnImmersiveVote(voteId: number, emojiRequest: EmojiRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EmojiResponse, any, {}>>;
1184
+ /**
1185
+ * 이모지 반응을 추가/변경/취소합니��. 같은 이모지 재선택 또는 null 전송 시 취소됩니다.
1186
+ * @summary 일반형 투표 이모지 반응
1187
+ * @param {number} voteId
1188
+ * @param {EmojiRequest} emojiRequest
1189
+ * @param {*} [options] Override http request option.
1190
+ * @throws {RequiredError}
1191
+ * @memberof DefaultApi
1192
+ */
1193
+ reactOnVote(voteId: number, emojiRequest: EmojiRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EmojiResponse, any, {}>>;
1194
+ /**
1195
+ * 사용자가 알림 권한 프롬프트를 거절했음을 기록합니다.
1196
+ * @summary 프롬프트 거절 기록
1197
+ * @param {*} [options] Override http request option.
1198
+ * @throws {RequiredError}
1199
+ * @memberof DefaultApi
1200
+ */
1201
+ recordDismissed(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1202
+ /**
1203
+ * FCM/APNs 디바이스 토큰을 등록합니다. 투표 종료 시 푸시 알림 발송에 사용됩니다.
1204
+ * @summary 푸시 토큰 등록
1205
+ * @param {RegisterPushTokenRequest} registerPushTokenRequest
1206
+ * @param {*} [options] Override http request option.
1207
+ * @throws {RequiredError}
1208
+ * @memberof DefaultApi
1209
+ */
1210
+ register(registerPushTokenRequest: RegisterPushTokenRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1211
+ /**
1212
+ * Refresh Token으로 Access Token을 재발급합니다.
1213
+ * @summary 토큰 재발급
1214
+ * @param {*} [options] Override http request option.
1215
+ * @throws {RequiredError}
1216
+ * @memberof DefaultApi
1217
+ */
1218
+ reissue(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1219
+ /**
1220
+ * 사용자 추가 정보(닉네임, 성별, 생년월일)를 설정합니다.
1221
+ * @summary 추가 정보 설정
1222
+ * @param {UserExtraInfo} userExtraInfo
1223
+ * @param {*} [options] Override http request option.
1224
+ * @throws {RequiredError}
1225
+ * @memberof DefaultApi
1226
+ */
1227
+ setupInfo(userExtraInfo: UserExtraInfo, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserProfileResponse, any, {}>>;
1228
+ /**
1229
+ * 사용 가능한 랜덤 닉네임을 추천합니다.
1230
+ * @summary 닉네임 추천
1231
+ * @param {*} [options] Override http request option.
1232
+ * @throws {RequiredError}
1233
+ * @memberof DefaultApi
1234
+ */
1235
+ suggestNickname(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<UserNicknameRec, any, {}>>;
1236
+ /**
1237
+ * 등록된 모든 푸시 토큰을 해제합니다.
1238
+ * @summary 푸시 토큰 해제
1239
+ * @param {*} [options] Override http request option.
1240
+ * @throws {RequiredError}
1241
+ * @memberof DefaultApi
1242
+ */
1243
+ unregisterAll(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
1244
+ /**
1245
+ * 푸시 알림 ON/OFF 설정을 변경합니다.
1246
+ * @summary 알림 설정 변경
1247
+ * @param {UpdateNotificationSettingRequest} updateNotificationSettingRequest
1248
+ * @param {*} [options] Override http request option.
1249
+ * @throws {RequiredError}
1250
+ * @memberof DefaultApi
1251
+ */
1252
+ update(updateNotificationSettingRequest: UpdateNotificationSettingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NotificationSettingResponse, any, {}>>;
1253
+ }
1254
+ /**
1255
+ * @export
1256
+ */
1257
+ export declare const GetVoteListSortEnum: {
1258
+ readonly Latest: "LATEST";
1259
+ readonly Popular: "POPULAR";
1260
+ readonly EndingSoon: "ENDING_SOON";
1261
+ };
1262
+ export type GetVoteListSortEnum = typeof GetVoteListSortEnum[keyof typeof GetVoteListSortEnum];
1263
+ /**
1264
+ * @export
1265
+ */
1266
+ export declare const GetVoteListEndParticipatedTypeEnum: {
1267
+ readonly Latest: "LATEST";
1268
+ readonly EndAt: "END_AT";
1269
+ readonly Popular: "POPULAR";
1270
+ };
1271
+ export type GetVoteListEndParticipatedTypeEnum = typeof GetVoteListEndParticipatedTypeEnum[keyof typeof GetVoteListEndParticipatedTypeEnum];
1272
+ /**
1273
+ * @export
1274
+ */
1275
+ export declare const GetVoteListParticipatedTypeEnum: {
1276
+ readonly Latest: "LATEST";
1277
+ readonly EndAt: "END_AT";
1278
+ readonly Popular: "POPULAR";
1279
+ };
1280
+ export type GetVoteListParticipatedTypeEnum = typeof GetVoteListParticipatedTypeEnum[keyof typeof GetVoteListParticipatedTypeEnum];