@shopby/shop-sdk 1.63.41 → 1.63.42

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.63.42](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.41...v1.63.42) (2024-02-11)
6
+
5
7
  ### [1.63.41](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.63.40...v1.63.41) (2024-02-10)
6
8
 
7
9
 
@@ -501,10 +501,11 @@ export interface ShopbyInstagramMedia {
501
501
  error?: ShopbyInstagramMediaError;
502
502
  }
503
503
  export interface ShopbyInstagramMediaData {
504
- media_type?: string;
504
+ media_type: 'VIDEO' | 'IMAGE' | 'CAROUSEL_ALBUM';
505
505
  thumbnail_url?: string;
506
506
  permalink?: string;
507
- media_url?: string;
507
+ media_url: string;
508
+ username: string;
508
509
  }
509
510
  export interface ShopbyInstagramMediaError {
510
511
  code?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.63.41",
3
+ "version": "1.63.42",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",