@seamapi/types 1.154.0 → 1.154.1
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 +9 -270
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -425
- package/lib/seam/connect/openapi.d.ts +17 -339
- package/lib/seam/connect/openapi.js +4 -265
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -86
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -265
- package/src/lib/seam/connect/route-types.ts +0 -86
package/dist/connect.d.cts
CHANGED
|
@@ -3691,7 +3691,6 @@ declare const _default: {
|
|
|
3691
3691
|
tags: string[];
|
|
3692
3692
|
'x-fern-sdk-group-name': string[];
|
|
3693
3693
|
'x-fern-sdk-method-name': string;
|
|
3694
|
-
'x-fern-sdk-return-value': string;
|
|
3695
3694
|
};
|
|
3696
3695
|
};
|
|
3697
3696
|
'/access_codes/generate_code': {
|
|
@@ -4329,7 +4328,6 @@ declare const _default: {
|
|
|
4329
4328
|
tags: string[];
|
|
4330
4329
|
'x-fern-sdk-group-name': string[];
|
|
4331
4330
|
'x-fern-sdk-method-name': string;
|
|
4332
|
-
'x-fern-sdk-return-value': string;
|
|
4333
4331
|
};
|
|
4334
4332
|
};
|
|
4335
4333
|
'/access_codes/unmanaged/get': {
|
|
@@ -4914,7 +4912,6 @@ declare const _default: {
|
|
|
4914
4912
|
tags: string[];
|
|
4915
4913
|
'x-fern-sdk-group-name': string[];
|
|
4916
4914
|
'x-fern-sdk-method-name': string;
|
|
4917
|
-
'x-fern-sdk-return-value': string;
|
|
4918
4915
|
};
|
|
4919
4916
|
put: {
|
|
4920
4917
|
operationId: string;
|
|
@@ -9025,63 +9022,31 @@ declare const _default: {
|
|
|
9025
9022
|
};
|
|
9026
9023
|
};
|
|
9027
9024
|
security: ({
|
|
9028
|
-
|
|
9029
|
-
|
|
9030
|
-
|
|
9031
|
-
|
|
9025
|
+
client_session: never[];
|
|
9026
|
+
pat_with_workspace?: never;
|
|
9027
|
+
console_session?: never;
|
|
9028
|
+
api_key?: never;
|
|
9032
9029
|
} | {
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
|
|
9030
|
+
pat_with_workspace: never[];
|
|
9031
|
+
client_session?: never;
|
|
9032
|
+
console_session?: never;
|
|
9033
|
+
api_key?: never;
|
|
9037
9034
|
} | {
|
|
9038
|
-
|
|
9039
|
-
|
|
9040
|
-
|
|
9041
|
-
|
|
9042
|
-
})[];
|
|
9043
|
-
summary: string;
|
|
9044
|
-
tags: string[];
|
|
9045
|
-
'x-fern-sdk-group-name': string[];
|
|
9046
|
-
'x-fern-sdk-method-name': string;
|
|
9047
|
-
'x-fern-sdk-return-value': string;
|
|
9048
|
-
};
|
|
9049
|
-
};
|
|
9050
|
-
'/connect_webviews/view': {
|
|
9051
|
-
get: {
|
|
9052
|
-
operationId: string;
|
|
9053
|
-
parameters: ({
|
|
9054
|
-
in: string;
|
|
9055
|
-
name: string;
|
|
9056
|
-
required: boolean;
|
|
9057
|
-
schema: {
|
|
9058
|
-
format: string;
|
|
9059
|
-
type: string;
|
|
9060
|
-
};
|
|
9035
|
+
console_session: never[];
|
|
9036
|
+
client_session?: never;
|
|
9037
|
+
pat_with_workspace?: never;
|
|
9038
|
+
api_key?: never;
|
|
9061
9039
|
} | {
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
|
|
9066
|
-
type: string;
|
|
9067
|
-
format?: never;
|
|
9068
|
-
};
|
|
9040
|
+
api_key: never[];
|
|
9041
|
+
client_session?: never;
|
|
9042
|
+
pat_with_workspace?: never;
|
|
9043
|
+
console_session?: never;
|
|
9069
9044
|
})[];
|
|
9070
|
-
responses: {
|
|
9071
|
-
200: {
|
|
9072
|
-
description: string;
|
|
9073
|
-
};
|
|
9074
|
-
400: {
|
|
9075
|
-
description: string;
|
|
9076
|
-
};
|
|
9077
|
-
401: {
|
|
9078
|
-
description: string;
|
|
9079
|
-
};
|
|
9080
|
-
};
|
|
9081
9045
|
summary: string;
|
|
9082
9046
|
tags: string[];
|
|
9083
9047
|
'x-fern-sdk-group-name': string[];
|
|
9084
9048
|
'x-fern-sdk-method-name': string;
|
|
9049
|
+
'x-fern-sdk-return-value': string;
|
|
9085
9050
|
};
|
|
9086
9051
|
};
|
|
9087
9052
|
'/connected_accounts/delete': {
|
|
@@ -10556,291 +10521,6 @@ declare const _default: {
|
|
|
10556
10521
|
'x-fern-sdk-return-value': string;
|
|
10557
10522
|
};
|
|
10558
10523
|
};
|
|
10559
|
-
'/health': {
|
|
10560
|
-
get: {
|
|
10561
|
-
operationId: string;
|
|
10562
|
-
responses: {
|
|
10563
|
-
200: {
|
|
10564
|
-
content: {
|
|
10565
|
-
'application/json': {
|
|
10566
|
-
schema: {
|
|
10567
|
-
properties: {
|
|
10568
|
-
last_service_evaluation_at: {
|
|
10569
|
-
type: string;
|
|
10570
|
-
};
|
|
10571
|
-
msg: {
|
|
10572
|
-
enum: string[];
|
|
10573
|
-
type: string;
|
|
10574
|
-
};
|
|
10575
|
-
ok: {
|
|
10576
|
-
type: string;
|
|
10577
|
-
};
|
|
10578
|
-
service_health_statuses: {
|
|
10579
|
-
items: {
|
|
10580
|
-
$ref: string;
|
|
10581
|
-
};
|
|
10582
|
-
type: string;
|
|
10583
|
-
};
|
|
10584
|
-
};
|
|
10585
|
-
required: string[];
|
|
10586
|
-
type: string;
|
|
10587
|
-
};
|
|
10588
|
-
};
|
|
10589
|
-
};
|
|
10590
|
-
description: string;
|
|
10591
|
-
};
|
|
10592
|
-
400: {
|
|
10593
|
-
description: string;
|
|
10594
|
-
};
|
|
10595
|
-
401: {
|
|
10596
|
-
description: string;
|
|
10597
|
-
};
|
|
10598
|
-
};
|
|
10599
|
-
summary: string;
|
|
10600
|
-
tags: string[];
|
|
10601
|
-
'x-fern-ignore': boolean;
|
|
10602
|
-
};
|
|
10603
|
-
post: {
|
|
10604
|
-
operationId: string;
|
|
10605
|
-
responses: {
|
|
10606
|
-
200: {
|
|
10607
|
-
content: {
|
|
10608
|
-
'application/json': {
|
|
10609
|
-
schema: {
|
|
10610
|
-
properties: {
|
|
10611
|
-
last_service_evaluation_at: {
|
|
10612
|
-
type: string;
|
|
10613
|
-
};
|
|
10614
|
-
msg: {
|
|
10615
|
-
enum: string[];
|
|
10616
|
-
type: string;
|
|
10617
|
-
};
|
|
10618
|
-
ok: {
|
|
10619
|
-
type: string;
|
|
10620
|
-
};
|
|
10621
|
-
service_health_statuses: {
|
|
10622
|
-
items: {
|
|
10623
|
-
$ref: string;
|
|
10624
|
-
};
|
|
10625
|
-
type: string;
|
|
10626
|
-
};
|
|
10627
|
-
};
|
|
10628
|
-
required: string[];
|
|
10629
|
-
type: string;
|
|
10630
|
-
};
|
|
10631
|
-
};
|
|
10632
|
-
};
|
|
10633
|
-
description: string;
|
|
10634
|
-
};
|
|
10635
|
-
400: {
|
|
10636
|
-
description: string;
|
|
10637
|
-
};
|
|
10638
|
-
401: {
|
|
10639
|
-
description: string;
|
|
10640
|
-
};
|
|
10641
|
-
};
|
|
10642
|
-
summary: string;
|
|
10643
|
-
tags: string[];
|
|
10644
|
-
'x-fern-ignore': boolean;
|
|
10645
|
-
};
|
|
10646
|
-
};
|
|
10647
|
-
'/health/get_health': {
|
|
10648
|
-
get: {
|
|
10649
|
-
operationId: string;
|
|
10650
|
-
responses: {
|
|
10651
|
-
200: {
|
|
10652
|
-
content: {
|
|
10653
|
-
'application/json': {
|
|
10654
|
-
schema: {
|
|
10655
|
-
properties: {
|
|
10656
|
-
last_service_evaluation_at: {
|
|
10657
|
-
type: string;
|
|
10658
|
-
};
|
|
10659
|
-
msg: {
|
|
10660
|
-
enum: string[];
|
|
10661
|
-
type: string;
|
|
10662
|
-
};
|
|
10663
|
-
ok: {
|
|
10664
|
-
type: string;
|
|
10665
|
-
};
|
|
10666
|
-
service_health_statuses: {
|
|
10667
|
-
items: {
|
|
10668
|
-
$ref: string;
|
|
10669
|
-
};
|
|
10670
|
-
type: string;
|
|
10671
|
-
};
|
|
10672
|
-
};
|
|
10673
|
-
required: string[];
|
|
10674
|
-
type: string;
|
|
10675
|
-
};
|
|
10676
|
-
};
|
|
10677
|
-
};
|
|
10678
|
-
description: string;
|
|
10679
|
-
};
|
|
10680
|
-
400: {
|
|
10681
|
-
description: string;
|
|
10682
|
-
};
|
|
10683
|
-
401: {
|
|
10684
|
-
description: string;
|
|
10685
|
-
};
|
|
10686
|
-
};
|
|
10687
|
-
summary: string;
|
|
10688
|
-
tags: string[];
|
|
10689
|
-
'x-fern-ignore': boolean;
|
|
10690
|
-
};
|
|
10691
|
-
post: {
|
|
10692
|
-
operationId: string;
|
|
10693
|
-
responses: {
|
|
10694
|
-
200: {
|
|
10695
|
-
content: {
|
|
10696
|
-
'application/json': {
|
|
10697
|
-
schema: {
|
|
10698
|
-
properties: {
|
|
10699
|
-
last_service_evaluation_at: {
|
|
10700
|
-
type: string;
|
|
10701
|
-
};
|
|
10702
|
-
msg: {
|
|
10703
|
-
enum: string[];
|
|
10704
|
-
type: string;
|
|
10705
|
-
};
|
|
10706
|
-
ok: {
|
|
10707
|
-
type: string;
|
|
10708
|
-
};
|
|
10709
|
-
service_health_statuses: {
|
|
10710
|
-
items: {
|
|
10711
|
-
$ref: string;
|
|
10712
|
-
};
|
|
10713
|
-
type: string;
|
|
10714
|
-
};
|
|
10715
|
-
};
|
|
10716
|
-
required: string[];
|
|
10717
|
-
type: string;
|
|
10718
|
-
};
|
|
10719
|
-
};
|
|
10720
|
-
};
|
|
10721
|
-
description: string;
|
|
10722
|
-
};
|
|
10723
|
-
400: {
|
|
10724
|
-
description: string;
|
|
10725
|
-
};
|
|
10726
|
-
401: {
|
|
10727
|
-
description: string;
|
|
10728
|
-
};
|
|
10729
|
-
};
|
|
10730
|
-
summary: string;
|
|
10731
|
-
tags: string[];
|
|
10732
|
-
'x-fern-sdk-group-name': string[];
|
|
10733
|
-
'x-fern-sdk-method-name': string;
|
|
10734
|
-
};
|
|
10735
|
-
};
|
|
10736
|
-
'/health/get_service_health': {
|
|
10737
|
-
post: {
|
|
10738
|
-
operationId: string;
|
|
10739
|
-
requestBody: {
|
|
10740
|
-
content: {
|
|
10741
|
-
'application/json': {
|
|
10742
|
-
schema: {
|
|
10743
|
-
properties: {
|
|
10744
|
-
service: {
|
|
10745
|
-
type: string;
|
|
10746
|
-
};
|
|
10747
|
-
};
|
|
10748
|
-
required: string[];
|
|
10749
|
-
type: string;
|
|
10750
|
-
};
|
|
10751
|
-
};
|
|
10752
|
-
};
|
|
10753
|
-
};
|
|
10754
|
-
responses: {
|
|
10755
|
-
200: {
|
|
10756
|
-
content: {
|
|
10757
|
-
'application/json': {
|
|
10758
|
-
schema: {
|
|
10759
|
-
properties: {
|
|
10760
|
-
last_service_evaluation_at: {
|
|
10761
|
-
type: string;
|
|
10762
|
-
};
|
|
10763
|
-
ok: {
|
|
10764
|
-
type: string;
|
|
10765
|
-
};
|
|
10766
|
-
service_health: {
|
|
10767
|
-
$ref: string;
|
|
10768
|
-
};
|
|
10769
|
-
};
|
|
10770
|
-
required: string[];
|
|
10771
|
-
type: string;
|
|
10772
|
-
};
|
|
10773
|
-
};
|
|
10774
|
-
};
|
|
10775
|
-
description: string;
|
|
10776
|
-
};
|
|
10777
|
-
400: {
|
|
10778
|
-
description: string;
|
|
10779
|
-
};
|
|
10780
|
-
401: {
|
|
10781
|
-
description: string;
|
|
10782
|
-
};
|
|
10783
|
-
};
|
|
10784
|
-
summary: string;
|
|
10785
|
-
tags: string[];
|
|
10786
|
-
'x-fern-sdk-group-name': string[];
|
|
10787
|
-
'x-fern-sdk-method-name': string;
|
|
10788
|
-
};
|
|
10789
|
-
};
|
|
10790
|
-
'/health/service/[service_name]': {
|
|
10791
|
-
post: {
|
|
10792
|
-
operationId: string;
|
|
10793
|
-
requestBody: {
|
|
10794
|
-
content: {
|
|
10795
|
-
'application/json': {
|
|
10796
|
-
schema: {
|
|
10797
|
-
properties: {
|
|
10798
|
-
service_name: {
|
|
10799
|
-
type: string;
|
|
10800
|
-
};
|
|
10801
|
-
};
|
|
10802
|
-
required: string[];
|
|
10803
|
-
type: string;
|
|
10804
|
-
};
|
|
10805
|
-
};
|
|
10806
|
-
};
|
|
10807
|
-
};
|
|
10808
|
-
responses: {
|
|
10809
|
-
200: {
|
|
10810
|
-
content: {
|
|
10811
|
-
'application/json': {
|
|
10812
|
-
schema: {
|
|
10813
|
-
properties: {
|
|
10814
|
-
last_service_evaluation_at: {
|
|
10815
|
-
type: string;
|
|
10816
|
-
};
|
|
10817
|
-
ok: {
|
|
10818
|
-
type: string;
|
|
10819
|
-
};
|
|
10820
|
-
service_health: {
|
|
10821
|
-
$ref: string;
|
|
10822
|
-
};
|
|
10823
|
-
};
|
|
10824
|
-
required: string[];
|
|
10825
|
-
type: string;
|
|
10826
|
-
};
|
|
10827
|
-
};
|
|
10828
|
-
};
|
|
10829
|
-
description: string;
|
|
10830
|
-
};
|
|
10831
|
-
400: {
|
|
10832
|
-
description: string;
|
|
10833
|
-
};
|
|
10834
|
-
401: {
|
|
10835
|
-
description: string;
|
|
10836
|
-
};
|
|
10837
|
-
};
|
|
10838
|
-
summary: string;
|
|
10839
|
-
tags: string[];
|
|
10840
|
-
'x-fern-sdk-group-name': string[];
|
|
10841
|
-
'x-fern-sdk-method-name': string;
|
|
10842
|
-
};
|
|
10843
|
-
};
|
|
10844
10524
|
'/locks/get': {
|
|
10845
10525
|
post: {
|
|
10846
10526
|
operationId: string;
|
|
@@ -11519,7 +11199,6 @@ declare const _default: {
|
|
|
11519
11199
|
tags: string[];
|
|
11520
11200
|
'x-fern-sdk-group-name': string[];
|
|
11521
11201
|
'x-fern-sdk-method-name': string;
|
|
11522
|
-
'x-fern-sdk-return-value': string;
|
|
11523
11202
|
};
|
|
11524
11203
|
};
|
|
11525
11204
|
'/noise_sensors/noise_thresholds/get': {
|
|
@@ -11831,7 +11510,6 @@ declare const _default: {
|
|
|
11831
11510
|
tags: string[];
|
|
11832
11511
|
'x-fern-sdk-group-name': string[];
|
|
11833
11512
|
'x-fern-sdk-method-name': string;
|
|
11834
|
-
'x-fern-sdk-return-value': string;
|
|
11835
11513
|
};
|
|
11836
11514
|
put: {
|
|
11837
11515
|
operationId: string;
|
|
@@ -17962,18 +17640,6 @@ interface Routes {
|
|
|
17962
17640
|
}>;
|
|
17963
17641
|
};
|
|
17964
17642
|
};
|
|
17965
|
-
'/connect_webviews/view': {
|
|
17966
|
-
route: '/connect_webviews/view';
|
|
17967
|
-
method: 'GET';
|
|
17968
|
-
queryParams: {
|
|
17969
|
-
connect_webview_id: string;
|
|
17970
|
-
auth_token: string;
|
|
17971
|
-
};
|
|
17972
|
-
jsonBody: {};
|
|
17973
|
-
commonParams: {};
|
|
17974
|
-
formData: {};
|
|
17975
|
-
jsonResponse: {};
|
|
17976
|
-
};
|
|
17977
17643
|
'/connected_accounts/delete': {
|
|
17978
17644
|
route: '/connected_accounts/delete';
|
|
17979
17645
|
method: 'DELETE' | 'POST';
|
|
@@ -19457,80 +19123,6 @@ interface Routes {
|
|
|
19457
19123
|
}>;
|
|
19458
19124
|
};
|
|
19459
19125
|
};
|
|
19460
|
-
'/health': {
|
|
19461
|
-
route: '/health';
|
|
19462
|
-
method: 'GET' | 'POST';
|
|
19463
|
-
queryParams: {};
|
|
19464
|
-
jsonBody: {};
|
|
19465
|
-
commonParams: {};
|
|
19466
|
-
formData: {};
|
|
19467
|
-
jsonResponse: {
|
|
19468
|
-
ok: boolean;
|
|
19469
|
-
msg: 'I\u2019m one with the Force. The Force is with me.';
|
|
19470
|
-
last_service_evaluation_at?: string | undefined;
|
|
19471
|
-
service_health_statuses: Array<{
|
|
19472
|
-
service: string;
|
|
19473
|
-
status: 'healthy' | 'degraded' | 'down';
|
|
19474
|
-
description: string;
|
|
19475
|
-
}>;
|
|
19476
|
-
};
|
|
19477
|
-
};
|
|
19478
|
-
'/health/get_health': {
|
|
19479
|
-
route: '/health/get_health';
|
|
19480
|
-
method: 'GET' | 'POST';
|
|
19481
|
-
queryParams: {};
|
|
19482
|
-
jsonBody: {};
|
|
19483
|
-
commonParams: {};
|
|
19484
|
-
formData: {};
|
|
19485
|
-
jsonResponse: {
|
|
19486
|
-
ok: boolean;
|
|
19487
|
-
msg: 'I\u2019m one with the Force. The Force is with me.';
|
|
19488
|
-
last_service_evaluation_at?: string | undefined;
|
|
19489
|
-
service_health_statuses: Array<{
|
|
19490
|
-
service: string;
|
|
19491
|
-
status: 'healthy' | 'degraded' | 'down';
|
|
19492
|
-
description: string;
|
|
19493
|
-
}>;
|
|
19494
|
-
};
|
|
19495
|
-
};
|
|
19496
|
-
'/health/get_service_health': {
|
|
19497
|
-
route: '/health/get_service_health';
|
|
19498
|
-
method: 'GET' | 'POST';
|
|
19499
|
-
queryParams: {};
|
|
19500
|
-
jsonBody: {};
|
|
19501
|
-
commonParams: {
|
|
19502
|
-
service: string;
|
|
19503
|
-
};
|
|
19504
|
-
formData: {};
|
|
19505
|
-
jsonResponse: {
|
|
19506
|
-
ok: true;
|
|
19507
|
-
last_service_evaluation_at: string;
|
|
19508
|
-
service_health: {
|
|
19509
|
-
service: string;
|
|
19510
|
-
status: 'healthy' | 'degraded' | 'down';
|
|
19511
|
-
description: string;
|
|
19512
|
-
};
|
|
19513
|
-
};
|
|
19514
|
-
};
|
|
19515
|
-
'/health/service/[service_name]': {
|
|
19516
|
-
route: '/health/service/[service_name]';
|
|
19517
|
-
method: 'GET' | 'POST';
|
|
19518
|
-
queryParams: {};
|
|
19519
|
-
jsonBody: {};
|
|
19520
|
-
commonParams: {
|
|
19521
|
-
service_name: string;
|
|
19522
|
-
};
|
|
19523
|
-
formData: {};
|
|
19524
|
-
jsonResponse: {
|
|
19525
|
-
ok: true;
|
|
19526
|
-
last_service_evaluation_at: string;
|
|
19527
|
-
service_health: {
|
|
19528
|
-
service: string;
|
|
19529
|
-
status: 'healthy' | 'degraded' | 'down';
|
|
19530
|
-
description: string;
|
|
19531
|
-
};
|
|
19532
|
-
};
|
|
19533
|
-
};
|
|
19534
19126
|
'/locks/get': {
|
|
19535
19127
|
route: '/locks/get';
|
|
19536
19128
|
method: 'GET' | 'POST';
|