automation-lib 6.6.21 → 6.6.22

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
@@ -48,6 +48,7 @@ __export(index_exports, {
48
48
  EAccountGeminiModel: () => EAccountGeminiModel,
49
49
  EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
50
50
  EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
51
+ EAccountTypeUseDrive: () => EAccountTypeUseDrive,
51
52
  EDayOfWeek: () => EDayOfWeek,
52
53
  EDeviceResetTime: () => EDeviceResetTime,
53
54
  EEmailTagType: () => EEmailTagType,
@@ -2061,6 +2062,7 @@ __export(models_exports, {
2061
2062
  EAccountGeminiModel: () => EAccountGeminiModel,
2062
2063
  EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
2063
2064
  EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
2065
+ EAccountTypeUseDrive: () => EAccountTypeUseDrive,
2064
2066
  EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
2065
2067
  EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
2066
2068
  EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
@@ -2351,6 +2353,7 @@ __export(tool_exports, {
2351
2353
  EAccountDriveType: () => EAccountDriveType,
2352
2354
  EAccountGPTModel: () => EAccountGPTModel,
2353
2355
  EAccountGeminiModel: () => EAccountGeminiModel,
2356
+ EAccountTypeUseDrive: () => EAccountTypeUseDrive,
2354
2357
  EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
2355
2358
  EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
2356
2359
  EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
@@ -2721,14 +2724,7 @@ var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2)
2721
2724
  return EStatusAccountCHPlayICloud2;
2722
2725
  })(EStatusAccountCHPlayICloud || {});
2723
2726
 
2724
- // src/interfaces/models/tool/managers/account-drive/enum/EAccountDriveType.enum.ts
2725
- var EAccountDriveType = /* @__PURE__ */ ((EAccountDriveType2) => {
2726
- EAccountDriveType2["GoogleDrive"] = "GoogleDrive";
2727
- EAccountDriveType2["IDriveE2"] = "IDriveE2";
2728
- return EAccountDriveType2;
2729
- })(EAccountDriveType || {});
2730
-
2731
- // src/interfaces/models/tool/managers/account-drive/enum/EStatusAccountDrive.enum.ts
2727
+ // src/interfaces/models/tool/managers/account-drive/enum/EAccountDrive.enum.ts
2732
2728
  var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
2733
2729
  EStatusAccountDrive2["New"] = "New";
2734
2730
  EStatusAccountDrive2["InActive"] = "InActive";
@@ -2746,6 +2742,16 @@ var ESyncStatusAccountDrive = /* @__PURE__ */ ((ESyncStatusAccountDrive2) => {
2746
2742
  ESyncStatusAccountDrive2["Error"] = "Error";
2747
2743
  return ESyncStatusAccountDrive2;
2748
2744
  })(ESyncStatusAccountDrive || {});
2745
+ var EAccountDriveType = /* @__PURE__ */ ((EAccountDriveType2) => {
2746
+ EAccountDriveType2["GoogleDrive"] = "GoogleDrive";
2747
+ EAccountDriveType2["IDriveE2"] = "IDriveE2";
2748
+ return EAccountDriveType2;
2749
+ })(EAccountDriveType || {});
2750
+ var EAccountTypeUseDrive = /* @__PURE__ */ ((EAccountTypeUseDrive2) => {
2751
+ EAccountTypeUseDrive2["AutoPost"] = "AutoPost";
2752
+ EAccountTypeUseDrive2["ManualPost"] = "ManualPost";
2753
+ return EAccountTypeUseDrive2;
2754
+ })(EAccountTypeUseDrive || {});
2749
2755
 
2750
2756
  // src/interfaces/models/tool/managers/account-email/enum/EAccountEmail.enum.ts
2751
2757
  var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
@@ -3159,6 +3165,7 @@ __export(interfaces_exports, {
3159
3165
  EAccountGeminiModel: () => EAccountGeminiModel,
3160
3166
  EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
3161
3167
  EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
3168
+ EAccountTypeUseDrive: () => EAccountTypeUseDrive,
3162
3169
  EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
3163
3170
  EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
3164
3171
  EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
@@ -3278,6 +3285,7 @@ __export(interfaces_exports, {
3278
3285
  EAccountGeminiModel,
3279
3286
  EAccountInstagramTypeChangeInfo,
3280
3287
  EAccountThreadsTypeChangeInfo,
3288
+ EAccountTypeUseDrive,
3281
3289
  EDayOfWeek,
3282
3290
  EDeviceResetTime,
3283
3291
  EEmailTagType,
package/dist/index.mjs CHANGED
@@ -1818,6 +1818,7 @@ __export(models_exports, {
1818
1818
  EAccountGeminiModel: () => EAccountGeminiModel,
1819
1819
  EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
1820
1820
  EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
1821
+ EAccountTypeUseDrive: () => EAccountTypeUseDrive,
1821
1822
  EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
1822
1823
  EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
1823
1824
  EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
@@ -2108,6 +2109,7 @@ __export(tool_exports, {
2108
2109
  EAccountDriveType: () => EAccountDriveType,
2109
2110
  EAccountGPTModel: () => EAccountGPTModel,
2110
2111
  EAccountGeminiModel: () => EAccountGeminiModel,
2112
+ EAccountTypeUseDrive: () => EAccountTypeUseDrive,
2111
2113
  EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
2112
2114
  EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
2113
2115
  EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
@@ -2478,14 +2480,7 @@ var EStatusAccountCHPlayICloud = /* @__PURE__ */ ((EStatusAccountCHPlayICloud2)
2478
2480
  return EStatusAccountCHPlayICloud2;
2479
2481
  })(EStatusAccountCHPlayICloud || {});
2480
2482
 
2481
- // src/interfaces/models/tool/managers/account-drive/enum/EAccountDriveType.enum.ts
2482
- var EAccountDriveType = /* @__PURE__ */ ((EAccountDriveType2) => {
2483
- EAccountDriveType2["GoogleDrive"] = "GoogleDrive";
2484
- EAccountDriveType2["IDriveE2"] = "IDriveE2";
2485
- return EAccountDriveType2;
2486
- })(EAccountDriveType || {});
2487
-
2488
- // src/interfaces/models/tool/managers/account-drive/enum/EStatusAccountDrive.enum.ts
2483
+ // src/interfaces/models/tool/managers/account-drive/enum/EAccountDrive.enum.ts
2489
2484
  var EStatusAccountDrive = /* @__PURE__ */ ((EStatusAccountDrive2) => {
2490
2485
  EStatusAccountDrive2["New"] = "New";
2491
2486
  EStatusAccountDrive2["InActive"] = "InActive";
@@ -2503,6 +2498,16 @@ var ESyncStatusAccountDrive = /* @__PURE__ */ ((ESyncStatusAccountDrive2) => {
2503
2498
  ESyncStatusAccountDrive2["Error"] = "Error";
2504
2499
  return ESyncStatusAccountDrive2;
2505
2500
  })(ESyncStatusAccountDrive || {});
2501
+ var EAccountDriveType = /* @__PURE__ */ ((EAccountDriveType2) => {
2502
+ EAccountDriveType2["GoogleDrive"] = "GoogleDrive";
2503
+ EAccountDriveType2["IDriveE2"] = "IDriveE2";
2504
+ return EAccountDriveType2;
2505
+ })(EAccountDriveType || {});
2506
+ var EAccountTypeUseDrive = /* @__PURE__ */ ((EAccountTypeUseDrive2) => {
2507
+ EAccountTypeUseDrive2["AutoPost"] = "AutoPost";
2508
+ EAccountTypeUseDrive2["ManualPost"] = "ManualPost";
2509
+ return EAccountTypeUseDrive2;
2510
+ })(EAccountTypeUseDrive || {});
2506
2511
 
2507
2512
  // src/interfaces/models/tool/managers/account-email/enum/EAccountEmail.enum.ts
2508
2513
  var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
@@ -2916,6 +2921,7 @@ __export(interfaces_exports, {
2916
2921
  EAccountGeminiModel: () => EAccountGeminiModel,
2917
2922
  EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
2918
2923
  EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
2924
+ EAccountTypeUseDrive: () => EAccountTypeUseDrive,
2919
2925
  EHistorySyncSheetPostStatus: () => EHistorySyncSheetPostStatus,
2920
2926
  EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
2921
2927
  EManagerImageAIInstagramLog: () => EManagerImageAIInstagramLog,
@@ -3034,6 +3040,7 @@ export {
3034
3040
  EAccountGeminiModel,
3035
3041
  EAccountInstagramTypeChangeInfo,
3036
3042
  EAccountThreadsTypeChangeInfo,
3043
+ EAccountTypeUseDrive,
3037
3044
  EDayOfWeek,
3038
3045
  EDeviceResetTime,
3039
3046
  EEmailTagType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.21",
3
+ "version": "6.6.22",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",