@seamapi/types 1.1027.0 → 1.1029.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.
@@ -2263,6 +2263,36 @@ export type Routes = {
2263
2263
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2264
2264
  error_code: 'code_constraints_violated'
2265
2265
  }
2266
+ | {
2267
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2268
+ message: string
2269
+ /** Indicates that this is an access code error. */
2270
+ is_access_code_error: true
2271
+ /** Date and time at which Seam created the error. */
2272
+ created_at?: string | undefined
2273
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2274
+ error_code: 'failed_to_issue'
2275
+ }
2276
+ | {
2277
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2278
+ message: string
2279
+ /** Indicates that this is an access code error. */
2280
+ is_access_code_error: true
2281
+ /** Date and time at which Seam created the error. */
2282
+ created_at?: string | undefined
2283
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2284
+ error_code: 'failed_to_apply_mutations'
2285
+ }
2286
+ | {
2287
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2288
+ message: string
2289
+ /** Indicates that this is an access code error. */
2290
+ is_access_code_error: true
2291
+ /** Date and time at which Seam created the error. */
2292
+ created_at?: string | undefined
2293
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2294
+ error_code: 'failed_to_expire'
2295
+ }
2266
2296
  | {
2267
2297
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2268
2298
  message: string
@@ -2469,6 +2499,22 @@ export type Routes = {
2469
2499
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2470
2500
  warning_code: 'delay_in_removing_from_device'
2471
2501
  }
2502
+ | {
2503
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2504
+ message: string
2505
+ /** Date and time at which Seam created the warning. */
2506
+ created_at?: string | undefined
2507
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2508
+ warning_code: 'delay_in_issuing'
2509
+ }
2510
+ | {
2511
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2512
+ message: string
2513
+ /** Date and time at which Seam created the warning. */
2514
+ created_at?: string | undefined
2515
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2516
+ warning_code: 'delay_in_applying_mutations'
2517
+ }
2472
2518
  | {
2473
2519
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2474
2520
  message: string
@@ -2808,6 +2854,36 @@ export type Routes = {
2808
2854
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2809
2855
  error_code: 'code_constraints_violated'
2810
2856
  }
2857
+ | {
2858
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2859
+ message: string
2860
+ /** Indicates that this is an access code error. */
2861
+ is_access_code_error: true
2862
+ /** Date and time at which Seam created the error. */
2863
+ created_at?: string | undefined
2864
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2865
+ error_code: 'failed_to_issue'
2866
+ }
2867
+ | {
2868
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2869
+ message: string
2870
+ /** Indicates that this is an access code error. */
2871
+ is_access_code_error: true
2872
+ /** Date and time at which Seam created the error. */
2873
+ created_at?: string | undefined
2874
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2875
+ error_code: 'failed_to_apply_mutations'
2876
+ }
2877
+ | {
2878
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2879
+ message: string
2880
+ /** Indicates that this is an access code error. */
2881
+ is_access_code_error: true
2882
+ /** Date and time at which Seam created the error. */
2883
+ created_at?: string | undefined
2884
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2885
+ error_code: 'failed_to_expire'
2886
+ }
2811
2887
  | {
2812
2888
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2813
2889
  message: string
@@ -3014,6 +3090,22 @@ export type Routes = {
3014
3090
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3015
3091
  warning_code: 'delay_in_removing_from_device'
3016
3092
  }
3093
+ | {
3094
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3095
+ message: string
3096
+ /** Date and time at which Seam created the warning. */
3097
+ created_at?: string | undefined
3098
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3099
+ warning_code: 'delay_in_issuing'
3100
+ }
3101
+ | {
3102
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3103
+ message: string
3104
+ /** Date and time at which Seam created the warning. */
3105
+ created_at?: string | undefined
3106
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3107
+ warning_code: 'delay_in_applying_mutations'
3108
+ }
3017
3109
  | {
3018
3110
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
3019
3111
  message: string
@@ -5461,6 +5553,36 @@ export type Routes = {
5461
5553
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5462
5554
  error_code: 'code_constraints_violated'
5463
5555
  }
5556
+ | {
5557
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5558
+ message: string
5559
+ /** Indicates that this is an access code error. */
5560
+ is_access_code_error: true
5561
+ /** Date and time at which Seam created the error. */
5562
+ created_at?: string | undefined
5563
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5564
+ error_code: 'failed_to_issue'
5565
+ }
5566
+ | {
5567
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5568
+ message: string
5569
+ /** Indicates that this is an access code error. */
5570
+ is_access_code_error: true
5571
+ /** Date and time at which Seam created the error. */
5572
+ created_at?: string | undefined
5573
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5574
+ error_code: 'failed_to_apply_mutations'
5575
+ }
5576
+ | {
5577
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5578
+ message: string
5579
+ /** Indicates that this is an access code error. */
5580
+ is_access_code_error: true
5581
+ /** Date and time at which Seam created the error. */
5582
+ created_at?: string | undefined
5583
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5584
+ error_code: 'failed_to_expire'
5585
+ }
5464
5586
  | {
5465
5587
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5466
5588
  message: string
@@ -5667,6 +5789,22 @@ export type Routes = {
5667
5789
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5668
5790
  warning_code: 'delay_in_removing_from_device'
5669
5791
  }
5792
+ | {
5793
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5794
+ message: string
5795
+ /** Date and time at which Seam created the warning. */
5796
+ created_at?: string | undefined
5797
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5798
+ warning_code: 'delay_in_issuing'
5799
+ }
5800
+ | {
5801
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5802
+ message: string
5803
+ /** Date and time at which Seam created the warning. */
5804
+ created_at?: string | undefined
5805
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5806
+ warning_code: 'delay_in_applying_mutations'
5807
+ }
5670
5808
  | {
5671
5809
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5672
5810
  message: string
@@ -6107,6 +6245,36 @@ export type Routes = {
6107
6245
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6108
6246
  error_code: 'code_constraints_violated'
6109
6247
  }
6248
+ | {
6249
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6250
+ message: string
6251
+ /** Indicates that this is an access code error. */
6252
+ is_access_code_error: true
6253
+ /** Date and time at which Seam created the error. */
6254
+ created_at?: string | undefined
6255
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6256
+ error_code: 'failed_to_issue'
6257
+ }
6258
+ | {
6259
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6260
+ message: string
6261
+ /** Indicates that this is an access code error. */
6262
+ is_access_code_error: true
6263
+ /** Date and time at which Seam created the error. */
6264
+ created_at?: string | undefined
6265
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6266
+ error_code: 'failed_to_apply_mutations'
6267
+ }
6268
+ | {
6269
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6270
+ message: string
6271
+ /** Indicates that this is an access code error. */
6272
+ is_access_code_error: true
6273
+ /** Date and time at which Seam created the error. */
6274
+ created_at?: string | undefined
6275
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6276
+ error_code: 'failed_to_expire'
6277
+ }
6110
6278
  | {
6111
6279
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6112
6280
  message: string
@@ -6313,6 +6481,22 @@ export type Routes = {
6313
6481
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6314
6482
  warning_code: 'delay_in_removing_from_device'
6315
6483
  }
6484
+ | {
6485
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6486
+ message: string
6487
+ /** Date and time at which Seam created the warning. */
6488
+ created_at?: string | undefined
6489
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6490
+ warning_code: 'delay_in_issuing'
6491
+ }
6492
+ | {
6493
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6494
+ message: string
6495
+ /** Date and time at which Seam created the warning. */
6496
+ created_at?: string | undefined
6497
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6498
+ warning_code: 'delay_in_applying_mutations'
6499
+ }
6316
6500
  | {
6317
6501
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6318
6502
  message: string
@@ -6643,6 +6827,36 @@ export type Routes = {
6643
6827
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6644
6828
  error_code: 'code_constraints_violated'
6645
6829
  }
6830
+ | {
6831
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6832
+ message: string
6833
+ /** Indicates that this is an access code error. */
6834
+ is_access_code_error: true
6835
+ /** Date and time at which Seam created the error. */
6836
+ created_at?: string | undefined
6837
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6838
+ error_code: 'failed_to_issue'
6839
+ }
6840
+ | {
6841
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6842
+ message: string
6843
+ /** Indicates that this is an access code error. */
6844
+ is_access_code_error: true
6845
+ /** Date and time at which Seam created the error. */
6846
+ created_at?: string | undefined
6847
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6848
+ error_code: 'failed_to_apply_mutations'
6849
+ }
6850
+ | {
6851
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6852
+ message: string
6853
+ /** Indicates that this is an access code error. */
6854
+ is_access_code_error: true
6855
+ /** Date and time at which Seam created the error. */
6856
+ created_at?: string | undefined
6857
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6858
+ error_code: 'failed_to_expire'
6859
+ }
6646
6860
  | {
6647
6861
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6648
6862
  message: string
@@ -6849,6 +7063,22 @@ export type Routes = {
6849
7063
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6850
7064
  warning_code: 'delay_in_removing_from_device'
6851
7065
  }
7066
+ | {
7067
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7068
+ message: string
7069
+ /** Date and time at which Seam created the warning. */
7070
+ created_at?: string | undefined
7071
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7072
+ warning_code: 'delay_in_issuing'
7073
+ }
7074
+ | {
7075
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7076
+ message: string
7077
+ /** Date and time at which Seam created the warning. */
7078
+ created_at?: string | undefined
7079
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7080
+ warning_code: 'delay_in_applying_mutations'
7081
+ }
6852
7082
  | {
6853
7083
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6854
7084
  message: string
@@ -7156,6 +7386,36 @@ export type Routes = {
7156
7386
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7157
7387
  error_code: 'code_constraints_violated'
7158
7388
  }
7389
+ | {
7390
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7391
+ message: string
7392
+ /** Indicates that this is an access code error. */
7393
+ is_access_code_error: true
7394
+ /** Date and time at which Seam created the error. */
7395
+ created_at?: string | undefined
7396
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7397
+ error_code: 'failed_to_issue'
7398
+ }
7399
+ | {
7400
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7401
+ message: string
7402
+ /** Indicates that this is an access code error. */
7403
+ is_access_code_error: true
7404
+ /** Date and time at which Seam created the error. */
7405
+ created_at?: string | undefined
7406
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7407
+ error_code: 'failed_to_apply_mutations'
7408
+ }
7409
+ | {
7410
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7411
+ message: string
7412
+ /** Indicates that this is an access code error. */
7413
+ is_access_code_error: true
7414
+ /** Date and time at which Seam created the error. */
7415
+ created_at?: string | undefined
7416
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7417
+ error_code: 'failed_to_expire'
7418
+ }
7159
7419
  | {
7160
7420
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7161
7421
  message: string
@@ -7362,6 +7622,22 @@ export type Routes = {
7362
7622
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7363
7623
  warning_code: 'delay_in_removing_from_device'
7364
7624
  }
7625
+ | {
7626
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7627
+ message: string
7628
+ /** Date and time at which Seam created the warning. */
7629
+ created_at?: string | undefined
7630
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7631
+ warning_code: 'delay_in_issuing'
7632
+ }
7633
+ | {
7634
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7635
+ message: string
7636
+ /** Date and time at which Seam created the warning. */
7637
+ created_at?: string | undefined
7638
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7639
+ warning_code: 'delay_in_applying_mutations'
7640
+ }
7365
7641
  | {
7366
7642
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7367
7643
  message: string
@@ -7702,6 +7978,36 @@ export type Routes = {
7702
7978
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7703
7979
  error_code: 'code_constraints_violated'
7704
7980
  }
7981
+ | {
7982
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7983
+ message: string
7984
+ /** Indicates that this is an access code error. */
7985
+ is_access_code_error: true
7986
+ /** Date and time at which Seam created the error. */
7987
+ created_at?: string | undefined
7988
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7989
+ error_code: 'failed_to_issue'
7990
+ }
7991
+ | {
7992
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7993
+ message: string
7994
+ /** Indicates that this is an access code error. */
7995
+ is_access_code_error: true
7996
+ /** Date and time at which Seam created the error. */
7997
+ created_at?: string | undefined
7998
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7999
+ error_code: 'failed_to_apply_mutations'
8000
+ }
8001
+ | {
8002
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8003
+ message: string
8004
+ /** Indicates that this is an access code error. */
8005
+ is_access_code_error: true
8006
+ /** Date and time at which Seam created the error. */
8007
+ created_at?: string | undefined
8008
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8009
+ error_code: 'failed_to_expire'
8010
+ }
7705
8011
  | {
7706
8012
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7707
8013
  message: string
@@ -7908,6 +8214,22 @@ export type Routes = {
7908
8214
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7909
8215
  warning_code: 'delay_in_removing_from_device'
7910
8216
  }
8217
+ | {
8218
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8219
+ message: string
8220
+ /** Date and time at which Seam created the warning. */
8221
+ created_at?: string | undefined
8222
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8223
+ warning_code: 'delay_in_issuing'
8224
+ }
8225
+ | {
8226
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8227
+ message: string
8228
+ /** Date and time at which Seam created the warning. */
8229
+ created_at?: string | undefined
8230
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8231
+ warning_code: 'delay_in_applying_mutations'
8232
+ }
7911
8233
  | {
7912
8234
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7913
8235
  message: string
@@ -10257,6 +10579,36 @@ export type Routes = {
10257
10579
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10258
10580
  error_code: 'code_constraints_violated'
10259
10581
  }
10582
+ | {
10583
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10584
+ message: string
10585
+ /** Indicates that this is an access code error. */
10586
+ is_access_code_error: true
10587
+ /** Date and time at which Seam created the error. */
10588
+ created_at?: string | undefined
10589
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10590
+ error_code: 'failed_to_issue'
10591
+ }
10592
+ | {
10593
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10594
+ message: string
10595
+ /** Indicates that this is an access code error. */
10596
+ is_access_code_error: true
10597
+ /** Date and time at which Seam created the error. */
10598
+ created_at?: string | undefined
10599
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10600
+ error_code: 'failed_to_apply_mutations'
10601
+ }
10602
+ | {
10603
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10604
+ message: string
10605
+ /** Indicates that this is an access code error. */
10606
+ is_access_code_error: true
10607
+ /** Date and time at which Seam created the error. */
10608
+ created_at?: string | undefined
10609
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10610
+ error_code: 'failed_to_expire'
10611
+ }
10260
10612
  | {
10261
10613
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10262
10614
  message: string
@@ -10463,6 +10815,22 @@ export type Routes = {
10463
10815
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10464
10816
  warning_code: 'delay_in_removing_from_device'
10465
10817
  }
10818
+ | {
10819
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10820
+ message: string
10821
+ /** Date and time at which Seam created the warning. */
10822
+ created_at?: string | undefined
10823
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10824
+ warning_code: 'delay_in_issuing'
10825
+ }
10826
+ | {
10827
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10828
+ message: string
10829
+ /** Date and time at which Seam created the warning. */
10830
+ created_at?: string | undefined
10831
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10832
+ warning_code: 'delay_in_applying_mutations'
10833
+ }
10466
10834
  | {
10467
10835
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10468
10836
  message: string
@@ -10682,6 +11050,36 @@ export type Routes = {
10682
11050
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10683
11051
  error_code: 'code_constraints_violated'
10684
11052
  }
11053
+ | {
11054
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
11055
+ message: string
11056
+ /** Indicates that this is an access code error. */
11057
+ is_access_code_error: true
11058
+ /** Date and time at which Seam created the error. */
11059
+ created_at?: string | undefined
11060
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
11061
+ error_code: 'failed_to_issue'
11062
+ }
11063
+ | {
11064
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
11065
+ message: string
11066
+ /** Indicates that this is an access code error. */
11067
+ is_access_code_error: true
11068
+ /** Date and time at which Seam created the error. */
11069
+ created_at?: string | undefined
11070
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
11071
+ error_code: 'failed_to_apply_mutations'
11072
+ }
11073
+ | {
11074
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
11075
+ message: string
11076
+ /** Indicates that this is an access code error. */
11077
+ is_access_code_error: true
11078
+ /** Date and time at which Seam created the error. */
11079
+ created_at?: string | undefined
11080
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
11081
+ error_code: 'failed_to_expire'
11082
+ }
10685
11083
  | {
10686
11084
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10687
11085
  message: string
@@ -10888,6 +11286,22 @@ export type Routes = {
10888
11286
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10889
11287
  warning_code: 'delay_in_removing_from_device'
10890
11288
  }
11289
+ | {
11290
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11291
+ message: string
11292
+ /** Date and time at which Seam created the warning. */
11293
+ created_at?: string | undefined
11294
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11295
+ warning_code: 'delay_in_issuing'
11296
+ }
11297
+ | {
11298
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11299
+ message: string
11300
+ /** Date and time at which Seam created the warning. */
11301
+ created_at?: string | undefined
11302
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11303
+ warning_code: 'delay_in_applying_mutations'
11304
+ }
10891
11305
  | {
10892
11306
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10893
11307
  message: string
@@ -14505,15 +14919,6 @@ export type Routes = {
14505
14919
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
14506
14920
  dual_setpoints_not_supported?:
14507
14921
  (boolean | undefined) | undefined
14508
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
14509
- enforced_setpoint_range_celsius?:
14510
- ([number, number] | undefined) | undefined
14511
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
14512
- enforced_heating_setpoint_range_celsius?:
14513
- ([number, number] | undefined) | undefined
14514
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
14515
- enforced_cooling_setpoint_range_celsius?:
14516
- ([number, number] | undefined) | undefined
14517
14922
  }
14518
14923
  | undefined
14519
14924
  /** Metadata for a KeyNest device. */
@@ -22923,15 +23328,6 @@ export type Routes = {
22923
23328
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
22924
23329
  dual_setpoints_not_supported?:
22925
23330
  (boolean | undefined) | undefined
22926
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
22927
- enforced_setpoint_range_celsius?:
22928
- ([number, number] | undefined) | undefined
22929
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
22930
- enforced_heating_setpoint_range_celsius?:
22931
- ([number, number] | undefined) | undefined
22932
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
22933
- enforced_cooling_setpoint_range_celsius?:
22934
- ([number, number] | undefined) | undefined
22935
23331
  }
22936
23332
  | undefined
22937
23333
  /** Metadata for a KeyNest device. */
@@ -51057,15 +51453,6 @@ export type Routes = {
51057
51453
  product_type?: (string | undefined) | undefined
51058
51454
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
51059
51455
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
51060
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
51061
- enforced_setpoint_range_celsius?:
51062
- ([number, number] | undefined) | undefined
51063
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
51064
- enforced_heating_setpoint_range_celsius?:
51065
- ([number, number] | undefined) | undefined
51066
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
51067
- enforced_cooling_setpoint_range_celsius?:
51068
- ([number, number] | undefined) | undefined
51069
51456
  }
51070
51457
  | undefined
51071
51458
  /** Metadata for a KeyNest device. */
@@ -53174,15 +53561,6 @@ export type Routes = {
53174
53561
  product_type?: (string | undefined) | undefined
53175
53562
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
53176
53563
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
53177
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
53178
- enforced_setpoint_range_celsius?:
53179
- ([number, number] | undefined) | undefined
53180
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
53181
- enforced_heating_setpoint_range_celsius?:
53182
- ([number, number] | undefined) | undefined
53183
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
53184
- enforced_cooling_setpoint_range_celsius?:
53185
- ([number, number] | undefined) | undefined
53186
53564
  }
53187
53565
  | undefined
53188
53566
  /** Metadata for a KeyNest device. */
@@ -57926,9 +58304,9 @@ export type Routes = {
57926
58304
  [x: string]: string | boolean
57927
58305
  }
57928
58306
  | undefined
57929
- event_type: 'access_code.deleted'
58307
+ event_type: 'access_code.issued'
57930
58308
  /** Code for the affected access code. */
57931
- code: string | null
58309
+ code: string
57932
58310
  }
57933
58311
  | {
57934
58312
  /** ID of the event. */
@@ -57959,7 +58337,7 @@ export type Routes = {
57959
58337
  [x: string]: string | boolean
57960
58338
  }
57961
58339
  | undefined
57962
- event_type: 'access_code.delay_in_removing_from_device'
58340
+ event_type: 'access_code.delay_in_issuing'
57963
58341
  /** Errors associated with the connected account. */
57964
58342
  connected_account_errors: {
57965
58343
  /** Date and time at which Seam created the error. */
@@ -58044,7 +58422,7 @@ export type Routes = {
58044
58422
  [x: string]: string | boolean
58045
58423
  }
58046
58424
  | undefined
58047
- event_type: 'access_code.failed_to_remove_from_device'
58425
+ event_type: 'access_code.failed_to_issue'
58048
58426
  /** Errors associated with the connected account. */
58049
58427
  connected_account_errors: {
58050
58428
  /** Date and time at which Seam created the error. */
@@ -58129,7 +58507,61 @@ export type Routes = {
58129
58507
  [x: string]: string | boolean
58130
58508
  }
58131
58509
  | undefined
58132
- event_type: 'access_code.modified_external_to_seam'
58510
+ event_type: 'access_code.delay_in_applying_mutations'
58511
+ /** Errors associated with the connected account. */
58512
+ connected_account_errors: {
58513
+ /** Date and time at which Seam created the error. */
58514
+ created_at: string
58515
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58516
+ message: string
58517
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58518
+ error_code: string
58519
+ }[]
58520
+ /** Warnings associated with the connected account. */
58521
+ connected_account_warnings: {
58522
+ /** Date and time at which Seam created the warning. */
58523
+ created_at: string
58524
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58525
+ message: string
58526
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58527
+ warning_code: string
58528
+ }[]
58529
+ /** Errors associated with the device. */
58530
+ device_errors: {
58531
+ /** Date and time at which Seam created the error. */
58532
+ created_at: string
58533
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58534
+ message: string
58535
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58536
+ error_code: string
58537
+ }[]
58538
+ /** Warnings associated with the device. */
58539
+ device_warnings: {
58540
+ /** Date and time at which Seam created the warning. */
58541
+ created_at: string
58542
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58543
+ message: string
58544
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58545
+ warning_code: string
58546
+ }[]
58547
+ /** Errors associated with the access code. */
58548
+ access_code_errors: {
58549
+ /** Date and time at which Seam created the error. */
58550
+ created_at: string
58551
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58552
+ message: string
58553
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58554
+ error_code: string
58555
+ }[]
58556
+ /** Warnings associated with the access code. */
58557
+ access_code_warnings: {
58558
+ /** Date and time at which Seam created the warning. */
58559
+ created_at: string
58560
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58561
+ message: string
58562
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58563
+ warning_code: string
58564
+ }[]
58133
58565
  }
58134
58566
  | {
58135
58567
  /** ID of the event. */
@@ -58160,7 +58592,61 @@ export type Routes = {
58160
58592
  [x: string]: string | boolean
58161
58593
  }
58162
58594
  | undefined
58163
- event_type: 'access_code.deleted_external_to_seam'
58595
+ event_type: 'access_code.failed_to_apply_mutations'
58596
+ /** Errors associated with the connected account. */
58597
+ connected_account_errors: {
58598
+ /** Date and time at which Seam created the error. */
58599
+ created_at: string
58600
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58601
+ message: string
58602
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58603
+ error_code: string
58604
+ }[]
58605
+ /** Warnings associated with the connected account. */
58606
+ connected_account_warnings: {
58607
+ /** Date and time at which Seam created the warning. */
58608
+ created_at: string
58609
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58610
+ message: string
58611
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58612
+ warning_code: string
58613
+ }[]
58614
+ /** Errors associated with the device. */
58615
+ device_errors: {
58616
+ /** Date and time at which Seam created the error. */
58617
+ created_at: string
58618
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58619
+ message: string
58620
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58621
+ error_code: string
58622
+ }[]
58623
+ /** Warnings associated with the device. */
58624
+ device_warnings: {
58625
+ /** Date and time at which Seam created the warning. */
58626
+ created_at: string
58627
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58628
+ message: string
58629
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58630
+ warning_code: string
58631
+ }[]
58632
+ /** Errors associated with the access code. */
58633
+ access_code_errors: {
58634
+ /** Date and time at which Seam created the error. */
58635
+ created_at: string
58636
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58637
+ message: string
58638
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58639
+ error_code: string
58640
+ }[]
58641
+ /** Warnings associated with the access code. */
58642
+ access_code_warnings: {
58643
+ /** Date and time at which Seam created the warning. */
58644
+ created_at: string
58645
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58646
+ message: string
58647
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58648
+ warning_code: string
58649
+ }[]
58164
58650
  }
58165
58651
  | {
58166
58652
  /** ID of the event. */
@@ -58191,9 +58677,359 @@ export type Routes = {
58191
58677
  [x: string]: string | boolean
58192
58678
  }
58193
58679
  | undefined
58194
- event_type: 'access_code.backup_access_code_pulled'
58195
- /** ID of the backup access code that was pulled from the pool. */
58196
- backup_access_code_id: string
58680
+ event_type: 'access_code.failed_to_expire'
58681
+ /** Errors associated with the connected account. */
58682
+ connected_account_errors: {
58683
+ /** Date and time at which Seam created the error. */
58684
+ created_at: string
58685
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58686
+ message: string
58687
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58688
+ error_code: string
58689
+ }[]
58690
+ /** Warnings associated with the connected account. */
58691
+ connected_account_warnings: {
58692
+ /** Date and time at which Seam created the warning. */
58693
+ created_at: string
58694
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58695
+ message: string
58696
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58697
+ warning_code: string
58698
+ }[]
58699
+ /** Errors associated with the device. */
58700
+ device_errors: {
58701
+ /** Date and time at which Seam created the error. */
58702
+ created_at: string
58703
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58704
+ message: string
58705
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58706
+ error_code: string
58707
+ }[]
58708
+ /** Warnings associated with the device. */
58709
+ device_warnings: {
58710
+ /** Date and time at which Seam created the warning. */
58711
+ created_at: string
58712
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58713
+ message: string
58714
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58715
+ warning_code: string
58716
+ }[]
58717
+ /** Errors associated with the access code. */
58718
+ access_code_errors: {
58719
+ /** Date and time at which Seam created the error. */
58720
+ created_at: string
58721
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58722
+ message: string
58723
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58724
+ error_code: string
58725
+ }[]
58726
+ /** Warnings associated with the access code. */
58727
+ access_code_warnings: {
58728
+ /** Date and time at which Seam created the warning. */
58729
+ created_at: string
58730
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58731
+ message: string
58732
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58733
+ warning_code: string
58734
+ }[]
58735
+ }
58736
+ | {
58737
+ /** ID of the event. */
58738
+ event_id: string
58739
+ /** ID of the workspace associated with the event. */
58740
+ workspace_id: string
58741
+ /** Date and time at which the event was created. */
58742
+ created_at: string
58743
+ /** Date and time at which the event occurred. */
58744
+ occurred_at: string
58745
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
58746
+ event_description?: string | undefined
58747
+ /** ID of the affected access code. */
58748
+ access_code_id: string
58749
+ /** ID of the device associated with the affected access code. */
58750
+ device_id: string
58751
+ /** ID of the connected account associated with the affected access code. */
58752
+ connected_account_id: string
58753
+ /** Custom metadata of the device, present when device_id is provided. */
58754
+ device_custom_metadata?:
58755
+ | {
58756
+ [x: string]: string | boolean
58757
+ }
58758
+ | undefined
58759
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
58760
+ connected_account_custom_metadata?:
58761
+ | {
58762
+ [x: string]: string | boolean
58763
+ }
58764
+ | undefined
58765
+ event_type: 'access_code.deleted'
58766
+ /** Code for the affected access code. */
58767
+ code: string | null
58768
+ }
58769
+ | {
58770
+ /** ID of the event. */
58771
+ event_id: string
58772
+ /** ID of the workspace associated with the event. */
58773
+ workspace_id: string
58774
+ /** Date and time at which the event was created. */
58775
+ created_at: string
58776
+ /** Date and time at which the event occurred. */
58777
+ occurred_at: string
58778
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
58779
+ event_description?: string | undefined
58780
+ /** ID of the affected access code. */
58781
+ access_code_id: string
58782
+ /** ID of the device associated with the affected access code. */
58783
+ device_id: string
58784
+ /** ID of the connected account associated with the affected access code. */
58785
+ connected_account_id: string
58786
+ /** Custom metadata of the device, present when device_id is provided. */
58787
+ device_custom_metadata?:
58788
+ | {
58789
+ [x: string]: string | boolean
58790
+ }
58791
+ | undefined
58792
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
58793
+ connected_account_custom_metadata?:
58794
+ | {
58795
+ [x: string]: string | boolean
58796
+ }
58797
+ | undefined
58798
+ event_type: 'access_code.delay_in_removing_from_device'
58799
+ /** Errors associated with the connected account. */
58800
+ connected_account_errors: {
58801
+ /** Date and time at which Seam created the error. */
58802
+ created_at: string
58803
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58804
+ message: string
58805
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58806
+ error_code: string
58807
+ }[]
58808
+ /** Warnings associated with the connected account. */
58809
+ connected_account_warnings: {
58810
+ /** Date and time at which Seam created the warning. */
58811
+ created_at: string
58812
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58813
+ message: string
58814
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58815
+ warning_code: string
58816
+ }[]
58817
+ /** Errors associated with the device. */
58818
+ device_errors: {
58819
+ /** Date and time at which Seam created the error. */
58820
+ created_at: string
58821
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58822
+ message: string
58823
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58824
+ error_code: string
58825
+ }[]
58826
+ /** Warnings associated with the device. */
58827
+ device_warnings: {
58828
+ /** Date and time at which Seam created the warning. */
58829
+ created_at: string
58830
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58831
+ message: string
58832
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58833
+ warning_code: string
58834
+ }[]
58835
+ /** Errors associated with the access code. */
58836
+ access_code_errors: {
58837
+ /** Date and time at which Seam created the error. */
58838
+ created_at: string
58839
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58840
+ message: string
58841
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58842
+ error_code: string
58843
+ }[]
58844
+ /** Warnings associated with the access code. */
58845
+ access_code_warnings: {
58846
+ /** Date and time at which Seam created the warning. */
58847
+ created_at: string
58848
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58849
+ message: string
58850
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58851
+ warning_code: string
58852
+ }[]
58853
+ }
58854
+ | {
58855
+ /** ID of the event. */
58856
+ event_id: string
58857
+ /** ID of the workspace associated with the event. */
58858
+ workspace_id: string
58859
+ /** Date and time at which the event was created. */
58860
+ created_at: string
58861
+ /** Date and time at which the event occurred. */
58862
+ occurred_at: string
58863
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
58864
+ event_description?: string | undefined
58865
+ /** ID of the affected access code. */
58866
+ access_code_id: string
58867
+ /** ID of the device associated with the affected access code. */
58868
+ device_id: string
58869
+ /** ID of the connected account associated with the affected access code. */
58870
+ connected_account_id: string
58871
+ /** Custom metadata of the device, present when device_id is provided. */
58872
+ device_custom_metadata?:
58873
+ | {
58874
+ [x: string]: string | boolean
58875
+ }
58876
+ | undefined
58877
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
58878
+ connected_account_custom_metadata?:
58879
+ | {
58880
+ [x: string]: string | boolean
58881
+ }
58882
+ | undefined
58883
+ event_type: 'access_code.failed_to_remove_from_device'
58884
+ /** Errors associated with the connected account. */
58885
+ connected_account_errors: {
58886
+ /** Date and time at which Seam created the error. */
58887
+ created_at: string
58888
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58889
+ message: string
58890
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58891
+ error_code: string
58892
+ }[]
58893
+ /** Warnings associated with the connected account. */
58894
+ connected_account_warnings: {
58895
+ /** Date and time at which Seam created the warning. */
58896
+ created_at: string
58897
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58898
+ message: string
58899
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58900
+ warning_code: string
58901
+ }[]
58902
+ /** Errors associated with the device. */
58903
+ device_errors: {
58904
+ /** Date and time at which Seam created the error. */
58905
+ created_at: string
58906
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58907
+ message: string
58908
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58909
+ error_code: string
58910
+ }[]
58911
+ /** Warnings associated with the device. */
58912
+ device_warnings: {
58913
+ /** Date and time at which Seam created the warning. */
58914
+ created_at: string
58915
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58916
+ message: string
58917
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58918
+ warning_code: string
58919
+ }[]
58920
+ /** Errors associated with the access code. */
58921
+ access_code_errors: {
58922
+ /** Date and time at which Seam created the error. */
58923
+ created_at: string
58924
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58925
+ message: string
58926
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58927
+ error_code: string
58928
+ }[]
58929
+ /** Warnings associated with the access code. */
58930
+ access_code_warnings: {
58931
+ /** Date and time at which Seam created the warning. */
58932
+ created_at: string
58933
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58934
+ message: string
58935
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58936
+ warning_code: string
58937
+ }[]
58938
+ }
58939
+ | {
58940
+ /** ID of the event. */
58941
+ event_id: string
58942
+ /** ID of the workspace associated with the event. */
58943
+ workspace_id: string
58944
+ /** Date and time at which the event was created. */
58945
+ created_at: string
58946
+ /** Date and time at which the event occurred. */
58947
+ occurred_at: string
58948
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
58949
+ event_description?: string | undefined
58950
+ /** ID of the affected access code. */
58951
+ access_code_id: string
58952
+ /** ID of the device associated with the affected access code. */
58953
+ device_id: string
58954
+ /** ID of the connected account associated with the affected access code. */
58955
+ connected_account_id: string
58956
+ /** Custom metadata of the device, present when device_id is provided. */
58957
+ device_custom_metadata?:
58958
+ | {
58959
+ [x: string]: string | boolean
58960
+ }
58961
+ | undefined
58962
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
58963
+ connected_account_custom_metadata?:
58964
+ | {
58965
+ [x: string]: string | boolean
58966
+ }
58967
+ | undefined
58968
+ event_type: 'access_code.modified_external_to_seam'
58969
+ }
58970
+ | {
58971
+ /** ID of the event. */
58972
+ event_id: string
58973
+ /** ID of the workspace associated with the event. */
58974
+ workspace_id: string
58975
+ /** Date and time at which the event was created. */
58976
+ created_at: string
58977
+ /** Date and time at which the event occurred. */
58978
+ occurred_at: string
58979
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
58980
+ event_description?: string | undefined
58981
+ /** ID of the affected access code. */
58982
+ access_code_id: string
58983
+ /** ID of the device associated with the affected access code. */
58984
+ device_id: string
58985
+ /** ID of the connected account associated with the affected access code. */
58986
+ connected_account_id: string
58987
+ /** Custom metadata of the device, present when device_id is provided. */
58988
+ device_custom_metadata?:
58989
+ | {
58990
+ [x: string]: string | boolean
58991
+ }
58992
+ | undefined
58993
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
58994
+ connected_account_custom_metadata?:
58995
+ | {
58996
+ [x: string]: string | boolean
58997
+ }
58998
+ | undefined
58999
+ event_type: 'access_code.deleted_external_to_seam'
59000
+ }
59001
+ | {
59002
+ /** ID of the event. */
59003
+ event_id: string
59004
+ /** ID of the workspace associated with the event. */
59005
+ workspace_id: string
59006
+ /** Date and time at which the event was created. */
59007
+ created_at: string
59008
+ /** Date and time at which the event occurred. */
59009
+ occurred_at: string
59010
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
59011
+ event_description?: string | undefined
59012
+ /** ID of the affected access code. */
59013
+ access_code_id: string
59014
+ /** ID of the device associated with the affected access code. */
59015
+ device_id: string
59016
+ /** ID of the connected account associated with the affected access code. */
59017
+ connected_account_id: string
59018
+ /** Custom metadata of the device, present when device_id is provided. */
59019
+ device_custom_metadata?:
59020
+ | {
59021
+ [x: string]: string | boolean
59022
+ }
59023
+ | undefined
59024
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
59025
+ connected_account_custom_metadata?:
59026
+ | {
59027
+ [x: string]: string | boolean
59028
+ }
59029
+ | undefined
59030
+ event_type: 'access_code.backup_access_code_pulled'
59031
+ /** ID of the backup access code that was pulled from the pool. */
59032
+ backup_access_code_id: string
58197
59033
  }
58198
59034
  | {
58199
59035
  /** ID of the event. */
@@ -61024,6 +61860,12 @@ export type Routes = {
61024
61860
  | 'access_code.removed_from_device'
61025
61861
  | 'access_code.delay_in_setting_on_device'
61026
61862
  | 'access_code.failed_to_set_on_device'
61863
+ | 'access_code.issued'
61864
+ | 'access_code.delay_in_issuing'
61865
+ | 'access_code.failed_to_issue'
61866
+ | 'access_code.delay_in_applying_mutations'
61867
+ | 'access_code.failed_to_apply_mutations'
61868
+ | 'access_code.failed_to_expire'
61027
61869
  | 'access_code.deleted'
61028
61870
  | 'access_code.delay_in_removing_from_device'
61029
61871
  | 'access_code.failed_to_remove_from_device'
@@ -61138,6 +61980,12 @@ export type Routes = {
61138
61980
  | 'access_code.removed_from_device'
61139
61981
  | 'access_code.delay_in_setting_on_device'
61140
61982
  | 'access_code.failed_to_set_on_device'
61983
+ | 'access_code.issued'
61984
+ | 'access_code.delay_in_issuing'
61985
+ | 'access_code.failed_to_issue'
61986
+ | 'access_code.delay_in_applying_mutations'
61987
+ | 'access_code.failed_to_apply_mutations'
61988
+ | 'access_code.failed_to_expire'
61141
61989
  | 'access_code.deleted'
61142
61990
  | 'access_code.delay_in_removing_from_device'
61143
61991
  | 'access_code.failed_to_remove_from_device'
@@ -61803,6 +62651,464 @@ export type Routes = {
61803
62651
  warning_code: string
61804
62652
  }[]
61805
62653
  }
62654
+ | {
62655
+ /** ID of the event. */
62656
+ event_id: string
62657
+ /** ID of the workspace associated with the event. */
62658
+ workspace_id: string
62659
+ /** Date and time at which the event was created. */
62660
+ created_at: string
62661
+ /** Date and time at which the event occurred. */
62662
+ occurred_at: string
62663
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
62664
+ event_description?: string | undefined
62665
+ /** ID of the affected access code. */
62666
+ access_code_id: string
62667
+ /** ID of the device associated with the affected access code. */
62668
+ device_id: string
62669
+ /** ID of the connected account associated with the affected access code. */
62670
+ connected_account_id: string
62671
+ /** Custom metadata of the device, present when device_id is provided. */
62672
+ device_custom_metadata?:
62673
+ | {
62674
+ [x: string]: string | boolean
62675
+ }
62676
+ | undefined
62677
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
62678
+ connected_account_custom_metadata?:
62679
+ | {
62680
+ [x: string]: string | boolean
62681
+ }
62682
+ | undefined
62683
+ event_type: 'access_code.issued'
62684
+ /** Code for the affected access code. */
62685
+ code: string
62686
+ }
62687
+ | {
62688
+ /** ID of the event. */
62689
+ event_id: string
62690
+ /** ID of the workspace associated with the event. */
62691
+ workspace_id: string
62692
+ /** Date and time at which the event was created. */
62693
+ created_at: string
62694
+ /** Date and time at which the event occurred. */
62695
+ occurred_at: string
62696
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
62697
+ event_description?: string | undefined
62698
+ /** ID of the affected access code. */
62699
+ access_code_id: string
62700
+ /** ID of the device associated with the affected access code. */
62701
+ device_id: string
62702
+ /** ID of the connected account associated with the affected access code. */
62703
+ connected_account_id: string
62704
+ /** Custom metadata of the device, present when device_id is provided. */
62705
+ device_custom_metadata?:
62706
+ | {
62707
+ [x: string]: string | boolean
62708
+ }
62709
+ | undefined
62710
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
62711
+ connected_account_custom_metadata?:
62712
+ | {
62713
+ [x: string]: string | boolean
62714
+ }
62715
+ | undefined
62716
+ event_type: 'access_code.delay_in_issuing'
62717
+ /** Errors associated with the connected account. */
62718
+ connected_account_errors: {
62719
+ /** Date and time at which Seam created the error. */
62720
+ created_at: string
62721
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62722
+ message: string
62723
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62724
+ error_code: string
62725
+ }[]
62726
+ /** Warnings associated with the connected account. */
62727
+ connected_account_warnings: {
62728
+ /** Date and time at which Seam created the warning. */
62729
+ created_at: string
62730
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62731
+ message: string
62732
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62733
+ warning_code: string
62734
+ }[]
62735
+ /** Errors associated with the device. */
62736
+ device_errors: {
62737
+ /** Date and time at which Seam created the error. */
62738
+ created_at: string
62739
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62740
+ message: string
62741
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62742
+ error_code: string
62743
+ }[]
62744
+ /** Warnings associated with the device. */
62745
+ device_warnings: {
62746
+ /** Date and time at which Seam created the warning. */
62747
+ created_at: string
62748
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62749
+ message: string
62750
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62751
+ warning_code: string
62752
+ }[]
62753
+ /** Errors associated with the access code. */
62754
+ access_code_errors: {
62755
+ /** Date and time at which Seam created the error. */
62756
+ created_at: string
62757
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62758
+ message: string
62759
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62760
+ error_code: string
62761
+ }[]
62762
+ /** Warnings associated with the access code. */
62763
+ access_code_warnings: {
62764
+ /** Date and time at which Seam created the warning. */
62765
+ created_at: string
62766
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62767
+ message: string
62768
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62769
+ warning_code: string
62770
+ }[]
62771
+ }
62772
+ | {
62773
+ /** ID of the event. */
62774
+ event_id: string
62775
+ /** ID of the workspace associated with the event. */
62776
+ workspace_id: string
62777
+ /** Date and time at which the event was created. */
62778
+ created_at: string
62779
+ /** Date and time at which the event occurred. */
62780
+ occurred_at: string
62781
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
62782
+ event_description?: string | undefined
62783
+ /** ID of the affected access code. */
62784
+ access_code_id: string
62785
+ /** ID of the device associated with the affected access code. */
62786
+ device_id: string
62787
+ /** ID of the connected account associated with the affected access code. */
62788
+ connected_account_id: string
62789
+ /** Custom metadata of the device, present when device_id is provided. */
62790
+ device_custom_metadata?:
62791
+ | {
62792
+ [x: string]: string | boolean
62793
+ }
62794
+ | undefined
62795
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
62796
+ connected_account_custom_metadata?:
62797
+ | {
62798
+ [x: string]: string | boolean
62799
+ }
62800
+ | undefined
62801
+ event_type: 'access_code.failed_to_issue'
62802
+ /** Errors associated with the connected account. */
62803
+ connected_account_errors: {
62804
+ /** Date and time at which Seam created the error. */
62805
+ created_at: string
62806
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62807
+ message: string
62808
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62809
+ error_code: string
62810
+ }[]
62811
+ /** Warnings associated with the connected account. */
62812
+ connected_account_warnings: {
62813
+ /** Date and time at which Seam created the warning. */
62814
+ created_at: string
62815
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62816
+ message: string
62817
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62818
+ warning_code: string
62819
+ }[]
62820
+ /** Errors associated with the device. */
62821
+ device_errors: {
62822
+ /** Date and time at which Seam created the error. */
62823
+ created_at: string
62824
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62825
+ message: string
62826
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62827
+ error_code: string
62828
+ }[]
62829
+ /** Warnings associated with the device. */
62830
+ device_warnings: {
62831
+ /** Date and time at which Seam created the warning. */
62832
+ created_at: string
62833
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62834
+ message: string
62835
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62836
+ warning_code: string
62837
+ }[]
62838
+ /** Errors associated with the access code. */
62839
+ access_code_errors: {
62840
+ /** Date and time at which Seam created the error. */
62841
+ created_at: string
62842
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62843
+ message: string
62844
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62845
+ error_code: string
62846
+ }[]
62847
+ /** Warnings associated with the access code. */
62848
+ access_code_warnings: {
62849
+ /** Date and time at which Seam created the warning. */
62850
+ created_at: string
62851
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62852
+ message: string
62853
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62854
+ warning_code: string
62855
+ }[]
62856
+ }
62857
+ | {
62858
+ /** ID of the event. */
62859
+ event_id: string
62860
+ /** ID of the workspace associated with the event. */
62861
+ workspace_id: string
62862
+ /** Date and time at which the event was created. */
62863
+ created_at: string
62864
+ /** Date and time at which the event occurred. */
62865
+ occurred_at: string
62866
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
62867
+ event_description?: string | undefined
62868
+ /** ID of the affected access code. */
62869
+ access_code_id: string
62870
+ /** ID of the device associated with the affected access code. */
62871
+ device_id: string
62872
+ /** ID of the connected account associated with the affected access code. */
62873
+ connected_account_id: string
62874
+ /** Custom metadata of the device, present when device_id is provided. */
62875
+ device_custom_metadata?:
62876
+ | {
62877
+ [x: string]: string | boolean
62878
+ }
62879
+ | undefined
62880
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
62881
+ connected_account_custom_metadata?:
62882
+ | {
62883
+ [x: string]: string | boolean
62884
+ }
62885
+ | undefined
62886
+ event_type: 'access_code.delay_in_applying_mutations'
62887
+ /** Errors associated with the connected account. */
62888
+ connected_account_errors: {
62889
+ /** Date and time at which Seam created the error. */
62890
+ created_at: string
62891
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62892
+ message: string
62893
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62894
+ error_code: string
62895
+ }[]
62896
+ /** Warnings associated with the connected account. */
62897
+ connected_account_warnings: {
62898
+ /** Date and time at which Seam created the warning. */
62899
+ created_at: string
62900
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62901
+ message: string
62902
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62903
+ warning_code: string
62904
+ }[]
62905
+ /** Errors associated with the device. */
62906
+ device_errors: {
62907
+ /** Date and time at which Seam created the error. */
62908
+ created_at: string
62909
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62910
+ message: string
62911
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62912
+ error_code: string
62913
+ }[]
62914
+ /** Warnings associated with the device. */
62915
+ device_warnings: {
62916
+ /** Date and time at which Seam created the warning. */
62917
+ created_at: string
62918
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62919
+ message: string
62920
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62921
+ warning_code: string
62922
+ }[]
62923
+ /** Errors associated with the access code. */
62924
+ access_code_errors: {
62925
+ /** Date and time at which Seam created the error. */
62926
+ created_at: string
62927
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62928
+ message: string
62929
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62930
+ error_code: string
62931
+ }[]
62932
+ /** Warnings associated with the access code. */
62933
+ access_code_warnings: {
62934
+ /** Date and time at which Seam created the warning. */
62935
+ created_at: string
62936
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62937
+ message: string
62938
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62939
+ warning_code: string
62940
+ }[]
62941
+ }
62942
+ | {
62943
+ /** ID of the event. */
62944
+ event_id: string
62945
+ /** ID of the workspace associated with the event. */
62946
+ workspace_id: string
62947
+ /** Date and time at which the event was created. */
62948
+ created_at: string
62949
+ /** Date and time at which the event occurred. */
62950
+ occurred_at: string
62951
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
62952
+ event_description?: string | undefined
62953
+ /** ID of the affected access code. */
62954
+ access_code_id: string
62955
+ /** ID of the device associated with the affected access code. */
62956
+ device_id: string
62957
+ /** ID of the connected account associated with the affected access code. */
62958
+ connected_account_id: string
62959
+ /** Custom metadata of the device, present when device_id is provided. */
62960
+ device_custom_metadata?:
62961
+ | {
62962
+ [x: string]: string | boolean
62963
+ }
62964
+ | undefined
62965
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
62966
+ connected_account_custom_metadata?:
62967
+ | {
62968
+ [x: string]: string | boolean
62969
+ }
62970
+ | undefined
62971
+ event_type: 'access_code.failed_to_apply_mutations'
62972
+ /** Errors associated with the connected account. */
62973
+ connected_account_errors: {
62974
+ /** Date and time at which Seam created the error. */
62975
+ created_at: string
62976
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62977
+ message: string
62978
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62979
+ error_code: string
62980
+ }[]
62981
+ /** Warnings associated with the connected account. */
62982
+ connected_account_warnings: {
62983
+ /** Date and time at which Seam created the warning. */
62984
+ created_at: string
62985
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62986
+ message: string
62987
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62988
+ warning_code: string
62989
+ }[]
62990
+ /** Errors associated with the device. */
62991
+ device_errors: {
62992
+ /** Date and time at which Seam created the error. */
62993
+ created_at: string
62994
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
62995
+ message: string
62996
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
62997
+ error_code: string
62998
+ }[]
62999
+ /** Warnings associated with the device. */
63000
+ device_warnings: {
63001
+ /** Date and time at which Seam created the warning. */
63002
+ created_at: string
63003
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
63004
+ message: string
63005
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63006
+ warning_code: string
63007
+ }[]
63008
+ /** Errors associated with the access code. */
63009
+ access_code_errors: {
63010
+ /** Date and time at which Seam created the error. */
63011
+ created_at: string
63012
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
63013
+ message: string
63014
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
63015
+ error_code: string
63016
+ }[]
63017
+ /** Warnings associated with the access code. */
63018
+ access_code_warnings: {
63019
+ /** Date and time at which Seam created the warning. */
63020
+ created_at: string
63021
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
63022
+ message: string
63023
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63024
+ warning_code: string
63025
+ }[]
63026
+ }
63027
+ | {
63028
+ /** ID of the event. */
63029
+ event_id: string
63030
+ /** ID of the workspace associated with the event. */
63031
+ workspace_id: string
63032
+ /** Date and time at which the event was created. */
63033
+ created_at: string
63034
+ /** Date and time at which the event occurred. */
63035
+ occurred_at: string
63036
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
63037
+ event_description?: string | undefined
63038
+ /** ID of the affected access code. */
63039
+ access_code_id: string
63040
+ /** ID of the device associated with the affected access code. */
63041
+ device_id: string
63042
+ /** ID of the connected account associated with the affected access code. */
63043
+ connected_account_id: string
63044
+ /** Custom metadata of the device, present when device_id is provided. */
63045
+ device_custom_metadata?:
63046
+ | {
63047
+ [x: string]: string | boolean
63048
+ }
63049
+ | undefined
63050
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
63051
+ connected_account_custom_metadata?:
63052
+ | {
63053
+ [x: string]: string | boolean
63054
+ }
63055
+ | undefined
63056
+ event_type: 'access_code.failed_to_expire'
63057
+ /** Errors associated with the connected account. */
63058
+ connected_account_errors: {
63059
+ /** Date and time at which Seam created the error. */
63060
+ created_at: string
63061
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
63062
+ message: string
63063
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
63064
+ error_code: string
63065
+ }[]
63066
+ /** Warnings associated with the connected account. */
63067
+ connected_account_warnings: {
63068
+ /** Date and time at which Seam created the warning. */
63069
+ created_at: string
63070
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
63071
+ message: string
63072
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63073
+ warning_code: string
63074
+ }[]
63075
+ /** Errors associated with the device. */
63076
+ device_errors: {
63077
+ /** Date and time at which Seam created the error. */
63078
+ created_at: string
63079
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
63080
+ message: string
63081
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
63082
+ error_code: string
63083
+ }[]
63084
+ /** Warnings associated with the device. */
63085
+ device_warnings: {
63086
+ /** Date and time at which Seam created the warning. */
63087
+ created_at: string
63088
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
63089
+ message: string
63090
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63091
+ warning_code: string
63092
+ }[]
63093
+ /** Errors associated with the access code. */
63094
+ access_code_errors: {
63095
+ /** Date and time at which Seam created the error. */
63096
+ created_at: string
63097
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
63098
+ message: string
63099
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
63100
+ error_code: string
63101
+ }[]
63102
+ /** Warnings associated with the access code. */
63103
+ access_code_warnings: {
63104
+ /** Date and time at which Seam created the warning. */
63105
+ created_at: string
63106
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
63107
+ message: string
63108
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
63109
+ warning_code: string
63110
+ }[]
63111
+ }
61806
63112
  | {
61807
63113
  /** ID of the event. */
61808
63114
  event_id: string
@@ -67840,15 +69146,6 @@ export type Routes = {
67840
69146
  product_type?: (string | undefined) | undefined
67841
69147
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
67842
69148
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
67843
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
67844
- enforced_setpoint_range_celsius?:
67845
- ([number, number] | undefined) | undefined
67846
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
67847
- enforced_heating_setpoint_range_celsius?:
67848
- ([number, number] | undefined) | undefined
67849
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
67850
- enforced_cooling_setpoint_range_celsius?:
67851
- ([number, number] | undefined) | undefined
67852
69149
  }
67853
69150
  | undefined
67854
69151
  /** Metadata for a KeyNest device. */
@@ -69708,15 +71005,6 @@ export type Routes = {
69708
71005
  product_type?: (string | undefined) | undefined
69709
71006
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
69710
71007
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
69711
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
69712
- enforced_setpoint_range_celsius?:
69713
- ([number, number] | undefined) | undefined
69714
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
69715
- enforced_heating_setpoint_range_celsius?:
69716
- ([number, number] | undefined) | undefined
69717
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
69718
- enforced_cooling_setpoint_range_celsius?:
69719
- ([number, number] | undefined) | undefined
69720
71008
  }
69721
71009
  | undefined
69722
71010
  /** Metadata for a KeyNest device. */
@@ -71703,15 +72991,6 @@ export type Routes = {
71703
72991
  product_type?: (string | undefined) | undefined
71704
72992
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
71705
72993
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
71706
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
71707
- enforced_setpoint_range_celsius?:
71708
- ([number, number] | undefined) | undefined
71709
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
71710
- enforced_heating_setpoint_range_celsius?:
71711
- ([number, number] | undefined) | undefined
71712
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
71713
- enforced_cooling_setpoint_range_celsius?:
71714
- ([number, number] | undefined) | undefined
71715
72994
  }
71716
72995
  | undefined
71717
72996
  /** Metadata for a KeyNest device. */
@@ -73570,15 +74849,6 @@ export type Routes = {
73570
74849
  product_type?: (string | undefined) | undefined
73571
74850
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
73572
74851
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
73573
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
73574
- enforced_setpoint_range_celsius?:
73575
- ([number, number] | undefined) | undefined
73576
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
73577
- enforced_heating_setpoint_range_celsius?:
73578
- ([number, number] | undefined) | undefined
73579
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
73580
- enforced_cooling_setpoint_range_celsius?:
73581
- ([number, number] | undefined) | undefined
73582
74852
  }
73583
74853
  | undefined
73584
74854
  /** Metadata for a KeyNest device. */
@@ -83867,15 +85137,6 @@ export type Routes = {
83867
85137
  product_type?: (string | undefined) | undefined
83868
85138
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
83869
85139
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
83870
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
83871
- enforced_setpoint_range_celsius?:
83872
- ([number, number] | undefined) | undefined
83873
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
83874
- enforced_heating_setpoint_range_celsius?:
83875
- ([number, number] | undefined) | undefined
83876
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
83877
- enforced_cooling_setpoint_range_celsius?:
83878
- ([number, number] | undefined) | undefined
83879
85140
  }
83880
85141
  | undefined
83881
85142
  /** Metadata for a KeyNest device. */
@@ -85734,15 +86995,6 @@ export type Routes = {
85734
86995
  product_type?: (string | undefined) | undefined
85735
86996
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
85736
86997
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
85737
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
85738
- enforced_setpoint_range_celsius?:
85739
- ([number, number] | undefined) | undefined
85740
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
85741
- enforced_heating_setpoint_range_celsius?:
85742
- ([number, number] | undefined) | undefined
85743
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
85744
- enforced_cooling_setpoint_range_celsius?:
85745
- ([number, number] | undefined) | undefined
85746
86998
  }
85747
86999
  | undefined
85748
87000
  /** Metadata for a KeyNest device. */
@@ -98393,6 +99645,12 @@ export type Routes = {
98393
99645
  | 'access_code.removed_from_device'
98394
99646
  | 'access_code.delay_in_setting_on_device'
98395
99647
  | 'access_code.failed_to_set_on_device'
99648
+ | 'access_code.issued'
99649
+ | 'access_code.delay_in_issuing'
99650
+ | 'access_code.failed_to_issue'
99651
+ | 'access_code.delay_in_applying_mutations'
99652
+ | 'access_code.failed_to_apply_mutations'
99653
+ | 'access_code.failed_to_expire'
98396
99654
  | 'access_code.deleted'
98397
99655
  | 'access_code.delay_in_removing_from_device'
98398
99656
  | 'access_code.failed_to_remove_from_device'
@@ -98507,6 +99765,12 @@ export type Routes = {
98507
99765
  | 'access_code.removed_from_device'
98508
99766
  | 'access_code.delay_in_setting_on_device'
98509
99767
  | 'access_code.failed_to_set_on_device'
99768
+ | 'access_code.issued'
99769
+ | 'access_code.delay_in_issuing'
99770
+ | 'access_code.failed_to_issue'
99771
+ | 'access_code.delay_in_applying_mutations'
99772
+ | 'access_code.failed_to_apply_mutations'
99773
+ | 'access_code.failed_to_expire'
98510
99774
  | 'access_code.deleted'
98511
99775
  | 'access_code.delay_in_removing_from_device'
98512
99776
  | 'access_code.failed_to_remove_from_device'
@@ -99142,6 +100406,464 @@ export type Routes = {
99142
100406
  warning_code: string
99143
100407
  }[]
99144
100408
  }
100409
+ | {
100410
+ /** ID of the event. */
100411
+ event_id: string
100412
+ /** ID of the workspace associated with the event. */
100413
+ workspace_id: string
100414
+ /** Date and time at which the event was created. */
100415
+ created_at: string
100416
+ /** Date and time at which the event occurred. */
100417
+ occurred_at: string
100418
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
100419
+ event_description?: string | undefined
100420
+ /** ID of the affected access code. */
100421
+ access_code_id: string
100422
+ /** ID of the device associated with the affected access code. */
100423
+ device_id: string
100424
+ /** ID of the connected account associated with the affected access code. */
100425
+ connected_account_id: string
100426
+ /** Custom metadata of the device, present when device_id is provided. */
100427
+ device_custom_metadata?:
100428
+ | {
100429
+ [x: string]: string | boolean
100430
+ }
100431
+ | undefined
100432
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
100433
+ connected_account_custom_metadata?:
100434
+ | {
100435
+ [x: string]: string | boolean
100436
+ }
100437
+ | undefined
100438
+ event_type: 'access_code.issued'
100439
+ /** Code for the affected access code. */
100440
+ code: string
100441
+ }
100442
+ | {
100443
+ /** ID of the event. */
100444
+ event_id: string
100445
+ /** ID of the workspace associated with the event. */
100446
+ workspace_id: string
100447
+ /** Date and time at which the event was created. */
100448
+ created_at: string
100449
+ /** Date and time at which the event occurred. */
100450
+ occurred_at: string
100451
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
100452
+ event_description?: string | undefined
100453
+ /** ID of the affected access code. */
100454
+ access_code_id: string
100455
+ /** ID of the device associated with the affected access code. */
100456
+ device_id: string
100457
+ /** ID of the connected account associated with the affected access code. */
100458
+ connected_account_id: string
100459
+ /** Custom metadata of the device, present when device_id is provided. */
100460
+ device_custom_metadata?:
100461
+ | {
100462
+ [x: string]: string | boolean
100463
+ }
100464
+ | undefined
100465
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
100466
+ connected_account_custom_metadata?:
100467
+ | {
100468
+ [x: string]: string | boolean
100469
+ }
100470
+ | undefined
100471
+ event_type: 'access_code.delay_in_issuing'
100472
+ /** Errors associated with the connected account. */
100473
+ connected_account_errors: {
100474
+ /** Date and time at which Seam created the error. */
100475
+ created_at: string
100476
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100477
+ message: string
100478
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100479
+ error_code: string
100480
+ }[]
100481
+ /** Warnings associated with the connected account. */
100482
+ connected_account_warnings: {
100483
+ /** Date and time at which Seam created the warning. */
100484
+ created_at: string
100485
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100486
+ message: string
100487
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100488
+ warning_code: string
100489
+ }[]
100490
+ /** Errors associated with the device. */
100491
+ device_errors: {
100492
+ /** Date and time at which Seam created the error. */
100493
+ created_at: string
100494
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100495
+ message: string
100496
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100497
+ error_code: string
100498
+ }[]
100499
+ /** Warnings associated with the device. */
100500
+ device_warnings: {
100501
+ /** Date and time at which Seam created the warning. */
100502
+ created_at: string
100503
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100504
+ message: string
100505
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100506
+ warning_code: string
100507
+ }[]
100508
+ /** Errors associated with the access code. */
100509
+ access_code_errors: {
100510
+ /** Date and time at which Seam created the error. */
100511
+ created_at: string
100512
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100513
+ message: string
100514
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100515
+ error_code: string
100516
+ }[]
100517
+ /** Warnings associated with the access code. */
100518
+ access_code_warnings: {
100519
+ /** Date and time at which Seam created the warning. */
100520
+ created_at: string
100521
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100522
+ message: string
100523
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100524
+ warning_code: string
100525
+ }[]
100526
+ }
100527
+ | {
100528
+ /** ID of the event. */
100529
+ event_id: string
100530
+ /** ID of the workspace associated with the event. */
100531
+ workspace_id: string
100532
+ /** Date and time at which the event was created. */
100533
+ created_at: string
100534
+ /** Date and time at which the event occurred. */
100535
+ occurred_at: string
100536
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
100537
+ event_description?: string | undefined
100538
+ /** ID of the affected access code. */
100539
+ access_code_id: string
100540
+ /** ID of the device associated with the affected access code. */
100541
+ device_id: string
100542
+ /** ID of the connected account associated with the affected access code. */
100543
+ connected_account_id: string
100544
+ /** Custom metadata of the device, present when device_id is provided. */
100545
+ device_custom_metadata?:
100546
+ | {
100547
+ [x: string]: string | boolean
100548
+ }
100549
+ | undefined
100550
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
100551
+ connected_account_custom_metadata?:
100552
+ | {
100553
+ [x: string]: string | boolean
100554
+ }
100555
+ | undefined
100556
+ event_type: 'access_code.failed_to_issue'
100557
+ /** Errors associated with the connected account. */
100558
+ connected_account_errors: {
100559
+ /** Date and time at which Seam created the error. */
100560
+ created_at: string
100561
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100562
+ message: string
100563
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100564
+ error_code: string
100565
+ }[]
100566
+ /** Warnings associated with the connected account. */
100567
+ connected_account_warnings: {
100568
+ /** Date and time at which Seam created the warning. */
100569
+ created_at: string
100570
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100571
+ message: string
100572
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100573
+ warning_code: string
100574
+ }[]
100575
+ /** Errors associated with the device. */
100576
+ device_errors: {
100577
+ /** Date and time at which Seam created the error. */
100578
+ created_at: string
100579
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100580
+ message: string
100581
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100582
+ error_code: string
100583
+ }[]
100584
+ /** Warnings associated with the device. */
100585
+ device_warnings: {
100586
+ /** Date and time at which Seam created the warning. */
100587
+ created_at: string
100588
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100589
+ message: string
100590
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100591
+ warning_code: string
100592
+ }[]
100593
+ /** Errors associated with the access code. */
100594
+ access_code_errors: {
100595
+ /** Date and time at which Seam created the error. */
100596
+ created_at: string
100597
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100598
+ message: string
100599
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100600
+ error_code: string
100601
+ }[]
100602
+ /** Warnings associated with the access code. */
100603
+ access_code_warnings: {
100604
+ /** Date and time at which Seam created the warning. */
100605
+ created_at: string
100606
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100607
+ message: string
100608
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100609
+ warning_code: string
100610
+ }[]
100611
+ }
100612
+ | {
100613
+ /** ID of the event. */
100614
+ event_id: string
100615
+ /** ID of the workspace associated with the event. */
100616
+ workspace_id: string
100617
+ /** Date and time at which the event was created. */
100618
+ created_at: string
100619
+ /** Date and time at which the event occurred. */
100620
+ occurred_at: string
100621
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
100622
+ event_description?: string | undefined
100623
+ /** ID of the affected access code. */
100624
+ access_code_id: string
100625
+ /** ID of the device associated with the affected access code. */
100626
+ device_id: string
100627
+ /** ID of the connected account associated with the affected access code. */
100628
+ connected_account_id: string
100629
+ /** Custom metadata of the device, present when device_id is provided. */
100630
+ device_custom_metadata?:
100631
+ | {
100632
+ [x: string]: string | boolean
100633
+ }
100634
+ | undefined
100635
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
100636
+ connected_account_custom_metadata?:
100637
+ | {
100638
+ [x: string]: string | boolean
100639
+ }
100640
+ | undefined
100641
+ event_type: 'access_code.delay_in_applying_mutations'
100642
+ /** Errors associated with the connected account. */
100643
+ connected_account_errors: {
100644
+ /** Date and time at which Seam created the error. */
100645
+ created_at: string
100646
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100647
+ message: string
100648
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100649
+ error_code: string
100650
+ }[]
100651
+ /** Warnings associated with the connected account. */
100652
+ connected_account_warnings: {
100653
+ /** Date and time at which Seam created the warning. */
100654
+ created_at: string
100655
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100656
+ message: string
100657
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100658
+ warning_code: string
100659
+ }[]
100660
+ /** Errors associated with the device. */
100661
+ device_errors: {
100662
+ /** Date and time at which Seam created the error. */
100663
+ created_at: string
100664
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100665
+ message: string
100666
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100667
+ error_code: string
100668
+ }[]
100669
+ /** Warnings associated with the device. */
100670
+ device_warnings: {
100671
+ /** Date and time at which Seam created the warning. */
100672
+ created_at: string
100673
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100674
+ message: string
100675
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100676
+ warning_code: string
100677
+ }[]
100678
+ /** Errors associated with the access code. */
100679
+ access_code_errors: {
100680
+ /** Date and time at which Seam created the error. */
100681
+ created_at: string
100682
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100683
+ message: string
100684
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100685
+ error_code: string
100686
+ }[]
100687
+ /** Warnings associated with the access code. */
100688
+ access_code_warnings: {
100689
+ /** Date and time at which Seam created the warning. */
100690
+ created_at: string
100691
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100692
+ message: string
100693
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100694
+ warning_code: string
100695
+ }[]
100696
+ }
100697
+ | {
100698
+ /** ID of the event. */
100699
+ event_id: string
100700
+ /** ID of the workspace associated with the event. */
100701
+ workspace_id: string
100702
+ /** Date and time at which the event was created. */
100703
+ created_at: string
100704
+ /** Date and time at which the event occurred. */
100705
+ occurred_at: string
100706
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
100707
+ event_description?: string | undefined
100708
+ /** ID of the affected access code. */
100709
+ access_code_id: string
100710
+ /** ID of the device associated with the affected access code. */
100711
+ device_id: string
100712
+ /** ID of the connected account associated with the affected access code. */
100713
+ connected_account_id: string
100714
+ /** Custom metadata of the device, present when device_id is provided. */
100715
+ device_custom_metadata?:
100716
+ | {
100717
+ [x: string]: string | boolean
100718
+ }
100719
+ | undefined
100720
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
100721
+ connected_account_custom_metadata?:
100722
+ | {
100723
+ [x: string]: string | boolean
100724
+ }
100725
+ | undefined
100726
+ event_type: 'access_code.failed_to_apply_mutations'
100727
+ /** Errors associated with the connected account. */
100728
+ connected_account_errors: {
100729
+ /** Date and time at which Seam created the error. */
100730
+ created_at: string
100731
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100732
+ message: string
100733
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100734
+ error_code: string
100735
+ }[]
100736
+ /** Warnings associated with the connected account. */
100737
+ connected_account_warnings: {
100738
+ /** Date and time at which Seam created the warning. */
100739
+ created_at: string
100740
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100741
+ message: string
100742
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100743
+ warning_code: string
100744
+ }[]
100745
+ /** Errors associated with the device. */
100746
+ device_errors: {
100747
+ /** Date and time at which Seam created the error. */
100748
+ created_at: string
100749
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100750
+ message: string
100751
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100752
+ error_code: string
100753
+ }[]
100754
+ /** Warnings associated with the device. */
100755
+ device_warnings: {
100756
+ /** Date and time at which Seam created the warning. */
100757
+ created_at: string
100758
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100759
+ message: string
100760
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100761
+ warning_code: string
100762
+ }[]
100763
+ /** Errors associated with the access code. */
100764
+ access_code_errors: {
100765
+ /** Date and time at which Seam created the error. */
100766
+ created_at: string
100767
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100768
+ message: string
100769
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100770
+ error_code: string
100771
+ }[]
100772
+ /** Warnings associated with the access code. */
100773
+ access_code_warnings: {
100774
+ /** Date and time at which Seam created the warning. */
100775
+ created_at: string
100776
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100777
+ message: string
100778
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100779
+ warning_code: string
100780
+ }[]
100781
+ }
100782
+ | {
100783
+ /** ID of the event. */
100784
+ event_id: string
100785
+ /** ID of the workspace associated with the event. */
100786
+ workspace_id: string
100787
+ /** Date and time at which the event was created. */
100788
+ created_at: string
100789
+ /** Date and time at which the event occurred. */
100790
+ occurred_at: string
100791
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
100792
+ event_description?: string | undefined
100793
+ /** ID of the affected access code. */
100794
+ access_code_id: string
100795
+ /** ID of the device associated with the affected access code. */
100796
+ device_id: string
100797
+ /** ID of the connected account associated with the affected access code. */
100798
+ connected_account_id: string
100799
+ /** Custom metadata of the device, present when device_id is provided. */
100800
+ device_custom_metadata?:
100801
+ | {
100802
+ [x: string]: string | boolean
100803
+ }
100804
+ | undefined
100805
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
100806
+ connected_account_custom_metadata?:
100807
+ | {
100808
+ [x: string]: string | boolean
100809
+ }
100810
+ | undefined
100811
+ event_type: 'access_code.failed_to_expire'
100812
+ /** Errors associated with the connected account. */
100813
+ connected_account_errors: {
100814
+ /** Date and time at which Seam created the error. */
100815
+ created_at: string
100816
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100817
+ message: string
100818
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100819
+ error_code: string
100820
+ }[]
100821
+ /** Warnings associated with the connected account. */
100822
+ connected_account_warnings: {
100823
+ /** Date and time at which Seam created the warning. */
100824
+ created_at: string
100825
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100826
+ message: string
100827
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100828
+ warning_code: string
100829
+ }[]
100830
+ /** Errors associated with the device. */
100831
+ device_errors: {
100832
+ /** Date and time at which Seam created the error. */
100833
+ created_at: string
100834
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100835
+ message: string
100836
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100837
+ error_code: string
100838
+ }[]
100839
+ /** Warnings associated with the device. */
100840
+ device_warnings: {
100841
+ /** Date and time at which Seam created the warning. */
100842
+ created_at: string
100843
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100844
+ message: string
100845
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100846
+ warning_code: string
100847
+ }[]
100848
+ /** Errors associated with the access code. */
100849
+ access_code_errors: {
100850
+ /** Date and time at which Seam created the error. */
100851
+ created_at: string
100852
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100853
+ message: string
100854
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100855
+ error_code: string
100856
+ }[]
100857
+ /** Warnings associated with the access code. */
100858
+ access_code_warnings: {
100859
+ /** Date and time at which Seam created the warning. */
100860
+ created_at: string
100861
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100862
+ message: string
100863
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100864
+ warning_code: string
100865
+ }[]
100866
+ }
99145
100867
  | {
99146
100868
  /** ID of the event. */
99147
100869
  event_id: string
@@ -105629,15 +107351,6 @@ export type Routes = {
105629
107351
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
105630
107352
  dual_setpoints_not_supported?:
105631
107353
  (boolean | undefined) | undefined
105632
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
105633
- enforced_setpoint_range_celsius?:
105634
- ([number, number] | undefined) | undefined
105635
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
105636
- enforced_heating_setpoint_range_celsius?:
105637
- ([number, number] | undefined) | undefined
105638
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
105639
- enforced_cooling_setpoint_range_celsius?:
105640
- ([number, number] | undefined) | undefined
105641
107354
  }
105642
107355
  | undefined
105643
107356
  /** Metadata for a KeyNest device. */
@@ -115045,15 +116758,6 @@ export type Routes = {
115045
116758
  product_type?: (string | undefined) | undefined
115046
116759
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
115047
116760
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
115048
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
115049
- enforced_setpoint_range_celsius?:
115050
- ([number, number] | undefined) | undefined
115051
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
115052
- enforced_heating_setpoint_range_celsius?:
115053
- ([number, number] | undefined) | undefined
115054
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
115055
- enforced_cooling_setpoint_range_celsius?:
115056
- ([number, number] | undefined) | undefined
115057
116761
  }
115058
116762
  | undefined
115059
116763
  /** Metadata for a KeyNest device. */
@@ -121179,15 +122883,6 @@ export type Routes = {
121179
122883
  product_type?: (string | undefined) | undefined
121180
122884
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
121181
122885
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
121182
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
121183
- enforced_setpoint_range_celsius?:
121184
- ([number, number] | undefined) | undefined
121185
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
121186
- enforced_heating_setpoint_range_celsius?:
121187
- ([number, number] | undefined) | undefined
121188
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
121189
- enforced_cooling_setpoint_range_celsius?:
121190
- ([number, number] | undefined) | undefined
121191
122886
  }
121192
122887
  | undefined
121193
122888
  /** Metadata for a KeyNest device. */
@@ -123046,15 +124741,6 @@ export type Routes = {
123046
124741
  product_type?: (string | undefined) | undefined
123047
124742
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
123048
124743
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
123049
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
123050
- enforced_setpoint_range_celsius?:
123051
- ([number, number] | undefined) | undefined
123052
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
123053
- enforced_heating_setpoint_range_celsius?:
123054
- ([number, number] | undefined) | undefined
123055
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
123056
- enforced_cooling_setpoint_range_celsius?:
123057
- ([number, number] | undefined) | undefined
123058
124744
  }
123059
124745
  | undefined
123060
124746
  /** Metadata for a KeyNest device. */
@@ -134367,15 +136053,6 @@ export type Routes = {
134367
136053
  product_type?: (string | undefined) | undefined
134368
136054
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
134369
136055
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
134370
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
134371
- enforced_setpoint_range_celsius?:
134372
- ([number, number] | undefined) | undefined
134373
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
134374
- enforced_heating_setpoint_range_celsius?:
134375
- ([number, number] | undefined) | undefined
134376
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
134377
- enforced_cooling_setpoint_range_celsius?:
134378
- ([number, number] | undefined) | undefined
134379
136056
  }
134380
136057
  | undefined
134381
136058
  /** Metadata for a KeyNest device. */
@@ -136236,15 +137913,6 @@ export type Routes = {
136236
137913
  product_type?: (string | undefined) | undefined
136237
137914
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
136238
137915
  dual_setpoints_not_supported?: (boolean | undefined) | undefined
136239
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
136240
- enforced_setpoint_range_celsius?:
136241
- ([number, number] | undefined) | undefined
136242
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
136243
- enforced_heating_setpoint_range_celsius?:
136244
- ([number, number] | undefined) | undefined
136245
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
136246
- enforced_cooling_setpoint_range_celsius?:
136247
- ([number, number] | undefined) | undefined
136248
137916
  }
136249
137917
  | undefined
136250
137918
  /** Metadata for a KeyNest device. */
@@ -139659,15 +141327,6 @@ export type Routes = {
139659
141327
  /** Set to true when the device does not support the /dual-setpoints API endpoint. */
139660
141328
  dual_setpoints_not_supported?:
139661
141329
  (boolean | undefined) | undefined
139662
- /** Legacy combined enforced setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. Read as a fallback for the per-mode ranges below; no longer written. */
139663
- enforced_setpoint_range_celsius?:
139664
- ([number, number] | undefined) | undefined
139665
- /** Enforced heating setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
139666
- enforced_heating_setpoint_range_celsius?:
139667
- ([number, number] | undefined) | undefined
139668
- /** Enforced cooling setpoint range in Celsius for a Sensi device, derived from an OutOfRange API error. */
139669
- enforced_cooling_setpoint_range_celsius?:
139670
- ([number, number] | undefined) | undefined
139671
141330
  }
139672
141331
  | undefined
139673
141332
  /** Metadata for a KeyNest device. */
@@ -145979,29 +147638,584 @@ export type Routes = {
145979
147638
  [x: string]: string | boolean
145980
147639
  }
145981
147640
  | undefined
145982
- event_type: 'access_code.mutations_requested'
145983
- /** Array of mutations requested on the access code, each containing the mutation type and from/to values. */
145984
- requested_mutations: {
145985
- /** Code identifying the type of mutation requested, such as `updating_name`, `updating_code`, `updating_time_frame`, or `deleting`. */
145986
- mutation_code:
145987
- | 'updating_name'
145988
- | 'updating_code'
145989
- | 'updating_time_frame'
145990
- | 'deleting'
145991
- | 'creating'
145992
- | 'deferring_creation'
145993
- /** Previous property values before the requested change. Keys depend on the mutation type. Absent for non-property mutations like `deleting`. */
145994
- from?:
145995
- | {
145996
- [x: string]: unknown
145997
- }
145998
- | undefined
145999
- /** New property values after the requested change. Keys depend on the mutation type. Absent for non-property mutations like `deleting`. */
146000
- to?:
146001
- | {
146002
- [x: string]: unknown
146003
- }
146004
- | undefined
147641
+ event_type: 'access_code.mutations_requested'
147642
+ /** Array of mutations requested on the access code, each containing the mutation type and from/to values. */
147643
+ requested_mutations: {
147644
+ /** Code identifying the type of mutation requested, such as `updating_name`, `updating_code`, `updating_time_frame`, or `deleting`. */
147645
+ mutation_code:
147646
+ | 'updating_name'
147647
+ | 'updating_code'
147648
+ | 'updating_time_frame'
147649
+ | 'deleting'
147650
+ | 'creating'
147651
+ | 'deferring_creation'
147652
+ /** Previous property values before the requested change. Keys depend on the mutation type. Absent for non-property mutations like `deleting`. */
147653
+ from?:
147654
+ | {
147655
+ [x: string]: unknown
147656
+ }
147657
+ | undefined
147658
+ /** New property values after the requested change. Keys depend on the mutation type. Absent for non-property mutations like `deleting`. */
147659
+ to?:
147660
+ | {
147661
+ [x: string]: unknown
147662
+ }
147663
+ | undefined
147664
+ }[]
147665
+ }
147666
+ | {
147667
+ /** ID of the event. */
147668
+ event_id: string
147669
+ /** ID of the workspace associated with the event. */
147670
+ workspace_id: string
147671
+ /** Date and time at which the event was created. */
147672
+ created_at: string
147673
+ /** Date and time at which the event occurred. */
147674
+ occurred_at: string
147675
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
147676
+ event_description?: string | undefined
147677
+ /** ID of the affected access code. */
147678
+ access_code_id: string
147679
+ /** ID of the device associated with the affected access code. */
147680
+ device_id: string
147681
+ /** ID of the connected account associated with the affected access code. */
147682
+ connected_account_id: string
147683
+ /** Custom metadata of the device, present when device_id is provided. */
147684
+ device_custom_metadata?:
147685
+ | {
147686
+ [x: string]: string | boolean
147687
+ }
147688
+ | undefined
147689
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
147690
+ connected_account_custom_metadata?:
147691
+ | {
147692
+ [x: string]: string | boolean
147693
+ }
147694
+ | undefined
147695
+ event_type: 'access_code.scheduled_on_device'
147696
+ /** Code for the affected access code. */
147697
+ code: string
147698
+ }
147699
+ | {
147700
+ /** ID of the event. */
147701
+ event_id: string
147702
+ /** ID of the workspace associated with the event. */
147703
+ workspace_id: string
147704
+ /** Date and time at which the event was created. */
147705
+ created_at: string
147706
+ /** Date and time at which the event occurred. */
147707
+ occurred_at: string
147708
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
147709
+ event_description?: string | undefined
147710
+ /** ID of the affected access code. */
147711
+ access_code_id: string
147712
+ /** ID of the device associated with the affected access code. */
147713
+ device_id: string
147714
+ /** ID of the connected account associated with the affected access code. */
147715
+ connected_account_id: string
147716
+ /** Custom metadata of the device, present when device_id is provided. */
147717
+ device_custom_metadata?:
147718
+ | {
147719
+ [x: string]: string | boolean
147720
+ }
147721
+ | undefined
147722
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
147723
+ connected_account_custom_metadata?:
147724
+ | {
147725
+ [x: string]: string | boolean
147726
+ }
147727
+ | undefined
147728
+ event_type: 'access_code.set_on_device'
147729
+ /** Code for the affected access code. */
147730
+ code: string
147731
+ }
147732
+ | {
147733
+ /** ID of the event. */
147734
+ event_id: string
147735
+ /** ID of the workspace associated with the event. */
147736
+ workspace_id: string
147737
+ /** Date and time at which the event was created. */
147738
+ created_at: string
147739
+ /** Date and time at which the event occurred. */
147740
+ occurred_at: string
147741
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
147742
+ event_description?: string | undefined
147743
+ /** ID of the affected access code. */
147744
+ access_code_id: string
147745
+ /** ID of the device associated with the affected access code. */
147746
+ device_id: string
147747
+ /** ID of the connected account associated with the affected access code. */
147748
+ connected_account_id: string
147749
+ /** Custom metadata of the device, present when device_id is provided. */
147750
+ device_custom_metadata?:
147751
+ | {
147752
+ [x: string]: string | boolean
147753
+ }
147754
+ | undefined
147755
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
147756
+ connected_account_custom_metadata?:
147757
+ | {
147758
+ [x: string]: string | boolean
147759
+ }
147760
+ | undefined
147761
+ event_type: 'access_code.removed_from_device'
147762
+ }
147763
+ | {
147764
+ /** ID of the event. */
147765
+ event_id: string
147766
+ /** ID of the workspace associated with the event. */
147767
+ workspace_id: string
147768
+ /** Date and time at which the event was created. */
147769
+ created_at: string
147770
+ /** Date and time at which the event occurred. */
147771
+ occurred_at: string
147772
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
147773
+ event_description?: string | undefined
147774
+ /** ID of the affected access code. */
147775
+ access_code_id: string
147776
+ /** ID of the device associated with the affected access code. */
147777
+ device_id: string
147778
+ /** ID of the connected account associated with the affected access code. */
147779
+ connected_account_id: string
147780
+ /** Custom metadata of the device, present when device_id is provided. */
147781
+ device_custom_metadata?:
147782
+ | {
147783
+ [x: string]: string | boolean
147784
+ }
147785
+ | undefined
147786
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
147787
+ connected_account_custom_metadata?:
147788
+ | {
147789
+ [x: string]: string | boolean
147790
+ }
147791
+ | undefined
147792
+ event_type: 'access_code.delay_in_setting_on_device'
147793
+ /** Errors associated with the connected account. */
147794
+ connected_account_errors: {
147795
+ /** Date and time at which Seam created the error. */
147796
+ created_at: string
147797
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147798
+ message: string
147799
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147800
+ error_code: string
147801
+ }[]
147802
+ /** Warnings associated with the connected account. */
147803
+ connected_account_warnings: {
147804
+ /** Date and time at which Seam created the warning. */
147805
+ created_at: string
147806
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147807
+ message: string
147808
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147809
+ warning_code: string
147810
+ }[]
147811
+ /** Errors associated with the device. */
147812
+ device_errors: {
147813
+ /** Date and time at which Seam created the error. */
147814
+ created_at: string
147815
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147816
+ message: string
147817
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147818
+ error_code: string
147819
+ }[]
147820
+ /** Warnings associated with the device. */
147821
+ device_warnings: {
147822
+ /** Date and time at which Seam created the warning. */
147823
+ created_at: string
147824
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147825
+ message: string
147826
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147827
+ warning_code: string
147828
+ }[]
147829
+ /** Errors associated with the access code. */
147830
+ access_code_errors: {
147831
+ /** Date and time at which Seam created the error. */
147832
+ created_at: string
147833
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147834
+ message: string
147835
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147836
+ error_code: string
147837
+ }[]
147838
+ /** Warnings associated with the access code. */
147839
+ access_code_warnings: {
147840
+ /** Date and time at which Seam created the warning. */
147841
+ created_at: string
147842
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147843
+ message: string
147844
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147845
+ warning_code: string
147846
+ }[]
147847
+ }
147848
+ | {
147849
+ /** ID of the event. */
147850
+ event_id: string
147851
+ /** ID of the workspace associated with the event. */
147852
+ workspace_id: string
147853
+ /** Date and time at which the event was created. */
147854
+ created_at: string
147855
+ /** Date and time at which the event occurred. */
147856
+ occurred_at: string
147857
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
147858
+ event_description?: string | undefined
147859
+ /** ID of the affected access code. */
147860
+ access_code_id: string
147861
+ /** ID of the device associated with the affected access code. */
147862
+ device_id: string
147863
+ /** ID of the connected account associated with the affected access code. */
147864
+ connected_account_id: string
147865
+ /** Custom metadata of the device, present when device_id is provided. */
147866
+ device_custom_metadata?:
147867
+ | {
147868
+ [x: string]: string | boolean
147869
+ }
147870
+ | undefined
147871
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
147872
+ connected_account_custom_metadata?:
147873
+ | {
147874
+ [x: string]: string | boolean
147875
+ }
147876
+ | undefined
147877
+ event_type: 'access_code.failed_to_set_on_device'
147878
+ /** Errors associated with the connected account. */
147879
+ connected_account_errors: {
147880
+ /** Date and time at which Seam created the error. */
147881
+ created_at: string
147882
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147883
+ message: string
147884
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147885
+ error_code: string
147886
+ }[]
147887
+ /** Warnings associated with the connected account. */
147888
+ connected_account_warnings: {
147889
+ /** Date and time at which Seam created the warning. */
147890
+ created_at: string
147891
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147892
+ message: string
147893
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147894
+ warning_code: string
147895
+ }[]
147896
+ /** Errors associated with the device. */
147897
+ device_errors: {
147898
+ /** Date and time at which Seam created the error. */
147899
+ created_at: string
147900
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147901
+ message: string
147902
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147903
+ error_code: string
147904
+ }[]
147905
+ /** Warnings associated with the device. */
147906
+ device_warnings: {
147907
+ /** Date and time at which Seam created the warning. */
147908
+ created_at: string
147909
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147910
+ message: string
147911
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147912
+ warning_code: string
147913
+ }[]
147914
+ /** Errors associated with the access code. */
147915
+ access_code_errors: {
147916
+ /** Date and time at which Seam created the error. */
147917
+ created_at: string
147918
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147919
+ message: string
147920
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147921
+ error_code: string
147922
+ }[]
147923
+ /** Warnings associated with the access code. */
147924
+ access_code_warnings: {
147925
+ /** Date and time at which Seam created the warning. */
147926
+ created_at: string
147927
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147928
+ message: string
147929
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147930
+ warning_code: string
147931
+ }[]
147932
+ }
147933
+ | {
147934
+ /** ID of the event. */
147935
+ event_id: string
147936
+ /** ID of the workspace associated with the event. */
147937
+ workspace_id: string
147938
+ /** Date and time at which the event was created. */
147939
+ created_at: string
147940
+ /** Date and time at which the event occurred. */
147941
+ occurred_at: string
147942
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
147943
+ event_description?: string | undefined
147944
+ /** ID of the affected access code. */
147945
+ access_code_id: string
147946
+ /** ID of the device associated with the affected access code. */
147947
+ device_id: string
147948
+ /** ID of the connected account associated with the affected access code. */
147949
+ connected_account_id: string
147950
+ /** Custom metadata of the device, present when device_id is provided. */
147951
+ device_custom_metadata?:
147952
+ | {
147953
+ [x: string]: string | boolean
147954
+ }
147955
+ | undefined
147956
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
147957
+ connected_account_custom_metadata?:
147958
+ | {
147959
+ [x: string]: string | boolean
147960
+ }
147961
+ | undefined
147962
+ event_type: 'access_code.issued'
147963
+ /** Code for the affected access code. */
147964
+ code: string
147965
+ }
147966
+ | {
147967
+ /** ID of the event. */
147968
+ event_id: string
147969
+ /** ID of the workspace associated with the event. */
147970
+ workspace_id: string
147971
+ /** Date and time at which the event was created. */
147972
+ created_at: string
147973
+ /** Date and time at which the event occurred. */
147974
+ occurred_at: string
147975
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
147976
+ event_description?: string | undefined
147977
+ /** ID of the affected access code. */
147978
+ access_code_id: string
147979
+ /** ID of the device associated with the affected access code. */
147980
+ device_id: string
147981
+ /** ID of the connected account associated with the affected access code. */
147982
+ connected_account_id: string
147983
+ /** Custom metadata of the device, present when device_id is provided. */
147984
+ device_custom_metadata?:
147985
+ | {
147986
+ [x: string]: string | boolean
147987
+ }
147988
+ | undefined
147989
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
147990
+ connected_account_custom_metadata?:
147991
+ | {
147992
+ [x: string]: string | boolean
147993
+ }
147994
+ | undefined
147995
+ event_type: 'access_code.delay_in_issuing'
147996
+ /** Errors associated with the connected account. */
147997
+ connected_account_errors: {
147998
+ /** Date and time at which Seam created the error. */
147999
+ created_at: string
148000
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148001
+ message: string
148002
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148003
+ error_code: string
148004
+ }[]
148005
+ /** Warnings associated with the connected account. */
148006
+ connected_account_warnings: {
148007
+ /** Date and time at which Seam created the warning. */
148008
+ created_at: string
148009
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148010
+ message: string
148011
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148012
+ warning_code: string
148013
+ }[]
148014
+ /** Errors associated with the device. */
148015
+ device_errors: {
148016
+ /** Date and time at which Seam created the error. */
148017
+ created_at: string
148018
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148019
+ message: string
148020
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148021
+ error_code: string
148022
+ }[]
148023
+ /** Warnings associated with the device. */
148024
+ device_warnings: {
148025
+ /** Date and time at which Seam created the warning. */
148026
+ created_at: string
148027
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148028
+ message: string
148029
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148030
+ warning_code: string
148031
+ }[]
148032
+ /** Errors associated with the access code. */
148033
+ access_code_errors: {
148034
+ /** Date and time at which Seam created the error. */
148035
+ created_at: string
148036
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148037
+ message: string
148038
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148039
+ error_code: string
148040
+ }[]
148041
+ /** Warnings associated with the access code. */
148042
+ access_code_warnings: {
148043
+ /** Date and time at which Seam created the warning. */
148044
+ created_at: string
148045
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148046
+ message: string
148047
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148048
+ warning_code: string
148049
+ }[]
148050
+ }
148051
+ | {
148052
+ /** ID of the event. */
148053
+ event_id: string
148054
+ /** ID of the workspace associated with the event. */
148055
+ workspace_id: string
148056
+ /** Date and time at which the event was created. */
148057
+ created_at: string
148058
+ /** Date and time at which the event occurred. */
148059
+ occurred_at: string
148060
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
148061
+ event_description?: string | undefined
148062
+ /** ID of the affected access code. */
148063
+ access_code_id: string
148064
+ /** ID of the device associated with the affected access code. */
148065
+ device_id: string
148066
+ /** ID of the connected account associated with the affected access code. */
148067
+ connected_account_id: string
148068
+ /** Custom metadata of the device, present when device_id is provided. */
148069
+ device_custom_metadata?:
148070
+ | {
148071
+ [x: string]: string | boolean
148072
+ }
148073
+ | undefined
148074
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
148075
+ connected_account_custom_metadata?:
148076
+ | {
148077
+ [x: string]: string | boolean
148078
+ }
148079
+ | undefined
148080
+ event_type: 'access_code.failed_to_issue'
148081
+ /** Errors associated with the connected account. */
148082
+ connected_account_errors: {
148083
+ /** Date and time at which Seam created the error. */
148084
+ created_at: string
148085
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148086
+ message: string
148087
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148088
+ error_code: string
148089
+ }[]
148090
+ /** Warnings associated with the connected account. */
148091
+ connected_account_warnings: {
148092
+ /** Date and time at which Seam created the warning. */
148093
+ created_at: string
148094
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148095
+ message: string
148096
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148097
+ warning_code: string
148098
+ }[]
148099
+ /** Errors associated with the device. */
148100
+ device_errors: {
148101
+ /** Date and time at which Seam created the error. */
148102
+ created_at: string
148103
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148104
+ message: string
148105
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148106
+ error_code: string
148107
+ }[]
148108
+ /** Warnings associated with the device. */
148109
+ device_warnings: {
148110
+ /** Date and time at which Seam created the warning. */
148111
+ created_at: string
148112
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148113
+ message: string
148114
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148115
+ warning_code: string
148116
+ }[]
148117
+ /** Errors associated with the access code. */
148118
+ access_code_errors: {
148119
+ /** Date and time at which Seam created the error. */
148120
+ created_at: string
148121
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148122
+ message: string
148123
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148124
+ error_code: string
148125
+ }[]
148126
+ /** Warnings associated with the access code. */
148127
+ access_code_warnings: {
148128
+ /** Date and time at which Seam created the warning. */
148129
+ created_at: string
148130
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148131
+ message: string
148132
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148133
+ warning_code: string
148134
+ }[]
148135
+ }
148136
+ | {
148137
+ /** ID of the event. */
148138
+ event_id: string
148139
+ /** ID of the workspace associated with the event. */
148140
+ workspace_id: string
148141
+ /** Date and time at which the event was created. */
148142
+ created_at: string
148143
+ /** Date and time at which the event occurred. */
148144
+ occurred_at: string
148145
+ /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
148146
+ event_description?: string | undefined
148147
+ /** ID of the affected access code. */
148148
+ access_code_id: string
148149
+ /** ID of the device associated with the affected access code. */
148150
+ device_id: string
148151
+ /** ID of the connected account associated with the affected access code. */
148152
+ connected_account_id: string
148153
+ /** Custom metadata of the device, present when device_id is provided. */
148154
+ device_custom_metadata?:
148155
+ | {
148156
+ [x: string]: string | boolean
148157
+ }
148158
+ | undefined
148159
+ /** Custom metadata of the connected account, present when connected_account_id is provided. */
148160
+ connected_account_custom_metadata?:
148161
+ | {
148162
+ [x: string]: string | boolean
148163
+ }
148164
+ | undefined
148165
+ event_type: 'access_code.delay_in_applying_mutations'
148166
+ /** Errors associated with the connected account. */
148167
+ connected_account_errors: {
148168
+ /** Date and time at which Seam created the error. */
148169
+ created_at: string
148170
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148171
+ message: string
148172
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148173
+ error_code: string
148174
+ }[]
148175
+ /** Warnings associated with the connected account. */
148176
+ connected_account_warnings: {
148177
+ /** Date and time at which Seam created the warning. */
148178
+ created_at: string
148179
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148180
+ message: string
148181
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148182
+ warning_code: string
148183
+ }[]
148184
+ /** Errors associated with the device. */
148185
+ device_errors: {
148186
+ /** Date and time at which Seam created the error. */
148187
+ created_at: string
148188
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148189
+ message: string
148190
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148191
+ error_code: string
148192
+ }[]
148193
+ /** Warnings associated with the device. */
148194
+ device_warnings: {
148195
+ /** Date and time at which Seam created the warning. */
148196
+ created_at: string
148197
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148198
+ message: string
148199
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148200
+ warning_code: string
148201
+ }[]
148202
+ /** Errors associated with the access code. */
148203
+ access_code_errors: {
148204
+ /** Date and time at which Seam created the error. */
148205
+ created_at: string
148206
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
148207
+ message: string
148208
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
148209
+ error_code: string
148210
+ }[]
148211
+ /** Warnings associated with the access code. */
148212
+ access_code_warnings: {
148213
+ /** Date and time at which Seam created the warning. */
148214
+ created_at: string
148215
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
148216
+ message: string
148217
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
148218
+ warning_code: string
146005
148219
  }[]
146006
148220
  }
146007
148221
  | {
@@ -146033,104 +148247,7 @@ export type Routes = {
146033
148247
  [x: string]: string | boolean
146034
148248
  }
146035
148249
  | undefined
146036
- event_type: 'access_code.scheduled_on_device'
146037
- /** Code for the affected access code. */
146038
- code: string
146039
- }
146040
- | {
146041
- /** ID of the event. */
146042
- event_id: string
146043
- /** ID of the workspace associated with the event. */
146044
- workspace_id: string
146045
- /** Date and time at which the event was created. */
146046
- created_at: string
146047
- /** Date and time at which the event occurred. */
146048
- occurred_at: string
146049
- /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
146050
- event_description?: string | undefined
146051
- /** ID of the affected access code. */
146052
- access_code_id: string
146053
- /** ID of the device associated with the affected access code. */
146054
- device_id: string
146055
- /** ID of the connected account associated with the affected access code. */
146056
- connected_account_id: string
146057
- /** Custom metadata of the device, present when device_id is provided. */
146058
- device_custom_metadata?:
146059
- | {
146060
- [x: string]: string | boolean
146061
- }
146062
- | undefined
146063
- /** Custom metadata of the connected account, present when connected_account_id is provided. */
146064
- connected_account_custom_metadata?:
146065
- | {
146066
- [x: string]: string | boolean
146067
- }
146068
- | undefined
146069
- event_type: 'access_code.set_on_device'
146070
- /** Code for the affected access code. */
146071
- code: string
146072
- }
146073
- | {
146074
- /** ID of the event. */
146075
- event_id: string
146076
- /** ID of the workspace associated with the event. */
146077
- workspace_id: string
146078
- /** Date and time at which the event was created. */
146079
- created_at: string
146080
- /** Date and time at which the event occurred. */
146081
- occurred_at: string
146082
- /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
146083
- event_description?: string | undefined
146084
- /** ID of the affected access code. */
146085
- access_code_id: string
146086
- /** ID of the device associated with the affected access code. */
146087
- device_id: string
146088
- /** ID of the connected account associated with the affected access code. */
146089
- connected_account_id: string
146090
- /** Custom metadata of the device, present when device_id is provided. */
146091
- device_custom_metadata?:
146092
- | {
146093
- [x: string]: string | boolean
146094
- }
146095
- | undefined
146096
- /** Custom metadata of the connected account, present when connected_account_id is provided. */
146097
- connected_account_custom_metadata?:
146098
- | {
146099
- [x: string]: string | boolean
146100
- }
146101
- | undefined
146102
- event_type: 'access_code.removed_from_device'
146103
- }
146104
- | {
146105
- /** ID of the event. */
146106
- event_id: string
146107
- /** ID of the workspace associated with the event. */
146108
- workspace_id: string
146109
- /** Date and time at which the event was created. */
146110
- created_at: string
146111
- /** Date and time at which the event occurred. */
146112
- occurred_at: string
146113
- /** Human-readable description of the event. Persisted when the event is created (so the creating code, including a provider, can supply a tailored description) and otherwise derived from the event. */
146114
- event_description?: string | undefined
146115
- /** ID of the affected access code. */
146116
- access_code_id: string
146117
- /** ID of the device associated with the affected access code. */
146118
- device_id: string
146119
- /** ID of the connected account associated with the affected access code. */
146120
- connected_account_id: string
146121
- /** Custom metadata of the device, present when device_id is provided. */
146122
- device_custom_metadata?:
146123
- | {
146124
- [x: string]: string | boolean
146125
- }
146126
- | undefined
146127
- /** Custom metadata of the connected account, present when connected_account_id is provided. */
146128
- connected_account_custom_metadata?:
146129
- | {
146130
- [x: string]: string | boolean
146131
- }
146132
- | undefined
146133
- event_type: 'access_code.delay_in_setting_on_device'
148250
+ event_type: 'access_code.failed_to_apply_mutations'
146134
148251
  /** Errors associated with the connected account. */
146135
148252
  connected_account_errors: {
146136
148253
  /** Date and time at which Seam created the error. */
@@ -146215,7 +148332,7 @@ export type Routes = {
146215
148332
  [x: string]: string | boolean
146216
148333
  }
146217
148334
  | undefined
146218
- event_type: 'access_code.failed_to_set_on_device'
148335
+ event_type: 'access_code.failed_to_expire'
146219
148336
  /** Errors associated with the connected account. */
146220
148337
  connected_account_errors: {
146221
148338
  /** Date and time at which Seam created the error. */
@@ -149879,6 +151996,36 @@ export type Routes = {
149879
151996
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149880
151997
  error_code: 'code_constraints_violated'
149881
151998
  }
151999
+ | {
152000
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
152001
+ message: string
152002
+ /** Indicates that this is an access code error. */
152003
+ is_access_code_error: true
152004
+ /** Date and time at which Seam created the error. */
152005
+ created_at?: string | undefined
152006
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
152007
+ error_code: 'failed_to_issue'
152008
+ }
152009
+ | {
152010
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
152011
+ message: string
152012
+ /** Indicates that this is an access code error. */
152013
+ is_access_code_error: true
152014
+ /** Date and time at which Seam created the error. */
152015
+ created_at?: string | undefined
152016
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
152017
+ error_code: 'failed_to_apply_mutations'
152018
+ }
152019
+ | {
152020
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
152021
+ message: string
152022
+ /** Indicates that this is an access code error. */
152023
+ is_access_code_error: true
152024
+ /** Date and time at which Seam created the error. */
152025
+ created_at?: string | undefined
152026
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
152027
+ error_code: 'failed_to_expire'
152028
+ }
149882
152029
  | {
149883
152030
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
149884
152031
  message: string
@@ -150085,6 +152232,22 @@ export type Routes = {
150085
152232
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
150086
152233
  warning_code: 'delay_in_removing_from_device'
150087
152234
  }
152235
+ | {
152236
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
152237
+ message: string
152238
+ /** Date and time at which Seam created the warning. */
152239
+ created_at?: string | undefined
152240
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
152241
+ warning_code: 'delay_in_issuing'
152242
+ }
152243
+ | {
152244
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
152245
+ message: string
152246
+ /** Date and time at which Seam created the warning. */
152247
+ created_at?: string | undefined
152248
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
152249
+ warning_code: 'delay_in_applying_mutations'
152250
+ }
150088
152251
  | {
150089
152252
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
150090
152253
  message: string
@@ -150290,6 +152453,36 @@ export type Routes = {
150290
152453
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150291
152454
  error_code: 'code_constraints_violated'
150292
152455
  }
152456
+ | {
152457
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
152458
+ message: string
152459
+ /** Indicates that this is an access code error. */
152460
+ is_access_code_error: true
152461
+ /** Date and time at which Seam created the error. */
152462
+ created_at?: string | undefined
152463
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
152464
+ error_code: 'failed_to_issue'
152465
+ }
152466
+ | {
152467
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
152468
+ message: string
152469
+ /** Indicates that this is an access code error. */
152470
+ is_access_code_error: true
152471
+ /** Date and time at which Seam created the error. */
152472
+ created_at?: string | undefined
152473
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
152474
+ error_code: 'failed_to_apply_mutations'
152475
+ }
152476
+ | {
152477
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
152478
+ message: string
152479
+ /** Indicates that this is an access code error. */
152480
+ is_access_code_error: true
152481
+ /** Date and time at which Seam created the error. */
152482
+ created_at?: string | undefined
152483
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
152484
+ error_code: 'failed_to_expire'
152485
+ }
150293
152486
  | {
150294
152487
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150295
152488
  message: string
@@ -150496,6 +152689,22 @@ export type Routes = {
150496
152689
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
150497
152690
  warning_code: 'delay_in_removing_from_device'
150498
152691
  }
152692
+ | {
152693
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
152694
+ message: string
152695
+ /** Date and time at which Seam created the warning. */
152696
+ created_at?: string | undefined
152697
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
152698
+ warning_code: 'delay_in_issuing'
152699
+ }
152700
+ | {
152701
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
152702
+ message: string
152703
+ /** Date and time at which Seam created the warning. */
152704
+ created_at?: string | undefined
152705
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
152706
+ warning_code: 'delay_in_applying_mutations'
152707
+ }
150499
152708
  | {
150500
152709
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
150501
152710
  message: string