@carsayo/types 1.1.811 → 1.1.812

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,7 +13,7 @@ export interface PartnersApplicate {
13
13
  /** 연락처 */
14
14
  business_contact_number: string;
15
15
  /** 해당 정보를 통해 가입한 회원 아이디 */
16
- member_id: number | null;
16
+ member_id: string | null;
17
17
  /** 관리자 메모 */
18
18
  admin_memo: string | null;
19
19
  created_at: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.811",
3
+ "version": "1.1.812",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",