@docbrasil/api-systemmanager 1.1.79 → 1.1.80
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/api/admin/user.js +2 -2
- package/dist/bundle.cjs +2 -2
- package/dist/bundle.mjs +1 -1
- package/docs/admin_user.js.html +2 -2
- package/package.json +1 -1
package/api/admin/user.js
CHANGED
|
@@ -38,7 +38,7 @@ class AdminUser {
|
|
|
38
38
|
*/
|
|
39
39
|
_basePath() {
|
|
40
40
|
if (this._orgId) {
|
|
41
|
-
return `/
|
|
41
|
+
return `/organizations/${this._orgId}/adminusers`;
|
|
42
42
|
}
|
|
43
43
|
return '/admin/users';
|
|
44
44
|
}
|
|
@@ -52,7 +52,7 @@ class AdminUser {
|
|
|
52
52
|
*/
|
|
53
53
|
_orgPath(orgId) {
|
|
54
54
|
if (this._orgId) {
|
|
55
|
-
return `/
|
|
55
|
+
return `/organizations/${orgId}/adminusers`;
|
|
56
56
|
}
|
|
57
57
|
return `/admin/organizations/${orgId}`;
|
|
58
58
|
}
|
package/dist/bundle.cjs
CHANGED
|
@@ -14439,7 +14439,7 @@ class AdminUser {
|
|
|
14439
14439
|
*/
|
|
14440
14440
|
_basePath() {
|
|
14441
14441
|
if (this._orgId) {
|
|
14442
|
-
return `/
|
|
14442
|
+
return `/organizations/${this._orgId}/adminusers`;
|
|
14443
14443
|
}
|
|
14444
14444
|
return '/admin/users';
|
|
14445
14445
|
}
|
|
@@ -14453,7 +14453,7 @@ class AdminUser {
|
|
|
14453
14453
|
*/
|
|
14454
14454
|
_orgPath(orgId) {
|
|
14455
14455
|
if (this._orgId) {
|
|
14456
|
-
return `/
|
|
14456
|
+
return `/organizations/${orgId}/adminusers`;
|
|
14457
14457
|
}
|
|
14458
14458
|
return `/admin/organizations/${orgId}`;
|
|
14459
14459
|
}
|