@ject-4-vs-team/api-client 2026.505.3 → 2026.516.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.
- package/dist/api/guest-free-vote-controller-api.d.ts +70 -0
- package/dist/api/guest-free-vote-controller-api.js +127 -0
- package/dist/api/immersive-vote-controller-api.d.ts +147 -0
- package/dist/api/immersive-vote-controller-api.js +282 -0
- package/dist/api/user-controller-api.d.ts +183 -0
- package/dist/api/user-controller-api.js +362 -0
- package/dist/api/vote-controller-api.d.ts +173 -0
- package/dist/api/vote-controller-api.js +338 -0
- package/dist/api/vote-emoji-controller-api.d.ts +116 -0
- package/dist/api/vote-emoji-controller-api.js +221 -0
- package/dist/api/vote-result-controller-api.d.ts +100 -0
- package/dist/api/vote-result-controller-api.js +187 -0
- package/dist/api.d.ts +6 -0
- package/dist/api.js +6 -0
- package/dist/models/age-distribution-response.d.ts +16 -0
- package/dist/models/age-distribution-response.js +15 -0
- package/dist/models/ai-insight-response.d.ts +16 -0
- package/dist/models/ai-insight-response.js +15 -0
- package/dist/models/emoji-request.d.ts +21 -0
- package/dist/models/emoji-request.js +22 -0
- package/dist/models/emoji-response.d.ts +18 -0
- package/dist/models/emoji-response.js +15 -0
- package/dist/models/feed-item.d.ts +21 -0
- package/dist/models/feed-item.js +15 -0
- package/dist/models/free-votes-response.d.ts +14 -0
- package/dist/models/free-votes-response.js +15 -0
- package/dist/models/gender-distribution-response.d.ts +15 -0
- package/dist/models/gender-distribution-response.js +15 -0
- package/dist/models/immersive-feed-response.d.ts +17 -0
- package/dist/models/immersive-feed-response.js +15 -0
- package/dist/models/immersive-live-response.d.ts +18 -0
- package/dist/models/immersive-live-response.js +15 -0
- package/dist/models/immersive-participate-response.d.ts +19 -0
- package/dist/models/immersive-participate-response.js +15 -0
- package/dist/models/index.d.ts +25 -0
- package/dist/models/index.js +25 -0
- package/dist/models/insight-response.d.ts +20 -0
- package/dist/models/insight-response.js +15 -0
- package/dist/models/nickname-check-response.d.ts +14 -0
- package/dist/models/nickname-check-response.js +15 -0
- package/dist/models/option-item.d.ts +17 -0
- package/dist/models/option-item.js +15 -0
- package/dist/models/participate-request.d.ts +14 -0
- package/dist/models/participate-request.js +15 -0
- package/dist/models/participate-response.d.ts +19 -0
- package/dist/models/participate-response.js +15 -0
- package/dist/models/share-link-response.d.ts +14 -0
- package/dist/models/share-link-response.js +15 -0
- package/dist/models/user-extra-info.d.ts +29 -0
- package/dist/models/user-extra-info.js +26 -0
- package/dist/models/user-nickname-rec.d.ts +14 -0
- package/dist/models/user-nickname-rec.js +15 -0
- package/dist/models/user-profile-default-response.d.ts +15 -0
- package/dist/models/user-profile-default-response.js +15 -0
- package/dist/models/user-profile-request.d.ts +21 -0
- package/dist/models/user-profile-request.js +20 -0
- package/dist/models/user-profile-response.d.ts +29 -0
- package/dist/models/user-profile-response.js +26 -0
- package/dist/models/vote-create-request.d.ts +31 -0
- package/dist/models/vote-create-request.js +24 -0
- package/dist/models/vote-create-response.d.ts +16 -0
- package/dist/models/vote-create-response.js +15 -0
- package/dist/models/vote-detail-response.d.ts +29 -0
- package/dist/models/vote-detail-response.js +15 -0
- package/dist/models/vote-result-response.d.ts +25 -0
- package/dist/models/vote-result-response.js +15 -0
- package/package.json +1 -1
|
@@ -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,21 @@
|
|
|
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 FeedItem {
|
|
13
|
+
voteId?: number;
|
|
14
|
+
title?: string;
|
|
15
|
+
imageUrl?: string;
|
|
16
|
+
status?: string;
|
|
17
|
+
endAt?: string;
|
|
18
|
+
participantCount?: number;
|
|
19
|
+
currentViewerCount?: number;
|
|
20
|
+
mySelectedOptionId?: number;
|
|
21
|
+
}
|
|
@@ -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 FreeVotesResponse {
|
|
13
|
+
remaining?: 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,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 GenderDistributionResponse {
|
|
13
|
+
maleRatio?: number;
|
|
14
|
+
femaleRatio?: 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,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 { FeedItem } from './feed-item';
|
|
13
|
+
export interface ImmersiveFeedResponse {
|
|
14
|
+
items?: Array<FeedItem>;
|
|
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,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 ImmersiveLiveResponse {
|
|
13
|
+
voteId?: number;
|
|
14
|
+
optionARatio?: number;
|
|
15
|
+
optionBRatio?: number;
|
|
16
|
+
participantCount?: number;
|
|
17
|
+
currentViewerCount?: number;
|
|
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,19 @@
|
|
|
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 { OptionItem } from './option-item';
|
|
13
|
+
export interface ImmersiveParticipateResponse {
|
|
14
|
+
voteId?: number;
|
|
15
|
+
action?: string;
|
|
16
|
+
selectedOptionId?: number;
|
|
17
|
+
options?: Array<OptionItem>;
|
|
18
|
+
remainingFreeVotes?: number;
|
|
19
|
+
}
|
|
@@ -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 });
|
package/dist/models/index.d.ts
CHANGED
|
@@ -1,9 +1,34 @@
|
|
|
1
|
+
export * from './age-distribution-response';
|
|
2
|
+
export * from './ai-insight-response';
|
|
1
3
|
export * from './chat-list-item-response';
|
|
2
4
|
export * from './chat-list-response';
|
|
3
5
|
export * from './chat-room-response';
|
|
6
|
+
export * from './emoji-request';
|
|
7
|
+
export * from './emoji-response';
|
|
8
|
+
export * from './feed-item';
|
|
9
|
+
export * from './free-votes-response';
|
|
4
10
|
export * from './gauge-response';
|
|
11
|
+
export * from './gender-distribution-response';
|
|
5
12
|
export * from './hello-response';
|
|
13
|
+
export * from './immersive-feed-response';
|
|
14
|
+
export * from './immersive-live-response';
|
|
15
|
+
export * from './immersive-participate-response';
|
|
16
|
+
export * from './insight-response';
|
|
6
17
|
export * from './mark-as-read-request';
|
|
7
18
|
export * from './message-page-response';
|
|
8
19
|
export * from './message-response';
|
|
20
|
+
export * from './nickname-check-response';
|
|
21
|
+
export * from './option-item';
|
|
22
|
+
export * from './participate-request';
|
|
23
|
+
export * from './participate-response';
|
|
9
24
|
export * from './send-message-request';
|
|
25
|
+
export * from './share-link-response';
|
|
26
|
+
export * from './user-extra-info';
|
|
27
|
+
export * from './user-nickname-rec';
|
|
28
|
+
export * from './user-profile-default-response';
|
|
29
|
+
export * from './user-profile-request';
|
|
30
|
+
export * from './user-profile-response';
|
|
31
|
+
export * from './vote-create-request';
|
|
32
|
+
export * from './vote-create-response';
|
|
33
|
+
export * from './vote-detail-response';
|
|
34
|
+
export * from './vote-result-response';
|
package/dist/models/index.js
CHANGED
|
@@ -14,12 +14,37 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./age-distribution-response"), exports);
|
|
18
|
+
__exportStar(require("./ai-insight-response"), exports);
|
|
17
19
|
__exportStar(require("./chat-list-item-response"), exports);
|
|
18
20
|
__exportStar(require("./chat-list-response"), exports);
|
|
19
21
|
__exportStar(require("./chat-room-response"), exports);
|
|
22
|
+
__exportStar(require("./emoji-request"), exports);
|
|
23
|
+
__exportStar(require("./emoji-response"), exports);
|
|
24
|
+
__exportStar(require("./feed-item"), exports);
|
|
25
|
+
__exportStar(require("./free-votes-response"), exports);
|
|
20
26
|
__exportStar(require("./gauge-response"), exports);
|
|
27
|
+
__exportStar(require("./gender-distribution-response"), exports);
|
|
21
28
|
__exportStar(require("./hello-response"), exports);
|
|
29
|
+
__exportStar(require("./immersive-feed-response"), exports);
|
|
30
|
+
__exportStar(require("./immersive-live-response"), exports);
|
|
31
|
+
__exportStar(require("./immersive-participate-response"), exports);
|
|
32
|
+
__exportStar(require("./insight-response"), exports);
|
|
22
33
|
__exportStar(require("./mark-as-read-request"), exports);
|
|
23
34
|
__exportStar(require("./message-page-response"), exports);
|
|
24
35
|
__exportStar(require("./message-response"), exports);
|
|
36
|
+
__exportStar(require("./nickname-check-response"), exports);
|
|
37
|
+
__exportStar(require("./option-item"), exports);
|
|
38
|
+
__exportStar(require("./participate-request"), exports);
|
|
39
|
+
__exportStar(require("./participate-response"), exports);
|
|
25
40
|
__exportStar(require("./send-message-request"), exports);
|
|
41
|
+
__exportStar(require("./share-link-response"), exports);
|
|
42
|
+
__exportStar(require("./user-extra-info"), exports);
|
|
43
|
+
__exportStar(require("./user-nickname-rec"), exports);
|
|
44
|
+
__exportStar(require("./user-profile-default-response"), exports);
|
|
45
|
+
__exportStar(require("./user-profile-request"), exports);
|
|
46
|
+
__exportStar(require("./user-profile-response"), exports);
|
|
47
|
+
__exportStar(require("./vote-create-request"), exports);
|
|
48
|
+
__exportStar(require("./vote-create-response"), exports);
|
|
49
|
+
__exportStar(require("./vote-detail-response"), exports);
|
|
50
|
+
__exportStar(require("./vote-result-response"), exports);
|
|
@@ -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
|
+
import type { AgeDistributionResponse } from './age-distribution-response';
|
|
13
|
+
import type { GenderDistributionResponse } from './gender-distribution-response';
|
|
14
|
+
export interface InsightResponse {
|
|
15
|
+
locked?: boolean;
|
|
16
|
+
scope?: string;
|
|
17
|
+
selectionCount?: number;
|
|
18
|
+
genderDistribution?: GenderDistributionResponse;
|
|
19
|
+
ageDistribution?: Array<AgeDistributionResponse>;
|
|
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 });
|
|
@@ -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 NicknameCheckResponse {
|
|
13
|
+
isAvailable?: boolean;
|
|
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,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
|
+
export interface OptionItem {
|
|
13
|
+
optionId?: number;
|
|
14
|
+
label?: string;
|
|
15
|
+
voteCount?: number;
|
|
16
|
+
ratio?: number;
|
|
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,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 ParticipateRequest {
|
|
13
|
+
optionId: 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,19 @@
|
|
|
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 { OptionItem } from './option-item';
|
|
13
|
+
export interface ParticipateResponse {
|
|
14
|
+
voteId?: number;
|
|
15
|
+
selectedOptionId?: number;
|
|
16
|
+
options?: Array<OptionItem>;
|
|
17
|
+
participantCount?: number;
|
|
18
|
+
remainingFreeVotes?: number;
|
|
19
|
+
}
|
|
@@ -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 ShareLinkResponse {
|
|
13
|
+
url?: string;
|
|
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,29 @@
|
|
|
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 UserExtraInfo {
|
|
13
|
+
birthDate?: string;
|
|
14
|
+
gender?: UserExtraInfoGenderEnum;
|
|
15
|
+
nickName?: string;
|
|
16
|
+
imageColor?: UserExtraInfoImageColorEnum;
|
|
17
|
+
}
|
|
18
|
+
export declare const UserExtraInfoGenderEnum: {
|
|
19
|
+
readonly Male: "MALE";
|
|
20
|
+
readonly Female: "FEMALE";
|
|
21
|
+
};
|
|
22
|
+
export type UserExtraInfoGenderEnum = typeof UserExtraInfoGenderEnum[keyof typeof UserExtraInfoGenderEnum];
|
|
23
|
+
export declare const UserExtraInfoImageColorEnum: {
|
|
24
|
+
readonly Green: "GREEN";
|
|
25
|
+
readonly Red: "RED";
|
|
26
|
+
readonly Blue: "BLUE";
|
|
27
|
+
readonly Yellow: "YELLOW";
|
|
28
|
+
};
|
|
29
|
+
export type UserExtraInfoImageColorEnum = typeof UserExtraInfoImageColorEnum[keyof typeof UserExtraInfoImageColorEnum];
|
|
@@ -0,0 +1,26 @@
|
|
|
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.UserExtraInfoImageColorEnum = exports.UserExtraInfoGenderEnum = void 0;
|
|
17
|
+
exports.UserExtraInfoGenderEnum = {
|
|
18
|
+
Male: 'MALE',
|
|
19
|
+
Female: 'FEMALE'
|
|
20
|
+
};
|
|
21
|
+
exports.UserExtraInfoImageColorEnum = {
|
|
22
|
+
Green: 'GREEN',
|
|
23
|
+
Red: 'RED',
|
|
24
|
+
Blue: 'BLUE',
|
|
25
|
+
Yellow: 'YELLOW'
|
|
26
|
+
};
|
|
@@ -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 UserNicknameRec {
|
|
13
|
+
nickname?: string;
|
|
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,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 UserProfileDefaultResponse {
|
|
13
|
+
nickname?: string;
|
|
14
|
+
imageColor?: string;
|
|
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,21 @@
|
|
|
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 UserProfileRequest {
|
|
13
|
+
email?: string;
|
|
14
|
+
birthYear?: string;
|
|
15
|
+
gender?: UserProfileRequestGenderEnum;
|
|
16
|
+
}
|
|
17
|
+
export declare const UserProfileRequestGenderEnum: {
|
|
18
|
+
readonly Male: "MALE";
|
|
19
|
+
readonly Female: "FEMALE";
|
|
20
|
+
};
|
|
21
|
+
export type UserProfileRequestGenderEnum = typeof UserProfileRequestGenderEnum[keyof typeof UserProfileRequestGenderEnum];
|