@fnlb-project/shared 1.5.117 → 1.5.118

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.
@@ -164,6 +164,17 @@ export interface ISerializedCommand {
164
164
  onlyPartyMembers?: boolean;
165
165
  };
166
166
  }
167
+ export interface ISerializedControlFlow {
168
+ id: string;
169
+ config: {
170
+ name: string;
171
+ parent: string;
172
+ alias: string[];
173
+ description: string;
174
+ usage: ActionInput[];
175
+ outputs: IActionOutput[];
176
+ };
177
+ }
167
178
  export interface IDBBot {
168
179
  id: string;
169
180
  owner: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.117",
3
+ "version": "1.5.118",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": [
6
6
  "dist"