@kl1/contracts 1.2.12-uat → 1.2.13-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +663 -1
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/validation.d.ts +10 -0
  4. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/index.d.ts +111 -111
  6. package/dist/api-contracts/src/chat/schema.d.ts +25 -25
  7. package/dist/api-contracts/src/chat/validation.d.ts +16 -16
  8. package/dist/api-contracts/src/contract.d.ts +22097 -449
  9. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  10. package/dist/api-contracts/src/facebook-feed/index.d.ts +16 -16
  11. package/dist/api-contracts/src/instagram/index.d.ts +16 -16
  12. package/dist/api-contracts/src/line/index.d.ts +16 -16
  13. package/dist/api-contracts/src/messenger/index.d.ts +16 -16
  14. package/dist/api-contracts/src/telegram/index.d.ts +20328 -0
  15. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -0
  16. package/dist/api-contracts/src/telegram/schema.d.ts +2 -0
  17. package/dist/api-contracts/src/telegram/schema.d.ts.map +1 -0
  18. package/dist/api-contracts/src/telegram/validation.d.ts +45 -0
  19. package/dist/api-contracts/src/telegram/validation.d.ts.map +1 -0
  20. package/dist/api-contracts/src/viber/index.d.ts +16 -16
  21. package/dist/api-contracts/src/webchat/index.d.ts +16 -16
  22. package/dist/api-contracts/src/workflow-rule/index.d.ts +10 -10
  23. package/dist/index.js +1120 -1003
  24. package/dist/index.js.map +1 -1
  25. package/dist/index.mjs +1119 -1003
  26. package/dist/index.mjs.map +1 -1
  27. package/package.json +1 -1
@@ -7106,7 +7106,7 @@ export declare const facebookFeedContract: {
7106
7106
  deletedAt: Date | null;
7107
7107
  isActive: boolean;
7108
7108
  }>;
7109
- automationQueueId: z.ZodNullable<z.ZodString>;
7109
+ automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7110
7110
  }, "strip", z.ZodTypeAny, {
7111
7111
  id: string;
7112
7112
  channel: {
@@ -7495,7 +7495,7 @@ export declare const facebookFeedContract: {
7495
7495
  deletedAt: Date | null;
7496
7496
  isActive: boolean;
7497
7497
  };
7498
- automationQueueId: string | null;
7498
+ automationQueueId?: string | null | undefined;
7499
7499
  }, {
7500
7500
  id: string;
7501
7501
  channel: {
@@ -7884,7 +7884,7 @@ export declare const facebookFeedContract: {
7884
7884
  deletedAt: Date | null;
7885
7885
  isActive: boolean;
7886
7886
  };
7887
- automationQueueId: string | null;
7887
+ automationQueueId?: string | null | undefined;
7888
7888
  }>;
7889
7889
  platformMessageId: z.ZodString;
7890
7890
  workflowRule: z.ZodObject<{
@@ -11485,7 +11485,7 @@ export declare const facebookFeedContract: {
11485
11485
  deletedAt: Date | null;
11486
11486
  isActive: boolean;
11487
11487
  }>;
11488
- automationQueueId: z.ZodNullable<z.ZodString>;
11488
+ automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
11489
11489
  }, "strip", z.ZodTypeAny, {
11490
11490
  id: string;
11491
11491
  channel: {
@@ -11874,7 +11874,7 @@ export declare const facebookFeedContract: {
11874
11874
  deletedAt: Date | null;
11875
11875
  isActive: boolean;
11876
11876
  };
11877
- automationQueueId: string | null;
11877
+ automationQueueId?: string | null | undefined;
11878
11878
  }, {
11879
11879
  id: string;
11880
11880
  channel: {
@@ -12263,7 +12263,7 @@ export declare const facebookFeedContract: {
12263
12263
  deletedAt: Date | null;
12264
12264
  isActive: boolean;
12265
12265
  };
12266
- automationQueueId: string | null;
12266
+ automationQueueId?: string | null | undefined;
12267
12267
  }>;
12268
12268
  upload: z.ZodObject<{
12269
12269
  id: z.ZodString;
@@ -14425,7 +14425,7 @@ export declare const facebookFeedContract: {
14425
14425
  deletedAt: Date | null;
14426
14426
  isActive: boolean;
14427
14427
  };
14428
- automationQueueId: string | null;
14428
+ automationQueueId?: string | null | undefined;
14429
14429
  };
14430
14430
  platformMessageId: string;
14431
14431
  workflowRule: {
@@ -15151,7 +15151,7 @@ export declare const facebookFeedContract: {
15151
15151
  deletedAt: Date | null;
15152
15152
  isActive: boolean;
15153
15153
  };
15154
- automationQueueId: string | null;
15154
+ automationQueueId?: string | null | undefined;
15155
15155
  };
15156
15156
  platformMessageId: string;
15157
15157
  workflowRule: {
@@ -15878,7 +15878,7 @@ export declare const facebookFeedContract: {
15878
15878
  deletedAt: Date | null;
15879
15879
  isActive: boolean;
15880
15880
  };
15881
- automationQueueId: string | null;
15881
+ automationQueueId?: string | null | undefined;
15882
15882
  };
15883
15883
  platformMessageId: string;
15884
15884
  workflowRule: {
@@ -16604,7 +16604,7 @@ export declare const facebookFeedContract: {
16604
16604
  deletedAt: Date | null;
16605
16605
  isActive: boolean;
16606
16606
  };
16607
- automationQueueId: string | null;
16607
+ automationQueueId?: string | null | undefined;
16608
16608
  };
16609
16609
  platformMessageId: string;
16610
16610
  workflowRule: {
@@ -17331,7 +17331,7 @@ export declare const facebookFeedContract: {
17331
17331
  deletedAt: Date | null;
17332
17332
  isActive: boolean;
17333
17333
  };
17334
- automationQueueId: string | null;
17334
+ automationQueueId?: string | null | undefined;
17335
17335
  };
17336
17336
  platformMessageId: string;
17337
17337
  workflowRule: {
@@ -18057,7 +18057,7 @@ export declare const facebookFeedContract: {
18057
18057
  deletedAt: Date | null;
18058
18058
  isActive: boolean;
18059
18059
  };
18060
- automationQueueId: string | null;
18060
+ automationQueueId?: string | null | undefined;
18061
18061
  };
18062
18062
  platformMessageId: string;
18063
18063
  workflowRule: {
@@ -18786,7 +18786,7 @@ export declare const facebookFeedContract: {
18786
18786
  deletedAt: Date | null;
18787
18787
  isActive: boolean;
18788
18788
  };
18789
- automationQueueId: string | null;
18789
+ automationQueueId?: string | null | undefined;
18790
18790
  };
18791
18791
  platformMessageId: string;
18792
18792
  workflowRule: {
@@ -19512,7 +19512,7 @@ export declare const facebookFeedContract: {
19512
19512
  deletedAt: Date | null;
19513
19513
  isActive: boolean;
19514
19514
  };
19515
- automationQueueId: string | null;
19515
+ automationQueueId?: string | null | undefined;
19516
19516
  };
19517
19517
  platformMessageId: string;
19518
19518
  workflowRule: {
@@ -20242,7 +20242,7 @@ export declare const facebookFeedContract: {
20242
20242
  deletedAt: Date | null;
20243
20243
  isActive: boolean;
20244
20244
  };
20245
- automationQueueId: string | null;
20245
+ automationQueueId?: string | null | undefined;
20246
20246
  };
20247
20247
  platformMessageId: string;
20248
20248
  workflowRule: {
@@ -20968,7 +20968,7 @@ export declare const facebookFeedContract: {
20968
20968
  deletedAt: Date | null;
20969
20969
  isActive: boolean;
20970
20970
  };
20971
- automationQueueId: string | null;
20971
+ automationQueueId?: string | null | undefined;
20972
20972
  };
20973
20973
  platformMessageId: string;
20974
20974
  workflowRule: {
@@ -3591,7 +3591,7 @@ export declare const instagramContract: {
3591
3591
  deletedAt: Date | null;
3592
3592
  isActive: boolean;
3593
3593
  }>;
3594
- automationQueueId: z.ZodNullable<z.ZodString>;
3594
+ automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3595
3595
  }, "strip", z.ZodTypeAny, {
3596
3596
  id: string;
3597
3597
  channel: {
@@ -3980,7 +3980,7 @@ export declare const instagramContract: {
3980
3980
  deletedAt: Date | null;
3981
3981
  isActive: boolean;
3982
3982
  };
3983
- automationQueueId: string | null;
3983
+ automationQueueId?: string | null | undefined;
3984
3984
  }, {
3985
3985
  id: string;
3986
3986
  channel: {
@@ -4369,7 +4369,7 @@ export declare const instagramContract: {
4369
4369
  deletedAt: Date | null;
4370
4370
  isActive: boolean;
4371
4371
  };
4372
- automationQueueId: string | null;
4372
+ automationQueueId?: string | null | undefined;
4373
4373
  }>;
4374
4374
  platformMessageId: z.ZodString;
4375
4375
  workflowRule: z.ZodObject<{
@@ -7970,7 +7970,7 @@ export declare const instagramContract: {
7970
7970
  deletedAt: Date | null;
7971
7971
  isActive: boolean;
7972
7972
  }>;
7973
- automationQueueId: z.ZodNullable<z.ZodString>;
7973
+ automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7974
7974
  }, "strip", z.ZodTypeAny, {
7975
7975
  id: string;
7976
7976
  channel: {
@@ -8359,7 +8359,7 @@ export declare const instagramContract: {
8359
8359
  deletedAt: Date | null;
8360
8360
  isActive: boolean;
8361
8361
  };
8362
- automationQueueId: string | null;
8362
+ automationQueueId?: string | null | undefined;
8363
8363
  }, {
8364
8364
  id: string;
8365
8365
  channel: {
@@ -8748,7 +8748,7 @@ export declare const instagramContract: {
8748
8748
  deletedAt: Date | null;
8749
8749
  isActive: boolean;
8750
8750
  };
8751
- automationQueueId: string | null;
8751
+ automationQueueId?: string | null | undefined;
8752
8752
  }>;
8753
8753
  upload: z.ZodObject<{
8754
8754
  id: z.ZodString;
@@ -10910,7 +10910,7 @@ export declare const instagramContract: {
10910
10910
  deletedAt: Date | null;
10911
10911
  isActive: boolean;
10912
10912
  };
10913
- automationQueueId: string | null;
10913
+ automationQueueId?: string | null | undefined;
10914
10914
  };
10915
10915
  platformMessageId: string;
10916
10916
  workflowRule: {
@@ -11636,7 +11636,7 @@ export declare const instagramContract: {
11636
11636
  deletedAt: Date | null;
11637
11637
  isActive: boolean;
11638
11638
  };
11639
- automationQueueId: string | null;
11639
+ automationQueueId?: string | null | undefined;
11640
11640
  };
11641
11641
  platformMessageId: string;
11642
11642
  workflowRule: {
@@ -12363,7 +12363,7 @@ export declare const instagramContract: {
12363
12363
  deletedAt: Date | null;
12364
12364
  isActive: boolean;
12365
12365
  };
12366
- automationQueueId: string | null;
12366
+ automationQueueId?: string | null | undefined;
12367
12367
  };
12368
12368
  platformMessageId: string;
12369
12369
  workflowRule: {
@@ -13089,7 +13089,7 @@ export declare const instagramContract: {
13089
13089
  deletedAt: Date | null;
13090
13090
  isActive: boolean;
13091
13091
  };
13092
- automationQueueId: string | null;
13092
+ automationQueueId?: string | null | undefined;
13093
13093
  };
13094
13094
  platformMessageId: string;
13095
13095
  workflowRule: {
@@ -13816,7 +13816,7 @@ export declare const instagramContract: {
13816
13816
  deletedAt: Date | null;
13817
13817
  isActive: boolean;
13818
13818
  };
13819
- automationQueueId: string | null;
13819
+ automationQueueId?: string | null | undefined;
13820
13820
  };
13821
13821
  platformMessageId: string;
13822
13822
  workflowRule: {
@@ -14542,7 +14542,7 @@ export declare const instagramContract: {
14542
14542
  deletedAt: Date | null;
14543
14543
  isActive: boolean;
14544
14544
  };
14545
- automationQueueId: string | null;
14545
+ automationQueueId?: string | null | undefined;
14546
14546
  };
14547
14547
  platformMessageId: string;
14548
14548
  workflowRule: {
@@ -15271,7 +15271,7 @@ export declare const instagramContract: {
15271
15271
  deletedAt: Date | null;
15272
15272
  isActive: boolean;
15273
15273
  };
15274
- automationQueueId: string | null;
15274
+ automationQueueId?: string | null | undefined;
15275
15275
  };
15276
15276
  platformMessageId: string;
15277
15277
  workflowRule: {
@@ -15997,7 +15997,7 @@ export declare const instagramContract: {
15997
15997
  deletedAt: Date | null;
15998
15998
  isActive: boolean;
15999
15999
  };
16000
- automationQueueId: string | null;
16000
+ automationQueueId?: string | null | undefined;
16001
16001
  };
16002
16002
  platformMessageId: string;
16003
16003
  workflowRule: {
@@ -16727,7 +16727,7 @@ export declare const instagramContract: {
16727
16727
  deletedAt: Date | null;
16728
16728
  isActive: boolean;
16729
16729
  };
16730
- automationQueueId: string | null;
16730
+ automationQueueId?: string | null | undefined;
16731
16731
  };
16732
16732
  platformMessageId: string;
16733
16733
  workflowRule: {
@@ -17453,7 +17453,7 @@ export declare const instagramContract: {
17453
17453
  deletedAt: Date | null;
17454
17454
  isActive: boolean;
17455
17455
  };
17456
- automationQueueId: string | null;
17456
+ automationQueueId?: string | null | undefined;
17457
17457
  };
17458
17458
  platformMessageId: string;
17459
17459
  workflowRule: {
@@ -4566,7 +4566,7 @@ export declare const lineContract: {
4566
4566
  deletedAt: Date | null;
4567
4567
  isActive: boolean;
4568
4568
  }>;
4569
- automationQueueId: z.ZodNullable<z.ZodString>;
4569
+ automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4570
4570
  }, "strip", z.ZodTypeAny, {
4571
4571
  id: string;
4572
4572
  channel: {
@@ -4955,7 +4955,7 @@ export declare const lineContract: {
4955
4955
  deletedAt: Date | null;
4956
4956
  isActive: boolean;
4957
4957
  };
4958
- automationQueueId: string | null;
4958
+ automationQueueId?: string | null | undefined;
4959
4959
  }, {
4960
4960
  id: string;
4961
4961
  channel: {
@@ -5344,7 +5344,7 @@ export declare const lineContract: {
5344
5344
  deletedAt: Date | null;
5345
5345
  isActive: boolean;
5346
5346
  };
5347
- automationQueueId: string | null;
5347
+ automationQueueId?: string | null | undefined;
5348
5348
  }>;
5349
5349
  platformMessageId: z.ZodString;
5350
5350
  workflowRule: z.ZodObject<{
@@ -8945,7 +8945,7 @@ export declare const lineContract: {
8945
8945
  deletedAt: Date | null;
8946
8946
  isActive: boolean;
8947
8947
  }>;
8948
- automationQueueId: z.ZodNullable<z.ZodString>;
8948
+ automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8949
8949
  }, "strip", z.ZodTypeAny, {
8950
8950
  id: string;
8951
8951
  channel: {
@@ -9334,7 +9334,7 @@ export declare const lineContract: {
9334
9334
  deletedAt: Date | null;
9335
9335
  isActive: boolean;
9336
9336
  };
9337
- automationQueueId: string | null;
9337
+ automationQueueId?: string | null | undefined;
9338
9338
  }, {
9339
9339
  id: string;
9340
9340
  channel: {
@@ -9723,7 +9723,7 @@ export declare const lineContract: {
9723
9723
  deletedAt: Date | null;
9724
9724
  isActive: boolean;
9725
9725
  };
9726
- automationQueueId: string | null;
9726
+ automationQueueId?: string | null | undefined;
9727
9727
  }>;
9728
9728
  upload: z.ZodObject<{
9729
9729
  id: z.ZodString;
@@ -11885,7 +11885,7 @@ export declare const lineContract: {
11885
11885
  deletedAt: Date | null;
11886
11886
  isActive: boolean;
11887
11887
  };
11888
- automationQueueId: string | null;
11888
+ automationQueueId?: string | null | undefined;
11889
11889
  };
11890
11890
  platformMessageId: string;
11891
11891
  workflowRule: {
@@ -12611,7 +12611,7 @@ export declare const lineContract: {
12611
12611
  deletedAt: Date | null;
12612
12612
  isActive: boolean;
12613
12613
  };
12614
- automationQueueId: string | null;
12614
+ automationQueueId?: string | null | undefined;
12615
12615
  };
12616
12616
  platformMessageId: string;
12617
12617
  workflowRule: {
@@ -13338,7 +13338,7 @@ export declare const lineContract: {
13338
13338
  deletedAt: Date | null;
13339
13339
  isActive: boolean;
13340
13340
  };
13341
- automationQueueId: string | null;
13341
+ automationQueueId?: string | null | undefined;
13342
13342
  };
13343
13343
  platformMessageId: string;
13344
13344
  workflowRule: {
@@ -14064,7 +14064,7 @@ export declare const lineContract: {
14064
14064
  deletedAt: Date | null;
14065
14065
  isActive: boolean;
14066
14066
  };
14067
- automationQueueId: string | null;
14067
+ automationQueueId?: string | null | undefined;
14068
14068
  };
14069
14069
  platformMessageId: string;
14070
14070
  workflowRule: {
@@ -14791,7 +14791,7 @@ export declare const lineContract: {
14791
14791
  deletedAt: Date | null;
14792
14792
  isActive: boolean;
14793
14793
  };
14794
- automationQueueId: string | null;
14794
+ automationQueueId?: string | null | undefined;
14795
14795
  };
14796
14796
  platformMessageId: string;
14797
14797
  workflowRule: {
@@ -15517,7 +15517,7 @@ export declare const lineContract: {
15517
15517
  deletedAt: Date | null;
15518
15518
  isActive: boolean;
15519
15519
  };
15520
- automationQueueId: string | null;
15520
+ automationQueueId?: string | null | undefined;
15521
15521
  };
15522
15522
  platformMessageId: string;
15523
15523
  workflowRule: {
@@ -16246,7 +16246,7 @@ export declare const lineContract: {
16246
16246
  deletedAt: Date | null;
16247
16247
  isActive: boolean;
16248
16248
  };
16249
- automationQueueId: string | null;
16249
+ automationQueueId?: string | null | undefined;
16250
16250
  };
16251
16251
  platformMessageId: string;
16252
16252
  workflowRule: {
@@ -16972,7 +16972,7 @@ export declare const lineContract: {
16972
16972
  deletedAt: Date | null;
16973
16973
  isActive: boolean;
16974
16974
  };
16975
- automationQueueId: string | null;
16975
+ automationQueueId?: string | null | undefined;
16976
16976
  };
16977
16977
  platformMessageId: string;
16978
16978
  workflowRule: {
@@ -17702,7 +17702,7 @@ export declare const lineContract: {
17702
17702
  deletedAt: Date | null;
17703
17703
  isActive: boolean;
17704
17704
  };
17705
- automationQueueId: string | null;
17705
+ automationQueueId?: string | null | undefined;
17706
17706
  };
17707
17707
  platformMessageId: string;
17708
17708
  workflowRule: {
@@ -18428,7 +18428,7 @@ export declare const lineContract: {
18428
18428
  deletedAt: Date | null;
18429
18429
  isActive: boolean;
18430
18430
  };
18431
- automationQueueId: string | null;
18431
+ automationQueueId?: string | null | undefined;
18432
18432
  };
18433
18433
  platformMessageId: string;
18434
18434
  workflowRule: {
@@ -3595,7 +3595,7 @@ export declare const messengerContract: {
3595
3595
  deletedAt: Date | null;
3596
3596
  isActive: boolean;
3597
3597
  }>;
3598
- automationQueueId: z.ZodNullable<z.ZodString>;
3598
+ automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3599
3599
  }, "strip", z.ZodTypeAny, {
3600
3600
  id: string;
3601
3601
  channel: {
@@ -3984,7 +3984,7 @@ export declare const messengerContract: {
3984
3984
  deletedAt: Date | null;
3985
3985
  isActive: boolean;
3986
3986
  };
3987
- automationQueueId: string | null;
3987
+ automationQueueId?: string | null | undefined;
3988
3988
  }, {
3989
3989
  id: string;
3990
3990
  channel: {
@@ -4373,7 +4373,7 @@ export declare const messengerContract: {
4373
4373
  deletedAt: Date | null;
4374
4374
  isActive: boolean;
4375
4375
  };
4376
- automationQueueId: string | null;
4376
+ automationQueueId?: string | null | undefined;
4377
4377
  }>;
4378
4378
  platformMessageId: z.ZodString;
4379
4379
  workflowRule: z.ZodObject<{
@@ -7974,7 +7974,7 @@ export declare const messengerContract: {
7974
7974
  deletedAt: Date | null;
7975
7975
  isActive: boolean;
7976
7976
  }>;
7977
- automationQueueId: z.ZodNullable<z.ZodString>;
7977
+ automationQueueId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7978
7978
  }, "strip", z.ZodTypeAny, {
7979
7979
  id: string;
7980
7980
  channel: {
@@ -8363,7 +8363,7 @@ export declare const messengerContract: {
8363
8363
  deletedAt: Date | null;
8364
8364
  isActive: boolean;
8365
8365
  };
8366
- automationQueueId: string | null;
8366
+ automationQueueId?: string | null | undefined;
8367
8367
  }, {
8368
8368
  id: string;
8369
8369
  channel: {
@@ -8752,7 +8752,7 @@ export declare const messengerContract: {
8752
8752
  deletedAt: Date | null;
8753
8753
  isActive: boolean;
8754
8754
  };
8755
- automationQueueId: string | null;
8755
+ automationQueueId?: string | null | undefined;
8756
8756
  }>;
8757
8757
  upload: z.ZodObject<{
8758
8758
  id: z.ZodString;
@@ -10914,7 +10914,7 @@ export declare const messengerContract: {
10914
10914
  deletedAt: Date | null;
10915
10915
  isActive: boolean;
10916
10916
  };
10917
- automationQueueId: string | null;
10917
+ automationQueueId?: string | null | undefined;
10918
10918
  };
10919
10919
  platformMessageId: string;
10920
10920
  workflowRule: {
@@ -11640,7 +11640,7 @@ export declare const messengerContract: {
11640
11640
  deletedAt: Date | null;
11641
11641
  isActive: boolean;
11642
11642
  };
11643
- automationQueueId: string | null;
11643
+ automationQueueId?: string | null | undefined;
11644
11644
  };
11645
11645
  platformMessageId: string;
11646
11646
  workflowRule: {
@@ -12367,7 +12367,7 @@ export declare const messengerContract: {
12367
12367
  deletedAt: Date | null;
12368
12368
  isActive: boolean;
12369
12369
  };
12370
- automationQueueId: string | null;
12370
+ automationQueueId?: string | null | undefined;
12371
12371
  };
12372
12372
  platformMessageId: string;
12373
12373
  workflowRule: {
@@ -13093,7 +13093,7 @@ export declare const messengerContract: {
13093
13093
  deletedAt: Date | null;
13094
13094
  isActive: boolean;
13095
13095
  };
13096
- automationQueueId: string | null;
13096
+ automationQueueId?: string | null | undefined;
13097
13097
  };
13098
13098
  platformMessageId: string;
13099
13099
  workflowRule: {
@@ -13820,7 +13820,7 @@ export declare const messengerContract: {
13820
13820
  deletedAt: Date | null;
13821
13821
  isActive: boolean;
13822
13822
  };
13823
- automationQueueId: string | null;
13823
+ automationQueueId?: string | null | undefined;
13824
13824
  };
13825
13825
  platformMessageId: string;
13826
13826
  workflowRule: {
@@ -14546,7 +14546,7 @@ export declare const messengerContract: {
14546
14546
  deletedAt: Date | null;
14547
14547
  isActive: boolean;
14548
14548
  };
14549
- automationQueueId: string | null;
14549
+ automationQueueId?: string | null | undefined;
14550
14550
  };
14551
14551
  platformMessageId: string;
14552
14552
  workflowRule: {
@@ -15275,7 +15275,7 @@ export declare const messengerContract: {
15275
15275
  deletedAt: Date | null;
15276
15276
  isActive: boolean;
15277
15277
  };
15278
- automationQueueId: string | null;
15278
+ automationQueueId?: string | null | undefined;
15279
15279
  };
15280
15280
  platformMessageId: string;
15281
15281
  workflowRule: {
@@ -16001,7 +16001,7 @@ export declare const messengerContract: {
16001
16001
  deletedAt: Date | null;
16002
16002
  isActive: boolean;
16003
16003
  };
16004
- automationQueueId: string | null;
16004
+ automationQueueId?: string | null | undefined;
16005
16005
  };
16006
16006
  platformMessageId: string;
16007
16007
  workflowRule: {
@@ -16731,7 +16731,7 @@ export declare const messengerContract: {
16731
16731
  deletedAt: Date | null;
16732
16732
  isActive: boolean;
16733
16733
  };
16734
- automationQueueId: string | null;
16734
+ automationQueueId?: string | null | undefined;
16735
16735
  };
16736
16736
  platformMessageId: string;
16737
16737
  workflowRule: {
@@ -17457,7 +17457,7 @@ export declare const messengerContract: {
17457
17457
  deletedAt: Date | null;
17458
17458
  isActive: boolean;
17459
17459
  };
17460
- automationQueueId: string | null;
17460
+ automationQueueId?: string | null | undefined;
17461
17461
  };
17462
17462
  platformMessageId: string;
17463
17463
  workflowRule: {