@seamapi/types 1.527.0 → 1.529.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.
@@ -4354,6 +4354,9 @@ declare const _default: {
4354
4354
  can_simulate_hub_disconnection: {
4355
4355
  type: string;
4356
4356
  };
4357
+ can_simulate_paid_subscription: {
4358
+ type: string;
4359
+ };
4357
4360
  can_simulate_removal: {
4358
4361
  type: string;
4359
4362
  };
@@ -6826,6 +6829,9 @@ declare const _default: {
6826
6829
  can_simulate_hub_disconnection: {
6827
6830
  type: string;
6828
6831
  };
6832
+ can_simulate_paid_subscription: {
6833
+ type: string;
6834
+ };
6829
6835
  can_simulate_removal: {
6830
6836
  type: string;
6831
6837
  };
@@ -7534,6 +7540,111 @@ declare const _default: {
7534
7540
  'x-route-path': string;
7535
7541
  deprecated?: never;
7536
7542
  'x-deprecated'?: never;
7543
+ } | {
7544
+ description: string;
7545
+ properties: {
7546
+ access_grant_ids: {
7547
+ description: string;
7548
+ items: {
7549
+ format: string;
7550
+ type: string;
7551
+ };
7552
+ type: string;
7553
+ };
7554
+ access_grant_keys: {
7555
+ description: string;
7556
+ items: {
7557
+ type: string;
7558
+ };
7559
+ type: string;
7560
+ };
7561
+ access_method_id: {
7562
+ description: string;
7563
+ format: string;
7564
+ type: string;
7565
+ };
7566
+ code: {
7567
+ description: string;
7568
+ type: string;
7569
+ nullable?: never;
7570
+ };
7571
+ created_at: {
7572
+ description: string;
7573
+ format: string;
7574
+ type: string;
7575
+ };
7576
+ event_id: {
7577
+ description: string;
7578
+ format: string;
7579
+ type: string;
7580
+ };
7581
+ event_type: {
7582
+ enum: string[];
7583
+ type: string;
7584
+ };
7585
+ occurred_at: {
7586
+ description: string;
7587
+ format: string;
7588
+ type: string;
7589
+ };
7590
+ workspace_id: {
7591
+ description: string;
7592
+ format: string;
7593
+ type: string;
7594
+ };
7595
+ access_code_id?: never;
7596
+ connected_account_custom_metadata?: never;
7597
+ connected_account_id?: never;
7598
+ device_custom_metadata?: never;
7599
+ device_id?: never;
7600
+ backup_access_code_id?: never;
7601
+ access_grant_id?: never;
7602
+ acs_entrance_id?: never;
7603
+ acs_system_id?: never;
7604
+ acs_credential_id?: never;
7605
+ acs_user_id?: never;
7606
+ acs_encoder_id?: never;
7607
+ acs_access_group_id?: never;
7608
+ client_session_id?: never;
7609
+ connect_webview_id?: never;
7610
+ action_attempt_id?: never;
7611
+ action_type?: never;
7612
+ status?: never;
7613
+ error_code?: never;
7614
+ battery_level?: never;
7615
+ battery_status?: never;
7616
+ minut_metadata?: never;
7617
+ noise_level_decibels?: never;
7618
+ noise_level_nrs?: never;
7619
+ noise_threshold_id?: never;
7620
+ noise_threshold_name?: never;
7621
+ noiseaware_metadata?: never;
7622
+ method?: never;
7623
+ climate_preset_key?: never;
7624
+ is_fallback_climate_preset?: never;
7625
+ thermostat_schedule_id?: never;
7626
+ cooling_set_point_celsius?: never;
7627
+ cooling_set_point_fahrenheit?: never;
7628
+ fan_mode_setting?: never;
7629
+ heating_set_point_celsius?: never;
7630
+ heating_set_point_fahrenheit?: never;
7631
+ hvac_mode_setting?: never;
7632
+ lower_limit_celsius?: never;
7633
+ lower_limit_fahrenheit?: never;
7634
+ temperature_celsius?: never;
7635
+ temperature_fahrenheit?: never;
7636
+ upper_limit_celsius?: never;
7637
+ upper_limit_fahrenheit?: never;
7638
+ desired_temperature_celsius?: never;
7639
+ desired_temperature_fahrenheit?: never;
7640
+ device_name?: never;
7641
+ enrollment_automation_id?: never;
7642
+ };
7643
+ required: string[];
7644
+ type: string;
7645
+ 'x-route-path': string;
7646
+ deprecated?: never;
7647
+ 'x-deprecated'?: never;
7537
7648
  } | {
7538
7649
  description: string;
7539
7650
  properties: {
@@ -12770,6 +12881,9 @@ declare const _default: {
12770
12881
  can_simulate_hub_disconnection: {
12771
12882
  type: string;
12772
12883
  };
12884
+ can_simulate_paid_subscription: {
12885
+ type: string;
12886
+ };
12773
12887
  can_simulate_removal: {
12774
12888
  type: string;
12775
12889
  };
@@ -8189,6 +8189,7 @@ export default {
8189
8189
  can_simulate_disconnection: { type: 'boolean' },
8190
8190
  can_simulate_hub_connection: { type: 'boolean' },
8191
8191
  can_simulate_hub_disconnection: { type: 'boolean' },
8192
+ can_simulate_paid_subscription: { type: 'boolean' },
8192
8193
  can_simulate_removal: { type: 'boolean' },
8193
8194
  can_turn_off_hvac: { type: 'boolean' },
8194
8195
  can_unlock_with_code: { type: 'boolean' },
@@ -11443,6 +11444,7 @@ export default {
11443
11444
  can_simulate_disconnection: { type: 'boolean' },
11444
11445
  can_simulate_hub_connection: { type: 'boolean' },
11445
11446
  can_simulate_hub_disconnection: { type: 'boolean' },
11447
+ can_simulate_paid_subscription: { type: 'boolean' },
11446
11448
  can_simulate_removal: { type: 'boolean' },
11447
11449
  can_turn_off_hvac: { type: 'boolean' },
11448
11450
  can_unlock_with_code: { type: 'boolean' },
@@ -13011,6 +13013,10 @@ export default {
13011
13013
  format: 'uuid',
13012
13014
  type: 'string',
13013
13015
  },
13016
+ code: {
13017
+ description: "The actual PIN code for code access methods (only present when mode is 'code').",
13018
+ type: 'string',
13019
+ },
13014
13020
  created_at: {
13015
13021
  description: 'Date and time at which the event was created.',
13016
13022
  format: 'date-time',
@@ -21193,6 +21199,7 @@ export default {
21193
21199
  can_simulate_disconnection: { type: 'boolean' },
21194
21200
  can_simulate_hub_connection: { type: 'boolean' },
21195
21201
  can_simulate_hub_disconnection: { type: 'boolean' },
21202
+ can_simulate_paid_subscription: { type: 'boolean' },
21196
21203
  can_simulate_removal: { type: 'boolean' },
21197
21204
  can_turn_off_hvac: { type: 'boolean' },
21198
21205
  can_unlock_with_code: { type: 'boolean' },
@@ -37113,6 +37120,7 @@ export default {
37113
37120
  'can_run_thermostat_programs',
37114
37121
  'can_simulate_hub_connection',
37115
37122
  'can_simulate_hub_disconnection',
37123
+ 'can_simulate_paid_subscription',
37116
37124
  ],
37117
37125
  type: 'string',
37118
37126
  },
@@ -37141,6 +37149,7 @@ export default {
37141
37149
  'can_run_thermostat_programs',
37142
37150
  'can_simulate_hub_connection',
37143
37151
  'can_simulate_hub_disconnection',
37152
+ 'can_simulate_paid_subscription',
37144
37153
  ],
37145
37154
  type: 'string',
37146
37155
  },
@@ -37415,6 +37424,7 @@ export default {
37415
37424
  'can_run_thermostat_programs',
37416
37425
  'can_simulate_hub_connection',
37417
37426
  'can_simulate_hub_disconnection',
37427
+ 'can_simulate_paid_subscription',
37418
37428
  ],
37419
37429
  type: 'string',
37420
37430
  },
@@ -37439,6 +37449,7 @@ export default {
37439
37449
  'can_run_thermostat_programs',
37440
37450
  'can_simulate_hub_connection',
37441
37451
  'can_simulate_hub_disconnection',
37452
+ 'can_simulate_paid_subscription',
37442
37453
  ],
37443
37454
  type: 'string',
37444
37455
  },
@@ -38353,6 +38364,7 @@ export default {
38353
38364
  'can_run_thermostat_programs',
38354
38365
  'can_simulate_hub_connection',
38355
38366
  'can_simulate_hub_disconnection',
38367
+ 'can_simulate_paid_subscription',
38356
38368
  ],
38357
38369
  type: 'string',
38358
38370
  },
@@ -38381,6 +38393,7 @@ export default {
38381
38393
  'can_run_thermostat_programs',
38382
38394
  'can_simulate_hub_connection',
38383
38395
  'can_simulate_hub_disconnection',
38396
+ 'can_simulate_paid_subscription',
38384
38397
  ],
38385
38398
  type: 'string',
38386
38399
  },
@@ -38652,6 +38665,7 @@ export default {
38652
38665
  'can_run_thermostat_programs',
38653
38666
  'can_simulate_hub_connection',
38654
38667
  'can_simulate_hub_disconnection',
38668
+ 'can_simulate_paid_subscription',
38655
38669
  ],
38656
38670
  type: 'string',
38657
38671
  },
@@ -38676,6 +38690,7 @@ export default {
38676
38690
  'can_run_thermostat_programs',
38677
38691
  'can_simulate_hub_connection',
38678
38692
  'can_simulate_hub_disconnection',
38693
+ 'can_simulate_paid_subscription',
38679
38694
  ],
38680
38695
  type: 'string',
38681
38696
  },
@@ -40567,6 +40582,7 @@ export default {
40567
40582
  'can_run_thermostat_programs',
40568
40583
  'can_simulate_hub_connection',
40569
40584
  'can_simulate_hub_disconnection',
40585
+ 'can_simulate_paid_subscription',
40570
40586
  ],
40571
40587
  type: 'string',
40572
40588
  },
@@ -40595,6 +40611,7 @@ export default {
40595
40611
  'can_run_thermostat_programs',
40596
40612
  'can_simulate_hub_connection',
40597
40613
  'can_simulate_hub_disconnection',
40614
+ 'can_simulate_paid_subscription',
40598
40615
  ],
40599
40616
  type: 'string',
40600
40617
  },
@@ -40818,6 +40835,7 @@ export default {
40818
40835
  'can_run_thermostat_programs',
40819
40836
  'can_simulate_hub_connection',
40820
40837
  'can_simulate_hub_disconnection',
40838
+ 'can_simulate_paid_subscription',
40821
40839
  ],
40822
40840
  type: 'string',
40823
40841
  },
@@ -40842,6 +40860,7 @@ export default {
40842
40860
  'can_run_thermostat_programs',
40843
40861
  'can_simulate_hub_connection',
40844
40862
  'can_simulate_hub_disconnection',
40863
+ 'can_simulate_paid_subscription',
40845
40864
  ],
40846
40865
  type: 'string',
40847
40866
  },
@@ -41355,6 +41374,7 @@ export default {
41355
41374
  'can_run_thermostat_programs',
41356
41375
  'can_simulate_hub_connection',
41357
41376
  'can_simulate_hub_disconnection',
41377
+ 'can_simulate_paid_subscription',
41358
41378
  ],
41359
41379
  type: 'string',
41360
41380
  },
@@ -41383,6 +41403,7 @@ export default {
41383
41403
  'can_run_thermostat_programs',
41384
41404
  'can_simulate_hub_connection',
41385
41405
  'can_simulate_hub_disconnection',
41406
+ 'can_simulate_paid_subscription',
41386
41407
  ],
41387
41408
  type: 'string',
41388
41409
  },
@@ -41550,6 +41571,7 @@ export default {
41550
41571
  'can_run_thermostat_programs',
41551
41572
  'can_simulate_hub_connection',
41552
41573
  'can_simulate_hub_disconnection',
41574
+ 'can_simulate_paid_subscription',
41553
41575
  ],
41554
41576
  type: 'string',
41555
41577
  },
@@ -41574,6 +41596,7 @@ export default {
41574
41596
  'can_run_thermostat_programs',
41575
41597
  'can_simulate_hub_connection',
41576
41598
  'can_simulate_hub_disconnection',
41599
+ 'can_simulate_paid_subscription',
41577
41600
  ],
41578
41601
  type: 'string',
41579
41602
  },
@@ -48385,6 +48408,7 @@ export default {
48385
48408
  'can_run_thermostat_programs',
48386
48409
  'can_simulate_hub_connection',
48387
48410
  'can_simulate_hub_disconnection',
48411
+ 'can_simulate_paid_subscription',
48388
48412
  ],
48389
48413
  type: 'string',
48390
48414
  },
@@ -48413,6 +48437,7 @@ export default {
48413
48437
  'can_run_thermostat_programs',
48414
48438
  'can_simulate_hub_connection',
48415
48439
  'can_simulate_hub_disconnection',
48440
+ 'can_simulate_paid_subscription',
48416
48441
  ],
48417
48442
  type: 'string',
48418
48443
  },
@@ -48594,6 +48619,7 @@ export default {
48594
48619
  'can_run_thermostat_programs',
48595
48620
  'can_simulate_hub_connection',
48596
48621
  'can_simulate_hub_disconnection',
48622
+ 'can_simulate_paid_subscription',
48597
48623
  ],
48598
48624
  type: 'string',
48599
48625
  },
@@ -48618,6 +48644,7 @@ export default {
48618
48644
  'can_run_thermostat_programs',
48619
48645
  'can_simulate_hub_connection',
48620
48646
  'can_simulate_hub_disconnection',
48647
+ 'can_simulate_paid_subscription',
48621
48648
  ],
48622
48649
  type: 'string',
48623
48650
  },