@seamapi/types 1.849.0 → 1.851.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 +46 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +14 -5
- package/dist/index.cjs +46 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +10 -0
- package/lib/seam/connect/models/customer/location-resources.d.ts +6 -0
- package/lib/seam/connect/models/customer/location-resources.js +6 -0
- package/lib/seam/connect/models/customer/location-resources.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/openapi.js +37 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +13 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/location-resources.ts +8 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +42 -0
- package/src/lib/seam/connect/route-types.ts +13 -0
|
@@ -31218,7 +31218,7 @@ export type Routes = {
|
|
|
31218
31218
|
/** 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. */
|
|
31219
31219
|
customer_key?: string | undefined;
|
|
31220
31220
|
/** 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. */
|
|
31221
|
-
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' | 'hostaway' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
31221
|
+
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' | 'hostaway' | 'acuity_scheduling' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
31222
31222
|
/** 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. */
|
|
31223
31223
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
31224
31224
|
/** 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). */
|
|
@@ -32166,6 +32166,8 @@ export type Routes = {
|
|
|
32166
32166
|
space_key: string;
|
|
32167
32167
|
/** Your unique identifier for the site. */
|
|
32168
32168
|
parent_site_key?: string | undefined;
|
|
32169
|
+
/** Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space. */
|
|
32170
|
+
duration_minutes?: number | undefined;
|
|
32169
32171
|
}[] | undefined;
|
|
32170
32172
|
/** List of general sites or areas. */
|
|
32171
32173
|
sites?: {
|
|
@@ -32553,6 +32555,8 @@ export type Routes = {
|
|
|
32553
32555
|
space_key: string;
|
|
32554
32556
|
/** Your unique identifier for the site. */
|
|
32555
32557
|
parent_site_key?: string | undefined;
|
|
32558
|
+
/** Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space. */
|
|
32559
|
+
duration_minutes?: number | undefined;
|
|
32556
32560
|
}[] | undefined;
|
|
32557
32561
|
/** List of general sites or areas. */
|
|
32558
32562
|
sites?: {
|
|
@@ -34245,7 +34249,7 @@ export type Routes = {
|
|
|
34245
34249
|
/** Array of device types for which you want to list devices. */
|
|
34246
34250
|
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;
|
|
34247
34251
|
/** Manufacturer for which you want to list devices. */
|
|
34248
|
-
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' | 'hostaway') | undefined;
|
|
34252
|
+
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' | 'hostaway' | 'acuity_scheduling') | undefined;
|
|
34249
34253
|
/** Array of device IDs for which you want to list devices. */
|
|
34250
34254
|
device_ids?: string[] | undefined;
|
|
34251
34255
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -35631,7 +35635,7 @@ export type Routes = {
|
|
|
35631
35635
|
formData: {};
|
|
35632
35636
|
jsonResponse: {
|
|
35633
35637
|
device_providers: {
|
|
35634
|
-
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' | 'hostaway';
|
|
35638
|
+
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' | 'hostaway' | 'acuity_scheduling';
|
|
35635
35639
|
display_name: string;
|
|
35636
35640
|
image_url: string;
|
|
35637
35641
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors')[];
|
|
@@ -36239,7 +36243,7 @@ export type Routes = {
|
|
|
36239
36243
|
/** Array of device types for which you want to list devices. */
|
|
36240
36244
|
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;
|
|
36241
36245
|
/** Manufacturer for which you want to list devices. */
|
|
36242
|
-
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' | 'hostaway') | undefined;
|
|
36246
|
+
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' | 'hostaway' | 'acuity_scheduling') | undefined;
|
|
36243
36247
|
/** Array of device IDs for which you want to list devices. */
|
|
36244
36248
|
device_ids?: string[] | undefined;
|
|
36245
36249
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -64171,7 +64175,7 @@ export type Routes = {
|
|
|
64171
64175
|
queryParams: {};
|
|
64172
64176
|
jsonBody: {
|
|
64173
64177
|
/** Type of connector to create */
|
|
64174
|
-
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical' | 'lodgify' | 'hostaway';
|
|
64178
|
+
connector_type: 'mock' | 'mews' | 'rms' | 'cloudbeds' | 'smoobu' | 'zonal' | 'ical' | 'lodgify' | 'hostaway' | 'acuity_scheduling';
|
|
64175
64179
|
/** Key identifying the customer */
|
|
64176
64180
|
customer_key?: string | undefined;
|
|
64177
64181
|
/** Instance-specific configuration for the connector */
|
|
@@ -88324,6 +88328,8 @@ export type Routes = {
|
|
|
88324
88328
|
space_key: string;
|
|
88325
88329
|
/** Your unique identifier for the site. */
|
|
88326
88330
|
parent_site_key?: string | undefined;
|
|
88331
|
+
/** Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space. */
|
|
88332
|
+
duration_minutes?: number | undefined;
|
|
88327
88333
|
}[] | undefined;
|
|
88328
88334
|
};
|
|
88329
88335
|
formData: {};
|
|
@@ -88395,6 +88401,8 @@ export type Routes = {
|
|
|
88395
88401
|
space_key: string;
|
|
88396
88402
|
/** Your unique identifier for the site. */
|
|
88397
88403
|
parent_site_key?: string | undefined;
|
|
88404
|
+
/** Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space. */
|
|
88405
|
+
duration_minutes?: number | undefined;
|
|
88398
88406
|
}[] | undefined;
|
|
88399
88407
|
};
|
|
88400
88408
|
formData: {};
|
package/package.json
CHANGED
|
@@ -24,6 +24,14 @@ export const neutral_resource = base_location_resource.extend({
|
|
|
24
24
|
})
|
|
25
25
|
.describe('Your unique identifier for the site.')
|
|
26
26
|
.optional(),
|
|
27
|
+
duration_minutes: z
|
|
28
|
+
.number()
|
|
29
|
+
.int()
|
|
30
|
+
.positive()
|
|
31
|
+
.optional()
|
|
32
|
+
.describe(
|
|
33
|
+
'Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.',
|
|
34
|
+
),
|
|
27
35
|
})
|
|
28
36
|
|
|
29
37
|
export const property_resource = base_location_resource.extend({
|
|
@@ -57,6 +57,7 @@ export const DEVICE_PROVIDERS = {
|
|
|
57
57
|
ICAL: 'ical',
|
|
58
58
|
LODGIFY: 'lodgify',
|
|
59
59
|
HOSTAWAY: 'hostaway',
|
|
60
|
+
ACUITY_SCHEDULING: 'acuity_scheduling',
|
|
60
61
|
} as const
|
|
61
62
|
|
|
62
63
|
export type DeviceProviderName =
|
|
@@ -144,7 +145,7 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
144
145
|
|
|
145
146
|
cameras: ['ring'],
|
|
146
147
|
|
|
147
|
-
connectors: ['ical', 'lodgify', 'hostaway'],
|
|
148
|
+
connectors: ['ical', 'lodgify', 'hostaway', 'acuity_scheduling'],
|
|
148
149
|
|
|
149
150
|
internal_beta: ALL_DEVICE_PROVIDERS,
|
|
150
151
|
} as const satisfies Record<string, readonly DeviceProviderName[]>
|
|
@@ -15917,6 +15917,7 @@ const openapi: OpenAPISpec = {
|
|
|
15917
15917
|
'ical',
|
|
15918
15918
|
'lodgify',
|
|
15919
15919
|
'hostaway',
|
|
15920
|
+
'acuity_scheduling',
|
|
15920
15921
|
],
|
|
15921
15922
|
type: 'string',
|
|
15922
15923
|
},
|
|
@@ -49954,6 +49955,7 @@ const openapi: OpenAPISpec = {
|
|
|
49954
49955
|
'ical',
|
|
49955
49956
|
'lodgify',
|
|
49956
49957
|
'hostaway',
|
|
49958
|
+
'acuity_scheduling',
|
|
49957
49959
|
'yale_access',
|
|
49958
49960
|
'hid_cm',
|
|
49959
49961
|
'google_nest',
|
|
@@ -52203,6 +52205,13 @@ const openapi: OpenAPISpec = {
|
|
|
52203
52205
|
description: 'List of general spaces or areas.',
|
|
52204
52206
|
items: {
|
|
52205
52207
|
properties: {
|
|
52208
|
+
duration_minutes: {
|
|
52209
|
+
description:
|
|
52210
|
+
'Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.',
|
|
52211
|
+
exclusiveMinimum: true,
|
|
52212
|
+
minimum: 0,
|
|
52213
|
+
type: 'integer',
|
|
52214
|
+
},
|
|
52206
52215
|
name: {
|
|
52207
52216
|
description:
|
|
52208
52217
|
'Your display name for this location resource.',
|
|
@@ -53449,6 +53458,13 @@ const openapi: OpenAPISpec = {
|
|
|
53449
53458
|
description: 'List of general spaces or areas.',
|
|
53450
53459
|
items: {
|
|
53451
53460
|
properties: {
|
|
53461
|
+
duration_minutes: {
|
|
53462
|
+
description:
|
|
53463
|
+
'Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.',
|
|
53464
|
+
exclusiveMinimum: true,
|
|
53465
|
+
minimum: 0,
|
|
53466
|
+
type: 'integer',
|
|
53467
|
+
},
|
|
53452
53468
|
name: {
|
|
53453
53469
|
description:
|
|
53454
53470
|
'Your display name for this location resource.',
|
|
@@ -54265,6 +54281,7 @@ const openapi: OpenAPISpec = {
|
|
|
54265
54281
|
'ical',
|
|
54266
54282
|
'lodgify',
|
|
54267
54283
|
'hostaway',
|
|
54284
|
+
'acuity_scheduling',
|
|
54268
54285
|
],
|
|
54269
54286
|
type: 'string',
|
|
54270
54287
|
},
|
|
@@ -54782,6 +54799,7 @@ const openapi: OpenAPISpec = {
|
|
|
54782
54799
|
'ical',
|
|
54783
54800
|
'lodgify',
|
|
54784
54801
|
'hostaway',
|
|
54802
|
+
'acuity_scheduling',
|
|
54785
54803
|
],
|
|
54786
54804
|
type: 'string',
|
|
54787
54805
|
},
|
|
@@ -56614,6 +56632,7 @@ const openapi: OpenAPISpec = {
|
|
|
56614
56632
|
'ical',
|
|
56615
56633
|
'lodgify',
|
|
56616
56634
|
'hostaway',
|
|
56635
|
+
'acuity_scheduling',
|
|
56617
56636
|
],
|
|
56618
56637
|
type: 'string',
|
|
56619
56638
|
},
|
|
@@ -57130,6 +57149,7 @@ const openapi: OpenAPISpec = {
|
|
|
57130
57149
|
'ical',
|
|
57131
57150
|
'lodgify',
|
|
57132
57151
|
'hostaway',
|
|
57152
|
+
'acuity_scheduling',
|
|
57133
57153
|
],
|
|
57134
57154
|
type: 'string',
|
|
57135
57155
|
},
|
|
@@ -65821,6 +65841,7 @@ const openapi: OpenAPISpec = {
|
|
|
65821
65841
|
'ical',
|
|
65822
65842
|
'lodgify',
|
|
65823
65843
|
'hostaway',
|
|
65844
|
+
'acuity_scheduling',
|
|
65824
65845
|
],
|
|
65825
65846
|
type: 'string',
|
|
65826
65847
|
},
|
|
@@ -79361,6 +79382,13 @@ const openapi: OpenAPISpec = {
|
|
|
79361
79382
|
'Optional list of spaces that you want to include in the new building block magic link.',
|
|
79362
79383
|
items: {
|
|
79363
79384
|
properties: {
|
|
79385
|
+
duration_minutes: {
|
|
79386
|
+
description:
|
|
79387
|
+
'Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.',
|
|
79388
|
+
exclusiveMinimum: true,
|
|
79389
|
+
minimum: 0,
|
|
79390
|
+
type: 'integer',
|
|
79391
|
+
},
|
|
79364
79392
|
name: {
|
|
79365
79393
|
description:
|
|
79366
79394
|
'Your display name for this location resource.',
|
|
@@ -79447,6 +79475,13 @@ const openapi: OpenAPISpec = {
|
|
|
79447
79475
|
'Optional list of spaces that you want to include in the new building block magic link.',
|
|
79448
79476
|
items: {
|
|
79449
79477
|
properties: {
|
|
79478
|
+
duration_minutes: {
|
|
79479
|
+
description:
|
|
79480
|
+
'Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.',
|
|
79481
|
+
exclusiveMinimum: true,
|
|
79482
|
+
minimum: 0,
|
|
79483
|
+
type: 'integer',
|
|
79484
|
+
},
|
|
79450
79485
|
name: {
|
|
79451
79486
|
description:
|
|
79452
79487
|
'Your display name for this location resource.',
|
|
@@ -79587,6 +79622,13 @@ const openapi: OpenAPISpec = {
|
|
|
79587
79622
|
'Optional list of spaces that you want to include in the new building block magic link.',
|
|
79588
79623
|
items: {
|
|
79589
79624
|
properties: {
|
|
79625
|
+
duration_minutes: {
|
|
79626
|
+
description:
|
|
79627
|
+
'Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.',
|
|
79628
|
+
exclusiveMinimum: true,
|
|
79629
|
+
minimum: 0,
|
|
79630
|
+
type: 'integer',
|
|
79631
|
+
},
|
|
79590
79632
|
name: {
|
|
79591
79633
|
description:
|
|
79592
79634
|
'Your display name for this location resource.',
|
|
@@ -36210,6 +36210,7 @@ export type Routes = {
|
|
|
36210
36210
|
| 'ical'
|
|
36211
36211
|
| 'lodgify'
|
|
36212
36212
|
| 'hostaway'
|
|
36213
|
+
| 'acuity_scheduling'
|
|
36213
36214
|
| 'yale_access'
|
|
36214
36215
|
| 'hid_cm'
|
|
36215
36216
|
| 'google_nest'
|
|
@@ -37305,6 +37306,8 @@ export type Routes = {
|
|
|
37305
37306
|
space_key: string
|
|
37306
37307
|
/** Your unique identifier for the site. */
|
|
37307
37308
|
parent_site_key?: string | undefined
|
|
37309
|
+
/** Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space. */
|
|
37310
|
+
duration_minutes?: number | undefined
|
|
37308
37311
|
}[]
|
|
37309
37312
|
| undefined
|
|
37310
37313
|
/** List of general sites or areas. */
|
|
@@ -37735,6 +37738,8 @@ export type Routes = {
|
|
|
37735
37738
|
space_key: string
|
|
37736
37739
|
/** Your unique identifier for the site. */
|
|
37737
37740
|
parent_site_key?: string | undefined
|
|
37741
|
+
/** Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space. */
|
|
37742
|
+
duration_minutes?: number | undefined
|
|
37738
37743
|
}[]
|
|
37739
37744
|
| undefined
|
|
37740
37745
|
/** List of general sites or areas. */
|
|
@@ -39929,6 +39934,7 @@ export type Routes = {
|
|
|
39929
39934
|
| 'ical'
|
|
39930
39935
|
| 'lodgify'
|
|
39931
39936
|
| 'hostaway'
|
|
39937
|
+
| 'acuity_scheduling'
|
|
39932
39938
|
)
|
|
39933
39939
|
| undefined
|
|
39934
39940
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -41755,6 +41761,7 @@ export type Routes = {
|
|
|
41755
41761
|
| 'ical'
|
|
41756
41762
|
| 'lodgify'
|
|
41757
41763
|
| 'hostaway'
|
|
41764
|
+
| 'acuity_scheduling'
|
|
41758
41765
|
display_name: string
|
|
41759
41766
|
image_url: string
|
|
41760
41767
|
provider_categories: (
|
|
@@ -43469,6 +43476,7 @@ export type Routes = {
|
|
|
43469
43476
|
| 'ical'
|
|
43470
43477
|
| 'lodgify'
|
|
43471
43478
|
| 'hostaway'
|
|
43479
|
+
| 'acuity_scheduling'
|
|
43472
43480
|
)
|
|
43473
43481
|
| undefined
|
|
43474
43482
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -76730,6 +76738,7 @@ export type Routes = {
|
|
|
76730
76738
|
| 'ical'
|
|
76731
76739
|
| 'lodgify'
|
|
76732
76740
|
| 'hostaway'
|
|
76741
|
+
| 'acuity_scheduling'
|
|
76733
76742
|
/** Key identifying the customer */
|
|
76734
76743
|
customer_key?: string | undefined
|
|
76735
76744
|
/** Instance-specific configuration for the connector */
|
|
@@ -105312,6 +105321,8 @@ export type Routes = {
|
|
|
105312
105321
|
space_key: string
|
|
105313
105322
|
/** Your unique identifier for the site. */
|
|
105314
105323
|
parent_site_key?: string | undefined
|
|
105324
|
+
/** Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space. */
|
|
105325
|
+
duration_minutes?: number | undefined
|
|
105315
105326
|
}[]
|
|
105316
105327
|
| undefined
|
|
105317
105328
|
}
|
|
@@ -105385,6 +105396,8 @@ export type Routes = {
|
|
|
105385
105396
|
space_key: string
|
|
105386
105397
|
/** Your unique identifier for the site. */
|
|
105387
105398
|
parent_site_key?: string | undefined
|
|
105399
|
+
/** Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space. */
|
|
105400
|
+
duration_minutes?: number | undefined
|
|
105388
105401
|
}[]
|
|
105389
105402
|
| undefined
|
|
105390
105403
|
}
|