@seamapi/types 1.645.0 → 1.647.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 +139 -329
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2153 -7264
- package/dist/index.cjs +139 -329
- 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 +62 -276
- package/lib/seam/connect/openapi.js +136 -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 +136 -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;
|
|
@@ -50076,22 +49820,32 @@ declare const _default: {
|
|
|
50076
49820
|
client_session: never[];
|
|
50077
49821
|
pat_with_workspace?: never;
|
|
50078
49822
|
console_session_with_workspace?: never;
|
|
49823
|
+
client_session_with_customer?: never;
|
|
50079
49824
|
api_key?: never;
|
|
50080
49825
|
} | {
|
|
50081
49826
|
pat_with_workspace: never[];
|
|
50082
49827
|
client_session?: never;
|
|
50083
49828
|
console_session_with_workspace?: never;
|
|
49829
|
+
client_session_with_customer?: never;
|
|
50084
49830
|
api_key?: never;
|
|
50085
49831
|
} | {
|
|
50086
49832
|
console_session_with_workspace: never[];
|
|
50087
49833
|
client_session?: never;
|
|
50088
49834
|
pat_with_workspace?: never;
|
|
49835
|
+
client_session_with_customer?: never;
|
|
49836
|
+
api_key?: never;
|
|
49837
|
+
} | {
|
|
49838
|
+
client_session_with_customer: never[];
|
|
49839
|
+
client_session?: never;
|
|
49840
|
+
pat_with_workspace?: never;
|
|
49841
|
+
console_session_with_workspace?: never;
|
|
50089
49842
|
api_key?: never;
|
|
50090
49843
|
} | {
|
|
50091
49844
|
api_key: never[];
|
|
50092
49845
|
client_session?: never;
|
|
50093
49846
|
pat_with_workspace?: never;
|
|
50094
49847
|
console_session_with_workspace?: never;
|
|
49848
|
+
client_session_with_customer?: never;
|
|
50095
49849
|
})[];
|
|
50096
49850
|
summary: string;
|
|
50097
49851
|
tags: string[];
|
|
@@ -51688,22 +51442,32 @@ declare const _default: {
|
|
|
51688
51442
|
client_session: never[];
|
|
51689
51443
|
pat_with_workspace?: never;
|
|
51690
51444
|
console_session_with_workspace?: never;
|
|
51445
|
+
client_session_with_customer?: never;
|
|
51691
51446
|
api_key?: never;
|
|
51692
51447
|
} | {
|
|
51693
51448
|
pat_with_workspace: never[];
|
|
51694
51449
|
client_session?: never;
|
|
51695
51450
|
console_session_with_workspace?: never;
|
|
51451
|
+
client_session_with_customer?: never;
|
|
51696
51452
|
api_key?: never;
|
|
51697
51453
|
} | {
|
|
51698
51454
|
console_session_with_workspace: never[];
|
|
51699
51455
|
client_session?: never;
|
|
51700
51456
|
pat_with_workspace?: never;
|
|
51457
|
+
client_session_with_customer?: never;
|
|
51458
|
+
api_key?: never;
|
|
51459
|
+
} | {
|
|
51460
|
+
client_session_with_customer: never[];
|
|
51461
|
+
client_session?: never;
|
|
51462
|
+
pat_with_workspace?: never;
|
|
51463
|
+
console_session_with_workspace?: never;
|
|
51701
51464
|
api_key?: never;
|
|
51702
51465
|
} | {
|
|
51703
51466
|
api_key: never[];
|
|
51704
51467
|
client_session?: never;
|
|
51705
51468
|
pat_with_workspace?: never;
|
|
51706
51469
|
console_session_with_workspace?: never;
|
|
51470
|
+
client_session_with_customer?: never;
|
|
51707
51471
|
})[];
|
|
51708
51472
|
summary: string;
|
|
51709
51473
|
tags: string[];
|
|
@@ -52058,21 +51822,31 @@ declare const _default: {
|
|
|
52058
51822
|
client_session?: never;
|
|
52059
51823
|
pat_with_workspace?: never;
|
|
52060
51824
|
console_session_with_workspace?: never;
|
|
51825
|
+
client_session_with_customer?: never;
|
|
52061
51826
|
} | {
|
|
52062
51827
|
client_session: never[];
|
|
52063
51828
|
api_key?: never;
|
|
52064
51829
|
pat_with_workspace?: never;
|
|
52065
51830
|
console_session_with_workspace?: never;
|
|
51831
|
+
client_session_with_customer?: never;
|
|
52066
51832
|
} | {
|
|
52067
51833
|
pat_with_workspace: never[];
|
|
52068
51834
|
api_key?: never;
|
|
52069
51835
|
client_session?: never;
|
|
52070
51836
|
console_session_with_workspace?: never;
|
|
51837
|
+
client_session_with_customer?: never;
|
|
52071
51838
|
} | {
|
|
52072
51839
|
console_session_with_workspace: never[];
|
|
52073
51840
|
api_key?: never;
|
|
52074
51841
|
client_session?: never;
|
|
52075
51842
|
pat_with_workspace?: never;
|
|
51843
|
+
client_session_with_customer?: never;
|
|
51844
|
+
} | {
|
|
51845
|
+
client_session_with_customer: never[];
|
|
51846
|
+
api_key?: never;
|
|
51847
|
+
client_session?: never;
|
|
51848
|
+
pat_with_workspace?: never;
|
|
51849
|
+
console_session_with_workspace?: never;
|
|
52076
51850
|
})[];
|
|
52077
51851
|
summary: string;
|
|
52078
51852
|
tags: string[];
|
|
@@ -52141,21 +51915,31 @@ declare const _default: {
|
|
|
52141
51915
|
client_session?: never;
|
|
52142
51916
|
pat_with_workspace?: never;
|
|
52143
51917
|
console_session_with_workspace?: never;
|
|
51918
|
+
client_session_with_customer?: never;
|
|
52144
51919
|
} | {
|
|
52145
51920
|
client_session: never[];
|
|
52146
51921
|
api_key?: never;
|
|
52147
51922
|
pat_with_workspace?: never;
|
|
52148
51923
|
console_session_with_workspace?: never;
|
|
51924
|
+
client_session_with_customer?: never;
|
|
52149
51925
|
} | {
|
|
52150
51926
|
pat_with_workspace: never[];
|
|
52151
51927
|
api_key?: never;
|
|
52152
51928
|
client_session?: never;
|
|
52153
51929
|
console_session_with_workspace?: never;
|
|
51930
|
+
client_session_with_customer?: never;
|
|
52154
51931
|
} | {
|
|
52155
51932
|
console_session_with_workspace: never[];
|
|
52156
51933
|
api_key?: never;
|
|
52157
51934
|
client_session?: never;
|
|
52158
51935
|
pat_with_workspace?: never;
|
|
51936
|
+
client_session_with_customer?: never;
|
|
51937
|
+
} | {
|
|
51938
|
+
client_session_with_customer: never[];
|
|
51939
|
+
api_key?: never;
|
|
51940
|
+
client_session?: never;
|
|
51941
|
+
pat_with_workspace?: never;
|
|
51942
|
+
console_session_with_workspace?: never;
|
|
52159
51943
|
})[];
|
|
52160
51944
|
summary: string;
|
|
52161
51945
|
tags: string[];
|
|
@@ -58769,10 +58553,6 @@ declare const _default: {
|
|
|
58769
58553
|
};
|
|
58770
58554
|
type: string;
|
|
58771
58555
|
};
|
|
58772
|
-
batch_type: {
|
|
58773
|
-
enum: string[];
|
|
58774
|
-
type: string;
|
|
58775
|
-
};
|
|
58776
58556
|
client_sessions: {
|
|
58777
58557
|
items: {
|
|
58778
58558
|
$ref: string;
|
|
@@ -58785,6 +58565,12 @@ declare const _default: {
|
|
|
58785
58565
|
};
|
|
58786
58566
|
type: string;
|
|
58787
58567
|
};
|
|
58568
|
+
connected_accounts: {
|
|
58569
|
+
items: {
|
|
58570
|
+
$ref: string;
|
|
58571
|
+
};
|
|
58572
|
+
type: string;
|
|
58573
|
+
};
|
|
58788
58574
|
customization_profiles: {
|
|
58789
58575
|
items: {
|
|
58790
58576
|
$ref: string;
|
|
@@ -58876,7 +58662,6 @@ declare const _default: {
|
|
|
58876
58662
|
type: string;
|
|
58877
58663
|
};
|
|
58878
58664
|
};
|
|
58879
|
-
required: string[];
|
|
58880
58665
|
type: string;
|
|
58881
58666
|
};
|
|
58882
58667
|
ok: {
|
|
@@ -58912,7 +58697,7 @@ declare const _default: {
|
|
|
58912
58697
|
})[];
|
|
58913
58698
|
summary: string;
|
|
58914
58699
|
tags: string[];
|
|
58915
|
-
'x-batch-
|
|
58700
|
+
'x-batch-keys': string[];
|
|
58916
58701
|
'x-fern-sdk-group-name': string[];
|
|
58917
58702
|
'x-fern-sdk-method-name': string;
|
|
58918
58703
|
'x-fern-sdk-return-value': string;
|
|
@@ -59008,10 +58793,6 @@ declare const _default: {
|
|
|
59008
58793
|
};
|
|
59009
58794
|
type: string;
|
|
59010
58795
|
};
|
|
59011
|
-
batch_type: {
|
|
59012
|
-
enum: string[];
|
|
59013
|
-
type: string;
|
|
59014
|
-
};
|
|
59015
58796
|
client_sessions: {
|
|
59016
58797
|
items: {
|
|
59017
58798
|
$ref: string;
|
|
@@ -59024,6 +58805,12 @@ declare const _default: {
|
|
|
59024
58805
|
};
|
|
59025
58806
|
type: string;
|
|
59026
58807
|
};
|
|
58808
|
+
connected_accounts: {
|
|
58809
|
+
items: {
|
|
58810
|
+
$ref: string;
|
|
58811
|
+
};
|
|
58812
|
+
type: string;
|
|
58813
|
+
};
|
|
59027
58814
|
customization_profiles: {
|
|
59028
58815
|
items: {
|
|
59029
58816
|
$ref: string;
|
|
@@ -59115,7 +58902,6 @@ declare const _default: {
|
|
|
59115
58902
|
type: string;
|
|
59116
58903
|
};
|
|
59117
58904
|
};
|
|
59118
|
-
required: string[];
|
|
59119
58905
|
type: string;
|
|
59120
58906
|
};
|
|
59121
58907
|
ok: {
|
|
@@ -59151,7 +58937,7 @@ declare const _default: {
|
|
|
59151
58937
|
})[];
|
|
59152
58938
|
summary: string;
|
|
59153
58939
|
tags: string[];
|
|
59154
|
-
'x-batch-
|
|
58940
|
+
'x-batch-keys': string[];
|
|
59155
58941
|
'x-fern-sdk-group-name': string[];
|
|
59156
58942
|
'x-fern-sdk-method-name': string;
|
|
59157
58943
|
'x-fern-sdk-return-value': string;
|