jmapcloud-ng-core-types 2.0.11 → 2.0.12-qa.10

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": "2.0.11",
3
+ "version": "2.0.12-qa.10",
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",
@@ -1,4 +1,4 @@
1
- import type { JAnyFilterCondition, JAttribute, JAttributeType, JDynamicFilterGraphQL } from "jmapcloud-types"
1
+ import type { JAnyFilterCondition, JAttribute, AttributeType, JDynamicFilterGraphQL } from "jmapcloud-types"
2
2
  import type { JLocaleTranslation } from "./language.d.ts"
3
3
  export {}
4
4
  // ALL_TABLE_ATTRIBUTE_TYPES in all-enum.ts
@@ -37,7 +37,7 @@ export interface JTableAttribute {
37
37
  name: string
38
38
  title: string
39
39
  label: string
40
- type: JAttributeType
40
+ type: AttributeType
41
41
  indexed: boolean
42
42
  }
43
43