@seamapi/types 1.852.0 → 1.854.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.
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare const unmanaged_device: z.ZodObject<Pick<{
3
3
  device_id: z.ZodString;
4
- device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "korelock_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>, z.ZodEnum<["ring_camera"]>]>;
4
+ device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "korelock_lock" | "omnitec_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>, z.ZodEnum<["ring_camera"]>]>;
5
5
  space_ids: z.ZodArray<z.ZodString, "many">;
6
6
  nickname: z.ZodOptional<z.ZodString>;
7
7
  display_name: z.ZodString;
@@ -949,6 +949,22 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
949
949
  }, {
950
950
  encoder_name: string;
951
951
  }>>;
952
+ omnitec_metadata: z.ZodOptional<z.ZodObject<{
953
+ lock_id: z.ZodNumber;
954
+ lock_name: z.ZodString;
955
+ lock_mac: z.ZodString;
956
+ has_gateway: z.ZodBoolean;
957
+ }, "strip", z.ZodTypeAny, {
958
+ lock_id: number;
959
+ lock_name: string;
960
+ has_gateway: boolean;
961
+ lock_mac: string;
962
+ }, {
963
+ lock_id: number;
964
+ lock_name: string;
965
+ has_gateway: boolean;
966
+ lock_mac: string;
967
+ }>>;
952
968
  tado_metadata: z.ZodOptional<z.ZodObject<{
953
969
  serial_no: z.ZodString;
954
970
  device_type: z.ZodString;
@@ -1323,6 +1339,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1323
1339
  assa_abloy_vostio_metadata?: {
1324
1340
  encoder_name: string;
1325
1341
  } | undefined;
1342
+ omnitec_metadata?: {
1343
+ lock_id: number;
1344
+ lock_name: string;
1345
+ has_gateway: boolean;
1346
+ lock_mac: string;
1347
+ } | undefined;
1326
1348
  tado_metadata?: {
1327
1349
  serial_no: string;
1328
1350
  device_type: string;
@@ -1603,6 +1625,12 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
1603
1625
  assa_abloy_vostio_metadata?: {
1604
1626
  encoder_name: string;
1605
1627
  } | undefined;
1628
+ omnitec_metadata?: {
1629
+ lock_id: number;
1630
+ lock_name: string;
1631
+ has_gateway: boolean;
1632
+ lock_mac: string;
1633
+ } | undefined;
1606
1634
  tado_metadata?: {
1607
1635
  serial_no: string;
1608
1636
  device_type: string;
@@ -3451,7 +3479,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
3451
3479
  max_active_access_code_count: number;
3452
3480
  })[];
3453
3481
  custom_metadata: Record<string, string | boolean>;
3454
- device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "korelock_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
3482
+ device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "korelock_lock" | "omnitec_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
3455
3483
  capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
3456
3484
  properties: {
3457
3485
  name: string;
@@ -3712,7 +3740,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
3712
3740
  max_active_access_code_count: number;
3713
3741
  })[];
3714
3742
  custom_metadata: Record<string, string | boolean>;
3715
- device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "korelock_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
3743
+ device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock" | "ultraloq_lock" | "korelock_lock" | "omnitec_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone") | "ring_camera";
3716
3744
  capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
3717
3745
  properties: {
3718
3746
  name: string;
@@ -11013,6 +11013,7 @@ const openapi = {
11013
11013
  'akiles_lock',
11014
11014
  'ultraloq_lock',
11015
11015
  'korelock_lock',
11016
+ 'omnitec_lock',
11016
11017
  ],
11017
11018
  type: 'string',
11018
11019
  },
@@ -12595,6 +12596,35 @@ const openapi = {
12595
12596
  required: ['device_id', 'device_name'],
12596
12597
  type: 'object',
12597
12598
  },
12599
+ omnitec_metadata: {
12600
+ description: 'Metadata for an Omnitec device.',
12601
+ properties: {
12602
+ has_gateway: {
12603
+ description: 'Whether the Omnitec lock has a connected gateway for remote operations.',
12604
+ type: 'boolean',
12605
+ },
12606
+ lock_id: {
12607
+ description: 'Lock ID for an Omnitec device.',
12608
+ format: 'float',
12609
+ type: 'number',
12610
+ },
12611
+ lock_mac: {
12612
+ description: 'Bluetooth MAC address for an Omnitec device.',
12613
+ type: 'string',
12614
+ },
12615
+ lock_name: {
12616
+ description: 'Lock name for an Omnitec device.',
12617
+ type: 'string',
12618
+ },
12619
+ },
12620
+ required: [
12621
+ 'lock_id',
12622
+ 'lock_name',
12623
+ 'lock_mac',
12624
+ 'has_gateway',
12625
+ ],
12626
+ type: 'object',
12627
+ },
12598
12628
  ring_metadata: {
12599
12629
  description: 'Metadata for a Ring device.',
12600
12630
  properties: {
@@ -14630,6 +14660,7 @@ const openapi = {
14630
14660
  'lodgify',
14631
14661
  'hostaway',
14632
14662
  'acuity_scheduling',
14663
+ 'omnitec',
14633
14664
  ],
14634
14665
  type: 'string',
14635
14666
  },
@@ -27712,6 +27743,7 @@ const openapi = {
27712
27743
  'akiles_lock',
27713
27744
  'ultraloq_lock',
27714
27745
  'korelock_lock',
27746
+ 'omnitec_lock',
27715
27747
  ],
27716
27748
  type: 'string',
27717
27749
  },
@@ -45850,6 +45882,7 @@ const openapi = {
45850
45882
  'lodgify',
45851
45883
  'hostaway',
45852
45884
  'acuity_scheduling',
45885
+ 'omnitec',
45853
45886
  'yale_access',
45854
45887
  'hid_cm',
45855
45888
  'google_nest',
@@ -49661,6 +49694,7 @@ const openapi = {
49661
49694
  'akiles_lock',
49662
49695
  'ultraloq_lock',
49663
49696
  'korelock_lock',
49697
+ 'omnitec_lock',
49664
49698
  ],
49665
49699
  type: 'string',
49666
49700
  },
@@ -49736,6 +49770,7 @@ const openapi = {
49736
49770
  'akiles_lock',
49737
49771
  'ultraloq_lock',
49738
49772
  'korelock_lock',
49773
+ 'omnitec_lock',
49739
49774
  ],
49740
49775
  type: 'string',
49741
49776
  },
@@ -49828,6 +49863,7 @@ const openapi = {
49828
49863
  'lodgify',
49829
49864
  'hostaway',
49830
49865
  'acuity_scheduling',
49866
+ 'omnitec',
49831
49867
  ],
49832
49868
  type: 'string',
49833
49869
  },
@@ -50099,6 +50135,7 @@ const openapi = {
50099
50135
  'akiles_lock',
50100
50136
  'ultraloq_lock',
50101
50137
  'korelock_lock',
50138
+ 'omnitec_lock',
50102
50139
  ],
50103
50140
  type: 'string',
50104
50141
  },
@@ -50170,6 +50207,7 @@ const openapi = {
50170
50207
  'akiles_lock',
50171
50208
  'ultraloq_lock',
50172
50209
  'korelock_lock',
50210
+ 'omnitec_lock',
50173
50211
  ],
50174
50212
  type: 'string',
50175
50213
  },
@@ -50322,6 +50360,7 @@ const openapi = {
50322
50360
  'lodgify',
50323
50361
  'hostaway',
50324
50362
  'acuity_scheduling',
50363
+ 'omnitec',
50325
50364
  ],
50326
50365
  type: 'string',
50327
50366
  },
@@ -51958,6 +51997,7 @@ const openapi = {
51958
51997
  'akiles_lock',
51959
51998
  'ultraloq_lock',
51960
51999
  'korelock_lock',
52000
+ 'omnitec_lock',
51961
52001
  ],
51962
52002
  type: 'string',
51963
52003
  },
@@ -52033,6 +52073,7 @@ const openapi = {
52033
52073
  'akiles_lock',
52034
52074
  'ultraloq_lock',
52035
52075
  'korelock_lock',
52076
+ 'omnitec_lock',
52036
52077
  ],
52037
52078
  type: 'string',
52038
52079
  },
@@ -52125,6 +52166,7 @@ const openapi = {
52125
52166
  'lodgify',
52126
52167
  'hostaway',
52127
52168
  'acuity_scheduling',
52169
+ 'omnitec',
52128
52170
  ],
52129
52171
  type: 'string',
52130
52172
  },
@@ -52395,6 +52437,7 @@ const openapi = {
52395
52437
  'akiles_lock',
52396
52438
  'ultraloq_lock',
52397
52439
  'korelock_lock',
52440
+ 'omnitec_lock',
52398
52441
  ],
52399
52442
  type: 'string',
52400
52443
  },
@@ -52466,6 +52509,7 @@ const openapi = {
52466
52509
  'akiles_lock',
52467
52510
  'ultraloq_lock',
52468
52511
  'korelock_lock',
52512
+ 'omnitec_lock',
52469
52513
  ],
52470
52514
  type: 'string',
52471
52515
  },
@@ -52618,6 +52662,7 @@ const openapi = {
52618
52662
  'lodgify',
52619
52663
  'hostaway',
52620
52664
  'acuity_scheduling',
52665
+ 'omnitec',
52621
52666
  ],
52622
52667
  type: 'string',
52623
52668
  },
@@ -54613,6 +54658,7 @@ const openapi = {
54613
54658
  'akiles_lock',
54614
54659
  'ultraloq_lock',
54615
54660
  'korelock_lock',
54661
+ 'omnitec_lock',
54616
54662
  ],
54617
54663
  type: 'string',
54618
54664
  },
@@ -54652,6 +54698,7 @@ const openapi = {
54652
54698
  'akiles_lock',
54653
54699
  'ultraloq_lock',
54654
54700
  'korelock_lock',
54701
+ 'omnitec_lock',
54655
54702
  ],
54656
54703
  type: 'string',
54657
54704
  },
@@ -54693,6 +54740,7 @@ const openapi = {
54693
54740
  'korelock',
54694
54741
  'smartthings',
54695
54742
  'ultraloq',
54743
+ 'omnitec',
54696
54744
  ],
54697
54745
  type: 'string',
54698
54746
  },
@@ -54963,6 +55011,7 @@ const openapi = {
54963
55011
  'akiles_lock',
54964
55012
  'ultraloq_lock',
54965
55013
  'korelock_lock',
55014
+ 'omnitec_lock',
54966
55015
  ],
54967
55016
  type: 'string',
54968
55017
  },
@@ -54998,6 +55047,7 @@ const openapi = {
54998
55047
  'akiles_lock',
54999
55048
  'ultraloq_lock',
55000
55049
  'korelock_lock',
55050
+ 'omnitec_lock',
55001
55051
  ],
55002
55052
  type: 'string',
55003
55053
  },
@@ -55099,6 +55149,7 @@ const openapi = {
55099
55149
  'korelock',
55100
55150
  'smartthings',
55101
55151
  'ultraloq',
55152
+ 'omnitec',
55102
55153
  ],
55103
55154
  type: 'string',
55104
55155
  },