@ject-4-vs-team/api-client 2026.531.5 → 2026.531.7

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.
@@ -13,6 +13,10 @@
13
13
  * 투표 게이지 응답
14
14
  */
15
15
  export interface GaugeResponse {
16
+ /**
17
+ * 투표 ID
18
+ */
19
+ voteId?: number;
16
20
  /**
17
21
  * A 선택지 투표 비율. 0부터 100까지의 정수입니다.
18
22
  */
@@ -13,14 +13,8 @@ export interface HotTopicItem {
13
13
  rank?: number;
14
14
  voteId?: number;
15
15
  thumbnailUrl?: string;
16
- voteType?: HotTopicItemVoteTypeEnum;
17
16
  title?: string;
18
17
  content?: string;
19
18
  participantCount?: number;
20
19
  endAt?: string;
21
20
  }
22
- export declare const HotTopicItemVoteTypeEnum: {
23
- readonly General: "GENERAL";
24
- readonly Immersive: "IMMERSIVE";
25
- };
26
- export type HotTopicItemVoteTypeEnum = typeof HotTopicItemVoteTypeEnum[keyof typeof HotTopicItemVoteTypeEnum];
@@ -13,8 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.HotTopicItemVoteTypeEnum = void 0;
17
- exports.HotTopicItemVoteTypeEnum = {
18
- General: 'GENERAL',
19
- Immersive: 'IMMERSIVE'
20
- };
@@ -12,13 +12,7 @@
12
12
  export interface RecommendationItem {
13
13
  voteId?: number;
14
14
  thumbnailUrl?: string;
15
- voteType?: RecommendationItemVoteTypeEnum;
16
15
  title?: string;
17
16
  content?: string;
18
17
  endAt?: string;
19
18
  }
20
- export declare const RecommendationItemVoteTypeEnum: {
21
- readonly General: "GENERAL";
22
- readonly Immersive: "IMMERSIVE";
23
- };
24
- export type RecommendationItemVoteTypeEnum = typeof RecommendationItemVoteTypeEnum[keyof typeof RecommendationItemVoteTypeEnum];
@@ -13,8 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.RecommendationItemVoteTypeEnum = void 0;
17
- exports.RecommendationItemVoteTypeEnum = {
18
- General: 'GENERAL',
19
- Immersive: 'IMMERSIVE'
20
- };
@@ -10,7 +10,6 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  export interface VoteCreateRequest {
13
- type: VoteCreateRequestTypeEnum;
14
13
  title?: string;
15
14
  content?: string;
16
15
  thumbnailUrl?: string;
@@ -19,11 +18,6 @@ export interface VoteCreateRequest {
19
18
  optionA?: string;
20
19
  optionB?: string;
21
20
  }
22
- export declare const VoteCreateRequestTypeEnum: {
23
- readonly General: "GENERAL";
24
- readonly Immersive: "IMMERSIVE";
25
- };
26
- export type VoteCreateRequestTypeEnum = typeof VoteCreateRequestTypeEnum[keyof typeof VoteCreateRequestTypeEnum];
27
21
  export declare const VoteCreateRequestDurationEnum: {
28
22
  readonly Hours12: "HOURS_12";
29
23
  readonly Hours24: "HOURS_24";
@@ -13,11 +13,7 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.VoteCreateRequestDurationEnum = exports.VoteCreateRequestTypeEnum = void 0;
17
- exports.VoteCreateRequestTypeEnum = {
18
- General: 'GENERAL',
19
- Immersive: 'IMMERSIVE'
20
- };
16
+ exports.VoteCreateRequestDurationEnum = void 0;
21
17
  exports.VoteCreateRequestDurationEnum = {
22
18
  Hours12: 'HOURS_12',
23
19
  Hours24: 'HOURS_24'
@@ -14,7 +14,6 @@ import type { MyVote } from './my-vote';
14
14
  import type { OptionItem } from './option-item';
15
15
  export interface VoteDetailResponse {
16
16
  voteId?: number;
17
- voteType?: VoteDetailResponseVoteTypeEnum;
18
17
  title?: string;
19
18
  createdAt?: string;
20
19
  content?: string;
@@ -28,8 +27,3 @@ export interface VoteDetailResponse {
28
27
  myEmoji?: string;
29
28
  commentCount?: number;
30
29
  }
31
- export declare const VoteDetailResponseVoteTypeEnum: {
32
- readonly General: "GENERAL";
33
- readonly Immersive: "IMMERSIVE";
34
- };
35
- export type VoteDetailResponseVoteTypeEnum = typeof VoteDetailResponseVoteTypeEnum[keyof typeof VoteDetailResponseVoteTypeEnum];
@@ -13,8 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.VoteDetailResponseVoteTypeEnum = void 0;
17
- exports.VoteDetailResponseVoteTypeEnum = {
18
- General: 'GENERAL',
19
- Immersive: 'IMMERSIVE'
20
- };
@@ -11,15 +11,9 @@
11
11
  */
12
12
  export interface VoteElement {
13
13
  id?: number;
14
- voteType?: VoteElementVoteTypeEnum;
15
14
  title?: string;
16
15
  content?: string;
17
16
  thumbnailUrl?: string;
18
17
  localDate?: string;
19
18
  endAt?: string;
20
19
  }
21
- export declare const VoteElementVoteTypeEnum: {
22
- readonly General: "GENERAL";
23
- readonly Immersive: "IMMERSIVE";
24
- };
25
- export type VoteElementVoteTypeEnum = typeof VoteElementVoteTypeEnum[keyof typeof VoteElementVoteTypeEnum];
@@ -13,8 +13,3 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.VoteElementVoteTypeEnum = void 0;
17
- exports.VoteElementVoteTypeEnum = {
18
- General: 'GENERAL',
19
- Immersive: 'IMMERSIVE'
20
- };
@@ -13,7 +13,6 @@ export interface VoteListItem {
13
13
  voteId?: number;
14
14
  thumbnailUrl?: string;
15
15
  status?: VoteListItemStatusEnum;
16
- voteType?: VoteListItemVoteTypeEnum;
17
16
  title?: string;
18
17
  content?: string;
19
18
  endAt?: string;
@@ -23,8 +22,3 @@ export declare const VoteListItemStatusEnum: {
23
22
  readonly Ended: "ENDED";
24
23
  };
25
24
  export type VoteListItemStatusEnum = typeof VoteListItemStatusEnum[keyof typeof VoteListItemStatusEnum];
26
- export declare const VoteListItemVoteTypeEnum: {
27
- readonly General: "GENERAL";
28
- readonly Immersive: "IMMERSIVE";
29
- };
30
- export type VoteListItemVoteTypeEnum = typeof VoteListItemVoteTypeEnum[keyof typeof VoteListItemVoteTypeEnum];
@@ -13,12 +13,8 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.VoteListItemVoteTypeEnum = exports.VoteListItemStatusEnum = void 0;
16
+ exports.VoteListItemStatusEnum = void 0;
17
17
  exports.VoteListItemStatusEnum = {
18
18
  Ongoing: 'ONGOING',
19
19
  Ended: 'ENDED'
20
20
  };
21
- exports.VoteListItemVoteTypeEnum = {
22
- General: 'GENERAL',
23
- Immersive: 'IMMERSIVE'
24
- };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ject-4-vs-team/api-client",
3
- "version": "2026.0531.5",
3
+ "version": "2026.0531.7",
4
4
  "description": "VS Server API client generated from OpenAPI spec",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",