@kl1/contracts 1.3.39 → 1.3.41

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.
Files changed (33) hide show
  1. package/dist/api-contracts/src/chat/index.d.ts +428 -0
  2. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/chat/schema.d.ts +95 -0
  4. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/validation.d.ts +56 -0
  6. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/contract.d.ts +511 -0
  8. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  9. package/dist/api-contracts/src/facebook-feed/index.d.ts +56 -0
  10. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  11. package/dist/api-contracts/src/hold-label/index.d.ts +57 -3
  12. package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/instagram/index.d.ts +56 -0
  14. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/line/index.d.ts +56 -0
  16. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/messenger/index.d.ts +56 -0
  18. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/telegram/index.d.ts +56 -0
  20. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/viber/index.d.ts +56 -0
  22. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  23. package/dist/api-contracts/src/webchat/index.d.ts +56 -0
  24. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/whatsapp/index.d.ts +56 -0
  26. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  27. package/dist/api-contracts/src/workflow-rule/index.d.ts +63 -0
  28. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  29. package/dist/index.js +23 -4
  30. package/dist/index.js.map +1 -1
  31. package/dist/index.mjs +23 -4
  32. package/dist/index.mjs.map +1 -1
  33. package/package.json +1 -1
@@ -93485,6 +93485,13 @@ export declare const platformContract: {
93485
93485
  isActive: boolean;
93486
93486
  }>;
93487
93487
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
93488
+ resumeLabel: import("zod").ZodObject<{
93489
+ name: import("zod").ZodString;
93490
+ }, "strip", import("zod").ZodTypeAny, {
93491
+ name: string;
93492
+ }, {
93493
+ name: string;
93494
+ }>;
93488
93495
  }, "strip", import("zod").ZodTypeAny, {
93489
93496
  id: string;
93490
93497
  channel: {
@@ -93917,6 +93924,9 @@ export declare const platformContract: {
93917
93924
  deletedAt: Date | null;
93918
93925
  isActive: boolean;
93919
93926
  };
93927
+ resumeLabel: {
93928
+ name: string;
93929
+ };
93920
93930
  automationQueueId?: string | null | undefined;
93921
93931
  }, {
93922
93932
  id: string;
@@ -94350,6 +94360,9 @@ export declare const platformContract: {
94350
94360
  deletedAt: Date | null;
94351
94361
  isActive: boolean;
94352
94362
  };
94363
+ resumeLabel: {
94364
+ name: string;
94365
+ };
94353
94366
  automationQueueId?: string | null | undefined;
94354
94367
  }>;
94355
94368
  platformMessageId: import("zod").ZodString;
@@ -98206,6 +98219,13 @@ export declare const platformContract: {
98206
98219
  isActive: boolean;
98207
98220
  }>;
98208
98221
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
98222
+ resumeLabel: import("zod").ZodObject<{
98223
+ name: import("zod").ZodString;
98224
+ }, "strip", import("zod").ZodTypeAny, {
98225
+ name: string;
98226
+ }, {
98227
+ name: string;
98228
+ }>;
98209
98229
  }, "strip", import("zod").ZodTypeAny, {
98210
98230
  id: string;
98211
98231
  channel: {
@@ -98638,6 +98658,9 @@ export declare const platformContract: {
98638
98658
  deletedAt: Date | null;
98639
98659
  isActive: boolean;
98640
98660
  };
98661
+ resumeLabel: {
98662
+ name: string;
98663
+ };
98641
98664
  automationQueueId?: string | null | undefined;
98642
98665
  }, {
98643
98666
  id: string;
@@ -99071,6 +99094,9 @@ export declare const platformContract: {
99071
99094
  deletedAt: Date | null;
99072
99095
  isActive: boolean;
99073
99096
  };
99097
+ resumeLabel: {
99098
+ name: string;
99099
+ };
99074
99100
  automationQueueId?: string | null | undefined;
99075
99101
  }>;
99076
99102
  upload: import("zod").ZodObject<{
@@ -101277,6 +101303,9 @@ export declare const platformContract: {
101277
101303
  deletedAt: Date | null;
101278
101304
  isActive: boolean;
101279
101305
  };
101306
+ resumeLabel: {
101307
+ name: string;
101308
+ };
101280
101309
  automationQueueId?: string | null | undefined;
101281
101310
  };
101282
101311
  platformMessageId: string;
@@ -102047,6 +102076,9 @@ export declare const platformContract: {
102047
102076
  deletedAt: Date | null;
102048
102077
  isActive: boolean;
102049
102078
  };
102079
+ resumeLabel: {
102080
+ name: string;
102081
+ };
102050
102082
  automationQueueId?: string | null | undefined;
102051
102083
  };
102052
102084
  platformMessageId: string;
@@ -102818,6 +102850,9 @@ export declare const platformContract: {
102818
102850
  deletedAt: Date | null;
102819
102851
  isActive: boolean;
102820
102852
  };
102853
+ resumeLabel: {
102854
+ name: string;
102855
+ };
102821
102856
  automationQueueId?: string | null | undefined;
102822
102857
  };
102823
102858
  platformMessageId: string;
@@ -103588,6 +103623,9 @@ export declare const platformContract: {
103588
103623
  deletedAt: Date | null;
103589
103624
  isActive: boolean;
103590
103625
  };
103626
+ resumeLabel: {
103627
+ name: string;
103628
+ };
103591
103629
  automationQueueId?: string | null | undefined;
103592
103630
  };
103593
103631
  platformMessageId: string;
@@ -104359,6 +104397,9 @@ export declare const platformContract: {
104359
104397
  deletedAt: Date | null;
104360
104398
  isActive: boolean;
104361
104399
  };
104400
+ resumeLabel: {
104401
+ name: string;
104402
+ };
104362
104403
  automationQueueId?: string | null | undefined;
104363
104404
  };
104364
104405
  platformMessageId: string;
@@ -105129,6 +105170,9 @@ export declare const platformContract: {
105129
105170
  deletedAt: Date | null;
105130
105171
  isActive: boolean;
105131
105172
  };
105173
+ resumeLabel: {
105174
+ name: string;
105175
+ };
105132
105176
  automationQueueId?: string | null | undefined;
105133
105177
  };
105134
105178
  platformMessageId: string;
@@ -105902,6 +105946,9 @@ export declare const platformContract: {
105902
105946
  deletedAt: Date | null;
105903
105947
  isActive: boolean;
105904
105948
  };
105949
+ resumeLabel: {
105950
+ name: string;
105951
+ };
105905
105952
  automationQueueId?: string | null | undefined;
105906
105953
  };
105907
105954
  platformMessageId: string;
@@ -106672,6 +106719,9 @@ export declare const platformContract: {
106672
106719
  deletedAt: Date | null;
106673
106720
  isActive: boolean;
106674
106721
  };
106722
+ resumeLabel: {
106723
+ name: string;
106724
+ };
106675
106725
  automationQueueId?: string | null | undefined;
106676
106726
  };
106677
106727
  platformMessageId: string;
@@ -107446,6 +107496,9 @@ export declare const platformContract: {
107446
107496
  deletedAt: Date | null;
107447
107497
  isActive: boolean;
107448
107498
  };
107499
+ resumeLabel: {
107500
+ name: string;
107501
+ };
107449
107502
  automationQueueId?: string | null | undefined;
107450
107503
  };
107451
107504
  platformMessageId: string;
@@ -108216,6 +108269,9 @@ export declare const platformContract: {
108216
108269
  deletedAt: Date | null;
108217
108270
  isActive: boolean;
108218
108271
  };
108272
+ resumeLabel: {
108273
+ name: string;
108274
+ };
108219
108275
  automationQueueId?: string | null | undefined;
108220
108276
  };
108221
108277
  platformMessageId: string;
@@ -115770,6 +115826,13 @@ export declare const platformContract: {
115770
115826
  isActive: boolean;
115771
115827
  }>;
115772
115828
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
115829
+ resumeLabel: import("zod").ZodObject<{
115830
+ name: import("zod").ZodString;
115831
+ }, "strip", import("zod").ZodTypeAny, {
115832
+ name: string;
115833
+ }, {
115834
+ name: string;
115835
+ }>;
115773
115836
  }, "strip", import("zod").ZodTypeAny, {
115774
115837
  id: string;
115775
115838
  channel: {
@@ -116202,6 +116265,9 @@ export declare const platformContract: {
116202
116265
  deletedAt: Date | null;
116203
116266
  isActive: boolean;
116204
116267
  };
116268
+ resumeLabel: {
116269
+ name: string;
116270
+ };
116205
116271
  automationQueueId?: string | null | undefined;
116206
116272
  }, {
116207
116273
  id: string;
@@ -116635,6 +116701,9 @@ export declare const platformContract: {
116635
116701
  deletedAt: Date | null;
116636
116702
  isActive: boolean;
116637
116703
  };
116704
+ resumeLabel: {
116705
+ name: string;
116706
+ };
116638
116707
  automationQueueId?: string | null | undefined;
116639
116708
  }>;
116640
116709
  platformMessageId: import("zod").ZodString;
@@ -120491,6 +120560,13 @@ export declare const platformContract: {
120491
120560
  isActive: boolean;
120492
120561
  }>;
120493
120562
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
120563
+ resumeLabel: import("zod").ZodObject<{
120564
+ name: import("zod").ZodString;
120565
+ }, "strip", import("zod").ZodTypeAny, {
120566
+ name: string;
120567
+ }, {
120568
+ name: string;
120569
+ }>;
120494
120570
  }, "strip", import("zod").ZodTypeAny, {
120495
120571
  id: string;
120496
120572
  channel: {
@@ -120923,6 +120999,9 @@ export declare const platformContract: {
120923
120999
  deletedAt: Date | null;
120924
121000
  isActive: boolean;
120925
121001
  };
121002
+ resumeLabel: {
121003
+ name: string;
121004
+ };
120926
121005
  automationQueueId?: string | null | undefined;
120927
121006
  }, {
120928
121007
  id: string;
@@ -121356,6 +121435,9 @@ export declare const platformContract: {
121356
121435
  deletedAt: Date | null;
121357
121436
  isActive: boolean;
121358
121437
  };
121438
+ resumeLabel: {
121439
+ name: string;
121440
+ };
121359
121441
  automationQueueId?: string | null | undefined;
121360
121442
  }>;
121361
121443
  upload: import("zod").ZodObject<{
@@ -123562,6 +123644,9 @@ export declare const platformContract: {
123562
123644
  deletedAt: Date | null;
123563
123645
  isActive: boolean;
123564
123646
  };
123647
+ resumeLabel: {
123648
+ name: string;
123649
+ };
123565
123650
  automationQueueId?: string | null | undefined;
123566
123651
  };
123567
123652
  platformMessageId: string;
@@ -124332,6 +124417,9 @@ export declare const platformContract: {
124332
124417
  deletedAt: Date | null;
124333
124418
  isActive: boolean;
124334
124419
  };
124420
+ resumeLabel: {
124421
+ name: string;
124422
+ };
124335
124423
  automationQueueId?: string | null | undefined;
124336
124424
  };
124337
124425
  platformMessageId: string;
@@ -125103,6 +125191,9 @@ export declare const platformContract: {
125103
125191
  deletedAt: Date | null;
125104
125192
  isActive: boolean;
125105
125193
  };
125194
+ resumeLabel: {
125195
+ name: string;
125196
+ };
125106
125197
  automationQueueId?: string | null | undefined;
125107
125198
  };
125108
125199
  platformMessageId: string;
@@ -125873,6 +125964,9 @@ export declare const platformContract: {
125873
125964
  deletedAt: Date | null;
125874
125965
  isActive: boolean;
125875
125966
  };
125967
+ resumeLabel: {
125968
+ name: string;
125969
+ };
125876
125970
  automationQueueId?: string | null | undefined;
125877
125971
  };
125878
125972
  platformMessageId: string;
@@ -126644,6 +126738,9 @@ export declare const platformContract: {
126644
126738
  deletedAt: Date | null;
126645
126739
  isActive: boolean;
126646
126740
  };
126741
+ resumeLabel: {
126742
+ name: string;
126743
+ };
126647
126744
  automationQueueId?: string | null | undefined;
126648
126745
  };
126649
126746
  platformMessageId: string;
@@ -127414,6 +127511,9 @@ export declare const platformContract: {
127414
127511
  deletedAt: Date | null;
127415
127512
  isActive: boolean;
127416
127513
  };
127514
+ resumeLabel: {
127515
+ name: string;
127516
+ };
127417
127517
  automationQueueId?: string | null | undefined;
127418
127518
  };
127419
127519
  platformMessageId: string;
@@ -128187,6 +128287,9 @@ export declare const platformContract: {
128187
128287
  deletedAt: Date | null;
128188
128288
  isActive: boolean;
128189
128289
  };
128290
+ resumeLabel: {
128291
+ name: string;
128292
+ };
128190
128293
  automationQueueId?: string | null | undefined;
128191
128294
  };
128192
128295
  platformMessageId: string;
@@ -128957,6 +129060,9 @@ export declare const platformContract: {
128957
129060
  deletedAt: Date | null;
128958
129061
  isActive: boolean;
128959
129062
  };
129063
+ resumeLabel: {
129064
+ name: string;
129065
+ };
128960
129066
  automationQueueId?: string | null | undefined;
128961
129067
  };
128962
129068
  platformMessageId: string;
@@ -129731,6 +129837,9 @@ export declare const platformContract: {
129731
129837
  deletedAt: Date | null;
129732
129838
  isActive: boolean;
129733
129839
  };
129840
+ resumeLabel: {
129841
+ name: string;
129842
+ };
129734
129843
  automationQueueId?: string | null | undefined;
129735
129844
  };
129736
129845
  platformMessageId: string;
@@ -130501,6 +130610,9 @@ export declare const platformContract: {
130501
130610
  deletedAt: Date | null;
130502
130611
  isActive: boolean;
130503
130612
  };
130613
+ resumeLabel: {
130614
+ name: string;
130615
+ };
130504
130616
  automationQueueId?: string | null | undefined;
130505
130617
  };
130506
130618
  platformMessageId: string;
@@ -137342,6 +137454,13 @@ export declare const platformTelegramContract: {
137342
137454
  isActive: boolean;
137343
137455
  }>;
137344
137456
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
137457
+ resumeLabel: import("zod").ZodObject<{
137458
+ name: import("zod").ZodString;
137459
+ }, "strip", import("zod").ZodTypeAny, {
137460
+ name: string;
137461
+ }, {
137462
+ name: string;
137463
+ }>;
137345
137464
  }, "strip", import("zod").ZodTypeAny, {
137346
137465
  id: string;
137347
137466
  channel: {
@@ -137774,6 +137893,9 @@ export declare const platformTelegramContract: {
137774
137893
  deletedAt: Date | null;
137775
137894
  isActive: boolean;
137776
137895
  };
137896
+ resumeLabel: {
137897
+ name: string;
137898
+ };
137777
137899
  automationQueueId?: string | null | undefined;
137778
137900
  }, {
137779
137901
  id: string;
@@ -138207,6 +138329,9 @@ export declare const platformTelegramContract: {
138207
138329
  deletedAt: Date | null;
138208
138330
  isActive: boolean;
138209
138331
  };
138332
+ resumeLabel: {
138333
+ name: string;
138334
+ };
138210
138335
  automationQueueId?: string | null | undefined;
138211
138336
  }>;
138212
138337
  platformMessageId: import("zod").ZodString;
@@ -142063,6 +142188,13 @@ export declare const platformTelegramContract: {
142063
142188
  isActive: boolean;
142064
142189
  }>;
142065
142190
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
142191
+ resumeLabel: import("zod").ZodObject<{
142192
+ name: import("zod").ZodString;
142193
+ }, "strip", import("zod").ZodTypeAny, {
142194
+ name: string;
142195
+ }, {
142196
+ name: string;
142197
+ }>;
142066
142198
  }, "strip", import("zod").ZodTypeAny, {
142067
142199
  id: string;
142068
142200
  channel: {
@@ -142495,6 +142627,9 @@ export declare const platformTelegramContract: {
142495
142627
  deletedAt: Date | null;
142496
142628
  isActive: boolean;
142497
142629
  };
142630
+ resumeLabel: {
142631
+ name: string;
142632
+ };
142498
142633
  automationQueueId?: string | null | undefined;
142499
142634
  }, {
142500
142635
  id: string;
@@ -142928,6 +143063,9 @@ export declare const platformTelegramContract: {
142928
143063
  deletedAt: Date | null;
142929
143064
  isActive: boolean;
142930
143065
  };
143066
+ resumeLabel: {
143067
+ name: string;
143068
+ };
142931
143069
  automationQueueId?: string | null | undefined;
142932
143070
  }>;
142933
143071
  upload: import("zod").ZodObject<{
@@ -145134,6 +145272,9 @@ export declare const platformTelegramContract: {
145134
145272
  deletedAt: Date | null;
145135
145273
  isActive: boolean;
145136
145274
  };
145275
+ resumeLabel: {
145276
+ name: string;
145277
+ };
145137
145278
  automationQueueId?: string | null | undefined;
145138
145279
  };
145139
145280
  platformMessageId: string;
@@ -145904,6 +146045,9 @@ export declare const platformTelegramContract: {
145904
146045
  deletedAt: Date | null;
145905
146046
  isActive: boolean;
145906
146047
  };
146048
+ resumeLabel: {
146049
+ name: string;
146050
+ };
145907
146051
  automationQueueId?: string | null | undefined;
145908
146052
  };
145909
146053
  platformMessageId: string;
@@ -146675,6 +146819,9 @@ export declare const platformTelegramContract: {
146675
146819
  deletedAt: Date | null;
146676
146820
  isActive: boolean;
146677
146821
  };
146822
+ resumeLabel: {
146823
+ name: string;
146824
+ };
146678
146825
  automationQueueId?: string | null | undefined;
146679
146826
  };
146680
146827
  platformMessageId: string;
@@ -147445,6 +147592,9 @@ export declare const platformTelegramContract: {
147445
147592
  deletedAt: Date | null;
147446
147593
  isActive: boolean;
147447
147594
  };
147595
+ resumeLabel: {
147596
+ name: string;
147597
+ };
147448
147598
  automationQueueId?: string | null | undefined;
147449
147599
  };
147450
147600
  platformMessageId: string;
@@ -148216,6 +148366,9 @@ export declare const platformTelegramContract: {
148216
148366
  deletedAt: Date | null;
148217
148367
  isActive: boolean;
148218
148368
  };
148369
+ resumeLabel: {
148370
+ name: string;
148371
+ };
148219
148372
  automationQueueId?: string | null | undefined;
148220
148373
  };
148221
148374
  platformMessageId: string;
@@ -148986,6 +149139,9 @@ export declare const platformTelegramContract: {
148986
149139
  deletedAt: Date | null;
148987
149140
  isActive: boolean;
148988
149141
  };
149142
+ resumeLabel: {
149143
+ name: string;
149144
+ };
148989
149145
  automationQueueId?: string | null | undefined;
148990
149146
  };
148991
149147
  platformMessageId: string;
@@ -149759,6 +149915,9 @@ export declare const platformTelegramContract: {
149759
149915
  deletedAt: Date | null;
149760
149916
  isActive: boolean;
149761
149917
  };
149918
+ resumeLabel: {
149919
+ name: string;
149920
+ };
149762
149921
  automationQueueId?: string | null | undefined;
149763
149922
  };
149764
149923
  platformMessageId: string;
@@ -150529,6 +150688,9 @@ export declare const platformTelegramContract: {
150529
150688
  deletedAt: Date | null;
150530
150689
  isActive: boolean;
150531
150690
  };
150691
+ resumeLabel: {
150692
+ name: string;
150693
+ };
150532
150694
  automationQueueId?: string | null | undefined;
150533
150695
  };
150534
150696
  platformMessageId: string;
@@ -151303,6 +151465,9 @@ export declare const platformTelegramContract: {
151303
151465
  deletedAt: Date | null;
151304
151466
  isActive: boolean;
151305
151467
  };
151468
+ resumeLabel: {
151469
+ name: string;
151470
+ };
151306
151471
  automationQueueId?: string | null | undefined;
151307
151472
  };
151308
151473
  platformMessageId: string;
@@ -152073,6 +152238,9 @@ export declare const platformTelegramContract: {
152073
152238
  deletedAt: Date | null;
152074
152239
  isActive: boolean;
152075
152240
  };
152241
+ resumeLabel: {
152242
+ name: string;
152243
+ };
152076
152244
  automationQueueId?: string | null | undefined;
152077
152245
  };
152078
152246
  platformMessageId: string;
@@ -157241,6 +157409,13 @@ export declare const platformMessengerContract: {
157241
157409
  isActive: boolean;
157242
157410
  }>;
157243
157411
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
157412
+ resumeLabel: import("zod").ZodObject<{
157413
+ name: import("zod").ZodString;
157414
+ }, "strip", import("zod").ZodTypeAny, {
157415
+ name: string;
157416
+ }, {
157417
+ name: string;
157418
+ }>;
157244
157419
  }, "strip", import("zod").ZodTypeAny, {
157245
157420
  id: string;
157246
157421
  channel: {
@@ -157673,6 +157848,9 @@ export declare const platformMessengerContract: {
157673
157848
  deletedAt: Date | null;
157674
157849
  isActive: boolean;
157675
157850
  };
157851
+ resumeLabel: {
157852
+ name: string;
157853
+ };
157676
157854
  automationQueueId?: string | null | undefined;
157677
157855
  }, {
157678
157856
  id: string;
@@ -158106,6 +158284,9 @@ export declare const platformMessengerContract: {
158106
158284
  deletedAt: Date | null;
158107
158285
  isActive: boolean;
158108
158286
  };
158287
+ resumeLabel: {
158288
+ name: string;
158289
+ };
158109
158290
  automationQueueId?: string | null | undefined;
158110
158291
  }>;
158111
158292
  platformMessageId: import("zod").ZodString;
@@ -161962,6 +162143,13 @@ export declare const platformMessengerContract: {
161962
162143
  isActive: boolean;
161963
162144
  }>;
161964
162145
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
162146
+ resumeLabel: import("zod").ZodObject<{
162147
+ name: import("zod").ZodString;
162148
+ }, "strip", import("zod").ZodTypeAny, {
162149
+ name: string;
162150
+ }, {
162151
+ name: string;
162152
+ }>;
161965
162153
  }, "strip", import("zod").ZodTypeAny, {
161966
162154
  id: string;
161967
162155
  channel: {
@@ -162394,6 +162582,9 @@ export declare const platformMessengerContract: {
162394
162582
  deletedAt: Date | null;
162395
162583
  isActive: boolean;
162396
162584
  };
162585
+ resumeLabel: {
162586
+ name: string;
162587
+ };
162397
162588
  automationQueueId?: string | null | undefined;
162398
162589
  }, {
162399
162590
  id: string;
@@ -162827,6 +163018,9 @@ export declare const platformMessengerContract: {
162827
163018
  deletedAt: Date | null;
162828
163019
  isActive: boolean;
162829
163020
  };
163021
+ resumeLabel: {
163022
+ name: string;
163023
+ };
162830
163024
  automationQueueId?: string | null | undefined;
162831
163025
  }>;
162832
163026
  upload: import("zod").ZodObject<{
@@ -165033,6 +165227,9 @@ export declare const platformMessengerContract: {
165033
165227
  deletedAt: Date | null;
165034
165228
  isActive: boolean;
165035
165229
  };
165230
+ resumeLabel: {
165231
+ name: string;
165232
+ };
165036
165233
  automationQueueId?: string | null | undefined;
165037
165234
  };
165038
165235
  platformMessageId: string;
@@ -165803,6 +166000,9 @@ export declare const platformMessengerContract: {
165803
166000
  deletedAt: Date | null;
165804
166001
  isActive: boolean;
165805
166002
  };
166003
+ resumeLabel: {
166004
+ name: string;
166005
+ };
165806
166006
  automationQueueId?: string | null | undefined;
165807
166007
  };
165808
166008
  platformMessageId: string;
@@ -166574,6 +166774,9 @@ export declare const platformMessengerContract: {
166574
166774
  deletedAt: Date | null;
166575
166775
  isActive: boolean;
166576
166776
  };
166777
+ resumeLabel: {
166778
+ name: string;
166779
+ };
166577
166780
  automationQueueId?: string | null | undefined;
166578
166781
  };
166579
166782
  platformMessageId: string;
@@ -167344,6 +167547,9 @@ export declare const platformMessengerContract: {
167344
167547
  deletedAt: Date | null;
167345
167548
  isActive: boolean;
167346
167549
  };
167550
+ resumeLabel: {
167551
+ name: string;
167552
+ };
167347
167553
  automationQueueId?: string | null | undefined;
167348
167554
  };
167349
167555
  platformMessageId: string;
@@ -168115,6 +168321,9 @@ export declare const platformMessengerContract: {
168115
168321
  deletedAt: Date | null;
168116
168322
  isActive: boolean;
168117
168323
  };
168324
+ resumeLabel: {
168325
+ name: string;
168326
+ };
168118
168327
  automationQueueId?: string | null | undefined;
168119
168328
  };
168120
168329
  platformMessageId: string;
@@ -168885,6 +169094,9 @@ export declare const platformMessengerContract: {
168885
169094
  deletedAt: Date | null;
168886
169095
  isActive: boolean;
168887
169096
  };
169097
+ resumeLabel: {
169098
+ name: string;
169099
+ };
168888
169100
  automationQueueId?: string | null | undefined;
168889
169101
  };
168890
169102
  platformMessageId: string;
@@ -169658,6 +169870,9 @@ export declare const platformMessengerContract: {
169658
169870
  deletedAt: Date | null;
169659
169871
  isActive: boolean;
169660
169872
  };
169873
+ resumeLabel: {
169874
+ name: string;
169875
+ };
169661
169876
  automationQueueId?: string | null | undefined;
169662
169877
  };
169663
169878
  platformMessageId: string;
@@ -170428,6 +170643,9 @@ export declare const platformMessengerContract: {
170428
170643
  deletedAt: Date | null;
170429
170644
  isActive: boolean;
170430
170645
  };
170646
+ resumeLabel: {
170647
+ name: string;
170648
+ };
170431
170649
  automationQueueId?: string | null | undefined;
170432
170650
  };
170433
170651
  platformMessageId: string;
@@ -171202,6 +171420,9 @@ export declare const platformMessengerContract: {
171202
171420
  deletedAt: Date | null;
171203
171421
  isActive: boolean;
171204
171422
  };
171423
+ resumeLabel: {
171424
+ name: string;
171425
+ };
171205
171426
  automationQueueId?: string | null | undefined;
171206
171427
  };
171207
171428
  platformMessageId: string;
@@ -171972,6 +172193,9 @@ export declare const platformMessengerContract: {
171972
172193
  deletedAt: Date | null;
171973
172194
  isActive: boolean;
171974
172195
  };
172196
+ resumeLabel: {
172197
+ name: string;
172198
+ };
171975
172199
  automationQueueId?: string | null | undefined;
171976
172200
  };
171977
172201
  platformMessageId: string;
@@ -179498,6 +179722,13 @@ export declare const platformInstagramContract: {
179498
179722
  isActive: boolean;
179499
179723
  }>;
179500
179724
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
179725
+ resumeLabel: import("zod").ZodObject<{
179726
+ name: import("zod").ZodString;
179727
+ }, "strip", import("zod").ZodTypeAny, {
179728
+ name: string;
179729
+ }, {
179730
+ name: string;
179731
+ }>;
179501
179732
  }, "strip", import("zod").ZodTypeAny, {
179502
179733
  id: string;
179503
179734
  channel: {
@@ -179930,6 +180161,9 @@ export declare const platformInstagramContract: {
179930
180161
  deletedAt: Date | null;
179931
180162
  isActive: boolean;
179932
180163
  };
180164
+ resumeLabel: {
180165
+ name: string;
180166
+ };
179933
180167
  automationQueueId?: string | null | undefined;
179934
180168
  }, {
179935
180169
  id: string;
@@ -180363,6 +180597,9 @@ export declare const platformInstagramContract: {
180363
180597
  deletedAt: Date | null;
180364
180598
  isActive: boolean;
180365
180599
  };
180600
+ resumeLabel: {
180601
+ name: string;
180602
+ };
180366
180603
  automationQueueId?: string | null | undefined;
180367
180604
  }>;
180368
180605
  platformMessageId: import("zod").ZodString;
@@ -184219,6 +184456,13 @@ export declare const platformInstagramContract: {
184219
184456
  isActive: boolean;
184220
184457
  }>;
184221
184458
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
184459
+ resumeLabel: import("zod").ZodObject<{
184460
+ name: import("zod").ZodString;
184461
+ }, "strip", import("zod").ZodTypeAny, {
184462
+ name: string;
184463
+ }, {
184464
+ name: string;
184465
+ }>;
184222
184466
  }, "strip", import("zod").ZodTypeAny, {
184223
184467
  id: string;
184224
184468
  channel: {
@@ -184651,6 +184895,9 @@ export declare const platformInstagramContract: {
184651
184895
  deletedAt: Date | null;
184652
184896
  isActive: boolean;
184653
184897
  };
184898
+ resumeLabel: {
184899
+ name: string;
184900
+ };
184654
184901
  automationQueueId?: string | null | undefined;
184655
184902
  }, {
184656
184903
  id: string;
@@ -185084,6 +185331,9 @@ export declare const platformInstagramContract: {
185084
185331
  deletedAt: Date | null;
185085
185332
  isActive: boolean;
185086
185333
  };
185334
+ resumeLabel: {
185335
+ name: string;
185336
+ };
185087
185337
  automationQueueId?: string | null | undefined;
185088
185338
  }>;
185089
185339
  upload: import("zod").ZodObject<{
@@ -187290,6 +187540,9 @@ export declare const platformInstagramContract: {
187290
187540
  deletedAt: Date | null;
187291
187541
  isActive: boolean;
187292
187542
  };
187543
+ resumeLabel: {
187544
+ name: string;
187545
+ };
187293
187546
  automationQueueId?: string | null | undefined;
187294
187547
  };
187295
187548
  platformMessageId: string;
@@ -188060,6 +188313,9 @@ export declare const platformInstagramContract: {
188060
188313
  deletedAt: Date | null;
188061
188314
  isActive: boolean;
188062
188315
  };
188316
+ resumeLabel: {
188317
+ name: string;
188318
+ };
188063
188319
  automationQueueId?: string | null | undefined;
188064
188320
  };
188065
188321
  platformMessageId: string;
@@ -188831,6 +189087,9 @@ export declare const platformInstagramContract: {
188831
189087
  deletedAt: Date | null;
188832
189088
  isActive: boolean;
188833
189089
  };
189090
+ resumeLabel: {
189091
+ name: string;
189092
+ };
188834
189093
  automationQueueId?: string | null | undefined;
188835
189094
  };
188836
189095
  platformMessageId: string;
@@ -189601,6 +189860,9 @@ export declare const platformInstagramContract: {
189601
189860
  deletedAt: Date | null;
189602
189861
  isActive: boolean;
189603
189862
  };
189863
+ resumeLabel: {
189864
+ name: string;
189865
+ };
189604
189866
  automationQueueId?: string | null | undefined;
189605
189867
  };
189606
189868
  platformMessageId: string;
@@ -190372,6 +190634,9 @@ export declare const platformInstagramContract: {
190372
190634
  deletedAt: Date | null;
190373
190635
  isActive: boolean;
190374
190636
  };
190637
+ resumeLabel: {
190638
+ name: string;
190639
+ };
190375
190640
  automationQueueId?: string | null | undefined;
190376
190641
  };
190377
190642
  platformMessageId: string;
@@ -191142,6 +191407,9 @@ export declare const platformInstagramContract: {
191142
191407
  deletedAt: Date | null;
191143
191408
  isActive: boolean;
191144
191409
  };
191410
+ resumeLabel: {
191411
+ name: string;
191412
+ };
191145
191413
  automationQueueId?: string | null | undefined;
191146
191414
  };
191147
191415
  platformMessageId: string;
@@ -191915,6 +192183,9 @@ export declare const platformInstagramContract: {
191915
192183
  deletedAt: Date | null;
191916
192184
  isActive: boolean;
191917
192185
  };
192186
+ resumeLabel: {
192187
+ name: string;
192188
+ };
191918
192189
  automationQueueId?: string | null | undefined;
191919
192190
  };
191920
192191
  platformMessageId: string;
@@ -192685,6 +192956,9 @@ export declare const platformInstagramContract: {
192685
192956
  deletedAt: Date | null;
192686
192957
  isActive: boolean;
192687
192958
  };
192959
+ resumeLabel: {
192960
+ name: string;
192961
+ };
192688
192962
  automationQueueId?: string | null | undefined;
192689
192963
  };
192690
192964
  platformMessageId: string;
@@ -193459,6 +193733,9 @@ export declare const platformInstagramContract: {
193459
193733
  deletedAt: Date | null;
193460
193734
  isActive: boolean;
193461
193735
  };
193736
+ resumeLabel: {
193737
+ name: string;
193738
+ };
193462
193739
  automationQueueId?: string | null | undefined;
193463
193740
  };
193464
193741
  platformMessageId: string;
@@ -194229,6 +194506,9 @@ export declare const platformInstagramContract: {
194229
194506
  deletedAt: Date | null;
194230
194507
  isActive: boolean;
194231
194508
  };
194509
+ resumeLabel: {
194510
+ name: string;
194511
+ };
194232
194512
  automationQueueId?: string | null | undefined;
194233
194513
  };
194234
194514
  platformMessageId: string;
@@ -206432,6 +206712,13 @@ export declare const platformWhatsappContract: {
206432
206712
  isActive: boolean;
206433
206713
  }>;
206434
206714
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
206715
+ resumeLabel: import("zod").ZodObject<{
206716
+ name: import("zod").ZodString;
206717
+ }, "strip", import("zod").ZodTypeAny, {
206718
+ name: string;
206719
+ }, {
206720
+ name: string;
206721
+ }>;
206435
206722
  }, "strip", import("zod").ZodTypeAny, {
206436
206723
  id: string;
206437
206724
  channel: {
@@ -206864,6 +207151,9 @@ export declare const platformWhatsappContract: {
206864
207151
  deletedAt: Date | null;
206865
207152
  isActive: boolean;
206866
207153
  };
207154
+ resumeLabel: {
207155
+ name: string;
207156
+ };
206867
207157
  automationQueueId?: string | null | undefined;
206868
207158
  }, {
206869
207159
  id: string;
@@ -207297,6 +207587,9 @@ export declare const platformWhatsappContract: {
207297
207587
  deletedAt: Date | null;
207298
207588
  isActive: boolean;
207299
207589
  };
207590
+ resumeLabel: {
207591
+ name: string;
207592
+ };
207300
207593
  automationQueueId?: string | null | undefined;
207301
207594
  }>;
207302
207595
  platformMessageId: import("zod").ZodString;
@@ -211153,6 +211446,13 @@ export declare const platformWhatsappContract: {
211153
211446
  isActive: boolean;
211154
211447
  }>;
211155
211448
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
211449
+ resumeLabel: import("zod").ZodObject<{
211450
+ name: import("zod").ZodString;
211451
+ }, "strip", import("zod").ZodTypeAny, {
211452
+ name: string;
211453
+ }, {
211454
+ name: string;
211455
+ }>;
211156
211456
  }, "strip", import("zod").ZodTypeAny, {
211157
211457
  id: string;
211158
211458
  channel: {
@@ -211585,6 +211885,9 @@ export declare const platformWhatsappContract: {
211585
211885
  deletedAt: Date | null;
211586
211886
  isActive: boolean;
211587
211887
  };
211888
+ resumeLabel: {
211889
+ name: string;
211890
+ };
211588
211891
  automationQueueId?: string | null | undefined;
211589
211892
  }, {
211590
211893
  id: string;
@@ -212018,6 +212321,9 @@ export declare const platformWhatsappContract: {
212018
212321
  deletedAt: Date | null;
212019
212322
  isActive: boolean;
212020
212323
  };
212324
+ resumeLabel: {
212325
+ name: string;
212326
+ };
212021
212327
  automationQueueId?: string | null | undefined;
212022
212328
  }>;
212023
212329
  upload: import("zod").ZodObject<{
@@ -214224,6 +214530,9 @@ export declare const platformWhatsappContract: {
214224
214530
  deletedAt: Date | null;
214225
214531
  isActive: boolean;
214226
214532
  };
214533
+ resumeLabel: {
214534
+ name: string;
214535
+ };
214227
214536
  automationQueueId?: string | null | undefined;
214228
214537
  };
214229
214538
  platformMessageId: string;
@@ -214994,6 +215303,9 @@ export declare const platformWhatsappContract: {
214994
215303
  deletedAt: Date | null;
214995
215304
  isActive: boolean;
214996
215305
  };
215306
+ resumeLabel: {
215307
+ name: string;
215308
+ };
214997
215309
  automationQueueId?: string | null | undefined;
214998
215310
  };
214999
215311
  platformMessageId: string;
@@ -215765,6 +216077,9 @@ export declare const platformWhatsappContract: {
215765
216077
  deletedAt: Date | null;
215766
216078
  isActive: boolean;
215767
216079
  };
216080
+ resumeLabel: {
216081
+ name: string;
216082
+ };
215768
216083
  automationQueueId?: string | null | undefined;
215769
216084
  };
215770
216085
  platformMessageId: string;
@@ -216535,6 +216850,9 @@ export declare const platformWhatsappContract: {
216535
216850
  deletedAt: Date | null;
216536
216851
  isActive: boolean;
216537
216852
  };
216853
+ resumeLabel: {
216854
+ name: string;
216855
+ };
216538
216856
  automationQueueId?: string | null | undefined;
216539
216857
  };
216540
216858
  platformMessageId: string;
@@ -217306,6 +217624,9 @@ export declare const platformWhatsappContract: {
217306
217624
  deletedAt: Date | null;
217307
217625
  isActive: boolean;
217308
217626
  };
217627
+ resumeLabel: {
217628
+ name: string;
217629
+ };
217309
217630
  automationQueueId?: string | null | undefined;
217310
217631
  };
217311
217632
  platformMessageId: string;
@@ -218076,6 +218397,9 @@ export declare const platformWhatsappContract: {
218076
218397
  deletedAt: Date | null;
218077
218398
  isActive: boolean;
218078
218399
  };
218400
+ resumeLabel: {
218401
+ name: string;
218402
+ };
218079
218403
  automationQueueId?: string | null | undefined;
218080
218404
  };
218081
218405
  platformMessageId: string;
@@ -218849,6 +219173,9 @@ export declare const platformWhatsappContract: {
218849
219173
  deletedAt: Date | null;
218850
219174
  isActive: boolean;
218851
219175
  };
219176
+ resumeLabel: {
219177
+ name: string;
219178
+ };
218852
219179
  automationQueueId?: string | null | undefined;
218853
219180
  };
218854
219181
  platformMessageId: string;
@@ -219619,6 +219946,9 @@ export declare const platformWhatsappContract: {
219619
219946
  deletedAt: Date | null;
219620
219947
  isActive: boolean;
219621
219948
  };
219949
+ resumeLabel: {
219950
+ name: string;
219951
+ };
219622
219952
  automationQueueId?: string | null | undefined;
219623
219953
  };
219624
219954
  platformMessageId: string;
@@ -220393,6 +220723,9 @@ export declare const platformWhatsappContract: {
220393
220723
  deletedAt: Date | null;
220394
220724
  isActive: boolean;
220395
220725
  };
220726
+ resumeLabel: {
220727
+ name: string;
220728
+ };
220396
220729
  automationQueueId?: string | null | undefined;
220397
220730
  };
220398
220731
  platformMessageId: string;
@@ -221163,6 +221496,9 @@ export declare const platformWhatsappContract: {
221163
221496
  deletedAt: Date | null;
221164
221497
  isActive: boolean;
221165
221498
  };
221499
+ resumeLabel: {
221500
+ name: string;
221501
+ };
221166
221502
  automationQueueId?: string | null | undefined;
221167
221503
  };
221168
221504
  platformMessageId: string;
@@ -232966,6 +233302,13 @@ export declare const facebookFeedContract: {
232966
233302
  isActive: boolean;
232967
233303
  }>;
232968
233304
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
233305
+ resumeLabel: import("zod").ZodObject<{
233306
+ name: import("zod").ZodString;
233307
+ }, "strip", import("zod").ZodTypeAny, {
233308
+ name: string;
233309
+ }, {
233310
+ name: string;
233311
+ }>;
232969
233312
  }, "strip", import("zod").ZodTypeAny, {
232970
233313
  id: string;
232971
233314
  channel: {
@@ -233398,6 +233741,9 @@ export declare const facebookFeedContract: {
233398
233741
  deletedAt: Date | null;
233399
233742
  isActive: boolean;
233400
233743
  };
233744
+ resumeLabel: {
233745
+ name: string;
233746
+ };
233401
233747
  automationQueueId?: string | null | undefined;
233402
233748
  }, {
233403
233749
  id: string;
@@ -233831,6 +234177,9 @@ export declare const facebookFeedContract: {
233831
234177
  deletedAt: Date | null;
233832
234178
  isActive: boolean;
233833
234179
  };
234180
+ resumeLabel: {
234181
+ name: string;
234182
+ };
233834
234183
  automationQueueId?: string | null | undefined;
233835
234184
  }>;
233836
234185
  platformMessageId: import("zod").ZodString;
@@ -237687,6 +238036,13 @@ export declare const facebookFeedContract: {
237687
238036
  isActive: boolean;
237688
238037
  }>;
237689
238038
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
238039
+ resumeLabel: import("zod").ZodObject<{
238040
+ name: import("zod").ZodString;
238041
+ }, "strip", import("zod").ZodTypeAny, {
238042
+ name: string;
238043
+ }, {
238044
+ name: string;
238045
+ }>;
237690
238046
  }, "strip", import("zod").ZodTypeAny, {
237691
238047
  id: string;
237692
238048
  channel: {
@@ -238119,6 +238475,9 @@ export declare const facebookFeedContract: {
238119
238475
  deletedAt: Date | null;
238120
238476
  isActive: boolean;
238121
238477
  };
238478
+ resumeLabel: {
238479
+ name: string;
238480
+ };
238122
238481
  automationQueueId?: string | null | undefined;
238123
238482
  }, {
238124
238483
  id: string;
@@ -238552,6 +238911,9 @@ export declare const facebookFeedContract: {
238552
238911
  deletedAt: Date | null;
238553
238912
  isActive: boolean;
238554
238913
  };
238914
+ resumeLabel: {
238915
+ name: string;
238916
+ };
238555
238917
  automationQueueId?: string | null | undefined;
238556
238918
  }>;
238557
238919
  upload: import("zod").ZodObject<{
@@ -240758,6 +241120,9 @@ export declare const facebookFeedContract: {
240758
241120
  deletedAt: Date | null;
240759
241121
  isActive: boolean;
240760
241122
  };
241123
+ resumeLabel: {
241124
+ name: string;
241125
+ };
240761
241126
  automationQueueId?: string | null | undefined;
240762
241127
  };
240763
241128
  platformMessageId: string;
@@ -241528,6 +241893,9 @@ export declare const facebookFeedContract: {
241528
241893
  deletedAt: Date | null;
241529
241894
  isActive: boolean;
241530
241895
  };
241896
+ resumeLabel: {
241897
+ name: string;
241898
+ };
241531
241899
  automationQueueId?: string | null | undefined;
241532
241900
  };
241533
241901
  platformMessageId: string;
@@ -242299,6 +242667,9 @@ export declare const facebookFeedContract: {
242299
242667
  deletedAt: Date | null;
242300
242668
  isActive: boolean;
242301
242669
  };
242670
+ resumeLabel: {
242671
+ name: string;
242672
+ };
242302
242673
  automationQueueId?: string | null | undefined;
242303
242674
  };
242304
242675
  platformMessageId: string;
@@ -243069,6 +243440,9 @@ export declare const facebookFeedContract: {
243069
243440
  deletedAt: Date | null;
243070
243441
  isActive: boolean;
243071
243442
  };
243443
+ resumeLabel: {
243444
+ name: string;
243445
+ };
243072
243446
  automationQueueId?: string | null | undefined;
243073
243447
  };
243074
243448
  platformMessageId: string;
@@ -243840,6 +244214,9 @@ export declare const facebookFeedContract: {
243840
244214
  deletedAt: Date | null;
243841
244215
  isActive: boolean;
243842
244216
  };
244217
+ resumeLabel: {
244218
+ name: string;
244219
+ };
243843
244220
  automationQueueId?: string | null | undefined;
243844
244221
  };
243845
244222
  platformMessageId: string;
@@ -244610,6 +244987,9 @@ export declare const facebookFeedContract: {
244610
244987
  deletedAt: Date | null;
244611
244988
  isActive: boolean;
244612
244989
  };
244990
+ resumeLabel: {
244991
+ name: string;
244992
+ };
244613
244993
  automationQueueId?: string | null | undefined;
244614
244994
  };
244615
244995
  platformMessageId: string;
@@ -245383,6 +245763,9 @@ export declare const facebookFeedContract: {
245383
245763
  deletedAt: Date | null;
245384
245764
  isActive: boolean;
245385
245765
  };
245766
+ resumeLabel: {
245767
+ name: string;
245768
+ };
245386
245769
  automationQueueId?: string | null | undefined;
245387
245770
  };
245388
245771
  platformMessageId: string;
@@ -246153,6 +246536,9 @@ export declare const facebookFeedContract: {
246153
246536
  deletedAt: Date | null;
246154
246537
  isActive: boolean;
246155
246538
  };
246539
+ resumeLabel: {
246540
+ name: string;
246541
+ };
246156
246542
  automationQueueId?: string | null | undefined;
246157
246543
  };
246158
246544
  platformMessageId: string;
@@ -246927,6 +247313,9 @@ export declare const facebookFeedContract: {
246927
247313
  deletedAt: Date | null;
246928
247314
  isActive: boolean;
246929
247315
  };
247316
+ resumeLabel: {
247317
+ name: string;
247318
+ };
246930
247319
  automationQueueId?: string | null | undefined;
246931
247320
  };
246932
247321
  platformMessageId: string;
@@ -247697,6 +248086,9 @@ export declare const facebookFeedContract: {
247697
248086
  deletedAt: Date | null;
247698
248087
  isActive: boolean;
247699
248088
  };
248089
+ resumeLabel: {
248090
+ name: string;
248091
+ };
247700
248092
  automationQueueId?: string | null | undefined;
247701
248093
  };
247702
248094
  platformMessageId: string;
@@ -255478,6 +255870,13 @@ export declare const feedPostContract: {
255478
255870
  isActive: boolean;
255479
255871
  }>;
255480
255872
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
255873
+ resumeLabel: import("zod").ZodObject<{
255874
+ name: import("zod").ZodString;
255875
+ }, "strip", import("zod").ZodTypeAny, {
255876
+ name: string;
255877
+ }, {
255878
+ name: string;
255879
+ }>;
255481
255880
  }, "strip", import("zod").ZodTypeAny, {
255482
255881
  id: string;
255483
255882
  channel: {
@@ -255910,6 +256309,9 @@ export declare const feedPostContract: {
255910
256309
  deletedAt: Date | null;
255911
256310
  isActive: boolean;
255912
256311
  };
256312
+ resumeLabel: {
256313
+ name: string;
256314
+ };
255913
256315
  automationQueueId?: string | null | undefined;
255914
256316
  }, {
255915
256317
  id: string;
@@ -256343,6 +256745,9 @@ export declare const feedPostContract: {
256343
256745
  deletedAt: Date | null;
256344
256746
  isActive: boolean;
256345
256747
  };
256748
+ resumeLabel: {
256749
+ name: string;
256750
+ };
256346
256751
  automationQueueId?: string | null | undefined;
256347
256752
  }>;
256348
256753
  platformMessageId: import("zod").ZodString;
@@ -261246,6 +261651,13 @@ export declare const feedPostContract: {
261246
261651
  isActive: boolean;
261247
261652
  }>;
261248
261653
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
261654
+ resumeLabel: import("zod").ZodObject<{
261655
+ name: import("zod").ZodString;
261656
+ }, "strip", import("zod").ZodTypeAny, {
261657
+ name: string;
261658
+ }, {
261659
+ name: string;
261660
+ }>;
261249
261661
  }, "strip", import("zod").ZodTypeAny, {
261250
261662
  id: string;
261251
261663
  channel: {
@@ -261678,6 +262090,9 @@ export declare const feedPostContract: {
261678
262090
  deletedAt: Date | null;
261679
262091
  isActive: boolean;
261680
262092
  };
262093
+ resumeLabel: {
262094
+ name: string;
262095
+ };
261681
262096
  automationQueueId?: string | null | undefined;
261682
262097
  }, {
261683
262098
  id: string;
@@ -262111,6 +262526,9 @@ export declare const feedPostContract: {
262111
262526
  deletedAt: Date | null;
262112
262527
  isActive: boolean;
262113
262528
  };
262529
+ resumeLabel: {
262530
+ name: string;
262531
+ };
262114
262532
  automationQueueId?: string | null | undefined;
262115
262533
  }>;
262116
262534
  upload: import("zod").ZodObject<{
@@ -264317,6 +264735,9 @@ export declare const feedPostContract: {
264317
264735
  deletedAt: Date | null;
264318
264736
  isActive: boolean;
264319
264737
  };
264738
+ resumeLabel: {
264739
+ name: string;
264740
+ };
264320
264741
  automationQueueId?: string | null | undefined;
264321
264742
  };
264322
264743
  platformMessageId: string;
@@ -265087,6 +265508,9 @@ export declare const feedPostContract: {
265087
265508
  deletedAt: Date | null;
265088
265509
  isActive: boolean;
265089
265510
  };
265511
+ resumeLabel: {
265512
+ name: string;
265513
+ };
265090
265514
  automationQueueId?: string | null | undefined;
265091
265515
  };
265092
265516
  platformMessageId: string;
@@ -265864,6 +266288,9 @@ export declare const feedPostContract: {
265864
266288
  deletedAt: Date | null;
265865
266289
  isActive: boolean;
265866
266290
  };
266291
+ resumeLabel: {
266292
+ name: string;
266293
+ };
265867
266294
  automationQueueId?: string | null | undefined;
265868
266295
  };
265869
266296
  platformMessageId: string;
@@ -266629,6 +267056,9 @@ export declare const feedPostContract: {
266629
267056
  deletedAt: Date | null;
266630
267057
  isActive: boolean;
266631
267058
  };
267059
+ resumeLabel: {
267060
+ name: string;
267061
+ };
266632
267062
  automationQueueId?: string | null | undefined;
266633
267063
  };
266634
267064
  platformMessageId: string;
@@ -267532,6 +267962,9 @@ export declare const feedPostContract: {
267532
267962
  deletedAt: Date | null;
267533
267963
  isActive: boolean;
267534
267964
  };
267965
+ resumeLabel: {
267966
+ name: string;
267967
+ };
267535
267968
  automationQueueId?: string | null | undefined;
267536
267969
  };
267537
267970
  platformMessageId: string;
@@ -268297,6 +268730,9 @@ export declare const feedPostContract: {
268297
268730
  deletedAt: Date | null;
268298
268731
  isActive: boolean;
268299
268732
  };
268733
+ resumeLabel: {
268734
+ name: string;
268735
+ };
268300
268736
  automationQueueId?: string | null | undefined;
268301
268737
  };
268302
268738
  platformMessageId: string;
@@ -269202,6 +269638,9 @@ export declare const feedPostContract: {
269202
269638
  deletedAt: Date | null;
269203
269639
  isActive: boolean;
269204
269640
  };
269641
+ resumeLabel: {
269642
+ name: string;
269643
+ };
269205
269644
  automationQueueId?: string | null | undefined;
269206
269645
  };
269207
269646
  platformMessageId: string;
@@ -269967,6 +270406,9 @@ export declare const feedPostContract: {
269967
270406
  deletedAt: Date | null;
269968
270407
  isActive: boolean;
269969
270408
  };
270409
+ resumeLabel: {
270410
+ name: string;
270411
+ };
269970
270412
  automationQueueId?: string | null | undefined;
269971
270413
  };
269972
270414
  platformMessageId: string;
@@ -270876,6 +271318,9 @@ export declare const feedPostContract: {
270876
271318
  deletedAt: Date | null;
270877
271319
  isActive: boolean;
270878
271320
  };
271321
+ resumeLabel: {
271322
+ name: string;
271323
+ };
270879
271324
  automationQueueId?: string | null | undefined;
270880
271325
  };
270881
271326
  platformMessageId: string;
@@ -271641,6 +272086,9 @@ export declare const feedPostContract: {
271641
272086
  deletedAt: Date | null;
271642
272087
  isActive: boolean;
271643
272088
  };
272089
+ resumeLabel: {
272090
+ name: string;
272091
+ };
271644
272092
  automationQueueId?: string | null | undefined;
271645
272093
  };
271646
272094
  platformMessageId: string;
@@ -293301,6 +293749,13 @@ export declare const workflowContract: {
293301
293749
  isActive: boolean;
293302
293750
  }>;
293303
293751
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
293752
+ resumeLabel: import("zod").ZodObject<{
293753
+ name: import("zod").ZodString;
293754
+ }, "strip", import("zod").ZodTypeAny, {
293755
+ name: string;
293756
+ }, {
293757
+ name: string;
293758
+ }>;
293304
293759
  }, "strip", import("zod").ZodTypeAny, {
293305
293760
  id: string;
293306
293761
  channel: {
@@ -293733,6 +294188,9 @@ export declare const workflowContract: {
293733
294188
  deletedAt: Date | null;
293734
294189
  isActive: boolean;
293735
294190
  };
294191
+ resumeLabel: {
294192
+ name: string;
294193
+ };
293736
294194
  automationQueueId?: string | null | undefined;
293737
294195
  }, {
293738
294196
  id: string;
@@ -294166,6 +294624,9 @@ export declare const workflowContract: {
294166
294624
  deletedAt: Date | null;
294167
294625
  isActive: boolean;
294168
294626
  };
294627
+ resumeLabel: {
294628
+ name: string;
294629
+ };
294169
294630
  automationQueueId?: string | null | undefined;
294170
294631
  }>;
294171
294632
  }, "strip", import("zod").ZodTypeAny, {
@@ -294601,6 +295062,9 @@ export declare const workflowContract: {
294601
295062
  deletedAt: Date | null;
294602
295063
  isActive: boolean;
294603
295064
  };
295065
+ resumeLabel: {
295066
+ name: string;
295067
+ };
294604
295068
  automationQueueId?: string | null | undefined;
294605
295069
  };
294606
295070
  requestId: string;
@@ -295037,6 +295501,9 @@ export declare const workflowContract: {
295037
295501
  deletedAt: Date | null;
295038
295502
  isActive: boolean;
295039
295503
  };
295504
+ resumeLabel: {
295505
+ name: string;
295506
+ };
295040
295507
  automationQueueId?: string | null | undefined;
295041
295508
  };
295042
295509
  requestId: string;
@@ -297712,6 +298179,13 @@ export declare const workflowContract: {
297712
298179
  isActive: boolean;
297713
298180
  }>;
297714
298181
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
298182
+ resumeLabel: import("zod").ZodObject<{
298183
+ name: import("zod").ZodString;
298184
+ }, "strip", import("zod").ZodTypeAny, {
298185
+ name: string;
298186
+ }, {
298187
+ name: string;
298188
+ }>;
297715
298189
  }, "strip", import("zod").ZodTypeAny, {
297716
298190
  id: string;
297717
298191
  channel: {
@@ -298144,6 +298618,9 @@ export declare const workflowContract: {
298144
298618
  deletedAt: Date | null;
298145
298619
  isActive: boolean;
298146
298620
  };
298621
+ resumeLabel: {
298622
+ name: string;
298623
+ };
298147
298624
  automationQueueId?: string | null | undefined;
298148
298625
  }, {
298149
298626
  id: string;
@@ -298577,6 +299054,9 @@ export declare const workflowContract: {
298577
299054
  deletedAt: Date | null;
298578
299055
  isActive: boolean;
298579
299056
  };
299057
+ resumeLabel: {
299058
+ name: string;
299059
+ };
298580
299060
  automationQueueId?: string | null | undefined;
298581
299061
  }>;
298582
299062
  upload: import("zod").ZodObject<{
@@ -300783,6 +301263,9 @@ export declare const workflowContract: {
300783
301263
  deletedAt: Date | null;
300784
301264
  isActive: boolean;
300785
301265
  };
301266
+ resumeLabel: {
301267
+ name: string;
301268
+ };
300786
301269
  automationQueueId?: string | null | undefined;
300787
301270
  };
300788
301271
  platformMessageId: string;
@@ -301553,6 +302036,9 @@ export declare const workflowContract: {
301553
302036
  deletedAt: Date | null;
301554
302037
  isActive: boolean;
301555
302038
  };
302039
+ resumeLabel: {
302040
+ name: string;
302041
+ };
301556
302042
  automationQueueId?: string | null | undefined;
301557
302043
  };
301558
302044
  platformMessageId: string;
@@ -302325,6 +302811,9 @@ export declare const workflowContract: {
302325
302811
  deletedAt: Date | null;
302326
302812
  isActive: boolean;
302327
302813
  };
302814
+ resumeLabel: {
302815
+ name: string;
302816
+ };
302328
302817
  automationQueueId?: string | null | undefined;
302329
302818
  };
302330
302819
  platformMessageId: string;
@@ -303098,6 +303587,9 @@ export declare const workflowContract: {
303098
303587
  deletedAt: Date | null;
303099
303588
  isActive: boolean;
303100
303589
  };
303590
+ resumeLabel: {
303591
+ name: string;
303592
+ };
303101
303593
  automationQueueId?: string | null | undefined;
303102
303594
  };
303103
303595
  platformMessageId: string;
@@ -305982,6 +306474,13 @@ export declare const workflowContract: {
305982
306474
  isActive: boolean;
305983
306475
  }>;
305984
306476
  automationQueueId: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
306477
+ resumeLabel: import("zod").ZodObject<{
306478
+ name: import("zod").ZodString;
306479
+ }, "strip", import("zod").ZodTypeAny, {
306480
+ name: string;
306481
+ }, {
306482
+ name: string;
306483
+ }>;
305985
306484
  solveMessage: import("zod").ZodString;
305986
306485
  }, "strip", import("zod").ZodTypeAny, {
305987
306486
  id: string;
@@ -306415,6 +306914,9 @@ export declare const workflowContract: {
306415
306914
  deletedAt: Date | null;
306416
306915
  isActive: boolean;
306417
306916
  };
306917
+ resumeLabel: {
306918
+ name: string;
306919
+ };
306418
306920
  solveMessage: string;
306419
306921
  automationQueueId?: string | null | undefined;
306420
306922
  }, {
@@ -306849,6 +307351,9 @@ export declare const workflowContract: {
306849
307351
  deletedAt: Date | null;
306850
307352
  isActive: boolean;
306851
307353
  };
307354
+ resumeLabel: {
307355
+ name: string;
307356
+ };
306852
307357
  solveMessage: string;
306853
307358
  automationQueueId?: string | null | undefined;
306854
307359
  }>;
@@ -307285,6 +307790,9 @@ export declare const workflowContract: {
307285
307790
  deletedAt: Date | null;
307286
307791
  isActive: boolean;
307287
307792
  };
307793
+ resumeLabel: {
307794
+ name: string;
307795
+ };
307288
307796
  solveMessage: string;
307289
307797
  automationQueueId?: string | null | undefined;
307290
307798
  };
@@ -307722,6 +308230,9 @@ export declare const workflowContract: {
307722
308230
  deletedAt: Date | null;
307723
308231
  isActive: boolean;
307724
308232
  };
308233
+ resumeLabel: {
308234
+ name: string;
308235
+ };
307725
308236
  solveMessage: string;
307726
308237
  automationQueueId?: string | null | undefined;
307727
308238
  };