@shopby/shop-sdk 1.2.4 → 1.2.5

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,7 +1,7 @@
1
1
  import { GetGuestRecentProductsRequest, GetGuestRecentProductsResponse, GetProductsProductNoOptionsRequest, GetProductsProductNoOptionsResponse } from './product';
2
2
  import { Malls, MallsPartnersResponse, MallsSslResponse } from './admin';
3
3
  import { GetProfileResponse } from './member';
4
- import { AddressesSearchRequest, AddressesSearchResponse, BoardsConfigurationsResponse, GetBoardsBoardNoArticlesRequest, GetBoardsBoardNoArticlesResponse, PageScriptsRequest, PageScriptsResponse, PostBoardsBoardNoArticlesRequest, TermsRequest, TermsResponse } from './manage';
4
+ import { AddressesSearchRequest, AddressesSearchResponse, BoardsConfigurationsResponse, GetBoardsBoardNoArticlesArticleNoRequest, GetBoardsBoardNoArticlesArticleNoResponse, GetBoardsBoardNoArticlesRequest, GetBoardsBoardNoArticlesResponse, PageScriptsRequest, PageScriptsResponse, PostBoardsBoardNoArticlesRequest, TermsRequest, TermsResponse } from './manage';
5
5
  import { Authentications, AuthenticationsBizmall, AuthenticationsBizmallResponse, AuthenticationsEmail, AuthenticationsEmailResponse, AuthenticationsResponse, AuthenticationsSms, CaptchaImage, CaptchaVerifyRequest, GetOpenIdTokenResponse, KcpIdVerificationFormRequest, KcpIdVerificationResponse, OauthBeginRequest, OauthCallbackRequest, OauthLoginUrlRequest, OauthLoginUrlResponse, OauthOpenIdRequest, OauthOpenIdResponse, PostAuthenticationsSms, PostKcpAgeVerificationRequest, PostKcpAgeVerificationResponse, PostOauthTokenRequest, PostOauthTokenResponse } from './auth';
6
6
  import { OrderConfigsResponse } from "./order";
7
7
  import { ClaimOrderOptionNoPath, GuestClaimsCancelRequest, GuestClaimsClaimNoResult, GuestClaimsClaimNoResultClaimPriceInfo, GuestOrderOptionOrderOptionNoClaimsRequest, GuestOrderOptionsOrderOptionNoClaimsEstimate, ProfileClaims, ProfileClaimsClaimNoCheckWithdraw, ProfileClaimsClaimNoPath, ProfileClaimsEstimate, ProfileClaimsRequest, ProfileOrderOptionsOrderOptionNoClaims, ProfileOrderOptionsOrderOptionNoClaimsCancel } from "./claim";
@@ -210,7 +210,7 @@ export interface CreatedOutput {
210
210
  getProfileAccumulations(request: any): Promise<ResponseData<any>>;
211
211
  putInquiriesInquiryNo(request: any): Promise<ResponseData<void>>;
212
212
  getBoardsBoardNoCategories(request: any): Promise<ResponseData<any>>;
213
- getBoardsBoardNoArticlesArticleNo(request: any): Promise<ResponseData<any>>;
213
+ getBoardsBoardNoArticlesArticleNo(request: GetBoardsBoardNoArticlesArticleNoRequest): Promise<ResponseData<GetBoardsBoardNoArticlesArticleNoResponse>>;
214
214
  getProfileAccumulationsSummary(request: any): Promise<ResponseData<any>>;
215
215
  postBoardsBoardNoArticles(request: PostBoardsBoardNoArticlesRequest): Promise<ResponseData<void>>;
216
216
  getAddressesSearch({ queryString }: AddressesSearchRequest): Promise<ResponseData<AddressesSearchResponse>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",