@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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
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
|
-
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
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
|
-
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
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;
|