@yolo-croket-dev/amqp-access 0.5.181-beta.35 → 0.5.181-beta.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.5.181-beta.35",
3
+ "version": "0.5.181-beta.36",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -19,4 +19,4 @@ export declare class CreateUserShippingAddressPayload implements Omit<UserShippi
19
19
  /** 별칭 */
20
20
  alias?: string;
21
21
  }
22
- export type CreateUserShippingAddressResult = boolean;
22
+ export type CreateUserShippingAddressResult = UserShippingAddressesEntity;
@@ -21,4 +21,4 @@ export declare class UpdateUserShippingAddressPayload implements Omit<UserShippi
21
21
  /** 별칭 */
22
22
  alias?: string;
23
23
  }
24
- export type UpdateUserShippingAddressResult = boolean;
24
+ export type UpdateUserShippingAddressResult = UserShippingAddressesEntity;