@shopby/shop-sdk 1.77.13 → 1.77.14

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,13 @@
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.77.14](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.77.13...v1.77.14) (2024-10-09)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * expireIn -> expiresIn ([6e69c46](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/6e69c4667ddc58d74a054e866bc7858afcbf1658))
11
+
5
12
  ### [1.77.13](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.77.12...v1.77.13) (2024-10-02)
6
13
 
7
14
 
@@ -123,7 +123,7 @@ export interface PostOauthTokenResponse {
123
123
  passwordChangeRequired: boolean;
124
124
  }
125
125
  export interface PostOauth2Response {
126
- expireIn: number;
126
+ expiresIn: number;
127
127
  refreshTokenExpiresIn: number;
128
128
  passwordChangeRequired: boolean;
129
129
  dormantMemberResponse?: DormantMemberResponse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.77.13",
3
+ "version": "1.77.14",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",