automation-lib 6.6.477 → 6.6.480
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 +122 -134
- package/dist/index.d.ts +122 -134
- package/dist/index.js +10 -0
- package/dist/index.mjs +9 -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) => {
|
|
@@ -4201,6 +4209,7 @@ __export(interfaces_exports, {
|
|
|
4201
4209
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
4202
4210
|
EAccountTypeUseDrive: () => EAccountTypeUseDrive,
|
|
4203
4211
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
4212
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
4204
4213
|
EBlockSource: () => EBlockSource,
|
|
4205
4214
|
EBlockType: () => EBlockType,
|
|
4206
4215
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
@@ -4382,6 +4391,7 @@ __export(interfaces_exports, {
|
|
|
4382
4391
|
EAccountThreadsTypeChangeInfo,
|
|
4383
4392
|
EAccountTypeUseDrive,
|
|
4384
4393
|
EAssignedInstagramAccountRaw,
|
|
4394
|
+
EAssignedThreadsAccountRaw,
|
|
4385
4395
|
EBlockSource,
|
|
4386
4396
|
EBlockType,
|
|
4387
4397
|
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) => {
|
|
@@ -3894,6 +3901,7 @@ __export(interfaces_exports, {
|
|
|
3894
3901
|
EAccountThreadsTypeChangeInfo: () => EAccountThreadsTypeChangeInfo,
|
|
3895
3902
|
EAccountTypeUseDrive: () => EAccountTypeUseDrive,
|
|
3896
3903
|
EAssignedInstagramAccountRaw: () => EAssignedInstagramAccountRaw,
|
|
3904
|
+
EAssignedThreadsAccountRaw: () => EAssignedThreadsAccountRaw,
|
|
3897
3905
|
EBlockSource: () => EBlockSource,
|
|
3898
3906
|
EBlockType: () => EBlockType,
|
|
3899
3907
|
EBlogCategoryState: () => EBlogCategoryState,
|
|
@@ -4074,6 +4082,7 @@ export {
|
|
|
4074
4082
|
EAccountThreadsTypeChangeInfo,
|
|
4075
4083
|
EAccountTypeUseDrive,
|
|
4076
4084
|
EAssignedInstagramAccountRaw,
|
|
4085
|
+
EAssignedThreadsAccountRaw,
|
|
4077
4086
|
EBlockSource,
|
|
4078
4087
|
EBlockType,
|
|
4079
4088
|
EBlogCategoryState,
|