@carsayo/types 1.1.892001 → 1.1.892003

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.
@@ -0,0 +1 @@
1
+ export declare const ADMIN_CHAT_ID = "CsyAdminChat";
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ADMIN_CHAT_ID = void 0;
4
+ exports.ADMIN_CHAT_ID = "CsyAdminChat";
@@ -2,3 +2,4 @@ export * from "./type.room.additionalInfo";
2
2
  export * from "./type.opponent.additionalInfo";
3
3
  export * from "./type.socket";
4
4
  export * from "./type";
5
+ export * from "./constants";
@@ -18,3 +18,4 @@ __exportStar(require("./type.room.additionalInfo"), exports);
18
18
  __exportStar(require("./type.opponent.additionalInfo"), exports);
19
19
  __exportStar(require("./type.socket"), exports);
20
20
  __exportStar(require("./type"), exports);
21
+ __exportStar(require("./constants"), exports);
@@ -592,6 +592,8 @@ export interface MemberLoginByIdentifyTokenDTO extends MemberIdentifyDTO {
592
592
  export interface MemberSignoutDTO {
593
593
  /** 회원탈퇴 사유 */
594
594
  reason: string;
595
+ /** 회원탈퇴 사유 추가 설명 */
596
+ reason_detail?: string;
595
597
  }
596
598
  /**
597
599
  * 관리자 전용 Id, Pw 로그인
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892001",
3
+ "version": "1.1.892003",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",