@seamapi/types 1.679.0 → 1.681.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.
@@ -11913,6 +11913,8 @@ export type Routes = {
11913
11913
  locked_state: string
11914
11914
  /** Model for a Salto KS device. */
11915
11915
  model?: string | undefined
11916
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
11917
+ has_custom_pin_subscription?: boolean | undefined
11916
11918
  }
11917
11919
  | undefined
11918
11920
  /** Metadata for a Genie device. */
@@ -12332,6 +12334,8 @@ export type Routes = {
12332
12334
  device_name: string
12333
12335
  /** Device type for an Ultraloq device. */
12334
12336
  device_type: string
12337
+ /** IANA timezone for the Ultraloq device. */
12338
+ time_zone: string | null
12335
12339
  }
12336
12340
  | undefined
12337
12341
  }) &
@@ -15979,6 +15983,8 @@ export type Routes = {
15979
15983
  locked_state: string
15980
15984
  /** Model for a Salto KS device. */
15981
15985
  model?: string | undefined
15986
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
15987
+ has_custom_pin_subscription?: boolean | undefined
15982
15988
  }
15983
15989
  | undefined
15984
15990
  /** Metadata for a Genie device. */
@@ -16398,6 +16404,8 @@ export type Routes = {
16398
16404
  device_name: string
16399
16405
  /** Device type for an Ultraloq device. */
16400
16406
  device_type: string
16407
+ /** IANA timezone for the Ultraloq device. */
16408
+ time_zone: string | null
16401
16409
  }
16402
16410
  | undefined
16403
16411
  }) &
@@ -31934,6 +31942,8 @@ export type Routes = {
31934
31942
  locked_state: string
31935
31943
  /** Model for a Salto KS device. */
31936
31944
  model?: string | undefined
31945
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
31946
+ has_custom_pin_subscription?: boolean | undefined
31937
31947
  }
31938
31948
  | undefined
31939
31949
  /** Metadata for a Genie device. */
@@ -32353,6 +32363,8 @@ export type Routes = {
32353
32363
  device_name: string
32354
32364
  /** Device type for an Ultraloq device. */
32355
32365
  device_type: string
32366
+ /** IANA timezone for the Ultraloq device. */
32367
+ time_zone: string | null
32356
32368
  }
32357
32369
  | undefined
32358
32370
  }) &
@@ -33706,6 +33718,8 @@ export type Routes = {
33706
33718
  locked_state: string
33707
33719
  /** Model for a Salto KS device. */
33708
33720
  model?: string | undefined
33721
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
33722
+ has_custom_pin_subscription?: boolean | undefined
33709
33723
  }
33710
33724
  | undefined
33711
33725
  /** Metadata for a Genie device. */
@@ -34125,6 +34139,8 @@ export type Routes = {
34125
34139
  device_name: string
34126
34140
  /** Device type for an Ultraloq device. */
34127
34141
  device_type: string
34142
+ /** IANA timezone for the Ultraloq device. */
34143
+ time_zone: string | null
34128
34144
  }
34129
34145
  | undefined
34130
34146
  }) &
@@ -35048,6 +35064,458 @@ export type Routes = {
35048
35064
  }
35049
35065
  maxDuration: undefined
35050
35066
  }
35067
+ '/devices/report_provider_metadata': {
35068
+ route: '/devices/report_provider_metadata'
35069
+ method: 'POST'
35070
+ queryParams: {}
35071
+ jsonBody: {}
35072
+ commonParams: {
35073
+ /** Array of devices with provider metadata to update */
35074
+ devices: {
35075
+ /** ID of the device to update */
35076
+ device_id: string
35077
+ /** Ultraloq-specific metadata to update */
35078
+ ultraloq_metadata?:
35079
+ | {
35080
+ /** IANA timezone for the Ultraloq device */
35081
+ time_zone:
35082
+ | 'Africa/Abidjan'
35083
+ | 'Africa/Accra'
35084
+ | 'Africa/Addis_Ababa'
35085
+ | 'Africa/Algiers'
35086
+ | 'Africa/Asmera'
35087
+ | 'Africa/Bamako'
35088
+ | 'Africa/Bangui'
35089
+ | 'Africa/Banjul'
35090
+ | 'Africa/Bissau'
35091
+ | 'Africa/Blantyre'
35092
+ | 'Africa/Brazzaville'
35093
+ | 'Africa/Bujumbura'
35094
+ | 'Africa/Cairo'
35095
+ | 'Africa/Casablanca'
35096
+ | 'Africa/Ceuta'
35097
+ | 'Africa/Conakry'
35098
+ | 'Africa/Dakar'
35099
+ | 'Africa/Dar_es_Salaam'
35100
+ | 'Africa/Djibouti'
35101
+ | 'Africa/Douala'
35102
+ | 'Africa/El_Aaiun'
35103
+ | 'Africa/Freetown'
35104
+ | 'Africa/Gaborone'
35105
+ | 'Africa/Harare'
35106
+ | 'Africa/Johannesburg'
35107
+ | 'Africa/Juba'
35108
+ | 'Africa/Kampala'
35109
+ | 'Africa/Khartoum'
35110
+ | 'Africa/Kigali'
35111
+ | 'Africa/Kinshasa'
35112
+ | 'Africa/Lagos'
35113
+ | 'Africa/Libreville'
35114
+ | 'Africa/Lome'
35115
+ | 'Africa/Luanda'
35116
+ | 'Africa/Lubumbashi'
35117
+ | 'Africa/Lusaka'
35118
+ | 'Africa/Malabo'
35119
+ | 'Africa/Maputo'
35120
+ | 'Africa/Maseru'
35121
+ | 'Africa/Mbabane'
35122
+ | 'Africa/Mogadishu'
35123
+ | 'Africa/Monrovia'
35124
+ | 'Africa/Nairobi'
35125
+ | 'Africa/Ndjamena'
35126
+ | 'Africa/Niamey'
35127
+ | 'Africa/Nouakchott'
35128
+ | 'Africa/Ouagadougou'
35129
+ | 'Africa/Porto-Novo'
35130
+ | 'Africa/Sao_Tome'
35131
+ | 'Africa/Tripoli'
35132
+ | 'Africa/Tunis'
35133
+ | 'Africa/Windhoek'
35134
+ | 'America/Adak'
35135
+ | 'America/Anchorage'
35136
+ | 'America/Anguilla'
35137
+ | 'America/Antigua'
35138
+ | 'America/Araguaina'
35139
+ | 'America/Argentina/La_Rioja'
35140
+ | 'America/Argentina/Rio_Gallegos'
35141
+ | 'America/Argentina/Salta'
35142
+ | 'America/Argentina/San_Juan'
35143
+ | 'America/Argentina/San_Luis'
35144
+ | 'America/Argentina/Tucuman'
35145
+ | 'America/Argentina/Ushuaia'
35146
+ | 'America/Aruba'
35147
+ | 'America/Asuncion'
35148
+ | 'America/Bahia'
35149
+ | 'America/Bahia_Banderas'
35150
+ | 'America/Barbados'
35151
+ | 'America/Belem'
35152
+ | 'America/Belize'
35153
+ | 'America/Blanc-Sablon'
35154
+ | 'America/Boa_Vista'
35155
+ | 'America/Bogota'
35156
+ | 'America/Boise'
35157
+ | 'America/Buenos_Aires'
35158
+ | 'America/Cambridge_Bay'
35159
+ | 'America/Campo_Grande'
35160
+ | 'America/Cancun'
35161
+ | 'America/Caracas'
35162
+ | 'America/Catamarca'
35163
+ | 'America/Cayenne'
35164
+ | 'America/Cayman'
35165
+ | 'America/Chicago'
35166
+ | 'America/Chihuahua'
35167
+ | 'America/Ciudad_Juarez'
35168
+ | 'America/Coral_Harbour'
35169
+ | 'America/Cordoba'
35170
+ | 'America/Costa_Rica'
35171
+ | 'America/Creston'
35172
+ | 'America/Cuiaba'
35173
+ | 'America/Curacao'
35174
+ | 'America/Danmarkshavn'
35175
+ | 'America/Dawson'
35176
+ | 'America/Dawson_Creek'
35177
+ | 'America/Denver'
35178
+ | 'America/Detroit'
35179
+ | 'America/Dominica'
35180
+ | 'America/Edmonton'
35181
+ | 'America/Eirunepe'
35182
+ | 'America/El_Salvador'
35183
+ | 'America/Fort_Nelson'
35184
+ | 'America/Fortaleza'
35185
+ | 'America/Glace_Bay'
35186
+ | 'America/Godthab'
35187
+ | 'America/Goose_Bay'
35188
+ | 'America/Grand_Turk'
35189
+ | 'America/Grenada'
35190
+ | 'America/Guadeloupe'
35191
+ | 'America/Guatemala'
35192
+ | 'America/Guayaquil'
35193
+ | 'America/Guyana'
35194
+ | 'America/Halifax'
35195
+ | 'America/Havana'
35196
+ | 'America/Hermosillo'
35197
+ | 'America/Indiana/Knox'
35198
+ | 'America/Indiana/Marengo'
35199
+ | 'America/Indiana/Petersburg'
35200
+ | 'America/Indiana/Tell_City'
35201
+ | 'America/Indiana/Vevay'
35202
+ | 'America/Indiana/Vincennes'
35203
+ | 'America/Indiana/Winamac'
35204
+ | 'America/Indianapolis'
35205
+ | 'America/Inuvik'
35206
+ | 'America/Iqaluit'
35207
+ | 'America/Jamaica'
35208
+ | 'America/Jujuy'
35209
+ | 'America/Juneau'
35210
+ | 'America/Kentucky/Monticello'
35211
+ | 'America/Kralendijk'
35212
+ | 'America/La_Paz'
35213
+ | 'America/Lima'
35214
+ | 'America/Los_Angeles'
35215
+ | 'America/Louisville'
35216
+ | 'America/Lower_Princes'
35217
+ | 'America/Maceio'
35218
+ | 'America/Managua'
35219
+ | 'America/Manaus'
35220
+ | 'America/Marigot'
35221
+ | 'America/Martinique'
35222
+ | 'America/Matamoros'
35223
+ | 'America/Mazatlan'
35224
+ | 'America/Mendoza'
35225
+ | 'America/Menominee'
35226
+ | 'America/Merida'
35227
+ | 'America/Metlakatla'
35228
+ | 'America/Mexico_City'
35229
+ | 'America/Miquelon'
35230
+ | 'America/Moncton'
35231
+ | 'America/Monterrey'
35232
+ | 'America/Montevideo'
35233
+ | 'America/Montreal'
35234
+ | 'America/Montserrat'
35235
+ | 'America/Nassau'
35236
+ | 'America/New_York'
35237
+ | 'America/Nipigon'
35238
+ | 'America/Nome'
35239
+ | 'America/Noronha'
35240
+ | 'America/North_Dakota/Beulah'
35241
+ | 'America/North_Dakota/Center'
35242
+ | 'America/North_Dakota/New_Salem'
35243
+ | 'America/Ojinaga'
35244
+ | 'America/Panama'
35245
+ | 'America/Pangnirtung'
35246
+ | 'America/Paramaribo'
35247
+ | 'America/Phoenix'
35248
+ | 'America/Port-au-Prince'
35249
+ | 'America/Port_of_Spain'
35250
+ | 'America/Porto_Velho'
35251
+ | 'America/Puerto_Rico'
35252
+ | 'America/Punta_Arenas'
35253
+ | 'America/Rainy_River'
35254
+ | 'America/Rankin_Inlet'
35255
+ | 'America/Recife'
35256
+ | 'America/Regina'
35257
+ | 'America/Resolute'
35258
+ | 'America/Rio_Branco'
35259
+ | 'America/Santa_Isabel'
35260
+ | 'America/Santarem'
35261
+ | 'America/Santiago'
35262
+ | 'America/Santo_Domingo'
35263
+ | 'America/Sao_Paulo'
35264
+ | 'America/Scoresbysund'
35265
+ | 'America/Sitka'
35266
+ | 'America/St_Barthelemy'
35267
+ | 'America/St_Johns'
35268
+ | 'America/St_Kitts'
35269
+ | 'America/St_Lucia'
35270
+ | 'America/St_Thomas'
35271
+ | 'America/St_Vincent'
35272
+ | 'America/Swift_Current'
35273
+ | 'America/Tegucigalpa'
35274
+ | 'America/Thule'
35275
+ | 'America/Thunder_Bay'
35276
+ | 'America/Tijuana'
35277
+ | 'America/Toronto'
35278
+ | 'America/Tortola'
35279
+ | 'America/Vancouver'
35280
+ | 'America/Whitehorse'
35281
+ | 'America/Winnipeg'
35282
+ | 'America/Yakutat'
35283
+ | 'America/Yellowknife'
35284
+ | 'Antarctica/Casey'
35285
+ | 'Antarctica/Davis'
35286
+ | 'Antarctica/DumontDUrville'
35287
+ | 'Antarctica/Macquarie'
35288
+ | 'Antarctica/Mawson'
35289
+ | 'Antarctica/McMurdo'
35290
+ | 'Antarctica/Palmer'
35291
+ | 'Antarctica/Rothera'
35292
+ | 'Antarctica/Syowa'
35293
+ | 'Antarctica/Troll'
35294
+ | 'Antarctica/Vostok'
35295
+ | 'Arctic/Longyearbyen'
35296
+ | 'Asia/Aden'
35297
+ | 'Asia/Almaty'
35298
+ | 'Asia/Amman'
35299
+ | 'Asia/Anadyr'
35300
+ | 'Asia/Aqtau'
35301
+ | 'Asia/Aqtobe'
35302
+ | 'Asia/Ashgabat'
35303
+ | 'Asia/Atyrau'
35304
+ | 'Asia/Baghdad'
35305
+ | 'Asia/Bahrain'
35306
+ | 'Asia/Baku'
35307
+ | 'Asia/Bangkok'
35308
+ | 'Asia/Barnaul'
35309
+ | 'Asia/Beirut'
35310
+ | 'Asia/Bishkek'
35311
+ | 'Asia/Brunei'
35312
+ | 'Asia/Calcutta'
35313
+ | 'Asia/Chita'
35314
+ | 'Asia/Choibalsan'
35315
+ | 'Asia/Colombo'
35316
+ | 'Asia/Damascus'
35317
+ | 'Asia/Dhaka'
35318
+ | 'Asia/Dili'
35319
+ | 'Asia/Dubai'
35320
+ | 'Asia/Dushanbe'
35321
+ | 'Asia/Famagusta'
35322
+ | 'Asia/Gaza'
35323
+ | 'Asia/Hebron'
35324
+ | 'Asia/Hong_Kong'
35325
+ | 'Asia/Hovd'
35326
+ | 'Asia/Irkutsk'
35327
+ | 'Asia/Jakarta'
35328
+ | 'Asia/Jayapura'
35329
+ | 'Asia/Jerusalem'
35330
+ | 'Asia/Kabul'
35331
+ | 'Asia/Kamchatka'
35332
+ | 'Asia/Karachi'
35333
+ | 'Asia/Katmandu'
35334
+ | 'Asia/Khandyga'
35335
+ | 'Asia/Krasnoyarsk'
35336
+ | 'Asia/Kuala_Lumpur'
35337
+ | 'Asia/Kuching'
35338
+ | 'Asia/Kuwait'
35339
+ | 'Asia/Macau'
35340
+ | 'Asia/Magadan'
35341
+ | 'Asia/Makassar'
35342
+ | 'Asia/Manila'
35343
+ | 'Asia/Muscat'
35344
+ | 'Asia/Nicosia'
35345
+ | 'Asia/Novokuznetsk'
35346
+ | 'Asia/Novosibirsk'
35347
+ | 'Asia/Omsk'
35348
+ | 'Asia/Oral'
35349
+ | 'Asia/Phnom_Penh'
35350
+ | 'Asia/Pontianak'
35351
+ | 'Asia/Pyongyang'
35352
+ | 'Asia/Qatar'
35353
+ | 'Asia/Qostanay'
35354
+ | 'Asia/Qyzylorda'
35355
+ | 'Asia/Rangoon'
35356
+ | 'Asia/Riyadh'
35357
+ | 'Asia/Saigon'
35358
+ | 'Asia/Sakhalin'
35359
+ | 'Asia/Samarkand'
35360
+ | 'Asia/Seoul'
35361
+ | 'Asia/Shanghai'
35362
+ | 'Asia/Singapore'
35363
+ | 'Asia/Srednekolymsk'
35364
+ | 'Asia/Taipei'
35365
+ | 'Asia/Tashkent'
35366
+ | 'Asia/Tbilisi'
35367
+ | 'Asia/Tehran'
35368
+ | 'Asia/Thimphu'
35369
+ | 'Asia/Tokyo'
35370
+ | 'Asia/Tomsk'
35371
+ | 'Asia/Ulaanbaatar'
35372
+ | 'Asia/Urumqi'
35373
+ | 'Asia/Ust-Nera'
35374
+ | 'Asia/Vientiane'
35375
+ | 'Asia/Vladivostok'
35376
+ | 'Asia/Yakutsk'
35377
+ | 'Asia/Yekaterinburg'
35378
+ | 'Asia/Yerevan'
35379
+ | 'Atlantic/Azores'
35380
+ | 'Atlantic/Bermuda'
35381
+ | 'Atlantic/Canary'
35382
+ | 'Atlantic/Cape_Verde'
35383
+ | 'Atlantic/Faeroe'
35384
+ | 'Atlantic/Madeira'
35385
+ | 'Atlantic/Reykjavik'
35386
+ | 'Atlantic/South_Georgia'
35387
+ | 'Atlantic/St_Helena'
35388
+ | 'Atlantic/Stanley'
35389
+ | 'Australia/Adelaide'
35390
+ | 'Australia/Brisbane'
35391
+ | 'Australia/Broken_Hill'
35392
+ | 'Australia/Currie'
35393
+ | 'Australia/Darwin'
35394
+ | 'Australia/Eucla'
35395
+ | 'Australia/Hobart'
35396
+ | 'Australia/Lindeman'
35397
+ | 'Australia/Lord_Howe'
35398
+ | 'Australia/Melbourne'
35399
+ | 'Australia/Perth'
35400
+ | 'Australia/Sydney'
35401
+ | 'Europe/Amsterdam'
35402
+ | 'Europe/Andorra'
35403
+ | 'Europe/Astrakhan'
35404
+ | 'Europe/Athens'
35405
+ | 'Europe/Belgrade'
35406
+ | 'Europe/Berlin'
35407
+ | 'Europe/Bratislava'
35408
+ | 'Europe/Brussels'
35409
+ | 'Europe/Bucharest'
35410
+ | 'Europe/Budapest'
35411
+ | 'Europe/Busingen'
35412
+ | 'Europe/Chisinau'
35413
+ | 'Europe/Copenhagen'
35414
+ | 'Europe/Dublin'
35415
+ | 'Europe/Gibraltar'
35416
+ | 'Europe/Guernsey'
35417
+ | 'Europe/Helsinki'
35418
+ | 'Europe/Isle_of_Man'
35419
+ | 'Europe/Istanbul'
35420
+ | 'Europe/Jersey'
35421
+ | 'Europe/Kaliningrad'
35422
+ | 'Europe/Kiev'
35423
+ | 'Europe/Kirov'
35424
+ | 'Europe/Lisbon'
35425
+ | 'Europe/Ljubljana'
35426
+ | 'Europe/London'
35427
+ | 'Europe/Luxembourg'
35428
+ | 'Europe/Madrid'
35429
+ | 'Europe/Malta'
35430
+ | 'Europe/Mariehamn'
35431
+ | 'Europe/Minsk'
35432
+ | 'Europe/Monaco'
35433
+ | 'Europe/Moscow'
35434
+ | 'Europe/Oslo'
35435
+ | 'Europe/Paris'
35436
+ | 'Europe/Podgorica'
35437
+ | 'Europe/Prague'
35438
+ | 'Europe/Riga'
35439
+ | 'Europe/Rome'
35440
+ | 'Europe/Samara'
35441
+ | 'Europe/San_Marino'
35442
+ | 'Europe/Sarajevo'
35443
+ | 'Europe/Saratov'
35444
+ | 'Europe/Simferopol'
35445
+ | 'Europe/Skopje'
35446
+ | 'Europe/Sofia'
35447
+ | 'Europe/Stockholm'
35448
+ | 'Europe/Tallinn'
35449
+ | 'Europe/Tirane'
35450
+ | 'Europe/Ulyanovsk'
35451
+ | 'Europe/Uzhgorod'
35452
+ | 'Europe/Vaduz'
35453
+ | 'Europe/Vatican'
35454
+ | 'Europe/Vienna'
35455
+ | 'Europe/Vilnius'
35456
+ | 'Europe/Volgograd'
35457
+ | 'Europe/Warsaw'
35458
+ | 'Europe/Zagreb'
35459
+ | 'Europe/Zaporozhye'
35460
+ | 'Europe/Zurich'
35461
+ | 'Indian/Antananarivo'
35462
+ | 'Indian/Chagos'
35463
+ | 'Indian/Christmas'
35464
+ | 'Indian/Cocos'
35465
+ | 'Indian/Comoro'
35466
+ | 'Indian/Kerguelen'
35467
+ | 'Indian/Mahe'
35468
+ | 'Indian/Maldives'
35469
+ | 'Indian/Mauritius'
35470
+ | 'Indian/Mayotte'
35471
+ | 'Indian/Reunion'
35472
+ | 'Pacific/Apia'
35473
+ | 'Pacific/Auckland'
35474
+ | 'Pacific/Bougainville'
35475
+ | 'Pacific/Chatham'
35476
+ | 'Pacific/Easter'
35477
+ | 'Pacific/Efate'
35478
+ | 'Pacific/Enderbury'
35479
+ | 'Pacific/Fakaofo'
35480
+ | 'Pacific/Fiji'
35481
+ | 'Pacific/Funafuti'
35482
+ | 'Pacific/Galapagos'
35483
+ | 'Pacific/Gambier'
35484
+ | 'Pacific/Guadalcanal'
35485
+ | 'Pacific/Guam'
35486
+ | 'Pacific/Honolulu'
35487
+ | 'Pacific/Johnston'
35488
+ | 'Pacific/Kiritimati'
35489
+ | 'Pacific/Kosrae'
35490
+ | 'Pacific/Kwajalein'
35491
+ | 'Pacific/Majuro'
35492
+ | 'Pacific/Marquesas'
35493
+ | 'Pacific/Midway'
35494
+ | 'Pacific/Nauru'
35495
+ | 'Pacific/Niue'
35496
+ | 'Pacific/Norfolk'
35497
+ | 'Pacific/Noumea'
35498
+ | 'Pacific/Pago_Pago'
35499
+ | 'Pacific/Palau'
35500
+ | 'Pacific/Pitcairn'
35501
+ | 'Pacific/Ponape'
35502
+ | 'Pacific/Port_Moresby'
35503
+ | 'Pacific/Rarotonga'
35504
+ | 'Pacific/Saipan'
35505
+ | 'Pacific/Tahiti'
35506
+ | 'Pacific/Tarawa'
35507
+ | 'Pacific/Tongatapu'
35508
+ | 'Pacific/Truk'
35509
+ | 'Pacific/Wake'
35510
+ | 'Pacific/Wallis'
35511
+ }
35512
+ | undefined
35513
+ }[]
35514
+ }
35515
+ formData: {}
35516
+ jsonResponse: {}
35517
+ maxDuration: undefined
35518
+ }
35051
35519
  '/devices/simulate/connect': {
35052
35520
  route: '/devices/simulate/connect'
35053
35521
  method: 'POST'
@@ -41666,6 +42134,8 @@ export type Routes = {
41666
42134
  locked_state: string
41667
42135
  /** Model for a Salto KS device. */
41668
42136
  model?: string | undefined
42137
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
42138
+ has_custom_pin_subscription?: boolean | undefined
41669
42139
  }
41670
42140
  | undefined
41671
42141
  /** Metadata for a Genie device. */
@@ -42085,6 +42555,8 @@ export type Routes = {
42085
42555
  device_name: string
42086
42556
  /** Device type for an Ultraloq device. */
42087
42557
  device_type: string
42558
+ /** IANA timezone for the Ultraloq device. */
42559
+ time_zone: string | null
42088
42560
  }
42089
42561
  | undefined
42090
42562
  }) &
@@ -43210,6 +43682,8 @@ export type Routes = {
43210
43682
  locked_state: string
43211
43683
  /** Model for a Salto KS device. */
43212
43684
  model?: string | undefined
43685
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
43686
+ has_custom_pin_subscription?: boolean | undefined
43213
43687
  }
43214
43688
  | undefined
43215
43689
  /** Metadata for a Genie device. */
@@ -43629,6 +44103,8 @@ export type Routes = {
43629
44103
  device_name: string
43630
44104
  /** Device type for an Ultraloq device. */
43631
44105
  device_type: string
44106
+ /** IANA timezone for the Ultraloq device. */
44107
+ time_zone: string | null
43632
44108
  }
43633
44109
  | undefined
43634
44110
  }) &
@@ -44944,6 +45420,8 @@ export type Routes = {
44944
45420
  locked_state: string
44945
45421
  /** Model for a Salto KS device. */
44946
45422
  model?: string | undefined
45423
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
45424
+ has_custom_pin_subscription?: boolean | undefined
44947
45425
  }
44948
45426
  | undefined
44949
45427
  /** Metadata for a Genie device. */
@@ -45363,6 +45841,8 @@ export type Routes = {
45363
45841
  device_name: string
45364
45842
  /** Device type for an Ultraloq device. */
45365
45843
  device_type: string
45844
+ /** IANA timezone for the Ultraloq device. */
45845
+ time_zone: string | null
45366
45846
  }
45367
45847
  | undefined
45368
45848
  }) &
@@ -46487,6 +46967,8 @@ export type Routes = {
46487
46967
  locked_state: string
46488
46968
  /** Model for a Salto KS device. */
46489
46969
  model?: string | undefined
46970
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
46971
+ has_custom_pin_subscription?: boolean | undefined
46490
46972
  }
46491
46973
  | undefined
46492
46974
  /** Metadata for a Genie device. */
@@ -46906,6 +47388,8 @@ export type Routes = {
46906
47388
  device_name: string
46907
47389
  /** Device type for an Ultraloq device. */
46908
47390
  device_type: string
47391
+ /** IANA timezone for the Ultraloq device. */
47392
+ time_zone: string | null
46909
47393
  }
46910
47394
  | undefined
46911
47395
  }) &
@@ -53973,6 +54457,8 @@ export type Routes = {
53973
54457
  locked_state: string
53974
54458
  /** Model for a Salto KS device. */
53975
54459
  model?: string | undefined
54460
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
54461
+ has_custom_pin_subscription?: boolean | undefined
53976
54462
  }
53977
54463
  | undefined
53978
54464
  /** Metadata for a Genie device. */
@@ -54392,6 +54878,8 @@ export type Routes = {
54392
54878
  device_name: string
54393
54879
  /** Device type for an Ultraloq device. */
54394
54880
  device_type: string
54881
+ /** IANA timezone for the Ultraloq device. */
54882
+ time_zone: string | null
54395
54883
  }
54396
54884
  | undefined
54397
54885
  }) &
@@ -55516,6 +56004,8 @@ export type Routes = {
55516
56004
  locked_state: string
55517
56005
  /** Model for a Salto KS device. */
55518
56006
  model?: string | undefined
56007
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
56008
+ has_custom_pin_subscription?: boolean | undefined
55519
56009
  }
55520
56010
  | undefined
55521
56011
  /** Metadata for a Genie device. */
@@ -55935,6 +56425,8 @@ export type Routes = {
55935
56425
  device_name: string
55936
56426
  /** Device type for an Ultraloq device. */
55937
56427
  device_type: string
56428
+ /** IANA timezone for the Ultraloq device. */
56429
+ time_zone: string | null
55938
56430
  }
55939
56431
  | undefined
55940
56432
  }) &
@@ -66759,6 +67251,8 @@ export type Routes = {
66759
67251
  locked_state: string
66760
67252
  /** Model for a Salto KS device. */
66761
67253
  model?: string | undefined
67254
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
67255
+ has_custom_pin_subscription?: boolean | undefined
66762
67256
  }
66763
67257
  | undefined
66764
67258
  /** Metadata for a Genie device. */
@@ -67178,6 +67672,8 @@ export type Routes = {
67178
67672
  device_name: string
67179
67673
  /** Device type for an Ultraloq device. */
67180
67674
  device_type: string
67675
+ /** IANA timezone for the Ultraloq device. */
67676
+ time_zone: string | null
67181
67677
  }
67182
67678
  | undefined
67183
67679
  }) &
@@ -73455,6 +73951,8 @@ export type Routes = {
73455
73951
  locked_state: string
73456
73952
  /** Model for a Salto KS device. */
73457
73953
  model?: string | undefined
73954
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
73955
+ has_custom_pin_subscription?: boolean | undefined
73458
73956
  }
73459
73957
  | undefined
73460
73958
  /** Metadata for a Genie device. */
@@ -73874,6 +74372,8 @@ export type Routes = {
73874
74372
  device_name: string
73875
74373
  /** Device type for an Ultraloq device. */
73876
74374
  device_type: string
74375
+ /** IANA timezone for the Ultraloq device. */
74376
+ time_zone: string | null
73877
74377
  }
73878
74378
  | undefined
73879
74379
  }) &
@@ -78058,6 +78558,8 @@ export type Routes = {
78058
78558
  locked_state: string
78059
78559
  /** Model for a Salto KS device. */
78060
78560
  model?: string | undefined
78561
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
78562
+ has_custom_pin_subscription?: boolean | undefined
78061
78563
  }
78062
78564
  | undefined
78063
78565
  /** Metadata for a Genie device. */
@@ -78477,6 +78979,8 @@ export type Routes = {
78477
78979
  device_name: string
78478
78980
  /** Device type for an Ultraloq device. */
78479
78981
  device_type: string
78982
+ /** IANA timezone for the Ultraloq device. */
78983
+ time_zone: string | null
78480
78984
  }
78481
78985
  | undefined
78482
78986
  }) &
@@ -79601,6 +80105,8 @@ export type Routes = {
79601
80105
  locked_state: string
79602
80106
  /** Model for a Salto KS device. */
79603
80107
  model?: string | undefined
80108
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
80109
+ has_custom_pin_subscription?: boolean | undefined
79604
80110
  }
79605
80111
  | undefined
79606
80112
  /** Metadata for a Genie device. */
@@ -80020,6 +80526,8 @@ export type Routes = {
80020
80526
  device_name: string
80021
80527
  /** Device type for an Ultraloq device. */
80022
80528
  device_type: string
80529
+ /** IANA timezone for the Ultraloq device. */
80530
+ time_zone: string | null
80023
80531
  }
80024
80532
  | undefined
80025
80533
  }) &
@@ -87964,6 +88472,8 @@ export type Routes = {
87964
88472
  locked_state: string
87965
88473
  /** Model for a Salto KS device. */
87966
88474
  model?: string | undefined
88475
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
88476
+ has_custom_pin_subscription?: boolean | undefined
87967
88477
  }
87968
88478
  | undefined
87969
88479
  /** Metadata for a Genie device. */
@@ -88383,6 +88893,8 @@ export type Routes = {
88383
88893
  device_name: string
88384
88894
  /** Device type for an Ultraloq device. */
88385
88895
  device_type: string
88896
+ /** IANA timezone for the Ultraloq device. */
88897
+ time_zone: string | null
88386
88898
  }
88387
88899
  | undefined
88388
88900
  }) &
@@ -89509,6 +90021,8 @@ export type Routes = {
89509
90021
  locked_state: string
89510
90022
  /** Model for a Salto KS device. */
89511
90023
  model?: string | undefined
90024
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
90025
+ has_custom_pin_subscription?: boolean | undefined
89512
90026
  }
89513
90027
  | undefined
89514
90028
  /** Metadata for a Genie device. */
@@ -89928,6 +90442,8 @@ export type Routes = {
89928
90442
  device_name: string
89929
90443
  /** Device type for an Ultraloq device. */
89930
90444
  device_type: string
90445
+ /** IANA timezone for the Ultraloq device. */
90446
+ time_zone: string | null
89931
90447
  }
89932
90448
  | undefined
89933
90449
  }) &
@@ -92133,6 +92649,8 @@ export type Routes = {
92133
92649
  locked_state: string
92134
92650
  /** Model for a Salto KS device. */
92135
92651
  model?: string | undefined
92652
+ /** Indicates whether the site has a Salto KS subscription that supports custom PINs. */
92653
+ has_custom_pin_subscription?: boolean | undefined
92136
92654
  }
92137
92655
  | undefined
92138
92656
  /** Metadata for a Genie device. */
@@ -92552,6 +93070,8 @@ export type Routes = {
92552
93070
  device_name: string
92553
93071
  /** Device type for an Ultraloq device. */
92554
93072
  device_type: string
93073
+ /** IANA timezone for the Ultraloq device. */
93074
+ time_zone: string | null
92555
93075
  }
92556
93076
  | undefined
92557
93077
  }) &