automation-lib 5.5.49 → 5.5.53
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 +905 -423
- package/dist/index.d.ts +905 -423
- package/dist/index.js +118 -133
- package/dist/index.mjs +108 -122
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -441,12 +441,8 @@ var enums_exports = {};
|
|
|
441
441
|
__export(enums_exports, {
|
|
442
442
|
AI: () => ai_exports,
|
|
443
443
|
Base: () => base_exports,
|
|
444
|
-
EAIModelContent: () => EAIModelContent,
|
|
445
|
-
EAIModelVoice: () => EAIModelVoice,
|
|
446
444
|
EAIVersionGPT: () => EAIVersionGPT,
|
|
447
|
-
EAIVersionImage: () => EAIVersionImage,
|
|
448
445
|
EAIVersionPerplexity: () => EAIVersionPerplexity,
|
|
449
|
-
EAIVersionVoice: () => EAIVersionVoice,
|
|
450
446
|
EDayOfWeek: () => EDayOfWeek,
|
|
451
447
|
EDeviceResetTime: () => EDeviceResetTime,
|
|
452
448
|
EEmailTagType: () => EEmailTagType,
|
|
@@ -465,8 +461,6 @@ __export(enums_exports, {
|
|
|
465
461
|
ELarkNotiToolDevice: () => ELarkNotiToolDevice,
|
|
466
462
|
ELarkObject: () => ELarkObject,
|
|
467
463
|
ELarkTypeNotification: () => ELarkTypeNotification,
|
|
468
|
-
EManagerImageAIFolder: () => EManagerImageAIFolder,
|
|
469
|
-
EManagerImageAIModel: () => EManagerImageAIModel,
|
|
470
464
|
EObjectName: () => EObjectName,
|
|
471
465
|
EPCLogLevel: () => EPCLogLevel,
|
|
472
466
|
EPCLogSource: () => EPCLogSource,
|
|
@@ -480,7 +474,6 @@ __export(enums_exports, {
|
|
|
480
474
|
ESheetToolThreads: () => ESheetToolThreads,
|
|
481
475
|
ESheetToolTimeCrawl: () => ESheetToolTimeCrawl,
|
|
482
476
|
EStartStop: () => EStartStop,
|
|
483
|
-
EStatusAccountAI: () => EStatusAccountAI,
|
|
484
477
|
EStatusAccountSocialCheckAuth: () => EStatusAccountSocialCheckAuth,
|
|
485
478
|
EStatusAccountSocialFolderName: () => EStatusAccountSocialFolderName,
|
|
486
479
|
EStatusAccountSocialLogin: () => EStatusAccountSocialLogin,
|
|
@@ -493,7 +486,6 @@ __export(enums_exports, {
|
|
|
493
486
|
EStatusActive: () => EStatusActive,
|
|
494
487
|
EStatusBlog: () => EStatusBlog,
|
|
495
488
|
EStatusChangeInfo: () => EStatusChangeInfo,
|
|
496
|
-
EStatusChannel: () => EStatusChannel,
|
|
497
489
|
EStatusCommon: () => EStatusCommon,
|
|
498
490
|
EStatusCreateNew: () => EStatusCreateNew,
|
|
499
491
|
EStatusDeviceChangeName: () => EStatusDeviceChangeName,
|
|
@@ -570,17 +562,9 @@ __export(enums_exports, {
|
|
|
570
562
|
// src/enums/ai/index.ts
|
|
571
563
|
var ai_exports = {};
|
|
572
564
|
__export(ai_exports, {
|
|
573
|
-
EAIModelContent: () => EAIModelContent,
|
|
574
|
-
EAIModelVoice: () => EAIModelVoice,
|
|
575
565
|
EAIVersionGPT: () => EAIVersionGPT,
|
|
576
|
-
EAIVersionImage: () => EAIVersionImage,
|
|
577
566
|
EAIVersionPerplexity: () => EAIVersionPerplexity,
|
|
578
|
-
|
|
579
|
-
EEmailTagType: () => EEmailTagType,
|
|
580
|
-
EManagerImageAIFolder: () => EManagerImageAIFolder,
|
|
581
|
-
EManagerImageAIModel: () => EManagerImageAIModel,
|
|
582
|
-
EStatusAccountAI: () => EStatusAccountAI,
|
|
583
|
-
EStatusChannel: () => EStatusChannel
|
|
567
|
+
EEmailTagType: () => EEmailTagType
|
|
584
568
|
});
|
|
585
569
|
|
|
586
570
|
// src/enums/ai/email/EEmailTagType.enum.ts
|
|
@@ -591,45 +575,12 @@ var EEmailTagType = /* @__PURE__ */ ((EEmailTagType2) => {
|
|
|
591
575
|
return EEmailTagType2;
|
|
592
576
|
})(EEmailTagType || {});
|
|
593
577
|
|
|
594
|
-
// src/enums/ai/model/EAIModelContent.enum.ts
|
|
595
|
-
var EAIModelContent = /* @__PURE__ */ ((EAIModelContent2) => {
|
|
596
|
-
EAIModelContent2["GPT"] = "GPT";
|
|
597
|
-
EAIModelContent2["Perplexity"] = "Perplexity";
|
|
598
|
-
return EAIModelContent2;
|
|
599
|
-
})(EAIModelContent || {});
|
|
600
|
-
|
|
601
|
-
// src/interfaces/models/tool/manager-image-ai/enum/EManagerImageAI.enum.ts
|
|
602
|
-
var EManagerImageAIModel = /* @__PURE__ */ ((EManagerImageAIModel2) => {
|
|
603
|
-
EManagerImageAIModel2["Freepik"] = "Freepik";
|
|
604
|
-
EManagerImageAIModel2["Google"] = "Google";
|
|
605
|
-
return EManagerImageAIModel2;
|
|
606
|
-
})(EManagerImageAIModel || {});
|
|
607
|
-
var EManagerImageAIFolder = /* @__PURE__ */ ((EManagerImageAIFolder2) => {
|
|
608
|
-
EManagerImageAIFolder2["Subject"] = "Subject";
|
|
609
|
-
EManagerImageAIFolder2["Scene"] = "Scene";
|
|
610
|
-
EManagerImageAIFolder2["Style"] = "Style";
|
|
611
|
-
return EManagerImageAIFolder2;
|
|
612
|
-
})(EManagerImageAIFolder || {});
|
|
613
|
-
|
|
614
|
-
// src/enums/ai/model/EAIModelVoice.enum.ts
|
|
615
|
-
var EAIModelVoice = /* @__PURE__ */ ((EAIModelVoice2) => {
|
|
616
|
-
EAIModelVoice2["Google"] = "Google";
|
|
617
|
-
return EAIModelVoice2;
|
|
618
|
-
})(EAIModelVoice || {});
|
|
619
|
-
|
|
620
578
|
// src/enums/ai/version/EAIVersionGPT.enum.ts
|
|
621
579
|
var EAIVersionGPT = /* @__PURE__ */ ((EAIVersionGPT2) => {
|
|
622
580
|
EAIVersionGPT2["Default"] = "Default";
|
|
623
581
|
return EAIVersionGPT2;
|
|
624
582
|
})(EAIVersionGPT || {});
|
|
625
583
|
|
|
626
|
-
// src/enums/ai/version/EAIVersionImage.enum.ts
|
|
627
|
-
var EAIVersionImage = /* @__PURE__ */ ((EAIVersionImage2) => {
|
|
628
|
-
EAIVersionImage2["Freepik"] = "Freepik";
|
|
629
|
-
EAIVersionImage2["Google"] = "Google";
|
|
630
|
-
return EAIVersionImage2;
|
|
631
|
-
})(EAIVersionImage || {});
|
|
632
|
-
|
|
633
584
|
// src/enums/ai/version/EAIVersionPerplexity.enum.ts
|
|
634
585
|
var EAIVersionPerplexity = /* @__PURE__ */ ((EAIVersionPerplexity2) => {
|
|
635
586
|
EAIVersionPerplexity2["Best"] = "Best";
|
|
@@ -642,31 +593,6 @@ var EAIVersionPerplexity = /* @__PURE__ */ ((EAIVersionPerplexity2) => {
|
|
|
642
593
|
return EAIVersionPerplexity2;
|
|
643
594
|
})(EAIVersionPerplexity || {});
|
|
644
595
|
|
|
645
|
-
// src/enums/ai/version/EAIVersionVoice.enum.ts
|
|
646
|
-
var EAIVersionVoice = /* @__PURE__ */ ((EAIVersionVoice2) => {
|
|
647
|
-
EAIVersionVoice2["Google"] = "Google";
|
|
648
|
-
return EAIVersionVoice2;
|
|
649
|
-
})(EAIVersionVoice || {});
|
|
650
|
-
|
|
651
|
-
// src/enums/ai/status/EStatusAccountAI.enum.ts
|
|
652
|
-
var EStatusAccountAI = /* @__PURE__ */ ((EStatusAccountAI2) => {
|
|
653
|
-
EStatusAccountAI2["Active"] = "Active";
|
|
654
|
-
EStatusAccountAI2["Limit"] = "Limit";
|
|
655
|
-
EStatusAccountAI2["Suspend"] = "Suspend";
|
|
656
|
-
EStatusAccountAI2["Wrong2FA"] = "Wrong2FA";
|
|
657
|
-
EStatusAccountAI2["WrongPassword"] = "WrongPassword";
|
|
658
|
-
return EStatusAccountAI2;
|
|
659
|
-
})(EStatusAccountAI || {});
|
|
660
|
-
|
|
661
|
-
// src/enums/ai/status/EStatusChannel.enum.ts
|
|
662
|
-
var EStatusChannel = /* @__PURE__ */ ((EStatusChannel2) => {
|
|
663
|
-
EStatusChannel2["New"] = "New";
|
|
664
|
-
EStatusChannel2["Pending"] = "Pending";
|
|
665
|
-
EStatusChannel2["Active"] = "Active";
|
|
666
|
-
EStatusChannel2["Error"] = "Error";
|
|
667
|
-
return EStatusChannel2;
|
|
668
|
-
})(EStatusChannel || {});
|
|
669
|
-
|
|
670
596
|
// src/enums/base/index.ts
|
|
671
597
|
var base_exports = {};
|
|
672
598
|
__export(base_exports, {
|
|
@@ -1911,11 +1837,16 @@ var models_exports = {};
|
|
|
1911
1837
|
__export(models_exports, {
|
|
1912
1838
|
Auth: () => auth_exports,
|
|
1913
1839
|
Common: () => common_exports,
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1840
|
+
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
1841
|
+
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
1842
|
+
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
1843
|
+
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
1844
|
+
EManualContentSocialInstagramStatusPost: () => EManualContentSocialInstagramStatusPost,
|
|
1845
|
+
EManualContentSocialInstagramStatusTask: () => EManualContentSocialInstagramStatusTask,
|
|
1846
|
+
EManualContentSocialInstagramTypePost: () => EManualContentSocialInstagramTypePost,
|
|
1847
|
+
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
1848
|
+
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
1849
|
+
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
1919
1850
|
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
1920
1851
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
1921
1852
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
@@ -1970,11 +1901,16 @@ var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
|
1970
1901
|
// src/interfaces/models/tool/index.ts
|
|
1971
1902
|
var tool_exports = {};
|
|
1972
1903
|
__export(tool_exports, {
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1904
|
+
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
1905
|
+
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
1906
|
+
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
1907
|
+
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
1908
|
+
EManualContentSocialInstagramStatusPost: () => EManualContentSocialInstagramStatusPost,
|
|
1909
|
+
EManualContentSocialInstagramStatusTask: () => EManualContentSocialInstagramStatusTask,
|
|
1910
|
+
EManualContentSocialInstagramTypePost: () => EManualContentSocialInstagramTypePost,
|
|
1911
|
+
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
1912
|
+
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
1913
|
+
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
1978
1914
|
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
1979
1915
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
1980
1916
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
@@ -1998,6 +1934,30 @@ __export(tool_exports, {
|
|
|
1998
1934
|
EVPSTimeRestart: () => EVPSTimeRestart
|
|
1999
1935
|
});
|
|
2000
1936
|
|
|
1937
|
+
// src/interfaces/models/tool/manager-image-ai/instagram/enum/EManagerImageAI.enum.ts
|
|
1938
|
+
var EManagerImageAIInstagramModel = /* @__PURE__ */ ((EManagerImageAIInstagramModel2) => {
|
|
1939
|
+
EManagerImageAIInstagramModel2["Google"] = "Google";
|
|
1940
|
+
return EManagerImageAIInstagramModel2;
|
|
1941
|
+
})(EManagerImageAIInstagramModel || {});
|
|
1942
|
+
var EManagerImageAIInstagramFolder = /* @__PURE__ */ ((EManagerImageAIInstagramFolder2) => {
|
|
1943
|
+
EManagerImageAIInstagramFolder2["Subject"] = "Subject";
|
|
1944
|
+
EManagerImageAIInstagramFolder2["Scene"] = "Scene";
|
|
1945
|
+
EManagerImageAIInstagramFolder2["Style"] = "Style";
|
|
1946
|
+
return EManagerImageAIInstagramFolder2;
|
|
1947
|
+
})(EManagerImageAIInstagramFolder || {});
|
|
1948
|
+
|
|
1949
|
+
// src/interfaces/models/tool/manager-image-ai/threads/enum/EManagerImageAI.enum.ts
|
|
1950
|
+
var EManagerImageAIThreadsModel = /* @__PURE__ */ ((EManagerImageAIThreadsModel2) => {
|
|
1951
|
+
EManagerImageAIThreadsModel2["Google"] = "Google";
|
|
1952
|
+
return EManagerImageAIThreadsModel2;
|
|
1953
|
+
})(EManagerImageAIThreadsModel || {});
|
|
1954
|
+
var EManagerImageAIThreadsFolder = /* @__PURE__ */ ((EManagerImageAIThreadsFolder2) => {
|
|
1955
|
+
EManagerImageAIThreadsFolder2["Subject"] = "Subject";
|
|
1956
|
+
EManagerImageAIThreadsFolder2["Scene"] = "Scene";
|
|
1957
|
+
EManagerImageAIThreadsFolder2["Style"] = "Style";
|
|
1958
|
+
return EManagerImageAIThreadsFolder2;
|
|
1959
|
+
})(EManagerImageAIThreadsFolder || {});
|
|
1960
|
+
|
|
2001
1961
|
// src/interfaces/models/tool/managers/account-canva/enum/EStatusAccountCanva.enum.ts
|
|
2002
1962
|
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
2003
1963
|
EStatusAccountCanva2["New"] = "New";
|
|
@@ -2174,27 +2134,49 @@ var ETypeRatioImage = /* @__PURE__ */ ((ETypeRatioImage2) => {
|
|
|
2174
2134
|
return ETypeRatioImage2;
|
|
2175
2135
|
})(ETypeRatioImage || {});
|
|
2176
2136
|
|
|
2177
|
-
// src/interfaces/models/tool/tasks/manual-content-social/enum/EManualContentStatusPost.enum.ts
|
|
2178
|
-
var
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
return
|
|
2184
|
-
})(
|
|
2185
|
-
var
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
return
|
|
2190
|
-
})(
|
|
2191
|
-
var
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
return
|
|
2197
|
-
})(
|
|
2137
|
+
// src/interfaces/models/tool/tasks/manual-content-social/instagram/enum/EManualContentStatusPost.enum.ts
|
|
2138
|
+
var EManualContentSocialInstagramStatusPost = /* @__PURE__ */ ((EManualContentSocialInstagramStatusPost2) => {
|
|
2139
|
+
EManualContentSocialInstagramStatusPost2["Draft"] = "Draft";
|
|
2140
|
+
EManualContentSocialInstagramStatusPost2["Use"] = "Use";
|
|
2141
|
+
EManualContentSocialInstagramStatusPost2["Posted"] = "Posted";
|
|
2142
|
+
EManualContentSocialInstagramStatusPost2["Error"] = "Error";
|
|
2143
|
+
return EManualContentSocialInstagramStatusPost2;
|
|
2144
|
+
})(EManualContentSocialInstagramStatusPost || {});
|
|
2145
|
+
var EManualContentSocialInstagramTypePost = /* @__PURE__ */ ((EManualContentSocialInstagramTypePost2) => {
|
|
2146
|
+
EManualContentSocialInstagramTypePost2["New"] = "New";
|
|
2147
|
+
EManualContentSocialInstagramTypePost2["Reel"] = "Reel";
|
|
2148
|
+
EManualContentSocialInstagramTypePost2["SquareProduct"] = "SquareProduct";
|
|
2149
|
+
return EManualContentSocialInstagramTypePost2;
|
|
2150
|
+
})(EManualContentSocialInstagramTypePost || {});
|
|
2151
|
+
var EManualContentSocialInstagramStatusTask = /* @__PURE__ */ ((EManualContentSocialInstagramStatusTask2) => {
|
|
2152
|
+
EManualContentSocialInstagramStatusTask2["Pending"] = "Pending";
|
|
2153
|
+
EManualContentSocialInstagramStatusTask2["Processing"] = "Processing";
|
|
2154
|
+
EManualContentSocialInstagramStatusTask2["Error"] = "Error";
|
|
2155
|
+
EManualContentSocialInstagramStatusTask2["Done"] = "Done";
|
|
2156
|
+
return EManualContentSocialInstagramStatusTask2;
|
|
2157
|
+
})(EManualContentSocialInstagramStatusTask || {});
|
|
2158
|
+
|
|
2159
|
+
// src/interfaces/models/tool/tasks/manual-content-social/threads/enum/EManualContentStatusPost.enum.ts
|
|
2160
|
+
var EManualContentSocialThreadsStatusPost = /* @__PURE__ */ ((EManualContentSocialThreadsStatusPost2) => {
|
|
2161
|
+
EManualContentSocialThreadsStatusPost2["Draft"] = "Draft";
|
|
2162
|
+
EManualContentSocialThreadsStatusPost2["Use"] = "Use";
|
|
2163
|
+
EManualContentSocialThreadsStatusPost2["Posted"] = "Posted";
|
|
2164
|
+
EManualContentSocialThreadsStatusPost2["Error"] = "Error";
|
|
2165
|
+
return EManualContentSocialThreadsStatusPost2;
|
|
2166
|
+
})(EManualContentSocialThreadsStatusPost || {});
|
|
2167
|
+
var EManualContentSocialThreadsTypePost = /* @__PURE__ */ ((EManualContentSocialThreadsTypePost2) => {
|
|
2168
|
+
EManualContentSocialThreadsTypePost2["New"] = "New";
|
|
2169
|
+
EManualContentSocialThreadsTypePost2["Reel"] = "Reel";
|
|
2170
|
+
EManualContentSocialThreadsTypePost2["SquareProduct"] = "SquareProduct";
|
|
2171
|
+
return EManualContentSocialThreadsTypePost2;
|
|
2172
|
+
})(EManualContentSocialThreadsTypePost || {});
|
|
2173
|
+
var EManualContentSocialThreadsStatusTask = /* @__PURE__ */ ((EManualContentSocialThreadsStatusTask2) => {
|
|
2174
|
+
EManualContentSocialThreadsStatusTask2["Pending"] = "Pending";
|
|
2175
|
+
EManualContentSocialThreadsStatusTask2["Processing"] = "Processing";
|
|
2176
|
+
EManualContentSocialThreadsStatusTask2["Error"] = "Error";
|
|
2177
|
+
EManualContentSocialThreadsStatusTask2["Done"] = "Done";
|
|
2178
|
+
return EManualContentSocialThreadsStatusTask2;
|
|
2179
|
+
})(EManualContentSocialThreadsStatusTask || {});
|
|
2198
2180
|
|
|
2199
2181
|
// src/interfaces/models/forum/index.ts
|
|
2200
2182
|
var forum_exports = {};
|
|
@@ -2213,11 +2195,16 @@ var interfaces_exports = {};
|
|
|
2213
2195
|
__export(interfaces_exports, {
|
|
2214
2196
|
Auth: () => auth_exports,
|
|
2215
2197
|
Common: () => common_exports,
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2198
|
+
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2199
|
+
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2200
|
+
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
2201
|
+
EManagerImageAIThreadsModel: () => EManagerImageAIThreadsModel,
|
|
2202
|
+
EManualContentSocialInstagramStatusPost: () => EManualContentSocialInstagramStatusPost,
|
|
2203
|
+
EManualContentSocialInstagramStatusTask: () => EManualContentSocialInstagramStatusTask,
|
|
2204
|
+
EManualContentSocialInstagramTypePost: () => EManualContentSocialInstagramTypePost,
|
|
2205
|
+
EManualContentSocialThreadsStatusPost: () => EManualContentSocialThreadsStatusPost,
|
|
2206
|
+
EManualContentSocialThreadsStatusTask: () => EManualContentSocialThreadsStatusTask,
|
|
2207
|
+
EManualContentSocialThreadsTypePost: () => EManualContentSocialThreadsTypePost,
|
|
2221
2208
|
EStatusAccountCHPlayICloud: () => EStatusAccountCHPlayICloud,
|
|
2222
2209
|
EStatusAccountCanva: () => EStatusAccountCanva,
|
|
2223
2210
|
EStatusAccountDrive: () => EStatusAccountDrive,
|
|
@@ -2258,12 +2245,8 @@ export {
|
|
|
2258
2245
|
types_exports2 as AutoTypes,
|
|
2259
2246
|
base_exports as Base,
|
|
2260
2247
|
common_exports as Common,
|
|
2261
|
-
EAIModelContent,
|
|
2262
|
-
EAIModelVoice,
|
|
2263
2248
|
EAIVersionGPT,
|
|
2264
|
-
EAIVersionImage,
|
|
2265
2249
|
EAIVersionPerplexity,
|
|
2266
|
-
EAIVersionVoice,
|
|
2267
2250
|
EDayOfWeek,
|
|
2268
2251
|
EDeviceResetTime,
|
|
2269
2252
|
EEmailTagType,
|
|
@@ -2282,11 +2265,16 @@ export {
|
|
|
2282
2265
|
ELarkNotiToolDevice,
|
|
2283
2266
|
ELarkObject,
|
|
2284
2267
|
ELarkTypeNotification,
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2268
|
+
EManagerImageAIInstagramFolder,
|
|
2269
|
+
EManagerImageAIInstagramModel,
|
|
2270
|
+
EManagerImageAIThreadsFolder,
|
|
2271
|
+
EManagerImageAIThreadsModel,
|
|
2272
|
+
EManualContentSocialInstagramStatusPost,
|
|
2273
|
+
EManualContentSocialInstagramStatusTask,
|
|
2274
|
+
EManualContentSocialInstagramTypePost,
|
|
2275
|
+
EManualContentSocialThreadsStatusPost,
|
|
2276
|
+
EManualContentSocialThreadsStatusTask,
|
|
2277
|
+
EManualContentSocialThreadsTypePost,
|
|
2290
2278
|
EObjectName,
|
|
2291
2279
|
EPCLogLevel,
|
|
2292
2280
|
EPCLogSource,
|
|
@@ -2300,7 +2288,6 @@ export {
|
|
|
2300
2288
|
ESheetToolThreads,
|
|
2301
2289
|
ESheetToolTimeCrawl,
|
|
2302
2290
|
EStartStop,
|
|
2303
|
-
EStatusAccountAI,
|
|
2304
2291
|
EStatusAccountCHPlayICloud,
|
|
2305
2292
|
EStatusAccountCanva,
|
|
2306
2293
|
EStatusAccountDrive,
|
|
@@ -2317,7 +2304,6 @@ export {
|
|
|
2317
2304
|
EStatusActive,
|
|
2318
2305
|
EStatusBlog,
|
|
2319
2306
|
EStatusChangeInfo,
|
|
2320
|
-
EStatusChannel,
|
|
2321
2307
|
EStatusCommon,
|
|
2322
2308
|
EStatusCreateNew,
|
|
2323
2309
|
EStatusDeviceChangeName,
|