automation-lib 5.1.533 → 5.1.536
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 +89 -94
- package/dist/index.d.ts +89 -94
- package/dist/index.js +79 -79
- package/dist/index.mjs +79 -79
- package/flow-canva-image-voice.drawio +167 -167
- package/flow-canva-image.drawio +147 -147
- package/flow-sheet-manager.drawio +119 -119
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -729,108 +729,108 @@ declare namespace index$h {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
declare enum ELarkTypeNotification {
|
|
732
|
-
Global = "Global",
|
|
733
|
-
Internal = "Internal"
|
|
732
|
+
"Global" = "Global",
|
|
733
|
+
"Internal" = "Internal"
|
|
734
734
|
}
|
|
735
735
|
declare enum ELarkObject {
|
|
736
|
-
Base = "Base",
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
736
|
+
"Base" = "Base",
|
|
737
|
+
"Account Tool" = "Account Tool",
|
|
738
|
+
"Manager Sheet" = "Manager Sheet",
|
|
739
|
+
"Create New" = "Create New",
|
|
740
|
+
"Tool Device" = "Tool Device",
|
|
741
|
+
"Instagram Import" = "Instagram Import",
|
|
742
|
+
"Instagram Detail" = "Instagram Detail",
|
|
743
|
+
"Duplicate All" = "Duplicate All",
|
|
744
|
+
"Run App Device" = "Run App Device"
|
|
745
745
|
}
|
|
746
746
|
declare enum ELarkNotiBase {
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
747
|
+
"Website 500" = "Website 500",
|
|
748
|
+
"Noti Tag Member" = "Noti Tag Member",
|
|
749
|
+
"Error Link Lark" = "Error Link Lark",
|
|
750
|
+
"Login Website" = "Login Website",
|
|
751
|
+
"Login Tool Device" = "Login Tool Device",
|
|
752
|
+
"Login Tool Content AI" = "Login Tool Content AI",
|
|
753
|
+
"Login Tool Image Voice" = "Login Tool Image Voice",
|
|
754
|
+
"Login Tool Canva" = "Login Tool Canva"
|
|
755
755
|
}
|
|
756
756
|
declare enum ELarkNotiRunAppDevice {
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
757
|
+
"App Clone" = "App Clone",
|
|
758
|
+
"App Instagram" = "App Instagram",
|
|
759
|
+
"App Threads" = "App Threads",
|
|
760
|
+
"App Facebook" = "App Facebook",
|
|
761
|
+
"App Tiktok" = "App Tiktok",
|
|
762
|
+
"App X" = "App X.com",
|
|
763
|
+
"App Pinterest" = "App Pinterest"
|
|
764
764
|
}
|
|
765
765
|
declare enum ELarkNotiAccountTool {
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
766
|
+
"Account Sync Error" = "Account Sync Error",
|
|
767
|
+
"Account Proxy" = "Account Proxy",
|
|
768
|
+
"Account VPS" = "Account VPS",
|
|
769
|
+
"Account VPN" = "Account VPN",
|
|
770
|
+
"Account CHPlay/ICloud" = "Account CHPlay/ICloud",
|
|
771
|
+
"Account Canva (Product Square, Vuông, Ngang, Dọc)" = "Account Canva (Product Square, Vu\u00F4ng, Ngang, D\u1ECDc)",
|
|
772
|
+
"Account Email" = "Account Email",
|
|
773
|
+
"Account Freepik, Image (Google Labs)" = "Account Freepik, Image (Google Labs)",
|
|
774
|
+
"Account Google Voice" = "Account Google Voice",
|
|
775
|
+
"Account Google Drive (Upload)" = "Account Google Drive (Upload)",
|
|
776
|
+
"Channel Content AI" = "Channel Content AI"
|
|
777
777
|
}
|
|
778
778
|
declare enum ELarkNotiDuplicateAll {
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
779
|
+
"Duplicate Account Raw" = "Duplicate Account Raw Social",
|
|
780
|
+
"Duplicate Sheet Import" = "Duplicate Sheet Import Tools",
|
|
781
|
+
"Duplicate Sheet Content" = "Duplicate Sheet Content",
|
|
782
|
+
"Duplicate System All" = "Duplicate System All"
|
|
783
783
|
}
|
|
784
784
|
declare enum ELarkNotiManagerSheet {
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
785
|
+
"Error Manager Sheet" = "Error Manager Sheet",
|
|
786
|
+
"Read Sheet Slow" = "Read Sheet Slow",
|
|
787
|
+
"Complete Session Sheet" = "Complete Session Sheet",
|
|
788
|
+
"Email Error" = "Email Error"
|
|
789
789
|
}
|
|
790
790
|
declare enum ELarkNotiToolDevice {
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
791
|
+
"Device Android Connect" = "Device Android Connect",
|
|
792
|
+
"Device IOS Connect" = "Device IOS Connect",
|
|
793
|
+
"Connect Tool App" = "Connect Tool App",
|
|
794
|
+
"Setting Device" = "Setting Device"
|
|
795
795
|
}
|
|
796
796
|
declare enum ELarkNotiCreateNew {
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
797
|
+
"New Highlight" = "New Highlight",// Cần giải thích
|
|
798
|
+
"Create Folder Image AI" = "Create Folder Image AI",
|
|
799
|
+
"Create Idea Niche Management" = "Create Idea Niche Management"
|
|
800
800
|
}
|
|
801
801
|
declare enum ELarkNotiSocialImport {
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
802
|
+
"Import Idea Niche" = "Import Idea Niche",
|
|
803
|
+
"Import Sheet Work" = "Import Sheet Work",
|
|
804
|
+
"Import VPS" = "Import VPS",
|
|
805
|
+
"Import VPN" = "Import VPN",
|
|
806
|
+
"Import Proxy" = "Import Proxy",
|
|
807
|
+
"Import CHPlay/ICloud" = "Import CHPlay/ICloud",
|
|
808
|
+
"Import Google" = "Import Google Drive",
|
|
809
|
+
"Import Email" = "Import Email Account",
|
|
810
|
+
"Import Channel Image AI" = "Import Channel Image AI",
|
|
811
|
+
"Import Channel Voice AI" = "Import Channel Voice AI",
|
|
812
|
+
"Import Instagram Raw" = "Import Instagram Raw",
|
|
813
|
+
"Import Post Sheet" = "Import Post Sheet",
|
|
814
|
+
"Import Tool Active All" = "Import Tool Active All"
|
|
815
815
|
}
|
|
816
816
|
declare enum ELarkNotiInstagramDetail {
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
Post = "Post (Product Square, News, Reel, Story/Highlight)",
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
817
|
+
"Sync Account Run Social All" = "Sync Account Run Social All",
|
|
818
|
+
"Login Account Social" = "Login Account Social",
|
|
819
|
+
"Create Clone App" = "Create Clone App",
|
|
820
|
+
"Change Info Account" = "Change Info Account",
|
|
821
|
+
"Change Setting Business Account" = "Change Setting Business Account",
|
|
822
|
+
"Post (Product Square, News, Reel, Story/Highlight)" = "Post (Product Square, News, Reel, Story/Highlight)",
|
|
823
|
+
"Interact Explore" = "Interact Explore",
|
|
824
|
+
"Interact Reel" = "Interact Reel",
|
|
825
|
+
"Interact Story" = "Interact Story",
|
|
826
|
+
"Interact Home Me" = "Interact Home Me",
|
|
827
|
+
"Interact Home Username Follower" = "Interact Home Username Follower",
|
|
828
|
+
"Interact News" = "Interact News",
|
|
829
|
+
"Follow Social" = "Follow Social",
|
|
830
|
+
"Unfollow Social" = "Unfollow Social",
|
|
831
|
+
"Reply Comment" = "Reply Comment",
|
|
832
|
+
"Reply Message" = "Reply Message",
|
|
833
|
+
"Block User" = "Block User"
|
|
834
834
|
}
|
|
835
835
|
|
|
836
836
|
type index$g_ELarkNotiAccountTool = ELarkNotiAccountTool;
|
|
@@ -2066,8 +2066,8 @@ interface IAccountAIContentTag extends BoInterfaceModelsCommon$1.IBaseModel {
|
|
|
2066
2066
|
interface ILark extends IBaseModel, ITrackingModel<IUser> {
|
|
2067
2067
|
name: string;
|
|
2068
2068
|
botHook: string;
|
|
2069
|
-
departmentAssigned: string | IDepartment;
|
|
2070
2069
|
typeObject: ELarkObject;
|
|
2070
|
+
departmentAssigned: string | IDepartment;
|
|
2071
2071
|
typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
|
|
2072
2072
|
status: EStatusLark;
|
|
2073
2073
|
typeNotification: ELarkTypeNotification;
|
|
@@ -9841,14 +9841,6 @@ interface FindDepartmentDto extends IFindBaseDto, IDepartment {
|
|
|
9841
9841
|
department_leader: string[];
|
|
9842
9842
|
department_teams: string[];
|
|
9843
9843
|
department_members: string[];
|
|
9844
|
-
department_rolesTeams: Array<{
|
|
9845
|
-
team: string;
|
|
9846
|
-
roles: string[];
|
|
9847
|
-
}>;
|
|
9848
|
-
department_rolesUser: Array<{
|
|
9849
|
-
user: string;
|
|
9850
|
-
roles: string[];
|
|
9851
|
-
}>;
|
|
9852
9844
|
}
|
|
9853
9845
|
interface FilterDepartmentDto extends IFilterBaseDto {
|
|
9854
9846
|
departmentName: string[];
|
|
@@ -9903,12 +9895,12 @@ interface FilterTeamDto extends IFilterBaseDto {
|
|
|
9903
9895
|
interface CreateRoleDto extends IRole {
|
|
9904
9896
|
name: string;
|
|
9905
9897
|
description: string;
|
|
9906
|
-
featuresRoles: Pick<IRoleFeature,
|
|
9898
|
+
featuresRoles: Pick<IRoleFeature, "module" | "submodule" | "actions">[];
|
|
9907
9899
|
}
|
|
9908
9900
|
interface UpdateRoleDto extends IRole {
|
|
9909
9901
|
name: string;
|
|
9910
9902
|
description: string;
|
|
9911
|
-
featureAdd: Array<Pick<IRoleFeature,
|
|
9903
|
+
featureAdd: Array<Pick<IRoleFeature, "module" | "submodule" | "actions">>;
|
|
9912
9904
|
featureRemove: string[];
|
|
9913
9905
|
}
|
|
9914
9906
|
interface FindOverviewRoleDto {
|
|
@@ -10035,6 +10027,7 @@ interface CheckSendMessageLark {
|
|
|
10035
10027
|
content: string;
|
|
10036
10028
|
}
|
|
10037
10029
|
interface FindLarkDto extends IFindBaseDto, ILark {
|
|
10030
|
+
departmentAssigned: IDepartment;
|
|
10038
10031
|
listTeamsAssigned: ITeam[];
|
|
10039
10032
|
listMembers: string[];
|
|
10040
10033
|
}
|
|
@@ -10120,7 +10113,7 @@ interface FilterSheetWorkDto extends IFilterBaseDto {
|
|
|
10120
10113
|
}
|
|
10121
10114
|
|
|
10122
10115
|
interface FindSheetWorkCategoryDto extends IFindBaseDto, ISheetWorksCategory {
|
|
10123
|
-
|
|
10116
|
+
listSheetWorkNames: string[];
|
|
10124
10117
|
listSheetWorkLinks: string[];
|
|
10125
10118
|
listSheetWorkTypeSocials: ETypeSocial[];
|
|
10126
10119
|
}
|
|
@@ -10133,6 +10126,8 @@ interface FilterSheetWorkCategoryDto extends IFilterBaseDto {
|
|
|
10133
10126
|
updatedBy: string[];
|
|
10134
10127
|
createdAt: [Date, Date];
|
|
10135
10128
|
updatedAt: [Date, Date];
|
|
10129
|
+
name: string[];
|
|
10130
|
+
typeSocial: ETypeSocial[];
|
|
10136
10131
|
}
|
|
10137
10132
|
|
|
10138
10133
|
interface CreateTasksJobDto extends Partial<ITaskJob> {
|
package/dist/index.d.ts
CHANGED
|
@@ -729,108 +729,108 @@ declare namespace index$h {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
declare enum ELarkTypeNotification {
|
|
732
|
-
Global = "Global",
|
|
733
|
-
Internal = "Internal"
|
|
732
|
+
"Global" = "Global",
|
|
733
|
+
"Internal" = "Internal"
|
|
734
734
|
}
|
|
735
735
|
declare enum ELarkObject {
|
|
736
|
-
Base = "Base",
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
736
|
+
"Base" = "Base",
|
|
737
|
+
"Account Tool" = "Account Tool",
|
|
738
|
+
"Manager Sheet" = "Manager Sheet",
|
|
739
|
+
"Create New" = "Create New",
|
|
740
|
+
"Tool Device" = "Tool Device",
|
|
741
|
+
"Instagram Import" = "Instagram Import",
|
|
742
|
+
"Instagram Detail" = "Instagram Detail",
|
|
743
|
+
"Duplicate All" = "Duplicate All",
|
|
744
|
+
"Run App Device" = "Run App Device"
|
|
745
745
|
}
|
|
746
746
|
declare enum ELarkNotiBase {
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
747
|
+
"Website 500" = "Website 500",
|
|
748
|
+
"Noti Tag Member" = "Noti Tag Member",
|
|
749
|
+
"Error Link Lark" = "Error Link Lark",
|
|
750
|
+
"Login Website" = "Login Website",
|
|
751
|
+
"Login Tool Device" = "Login Tool Device",
|
|
752
|
+
"Login Tool Content AI" = "Login Tool Content AI",
|
|
753
|
+
"Login Tool Image Voice" = "Login Tool Image Voice",
|
|
754
|
+
"Login Tool Canva" = "Login Tool Canva"
|
|
755
755
|
}
|
|
756
756
|
declare enum ELarkNotiRunAppDevice {
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
757
|
+
"App Clone" = "App Clone",
|
|
758
|
+
"App Instagram" = "App Instagram",
|
|
759
|
+
"App Threads" = "App Threads",
|
|
760
|
+
"App Facebook" = "App Facebook",
|
|
761
|
+
"App Tiktok" = "App Tiktok",
|
|
762
|
+
"App X" = "App X.com",
|
|
763
|
+
"App Pinterest" = "App Pinterest"
|
|
764
764
|
}
|
|
765
765
|
declare enum ELarkNotiAccountTool {
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
766
|
+
"Account Sync Error" = "Account Sync Error",
|
|
767
|
+
"Account Proxy" = "Account Proxy",
|
|
768
|
+
"Account VPS" = "Account VPS",
|
|
769
|
+
"Account VPN" = "Account VPN",
|
|
770
|
+
"Account CHPlay/ICloud" = "Account CHPlay/ICloud",
|
|
771
|
+
"Account Canva (Product Square, Vuông, Ngang, Dọc)" = "Account Canva (Product Square, Vu\u00F4ng, Ngang, D\u1ECDc)",
|
|
772
|
+
"Account Email" = "Account Email",
|
|
773
|
+
"Account Freepik, Image (Google Labs)" = "Account Freepik, Image (Google Labs)",
|
|
774
|
+
"Account Google Voice" = "Account Google Voice",
|
|
775
|
+
"Account Google Drive (Upload)" = "Account Google Drive (Upload)",
|
|
776
|
+
"Channel Content AI" = "Channel Content AI"
|
|
777
777
|
}
|
|
778
778
|
declare enum ELarkNotiDuplicateAll {
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
779
|
+
"Duplicate Account Raw" = "Duplicate Account Raw Social",
|
|
780
|
+
"Duplicate Sheet Import" = "Duplicate Sheet Import Tools",
|
|
781
|
+
"Duplicate Sheet Content" = "Duplicate Sheet Content",
|
|
782
|
+
"Duplicate System All" = "Duplicate System All"
|
|
783
783
|
}
|
|
784
784
|
declare enum ELarkNotiManagerSheet {
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
785
|
+
"Error Manager Sheet" = "Error Manager Sheet",
|
|
786
|
+
"Read Sheet Slow" = "Read Sheet Slow",
|
|
787
|
+
"Complete Session Sheet" = "Complete Session Sheet",
|
|
788
|
+
"Email Error" = "Email Error"
|
|
789
789
|
}
|
|
790
790
|
declare enum ELarkNotiToolDevice {
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
791
|
+
"Device Android Connect" = "Device Android Connect",
|
|
792
|
+
"Device IOS Connect" = "Device IOS Connect",
|
|
793
|
+
"Connect Tool App" = "Connect Tool App",
|
|
794
|
+
"Setting Device" = "Setting Device"
|
|
795
795
|
}
|
|
796
796
|
declare enum ELarkNotiCreateNew {
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
797
|
+
"New Highlight" = "New Highlight",// Cần giải thích
|
|
798
|
+
"Create Folder Image AI" = "Create Folder Image AI",
|
|
799
|
+
"Create Idea Niche Management" = "Create Idea Niche Management"
|
|
800
800
|
}
|
|
801
801
|
declare enum ELarkNotiSocialImport {
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
802
|
+
"Import Idea Niche" = "Import Idea Niche",
|
|
803
|
+
"Import Sheet Work" = "Import Sheet Work",
|
|
804
|
+
"Import VPS" = "Import VPS",
|
|
805
|
+
"Import VPN" = "Import VPN",
|
|
806
|
+
"Import Proxy" = "Import Proxy",
|
|
807
|
+
"Import CHPlay/ICloud" = "Import CHPlay/ICloud",
|
|
808
|
+
"Import Google" = "Import Google Drive",
|
|
809
|
+
"Import Email" = "Import Email Account",
|
|
810
|
+
"Import Channel Image AI" = "Import Channel Image AI",
|
|
811
|
+
"Import Channel Voice AI" = "Import Channel Voice AI",
|
|
812
|
+
"Import Instagram Raw" = "Import Instagram Raw",
|
|
813
|
+
"Import Post Sheet" = "Import Post Sheet",
|
|
814
|
+
"Import Tool Active All" = "Import Tool Active All"
|
|
815
815
|
}
|
|
816
816
|
declare enum ELarkNotiInstagramDetail {
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
Post = "Post (Product Square, News, Reel, Story/Highlight)",
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
817
|
+
"Sync Account Run Social All" = "Sync Account Run Social All",
|
|
818
|
+
"Login Account Social" = "Login Account Social",
|
|
819
|
+
"Create Clone App" = "Create Clone App",
|
|
820
|
+
"Change Info Account" = "Change Info Account",
|
|
821
|
+
"Change Setting Business Account" = "Change Setting Business Account",
|
|
822
|
+
"Post (Product Square, News, Reel, Story/Highlight)" = "Post (Product Square, News, Reel, Story/Highlight)",
|
|
823
|
+
"Interact Explore" = "Interact Explore",
|
|
824
|
+
"Interact Reel" = "Interact Reel",
|
|
825
|
+
"Interact Story" = "Interact Story",
|
|
826
|
+
"Interact Home Me" = "Interact Home Me",
|
|
827
|
+
"Interact Home Username Follower" = "Interact Home Username Follower",
|
|
828
|
+
"Interact News" = "Interact News",
|
|
829
|
+
"Follow Social" = "Follow Social",
|
|
830
|
+
"Unfollow Social" = "Unfollow Social",
|
|
831
|
+
"Reply Comment" = "Reply Comment",
|
|
832
|
+
"Reply Message" = "Reply Message",
|
|
833
|
+
"Block User" = "Block User"
|
|
834
834
|
}
|
|
835
835
|
|
|
836
836
|
type index$g_ELarkNotiAccountTool = ELarkNotiAccountTool;
|
|
@@ -2066,8 +2066,8 @@ interface IAccountAIContentTag extends BoInterfaceModelsCommon$1.IBaseModel {
|
|
|
2066
2066
|
interface ILark extends IBaseModel, ITrackingModel<IUser> {
|
|
2067
2067
|
name: string;
|
|
2068
2068
|
botHook: string;
|
|
2069
|
-
departmentAssigned: string | IDepartment;
|
|
2070
2069
|
typeObject: ELarkObject;
|
|
2070
|
+
departmentAssigned: string | IDepartment;
|
|
2071
2071
|
typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
|
|
2072
2072
|
status: EStatusLark;
|
|
2073
2073
|
typeNotification: ELarkTypeNotification;
|
|
@@ -9841,14 +9841,6 @@ interface FindDepartmentDto extends IFindBaseDto, IDepartment {
|
|
|
9841
9841
|
department_leader: string[];
|
|
9842
9842
|
department_teams: string[];
|
|
9843
9843
|
department_members: string[];
|
|
9844
|
-
department_rolesTeams: Array<{
|
|
9845
|
-
team: string;
|
|
9846
|
-
roles: string[];
|
|
9847
|
-
}>;
|
|
9848
|
-
department_rolesUser: Array<{
|
|
9849
|
-
user: string;
|
|
9850
|
-
roles: string[];
|
|
9851
|
-
}>;
|
|
9852
9844
|
}
|
|
9853
9845
|
interface FilterDepartmentDto extends IFilterBaseDto {
|
|
9854
9846
|
departmentName: string[];
|
|
@@ -9903,12 +9895,12 @@ interface FilterTeamDto extends IFilterBaseDto {
|
|
|
9903
9895
|
interface CreateRoleDto extends IRole {
|
|
9904
9896
|
name: string;
|
|
9905
9897
|
description: string;
|
|
9906
|
-
featuresRoles: Pick<IRoleFeature,
|
|
9898
|
+
featuresRoles: Pick<IRoleFeature, "module" | "submodule" | "actions">[];
|
|
9907
9899
|
}
|
|
9908
9900
|
interface UpdateRoleDto extends IRole {
|
|
9909
9901
|
name: string;
|
|
9910
9902
|
description: string;
|
|
9911
|
-
featureAdd: Array<Pick<IRoleFeature,
|
|
9903
|
+
featureAdd: Array<Pick<IRoleFeature, "module" | "submodule" | "actions">>;
|
|
9912
9904
|
featureRemove: string[];
|
|
9913
9905
|
}
|
|
9914
9906
|
interface FindOverviewRoleDto {
|
|
@@ -10035,6 +10027,7 @@ interface CheckSendMessageLark {
|
|
|
10035
10027
|
content: string;
|
|
10036
10028
|
}
|
|
10037
10029
|
interface FindLarkDto extends IFindBaseDto, ILark {
|
|
10030
|
+
departmentAssigned: IDepartment;
|
|
10038
10031
|
listTeamsAssigned: ITeam[];
|
|
10039
10032
|
listMembers: string[];
|
|
10040
10033
|
}
|
|
@@ -10120,7 +10113,7 @@ interface FilterSheetWorkDto extends IFilterBaseDto {
|
|
|
10120
10113
|
}
|
|
10121
10114
|
|
|
10122
10115
|
interface FindSheetWorkCategoryDto extends IFindBaseDto, ISheetWorksCategory {
|
|
10123
|
-
|
|
10116
|
+
listSheetWorkNames: string[];
|
|
10124
10117
|
listSheetWorkLinks: string[];
|
|
10125
10118
|
listSheetWorkTypeSocials: ETypeSocial[];
|
|
10126
10119
|
}
|
|
@@ -10133,6 +10126,8 @@ interface FilterSheetWorkCategoryDto extends IFilterBaseDto {
|
|
|
10133
10126
|
updatedBy: string[];
|
|
10134
10127
|
createdAt: [Date, Date];
|
|
10135
10128
|
updatedAt: [Date, Date];
|
|
10129
|
+
name: string[];
|
|
10130
|
+
typeSocial: ETypeSocial[];
|
|
10136
10131
|
}
|
|
10137
10132
|
|
|
10138
10133
|
interface CreateTasksJobDto extends Partial<ITaskJob> {
|