@shopby/shop-sdk 1.13.0 → 1.13.1
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.
|
@@ -491,7 +491,7 @@ export interface GetProductsProductNoInquiresResponse {
|
|
|
491
491
|
export interface ProductsProductNoInquiresItem {
|
|
492
492
|
productManagementCd: string;
|
|
493
493
|
replied: boolean;
|
|
494
|
-
answers?: ProductsProductNoInquiresAnswer
|
|
494
|
+
answers?: ProductsProductNoInquiresAnswer;
|
|
495
495
|
type: ProductInquiryType;
|
|
496
496
|
title: string;
|
|
497
497
|
productName: string;
|
|
@@ -555,7 +555,7 @@ export interface GetProductsProductNoInquiresInquiryNoRequest {
|
|
|
555
555
|
export interface GetProductsProductNoInquiresInquiryNoResponse {
|
|
556
556
|
productManagementCd: string;
|
|
557
557
|
replied: boolean;
|
|
558
|
-
answers: ProductsProductNoInquiresInquiryNoAnswer
|
|
558
|
+
answers: ProductsProductNoInquiresInquiryNoAnswer;
|
|
559
559
|
type: ProductInquiryType;
|
|
560
560
|
title: string;
|
|
561
561
|
productName: string;
|
|
@@ -612,7 +612,7 @@ export interface GetProfileProductInquiriesResponse {
|
|
|
612
612
|
export interface ProfileProductInquiriesItem {
|
|
613
613
|
productManagementCd: string;
|
|
614
614
|
replied: boolean;
|
|
615
|
-
answers?: ProfileProductInquiriesAnswer
|
|
615
|
+
answers?: ProfileProductInquiriesAnswer;
|
|
616
616
|
type: ProductInquiryType;
|
|
617
617
|
title: string;
|
|
618
618
|
productName: string;
|