@seamapi/types 1.232.0 → 1.234.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 +523 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1352 -231
- package/lib/seam/connect/models/acs/acs-credential.d.ts +160 -2
- package/lib/seam/connect/models/acs/acs-credential.js +7 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.d.ts +114 -1
- package/lib/seam/connect/models/acs/acs-user.js +7 -1
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +9 -0
- package/lib/seam/connect/models/acs/metadata/visionline.js +3 -0
- package/lib/seam/connect/models/acs/metadata/visionline.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +648 -10
- package/lib/seam/connect/openapi.js +492 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +223 -11
- package/lib/seam/connect/schemas.d.ts +1 -1
- package/lib/seam/connect/schemas.js +1 -1
- package/lib/seam/connect/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +14 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +14 -1
- package/src/lib/seam/connect/models/acs/metadata/visionline.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +492 -3
- package/src/lib/seam/connect/route-types.ts +277 -1
- package/src/lib/seam/connect/schemas.ts +2 -0
|
@@ -280,6 +280,10 @@ declare const _default: {
|
|
|
280
280
|
is_latest_desired_state_synced_with_provider: {
|
|
281
281
|
type: string;
|
|
282
282
|
};
|
|
283
|
+
is_managed: {
|
|
284
|
+
enum: boolean[];
|
|
285
|
+
type: string;
|
|
286
|
+
};
|
|
283
287
|
is_multi_phone_sync_credential: {
|
|
284
288
|
type: string;
|
|
285
289
|
};
|
|
@@ -300,6 +304,9 @@ declare const _default: {
|
|
|
300
304
|
enum: string[];
|
|
301
305
|
type: string;
|
|
302
306
|
};
|
|
307
|
+
card_id: {
|
|
308
|
+
type: string;
|
|
309
|
+
};
|
|
303
310
|
common_acs_entrance_ids: {
|
|
304
311
|
items: {
|
|
305
312
|
format: string;
|
|
@@ -307,6 +314,9 @@ declare const _default: {
|
|
|
307
314
|
};
|
|
308
315
|
type: string;
|
|
309
316
|
};
|
|
317
|
+
credential_id: {
|
|
318
|
+
type: string;
|
|
319
|
+
};
|
|
310
320
|
guest_acs_entrance_ids: {
|
|
311
321
|
items: {
|
|
312
322
|
format: string;
|
|
@@ -314,6 +324,9 @@ declare const _default: {
|
|
|
314
324
|
};
|
|
315
325
|
type: string;
|
|
316
326
|
};
|
|
327
|
+
is_valid: {
|
|
328
|
+
type: string;
|
|
329
|
+
};
|
|
317
330
|
joiner_acs_credential_ids: {
|
|
318
331
|
items: {
|
|
319
332
|
format: string;
|
|
@@ -714,6 +727,10 @@ declare const _default: {
|
|
|
714
727
|
is_latest_desired_state_synced_with_provider: {
|
|
715
728
|
type: string;
|
|
716
729
|
};
|
|
730
|
+
is_managed: {
|
|
731
|
+
enum: boolean[];
|
|
732
|
+
type: string;
|
|
733
|
+
};
|
|
717
734
|
is_suspended: {
|
|
718
735
|
type: string;
|
|
719
736
|
};
|
|
@@ -1257,6 +1274,15 @@ declare const _default: {
|
|
|
1257
1274
|
};
|
|
1258
1275
|
device: {
|
|
1259
1276
|
properties: {
|
|
1277
|
+
can_hvac_cool: {
|
|
1278
|
+
type: string;
|
|
1279
|
+
};
|
|
1280
|
+
can_hvac_heat: {
|
|
1281
|
+
type: string;
|
|
1282
|
+
};
|
|
1283
|
+
can_hvac_heat_cool: {
|
|
1284
|
+
type: string;
|
|
1285
|
+
};
|
|
1260
1286
|
can_program_offline_access_codes: {
|
|
1261
1287
|
type: string;
|
|
1262
1288
|
};
|
|
@@ -1278,6 +1304,9 @@ declare const _default: {
|
|
|
1278
1304
|
can_simulate_removal: {
|
|
1279
1305
|
type: string;
|
|
1280
1306
|
};
|
|
1307
|
+
can_turn_off_hvac: {
|
|
1308
|
+
type: string;
|
|
1309
|
+
};
|
|
1281
1310
|
capabilities_supported: {
|
|
1282
1311
|
description: string;
|
|
1283
1312
|
items: {
|
|
@@ -2550,6 +2579,15 @@ declare const _default: {
|
|
|
2550
2579
|
};
|
|
2551
2580
|
device_provider: {
|
|
2552
2581
|
properties: {
|
|
2582
|
+
can_hvac_cool: {
|
|
2583
|
+
type: string;
|
|
2584
|
+
};
|
|
2585
|
+
can_hvac_heat: {
|
|
2586
|
+
type: string;
|
|
2587
|
+
};
|
|
2588
|
+
can_hvac_heat_cool: {
|
|
2589
|
+
type: string;
|
|
2590
|
+
};
|
|
2553
2591
|
can_program_offline_access_codes: {
|
|
2554
2592
|
type: string;
|
|
2555
2593
|
};
|
|
@@ -2571,6 +2609,9 @@ declare const _default: {
|
|
|
2571
2609
|
can_simulate_removal: {
|
|
2572
2610
|
type: string;
|
|
2573
2611
|
};
|
|
2612
|
+
can_turn_off_hvac: {
|
|
2613
|
+
type: string;
|
|
2614
|
+
};
|
|
2574
2615
|
device_provider_name: {
|
|
2575
2616
|
enum: string[];
|
|
2576
2617
|
type: string;
|
|
@@ -2728,6 +2769,15 @@ declare const _default: {
|
|
|
2728
2769
|
};
|
|
2729
2770
|
phone: {
|
|
2730
2771
|
properties: {
|
|
2772
|
+
can_hvac_cool: {
|
|
2773
|
+
type: string;
|
|
2774
|
+
};
|
|
2775
|
+
can_hvac_heat: {
|
|
2776
|
+
type: string;
|
|
2777
|
+
};
|
|
2778
|
+
can_hvac_heat_cool: {
|
|
2779
|
+
type: string;
|
|
2780
|
+
};
|
|
2731
2781
|
can_program_offline_access_codes: {
|
|
2732
2782
|
type: string;
|
|
2733
2783
|
};
|
|
@@ -2749,6 +2799,9 @@ declare const _default: {
|
|
|
2749
2799
|
can_simulate_removal: {
|
|
2750
2800
|
type: string;
|
|
2751
2801
|
};
|
|
2802
|
+
can_turn_off_hvac: {
|
|
2803
|
+
type: string;
|
|
2804
|
+
};
|
|
2752
2805
|
capabilities_supported: {
|
|
2753
2806
|
description: string;
|
|
2754
2807
|
items: {
|
|
@@ -3048,6 +3101,15 @@ declare const _default: {
|
|
|
3048
3101
|
};
|
|
3049
3102
|
unmanaged_device: {
|
|
3050
3103
|
properties: {
|
|
3104
|
+
can_hvac_cool: {
|
|
3105
|
+
type: string;
|
|
3106
|
+
};
|
|
3107
|
+
can_hvac_heat: {
|
|
3108
|
+
type: string;
|
|
3109
|
+
};
|
|
3110
|
+
can_hvac_heat_cool: {
|
|
3111
|
+
type: string;
|
|
3112
|
+
};
|
|
3051
3113
|
can_program_offline_access_codes: {
|
|
3052
3114
|
type: string;
|
|
3053
3115
|
};
|
|
@@ -3069,6 +3131,9 @@ declare const _default: {
|
|
|
3069
3131
|
can_simulate_removal: {
|
|
3070
3132
|
type: string;
|
|
3071
3133
|
};
|
|
3134
|
+
can_turn_off_hvac: {
|
|
3135
|
+
type: string;
|
|
3136
|
+
};
|
|
3072
3137
|
capabilities_supported: {
|
|
3073
3138
|
description: string;
|
|
3074
3139
|
items: {
|
|
@@ -6636,6 +6701,461 @@ declare const _default: {
|
|
|
6636
6701
|
'x-fern-sdk-method-name': string;
|
|
6637
6702
|
};
|
|
6638
6703
|
};
|
|
6704
|
+
'/acs/credentials/unmanaged/get': {
|
|
6705
|
+
post: {
|
|
6706
|
+
operationId: string;
|
|
6707
|
+
requestBody: {
|
|
6708
|
+
content: {
|
|
6709
|
+
'application/json': {
|
|
6710
|
+
schema: {
|
|
6711
|
+
properties: {
|
|
6712
|
+
acs_credential_id: {
|
|
6713
|
+
format: string;
|
|
6714
|
+
type: string;
|
|
6715
|
+
};
|
|
6716
|
+
};
|
|
6717
|
+
required: string[];
|
|
6718
|
+
type: string;
|
|
6719
|
+
};
|
|
6720
|
+
};
|
|
6721
|
+
};
|
|
6722
|
+
};
|
|
6723
|
+
responses: {
|
|
6724
|
+
200: {
|
|
6725
|
+
content: {
|
|
6726
|
+
'application/json': {
|
|
6727
|
+
schema: {
|
|
6728
|
+
properties: {
|
|
6729
|
+
acs_credential: {
|
|
6730
|
+
properties: {
|
|
6731
|
+
access_method: {
|
|
6732
|
+
enum: string[];
|
|
6733
|
+
type: string;
|
|
6734
|
+
};
|
|
6735
|
+
acs_credential_id: {
|
|
6736
|
+
format: string;
|
|
6737
|
+
type: string;
|
|
6738
|
+
};
|
|
6739
|
+
acs_credential_pool_id: {
|
|
6740
|
+
format: string;
|
|
6741
|
+
type: string;
|
|
6742
|
+
};
|
|
6743
|
+
acs_system_id: {
|
|
6744
|
+
format: string;
|
|
6745
|
+
type: string;
|
|
6746
|
+
};
|
|
6747
|
+
acs_user_id: {
|
|
6748
|
+
format: string;
|
|
6749
|
+
type: string;
|
|
6750
|
+
};
|
|
6751
|
+
code: {
|
|
6752
|
+
nullable: boolean;
|
|
6753
|
+
type: string;
|
|
6754
|
+
};
|
|
6755
|
+
created_at: {
|
|
6756
|
+
format: string;
|
|
6757
|
+
type: string;
|
|
6758
|
+
};
|
|
6759
|
+
display_name: {
|
|
6760
|
+
minLength: number;
|
|
6761
|
+
type: string;
|
|
6762
|
+
};
|
|
6763
|
+
ends_at: {
|
|
6764
|
+
type: string;
|
|
6765
|
+
};
|
|
6766
|
+
errors: {
|
|
6767
|
+
items: {
|
|
6768
|
+
properties: {
|
|
6769
|
+
error_code: {
|
|
6770
|
+
type: string;
|
|
6771
|
+
};
|
|
6772
|
+
message: {
|
|
6773
|
+
type: string;
|
|
6774
|
+
};
|
|
6775
|
+
};
|
|
6776
|
+
required: string[];
|
|
6777
|
+
type: string;
|
|
6778
|
+
};
|
|
6779
|
+
type: string;
|
|
6780
|
+
};
|
|
6781
|
+
external_type: {
|
|
6782
|
+
enum: string[];
|
|
6783
|
+
type: string;
|
|
6784
|
+
};
|
|
6785
|
+
external_type_display_name: {
|
|
6786
|
+
type: string;
|
|
6787
|
+
};
|
|
6788
|
+
is_latest_desired_state_synced_with_provider: {
|
|
6789
|
+
type: string;
|
|
6790
|
+
};
|
|
6791
|
+
is_managed: {
|
|
6792
|
+
enum: boolean[];
|
|
6793
|
+
type: string;
|
|
6794
|
+
};
|
|
6795
|
+
is_multi_phone_sync_credential: {
|
|
6796
|
+
type: string;
|
|
6797
|
+
};
|
|
6798
|
+
latest_desired_state_synced_with_provider_at: {
|
|
6799
|
+
format: string;
|
|
6800
|
+
type: string;
|
|
6801
|
+
};
|
|
6802
|
+
parent_acs_credential_id: {
|
|
6803
|
+
format: string;
|
|
6804
|
+
type: string;
|
|
6805
|
+
};
|
|
6806
|
+
starts_at: {
|
|
6807
|
+
type: string;
|
|
6808
|
+
};
|
|
6809
|
+
visionline_metadata: {
|
|
6810
|
+
properties: {
|
|
6811
|
+
card_function_type: {
|
|
6812
|
+
enum: string[];
|
|
6813
|
+
type: string;
|
|
6814
|
+
};
|
|
6815
|
+
card_id: {
|
|
6816
|
+
type: string;
|
|
6817
|
+
};
|
|
6818
|
+
common_acs_entrance_ids: {
|
|
6819
|
+
items: {
|
|
6820
|
+
format: string;
|
|
6821
|
+
type: string;
|
|
6822
|
+
};
|
|
6823
|
+
type: string;
|
|
6824
|
+
};
|
|
6825
|
+
credential_id: {
|
|
6826
|
+
type: string;
|
|
6827
|
+
};
|
|
6828
|
+
guest_acs_entrance_ids: {
|
|
6829
|
+
items: {
|
|
6830
|
+
format: string;
|
|
6831
|
+
type: string;
|
|
6832
|
+
};
|
|
6833
|
+
type: string;
|
|
6834
|
+
};
|
|
6835
|
+
is_valid: {
|
|
6836
|
+
type: string;
|
|
6837
|
+
};
|
|
6838
|
+
joiner_acs_credential_ids: {
|
|
6839
|
+
items: {
|
|
6840
|
+
format: string;
|
|
6841
|
+
type: string;
|
|
6842
|
+
};
|
|
6843
|
+
type: string;
|
|
6844
|
+
};
|
|
6845
|
+
};
|
|
6846
|
+
required: string[];
|
|
6847
|
+
type: string;
|
|
6848
|
+
};
|
|
6849
|
+
warnings: {
|
|
6850
|
+
items: {
|
|
6851
|
+
properties: {
|
|
6852
|
+
message: {
|
|
6853
|
+
type: string;
|
|
6854
|
+
};
|
|
6855
|
+
warning_code: {
|
|
6856
|
+
type: string;
|
|
6857
|
+
};
|
|
6858
|
+
};
|
|
6859
|
+
required: string[];
|
|
6860
|
+
type: string;
|
|
6861
|
+
};
|
|
6862
|
+
type: string;
|
|
6863
|
+
};
|
|
6864
|
+
workspace_id: {
|
|
6865
|
+
format: string;
|
|
6866
|
+
type: string;
|
|
6867
|
+
};
|
|
6868
|
+
};
|
|
6869
|
+
required: string[];
|
|
6870
|
+
type: string;
|
|
6871
|
+
};
|
|
6872
|
+
ok: {
|
|
6873
|
+
type: string;
|
|
6874
|
+
};
|
|
6875
|
+
};
|
|
6876
|
+
required: string[];
|
|
6877
|
+
type: string;
|
|
6878
|
+
};
|
|
6879
|
+
};
|
|
6880
|
+
};
|
|
6881
|
+
description: string;
|
|
6882
|
+
};
|
|
6883
|
+
400: {
|
|
6884
|
+
description: string;
|
|
6885
|
+
};
|
|
6886
|
+
401: {
|
|
6887
|
+
description: string;
|
|
6888
|
+
};
|
|
6889
|
+
};
|
|
6890
|
+
security: ({
|
|
6891
|
+
pat_with_workspace: never[];
|
|
6892
|
+
console_session?: never;
|
|
6893
|
+
api_key?: never;
|
|
6894
|
+
} | {
|
|
6895
|
+
console_session: never[];
|
|
6896
|
+
pat_with_workspace?: never;
|
|
6897
|
+
api_key?: never;
|
|
6898
|
+
} | {
|
|
6899
|
+
api_key: never[];
|
|
6900
|
+
pat_with_workspace?: never;
|
|
6901
|
+
console_session?: never;
|
|
6902
|
+
})[];
|
|
6903
|
+
summary: string;
|
|
6904
|
+
tags: string[];
|
|
6905
|
+
'x-fern-sdk-group-name': string[];
|
|
6906
|
+
'x-fern-sdk-method-name': string;
|
|
6907
|
+
'x-fern-sdk-return-value': string;
|
|
6908
|
+
};
|
|
6909
|
+
};
|
|
6910
|
+
'/acs/credentials/unmanaged/list': {
|
|
6911
|
+
post: {
|
|
6912
|
+
operationId: string;
|
|
6913
|
+
requestBody: {
|
|
6914
|
+
content: {
|
|
6915
|
+
'application/json': {
|
|
6916
|
+
schema: {
|
|
6917
|
+
oneOf: ({
|
|
6918
|
+
properties: {
|
|
6919
|
+
acs_user_id: {
|
|
6920
|
+
format: string;
|
|
6921
|
+
type: string;
|
|
6922
|
+
};
|
|
6923
|
+
acs_system_id?: never;
|
|
6924
|
+
user_identity_id?: never;
|
|
6925
|
+
};
|
|
6926
|
+
required: string[];
|
|
6927
|
+
type: string;
|
|
6928
|
+
} | {
|
|
6929
|
+
properties: {
|
|
6930
|
+
acs_system_id: {
|
|
6931
|
+
format: string;
|
|
6932
|
+
type: string;
|
|
6933
|
+
};
|
|
6934
|
+
acs_user_id?: never;
|
|
6935
|
+
user_identity_id?: never;
|
|
6936
|
+
};
|
|
6937
|
+
required: string[];
|
|
6938
|
+
type: string;
|
|
6939
|
+
} | {
|
|
6940
|
+
properties: {
|
|
6941
|
+
acs_system_id: {
|
|
6942
|
+
format: string;
|
|
6943
|
+
type: string;
|
|
6944
|
+
};
|
|
6945
|
+
acs_user_id: {
|
|
6946
|
+
format: string;
|
|
6947
|
+
type: string;
|
|
6948
|
+
};
|
|
6949
|
+
user_identity_id?: never;
|
|
6950
|
+
};
|
|
6951
|
+
required: string[];
|
|
6952
|
+
type: string;
|
|
6953
|
+
} | {
|
|
6954
|
+
properties: {
|
|
6955
|
+
user_identity_id: {
|
|
6956
|
+
format: string;
|
|
6957
|
+
type: string;
|
|
6958
|
+
};
|
|
6959
|
+
acs_user_id?: never;
|
|
6960
|
+
acs_system_id?: never;
|
|
6961
|
+
};
|
|
6962
|
+
required: string[];
|
|
6963
|
+
type: string;
|
|
6964
|
+
})[];
|
|
6965
|
+
};
|
|
6966
|
+
};
|
|
6967
|
+
};
|
|
6968
|
+
};
|
|
6969
|
+
responses: {
|
|
6970
|
+
200: {
|
|
6971
|
+
content: {
|
|
6972
|
+
'application/json': {
|
|
6973
|
+
schema: {
|
|
6974
|
+
properties: {
|
|
6975
|
+
acs_credentials: {
|
|
6976
|
+
items: {
|
|
6977
|
+
properties: {
|
|
6978
|
+
access_method: {
|
|
6979
|
+
enum: string[];
|
|
6980
|
+
type: string;
|
|
6981
|
+
};
|
|
6982
|
+
acs_credential_id: {
|
|
6983
|
+
format: string;
|
|
6984
|
+
type: string;
|
|
6985
|
+
};
|
|
6986
|
+
acs_credential_pool_id: {
|
|
6987
|
+
format: string;
|
|
6988
|
+
type: string;
|
|
6989
|
+
};
|
|
6990
|
+
acs_system_id: {
|
|
6991
|
+
format: string;
|
|
6992
|
+
type: string;
|
|
6993
|
+
};
|
|
6994
|
+
acs_user_id: {
|
|
6995
|
+
format: string;
|
|
6996
|
+
type: string;
|
|
6997
|
+
};
|
|
6998
|
+
code: {
|
|
6999
|
+
nullable: boolean;
|
|
7000
|
+
type: string;
|
|
7001
|
+
};
|
|
7002
|
+
created_at: {
|
|
7003
|
+
format: string;
|
|
7004
|
+
type: string;
|
|
7005
|
+
};
|
|
7006
|
+
display_name: {
|
|
7007
|
+
minLength: number;
|
|
7008
|
+
type: string;
|
|
7009
|
+
};
|
|
7010
|
+
ends_at: {
|
|
7011
|
+
type: string;
|
|
7012
|
+
};
|
|
7013
|
+
errors: {
|
|
7014
|
+
items: {
|
|
7015
|
+
properties: {
|
|
7016
|
+
error_code: {
|
|
7017
|
+
type: string;
|
|
7018
|
+
};
|
|
7019
|
+
message: {
|
|
7020
|
+
type: string;
|
|
7021
|
+
};
|
|
7022
|
+
};
|
|
7023
|
+
required: string[];
|
|
7024
|
+
type: string;
|
|
7025
|
+
};
|
|
7026
|
+
type: string;
|
|
7027
|
+
};
|
|
7028
|
+
external_type: {
|
|
7029
|
+
enum: string[];
|
|
7030
|
+
type: string;
|
|
7031
|
+
};
|
|
7032
|
+
external_type_display_name: {
|
|
7033
|
+
type: string;
|
|
7034
|
+
};
|
|
7035
|
+
is_latest_desired_state_synced_with_provider: {
|
|
7036
|
+
type: string;
|
|
7037
|
+
};
|
|
7038
|
+
is_managed: {
|
|
7039
|
+
enum: boolean[];
|
|
7040
|
+
type: string;
|
|
7041
|
+
};
|
|
7042
|
+
is_multi_phone_sync_credential: {
|
|
7043
|
+
type: string;
|
|
7044
|
+
};
|
|
7045
|
+
latest_desired_state_synced_with_provider_at: {
|
|
7046
|
+
format: string;
|
|
7047
|
+
type: string;
|
|
7048
|
+
};
|
|
7049
|
+
parent_acs_credential_id: {
|
|
7050
|
+
format: string;
|
|
7051
|
+
type: string;
|
|
7052
|
+
};
|
|
7053
|
+
starts_at: {
|
|
7054
|
+
type: string;
|
|
7055
|
+
};
|
|
7056
|
+
visionline_metadata: {
|
|
7057
|
+
properties: {
|
|
7058
|
+
card_function_type: {
|
|
7059
|
+
enum: string[];
|
|
7060
|
+
type: string;
|
|
7061
|
+
};
|
|
7062
|
+
card_id: {
|
|
7063
|
+
type: string;
|
|
7064
|
+
};
|
|
7065
|
+
common_acs_entrance_ids: {
|
|
7066
|
+
items: {
|
|
7067
|
+
format: string;
|
|
7068
|
+
type: string;
|
|
7069
|
+
};
|
|
7070
|
+
type: string;
|
|
7071
|
+
};
|
|
7072
|
+
credential_id: {
|
|
7073
|
+
type: string;
|
|
7074
|
+
};
|
|
7075
|
+
guest_acs_entrance_ids: {
|
|
7076
|
+
items: {
|
|
7077
|
+
format: string;
|
|
7078
|
+
type: string;
|
|
7079
|
+
};
|
|
7080
|
+
type: string;
|
|
7081
|
+
};
|
|
7082
|
+
is_valid: {
|
|
7083
|
+
type: string;
|
|
7084
|
+
};
|
|
7085
|
+
joiner_acs_credential_ids: {
|
|
7086
|
+
items: {
|
|
7087
|
+
format: string;
|
|
7088
|
+
type: string;
|
|
7089
|
+
};
|
|
7090
|
+
type: string;
|
|
7091
|
+
};
|
|
7092
|
+
};
|
|
7093
|
+
required: string[];
|
|
7094
|
+
type: string;
|
|
7095
|
+
};
|
|
7096
|
+
warnings: {
|
|
7097
|
+
items: {
|
|
7098
|
+
properties: {
|
|
7099
|
+
message: {
|
|
7100
|
+
type: string;
|
|
7101
|
+
};
|
|
7102
|
+
warning_code: {
|
|
7103
|
+
type: string;
|
|
7104
|
+
};
|
|
7105
|
+
};
|
|
7106
|
+
required: string[];
|
|
7107
|
+
type: string;
|
|
7108
|
+
};
|
|
7109
|
+
type: string;
|
|
7110
|
+
};
|
|
7111
|
+
workspace_id: {
|
|
7112
|
+
format: string;
|
|
7113
|
+
type: string;
|
|
7114
|
+
};
|
|
7115
|
+
};
|
|
7116
|
+
required: string[];
|
|
7117
|
+
type: string;
|
|
7118
|
+
};
|
|
7119
|
+
type: string;
|
|
7120
|
+
};
|
|
7121
|
+
ok: {
|
|
7122
|
+
type: string;
|
|
7123
|
+
};
|
|
7124
|
+
};
|
|
7125
|
+
required: string[];
|
|
7126
|
+
type: string;
|
|
7127
|
+
};
|
|
7128
|
+
};
|
|
7129
|
+
};
|
|
7130
|
+
description: string;
|
|
7131
|
+
};
|
|
7132
|
+
400: {
|
|
7133
|
+
description: string;
|
|
7134
|
+
};
|
|
7135
|
+
401: {
|
|
7136
|
+
description: string;
|
|
7137
|
+
};
|
|
7138
|
+
};
|
|
7139
|
+
security: ({
|
|
7140
|
+
api_key: never[];
|
|
7141
|
+
pat_with_workspace?: never;
|
|
7142
|
+
console_session?: never;
|
|
7143
|
+
} | {
|
|
7144
|
+
pat_with_workspace: never[];
|
|
7145
|
+
api_key?: never;
|
|
7146
|
+
console_session?: never;
|
|
7147
|
+
} | {
|
|
7148
|
+
console_session: never[];
|
|
7149
|
+
api_key?: never;
|
|
7150
|
+
pat_with_workspace?: never;
|
|
7151
|
+
})[];
|
|
7152
|
+
summary: string;
|
|
7153
|
+
tags: string[];
|
|
7154
|
+
'x-fern-sdk-group-name': string[];
|
|
7155
|
+
'x-fern-sdk-method-name': string;
|
|
7156
|
+
'x-fern-sdk-return-value': string;
|
|
7157
|
+
};
|
|
7158
|
+
};
|
|
6639
7159
|
'/acs/credentials/update': {
|
|
6640
7160
|
patch: {
|
|
6641
7161
|
operationId: string;
|
|
@@ -8109,8 +8629,22 @@ declare const _default: {
|
|
|
8109
8629
|
format: string;
|
|
8110
8630
|
type: string;
|
|
8111
8631
|
};
|
|
8632
|
+
limit: {
|
|
8633
|
+
default: number;
|
|
8634
|
+
format: string;
|
|
8635
|
+
type: string;
|
|
8636
|
+
};
|
|
8637
|
+
user_identity_email_address: {
|
|
8638
|
+
type: string;
|
|
8639
|
+
};
|
|
8640
|
+
user_identity_id: {
|
|
8641
|
+
format: string;
|
|
8642
|
+
type: string;
|
|
8643
|
+
};
|
|
8644
|
+
user_identity_phone_number: {
|
|
8645
|
+
type: string;
|
|
8646
|
+
};
|
|
8112
8647
|
};
|
|
8113
|
-
required: string[];
|
|
8114
8648
|
type: string;
|
|
8115
8649
|
};
|
|
8116
8650
|
};
|
|
@@ -8124,7 +8658,119 @@ declare const _default: {
|
|
|
8124
8658
|
properties: {
|
|
8125
8659
|
acs_users: {
|
|
8126
8660
|
items: {
|
|
8127
|
-
|
|
8661
|
+
properties: {
|
|
8662
|
+
access_schedule: {
|
|
8663
|
+
properties: {
|
|
8664
|
+
ends_at: {
|
|
8665
|
+
format: string;
|
|
8666
|
+
type: string;
|
|
8667
|
+
};
|
|
8668
|
+
starts_at: {
|
|
8669
|
+
format: string;
|
|
8670
|
+
type: string;
|
|
8671
|
+
};
|
|
8672
|
+
};
|
|
8673
|
+
required: string[];
|
|
8674
|
+
type: string;
|
|
8675
|
+
};
|
|
8676
|
+
acs_system_id: {
|
|
8677
|
+
format: string;
|
|
8678
|
+
type: string;
|
|
8679
|
+
};
|
|
8680
|
+
acs_user_id: {
|
|
8681
|
+
format: string;
|
|
8682
|
+
type: string;
|
|
8683
|
+
};
|
|
8684
|
+
created_at: {
|
|
8685
|
+
format: string;
|
|
8686
|
+
type: string;
|
|
8687
|
+
};
|
|
8688
|
+
display_name: {
|
|
8689
|
+
type: string;
|
|
8690
|
+
};
|
|
8691
|
+
email: {
|
|
8692
|
+
deprecated: boolean;
|
|
8693
|
+
format: string;
|
|
8694
|
+
type: string;
|
|
8695
|
+
'x-deprecated': string;
|
|
8696
|
+
};
|
|
8697
|
+
email_address: {
|
|
8698
|
+
format: string;
|
|
8699
|
+
type: string;
|
|
8700
|
+
};
|
|
8701
|
+
external_type: {
|
|
8702
|
+
enum: string[];
|
|
8703
|
+
type: string;
|
|
8704
|
+
};
|
|
8705
|
+
external_type_display_name: {
|
|
8706
|
+
type: string;
|
|
8707
|
+
};
|
|
8708
|
+
full_name: {
|
|
8709
|
+
type: string;
|
|
8710
|
+
};
|
|
8711
|
+
hid_acs_system_id: {
|
|
8712
|
+
format: string;
|
|
8713
|
+
type: string;
|
|
8714
|
+
};
|
|
8715
|
+
is_latest_desired_state_synced_with_provider: {
|
|
8716
|
+
type: string;
|
|
8717
|
+
};
|
|
8718
|
+
is_managed: {
|
|
8719
|
+
enum: boolean[];
|
|
8720
|
+
type: string;
|
|
8721
|
+
};
|
|
8722
|
+
is_suspended: {
|
|
8723
|
+
type: string;
|
|
8724
|
+
};
|
|
8725
|
+
latest_desired_state_synced_with_provider_at: {
|
|
8726
|
+
format: string;
|
|
8727
|
+
type: string;
|
|
8728
|
+
};
|
|
8729
|
+
phone_number: {
|
|
8730
|
+
type: string;
|
|
8731
|
+
};
|
|
8732
|
+
user_identity_email_address: {
|
|
8733
|
+
nullable: boolean;
|
|
8734
|
+
type: string;
|
|
8735
|
+
};
|
|
8736
|
+
user_identity_full_name: {
|
|
8737
|
+
nullable: boolean;
|
|
8738
|
+
type: string;
|
|
8739
|
+
};
|
|
8740
|
+
user_identity_id: {
|
|
8741
|
+
type: string;
|
|
8742
|
+
};
|
|
8743
|
+
user_identity_phone_number: {
|
|
8744
|
+
nullable: boolean;
|
|
8745
|
+
type: string;
|
|
8746
|
+
};
|
|
8747
|
+
warnings: {
|
|
8748
|
+
items: {
|
|
8749
|
+
properties: {
|
|
8750
|
+
created_at: {
|
|
8751
|
+
format: string;
|
|
8752
|
+
type: string;
|
|
8753
|
+
};
|
|
8754
|
+
message: {
|
|
8755
|
+
type: string;
|
|
8756
|
+
};
|
|
8757
|
+
warning_code: {
|
|
8758
|
+
enum: string[];
|
|
8759
|
+
type: string;
|
|
8760
|
+
};
|
|
8761
|
+
};
|
|
8762
|
+
required: string[];
|
|
8763
|
+
type: string;
|
|
8764
|
+
};
|
|
8765
|
+
type: string;
|
|
8766
|
+
};
|
|
8767
|
+
workspace_id: {
|
|
8768
|
+
format: string;
|
|
8769
|
+
type: string;
|
|
8770
|
+
};
|
|
8771
|
+
};
|
|
8772
|
+
required: string[];
|
|
8773
|
+
type: string;
|
|
8128
8774
|
};
|
|
8129
8775
|
type: string;
|
|
8130
8776
|
};
|
|
@@ -8147,23 +8793,15 @@ declare const _default: {
|
|
|
8147
8793
|
};
|
|
8148
8794
|
};
|
|
8149
8795
|
security: ({
|
|
8150
|
-
client_session: never[];
|
|
8151
|
-
pat_with_workspace?: never;
|
|
8152
|
-
console_session?: never;
|
|
8153
|
-
api_key?: never;
|
|
8154
|
-
} | {
|
|
8155
8796
|
pat_with_workspace: never[];
|
|
8156
|
-
client_session?: never;
|
|
8157
8797
|
console_session?: never;
|
|
8158
8798
|
api_key?: never;
|
|
8159
8799
|
} | {
|
|
8160
8800
|
console_session: never[];
|
|
8161
|
-
client_session?: never;
|
|
8162
8801
|
pat_with_workspace?: never;
|
|
8163
8802
|
api_key?: never;
|
|
8164
8803
|
} | {
|
|
8165
8804
|
api_key: never[];
|
|
8166
|
-
client_session?: never;
|
|
8167
8805
|
pat_with_workspace?: never;
|
|
8168
8806
|
console_session?: never;
|
|
8169
8807
|
})[];
|