automation-lib 4.8.136 → 4.8.139

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 CHANGED
@@ -128,12 +128,12 @@ declare const CONST_API_CONTROLLERS: {
128
128
  };
129
129
  };
130
130
 
131
- declare const index$e_CONST_API_AUTH: typeof CONST_API_AUTH;
132
- declare const index$e_CONST_API_COMMON: typeof CONST_API_COMMON;
133
- declare const index$e_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
134
- declare const index$e_CONST_API_OTP: typeof CONST_API_OTP;
135
- declare namespace index$e {
136
- export { index$e_CONST_API_AUTH as CONST_API_AUTH, index$e_CONST_API_COMMON as CONST_API_COMMON, index$e_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$e_CONST_API_OTP as CONST_API_OTP };
131
+ declare const index$f_CONST_API_AUTH: typeof CONST_API_AUTH;
132
+ declare const index$f_CONST_API_COMMON: typeof CONST_API_COMMON;
133
+ declare const index$f_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
134
+ declare const index$f_CONST_API_OTP: typeof CONST_API_OTP;
135
+ declare namespace index$f {
136
+ export { index$f_CONST_API_AUTH as CONST_API_AUTH, index$f_CONST_API_COMMON as CONST_API_COMMON, index$f_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$f_CONST_API_OTP as CONST_API_OTP };
137
137
  }
138
138
 
139
139
  declare const ACTIONS_DEVICE: {
@@ -182,17 +182,17 @@ declare const ACTIONS_THREADS: {};
182
182
 
183
183
  declare const SERVICE_THREADS: {};
184
184
 
185
- declare const index$d_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
186
- declare const index$d_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
187
- declare const index$d_ACTIONS_THREADS: typeof ACTIONS_THREADS;
188
- declare const index$d_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
189
- declare const index$d_SERVICE_THREADS: typeof SERVICE_THREADS;
190
- declare namespace index$d {
191
- export { index$d_ACTIONS_DEVICE as ACTIONS_DEVICE, index$d_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$d_ACTIONS_THREADS as ACTIONS_THREADS, index$d_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$d_SERVICE_THREADS as SERVICE_THREADS };
185
+ declare const index$e_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
186
+ declare const index$e_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
187
+ declare const index$e_ACTIONS_THREADS: typeof ACTIONS_THREADS;
188
+ declare const index$e_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
189
+ declare const index$e_SERVICE_THREADS: typeof SERVICE_THREADS;
190
+ declare namespace index$e {
191
+ export { index$e_ACTIONS_DEVICE as ACTIONS_DEVICE, index$e_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$e_ACTIONS_THREADS as ACTIONS_THREADS, index$e_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$e_SERVICE_THREADS as SERVICE_THREADS };
192
192
  }
193
193
 
194
- declare namespace index$c {
195
- export { index$e as CONST_APIS, index$d as CONST_SCRIPTS };
194
+ declare namespace index$d {
195
+ export { index$f as CONST_APIS, index$e as CONST_SCRIPTS };
196
196
  }
197
197
 
198
198
  declare enum EGender {
@@ -206,59 +206,12 @@ declare enum EPriority {
206
206
  Low = "Low"
207
207
  }
208
208
 
209
- type index$b_EGender = EGender;
210
- declare const index$b_EGender: typeof EGender;
211
- type index$b_EPriority = EPriority;
212
- declare const index$b_EPriority: typeof EPriority;
213
- declare namespace index$b {
214
- export { index$b_EGender as EGender, index$b_EPriority as EPriority };
215
- }
216
-
217
- declare enum ELarkObject {
218
- Common = "Common",
219
- SheetAI = "SheetAI",
220
- InstagramThreads = "Instagram/Threads"
221
- }
222
- declare enum ELarkMessageCommon {
223
- Proxy = "Proxy",
224
- Device = "Device",
225
- Canva = "Canva",
226
- Freepik = "Freepik",
227
- Voice = "Voice"
228
- }
229
- declare enum ELarkMessageSheetAI {
230
- VPSControl = "VPSControl",
231
- RunSheetManager = "RunSheetManager"
232
- }
233
- declare enum ELarkMessageInstagramThreads {
234
- Login = "Login",
235
- Post = "Post",
236
- SettingBusiness = "SettingBusiness",
237
- BlockUser = "BlockUser",
238
- ChangeInfo = "ChangeInfo",
239
- SheetPostExistName = "SheetPostExistName",
240
- SheetNotConnectTool = "SheetNotConnectTool",
241
- InteractExplore = "InteractExplore",
242
- InteractReel = "InteractReel",
243
- InteractStory = "InteractStory",
244
- ReplyComment1 = "ReplyComment(1)",
245
- ReplyComment2 = "ReplyComment(2)",
246
- SendMessage1 = "SendMessage(1)",
247
- SendMessage2 = "SendMessage(2)",
248
- Follow = "Follow",
249
- UnFollow = "UnFollow"
250
- }
251
-
252
- type ETypeLark_enum_ELarkMessageCommon = ELarkMessageCommon;
253
- declare const ETypeLark_enum_ELarkMessageCommon: typeof ELarkMessageCommon;
254
- type ETypeLark_enum_ELarkMessageInstagramThreads = ELarkMessageInstagramThreads;
255
- declare const ETypeLark_enum_ELarkMessageInstagramThreads: typeof ELarkMessageInstagramThreads;
256
- type ETypeLark_enum_ELarkMessageSheetAI = ELarkMessageSheetAI;
257
- declare const ETypeLark_enum_ELarkMessageSheetAI: typeof ELarkMessageSheetAI;
258
- type ETypeLark_enum_ELarkObject = ELarkObject;
259
- declare const ETypeLark_enum_ELarkObject: typeof ELarkObject;
260
- declare namespace ETypeLark_enum {
261
- export { ETypeLark_enum_ELarkMessageCommon as ELarkMessageCommon, ETypeLark_enum_ELarkMessageInstagramThreads as ELarkMessageInstagramThreads, ETypeLark_enum_ELarkMessageSheetAI as ELarkMessageSheetAI, ETypeLark_enum_ELarkObject as ELarkObject };
209
+ type index$c_EGender = EGender;
210
+ declare const index$c_EGender: typeof EGender;
211
+ type index$c_EPriority = EPriority;
212
+ declare const index$c_EPriority: typeof EPriority;
213
+ declare namespace index$c {
214
+ export { index$c_EGender as EGender, index$c_EPriority as EPriority };
262
215
  }
263
216
 
264
217
  declare enum ETypeVoiceLanguage {
@@ -337,30 +290,30 @@ declare enum ETypeSheetWorkPin {
337
290
  Secondary = "Secondary"
338
291
  }
339
292
 
340
- type index$a_ETypeCanva = ETypeCanva;
341
- declare const index$a_ETypeCanva: typeof ETypeCanva;
342
- type index$a_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
343
- declare const index$a_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
344
- type index$a_ETypeManagerWorkPin = ETypeManagerWorkPin;
345
- declare const index$a_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
346
- type index$a_ETypeManagerWorkType = ETypeManagerWorkType;
347
- declare const index$a_ETypeManagerWorkType: typeof ETypeManagerWorkType;
348
- type index$a_ETypeNotification = ETypeNotification;
349
- declare const index$a_ETypeNotification: typeof ETypeNotification;
350
- type index$a_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
351
- declare const index$a_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
352
- type index$a_ETypeSheetWorkPin = ETypeSheetWorkPin;
353
- declare const index$a_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
354
- type index$a_ETypeSocial = ETypeSocial;
355
- declare const index$a_ETypeSocial: typeof ETypeSocial;
356
- type index$a_ETypeSocialSetting = ETypeSocialSetting;
357
- declare const index$a_ETypeSocialSetting: typeof ETypeSocialSetting;
358
- type index$a_ETypeTimeFilter = ETypeTimeFilter;
359
- declare const index$a_ETypeTimeFilter: typeof ETypeTimeFilter;
360
- type index$a_ETypeVoiceLanguage = ETypeVoiceLanguage;
361
- declare const index$a_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
362
- declare namespace index$a {
363
- export { index$a_ETypeCanva as ETypeCanva, index$a_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$a_ETypeManagerWorkPin as ETypeManagerWorkPin, index$a_ETypeManagerWorkType as ETypeManagerWorkType, index$a_ETypeNotification as ETypeNotification, index$a_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$a_ETypeSheetWorkPin as ETypeSheetWorkPin, index$a_ETypeSocial as ETypeSocial, index$a_ETypeSocialSetting as ETypeSocialSetting, index$a_ETypeTimeFilter as ETypeTimeFilter, index$a_ETypeVoiceLanguage as ETypeVoiceLanguage, ETypeLark_enum as Lark };
293
+ type index$b_ETypeCanva = ETypeCanva;
294
+ declare const index$b_ETypeCanva: typeof ETypeCanva;
295
+ type index$b_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
296
+ declare const index$b_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
297
+ type index$b_ETypeManagerWorkPin = ETypeManagerWorkPin;
298
+ declare const index$b_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
299
+ type index$b_ETypeManagerWorkType = ETypeManagerWorkType;
300
+ declare const index$b_ETypeManagerWorkType: typeof ETypeManagerWorkType;
301
+ type index$b_ETypeNotification = ETypeNotification;
302
+ declare const index$b_ETypeNotification: typeof ETypeNotification;
303
+ type index$b_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
304
+ declare const index$b_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
305
+ type index$b_ETypeSheetWorkPin = ETypeSheetWorkPin;
306
+ declare const index$b_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
307
+ type index$b_ETypeSocial = ETypeSocial;
308
+ declare const index$b_ETypeSocial: typeof ETypeSocial;
309
+ type index$b_ETypeSocialSetting = ETypeSocialSetting;
310
+ declare const index$b_ETypeSocialSetting: typeof ETypeSocialSetting;
311
+ type index$b_ETypeTimeFilter = ETypeTimeFilter;
312
+ declare const index$b_ETypeTimeFilter: typeof ETypeTimeFilter;
313
+ type index$b_ETypeVoiceLanguage = ETypeVoiceLanguage;
314
+ declare const index$b_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
315
+ declare namespace index$b {
316
+ export { index$b_ETypeCanva as ETypeCanva, index$b_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$b_ETypeManagerWorkPin as ETypeManagerWorkPin, index$b_ETypeManagerWorkType as ETypeManagerWorkType, index$b_ETypeNotification as ETypeNotification, index$b_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$b_ETypeSheetWorkPin as ETypeSheetWorkPin, index$b_ETypeSocial as ETypeSocial, index$b_ETypeSocialSetting as ETypeSocialSetting, index$b_ETypeTimeFilter as ETypeTimeFilter, index$b_ETypeVoiceLanguage as ETypeVoiceLanguage };
364
317
  }
365
318
 
366
319
  declare enum EStatusVPS {
@@ -438,30 +391,30 @@ declare enum EStatusTaskJobGroup {
438
391
  Processing = "Processing"
439
392
  }
440
393
 
441
- type index$9_EStatusBlog = EStatusBlog;
442
- declare const index$9_EStatusBlog: typeof EStatusBlog;
443
- type index$9_EStatusCommon = EStatusCommon;
444
- declare const index$9_EStatusCommon: typeof EStatusCommon;
445
- type index$9_EStatusExecuteCommon = EStatusExecuteCommon;
446
- declare const index$9_EStatusExecuteCommon: typeof EStatusExecuteCommon;
447
- type index$9_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
448
- declare const index$9_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
449
- type index$9_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
450
- declare const index$9_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
451
- type index$9_EStatusSheetWork = EStatusSheetWork;
452
- declare const index$9_EStatusSheetWork: typeof EStatusSheetWork;
453
- type index$9_EStatusTaskAI = EStatusTaskAI;
454
- declare const index$9_EStatusTaskAI: typeof EStatusTaskAI;
455
- type index$9_EStatusTaskJob = EStatusTaskJob;
456
- declare const index$9_EStatusTaskJob: typeof EStatusTaskJob;
457
- type index$9_EStatusTaskJobGroup = EStatusTaskJobGroup;
458
- declare const index$9_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
459
- type index$9_EStatusTaskTool = EStatusTaskTool;
460
- declare const index$9_EStatusTaskTool: typeof EStatusTaskTool;
461
- type index$9_EStatusVPS = EStatusVPS;
462
- declare const index$9_EStatusVPS: typeof EStatusVPS;
463
- declare namespace index$9 {
464
- export { index$9_EStatusBlog as EStatusBlog, index$9_EStatusCommon as EStatusCommon, index$9_EStatusExecuteCommon as EStatusExecuteCommon, index$9_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$9_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$9_EStatusSheetWork as EStatusSheetWork, index$9_EStatusTaskAI as EStatusTaskAI, index$9_EStatusTaskJob as EStatusTaskJob, index$9_EStatusTaskJobGroup as EStatusTaskJobGroup, index$9_EStatusTaskTool as EStatusTaskTool, index$9_EStatusVPS as EStatusVPS };
394
+ type index$a_EStatusBlog = EStatusBlog;
395
+ declare const index$a_EStatusBlog: typeof EStatusBlog;
396
+ type index$a_EStatusCommon = EStatusCommon;
397
+ declare const index$a_EStatusCommon: typeof EStatusCommon;
398
+ type index$a_EStatusExecuteCommon = EStatusExecuteCommon;
399
+ declare const index$a_EStatusExecuteCommon: typeof EStatusExecuteCommon;
400
+ type index$a_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
401
+ declare const index$a_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
402
+ type index$a_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
403
+ declare const index$a_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
404
+ type index$a_EStatusSheetWork = EStatusSheetWork;
405
+ declare const index$a_EStatusSheetWork: typeof EStatusSheetWork;
406
+ type index$a_EStatusTaskAI = EStatusTaskAI;
407
+ declare const index$a_EStatusTaskAI: typeof EStatusTaskAI;
408
+ type index$a_EStatusTaskJob = EStatusTaskJob;
409
+ declare const index$a_EStatusTaskJob: typeof EStatusTaskJob;
410
+ type index$a_EStatusTaskJobGroup = EStatusTaskJobGroup;
411
+ declare const index$a_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
412
+ type index$a_EStatusTaskTool = EStatusTaskTool;
413
+ declare const index$a_EStatusTaskTool: typeof EStatusTaskTool;
414
+ type index$a_EStatusVPS = EStatusVPS;
415
+ declare const index$a_EStatusVPS: typeof EStatusVPS;
416
+ declare namespace index$a {
417
+ export { index$a_EStatusBlog as EStatusBlog, index$a_EStatusCommon as EStatusCommon, index$a_EStatusExecuteCommon as EStatusExecuteCommon, index$a_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$a_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$a_EStatusSheetWork as EStatusSheetWork, index$a_EStatusTaskAI as EStatusTaskAI, index$a_EStatusTaskJob as EStatusTaskJob, index$a_EStatusTaskJobGroup as EStatusTaskJobGroup, index$a_EStatusTaskTool as EStatusTaskTool, index$a_EStatusVPS as EStatusVPS };
465
418
  }
466
419
 
467
420
  declare enum EAIModelText {
@@ -493,22 +446,77 @@ declare enum EAIVersionImage {
493
446
  'GoogleLaps' = "GoogleLaps"
494
447
  }
495
448
 
496
- type index$8_EAIModelImage = EAIModelImage;
497
- declare const index$8_EAIModelImage: typeof EAIModelImage;
498
- type index$8_EAIModelText = EAIModelText;
499
- declare const index$8_EAIModelText: typeof EAIModelText;
500
- type index$8_EAIVersionGPT = EAIVersionGPT;
501
- declare const index$8_EAIVersionGPT: typeof EAIVersionGPT;
502
- type index$8_EAIVersionImage = EAIVersionImage;
503
- declare const index$8_EAIVersionImage: typeof EAIVersionImage;
504
- type index$8_EAIVersionPerplexity = EAIVersionPerplexity;
505
- declare const index$8_EAIVersionPerplexity: typeof EAIVersionPerplexity;
449
+ type index$9_EAIModelImage = EAIModelImage;
450
+ declare const index$9_EAIModelImage: typeof EAIModelImage;
451
+ type index$9_EAIModelText = EAIModelText;
452
+ declare const index$9_EAIModelText: typeof EAIModelText;
453
+ type index$9_EAIVersionGPT = EAIVersionGPT;
454
+ declare const index$9_EAIVersionGPT: typeof EAIVersionGPT;
455
+ type index$9_EAIVersionImage = EAIVersionImage;
456
+ declare const index$9_EAIVersionImage: typeof EAIVersionImage;
457
+ type index$9_EAIVersionPerplexity = EAIVersionPerplexity;
458
+ declare const index$9_EAIVersionPerplexity: typeof EAIVersionPerplexity;
459
+ declare namespace index$9 {
460
+ export { index$9_EAIModelImage as EAIModelImage, index$9_EAIModelText as EAIModelText, index$9_EAIVersionGPT as EAIVersionGPT, index$9_EAIVersionImage as EAIVersionImage, index$9_EAIVersionPerplexity as EAIVersionPerplexity };
461
+ }
462
+
463
+ declare enum ELarkMessageCommon {
464
+ Device = "Device",
465
+ Canva = "Canva",
466
+ Proxy = "Proxy",
467
+ GenImage = "Freepik",
468
+ GenVoice = "Voice"
469
+ }
470
+ declare enum ELarkMessageSheetManager {
471
+ VPS = "VPS",
472
+ RunAI = "Run AI",
473
+ ReadSheetSlow = "Read sheet slow"
474
+ }
475
+ declare enum ELarkMessageInstagramThreads {
476
+ Login = "Login",
477
+ SettingBusiness = "Setting business",
478
+ ChangeInfo = "Change info",
479
+ ImportSheetIG = "Import sheet",
480
+ SheetPostExistNameIG = "Sheet post exist name(IG)",
481
+ SheetPostExistNameThreads = "Sheet post exist name(Threads)",
482
+ PostIG = "Post(IG)",
483
+ PostThreads = "Post(Threads)",
484
+ InteractExplore = "Interact explore",
485
+ InteractReel = "Interact reel",
486
+ InteractStory = "Interact story",
487
+ Follow = "Follow",
488
+ UnFollow = "UnFollow",
489
+ ReplyComment1 = "Reply comment(1)",
490
+ ReplyComment2 = "Reply comment(2)",
491
+ SendMessage1 = "Send message(1)",
492
+ SendMessage2 = "Send message(2)",
493
+ BlockUser = "Block user"
494
+ }
495
+
496
+ type ETypeLarkError_enum_ELarkMessageCommon = ELarkMessageCommon;
497
+ declare const ETypeLarkError_enum_ELarkMessageCommon: typeof ELarkMessageCommon;
498
+ type ETypeLarkError_enum_ELarkMessageInstagramThreads = ELarkMessageInstagramThreads;
499
+ declare const ETypeLarkError_enum_ELarkMessageInstagramThreads: typeof ELarkMessageInstagramThreads;
500
+ type ETypeLarkError_enum_ELarkMessageSheetManager = ELarkMessageSheetManager;
501
+ declare const ETypeLarkError_enum_ELarkMessageSheetManager: typeof ELarkMessageSheetManager;
502
+ declare namespace ETypeLarkError_enum {
503
+ export { ETypeLarkError_enum_ELarkMessageCommon as ELarkMessageCommon, ETypeLarkError_enum_ELarkMessageInstagramThreads as ELarkMessageInstagramThreads, ETypeLarkError_enum_ELarkMessageSheetManager as ELarkMessageSheetManager };
504
+ }
505
+
506
+ declare enum ELarkObject {
507
+ Common = "Common",
508
+ SheetManager = "SheetManager",
509
+ InstagramThreads = "Instagram/Threads"
510
+ }
511
+
512
+ type index$8_ELarkObject = ELarkObject;
513
+ declare const index$8_ELarkObject: typeof ELarkObject;
506
514
  declare namespace index$8 {
507
- export { index$8_EAIModelImage as EAIModelImage, index$8_EAIModelText as EAIModelText, index$8_EAIVersionGPT as EAIVersionGPT, index$8_EAIVersionImage as EAIVersionImage, index$8_EAIVersionPerplexity as EAIVersionPerplexity };
515
+ export { ETypeLarkError_enum as ELarkError, index$8_ELarkObject as ELarkObject };
508
516
  }
509
517
 
510
518
  declare namespace index$7 {
511
- export { index$8 as AI, index$b as Common, index$9 as Status, index$a as Types };
519
+ export { index$9 as AI, index$c as Common, index$8 as Lark, index$a as Status, index$b as Types };
512
520
  }
513
521
 
514
522
  /**
@@ -804,7 +812,7 @@ interface ILark extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
804
812
  lark_name: string;
805
813
  lark_botHook: string;
806
814
  lark_department: string | IDepartment;
807
- lark_typeError: ELarkMessageCommon | ELarkMessageInstagramThreads | ELarkMessageSheetAI;
815
+ lark_typeError: ELarkMessageCommon | ELarkMessageSheetManager | ELarkMessageInstagramThreads;
808
816
  lark_typeObject: ELarkObject;
809
817
  }
810
818
 
@@ -1836,4 +1844,4 @@ declare namespace index {
1836
1844
  export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
1837
1845
  }
1838
1846
 
1839
- export { index$c as AutoConstants, index$7 as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels };
1847
+ export { index$d as AutoConstants, index$7 as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels };
package/dist/index.d.ts CHANGED
@@ -128,12 +128,12 @@ declare const CONST_API_CONTROLLERS: {
128
128
  };
129
129
  };
130
130
 
131
- declare const index$e_CONST_API_AUTH: typeof CONST_API_AUTH;
132
- declare const index$e_CONST_API_COMMON: typeof CONST_API_COMMON;
133
- declare const index$e_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
134
- declare const index$e_CONST_API_OTP: typeof CONST_API_OTP;
135
- declare namespace index$e {
136
- export { index$e_CONST_API_AUTH as CONST_API_AUTH, index$e_CONST_API_COMMON as CONST_API_COMMON, index$e_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$e_CONST_API_OTP as CONST_API_OTP };
131
+ declare const index$f_CONST_API_AUTH: typeof CONST_API_AUTH;
132
+ declare const index$f_CONST_API_COMMON: typeof CONST_API_COMMON;
133
+ declare const index$f_CONST_API_CONTROLLERS: typeof CONST_API_CONTROLLERS;
134
+ declare const index$f_CONST_API_OTP: typeof CONST_API_OTP;
135
+ declare namespace index$f {
136
+ export { index$f_CONST_API_AUTH as CONST_API_AUTH, index$f_CONST_API_COMMON as CONST_API_COMMON, index$f_CONST_API_CONTROLLERS as CONST_API_CONTROLLERS, index$f_CONST_API_OTP as CONST_API_OTP };
137
137
  }
138
138
 
139
139
  declare const ACTIONS_DEVICE: {
@@ -182,17 +182,17 @@ declare const ACTIONS_THREADS: {};
182
182
 
183
183
  declare const SERVICE_THREADS: {};
184
184
 
185
- declare const index$d_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
186
- declare const index$d_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
187
- declare const index$d_ACTIONS_THREADS: typeof ACTIONS_THREADS;
188
- declare const index$d_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
189
- declare const index$d_SERVICE_THREADS: typeof SERVICE_THREADS;
190
- declare namespace index$d {
191
- export { index$d_ACTIONS_DEVICE as ACTIONS_DEVICE, index$d_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$d_ACTIONS_THREADS as ACTIONS_THREADS, index$d_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$d_SERVICE_THREADS as SERVICE_THREADS };
185
+ declare const index$e_ACTIONS_DEVICE: typeof ACTIONS_DEVICE;
186
+ declare const index$e_ACTIONS_INSTAGRAM: typeof ACTIONS_INSTAGRAM;
187
+ declare const index$e_ACTIONS_THREADS: typeof ACTIONS_THREADS;
188
+ declare const index$e_SERVICES_INSTAGRAM: typeof SERVICES_INSTAGRAM;
189
+ declare const index$e_SERVICE_THREADS: typeof SERVICE_THREADS;
190
+ declare namespace index$e {
191
+ export { index$e_ACTIONS_DEVICE as ACTIONS_DEVICE, index$e_ACTIONS_INSTAGRAM as ACTIONS_INSTAGRAM, index$e_ACTIONS_THREADS as ACTIONS_THREADS, index$e_SERVICES_INSTAGRAM as SERVICES_INSTAGRAM, index$e_SERVICE_THREADS as SERVICE_THREADS };
192
192
  }
193
193
 
194
- declare namespace index$c {
195
- export { index$e as CONST_APIS, index$d as CONST_SCRIPTS };
194
+ declare namespace index$d {
195
+ export { index$f as CONST_APIS, index$e as CONST_SCRIPTS };
196
196
  }
197
197
 
198
198
  declare enum EGender {
@@ -206,59 +206,12 @@ declare enum EPriority {
206
206
  Low = "Low"
207
207
  }
208
208
 
209
- type index$b_EGender = EGender;
210
- declare const index$b_EGender: typeof EGender;
211
- type index$b_EPriority = EPriority;
212
- declare const index$b_EPriority: typeof EPriority;
213
- declare namespace index$b {
214
- export { index$b_EGender as EGender, index$b_EPriority as EPriority };
215
- }
216
-
217
- declare enum ELarkObject {
218
- Common = "Common",
219
- SheetAI = "SheetAI",
220
- InstagramThreads = "Instagram/Threads"
221
- }
222
- declare enum ELarkMessageCommon {
223
- Proxy = "Proxy",
224
- Device = "Device",
225
- Canva = "Canva",
226
- Freepik = "Freepik",
227
- Voice = "Voice"
228
- }
229
- declare enum ELarkMessageSheetAI {
230
- VPSControl = "VPSControl",
231
- RunSheetManager = "RunSheetManager"
232
- }
233
- declare enum ELarkMessageInstagramThreads {
234
- Login = "Login",
235
- Post = "Post",
236
- SettingBusiness = "SettingBusiness",
237
- BlockUser = "BlockUser",
238
- ChangeInfo = "ChangeInfo",
239
- SheetPostExistName = "SheetPostExistName",
240
- SheetNotConnectTool = "SheetNotConnectTool",
241
- InteractExplore = "InteractExplore",
242
- InteractReel = "InteractReel",
243
- InteractStory = "InteractStory",
244
- ReplyComment1 = "ReplyComment(1)",
245
- ReplyComment2 = "ReplyComment(2)",
246
- SendMessage1 = "SendMessage(1)",
247
- SendMessage2 = "SendMessage(2)",
248
- Follow = "Follow",
249
- UnFollow = "UnFollow"
250
- }
251
-
252
- type ETypeLark_enum_ELarkMessageCommon = ELarkMessageCommon;
253
- declare const ETypeLark_enum_ELarkMessageCommon: typeof ELarkMessageCommon;
254
- type ETypeLark_enum_ELarkMessageInstagramThreads = ELarkMessageInstagramThreads;
255
- declare const ETypeLark_enum_ELarkMessageInstagramThreads: typeof ELarkMessageInstagramThreads;
256
- type ETypeLark_enum_ELarkMessageSheetAI = ELarkMessageSheetAI;
257
- declare const ETypeLark_enum_ELarkMessageSheetAI: typeof ELarkMessageSheetAI;
258
- type ETypeLark_enum_ELarkObject = ELarkObject;
259
- declare const ETypeLark_enum_ELarkObject: typeof ELarkObject;
260
- declare namespace ETypeLark_enum {
261
- export { ETypeLark_enum_ELarkMessageCommon as ELarkMessageCommon, ETypeLark_enum_ELarkMessageInstagramThreads as ELarkMessageInstagramThreads, ETypeLark_enum_ELarkMessageSheetAI as ELarkMessageSheetAI, ETypeLark_enum_ELarkObject as ELarkObject };
209
+ type index$c_EGender = EGender;
210
+ declare const index$c_EGender: typeof EGender;
211
+ type index$c_EPriority = EPriority;
212
+ declare const index$c_EPriority: typeof EPriority;
213
+ declare namespace index$c {
214
+ export { index$c_EGender as EGender, index$c_EPriority as EPriority };
262
215
  }
263
216
 
264
217
  declare enum ETypeVoiceLanguage {
@@ -337,30 +290,30 @@ declare enum ETypeSheetWorkPin {
337
290
  Secondary = "Secondary"
338
291
  }
339
292
 
340
- type index$a_ETypeCanva = ETypeCanva;
341
- declare const index$a_ETypeCanva: typeof ETypeCanva;
342
- type index$a_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
343
- declare const index$a_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
344
- type index$a_ETypeManagerWorkPin = ETypeManagerWorkPin;
345
- declare const index$a_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
346
- type index$a_ETypeManagerWorkType = ETypeManagerWorkType;
347
- declare const index$a_ETypeManagerWorkType: typeof ETypeManagerWorkType;
348
- type index$a_ETypeNotification = ETypeNotification;
349
- declare const index$a_ETypeNotification: typeof ETypeNotification;
350
- type index$a_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
351
- declare const index$a_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
352
- type index$a_ETypeSheetWorkPin = ETypeSheetWorkPin;
353
- declare const index$a_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
354
- type index$a_ETypeSocial = ETypeSocial;
355
- declare const index$a_ETypeSocial: typeof ETypeSocial;
356
- type index$a_ETypeSocialSetting = ETypeSocialSetting;
357
- declare const index$a_ETypeSocialSetting: typeof ETypeSocialSetting;
358
- type index$a_ETypeTimeFilter = ETypeTimeFilter;
359
- declare const index$a_ETypeTimeFilter: typeof ETypeTimeFilter;
360
- type index$a_ETypeVoiceLanguage = ETypeVoiceLanguage;
361
- declare const index$a_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
362
- declare namespace index$a {
363
- export { index$a_ETypeCanva as ETypeCanva, index$a_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$a_ETypeManagerWorkPin as ETypeManagerWorkPin, index$a_ETypeManagerWorkType as ETypeManagerWorkType, index$a_ETypeNotification as ETypeNotification, index$a_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$a_ETypeSheetWorkPin as ETypeSheetWorkPin, index$a_ETypeSocial as ETypeSocial, index$a_ETypeSocialSetting as ETypeSocialSetting, index$a_ETypeTimeFilter as ETypeTimeFilter, index$a_ETypeVoiceLanguage as ETypeVoiceLanguage, ETypeLark_enum as Lark };
293
+ type index$b_ETypeCanva = ETypeCanva;
294
+ declare const index$b_ETypeCanva: typeof ETypeCanva;
295
+ type index$b_ETypeManagerWorkClassify = ETypeManagerWorkClassify;
296
+ declare const index$b_ETypeManagerWorkClassify: typeof ETypeManagerWorkClassify;
297
+ type index$b_ETypeManagerWorkPin = ETypeManagerWorkPin;
298
+ declare const index$b_ETypeManagerWorkPin: typeof ETypeManagerWorkPin;
299
+ type index$b_ETypeManagerWorkType = ETypeManagerWorkType;
300
+ declare const index$b_ETypeManagerWorkType: typeof ETypeManagerWorkType;
301
+ type index$b_ETypeNotification = ETypeNotification;
302
+ declare const index$b_ETypeNotification: typeof ETypeNotification;
303
+ type index$b_ETypeSheetWorkClassify = ETypeSheetWorkClassify;
304
+ declare const index$b_ETypeSheetWorkClassify: typeof ETypeSheetWorkClassify;
305
+ type index$b_ETypeSheetWorkPin = ETypeSheetWorkPin;
306
+ declare const index$b_ETypeSheetWorkPin: typeof ETypeSheetWorkPin;
307
+ type index$b_ETypeSocial = ETypeSocial;
308
+ declare const index$b_ETypeSocial: typeof ETypeSocial;
309
+ type index$b_ETypeSocialSetting = ETypeSocialSetting;
310
+ declare const index$b_ETypeSocialSetting: typeof ETypeSocialSetting;
311
+ type index$b_ETypeTimeFilter = ETypeTimeFilter;
312
+ declare const index$b_ETypeTimeFilter: typeof ETypeTimeFilter;
313
+ type index$b_ETypeVoiceLanguage = ETypeVoiceLanguage;
314
+ declare const index$b_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
315
+ declare namespace index$b {
316
+ export { index$b_ETypeCanva as ETypeCanva, index$b_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$b_ETypeManagerWorkPin as ETypeManagerWorkPin, index$b_ETypeManagerWorkType as ETypeManagerWorkType, index$b_ETypeNotification as ETypeNotification, index$b_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$b_ETypeSheetWorkPin as ETypeSheetWorkPin, index$b_ETypeSocial as ETypeSocial, index$b_ETypeSocialSetting as ETypeSocialSetting, index$b_ETypeTimeFilter as ETypeTimeFilter, index$b_ETypeVoiceLanguage as ETypeVoiceLanguage };
364
317
  }
365
318
 
366
319
  declare enum EStatusVPS {
@@ -438,30 +391,30 @@ declare enum EStatusTaskJobGroup {
438
391
  Processing = "Processing"
439
392
  }
440
393
 
441
- type index$9_EStatusBlog = EStatusBlog;
442
- declare const index$9_EStatusBlog: typeof EStatusBlog;
443
- type index$9_EStatusCommon = EStatusCommon;
444
- declare const index$9_EStatusCommon: typeof EStatusCommon;
445
- type index$9_EStatusExecuteCommon = EStatusExecuteCommon;
446
- declare const index$9_EStatusExecuteCommon: typeof EStatusExecuteCommon;
447
- type index$9_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
448
- declare const index$9_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
449
- type index$9_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
450
- declare const index$9_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
451
- type index$9_EStatusSheetWork = EStatusSheetWork;
452
- declare const index$9_EStatusSheetWork: typeof EStatusSheetWork;
453
- type index$9_EStatusTaskAI = EStatusTaskAI;
454
- declare const index$9_EStatusTaskAI: typeof EStatusTaskAI;
455
- type index$9_EStatusTaskJob = EStatusTaskJob;
456
- declare const index$9_EStatusTaskJob: typeof EStatusTaskJob;
457
- type index$9_EStatusTaskJobGroup = EStatusTaskJobGroup;
458
- declare const index$9_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
459
- type index$9_EStatusTaskTool = EStatusTaskTool;
460
- declare const index$9_EStatusTaskTool: typeof EStatusTaskTool;
461
- type index$9_EStatusVPS = EStatusVPS;
462
- declare const index$9_EStatusVPS: typeof EStatusVPS;
463
- declare namespace index$9 {
464
- export { index$9_EStatusBlog as EStatusBlog, index$9_EStatusCommon as EStatusCommon, index$9_EStatusExecuteCommon as EStatusExecuteCommon, index$9_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$9_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$9_EStatusSheetWork as EStatusSheetWork, index$9_EStatusTaskAI as EStatusTaskAI, index$9_EStatusTaskJob as EStatusTaskJob, index$9_EStatusTaskJobGroup as EStatusTaskJobGroup, index$9_EStatusTaskTool as EStatusTaskTool, index$9_EStatusVPS as EStatusVPS };
394
+ type index$a_EStatusBlog = EStatusBlog;
395
+ declare const index$a_EStatusBlog: typeof EStatusBlog;
396
+ type index$a_EStatusCommon = EStatusCommon;
397
+ declare const index$a_EStatusCommon: typeof EStatusCommon;
398
+ type index$a_EStatusExecuteCommon = EStatusExecuteCommon;
399
+ declare const index$a_EStatusExecuteCommon: typeof EStatusExecuteCommon;
400
+ type index$a_EStatusLoginAccountEmail = EStatusLoginAccountEmail;
401
+ declare const index$a_EStatusLoginAccountEmail: typeof EStatusLoginAccountEmail;
402
+ type index$a_EStatusLoginAccountSocial = EStatusLoginAccountSocial;
403
+ declare const index$a_EStatusLoginAccountSocial: typeof EStatusLoginAccountSocial;
404
+ type index$a_EStatusSheetWork = EStatusSheetWork;
405
+ declare const index$a_EStatusSheetWork: typeof EStatusSheetWork;
406
+ type index$a_EStatusTaskAI = EStatusTaskAI;
407
+ declare const index$a_EStatusTaskAI: typeof EStatusTaskAI;
408
+ type index$a_EStatusTaskJob = EStatusTaskJob;
409
+ declare const index$a_EStatusTaskJob: typeof EStatusTaskJob;
410
+ type index$a_EStatusTaskJobGroup = EStatusTaskJobGroup;
411
+ declare const index$a_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
412
+ type index$a_EStatusTaskTool = EStatusTaskTool;
413
+ declare const index$a_EStatusTaskTool: typeof EStatusTaskTool;
414
+ type index$a_EStatusVPS = EStatusVPS;
415
+ declare const index$a_EStatusVPS: typeof EStatusVPS;
416
+ declare namespace index$a {
417
+ export { index$a_EStatusBlog as EStatusBlog, index$a_EStatusCommon as EStatusCommon, index$a_EStatusExecuteCommon as EStatusExecuteCommon, index$a_EStatusLoginAccountEmail as EStatusLoginAccountEmail, index$a_EStatusLoginAccountSocial as EStatusLoginAccountSocial, index$a_EStatusSheetWork as EStatusSheetWork, index$a_EStatusTaskAI as EStatusTaskAI, index$a_EStatusTaskJob as EStatusTaskJob, index$a_EStatusTaskJobGroup as EStatusTaskJobGroup, index$a_EStatusTaskTool as EStatusTaskTool, index$a_EStatusVPS as EStatusVPS };
465
418
  }
466
419
 
467
420
  declare enum EAIModelText {
@@ -493,22 +446,77 @@ declare enum EAIVersionImage {
493
446
  'GoogleLaps' = "GoogleLaps"
494
447
  }
495
448
 
496
- type index$8_EAIModelImage = EAIModelImage;
497
- declare const index$8_EAIModelImage: typeof EAIModelImage;
498
- type index$8_EAIModelText = EAIModelText;
499
- declare const index$8_EAIModelText: typeof EAIModelText;
500
- type index$8_EAIVersionGPT = EAIVersionGPT;
501
- declare const index$8_EAIVersionGPT: typeof EAIVersionGPT;
502
- type index$8_EAIVersionImage = EAIVersionImage;
503
- declare const index$8_EAIVersionImage: typeof EAIVersionImage;
504
- type index$8_EAIVersionPerplexity = EAIVersionPerplexity;
505
- declare const index$8_EAIVersionPerplexity: typeof EAIVersionPerplexity;
449
+ type index$9_EAIModelImage = EAIModelImage;
450
+ declare const index$9_EAIModelImage: typeof EAIModelImage;
451
+ type index$9_EAIModelText = EAIModelText;
452
+ declare const index$9_EAIModelText: typeof EAIModelText;
453
+ type index$9_EAIVersionGPT = EAIVersionGPT;
454
+ declare const index$9_EAIVersionGPT: typeof EAIVersionGPT;
455
+ type index$9_EAIVersionImage = EAIVersionImage;
456
+ declare const index$9_EAIVersionImage: typeof EAIVersionImage;
457
+ type index$9_EAIVersionPerplexity = EAIVersionPerplexity;
458
+ declare const index$9_EAIVersionPerplexity: typeof EAIVersionPerplexity;
459
+ declare namespace index$9 {
460
+ export { index$9_EAIModelImage as EAIModelImage, index$9_EAIModelText as EAIModelText, index$9_EAIVersionGPT as EAIVersionGPT, index$9_EAIVersionImage as EAIVersionImage, index$9_EAIVersionPerplexity as EAIVersionPerplexity };
461
+ }
462
+
463
+ declare enum ELarkMessageCommon {
464
+ Device = "Device",
465
+ Canva = "Canva",
466
+ Proxy = "Proxy",
467
+ GenImage = "Freepik",
468
+ GenVoice = "Voice"
469
+ }
470
+ declare enum ELarkMessageSheetManager {
471
+ VPS = "VPS",
472
+ RunAI = "Run AI",
473
+ ReadSheetSlow = "Read sheet slow"
474
+ }
475
+ declare enum ELarkMessageInstagramThreads {
476
+ Login = "Login",
477
+ SettingBusiness = "Setting business",
478
+ ChangeInfo = "Change info",
479
+ ImportSheetIG = "Import sheet",
480
+ SheetPostExistNameIG = "Sheet post exist name(IG)",
481
+ SheetPostExistNameThreads = "Sheet post exist name(Threads)",
482
+ PostIG = "Post(IG)",
483
+ PostThreads = "Post(Threads)",
484
+ InteractExplore = "Interact explore",
485
+ InteractReel = "Interact reel",
486
+ InteractStory = "Interact story",
487
+ Follow = "Follow",
488
+ UnFollow = "UnFollow",
489
+ ReplyComment1 = "Reply comment(1)",
490
+ ReplyComment2 = "Reply comment(2)",
491
+ SendMessage1 = "Send message(1)",
492
+ SendMessage2 = "Send message(2)",
493
+ BlockUser = "Block user"
494
+ }
495
+
496
+ type ETypeLarkError_enum_ELarkMessageCommon = ELarkMessageCommon;
497
+ declare const ETypeLarkError_enum_ELarkMessageCommon: typeof ELarkMessageCommon;
498
+ type ETypeLarkError_enum_ELarkMessageInstagramThreads = ELarkMessageInstagramThreads;
499
+ declare const ETypeLarkError_enum_ELarkMessageInstagramThreads: typeof ELarkMessageInstagramThreads;
500
+ type ETypeLarkError_enum_ELarkMessageSheetManager = ELarkMessageSheetManager;
501
+ declare const ETypeLarkError_enum_ELarkMessageSheetManager: typeof ELarkMessageSheetManager;
502
+ declare namespace ETypeLarkError_enum {
503
+ export { ETypeLarkError_enum_ELarkMessageCommon as ELarkMessageCommon, ETypeLarkError_enum_ELarkMessageInstagramThreads as ELarkMessageInstagramThreads, ETypeLarkError_enum_ELarkMessageSheetManager as ELarkMessageSheetManager };
504
+ }
505
+
506
+ declare enum ELarkObject {
507
+ Common = "Common",
508
+ SheetManager = "SheetManager",
509
+ InstagramThreads = "Instagram/Threads"
510
+ }
511
+
512
+ type index$8_ELarkObject = ELarkObject;
513
+ declare const index$8_ELarkObject: typeof ELarkObject;
506
514
  declare namespace index$8 {
507
- export { index$8_EAIModelImage as EAIModelImage, index$8_EAIModelText as EAIModelText, index$8_EAIVersionGPT as EAIVersionGPT, index$8_EAIVersionImage as EAIVersionImage, index$8_EAIVersionPerplexity as EAIVersionPerplexity };
515
+ export { ETypeLarkError_enum as ELarkError, index$8_ELarkObject as ELarkObject };
508
516
  }
509
517
 
510
518
  declare namespace index$7 {
511
- export { index$8 as AI, index$b as Common, index$9 as Status, index$a as Types };
519
+ export { index$9 as AI, index$c as Common, index$8 as Lark, index$a as Status, index$b as Types };
512
520
  }
513
521
 
514
522
  /**
@@ -804,7 +812,7 @@ interface ILark extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCom
804
812
  lark_name: string;
805
813
  lark_botHook: string;
806
814
  lark_department: string | IDepartment;
807
- lark_typeError: ELarkMessageCommon | ELarkMessageInstagramThreads | ELarkMessageSheetAI;
815
+ lark_typeError: ELarkMessageCommon | ELarkMessageSheetManager | ELarkMessageInstagramThreads;
808
816
  lark_typeObject: ELarkObject;
809
817
  }
810
818
 
@@ -1836,4 +1844,4 @@ declare namespace index {
1836
1844
  export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IResponseLogin as IResponseLogin };
1837
1845
  }
1838
1846
 
1839
- export { index$c as AutoConstants, index$7 as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels };
1847
+ export { index$d as AutoConstants, index$7 as AutoEnums, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels };
package/dist/index.js CHANGED
@@ -239,6 +239,7 @@ var enums_exports = {};
239
239
  __export(enums_exports, {
240
240
  AI: () => ai_exports,
241
241
  Common: () => common_exports,
242
+ Lark: () => lark_exports,
242
243
  Status: () => status_exports,
243
244
  Types: () => types_exports
244
245
  });
@@ -278,57 +279,9 @@ __export(types_exports, {
278
279
  ETypeSocial: () => ETypeSocial,
279
280
  ETypeSocialSetting: () => ETypeSocialSetting,
280
281
  ETypeTimeFilter: () => ETypeTimeFilter,
281
- ETypeVoiceLanguage: () => ETypeVoiceLanguage,
282
- Lark: () => ETypeLark_enum_exports
282
+ ETypeVoiceLanguage: () => ETypeVoiceLanguage
283
283
  });
284
284
 
285
- // src/enums/types/ETypeLark.enum.ts
286
- var ETypeLark_enum_exports = {};
287
- __export(ETypeLark_enum_exports, {
288
- ELarkMessageCommon: () => ELarkMessageCommon,
289
- ELarkMessageInstagramThreads: () => ELarkMessageInstagramThreads,
290
- ELarkMessageSheetAI: () => ELarkMessageSheetAI,
291
- ELarkObject: () => ELarkObject
292
- });
293
- var ELarkObject = /* @__PURE__ */ ((ELarkObject2) => {
294
- ELarkObject2["Common"] = "Common";
295
- ELarkObject2["SheetAI"] = "SheetAI";
296
- ELarkObject2["InstagramThreads"] = "Instagram/Threads";
297
- return ELarkObject2;
298
- })(ELarkObject || {});
299
- var ELarkMessageCommon = /* @__PURE__ */ ((ELarkMessageCommon2) => {
300
- ELarkMessageCommon2["Proxy"] = "Proxy";
301
- ELarkMessageCommon2["Device"] = "Device";
302
- ELarkMessageCommon2["Canva"] = "Canva";
303
- ELarkMessageCommon2["Freepik"] = "Freepik";
304
- ELarkMessageCommon2["Voice"] = "Voice";
305
- return ELarkMessageCommon2;
306
- })(ELarkMessageCommon || {});
307
- var ELarkMessageSheetAI = /* @__PURE__ */ ((ELarkMessageSheetAI2) => {
308
- ELarkMessageSheetAI2["VPSControl"] = "VPSControl";
309
- ELarkMessageSheetAI2["RunSheetManager"] = "RunSheetManager";
310
- return ELarkMessageSheetAI2;
311
- })(ELarkMessageSheetAI || {});
312
- var ELarkMessageInstagramThreads = /* @__PURE__ */ ((ELarkMessageInstagramThreads2) => {
313
- ELarkMessageInstagramThreads2["Login"] = "Login";
314
- ELarkMessageInstagramThreads2["Post"] = "Post";
315
- ELarkMessageInstagramThreads2["SettingBusiness"] = "SettingBusiness";
316
- ELarkMessageInstagramThreads2["BlockUser"] = "BlockUser";
317
- ELarkMessageInstagramThreads2["ChangeInfo"] = "ChangeInfo";
318
- ELarkMessageInstagramThreads2["SheetPostExistName"] = "SheetPostExistName";
319
- ELarkMessageInstagramThreads2["SheetNotConnectTool"] = "SheetNotConnectTool";
320
- ELarkMessageInstagramThreads2["InteractExplore"] = "InteractExplore";
321
- ELarkMessageInstagramThreads2["InteractReel"] = "InteractReel";
322
- ELarkMessageInstagramThreads2["InteractStory"] = "InteractStory";
323
- ELarkMessageInstagramThreads2["ReplyComment1"] = "ReplyComment(1)";
324
- ELarkMessageInstagramThreads2["ReplyComment2"] = "ReplyComment(2)";
325
- ELarkMessageInstagramThreads2["SendMessage1"] = "SendMessage(1)";
326
- ELarkMessageInstagramThreads2["SendMessage2"] = "SendMessage(2)";
327
- ELarkMessageInstagramThreads2["Follow"] = "Follow";
328
- ELarkMessageInstagramThreads2["UnFollow"] = "UnFollow";
329
- return ELarkMessageInstagramThreads2;
330
- })(ELarkMessageInstagramThreads || {});
331
-
332
285
  // src/enums/types/ETypeVoiceLanguage.enum.ts
333
286
  var ETypeVoiceLanguage = /* @__PURE__ */ ((ETypeVoiceLanguage2) => {
334
287
  ETypeVoiceLanguage2["English"] = "en";
@@ -586,6 +539,64 @@ var EAIVersionImage = /* @__PURE__ */ ((EAIVersionImage2) => {
586
539
  return EAIVersionImage2;
587
540
  })(EAIVersionImage || {});
588
541
 
542
+ // src/enums/lark/index.ts
543
+ var lark_exports = {};
544
+ __export(lark_exports, {
545
+ ELarkError: () => ETypeLarkError_enum_exports,
546
+ ELarkObject: () => ELarkObject
547
+ });
548
+
549
+ // src/enums/lark/ETypeLarkError.enum.ts
550
+ var ETypeLarkError_enum_exports = {};
551
+ __export(ETypeLarkError_enum_exports, {
552
+ ELarkMessageCommon: () => ELarkMessageCommon,
553
+ ELarkMessageInstagramThreads: () => ELarkMessageInstagramThreads,
554
+ ELarkMessageSheetManager: () => ELarkMessageSheetManager
555
+ });
556
+ var ELarkMessageCommon = /* @__PURE__ */ ((ELarkMessageCommon2) => {
557
+ ELarkMessageCommon2["Device"] = "Device";
558
+ ELarkMessageCommon2["Canva"] = "Canva";
559
+ ELarkMessageCommon2["Proxy"] = "Proxy";
560
+ ELarkMessageCommon2["GenImage"] = "Freepik";
561
+ ELarkMessageCommon2["GenVoice"] = "Voice";
562
+ return ELarkMessageCommon2;
563
+ })(ELarkMessageCommon || {});
564
+ var ELarkMessageSheetManager = /* @__PURE__ */ ((ELarkMessageSheetManager2) => {
565
+ ELarkMessageSheetManager2["VPS"] = "VPS";
566
+ ELarkMessageSheetManager2["RunAI"] = "Run AI";
567
+ ELarkMessageSheetManager2["ReadSheetSlow"] = "Read sheet slow";
568
+ return ELarkMessageSheetManager2;
569
+ })(ELarkMessageSheetManager || {});
570
+ var ELarkMessageInstagramThreads = /* @__PURE__ */ ((ELarkMessageInstagramThreads2) => {
571
+ ELarkMessageInstagramThreads2["Login"] = "Login";
572
+ ELarkMessageInstagramThreads2["SettingBusiness"] = "Setting business";
573
+ ELarkMessageInstagramThreads2["ChangeInfo"] = "Change info";
574
+ ELarkMessageInstagramThreads2["ImportSheetIG"] = "Import sheet";
575
+ ELarkMessageInstagramThreads2["SheetPostExistNameIG"] = "Sheet post exist name(IG)";
576
+ ELarkMessageInstagramThreads2["SheetPostExistNameThreads"] = "Sheet post exist name(Threads)";
577
+ ELarkMessageInstagramThreads2["PostIG"] = "Post(IG)";
578
+ ELarkMessageInstagramThreads2["PostThreads"] = "Post(Threads)";
579
+ ELarkMessageInstagramThreads2["InteractExplore"] = "Interact explore";
580
+ ELarkMessageInstagramThreads2["InteractReel"] = "Interact reel";
581
+ ELarkMessageInstagramThreads2["InteractStory"] = "Interact story";
582
+ ELarkMessageInstagramThreads2["Follow"] = "Follow";
583
+ ELarkMessageInstagramThreads2["UnFollow"] = "UnFollow";
584
+ ELarkMessageInstagramThreads2["ReplyComment1"] = "Reply comment(1)";
585
+ ELarkMessageInstagramThreads2["ReplyComment2"] = "Reply comment(2)";
586
+ ELarkMessageInstagramThreads2["SendMessage1"] = "Send message(1)";
587
+ ELarkMessageInstagramThreads2["SendMessage2"] = "Send message(2)";
588
+ ELarkMessageInstagramThreads2["BlockUser"] = "Block user";
589
+ return ELarkMessageInstagramThreads2;
590
+ })(ELarkMessageInstagramThreads || {});
591
+
592
+ // src/enums/lark/ETypeLarkObject.enum.ts
593
+ var ELarkObject = /* @__PURE__ */ ((ELarkObject2) => {
594
+ ELarkObject2["Common"] = "Common";
595
+ ELarkObject2["SheetManager"] = "SheetManager";
596
+ ELarkObject2["InstagramThreads"] = "Instagram/Threads";
597
+ return ELarkObject2;
598
+ })(ELarkObject || {});
599
+
589
600
  // src/interfaces/models/index.ts
590
601
  var models_exports = {};
591
602
  __export(models_exports, {
package/dist/index.mjs CHANGED
@@ -216,6 +216,7 @@ var enums_exports = {};
216
216
  __export(enums_exports, {
217
217
  AI: () => ai_exports,
218
218
  Common: () => common_exports,
219
+ Lark: () => lark_exports,
219
220
  Status: () => status_exports,
220
221
  Types: () => types_exports
221
222
  });
@@ -255,57 +256,9 @@ __export(types_exports, {
255
256
  ETypeSocial: () => ETypeSocial,
256
257
  ETypeSocialSetting: () => ETypeSocialSetting,
257
258
  ETypeTimeFilter: () => ETypeTimeFilter,
258
- ETypeVoiceLanguage: () => ETypeVoiceLanguage,
259
- Lark: () => ETypeLark_enum_exports
259
+ ETypeVoiceLanguage: () => ETypeVoiceLanguage
260
260
  });
261
261
 
262
- // src/enums/types/ETypeLark.enum.ts
263
- var ETypeLark_enum_exports = {};
264
- __export(ETypeLark_enum_exports, {
265
- ELarkMessageCommon: () => ELarkMessageCommon,
266
- ELarkMessageInstagramThreads: () => ELarkMessageInstagramThreads,
267
- ELarkMessageSheetAI: () => ELarkMessageSheetAI,
268
- ELarkObject: () => ELarkObject
269
- });
270
- var ELarkObject = /* @__PURE__ */ ((ELarkObject2) => {
271
- ELarkObject2["Common"] = "Common";
272
- ELarkObject2["SheetAI"] = "SheetAI";
273
- ELarkObject2["InstagramThreads"] = "Instagram/Threads";
274
- return ELarkObject2;
275
- })(ELarkObject || {});
276
- var ELarkMessageCommon = /* @__PURE__ */ ((ELarkMessageCommon2) => {
277
- ELarkMessageCommon2["Proxy"] = "Proxy";
278
- ELarkMessageCommon2["Device"] = "Device";
279
- ELarkMessageCommon2["Canva"] = "Canva";
280
- ELarkMessageCommon2["Freepik"] = "Freepik";
281
- ELarkMessageCommon2["Voice"] = "Voice";
282
- return ELarkMessageCommon2;
283
- })(ELarkMessageCommon || {});
284
- var ELarkMessageSheetAI = /* @__PURE__ */ ((ELarkMessageSheetAI2) => {
285
- ELarkMessageSheetAI2["VPSControl"] = "VPSControl";
286
- ELarkMessageSheetAI2["RunSheetManager"] = "RunSheetManager";
287
- return ELarkMessageSheetAI2;
288
- })(ELarkMessageSheetAI || {});
289
- var ELarkMessageInstagramThreads = /* @__PURE__ */ ((ELarkMessageInstagramThreads2) => {
290
- ELarkMessageInstagramThreads2["Login"] = "Login";
291
- ELarkMessageInstagramThreads2["Post"] = "Post";
292
- ELarkMessageInstagramThreads2["SettingBusiness"] = "SettingBusiness";
293
- ELarkMessageInstagramThreads2["BlockUser"] = "BlockUser";
294
- ELarkMessageInstagramThreads2["ChangeInfo"] = "ChangeInfo";
295
- ELarkMessageInstagramThreads2["SheetPostExistName"] = "SheetPostExistName";
296
- ELarkMessageInstagramThreads2["SheetNotConnectTool"] = "SheetNotConnectTool";
297
- ELarkMessageInstagramThreads2["InteractExplore"] = "InteractExplore";
298
- ELarkMessageInstagramThreads2["InteractReel"] = "InteractReel";
299
- ELarkMessageInstagramThreads2["InteractStory"] = "InteractStory";
300
- ELarkMessageInstagramThreads2["ReplyComment1"] = "ReplyComment(1)";
301
- ELarkMessageInstagramThreads2["ReplyComment2"] = "ReplyComment(2)";
302
- ELarkMessageInstagramThreads2["SendMessage1"] = "SendMessage(1)";
303
- ELarkMessageInstagramThreads2["SendMessage2"] = "SendMessage(2)";
304
- ELarkMessageInstagramThreads2["Follow"] = "Follow";
305
- ELarkMessageInstagramThreads2["UnFollow"] = "UnFollow";
306
- return ELarkMessageInstagramThreads2;
307
- })(ELarkMessageInstagramThreads || {});
308
-
309
262
  // src/enums/types/ETypeVoiceLanguage.enum.ts
310
263
  var ETypeVoiceLanguage = /* @__PURE__ */ ((ETypeVoiceLanguage2) => {
311
264
  ETypeVoiceLanguage2["English"] = "en";
@@ -563,6 +516,64 @@ var EAIVersionImage = /* @__PURE__ */ ((EAIVersionImage2) => {
563
516
  return EAIVersionImage2;
564
517
  })(EAIVersionImage || {});
565
518
 
519
+ // src/enums/lark/index.ts
520
+ var lark_exports = {};
521
+ __export(lark_exports, {
522
+ ELarkError: () => ETypeLarkError_enum_exports,
523
+ ELarkObject: () => ELarkObject
524
+ });
525
+
526
+ // src/enums/lark/ETypeLarkError.enum.ts
527
+ var ETypeLarkError_enum_exports = {};
528
+ __export(ETypeLarkError_enum_exports, {
529
+ ELarkMessageCommon: () => ELarkMessageCommon,
530
+ ELarkMessageInstagramThreads: () => ELarkMessageInstagramThreads,
531
+ ELarkMessageSheetManager: () => ELarkMessageSheetManager
532
+ });
533
+ var ELarkMessageCommon = /* @__PURE__ */ ((ELarkMessageCommon2) => {
534
+ ELarkMessageCommon2["Device"] = "Device";
535
+ ELarkMessageCommon2["Canva"] = "Canva";
536
+ ELarkMessageCommon2["Proxy"] = "Proxy";
537
+ ELarkMessageCommon2["GenImage"] = "Freepik";
538
+ ELarkMessageCommon2["GenVoice"] = "Voice";
539
+ return ELarkMessageCommon2;
540
+ })(ELarkMessageCommon || {});
541
+ var ELarkMessageSheetManager = /* @__PURE__ */ ((ELarkMessageSheetManager2) => {
542
+ ELarkMessageSheetManager2["VPS"] = "VPS";
543
+ ELarkMessageSheetManager2["RunAI"] = "Run AI";
544
+ ELarkMessageSheetManager2["ReadSheetSlow"] = "Read sheet slow";
545
+ return ELarkMessageSheetManager2;
546
+ })(ELarkMessageSheetManager || {});
547
+ var ELarkMessageInstagramThreads = /* @__PURE__ */ ((ELarkMessageInstagramThreads2) => {
548
+ ELarkMessageInstagramThreads2["Login"] = "Login";
549
+ ELarkMessageInstagramThreads2["SettingBusiness"] = "Setting business";
550
+ ELarkMessageInstagramThreads2["ChangeInfo"] = "Change info";
551
+ ELarkMessageInstagramThreads2["ImportSheetIG"] = "Import sheet";
552
+ ELarkMessageInstagramThreads2["SheetPostExistNameIG"] = "Sheet post exist name(IG)";
553
+ ELarkMessageInstagramThreads2["SheetPostExistNameThreads"] = "Sheet post exist name(Threads)";
554
+ ELarkMessageInstagramThreads2["PostIG"] = "Post(IG)";
555
+ ELarkMessageInstagramThreads2["PostThreads"] = "Post(Threads)";
556
+ ELarkMessageInstagramThreads2["InteractExplore"] = "Interact explore";
557
+ ELarkMessageInstagramThreads2["InteractReel"] = "Interact reel";
558
+ ELarkMessageInstagramThreads2["InteractStory"] = "Interact story";
559
+ ELarkMessageInstagramThreads2["Follow"] = "Follow";
560
+ ELarkMessageInstagramThreads2["UnFollow"] = "UnFollow";
561
+ ELarkMessageInstagramThreads2["ReplyComment1"] = "Reply comment(1)";
562
+ ELarkMessageInstagramThreads2["ReplyComment2"] = "Reply comment(2)";
563
+ ELarkMessageInstagramThreads2["SendMessage1"] = "Send message(1)";
564
+ ELarkMessageInstagramThreads2["SendMessage2"] = "Send message(2)";
565
+ ELarkMessageInstagramThreads2["BlockUser"] = "Block user";
566
+ return ELarkMessageInstagramThreads2;
567
+ })(ELarkMessageInstagramThreads || {});
568
+
569
+ // src/enums/lark/ETypeLarkObject.enum.ts
570
+ var ELarkObject = /* @__PURE__ */ ((ELarkObject2) => {
571
+ ELarkObject2["Common"] = "Common";
572
+ ELarkObject2["SheetManager"] = "SheetManager";
573
+ ELarkObject2["InstagramThreads"] = "Instagram/Threads";
574
+ return ELarkObject2;
575
+ })(ELarkObject || {});
576
+
566
577
  // src/interfaces/models/index.ts
567
578
  var models_exports = {};
568
579
  __export(models_exports, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.136",
3
+ "version": "4.8.139",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",