@seamapi/types 1.153.2 → 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 +10 -270
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +26 -425
- package/lib/seam/connect/models/acs/user.d.ts +3 -0
- package/lib/seam/connect/models/acs/user.js +1 -0
- package/lib/seam/connect/models/acs/user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +21 -339
- package/lib/seam/connect/openapi.js +5 -265
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -86
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +5 -265
- package/src/lib/seam/connect/route-types.ts +5 -86
|
@@ -511,6 +511,10 @@ declare const _default: {
|
|
|
511
511
|
nullable: boolean;
|
|
512
512
|
type: string;
|
|
513
513
|
};
|
|
514
|
+
user_identity_full_name: {
|
|
515
|
+
nullable: boolean;
|
|
516
|
+
type: string;
|
|
517
|
+
};
|
|
514
518
|
user_identity_id: {
|
|
515
519
|
type: string;
|
|
516
520
|
};
|
|
@@ -3613,7 +3617,6 @@ declare const _default: {
|
|
|
3613
3617
|
tags: string[];
|
|
3614
3618
|
'x-fern-sdk-group-name': string[];
|
|
3615
3619
|
'x-fern-sdk-method-name': string;
|
|
3616
|
-
'x-fern-sdk-return-value': string;
|
|
3617
3620
|
};
|
|
3618
3621
|
};
|
|
3619
3622
|
'/access_codes/generate_code': {
|
|
@@ -4251,7 +4254,6 @@ declare const _default: {
|
|
|
4251
4254
|
tags: string[];
|
|
4252
4255
|
'x-fern-sdk-group-name': string[];
|
|
4253
4256
|
'x-fern-sdk-method-name': string;
|
|
4254
|
-
'x-fern-sdk-return-value': string;
|
|
4255
4257
|
};
|
|
4256
4258
|
};
|
|
4257
4259
|
'/access_codes/unmanaged/get': {
|
|
@@ -4836,7 +4838,6 @@ declare const _default: {
|
|
|
4836
4838
|
tags: string[];
|
|
4837
4839
|
'x-fern-sdk-group-name': string[];
|
|
4838
4840
|
'x-fern-sdk-method-name': string;
|
|
4839
|
-
'x-fern-sdk-return-value': string;
|
|
4840
4841
|
};
|
|
4841
4842
|
put: {
|
|
4842
4843
|
operationId: string;
|
|
@@ -8947,63 +8948,31 @@ declare const _default: {
|
|
|
8947
8948
|
};
|
|
8948
8949
|
};
|
|
8949
8950
|
security: ({
|
|
8950
|
-
|
|
8951
|
-
|
|
8952
|
-
|
|
8953
|
-
|
|
8951
|
+
client_session: never[];
|
|
8952
|
+
pat_with_workspace?: never;
|
|
8953
|
+
console_session?: never;
|
|
8954
|
+
api_key?: never;
|
|
8954
8955
|
} | {
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
|
|
8956
|
+
pat_with_workspace: never[];
|
|
8957
|
+
client_session?: never;
|
|
8958
|
+
console_session?: never;
|
|
8959
|
+
api_key?: never;
|
|
8959
8960
|
} | {
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
8963
|
-
|
|
8964
|
-
})[];
|
|
8965
|
-
summary: string;
|
|
8966
|
-
tags: string[];
|
|
8967
|
-
'x-fern-sdk-group-name': string[];
|
|
8968
|
-
'x-fern-sdk-method-name': string;
|
|
8969
|
-
'x-fern-sdk-return-value': string;
|
|
8970
|
-
};
|
|
8971
|
-
};
|
|
8972
|
-
'/connect_webviews/view': {
|
|
8973
|
-
get: {
|
|
8974
|
-
operationId: string;
|
|
8975
|
-
parameters: ({
|
|
8976
|
-
in: string;
|
|
8977
|
-
name: string;
|
|
8978
|
-
required: boolean;
|
|
8979
|
-
schema: {
|
|
8980
|
-
format: string;
|
|
8981
|
-
type: string;
|
|
8982
|
-
};
|
|
8961
|
+
console_session: never[];
|
|
8962
|
+
client_session?: never;
|
|
8963
|
+
pat_with_workspace?: never;
|
|
8964
|
+
api_key?: never;
|
|
8983
8965
|
} | {
|
|
8984
|
-
|
|
8985
|
-
|
|
8986
|
-
|
|
8987
|
-
|
|
8988
|
-
type: string;
|
|
8989
|
-
format?: never;
|
|
8990
|
-
};
|
|
8966
|
+
api_key: never[];
|
|
8967
|
+
client_session?: never;
|
|
8968
|
+
pat_with_workspace?: never;
|
|
8969
|
+
console_session?: never;
|
|
8991
8970
|
})[];
|
|
8992
|
-
responses: {
|
|
8993
|
-
200: {
|
|
8994
|
-
description: string;
|
|
8995
|
-
};
|
|
8996
|
-
400: {
|
|
8997
|
-
description: string;
|
|
8998
|
-
};
|
|
8999
|
-
401: {
|
|
9000
|
-
description: string;
|
|
9001
|
-
};
|
|
9002
|
-
};
|
|
9003
8971
|
summary: string;
|
|
9004
8972
|
tags: string[];
|
|
9005
8973
|
'x-fern-sdk-group-name': string[];
|
|
9006
8974
|
'x-fern-sdk-method-name': string;
|
|
8975
|
+
'x-fern-sdk-return-value': string;
|
|
9007
8976
|
};
|
|
9008
8977
|
};
|
|
9009
8978
|
'/connected_accounts/delete': {
|
|
@@ -10478,291 +10447,6 @@ declare const _default: {
|
|
|
10478
10447
|
'x-fern-sdk-return-value': string;
|
|
10479
10448
|
};
|
|
10480
10449
|
};
|
|
10481
|
-
'/health': {
|
|
10482
|
-
get: {
|
|
10483
|
-
operationId: string;
|
|
10484
|
-
responses: {
|
|
10485
|
-
200: {
|
|
10486
|
-
content: {
|
|
10487
|
-
'application/json': {
|
|
10488
|
-
schema: {
|
|
10489
|
-
properties: {
|
|
10490
|
-
last_service_evaluation_at: {
|
|
10491
|
-
type: string;
|
|
10492
|
-
};
|
|
10493
|
-
msg: {
|
|
10494
|
-
enum: string[];
|
|
10495
|
-
type: string;
|
|
10496
|
-
};
|
|
10497
|
-
ok: {
|
|
10498
|
-
type: string;
|
|
10499
|
-
};
|
|
10500
|
-
service_health_statuses: {
|
|
10501
|
-
items: {
|
|
10502
|
-
$ref: string;
|
|
10503
|
-
};
|
|
10504
|
-
type: string;
|
|
10505
|
-
};
|
|
10506
|
-
};
|
|
10507
|
-
required: string[];
|
|
10508
|
-
type: string;
|
|
10509
|
-
};
|
|
10510
|
-
};
|
|
10511
|
-
};
|
|
10512
|
-
description: string;
|
|
10513
|
-
};
|
|
10514
|
-
400: {
|
|
10515
|
-
description: string;
|
|
10516
|
-
};
|
|
10517
|
-
401: {
|
|
10518
|
-
description: string;
|
|
10519
|
-
};
|
|
10520
|
-
};
|
|
10521
|
-
summary: string;
|
|
10522
|
-
tags: string[];
|
|
10523
|
-
'x-fern-ignore': boolean;
|
|
10524
|
-
};
|
|
10525
|
-
post: {
|
|
10526
|
-
operationId: string;
|
|
10527
|
-
responses: {
|
|
10528
|
-
200: {
|
|
10529
|
-
content: {
|
|
10530
|
-
'application/json': {
|
|
10531
|
-
schema: {
|
|
10532
|
-
properties: {
|
|
10533
|
-
last_service_evaluation_at: {
|
|
10534
|
-
type: string;
|
|
10535
|
-
};
|
|
10536
|
-
msg: {
|
|
10537
|
-
enum: string[];
|
|
10538
|
-
type: string;
|
|
10539
|
-
};
|
|
10540
|
-
ok: {
|
|
10541
|
-
type: string;
|
|
10542
|
-
};
|
|
10543
|
-
service_health_statuses: {
|
|
10544
|
-
items: {
|
|
10545
|
-
$ref: string;
|
|
10546
|
-
};
|
|
10547
|
-
type: string;
|
|
10548
|
-
};
|
|
10549
|
-
};
|
|
10550
|
-
required: string[];
|
|
10551
|
-
type: string;
|
|
10552
|
-
};
|
|
10553
|
-
};
|
|
10554
|
-
};
|
|
10555
|
-
description: string;
|
|
10556
|
-
};
|
|
10557
|
-
400: {
|
|
10558
|
-
description: string;
|
|
10559
|
-
};
|
|
10560
|
-
401: {
|
|
10561
|
-
description: string;
|
|
10562
|
-
};
|
|
10563
|
-
};
|
|
10564
|
-
summary: string;
|
|
10565
|
-
tags: string[];
|
|
10566
|
-
'x-fern-ignore': boolean;
|
|
10567
|
-
};
|
|
10568
|
-
};
|
|
10569
|
-
'/health/get_health': {
|
|
10570
|
-
get: {
|
|
10571
|
-
operationId: string;
|
|
10572
|
-
responses: {
|
|
10573
|
-
200: {
|
|
10574
|
-
content: {
|
|
10575
|
-
'application/json': {
|
|
10576
|
-
schema: {
|
|
10577
|
-
properties: {
|
|
10578
|
-
last_service_evaluation_at: {
|
|
10579
|
-
type: string;
|
|
10580
|
-
};
|
|
10581
|
-
msg: {
|
|
10582
|
-
enum: string[];
|
|
10583
|
-
type: string;
|
|
10584
|
-
};
|
|
10585
|
-
ok: {
|
|
10586
|
-
type: string;
|
|
10587
|
-
};
|
|
10588
|
-
service_health_statuses: {
|
|
10589
|
-
items: {
|
|
10590
|
-
$ref: string;
|
|
10591
|
-
};
|
|
10592
|
-
type: string;
|
|
10593
|
-
};
|
|
10594
|
-
};
|
|
10595
|
-
required: string[];
|
|
10596
|
-
type: string;
|
|
10597
|
-
};
|
|
10598
|
-
};
|
|
10599
|
-
};
|
|
10600
|
-
description: string;
|
|
10601
|
-
};
|
|
10602
|
-
400: {
|
|
10603
|
-
description: string;
|
|
10604
|
-
};
|
|
10605
|
-
401: {
|
|
10606
|
-
description: string;
|
|
10607
|
-
};
|
|
10608
|
-
};
|
|
10609
|
-
summary: string;
|
|
10610
|
-
tags: string[];
|
|
10611
|
-
'x-fern-ignore': boolean;
|
|
10612
|
-
};
|
|
10613
|
-
post: {
|
|
10614
|
-
operationId: string;
|
|
10615
|
-
responses: {
|
|
10616
|
-
200: {
|
|
10617
|
-
content: {
|
|
10618
|
-
'application/json': {
|
|
10619
|
-
schema: {
|
|
10620
|
-
properties: {
|
|
10621
|
-
last_service_evaluation_at: {
|
|
10622
|
-
type: string;
|
|
10623
|
-
};
|
|
10624
|
-
msg: {
|
|
10625
|
-
enum: string[];
|
|
10626
|
-
type: string;
|
|
10627
|
-
};
|
|
10628
|
-
ok: {
|
|
10629
|
-
type: string;
|
|
10630
|
-
};
|
|
10631
|
-
service_health_statuses: {
|
|
10632
|
-
items: {
|
|
10633
|
-
$ref: string;
|
|
10634
|
-
};
|
|
10635
|
-
type: string;
|
|
10636
|
-
};
|
|
10637
|
-
};
|
|
10638
|
-
required: string[];
|
|
10639
|
-
type: string;
|
|
10640
|
-
};
|
|
10641
|
-
};
|
|
10642
|
-
};
|
|
10643
|
-
description: string;
|
|
10644
|
-
};
|
|
10645
|
-
400: {
|
|
10646
|
-
description: string;
|
|
10647
|
-
};
|
|
10648
|
-
401: {
|
|
10649
|
-
description: string;
|
|
10650
|
-
};
|
|
10651
|
-
};
|
|
10652
|
-
summary: string;
|
|
10653
|
-
tags: string[];
|
|
10654
|
-
'x-fern-sdk-group-name': string[];
|
|
10655
|
-
'x-fern-sdk-method-name': string;
|
|
10656
|
-
};
|
|
10657
|
-
};
|
|
10658
|
-
'/health/get_service_health': {
|
|
10659
|
-
post: {
|
|
10660
|
-
operationId: string;
|
|
10661
|
-
requestBody: {
|
|
10662
|
-
content: {
|
|
10663
|
-
'application/json': {
|
|
10664
|
-
schema: {
|
|
10665
|
-
properties: {
|
|
10666
|
-
service: {
|
|
10667
|
-
type: string;
|
|
10668
|
-
};
|
|
10669
|
-
};
|
|
10670
|
-
required: string[];
|
|
10671
|
-
type: string;
|
|
10672
|
-
};
|
|
10673
|
-
};
|
|
10674
|
-
};
|
|
10675
|
-
};
|
|
10676
|
-
responses: {
|
|
10677
|
-
200: {
|
|
10678
|
-
content: {
|
|
10679
|
-
'application/json': {
|
|
10680
|
-
schema: {
|
|
10681
|
-
properties: {
|
|
10682
|
-
last_service_evaluation_at: {
|
|
10683
|
-
type: string;
|
|
10684
|
-
};
|
|
10685
|
-
ok: {
|
|
10686
|
-
type: string;
|
|
10687
|
-
};
|
|
10688
|
-
service_health: {
|
|
10689
|
-
$ref: string;
|
|
10690
|
-
};
|
|
10691
|
-
};
|
|
10692
|
-
required: string[];
|
|
10693
|
-
type: string;
|
|
10694
|
-
};
|
|
10695
|
-
};
|
|
10696
|
-
};
|
|
10697
|
-
description: string;
|
|
10698
|
-
};
|
|
10699
|
-
400: {
|
|
10700
|
-
description: string;
|
|
10701
|
-
};
|
|
10702
|
-
401: {
|
|
10703
|
-
description: string;
|
|
10704
|
-
};
|
|
10705
|
-
};
|
|
10706
|
-
summary: string;
|
|
10707
|
-
tags: string[];
|
|
10708
|
-
'x-fern-sdk-group-name': string[];
|
|
10709
|
-
'x-fern-sdk-method-name': string;
|
|
10710
|
-
};
|
|
10711
|
-
};
|
|
10712
|
-
'/health/service/[service_name]': {
|
|
10713
|
-
post: {
|
|
10714
|
-
operationId: string;
|
|
10715
|
-
requestBody: {
|
|
10716
|
-
content: {
|
|
10717
|
-
'application/json': {
|
|
10718
|
-
schema: {
|
|
10719
|
-
properties: {
|
|
10720
|
-
service_name: {
|
|
10721
|
-
type: string;
|
|
10722
|
-
};
|
|
10723
|
-
};
|
|
10724
|
-
required: string[];
|
|
10725
|
-
type: string;
|
|
10726
|
-
};
|
|
10727
|
-
};
|
|
10728
|
-
};
|
|
10729
|
-
};
|
|
10730
|
-
responses: {
|
|
10731
|
-
200: {
|
|
10732
|
-
content: {
|
|
10733
|
-
'application/json': {
|
|
10734
|
-
schema: {
|
|
10735
|
-
properties: {
|
|
10736
|
-
last_service_evaluation_at: {
|
|
10737
|
-
type: string;
|
|
10738
|
-
};
|
|
10739
|
-
ok: {
|
|
10740
|
-
type: string;
|
|
10741
|
-
};
|
|
10742
|
-
service_health: {
|
|
10743
|
-
$ref: string;
|
|
10744
|
-
};
|
|
10745
|
-
};
|
|
10746
|
-
required: string[];
|
|
10747
|
-
type: string;
|
|
10748
|
-
};
|
|
10749
|
-
};
|
|
10750
|
-
};
|
|
10751
|
-
description: string;
|
|
10752
|
-
};
|
|
10753
|
-
400: {
|
|
10754
|
-
description: string;
|
|
10755
|
-
};
|
|
10756
|
-
401: {
|
|
10757
|
-
description: string;
|
|
10758
|
-
};
|
|
10759
|
-
};
|
|
10760
|
-
summary: string;
|
|
10761
|
-
tags: string[];
|
|
10762
|
-
'x-fern-sdk-group-name': string[];
|
|
10763
|
-
'x-fern-sdk-method-name': string;
|
|
10764
|
-
};
|
|
10765
|
-
};
|
|
10766
10450
|
'/locks/get': {
|
|
10767
10451
|
post: {
|
|
10768
10452
|
operationId: string;
|
|
@@ -11441,7 +11125,6 @@ declare const _default: {
|
|
|
11441
11125
|
tags: string[];
|
|
11442
11126
|
'x-fern-sdk-group-name': string[];
|
|
11443
11127
|
'x-fern-sdk-method-name': string;
|
|
11444
|
-
'x-fern-sdk-return-value': string;
|
|
11445
11128
|
};
|
|
11446
11129
|
};
|
|
11447
11130
|
'/noise_sensors/noise_thresholds/get': {
|
|
@@ -11753,7 +11436,6 @@ declare const _default: {
|
|
|
11753
11436
|
tags: string[];
|
|
11754
11437
|
'x-fern-sdk-group-name': string[];
|
|
11755
11438
|
'x-fern-sdk-method-name': string;
|
|
11756
|
-
'x-fern-sdk-return-value': string;
|
|
11757
11439
|
};
|
|
11758
11440
|
put: {
|
|
11759
11441
|
operationId: string;
|