@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
package/dist/connect.d.cts
CHANGED
|
@@ -585,6 +585,10 @@ declare const _default: {
|
|
|
585
585
|
nullable: boolean;
|
|
586
586
|
type: string;
|
|
587
587
|
};
|
|
588
|
+
user_identity_full_name: {
|
|
589
|
+
nullable: boolean;
|
|
590
|
+
type: string;
|
|
591
|
+
};
|
|
588
592
|
user_identity_id: {
|
|
589
593
|
type: string;
|
|
590
594
|
};
|
|
@@ -3687,7 +3691,6 @@ declare const _default: {
|
|
|
3687
3691
|
tags: string[];
|
|
3688
3692
|
'x-fern-sdk-group-name': string[];
|
|
3689
3693
|
'x-fern-sdk-method-name': string;
|
|
3690
|
-
'x-fern-sdk-return-value': string;
|
|
3691
3694
|
};
|
|
3692
3695
|
};
|
|
3693
3696
|
'/access_codes/generate_code': {
|
|
@@ -4325,7 +4328,6 @@ declare const _default: {
|
|
|
4325
4328
|
tags: string[];
|
|
4326
4329
|
'x-fern-sdk-group-name': string[];
|
|
4327
4330
|
'x-fern-sdk-method-name': string;
|
|
4328
|
-
'x-fern-sdk-return-value': string;
|
|
4329
4331
|
};
|
|
4330
4332
|
};
|
|
4331
4333
|
'/access_codes/unmanaged/get': {
|
|
@@ -4910,7 +4912,6 @@ declare const _default: {
|
|
|
4910
4912
|
tags: string[];
|
|
4911
4913
|
'x-fern-sdk-group-name': string[];
|
|
4912
4914
|
'x-fern-sdk-method-name': string;
|
|
4913
|
-
'x-fern-sdk-return-value': string;
|
|
4914
4915
|
};
|
|
4915
4916
|
put: {
|
|
4916
4917
|
operationId: string;
|
|
@@ -9021,63 +9022,31 @@ declare const _default: {
|
|
|
9021
9022
|
};
|
|
9022
9023
|
};
|
|
9023
9024
|
security: ({
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
|
|
9027
|
-
|
|
9025
|
+
client_session: never[];
|
|
9026
|
+
pat_with_workspace?: never;
|
|
9027
|
+
console_session?: never;
|
|
9028
|
+
api_key?: never;
|
|
9028
9029
|
} | {
|
|
9029
|
-
|
|
9030
|
-
|
|
9031
|
-
|
|
9032
|
-
|
|
9030
|
+
pat_with_workspace: never[];
|
|
9031
|
+
client_session?: never;
|
|
9032
|
+
console_session?: never;
|
|
9033
|
+
api_key?: never;
|
|
9033
9034
|
} | {
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
|
|
9037
|
-
|
|
9038
|
-
})[];
|
|
9039
|
-
summary: string;
|
|
9040
|
-
tags: string[];
|
|
9041
|
-
'x-fern-sdk-group-name': string[];
|
|
9042
|
-
'x-fern-sdk-method-name': string;
|
|
9043
|
-
'x-fern-sdk-return-value': string;
|
|
9044
|
-
};
|
|
9045
|
-
};
|
|
9046
|
-
'/connect_webviews/view': {
|
|
9047
|
-
get: {
|
|
9048
|
-
operationId: string;
|
|
9049
|
-
parameters: ({
|
|
9050
|
-
in: string;
|
|
9051
|
-
name: string;
|
|
9052
|
-
required: boolean;
|
|
9053
|
-
schema: {
|
|
9054
|
-
format: string;
|
|
9055
|
-
type: string;
|
|
9056
|
-
};
|
|
9035
|
+
console_session: never[];
|
|
9036
|
+
client_session?: never;
|
|
9037
|
+
pat_with_workspace?: never;
|
|
9038
|
+
api_key?: never;
|
|
9057
9039
|
} | {
|
|
9058
|
-
|
|
9059
|
-
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
type: string;
|
|
9063
|
-
format?: never;
|
|
9064
|
-
};
|
|
9040
|
+
api_key: never[];
|
|
9041
|
+
client_session?: never;
|
|
9042
|
+
pat_with_workspace?: never;
|
|
9043
|
+
console_session?: never;
|
|
9065
9044
|
})[];
|
|
9066
|
-
responses: {
|
|
9067
|
-
200: {
|
|
9068
|
-
description: string;
|
|
9069
|
-
};
|
|
9070
|
-
400: {
|
|
9071
|
-
description: string;
|
|
9072
|
-
};
|
|
9073
|
-
401: {
|
|
9074
|
-
description: string;
|
|
9075
|
-
};
|
|
9076
|
-
};
|
|
9077
9045
|
summary: string;
|
|
9078
9046
|
tags: string[];
|
|
9079
9047
|
'x-fern-sdk-group-name': string[];
|
|
9080
9048
|
'x-fern-sdk-method-name': string;
|
|
9049
|
+
'x-fern-sdk-return-value': string;
|
|
9081
9050
|
};
|
|
9082
9051
|
};
|
|
9083
9052
|
'/connected_accounts/delete': {
|
|
@@ -10552,291 +10521,6 @@ declare const _default: {
|
|
|
10552
10521
|
'x-fern-sdk-return-value': string;
|
|
10553
10522
|
};
|
|
10554
10523
|
};
|
|
10555
|
-
'/health': {
|
|
10556
|
-
get: {
|
|
10557
|
-
operationId: string;
|
|
10558
|
-
responses: {
|
|
10559
|
-
200: {
|
|
10560
|
-
content: {
|
|
10561
|
-
'application/json': {
|
|
10562
|
-
schema: {
|
|
10563
|
-
properties: {
|
|
10564
|
-
last_service_evaluation_at: {
|
|
10565
|
-
type: string;
|
|
10566
|
-
};
|
|
10567
|
-
msg: {
|
|
10568
|
-
enum: string[];
|
|
10569
|
-
type: string;
|
|
10570
|
-
};
|
|
10571
|
-
ok: {
|
|
10572
|
-
type: string;
|
|
10573
|
-
};
|
|
10574
|
-
service_health_statuses: {
|
|
10575
|
-
items: {
|
|
10576
|
-
$ref: string;
|
|
10577
|
-
};
|
|
10578
|
-
type: string;
|
|
10579
|
-
};
|
|
10580
|
-
};
|
|
10581
|
-
required: string[];
|
|
10582
|
-
type: string;
|
|
10583
|
-
};
|
|
10584
|
-
};
|
|
10585
|
-
};
|
|
10586
|
-
description: string;
|
|
10587
|
-
};
|
|
10588
|
-
400: {
|
|
10589
|
-
description: string;
|
|
10590
|
-
};
|
|
10591
|
-
401: {
|
|
10592
|
-
description: string;
|
|
10593
|
-
};
|
|
10594
|
-
};
|
|
10595
|
-
summary: string;
|
|
10596
|
-
tags: string[];
|
|
10597
|
-
'x-fern-ignore': boolean;
|
|
10598
|
-
};
|
|
10599
|
-
post: {
|
|
10600
|
-
operationId: string;
|
|
10601
|
-
responses: {
|
|
10602
|
-
200: {
|
|
10603
|
-
content: {
|
|
10604
|
-
'application/json': {
|
|
10605
|
-
schema: {
|
|
10606
|
-
properties: {
|
|
10607
|
-
last_service_evaluation_at: {
|
|
10608
|
-
type: string;
|
|
10609
|
-
};
|
|
10610
|
-
msg: {
|
|
10611
|
-
enum: string[];
|
|
10612
|
-
type: string;
|
|
10613
|
-
};
|
|
10614
|
-
ok: {
|
|
10615
|
-
type: string;
|
|
10616
|
-
};
|
|
10617
|
-
service_health_statuses: {
|
|
10618
|
-
items: {
|
|
10619
|
-
$ref: string;
|
|
10620
|
-
};
|
|
10621
|
-
type: string;
|
|
10622
|
-
};
|
|
10623
|
-
};
|
|
10624
|
-
required: string[];
|
|
10625
|
-
type: string;
|
|
10626
|
-
};
|
|
10627
|
-
};
|
|
10628
|
-
};
|
|
10629
|
-
description: string;
|
|
10630
|
-
};
|
|
10631
|
-
400: {
|
|
10632
|
-
description: string;
|
|
10633
|
-
};
|
|
10634
|
-
401: {
|
|
10635
|
-
description: string;
|
|
10636
|
-
};
|
|
10637
|
-
};
|
|
10638
|
-
summary: string;
|
|
10639
|
-
tags: string[];
|
|
10640
|
-
'x-fern-ignore': boolean;
|
|
10641
|
-
};
|
|
10642
|
-
};
|
|
10643
|
-
'/health/get_health': {
|
|
10644
|
-
get: {
|
|
10645
|
-
operationId: string;
|
|
10646
|
-
responses: {
|
|
10647
|
-
200: {
|
|
10648
|
-
content: {
|
|
10649
|
-
'application/json': {
|
|
10650
|
-
schema: {
|
|
10651
|
-
properties: {
|
|
10652
|
-
last_service_evaluation_at: {
|
|
10653
|
-
type: string;
|
|
10654
|
-
};
|
|
10655
|
-
msg: {
|
|
10656
|
-
enum: string[];
|
|
10657
|
-
type: string;
|
|
10658
|
-
};
|
|
10659
|
-
ok: {
|
|
10660
|
-
type: string;
|
|
10661
|
-
};
|
|
10662
|
-
service_health_statuses: {
|
|
10663
|
-
items: {
|
|
10664
|
-
$ref: string;
|
|
10665
|
-
};
|
|
10666
|
-
type: string;
|
|
10667
|
-
};
|
|
10668
|
-
};
|
|
10669
|
-
required: string[];
|
|
10670
|
-
type: string;
|
|
10671
|
-
};
|
|
10672
|
-
};
|
|
10673
|
-
};
|
|
10674
|
-
description: string;
|
|
10675
|
-
};
|
|
10676
|
-
400: {
|
|
10677
|
-
description: string;
|
|
10678
|
-
};
|
|
10679
|
-
401: {
|
|
10680
|
-
description: string;
|
|
10681
|
-
};
|
|
10682
|
-
};
|
|
10683
|
-
summary: string;
|
|
10684
|
-
tags: string[];
|
|
10685
|
-
'x-fern-ignore': boolean;
|
|
10686
|
-
};
|
|
10687
|
-
post: {
|
|
10688
|
-
operationId: string;
|
|
10689
|
-
responses: {
|
|
10690
|
-
200: {
|
|
10691
|
-
content: {
|
|
10692
|
-
'application/json': {
|
|
10693
|
-
schema: {
|
|
10694
|
-
properties: {
|
|
10695
|
-
last_service_evaluation_at: {
|
|
10696
|
-
type: string;
|
|
10697
|
-
};
|
|
10698
|
-
msg: {
|
|
10699
|
-
enum: string[];
|
|
10700
|
-
type: string;
|
|
10701
|
-
};
|
|
10702
|
-
ok: {
|
|
10703
|
-
type: string;
|
|
10704
|
-
};
|
|
10705
|
-
service_health_statuses: {
|
|
10706
|
-
items: {
|
|
10707
|
-
$ref: string;
|
|
10708
|
-
};
|
|
10709
|
-
type: string;
|
|
10710
|
-
};
|
|
10711
|
-
};
|
|
10712
|
-
required: string[];
|
|
10713
|
-
type: string;
|
|
10714
|
-
};
|
|
10715
|
-
};
|
|
10716
|
-
};
|
|
10717
|
-
description: string;
|
|
10718
|
-
};
|
|
10719
|
-
400: {
|
|
10720
|
-
description: string;
|
|
10721
|
-
};
|
|
10722
|
-
401: {
|
|
10723
|
-
description: string;
|
|
10724
|
-
};
|
|
10725
|
-
};
|
|
10726
|
-
summary: string;
|
|
10727
|
-
tags: string[];
|
|
10728
|
-
'x-fern-sdk-group-name': string[];
|
|
10729
|
-
'x-fern-sdk-method-name': string;
|
|
10730
|
-
};
|
|
10731
|
-
};
|
|
10732
|
-
'/health/get_service_health': {
|
|
10733
|
-
post: {
|
|
10734
|
-
operationId: string;
|
|
10735
|
-
requestBody: {
|
|
10736
|
-
content: {
|
|
10737
|
-
'application/json': {
|
|
10738
|
-
schema: {
|
|
10739
|
-
properties: {
|
|
10740
|
-
service: {
|
|
10741
|
-
type: string;
|
|
10742
|
-
};
|
|
10743
|
-
};
|
|
10744
|
-
required: string[];
|
|
10745
|
-
type: string;
|
|
10746
|
-
};
|
|
10747
|
-
};
|
|
10748
|
-
};
|
|
10749
|
-
};
|
|
10750
|
-
responses: {
|
|
10751
|
-
200: {
|
|
10752
|
-
content: {
|
|
10753
|
-
'application/json': {
|
|
10754
|
-
schema: {
|
|
10755
|
-
properties: {
|
|
10756
|
-
last_service_evaluation_at: {
|
|
10757
|
-
type: string;
|
|
10758
|
-
};
|
|
10759
|
-
ok: {
|
|
10760
|
-
type: string;
|
|
10761
|
-
};
|
|
10762
|
-
service_health: {
|
|
10763
|
-
$ref: string;
|
|
10764
|
-
};
|
|
10765
|
-
};
|
|
10766
|
-
required: string[];
|
|
10767
|
-
type: string;
|
|
10768
|
-
};
|
|
10769
|
-
};
|
|
10770
|
-
};
|
|
10771
|
-
description: string;
|
|
10772
|
-
};
|
|
10773
|
-
400: {
|
|
10774
|
-
description: string;
|
|
10775
|
-
};
|
|
10776
|
-
401: {
|
|
10777
|
-
description: string;
|
|
10778
|
-
};
|
|
10779
|
-
};
|
|
10780
|
-
summary: string;
|
|
10781
|
-
tags: string[];
|
|
10782
|
-
'x-fern-sdk-group-name': string[];
|
|
10783
|
-
'x-fern-sdk-method-name': string;
|
|
10784
|
-
};
|
|
10785
|
-
};
|
|
10786
|
-
'/health/service/[service_name]': {
|
|
10787
|
-
post: {
|
|
10788
|
-
operationId: string;
|
|
10789
|
-
requestBody: {
|
|
10790
|
-
content: {
|
|
10791
|
-
'application/json': {
|
|
10792
|
-
schema: {
|
|
10793
|
-
properties: {
|
|
10794
|
-
service_name: {
|
|
10795
|
-
type: string;
|
|
10796
|
-
};
|
|
10797
|
-
};
|
|
10798
|
-
required: string[];
|
|
10799
|
-
type: string;
|
|
10800
|
-
};
|
|
10801
|
-
};
|
|
10802
|
-
};
|
|
10803
|
-
};
|
|
10804
|
-
responses: {
|
|
10805
|
-
200: {
|
|
10806
|
-
content: {
|
|
10807
|
-
'application/json': {
|
|
10808
|
-
schema: {
|
|
10809
|
-
properties: {
|
|
10810
|
-
last_service_evaluation_at: {
|
|
10811
|
-
type: string;
|
|
10812
|
-
};
|
|
10813
|
-
ok: {
|
|
10814
|
-
type: string;
|
|
10815
|
-
};
|
|
10816
|
-
service_health: {
|
|
10817
|
-
$ref: string;
|
|
10818
|
-
};
|
|
10819
|
-
};
|
|
10820
|
-
required: string[];
|
|
10821
|
-
type: string;
|
|
10822
|
-
};
|
|
10823
|
-
};
|
|
10824
|
-
};
|
|
10825
|
-
description: string;
|
|
10826
|
-
};
|
|
10827
|
-
400: {
|
|
10828
|
-
description: string;
|
|
10829
|
-
};
|
|
10830
|
-
401: {
|
|
10831
|
-
description: string;
|
|
10832
|
-
};
|
|
10833
|
-
};
|
|
10834
|
-
summary: string;
|
|
10835
|
-
tags: string[];
|
|
10836
|
-
'x-fern-sdk-group-name': string[];
|
|
10837
|
-
'x-fern-sdk-method-name': string;
|
|
10838
|
-
};
|
|
10839
|
-
};
|
|
10840
10524
|
'/locks/get': {
|
|
10841
10525
|
post: {
|
|
10842
10526
|
operationId: string;
|
|
@@ -11515,7 +11199,6 @@ declare const _default: {
|
|
|
11515
11199
|
tags: string[];
|
|
11516
11200
|
'x-fern-sdk-group-name': string[];
|
|
11517
11201
|
'x-fern-sdk-method-name': string;
|
|
11518
|
-
'x-fern-sdk-return-value': string;
|
|
11519
11202
|
};
|
|
11520
11203
|
};
|
|
11521
11204
|
'/noise_sensors/noise_thresholds/get': {
|
|
@@ -11827,7 +11510,6 @@ declare const _default: {
|
|
|
11827
11510
|
tags: string[];
|
|
11828
11511
|
'x-fern-sdk-group-name': string[];
|
|
11829
11512
|
'x-fern-sdk-method-name': string;
|
|
11830
|
-
'x-fern-sdk-return-value': string;
|
|
11831
11513
|
};
|
|
11832
11514
|
put: {
|
|
11833
11515
|
operationId: string;
|
|
@@ -16773,6 +16455,7 @@ interface Routes {
|
|
|
16773
16455
|
ends_at: string;
|
|
16774
16456
|
} | undefined;
|
|
16775
16457
|
user_identity_id?: string | undefined;
|
|
16458
|
+
user_identity_full_name?: (string | null) | undefined;
|
|
16776
16459
|
user_identity_email_address?: (string | null) | undefined;
|
|
16777
16460
|
user_identity_phone_number?: (string | null) | undefined;
|
|
16778
16461
|
full_name?: string | undefined;
|
|
@@ -17375,6 +17058,7 @@ interface Routes {
|
|
|
17375
17058
|
ends_at: string;
|
|
17376
17059
|
} | undefined;
|
|
17377
17060
|
user_identity_id?: string | undefined;
|
|
17061
|
+
user_identity_full_name?: (string | null) | undefined;
|
|
17378
17062
|
user_identity_email_address?: (string | null) | undefined;
|
|
17379
17063
|
user_identity_phone_number?: (string | null) | undefined;
|
|
17380
17064
|
full_name?: string | undefined;
|
|
@@ -17425,6 +17109,7 @@ interface Routes {
|
|
|
17425
17109
|
ends_at: string;
|
|
17426
17110
|
} | undefined;
|
|
17427
17111
|
user_identity_id?: string | undefined;
|
|
17112
|
+
user_identity_full_name?: (string | null) | undefined;
|
|
17428
17113
|
user_identity_email_address?: (string | null) | undefined;
|
|
17429
17114
|
user_identity_phone_number?: (string | null) | undefined;
|
|
17430
17115
|
full_name?: string | undefined;
|
|
@@ -17467,6 +17152,7 @@ interface Routes {
|
|
|
17467
17152
|
ends_at: string;
|
|
17468
17153
|
} | undefined;
|
|
17469
17154
|
user_identity_id?: string | undefined;
|
|
17155
|
+
user_identity_full_name?: (string | null) | undefined;
|
|
17470
17156
|
user_identity_email_address?: (string | null) | undefined;
|
|
17471
17157
|
user_identity_phone_number?: (string | null) | undefined;
|
|
17472
17158
|
full_name?: string | undefined;
|
|
@@ -17954,18 +17640,6 @@ interface Routes {
|
|
|
17954
17640
|
}>;
|
|
17955
17641
|
};
|
|
17956
17642
|
};
|
|
17957
|
-
'/connect_webviews/view': {
|
|
17958
|
-
route: '/connect_webviews/view';
|
|
17959
|
-
method: 'GET';
|
|
17960
|
-
queryParams: {
|
|
17961
|
-
connect_webview_id: string;
|
|
17962
|
-
auth_token: string;
|
|
17963
|
-
};
|
|
17964
|
-
jsonBody: {};
|
|
17965
|
-
commonParams: {};
|
|
17966
|
-
formData: {};
|
|
17967
|
-
jsonResponse: {};
|
|
17968
|
-
};
|
|
17969
17643
|
'/connected_accounts/delete': {
|
|
17970
17644
|
route: '/connected_accounts/delete';
|
|
17971
17645
|
method: 'DELETE' | 'POST';
|
|
@@ -19449,80 +19123,6 @@ interface Routes {
|
|
|
19449
19123
|
}>;
|
|
19450
19124
|
};
|
|
19451
19125
|
};
|
|
19452
|
-
'/health': {
|
|
19453
|
-
route: '/health';
|
|
19454
|
-
method: 'GET' | 'POST';
|
|
19455
|
-
queryParams: {};
|
|
19456
|
-
jsonBody: {};
|
|
19457
|
-
commonParams: {};
|
|
19458
|
-
formData: {};
|
|
19459
|
-
jsonResponse: {
|
|
19460
|
-
ok: boolean;
|
|
19461
|
-
msg: 'I\u2019m one with the Force. The Force is with me.';
|
|
19462
|
-
last_service_evaluation_at?: string | undefined;
|
|
19463
|
-
service_health_statuses: Array<{
|
|
19464
|
-
service: string;
|
|
19465
|
-
status: 'healthy' | 'degraded' | 'down';
|
|
19466
|
-
description: string;
|
|
19467
|
-
}>;
|
|
19468
|
-
};
|
|
19469
|
-
};
|
|
19470
|
-
'/health/get_health': {
|
|
19471
|
-
route: '/health/get_health';
|
|
19472
|
-
method: 'GET' | 'POST';
|
|
19473
|
-
queryParams: {};
|
|
19474
|
-
jsonBody: {};
|
|
19475
|
-
commonParams: {};
|
|
19476
|
-
formData: {};
|
|
19477
|
-
jsonResponse: {
|
|
19478
|
-
ok: boolean;
|
|
19479
|
-
msg: 'I\u2019m one with the Force. The Force is with me.';
|
|
19480
|
-
last_service_evaluation_at?: string | undefined;
|
|
19481
|
-
service_health_statuses: Array<{
|
|
19482
|
-
service: string;
|
|
19483
|
-
status: 'healthy' | 'degraded' | 'down';
|
|
19484
|
-
description: string;
|
|
19485
|
-
}>;
|
|
19486
|
-
};
|
|
19487
|
-
};
|
|
19488
|
-
'/health/get_service_health': {
|
|
19489
|
-
route: '/health/get_service_health';
|
|
19490
|
-
method: 'GET' | 'POST';
|
|
19491
|
-
queryParams: {};
|
|
19492
|
-
jsonBody: {};
|
|
19493
|
-
commonParams: {
|
|
19494
|
-
service: string;
|
|
19495
|
-
};
|
|
19496
|
-
formData: {};
|
|
19497
|
-
jsonResponse: {
|
|
19498
|
-
ok: true;
|
|
19499
|
-
last_service_evaluation_at: string;
|
|
19500
|
-
service_health: {
|
|
19501
|
-
service: string;
|
|
19502
|
-
status: 'healthy' | 'degraded' | 'down';
|
|
19503
|
-
description: string;
|
|
19504
|
-
};
|
|
19505
|
-
};
|
|
19506
|
-
};
|
|
19507
|
-
'/health/service/[service_name]': {
|
|
19508
|
-
route: '/health/service/[service_name]';
|
|
19509
|
-
method: 'GET' | 'POST';
|
|
19510
|
-
queryParams: {};
|
|
19511
|
-
jsonBody: {};
|
|
19512
|
-
commonParams: {
|
|
19513
|
-
service_name: string;
|
|
19514
|
-
};
|
|
19515
|
-
formData: {};
|
|
19516
|
-
jsonResponse: {
|
|
19517
|
-
ok: true;
|
|
19518
|
-
last_service_evaluation_at: string;
|
|
19519
|
-
service_health: {
|
|
19520
|
-
service: string;
|
|
19521
|
-
status: 'healthy' | 'degraded' | 'down';
|
|
19522
|
-
description: string;
|
|
19523
|
-
};
|
|
19524
|
-
};
|
|
19525
|
-
};
|
|
19526
19126
|
'/locks/get': {
|
|
19527
19127
|
route: '/locks/get';
|
|
19528
19128
|
method: 'GET' | 'POST';
|
|
@@ -24725,6 +24325,7 @@ interface Routes {
|
|
|
24725
24325
|
ends_at: string;
|
|
24726
24326
|
} | undefined;
|
|
24727
24327
|
user_identity_id?: string | undefined;
|
|
24328
|
+
user_identity_full_name?: (string | null) | undefined;
|
|
24728
24329
|
user_identity_email_address?: (string | null) | undefined;
|
|
24729
24330
|
user_identity_phone_number?: (string | null) | undefined;
|
|
24730
24331
|
full_name?: string | undefined;
|
|
@@ -22,6 +22,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
22
22
|
starts_at: string;
|
|
23
23
|
ends_at: string;
|
|
24
24
|
}>>;
|
|
25
|
+
user_identity_full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
26
|
user_identity_email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
27
|
user_identity_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
28
|
full_name: z.ZodOptional<z.ZodString>;
|
|
@@ -43,6 +44,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
43
44
|
starts_at: string;
|
|
44
45
|
ends_at: string;
|
|
45
46
|
} | undefined;
|
|
47
|
+
user_identity_full_name?: string | null | undefined;
|
|
46
48
|
user_identity_email_address?: string | null | undefined;
|
|
47
49
|
user_identity_phone_number?: string | null | undefined;
|
|
48
50
|
full_name?: string | undefined;
|
|
@@ -64,6 +66,7 @@ export declare const acs_user: z.ZodObject<{
|
|
|
64
66
|
starts_at: string;
|
|
65
67
|
ends_at: string;
|
|
66
68
|
} | undefined;
|
|
69
|
+
user_identity_full_name?: string | null | undefined;
|
|
67
70
|
user_identity_email_address?: string | null | undefined;
|
|
68
71
|
user_identity_phone_number?: string | null | undefined;
|
|
69
72
|
full_name?: string | undefined;
|
|
@@ -31,6 +31,7 @@ export const acs_user = z
|
|
|
31
31
|
is_suspended: z.boolean(),
|
|
32
32
|
access_schedule: schedule.optional(),
|
|
33
33
|
user_identity_id: z.string().optional(),
|
|
34
|
+
user_identity_full_name: z.string().nullable().optional(),
|
|
34
35
|
user_identity_email_address: z.string().nullable().optional(),
|
|
35
36
|
user_identity_phone_number: z.string().nullable().optional(),
|
|
36
37
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAEzC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,6BAA6B;IAC7B,iBAAiB;IACjB,YAAY;CACb,CAAC,CAAA;AAIF,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC;;;;KAI3C,CAAC;IACJ,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC/C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB,CAAC,QAAQ,EAAE;IAChD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;IACzB,eAAe,EAAE,QAAQ,CAAC,QAAQ,EAAE;IACpC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7D,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC7D,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"user.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAEzC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,6BAA6B;IAC7B,iBAAiB;IACjB,YAAY;CACb,CAAC,CAAA;AAIF,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC;;;;KAI3C,CAAC;IACJ,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC5C,YAAY,EAAE,YAAY,CAAC,QAAQ,EAAE;CACtC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC;KACtB,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAC/C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,sBAAsB,CAAC,QAAQ,EAAE;IAChD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,YAAY,EAAE,CAAC,CAAC,OAAO,EAAE;IACzB,eAAe,EAAE,QAAQ,CAAC,QAAQ,EAAE;IACpC,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACvC,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACzD,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC7D,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC7D,CAAC;KACD,KAAK,CAAC,WAAW,CAAC,CAAA"}
|