@shopby/shop-sdk 1.1.3 → 1.1.4

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, PageScriptsRequest, PageScriptsResponse, PostBoardsBoardNoArticlesRequest, TermsRequest, TermsResponse } from './manage';
4
+ import { AddressesSearchRequest, AddressesSearchResponse, BoardsConfigurationsResponse, 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";
@@ -198,7 +198,7 @@ export interface CreatedOutput {
198
198
  deleteBoardsBoardNoArticlesArticleNo(request: any): Promise<ResponseData<void>>;
199
199
  postInquiries(request: any): Promise<ResponseData<any>>;
200
200
  putBoardsBoardNoArticlesArticleNoEditable(request: any): Promise<ResponseData<void>>;
201
- getBoardsBoardNoArticles(request: any): Promise<ResponseData<any>>;
201
+ getBoardsBoardNoArticles(request: GetBoardsBoardNoArticlesRequest): Promise<ResponseData<GetBoardsBoardNoArticlesResponse>>;
202
202
  getProfileAccumulationsWaiting(request: any): Promise<ResponseData<any>>;
203
203
  getPageScripts(request: PageScriptsRequest): Promise<ResponseData<PageScriptsResponse[]>>;
204
204
  putBoardsBoardNoArticlesArticleNo(request: any): Promise<ResponseData<void>>;
@@ -1 +1 @@
1
- {"version":3,"file":"root.js","sourceRoot":"","sources":["../../types/root.ts"],"names":[],"mappings":"AAoHA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"root.js","sourceRoot":"","sources":["../../types/root.ts"],"names":[],"mappings":"AA8GA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",