automation-lib 6.6.478 → 6.6.482
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 +126 -136
- package/dist/index.d.ts +126 -136
- package/dist/index.js +11 -0
- package/dist/index.mjs +10 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -50,6 +50,7 @@ __export(index_exports, {
|
|
|
50
50
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
51
51
|
EAccountTypeUseDrive: () => EAccountTypeUseDrive,
|
|
52
52
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
53
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
53
54
|
EBlockSource: () => EBlockSource,
|
|
54
55
|
EBlockType: () => EBlockType,
|
|
55
56
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
@@ -2267,6 +2268,7 @@ __export(models_exports, {
|
|
|
2267
2268
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
2268
2269
|
EAccountTypeUseDrive: () => EAccountTypeUseDrive,
|
|
2269
2270
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
2271
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
2270
2272
|
EBlockSource: () => EBlockSource,
|
|
2271
2273
|
EBlockType: () => EBlockType,
|
|
2272
2274
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
@@ -2480,6 +2482,7 @@ __export(socials_exports, {
|
|
|
2480
2482
|
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2481
2483
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
2482
2484
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
2485
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
2483
2486
|
EFilterOptionAccountSocialGroup: () => EFilterOptionAccountSocialGroup,
|
|
2484
2487
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
2485
2488
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
@@ -2661,6 +2664,11 @@ var ETypeAccountThreadsSetting = /* @__PURE__ */ ((ETypeAccountThreadsSetting2)
|
|
|
2661
2664
|
ETypeAccountThreadsSetting2["Professional"] = "Professional";
|
|
2662
2665
|
return ETypeAccountThreadsSetting2;
|
|
2663
2666
|
})(ETypeAccountThreadsSetting || {});
|
|
2667
|
+
var EAssignedThreadsAccountRaw = /* @__PURE__ */ ((EAssignedThreadsAccountRaw2) => {
|
|
2668
|
+
EAssignedThreadsAccountRaw2["Assigned"] = "Assigned";
|
|
2669
|
+
EAssignedThreadsAccountRaw2["Unassigned"] = "Unassigned";
|
|
2670
|
+
return EAssignedThreadsAccountRaw2;
|
|
2671
|
+
})(EAssignedThreadsAccountRaw || {});
|
|
2664
2672
|
|
|
2665
2673
|
// src/interfaces/models/socials/threads/account/enum/EFilterOptionThreadsAccountRaw.enum.ts
|
|
2666
2674
|
var EFilterOptionThreadsAccountRaw = /* @__PURE__ */ ((EFilterOptionThreadsAccountRaw2) => {
|
|
@@ -2676,6 +2684,7 @@ var EFilterOptionThreadsAccountRaw = /* @__PURE__ */ ((EFilterOptionThreadsAccou
|
|
|
2676
2684
|
EFilterOptionThreadsAccountRaw2["Idea"] = "Idea";
|
|
2677
2685
|
EFilterOptionThreadsAccountRaw2["Niche"] = "Niche";
|
|
2678
2686
|
EFilterOptionThreadsAccountRaw2["DeviceBrand"] = "DeviceBrand";
|
|
2687
|
+
EFilterOptionThreadsAccountRaw2["FileNameSheetImport"] = "FileNameSheetImport";
|
|
2679
2688
|
return EFilterOptionThreadsAccountRaw2;
|
|
2680
2689
|
})(EFilterOptionThreadsAccountRaw || {});
|
|
2681
2690
|
|
|
@@ -4201,6 +4210,7 @@ __export(interfaces_exports, {
|
|
|
4201
4210
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
4202
4211
|
EAccountTypeUseDrive: () => EAccountTypeUseDrive,
|
|
4203
4212
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
4213
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
4204
4214
|
EBlockSource: () => EBlockSource,
|
|
4205
4215
|
EBlockType: () => EBlockType,
|
|
4206
4216
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
@@ -4382,6 +4392,7 @@ __export(interfaces_exports, {
|
|
|
4382
4392
|
EAccountThreadsTypeChangeInfo,
|
|
4383
4393
|
EAccountTypeUseDrive,
|
|
4384
4394
|
EAssignedInstagramAccountRaw,
|
|
4395
|
+
EAssignedThreadsAccountRaw,
|
|
4385
4396
|
EBlockSource,
|
|
4386
4397
|
EBlockType,
|
|
4387
4398
|
EBlogCategoryState,
|
package/dist/index.mjs
CHANGED
|
@@ -1960,6 +1960,7 @@ __export(models_exports, {
|
|
|
1960
1960
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
1961
1961
|
EAccountTypeUseDrive: () => EAccountTypeUseDrive,
|
|
1962
1962
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
1963
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
1963
1964
|
EBlockSource: () => EBlockSource,
|
|
1964
1965
|
EBlockType: () => EBlockType,
|
|
1965
1966
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
@@ -2173,6 +2174,7 @@ __export(socials_exports, {
|
|
|
2173
2174
|
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2174
2175
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
2175
2176
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
2177
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
2176
2178
|
EFilterOptionAccountSocialGroup: () => EFilterOptionAccountSocialGroup,
|
|
2177
2179
|
EFilterOptionInstagramAccountRaw: () => EFilterOptionInstagramAccountRaw,
|
|
2178
2180
|
EFilterOptionInstagramAccountRun: () => EFilterOptionInstagramAccountRun,
|
|
@@ -2354,6 +2356,11 @@ var ETypeAccountThreadsSetting = /* @__PURE__ */ ((ETypeAccountThreadsSetting2)
|
|
|
2354
2356
|
ETypeAccountThreadsSetting2["Professional"] = "Professional";
|
|
2355
2357
|
return ETypeAccountThreadsSetting2;
|
|
2356
2358
|
})(ETypeAccountThreadsSetting || {});
|
|
2359
|
+
var EAssignedThreadsAccountRaw = /* @__PURE__ */ ((EAssignedThreadsAccountRaw2) => {
|
|
2360
|
+
EAssignedThreadsAccountRaw2["Assigned"] = "Assigned";
|
|
2361
|
+
EAssignedThreadsAccountRaw2["Unassigned"] = "Unassigned";
|
|
2362
|
+
return EAssignedThreadsAccountRaw2;
|
|
2363
|
+
})(EAssignedThreadsAccountRaw || {});
|
|
2357
2364
|
|
|
2358
2365
|
// src/interfaces/models/socials/threads/account/enum/EFilterOptionThreadsAccountRaw.enum.ts
|
|
2359
2366
|
var EFilterOptionThreadsAccountRaw = /* @__PURE__ */ ((EFilterOptionThreadsAccountRaw2) => {
|
|
@@ -2369,6 +2376,7 @@ var EFilterOptionThreadsAccountRaw = /* @__PURE__ */ ((EFilterOptionThreadsAccou
|
|
|
2369
2376
|
EFilterOptionThreadsAccountRaw2["Idea"] = "Idea";
|
|
2370
2377
|
EFilterOptionThreadsAccountRaw2["Niche"] = "Niche";
|
|
2371
2378
|
EFilterOptionThreadsAccountRaw2["DeviceBrand"] = "DeviceBrand";
|
|
2379
|
+
EFilterOptionThreadsAccountRaw2["FileNameSheetImport"] = "FileNameSheetImport";
|
|
2372
2380
|
return EFilterOptionThreadsAccountRaw2;
|
|
2373
2381
|
})(EFilterOptionThreadsAccountRaw || {});
|
|
2374
2382
|
|
|
@@ -3894,6 +3902,7 @@ __export(interfaces_exports, {
|
|
|
3894
3902
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
3895
3903
|
EAccountTypeUseDrive: () => EAccountTypeUseDrive,
|
|
3896
3904
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
3905
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
3897
3906
|
EBlockSource: () => EBlockSource,
|
|
3898
3907
|
EBlockType: () => EBlockType,
|
|
3899
3908
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
@@ -4074,6 +4083,7 @@ export {
|
|
|
4074
4083
|
EAccountThreadsTypeChangeInfo,
|
|
4075
4084
|
EAccountTypeUseDrive,
|
|
4076
4085
|
EAssignedInstagramAccountRaw,
|
|
4086
|
+
EAssignedThreadsAccountRaw,
|
|
4077
4087
|
EBlockSource,
|
|
4078
4088
|
EBlockType,
|
|
4079
4089
|
EBlogCategoryState,
|