@seamapi/types 1.857.0 → 1.859.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.
- package/dist/connect.cjs +442 -111
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +5 -489
- package/dist/index.cjs +442 -111
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -129
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -22
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -47
- package/lib/seam/connect/models/batch.d.ts +0 -144
- package/lib/seam/connect/models/devices/device-metadata.d.ts +0 -5
- package/lib/seam/connect/models/devices/device-metadata.js +0 -4
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -7
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -5
- package/lib/seam/connect/openapi.js +442 -98
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -210
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -24
- package/src/lib/seam/connect/models/devices/device-metadata.ts +0 -6
- package/src/lib/seam/connect/openapi.ts +443 -117
- package/src/lib/seam/connect/route-types.ts +436 -232
|
@@ -406,32 +406,6 @@ const openapi = {
|
|
|
406
406
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
407
407
|
type: 'object',
|
|
408
408
|
},
|
|
409
|
-
{
|
|
410
|
-
description: 'Access code has not yet been fully moved to the device.',
|
|
411
|
-
properties: {
|
|
412
|
-
created_at: {
|
|
413
|
-
description: 'Date and time at which Seam created the error.',
|
|
414
|
-
format: 'date-time',
|
|
415
|
-
type: 'string',
|
|
416
|
-
},
|
|
417
|
-
error_code: {
|
|
418
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
419
|
-
enum: ['august_device_programming_delay'],
|
|
420
|
-
type: 'string',
|
|
421
|
-
},
|
|
422
|
-
is_access_code_error: {
|
|
423
|
-
description: 'Indicates that this is an access code error.',
|
|
424
|
-
enum: [true],
|
|
425
|
-
type: 'boolean',
|
|
426
|
-
},
|
|
427
|
-
message: {
|
|
428
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
429
|
-
type: 'string',
|
|
430
|
-
},
|
|
431
|
-
},
|
|
432
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
433
|
-
type: 'object',
|
|
434
|
-
},
|
|
435
409
|
{
|
|
436
410
|
description: 'August lock is missing a keypad.',
|
|
437
411
|
properties: {
|
|
@@ -1642,27 +1616,6 @@ const openapi = {
|
|
|
1642
1616
|
required: ['message', 'warning_code'],
|
|
1643
1617
|
type: 'object',
|
|
1644
1618
|
},
|
|
1645
|
-
{
|
|
1646
|
-
description: 'Access code has not yet been fully moved to the device.',
|
|
1647
|
-
properties: {
|
|
1648
|
-
created_at: {
|
|
1649
|
-
description: 'Date and time at which Seam created the warning.',
|
|
1650
|
-
format: 'date-time',
|
|
1651
|
-
type: 'string',
|
|
1652
|
-
},
|
|
1653
|
-
message: {
|
|
1654
|
-
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
1655
|
-
type: 'string',
|
|
1656
|
-
},
|
|
1657
|
-
warning_code: {
|
|
1658
|
-
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
1659
|
-
enum: ['august_device_programming_delay'],
|
|
1660
|
-
type: 'string',
|
|
1661
|
-
},
|
|
1662
|
-
},
|
|
1663
|
-
required: ['message', 'warning_code'],
|
|
1664
|
-
type: 'object',
|
|
1665
|
-
},
|
|
1666
1619
|
{
|
|
1667
1620
|
description: 'August lock is temporarily offline.',
|
|
1668
1621
|
properties: {
|
|
@@ -12637,10 +12590,6 @@ const openapi = {
|
|
|
12637
12590
|
description: 'Lock name for an Omnitec device.',
|
|
12638
12591
|
type: 'string',
|
|
12639
12592
|
},
|
|
12640
|
-
time_zone: {
|
|
12641
|
-
description: 'IANA timezone of the Omnitec lock, set during connect webview. Used for DST-aware timestamp adjustment.',
|
|
12642
|
-
type: 'string',
|
|
12643
|
-
},
|
|
12644
12593
|
timezone_raw_offset_ms: {
|
|
12645
12594
|
description: 'Static UTC offset of the Omnitec lock in milliseconds. Does not account for DST.',
|
|
12646
12595
|
format: 'float',
|
|
@@ -24899,32 +24848,6 @@ const openapi = {
|
|
|
24899
24848
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
24900
24849
|
type: 'object',
|
|
24901
24850
|
},
|
|
24902
|
-
{
|
|
24903
|
-
description: 'Access code has not yet been fully moved to the device.',
|
|
24904
|
-
properties: {
|
|
24905
|
-
created_at: {
|
|
24906
|
-
description: 'Date and time at which Seam created the error.',
|
|
24907
|
-
format: 'date-time',
|
|
24908
|
-
type: 'string',
|
|
24909
|
-
},
|
|
24910
|
-
error_code: {
|
|
24911
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
24912
|
-
enum: ['august_device_programming_delay'],
|
|
24913
|
-
type: 'string',
|
|
24914
|
-
},
|
|
24915
|
-
is_access_code_error: {
|
|
24916
|
-
description: 'Indicates that this is an access code error.',
|
|
24917
|
-
enum: [true],
|
|
24918
|
-
type: 'boolean',
|
|
24919
|
-
},
|
|
24920
|
-
message: {
|
|
24921
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
24922
|
-
type: 'string',
|
|
24923
|
-
},
|
|
24924
|
-
},
|
|
24925
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
24926
|
-
type: 'object',
|
|
24927
|
-
},
|
|
24928
24851
|
{
|
|
24929
24852
|
description: 'August lock is missing a keypad.',
|
|
24930
24853
|
properties: {
|
|
@@ -25852,27 +25775,6 @@ const openapi = {
|
|
|
25852
25775
|
required: ['message', 'warning_code'],
|
|
25853
25776
|
type: 'object',
|
|
25854
25777
|
},
|
|
25855
|
-
{
|
|
25856
|
-
description: 'Access code has not yet been fully moved to the device.',
|
|
25857
|
-
properties: {
|
|
25858
|
-
created_at: {
|
|
25859
|
-
description: 'Date and time at which Seam created the warning.',
|
|
25860
|
-
format: 'date-time',
|
|
25861
|
-
type: 'string',
|
|
25862
|
-
},
|
|
25863
|
-
message: {
|
|
25864
|
-
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
25865
|
-
type: 'string',
|
|
25866
|
-
},
|
|
25867
|
-
warning_code: {
|
|
25868
|
-
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
25869
|
-
enum: ['august_device_programming_delay'],
|
|
25870
|
-
type: 'string',
|
|
25871
|
-
},
|
|
25872
|
-
},
|
|
25873
|
-
required: ['message', 'warning_code'],
|
|
25874
|
-
type: 'object',
|
|
25875
|
-
},
|
|
25876
25778
|
{
|
|
25877
25779
|
description: 'August lock is temporarily offline.',
|
|
25878
25780
|
properties: {
|
|
@@ -50634,6 +50536,448 @@ const openapi = {
|
|
|
50634
50536
|
format: 'uuid',
|
|
50635
50537
|
type: 'string',
|
|
50636
50538
|
},
|
|
50539
|
+
omnitec_metadata: {
|
|
50540
|
+
description: 'Omnitec-specific metadata to update',
|
|
50541
|
+
properties: {
|
|
50542
|
+
time_zone: {
|
|
50543
|
+
description: 'IANA timezone for the Omnitec device',
|
|
50544
|
+
enum: [
|
|
50545
|
+
'Africa/Abidjan',
|
|
50546
|
+
'Africa/Accra',
|
|
50547
|
+
'Africa/Addis_Ababa',
|
|
50548
|
+
'Africa/Algiers',
|
|
50549
|
+
'Africa/Asmera',
|
|
50550
|
+
'Africa/Bamako',
|
|
50551
|
+
'Africa/Bangui',
|
|
50552
|
+
'Africa/Banjul',
|
|
50553
|
+
'Africa/Bissau',
|
|
50554
|
+
'Africa/Blantyre',
|
|
50555
|
+
'Africa/Brazzaville',
|
|
50556
|
+
'Africa/Bujumbura',
|
|
50557
|
+
'Africa/Cairo',
|
|
50558
|
+
'Africa/Casablanca',
|
|
50559
|
+
'Africa/Ceuta',
|
|
50560
|
+
'Africa/Conakry',
|
|
50561
|
+
'Africa/Dakar',
|
|
50562
|
+
'Africa/Dar_es_Salaam',
|
|
50563
|
+
'Africa/Djibouti',
|
|
50564
|
+
'Africa/Douala',
|
|
50565
|
+
'Africa/El_Aaiun',
|
|
50566
|
+
'Africa/Freetown',
|
|
50567
|
+
'Africa/Gaborone',
|
|
50568
|
+
'Africa/Harare',
|
|
50569
|
+
'Africa/Johannesburg',
|
|
50570
|
+
'Africa/Juba',
|
|
50571
|
+
'Africa/Kampala',
|
|
50572
|
+
'Africa/Khartoum',
|
|
50573
|
+
'Africa/Kigali',
|
|
50574
|
+
'Africa/Kinshasa',
|
|
50575
|
+
'Africa/Lagos',
|
|
50576
|
+
'Africa/Libreville',
|
|
50577
|
+
'Africa/Lome',
|
|
50578
|
+
'Africa/Luanda',
|
|
50579
|
+
'Africa/Lubumbashi',
|
|
50580
|
+
'Africa/Lusaka',
|
|
50581
|
+
'Africa/Malabo',
|
|
50582
|
+
'Africa/Maputo',
|
|
50583
|
+
'Africa/Maseru',
|
|
50584
|
+
'Africa/Mbabane',
|
|
50585
|
+
'Africa/Mogadishu',
|
|
50586
|
+
'Africa/Monrovia',
|
|
50587
|
+
'Africa/Nairobi',
|
|
50588
|
+
'Africa/Ndjamena',
|
|
50589
|
+
'Africa/Niamey',
|
|
50590
|
+
'Africa/Nouakchott',
|
|
50591
|
+
'Africa/Ouagadougou',
|
|
50592
|
+
'Africa/Porto-Novo',
|
|
50593
|
+
'Africa/Sao_Tome',
|
|
50594
|
+
'Africa/Tripoli',
|
|
50595
|
+
'Africa/Tunis',
|
|
50596
|
+
'Africa/Windhoek',
|
|
50597
|
+
'America/Adak',
|
|
50598
|
+
'America/Anchorage',
|
|
50599
|
+
'America/Anguilla',
|
|
50600
|
+
'America/Antigua',
|
|
50601
|
+
'America/Araguaina',
|
|
50602
|
+
'America/Argentina/La_Rioja',
|
|
50603
|
+
'America/Argentina/Rio_Gallegos',
|
|
50604
|
+
'America/Argentina/Salta',
|
|
50605
|
+
'America/Argentina/San_Juan',
|
|
50606
|
+
'America/Argentina/San_Luis',
|
|
50607
|
+
'America/Argentina/Tucuman',
|
|
50608
|
+
'America/Argentina/Ushuaia',
|
|
50609
|
+
'America/Aruba',
|
|
50610
|
+
'America/Asuncion',
|
|
50611
|
+
'America/Bahia',
|
|
50612
|
+
'America/Bahia_Banderas',
|
|
50613
|
+
'America/Barbados',
|
|
50614
|
+
'America/Belem',
|
|
50615
|
+
'America/Belize',
|
|
50616
|
+
'America/Blanc-Sablon',
|
|
50617
|
+
'America/Boa_Vista',
|
|
50618
|
+
'America/Bogota',
|
|
50619
|
+
'America/Boise',
|
|
50620
|
+
'America/Buenos_Aires',
|
|
50621
|
+
'America/Cambridge_Bay',
|
|
50622
|
+
'America/Campo_Grande',
|
|
50623
|
+
'America/Cancun',
|
|
50624
|
+
'America/Caracas',
|
|
50625
|
+
'America/Catamarca',
|
|
50626
|
+
'America/Cayenne',
|
|
50627
|
+
'America/Cayman',
|
|
50628
|
+
'America/Chicago',
|
|
50629
|
+
'America/Chihuahua',
|
|
50630
|
+
'America/Ciudad_Juarez',
|
|
50631
|
+
'America/Coral_Harbour',
|
|
50632
|
+
'America/Cordoba',
|
|
50633
|
+
'America/Costa_Rica',
|
|
50634
|
+
'America/Creston',
|
|
50635
|
+
'America/Cuiaba',
|
|
50636
|
+
'America/Curacao',
|
|
50637
|
+
'America/Danmarkshavn',
|
|
50638
|
+
'America/Dawson',
|
|
50639
|
+
'America/Dawson_Creek',
|
|
50640
|
+
'America/Denver',
|
|
50641
|
+
'America/Detroit',
|
|
50642
|
+
'America/Dominica',
|
|
50643
|
+
'America/Edmonton',
|
|
50644
|
+
'America/Eirunepe',
|
|
50645
|
+
'America/El_Salvador',
|
|
50646
|
+
'America/Fort_Nelson',
|
|
50647
|
+
'America/Fortaleza',
|
|
50648
|
+
'America/Glace_Bay',
|
|
50649
|
+
'America/Godthab',
|
|
50650
|
+
'America/Goose_Bay',
|
|
50651
|
+
'America/Grand_Turk',
|
|
50652
|
+
'America/Grenada',
|
|
50653
|
+
'America/Guadeloupe',
|
|
50654
|
+
'America/Guatemala',
|
|
50655
|
+
'America/Guayaquil',
|
|
50656
|
+
'America/Guyana',
|
|
50657
|
+
'America/Halifax',
|
|
50658
|
+
'America/Havana',
|
|
50659
|
+
'America/Hermosillo',
|
|
50660
|
+
'America/Indiana/Knox',
|
|
50661
|
+
'America/Indiana/Marengo',
|
|
50662
|
+
'America/Indiana/Petersburg',
|
|
50663
|
+
'America/Indiana/Tell_City',
|
|
50664
|
+
'America/Indiana/Vevay',
|
|
50665
|
+
'America/Indiana/Vincennes',
|
|
50666
|
+
'America/Indiana/Winamac',
|
|
50667
|
+
'America/Indianapolis',
|
|
50668
|
+
'America/Inuvik',
|
|
50669
|
+
'America/Iqaluit',
|
|
50670
|
+
'America/Jamaica',
|
|
50671
|
+
'America/Jujuy',
|
|
50672
|
+
'America/Juneau',
|
|
50673
|
+
'America/Kentucky/Monticello',
|
|
50674
|
+
'America/Kralendijk',
|
|
50675
|
+
'America/La_Paz',
|
|
50676
|
+
'America/Lima',
|
|
50677
|
+
'America/Los_Angeles',
|
|
50678
|
+
'America/Louisville',
|
|
50679
|
+
'America/Lower_Princes',
|
|
50680
|
+
'America/Maceio',
|
|
50681
|
+
'America/Managua',
|
|
50682
|
+
'America/Manaus',
|
|
50683
|
+
'America/Marigot',
|
|
50684
|
+
'America/Martinique',
|
|
50685
|
+
'America/Matamoros',
|
|
50686
|
+
'America/Mazatlan',
|
|
50687
|
+
'America/Mendoza',
|
|
50688
|
+
'America/Menominee',
|
|
50689
|
+
'America/Merida',
|
|
50690
|
+
'America/Metlakatla',
|
|
50691
|
+
'America/Mexico_City',
|
|
50692
|
+
'America/Miquelon',
|
|
50693
|
+
'America/Moncton',
|
|
50694
|
+
'America/Monterrey',
|
|
50695
|
+
'America/Montevideo',
|
|
50696
|
+
'America/Montreal',
|
|
50697
|
+
'America/Montserrat',
|
|
50698
|
+
'America/Nassau',
|
|
50699
|
+
'America/New_York',
|
|
50700
|
+
'America/Nipigon',
|
|
50701
|
+
'America/Nome',
|
|
50702
|
+
'America/Noronha',
|
|
50703
|
+
'America/North_Dakota/Beulah',
|
|
50704
|
+
'America/North_Dakota/Center',
|
|
50705
|
+
'America/North_Dakota/New_Salem',
|
|
50706
|
+
'America/Ojinaga',
|
|
50707
|
+
'America/Panama',
|
|
50708
|
+
'America/Pangnirtung',
|
|
50709
|
+
'America/Paramaribo',
|
|
50710
|
+
'America/Phoenix',
|
|
50711
|
+
'America/Port-au-Prince',
|
|
50712
|
+
'America/Port_of_Spain',
|
|
50713
|
+
'America/Porto_Velho',
|
|
50714
|
+
'America/Puerto_Rico',
|
|
50715
|
+
'America/Punta_Arenas',
|
|
50716
|
+
'America/Rainy_River',
|
|
50717
|
+
'America/Rankin_Inlet',
|
|
50718
|
+
'America/Recife',
|
|
50719
|
+
'America/Regina',
|
|
50720
|
+
'America/Resolute',
|
|
50721
|
+
'America/Rio_Branco',
|
|
50722
|
+
'America/Santa_Isabel',
|
|
50723
|
+
'America/Santarem',
|
|
50724
|
+
'America/Santiago',
|
|
50725
|
+
'America/Santo_Domingo',
|
|
50726
|
+
'America/Sao_Paulo',
|
|
50727
|
+
'America/Scoresbysund',
|
|
50728
|
+
'America/Sitka',
|
|
50729
|
+
'America/St_Barthelemy',
|
|
50730
|
+
'America/St_Johns',
|
|
50731
|
+
'America/St_Kitts',
|
|
50732
|
+
'America/St_Lucia',
|
|
50733
|
+
'America/St_Thomas',
|
|
50734
|
+
'America/St_Vincent',
|
|
50735
|
+
'America/Swift_Current',
|
|
50736
|
+
'America/Tegucigalpa',
|
|
50737
|
+
'America/Thule',
|
|
50738
|
+
'America/Thunder_Bay',
|
|
50739
|
+
'America/Tijuana',
|
|
50740
|
+
'America/Toronto',
|
|
50741
|
+
'America/Tortola',
|
|
50742
|
+
'America/Vancouver',
|
|
50743
|
+
'America/Whitehorse',
|
|
50744
|
+
'America/Winnipeg',
|
|
50745
|
+
'America/Yakutat',
|
|
50746
|
+
'America/Yellowknife',
|
|
50747
|
+
'Antarctica/Casey',
|
|
50748
|
+
'Antarctica/Davis',
|
|
50749
|
+
'Antarctica/DumontDUrville',
|
|
50750
|
+
'Antarctica/Macquarie',
|
|
50751
|
+
'Antarctica/Mawson',
|
|
50752
|
+
'Antarctica/McMurdo',
|
|
50753
|
+
'Antarctica/Palmer',
|
|
50754
|
+
'Antarctica/Rothera',
|
|
50755
|
+
'Antarctica/Syowa',
|
|
50756
|
+
'Antarctica/Troll',
|
|
50757
|
+
'Antarctica/Vostok',
|
|
50758
|
+
'Arctic/Longyearbyen',
|
|
50759
|
+
'Asia/Aden',
|
|
50760
|
+
'Asia/Almaty',
|
|
50761
|
+
'Asia/Amman',
|
|
50762
|
+
'Asia/Anadyr',
|
|
50763
|
+
'Asia/Aqtau',
|
|
50764
|
+
'Asia/Aqtobe',
|
|
50765
|
+
'Asia/Ashgabat',
|
|
50766
|
+
'Asia/Atyrau',
|
|
50767
|
+
'Asia/Baghdad',
|
|
50768
|
+
'Asia/Bahrain',
|
|
50769
|
+
'Asia/Baku',
|
|
50770
|
+
'Asia/Bangkok',
|
|
50771
|
+
'Asia/Barnaul',
|
|
50772
|
+
'Asia/Beirut',
|
|
50773
|
+
'Asia/Bishkek',
|
|
50774
|
+
'Asia/Brunei',
|
|
50775
|
+
'Asia/Calcutta',
|
|
50776
|
+
'Asia/Chita',
|
|
50777
|
+
'Asia/Choibalsan',
|
|
50778
|
+
'Asia/Colombo',
|
|
50779
|
+
'Asia/Damascus',
|
|
50780
|
+
'Asia/Dhaka',
|
|
50781
|
+
'Asia/Dili',
|
|
50782
|
+
'Asia/Dubai',
|
|
50783
|
+
'Asia/Dushanbe',
|
|
50784
|
+
'Asia/Famagusta',
|
|
50785
|
+
'Asia/Gaza',
|
|
50786
|
+
'Asia/Hebron',
|
|
50787
|
+
'Asia/Hong_Kong',
|
|
50788
|
+
'Asia/Hovd',
|
|
50789
|
+
'Asia/Irkutsk',
|
|
50790
|
+
'Asia/Jakarta',
|
|
50791
|
+
'Asia/Jayapura',
|
|
50792
|
+
'Asia/Jerusalem',
|
|
50793
|
+
'Asia/Kabul',
|
|
50794
|
+
'Asia/Kamchatka',
|
|
50795
|
+
'Asia/Karachi',
|
|
50796
|
+
'Asia/Katmandu',
|
|
50797
|
+
'Asia/Khandyga',
|
|
50798
|
+
'Asia/Krasnoyarsk',
|
|
50799
|
+
'Asia/Kuala_Lumpur',
|
|
50800
|
+
'Asia/Kuching',
|
|
50801
|
+
'Asia/Kuwait',
|
|
50802
|
+
'Asia/Macau',
|
|
50803
|
+
'Asia/Magadan',
|
|
50804
|
+
'Asia/Makassar',
|
|
50805
|
+
'Asia/Manila',
|
|
50806
|
+
'Asia/Muscat',
|
|
50807
|
+
'Asia/Nicosia',
|
|
50808
|
+
'Asia/Novokuznetsk',
|
|
50809
|
+
'Asia/Novosibirsk',
|
|
50810
|
+
'Asia/Omsk',
|
|
50811
|
+
'Asia/Oral',
|
|
50812
|
+
'Asia/Phnom_Penh',
|
|
50813
|
+
'Asia/Pontianak',
|
|
50814
|
+
'Asia/Pyongyang',
|
|
50815
|
+
'Asia/Qatar',
|
|
50816
|
+
'Asia/Qostanay',
|
|
50817
|
+
'Asia/Qyzylorda',
|
|
50818
|
+
'Asia/Rangoon',
|
|
50819
|
+
'Asia/Riyadh',
|
|
50820
|
+
'Asia/Saigon',
|
|
50821
|
+
'Asia/Sakhalin',
|
|
50822
|
+
'Asia/Samarkand',
|
|
50823
|
+
'Asia/Seoul',
|
|
50824
|
+
'Asia/Shanghai',
|
|
50825
|
+
'Asia/Singapore',
|
|
50826
|
+
'Asia/Srednekolymsk',
|
|
50827
|
+
'Asia/Taipei',
|
|
50828
|
+
'Asia/Tashkent',
|
|
50829
|
+
'Asia/Tbilisi',
|
|
50830
|
+
'Asia/Tehran',
|
|
50831
|
+
'Asia/Thimphu',
|
|
50832
|
+
'Asia/Tokyo',
|
|
50833
|
+
'Asia/Tomsk',
|
|
50834
|
+
'Asia/Ulaanbaatar',
|
|
50835
|
+
'Asia/Urumqi',
|
|
50836
|
+
'Asia/Ust-Nera',
|
|
50837
|
+
'Asia/Vientiane',
|
|
50838
|
+
'Asia/Vladivostok',
|
|
50839
|
+
'Asia/Yakutsk',
|
|
50840
|
+
'Asia/Yekaterinburg',
|
|
50841
|
+
'Asia/Yerevan',
|
|
50842
|
+
'Atlantic/Azores',
|
|
50843
|
+
'Atlantic/Bermuda',
|
|
50844
|
+
'Atlantic/Canary',
|
|
50845
|
+
'Atlantic/Cape_Verde',
|
|
50846
|
+
'Atlantic/Faeroe',
|
|
50847
|
+
'Atlantic/Madeira',
|
|
50848
|
+
'Atlantic/Reykjavik',
|
|
50849
|
+
'Atlantic/South_Georgia',
|
|
50850
|
+
'Atlantic/St_Helena',
|
|
50851
|
+
'Atlantic/Stanley',
|
|
50852
|
+
'Australia/Adelaide',
|
|
50853
|
+
'Australia/Brisbane',
|
|
50854
|
+
'Australia/Broken_Hill',
|
|
50855
|
+
'Australia/Currie',
|
|
50856
|
+
'Australia/Darwin',
|
|
50857
|
+
'Australia/Eucla',
|
|
50858
|
+
'Australia/Hobart',
|
|
50859
|
+
'Australia/Lindeman',
|
|
50860
|
+
'Australia/Lord_Howe',
|
|
50861
|
+
'Australia/Melbourne',
|
|
50862
|
+
'Australia/Perth',
|
|
50863
|
+
'Australia/Sydney',
|
|
50864
|
+
'Europe/Amsterdam',
|
|
50865
|
+
'Europe/Andorra',
|
|
50866
|
+
'Europe/Astrakhan',
|
|
50867
|
+
'Europe/Athens',
|
|
50868
|
+
'Europe/Belgrade',
|
|
50869
|
+
'Europe/Berlin',
|
|
50870
|
+
'Europe/Bratislava',
|
|
50871
|
+
'Europe/Brussels',
|
|
50872
|
+
'Europe/Bucharest',
|
|
50873
|
+
'Europe/Budapest',
|
|
50874
|
+
'Europe/Busingen',
|
|
50875
|
+
'Europe/Chisinau',
|
|
50876
|
+
'Europe/Copenhagen',
|
|
50877
|
+
'Europe/Dublin',
|
|
50878
|
+
'Europe/Gibraltar',
|
|
50879
|
+
'Europe/Guernsey',
|
|
50880
|
+
'Europe/Helsinki',
|
|
50881
|
+
'Europe/Isle_of_Man',
|
|
50882
|
+
'Europe/Istanbul',
|
|
50883
|
+
'Europe/Jersey',
|
|
50884
|
+
'Europe/Kaliningrad',
|
|
50885
|
+
'Europe/Kiev',
|
|
50886
|
+
'Europe/Kirov',
|
|
50887
|
+
'Europe/Lisbon',
|
|
50888
|
+
'Europe/Ljubljana',
|
|
50889
|
+
'Europe/London',
|
|
50890
|
+
'Europe/Luxembourg',
|
|
50891
|
+
'Europe/Madrid',
|
|
50892
|
+
'Europe/Malta',
|
|
50893
|
+
'Europe/Mariehamn',
|
|
50894
|
+
'Europe/Minsk',
|
|
50895
|
+
'Europe/Monaco',
|
|
50896
|
+
'Europe/Moscow',
|
|
50897
|
+
'Europe/Oslo',
|
|
50898
|
+
'Europe/Paris',
|
|
50899
|
+
'Europe/Podgorica',
|
|
50900
|
+
'Europe/Prague',
|
|
50901
|
+
'Europe/Riga',
|
|
50902
|
+
'Europe/Rome',
|
|
50903
|
+
'Europe/Samara',
|
|
50904
|
+
'Europe/San_Marino',
|
|
50905
|
+
'Europe/Sarajevo',
|
|
50906
|
+
'Europe/Saratov',
|
|
50907
|
+
'Europe/Simferopol',
|
|
50908
|
+
'Europe/Skopje',
|
|
50909
|
+
'Europe/Sofia',
|
|
50910
|
+
'Europe/Stockholm',
|
|
50911
|
+
'Europe/Tallinn',
|
|
50912
|
+
'Europe/Tirane',
|
|
50913
|
+
'Europe/Ulyanovsk',
|
|
50914
|
+
'Europe/Uzhgorod',
|
|
50915
|
+
'Europe/Vaduz',
|
|
50916
|
+
'Europe/Vatican',
|
|
50917
|
+
'Europe/Vienna',
|
|
50918
|
+
'Europe/Vilnius',
|
|
50919
|
+
'Europe/Volgograd',
|
|
50920
|
+
'Europe/Warsaw',
|
|
50921
|
+
'Europe/Zagreb',
|
|
50922
|
+
'Europe/Zaporozhye',
|
|
50923
|
+
'Europe/Zurich',
|
|
50924
|
+
'Indian/Antananarivo',
|
|
50925
|
+
'Indian/Chagos',
|
|
50926
|
+
'Indian/Christmas',
|
|
50927
|
+
'Indian/Cocos',
|
|
50928
|
+
'Indian/Comoro',
|
|
50929
|
+
'Indian/Kerguelen',
|
|
50930
|
+
'Indian/Mahe',
|
|
50931
|
+
'Indian/Maldives',
|
|
50932
|
+
'Indian/Mauritius',
|
|
50933
|
+
'Indian/Mayotte',
|
|
50934
|
+
'Indian/Reunion',
|
|
50935
|
+
'Pacific/Apia',
|
|
50936
|
+
'Pacific/Auckland',
|
|
50937
|
+
'Pacific/Bougainville',
|
|
50938
|
+
'Pacific/Chatham',
|
|
50939
|
+
'Pacific/Easter',
|
|
50940
|
+
'Pacific/Efate',
|
|
50941
|
+
'Pacific/Enderbury',
|
|
50942
|
+
'Pacific/Fakaofo',
|
|
50943
|
+
'Pacific/Fiji',
|
|
50944
|
+
'Pacific/Funafuti',
|
|
50945
|
+
'Pacific/Galapagos',
|
|
50946
|
+
'Pacific/Gambier',
|
|
50947
|
+
'Pacific/Guadalcanal',
|
|
50948
|
+
'Pacific/Guam',
|
|
50949
|
+
'Pacific/Honolulu',
|
|
50950
|
+
'Pacific/Johnston',
|
|
50951
|
+
'Pacific/Kiritimati',
|
|
50952
|
+
'Pacific/Kosrae',
|
|
50953
|
+
'Pacific/Kwajalein',
|
|
50954
|
+
'Pacific/Majuro',
|
|
50955
|
+
'Pacific/Marquesas',
|
|
50956
|
+
'Pacific/Midway',
|
|
50957
|
+
'Pacific/Nauru',
|
|
50958
|
+
'Pacific/Niue',
|
|
50959
|
+
'Pacific/Norfolk',
|
|
50960
|
+
'Pacific/Noumea',
|
|
50961
|
+
'Pacific/Pago_Pago',
|
|
50962
|
+
'Pacific/Palau',
|
|
50963
|
+
'Pacific/Pitcairn',
|
|
50964
|
+
'Pacific/Ponape',
|
|
50965
|
+
'Pacific/Port_Moresby',
|
|
50966
|
+
'Pacific/Rarotonga',
|
|
50967
|
+
'Pacific/Saipan',
|
|
50968
|
+
'Pacific/Tahiti',
|
|
50969
|
+
'Pacific/Tarawa',
|
|
50970
|
+
'Pacific/Tongatapu',
|
|
50971
|
+
'Pacific/Truk',
|
|
50972
|
+
'Pacific/Wake',
|
|
50973
|
+
'Pacific/Wallis',
|
|
50974
|
+
],
|
|
50975
|
+
type: 'string',
|
|
50976
|
+
},
|
|
50977
|
+
},
|
|
50978
|
+
required: ['time_zone'],
|
|
50979
|
+
type: 'object',
|
|
50980
|
+
},
|
|
50637
50981
|
schlage_metadata: {
|
|
50638
50982
|
description: 'Schlage-specific metadata to update',
|
|
50639
50983
|
properties: {
|