@seamapi/types 1.772.0 → 1.774.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.
@@ -5933,15 +5933,20 @@ declare const _default: {
5933
5933
  };
5934
5934
  location: {
5935
5935
  description: string;
5936
- nullable: boolean;
5937
5936
  properties: {
5938
5937
  location_name: {
5939
5938
  description: string;
5940
5939
  type: string;
5941
5940
  };
5941
+ time_zone: {
5942
+ description: string;
5943
+ type: string;
5944
+ };
5942
5945
  timezone: {
5946
+ deprecated: boolean;
5943
5947
  description: string;
5944
5948
  type: string;
5949
+ 'x-deprecated': string;
5945
5950
  };
5946
5951
  };
5947
5952
  type: string;
@@ -18452,15 +18457,20 @@ declare const _default: {
18452
18457
  };
18453
18458
  location: {
18454
18459
  description: string;
18455
- nullable: boolean;
18456
18460
  properties: {
18457
18461
  location_name: {
18458
18462
  description: string;
18459
18463
  type: string;
18460
18464
  };
18465
+ time_zone: {
18466
+ description: string;
18467
+ type: string;
18468
+ };
18461
18469
  timezone: {
18470
+ deprecated: boolean;
18462
18471
  description: string;
18463
18472
  type: string;
18473
+ 'x-deprecated': string;
18464
18474
  };
18465
18475
  };
18466
18476
  type: string;
@@ -52546,6 +52556,522 @@ declare const _default: {
52546
52556
  'x-undocumented': string;
52547
52557
  };
52548
52558
  };
52559
+ '/seam/customer/v1/connectors/ical/generate-config': {
52560
+ post: {
52561
+ description: string;
52562
+ operationId: string;
52563
+ requestBody: {
52564
+ content: {
52565
+ 'application/json': {
52566
+ schema: {
52567
+ properties: {
52568
+ ical_url: {
52569
+ description: string;
52570
+ format: string;
52571
+ type: string;
52572
+ };
52573
+ };
52574
+ required: string[];
52575
+ type: string;
52576
+ };
52577
+ };
52578
+ };
52579
+ };
52580
+ responses: {
52581
+ 200: {
52582
+ content: {
52583
+ 'application/json': {
52584
+ schema: {
52585
+ properties: {
52586
+ generated_config: {
52587
+ properties: {
52588
+ ical_config: {
52589
+ properties: {
52590
+ default_check_in_time: {
52591
+ description: string;
52592
+ pattern: string;
52593
+ type: string;
52594
+ };
52595
+ default_check_out_time: {
52596
+ description: string;
52597
+ pattern: string;
52598
+ type: string;
52599
+ };
52600
+ fields: {
52601
+ properties: {
52602
+ ends_at: {
52603
+ description: string;
52604
+ properties: {
52605
+ pattern: {
52606
+ description: string;
52607
+ type: string;
52608
+ };
52609
+ source: {
52610
+ description: string;
52611
+ type: string;
52612
+ };
52613
+ type: {
52614
+ description: string;
52615
+ enum: string[];
52616
+ type: string;
52617
+ };
52618
+ };
52619
+ required: string[];
52620
+ type: string;
52621
+ };
52622
+ guest_email: {
52623
+ description: string;
52624
+ properties: {
52625
+ pattern: {
52626
+ description: string;
52627
+ type: string;
52628
+ };
52629
+ source: {
52630
+ description: string;
52631
+ type: string;
52632
+ };
52633
+ type: {
52634
+ description: string;
52635
+ enum: string[];
52636
+ type: string;
52637
+ };
52638
+ };
52639
+ required: string[];
52640
+ type: string;
52641
+ };
52642
+ guest_name: {
52643
+ description: string;
52644
+ properties: {
52645
+ pattern: {
52646
+ description: string;
52647
+ type: string;
52648
+ };
52649
+ source: {
52650
+ description: string;
52651
+ type: string;
52652
+ };
52653
+ type: {
52654
+ description: string;
52655
+ enum: string[];
52656
+ type: string;
52657
+ };
52658
+ };
52659
+ required: string[];
52660
+ type: string;
52661
+ };
52662
+ guest_phone: {
52663
+ description: string;
52664
+ properties: {
52665
+ pattern: {
52666
+ description: string;
52667
+ type: string;
52668
+ };
52669
+ source: {
52670
+ description: string;
52671
+ type: string;
52672
+ };
52673
+ type: {
52674
+ description: string;
52675
+ enum: string[];
52676
+ type: string;
52677
+ };
52678
+ };
52679
+ required: string[];
52680
+ type: string;
52681
+ };
52682
+ reservation_key: {
52683
+ description: string;
52684
+ properties: {
52685
+ pattern: {
52686
+ description: string;
52687
+ type: string;
52688
+ };
52689
+ source: {
52690
+ description: string;
52691
+ type: string;
52692
+ };
52693
+ type: {
52694
+ description: string;
52695
+ enum: string[];
52696
+ type: string;
52697
+ };
52698
+ };
52699
+ required: string[];
52700
+ type: string;
52701
+ };
52702
+ starts_at: {
52703
+ description: string;
52704
+ properties: {
52705
+ pattern: {
52706
+ description: string;
52707
+ type: string;
52708
+ };
52709
+ source: {
52710
+ description: string;
52711
+ type: string;
52712
+ };
52713
+ type: {
52714
+ description: string;
52715
+ enum: string[];
52716
+ type: string;
52717
+ };
52718
+ };
52719
+ required: string[];
52720
+ type: string;
52721
+ };
52722
+ };
52723
+ required: string[];
52724
+ type: string;
52725
+ };
52726
+ filter: {
52727
+ description: string;
52728
+ properties: {
52729
+ pattern: {
52730
+ description: string;
52731
+ type: string;
52732
+ };
52733
+ source: {
52734
+ description: string;
52735
+ type: string;
52736
+ };
52737
+ };
52738
+ required: string[];
52739
+ type: string;
52740
+ };
52741
+ time_zone: {
52742
+ description: string;
52743
+ type: string;
52744
+ };
52745
+ };
52746
+ required: string[];
52747
+ type: string;
52748
+ };
52749
+ };
52750
+ required: string[];
52751
+ type: string;
52752
+ };
52753
+ ok: {
52754
+ type: string;
52755
+ };
52756
+ };
52757
+ required: string[];
52758
+ type: string;
52759
+ };
52760
+ };
52761
+ };
52762
+ description: string;
52763
+ };
52764
+ 400: {
52765
+ description: string;
52766
+ };
52767
+ 401: {
52768
+ description: string;
52769
+ };
52770
+ };
52771
+ security: ({
52772
+ api_key: never[];
52773
+ console_session_with_workspace?: never;
52774
+ } | {
52775
+ console_session_with_workspace: never[];
52776
+ api_key?: never;
52777
+ })[];
52778
+ summary: string;
52779
+ tags: never[];
52780
+ 'x-fern-sdk-group-name': string[];
52781
+ 'x-fern-sdk-method-name': string;
52782
+ 'x-fern-sdk-return-value': string;
52783
+ 'x-response-key': string;
52784
+ 'x-title': string;
52785
+ 'x-undocumented': string;
52786
+ };
52787
+ };
52788
+ '/seam/customer/v1/connectors/ical/validate-config': {
52789
+ post: {
52790
+ description: string;
52791
+ operationId: string;
52792
+ requestBody: {
52793
+ content: {
52794
+ 'application/json': {
52795
+ schema: {
52796
+ properties: {
52797
+ ical_config: {
52798
+ description: string;
52799
+ properties: {
52800
+ default_check_in_time: {
52801
+ description: string;
52802
+ pattern: string;
52803
+ type: string;
52804
+ };
52805
+ default_check_out_time: {
52806
+ description: string;
52807
+ pattern: string;
52808
+ type: string;
52809
+ };
52810
+ fields: {
52811
+ properties: {
52812
+ ends_at: {
52813
+ description: string;
52814
+ properties: {
52815
+ pattern: {
52816
+ description: string;
52817
+ type: string;
52818
+ };
52819
+ source: {
52820
+ description: string;
52821
+ type: string;
52822
+ };
52823
+ type: {
52824
+ description: string;
52825
+ enum: string[];
52826
+ type: string;
52827
+ };
52828
+ };
52829
+ required: string[];
52830
+ type: string;
52831
+ };
52832
+ guest_email: {
52833
+ description: string;
52834
+ properties: {
52835
+ pattern: {
52836
+ description: string;
52837
+ type: string;
52838
+ };
52839
+ source: {
52840
+ description: string;
52841
+ type: string;
52842
+ };
52843
+ type: {
52844
+ description: string;
52845
+ enum: string[];
52846
+ type: string;
52847
+ };
52848
+ };
52849
+ required: string[];
52850
+ type: string;
52851
+ };
52852
+ guest_name: {
52853
+ description: string;
52854
+ properties: {
52855
+ pattern: {
52856
+ description: string;
52857
+ type: string;
52858
+ };
52859
+ source: {
52860
+ description: string;
52861
+ type: string;
52862
+ };
52863
+ type: {
52864
+ description: string;
52865
+ enum: string[];
52866
+ type: string;
52867
+ };
52868
+ };
52869
+ required: string[];
52870
+ type: string;
52871
+ };
52872
+ guest_phone: {
52873
+ description: string;
52874
+ properties: {
52875
+ pattern: {
52876
+ description: string;
52877
+ type: string;
52878
+ };
52879
+ source: {
52880
+ description: string;
52881
+ type: string;
52882
+ };
52883
+ type: {
52884
+ description: string;
52885
+ enum: string[];
52886
+ type: string;
52887
+ };
52888
+ };
52889
+ required: string[];
52890
+ type: string;
52891
+ };
52892
+ reservation_key: {
52893
+ description: string;
52894
+ properties: {
52895
+ pattern: {
52896
+ description: string;
52897
+ type: string;
52898
+ };
52899
+ source: {
52900
+ description: string;
52901
+ type: string;
52902
+ };
52903
+ type: {
52904
+ description: string;
52905
+ enum: string[];
52906
+ type: string;
52907
+ };
52908
+ };
52909
+ required: string[];
52910
+ type: string;
52911
+ };
52912
+ starts_at: {
52913
+ description: string;
52914
+ properties: {
52915
+ pattern: {
52916
+ description: string;
52917
+ type: string;
52918
+ };
52919
+ source: {
52920
+ description: string;
52921
+ type: string;
52922
+ };
52923
+ type: {
52924
+ description: string;
52925
+ enum: string[];
52926
+ type: string;
52927
+ };
52928
+ };
52929
+ required: string[];
52930
+ type: string;
52931
+ };
52932
+ };
52933
+ required: string[];
52934
+ type: string;
52935
+ };
52936
+ filter: {
52937
+ description: string;
52938
+ properties: {
52939
+ pattern: {
52940
+ description: string;
52941
+ type: string;
52942
+ };
52943
+ source: {
52944
+ description: string;
52945
+ type: string;
52946
+ };
52947
+ };
52948
+ required: string[];
52949
+ type: string;
52950
+ };
52951
+ time_zone: {
52952
+ description: string;
52953
+ type: string;
52954
+ };
52955
+ };
52956
+ required: string[];
52957
+ type: string;
52958
+ };
52959
+ ical_url: {
52960
+ description: string;
52961
+ format: string;
52962
+ type: string;
52963
+ };
52964
+ };
52965
+ required: string[];
52966
+ type: string;
52967
+ };
52968
+ };
52969
+ };
52970
+ };
52971
+ responses: {
52972
+ 200: {
52973
+ content: {
52974
+ 'application/json': {
52975
+ schema: {
52976
+ properties: {
52977
+ ok: {
52978
+ type: string;
52979
+ };
52980
+ validation_result: {
52981
+ properties: {
52982
+ errors: {
52983
+ items: {
52984
+ type: string;
52985
+ };
52986
+ type: string;
52987
+ };
52988
+ filtered_events: {
52989
+ format: string;
52990
+ type: string;
52991
+ };
52992
+ is_valid: {
52993
+ type: string;
52994
+ };
52995
+ matched_events: {
52996
+ format: string;
52997
+ type: string;
52998
+ };
52999
+ reservations: {
53000
+ items: {
53001
+ properties: {
53002
+ ends_at: {
53003
+ nullable: boolean;
53004
+ type: string;
53005
+ };
53006
+ guest_email: {
53007
+ nullable: boolean;
53008
+ type: string;
53009
+ };
53010
+ guest_name: {
53011
+ nullable: boolean;
53012
+ type: string;
53013
+ };
53014
+ guest_phone: {
53015
+ nullable: boolean;
53016
+ type: string;
53017
+ };
53018
+ reservation_key: {
53019
+ nullable: boolean;
53020
+ type: string;
53021
+ };
53022
+ starts_at: {
53023
+ nullable: boolean;
53024
+ type: string;
53025
+ };
53026
+ uid: {
53027
+ type: string;
53028
+ };
53029
+ };
53030
+ required: string[];
53031
+ type: string;
53032
+ };
53033
+ type: string;
53034
+ };
53035
+ total_events: {
53036
+ format: string;
53037
+ type: string;
53038
+ };
53039
+ };
53040
+ required: string[];
53041
+ type: string;
53042
+ };
53043
+ };
53044
+ required: string[];
53045
+ type: string;
53046
+ };
53047
+ };
53048
+ };
53049
+ description: string;
53050
+ };
53051
+ 400: {
53052
+ description: string;
53053
+ };
53054
+ 401: {
53055
+ description: string;
53056
+ };
53057
+ };
53058
+ security: ({
53059
+ api_key: never[];
53060
+ console_session_with_workspace?: never;
53061
+ } | {
53062
+ console_session_with_workspace: never[];
53063
+ api_key?: never;
53064
+ })[];
53065
+ summary: string;
53066
+ tags: never[];
53067
+ 'x-fern-sdk-group-name': string[];
53068
+ 'x-fern-sdk-method-name': string;
53069
+ 'x-fern-sdk-return-value': string;
53070
+ 'x-response-key': string;
53071
+ 'x-title': string;
53072
+ 'x-undocumented': string;
53073
+ };
53074
+ };
52549
53075
  '/seam/customer/v1/connectors/list': {
52550
53076
  get: {
52551
53077
  description: string;