automation-lib 5.1.525 → 5.1.526

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
@@ -2067,6 +2067,7 @@ interface ILark extends IBaseModel, ITrackingModel<IUser> {
2067
2067
  name: string;
2068
2068
  botHook: string;
2069
2069
  typeObject: ELarkObject;
2070
+ departmentAssigned: string | IDepartment;
2070
2071
  typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
2071
2072
  status: EStatusLark;
2072
2073
  typeNotification: ELarkTypeNotification;
package/dist/index.d.ts CHANGED
@@ -2067,6 +2067,7 @@ interface ILark extends IBaseModel, ITrackingModel<IUser> {
2067
2067
  name: string;
2068
2068
  botHook: string;
2069
2069
  typeObject: ELarkObject;
2070
+ departmentAssigned: string | IDepartment;
2070
2071
  typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
2071
2072
  status: EStatusLark;
2072
2073
  typeNotification: ELarkTypeNotification;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.525",
3
+ "version": "5.1.526",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",