@seamapi/types 1.832.0 → 1.834.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 +26 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +66 -5
- package/dist/index.cjs +26 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -0
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -0
- package/lib/seam/connect/openapi.js +13 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +39 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +7 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +14 -0
- package/src/lib/seam/connect/route-types.ts +39 -0
package/dist/connect.d.cts
CHANGED
|
@@ -13375,6 +13375,7 @@ declare const batch: z.ZodObject<{
|
|
|
13375
13375
|
wireless_keypad_id: number;
|
|
13376
13376
|
wireless_keypad_name: string;
|
|
13377
13377
|
}>, "many">>;
|
|
13378
|
+
timezone_raw_offset_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13378
13379
|
}, "strip", z.ZodTypeAny, {
|
|
13379
13380
|
lock_id: number;
|
|
13380
13381
|
lock_alias: string;
|
|
@@ -13393,6 +13394,7 @@ declare const batch: z.ZodObject<{
|
|
|
13393
13394
|
wireless_keypad_id: number;
|
|
13394
13395
|
wireless_keypad_name: string;
|
|
13395
13396
|
}[] | undefined;
|
|
13397
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
13396
13398
|
}, {
|
|
13397
13399
|
lock_id: number;
|
|
13398
13400
|
lock_alias: string;
|
|
@@ -13411,6 +13413,7 @@ declare const batch: z.ZodObject<{
|
|
|
13411
13413
|
wireless_keypad_id: number;
|
|
13412
13414
|
wireless_keypad_name: string;
|
|
13413
13415
|
}[] | undefined;
|
|
13416
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
13414
13417
|
}>>;
|
|
13415
13418
|
seam_bridge_metadata: z.ZodOptional<z.ZodObject<{
|
|
13416
13419
|
unlock_method: z.ZodOptional<z.ZodEnum<["bridge", "doorking"]>>;
|
|
@@ -13946,6 +13949,7 @@ declare const batch: z.ZodObject<{
|
|
|
13946
13949
|
wireless_keypad_id: number;
|
|
13947
13950
|
wireless_keypad_name: string;
|
|
13948
13951
|
}[] | undefined;
|
|
13952
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
13949
13953
|
} | undefined;
|
|
13950
13954
|
seam_bridge_metadata?: {
|
|
13951
13955
|
name: string;
|
|
@@ -14225,6 +14229,7 @@ declare const batch: z.ZodObject<{
|
|
|
14225
14229
|
wireless_keypad_id: number;
|
|
14226
14230
|
wireless_keypad_name: string;
|
|
14227
14231
|
}[] | undefined;
|
|
14232
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
14228
14233
|
} | undefined;
|
|
14229
14234
|
seam_bridge_metadata?: {
|
|
14230
14235
|
name: string;
|
|
@@ -16194,6 +16199,7 @@ declare const batch: z.ZodObject<{
|
|
|
16194
16199
|
wireless_keypad_id: number;
|
|
16195
16200
|
wireless_keypad_name: string;
|
|
16196
16201
|
}[] | undefined;
|
|
16202
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
16197
16203
|
} | undefined;
|
|
16198
16204
|
seam_bridge_metadata?: {
|
|
16199
16205
|
name: string;
|
|
@@ -16921,6 +16927,7 @@ declare const batch: z.ZodObject<{
|
|
|
16921
16927
|
wireless_keypad_id: number;
|
|
16922
16928
|
wireless_keypad_name: string;
|
|
16923
16929
|
}[] | undefined;
|
|
16930
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
16924
16931
|
} | undefined;
|
|
16925
16932
|
seam_bridge_metadata?: {
|
|
16926
16933
|
name: string;
|
|
@@ -26025,6 +26032,7 @@ declare const batch: z.ZodObject<{
|
|
|
26025
26032
|
wireless_keypad_id: number;
|
|
26026
26033
|
wireless_keypad_name: string;
|
|
26027
26034
|
}>, "many">>;
|
|
26035
|
+
timezone_raw_offset_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
26028
26036
|
}, "strip", z.ZodTypeAny, {
|
|
26029
26037
|
lock_id: number;
|
|
26030
26038
|
lock_alias: string;
|
|
@@ -26043,6 +26051,7 @@ declare const batch: z.ZodObject<{
|
|
|
26043
26051
|
wireless_keypad_id: number;
|
|
26044
26052
|
wireless_keypad_name: string;
|
|
26045
26053
|
}[] | undefined;
|
|
26054
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
26046
26055
|
}, {
|
|
26047
26056
|
lock_id: number;
|
|
26048
26057
|
lock_alias: string;
|
|
@@ -26061,6 +26070,7 @@ declare const batch: z.ZodObject<{
|
|
|
26061
26070
|
wireless_keypad_id: number;
|
|
26062
26071
|
wireless_keypad_name: string;
|
|
26063
26072
|
}[] | undefined;
|
|
26073
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
26064
26074
|
}>>;
|
|
26065
26075
|
seam_bridge_metadata: z.ZodOptional<z.ZodObject<{
|
|
26066
26076
|
unlock_method: z.ZodOptional<z.ZodEnum<["bridge", "doorking"]>>;
|
|
@@ -26596,6 +26606,7 @@ declare const batch: z.ZodObject<{
|
|
|
26596
26606
|
wireless_keypad_id: number;
|
|
26597
26607
|
wireless_keypad_name: string;
|
|
26598
26608
|
}[] | undefined;
|
|
26609
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
26599
26610
|
} | undefined;
|
|
26600
26611
|
seam_bridge_metadata?: {
|
|
26601
26612
|
name: string;
|
|
@@ -26875,6 +26886,7 @@ declare const batch: z.ZodObject<{
|
|
|
26875
26886
|
wireless_keypad_id: number;
|
|
26876
26887
|
wireless_keypad_name: string;
|
|
26877
26888
|
}[] | undefined;
|
|
26889
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
26878
26890
|
} | undefined;
|
|
26879
26891
|
seam_bridge_metadata?: {
|
|
26880
26892
|
name: string;
|
|
@@ -38939,6 +38951,7 @@ declare const batch: z.ZodObject<{
|
|
|
38939
38951
|
wireless_keypad_id: number;
|
|
38940
38952
|
wireless_keypad_name: string;
|
|
38941
38953
|
}[] | undefined;
|
|
38954
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
38942
38955
|
} | undefined;
|
|
38943
38956
|
seam_bridge_metadata?: {
|
|
38944
38957
|
name: string;
|
|
@@ -43914,6 +43927,7 @@ declare const batch: z.ZodObject<{
|
|
|
43914
43927
|
wireless_keypad_id: number;
|
|
43915
43928
|
wireless_keypad_name: string;
|
|
43916
43929
|
}[] | undefined;
|
|
43930
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
43917
43931
|
} | undefined;
|
|
43918
43932
|
seam_bridge_metadata?: {
|
|
43919
43933
|
name: string;
|
|
@@ -50606,6 +50620,7 @@ declare const device: z.ZodObject<{
|
|
|
50606
50620
|
wireless_keypad_id: number;
|
|
50607
50621
|
wireless_keypad_name: string;
|
|
50608
50622
|
}>, "many">>;
|
|
50623
|
+
timezone_raw_offset_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50609
50624
|
}, "strip", z.ZodTypeAny, {
|
|
50610
50625
|
lock_id: number;
|
|
50611
50626
|
lock_alias: string;
|
|
@@ -50624,6 +50639,7 @@ declare const device: z.ZodObject<{
|
|
|
50624
50639
|
wireless_keypad_id: number;
|
|
50625
50640
|
wireless_keypad_name: string;
|
|
50626
50641
|
}[] | undefined;
|
|
50642
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
50627
50643
|
}, {
|
|
50628
50644
|
lock_id: number;
|
|
50629
50645
|
lock_alias: string;
|
|
@@ -50642,6 +50658,7 @@ declare const device: z.ZodObject<{
|
|
|
50642
50658
|
wireless_keypad_id: number;
|
|
50643
50659
|
wireless_keypad_name: string;
|
|
50644
50660
|
}[] | undefined;
|
|
50661
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
50645
50662
|
}>>;
|
|
50646
50663
|
seam_bridge_metadata: z.ZodOptional<z.ZodObject<{
|
|
50647
50664
|
unlock_method: z.ZodOptional<z.ZodEnum<["bridge", "doorking"]>>;
|
|
@@ -51177,6 +51194,7 @@ declare const device: z.ZodObject<{
|
|
|
51177
51194
|
wireless_keypad_id: number;
|
|
51178
51195
|
wireless_keypad_name: string;
|
|
51179
51196
|
}[] | undefined;
|
|
51197
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
51180
51198
|
} | undefined;
|
|
51181
51199
|
seam_bridge_metadata?: {
|
|
51182
51200
|
name: string;
|
|
@@ -51456,6 +51474,7 @@ declare const device: z.ZodObject<{
|
|
|
51456
51474
|
wireless_keypad_id: number;
|
|
51457
51475
|
wireless_keypad_name: string;
|
|
51458
51476
|
}[] | undefined;
|
|
51477
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
51459
51478
|
} | undefined;
|
|
51460
51479
|
seam_bridge_metadata?: {
|
|
51461
51480
|
name: string;
|
|
@@ -53425,6 +53444,7 @@ declare const device: z.ZodObject<{
|
|
|
53425
53444
|
wireless_keypad_id: number;
|
|
53426
53445
|
wireless_keypad_name: string;
|
|
53427
53446
|
}[] | undefined;
|
|
53447
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
53428
53448
|
} | undefined;
|
|
53429
53449
|
seam_bridge_metadata?: {
|
|
53430
53450
|
name: string;
|
|
@@ -54152,6 +54172,7 @@ declare const device: z.ZodObject<{
|
|
|
54152
54172
|
wireless_keypad_id: number;
|
|
54153
54173
|
wireless_keypad_name: string;
|
|
54154
54174
|
}[] | undefined;
|
|
54175
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
54155
54176
|
} | undefined;
|
|
54156
54177
|
seam_bridge_metadata?: {
|
|
54157
54178
|
name: string;
|
|
@@ -54528,6 +54549,7 @@ declare const DEVICE_PROVIDERS: {
|
|
|
54528
54549
|
readonly ULTRALOQ: "ultraloq";
|
|
54529
54550
|
readonly RING: "ring";
|
|
54530
54551
|
readonly ICAL: "ical";
|
|
54552
|
+
readonly LODGIFY: "lodgify";
|
|
54531
54553
|
};
|
|
54532
54554
|
type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
|
|
54533
54555
|
declare const device_provider: z.ZodObject<{
|
|
@@ -55282,6 +55304,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
55282
55304
|
wireless_keypad_id: number;
|
|
55283
55305
|
wireless_keypad_name: string;
|
|
55284
55306
|
}>, "many">>;
|
|
55307
|
+
timezone_raw_offset_ms: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
55285
55308
|
}, "strip", z.ZodTypeAny, {
|
|
55286
55309
|
lock_id: number;
|
|
55287
55310
|
lock_alias: string;
|
|
@@ -55300,6 +55323,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
55300
55323
|
wireless_keypad_id: number;
|
|
55301
55324
|
wireless_keypad_name: string;
|
|
55302
55325
|
}[] | undefined;
|
|
55326
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
55303
55327
|
}, {
|
|
55304
55328
|
lock_id: number;
|
|
55305
55329
|
lock_alias: string;
|
|
@@ -55318,6 +55342,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
55318
55342
|
wireless_keypad_id: number;
|
|
55319
55343
|
wireless_keypad_name: string;
|
|
55320
55344
|
}[] | undefined;
|
|
55345
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
55321
55346
|
}>>;
|
|
55322
55347
|
seam_bridge_metadata: z.ZodOptional<z.ZodObject<{
|
|
55323
55348
|
unlock_method: z.ZodOptional<z.ZodEnum<["bridge", "doorking"]>>;
|
|
@@ -55853,6 +55878,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
55853
55878
|
wireless_keypad_id: number;
|
|
55854
55879
|
wireless_keypad_name: string;
|
|
55855
55880
|
}[] | undefined;
|
|
55881
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
55856
55882
|
} | undefined;
|
|
55857
55883
|
seam_bridge_metadata?: {
|
|
55858
55884
|
name: string;
|
|
@@ -56132,6 +56158,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
56132
56158
|
wireless_keypad_id: number;
|
|
56133
56159
|
wireless_keypad_name: string;
|
|
56134
56160
|
}[] | undefined;
|
|
56161
|
+
timezone_raw_offset_ms?: number | null | undefined;
|
|
56135
56162
|
} | undefined;
|
|
56136
56163
|
seam_bridge_metadata?: {
|
|
56137
56164
|
name: string;
|
|
@@ -75742,6 +75769,8 @@ type Routes = {
|
|
|
75742
75769
|
/** Name for a wireless keypad for a TTLock device. */
|
|
75743
75770
|
wireless_keypad_name: string;
|
|
75744
75771
|
}[] | undefined;
|
|
75772
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
75773
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
75745
75774
|
} | undefined;
|
|
75746
75775
|
/** Metadata for Seam Bridge. */
|
|
75747
75776
|
seam_bridge_metadata?: {
|
|
@@ -80190,6 +80219,8 @@ type Routes = {
|
|
|
80190
80219
|
/** Name for a wireless keypad for a TTLock device. */
|
|
80191
80220
|
wireless_keypad_name: string;
|
|
80192
80221
|
}[] | undefined;
|
|
80222
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
80223
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
80193
80224
|
} | undefined;
|
|
80194
80225
|
/** Metadata for Seam Bridge. */
|
|
80195
80226
|
seam_bridge_metadata?: {
|
|
@@ -94853,7 +94884,7 @@ type Routes = {
|
|
|
94853
94884
|
/** 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. */
|
|
94854
94885
|
customer_key?: string | undefined;
|
|
94855
94886
|
/** 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. */
|
|
94856
|
-
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' | 'first_alert' | '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;
|
|
94887
|
+
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' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
94857
94888
|
/** 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. */
|
|
94858
94889
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
94859
94890
|
/** 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). */
|
|
@@ -96874,6 +96905,8 @@ type Routes = {
|
|
|
96874
96905
|
/** Name for a wireless keypad for a TTLock device. */
|
|
96875
96906
|
wireless_keypad_name: string;
|
|
96876
96907
|
}[] | undefined;
|
|
96908
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
96909
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
96877
96910
|
} | undefined;
|
|
96878
96911
|
/** Metadata for Seam Bridge. */
|
|
96879
96912
|
seam_bridge_metadata?: {
|
|
@@ -97839,7 +97872,7 @@ type Routes = {
|
|
|
97839
97872
|
/** Array of device types for which you want to list devices. */
|
|
97840
97873
|
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;
|
|
97841
97874
|
/** Manufacturer for which you want to list devices. */
|
|
97842
|
-
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;
|
|
97875
|
+
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' | 'lodgify') | undefined;
|
|
97843
97876
|
/** Array of device IDs for which you want to list devices. */
|
|
97844
97877
|
device_ids?: string[] | undefined;
|
|
97845
97878
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -98256,6 +98289,8 @@ type Routes = {
|
|
|
98256
98289
|
/** Name for a wireless keypad for a TTLock device. */
|
|
98257
98290
|
wireless_keypad_name: string;
|
|
98258
98291
|
}[] | undefined;
|
|
98292
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
98293
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
98259
98294
|
} | undefined;
|
|
98260
98295
|
/** Metadata for Seam Bridge. */
|
|
98261
98296
|
seam_bridge_metadata?: {
|
|
@@ -99223,7 +99258,7 @@ type Routes = {
|
|
|
99223
99258
|
formData: {};
|
|
99224
99259
|
jsonResponse: {
|
|
99225
99260
|
device_providers: {
|
|
99226
|
-
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' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical';
|
|
99261
|
+
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' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'ring' | 'ical' | 'lodgify';
|
|
99227
99262
|
display_name: string;
|
|
99228
99263
|
image_url: string;
|
|
99229
99264
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
|
|
@@ -99831,7 +99866,7 @@ type Routes = {
|
|
|
99831
99866
|
/** Array of device types for which you want to list devices. */
|
|
99832
99867
|
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;
|
|
99833
99868
|
/** Manufacturer for which you want to list devices. */
|
|
99834
|
-
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;
|
|
99869
|
+
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' | 'lodgify') | undefined;
|
|
99835
99870
|
/** Array of device IDs for which you want to list devices. */
|
|
99836
99871
|
device_ids?: string[] | undefined;
|
|
99837
99872
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -107846,6 +107881,8 @@ type Routes = {
|
|
|
107846
107881
|
/** Name for a wireless keypad for a TTLock device. */
|
|
107847
107882
|
wireless_keypad_name: string;
|
|
107848
107883
|
}[] | undefined;
|
|
107884
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
107885
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
107849
107886
|
} | undefined;
|
|
107850
107887
|
/** Metadata for Seam Bridge. */
|
|
107851
107888
|
seam_bridge_metadata?: {
|
|
@@ -109178,6 +109215,8 @@ type Routes = {
|
|
|
109178
109215
|
/** Name for a wireless keypad for a TTLock device. */
|
|
109179
109216
|
wireless_keypad_name: string;
|
|
109180
109217
|
}[] | undefined;
|
|
109218
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
109219
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
109181
109220
|
} | undefined;
|
|
109182
109221
|
/** Metadata for Seam Bridge. */
|
|
109183
109222
|
seam_bridge_metadata?: {
|
|
@@ -110560,6 +110599,8 @@ type Routes = {
|
|
|
110560
110599
|
/** Name for a wireless keypad for a TTLock device. */
|
|
110561
110600
|
wireless_keypad_name: string;
|
|
110562
110601
|
}[] | undefined;
|
|
110602
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
110603
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
110563
110604
|
} | undefined;
|
|
110564
110605
|
/** Metadata for Seam Bridge. */
|
|
110565
110606
|
seam_bridge_metadata?: {
|
|
@@ -111891,6 +111932,8 @@ type Routes = {
|
|
|
111891
111932
|
/** Name for a wireless keypad for a TTLock device. */
|
|
111892
111933
|
wireless_keypad_name: string;
|
|
111893
111934
|
}[] | undefined;
|
|
111935
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
111936
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
111894
111937
|
} | undefined;
|
|
111895
111938
|
/** Metadata for Seam Bridge. */
|
|
111896
111939
|
seam_bridge_metadata?: {
|
|
@@ -118639,6 +118682,8 @@ type Routes = {
|
|
|
118639
118682
|
/** Name for a wireless keypad for a TTLock device. */
|
|
118640
118683
|
wireless_keypad_name: string;
|
|
118641
118684
|
}[] | undefined;
|
|
118685
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
118686
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
118642
118687
|
} | undefined;
|
|
118643
118688
|
/** Metadata for Seam Bridge. */
|
|
118644
118689
|
seam_bridge_metadata?: {
|
|
@@ -119970,6 +120015,8 @@ type Routes = {
|
|
|
119970
120015
|
/** Name for a wireless keypad for a TTLock device. */
|
|
119971
120016
|
wireless_keypad_name: string;
|
|
119972
120017
|
}[] | undefined;
|
|
120018
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
120019
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
119973
120020
|
} | undefined;
|
|
119974
120021
|
/** Metadata for Seam Bridge. */
|
|
119975
120022
|
seam_bridge_metadata?: {
|
|
@@ -127751,7 +127798,7 @@ type Routes = {
|
|
|
127751
127798
|
queryParams: {};
|
|
127752
127799
|
jsonBody: {
|
|
127753
127800
|
/** Type of connector to create */
|
|
127754
|
-
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical';
|
|
127801
|
+
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical' | 'lodgify';
|
|
127755
127802
|
/** Key identifying the customer */
|
|
127756
127803
|
customer_key?: string | undefined;
|
|
127757
127804
|
/** Instance-specific configuration for the connector */
|
|
@@ -133461,6 +133508,8 @@ type Routes = {
|
|
|
133461
133508
|
/** Name for a wireless keypad for a TTLock device. */
|
|
133462
133509
|
wireless_keypad_name: string;
|
|
133463
133510
|
}[] | undefined;
|
|
133511
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
133512
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
133464
133513
|
} | undefined;
|
|
133465
133514
|
/** Metadata for Seam Bridge. */
|
|
133466
133515
|
seam_bridge_metadata?: {
|
|
@@ -139657,6 +139706,8 @@ type Routes = {
|
|
|
139657
139706
|
/** Name for a wireless keypad for a TTLock device. */
|
|
139658
139707
|
wireless_keypad_name: string;
|
|
139659
139708
|
}[] | undefined;
|
|
139709
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
139710
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
139660
139711
|
} | undefined;
|
|
139661
139712
|
/** Metadata for Seam Bridge. */
|
|
139662
139713
|
seam_bridge_metadata?: {
|
|
@@ -143735,6 +143786,8 @@ type Routes = {
|
|
|
143735
143786
|
/** Name for a wireless keypad for a TTLock device. */
|
|
143736
143787
|
wireless_keypad_name: string;
|
|
143737
143788
|
}[] | undefined;
|
|
143789
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
143790
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
143738
143791
|
} | undefined;
|
|
143739
143792
|
/** Metadata for Seam Bridge. */
|
|
143740
143793
|
seam_bridge_metadata?: {
|
|
@@ -145066,6 +145119,8 @@ type Routes = {
|
|
|
145066
145119
|
/** Name for a wireless keypad for a TTLock device. */
|
|
145067
145120
|
wireless_keypad_name: string;
|
|
145068
145121
|
}[] | undefined;
|
|
145122
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
145123
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
145069
145124
|
} | undefined;
|
|
145070
145125
|
/** Metadata for Seam Bridge. */
|
|
145071
145126
|
seam_bridge_metadata?: {
|
|
@@ -152707,6 +152762,8 @@ type Routes = {
|
|
|
152707
152762
|
/** Name for a wireless keypad for a TTLock device. */
|
|
152708
152763
|
wireless_keypad_name: string;
|
|
152709
152764
|
}[] | undefined;
|
|
152765
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
152766
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
152710
152767
|
} | undefined;
|
|
152711
152768
|
/** Metadata for Seam Bridge. */
|
|
152712
152769
|
seam_bridge_metadata?: {
|
|
@@ -154040,6 +154097,8 @@ type Routes = {
|
|
|
154040
154097
|
/** Name for a wireless keypad for a TTLock device. */
|
|
154041
154098
|
wireless_keypad_name: string;
|
|
154042
154099
|
}[] | undefined;
|
|
154100
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
154101
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
154043
154102
|
} | undefined;
|
|
154044
154103
|
/** Metadata for Seam Bridge. */
|
|
154045
154104
|
seam_bridge_metadata?: {
|
|
@@ -156513,6 +156572,8 @@ type Routes = {
|
|
|
156513
156572
|
/** Name for a wireless keypad for a TTLock device. */
|
|
156514
156573
|
wireless_keypad_name: string;
|
|
156515
156574
|
}[] | undefined;
|
|
156575
|
+
/** Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times — a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value. */
|
|
156576
|
+
timezone_raw_offset_ms?: (number | null) | undefined;
|
|
156516
156577
|
} | undefined;
|
|
156517
156578
|
/** Metadata for Seam Bridge. */
|
|
156518
156579
|
seam_bridge_metadata?: {
|
package/dist/index.cjs
CHANGED
|
@@ -982,7 +982,10 @@ var device_metadata = zod.z.object({
|
|
|
982
982
|
wireless_keypad_id: zod.z.number().describe(`ID for a wireless keypad for a TTLock device.`),
|
|
983
983
|
wireless_keypad_name: zod.z.string().describe(`Name for a wireless keypad for a TTLock device.`)
|
|
984
984
|
})
|
|
985
|
-
).optional().describe(`Wireless keypads for a TTLock device.`)
|
|
985
|
+
).optional().describe(`Wireless keypads for a TTLock device.`),
|
|
986
|
+
timezone_raw_offset_ms: zod.z.number().nullable().optional().describe(
|
|
987
|
+
`Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times \u2014 a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value.`
|
|
988
|
+
)
|
|
986
989
|
}).describe(`Metadata for a TTLock device.`),
|
|
987
990
|
seam_bridge_metadata: zod.z.object({
|
|
988
991
|
unlock_method: zod.z.enum(["bridge", "doorking"]).optional().describe(`Unlock method for Seam Bridge.`),
|
|
@@ -1989,7 +1992,8 @@ var DEVICE_PROVIDERS = {
|
|
|
1989
1992
|
DORMAKABA_AMBIANCE: "dormakaba_ambiance",
|
|
1990
1993
|
ULTRALOQ: "ultraloq",
|
|
1991
1994
|
RING: "ring",
|
|
1992
|
-
ICAL: "ical"
|
|
1995
|
+
ICAL: "ical",
|
|
1996
|
+
LODGIFY: "lodgify"
|
|
1993
1997
|
};
|
|
1994
1998
|
var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
|
|
1995
1999
|
var PROVIDER_CATEGORY_MAP = {
|
|
@@ -2062,7 +2066,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2062
2066
|
"hotek"
|
|
2063
2067
|
],
|
|
2064
2068
|
cameras: ["ring"],
|
|
2065
|
-
connectors: ["ical"],
|
|
2069
|
+
connectors: ["ical", "lodgify"],
|
|
2066
2070
|
internal_beta: ALL_DEVICE_PROVIDERS
|
|
2067
2071
|
};
|
|
2068
2072
|
var PROVIDER_CATEGORIES = Object.keys(PROVIDER_CATEGORY_MAP);
|
|
@@ -19177,6 +19181,12 @@ var openapi = {
|
|
|
19177
19181
|
format: "float",
|
|
19178
19182
|
type: "number"
|
|
19179
19183
|
},
|
|
19184
|
+
timezone_raw_offset_ms: {
|
|
19185
|
+
description: `Lock-side timezone offset in milliseconds east of UTC, as configured in the TTLock app. Source of truth for the lock's wall-clock interpretation of access code start/end times \u2014 a misconfigured value here is the typical cause of customer "codes offset by N hours" reports. Diagnostic only; Seam does not convert times based on this value.`,
|
|
19186
|
+
format: "float",
|
|
19187
|
+
nullable: true,
|
|
19188
|
+
type: "number"
|
|
19189
|
+
},
|
|
19180
19190
|
wireless_keypads: {
|
|
19181
19191
|
description: "Wireless keypads for a TTLock device.",
|
|
19182
19192
|
items: {
|
|
@@ -20879,7 +20889,8 @@ var openapi = {
|
|
|
20879
20889
|
"dormakaba_ambiance",
|
|
20880
20890
|
"ultraloq",
|
|
20881
20891
|
"ring",
|
|
20882
|
-
"ical"
|
|
20892
|
+
"ical",
|
|
20893
|
+
"lodgify"
|
|
20883
20894
|
],
|
|
20884
20895
|
type: "string"
|
|
20885
20896
|
},
|
|
@@ -51903,6 +51914,7 @@ var openapi = {
|
|
|
51903
51914
|
"ultraloq",
|
|
51904
51915
|
"ring",
|
|
51905
51916
|
"ical",
|
|
51917
|
+
"lodgify",
|
|
51906
51918
|
"yale_access",
|
|
51907
51919
|
"hid_cm",
|
|
51908
51920
|
"google_nest"
|
|
@@ -55865,7 +55877,8 @@ var openapi = {
|
|
|
55865
55877
|
"tado",
|
|
55866
55878
|
"ultraloq",
|
|
55867
55879
|
"ring",
|
|
55868
|
-
"ical"
|
|
55880
|
+
"ical",
|
|
55881
|
+
"lodgify"
|
|
55869
55882
|
],
|
|
55870
55883
|
type: "string"
|
|
55871
55884
|
}
|
|
@@ -56356,7 +56369,8 @@ var openapi = {
|
|
|
56356
56369
|
"tado",
|
|
56357
56370
|
"ultraloq",
|
|
56358
56371
|
"ring",
|
|
56359
|
-
"ical"
|
|
56372
|
+
"ical",
|
|
56373
|
+
"lodgify"
|
|
56360
56374
|
],
|
|
56361
56375
|
type: "string"
|
|
56362
56376
|
},
|
|
@@ -58156,7 +58170,8 @@ var openapi = {
|
|
|
58156
58170
|
"tado",
|
|
58157
58171
|
"ultraloq",
|
|
58158
58172
|
"ring",
|
|
58159
|
-
"ical"
|
|
58173
|
+
"ical",
|
|
58174
|
+
"lodgify"
|
|
58160
58175
|
],
|
|
58161
58176
|
type: "string"
|
|
58162
58177
|
}
|
|
@@ -58646,7 +58661,8 @@ var openapi = {
|
|
|
58646
58661
|
"tado",
|
|
58647
58662
|
"ultraloq",
|
|
58648
58663
|
"ring",
|
|
58649
|
-
"ical"
|
|
58664
|
+
"ical",
|
|
58665
|
+
"lodgify"
|
|
58650
58666
|
],
|
|
58651
58667
|
type: "string"
|
|
58652
58668
|
},
|
|
@@ -67015,7 +67031,8 @@ var openapi = {
|
|
|
67015
67031
|
"cloudbeds",
|
|
67016
67032
|
"smoobu",
|
|
67017
67033
|
"zonal",
|
|
67018
|
-
"ical"
|
|
67034
|
+
"ical",
|
|
67035
|
+
"lodgify"
|
|
67019
67036
|
],
|
|
67020
67037
|
type: "string"
|
|
67021
67038
|
},
|