@juhuu/sdk-ts 1.2.73 → 1.2.74

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
@@ -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
@@ -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.74",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",