@juhuu/sdk-ts 1.2.152 → 1.2.153

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
@@ -1212,10 +1212,10 @@ declare namespace JUHUU {
1212
1212
  }
1213
1213
  export namespace Create {
1214
1214
  type Params = {
1215
- readonly type: JUHUU.User.Object["type"];
1216
- readonly name?: string;
1217
- readonly createdByPropertyId?: JUHUU.User.Object["createdByPropertyId"];
1218
- readonly licenseArray?: License[];
1215
+ type: JUHUU.User.Object["type"];
1216
+ name?: string;
1217
+ createdByPropertyId?: JUHUU.User.Object["createdByPropertyId"];
1218
+ licenseArray?: License[];
1219
1219
  };
1220
1220
  type Options = JUHUU.RequestOptions;
1221
1221
  type Response = JUHUU.User.Object;
package/dist/index.d.ts CHANGED
@@ -1212,10 +1212,10 @@ declare namespace JUHUU {
1212
1212
  }
1213
1213
  export namespace Create {
1214
1214
  type Params = {
1215
- readonly type: JUHUU.User.Object["type"];
1216
- readonly name?: string;
1217
- readonly createdByPropertyId?: JUHUU.User.Object["createdByPropertyId"];
1218
- readonly licenseArray?: License[];
1215
+ type: JUHUU.User.Object["type"];
1216
+ name?: string;
1217
+ createdByPropertyId?: JUHUU.User.Object["createdByPropertyId"];
1218
+ licenseArray?: License[];
1219
1219
  };
1220
1220
  type Options = JUHUU.RequestOptions;
1221
1221
  type Response = JUHUU.User.Object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.152",
3
+ "version": "1.2.153",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",