automation-lib 5.1.519 → 5.1.520

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
@@ -2066,6 +2066,7 @@ 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;
2069
2070
  typeObject: ELarkObject;
2070
2071
  typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
2071
2072
  status: EStatusLark;
package/dist/index.d.ts CHANGED
@@ -2066,6 +2066,7 @@ 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;
2069
2070
  typeObject: ELarkObject;
2070
2071
  typeError: ELarkNotiBase | ELarkNotiRunAppDevice | ELarkNotiAccountTool | ELarkNotiDuplicateAll | ELarkNotiManagerSheet | ELarkNotiToolDevice | ELarkNotiCreateNew | ELarkNotiSocialImport | ELarkNotiInstagramDetail;
2071
2072
  status: EStatusLark;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.519",
3
+ "version": "5.1.520",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",