authtara-sdk 1.1.2 → 1.1.4

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.mts CHANGED
@@ -152,6 +152,7 @@ interface TokenResponse {
152
152
  access_token: string;
153
153
  token_type: 'Bearer';
154
154
  expires_in: number;
155
+ scope?: string;
155
156
  user: {
156
157
  id: string;
157
158
  email: string;
package/dist/index.d.ts CHANGED
@@ -152,6 +152,7 @@ interface TokenResponse {
152
152
  access_token: string;
153
153
  token_type: 'Bearer';
154
154
  expires_in: number;
155
+ scope?: string;
155
156
  user: {
156
157
  id: string;
157
158
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authtara-sdk",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "SDK Client untuk integrasi dengan DigitalSolution Platform - SSO, Billing, dan Metering",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -88,4 +88,4 @@
88
88
  "access": "public",
89
89
  "registry": "https://registry.npmjs.org/"
90
90
  }
91
- }
91
+ }