@seamapi/types 1.730.0 → 1.732.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 +92 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +224 -10
- package/dist/index.cjs +92 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +23 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -1
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/brivo.d.ts +15 -0
- package/lib/seam/connect/models/acs/metadata/brivo.js +15 -0
- package/lib/seam/connect/models/acs/metadata/brivo.js.map +1 -0
- package/lib/seam/connect/models/acs/metadata/index.d.ts +1 -0
- package/lib/seam/connect/models/acs/metadata/index.js +1 -0
- package/lib/seam/connect/models/acs/metadata/index.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +33 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +96 -0
- package/lib/seam/connect/openapi.d.ts +74 -10
- package/lib/seam/connect/openapi.js +84 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/models/acs/metadata/brivo.ts +19 -0
- package/src/lib/seam/connect/models/acs/metadata/index.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +95 -4
- package/src/lib/seam/connect/route-types.ts +114 -0
|
@@ -11894,6 +11894,15 @@ export type Routes = {
|
|
|
11894
11894
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
11895
11895
|
access_point_name: string;
|
|
11896
11896
|
} | undefined;
|
|
11897
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
11898
|
+
brivo_metadata?: {
|
|
11899
|
+
/** ID of the access point in the Brivo access system. */
|
|
11900
|
+
access_point_id: string;
|
|
11901
|
+
/** ID of the site that the access point belongs to. */
|
|
11902
|
+
site_id: number;
|
|
11903
|
+
/** Name of the site that the access point belongs to. */
|
|
11904
|
+
site_name: string;
|
|
11905
|
+
} | undefined;
|
|
11897
11906
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
11898
11907
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
11899
11908
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -15959,6 +15968,15 @@ export type Routes = {
|
|
|
15959
15968
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
15960
15969
|
access_point_name: string;
|
|
15961
15970
|
} | undefined;
|
|
15971
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
15972
|
+
brivo_metadata?: {
|
|
15973
|
+
/** ID of the access point in the Brivo access system. */
|
|
15974
|
+
access_point_id: string;
|
|
15975
|
+
/** ID of the site that the access point belongs to. */
|
|
15976
|
+
site_id: number;
|
|
15977
|
+
/** Name of the site that the access point belongs to. */
|
|
15978
|
+
site_name: string;
|
|
15979
|
+
} | undefined;
|
|
15962
15980
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
15963
15981
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
15964
15982
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -17042,6 +17060,15 @@ export type Routes = {
|
|
|
17042
17060
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
17043
17061
|
access_point_name: string;
|
|
17044
17062
|
} | undefined;
|
|
17063
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17064
|
+
brivo_metadata?: {
|
|
17065
|
+
/** ID of the access point in the Brivo access system. */
|
|
17066
|
+
access_point_id: string;
|
|
17067
|
+
/** ID of the site that the access point belongs to. */
|
|
17068
|
+
site_id: number;
|
|
17069
|
+
/** Name of the site that the access point belongs to. */
|
|
17070
|
+
site_name: string;
|
|
17071
|
+
} | undefined;
|
|
17045
17072
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
17046
17073
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
17047
17074
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -18468,6 +18495,15 @@ export type Routes = {
|
|
|
18468
18495
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
18469
18496
|
access_point_name: string;
|
|
18470
18497
|
} | undefined;
|
|
18498
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18499
|
+
brivo_metadata?: {
|
|
18500
|
+
/** ID of the access point in the Brivo access system. */
|
|
18501
|
+
access_point_id: string;
|
|
18502
|
+
/** ID of the site that the access point belongs to. */
|
|
18503
|
+
site_id: number;
|
|
18504
|
+
/** Name of the site that the access point belongs to. */
|
|
18505
|
+
site_name: string;
|
|
18506
|
+
} | undefined;
|
|
18471
18507
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
18472
18508
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
18473
18509
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -21963,6 +21999,15 @@ export type Routes = {
|
|
|
21963
21999
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
21964
22000
|
access_point_name: string;
|
|
21965
22001
|
} | undefined;
|
|
22002
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
22003
|
+
brivo_metadata?: {
|
|
22004
|
+
/** ID of the access point in the Brivo access system. */
|
|
22005
|
+
access_point_id: string;
|
|
22006
|
+
/** ID of the site that the access point belongs to. */
|
|
22007
|
+
site_id: number;
|
|
22008
|
+
/** Name of the site that the access point belongs to. */
|
|
22009
|
+
site_name: string;
|
|
22010
|
+
} | undefined;
|
|
21966
22011
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
21967
22012
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
21968
22013
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -22133,6 +22178,15 @@ export type Routes = {
|
|
|
22133
22178
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
22134
22179
|
access_point_name: string;
|
|
22135
22180
|
} | undefined;
|
|
22181
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
22182
|
+
brivo_metadata?: {
|
|
22183
|
+
/** ID of the access point in the Brivo access system. */
|
|
22184
|
+
access_point_id: string;
|
|
22185
|
+
/** ID of the site that the access point belongs to. */
|
|
22186
|
+
site_id: number;
|
|
22187
|
+
/** Name of the site that the access point belongs to. */
|
|
22188
|
+
site_name: string;
|
|
22189
|
+
} | undefined;
|
|
22136
22190
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
22137
22191
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
22138
22192
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -23671,6 +23725,15 @@ export type Routes = {
|
|
|
23671
23725
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
23672
23726
|
access_point_name: string;
|
|
23673
23727
|
} | undefined;
|
|
23728
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
23729
|
+
brivo_metadata?: {
|
|
23730
|
+
/** ID of the access point in the Brivo access system. */
|
|
23731
|
+
access_point_id: string;
|
|
23732
|
+
/** ID of the site that the access point belongs to. */
|
|
23733
|
+
site_id: number;
|
|
23734
|
+
/** Name of the site that the access point belongs to. */
|
|
23735
|
+
site_name: string;
|
|
23736
|
+
} | undefined;
|
|
23674
23737
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
23675
23738
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
23676
23739
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -60743,6 +60806,8 @@ export type Routes = {
|
|
|
60743
60806
|
queryParams: {};
|
|
60744
60807
|
jsonBody: {};
|
|
60745
60808
|
commonParams: {
|
|
60809
|
+
/** The customer_key identifying the customer. Required when not using client_session_with_customer auth. */
|
|
60810
|
+
customer_key?: string | undefined;
|
|
60746
60811
|
/** ID of the reservation to retrieve. */
|
|
60747
60812
|
reservation_id?: string | undefined;
|
|
60748
60813
|
/** Key of the reservation to retrieve. */
|
|
@@ -60792,6 +60857,8 @@ export type Routes = {
|
|
|
60792
60857
|
queryParams: {};
|
|
60793
60858
|
jsonBody: {};
|
|
60794
60859
|
commonParams: {
|
|
60860
|
+
/** The customer_key identifying the customer. Required when not using client_session_with_customer auth. */
|
|
60861
|
+
customer_key?: string | undefined;
|
|
60795
60862
|
/** Filter reservations by space key. */
|
|
60796
60863
|
space_key?: string | undefined;
|
|
60797
60864
|
/** Filter reservations by space ID (UUID). */
|
|
@@ -61848,6 +61915,15 @@ export type Routes = {
|
|
|
61848
61915
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
61849
61916
|
access_point_name: string;
|
|
61850
61917
|
} | undefined;
|
|
61918
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
61919
|
+
brivo_metadata?: {
|
|
61920
|
+
/** ID of the access point in the Brivo access system. */
|
|
61921
|
+
access_point_id: string;
|
|
61922
|
+
/** ID of the site that the access point belongs to. */
|
|
61923
|
+
site_id: number;
|
|
61924
|
+
/** Name of the site that the access point belongs to. */
|
|
61925
|
+
site_name: string;
|
|
61926
|
+
} | undefined;
|
|
61851
61927
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
61852
61928
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
61853
61929
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -63541,6 +63617,15 @@ export type Routes = {
|
|
|
63541
63617
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
63542
63618
|
access_point_name: string;
|
|
63543
63619
|
} | undefined;
|
|
63620
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
63621
|
+
brivo_metadata?: {
|
|
63622
|
+
/** ID of the access point in the Brivo access system. */
|
|
63623
|
+
access_point_id: string;
|
|
63624
|
+
/** ID of the site that the access point belongs to. */
|
|
63625
|
+
site_id: number;
|
|
63626
|
+
/** Name of the site that the access point belongs to. */
|
|
63627
|
+
site_name: string;
|
|
63628
|
+
} | undefined;
|
|
63544
63629
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
63545
63630
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
63546
63631
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -85535,6 +85620,15 @@ export type Routes = {
|
|
|
85535
85620
|
/** Name of the access point in the dormakaba Ambiance access system. */
|
|
85536
85621
|
access_point_name: string;
|
|
85537
85622
|
} | undefined;
|
|
85623
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
85624
|
+
brivo_metadata?: {
|
|
85625
|
+
/** ID of the access point in the Brivo access system. */
|
|
85626
|
+
access_point_id: string;
|
|
85627
|
+
/** ID of the site that the access point belongs to. */
|
|
85628
|
+
site_id: number;
|
|
85629
|
+
/** Name of the site that the access point belongs to. */
|
|
85630
|
+
site_name: string;
|
|
85631
|
+
} | undefined;
|
|
85538
85632
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
85539
85633
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
85540
85634
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@ import { z } from 'zod'
|
|
|
3
3
|
import { acs_entrance_dormakaba_ambiance_metadata } from './metadata/dormakaba-ambiance.js'
|
|
4
4
|
import {
|
|
5
5
|
acs_entrance_assa_abloy_vostio_metadata,
|
|
6
|
+
acs_entrance_brivo_metadata,
|
|
6
7
|
acs_entrance_dormakaba_community_metadata,
|
|
7
8
|
acs_entrance_hotek_metadata,
|
|
8
9
|
acs_entrance_latch_metadata,
|
|
@@ -130,6 +131,11 @@ export const acs_entrance = z
|
|
|
130
131
|
.describe(
|
|
131
132
|
'dormakaba Ambiance-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
132
133
|
),
|
|
134
|
+
brivo_metadata: acs_entrance_brivo_metadata
|
|
135
|
+
.optional()
|
|
136
|
+
.describe(
|
|
137
|
+
'Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
138
|
+
),
|
|
133
139
|
})
|
|
134
140
|
.merge(acs_entrance_capability_flags).describe(`
|
|
135
141
|
---
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { z } from 'zod'
|
|
2
|
+
|
|
3
|
+
export const acs_entrance_brivo_metadata = z
|
|
4
|
+
.object({
|
|
5
|
+
access_point_id: z
|
|
6
|
+
.string()
|
|
7
|
+
.describe('ID of the access point in the Brivo access system.'),
|
|
8
|
+
site_id: z
|
|
9
|
+
.number()
|
|
10
|
+
.describe('ID of the site that the access point belongs to.'),
|
|
11
|
+
site_name: z
|
|
12
|
+
.string()
|
|
13
|
+
.describe('Name of the site that the access point belongs to.'),
|
|
14
|
+
})
|
|
15
|
+
.describe('Brivo-specific metadata associated with the entrance.')
|
|
16
|
+
|
|
17
|
+
export type AcsEntranceBrivoMetadata = z.infer<
|
|
18
|
+
typeof acs_entrance_brivo_metadata
|
|
19
|
+
>
|
|
@@ -3452,6 +3452,29 @@ export default {
|
|
|
3452
3452
|
required: ['door_type', 'door_name'],
|
|
3453
3453
|
type: 'object',
|
|
3454
3454
|
},
|
|
3455
|
+
brivo_metadata: {
|
|
3456
|
+
description:
|
|
3457
|
+
'Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
3458
|
+
properties: {
|
|
3459
|
+
access_point_id: {
|
|
3460
|
+
description:
|
|
3461
|
+
'ID of the access point in the Brivo access system.',
|
|
3462
|
+
type: 'string',
|
|
3463
|
+
},
|
|
3464
|
+
site_id: {
|
|
3465
|
+
description: 'ID of the site that the access point belongs to.',
|
|
3466
|
+
format: 'float',
|
|
3467
|
+
type: 'number',
|
|
3468
|
+
},
|
|
3469
|
+
site_name: {
|
|
3470
|
+
description:
|
|
3471
|
+
'Name of the site that the access point belongs to.',
|
|
3472
|
+
type: 'string',
|
|
3473
|
+
},
|
|
3474
|
+
},
|
|
3475
|
+
required: ['access_point_id', 'site_id', 'site_name'],
|
|
3476
|
+
type: 'object',
|
|
3477
|
+
},
|
|
3455
3478
|
can_belong_to_reservation: {
|
|
3456
3479
|
description:
|
|
3457
3480
|
'Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.',
|
|
@@ -23387,6 +23410,34 @@ export default {
|
|
|
23387
23410
|
required: ['door_type', 'door_name'],
|
|
23388
23411
|
type: 'object',
|
|
23389
23412
|
},
|
|
23413
|
+
brivo_metadata: {
|
|
23414
|
+
description:
|
|
23415
|
+
'Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
23416
|
+
properties: {
|
|
23417
|
+
access_point_id: {
|
|
23418
|
+
description:
|
|
23419
|
+
'ID of the access point in the Brivo access system.',
|
|
23420
|
+
type: 'string',
|
|
23421
|
+
},
|
|
23422
|
+
site_id: {
|
|
23423
|
+
description:
|
|
23424
|
+
'ID of the site that the access point belongs to.',
|
|
23425
|
+
format: 'float',
|
|
23426
|
+
type: 'number',
|
|
23427
|
+
},
|
|
23428
|
+
site_name: {
|
|
23429
|
+
description:
|
|
23430
|
+
'Name of the site that the access point belongs to.',
|
|
23431
|
+
type: 'string',
|
|
23432
|
+
},
|
|
23433
|
+
},
|
|
23434
|
+
required: [
|
|
23435
|
+
'access_point_id',
|
|
23436
|
+
'site_id',
|
|
23437
|
+
'site_name',
|
|
23438
|
+
],
|
|
23439
|
+
type: 'object',
|
|
23440
|
+
},
|
|
23390
23441
|
can_belong_to_reservation: {
|
|
23391
23442
|
description:
|
|
23392
23443
|
'Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.',
|
|
@@ -63828,6 +63879,15 @@ export default {
|
|
|
63828
63879
|
'Returns a single reservation for a specific customer by reservation ID.',
|
|
63829
63880
|
operationId: 'seamCustomerV1ReservationsGetGet',
|
|
63830
63881
|
parameters: [
|
|
63882
|
+
{
|
|
63883
|
+
in: 'query',
|
|
63884
|
+
name: 'customer_key',
|
|
63885
|
+
schema: {
|
|
63886
|
+
description:
|
|
63887
|
+
'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
|
|
63888
|
+
type: 'string',
|
|
63889
|
+
},
|
|
63890
|
+
},
|
|
63831
63891
|
{
|
|
63832
63892
|
in: 'query',
|
|
63833
63893
|
name: 'reservation_id',
|
|
@@ -63974,7 +64034,10 @@ export default {
|
|
|
63974
64034
|
400: { description: 'Bad Request' },
|
|
63975
64035
|
401: { description: 'Unauthorized' },
|
|
63976
64036
|
},
|
|
63977
|
-
security: [
|
|
64037
|
+
security: [
|
|
64038
|
+
{ client_session_with_customer: [] },
|
|
64039
|
+
{ console_session_with_workspace: [] },
|
|
64040
|
+
],
|
|
63978
64041
|
summary: '/seam/customer/v1/reservations/get',
|
|
63979
64042
|
tags: [],
|
|
63980
64043
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'reservations'],
|
|
@@ -63993,6 +64056,11 @@ export default {
|
|
|
63993
64056
|
'application/json': {
|
|
63994
64057
|
schema: {
|
|
63995
64058
|
properties: {
|
|
64059
|
+
customer_key: {
|
|
64060
|
+
description:
|
|
64061
|
+
'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
|
|
64062
|
+
type: 'string',
|
|
64063
|
+
},
|
|
63996
64064
|
reservation_id: {
|
|
63997
64065
|
description: 'ID of the reservation to retrieve.',
|
|
63998
64066
|
format: 'uuid',
|
|
@@ -64136,7 +64204,10 @@ export default {
|
|
|
64136
64204
|
400: { description: 'Bad Request' },
|
|
64137
64205
|
401: { description: 'Unauthorized' },
|
|
64138
64206
|
},
|
|
64139
|
-
security: [
|
|
64207
|
+
security: [
|
|
64208
|
+
{ client_session_with_customer: [] },
|
|
64209
|
+
{ console_session_with_workspace: [] },
|
|
64210
|
+
],
|
|
64140
64211
|
summary: '/seam/customer/v1/reservations/get',
|
|
64141
64212
|
tags: [],
|
|
64142
64213
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'reservations'],
|
|
@@ -64153,6 +64224,15 @@ export default {
|
|
|
64153
64224
|
'Returns a list of reservations for a specific customer. This endpoint is designed for customer portals and supports filtering by space_key.',
|
|
64154
64225
|
operationId: 'seamCustomerV1ReservationsListGet',
|
|
64155
64226
|
parameters: [
|
|
64227
|
+
{
|
|
64228
|
+
in: 'query',
|
|
64229
|
+
name: 'customer_key',
|
|
64230
|
+
schema: {
|
|
64231
|
+
description:
|
|
64232
|
+
'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
|
|
64233
|
+
type: 'string',
|
|
64234
|
+
},
|
|
64235
|
+
},
|
|
64156
64236
|
{
|
|
64157
64237
|
in: 'query',
|
|
64158
64238
|
name: 'space_key',
|
|
@@ -64378,7 +64458,10 @@ export default {
|
|
|
64378
64458
|
400: { description: 'Bad Request' },
|
|
64379
64459
|
401: { description: 'Unauthorized' },
|
|
64380
64460
|
},
|
|
64381
|
-
security: [
|
|
64461
|
+
security: [
|
|
64462
|
+
{ client_session_with_customer: [] },
|
|
64463
|
+
{ console_session_with_workspace: [] },
|
|
64464
|
+
],
|
|
64382
64465
|
summary: '/seam/customer/v1/reservations/list',
|
|
64383
64466
|
tags: [],
|
|
64384
64467
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'reservations'],
|
|
@@ -64403,6 +64486,11 @@ export default {
|
|
|
64403
64486
|
format: 'date-time',
|
|
64404
64487
|
type: 'string',
|
|
64405
64488
|
},
|
|
64489
|
+
customer_key: {
|
|
64490
|
+
description:
|
|
64491
|
+
'The customer_key identifying the customer. Required when not using client_session_with_customer auth.',
|
|
64492
|
+
type: 'string',
|
|
64493
|
+
},
|
|
64406
64494
|
limit: {
|
|
64407
64495
|
default: 500,
|
|
64408
64496
|
description:
|
|
@@ -64604,7 +64692,10 @@ export default {
|
|
|
64604
64692
|
400: { description: 'Bad Request' },
|
|
64605
64693
|
401: { description: 'Unauthorized' },
|
|
64606
64694
|
},
|
|
64607
|
-
security: [
|
|
64695
|
+
security: [
|
|
64696
|
+
{ client_session_with_customer: [] },
|
|
64697
|
+
{ console_session_with_workspace: [] },
|
|
64698
|
+
],
|
|
64608
64699
|
summary: '/seam/customer/v1/reservations/list',
|
|
64609
64700
|
tags: [],
|
|
64610
64701
|
'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'reservations'],
|
|
@@ -13615,6 +13615,17 @@ export type Routes = {
|
|
|
13615
13615
|
access_point_name: string
|
|
13616
13616
|
}
|
|
13617
13617
|
| undefined
|
|
13618
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
13619
|
+
brivo_metadata?:
|
|
13620
|
+
| {
|
|
13621
|
+
/** ID of the access point in the Brivo access system. */
|
|
13622
|
+
access_point_id: string
|
|
13623
|
+
/** ID of the site that the access point belongs to. */
|
|
13624
|
+
site_id: number
|
|
13625
|
+
/** Name of the site that the access point belongs to. */
|
|
13626
|
+
site_name: string
|
|
13627
|
+
}
|
|
13628
|
+
| undefined
|
|
13618
13629
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
13619
13630
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
13620
13631
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -18426,6 +18437,17 @@ export type Routes = {
|
|
|
18426
18437
|
access_point_name: string
|
|
18427
18438
|
}
|
|
18428
18439
|
| undefined
|
|
18440
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18441
|
+
brivo_metadata?:
|
|
18442
|
+
| {
|
|
18443
|
+
/** ID of the access point in the Brivo access system. */
|
|
18444
|
+
access_point_id: string
|
|
18445
|
+
/** ID of the site that the access point belongs to. */
|
|
18446
|
+
site_id: number
|
|
18447
|
+
/** Name of the site that the access point belongs to. */
|
|
18448
|
+
site_name: string
|
|
18449
|
+
}
|
|
18450
|
+
| undefined
|
|
18429
18451
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
18430
18452
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
18431
18453
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -19653,6 +19675,17 @@ export type Routes = {
|
|
|
19653
19675
|
access_point_name: string
|
|
19654
19676
|
}
|
|
19655
19677
|
| undefined
|
|
19678
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
19679
|
+
brivo_metadata?:
|
|
19680
|
+
| {
|
|
19681
|
+
/** ID of the access point in the Brivo access system. */
|
|
19682
|
+
access_point_id: string
|
|
19683
|
+
/** ID of the site that the access point belongs to. */
|
|
19684
|
+
site_id: number
|
|
19685
|
+
/** Name of the site that the access point belongs to. */
|
|
19686
|
+
site_name: string
|
|
19687
|
+
}
|
|
19688
|
+
| undefined
|
|
19656
19689
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
19657
19690
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
19658
19691
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -21336,6 +21369,17 @@ export type Routes = {
|
|
|
21336
21369
|
access_point_name: string
|
|
21337
21370
|
}
|
|
21338
21371
|
| undefined
|
|
21372
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
21373
|
+
brivo_metadata?:
|
|
21374
|
+
| {
|
|
21375
|
+
/** ID of the access point in the Brivo access system. */
|
|
21376
|
+
access_point_id: string
|
|
21377
|
+
/** ID of the site that the access point belongs to. */
|
|
21378
|
+
site_id: number
|
|
21379
|
+
/** Name of the site that the access point belongs to. */
|
|
21380
|
+
site_name: string
|
|
21381
|
+
}
|
|
21382
|
+
| undefined
|
|
21339
21383
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
21340
21384
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
21341
21385
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -25370,6 +25414,17 @@ export type Routes = {
|
|
|
25370
25414
|
access_point_name: string
|
|
25371
25415
|
}
|
|
25372
25416
|
| undefined
|
|
25417
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25418
|
+
brivo_metadata?:
|
|
25419
|
+
| {
|
|
25420
|
+
/** ID of the access point in the Brivo access system. */
|
|
25421
|
+
access_point_id: string
|
|
25422
|
+
/** ID of the site that the access point belongs to. */
|
|
25423
|
+
site_id: number
|
|
25424
|
+
/** Name of the site that the access point belongs to. */
|
|
25425
|
+
site_name: string
|
|
25426
|
+
}
|
|
25427
|
+
| undefined
|
|
25373
25428
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
25374
25429
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
25375
25430
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -25567,6 +25622,17 @@ export type Routes = {
|
|
|
25567
25622
|
access_point_name: string
|
|
25568
25623
|
}
|
|
25569
25624
|
| undefined
|
|
25625
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
25626
|
+
brivo_metadata?:
|
|
25627
|
+
| {
|
|
25628
|
+
/** ID of the access point in the Brivo access system. */
|
|
25629
|
+
access_point_id: string
|
|
25630
|
+
/** ID of the site that the access point belongs to. */
|
|
25631
|
+
site_id: number
|
|
25632
|
+
/** Name of the site that the access point belongs to. */
|
|
25633
|
+
site_name: string
|
|
25634
|
+
}
|
|
25635
|
+
| undefined
|
|
25570
25636
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
25571
25637
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
25572
25638
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -27421,6 +27487,17 @@ export type Routes = {
|
|
|
27421
27487
|
access_point_name: string
|
|
27422
27488
|
}
|
|
27423
27489
|
| undefined
|
|
27490
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27491
|
+
brivo_metadata?:
|
|
27492
|
+
| {
|
|
27493
|
+
/** ID of the access point in the Brivo access system. */
|
|
27494
|
+
access_point_id: string
|
|
27495
|
+
/** ID of the site that the access point belongs to. */
|
|
27496
|
+
site_id: number
|
|
27497
|
+
/** Name of the site that the access point belongs to. */
|
|
27498
|
+
site_name: string
|
|
27499
|
+
}
|
|
27500
|
+
| undefined
|
|
27424
27501
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
27425
27502
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
27426
27503
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -72139,6 +72216,8 @@ export type Routes = {
|
|
|
72139
72216
|
queryParams: {}
|
|
72140
72217
|
jsonBody: {}
|
|
72141
72218
|
commonParams: {
|
|
72219
|
+
/** The customer_key identifying the customer. Required when not using client_session_with_customer auth. */
|
|
72220
|
+
customer_key?: string | undefined
|
|
72142
72221
|
/** ID of the reservation to retrieve. */
|
|
72143
72222
|
reservation_id?: string | undefined
|
|
72144
72223
|
/** Key of the reservation to retrieve. */
|
|
@@ -72188,6 +72267,8 @@ export type Routes = {
|
|
|
72188
72267
|
queryParams: {}
|
|
72189
72268
|
jsonBody: {}
|
|
72190
72269
|
commonParams: {
|
|
72270
|
+
/** The customer_key identifying the customer. Required when not using client_session_with_customer auth. */
|
|
72271
|
+
customer_key?: string | undefined
|
|
72191
72272
|
/** Filter reservations by space key. */
|
|
72192
72273
|
space_key?: string | undefined
|
|
72193
72274
|
/** Filter reservations by space ID (UUID). */
|
|
@@ -73371,6 +73452,17 @@ export type Routes = {
|
|
|
73371
73452
|
access_point_name: string
|
|
73372
73453
|
}
|
|
73373
73454
|
| undefined
|
|
73455
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
73456
|
+
brivo_metadata?:
|
|
73457
|
+
| {
|
|
73458
|
+
/** ID of the access point in the Brivo access system. */
|
|
73459
|
+
access_point_id: string
|
|
73460
|
+
/** ID of the site that the access point belongs to. */
|
|
73461
|
+
site_id: number
|
|
73462
|
+
/** Name of the site that the access point belongs to. */
|
|
73463
|
+
site_name: string
|
|
73464
|
+
}
|
|
73465
|
+
| undefined
|
|
73374
73466
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
73375
73467
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
73376
73468
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -75465,6 +75557,17 @@ export type Routes = {
|
|
|
75465
75557
|
access_point_name: string
|
|
75466
75558
|
}
|
|
75467
75559
|
| undefined
|
|
75560
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
75561
|
+
brivo_metadata?:
|
|
75562
|
+
| {
|
|
75563
|
+
/** ID of the access point in the Brivo access system. */
|
|
75564
|
+
access_point_id: string
|
|
75565
|
+
/** ID of the site that the access point belongs to. */
|
|
75566
|
+
site_id: number
|
|
75567
|
+
/** Name of the site that the access point belongs to. */
|
|
75568
|
+
site_name: string
|
|
75569
|
+
}
|
|
75570
|
+
| undefined
|
|
75468
75571
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
75469
75572
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
75470
75573
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|
|
@@ -101459,6 +101562,17 @@ export type Routes = {
|
|
|
101459
101562
|
access_point_name: string
|
|
101460
101563
|
}
|
|
101461
101564
|
| undefined
|
|
101565
|
+
/** Brivo-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
101566
|
+
brivo_metadata?:
|
|
101567
|
+
| {
|
|
101568
|
+
/** ID of the access point in the Brivo access system. */
|
|
101569
|
+
access_point_id: string
|
|
101570
|
+
/** ID of the site that the access point belongs to. */
|
|
101571
|
+
site_id: number
|
|
101572
|
+
/** Name of the site that the access point belongs to. */
|
|
101573
|
+
site_name: string
|
|
101574
|
+
}
|
|
101575
|
+
| undefined
|
|
101462
101576
|
/** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
|
|
101463
101577
|
can_unlock_with_mobile_key?: boolean | undefined
|
|
101464
101578
|
/** Indicates whether the ACS entrance can be unlocked with card credentials. */
|