@domu-ai/kiban-sdk 1.119.0 → 1.121.0

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.
@@ -2013,6 +2013,10 @@ export type InternalKanbanWebhookPostBody = {
2013
2013
  };
2014
2014
  /** @nullable */
2015
2015
  time_of_first_turn?: number | null;
2016
+ /** @nullable */
2017
+ sip_connected_at?: number | null;
2018
+ /** @nullable */
2019
+ sip_disconnected_at?: number | null;
2016
2020
  };
2017
2021
  emptyTimeout?: number;
2018
2022
  departureTimeout?: number;
@@ -2077,6 +2081,10 @@ export type InternalKanbanWebhookPostBody = {
2077
2081
  };
2078
2082
  /** @nullable */
2079
2083
  time_of_first_turn?: number | null;
2084
+ /** @nullable */
2085
+ sip_connected_at?: number | null;
2086
+ /** @nullable */
2087
+ sip_disconnected_at?: number | null;
2080
2088
  };
2081
2089
  emptyTimeout?: number;
2082
2090
  departureTimeout?: number;
@@ -2141,6 +2149,10 @@ export type InternalKanbanWebhookPostBody = {
2141
2149
  };
2142
2150
  /** @nullable */
2143
2151
  time_of_first_turn?: number | null;
2152
+ /** @nullable */
2153
+ sip_connected_at?: number | null;
2154
+ /** @nullable */
2155
+ sip_disconnected_at?: number | null;
2144
2156
  };
2145
2157
  emptyTimeout?: number;
2146
2158
  departureTimeout?: number;
@@ -2205,6 +2217,10 @@ export type InternalKanbanWebhookPostBody = {
2205
2217
  };
2206
2218
  /** @nullable */
2207
2219
  time_of_first_turn?: number | null;
2220
+ /** @nullable */
2221
+ sip_connected_at?: number | null;
2222
+ /** @nullable */
2223
+ sip_disconnected_at?: number | null;
2208
2224
  };
2209
2225
  emptyTimeout?: number;
2210
2226
  departureTimeout?: number;
@@ -2274,6 +2290,10 @@ export type InternalKanbanWebhookPostBody = {
2274
2290
  };
2275
2291
  /** @nullable */
2276
2292
  time_of_first_turn?: number | null;
2293
+ /** @nullable */
2294
+ sip_connected_at?: number | null;
2295
+ /** @nullable */
2296
+ sip_disconnected_at?: number | null;
2277
2297
  };
2278
2298
  emptyTimeout?: number;
2279
2299
  departureTimeout?: number;
@@ -2342,6 +2362,10 @@ export type InternalKanbanWebhookPostBody = {
2342
2362
  };
2343
2363
  /** @nullable */
2344
2364
  time_of_first_turn?: number | null;
2365
+ /** @nullable */
2366
+ sip_connected_at?: number | null;
2367
+ /** @nullable */
2368
+ sip_disconnected_at?: number | null;
2345
2369
  };
2346
2370
  emptyTimeout?: number;
2347
2371
  departureTimeout?: number;
@@ -2406,6 +2430,10 @@ export type InternalKanbanWebhookPostBody = {
2406
2430
  };
2407
2431
  /** @nullable */
2408
2432
  time_of_first_turn?: number | null;
2433
+ /** @nullable */
2434
+ sip_connected_at?: number | null;
2435
+ /** @nullable */
2436
+ sip_disconnected_at?: number | null;
2409
2437
  };
2410
2438
  emptyTimeout?: number;
2411
2439
  departureTimeout?: number;
@@ -2470,6 +2498,10 @@ export type InternalKanbanWebhookPostBody = {
2470
2498
  };
2471
2499
  /** @nullable */
2472
2500
  time_of_first_turn?: number | null;
2501
+ /** @nullable */
2502
+ sip_connected_at?: number | null;
2503
+ /** @nullable */
2504
+ sip_disconnected_at?: number | null;
2473
2505
  };
2474
2506
  emptyTimeout?: number;
2475
2507
  departureTimeout?: number;
@@ -2534,6 +2566,10 @@ export type InternalKanbanWebhookPostBody = {
2534
2566
  };
2535
2567
  /** @nullable */
2536
2568
  time_of_first_turn?: number | null;
2569
+ /** @nullable */
2570
+ sip_connected_at?: number | null;
2571
+ /** @nullable */
2572
+ sip_disconnected_at?: number | null;
2537
2573
  };
2538
2574
  emptyTimeout?: number;
2539
2575
  departureTimeout?: number;
@@ -2607,6 +2643,10 @@ export type InternalKanbanWebhookPostBody = {
2607
2643
  };
2608
2644
  /** @nullable */
2609
2645
  time_of_first_turn?: number | null;
2646
+ /** @nullable */
2647
+ sip_connected_at?: number | null;
2648
+ /** @nullable */
2649
+ sip_disconnected_at?: number | null;
2610
2650
  };
2611
2651
  emptyTimeout?: number;
2612
2652
  departureTimeout?: number;
@@ -8714,6 +8714,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
8714
8714
  }[];
8715
8715
  }>>;
8716
8716
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
8717
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
8718
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
8717
8719
  }, "strip", zod.ZodTypeAny, {
8718
8720
  call_id: string;
8719
8721
  campaign_id: string;
@@ -8755,6 +8757,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
8755
8757
  }[];
8756
8758
  } | undefined;
8757
8759
  time_of_first_turn?: number | null | undefined;
8760
+ sip_connected_at?: number | null | undefined;
8761
+ sip_disconnected_at?: number | null | undefined;
8758
8762
  }, {
8759
8763
  call_id: string;
8760
8764
  campaign_id: string;
@@ -8796,6 +8800,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
8796
8800
  }[];
8797
8801
  } | undefined;
8798
8802
  time_of_first_turn?: number | null | undefined;
8803
+ sip_connected_at?: number | null | undefined;
8804
+ sip_disconnected_at?: number | null | undefined;
8799
8805
  }>;
8800
8806
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
8801
8807
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -8847,6 +8853,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
8847
8853
  }[];
8848
8854
  } | undefined;
8849
8855
  time_of_first_turn?: number | null | undefined;
8856
+ sip_connected_at?: number | null | undefined;
8857
+ sip_disconnected_at?: number | null | undefined;
8850
8858
  };
8851
8859
  sid?: string | undefined;
8852
8860
  emptyTimeout?: number | undefined;
@@ -8899,6 +8907,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
8899
8907
  }[];
8900
8908
  } | undefined;
8901
8909
  time_of_first_turn?: number | null | undefined;
8910
+ sip_connected_at?: number | null | undefined;
8911
+ sip_disconnected_at?: number | null | undefined;
8902
8912
  };
8903
8913
  sid?: string | undefined;
8904
8914
  emptyTimeout?: number | undefined;
@@ -8957,6 +8967,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
8957
8967
  }[];
8958
8968
  } | undefined;
8959
8969
  time_of_first_turn?: number | null | undefined;
8970
+ sip_connected_at?: number | null | undefined;
8971
+ sip_disconnected_at?: number | null | undefined;
8960
8972
  };
8961
8973
  sid?: string | undefined;
8962
8974
  emptyTimeout?: number | undefined;
@@ -9014,6 +9026,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9014
9026
  }[];
9015
9027
  } | undefined;
9016
9028
  time_of_first_turn?: number | null | undefined;
9029
+ sip_connected_at?: number | null | undefined;
9030
+ sip_disconnected_at?: number | null | undefined;
9017
9031
  };
9018
9032
  sid?: string | undefined;
9019
9033
  emptyTimeout?: number | undefined;
@@ -9216,6 +9230,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9216
9230
  }[];
9217
9231
  }>>;
9218
9232
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
9233
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
9234
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
9219
9235
  }, "strip", zod.ZodTypeAny, {
9220
9236
  call_id: string;
9221
9237
  campaign_id: string;
@@ -9257,6 +9273,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9257
9273
  }[];
9258
9274
  } | undefined;
9259
9275
  time_of_first_turn?: number | null | undefined;
9276
+ sip_connected_at?: number | null | undefined;
9277
+ sip_disconnected_at?: number | null | undefined;
9260
9278
  }, {
9261
9279
  call_id: string;
9262
9280
  campaign_id: string;
@@ -9298,6 +9316,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9298
9316
  }[];
9299
9317
  } | undefined;
9300
9318
  time_of_first_turn?: number | null | undefined;
9319
+ sip_connected_at?: number | null | undefined;
9320
+ sip_disconnected_at?: number | null | undefined;
9301
9321
  }>;
9302
9322
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
9303
9323
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -9349,6 +9369,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9349
9369
  }[];
9350
9370
  } | undefined;
9351
9371
  time_of_first_turn?: number | null | undefined;
9372
+ sip_connected_at?: number | null | undefined;
9373
+ sip_disconnected_at?: number | null | undefined;
9352
9374
  };
9353
9375
  sid?: string | undefined;
9354
9376
  emptyTimeout?: number | undefined;
@@ -9401,6 +9423,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9401
9423
  }[];
9402
9424
  } | undefined;
9403
9425
  time_of_first_turn?: number | null | undefined;
9426
+ sip_connected_at?: number | null | undefined;
9427
+ sip_disconnected_at?: number | null | undefined;
9404
9428
  };
9405
9429
  sid?: string | undefined;
9406
9430
  emptyTimeout?: number | undefined;
@@ -9459,6 +9483,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9459
9483
  }[];
9460
9484
  } | undefined;
9461
9485
  time_of_first_turn?: number | null | undefined;
9486
+ sip_connected_at?: number | null | undefined;
9487
+ sip_disconnected_at?: number | null | undefined;
9462
9488
  };
9463
9489
  sid?: string | undefined;
9464
9490
  emptyTimeout?: number | undefined;
@@ -9516,6 +9542,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9516
9542
  }[];
9517
9543
  } | undefined;
9518
9544
  time_of_first_turn?: number | null | undefined;
9545
+ sip_connected_at?: number | null | undefined;
9546
+ sip_disconnected_at?: number | null | undefined;
9519
9547
  };
9520
9548
  sid?: string | undefined;
9521
9549
  emptyTimeout?: number | undefined;
@@ -9718,6 +9746,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9718
9746
  }[];
9719
9747
  }>>;
9720
9748
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
9749
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
9750
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
9721
9751
  }, "strip", zod.ZodTypeAny, {
9722
9752
  call_id: string;
9723
9753
  campaign_id: string;
@@ -9759,6 +9789,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9759
9789
  }[];
9760
9790
  } | undefined;
9761
9791
  time_of_first_turn?: number | null | undefined;
9792
+ sip_connected_at?: number | null | undefined;
9793
+ sip_disconnected_at?: number | null | undefined;
9762
9794
  }, {
9763
9795
  call_id: string;
9764
9796
  campaign_id: string;
@@ -9800,6 +9832,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9800
9832
  }[];
9801
9833
  } | undefined;
9802
9834
  time_of_first_turn?: number | null | undefined;
9835
+ sip_connected_at?: number | null | undefined;
9836
+ sip_disconnected_at?: number | null | undefined;
9803
9837
  }>;
9804
9838
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
9805
9839
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -9851,6 +9885,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9851
9885
  }[];
9852
9886
  } | undefined;
9853
9887
  time_of_first_turn?: number | null | undefined;
9888
+ sip_connected_at?: number | null | undefined;
9889
+ sip_disconnected_at?: number | null | undefined;
9854
9890
  };
9855
9891
  sid?: string | undefined;
9856
9892
  emptyTimeout?: number | undefined;
@@ -9903,6 +9939,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9903
9939
  }[];
9904
9940
  } | undefined;
9905
9941
  time_of_first_turn?: number | null | undefined;
9942
+ sip_connected_at?: number | null | undefined;
9943
+ sip_disconnected_at?: number | null | undefined;
9906
9944
  };
9907
9945
  sid?: string | undefined;
9908
9946
  emptyTimeout?: number | undefined;
@@ -9961,6 +9999,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
9961
9999
  }[];
9962
10000
  } | undefined;
9963
10001
  time_of_first_turn?: number | null | undefined;
10002
+ sip_connected_at?: number | null | undefined;
10003
+ sip_disconnected_at?: number | null | undefined;
9964
10004
  };
9965
10005
  sid?: string | undefined;
9966
10006
  emptyTimeout?: number | undefined;
@@ -10018,6 +10058,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10018
10058
  }[];
10019
10059
  } | undefined;
10020
10060
  time_of_first_turn?: number | null | undefined;
10061
+ sip_connected_at?: number | null | undefined;
10062
+ sip_disconnected_at?: number | null | undefined;
10021
10063
  };
10022
10064
  sid?: string | undefined;
10023
10065
  emptyTimeout?: number | undefined;
@@ -10220,6 +10262,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10220
10262
  }[];
10221
10263
  }>>;
10222
10264
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
10265
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
10266
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
10223
10267
  }, "strip", zod.ZodTypeAny, {
10224
10268
  call_id: string;
10225
10269
  campaign_id: string;
@@ -10261,6 +10305,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10261
10305
  }[];
10262
10306
  } | undefined;
10263
10307
  time_of_first_turn?: number | null | undefined;
10308
+ sip_connected_at?: number | null | undefined;
10309
+ sip_disconnected_at?: number | null | undefined;
10264
10310
  }, {
10265
10311
  call_id: string;
10266
10312
  campaign_id: string;
@@ -10302,6 +10348,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10302
10348
  }[];
10303
10349
  } | undefined;
10304
10350
  time_of_first_turn?: number | null | undefined;
10351
+ sip_connected_at?: number | null | undefined;
10352
+ sip_disconnected_at?: number | null | undefined;
10305
10353
  }>;
10306
10354
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
10307
10355
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -10353,6 +10401,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10353
10401
  }[];
10354
10402
  } | undefined;
10355
10403
  time_of_first_turn?: number | null | undefined;
10404
+ sip_connected_at?: number | null | undefined;
10405
+ sip_disconnected_at?: number | null | undefined;
10356
10406
  };
10357
10407
  sid?: string | undefined;
10358
10408
  emptyTimeout?: number | undefined;
@@ -10405,6 +10455,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10405
10455
  }[];
10406
10456
  } | undefined;
10407
10457
  time_of_first_turn?: number | null | undefined;
10458
+ sip_connected_at?: number | null | undefined;
10459
+ sip_disconnected_at?: number | null | undefined;
10408
10460
  };
10409
10461
  sid?: string | undefined;
10410
10462
  emptyTimeout?: number | undefined;
@@ -10481,6 +10533,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10481
10533
  }[];
10482
10534
  } | undefined;
10483
10535
  time_of_first_turn?: number | null | undefined;
10536
+ sip_connected_at?: number | null | undefined;
10537
+ sip_disconnected_at?: number | null | undefined;
10484
10538
  };
10485
10539
  sid?: string | undefined;
10486
10540
  emptyTimeout?: number | undefined;
@@ -10543,6 +10597,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10543
10597
  }[];
10544
10598
  } | undefined;
10545
10599
  time_of_first_turn?: number | null | undefined;
10600
+ sip_connected_at?: number | null | undefined;
10601
+ sip_disconnected_at?: number | null | undefined;
10546
10602
  };
10547
10603
  sid?: string | undefined;
10548
10604
  emptyTimeout?: number | undefined;
@@ -10745,6 +10801,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10745
10801
  }[];
10746
10802
  }>>;
10747
10803
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
10804
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
10805
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
10748
10806
  }, "strip", zod.ZodTypeAny, {
10749
10807
  call_id: string;
10750
10808
  campaign_id: string;
@@ -10786,6 +10844,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10786
10844
  }[];
10787
10845
  } | undefined;
10788
10846
  time_of_first_turn?: number | null | undefined;
10847
+ sip_connected_at?: number | null | undefined;
10848
+ sip_disconnected_at?: number | null | undefined;
10789
10849
  }, {
10790
10850
  call_id: string;
10791
10851
  campaign_id: string;
@@ -10827,6 +10887,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10827
10887
  }[];
10828
10888
  } | undefined;
10829
10889
  time_of_first_turn?: number | null | undefined;
10890
+ sip_connected_at?: number | null | undefined;
10891
+ sip_disconnected_at?: number | null | undefined;
10830
10892
  }>;
10831
10893
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
10832
10894
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -10878,6 +10940,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10878
10940
  }[];
10879
10941
  } | undefined;
10880
10942
  time_of_first_turn?: number | null | undefined;
10943
+ sip_connected_at?: number | null | undefined;
10944
+ sip_disconnected_at?: number | null | undefined;
10881
10945
  };
10882
10946
  sid?: string | undefined;
10883
10947
  emptyTimeout?: number | undefined;
@@ -10930,6 +10994,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
10930
10994
  }[];
10931
10995
  } | undefined;
10932
10996
  time_of_first_turn?: number | null | undefined;
10997
+ sip_connected_at?: number | null | undefined;
10998
+ sip_disconnected_at?: number | null | undefined;
10933
10999
  };
10934
11000
  sid?: string | undefined;
10935
11001
  emptyTimeout?: number | undefined;
@@ -11002,6 +11068,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11002
11068
  }[];
11003
11069
  } | undefined;
11004
11070
  time_of_first_turn?: number | null | undefined;
11071
+ sip_connected_at?: number | null | undefined;
11072
+ sip_disconnected_at?: number | null | undefined;
11005
11073
  };
11006
11074
  sid?: string | undefined;
11007
11075
  emptyTimeout?: number | undefined;
@@ -11063,6 +11131,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11063
11131
  }[];
11064
11132
  } | undefined;
11065
11133
  time_of_first_turn?: number | null | undefined;
11134
+ sip_connected_at?: number | null | undefined;
11135
+ sip_disconnected_at?: number | null | undefined;
11066
11136
  };
11067
11137
  sid?: string | undefined;
11068
11138
  emptyTimeout?: number | undefined;
@@ -11265,6 +11335,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11265
11335
  }[];
11266
11336
  }>>;
11267
11337
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
11338
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
11339
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
11268
11340
  }, "strip", zod.ZodTypeAny, {
11269
11341
  call_id: string;
11270
11342
  campaign_id: string;
@@ -11306,6 +11378,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11306
11378
  }[];
11307
11379
  } | undefined;
11308
11380
  time_of_first_turn?: number | null | undefined;
11381
+ sip_connected_at?: number | null | undefined;
11382
+ sip_disconnected_at?: number | null | undefined;
11309
11383
  }, {
11310
11384
  call_id: string;
11311
11385
  campaign_id: string;
@@ -11347,6 +11421,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11347
11421
  }[];
11348
11422
  } | undefined;
11349
11423
  time_of_first_turn?: number | null | undefined;
11424
+ sip_connected_at?: number | null | undefined;
11425
+ sip_disconnected_at?: number | null | undefined;
11350
11426
  }>;
11351
11427
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
11352
11428
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -11398,6 +11474,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11398
11474
  }[];
11399
11475
  } | undefined;
11400
11476
  time_of_first_turn?: number | null | undefined;
11477
+ sip_connected_at?: number | null | undefined;
11478
+ sip_disconnected_at?: number | null | undefined;
11401
11479
  };
11402
11480
  sid?: string | undefined;
11403
11481
  emptyTimeout?: number | undefined;
@@ -11450,6 +11528,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11450
11528
  }[];
11451
11529
  } | undefined;
11452
11530
  time_of_first_turn?: number | null | undefined;
11531
+ sip_connected_at?: number | null | undefined;
11532
+ sip_disconnected_at?: number | null | undefined;
11453
11533
  };
11454
11534
  sid?: string | undefined;
11455
11535
  emptyTimeout?: number | undefined;
@@ -11508,6 +11588,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11508
11588
  }[];
11509
11589
  } | undefined;
11510
11590
  time_of_first_turn?: number | null | undefined;
11591
+ sip_connected_at?: number | null | undefined;
11592
+ sip_disconnected_at?: number | null | undefined;
11511
11593
  };
11512
11594
  sid?: string | undefined;
11513
11595
  emptyTimeout?: number | undefined;
@@ -11565,6 +11647,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11565
11647
  }[];
11566
11648
  } | undefined;
11567
11649
  time_of_first_turn?: number | null | undefined;
11650
+ sip_connected_at?: number | null | undefined;
11651
+ sip_disconnected_at?: number | null | undefined;
11568
11652
  };
11569
11653
  sid?: string | undefined;
11570
11654
  emptyTimeout?: number | undefined;
@@ -11767,6 +11851,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11767
11851
  }[];
11768
11852
  }>>;
11769
11853
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
11854
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
11855
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
11770
11856
  }, "strip", zod.ZodTypeAny, {
11771
11857
  call_id: string;
11772
11858
  campaign_id: string;
@@ -11808,6 +11894,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11808
11894
  }[];
11809
11895
  } | undefined;
11810
11896
  time_of_first_turn?: number | null | undefined;
11897
+ sip_connected_at?: number | null | undefined;
11898
+ sip_disconnected_at?: number | null | undefined;
11811
11899
  }, {
11812
11900
  call_id: string;
11813
11901
  campaign_id: string;
@@ -11849,6 +11937,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11849
11937
  }[];
11850
11938
  } | undefined;
11851
11939
  time_of_first_turn?: number | null | undefined;
11940
+ sip_connected_at?: number | null | undefined;
11941
+ sip_disconnected_at?: number | null | undefined;
11852
11942
  }>;
11853
11943
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
11854
11944
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -11900,6 +11990,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11900
11990
  }[];
11901
11991
  } | undefined;
11902
11992
  time_of_first_turn?: number | null | undefined;
11993
+ sip_connected_at?: number | null | undefined;
11994
+ sip_disconnected_at?: number | null | undefined;
11903
11995
  };
11904
11996
  sid?: string | undefined;
11905
11997
  emptyTimeout?: number | undefined;
@@ -11952,6 +12044,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
11952
12044
  }[];
11953
12045
  } | undefined;
11954
12046
  time_of_first_turn?: number | null | undefined;
12047
+ sip_connected_at?: number | null | undefined;
12048
+ sip_disconnected_at?: number | null | undefined;
11955
12049
  };
11956
12050
  sid?: string | undefined;
11957
12051
  emptyTimeout?: number | undefined;
@@ -12010,6 +12104,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12010
12104
  }[];
12011
12105
  } | undefined;
12012
12106
  time_of_first_turn?: number | null | undefined;
12107
+ sip_connected_at?: number | null | undefined;
12108
+ sip_disconnected_at?: number | null | undefined;
12013
12109
  };
12014
12110
  sid?: string | undefined;
12015
12111
  emptyTimeout?: number | undefined;
@@ -12067,6 +12163,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12067
12163
  }[];
12068
12164
  } | undefined;
12069
12165
  time_of_first_turn?: number | null | undefined;
12166
+ sip_connected_at?: number | null | undefined;
12167
+ sip_disconnected_at?: number | null | undefined;
12070
12168
  };
12071
12169
  sid?: string | undefined;
12072
12170
  emptyTimeout?: number | undefined;
@@ -12269,6 +12367,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12269
12367
  }[];
12270
12368
  }>>;
12271
12369
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
12370
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
12371
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
12272
12372
  }, "strip", zod.ZodTypeAny, {
12273
12373
  call_id: string;
12274
12374
  campaign_id: string;
@@ -12310,6 +12410,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12310
12410
  }[];
12311
12411
  } | undefined;
12312
12412
  time_of_first_turn?: number | null | undefined;
12413
+ sip_connected_at?: number | null | undefined;
12414
+ sip_disconnected_at?: number | null | undefined;
12313
12415
  }, {
12314
12416
  call_id: string;
12315
12417
  campaign_id: string;
@@ -12351,6 +12453,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12351
12453
  }[];
12352
12454
  } | undefined;
12353
12455
  time_of_first_turn?: number | null | undefined;
12456
+ sip_connected_at?: number | null | undefined;
12457
+ sip_disconnected_at?: number | null | undefined;
12354
12458
  }>;
12355
12459
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
12356
12460
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -12402,6 +12506,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12402
12506
  }[];
12403
12507
  } | undefined;
12404
12508
  time_of_first_turn?: number | null | undefined;
12509
+ sip_connected_at?: number | null | undefined;
12510
+ sip_disconnected_at?: number | null | undefined;
12405
12511
  };
12406
12512
  sid?: string | undefined;
12407
12513
  emptyTimeout?: number | undefined;
@@ -12454,6 +12560,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12454
12560
  }[];
12455
12561
  } | undefined;
12456
12562
  time_of_first_turn?: number | null | undefined;
12563
+ sip_connected_at?: number | null | undefined;
12564
+ sip_disconnected_at?: number | null | undefined;
12457
12565
  };
12458
12566
  sid?: string | undefined;
12459
12567
  emptyTimeout?: number | undefined;
@@ -12512,6 +12620,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12512
12620
  }[];
12513
12621
  } | undefined;
12514
12622
  time_of_first_turn?: number | null | undefined;
12623
+ sip_connected_at?: number | null | undefined;
12624
+ sip_disconnected_at?: number | null | undefined;
12515
12625
  };
12516
12626
  sid?: string | undefined;
12517
12627
  emptyTimeout?: number | undefined;
@@ -12569,6 +12679,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12569
12679
  }[];
12570
12680
  } | undefined;
12571
12681
  time_of_first_turn?: number | null | undefined;
12682
+ sip_connected_at?: number | null | undefined;
12683
+ sip_disconnected_at?: number | null | undefined;
12572
12684
  };
12573
12685
  sid?: string | undefined;
12574
12686
  emptyTimeout?: number | undefined;
@@ -12771,6 +12883,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12771
12883
  }[];
12772
12884
  }>>;
12773
12885
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
12886
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
12887
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
12774
12888
  }, "strip", zod.ZodTypeAny, {
12775
12889
  call_id: string;
12776
12890
  campaign_id: string;
@@ -12812,6 +12926,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12812
12926
  }[];
12813
12927
  } | undefined;
12814
12928
  time_of_first_turn?: number | null | undefined;
12929
+ sip_connected_at?: number | null | undefined;
12930
+ sip_disconnected_at?: number | null | undefined;
12815
12931
  }, {
12816
12932
  call_id: string;
12817
12933
  campaign_id: string;
@@ -12853,6 +12969,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12853
12969
  }[];
12854
12970
  } | undefined;
12855
12971
  time_of_first_turn?: number | null | undefined;
12972
+ sip_connected_at?: number | null | undefined;
12973
+ sip_disconnected_at?: number | null | undefined;
12856
12974
  }>;
12857
12975
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
12858
12976
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -12904,6 +13022,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12904
13022
  }[];
12905
13023
  } | undefined;
12906
13024
  time_of_first_turn?: number | null | undefined;
13025
+ sip_connected_at?: number | null | undefined;
13026
+ sip_disconnected_at?: number | null | undefined;
12907
13027
  };
12908
13028
  sid?: string | undefined;
12909
13029
  emptyTimeout?: number | undefined;
@@ -12956,6 +13076,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
12956
13076
  }[];
12957
13077
  } | undefined;
12958
13078
  time_of_first_turn?: number | null | undefined;
13079
+ sip_connected_at?: number | null | undefined;
13080
+ sip_disconnected_at?: number | null | undefined;
12959
13081
  };
12960
13082
  sid?: string | undefined;
12961
13083
  emptyTimeout?: number | undefined;
@@ -13039,6 +13161,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13039
13161
  }[];
13040
13162
  } | undefined;
13041
13163
  time_of_first_turn?: number | null | undefined;
13164
+ sip_connected_at?: number | null | undefined;
13165
+ sip_disconnected_at?: number | null | undefined;
13042
13166
  };
13043
13167
  sid?: string | undefined;
13044
13168
  emptyTimeout?: number | undefined;
@@ -13105,6 +13229,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13105
13229
  }[];
13106
13230
  } | undefined;
13107
13231
  time_of_first_turn?: number | null | undefined;
13232
+ sip_connected_at?: number | null | undefined;
13233
+ sip_disconnected_at?: number | null | undefined;
13108
13234
  };
13109
13235
  sid?: string | undefined;
13110
13236
  emptyTimeout?: number | undefined;
@@ -13316,6 +13442,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13316
13442
  }[];
13317
13443
  }>>;
13318
13444
  time_of_first_turn: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
13445
+ sip_connected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
13446
+ sip_disconnected_at: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
13319
13447
  }, "strip", zod.ZodTypeAny, {
13320
13448
  call_id: string;
13321
13449
  campaign_id: string;
@@ -13357,6 +13485,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13357
13485
  }[];
13358
13486
  } | undefined;
13359
13487
  time_of_first_turn?: number | null | undefined;
13488
+ sip_connected_at?: number | null | undefined;
13489
+ sip_disconnected_at?: number | null | undefined;
13360
13490
  }, {
13361
13491
  call_id: string;
13362
13492
  campaign_id: string;
@@ -13398,6 +13528,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13398
13528
  }[];
13399
13529
  } | undefined;
13400
13530
  time_of_first_turn?: number | null | undefined;
13531
+ sip_connected_at?: number | null | undefined;
13532
+ sip_disconnected_at?: number | null | undefined;
13401
13533
  }>;
13402
13534
  emptyTimeout: zod.ZodOptional<zod.ZodNumber>;
13403
13535
  departureTimeout: zod.ZodOptional<zod.ZodNumber>;
@@ -13449,6 +13581,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13449
13581
  }[];
13450
13582
  } | undefined;
13451
13583
  time_of_first_turn?: number | null | undefined;
13584
+ sip_connected_at?: number | null | undefined;
13585
+ sip_disconnected_at?: number | null | undefined;
13452
13586
  };
13453
13587
  sid?: string | undefined;
13454
13588
  emptyTimeout?: number | undefined;
@@ -13501,6 +13635,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13501
13635
  }[];
13502
13636
  } | undefined;
13503
13637
  time_of_first_turn?: number | null | undefined;
13638
+ sip_connected_at?: number | null | undefined;
13639
+ sip_disconnected_at?: number | null | undefined;
13504
13640
  };
13505
13641
  sid?: string | undefined;
13506
13642
  emptyTimeout?: number | undefined;
@@ -13584,6 +13720,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13584
13720
  }[];
13585
13721
  } | undefined;
13586
13722
  time_of_first_turn?: number | null | undefined;
13723
+ sip_connected_at?: number | null | undefined;
13724
+ sip_disconnected_at?: number | null | undefined;
13587
13725
  };
13588
13726
  sid?: string | undefined;
13589
13727
  emptyTimeout?: number | undefined;
@@ -13650,6 +13788,8 @@ export declare const ReceiveKanbanWebhookBody: zod.ZodUnion<[zod.ZodObject<{
13650
13788
  }[];
13651
13789
  } | undefined;
13652
13790
  time_of_first_turn?: number | null | undefined;
13791
+ sip_connected_at?: number | null | undefined;
13792
+ sip_disconnected_at?: number | null | undefined;
13653
13793
  };
13654
13794
  sid?: string | undefined;
13655
13795
  emptyTimeout?: number | undefined;
@@ -1452,7 +1452,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1452
1452
  "end_of_turn_delay": zod.number().optional()
1453
1453
  }))
1454
1454
  }).optional(),
1455
- "time_of_first_turn": zod.number().nullish()
1455
+ "time_of_first_turn": zod.number().nullish(),
1456
+ "sip_connected_at": zod.number().nullish(),
1457
+ "sip_disconnected_at": zod.number().nullish()
1456
1458
  }),
1457
1459
  "emptyTimeout": zod.number().optional(),
1458
1460
  "departureTimeout": zod.number().optional(),
@@ -1510,7 +1512,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1510
1512
  "end_of_turn_delay": zod.number().optional()
1511
1513
  }))
1512
1514
  }).optional(),
1513
- "time_of_first_turn": zod.number().nullish()
1515
+ "time_of_first_turn": zod.number().nullish(),
1516
+ "sip_connected_at": zod.number().nullish(),
1517
+ "sip_disconnected_at": zod.number().nullish()
1514
1518
  }),
1515
1519
  "emptyTimeout": zod.number().optional(),
1516
1520
  "departureTimeout": zod.number().optional(),
@@ -1568,7 +1572,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1568
1572
  "end_of_turn_delay": zod.number().optional()
1569
1573
  }))
1570
1574
  }).optional(),
1571
- "time_of_first_turn": zod.number().nullish()
1575
+ "time_of_first_turn": zod.number().nullish(),
1576
+ "sip_connected_at": zod.number().nullish(),
1577
+ "sip_disconnected_at": zod.number().nullish()
1572
1578
  }),
1573
1579
  "emptyTimeout": zod.number().optional(),
1574
1580
  "departureTimeout": zod.number().optional(),
@@ -1626,7 +1632,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1626
1632
  "end_of_turn_delay": zod.number().optional()
1627
1633
  }))
1628
1634
  }).optional(),
1629
- "time_of_first_turn": zod.number().nullish()
1635
+ "time_of_first_turn": zod.number().nullish(),
1636
+ "sip_connected_at": zod.number().nullish(),
1637
+ "sip_disconnected_at": zod.number().nullish()
1630
1638
  }),
1631
1639
  "emptyTimeout": zod.number().optional(),
1632
1640
  "departureTimeout": zod.number().optional(),
@@ -1689,7 +1697,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1689
1697
  "end_of_turn_delay": zod.number().optional()
1690
1698
  }))
1691
1699
  }).optional(),
1692
- "time_of_first_turn": zod.number().nullish()
1700
+ "time_of_first_turn": zod.number().nullish(),
1701
+ "sip_connected_at": zod.number().nullish(),
1702
+ "sip_disconnected_at": zod.number().nullish()
1693
1703
  }),
1694
1704
  "emptyTimeout": zod.number().optional(),
1695
1705
  "departureTimeout": zod.number().optional(),
@@ -1751,7 +1761,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1751
1761
  "end_of_turn_delay": zod.number().optional()
1752
1762
  }))
1753
1763
  }).optional(),
1754
- "time_of_first_turn": zod.number().nullish()
1764
+ "time_of_first_turn": zod.number().nullish(),
1765
+ "sip_connected_at": zod.number().nullish(),
1766
+ "sip_disconnected_at": zod.number().nullish()
1755
1767
  }),
1756
1768
  "emptyTimeout": zod.number().optional(),
1757
1769
  "departureTimeout": zod.number().optional(),
@@ -1809,7 +1821,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1809
1821
  "end_of_turn_delay": zod.number().optional()
1810
1822
  }))
1811
1823
  }).optional(),
1812
- "time_of_first_turn": zod.number().nullish()
1824
+ "time_of_first_turn": zod.number().nullish(),
1825
+ "sip_connected_at": zod.number().nullish(),
1826
+ "sip_disconnected_at": zod.number().nullish()
1813
1827
  }),
1814
1828
  "emptyTimeout": zod.number().optional(),
1815
1829
  "departureTimeout": zod.number().optional(),
@@ -1867,7 +1881,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1867
1881
  "end_of_turn_delay": zod.number().optional()
1868
1882
  }))
1869
1883
  }).optional(),
1870
- "time_of_first_turn": zod.number().nullish()
1884
+ "time_of_first_turn": zod.number().nullish(),
1885
+ "sip_connected_at": zod.number().nullish(),
1886
+ "sip_disconnected_at": zod.number().nullish()
1871
1887
  }),
1872
1888
  "emptyTimeout": zod.number().optional(),
1873
1889
  "departureTimeout": zod.number().optional(),
@@ -1925,7 +1941,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1925
1941
  "end_of_turn_delay": zod.number().optional()
1926
1942
  }))
1927
1943
  }).optional(),
1928
- "time_of_first_turn": zod.number().nullish()
1944
+ "time_of_first_turn": zod.number().nullish(),
1945
+ "sip_connected_at": zod.number().nullish(),
1946
+ "sip_disconnected_at": zod.number().nullish()
1929
1947
  }),
1930
1948
  "emptyTimeout": zod.number().optional(),
1931
1949
  "departureTimeout": zod.number().optional(),
@@ -1992,7 +2010,9 @@ exports.ReceiveKanbanWebhookBody = zod.union([zod.object({
1992
2010
  "end_of_turn_delay": zod.number().optional()
1993
2011
  }))
1994
2012
  }).optional(),
1995
- "time_of_first_turn": zod.number().nullish()
2013
+ "time_of_first_turn": zod.number().nullish(),
2014
+ "sip_connected_at": zod.number().nullish(),
2015
+ "sip_disconnected_at": zod.number().nullish()
1996
2016
  }),
1997
2017
  "emptyTimeout": zod.number().optional(),
1998
2018
  "departureTimeout": zod.number().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domu-ai/kiban-sdk",
3
- "version": "1.119.0",
3
+ "version": "1.121.0",
4
4
  "description": "Generated TypeScript SDKs for Kiban public, internal, and dashboard APIs.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./index.js",