revdev 0.142.0 → 0.143.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.
@@ -12,6 +12,8 @@ export interface BoCreateWordRequest extends CreateWordRequest {
12
12
  export interface BoUpdateWordRequest extends BoCreateWordRequest {
13
13
  id: string;
14
14
  }
15
+ export interface BoWordModifier extends BoUpdateWordRequest {
16
+ }
15
17
  export interface BoUpdateWordTagRequest {
16
18
  wordId: string | string[];
17
19
  tagCode: string | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev",
3
- "version": "0.142.0",
3
+ "version": "0.143.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",