@seamapi/types 1.644.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 +183 -327
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1718 -6790
- package/dist/index.cjs +183 -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 +87 -276
- package/lib/seam/connect/openapi.js +182 -262
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +832 -6222
- 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 +182 -262
- package/src/lib/seam/connect/route-types.ts +1154 -7519
|
@@ -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;
|
|
@@ -47757,6 +47511,71 @@ declare const _default: {
|
|
|
47757
47511
|
'x-undocumented': string;
|
|
47758
47512
|
};
|
|
47759
47513
|
};
|
|
47514
|
+
'/seam/mobile_sdk/v1/report_salto_space_audit_trail': {
|
|
47515
|
+
post: {
|
|
47516
|
+
description: string;
|
|
47517
|
+
operationId: string;
|
|
47518
|
+
requestBody: {
|
|
47519
|
+
content: {
|
|
47520
|
+
'application/json': {
|
|
47521
|
+
schema: {
|
|
47522
|
+
properties: {
|
|
47523
|
+
acs_system_id: {
|
|
47524
|
+
format: string;
|
|
47525
|
+
type: string;
|
|
47526
|
+
};
|
|
47527
|
+
salto_space_metadata: {
|
|
47528
|
+
properties: {
|
|
47529
|
+
justin_mobile_sdk_audit_trail_data: {
|
|
47530
|
+
type: string;
|
|
47531
|
+
};
|
|
47532
|
+
};
|
|
47533
|
+
required: string[];
|
|
47534
|
+
type: string;
|
|
47535
|
+
};
|
|
47536
|
+
};
|
|
47537
|
+
required: string[];
|
|
47538
|
+
type: string;
|
|
47539
|
+
};
|
|
47540
|
+
};
|
|
47541
|
+
};
|
|
47542
|
+
};
|
|
47543
|
+
responses: {
|
|
47544
|
+
200: {
|
|
47545
|
+
content: {
|
|
47546
|
+
'application/json': {
|
|
47547
|
+
schema: {
|
|
47548
|
+
properties: {
|
|
47549
|
+
ok: {
|
|
47550
|
+
type: string;
|
|
47551
|
+
};
|
|
47552
|
+
};
|
|
47553
|
+
required: string[];
|
|
47554
|
+
type: string;
|
|
47555
|
+
};
|
|
47556
|
+
};
|
|
47557
|
+
};
|
|
47558
|
+
description: string;
|
|
47559
|
+
};
|
|
47560
|
+
400: {
|
|
47561
|
+
description: string;
|
|
47562
|
+
};
|
|
47563
|
+
401: {
|
|
47564
|
+
description: string;
|
|
47565
|
+
};
|
|
47566
|
+
};
|
|
47567
|
+
security: {
|
|
47568
|
+
client_session: never[];
|
|
47569
|
+
}[];
|
|
47570
|
+
summary: string;
|
|
47571
|
+
tags: never[];
|
|
47572
|
+
'x-fern-sdk-group-name': string[];
|
|
47573
|
+
'x-fern-sdk-method-name': string;
|
|
47574
|
+
'x-response-key': null;
|
|
47575
|
+
'x-title': string;
|
|
47576
|
+
'x-undocumented': string;
|
|
47577
|
+
};
|
|
47578
|
+
};
|
|
47760
47579
|
'/seam/partner/v1/building_blocks/spaces/auto_map': {
|
|
47761
47580
|
get: {
|
|
47762
47581
|
description: string;
|
|
@@ -48775,10 +48594,6 @@ declare const _default: {
|
|
|
48775
48594
|
};
|
|
48776
48595
|
type: string;
|
|
48777
48596
|
};
|
|
48778
|
-
batch_type: {
|
|
48779
|
-
enum: string[];
|
|
48780
|
-
type: string;
|
|
48781
|
-
};
|
|
48782
48597
|
connected_accounts: {
|
|
48783
48598
|
items: {
|
|
48784
48599
|
$ref: string;
|
|
@@ -48798,7 +48613,6 @@ declare const _default: {
|
|
|
48798
48613
|
type: string;
|
|
48799
48614
|
};
|
|
48800
48615
|
};
|
|
48801
|
-
required: string[];
|
|
48802
48616
|
type: string;
|
|
48803
48617
|
};
|
|
48804
48618
|
ok: {
|
|
@@ -48842,7 +48656,7 @@ declare const _default: {
|
|
|
48842
48656
|
})[];
|
|
48843
48657
|
summary: string;
|
|
48844
48658
|
tags: never[];
|
|
48845
|
-
'x-batch-
|
|
48659
|
+
'x-batch-keys': string[];
|
|
48846
48660
|
'x-draft': string;
|
|
48847
48661
|
'x-fern-sdk-group-name': string[];
|
|
48848
48662
|
'x-fern-sdk-method-name': string;
|
|
@@ -48914,10 +48728,6 @@ declare const _default: {
|
|
|
48914
48728
|
};
|
|
48915
48729
|
type: string;
|
|
48916
48730
|
};
|
|
48917
|
-
batch_type: {
|
|
48918
|
-
enum: string[];
|
|
48919
|
-
type: string;
|
|
48920
|
-
};
|
|
48921
48731
|
connected_accounts: {
|
|
48922
48732
|
items: {
|
|
48923
48733
|
$ref: string;
|
|
@@ -48937,7 +48747,6 @@ declare const _default: {
|
|
|
48937
48747
|
type: string;
|
|
48938
48748
|
};
|
|
48939
48749
|
};
|
|
48940
|
-
required: string[];
|
|
48941
48750
|
type: string;
|
|
48942
48751
|
};
|
|
48943
48752
|
ok: {
|
|
@@ -48981,7 +48790,7 @@ declare const _default: {
|
|
|
48981
48790
|
})[];
|
|
48982
48791
|
summary: string;
|
|
48983
48792
|
tags: never[];
|
|
48984
|
-
'x-batch-
|
|
48793
|
+
'x-batch-keys': string[];
|
|
48985
48794
|
'x-draft': string;
|
|
48986
48795
|
'x-fern-sdk-group-name': string[];
|
|
48987
48796
|
'x-fern-sdk-method-name': string;
|
|
@@ -58704,10 +58513,6 @@ declare const _default: {
|
|
|
58704
58513
|
};
|
|
58705
58514
|
type: string;
|
|
58706
58515
|
};
|
|
58707
|
-
batch_type: {
|
|
58708
|
-
enum: string[];
|
|
58709
|
-
type: string;
|
|
58710
|
-
};
|
|
58711
58516
|
client_sessions: {
|
|
58712
58517
|
items: {
|
|
58713
58518
|
$ref: string;
|
|
@@ -58720,6 +58525,12 @@ declare const _default: {
|
|
|
58720
58525
|
};
|
|
58721
58526
|
type: string;
|
|
58722
58527
|
};
|
|
58528
|
+
connected_accounts: {
|
|
58529
|
+
items: {
|
|
58530
|
+
$ref: string;
|
|
58531
|
+
};
|
|
58532
|
+
type: string;
|
|
58533
|
+
};
|
|
58723
58534
|
customization_profiles: {
|
|
58724
58535
|
items: {
|
|
58725
58536
|
$ref: string;
|
|
@@ -58811,7 +58622,6 @@ declare const _default: {
|
|
|
58811
58622
|
type: string;
|
|
58812
58623
|
};
|
|
58813
58624
|
};
|
|
58814
|
-
required: string[];
|
|
58815
58625
|
type: string;
|
|
58816
58626
|
};
|
|
58817
58627
|
ok: {
|
|
@@ -58847,7 +58657,7 @@ declare const _default: {
|
|
|
58847
58657
|
})[];
|
|
58848
58658
|
summary: string;
|
|
58849
58659
|
tags: string[];
|
|
58850
|
-
'x-batch-
|
|
58660
|
+
'x-batch-keys': string[];
|
|
58851
58661
|
'x-fern-sdk-group-name': string[];
|
|
58852
58662
|
'x-fern-sdk-method-name': string;
|
|
58853
58663
|
'x-fern-sdk-return-value': string;
|
|
@@ -58943,10 +58753,6 @@ declare const _default: {
|
|
|
58943
58753
|
};
|
|
58944
58754
|
type: string;
|
|
58945
58755
|
};
|
|
58946
|
-
batch_type: {
|
|
58947
|
-
enum: string[];
|
|
58948
|
-
type: string;
|
|
58949
|
-
};
|
|
58950
58756
|
client_sessions: {
|
|
58951
58757
|
items: {
|
|
58952
58758
|
$ref: string;
|
|
@@ -58959,6 +58765,12 @@ declare const _default: {
|
|
|
58959
58765
|
};
|
|
58960
58766
|
type: string;
|
|
58961
58767
|
};
|
|
58768
|
+
connected_accounts: {
|
|
58769
|
+
items: {
|
|
58770
|
+
$ref: string;
|
|
58771
|
+
};
|
|
58772
|
+
type: string;
|
|
58773
|
+
};
|
|
58962
58774
|
customization_profiles: {
|
|
58963
58775
|
items: {
|
|
58964
58776
|
$ref: string;
|
|
@@ -59050,7 +58862,6 @@ declare const _default: {
|
|
|
59050
58862
|
type: string;
|
|
59051
58863
|
};
|
|
59052
58864
|
};
|
|
59053
|
-
required: string[];
|
|
59054
58865
|
type: string;
|
|
59055
58866
|
};
|
|
59056
58867
|
ok: {
|
|
@@ -59086,7 +58897,7 @@ declare const _default: {
|
|
|
59086
58897
|
})[];
|
|
59087
58898
|
summary: string;
|
|
59088
58899
|
tags: string[];
|
|
59089
|
-
'x-batch-
|
|
58900
|
+
'x-batch-keys': string[];
|
|
59090
58901
|
'x-fern-sdk-group-name': string[];
|
|
59091
58902
|
'x-fern-sdk-method-name': string;
|
|
59092
58903
|
'x-fern-sdk-return-value': string;
|