@seamapi/types 1.707.0 → 1.709.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.
@@ -19655,9 +19655,13 @@ declare const _default: {
19655
19655
  name: string;
19656
19656
  schema: {
19657
19657
  description: string;
19658
- format: string;
19658
+ items: {
19659
+ format: string;
19660
+ type: string;
19661
+ };
19659
19662
  type: string;
19660
19663
  default?: never;
19664
+ format?: never;
19661
19665
  nullable?: never;
19662
19666
  deprecated?: never;
19663
19667
  'x-deprecated'?: never;
@@ -19668,8 +19672,9 @@ declare const _default: {
19668
19672
  schema: {
19669
19673
  description: string;
19670
19674
  type: string;
19671
- format?: never;
19675
+ items?: never;
19672
19676
  default?: never;
19677
+ format?: never;
19673
19678
  nullable?: never;
19674
19679
  deprecated?: never;
19675
19680
  'x-deprecated'?: never;
@@ -19682,6 +19687,7 @@ declare const _default: {
19682
19687
  description: string;
19683
19688
  format: string;
19684
19689
  type: string;
19690
+ items?: never;
19685
19691
  nullable?: never;
19686
19692
  deprecated?: never;
19687
19693
  'x-deprecated'?: never;
@@ -19693,8 +19699,22 @@ declare const _default: {
19693
19699
  description: string;
19694
19700
  nullable: boolean;
19695
19701
  type: string;
19702
+ items?: never;
19703
+ default?: never;
19696
19704
  format?: never;
19705
+ deprecated?: never;
19706
+ 'x-deprecated'?: never;
19707
+ };
19708
+ } | {
19709
+ in: string;
19710
+ name: string;
19711
+ schema: {
19712
+ description: string;
19713
+ format: string;
19714
+ type: string;
19715
+ items?: never;
19697
19716
  default?: never;
19717
+ nullable?: never;
19698
19718
  deprecated?: never;
19699
19719
  'x-deprecated'?: never;
19700
19720
  };
@@ -19707,6 +19727,7 @@ declare const _default: {
19707
19727
  type: string;
19708
19728
  'x-deprecated': string;
19709
19729
  description?: never;
19730
+ items?: never;
19710
19731
  default?: never;
19711
19732
  nullable?: never;
19712
19733
  };
@@ -19782,9 +19803,12 @@ declare const _default: {
19782
19803
  'application/json': {
19783
19804
  schema: {
19784
19805
  properties: {
19785
- access_grant_id: {
19806
+ access_grant_ids: {
19786
19807
  description: string;
19787
- format: string;
19808
+ items: {
19809
+ format: string;
19810
+ type: string;
19811
+ };
19788
19812
  type: string;
19789
19813
  };
19790
19814
  access_grant_key: {
@@ -50028,6 +50052,9 @@ declare const _default: {
50028
50052
  };
50029
50053
  type: string;
50030
50054
  };
50055
+ is_common_area: {
50056
+ type: string;
50057
+ };
50031
50058
  is_draft: {
50032
50059
  type: string;
50033
50060
  };
@@ -50141,6 +50168,9 @@ declare const _default: {
50141
50168
  };
50142
50169
  type: string;
50143
50170
  };
50171
+ is_common_area: {
50172
+ type: string;
50173
+ };
50144
50174
  is_draft: {
50145
50175
  type: string;
50146
50176
  };
@@ -50190,6 +50220,835 @@ declare const _default: {
50190
50220
  'x-undocumented': string;
50191
50221
  };
50192
50222
  };
50223
+ '/seam/v1/customers/push_data': {
50224
+ post: {
50225
+ description: string;
50226
+ operationId: string;
50227
+ requestBody: {
50228
+ content: {
50229
+ 'application/json': {
50230
+ schema: {
50231
+ properties: {
50232
+ access_grants: {
50233
+ description: string;
50234
+ items: {
50235
+ properties: {
50236
+ access_grant_key: {
50237
+ description: string;
50238
+ minLength: number;
50239
+ type: string;
50240
+ };
50241
+ building_keys: {
50242
+ description: string;
50243
+ items: {
50244
+ type: string;
50245
+ };
50246
+ type: string;
50247
+ };
50248
+ common_area_keys: {
50249
+ description: string;
50250
+ items: {
50251
+ type: string;
50252
+ };
50253
+ type: string;
50254
+ };
50255
+ ends_at: {
50256
+ description: string;
50257
+ format: string;
50258
+ type: string;
50259
+ };
50260
+ facility_keys: {
50261
+ description: string;
50262
+ items: {
50263
+ type: string;
50264
+ };
50265
+ type: string;
50266
+ };
50267
+ guest_key: {
50268
+ description: string;
50269
+ type: string;
50270
+ };
50271
+ listing_keys: {
50272
+ description: string;
50273
+ items: {
50274
+ type: string;
50275
+ };
50276
+ type: string;
50277
+ };
50278
+ name: {
50279
+ description: string;
50280
+ type: string;
50281
+ };
50282
+ preferred_code: {
50283
+ description: string;
50284
+ type: string;
50285
+ };
50286
+ property_keys: {
50287
+ description: string;
50288
+ items: {
50289
+ type: string;
50290
+ };
50291
+ type: string;
50292
+ };
50293
+ resident_key: {
50294
+ description: string;
50295
+ type: string;
50296
+ };
50297
+ room_keys: {
50298
+ description: string;
50299
+ items: {
50300
+ type: string;
50301
+ };
50302
+ type: string;
50303
+ };
50304
+ space_keys: {
50305
+ description: string;
50306
+ items: {
50307
+ type: string;
50308
+ };
50309
+ type: string;
50310
+ };
50311
+ starts_at: {
50312
+ description: string;
50313
+ format: string;
50314
+ type: string;
50315
+ };
50316
+ tenant_key: {
50317
+ description: string;
50318
+ type: string;
50319
+ };
50320
+ unit_keys: {
50321
+ description: string;
50322
+ items: {
50323
+ type: string;
50324
+ };
50325
+ type: string;
50326
+ };
50327
+ user_identity_key: {
50328
+ description: string;
50329
+ type: string;
50330
+ };
50331
+ user_key: {
50332
+ description: string;
50333
+ type: string;
50334
+ };
50335
+ };
50336
+ required: string[];
50337
+ type: string;
50338
+ };
50339
+ type: string;
50340
+ };
50341
+ bookings: {
50342
+ description: string;
50343
+ items: {
50344
+ properties: {
50345
+ booking_key: {
50346
+ description: string;
50347
+ minLength: number;
50348
+ type: string;
50349
+ };
50350
+ building_keys: {
50351
+ description: string;
50352
+ items: {
50353
+ type: string;
50354
+ };
50355
+ type: string;
50356
+ };
50357
+ common_area_keys: {
50358
+ description: string;
50359
+ items: {
50360
+ type: string;
50361
+ };
50362
+ type: string;
50363
+ };
50364
+ ends_at: {
50365
+ description: string;
50366
+ format: string;
50367
+ type: string;
50368
+ };
50369
+ facility_keys: {
50370
+ description: string;
50371
+ items: {
50372
+ type: string;
50373
+ };
50374
+ type: string;
50375
+ };
50376
+ guest_key: {
50377
+ description: string;
50378
+ type: string;
50379
+ };
50380
+ listing_keys: {
50381
+ description: string;
50382
+ items: {
50383
+ type: string;
50384
+ };
50385
+ type: string;
50386
+ };
50387
+ name: {
50388
+ description: string;
50389
+ type: string;
50390
+ };
50391
+ preferred_code: {
50392
+ description: string;
50393
+ type: string;
50394
+ };
50395
+ property_keys: {
50396
+ description: string;
50397
+ items: {
50398
+ type: string;
50399
+ };
50400
+ type: string;
50401
+ };
50402
+ resident_key: {
50403
+ description: string;
50404
+ type: string;
50405
+ };
50406
+ room_keys: {
50407
+ description: string;
50408
+ items: {
50409
+ type: string;
50410
+ };
50411
+ type: string;
50412
+ };
50413
+ space_keys: {
50414
+ description: string;
50415
+ items: {
50416
+ type: string;
50417
+ };
50418
+ type: string;
50419
+ };
50420
+ starts_at: {
50421
+ description: string;
50422
+ format: string;
50423
+ type: string;
50424
+ };
50425
+ tenant_key: {
50426
+ description: string;
50427
+ type: string;
50428
+ };
50429
+ unit_keys: {
50430
+ description: string;
50431
+ items: {
50432
+ type: string;
50433
+ };
50434
+ type: string;
50435
+ };
50436
+ user_identity_key: {
50437
+ description: string;
50438
+ type: string;
50439
+ };
50440
+ user_key: {
50441
+ description: string;
50442
+ type: string;
50443
+ };
50444
+ };
50445
+ required: string[];
50446
+ type: string;
50447
+ };
50448
+ type: string;
50449
+ };
50450
+ buildings: {
50451
+ description: string;
50452
+ items: {
50453
+ properties: {
50454
+ building_key: {
50455
+ description: string;
50456
+ minLength: number;
50457
+ type: string;
50458
+ };
50459
+ name: {
50460
+ description: string;
50461
+ type: string;
50462
+ };
50463
+ };
50464
+ required: string[];
50465
+ type: string;
50466
+ };
50467
+ type: string;
50468
+ };
50469
+ common_areas: {
50470
+ description: string;
50471
+ items: {
50472
+ properties: {
50473
+ common_area_key: {
50474
+ description: string;
50475
+ minLength: number;
50476
+ type: string;
50477
+ };
50478
+ name: {
50479
+ description: string;
50480
+ type: string;
50481
+ };
50482
+ parent_site_key: {
50483
+ description: string;
50484
+ minLength: number;
50485
+ type: string;
50486
+ };
50487
+ };
50488
+ required: string[];
50489
+ type: string;
50490
+ };
50491
+ type: string;
50492
+ };
50493
+ facilities: {
50494
+ description: string;
50495
+ items: {
50496
+ properties: {
50497
+ facility_key: {
50498
+ description: string;
50499
+ minLength: number;
50500
+ type: string;
50501
+ };
50502
+ name: {
50503
+ description: string;
50504
+ type: string;
50505
+ };
50506
+ };
50507
+ required: string[];
50508
+ type: string;
50509
+ };
50510
+ type: string;
50511
+ };
50512
+ guests: {
50513
+ description: string;
50514
+ items: {
50515
+ properties: {
50516
+ email_address: {
50517
+ description: string;
50518
+ type: string;
50519
+ };
50520
+ guest_key: {
50521
+ description: string;
50522
+ minLength: number;
50523
+ type: string;
50524
+ };
50525
+ name: {
50526
+ description: string;
50527
+ type: string;
50528
+ };
50529
+ phone_number: {
50530
+ description: string;
50531
+ type: string;
50532
+ };
50533
+ };
50534
+ required: string[];
50535
+ type: string;
50536
+ };
50537
+ type: string;
50538
+ };
50539
+ listings: {
50540
+ description: string;
50541
+ items: {
50542
+ properties: {
50543
+ listing_key: {
50544
+ description: string;
50545
+ minLength: number;
50546
+ type: string;
50547
+ };
50548
+ name: {
50549
+ description: string;
50550
+ type: string;
50551
+ };
50552
+ };
50553
+ required: string[];
50554
+ type: string;
50555
+ };
50556
+ type: string;
50557
+ };
50558
+ properties: {
50559
+ description: string;
50560
+ items: {
50561
+ properties: {
50562
+ name: {
50563
+ description: string;
50564
+ type: string;
50565
+ };
50566
+ property_key: {
50567
+ description: string;
50568
+ minLength: number;
50569
+ type: string;
50570
+ };
50571
+ };
50572
+ required: string[];
50573
+ type: string;
50574
+ };
50575
+ type: string;
50576
+ };
50577
+ property_listings: {
50578
+ description: string;
50579
+ items: {
50580
+ properties: {
50581
+ custom_metadata: {
50582
+ additionalProperties: {
50583
+ nullable: boolean;
50584
+ oneOf: ({
50585
+ maxLength: number;
50586
+ type: string;
50587
+ } | {
50588
+ type: string;
50589
+ maxLength?: never;
50590
+ })[];
50591
+ };
50592
+ description: string;
50593
+ type: string;
50594
+ };
50595
+ name: {
50596
+ description: string;
50597
+ type: string;
50598
+ };
50599
+ property_listing_key: {
50600
+ description: string;
50601
+ minLength: number;
50602
+ type: string;
50603
+ };
50604
+ };
50605
+ required: string[];
50606
+ type: string;
50607
+ };
50608
+ type: string;
50609
+ };
50610
+ reservations: {
50611
+ description: string;
50612
+ items: {
50613
+ properties: {
50614
+ building_keys: {
50615
+ description: string;
50616
+ items: {
50617
+ type: string;
50618
+ };
50619
+ type: string;
50620
+ };
50621
+ common_area_keys: {
50622
+ description: string;
50623
+ items: {
50624
+ type: string;
50625
+ };
50626
+ type: string;
50627
+ };
50628
+ ends_at: {
50629
+ description: string;
50630
+ format: string;
50631
+ type: string;
50632
+ };
50633
+ facility_keys: {
50634
+ description: string;
50635
+ items: {
50636
+ type: string;
50637
+ };
50638
+ type: string;
50639
+ };
50640
+ guest_key: {
50641
+ description: string;
50642
+ type: string;
50643
+ };
50644
+ listing_keys: {
50645
+ description: string;
50646
+ items: {
50647
+ type: string;
50648
+ };
50649
+ type: string;
50650
+ };
50651
+ name: {
50652
+ description: string;
50653
+ type: string;
50654
+ };
50655
+ preferred_code: {
50656
+ description: string;
50657
+ type: string;
50658
+ };
50659
+ property_keys: {
50660
+ description: string;
50661
+ items: {
50662
+ type: string;
50663
+ };
50664
+ type: string;
50665
+ };
50666
+ reservation_key: {
50667
+ description: string;
50668
+ minLength: number;
50669
+ type: string;
50670
+ };
50671
+ resident_key: {
50672
+ description: string;
50673
+ type: string;
50674
+ };
50675
+ room_keys: {
50676
+ description: string;
50677
+ items: {
50678
+ type: string;
50679
+ };
50680
+ type: string;
50681
+ };
50682
+ space_keys: {
50683
+ description: string;
50684
+ items: {
50685
+ type: string;
50686
+ };
50687
+ type: string;
50688
+ };
50689
+ starts_at: {
50690
+ description: string;
50691
+ format: string;
50692
+ type: string;
50693
+ };
50694
+ tenant_key: {
50695
+ description: string;
50696
+ type: string;
50697
+ };
50698
+ unit_keys: {
50699
+ description: string;
50700
+ items: {
50701
+ type: string;
50702
+ };
50703
+ type: string;
50704
+ };
50705
+ user_identity_key: {
50706
+ description: string;
50707
+ type: string;
50708
+ };
50709
+ user_key: {
50710
+ description: string;
50711
+ type: string;
50712
+ };
50713
+ };
50714
+ required: string[];
50715
+ type: string;
50716
+ };
50717
+ type: string;
50718
+ };
50719
+ residents: {
50720
+ description: string;
50721
+ items: {
50722
+ properties: {
50723
+ email_address: {
50724
+ description: string;
50725
+ type: string;
50726
+ };
50727
+ name: {
50728
+ description: string;
50729
+ type: string;
50730
+ };
50731
+ phone_number: {
50732
+ description: string;
50733
+ type: string;
50734
+ };
50735
+ resident_key: {
50736
+ description: string;
50737
+ minLength: number;
50738
+ type: string;
50739
+ };
50740
+ };
50741
+ required: string[];
50742
+ type: string;
50743
+ };
50744
+ type: string;
50745
+ };
50746
+ rooms: {
50747
+ description: string;
50748
+ items: {
50749
+ properties: {
50750
+ name: {
50751
+ description: string;
50752
+ type: string;
50753
+ };
50754
+ parent_site_key: {
50755
+ description: string;
50756
+ minLength: number;
50757
+ type: string;
50758
+ };
50759
+ room_key: {
50760
+ description: string;
50761
+ minLength: number;
50762
+ type: string;
50763
+ };
50764
+ };
50765
+ required: string[];
50766
+ type: string;
50767
+ };
50768
+ type: string;
50769
+ };
50770
+ sites: {
50771
+ description: string;
50772
+ items: {
50773
+ properties: {
50774
+ name: {
50775
+ description: string;
50776
+ type: string;
50777
+ };
50778
+ site_key: {
50779
+ description: string;
50780
+ minLength: number;
50781
+ type: string;
50782
+ };
50783
+ };
50784
+ required: string[];
50785
+ type: string;
50786
+ };
50787
+ type: string;
50788
+ };
50789
+ spaces: {
50790
+ description: string;
50791
+ items: {
50792
+ properties: {
50793
+ name: {
50794
+ description: string;
50795
+ type: string;
50796
+ };
50797
+ space_key: {
50798
+ description: string;
50799
+ minLength: number;
50800
+ type: string;
50801
+ };
50802
+ };
50803
+ required: string[];
50804
+ type: string;
50805
+ };
50806
+ type: string;
50807
+ };
50808
+ staff_members: {
50809
+ description: string;
50810
+ items: {
50811
+ description: string;
50812
+ properties: {
50813
+ building_keys: {
50814
+ description: string;
50815
+ items: {
50816
+ type: string;
50817
+ };
50818
+ type: string;
50819
+ };
50820
+ common_area_keys: {
50821
+ description: string;
50822
+ items: {
50823
+ type: string;
50824
+ };
50825
+ type: string;
50826
+ };
50827
+ email_address: {
50828
+ description: string;
50829
+ type: string;
50830
+ };
50831
+ facility_keys: {
50832
+ description: string;
50833
+ items: {
50834
+ type: string;
50835
+ };
50836
+ type: string;
50837
+ };
50838
+ listing_keys: {
50839
+ description: string;
50840
+ items: {
50841
+ type: string;
50842
+ };
50843
+ type: string;
50844
+ };
50845
+ name: {
50846
+ description: string;
50847
+ type: string;
50848
+ };
50849
+ phone_number: {
50850
+ description: string;
50851
+ type: string;
50852
+ };
50853
+ property_keys: {
50854
+ description: string;
50855
+ items: {
50856
+ type: string;
50857
+ };
50858
+ type: string;
50859
+ };
50860
+ property_listing_keys: {
50861
+ description: string;
50862
+ items: {
50863
+ type: string;
50864
+ };
50865
+ type: string;
50866
+ };
50867
+ room_keys: {
50868
+ description: string;
50869
+ items: {
50870
+ type: string;
50871
+ };
50872
+ type: string;
50873
+ };
50874
+ site_keys: {
50875
+ description: string;
50876
+ items: {
50877
+ type: string;
50878
+ };
50879
+ type: string;
50880
+ };
50881
+ space_keys: {
50882
+ description: string;
50883
+ items: {
50884
+ type: string;
50885
+ };
50886
+ type: string;
50887
+ };
50888
+ staff_member_key: {
50889
+ description: string;
50890
+ type: string;
50891
+ };
50892
+ unit_keys: {
50893
+ description: string;
50894
+ items: {
50895
+ type: string;
50896
+ };
50897
+ type: string;
50898
+ };
50899
+ };
50900
+ required: string[];
50901
+ type: string;
50902
+ 'x-route-path': string;
50903
+ };
50904
+ type: string;
50905
+ };
50906
+ tenants: {
50907
+ description: string;
50908
+ items: {
50909
+ properties: {
50910
+ email_address: {
50911
+ description: string;
50912
+ type: string;
50913
+ };
50914
+ name: {
50915
+ description: string;
50916
+ type: string;
50917
+ };
50918
+ phone_number: {
50919
+ description: string;
50920
+ type: string;
50921
+ };
50922
+ tenant_key: {
50923
+ description: string;
50924
+ minLength: number;
50925
+ type: string;
50926
+ };
50927
+ };
50928
+ required: string[];
50929
+ type: string;
50930
+ };
50931
+ type: string;
50932
+ };
50933
+ units: {
50934
+ description: string;
50935
+ items: {
50936
+ properties: {
50937
+ name: {
50938
+ description: string;
50939
+ type: string;
50940
+ };
50941
+ parent_site_key: {
50942
+ description: string;
50943
+ minLength: number;
50944
+ type: string;
50945
+ };
50946
+ unit_key: {
50947
+ description: string;
50948
+ minLength: number;
50949
+ type: string;
50950
+ };
50951
+ };
50952
+ required: string[];
50953
+ type: string;
50954
+ };
50955
+ type: string;
50956
+ };
50957
+ user_identities: {
50958
+ description: string;
50959
+ items: {
50960
+ properties: {
50961
+ email_address: {
50962
+ description: string;
50963
+ type: string;
50964
+ };
50965
+ name: {
50966
+ description: string;
50967
+ type: string;
50968
+ };
50969
+ phone_number: {
50970
+ description: string;
50971
+ type: string;
50972
+ };
50973
+ user_identity_key: {
50974
+ description: string;
50975
+ minLength: number;
50976
+ type: string;
50977
+ };
50978
+ };
50979
+ required: string[];
50980
+ type: string;
50981
+ };
50982
+ type: string;
50983
+ };
50984
+ users: {
50985
+ description: string;
50986
+ items: {
50987
+ properties: {
50988
+ email_address: {
50989
+ description: string;
50990
+ type: string;
50991
+ };
50992
+ name: {
50993
+ description: string;
50994
+ type: string;
50995
+ };
50996
+ phone_number: {
50997
+ description: string;
50998
+ type: string;
50999
+ };
51000
+ user_key: {
51001
+ description: string;
51002
+ minLength: number;
51003
+ type: string;
51004
+ };
51005
+ };
51006
+ required: string[];
51007
+ type: string;
51008
+ };
51009
+ type: string;
51010
+ };
51011
+ };
51012
+ type: string;
51013
+ };
51014
+ };
51015
+ };
51016
+ };
51017
+ responses: {
51018
+ 200: {
51019
+ content: {
51020
+ 'application/json': {
51021
+ schema: {
51022
+ properties: {
51023
+ ok: {
51024
+ type: string;
51025
+ };
51026
+ };
51027
+ required: string[];
51028
+ type: string;
51029
+ };
51030
+ };
51031
+ };
51032
+ description: string;
51033
+ };
51034
+ 400: {
51035
+ description: string;
51036
+ };
51037
+ 401: {
51038
+ description: string;
51039
+ };
51040
+ };
51041
+ security: {
51042
+ client_session_with_customer: never[];
51043
+ }[];
51044
+ summary: string;
51045
+ tags: never[];
51046
+ 'x-fern-sdk-group-name': string[];
51047
+ 'x-fern-sdk-method-name': string;
51048
+ 'x-response-key': null;
51049
+ 'x-title': string;
51050
+ };
51051
+ };
50193
51052
  '/spaces/add_acs_entrances': {
50194
51053
  post: {
50195
51054
  description: string;