@kumori/aurora-backend-handler 1.1.9 → 1.1.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-backend-handler",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "description": "backend handler",
5
5
  "main": "backend-handler.ts",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "glob": "^11.0.0"
12
12
  },
13
13
  "dependencies": {
14
- "@kumori/aurora-interfaces": "^1.0.12",
14
+ "@kumori/aurora-interfaces": "^1.0.13",
15
15
  "@kumori/kumori-dsl-generator": "^1.0.4",
16
16
  "@kumori/kumori-module-generator": "^1.1.6",
17
17
  "ts-node": "^10.9.2",
@@ -6,8 +6,6 @@ import {
6
6
  ClusterToken,
7
7
  Environment,
8
8
  Instance,
9
- Link,
10
- MarketplaceService,
11
9
  Notification,
12
10
  Organization,
13
11
  Plan,
@@ -17,9 +15,7 @@ import {
17
15
  Resource,
18
16
  Service,
19
17
  Tenant,
20
- tenantRole,
21
18
  Token,
22
- Usage,
23
19
  User,
24
20
  UserData,
25
21
  } from "@kumori/aurora-interfaces";
@@ -595,7 +591,6 @@ const rebuildHierarchy = () => {
595
591
  }
596
592
  }
597
593
  });
598
-
599
594
  userData = {
600
595
  id: preservedUserData.id,
601
596
  name: preservedUserData.name,
@@ -817,7 +812,6 @@ const handleEvent = async (message: WSMessage) => {
817
812
  eventData,
818
813
  userData,
819
814
  );
820
-
821
815
  if (
822
816
  existingTenant &&
823
817
  existingTenant.role &&