@ject-4-vs-team/api-client 2026.517.1 → 2026.521.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/chat-api.d.ts +4 -4
- package/dist/api/chat-api.js +10 -10
- package/dist/api/default-api.d.ts +1118 -0
- package/dist/api/default-api.js +2165 -0
- package/dist/api.d.ts +1 -7
- package/dist/api.js +1 -7
- package/dist/models/emoji-response.d.ts +2 -4
- package/dist/models/emoji-summary.d.ts +18 -0
- package/dist/models/free-votes-response.d.ts +2 -1
- package/dist/models/gender-detail.d.ts +15 -0
- package/dist/models/gender-detail.js +15 -0
- package/dist/models/gender-distribution-response.d.ts +5 -2
- package/dist/models/home-hot-topic-response.d.ts +15 -0
- package/dist/models/home-hot-topic-response.js +15 -0
- package/dist/models/home-recommendation-response.d.ts +15 -0
- package/dist/models/home-recommendation-response.js +15 -0
- package/dist/models/home-vote-list-response.d.ts +17 -0
- package/dist/models/home-vote-list-response.js +15 -0
- package/dist/models/{feed-item.d.ts → hot-topic-item.d.ts} +5 -6
- package/dist/models/hot-topic-item.js +15 -0
- package/dist/models/immersive-feed-response.d.ts +2 -2
- package/dist/models/immersive-live-response.d.ts +3 -4
- package/dist/models/index.d.ts +19 -1
- package/dist/models/index.js +19 -1
- package/dist/models/my-vote.d.ts +15 -0
- package/dist/models/my-vote.js +15 -0
- package/dist/models/notification-item.d.ts +25 -0
- package/dist/models/notification-item.js +19 -0
- package/dist/models/notification-list-response.d.ts +17 -0
- package/dist/models/notification-list-response.js +15 -0
- package/dist/models/notification-setting-response.d.ts +16 -0
- package/dist/models/notification-setting-response.js +15 -0
- package/dist/models/prompt-status-response.d.ts +15 -0
- package/dist/models/prompt-status-response.js +15 -0
- package/dist/models/read-all-response.d.ts +14 -0
- package/dist/models/read-all-response.js +15 -0
- package/dist/models/recommendation-item.d.ts +18 -0
- package/dist/models/recommendation-item.js +15 -0
- package/dist/models/register-push-token-request.d.ts +20 -0
- package/dist/models/register-push-token-request.js +20 -0
- package/dist/models/result-options.d.ts +15 -0
- package/dist/models/result-options.js +15 -0
- package/dist/models/share-link-response.d.ts +3 -1
- package/dist/models/unread-count-response.d.ts +14 -0
- package/dist/models/unread-count-response.js +15 -0
- package/dist/models/update-notification-setting-request.d.ts +14 -0
- package/dist/models/update-notification-setting-request.js +15 -0
- package/dist/models/vote-detail-response.d.ts +6 -6
- package/dist/models/vote-item.d.ts +27 -0
- package/dist/models/vote-item.js +15 -0
- package/dist/models/vote-list-item.d.ts +24 -0
- package/dist/models/vote-list-item.js +20 -0
- package/dist/models/vote-result-response.d.ts +7 -3
- package/package.json +1 -1
- package/dist/api/auth-controller-api.d.ts +0 -65
- package/dist/api/auth-controller-api.js +0 -118
- package/dist/api/guest-free-vote-controller-api.d.ts +0 -70
- package/dist/api/guest-free-vote-controller-api.js +0 -127
- package/dist/api/immersive-vote-controller-api.d.ts +0 -147
- package/dist/api/immersive-vote-controller-api.js +0 -282
- package/dist/api/user-controller-api.d.ts +0 -183
- package/dist/api/user-controller-api.js +0 -362
- package/dist/api/vote-controller-api.d.ts +0 -173
- package/dist/api/vote-controller-api.js +0 -338
- package/dist/api/vote-emoji-controller-api.d.ts +0 -116
- package/dist/api/vote-emoji-controller-api.js +0 -221
- package/dist/api/vote-result-controller-api.d.ts +0 -100
- package/dist/api/vote-result-controller-api.js +0 -187
- /package/dist/models/{feed-item.js → emoji-summary.js} +0 -0
package/dist/api.d.ts
CHANGED
|
@@ -9,12 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export * from './api/
|
|
12
|
+
export * from './api/default-api';
|
|
13
13
|
export * from './api/chat-api';
|
|
14
|
-
export * from './api/guest-free-vote-controller-api';
|
|
15
14
|
export * from './api/hello-controller-api';
|
|
16
|
-
export * from './api/immersive-vote-controller-api';
|
|
17
|
-
export * from './api/user-controller-api';
|
|
18
|
-
export * from './api/vote-controller-api';
|
|
19
|
-
export * from './api/vote-emoji-controller-api';
|
|
20
|
-
export * from './api/vote-result-controller-api';
|
package/dist/api.js
CHANGED
|
@@ -27,12 +27,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
27
27
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./api/
|
|
30
|
+
__exportStar(require("./api/default-api"), exports);
|
|
31
31
|
__exportStar(require("./api/chat-api"), exports);
|
|
32
|
-
__exportStar(require("./api/guest-free-vote-controller-api"), exports);
|
|
33
32
|
__exportStar(require("./api/hello-controller-api"), exports);
|
|
34
|
-
__exportStar(require("./api/immersive-vote-controller-api"), exports);
|
|
35
|
-
__exportStar(require("./api/user-controller-api"), exports);
|
|
36
|
-
__exportStar(require("./api/vote-controller-api"), exports);
|
|
37
|
-
__exportStar(require("./api/vote-emoji-controller-api"), exports);
|
|
38
|
-
__exportStar(require("./api/vote-result-controller-api"), exports);
|
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { EmojiSummary } from './emoji-summary';
|
|
12
13
|
export interface EmojiResponse {
|
|
13
|
-
emojiSummary?:
|
|
14
|
-
[key: string]: number;
|
|
15
|
-
};
|
|
16
|
-
total?: number;
|
|
14
|
+
emojiSummary?: EmojiSummary;
|
|
17
15
|
myEmoji?: string;
|
|
18
16
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
export interface EmojiSummary {
|
|
13
|
+
LIKE?: number;
|
|
14
|
+
SAD?: number;
|
|
15
|
+
ANGRY?: number;
|
|
16
|
+
WOW?: number;
|
|
17
|
+
total?: number;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
export interface GenderDetail {
|
|
13
|
+
count?: number;
|
|
14
|
+
ratio?: number;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { GenderDetail } from './gender-detail';
|
|
12
13
|
export interface GenderDistributionResponse {
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
total?: number;
|
|
15
|
+
female?: GenderDetail;
|
|
16
|
+
male?: GenderDetail;
|
|
17
|
+
highlightedGender?: string;
|
|
15
18
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { HotTopicItem } from './hot-topic-item';
|
|
13
|
+
export interface HomeHotTopicResponse {
|
|
14
|
+
hotTopics?: Array<HotTopicItem>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { RecommendationItem } from './recommendation-item';
|
|
13
|
+
export interface HomeRecommendationResponse {
|
|
14
|
+
recommendations?: Array<RecommendationItem>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { VoteListItem } from './vote-list-item';
|
|
13
|
+
export interface HomeVoteListResponse {
|
|
14
|
+
votes?: Array<VoteListItem>;
|
|
15
|
+
nextCursor?: number;
|
|
16
|
+
hasNext?: boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,13 +9,12 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export interface
|
|
12
|
+
export interface HotTopicItem {
|
|
13
|
+
rank?: number;
|
|
13
14
|
voteId?: number;
|
|
15
|
+
thumbnailUrl?: string;
|
|
14
16
|
title?: string;
|
|
15
|
-
|
|
16
|
-
status?: string;
|
|
17
|
-
endAt?: string;
|
|
17
|
+
content?: string;
|
|
18
18
|
participantCount?: number;
|
|
19
|
-
|
|
20
|
-
mySelectedOptionId?: number;
|
|
19
|
+
endAt?: string;
|
|
21
20
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { VoteItem } from './vote-item';
|
|
13
13
|
export interface ImmersiveFeedResponse {
|
|
14
|
-
|
|
14
|
+
votes?: Array<VoteItem>;
|
|
15
15
|
nextCursor?: number;
|
|
16
16
|
hasNext?: boolean;
|
|
17
17
|
}
|
|
@@ -9,10 +9,9 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { OptionItem } from './option-item';
|
|
12
13
|
export interface ImmersiveLiveResponse {
|
|
13
|
-
|
|
14
|
-
optionARatio?: number;
|
|
15
|
-
optionBRatio?: number;
|
|
16
|
-
participantCount?: number;
|
|
14
|
+
options?: Array<OptionItem>;
|
|
17
15
|
currentViewerCount?: number;
|
|
16
|
+
totalParticipantCount?: number;
|
|
18
17
|
}
|
package/dist/models/index.d.ts
CHANGED
|
@@ -5,11 +5,16 @@ export * from './chat-list-response';
|
|
|
5
5
|
export * from './chat-room-response';
|
|
6
6
|
export * from './emoji-request';
|
|
7
7
|
export * from './emoji-response';
|
|
8
|
-
export * from './
|
|
8
|
+
export * from './emoji-summary';
|
|
9
9
|
export * from './free-votes-response';
|
|
10
10
|
export * from './gauge-response';
|
|
11
|
+
export * from './gender-detail';
|
|
11
12
|
export * from './gender-distribution-response';
|
|
12
13
|
export * from './hello-response';
|
|
14
|
+
export * from './home-hot-topic-response';
|
|
15
|
+
export * from './home-recommendation-response';
|
|
16
|
+
export * from './home-vote-list-response';
|
|
17
|
+
export * from './hot-topic-item';
|
|
13
18
|
export * from './immersive-feed-response';
|
|
14
19
|
export * from './immersive-live-response';
|
|
15
20
|
export * from './immersive-participate-response';
|
|
@@ -17,12 +22,23 @@ export * from './insight-response';
|
|
|
17
22
|
export * from './mark-as-read-request';
|
|
18
23
|
export * from './message-page-response';
|
|
19
24
|
export * from './message-response';
|
|
25
|
+
export * from './my-vote';
|
|
20
26
|
export * from './nickname-check-response';
|
|
27
|
+
export * from './notification-item';
|
|
28
|
+
export * from './notification-list-response';
|
|
29
|
+
export * from './notification-setting-response';
|
|
21
30
|
export * from './option-item';
|
|
22
31
|
export * from './participate-request';
|
|
23
32
|
export * from './participate-response';
|
|
33
|
+
export * from './prompt-status-response';
|
|
34
|
+
export * from './read-all-response';
|
|
35
|
+
export * from './recommendation-item';
|
|
36
|
+
export * from './register-push-token-request';
|
|
37
|
+
export * from './result-options';
|
|
24
38
|
export * from './send-message-request';
|
|
25
39
|
export * from './share-link-response';
|
|
40
|
+
export * from './unread-count-response';
|
|
41
|
+
export * from './update-notification-setting-request';
|
|
26
42
|
export * from './user-extra-info';
|
|
27
43
|
export * from './user-nickname-rec';
|
|
28
44
|
export * from './user-profile-default-response';
|
|
@@ -31,4 +47,6 @@ export * from './user-profile-response';
|
|
|
31
47
|
export * from './vote-create-request';
|
|
32
48
|
export * from './vote-create-response';
|
|
33
49
|
export * from './vote-detail-response';
|
|
50
|
+
export * from './vote-item';
|
|
51
|
+
export * from './vote-list-item';
|
|
34
52
|
export * from './vote-result-response';
|
package/dist/models/index.js
CHANGED
|
@@ -21,11 +21,16 @@ __exportStar(require("./chat-list-response"), exports);
|
|
|
21
21
|
__exportStar(require("./chat-room-response"), exports);
|
|
22
22
|
__exportStar(require("./emoji-request"), exports);
|
|
23
23
|
__exportStar(require("./emoji-response"), exports);
|
|
24
|
-
__exportStar(require("./
|
|
24
|
+
__exportStar(require("./emoji-summary"), exports);
|
|
25
25
|
__exportStar(require("./free-votes-response"), exports);
|
|
26
26
|
__exportStar(require("./gauge-response"), exports);
|
|
27
|
+
__exportStar(require("./gender-detail"), exports);
|
|
27
28
|
__exportStar(require("./gender-distribution-response"), exports);
|
|
28
29
|
__exportStar(require("./hello-response"), exports);
|
|
30
|
+
__exportStar(require("./home-hot-topic-response"), exports);
|
|
31
|
+
__exportStar(require("./home-recommendation-response"), exports);
|
|
32
|
+
__exportStar(require("./home-vote-list-response"), exports);
|
|
33
|
+
__exportStar(require("./hot-topic-item"), exports);
|
|
29
34
|
__exportStar(require("./immersive-feed-response"), exports);
|
|
30
35
|
__exportStar(require("./immersive-live-response"), exports);
|
|
31
36
|
__exportStar(require("./immersive-participate-response"), exports);
|
|
@@ -33,12 +38,23 @@ __exportStar(require("./insight-response"), exports);
|
|
|
33
38
|
__exportStar(require("./mark-as-read-request"), exports);
|
|
34
39
|
__exportStar(require("./message-page-response"), exports);
|
|
35
40
|
__exportStar(require("./message-response"), exports);
|
|
41
|
+
__exportStar(require("./my-vote"), exports);
|
|
36
42
|
__exportStar(require("./nickname-check-response"), exports);
|
|
43
|
+
__exportStar(require("./notification-item"), exports);
|
|
44
|
+
__exportStar(require("./notification-list-response"), exports);
|
|
45
|
+
__exportStar(require("./notification-setting-response"), exports);
|
|
37
46
|
__exportStar(require("./option-item"), exports);
|
|
38
47
|
__exportStar(require("./participate-request"), exports);
|
|
39
48
|
__exportStar(require("./participate-response"), exports);
|
|
49
|
+
__exportStar(require("./prompt-status-response"), exports);
|
|
50
|
+
__exportStar(require("./read-all-response"), exports);
|
|
51
|
+
__exportStar(require("./recommendation-item"), exports);
|
|
52
|
+
__exportStar(require("./register-push-token-request"), exports);
|
|
53
|
+
__exportStar(require("./result-options"), exports);
|
|
40
54
|
__exportStar(require("./send-message-request"), exports);
|
|
41
55
|
__exportStar(require("./share-link-response"), exports);
|
|
56
|
+
__exportStar(require("./unread-count-response"), exports);
|
|
57
|
+
__exportStar(require("./update-notification-setting-request"), exports);
|
|
42
58
|
__exportStar(require("./user-extra-info"), exports);
|
|
43
59
|
__exportStar(require("./user-nickname-rec"), exports);
|
|
44
60
|
__exportStar(require("./user-profile-default-response"), exports);
|
|
@@ -47,4 +63,6 @@ __exportStar(require("./user-profile-response"), exports);
|
|
|
47
63
|
__exportStar(require("./vote-create-request"), exports);
|
|
48
64
|
__exportStar(require("./vote-create-response"), exports);
|
|
49
65
|
__exportStar(require("./vote-detail-response"), exports);
|
|
66
|
+
__exportStar(require("./vote-item"), exports);
|
|
67
|
+
__exportStar(require("./vote-list-item"), exports);
|
|
50
68
|
__exportStar(require("./vote-result-response"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
export interface MyVote {
|
|
13
|
+
voted?: boolean;
|
|
14
|
+
selectedOptionId?: number;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
export interface NotificationItem {
|
|
13
|
+
notificationId?: number;
|
|
14
|
+
type?: NotificationItemTypeEnum;
|
|
15
|
+
voteId?: number;
|
|
16
|
+
title?: string;
|
|
17
|
+
body?: string;
|
|
18
|
+
thumbnailUrl?: string;
|
|
19
|
+
isRead?: boolean;
|
|
20
|
+
createdAt?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare const NotificationItemTypeEnum: {
|
|
23
|
+
readonly VoteEnded: "VOTE_ENDED";
|
|
24
|
+
};
|
|
25
|
+
export type NotificationItemTypeEnum = typeof NotificationItemTypeEnum[keyof typeof NotificationItemTypeEnum];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.NotificationItemTypeEnum = void 0;
|
|
17
|
+
exports.NotificationItemTypeEnum = {
|
|
18
|
+
VoteEnded: 'VOTE_ENDED'
|
|
19
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { NotificationItem } from './notification-item';
|
|
13
|
+
export interface NotificationListResponse {
|
|
14
|
+
notifications?: Array<NotificationItem>;
|
|
15
|
+
nextCursor?: number;
|
|
16
|
+
hasNext?: boolean;
|
|
17
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
export interface NotificationSettingResponse {
|
|
13
|
+
pushEnabled?: boolean;
|
|
14
|
+
pushEnabledAt?: string;
|
|
15
|
+
pushDisabledAt?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
export interface PromptStatusResponse {
|
|
13
|
+
shouldShow?: boolean;
|
|
14
|
+
totalParticipationCount?: number;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export interface ReadAllResponse {
|
|
13
|
+
updatedCount?: number;
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
export interface RecommendationItem {
|
|
13
|
+
voteId?: number;
|
|
14
|
+
thumbnailUrl?: string;
|
|
15
|
+
title?: string;
|
|
16
|
+
content?: string;
|
|
17
|
+
endAt?: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* VS Server API
|
|
6
|
+
* JECT 4기 2팀 VS Server API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
export interface RegisterPushTokenRequest {
|
|
13
|
+
token?: string;
|
|
14
|
+
platform: RegisterPushTokenRequestPlatformEnum;
|
|
15
|
+
}
|
|
16
|
+
export declare const RegisterPushTokenRequestPlatformEnum: {
|
|
17
|
+
readonly Ios: "IOS";
|
|
18
|
+
readonly Android: "ANDROID";
|
|
19
|
+
};
|
|
20
|
+
export type RegisterPushTokenRequestPlatformEnum = typeof RegisterPushTokenRequestPlatformEnum[keyof typeof RegisterPushTokenRequestPlatformEnum];
|