sales-frontend-bridge 0.0.50 → 0.0.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.
package/dist/index.d.cts CHANGED
@@ -152,6 +152,7 @@ interface OnAuthenticationResultResponse {
152
152
  }
153
153
  interface GetAccessTokenResponse {
154
154
  accessToken: string;
155
+ tokenType: string;
155
156
  }
156
157
  interface GetAnalyticsUserPropertyResponse {
157
158
  upOrgnDvsn: string;
package/dist/index.d.ts CHANGED
@@ -152,6 +152,7 @@ interface OnAuthenticationResultResponse {
152
152
  }
153
153
  interface GetAccessTokenResponse {
154
154
  accessToken: string;
155
+ tokenType: string;
155
156
  }
156
157
  interface GetAnalyticsUserPropertyResponse {
157
158
  upOrgnDvsn: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sales-frontend-bridge",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",