@seamapi/types 1.223.0 → 1.224.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.
@@ -2292,670 +2292,265 @@ declare const _default: {
2292
2292
  supports_backup_access_code_pool: {
2293
2293
  type: string;
2294
2294
  };
2295
+ active_climate_setting_schedule?: never;
2296
+ available_hvac_mode_settings?: never;
2297
+ can_enable_automatic_cooling?: never;
2298
+ can_enable_automatic_heating?: never;
2299
+ current_climate_setting?: never;
2300
+ default_climate_setting?: never;
2301
+ fan_mode_setting?: never;
2302
+ is_climate_setting_schedule_active?: never;
2303
+ is_cooling?: never;
2304
+ is_fan_running?: never;
2305
+ is_heating?: never;
2306
+ is_temporary_manual_override_active?: never;
2307
+ max_cooling_set_point_celsius?: never;
2308
+ max_cooling_set_point_fahrenheit?: never;
2309
+ max_heating_set_point_celsius?: never;
2310
+ max_heating_set_point_fahrenheit?: never;
2311
+ min_cooling_set_point_celsius?: never;
2312
+ min_cooling_set_point_fahrenheit?: never;
2313
+ min_heating_cooling_delta_celsius?: never;
2314
+ min_heating_cooling_delta_fahrenheit?: never;
2315
+ min_heating_set_point_celsius?: never;
2316
+ min_heating_set_point_fahrenheit?: never;
2317
+ relative_humidity?: never;
2318
+ temperature_celsius?: never;
2319
+ temperature_fahrenheit?: never;
2295
2320
  };
2296
2321
  type: string;
2297
- oneOf?: never;
2298
2322
  } | {
2299
- oneOf: ({
2300
- properties: {
2301
- active_climate_setting_schedule: {
2302
- properties: {
2303
- automatic_cooling_enabled: {
2304
- type: string;
2305
- };
2306
- automatic_heating_enabled: {
2307
- type: string;
2308
- };
2309
- climate_setting_schedule_id: {
2310
- format: string;
2311
- type: string;
2312
- };
2313
- cooling_set_point_celsius: {
2314
- format: string;
2315
- type: string;
2316
- };
2317
- cooling_set_point_fahrenheit: {
2318
- format: string;
2319
- type: string;
2320
- };
2321
- created_at: {
2322
- format: string;
2323
- type: string;
2324
- };
2325
- device_id: {
2326
- format: string;
2327
- type: string;
2328
- };
2329
- errors: {
2330
- description: string;
2331
- };
2332
- heating_set_point_celsius: {
2333
- format: string;
2334
- type: string;
2335
- };
2336
- heating_set_point_fahrenheit: {
2337
- format: string;
2338
- type: string;
2339
- };
2340
- hvac_mode_setting: {
2341
- enum: string[];
2342
- type: string;
2343
- };
2344
- manual_override_allowed: {
2345
- type: string;
2346
- };
2347
- name: {
2348
- type: string;
2349
- };
2350
- schedule_ends_at: {
2351
- type: string;
2352
- };
2353
- schedule_starts_at: {
2354
- type: string;
2355
- };
2356
- schedule_type: {
2357
- enum: string[];
2358
- type: string;
2359
- };
2360
- };
2361
- required: string[];
2362
- type: string;
2363
- };
2364
- available_hvac_mode_settings: {
2365
- items: {
2366
- enum: string[];
2323
+ properties: {
2324
+ active_climate_setting_schedule: {
2325
+ properties: {
2326
+ automatic_cooling_enabled: {
2367
2327
  type: string;
2368
2328
  };
2369
- type: string;
2370
- };
2371
- can_enable_automatic_cooling: {
2372
- type: string;
2373
- };
2374
- can_enable_automatic_heating: {
2375
- type: string;
2376
- };
2377
- current_climate_setting: {
2378
- properties: {
2379
- automatic_cooling_enabled: {
2380
- type: string;
2381
- };
2382
- automatic_heating_enabled: {
2383
- type: string;
2384
- };
2385
- cooling_set_point_celsius: {
2386
- format: string;
2387
- type: string;
2388
- };
2389
- cooling_set_point_fahrenheit: {
2390
- format: string;
2391
- type: string;
2392
- };
2393
- heating_set_point_celsius: {
2394
- format: string;
2395
- type: string;
2396
- };
2397
- heating_set_point_fahrenheit: {
2398
- format: string;
2399
- type: string;
2400
- };
2401
- hvac_mode_setting: {
2402
- enum: string[];
2403
- type: string;
2404
- };
2405
- manual_override_allowed: {
2406
- type: string;
2407
- };
2408
- };
2409
- required: string[];
2410
- type: string;
2411
- };
2412
- default_climate_setting: {
2413
- properties: {
2414
- automatic_cooling_enabled: {
2415
- type: string;
2416
- };
2417
- automatic_heating_enabled: {
2418
- type: string;
2419
- };
2420
- cooling_set_point_celsius: {
2421
- format: string;
2422
- type: string;
2423
- };
2424
- cooling_set_point_fahrenheit: {
2425
- format: string;
2426
- type: string;
2427
- };
2428
- heating_set_point_celsius: {
2429
- format: string;
2430
- type: string;
2431
- };
2432
- heating_set_point_fahrenheit: {
2433
- format: string;
2434
- type: string;
2435
- };
2436
- hvac_mode_setting: {
2437
- enum: string[];
2438
- type: string;
2439
- };
2440
- manual_override_allowed: {
2441
- type: string;
2442
- };
2329
+ automatic_heating_enabled: {
2330
+ type: string;
2443
2331
  };
2444
- required: string[];
2445
- type: string;
2446
- };
2447
- fan_mode_setting: {
2448
- enum: string[];
2449
- type: string;
2450
- };
2451
- is_climate_setting_schedule_active: {
2452
- type: string;
2453
- };
2454
- is_cooling: {
2455
- type: string;
2456
- };
2457
- is_cooling_available: {
2458
- enum: boolean[];
2459
- type: string;
2460
- };
2461
- is_fan_running: {
2462
- type: string;
2463
- };
2464
- is_heating: {
2465
- type: string;
2466
- };
2467
- is_heating_available: {
2468
- enum: boolean[];
2469
- type: string;
2470
- };
2471
- is_temporary_manual_override_active: {
2472
- type: string;
2473
- };
2474
- max_cooling_set_point_celsius: {
2475
- format: string;
2476
- type: string;
2477
- };
2478
- max_cooling_set_point_fahrenheit: {
2479
- format: string;
2480
- type: string;
2481
- };
2482
- max_heating_set_point_celsius: {
2483
- format: string;
2484
- type: string;
2485
- };
2486
- max_heating_set_point_fahrenheit: {
2487
- format: string;
2488
- type: string;
2489
- };
2490
- min_cooling_set_point_celsius: {
2491
- format: string;
2492
- type: string;
2493
- };
2494
- min_cooling_set_point_fahrenheit: {
2495
- format: string;
2496
- type: string;
2497
- };
2498
- min_heating_cooling_delta_celsius: {
2499
- format: string;
2500
- type: string;
2501
- };
2502
- min_heating_cooling_delta_fahrenheit: {
2503
- format: string;
2504
- type: string;
2505
- };
2506
- min_heating_set_point_celsius: {
2507
- format: string;
2508
- type: string;
2509
- };
2510
- min_heating_set_point_fahrenheit: {
2511
- format: string;
2512
- type: string;
2513
- };
2514
- relative_humidity: {
2515
- format: string;
2516
- maximum: number;
2517
- minimum: number;
2518
- type: string;
2519
- };
2520
- temperature_celsius: {
2521
- format: string;
2522
- type: string;
2523
- };
2524
- temperature_fahrenheit: {
2525
- format: string;
2526
- type: string;
2527
- };
2528
- };
2529
- type: string;
2530
- } | {
2531
- properties: {
2532
- active_climate_setting_schedule: {
2533
- properties: {
2534
- automatic_cooling_enabled: {
2535
- type: string;
2536
- };
2537
- automatic_heating_enabled: {
2538
- type: string;
2539
- };
2540
- climate_setting_schedule_id: {
2541
- format: string;
2542
- type: string;
2543
- };
2544
- cooling_set_point_celsius: {
2545
- format: string;
2546
- type: string;
2547
- };
2548
- cooling_set_point_fahrenheit: {
2549
- format: string;
2550
- type: string;
2551
- };
2552
- created_at: {
2553
- format: string;
2554
- type: string;
2555
- };
2556
- device_id: {
2557
- format: string;
2558
- type: string;
2559
- };
2560
- errors: {
2561
- description: string;
2562
- };
2563
- heating_set_point_celsius: {
2564
- format: string;
2565
- type: string;
2566
- };
2567
- heating_set_point_fahrenheit: {
2568
- format: string;
2569
- type: string;
2570
- };
2571
- hvac_mode_setting: {
2572
- enum: string[];
2573
- type: string;
2574
- };
2575
- manual_override_allowed: {
2576
- type: string;
2577
- };
2578
- name: {
2579
- type: string;
2580
- };
2581
- schedule_ends_at: {
2582
- type: string;
2583
- };
2584
- schedule_starts_at: {
2585
- type: string;
2586
- };
2587
- schedule_type: {
2588
- enum: string[];
2589
- type: string;
2590
- };
2332
+ climate_setting_schedule_id: {
2333
+ format: string;
2334
+ type: string;
2591
2335
  };
2592
- required: string[];
2593
- type: string;
2594
- };
2595
- available_hvac_mode_settings: {
2596
- items: {
2597
- enum: string[];
2336
+ cooling_set_point_celsius: {
2337
+ format: string;
2598
2338
  type: string;
2599
2339
  };
2600
- type: string;
2601
- };
2602
- can_enable_automatic_cooling: {
2603
- type: string;
2604
- };
2605
- can_enable_automatic_heating: {
2606
- type: string;
2607
- };
2608
- current_climate_setting: {
2609
- properties: {
2610
- automatic_cooling_enabled: {
2611
- type: string;
2612
- };
2613
- automatic_heating_enabled: {
2614
- type: string;
2615
- };
2616
- cooling_set_point_celsius: {
2617
- format: string;
2618
- type: string;
2619
- };
2620
- cooling_set_point_fahrenheit: {
2621
- format: string;
2622
- type: string;
2623
- };
2624
- heating_set_point_celsius: {
2625
- format: string;
2626
- type: string;
2627
- };
2628
- heating_set_point_fahrenheit: {
2629
- format: string;
2630
- type: string;
2631
- };
2632
- hvac_mode_setting: {
2633
- enum: string[];
2634
- type: string;
2635
- };
2636
- manual_override_allowed: {
2637
- type: string;
2638
- };
2340
+ cooling_set_point_fahrenheit: {
2341
+ format: string;
2342
+ type: string;
2639
2343
  };
2640
- required: string[];
2641
- type: string;
2642
- };
2643
- default_climate_setting: {
2644
- properties: {
2645
- automatic_cooling_enabled: {
2646
- type: string;
2647
- };
2648
- automatic_heating_enabled: {
2649
- type: string;
2650
- };
2651
- cooling_set_point_celsius: {
2652
- format: string;
2653
- type: string;
2654
- };
2655
- cooling_set_point_fahrenheit: {
2656
- format: string;
2657
- type: string;
2658
- };
2659
- heating_set_point_celsius: {
2660
- format: string;
2661
- type: string;
2662
- };
2663
- heating_set_point_fahrenheit: {
2664
- format: string;
2665
- type: string;
2666
- };
2667
- hvac_mode_setting: {
2668
- enum: string[];
2669
- type: string;
2670
- };
2671
- manual_override_allowed: {
2672
- type: string;
2673
- };
2344
+ created_at: {
2345
+ format: string;
2346
+ type: string;
2674
2347
  };
2675
- required: string[];
2676
- type: string;
2677
- };
2678
- fan_mode_setting: {
2679
- enum: string[];
2680
- type: string;
2681
- };
2682
- is_climate_setting_schedule_active: {
2683
- type: string;
2684
- };
2685
- is_cooling: {
2686
- type: string;
2687
- };
2688
- is_cooling_available: {
2689
- enum: boolean[];
2690
- type: string;
2691
- };
2692
- is_fan_running: {
2693
- type: string;
2694
- };
2695
- is_heating: {
2696
- type: string;
2697
- };
2698
- is_heating_available: {
2699
- enum: boolean[];
2700
- type: string;
2701
- };
2702
- is_temporary_manual_override_active: {
2703
- type: string;
2704
- };
2705
- max_heating_set_point_celsius: {
2706
- format: string;
2707
- type: string;
2708
- };
2709
- max_heating_set_point_fahrenheit: {
2710
- format: string;
2711
- type: string;
2712
- };
2713
- min_heating_set_point_celsius: {
2714
- format: string;
2715
- type: string;
2716
- };
2717
- min_heating_set_point_fahrenheit: {
2718
- format: string;
2719
- type: string;
2720
- };
2721
- relative_humidity: {
2722
- format: string;
2723
- maximum: number;
2724
- minimum: number;
2725
- type: string;
2726
- };
2727
- temperature_celsius: {
2728
- format: string;
2729
- type: string;
2730
- };
2731
- temperature_fahrenheit: {
2732
- format: string;
2733
- type: string;
2734
- };
2735
- max_cooling_set_point_celsius?: never;
2736
- max_cooling_set_point_fahrenheit?: never;
2737
- min_cooling_set_point_celsius?: never;
2738
- min_cooling_set_point_fahrenheit?: never;
2739
- min_heating_cooling_delta_celsius?: never;
2740
- min_heating_cooling_delta_fahrenheit?: never;
2741
- };
2742
- type: string;
2743
- } | {
2744
- properties: {
2745
- active_climate_setting_schedule: {
2746
- properties: {
2747
- automatic_cooling_enabled: {
2748
- type: string;
2749
- };
2750
- automatic_heating_enabled: {
2751
- type: string;
2752
- };
2753
- climate_setting_schedule_id: {
2754
- format: string;
2755
- type: string;
2756
- };
2757
- cooling_set_point_celsius: {
2758
- format: string;
2759
- type: string;
2760
- };
2761
- cooling_set_point_fahrenheit: {
2762
- format: string;
2763
- type: string;
2764
- };
2765
- created_at: {
2766
- format: string;
2767
- type: string;
2768
- };
2769
- device_id: {
2770
- format: string;
2771
- type: string;
2772
- };
2773
- errors: {
2774
- description: string;
2775
- };
2776
- heating_set_point_celsius: {
2777
- format: string;
2778
- type: string;
2779
- };
2780
- heating_set_point_fahrenheit: {
2781
- format: string;
2782
- type: string;
2783
- };
2784
- hvac_mode_setting: {
2785
- enum: string[];
2786
- type: string;
2787
- };
2788
- manual_override_allowed: {
2789
- type: string;
2790
- };
2791
- name: {
2792
- type: string;
2793
- };
2794
- schedule_ends_at: {
2795
- type: string;
2796
- };
2797
- schedule_starts_at: {
2798
- type: string;
2799
- };
2800
- schedule_type: {
2801
- enum: string[];
2802
- type: string;
2803
- };
2348
+ device_id: {
2349
+ format: string;
2350
+ type: string;
2804
2351
  };
2805
- required: string[];
2806
- type: string;
2807
- };
2808
- available_hvac_mode_settings: {
2809
- items: {
2352
+ errors: {
2353
+ description: string;
2354
+ };
2355
+ heating_set_point_celsius: {
2356
+ format: string;
2357
+ type: string;
2358
+ };
2359
+ heating_set_point_fahrenheit: {
2360
+ format: string;
2361
+ type: string;
2362
+ };
2363
+ hvac_mode_setting: {
2810
2364
  enum: string[];
2811
2365
  type: string;
2812
2366
  };
2813
- type: string;
2814
- };
2815
- can_enable_automatic_cooling: {
2816
- type: string;
2817
- };
2818
- can_enable_automatic_heating: {
2819
- type: string;
2820
- };
2821
- current_climate_setting: {
2822
- properties: {
2823
- automatic_cooling_enabled: {
2824
- type: string;
2825
- };
2826
- automatic_heating_enabled: {
2827
- type: string;
2828
- };
2829
- cooling_set_point_celsius: {
2830
- format: string;
2831
- type: string;
2832
- };
2833
- cooling_set_point_fahrenheit: {
2834
- format: string;
2835
- type: string;
2836
- };
2837
- heating_set_point_celsius: {
2838
- format: string;
2839
- type: string;
2840
- };
2841
- heating_set_point_fahrenheit: {
2842
- format: string;
2843
- type: string;
2844
- };
2845
- hvac_mode_setting: {
2846
- enum: string[];
2847
- type: string;
2848
- };
2849
- manual_override_allowed: {
2850
- type: string;
2851
- };
2367
+ manual_override_allowed: {
2368
+ type: string;
2852
2369
  };
2853
- required: string[];
2854
- type: string;
2855
- };
2856
- default_climate_setting: {
2857
- properties: {
2858
- automatic_cooling_enabled: {
2859
- type: string;
2860
- };
2861
- automatic_heating_enabled: {
2862
- type: string;
2863
- };
2864
- cooling_set_point_celsius: {
2865
- format: string;
2866
- type: string;
2867
- };
2868
- cooling_set_point_fahrenheit: {
2869
- format: string;
2870
- type: string;
2871
- };
2872
- heating_set_point_celsius: {
2873
- format: string;
2874
- type: string;
2875
- };
2876
- heating_set_point_fahrenheit: {
2877
- format: string;
2878
- type: string;
2879
- };
2880
- hvac_mode_setting: {
2881
- enum: string[];
2882
- type: string;
2883
- };
2884
- manual_override_allowed: {
2885
- type: string;
2886
- };
2370
+ name: {
2371
+ type: string;
2372
+ };
2373
+ schedule_ends_at: {
2374
+ type: string;
2375
+ };
2376
+ schedule_starts_at: {
2377
+ type: string;
2378
+ };
2379
+ schedule_type: {
2380
+ enum: string[];
2381
+ type: string;
2887
2382
  };
2888
- required: string[];
2889
- type: string;
2890
2383
  };
2891
- fan_mode_setting: {
2384
+ required: string[];
2385
+ type: string;
2386
+ };
2387
+ available_hvac_mode_settings: {
2388
+ items: {
2892
2389
  enum: string[];
2893
2390
  type: string;
2894
2391
  };
2895
- is_climate_setting_schedule_active: {
2896
- type: string;
2897
- };
2898
- is_cooling: {
2899
- type: string;
2900
- };
2901
- is_cooling_available: {
2902
- enum: boolean[];
2903
- type: string;
2904
- };
2905
- is_fan_running: {
2906
- type: string;
2907
- };
2908
- is_heating: {
2909
- type: string;
2910
- };
2911
- is_heating_available: {
2912
- enum: boolean[];
2913
- type: string;
2914
- };
2915
- is_temporary_manual_override_active: {
2916
- type: string;
2917
- };
2918
- max_cooling_set_point_celsius: {
2919
- format: string;
2920
- type: string;
2921
- };
2922
- max_cooling_set_point_fahrenheit: {
2923
- format: string;
2924
- type: string;
2925
- };
2926
- min_cooling_set_point_celsius: {
2927
- format: string;
2928
- type: string;
2929
- };
2930
- min_cooling_set_point_fahrenheit: {
2931
- format: string;
2932
- type: string;
2933
- };
2934
- relative_humidity: {
2935
- format: string;
2936
- maximum: number;
2937
- minimum: number;
2938
- type: string;
2939
- };
2940
- temperature_celsius: {
2941
- format: string;
2942
- type: string;
2392
+ type: string;
2393
+ };
2394
+ can_enable_automatic_cooling: {
2395
+ type: string;
2396
+ };
2397
+ can_enable_automatic_heating: {
2398
+ type: string;
2399
+ };
2400
+ current_climate_setting: {
2401
+ properties: {
2402
+ automatic_cooling_enabled: {
2403
+ type: string;
2404
+ };
2405
+ automatic_heating_enabled: {
2406
+ type: string;
2407
+ };
2408
+ cooling_set_point_celsius: {
2409
+ format: string;
2410
+ type: string;
2411
+ };
2412
+ cooling_set_point_fahrenheit: {
2413
+ format: string;
2414
+ type: string;
2415
+ };
2416
+ heating_set_point_celsius: {
2417
+ format: string;
2418
+ type: string;
2419
+ };
2420
+ heating_set_point_fahrenheit: {
2421
+ format: string;
2422
+ type: string;
2423
+ };
2424
+ hvac_mode_setting: {
2425
+ enum: string[];
2426
+ type: string;
2427
+ };
2428
+ manual_override_allowed: {
2429
+ type: string;
2430
+ };
2943
2431
  };
2944
- temperature_fahrenheit: {
2945
- format: string;
2946
- type: string;
2432
+ required: string[];
2433
+ type: string;
2434
+ };
2435
+ default_climate_setting: {
2436
+ properties: {
2437
+ automatic_cooling_enabled: {
2438
+ type: string;
2439
+ };
2440
+ automatic_heating_enabled: {
2441
+ type: string;
2442
+ };
2443
+ cooling_set_point_celsius: {
2444
+ format: string;
2445
+ type: string;
2446
+ };
2447
+ cooling_set_point_fahrenheit: {
2448
+ format: string;
2449
+ type: string;
2450
+ };
2451
+ heating_set_point_celsius: {
2452
+ format: string;
2453
+ type: string;
2454
+ };
2455
+ heating_set_point_fahrenheit: {
2456
+ format: string;
2457
+ type: string;
2458
+ };
2459
+ hvac_mode_setting: {
2460
+ enum: string[];
2461
+ type: string;
2462
+ };
2463
+ manual_override_allowed: {
2464
+ type: string;
2465
+ };
2947
2466
  };
2948
- max_heating_set_point_celsius?: never;
2949
- max_heating_set_point_fahrenheit?: never;
2950
- min_heating_cooling_delta_celsius?: never;
2951
- min_heating_cooling_delta_fahrenheit?: never;
2952
- min_heating_set_point_celsius?: never;
2953
- min_heating_set_point_fahrenheit?: never;
2467
+ required: string[];
2468
+ type: string;
2954
2469
  };
2955
- type: string;
2956
- })[];
2957
- properties?: never;
2958
- type?: never;
2470
+ fan_mode_setting: {
2471
+ enum: string[];
2472
+ type: string;
2473
+ };
2474
+ is_climate_setting_schedule_active: {
2475
+ type: string;
2476
+ };
2477
+ is_cooling: {
2478
+ type: string;
2479
+ };
2480
+ is_fan_running: {
2481
+ type: string;
2482
+ };
2483
+ is_heating: {
2484
+ type: string;
2485
+ };
2486
+ is_temporary_manual_override_active: {
2487
+ type: string;
2488
+ };
2489
+ max_cooling_set_point_celsius: {
2490
+ format: string;
2491
+ type: string;
2492
+ };
2493
+ max_cooling_set_point_fahrenheit: {
2494
+ format: string;
2495
+ type: string;
2496
+ };
2497
+ max_heating_set_point_celsius: {
2498
+ format: string;
2499
+ type: string;
2500
+ };
2501
+ max_heating_set_point_fahrenheit: {
2502
+ format: string;
2503
+ type: string;
2504
+ };
2505
+ min_cooling_set_point_celsius: {
2506
+ format: string;
2507
+ type: string;
2508
+ };
2509
+ min_cooling_set_point_fahrenheit: {
2510
+ format: string;
2511
+ type: string;
2512
+ };
2513
+ min_heating_cooling_delta_celsius: {
2514
+ format: string;
2515
+ type: string;
2516
+ };
2517
+ min_heating_cooling_delta_fahrenheit: {
2518
+ format: string;
2519
+ type: string;
2520
+ };
2521
+ min_heating_set_point_celsius: {
2522
+ format: string;
2523
+ type: string;
2524
+ };
2525
+ min_heating_set_point_fahrenheit: {
2526
+ format: string;
2527
+ type: string;
2528
+ };
2529
+ relative_humidity: {
2530
+ format: string;
2531
+ maximum: number;
2532
+ minimum: number;
2533
+ type: string;
2534
+ };
2535
+ temperature_celsius: {
2536
+ format: string;
2537
+ type: string;
2538
+ };
2539
+ temperature_fahrenheit: {
2540
+ format: string;
2541
+ type: string;
2542
+ };
2543
+ _experimental_supported_code_from_access_codes_lengths?: never;
2544
+ code_constraints?: never;
2545
+ door_open?: never;
2546
+ has_native_entry_events?: never;
2547
+ keypad_battery?: never;
2548
+ locked?: never;
2549
+ max_active_codes_supported?: never;
2550
+ supported_code_lengths?: never;
2551
+ supports_backup_access_code_pool?: never;
2552
+ };
2553
+ type: string;
2959
2554
  })[];
2960
2555
  })[];
2961
2556
  description: string;