jmapcloud-ng-core-types 1.1.28 → 1.1.29

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": "jmapcloud-ng-core-types",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "types": "ambient.d.ts",
@@ -26,7 +26,6 @@ import type * as startupoptions from "./jmap/startup-options"
26
26
  import type * as table from "./jmap/table"
27
27
  import type * as ui from "./jmap/ui"
28
28
  import type * as user from "./jmap/user"
29
- import type * as core from "./core"
30
29
 
31
30
  /** @internal @hidden */
32
31
  declare global {
@@ -450,5 +449,4 @@ declare global {
450
449
  type JUserViewPermissionType = user.JUserViewPermissionType
451
450
  type JUserResourcePermissionParams = user.JUserResourcePermissionParams
452
451
  type JUserResourcePermissionsResponse = user.JUserResourcePermissionsResponse
453
- const JMap: typeof core.JMap
454
452
  }