@shopby/shop-sdk 1.2.7 → 1.2.8

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.
@@ -143,9 +143,9 @@ export interface GetBoardsBoardNoArticlesArticleNoResponse {
143
143
  registerYmdt?: string;
144
144
  }
145
145
  export interface BoardsBoardNoArticlesArticleNoAttachments {
146
- fileName?: string;
147
- uploadedFileName?: string;
148
- downloadFileUrl?: string;
146
+ fileName: string;
147
+ uploadedFileName: string;
148
+ downloadFileUrl: string;
149
149
  }
150
150
  export interface BoardsConfigurationsResponse {
151
151
  productReviewConfig?: BoardsConfigurationsProductReviewConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",