@fnlb-project/shared 1.5.109 → 1.5.110
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/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -125,6 +125,7 @@ export interface ISerializedActionFunction {
|
|
|
125
125
|
id: string;
|
|
126
126
|
config: {
|
|
127
127
|
name: string;
|
|
128
|
+
parent: string;
|
|
128
129
|
alias: string[];
|
|
129
130
|
description: string;
|
|
130
131
|
usage: CommandParam[];
|
|
@@ -315,6 +316,7 @@ export interface ISerializedCommand {
|
|
|
315
316
|
id: string;
|
|
316
317
|
config: {
|
|
317
318
|
name: string;
|
|
319
|
+
parent: string;
|
|
318
320
|
alias: string[];
|
|
319
321
|
usage: CommandParam[];
|
|
320
322
|
isHidden?: boolean;
|