automation-lib 6.5.37 → 6.5.38

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
@@ -16705,22 +16705,26 @@ interface CreateTaskWorkflowGroupDto {
16705
16705
  name: string;
16706
16706
  description: string;
16707
16707
  color: string;
16708
+ typeSocial: ETypeSocial;
16708
16709
  }
16709
16710
  interface UpdateTaskWorkflowGroupDto {
16710
16711
  name?: string;
16711
16712
  description?: string;
16712
16713
  color: string;
16714
+ typeSocial: ETypeSocial;
16713
16715
  }
16714
16716
  interface FindTaskWorkflowGroupDto extends IFindBaseDto {
16715
16717
  name: string;
16716
16718
  description: string;
16717
16719
  color: string;
16720
+ typeSocial: ETypeSocial;
16718
16721
  }
16719
16722
 
16720
16723
  interface ITaskWorkflowGroup extends IBaseModel, ITrackingModel {
16721
16724
  name: string;
16722
16725
  description: string;
16723
16726
  color: string;
16727
+ typeSocial: ETypeSocial;
16724
16728
  }
16725
16729
 
16726
16730
  interface ITaskWorkflow extends IBaseModel, ITrackingModel {
package/dist/index.d.ts CHANGED
@@ -16705,22 +16705,26 @@ interface CreateTaskWorkflowGroupDto {
16705
16705
  name: string;
16706
16706
  description: string;
16707
16707
  color: string;
16708
+ typeSocial: ETypeSocial;
16708
16709
  }
16709
16710
  interface UpdateTaskWorkflowGroupDto {
16710
16711
  name?: string;
16711
16712
  description?: string;
16712
16713
  color: string;
16714
+ typeSocial: ETypeSocial;
16713
16715
  }
16714
16716
  interface FindTaskWorkflowGroupDto extends IFindBaseDto {
16715
16717
  name: string;
16716
16718
  description: string;
16717
16719
  color: string;
16720
+ typeSocial: ETypeSocial;
16718
16721
  }
16719
16722
 
16720
16723
  interface ITaskWorkflowGroup extends IBaseModel, ITrackingModel {
16721
16724
  name: string;
16722
16725
  description: string;
16723
16726
  color: string;
16727
+ typeSocial: ETypeSocial;
16724
16728
  }
16725
16729
 
16726
16730
  interface ITaskWorkflow extends IBaseModel, ITrackingModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.5.37",
3
+ "version": "6.5.38",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",