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