@seamapi/types 1.272.0 → 1.274.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 +210 -39
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +394 -19
- package/lib/seam/connect/models/acs/acs-access-group.js +23 -8
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +19 -19
- package/lib/seam/connect/models/devices/device-metadata.d.ts +38 -0
- package/lib/seam/connect/models/devices/device-metadata.js +11 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +54 -0
- package/lib/seam/connect/models/devices/phone.d.ts +38 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +38 -0
- package/lib/seam/connect/openapi.d.ts +70 -0
- package/lib/seam/connect/openapi.js +179 -31
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +213 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +31 -8
- package/src/lib/seam/connect/models/devices/device-metadata.ts +11 -1
- package/src/lib/seam/connect/openapi.ts +210 -31
- package/src/lib/seam/connect/route-types.ts +241 -0
|
@@ -173,6 +173,7 @@ declare const _default: {
|
|
|
173
173
|
type: string;
|
|
174
174
|
};
|
|
175
175
|
acs_access_group: {
|
|
176
|
+
description: string;
|
|
176
177
|
properties: {
|
|
177
178
|
access_group_type: {
|
|
178
179
|
deprecated: boolean;
|
|
@@ -186,14 +187,17 @@ declare const _default: {
|
|
|
186
187
|
'x-deprecated': string;
|
|
187
188
|
};
|
|
188
189
|
acs_access_group_id: {
|
|
190
|
+
description: string;
|
|
189
191
|
format: string;
|
|
190
192
|
type: string;
|
|
191
193
|
};
|
|
192
194
|
acs_system_id: {
|
|
195
|
+
description: string;
|
|
193
196
|
format: string;
|
|
194
197
|
type: string;
|
|
195
198
|
};
|
|
196
199
|
created_at: {
|
|
200
|
+
description: string;
|
|
197
201
|
format: string;
|
|
198
202
|
type: string;
|
|
199
203
|
};
|
|
@@ -201,10 +205,12 @@ declare const _default: {
|
|
|
201
205
|
type: string;
|
|
202
206
|
};
|
|
203
207
|
external_type: {
|
|
208
|
+
description: string;
|
|
204
209
|
enum: string[];
|
|
205
210
|
type: string;
|
|
206
211
|
};
|
|
207
212
|
external_type_display_name: {
|
|
213
|
+
description: string;
|
|
208
214
|
type: string;
|
|
209
215
|
};
|
|
210
216
|
is_managed: {
|
|
@@ -212,9 +218,11 @@ declare const _default: {
|
|
|
212
218
|
type: string;
|
|
213
219
|
};
|
|
214
220
|
name: {
|
|
221
|
+
description: string;
|
|
215
222
|
type: string;
|
|
216
223
|
};
|
|
217
224
|
workspace_id: {
|
|
225
|
+
description: string;
|
|
218
226
|
format: string;
|
|
219
227
|
type: string;
|
|
220
228
|
};
|
|
@@ -2758,7 +2766,32 @@ declare const _default: {
|
|
|
2758
2766
|
required: string[];
|
|
2759
2767
|
type: string;
|
|
2760
2768
|
};
|
|
2769
|
+
salto_ks_metadata: {
|
|
2770
|
+
properties: {
|
|
2771
|
+
battery_level: {
|
|
2772
|
+
type: string;
|
|
2773
|
+
};
|
|
2774
|
+
customer_reference: {
|
|
2775
|
+
type: string;
|
|
2776
|
+
};
|
|
2777
|
+
lock_id: {
|
|
2778
|
+
type: string;
|
|
2779
|
+
};
|
|
2780
|
+
lock_type: {
|
|
2781
|
+
type: string;
|
|
2782
|
+
};
|
|
2783
|
+
locked_state: {
|
|
2784
|
+
type: string;
|
|
2785
|
+
};
|
|
2786
|
+
model: {
|
|
2787
|
+
type: string;
|
|
2788
|
+
};
|
|
2789
|
+
};
|
|
2790
|
+
required: string[];
|
|
2791
|
+
type: string;
|
|
2792
|
+
};
|
|
2761
2793
|
salto_metadata: {
|
|
2794
|
+
description: string;
|
|
2762
2795
|
properties: {
|
|
2763
2796
|
battery_level: {
|
|
2764
2797
|
type: string;
|
|
@@ -6474,6 +6507,7 @@ declare const _default: {
|
|
|
6474
6507
|
};
|
|
6475
6508
|
'/acs/access_groups/add_user': {
|
|
6476
6509
|
post: {
|
|
6510
|
+
description: string;
|
|
6477
6511
|
operationId: string;
|
|
6478
6512
|
requestBody: {
|
|
6479
6513
|
content: {
|
|
@@ -6481,10 +6515,12 @@ declare const _default: {
|
|
|
6481
6515
|
schema: {
|
|
6482
6516
|
properties: {
|
|
6483
6517
|
acs_access_group_id: {
|
|
6518
|
+
description: string;
|
|
6484
6519
|
format: string;
|
|
6485
6520
|
type: string;
|
|
6486
6521
|
};
|
|
6487
6522
|
acs_user_id: {
|
|
6523
|
+
description: string;
|
|
6488
6524
|
format: string;
|
|
6489
6525
|
type: string;
|
|
6490
6526
|
};
|
|
@@ -6539,6 +6575,7 @@ declare const _default: {
|
|
|
6539
6575
|
'x-response-key': null;
|
|
6540
6576
|
};
|
|
6541
6577
|
put: {
|
|
6578
|
+
description: string;
|
|
6542
6579
|
operationId: string;
|
|
6543
6580
|
requestBody: {
|
|
6544
6581
|
content: {
|
|
@@ -6546,10 +6583,12 @@ declare const _default: {
|
|
|
6546
6583
|
schema: {
|
|
6547
6584
|
properties: {
|
|
6548
6585
|
acs_access_group_id: {
|
|
6586
|
+
description: string;
|
|
6549
6587
|
format: string;
|
|
6550
6588
|
type: string;
|
|
6551
6589
|
};
|
|
6552
6590
|
acs_user_id: {
|
|
6591
|
+
description: string;
|
|
6553
6592
|
format: string;
|
|
6554
6593
|
type: string;
|
|
6555
6594
|
};
|
|
@@ -6605,6 +6644,7 @@ declare const _default: {
|
|
|
6605
6644
|
};
|
|
6606
6645
|
'/acs/access_groups/get': {
|
|
6607
6646
|
post: {
|
|
6647
|
+
description: string;
|
|
6608
6648
|
operationId: string;
|
|
6609
6649
|
requestBody: {
|
|
6610
6650
|
content: {
|
|
@@ -6612,6 +6652,7 @@ declare const _default: {
|
|
|
6612
6652
|
schema: {
|
|
6613
6653
|
properties: {
|
|
6614
6654
|
acs_access_group_id: {
|
|
6655
|
+
description: string;
|
|
6615
6656
|
format: string;
|
|
6616
6657
|
type: string;
|
|
6617
6658
|
};
|
|
@@ -6672,6 +6713,7 @@ declare const _default: {
|
|
|
6672
6713
|
};
|
|
6673
6714
|
'/acs/access_groups/list': {
|
|
6674
6715
|
post: {
|
|
6716
|
+
description: string;
|
|
6675
6717
|
operationId: string;
|
|
6676
6718
|
requestBody: {
|
|
6677
6719
|
content: {
|
|
@@ -6679,10 +6721,12 @@ declare const _default: {
|
|
|
6679
6721
|
schema: {
|
|
6680
6722
|
properties: {
|
|
6681
6723
|
acs_system_id: {
|
|
6724
|
+
description: string;
|
|
6682
6725
|
format: string;
|
|
6683
6726
|
type: string;
|
|
6684
6727
|
};
|
|
6685
6728
|
acs_user_id: {
|
|
6729
|
+
description: string;
|
|
6686
6730
|
format: string;
|
|
6687
6731
|
type: string;
|
|
6688
6732
|
};
|
|
@@ -6745,6 +6789,7 @@ declare const _default: {
|
|
|
6745
6789
|
};
|
|
6746
6790
|
'/acs/access_groups/list_accessible_entrances': {
|
|
6747
6791
|
post: {
|
|
6792
|
+
description: string;
|
|
6748
6793
|
operationId: string;
|
|
6749
6794
|
requestBody: {
|
|
6750
6795
|
content: {
|
|
@@ -6752,6 +6797,7 @@ declare const _default: {
|
|
|
6752
6797
|
schema: {
|
|
6753
6798
|
properties: {
|
|
6754
6799
|
acs_access_group_id: {
|
|
6800
|
+
description: string;
|
|
6755
6801
|
format: string;
|
|
6756
6802
|
type: string;
|
|
6757
6803
|
};
|
|
@@ -6815,6 +6861,7 @@ declare const _default: {
|
|
|
6815
6861
|
};
|
|
6816
6862
|
'/acs/access_groups/list_users': {
|
|
6817
6863
|
post: {
|
|
6864
|
+
description: string;
|
|
6818
6865
|
operationId: string;
|
|
6819
6866
|
requestBody: {
|
|
6820
6867
|
content: {
|
|
@@ -6822,6 +6869,7 @@ declare const _default: {
|
|
|
6822
6869
|
schema: {
|
|
6823
6870
|
properties: {
|
|
6824
6871
|
acs_access_group_id: {
|
|
6872
|
+
description: string;
|
|
6825
6873
|
format: string;
|
|
6826
6874
|
type: string;
|
|
6827
6875
|
};
|
|
@@ -6885,6 +6933,7 @@ declare const _default: {
|
|
|
6885
6933
|
};
|
|
6886
6934
|
'/acs/access_groups/remove_user': {
|
|
6887
6935
|
post: {
|
|
6936
|
+
description: string;
|
|
6888
6937
|
operationId: string;
|
|
6889
6938
|
requestBody: {
|
|
6890
6939
|
content: {
|
|
@@ -6892,10 +6941,12 @@ declare const _default: {
|
|
|
6892
6941
|
schema: {
|
|
6893
6942
|
properties: {
|
|
6894
6943
|
acs_access_group_id: {
|
|
6944
|
+
description: string;
|
|
6895
6945
|
format: string;
|
|
6896
6946
|
type: string;
|
|
6897
6947
|
};
|
|
6898
6948
|
acs_user_id: {
|
|
6949
|
+
description: string;
|
|
6899
6950
|
format: string;
|
|
6900
6951
|
type: string;
|
|
6901
6952
|
};
|
|
@@ -6952,6 +7003,7 @@ declare const _default: {
|
|
|
6952
7003
|
};
|
|
6953
7004
|
'/acs/access_groups/unmanaged/get': {
|
|
6954
7005
|
post: {
|
|
7006
|
+
description: string;
|
|
6955
7007
|
operationId: string;
|
|
6956
7008
|
requestBody: {
|
|
6957
7009
|
content: {
|
|
@@ -6959,6 +7011,7 @@ declare const _default: {
|
|
|
6959
7011
|
schema: {
|
|
6960
7012
|
properties: {
|
|
6961
7013
|
acs_access_group_id: {
|
|
7014
|
+
description: string;
|
|
6962
7015
|
format: string;
|
|
6963
7016
|
type: string;
|
|
6964
7017
|
};
|
|
@@ -6989,14 +7042,17 @@ declare const _default: {
|
|
|
6989
7042
|
'x-deprecated': string;
|
|
6990
7043
|
};
|
|
6991
7044
|
acs_access_group_id: {
|
|
7045
|
+
description: string;
|
|
6992
7046
|
format: string;
|
|
6993
7047
|
type: string;
|
|
6994
7048
|
};
|
|
6995
7049
|
acs_system_id: {
|
|
7050
|
+
description: string;
|
|
6996
7051
|
format: string;
|
|
6997
7052
|
type: string;
|
|
6998
7053
|
};
|
|
6999
7054
|
created_at: {
|
|
7055
|
+
description: string;
|
|
7000
7056
|
format: string;
|
|
7001
7057
|
type: string;
|
|
7002
7058
|
};
|
|
@@ -7004,10 +7060,12 @@ declare const _default: {
|
|
|
7004
7060
|
type: string;
|
|
7005
7061
|
};
|
|
7006
7062
|
external_type: {
|
|
7063
|
+
description: string;
|
|
7007
7064
|
enum: string[];
|
|
7008
7065
|
type: string;
|
|
7009
7066
|
};
|
|
7010
7067
|
external_type_display_name: {
|
|
7068
|
+
description: string;
|
|
7011
7069
|
type: string;
|
|
7012
7070
|
};
|
|
7013
7071
|
is_managed: {
|
|
@@ -7015,9 +7073,11 @@ declare const _default: {
|
|
|
7015
7073
|
type: string;
|
|
7016
7074
|
};
|
|
7017
7075
|
name: {
|
|
7076
|
+
description: string;
|
|
7018
7077
|
type: string;
|
|
7019
7078
|
};
|
|
7020
7079
|
workspace_id: {
|
|
7080
|
+
description: string;
|
|
7021
7081
|
format: string;
|
|
7022
7082
|
type: string;
|
|
7023
7083
|
};
|
|
@@ -7066,6 +7126,7 @@ declare const _default: {
|
|
|
7066
7126
|
};
|
|
7067
7127
|
'/acs/access_groups/unmanaged/list': {
|
|
7068
7128
|
post: {
|
|
7129
|
+
description: string;
|
|
7069
7130
|
operationId: string;
|
|
7070
7131
|
requestBody: {
|
|
7071
7132
|
content: {
|
|
@@ -7073,10 +7134,12 @@ declare const _default: {
|
|
|
7073
7134
|
schema: {
|
|
7074
7135
|
properties: {
|
|
7075
7136
|
acs_system_id: {
|
|
7137
|
+
description: string;
|
|
7076
7138
|
format: string;
|
|
7077
7139
|
type: string;
|
|
7078
7140
|
};
|
|
7079
7141
|
acs_user_id: {
|
|
7142
|
+
description: string;
|
|
7080
7143
|
format: string;
|
|
7081
7144
|
type: string;
|
|
7082
7145
|
};
|
|
@@ -7107,14 +7170,17 @@ declare const _default: {
|
|
|
7107
7170
|
'x-deprecated': string;
|
|
7108
7171
|
};
|
|
7109
7172
|
acs_access_group_id: {
|
|
7173
|
+
description: string;
|
|
7110
7174
|
format: string;
|
|
7111
7175
|
type: string;
|
|
7112
7176
|
};
|
|
7113
7177
|
acs_system_id: {
|
|
7178
|
+
description: string;
|
|
7114
7179
|
format: string;
|
|
7115
7180
|
type: string;
|
|
7116
7181
|
};
|
|
7117
7182
|
created_at: {
|
|
7183
|
+
description: string;
|
|
7118
7184
|
format: string;
|
|
7119
7185
|
type: string;
|
|
7120
7186
|
};
|
|
@@ -7122,10 +7188,12 @@ declare const _default: {
|
|
|
7122
7188
|
type: string;
|
|
7123
7189
|
};
|
|
7124
7190
|
external_type: {
|
|
7191
|
+
description: string;
|
|
7125
7192
|
enum: string[];
|
|
7126
7193
|
type: string;
|
|
7127
7194
|
};
|
|
7128
7195
|
external_type_display_name: {
|
|
7196
|
+
description: string;
|
|
7129
7197
|
type: string;
|
|
7130
7198
|
};
|
|
7131
7199
|
is_managed: {
|
|
@@ -7133,9 +7201,11 @@ declare const _default: {
|
|
|
7133
7201
|
type: string;
|
|
7134
7202
|
};
|
|
7135
7203
|
name: {
|
|
7204
|
+
description: string;
|
|
7136
7205
|
type: string;
|
|
7137
7206
|
};
|
|
7138
7207
|
workspace_id: {
|
|
7208
|
+
description: string;
|
|
7139
7209
|
format: string;
|
|
7140
7210
|
type: string;
|
|
7141
7211
|
};
|