@fnlb-project/shared 1.5.111 → 1.5.112

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.
@@ -219,11 +219,13 @@ export interface ICategoryConfigCosmeticWithVariants {
219
219
  variants?: number[];
220
220
  }
221
221
  export type ICategoryConfigTriggerActionNode = {
222
+ id?: string;
222
223
  type: CategoryConfigTriggerActionType.RunCommand;
223
224
  command: string;
224
225
  args?: string[];
225
226
  condition?: string;
226
227
  } | {
228
+ id?: string;
227
229
  type: CategoryConfigTriggerActionType.RunFunction;
228
230
  function: string;
229
231
  args?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.111",
3
+ "version": "1.5.112",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": [
6
6
  "dist"