@yolo-croket-dev/amqp-access 0.4.57-hj-5 → 0.4.57
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
|
@@ -5,7 +5,7 @@ export declare class SearchSellerAutoRepliesPayload {
|
|
|
5
5
|
export declare class SearchSellerAutoRepliesResult {
|
|
6
6
|
sellerId: string;
|
|
7
7
|
/** @description 자동 응답 메시지가 기본값인가 */
|
|
8
|
-
isDefaultMessage
|
|
8
|
+
isDefaultMessage: boolean;
|
|
9
9
|
/** @description 셀러 지정 자동 응답 메시지 */
|
|
10
10
|
autoReplyMessage?: string;
|
|
11
11
|
/** @description 관리자 지정 자동 응답 메시지 */
|