@shopby/shop-sdk 1.78.50 → 1.78.51

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.
@@ -144,9 +144,11 @@ export interface PostOauth2Response {
144
144
  refreshToken: string;
145
145
  }
146
146
  export interface PutOauth2Response {
147
- expireIn: number;
147
+ expiresIn: number;
148
148
  accessToken: string;
149
149
  tokenType: string;
150
+ refreshToken: string;
151
+ refreshTokenExpiresIn: number;
150
152
  }
151
153
  export interface PostOauth2Request extends RequestConfig {
152
154
  queryString?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.50",
3
+ "version": "1.78.51",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",