automation-lib 4.7.39 → 4.7.41

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
@@ -290,9 +290,8 @@ declare enum ETypeSheetWorkClassify {
290
290
  NTM = "NTM"
291
291
  }
292
292
  declare enum ETypeSheetWorkPin {
293
- Idea = "Idea",
294
- Niche = "Niche",
295
- SubNiche = "SubNiche"
293
+ Primary = "Primary",
294
+ Secondary = "Secondary"
296
295
  }
297
296
 
298
297
  type index$8_ETypeCanva = ETypeCanva;
@@ -584,9 +583,9 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
584
583
  sw_category: string | ISheetWorksCategory;
585
584
  sw_usersPermission: string | IUser;
586
585
  sw_departmentsPermission: string | IDepartment;
587
- sw_idea: IManagerWork[] | string[];
588
- sw_niche: IManagerWork[] | string[];
589
- sw_subNiche: IManagerWork[] | string[];
586
+ sw_idea: IManagerWork | string;
587
+ sw_niche: IManagerWork | string;
588
+ sw_subNiche: IManagerWork | string;
590
589
  sw_tags: string[] | ISheetWorkTag[];
591
590
  sw_domains: string[] | ISheetWorkDomain[];
592
591
  sw_pin: string | ISheetWorkPin;
package/dist/index.d.ts CHANGED
@@ -290,9 +290,8 @@ declare enum ETypeSheetWorkClassify {
290
290
  NTM = "NTM"
291
291
  }
292
292
  declare enum ETypeSheetWorkPin {
293
- Idea = "Idea",
294
- Niche = "Niche",
295
- SubNiche = "SubNiche"
293
+ Primary = "Primary",
294
+ Secondary = "Secondary"
296
295
  }
297
296
 
298
297
  type index$8_ETypeCanva = ETypeCanva;
@@ -584,9 +583,9 @@ interface ISheetWork extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceMode
584
583
  sw_category: string | ISheetWorksCategory;
585
584
  sw_usersPermission: string | IUser;
586
585
  sw_departmentsPermission: string | IDepartment;
587
- sw_idea: IManagerWork[] | string[];
588
- sw_niche: IManagerWork[] | string[];
589
- sw_subNiche: IManagerWork[] | string[];
586
+ sw_idea: IManagerWork | string;
587
+ sw_niche: IManagerWork | string;
588
+ sw_subNiche: IManagerWork | string;
590
589
  sw_tags: string[] | ISheetWorkTag[];
591
590
  sw_domains: string[] | ISheetWorkDomain[];
592
591
  sw_pin: string | ISheetWorkPin;
package/dist/index.js CHANGED
@@ -377,9 +377,8 @@ var ETypeSheetWorkClassify = /* @__PURE__ */ ((ETypeSheetWorkClassify2) => {
377
377
  return ETypeSheetWorkClassify2;
378
378
  })(ETypeSheetWorkClassify || {});
379
379
  var ETypeSheetWorkPin = /* @__PURE__ */ ((ETypeSheetWorkPin2) => {
380
- ETypeSheetWorkPin2["Idea"] = "Idea";
381
- ETypeSheetWorkPin2["Niche"] = "Niche";
382
- ETypeSheetWorkPin2["SubNiche"] = "SubNiche";
380
+ ETypeSheetWorkPin2["Primary"] = "Primary";
381
+ ETypeSheetWorkPin2["Secondary"] = "Secondary";
383
382
  return ETypeSheetWorkPin2;
384
383
  })(ETypeSheetWorkPin || {});
385
384
 
package/dist/index.mjs CHANGED
@@ -354,9 +354,8 @@ var ETypeSheetWorkClassify = /* @__PURE__ */ ((ETypeSheetWorkClassify2) => {
354
354
  return ETypeSheetWorkClassify2;
355
355
  })(ETypeSheetWorkClassify || {});
356
356
  var ETypeSheetWorkPin = /* @__PURE__ */ ((ETypeSheetWorkPin2) => {
357
- ETypeSheetWorkPin2["Idea"] = "Idea";
358
- ETypeSheetWorkPin2["Niche"] = "Niche";
359
- ETypeSheetWorkPin2["SubNiche"] = "SubNiche";
357
+ ETypeSheetWorkPin2["Primary"] = "Primary";
358
+ ETypeSheetWorkPin2["Secondary"] = "Secondary";
360
359
  return ETypeSheetWorkPin2;
361
360
  })(ETypeSheetWorkPin || {});
362
361
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.7.39",
3
+ "version": "4.7.41",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",