@extrahorizon/exh-cli 1.13.0-dev-189-4cbf653 → 1.13.0-dev-191-5db93c9
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.
|
@@ -48,7 +48,7 @@ async function createStatus(id, name, data) {
|
|
|
48
48
|
}
|
|
49
49
|
exports.createStatus = createStatus;
|
|
50
50
|
async function updateStatus(id, name, data) {
|
|
51
|
-
return (0, exh_1.getSdk)().data.statuses.update(id, name, data);
|
|
51
|
+
return (0, exh_1.getSdk)().data.statuses.update(id, name, { data });
|
|
52
52
|
}
|
|
53
53
|
exports.updateStatus = updateStatus;
|
|
54
54
|
async function deleteStatus(id, name) {
|
|
@@ -9,4 +9,4 @@ export declare function removePermissionsFromGlobalRole(name: string, permission
|
|
|
9
9
|
export declare function addGlobalRoleToUser(userId: string, roleId: string): Promise<import("@extrahorizon/javascript-sdk").AffectedRecords>;
|
|
10
10
|
export declare function updateVerificationSettings(settings: Partial<VerificationSettings>): Promise<VerificationSettings>;
|
|
11
11
|
export declare function updateEmailTemplates(emailTemplates: Partial<EmailTemplates>): Promise<EmailTemplates>;
|
|
12
|
-
export declare function updatePasswordPolicy(passwordPolicy: Partial<PasswordPolicy>): Promise<
|
|
12
|
+
export declare function updatePasswordPolicy(passwordPolicy: Partial<PasswordPolicy>): Promise<import("@extrahorizon/javascript-sdk").PasswordPolicyUpdate>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/exh-cli",
|
|
3
|
-
"version": "1.13.0-dev-
|
|
3
|
+
"version": "1.13.0-dev-191-5db93c9",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"exports": "./build/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"typescript": "4.5.5"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@extrahorizon/javascript-sdk": "8.9.1
|
|
44
|
+
"@extrahorizon/javascript-sdk": "8.9.1",
|
|
45
45
|
"ajv": "8.18.0",
|
|
46
46
|
"archiver": "^7.0.1",
|
|
47
47
|
"chalk": "^4.0.0",
|