@c-rex/interfaces 0.1.18 → 0.1.19

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/dist/index.d.mts CHANGED
@@ -212,7 +212,7 @@ interface SuggestionQueryParams {
212
212
  interface TreeOfContent {
213
213
  label: string;
214
214
  id: string;
215
- link?: string;
215
+ linkId?: string;
216
216
  active: boolean;
217
217
  children: TreeOfContent[];
218
218
  }
package/dist/index.d.ts CHANGED
@@ -212,7 +212,7 @@ interface SuggestionQueryParams {
212
212
  interface TreeOfContent {
213
213
  label: string;
214
214
  id: string;
215
- link?: string;
215
+ linkId?: string;
216
216
  active: boolean;
217
217
  children: TreeOfContent[];
218
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c-rex/interfaces",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.mjs",