@seamapi/types 1.645.0 → 1.646.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 +133 -327
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1836 -6987
- package/dist/index.cjs +133 -327
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +592 -50119
- package/lib/seam/connect/models/batch.js +1 -69
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +12 -12
- package/lib/seam/connect/openapi.d.ts +22 -276
- package/lib/seam/connect/openapi.js +132 -262
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +840 -6244
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +0 -2
- package/src/lib/seam/connect/models/batch.ts +1 -88
- package/src/lib/seam/connect/openapi.ts +132 -262
- package/src/lib/seam/connect/route-types.ts +1142 -7521
|
@@ -18550,6 +18550,7 @@ declare const _default: {
|
|
|
18550
18550
|
schema: {
|
|
18551
18551
|
properties: {
|
|
18552
18552
|
batch: {
|
|
18553
|
+
description: string;
|
|
18553
18554
|
properties: {
|
|
18554
18555
|
acs_access_groups: {
|
|
18555
18556
|
items: {
|
|
@@ -18569,10 +18570,6 @@ declare const _default: {
|
|
|
18569
18570
|
};
|
|
18570
18571
|
type: string;
|
|
18571
18572
|
};
|
|
18572
|
-
batch_type: {
|
|
18573
|
-
enum: string[];
|
|
18574
|
-
type: string;
|
|
18575
|
-
};
|
|
18576
18573
|
connected_accounts: {
|
|
18577
18574
|
items: {
|
|
18578
18575
|
$ref: string;
|
|
@@ -18598,7 +18595,6 @@ declare const _default: {
|
|
|
18598
18595
|
type: string;
|
|
18599
18596
|
};
|
|
18600
18597
|
};
|
|
18601
|
-
required: string[];
|
|
18602
18598
|
type: string;
|
|
18603
18599
|
};
|
|
18604
18600
|
ok: {
|
|
@@ -18634,7 +18630,7 @@ declare const _default: {
|
|
|
18634
18630
|
})[];
|
|
18635
18631
|
summary: string;
|
|
18636
18632
|
tags: never[];
|
|
18637
|
-
'x-batch-
|
|
18633
|
+
'x-batch-keys': string[];
|
|
18638
18634
|
'x-draft': string;
|
|
18639
18635
|
'x-fern-sdk-group-name': string[];
|
|
18640
18636
|
'x-fern-sdk-method-name': string;
|
|
@@ -18686,6 +18682,7 @@ declare const _default: {
|
|
|
18686
18682
|
schema: {
|
|
18687
18683
|
properties: {
|
|
18688
18684
|
batch: {
|
|
18685
|
+
description: string;
|
|
18689
18686
|
properties: {
|
|
18690
18687
|
acs_access_groups: {
|
|
18691
18688
|
items: {
|
|
@@ -18705,10 +18702,6 @@ declare const _default: {
|
|
|
18705
18702
|
};
|
|
18706
18703
|
type: string;
|
|
18707
18704
|
};
|
|
18708
|
-
batch_type: {
|
|
18709
|
-
enum: string[];
|
|
18710
|
-
type: string;
|
|
18711
|
-
};
|
|
18712
18705
|
connected_accounts: {
|
|
18713
18706
|
items: {
|
|
18714
18707
|
$ref: string;
|
|
@@ -18734,7 +18727,6 @@ declare const _default: {
|
|
|
18734
18727
|
type: string;
|
|
18735
18728
|
};
|
|
18736
18729
|
};
|
|
18737
|
-
required: string[];
|
|
18738
18730
|
type: string;
|
|
18739
18731
|
};
|
|
18740
18732
|
ok: {
|
|
@@ -18770,7 +18762,7 @@ declare const _default: {
|
|
|
18770
18762
|
})[];
|
|
18771
18763
|
summary: string;
|
|
18772
18764
|
tags: never[];
|
|
18773
|
-
'x-batch-
|
|
18765
|
+
'x-batch-keys': string[];
|
|
18774
18766
|
'x-draft': string;
|
|
18775
18767
|
'x-fern-sdk-group-name': string[];
|
|
18776
18768
|
'x-fern-sdk-method-name': string;
|
|
@@ -20713,12 +20705,6 @@ declare const _default: {
|
|
|
20713
20705
|
batch: {
|
|
20714
20706
|
description: string;
|
|
20715
20707
|
properties: {
|
|
20716
|
-
access_codes: {
|
|
20717
|
-
items: {
|
|
20718
|
-
$ref: string;
|
|
20719
|
-
};
|
|
20720
|
-
type: string;
|
|
20721
|
-
};
|
|
20722
20708
|
access_grants: {
|
|
20723
20709
|
items: {
|
|
20724
20710
|
$ref: string;
|
|
@@ -20731,156 +20717,43 @@ declare const _default: {
|
|
|
20731
20717
|
};
|
|
20732
20718
|
type: string;
|
|
20733
20719
|
};
|
|
20734
|
-
acs_access_groups: {
|
|
20735
|
-
items: {
|
|
20736
|
-
$ref: string;
|
|
20737
|
-
};
|
|
20738
|
-
type: string;
|
|
20739
|
-
};
|
|
20740
20720
|
acs_credentials: {
|
|
20741
20721
|
items: {
|
|
20742
20722
|
$ref: string;
|
|
20743
20723
|
};
|
|
20744
20724
|
type: string;
|
|
20745
20725
|
};
|
|
20746
|
-
acs_encoders: {
|
|
20747
|
-
items: {
|
|
20748
|
-
$ref: string;
|
|
20749
|
-
};
|
|
20750
|
-
type: string;
|
|
20751
|
-
};
|
|
20752
20726
|
acs_entrances: {
|
|
20753
20727
|
items: {
|
|
20754
20728
|
$ref: string;
|
|
20755
20729
|
};
|
|
20756
20730
|
type: string;
|
|
20757
20731
|
};
|
|
20758
|
-
acs_systems: {
|
|
20759
|
-
items: {
|
|
20760
|
-
$ref: string;
|
|
20761
|
-
};
|
|
20762
|
-
type: string;
|
|
20763
|
-
};
|
|
20764
|
-
acs_users: {
|
|
20765
|
-
items: {
|
|
20766
|
-
$ref: string;
|
|
20767
|
-
};
|
|
20768
|
-
type: string;
|
|
20769
|
-
};
|
|
20770
|
-
action_attempts: {
|
|
20771
|
-
items: {
|
|
20772
|
-
$ref: string;
|
|
20773
|
-
};
|
|
20774
|
-
type: string;
|
|
20775
|
-
};
|
|
20776
|
-
batch_type: {
|
|
20777
|
-
enum: string[];
|
|
20778
|
-
type: string;
|
|
20779
|
-
};
|
|
20780
20732
|
client_sessions: {
|
|
20781
20733
|
items: {
|
|
20782
20734
|
$ref: string;
|
|
20783
20735
|
};
|
|
20784
20736
|
type: string;
|
|
20785
20737
|
};
|
|
20786
|
-
connect_webviews: {
|
|
20787
|
-
items: {
|
|
20788
|
-
$ref: string;
|
|
20789
|
-
};
|
|
20790
|
-
type: string;
|
|
20791
|
-
};
|
|
20792
|
-
customization_profiles: {
|
|
20793
|
-
items: {
|
|
20794
|
-
$ref: string;
|
|
20795
|
-
};
|
|
20796
|
-
type: string;
|
|
20797
|
-
};
|
|
20798
20738
|
devices: {
|
|
20799
20739
|
items: {
|
|
20800
20740
|
$ref: string;
|
|
20801
20741
|
};
|
|
20802
20742
|
type: string;
|
|
20803
20743
|
};
|
|
20804
|
-
events: {
|
|
20805
|
-
items: {
|
|
20806
|
-
$ref: string;
|
|
20807
|
-
};
|
|
20808
|
-
type: string;
|
|
20809
|
-
};
|
|
20810
20744
|
instant_keys: {
|
|
20811
20745
|
items: {
|
|
20812
20746
|
$ref: string;
|
|
20813
20747
|
};
|
|
20814
20748
|
type: string;
|
|
20815
20749
|
};
|
|
20816
|
-
noise_thresholds: {
|
|
20817
|
-
items: {
|
|
20818
|
-
$ref: string;
|
|
20819
|
-
};
|
|
20820
|
-
type: string;
|
|
20821
|
-
};
|
|
20822
20750
|
spaces: {
|
|
20823
20751
|
items: {
|
|
20824
20752
|
$ref: string;
|
|
20825
20753
|
};
|
|
20826
20754
|
type: string;
|
|
20827
20755
|
};
|
|
20828
|
-
thermostat_daily_programs: {
|
|
20829
|
-
items: {
|
|
20830
|
-
$ref: string;
|
|
20831
|
-
};
|
|
20832
|
-
type: string;
|
|
20833
|
-
};
|
|
20834
|
-
thermostat_schedules: {
|
|
20835
|
-
items: {
|
|
20836
|
-
$ref: string;
|
|
20837
|
-
};
|
|
20838
|
-
type: string;
|
|
20839
|
-
};
|
|
20840
|
-
unmanaged_access_codes: {
|
|
20841
|
-
items: {
|
|
20842
|
-
$ref: string;
|
|
20843
|
-
};
|
|
20844
|
-
type: string;
|
|
20845
|
-
};
|
|
20846
|
-
unmanaged_acs_access_groups: {
|
|
20847
|
-
items: {
|
|
20848
|
-
$ref: string;
|
|
20849
|
-
};
|
|
20850
|
-
type: string;
|
|
20851
|
-
};
|
|
20852
|
-
unmanaged_acs_credentials: {
|
|
20853
|
-
items: {
|
|
20854
|
-
$ref: string;
|
|
20855
|
-
};
|
|
20856
|
-
type: string;
|
|
20857
|
-
};
|
|
20858
|
-
unmanaged_acs_users: {
|
|
20859
|
-
items: {
|
|
20860
|
-
$ref: string;
|
|
20861
|
-
};
|
|
20862
|
-
type: string;
|
|
20863
|
-
};
|
|
20864
|
-
unmanaged_devices: {
|
|
20865
|
-
items: {
|
|
20866
|
-
$ref: string;
|
|
20867
|
-
};
|
|
20868
|
-
type: string;
|
|
20869
|
-
};
|
|
20870
|
-
user_identities: {
|
|
20871
|
-
items: {
|
|
20872
|
-
$ref: string;
|
|
20873
|
-
};
|
|
20874
|
-
type: string;
|
|
20875
|
-
};
|
|
20876
|
-
workspaces: {
|
|
20877
|
-
items: {
|
|
20878
|
-
$ref: string;
|
|
20879
|
-
};
|
|
20880
|
-
type: string;
|
|
20881
|
-
};
|
|
20882
20756
|
};
|
|
20883
|
-
required: string[];
|
|
20884
20757
|
type: string;
|
|
20885
20758
|
};
|
|
20886
20759
|
ok: {
|
|
@@ -20924,7 +20797,7 @@ declare const _default: {
|
|
|
20924
20797
|
})[];
|
|
20925
20798
|
summary: string;
|
|
20926
20799
|
tags: never[];
|
|
20927
|
-
'x-batch-
|
|
20800
|
+
'x-batch-keys': string[];
|
|
20928
20801
|
'x-draft': string;
|
|
20929
20802
|
'x-fern-sdk-group-name': string[];
|
|
20930
20803
|
'x-fern-sdk-method-name': string;
|
|
@@ -20978,12 +20851,6 @@ declare const _default: {
|
|
|
20978
20851
|
batch: {
|
|
20979
20852
|
description: string;
|
|
20980
20853
|
properties: {
|
|
20981
|
-
access_codes: {
|
|
20982
|
-
items: {
|
|
20983
|
-
$ref: string;
|
|
20984
|
-
};
|
|
20985
|
-
type: string;
|
|
20986
|
-
};
|
|
20987
20854
|
access_grants: {
|
|
20988
20855
|
items: {
|
|
20989
20856
|
$ref: string;
|
|
@@ -20996,156 +20863,43 @@ declare const _default: {
|
|
|
20996
20863
|
};
|
|
20997
20864
|
type: string;
|
|
20998
20865
|
};
|
|
20999
|
-
acs_access_groups: {
|
|
21000
|
-
items: {
|
|
21001
|
-
$ref: string;
|
|
21002
|
-
};
|
|
21003
|
-
type: string;
|
|
21004
|
-
};
|
|
21005
20866
|
acs_credentials: {
|
|
21006
20867
|
items: {
|
|
21007
20868
|
$ref: string;
|
|
21008
20869
|
};
|
|
21009
20870
|
type: string;
|
|
21010
20871
|
};
|
|
21011
|
-
acs_encoders: {
|
|
21012
|
-
items: {
|
|
21013
|
-
$ref: string;
|
|
21014
|
-
};
|
|
21015
|
-
type: string;
|
|
21016
|
-
};
|
|
21017
20872
|
acs_entrances: {
|
|
21018
20873
|
items: {
|
|
21019
20874
|
$ref: string;
|
|
21020
20875
|
};
|
|
21021
20876
|
type: string;
|
|
21022
20877
|
};
|
|
21023
|
-
acs_systems: {
|
|
21024
|
-
items: {
|
|
21025
|
-
$ref: string;
|
|
21026
|
-
};
|
|
21027
|
-
type: string;
|
|
21028
|
-
};
|
|
21029
|
-
acs_users: {
|
|
21030
|
-
items: {
|
|
21031
|
-
$ref: string;
|
|
21032
|
-
};
|
|
21033
|
-
type: string;
|
|
21034
|
-
};
|
|
21035
|
-
action_attempts: {
|
|
21036
|
-
items: {
|
|
21037
|
-
$ref: string;
|
|
21038
|
-
};
|
|
21039
|
-
type: string;
|
|
21040
|
-
};
|
|
21041
|
-
batch_type: {
|
|
21042
|
-
enum: string[];
|
|
21043
|
-
type: string;
|
|
21044
|
-
};
|
|
21045
20878
|
client_sessions: {
|
|
21046
20879
|
items: {
|
|
21047
20880
|
$ref: string;
|
|
21048
20881
|
};
|
|
21049
20882
|
type: string;
|
|
21050
20883
|
};
|
|
21051
|
-
connect_webviews: {
|
|
21052
|
-
items: {
|
|
21053
|
-
$ref: string;
|
|
21054
|
-
};
|
|
21055
|
-
type: string;
|
|
21056
|
-
};
|
|
21057
|
-
customization_profiles: {
|
|
21058
|
-
items: {
|
|
21059
|
-
$ref: string;
|
|
21060
|
-
};
|
|
21061
|
-
type: string;
|
|
21062
|
-
};
|
|
21063
20884
|
devices: {
|
|
21064
20885
|
items: {
|
|
21065
20886
|
$ref: string;
|
|
21066
20887
|
};
|
|
21067
20888
|
type: string;
|
|
21068
20889
|
};
|
|
21069
|
-
events: {
|
|
21070
|
-
items: {
|
|
21071
|
-
$ref: string;
|
|
21072
|
-
};
|
|
21073
|
-
type: string;
|
|
21074
|
-
};
|
|
21075
20890
|
instant_keys: {
|
|
21076
20891
|
items: {
|
|
21077
20892
|
$ref: string;
|
|
21078
20893
|
};
|
|
21079
20894
|
type: string;
|
|
21080
20895
|
};
|
|
21081
|
-
noise_thresholds: {
|
|
21082
|
-
items: {
|
|
21083
|
-
$ref: string;
|
|
21084
|
-
};
|
|
21085
|
-
type: string;
|
|
21086
|
-
};
|
|
21087
20896
|
spaces: {
|
|
21088
20897
|
items: {
|
|
21089
20898
|
$ref: string;
|
|
21090
20899
|
};
|
|
21091
20900
|
type: string;
|
|
21092
20901
|
};
|
|
21093
|
-
thermostat_daily_programs: {
|
|
21094
|
-
items: {
|
|
21095
|
-
$ref: string;
|
|
21096
|
-
};
|
|
21097
|
-
type: string;
|
|
21098
|
-
};
|
|
21099
|
-
thermostat_schedules: {
|
|
21100
|
-
items: {
|
|
21101
|
-
$ref: string;
|
|
21102
|
-
};
|
|
21103
|
-
type: string;
|
|
21104
|
-
};
|
|
21105
|
-
unmanaged_access_codes: {
|
|
21106
|
-
items: {
|
|
21107
|
-
$ref: string;
|
|
21108
|
-
};
|
|
21109
|
-
type: string;
|
|
21110
|
-
};
|
|
21111
|
-
unmanaged_acs_access_groups: {
|
|
21112
|
-
items: {
|
|
21113
|
-
$ref: string;
|
|
21114
|
-
};
|
|
21115
|
-
type: string;
|
|
21116
|
-
};
|
|
21117
|
-
unmanaged_acs_credentials: {
|
|
21118
|
-
items: {
|
|
21119
|
-
$ref: string;
|
|
21120
|
-
};
|
|
21121
|
-
type: string;
|
|
21122
|
-
};
|
|
21123
|
-
unmanaged_acs_users: {
|
|
21124
|
-
items: {
|
|
21125
|
-
$ref: string;
|
|
21126
|
-
};
|
|
21127
|
-
type: string;
|
|
21128
|
-
};
|
|
21129
|
-
unmanaged_devices: {
|
|
21130
|
-
items: {
|
|
21131
|
-
$ref: string;
|
|
21132
|
-
};
|
|
21133
|
-
type: string;
|
|
21134
|
-
};
|
|
21135
|
-
user_identities: {
|
|
21136
|
-
items: {
|
|
21137
|
-
$ref: string;
|
|
21138
|
-
};
|
|
21139
|
-
type: string;
|
|
21140
|
-
};
|
|
21141
|
-
workspaces: {
|
|
21142
|
-
items: {
|
|
21143
|
-
$ref: string;
|
|
21144
|
-
};
|
|
21145
|
-
type: string;
|
|
21146
|
-
};
|
|
21147
20902
|
};
|
|
21148
|
-
required: string[];
|
|
21149
20903
|
type: string;
|
|
21150
20904
|
};
|
|
21151
20905
|
ok: {
|
|
@@ -21189,7 +20943,7 @@ declare const _default: {
|
|
|
21189
20943
|
})[];
|
|
21190
20944
|
summary: string;
|
|
21191
20945
|
tags: never[];
|
|
21192
|
-
'x-batch-
|
|
20946
|
+
'x-batch-keys': string[];
|
|
21193
20947
|
'x-draft': string;
|
|
21194
20948
|
'x-fern-sdk-group-name': string[];
|
|
21195
20949
|
'x-fern-sdk-method-name': string;
|
|
@@ -48840,10 +48594,6 @@ declare const _default: {
|
|
|
48840
48594
|
};
|
|
48841
48595
|
type: string;
|
|
48842
48596
|
};
|
|
48843
|
-
batch_type: {
|
|
48844
|
-
enum: string[];
|
|
48845
|
-
type: string;
|
|
48846
|
-
};
|
|
48847
48597
|
connected_accounts: {
|
|
48848
48598
|
items: {
|
|
48849
48599
|
$ref: string;
|
|
@@ -48863,7 +48613,6 @@ declare const _default: {
|
|
|
48863
48613
|
type: string;
|
|
48864
48614
|
};
|
|
48865
48615
|
};
|
|
48866
|
-
required: string[];
|
|
48867
48616
|
type: string;
|
|
48868
48617
|
};
|
|
48869
48618
|
ok: {
|
|
@@ -48907,7 +48656,7 @@ declare const _default: {
|
|
|
48907
48656
|
})[];
|
|
48908
48657
|
summary: string;
|
|
48909
48658
|
tags: never[];
|
|
48910
|
-
'x-batch-
|
|
48659
|
+
'x-batch-keys': string[];
|
|
48911
48660
|
'x-draft': string;
|
|
48912
48661
|
'x-fern-sdk-group-name': string[];
|
|
48913
48662
|
'x-fern-sdk-method-name': string;
|
|
@@ -48979,10 +48728,6 @@ declare const _default: {
|
|
|
48979
48728
|
};
|
|
48980
48729
|
type: string;
|
|
48981
48730
|
};
|
|
48982
|
-
batch_type: {
|
|
48983
|
-
enum: string[];
|
|
48984
|
-
type: string;
|
|
48985
|
-
};
|
|
48986
48731
|
connected_accounts: {
|
|
48987
48732
|
items: {
|
|
48988
48733
|
$ref: string;
|
|
@@ -49002,7 +48747,6 @@ declare const _default: {
|
|
|
49002
48747
|
type: string;
|
|
49003
48748
|
};
|
|
49004
48749
|
};
|
|
49005
|
-
required: string[];
|
|
49006
48750
|
type: string;
|
|
49007
48751
|
};
|
|
49008
48752
|
ok: {
|
|
@@ -49046,7 +48790,7 @@ declare const _default: {
|
|
|
49046
48790
|
})[];
|
|
49047
48791
|
summary: string;
|
|
49048
48792
|
tags: never[];
|
|
49049
|
-
'x-batch-
|
|
48793
|
+
'x-batch-keys': string[];
|
|
49050
48794
|
'x-draft': string;
|
|
49051
48795
|
'x-fern-sdk-group-name': string[];
|
|
49052
48796
|
'x-fern-sdk-method-name': string;
|
|
@@ -58769,10 +58513,6 @@ declare const _default: {
|
|
|
58769
58513
|
};
|
|
58770
58514
|
type: string;
|
|
58771
58515
|
};
|
|
58772
|
-
batch_type: {
|
|
58773
|
-
enum: string[];
|
|
58774
|
-
type: string;
|
|
58775
|
-
};
|
|
58776
58516
|
client_sessions: {
|
|
58777
58517
|
items: {
|
|
58778
58518
|
$ref: string;
|
|
@@ -58785,6 +58525,12 @@ declare const _default: {
|
|
|
58785
58525
|
};
|
|
58786
58526
|
type: string;
|
|
58787
58527
|
};
|
|
58528
|
+
connected_accounts: {
|
|
58529
|
+
items: {
|
|
58530
|
+
$ref: string;
|
|
58531
|
+
};
|
|
58532
|
+
type: string;
|
|
58533
|
+
};
|
|
58788
58534
|
customization_profiles: {
|
|
58789
58535
|
items: {
|
|
58790
58536
|
$ref: string;
|
|
@@ -58876,7 +58622,6 @@ declare const _default: {
|
|
|
58876
58622
|
type: string;
|
|
58877
58623
|
};
|
|
58878
58624
|
};
|
|
58879
|
-
required: string[];
|
|
58880
58625
|
type: string;
|
|
58881
58626
|
};
|
|
58882
58627
|
ok: {
|
|
@@ -58912,7 +58657,7 @@ declare const _default: {
|
|
|
58912
58657
|
})[];
|
|
58913
58658
|
summary: string;
|
|
58914
58659
|
tags: string[];
|
|
58915
|
-
'x-batch-
|
|
58660
|
+
'x-batch-keys': string[];
|
|
58916
58661
|
'x-fern-sdk-group-name': string[];
|
|
58917
58662
|
'x-fern-sdk-method-name': string;
|
|
58918
58663
|
'x-fern-sdk-return-value': string;
|
|
@@ -59008,10 +58753,6 @@ declare const _default: {
|
|
|
59008
58753
|
};
|
|
59009
58754
|
type: string;
|
|
59010
58755
|
};
|
|
59011
|
-
batch_type: {
|
|
59012
|
-
enum: string[];
|
|
59013
|
-
type: string;
|
|
59014
|
-
};
|
|
59015
58756
|
client_sessions: {
|
|
59016
58757
|
items: {
|
|
59017
58758
|
$ref: string;
|
|
@@ -59024,6 +58765,12 @@ declare const _default: {
|
|
|
59024
58765
|
};
|
|
59025
58766
|
type: string;
|
|
59026
58767
|
};
|
|
58768
|
+
connected_accounts: {
|
|
58769
|
+
items: {
|
|
58770
|
+
$ref: string;
|
|
58771
|
+
};
|
|
58772
|
+
type: string;
|
|
58773
|
+
};
|
|
59027
58774
|
customization_profiles: {
|
|
59028
58775
|
items: {
|
|
59029
58776
|
$ref: string;
|
|
@@ -59115,7 +58862,6 @@ declare const _default: {
|
|
|
59115
58862
|
type: string;
|
|
59116
58863
|
};
|
|
59117
58864
|
};
|
|
59118
|
-
required: string[];
|
|
59119
58865
|
type: string;
|
|
59120
58866
|
};
|
|
59121
58867
|
ok: {
|
|
@@ -59151,7 +58897,7 @@ declare const _default: {
|
|
|
59151
58897
|
})[];
|
|
59152
58898
|
summary: string;
|
|
59153
58899
|
tags: string[];
|
|
59154
|
-
'x-batch-
|
|
58900
|
+
'x-batch-keys': string[];
|
|
59155
58901
|
'x-fern-sdk-group-name': string[];
|
|
59156
58902
|
'x-fern-sdk-method-name': string;
|
|
59157
58903
|
'x-fern-sdk-return-value': string;
|