@yolo-croket-dev/amqp-access 0.7.54-jun.7 → 0.7.54-jun.9

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.
@@ -15,5 +15,5 @@ export declare class RegisterBillingCardPayload {
15
15
  */
16
16
  export declare class RegisterBillingCardResult {
17
17
  /** 등록된 UserCardBilling ID */
18
- userCardBilling: string;
18
+ userCardBillingId: string;
19
19
  }
@@ -6,7 +6,7 @@ export declare class GetMyUserCardBillingDetailPayload {
6
6
  /** 조회할 유저 카드 빌링 ID */
7
7
  userCardBillingId: string;
8
8
  }
9
- export type UserCardBillingForBuyer = Pick<UserCardBillingEntity, '_id' | 'cardCompany' | 'cardNumberLast4' | 'isView' | 'regDate' | 'type' | 'userId'> & {
9
+ export type UserCardBillingForBuyer = Pick<UserCardBillingEntity, 'cardCompany' | 'cardNumberLast4' | 'isView' | 'regDate' | 'type'> & {
10
10
  _id: string;
11
11
  userId: string;
12
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.54-jun.7",
3
+ "version": "0.7.54-jun.9",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",