@seamapi/types 1.708.0 → 1.710.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 +933 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1477 -111
- package/dist/index.cjs +933 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1044 -0
- package/lib/seam/connect/openapi.js +933 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +322 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1036 -0
- package/src/lib/seam/connect/route-types.ts +362 -0
|
@@ -45141,6 +45141,215 @@ declare const _default: {
|
|
|
45141
45141
|
'x-undocumented': string;
|
|
45142
45142
|
};
|
|
45143
45143
|
};
|
|
45144
|
+
'/seam/customer/v1/connector_customers/list': {
|
|
45145
|
+
get: {
|
|
45146
|
+
description: string;
|
|
45147
|
+
operationId: string;
|
|
45148
|
+
parameters: {
|
|
45149
|
+
in: string;
|
|
45150
|
+
name: string;
|
|
45151
|
+
schema: {
|
|
45152
|
+
description: string;
|
|
45153
|
+
format: string;
|
|
45154
|
+
type: string;
|
|
45155
|
+
};
|
|
45156
|
+
}[];
|
|
45157
|
+
responses: {
|
|
45158
|
+
200: {
|
|
45159
|
+
content: {
|
|
45160
|
+
'application/json': {
|
|
45161
|
+
schema: {
|
|
45162
|
+
properties: {
|
|
45163
|
+
connector_customers: {
|
|
45164
|
+
items: {
|
|
45165
|
+
properties: {
|
|
45166
|
+
connector_customer_id: {
|
|
45167
|
+
type: string;
|
|
45168
|
+
};
|
|
45169
|
+
connector_id: {
|
|
45170
|
+
type: string;
|
|
45171
|
+
};
|
|
45172
|
+
created_at: {
|
|
45173
|
+
type: string;
|
|
45174
|
+
};
|
|
45175
|
+
customer_key: {
|
|
45176
|
+
type: string;
|
|
45177
|
+
};
|
|
45178
|
+
initial_sync_completed: {
|
|
45179
|
+
type: string;
|
|
45180
|
+
};
|
|
45181
|
+
initial_sync_status: {
|
|
45182
|
+
nullable: boolean;
|
|
45183
|
+
type: string;
|
|
45184
|
+
};
|
|
45185
|
+
instance_config: {
|
|
45186
|
+
additionalProperties: {
|
|
45187
|
+
$ref: string;
|
|
45188
|
+
};
|
|
45189
|
+
nullable: boolean;
|
|
45190
|
+
type: string;
|
|
45191
|
+
};
|
|
45192
|
+
status: {
|
|
45193
|
+
nullable: boolean;
|
|
45194
|
+
type: string;
|
|
45195
|
+
};
|
|
45196
|
+
updated_at: {
|
|
45197
|
+
type: string;
|
|
45198
|
+
};
|
|
45199
|
+
};
|
|
45200
|
+
required: string[];
|
|
45201
|
+
type: string;
|
|
45202
|
+
};
|
|
45203
|
+
type: string;
|
|
45204
|
+
};
|
|
45205
|
+
ok: {
|
|
45206
|
+
type: string;
|
|
45207
|
+
};
|
|
45208
|
+
};
|
|
45209
|
+
required: string[];
|
|
45210
|
+
type: string;
|
|
45211
|
+
};
|
|
45212
|
+
};
|
|
45213
|
+
};
|
|
45214
|
+
description: string;
|
|
45215
|
+
};
|
|
45216
|
+
400: {
|
|
45217
|
+
description: string;
|
|
45218
|
+
};
|
|
45219
|
+
401: {
|
|
45220
|
+
description: string;
|
|
45221
|
+
};
|
|
45222
|
+
};
|
|
45223
|
+
security: ({
|
|
45224
|
+
api_key: never[];
|
|
45225
|
+
client_session_with_customer?: never;
|
|
45226
|
+
console_session_with_workspace?: never;
|
|
45227
|
+
} | {
|
|
45228
|
+
client_session_with_customer: never[];
|
|
45229
|
+
api_key?: never;
|
|
45230
|
+
console_session_with_workspace?: never;
|
|
45231
|
+
} | {
|
|
45232
|
+
console_session_with_workspace: never[];
|
|
45233
|
+
api_key?: never;
|
|
45234
|
+
client_session_with_customer?: never;
|
|
45235
|
+
})[];
|
|
45236
|
+
summary: string;
|
|
45237
|
+
tags: never[];
|
|
45238
|
+
'x-fern-sdk-group-name': string[];
|
|
45239
|
+
'x-fern-sdk-method-name': string;
|
|
45240
|
+
'x-fern-sdk-return-value': string;
|
|
45241
|
+
'x-response-key': string;
|
|
45242
|
+
'x-title': string;
|
|
45243
|
+
'x-undocumented': string;
|
|
45244
|
+
};
|
|
45245
|
+
post: {
|
|
45246
|
+
description: string;
|
|
45247
|
+
operationId: string;
|
|
45248
|
+
requestBody: {
|
|
45249
|
+
content: {
|
|
45250
|
+
'application/json': {
|
|
45251
|
+
schema: {
|
|
45252
|
+
properties: {
|
|
45253
|
+
connector_id: {
|
|
45254
|
+
description: string;
|
|
45255
|
+
format: string;
|
|
45256
|
+
type: string;
|
|
45257
|
+
};
|
|
45258
|
+
};
|
|
45259
|
+
type: string;
|
|
45260
|
+
};
|
|
45261
|
+
};
|
|
45262
|
+
};
|
|
45263
|
+
};
|
|
45264
|
+
responses: {
|
|
45265
|
+
200: {
|
|
45266
|
+
content: {
|
|
45267
|
+
'application/json': {
|
|
45268
|
+
schema: {
|
|
45269
|
+
properties: {
|
|
45270
|
+
connector_customers: {
|
|
45271
|
+
items: {
|
|
45272
|
+
properties: {
|
|
45273
|
+
connector_customer_id: {
|
|
45274
|
+
type: string;
|
|
45275
|
+
};
|
|
45276
|
+
connector_id: {
|
|
45277
|
+
type: string;
|
|
45278
|
+
};
|
|
45279
|
+
created_at: {
|
|
45280
|
+
type: string;
|
|
45281
|
+
};
|
|
45282
|
+
customer_key: {
|
|
45283
|
+
type: string;
|
|
45284
|
+
};
|
|
45285
|
+
initial_sync_completed: {
|
|
45286
|
+
type: string;
|
|
45287
|
+
};
|
|
45288
|
+
initial_sync_status: {
|
|
45289
|
+
nullable: boolean;
|
|
45290
|
+
type: string;
|
|
45291
|
+
};
|
|
45292
|
+
instance_config: {
|
|
45293
|
+
additionalProperties: {
|
|
45294
|
+
$ref: string;
|
|
45295
|
+
};
|
|
45296
|
+
nullable: boolean;
|
|
45297
|
+
type: string;
|
|
45298
|
+
};
|
|
45299
|
+
status: {
|
|
45300
|
+
nullable: boolean;
|
|
45301
|
+
type: string;
|
|
45302
|
+
};
|
|
45303
|
+
updated_at: {
|
|
45304
|
+
type: string;
|
|
45305
|
+
};
|
|
45306
|
+
};
|
|
45307
|
+
required: string[];
|
|
45308
|
+
type: string;
|
|
45309
|
+
};
|
|
45310
|
+
type: string;
|
|
45311
|
+
};
|
|
45312
|
+
ok: {
|
|
45313
|
+
type: string;
|
|
45314
|
+
};
|
|
45315
|
+
};
|
|
45316
|
+
required: string[];
|
|
45317
|
+
type: string;
|
|
45318
|
+
};
|
|
45319
|
+
};
|
|
45320
|
+
};
|
|
45321
|
+
description: string;
|
|
45322
|
+
};
|
|
45323
|
+
400: {
|
|
45324
|
+
description: string;
|
|
45325
|
+
};
|
|
45326
|
+
401: {
|
|
45327
|
+
description: string;
|
|
45328
|
+
};
|
|
45329
|
+
};
|
|
45330
|
+
security: ({
|
|
45331
|
+
api_key: never[];
|
|
45332
|
+
client_session_with_customer?: never;
|
|
45333
|
+
console_session_with_workspace?: never;
|
|
45334
|
+
} | {
|
|
45335
|
+
client_session_with_customer: never[];
|
|
45336
|
+
api_key?: never;
|
|
45337
|
+
console_session_with_workspace?: never;
|
|
45338
|
+
} | {
|
|
45339
|
+
console_session_with_workspace: never[];
|
|
45340
|
+
api_key?: never;
|
|
45341
|
+
client_session_with_customer?: never;
|
|
45342
|
+
})[];
|
|
45343
|
+
summary: string;
|
|
45344
|
+
tags: never[];
|
|
45345
|
+
'x-fern-sdk-group-name': string[];
|
|
45346
|
+
'x-fern-sdk-method-name': string;
|
|
45347
|
+
'x-fern-sdk-return-value': string;
|
|
45348
|
+
'x-response-key': string;
|
|
45349
|
+
'x-title': string;
|
|
45350
|
+
'x-undocumented': string;
|
|
45351
|
+
};
|
|
45352
|
+
};
|
|
45144
45353
|
'/seam/customer/v1/connectors/authorize': {
|
|
45145
45354
|
get: {
|
|
45146
45355
|
description: string;
|
|
@@ -50052,6 +50261,9 @@ declare const _default: {
|
|
|
50052
50261
|
};
|
|
50053
50262
|
type: string;
|
|
50054
50263
|
};
|
|
50264
|
+
is_common_area: {
|
|
50265
|
+
type: string;
|
|
50266
|
+
};
|
|
50055
50267
|
is_draft: {
|
|
50056
50268
|
type: string;
|
|
50057
50269
|
};
|
|
@@ -50165,6 +50377,9 @@ declare const _default: {
|
|
|
50165
50377
|
};
|
|
50166
50378
|
type: string;
|
|
50167
50379
|
};
|
|
50380
|
+
is_common_area: {
|
|
50381
|
+
type: string;
|
|
50382
|
+
};
|
|
50168
50383
|
is_draft: {
|
|
50169
50384
|
type: string;
|
|
50170
50385
|
};
|
|
@@ -50214,6 +50429,835 @@ declare const _default: {
|
|
|
50214
50429
|
'x-undocumented': string;
|
|
50215
50430
|
};
|
|
50216
50431
|
};
|
|
50432
|
+
'/seam/v1/customers/push_data': {
|
|
50433
|
+
post: {
|
|
50434
|
+
description: string;
|
|
50435
|
+
operationId: string;
|
|
50436
|
+
requestBody: {
|
|
50437
|
+
content: {
|
|
50438
|
+
'application/json': {
|
|
50439
|
+
schema: {
|
|
50440
|
+
properties: {
|
|
50441
|
+
access_grants: {
|
|
50442
|
+
description: string;
|
|
50443
|
+
items: {
|
|
50444
|
+
properties: {
|
|
50445
|
+
access_grant_key: {
|
|
50446
|
+
description: string;
|
|
50447
|
+
minLength: number;
|
|
50448
|
+
type: string;
|
|
50449
|
+
};
|
|
50450
|
+
building_keys: {
|
|
50451
|
+
description: string;
|
|
50452
|
+
items: {
|
|
50453
|
+
type: string;
|
|
50454
|
+
};
|
|
50455
|
+
type: string;
|
|
50456
|
+
};
|
|
50457
|
+
common_area_keys: {
|
|
50458
|
+
description: string;
|
|
50459
|
+
items: {
|
|
50460
|
+
type: string;
|
|
50461
|
+
};
|
|
50462
|
+
type: string;
|
|
50463
|
+
};
|
|
50464
|
+
ends_at: {
|
|
50465
|
+
description: string;
|
|
50466
|
+
format: string;
|
|
50467
|
+
type: string;
|
|
50468
|
+
};
|
|
50469
|
+
facility_keys: {
|
|
50470
|
+
description: string;
|
|
50471
|
+
items: {
|
|
50472
|
+
type: string;
|
|
50473
|
+
};
|
|
50474
|
+
type: string;
|
|
50475
|
+
};
|
|
50476
|
+
guest_key: {
|
|
50477
|
+
description: string;
|
|
50478
|
+
type: string;
|
|
50479
|
+
};
|
|
50480
|
+
listing_keys: {
|
|
50481
|
+
description: string;
|
|
50482
|
+
items: {
|
|
50483
|
+
type: string;
|
|
50484
|
+
};
|
|
50485
|
+
type: string;
|
|
50486
|
+
};
|
|
50487
|
+
name: {
|
|
50488
|
+
description: string;
|
|
50489
|
+
type: string;
|
|
50490
|
+
};
|
|
50491
|
+
preferred_code: {
|
|
50492
|
+
description: string;
|
|
50493
|
+
type: string;
|
|
50494
|
+
};
|
|
50495
|
+
property_keys: {
|
|
50496
|
+
description: string;
|
|
50497
|
+
items: {
|
|
50498
|
+
type: string;
|
|
50499
|
+
};
|
|
50500
|
+
type: string;
|
|
50501
|
+
};
|
|
50502
|
+
resident_key: {
|
|
50503
|
+
description: string;
|
|
50504
|
+
type: string;
|
|
50505
|
+
};
|
|
50506
|
+
room_keys: {
|
|
50507
|
+
description: string;
|
|
50508
|
+
items: {
|
|
50509
|
+
type: string;
|
|
50510
|
+
};
|
|
50511
|
+
type: string;
|
|
50512
|
+
};
|
|
50513
|
+
space_keys: {
|
|
50514
|
+
description: string;
|
|
50515
|
+
items: {
|
|
50516
|
+
type: string;
|
|
50517
|
+
};
|
|
50518
|
+
type: string;
|
|
50519
|
+
};
|
|
50520
|
+
starts_at: {
|
|
50521
|
+
description: string;
|
|
50522
|
+
format: string;
|
|
50523
|
+
type: string;
|
|
50524
|
+
};
|
|
50525
|
+
tenant_key: {
|
|
50526
|
+
description: string;
|
|
50527
|
+
type: string;
|
|
50528
|
+
};
|
|
50529
|
+
unit_keys: {
|
|
50530
|
+
description: string;
|
|
50531
|
+
items: {
|
|
50532
|
+
type: string;
|
|
50533
|
+
};
|
|
50534
|
+
type: string;
|
|
50535
|
+
};
|
|
50536
|
+
user_identity_key: {
|
|
50537
|
+
description: string;
|
|
50538
|
+
type: string;
|
|
50539
|
+
};
|
|
50540
|
+
user_key: {
|
|
50541
|
+
description: string;
|
|
50542
|
+
type: string;
|
|
50543
|
+
};
|
|
50544
|
+
};
|
|
50545
|
+
required: string[];
|
|
50546
|
+
type: string;
|
|
50547
|
+
};
|
|
50548
|
+
type: string;
|
|
50549
|
+
};
|
|
50550
|
+
bookings: {
|
|
50551
|
+
description: string;
|
|
50552
|
+
items: {
|
|
50553
|
+
properties: {
|
|
50554
|
+
booking_key: {
|
|
50555
|
+
description: string;
|
|
50556
|
+
minLength: number;
|
|
50557
|
+
type: string;
|
|
50558
|
+
};
|
|
50559
|
+
building_keys: {
|
|
50560
|
+
description: string;
|
|
50561
|
+
items: {
|
|
50562
|
+
type: string;
|
|
50563
|
+
};
|
|
50564
|
+
type: string;
|
|
50565
|
+
};
|
|
50566
|
+
common_area_keys: {
|
|
50567
|
+
description: string;
|
|
50568
|
+
items: {
|
|
50569
|
+
type: string;
|
|
50570
|
+
};
|
|
50571
|
+
type: string;
|
|
50572
|
+
};
|
|
50573
|
+
ends_at: {
|
|
50574
|
+
description: string;
|
|
50575
|
+
format: string;
|
|
50576
|
+
type: string;
|
|
50577
|
+
};
|
|
50578
|
+
facility_keys: {
|
|
50579
|
+
description: string;
|
|
50580
|
+
items: {
|
|
50581
|
+
type: string;
|
|
50582
|
+
};
|
|
50583
|
+
type: string;
|
|
50584
|
+
};
|
|
50585
|
+
guest_key: {
|
|
50586
|
+
description: string;
|
|
50587
|
+
type: string;
|
|
50588
|
+
};
|
|
50589
|
+
listing_keys: {
|
|
50590
|
+
description: string;
|
|
50591
|
+
items: {
|
|
50592
|
+
type: string;
|
|
50593
|
+
};
|
|
50594
|
+
type: string;
|
|
50595
|
+
};
|
|
50596
|
+
name: {
|
|
50597
|
+
description: string;
|
|
50598
|
+
type: string;
|
|
50599
|
+
};
|
|
50600
|
+
preferred_code: {
|
|
50601
|
+
description: string;
|
|
50602
|
+
type: string;
|
|
50603
|
+
};
|
|
50604
|
+
property_keys: {
|
|
50605
|
+
description: string;
|
|
50606
|
+
items: {
|
|
50607
|
+
type: string;
|
|
50608
|
+
};
|
|
50609
|
+
type: string;
|
|
50610
|
+
};
|
|
50611
|
+
resident_key: {
|
|
50612
|
+
description: string;
|
|
50613
|
+
type: string;
|
|
50614
|
+
};
|
|
50615
|
+
room_keys: {
|
|
50616
|
+
description: string;
|
|
50617
|
+
items: {
|
|
50618
|
+
type: string;
|
|
50619
|
+
};
|
|
50620
|
+
type: string;
|
|
50621
|
+
};
|
|
50622
|
+
space_keys: {
|
|
50623
|
+
description: string;
|
|
50624
|
+
items: {
|
|
50625
|
+
type: string;
|
|
50626
|
+
};
|
|
50627
|
+
type: string;
|
|
50628
|
+
};
|
|
50629
|
+
starts_at: {
|
|
50630
|
+
description: string;
|
|
50631
|
+
format: string;
|
|
50632
|
+
type: string;
|
|
50633
|
+
};
|
|
50634
|
+
tenant_key: {
|
|
50635
|
+
description: string;
|
|
50636
|
+
type: string;
|
|
50637
|
+
};
|
|
50638
|
+
unit_keys: {
|
|
50639
|
+
description: string;
|
|
50640
|
+
items: {
|
|
50641
|
+
type: string;
|
|
50642
|
+
};
|
|
50643
|
+
type: string;
|
|
50644
|
+
};
|
|
50645
|
+
user_identity_key: {
|
|
50646
|
+
description: string;
|
|
50647
|
+
type: string;
|
|
50648
|
+
};
|
|
50649
|
+
user_key: {
|
|
50650
|
+
description: string;
|
|
50651
|
+
type: string;
|
|
50652
|
+
};
|
|
50653
|
+
};
|
|
50654
|
+
required: string[];
|
|
50655
|
+
type: string;
|
|
50656
|
+
};
|
|
50657
|
+
type: string;
|
|
50658
|
+
};
|
|
50659
|
+
buildings: {
|
|
50660
|
+
description: string;
|
|
50661
|
+
items: {
|
|
50662
|
+
properties: {
|
|
50663
|
+
building_key: {
|
|
50664
|
+
description: string;
|
|
50665
|
+
minLength: number;
|
|
50666
|
+
type: string;
|
|
50667
|
+
};
|
|
50668
|
+
name: {
|
|
50669
|
+
description: string;
|
|
50670
|
+
type: string;
|
|
50671
|
+
};
|
|
50672
|
+
};
|
|
50673
|
+
required: string[];
|
|
50674
|
+
type: string;
|
|
50675
|
+
};
|
|
50676
|
+
type: string;
|
|
50677
|
+
};
|
|
50678
|
+
common_areas: {
|
|
50679
|
+
description: string;
|
|
50680
|
+
items: {
|
|
50681
|
+
properties: {
|
|
50682
|
+
common_area_key: {
|
|
50683
|
+
description: string;
|
|
50684
|
+
minLength: number;
|
|
50685
|
+
type: string;
|
|
50686
|
+
};
|
|
50687
|
+
name: {
|
|
50688
|
+
description: string;
|
|
50689
|
+
type: string;
|
|
50690
|
+
};
|
|
50691
|
+
parent_site_key: {
|
|
50692
|
+
description: string;
|
|
50693
|
+
minLength: number;
|
|
50694
|
+
type: string;
|
|
50695
|
+
};
|
|
50696
|
+
};
|
|
50697
|
+
required: string[];
|
|
50698
|
+
type: string;
|
|
50699
|
+
};
|
|
50700
|
+
type: string;
|
|
50701
|
+
};
|
|
50702
|
+
facilities: {
|
|
50703
|
+
description: string;
|
|
50704
|
+
items: {
|
|
50705
|
+
properties: {
|
|
50706
|
+
facility_key: {
|
|
50707
|
+
description: string;
|
|
50708
|
+
minLength: number;
|
|
50709
|
+
type: string;
|
|
50710
|
+
};
|
|
50711
|
+
name: {
|
|
50712
|
+
description: string;
|
|
50713
|
+
type: string;
|
|
50714
|
+
};
|
|
50715
|
+
};
|
|
50716
|
+
required: string[];
|
|
50717
|
+
type: string;
|
|
50718
|
+
};
|
|
50719
|
+
type: string;
|
|
50720
|
+
};
|
|
50721
|
+
guests: {
|
|
50722
|
+
description: string;
|
|
50723
|
+
items: {
|
|
50724
|
+
properties: {
|
|
50725
|
+
email_address: {
|
|
50726
|
+
description: string;
|
|
50727
|
+
type: string;
|
|
50728
|
+
};
|
|
50729
|
+
guest_key: {
|
|
50730
|
+
description: string;
|
|
50731
|
+
minLength: number;
|
|
50732
|
+
type: string;
|
|
50733
|
+
};
|
|
50734
|
+
name: {
|
|
50735
|
+
description: string;
|
|
50736
|
+
type: string;
|
|
50737
|
+
};
|
|
50738
|
+
phone_number: {
|
|
50739
|
+
description: string;
|
|
50740
|
+
type: string;
|
|
50741
|
+
};
|
|
50742
|
+
};
|
|
50743
|
+
required: string[];
|
|
50744
|
+
type: string;
|
|
50745
|
+
};
|
|
50746
|
+
type: string;
|
|
50747
|
+
};
|
|
50748
|
+
listings: {
|
|
50749
|
+
description: string;
|
|
50750
|
+
items: {
|
|
50751
|
+
properties: {
|
|
50752
|
+
listing_key: {
|
|
50753
|
+
description: string;
|
|
50754
|
+
minLength: number;
|
|
50755
|
+
type: string;
|
|
50756
|
+
};
|
|
50757
|
+
name: {
|
|
50758
|
+
description: string;
|
|
50759
|
+
type: string;
|
|
50760
|
+
};
|
|
50761
|
+
};
|
|
50762
|
+
required: string[];
|
|
50763
|
+
type: string;
|
|
50764
|
+
};
|
|
50765
|
+
type: string;
|
|
50766
|
+
};
|
|
50767
|
+
properties: {
|
|
50768
|
+
description: string;
|
|
50769
|
+
items: {
|
|
50770
|
+
properties: {
|
|
50771
|
+
name: {
|
|
50772
|
+
description: string;
|
|
50773
|
+
type: string;
|
|
50774
|
+
};
|
|
50775
|
+
property_key: {
|
|
50776
|
+
description: string;
|
|
50777
|
+
minLength: number;
|
|
50778
|
+
type: string;
|
|
50779
|
+
};
|
|
50780
|
+
};
|
|
50781
|
+
required: string[];
|
|
50782
|
+
type: string;
|
|
50783
|
+
};
|
|
50784
|
+
type: string;
|
|
50785
|
+
};
|
|
50786
|
+
property_listings: {
|
|
50787
|
+
description: string;
|
|
50788
|
+
items: {
|
|
50789
|
+
properties: {
|
|
50790
|
+
custom_metadata: {
|
|
50791
|
+
additionalProperties: {
|
|
50792
|
+
nullable: boolean;
|
|
50793
|
+
oneOf: ({
|
|
50794
|
+
maxLength: number;
|
|
50795
|
+
type: string;
|
|
50796
|
+
} | {
|
|
50797
|
+
type: string;
|
|
50798
|
+
maxLength?: never;
|
|
50799
|
+
})[];
|
|
50800
|
+
};
|
|
50801
|
+
description: string;
|
|
50802
|
+
type: string;
|
|
50803
|
+
};
|
|
50804
|
+
name: {
|
|
50805
|
+
description: string;
|
|
50806
|
+
type: string;
|
|
50807
|
+
};
|
|
50808
|
+
property_listing_key: {
|
|
50809
|
+
description: string;
|
|
50810
|
+
minLength: number;
|
|
50811
|
+
type: string;
|
|
50812
|
+
};
|
|
50813
|
+
};
|
|
50814
|
+
required: string[];
|
|
50815
|
+
type: string;
|
|
50816
|
+
};
|
|
50817
|
+
type: string;
|
|
50818
|
+
};
|
|
50819
|
+
reservations: {
|
|
50820
|
+
description: string;
|
|
50821
|
+
items: {
|
|
50822
|
+
properties: {
|
|
50823
|
+
building_keys: {
|
|
50824
|
+
description: string;
|
|
50825
|
+
items: {
|
|
50826
|
+
type: string;
|
|
50827
|
+
};
|
|
50828
|
+
type: string;
|
|
50829
|
+
};
|
|
50830
|
+
common_area_keys: {
|
|
50831
|
+
description: string;
|
|
50832
|
+
items: {
|
|
50833
|
+
type: string;
|
|
50834
|
+
};
|
|
50835
|
+
type: string;
|
|
50836
|
+
};
|
|
50837
|
+
ends_at: {
|
|
50838
|
+
description: string;
|
|
50839
|
+
format: string;
|
|
50840
|
+
type: string;
|
|
50841
|
+
};
|
|
50842
|
+
facility_keys: {
|
|
50843
|
+
description: string;
|
|
50844
|
+
items: {
|
|
50845
|
+
type: string;
|
|
50846
|
+
};
|
|
50847
|
+
type: string;
|
|
50848
|
+
};
|
|
50849
|
+
guest_key: {
|
|
50850
|
+
description: string;
|
|
50851
|
+
type: string;
|
|
50852
|
+
};
|
|
50853
|
+
listing_keys: {
|
|
50854
|
+
description: string;
|
|
50855
|
+
items: {
|
|
50856
|
+
type: string;
|
|
50857
|
+
};
|
|
50858
|
+
type: string;
|
|
50859
|
+
};
|
|
50860
|
+
name: {
|
|
50861
|
+
description: string;
|
|
50862
|
+
type: string;
|
|
50863
|
+
};
|
|
50864
|
+
preferred_code: {
|
|
50865
|
+
description: string;
|
|
50866
|
+
type: string;
|
|
50867
|
+
};
|
|
50868
|
+
property_keys: {
|
|
50869
|
+
description: string;
|
|
50870
|
+
items: {
|
|
50871
|
+
type: string;
|
|
50872
|
+
};
|
|
50873
|
+
type: string;
|
|
50874
|
+
};
|
|
50875
|
+
reservation_key: {
|
|
50876
|
+
description: string;
|
|
50877
|
+
minLength: number;
|
|
50878
|
+
type: string;
|
|
50879
|
+
};
|
|
50880
|
+
resident_key: {
|
|
50881
|
+
description: string;
|
|
50882
|
+
type: string;
|
|
50883
|
+
};
|
|
50884
|
+
room_keys: {
|
|
50885
|
+
description: string;
|
|
50886
|
+
items: {
|
|
50887
|
+
type: string;
|
|
50888
|
+
};
|
|
50889
|
+
type: string;
|
|
50890
|
+
};
|
|
50891
|
+
space_keys: {
|
|
50892
|
+
description: string;
|
|
50893
|
+
items: {
|
|
50894
|
+
type: string;
|
|
50895
|
+
};
|
|
50896
|
+
type: string;
|
|
50897
|
+
};
|
|
50898
|
+
starts_at: {
|
|
50899
|
+
description: string;
|
|
50900
|
+
format: string;
|
|
50901
|
+
type: string;
|
|
50902
|
+
};
|
|
50903
|
+
tenant_key: {
|
|
50904
|
+
description: string;
|
|
50905
|
+
type: string;
|
|
50906
|
+
};
|
|
50907
|
+
unit_keys: {
|
|
50908
|
+
description: string;
|
|
50909
|
+
items: {
|
|
50910
|
+
type: string;
|
|
50911
|
+
};
|
|
50912
|
+
type: string;
|
|
50913
|
+
};
|
|
50914
|
+
user_identity_key: {
|
|
50915
|
+
description: string;
|
|
50916
|
+
type: string;
|
|
50917
|
+
};
|
|
50918
|
+
user_key: {
|
|
50919
|
+
description: string;
|
|
50920
|
+
type: string;
|
|
50921
|
+
};
|
|
50922
|
+
};
|
|
50923
|
+
required: string[];
|
|
50924
|
+
type: string;
|
|
50925
|
+
};
|
|
50926
|
+
type: string;
|
|
50927
|
+
};
|
|
50928
|
+
residents: {
|
|
50929
|
+
description: string;
|
|
50930
|
+
items: {
|
|
50931
|
+
properties: {
|
|
50932
|
+
email_address: {
|
|
50933
|
+
description: string;
|
|
50934
|
+
type: string;
|
|
50935
|
+
};
|
|
50936
|
+
name: {
|
|
50937
|
+
description: string;
|
|
50938
|
+
type: string;
|
|
50939
|
+
};
|
|
50940
|
+
phone_number: {
|
|
50941
|
+
description: string;
|
|
50942
|
+
type: string;
|
|
50943
|
+
};
|
|
50944
|
+
resident_key: {
|
|
50945
|
+
description: string;
|
|
50946
|
+
minLength: number;
|
|
50947
|
+
type: string;
|
|
50948
|
+
};
|
|
50949
|
+
};
|
|
50950
|
+
required: string[];
|
|
50951
|
+
type: string;
|
|
50952
|
+
};
|
|
50953
|
+
type: string;
|
|
50954
|
+
};
|
|
50955
|
+
rooms: {
|
|
50956
|
+
description: string;
|
|
50957
|
+
items: {
|
|
50958
|
+
properties: {
|
|
50959
|
+
name: {
|
|
50960
|
+
description: string;
|
|
50961
|
+
type: string;
|
|
50962
|
+
};
|
|
50963
|
+
parent_site_key: {
|
|
50964
|
+
description: string;
|
|
50965
|
+
minLength: number;
|
|
50966
|
+
type: string;
|
|
50967
|
+
};
|
|
50968
|
+
room_key: {
|
|
50969
|
+
description: string;
|
|
50970
|
+
minLength: number;
|
|
50971
|
+
type: string;
|
|
50972
|
+
};
|
|
50973
|
+
};
|
|
50974
|
+
required: string[];
|
|
50975
|
+
type: string;
|
|
50976
|
+
};
|
|
50977
|
+
type: string;
|
|
50978
|
+
};
|
|
50979
|
+
sites: {
|
|
50980
|
+
description: string;
|
|
50981
|
+
items: {
|
|
50982
|
+
properties: {
|
|
50983
|
+
name: {
|
|
50984
|
+
description: string;
|
|
50985
|
+
type: string;
|
|
50986
|
+
};
|
|
50987
|
+
site_key: {
|
|
50988
|
+
description: string;
|
|
50989
|
+
minLength: number;
|
|
50990
|
+
type: string;
|
|
50991
|
+
};
|
|
50992
|
+
};
|
|
50993
|
+
required: string[];
|
|
50994
|
+
type: string;
|
|
50995
|
+
};
|
|
50996
|
+
type: string;
|
|
50997
|
+
};
|
|
50998
|
+
spaces: {
|
|
50999
|
+
description: string;
|
|
51000
|
+
items: {
|
|
51001
|
+
properties: {
|
|
51002
|
+
name: {
|
|
51003
|
+
description: string;
|
|
51004
|
+
type: string;
|
|
51005
|
+
};
|
|
51006
|
+
space_key: {
|
|
51007
|
+
description: string;
|
|
51008
|
+
minLength: number;
|
|
51009
|
+
type: string;
|
|
51010
|
+
};
|
|
51011
|
+
};
|
|
51012
|
+
required: string[];
|
|
51013
|
+
type: string;
|
|
51014
|
+
};
|
|
51015
|
+
type: string;
|
|
51016
|
+
};
|
|
51017
|
+
staff_members: {
|
|
51018
|
+
description: string;
|
|
51019
|
+
items: {
|
|
51020
|
+
description: string;
|
|
51021
|
+
properties: {
|
|
51022
|
+
building_keys: {
|
|
51023
|
+
description: string;
|
|
51024
|
+
items: {
|
|
51025
|
+
type: string;
|
|
51026
|
+
};
|
|
51027
|
+
type: string;
|
|
51028
|
+
};
|
|
51029
|
+
common_area_keys: {
|
|
51030
|
+
description: string;
|
|
51031
|
+
items: {
|
|
51032
|
+
type: string;
|
|
51033
|
+
};
|
|
51034
|
+
type: string;
|
|
51035
|
+
};
|
|
51036
|
+
email_address: {
|
|
51037
|
+
description: string;
|
|
51038
|
+
type: string;
|
|
51039
|
+
};
|
|
51040
|
+
facility_keys: {
|
|
51041
|
+
description: string;
|
|
51042
|
+
items: {
|
|
51043
|
+
type: string;
|
|
51044
|
+
};
|
|
51045
|
+
type: string;
|
|
51046
|
+
};
|
|
51047
|
+
listing_keys: {
|
|
51048
|
+
description: string;
|
|
51049
|
+
items: {
|
|
51050
|
+
type: string;
|
|
51051
|
+
};
|
|
51052
|
+
type: string;
|
|
51053
|
+
};
|
|
51054
|
+
name: {
|
|
51055
|
+
description: string;
|
|
51056
|
+
type: string;
|
|
51057
|
+
};
|
|
51058
|
+
phone_number: {
|
|
51059
|
+
description: string;
|
|
51060
|
+
type: string;
|
|
51061
|
+
};
|
|
51062
|
+
property_keys: {
|
|
51063
|
+
description: string;
|
|
51064
|
+
items: {
|
|
51065
|
+
type: string;
|
|
51066
|
+
};
|
|
51067
|
+
type: string;
|
|
51068
|
+
};
|
|
51069
|
+
property_listing_keys: {
|
|
51070
|
+
description: string;
|
|
51071
|
+
items: {
|
|
51072
|
+
type: string;
|
|
51073
|
+
};
|
|
51074
|
+
type: string;
|
|
51075
|
+
};
|
|
51076
|
+
room_keys: {
|
|
51077
|
+
description: string;
|
|
51078
|
+
items: {
|
|
51079
|
+
type: string;
|
|
51080
|
+
};
|
|
51081
|
+
type: string;
|
|
51082
|
+
};
|
|
51083
|
+
site_keys: {
|
|
51084
|
+
description: string;
|
|
51085
|
+
items: {
|
|
51086
|
+
type: string;
|
|
51087
|
+
};
|
|
51088
|
+
type: string;
|
|
51089
|
+
};
|
|
51090
|
+
space_keys: {
|
|
51091
|
+
description: string;
|
|
51092
|
+
items: {
|
|
51093
|
+
type: string;
|
|
51094
|
+
};
|
|
51095
|
+
type: string;
|
|
51096
|
+
};
|
|
51097
|
+
staff_member_key: {
|
|
51098
|
+
description: string;
|
|
51099
|
+
type: string;
|
|
51100
|
+
};
|
|
51101
|
+
unit_keys: {
|
|
51102
|
+
description: string;
|
|
51103
|
+
items: {
|
|
51104
|
+
type: string;
|
|
51105
|
+
};
|
|
51106
|
+
type: string;
|
|
51107
|
+
};
|
|
51108
|
+
};
|
|
51109
|
+
required: string[];
|
|
51110
|
+
type: string;
|
|
51111
|
+
'x-route-path': string;
|
|
51112
|
+
};
|
|
51113
|
+
type: string;
|
|
51114
|
+
};
|
|
51115
|
+
tenants: {
|
|
51116
|
+
description: string;
|
|
51117
|
+
items: {
|
|
51118
|
+
properties: {
|
|
51119
|
+
email_address: {
|
|
51120
|
+
description: string;
|
|
51121
|
+
type: string;
|
|
51122
|
+
};
|
|
51123
|
+
name: {
|
|
51124
|
+
description: string;
|
|
51125
|
+
type: string;
|
|
51126
|
+
};
|
|
51127
|
+
phone_number: {
|
|
51128
|
+
description: string;
|
|
51129
|
+
type: string;
|
|
51130
|
+
};
|
|
51131
|
+
tenant_key: {
|
|
51132
|
+
description: string;
|
|
51133
|
+
minLength: number;
|
|
51134
|
+
type: string;
|
|
51135
|
+
};
|
|
51136
|
+
};
|
|
51137
|
+
required: string[];
|
|
51138
|
+
type: string;
|
|
51139
|
+
};
|
|
51140
|
+
type: string;
|
|
51141
|
+
};
|
|
51142
|
+
units: {
|
|
51143
|
+
description: string;
|
|
51144
|
+
items: {
|
|
51145
|
+
properties: {
|
|
51146
|
+
name: {
|
|
51147
|
+
description: string;
|
|
51148
|
+
type: string;
|
|
51149
|
+
};
|
|
51150
|
+
parent_site_key: {
|
|
51151
|
+
description: string;
|
|
51152
|
+
minLength: number;
|
|
51153
|
+
type: string;
|
|
51154
|
+
};
|
|
51155
|
+
unit_key: {
|
|
51156
|
+
description: string;
|
|
51157
|
+
minLength: number;
|
|
51158
|
+
type: string;
|
|
51159
|
+
};
|
|
51160
|
+
};
|
|
51161
|
+
required: string[];
|
|
51162
|
+
type: string;
|
|
51163
|
+
};
|
|
51164
|
+
type: string;
|
|
51165
|
+
};
|
|
51166
|
+
user_identities: {
|
|
51167
|
+
description: string;
|
|
51168
|
+
items: {
|
|
51169
|
+
properties: {
|
|
51170
|
+
email_address: {
|
|
51171
|
+
description: string;
|
|
51172
|
+
type: string;
|
|
51173
|
+
};
|
|
51174
|
+
name: {
|
|
51175
|
+
description: string;
|
|
51176
|
+
type: string;
|
|
51177
|
+
};
|
|
51178
|
+
phone_number: {
|
|
51179
|
+
description: string;
|
|
51180
|
+
type: string;
|
|
51181
|
+
};
|
|
51182
|
+
user_identity_key: {
|
|
51183
|
+
description: string;
|
|
51184
|
+
minLength: number;
|
|
51185
|
+
type: string;
|
|
51186
|
+
};
|
|
51187
|
+
};
|
|
51188
|
+
required: string[];
|
|
51189
|
+
type: string;
|
|
51190
|
+
};
|
|
51191
|
+
type: string;
|
|
51192
|
+
};
|
|
51193
|
+
users: {
|
|
51194
|
+
description: string;
|
|
51195
|
+
items: {
|
|
51196
|
+
properties: {
|
|
51197
|
+
email_address: {
|
|
51198
|
+
description: string;
|
|
51199
|
+
type: string;
|
|
51200
|
+
};
|
|
51201
|
+
name: {
|
|
51202
|
+
description: string;
|
|
51203
|
+
type: string;
|
|
51204
|
+
};
|
|
51205
|
+
phone_number: {
|
|
51206
|
+
description: string;
|
|
51207
|
+
type: string;
|
|
51208
|
+
};
|
|
51209
|
+
user_key: {
|
|
51210
|
+
description: string;
|
|
51211
|
+
minLength: number;
|
|
51212
|
+
type: string;
|
|
51213
|
+
};
|
|
51214
|
+
};
|
|
51215
|
+
required: string[];
|
|
51216
|
+
type: string;
|
|
51217
|
+
};
|
|
51218
|
+
type: string;
|
|
51219
|
+
};
|
|
51220
|
+
};
|
|
51221
|
+
type: string;
|
|
51222
|
+
};
|
|
51223
|
+
};
|
|
51224
|
+
};
|
|
51225
|
+
};
|
|
51226
|
+
responses: {
|
|
51227
|
+
200: {
|
|
51228
|
+
content: {
|
|
51229
|
+
'application/json': {
|
|
51230
|
+
schema: {
|
|
51231
|
+
properties: {
|
|
51232
|
+
ok: {
|
|
51233
|
+
type: string;
|
|
51234
|
+
};
|
|
51235
|
+
};
|
|
51236
|
+
required: string[];
|
|
51237
|
+
type: string;
|
|
51238
|
+
};
|
|
51239
|
+
};
|
|
51240
|
+
};
|
|
51241
|
+
description: string;
|
|
51242
|
+
};
|
|
51243
|
+
400: {
|
|
51244
|
+
description: string;
|
|
51245
|
+
};
|
|
51246
|
+
401: {
|
|
51247
|
+
description: string;
|
|
51248
|
+
};
|
|
51249
|
+
};
|
|
51250
|
+
security: {
|
|
51251
|
+
client_session_with_customer: never[];
|
|
51252
|
+
}[];
|
|
51253
|
+
summary: string;
|
|
51254
|
+
tags: never[];
|
|
51255
|
+
'x-fern-sdk-group-name': string[];
|
|
51256
|
+
'x-fern-sdk-method-name': string;
|
|
51257
|
+
'x-response-key': null;
|
|
51258
|
+
'x-title': string;
|
|
51259
|
+
};
|
|
51260
|
+
};
|
|
50217
51261
|
'/spaces/add_acs_entrances': {
|
|
50218
51262
|
post: {
|
|
50219
51263
|
description: string;
|