@epilot/entity-client 4.10.0 → 4.10.1

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.
@@ -7,5 +7,5 @@ export declare enum RelationAffinityMode {
7
7
  WEAK = "weak",
8
8
  STRONG = "strong"
9
9
  }
10
- export declare type Attribute = Components.Schemas.Attribute;
11
- export declare type AttributeType = Attribute['type'];
10
+ export type Attribute = Components.Schemas.Attribute;
11
+ export type AttributeType = Attribute['type'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.10.0",
3
+ "version": "4.10.1",
4
4
  "description": "JavaScript client library for the epilot Core Entity API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",