@shopby/shop-sdk 1.14.2 → 1.15.0
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.
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { RequestConfig } from '../../http';
|
|
2
2
|
import { BannerGroupCode, OrderByType, SaleStatusType, SectionDisplayType } from '../../common/unions';
|
|
3
|
-
import { ProductInquiryType, ProviderType, DisplayStatusType, SearchType } from '
|
|
3
|
+
import { ProductInquiryType, ProviderType, DisplayStatusType, SearchType } from './unions';
|
|
4
4
|
import { Space, SpaceMappingResult } from './space';
|
|
5
5
|
export * from './space';
|
|
6
|
+
export * from './unions';
|
|
6
7
|
export interface GetCategoriesRequest extends RequestConfig {
|
|
7
8
|
queryString: {
|
|
8
9
|
keyword?: string;
|
|
@@ -491,7 +492,7 @@ export interface GetProductsProductNoInquiresResponse {
|
|
|
491
492
|
export interface ProductsProductNoInquiresItem {
|
|
492
493
|
productManagementCd: string;
|
|
493
494
|
replied: boolean;
|
|
494
|
-
answers?: ProductsProductNoInquiresAnswer;
|
|
495
|
+
answers?: ProductsProductNoInquiresAnswer[];
|
|
495
496
|
type: ProductInquiryType;
|
|
496
497
|
title: string;
|
|
497
498
|
productName: string;
|
|
@@ -555,7 +556,7 @@ export interface GetProductsProductNoInquiresInquiryNoRequest {
|
|
|
555
556
|
export interface GetProductsProductNoInquiresInquiryNoResponse {
|
|
556
557
|
productManagementCd: string;
|
|
557
558
|
replied: boolean;
|
|
558
|
-
answers: ProductsProductNoInquiresInquiryNoAnswer;
|
|
559
|
+
answers: ProductsProductNoInquiresInquiryNoAnswer[];
|
|
559
560
|
type: ProductInquiryType;
|
|
560
561
|
title: string;
|
|
561
562
|
productName: string;
|
|
@@ -612,7 +613,7 @@ export interface GetProfileProductInquiriesResponse {
|
|
|
612
613
|
export interface ProfileProductInquiriesItem {
|
|
613
614
|
productManagementCd: string;
|
|
614
615
|
replied: boolean;
|
|
615
|
-
answers?: ProfileProductInquiriesAnswer;
|
|
616
|
+
answers?: ProfileProductInquiriesAnswer[];
|
|
616
617
|
type: ProductInquiryType;
|
|
617
618
|
title: string;
|
|
618
619
|
productName: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/display/index.ts"],"names":[],"mappings":"AAeA,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/domain/display/index.ts"],"names":[],"mappings":"AAeA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|