@webiny/tenant-manager 6.4.4-beta.5 → 6.4.4-beta.6
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.
|
@@ -6,7 +6,7 @@ import { UpdateTenantUseCase } from "../UpdateTenant/abstractions.js";
|
|
|
6
6
|
import { CreateAndInstallTenantUseCase } from "./abstractions.js";
|
|
7
7
|
import { NotAuthorizedError } from "@webiny/api-core/features/security/shared/errors.js";
|
|
8
8
|
import { IdentityContext } from "@webiny/api-core/exports/api/security.js";
|
|
9
|
-
import * as
|
|
9
|
+
import * as __rspack_external__webiny_api_core_exports_api_tenancy_js_0fb78d16 from "@webiny/api-core/exports/api/tenancy.js";
|
|
10
10
|
class CreateAndInstallTenantUseCase_CreateAndInstallTenantUseCase {
|
|
11
11
|
constructor(identityContext, getTenantByIdUseCase, updateTenantUseCase, coreGetTenantById, coreCreateTenant, coreUpdateTenant, coreDeleteTenant, coreInstallTenant){
|
|
12
12
|
this.identityContext = identityContext;
|
|
@@ -69,11 +69,11 @@ const CreateAndInstallTenant_CreateAndInstallTenantUseCase = CreateAndInstallTen
|
|
|
69
69
|
IdentityContext,
|
|
70
70
|
GetTenantByIdUseCase,
|
|
71
71
|
UpdateTenantUseCase,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
72
|
+
__rspack_external__webiny_api_core_exports_api_tenancy_js_0fb78d16.GetTenantByIdUseCase,
|
|
73
|
+
__rspack_external__webiny_api_core_exports_api_tenancy_js_0fb78d16.CreateTenantUseCase,
|
|
74
|
+
__rspack_external__webiny_api_core_exports_api_tenancy_js_0fb78d16.UpdateTenantUseCase,
|
|
75
|
+
__rspack_external__webiny_api_core_exports_api_tenancy_js_0fb78d16.DeleteTenantUseCase,
|
|
76
|
+
__rspack_external__webiny_api_core_exports_api_tenancy_js_0fb78d16.InstallTenantUseCase
|
|
77
77
|
]
|
|
78
78
|
});
|
|
79
79
|
export default CreateAndInstallTenant_CreateAndInstallTenantUseCase;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/tenant-manager",
|
|
3
|
-
"version": "6.4.4-beta.
|
|
3
|
+
"version": "6.4.4-beta.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -16,26 +16,26 @@
|
|
|
16
16
|
"license": "Webiny Enterprise",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@apollo/react-hooks": "3.1.5",
|
|
19
|
-
"@webiny/admin-ui": "6.4.4-beta.
|
|
20
|
-
"@webiny/api-core": "6.4.4-beta.
|
|
21
|
-
"@webiny/api-headless-cms": "6.4.4-beta.
|
|
22
|
-
"@webiny/app": "6.4.4-beta.
|
|
23
|
-
"@webiny/app-aco": "6.4.4-beta.
|
|
24
|
-
"@webiny/app-admin": "6.4.4-beta.
|
|
25
|
-
"@webiny/app-headless-cms": "6.4.4-beta.
|
|
26
|
-
"@webiny/feature": "6.4.4-beta.
|
|
27
|
-
"@webiny/handler-graphql": "6.4.4-beta.
|
|
28
|
-
"@webiny/icons": "6.4.4-beta.
|
|
29
|
-
"@webiny/project": "6.4.4-beta.
|
|
30
|
-
"@webiny/project-aws": "6.4.4-beta.
|
|
31
|
-
"graphql-tag": "2.12.
|
|
19
|
+
"@webiny/admin-ui": "6.4.4-beta.6",
|
|
20
|
+
"@webiny/api-core": "6.4.4-beta.6",
|
|
21
|
+
"@webiny/api-headless-cms": "6.4.4-beta.6",
|
|
22
|
+
"@webiny/app": "6.4.4-beta.6",
|
|
23
|
+
"@webiny/app-aco": "6.4.4-beta.6",
|
|
24
|
+
"@webiny/app-admin": "6.4.4-beta.6",
|
|
25
|
+
"@webiny/app-headless-cms": "6.4.4-beta.6",
|
|
26
|
+
"@webiny/feature": "6.4.4-beta.6",
|
|
27
|
+
"@webiny/handler-graphql": "6.4.4-beta.6",
|
|
28
|
+
"@webiny/icons": "6.4.4-beta.6",
|
|
29
|
+
"@webiny/project": "6.4.4-beta.6",
|
|
30
|
+
"@webiny/project-aws": "6.4.4-beta.6",
|
|
31
|
+
"graphql-tag": "2.12.7",
|
|
32
32
|
"mobx": "6.16.1",
|
|
33
33
|
"mobx-react-lite": "4.1.1",
|
|
34
34
|
"react": "18.3.1",
|
|
35
35
|
"react-dom": "18.3.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@webiny/build-tools": "6.4.4-beta.
|
|
38
|
+
"@webiny/build-tools": "6.4.4-beta.6",
|
|
39
39
|
"rimraf": "6.1.3",
|
|
40
40
|
"typescript": "6.0.3"
|
|
41
41
|
},
|