@juhuu/sdk-ts 1.2.73 → 1.2.75

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
@@ -1227,12 +1227,12 @@ declare namespace JUHUU {
1227
1227
  namespace Credentials {
1228
1228
  type Params = {
1229
1229
  userId: string;
1230
+ deviceId: string;
1230
1231
  };
1231
1232
  type Options = JUHUU.RequestOptions;
1232
1233
  type Response = {
1233
1234
  boldClientId: string;
1234
1235
  boldClientSecret: string;
1235
- boldDeviceId: number;
1236
1236
  boldAuthorizationCode: string;
1237
1237
  boldRedirectUri: string;
1238
1238
  };
@@ -2495,6 +2495,7 @@ declare namespace JUHUU {
2495
2495
  acls: AccessControlListElement[];
2496
2496
  }
2497
2497
  export interface BoldLock extends Base {
2498
+ type: "boldLock";
2498
2499
  boldClientId: string;
2499
2500
  boldClientSecret: string;
2500
2501
  boldOrganizationId: number;
package/dist/index.d.ts CHANGED
@@ -1227,12 +1227,12 @@ declare namespace JUHUU {
1227
1227
  namespace Credentials {
1228
1228
  type Params = {
1229
1229
  userId: string;
1230
+ deviceId: string;
1230
1231
  };
1231
1232
  type Options = JUHUU.RequestOptions;
1232
1233
  type Response = {
1233
1234
  boldClientId: string;
1234
1235
  boldClientSecret: string;
1235
- boldDeviceId: number;
1236
1236
  boldAuthorizationCode: string;
1237
1237
  boldRedirectUri: string;
1238
1238
  };
@@ -2495,6 +2495,7 @@ declare namespace JUHUU {
2495
2495
  acls: AccessControlListElement[];
2496
2496
  }
2497
2497
  export interface BoldLock extends Base {
2498
+ type: "boldLock";
2498
2499
  boldClientId: string;
2499
2500
  boldClientSecret: string;
2500
2501
  boldOrganizationId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.73",
3
+ "version": "1.2.75",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",