automation-lib 5.4.190 → 5.4.192

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.js CHANGED
@@ -58,6 +58,8 @@ __export(index_exports, {
58
58
  ELarkTypeNotification: () => ELarkTypeNotification,
59
59
  EObjectName: () => EObjectName,
60
60
  EPositionUser: () => EPositionUser,
61
+ EPostStyle: () => EPostStyle,
62
+ EPostType: () => EPostType,
61
63
  EPriority: () => EPriority,
62
64
  ESheetToolInstagram: () => ESheetToolInstagram,
63
65
  ESheetToolStatusImport: () => ESheetToolStatusImport,
@@ -629,6 +631,8 @@ __export(enums_exports, {
629
631
  ELarkTypeNotification: () => ELarkTypeNotification,
630
632
  EObjectName: () => EObjectName,
631
633
  EPositionUser: () => EPositionUser,
634
+ EPostStyle: () => EPostStyle,
635
+ EPostType: () => EPostType,
632
636
  EPriority: () => EPriority,
633
637
  ESheetToolInstagram: () => ESheetToolInstagram,
634
638
  ESheetToolStatusImport: () => ESheetToolStatusImport,
@@ -2115,6 +2119,24 @@ var ETypeTaskID = /* @__PURE__ */ ((ETypeTaskID2) => {
2115
2119
  return ETypeTaskID2;
2116
2120
  })(ETypeTaskID || {});
2117
2121
 
2122
+ // src/enums/tool/EPostStyle.enum.ts
2123
+ var EPostStyle = /* @__PURE__ */ ((EPostStyle2) => {
2124
+ EPostStyle2["VideoImage"] = "video+image";
2125
+ EPostStyle2["Video"] = "video";
2126
+ EPostStyle2["LinkVideoImage"] = "link+video+image";
2127
+ EPostStyle2["ProductVideoImage"] = "product_video_image";
2128
+ return EPostStyle2;
2129
+ })(EPostStyle || {});
2130
+
2131
+ // src/enums/tool/EPostType.enum.ts
2132
+ var EPostType = /* @__PURE__ */ ((EPostType2) => {
2133
+ EPostType2["News"] = "news";
2134
+ EPostType2["Reel"] = "reel";
2135
+ EPostType2["StoryAndHighLight"] = "story, story highlight";
2136
+ EPostType2["ProductSquare"] = "product_square";
2137
+ return EPostType2;
2138
+ })(EPostType || {});
2139
+
2118
2140
  // src/types/index.ts
2119
2141
  var types_exports2 = {};
2120
2142
 
@@ -2221,6 +2243,8 @@ var dto_exports = {};
2221
2243
  ELarkTypeNotification,
2222
2244
  EObjectName,
2223
2245
  EPositionUser,
2246
+ EPostStyle,
2247
+ EPostType,
2224
2248
  EPriority,
2225
2249
  ESheetToolInstagram,
2226
2250
  ESheetToolStatusImport,
package/dist/index.mjs CHANGED
@@ -468,6 +468,8 @@ __export(enums_exports, {
468
468
  ELarkTypeNotification: () => ELarkTypeNotification,
469
469
  EObjectName: () => EObjectName,
470
470
  EPositionUser: () => EPositionUser,
471
+ EPostStyle: () => EPostStyle,
472
+ EPostType: () => EPostType,
471
473
  EPriority: () => EPriority,
472
474
  ESheetToolInstagram: () => ESheetToolInstagram,
473
475
  ESheetToolStatusImport: () => ESheetToolStatusImport,
@@ -1954,6 +1956,24 @@ var ETypeTaskID = /* @__PURE__ */ ((ETypeTaskID2) => {
1954
1956
  return ETypeTaskID2;
1955
1957
  })(ETypeTaskID || {});
1956
1958
 
1959
+ // src/enums/tool/EPostStyle.enum.ts
1960
+ var EPostStyle = /* @__PURE__ */ ((EPostStyle2) => {
1961
+ EPostStyle2["VideoImage"] = "video+image";
1962
+ EPostStyle2["Video"] = "video";
1963
+ EPostStyle2["LinkVideoImage"] = "link+video+image";
1964
+ EPostStyle2["ProductVideoImage"] = "product_video_image";
1965
+ return EPostStyle2;
1966
+ })(EPostStyle || {});
1967
+
1968
+ // src/enums/tool/EPostType.enum.ts
1969
+ var EPostType = /* @__PURE__ */ ((EPostType2) => {
1970
+ EPostType2["News"] = "news";
1971
+ EPostType2["Reel"] = "reel";
1972
+ EPostType2["StoryAndHighLight"] = "story, story highlight";
1973
+ EPostType2["ProductSquare"] = "product_square";
1974
+ return EPostType2;
1975
+ })(EPostType || {});
1976
+
1957
1977
  // src/types/index.ts
1958
1978
  var types_exports2 = {};
1959
1979
 
@@ -2059,6 +2079,8 @@ export {
2059
2079
  ELarkTypeNotification,
2060
2080
  EObjectName,
2061
2081
  EPositionUser,
2082
+ EPostStyle,
2083
+ EPostType,
2062
2084
  EPriority,
2063
2085
  ESheetToolInstagram,
2064
2086
  ESheetToolStatusImport,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.190",
3
+ "version": "5.4.192",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
package/requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- pyinstaller
2
- pywin32
3
- pytz
4
- webdriver-manager
5
- selenium
6
- undetected-chromedriver
7
- requests
1
+ pyinstaller
2
+ pywin32
3
+ pytz
4
+ webdriver-manager
5
+ selenium
6
+ undetected-chromedriver
7
+ requests
8
8
  rapidfuzz