revdev 0.22.0 → 0.23.0

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.
@@ -9,12 +9,12 @@ export interface IdParam {
9
9
  }
10
10
  export interface LinkRequest {
11
11
  id: string;
12
- join: boolean;
12
+ link: boolean;
13
13
  }
14
14
  export interface LinkSetRequest {
15
15
  destinationId: string;
16
16
  sourceIds: string[];
17
- join: boolean;
17
+ link: boolean;
18
18
  }
19
19
  export interface WordAssociationRequest {
20
20
  wordIds: string[];
@@ -13,7 +13,7 @@ export interface FeList {
13
13
  export interface FeListLinkWordRequest {
14
14
  listId: string;
15
15
  word: EntryWord;
16
- join: boolean;
16
+ link: boolean;
17
17
  }
18
18
  export interface FeListEntity {
19
19
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",