@kl1/contracts 1.2.3-uat → 1.2.5-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. package/dist/api-contracts/src/automation-queue/index.d.ts +5 -1
  2. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/automation-queue/validation.d.ts +10 -0
  4. package/dist/api-contracts/src/automation-queue/validation.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/index.d.ts +2660 -6765
  6. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/schema.d.ts +1951 -5080
  8. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/validation.d.ts +19 -147
  10. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  11. package/dist/api-contracts/src/contract.d.ts +109 -106
  12. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  13. package/dist/api-contracts/src/facebook-feed/index.d.ts +16 -16
  14. package/dist/api-contracts/src/instagram/index.d.ts +16 -16
  15. package/dist/api-contracts/src/line/index.d.ts +16 -16
  16. package/dist/api-contracts/src/messenger/index.d.ts +16 -16
  17. package/dist/api-contracts/src/ticket/index.d.ts +3 -0
  18. package/dist/api-contracts/src/ticket/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/ticket/validation.d.ts +3 -0
  20. package/dist/api-contracts/src/ticket/validation.d.ts.map +1 -1
  21. package/dist/api-contracts/src/viber/index.d.ts +16 -16
  22. package/dist/api-contracts/src/webchat/index.d.ts +16 -16
  23. package/dist/api-contracts/src/workflow-rule/index.d.ts +10 -10
  24. package/dist/index.js +10 -36
  25. package/dist/index.js.map +1 -1
  26. package/dist/index.mjs +10 -35
  27. package/dist/index.mjs.map +1 -1
  28. package/package.json +1 -1
@@ -5749,7 +5749,6 @@ export declare const facebookFeedContract: {
5749
5749
  channelId: string;
5750
5750
  socialPlatformId: string;
5751
5751
  }>;
5752
- automationQueueId: z.ZodNullable<z.ZodString>;
5753
5752
  actor: z.ZodObject<{
5754
5753
  id: z.ZodString;
5755
5754
  createdAt: z.ZodDate;
@@ -7038,6 +7037,7 @@ export declare const facebookFeedContract: {
7038
7037
  deletedAt: Date | null;
7039
7038
  isActive: boolean;
7040
7039
  }>;
7040
+ automationQueueId: z.ZodNullable<z.ZodString>;
7041
7041
  }, "strip", z.ZodTypeAny, {
7042
7042
  id: string;
7043
7043
  channel: {
@@ -7347,7 +7347,6 @@ export declare const facebookFeedContract: {
7347
7347
  closedAt: Date;
7348
7348
  lastMessageAt: Date | null;
7349
7349
  isBotRoom: boolean;
7350
- automationQueueId: string | null;
7351
7350
  cxlog: {
7352
7351
  id: string;
7353
7352
  channel: string | null;
@@ -7426,6 +7425,7 @@ export declare const facebookFeedContract: {
7426
7425
  deletedAt: Date | null;
7427
7426
  isActive: boolean;
7428
7427
  };
7428
+ automationQueueId: string | null;
7429
7429
  }, {
7430
7430
  id: string;
7431
7431
  channel: {
@@ -7735,7 +7735,6 @@ export declare const facebookFeedContract: {
7735
7735
  closedAt: Date;
7736
7736
  lastMessageAt: Date | null;
7737
7737
  isBotRoom: boolean;
7738
- automationQueueId: string | null;
7739
7738
  cxlog: {
7740
7739
  id: string;
7741
7740
  channel: string | null;
@@ -7814,6 +7813,7 @@ export declare const facebookFeedContract: {
7814
7813
  deletedAt: Date | null;
7815
7814
  isActive: boolean;
7816
7815
  };
7816
+ automationQueueId: string | null;
7817
7817
  }>;
7818
7818
  platformMessageId: z.ZodString;
7819
7819
  workflowRule: z.ZodObject<{
@@ -10121,7 +10121,6 @@ export declare const facebookFeedContract: {
10121
10121
  channelId: string;
10122
10122
  socialPlatformId: string;
10123
10123
  }>;
10124
- automationQueueId: z.ZodNullable<z.ZodString>;
10125
10124
  actor: z.ZodObject<{
10126
10125
  id: z.ZodString;
10127
10126
  createdAt: z.ZodDate;
@@ -11410,6 +11409,7 @@ export declare const facebookFeedContract: {
11410
11409
  deletedAt: Date | null;
11411
11410
  isActive: boolean;
11412
11411
  }>;
11412
+ automationQueueId: z.ZodNullable<z.ZodString>;
11413
11413
  }, "strip", z.ZodTypeAny, {
11414
11414
  id: string;
11415
11415
  channel: {
@@ -11719,7 +11719,6 @@ export declare const facebookFeedContract: {
11719
11719
  closedAt: Date;
11720
11720
  lastMessageAt: Date | null;
11721
11721
  isBotRoom: boolean;
11722
- automationQueueId: string | null;
11723
11722
  cxlog: {
11724
11723
  id: string;
11725
11724
  channel: string | null;
@@ -11798,6 +11797,7 @@ export declare const facebookFeedContract: {
11798
11797
  deletedAt: Date | null;
11799
11798
  isActive: boolean;
11800
11799
  };
11800
+ automationQueueId: string | null;
11801
11801
  }, {
11802
11802
  id: string;
11803
11803
  channel: {
@@ -12107,7 +12107,6 @@ export declare const facebookFeedContract: {
12107
12107
  closedAt: Date;
12108
12108
  lastMessageAt: Date | null;
12109
12109
  isBotRoom: boolean;
12110
- automationQueueId: string | null;
12111
12110
  cxlog: {
12112
12111
  id: string;
12113
12112
  channel: string | null;
@@ -12186,6 +12185,7 @@ export declare const facebookFeedContract: {
12186
12185
  deletedAt: Date | null;
12187
12186
  isActive: boolean;
12188
12187
  };
12188
+ automationQueueId: string | null;
12189
12189
  }>;
12190
12190
  upload: z.ZodObject<{
12191
12191
  id: z.ZodString;
@@ -14268,7 +14268,6 @@ export declare const facebookFeedContract: {
14268
14268
  closedAt: Date;
14269
14269
  lastMessageAt: Date | null;
14270
14270
  isBotRoom: boolean;
14271
- automationQueueId: string | null;
14272
14271
  cxlog: {
14273
14272
  id: string;
14274
14273
  channel: string | null;
@@ -14347,6 +14346,7 @@ export declare const facebookFeedContract: {
14347
14346
  deletedAt: Date | null;
14348
14347
  isActive: boolean;
14349
14348
  };
14349
+ automationQueueId: string | null;
14350
14350
  };
14351
14351
  platformMessageId: string;
14352
14352
  workflowRule: {
@@ -14993,7 +14993,6 @@ export declare const facebookFeedContract: {
14993
14993
  closedAt: Date;
14994
14994
  lastMessageAt: Date | null;
14995
14995
  isBotRoom: boolean;
14996
- automationQueueId: string | null;
14997
14996
  cxlog: {
14998
14997
  id: string;
14999
14998
  channel: string | null;
@@ -15072,6 +15071,7 @@ export declare const facebookFeedContract: {
15072
15071
  deletedAt: Date | null;
15073
15072
  isActive: boolean;
15074
15073
  };
15074
+ automationQueueId: string | null;
15075
15075
  };
15076
15076
  platformMessageId: string;
15077
15077
  workflowRule: {
@@ -15719,7 +15719,6 @@ export declare const facebookFeedContract: {
15719
15719
  closedAt: Date;
15720
15720
  lastMessageAt: Date | null;
15721
15721
  isBotRoom: boolean;
15722
- automationQueueId: string | null;
15723
15722
  cxlog: {
15724
15723
  id: string;
15725
15724
  channel: string | null;
@@ -15798,6 +15797,7 @@ export declare const facebookFeedContract: {
15798
15797
  deletedAt: Date | null;
15799
15798
  isActive: boolean;
15800
15799
  };
15800
+ automationQueueId: string | null;
15801
15801
  };
15802
15802
  platformMessageId: string;
15803
15803
  workflowRule: {
@@ -16444,7 +16444,6 @@ export declare const facebookFeedContract: {
16444
16444
  closedAt: Date;
16445
16445
  lastMessageAt: Date | null;
16446
16446
  isBotRoom: boolean;
16447
- automationQueueId: string | null;
16448
16447
  cxlog: {
16449
16448
  id: string;
16450
16449
  channel: string | null;
@@ -16523,6 +16522,7 @@ export declare const facebookFeedContract: {
16523
16522
  deletedAt: Date | null;
16524
16523
  isActive: boolean;
16525
16524
  };
16525
+ automationQueueId: string | null;
16526
16526
  };
16527
16527
  platformMessageId: string;
16528
16528
  workflowRule: {
@@ -17170,7 +17170,6 @@ export declare const facebookFeedContract: {
17170
17170
  closedAt: Date;
17171
17171
  lastMessageAt: Date | null;
17172
17172
  isBotRoom: boolean;
17173
- automationQueueId: string | null;
17174
17173
  cxlog: {
17175
17174
  id: string;
17176
17175
  channel: string | null;
@@ -17249,6 +17248,7 @@ export declare const facebookFeedContract: {
17249
17248
  deletedAt: Date | null;
17250
17249
  isActive: boolean;
17251
17250
  };
17251
+ automationQueueId: string | null;
17252
17252
  };
17253
17253
  platformMessageId: string;
17254
17254
  workflowRule: {
@@ -17895,7 +17895,6 @@ export declare const facebookFeedContract: {
17895
17895
  closedAt: Date;
17896
17896
  lastMessageAt: Date | null;
17897
17897
  isBotRoom: boolean;
17898
- automationQueueId: string | null;
17899
17898
  cxlog: {
17900
17899
  id: string;
17901
17900
  channel: string | null;
@@ -17974,6 +17973,7 @@ export declare const facebookFeedContract: {
17974
17973
  deletedAt: Date | null;
17975
17974
  isActive: boolean;
17976
17975
  };
17976
+ automationQueueId: string | null;
17977
17977
  };
17978
17978
  platformMessageId: string;
17979
17979
  workflowRule: {
@@ -18623,7 +18623,6 @@ export declare const facebookFeedContract: {
18623
18623
  closedAt: Date;
18624
18624
  lastMessageAt: Date | null;
18625
18625
  isBotRoom: boolean;
18626
- automationQueueId: string | null;
18627
18626
  cxlog: {
18628
18627
  id: string;
18629
18628
  channel: string | null;
@@ -18702,6 +18701,7 @@ export declare const facebookFeedContract: {
18702
18701
  deletedAt: Date | null;
18703
18702
  isActive: boolean;
18704
18703
  };
18704
+ automationQueueId: string | null;
18705
18705
  };
18706
18706
  platformMessageId: string;
18707
18707
  workflowRule: {
@@ -19348,7 +19348,6 @@ export declare const facebookFeedContract: {
19348
19348
  closedAt: Date;
19349
19349
  lastMessageAt: Date | null;
19350
19350
  isBotRoom: boolean;
19351
- automationQueueId: string | null;
19352
19351
  cxlog: {
19353
19352
  id: string;
19354
19353
  channel: string | null;
@@ -19427,6 +19426,7 @@ export declare const facebookFeedContract: {
19427
19426
  deletedAt: Date | null;
19428
19427
  isActive: boolean;
19429
19428
  };
19429
+ automationQueueId: string | null;
19430
19430
  };
19431
19431
  platformMessageId: string;
19432
19432
  workflowRule: {
@@ -20077,7 +20077,6 @@ export declare const facebookFeedContract: {
20077
20077
  closedAt: Date;
20078
20078
  lastMessageAt: Date | null;
20079
20079
  isBotRoom: boolean;
20080
- automationQueueId: string | null;
20081
20080
  cxlog: {
20082
20081
  id: string;
20083
20082
  channel: string | null;
@@ -20156,6 +20155,7 @@ export declare const facebookFeedContract: {
20156
20155
  deletedAt: Date | null;
20157
20156
  isActive: boolean;
20158
20157
  };
20158
+ automationQueueId: string | null;
20159
20159
  };
20160
20160
  platformMessageId: string;
20161
20161
  workflowRule: {
@@ -20802,7 +20802,6 @@ export declare const facebookFeedContract: {
20802
20802
  closedAt: Date;
20803
20803
  lastMessageAt: Date | null;
20804
20804
  isBotRoom: boolean;
20805
- automationQueueId: string | null;
20806
20805
  cxlog: {
20807
20806
  id: string;
20808
20807
  channel: string | null;
@@ -20881,6 +20880,7 @@ export declare const facebookFeedContract: {
20881
20880
  deletedAt: Date | null;
20882
20881
  isActive: boolean;
20883
20882
  };
20883
+ automationQueueId: string | null;
20884
20884
  };
20885
20885
  platformMessageId: string;
20886
20886
  workflowRule: {
@@ -2289,7 +2289,6 @@ export declare const instagramContract: {
2289
2289
  channelId: string;
2290
2290
  socialPlatformId: string;
2291
2291
  }>;
2292
- automationQueueId: z.ZodNullable<z.ZodString>;
2293
2292
  actor: z.ZodObject<{
2294
2293
  id: z.ZodString;
2295
2294
  createdAt: z.ZodDate;
@@ -3578,6 +3577,7 @@ export declare const instagramContract: {
3578
3577
  deletedAt: Date | null;
3579
3578
  isActive: boolean;
3580
3579
  }>;
3580
+ automationQueueId: z.ZodNullable<z.ZodString>;
3581
3581
  }, "strip", z.ZodTypeAny, {
3582
3582
  id: string;
3583
3583
  channel: {
@@ -3887,7 +3887,6 @@ export declare const instagramContract: {
3887
3887
  closedAt: Date;
3888
3888
  lastMessageAt: Date | null;
3889
3889
  isBotRoom: boolean;
3890
- automationQueueId: string | null;
3891
3890
  cxlog: {
3892
3891
  id: string;
3893
3892
  channel: string | null;
@@ -3966,6 +3965,7 @@ export declare const instagramContract: {
3966
3965
  deletedAt: Date | null;
3967
3966
  isActive: boolean;
3968
3967
  };
3968
+ automationQueueId: string | null;
3969
3969
  }, {
3970
3970
  id: string;
3971
3971
  channel: {
@@ -4275,7 +4275,6 @@ export declare const instagramContract: {
4275
4275
  closedAt: Date;
4276
4276
  lastMessageAt: Date | null;
4277
4277
  isBotRoom: boolean;
4278
- automationQueueId: string | null;
4279
4278
  cxlog: {
4280
4279
  id: string;
4281
4280
  channel: string | null;
@@ -4354,6 +4353,7 @@ export declare const instagramContract: {
4354
4353
  deletedAt: Date | null;
4355
4354
  isActive: boolean;
4356
4355
  };
4356
+ automationQueueId: string | null;
4357
4357
  }>;
4358
4358
  platformMessageId: z.ZodString;
4359
4359
  workflowRule: z.ZodObject<{
@@ -6661,7 +6661,6 @@ export declare const instagramContract: {
6661
6661
  channelId: string;
6662
6662
  socialPlatformId: string;
6663
6663
  }>;
6664
- automationQueueId: z.ZodNullable<z.ZodString>;
6665
6664
  actor: z.ZodObject<{
6666
6665
  id: z.ZodString;
6667
6666
  createdAt: z.ZodDate;
@@ -7950,6 +7949,7 @@ export declare const instagramContract: {
7950
7949
  deletedAt: Date | null;
7951
7950
  isActive: boolean;
7952
7951
  }>;
7952
+ automationQueueId: z.ZodNullable<z.ZodString>;
7953
7953
  }, "strip", z.ZodTypeAny, {
7954
7954
  id: string;
7955
7955
  channel: {
@@ -8259,7 +8259,6 @@ export declare const instagramContract: {
8259
8259
  closedAt: Date;
8260
8260
  lastMessageAt: Date | null;
8261
8261
  isBotRoom: boolean;
8262
- automationQueueId: string | null;
8263
8262
  cxlog: {
8264
8263
  id: string;
8265
8264
  channel: string | null;
@@ -8338,6 +8337,7 @@ export declare const instagramContract: {
8338
8337
  deletedAt: Date | null;
8339
8338
  isActive: boolean;
8340
8339
  };
8340
+ automationQueueId: string | null;
8341
8341
  }, {
8342
8342
  id: string;
8343
8343
  channel: {
@@ -8647,7 +8647,6 @@ export declare const instagramContract: {
8647
8647
  closedAt: Date;
8648
8648
  lastMessageAt: Date | null;
8649
8649
  isBotRoom: boolean;
8650
- automationQueueId: string | null;
8651
8650
  cxlog: {
8652
8651
  id: string;
8653
8652
  channel: string | null;
@@ -8726,6 +8725,7 @@ export declare const instagramContract: {
8726
8725
  deletedAt: Date | null;
8727
8726
  isActive: boolean;
8728
8727
  };
8728
+ automationQueueId: string | null;
8729
8729
  }>;
8730
8730
  upload: z.ZodObject<{
8731
8731
  id: z.ZodString;
@@ -10808,7 +10808,6 @@ export declare const instagramContract: {
10808
10808
  closedAt: Date;
10809
10809
  lastMessageAt: Date | null;
10810
10810
  isBotRoom: boolean;
10811
- automationQueueId: string | null;
10812
10811
  cxlog: {
10813
10812
  id: string;
10814
10813
  channel: string | null;
@@ -10887,6 +10886,7 @@ export declare const instagramContract: {
10887
10886
  deletedAt: Date | null;
10888
10887
  isActive: boolean;
10889
10888
  };
10889
+ automationQueueId: string | null;
10890
10890
  };
10891
10891
  platformMessageId: string;
10892
10892
  workflowRule: {
@@ -11533,7 +11533,6 @@ export declare const instagramContract: {
11533
11533
  closedAt: Date;
11534
11534
  lastMessageAt: Date | null;
11535
11535
  isBotRoom: boolean;
11536
- automationQueueId: string | null;
11537
11536
  cxlog: {
11538
11537
  id: string;
11539
11538
  channel: string | null;
@@ -11612,6 +11611,7 @@ export declare const instagramContract: {
11612
11611
  deletedAt: Date | null;
11613
11612
  isActive: boolean;
11614
11613
  };
11614
+ automationQueueId: string | null;
11615
11615
  };
11616
11616
  platformMessageId: string;
11617
11617
  workflowRule: {
@@ -12259,7 +12259,6 @@ export declare const instagramContract: {
12259
12259
  closedAt: Date;
12260
12260
  lastMessageAt: Date | null;
12261
12261
  isBotRoom: boolean;
12262
- automationQueueId: string | null;
12263
12262
  cxlog: {
12264
12263
  id: string;
12265
12264
  channel: string | null;
@@ -12338,6 +12337,7 @@ export declare const instagramContract: {
12338
12337
  deletedAt: Date | null;
12339
12338
  isActive: boolean;
12340
12339
  };
12340
+ automationQueueId: string | null;
12341
12341
  };
12342
12342
  platformMessageId: string;
12343
12343
  workflowRule: {
@@ -12984,7 +12984,6 @@ export declare const instagramContract: {
12984
12984
  closedAt: Date;
12985
12985
  lastMessageAt: Date | null;
12986
12986
  isBotRoom: boolean;
12987
- automationQueueId: string | null;
12988
12987
  cxlog: {
12989
12988
  id: string;
12990
12989
  channel: string | null;
@@ -13063,6 +13062,7 @@ export declare const instagramContract: {
13063
13062
  deletedAt: Date | null;
13064
13063
  isActive: boolean;
13065
13064
  };
13065
+ automationQueueId: string | null;
13066
13066
  };
13067
13067
  platformMessageId: string;
13068
13068
  workflowRule: {
@@ -13710,7 +13710,6 @@ export declare const instagramContract: {
13710
13710
  closedAt: Date;
13711
13711
  lastMessageAt: Date | null;
13712
13712
  isBotRoom: boolean;
13713
- automationQueueId: string | null;
13714
13713
  cxlog: {
13715
13714
  id: string;
13716
13715
  channel: string | null;
@@ -13789,6 +13788,7 @@ export declare const instagramContract: {
13789
13788
  deletedAt: Date | null;
13790
13789
  isActive: boolean;
13791
13790
  };
13791
+ automationQueueId: string | null;
13792
13792
  };
13793
13793
  platformMessageId: string;
13794
13794
  workflowRule: {
@@ -14435,7 +14435,6 @@ export declare const instagramContract: {
14435
14435
  closedAt: Date;
14436
14436
  lastMessageAt: Date | null;
14437
14437
  isBotRoom: boolean;
14438
- automationQueueId: string | null;
14439
14438
  cxlog: {
14440
14439
  id: string;
14441
14440
  channel: string | null;
@@ -14514,6 +14513,7 @@ export declare const instagramContract: {
14514
14513
  deletedAt: Date | null;
14515
14514
  isActive: boolean;
14516
14515
  };
14516
+ automationQueueId: string | null;
14517
14517
  };
14518
14518
  platformMessageId: string;
14519
14519
  workflowRule: {
@@ -15163,7 +15163,6 @@ export declare const instagramContract: {
15163
15163
  closedAt: Date;
15164
15164
  lastMessageAt: Date | null;
15165
15165
  isBotRoom: boolean;
15166
- automationQueueId: string | null;
15167
15166
  cxlog: {
15168
15167
  id: string;
15169
15168
  channel: string | null;
@@ -15242,6 +15241,7 @@ export declare const instagramContract: {
15242
15241
  deletedAt: Date | null;
15243
15242
  isActive: boolean;
15244
15243
  };
15244
+ automationQueueId: string | null;
15245
15245
  };
15246
15246
  platformMessageId: string;
15247
15247
  workflowRule: {
@@ -15888,7 +15888,6 @@ export declare const instagramContract: {
15888
15888
  closedAt: Date;
15889
15889
  lastMessageAt: Date | null;
15890
15890
  isBotRoom: boolean;
15891
- automationQueueId: string | null;
15892
15891
  cxlog: {
15893
15892
  id: string;
15894
15893
  channel: string | null;
@@ -15967,6 +15966,7 @@ export declare const instagramContract: {
15967
15966
  deletedAt: Date | null;
15968
15967
  isActive: boolean;
15969
15968
  };
15969
+ automationQueueId: string | null;
15970
15970
  };
15971
15971
  platformMessageId: string;
15972
15972
  workflowRule: {
@@ -16617,7 +16617,6 @@ export declare const instagramContract: {
16617
16617
  closedAt: Date;
16618
16618
  lastMessageAt: Date | null;
16619
16619
  isBotRoom: boolean;
16620
- automationQueueId: string | null;
16621
16620
  cxlog: {
16622
16621
  id: string;
16623
16622
  channel: string | null;
@@ -16696,6 +16695,7 @@ export declare const instagramContract: {
16696
16695
  deletedAt: Date | null;
16697
16696
  isActive: boolean;
16698
16697
  };
16698
+ automationQueueId: string | null;
16699
16699
  };
16700
16700
  platformMessageId: string;
16701
16701
  workflowRule: {
@@ -17342,7 +17342,6 @@ export declare const instagramContract: {
17342
17342
  closedAt: Date;
17343
17343
  lastMessageAt: Date | null;
17344
17344
  isBotRoom: boolean;
17345
- automationQueueId: string | null;
17346
17345
  cxlog: {
17347
17346
  id: string;
17348
17347
  channel: string | null;
@@ -17421,6 +17420,7 @@ export declare const instagramContract: {
17421
17420
  deletedAt: Date | null;
17422
17421
  isActive: boolean;
17423
17422
  };
17423
+ automationQueueId: string | null;
17424
17424
  };
17425
17425
  platformMessageId: string;
17426
17426
  workflowRule: {