automation-lib 4.7.50 → 4.7.52
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 +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -97,11 +97,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
97
97
|
MANAGER_WORK_IDEA: string;
|
|
98
98
|
MANAGER_WORK_NICHE: string;
|
|
99
99
|
MANAGER_WORK_PIN: string;
|
|
100
|
-
|
|
100
|
+
DOMAIN: string;
|
|
101
101
|
SHEETS_WORKS: string;
|
|
102
102
|
SHEETS_WORK_PIN: string;
|
|
103
103
|
TAG: string;
|
|
104
|
-
SHEETS_WORK_DOMAIN: string;
|
|
105
104
|
SHEETS_WORKS_CATEGORIES: string;
|
|
106
105
|
TASKS_JOBS: string;
|
|
107
106
|
TASKS_JOBS_GROUPS: string;
|
|
@@ -685,6 +684,7 @@ interface ILark extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
|
|
|
685
684
|
type index$5_IBlog = IBlog;
|
|
686
685
|
type index$5_IBlogsCategory = IBlogsCategory;
|
|
687
686
|
type index$5_IDepartment = IDepartment;
|
|
687
|
+
type index$5_IDomain = IDomain;
|
|
688
688
|
type index$5_IImage = IImage;
|
|
689
689
|
type index$5_ILark = ILark;
|
|
690
690
|
type index$5_IManagerWork = IManagerWork;
|
|
@@ -696,13 +696,14 @@ type index$5_IRoleGroup = IRoleGroup;
|
|
|
696
696
|
type index$5_ISheetWork = ISheetWork;
|
|
697
697
|
type index$5_ISheetWorkPin = ISheetWorkPin;
|
|
698
698
|
type index$5_ISheetWorksCategory = ISheetWorksCategory;
|
|
699
|
+
type index$5_ITag = ITag;
|
|
699
700
|
type index$5_ITaskJob = ITaskJob;
|
|
700
701
|
type index$5_ITaskJobCheckList = ITaskJobCheckList;
|
|
701
702
|
type index$5_ITaskJobDiscuss = ITaskJobDiscuss;
|
|
702
703
|
type index$5_ITaskJobLabel = ITaskJobLabel;
|
|
703
704
|
type index$5_ITaskJobsGroup = ITaskJobsGroup;
|
|
704
705
|
declare namespace index$5 {
|
|
705
|
-
export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorksCategory as ISheetWorksCategory, index$5_ITaskJob as ITaskJob, index$5_ITaskJobCheckList as ITaskJobCheckList, index$5_ITaskJobDiscuss as ITaskJobDiscuss, index$5_ITaskJobLabel as ITaskJobLabel, index$5_ITaskJobsGroup as ITaskJobsGroup };
|
|
706
|
+
export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IDomain as IDomain, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorksCategory as ISheetWorksCategory, index$5_ITag as ITag, index$5_ITaskJob as ITaskJob, index$5_ITaskJobCheckList as ITaskJobCheckList, index$5_ITaskJobDiscuss as ITaskJobDiscuss, index$5_ITaskJobLabel as ITaskJobLabel, index$5_ITaskJobsGroup as ITaskJobsGroup };
|
|
706
707
|
}
|
|
707
708
|
|
|
708
709
|
interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -97,11 +97,10 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
97
97
|
MANAGER_WORK_IDEA: string;
|
|
98
98
|
MANAGER_WORK_NICHE: string;
|
|
99
99
|
MANAGER_WORK_PIN: string;
|
|
100
|
-
|
|
100
|
+
DOMAIN: string;
|
|
101
101
|
SHEETS_WORKS: string;
|
|
102
102
|
SHEETS_WORK_PIN: string;
|
|
103
103
|
TAG: string;
|
|
104
|
-
SHEETS_WORK_DOMAIN: string;
|
|
105
104
|
SHEETS_WORKS_CATEGORIES: string;
|
|
106
105
|
TASKS_JOBS: string;
|
|
107
106
|
TASKS_JOBS_GROUPS: string;
|
|
@@ -685,6 +684,7 @@ interface ILark extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
|
|
|
685
684
|
type index$5_IBlog = IBlog;
|
|
686
685
|
type index$5_IBlogsCategory = IBlogsCategory;
|
|
687
686
|
type index$5_IDepartment = IDepartment;
|
|
687
|
+
type index$5_IDomain = IDomain;
|
|
688
688
|
type index$5_IImage = IImage;
|
|
689
689
|
type index$5_ILark = ILark;
|
|
690
690
|
type index$5_IManagerWork = IManagerWork;
|
|
@@ -696,13 +696,14 @@ type index$5_IRoleGroup = IRoleGroup;
|
|
|
696
696
|
type index$5_ISheetWork = ISheetWork;
|
|
697
697
|
type index$5_ISheetWorkPin = ISheetWorkPin;
|
|
698
698
|
type index$5_ISheetWorksCategory = ISheetWorksCategory;
|
|
699
|
+
type index$5_ITag = ITag;
|
|
699
700
|
type index$5_ITaskJob = ITaskJob;
|
|
700
701
|
type index$5_ITaskJobCheckList = ITaskJobCheckList;
|
|
701
702
|
type index$5_ITaskJobDiscuss = ITaskJobDiscuss;
|
|
702
703
|
type index$5_ITaskJobLabel = ITaskJobLabel;
|
|
703
704
|
type index$5_ITaskJobsGroup = ITaskJobsGroup;
|
|
704
705
|
declare namespace index$5 {
|
|
705
|
-
export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorksCategory as ISheetWorksCategory, index$5_ITaskJob as ITaskJob, index$5_ITaskJobCheckList as ITaskJobCheckList, index$5_ITaskJobDiscuss as ITaskJobDiscuss, index$5_ITaskJobLabel as ITaskJobLabel, index$5_ITaskJobsGroup as ITaskJobsGroup };
|
|
706
|
+
export type { index$5_IBlog as IBlog, index$5_IBlogsCategory as IBlogsCategory, index$5_IDepartment as IDepartment, index$5_IDomain as IDomain, index$5_IImage as IImage, index$5_ILark as ILark, index$5_IManagerWork as IManagerWork, index$5_IManagerWorkPin as IManagerWorkPin, index$5_INotification as INotification, index$5_IRole as IRole, index$5_IRoleFeature as IRoleFeature, index$5_IRoleGroup as IRoleGroup, index$5_ISheetWork as ISheetWork, index$5_ISheetWorkPin as ISheetWorkPin, index$5_ISheetWorksCategory as ISheetWorksCategory, index$5_ITag as ITag, index$5_ITaskJob as ITaskJob, index$5_ITaskJobCheckList as ITaskJobCheckList, index$5_ITaskJobDiscuss as ITaskJobDiscuss, index$5_ITaskJobLabel as ITaskJobLabel, index$5_ITaskJobsGroup as ITaskJobsGroup };
|
|
706
707
|
}
|
|
707
708
|
|
|
708
709
|
interface IProxyTracking extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
package/dist/index.js
CHANGED
|
@@ -142,11 +142,10 @@ var CONST_API_CONTROLLERS = {
|
|
|
142
142
|
MANAGER_WORK_IDEA: "manager-work-idea",
|
|
143
143
|
MANAGER_WORK_NICHE: "manager-work-niche",
|
|
144
144
|
MANAGER_WORK_PIN: "manager-work-pin",
|
|
145
|
-
|
|
145
|
+
DOMAIN: "domain",
|
|
146
146
|
SHEETS_WORKS: "sheets-works",
|
|
147
147
|
SHEETS_WORK_PIN: "sheets-work-pin",
|
|
148
148
|
TAG: "tag",
|
|
149
|
-
SHEETS_WORK_DOMAIN: "sheets-work-domain",
|
|
150
149
|
SHEETS_WORKS_CATEGORIES: "sheets-works-categories",
|
|
151
150
|
TASKS_JOBS: "tasks-jobs",
|
|
152
151
|
TASKS_JOBS_GROUPS: "tasks-jobs-groups",
|
package/dist/index.mjs
CHANGED
|
@@ -119,11 +119,10 @@ var CONST_API_CONTROLLERS = {
|
|
|
119
119
|
MANAGER_WORK_IDEA: "manager-work-idea",
|
|
120
120
|
MANAGER_WORK_NICHE: "manager-work-niche",
|
|
121
121
|
MANAGER_WORK_PIN: "manager-work-pin",
|
|
122
|
-
|
|
122
|
+
DOMAIN: "domain",
|
|
123
123
|
SHEETS_WORKS: "sheets-works",
|
|
124
124
|
SHEETS_WORK_PIN: "sheets-work-pin",
|
|
125
125
|
TAG: "tag",
|
|
126
|
-
SHEETS_WORK_DOMAIN: "sheets-work-domain",
|
|
127
126
|
SHEETS_WORKS_CATEGORIES: "sheets-works-categories",
|
|
128
127
|
TASKS_JOBS: "tasks-jobs",
|
|
129
128
|
TASKS_JOBS_GROUPS: "tasks-jobs-groups",
|