@seamapi/types 1.799.0 → 1.800.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.
@@ -54019,13 +54019,14 @@ declare const DEVICE_PROVIDERS: {
54019
54019
  readonly DORMAKABA_AMBIANCE: "dormakaba_ambiance";
54020
54020
  readonly ULTRALOQ: "ultraloq";
54021
54021
  readonly RING: "ring";
54022
+ readonly ICAL: "ical";
54022
54023
  };
54023
54024
  type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
54024
54025
  declare const device_provider: z.ZodObject<{
54025
54026
  device_provider_name: z.ZodEnum<[DeviceProviderName, ...DeviceProviderName[]]>;
54026
54027
  display_name: z.ZodString;
54027
54028
  image_url: z.ZodString;
54028
- provider_categories: z.ZodArray<z.ZodEnum<["stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "internal_beta", ...("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "internal_beta")[]]>, "many">;
54029
+ provider_categories: z.ZodArray<z.ZodEnum<["stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "connectors" | "internal_beta", ...("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "connectors" | "internal_beta")[]]>, "many">;
54029
54030
  } & {
54030
54031
  can_remotely_unlock: z.ZodOptional<z.ZodBoolean>;
54031
54032
  can_remotely_lock: z.ZodOptional<z.ZodBoolean>;
@@ -54051,7 +54052,7 @@ declare const device_provider: z.ZodObject<{
54051
54052
  display_name: string;
54052
54053
  image_url: string;
54053
54054
  device_provider_name: DeviceProviderName;
54054
- provider_categories: ("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "internal_beta")[];
54055
+ provider_categories: ("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "connectors" | "internal_beta")[];
54055
54056
  can_remotely_unlock?: boolean | undefined;
54056
54057
  can_remotely_lock?: boolean | undefined;
54057
54058
  can_program_offline_access_codes?: boolean | undefined;
@@ -54076,7 +54077,7 @@ declare const device_provider: z.ZodObject<{
54076
54077
  display_name: string;
54077
54078
  image_url: string;
54078
54079
  device_provider_name: DeviceProviderName;
54079
- provider_categories: ("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "internal_beta")[];
54080
+ provider_categories: ("stable" | "consumer_smartlocks" | "beta" | "thermostats" | "noise_sensors" | "access_control_systems" | "cameras" | "connectors" | "internal_beta")[];
54080
54081
  can_remotely_unlock?: boolean | undefined;
54081
54082
  can_remotely_lock?: boolean | undefined;
54082
54083
  can_program_offline_access_codes?: boolean | undefined;
@@ -167844,9 +167845,9 @@ type Routes = {
167844
167845
  /** Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error. */
167845
167846
  customer_key?: string | undefined;
167846
167847
  /** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
167847
- accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
167848
+ accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
167848
167849
  /** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
167849
- provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'internal_beta') | undefined;
167850
+ provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
167850
167851
  /** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
167851
167852
  custom_metadata?: {
167852
167853
  [x: string]: string | boolean | null;
@@ -170804,7 +170805,7 @@ type Routes = {
170804
170805
  /** Array of device types for which you want to list devices. */
170805
170806
  device_types?: (('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')[] | undefined;
170806
170807
  /** Manufacturer for which you want to list devices. */
170807
- manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring') | undefined;
170808
+ manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical') | undefined;
170808
170809
  /** Array of device IDs for which you want to list devices. */
170809
170810
  device_ids?: string[] | undefined;
170810
170811
  /** Numerical limit on the number of devices to return. */
@@ -172176,15 +172177,15 @@ type Routes = {
172176
172177
  jsonBody: {};
172177
172178
  commonParams: {
172178
172179
  /** Category for which you want to list providers. */
172179
- provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras') | undefined;
172180
+ provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors') | undefined;
172180
172181
  };
172181
172182
  formData: {};
172182
172183
  jsonResponse: {
172183
172184
  device_providers: {
172184
- device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring';
172185
+ device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical';
172185
172186
  display_name: string;
172186
172187
  image_url: string;
172187
- provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras')[];
172188
+ provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
172188
172189
  can_remotely_unlock?: boolean | undefined;
172189
172190
  can_remotely_lock?: boolean | undefined;
172190
172191
  can_program_offline_access_codes?: boolean | undefined;
@@ -172782,7 +172783,7 @@ type Routes = {
172782
172783
  /** Array of device types for which you want to list devices. */
172783
172784
  device_types?: (('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')[] | undefined;
172784
172785
  /** Manufacturer for which you want to list devices. */
172785
- manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring') | undefined;
172786
+ manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical') | undefined;
172786
172787
  /** Array of device IDs for which you want to list devices. */
172787
172788
  device_ids?: string[] | undefined;
172788
172789
  /** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
package/dist/index.cjs CHANGED
@@ -1976,7 +1976,8 @@ var DEVICE_PROVIDERS = {
1976
1976
  KORELOCK: "korelock",
1977
1977
  DORMAKABA_AMBIANCE: "dormakaba_ambiance",
1978
1978
  ULTRALOQ: "ultraloq",
1979
- RING: "ring"
1979
+ RING: "ring",
1980
+ ICAL: "ical"
1980
1981
  };
1981
1982
  var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
1982
1983
  var PROVIDER_CATEGORY_MAP = {
@@ -2046,6 +2047,7 @@ var PROVIDER_CATEGORY_MAP = {
2046
2047
  "hotek"
2047
2048
  ],
2048
2049
  cameras: ["ring"],
2050
+ connectors: ["ical"],
2049
2051
  internal_beta: ALL_DEVICE_PROVIDERS
2050
2052
  };
2051
2053
  var PROVIDER_CATEGORIES = Object.keys(PROVIDER_CATEGORY_MAP);
@@ -20579,7 +20581,8 @@ var openapi_default = {
20579
20581
  "korelock",
20580
20582
  "dormakaba_ambiance",
20581
20583
  "ultraloq",
20582
- "ring"
20584
+ "ring",
20585
+ "ical"
20583
20586
  ],
20584
20587
  type: "string"
20585
20588
  },
@@ -20594,7 +20597,8 @@ var openapi_default = {
20594
20597
  "thermostats",
20595
20598
  "noise_sensors",
20596
20599
  "access_control_systems",
20597
- "cameras"
20600
+ "cameras",
20601
+ "connectors"
20598
20602
  ],
20599
20603
  type: "string"
20600
20604
  },
@@ -51291,6 +51295,7 @@ var openapi_default = {
51291
51295
  "dormakaba_ambiance",
51292
51296
  "ultraloq",
51293
51297
  "ring",
51298
+ "ical",
51294
51299
  "yale_access",
51295
51300
  "hid_cm",
51296
51301
  "google_nest"
@@ -51347,6 +51352,7 @@ var openapi_default = {
51347
51352
  "noise_sensors",
51348
51353
  "access_control_systems",
51349
51354
  "cameras",
51355
+ "connectors",
51350
51356
  "internal_beta"
51351
51357
  ],
51352
51358
  type: "string"
@@ -55234,7 +55240,8 @@ var openapi_default = {
55234
55240
  "smartthings",
55235
55241
  "tado",
55236
55242
  "ultraloq",
55237
- "ring"
55243
+ "ring",
55244
+ "ical"
55238
55245
  ],
55239
55246
  type: "string"
55240
55247
  }
@@ -55724,7 +55731,8 @@ var openapi_default = {
55724
55731
  "smartthings",
55725
55732
  "tado",
55726
55733
  "ultraloq",
55727
- "ring"
55734
+ "ring",
55735
+ "ical"
55728
55736
  ],
55729
55737
  type: "string"
55730
55738
  },
@@ -55816,7 +55824,8 @@ var openapi_default = {
55816
55824
  "thermostats",
55817
55825
  "noise_sensors",
55818
55826
  "access_control_systems",
55819
- "cameras"
55827
+ "cameras",
55828
+ "connectors"
55820
55829
  ],
55821
55830
  type: "string"
55822
55831
  }
@@ -55875,7 +55884,8 @@ var openapi_default = {
55875
55884
  "thermostats",
55876
55885
  "noise_sensors",
55877
55886
  "access_control_systems",
55878
- "cameras"
55887
+ "cameras",
55888
+ "connectors"
55879
55889
  ],
55880
55890
  type: "string"
55881
55891
  }
@@ -57521,7 +57531,8 @@ var openapi_default = {
57521
57531
  "smartthings",
57522
57532
  "tado",
57523
57533
  "ultraloq",
57524
- "ring"
57534
+ "ring",
57535
+ "ical"
57525
57536
  ],
57526
57537
  type: "string"
57527
57538
  }
@@ -58010,7 +58021,8 @@ var openapi_default = {
58010
58021
  "smartthings",
58011
58022
  "tado",
58012
58023
  "ultraloq",
58013
- "ring"
58024
+ "ring",
58025
+ "ical"
58014
58026
  ],
58015
58027
  type: "string"
58016
58028
  },