@seamapi/types 1.152.0 → 1.153.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 +333 -1276
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +914 -1587
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +3 -3
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +10 -3
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +397 -1605
- package/lib/seam/connect/openapi.js +300 -1254
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +538 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +14 -3
- package/src/lib/seam/connect/openapi.ts +303 -1254
- package/src/lib/seam/connect/route-types.ts +755 -3
|
@@ -147,6 +147,253 @@ declare const _default: {
|
|
|
147
147
|
required: string[];
|
|
148
148
|
type: string;
|
|
149
149
|
};
|
|
150
|
+
acs_credential: {
|
|
151
|
+
properties: {
|
|
152
|
+
access_method: {
|
|
153
|
+
enum: string[];
|
|
154
|
+
type: string;
|
|
155
|
+
};
|
|
156
|
+
acs_credential_id: {
|
|
157
|
+
format: string;
|
|
158
|
+
type: string;
|
|
159
|
+
};
|
|
160
|
+
acs_credential_pool_id: {
|
|
161
|
+
format: string;
|
|
162
|
+
type: string;
|
|
163
|
+
};
|
|
164
|
+
acs_system_id: {
|
|
165
|
+
format: string;
|
|
166
|
+
type: string;
|
|
167
|
+
};
|
|
168
|
+
acs_user_id: {
|
|
169
|
+
format: string;
|
|
170
|
+
type: string;
|
|
171
|
+
};
|
|
172
|
+
code: {
|
|
173
|
+
nullable: boolean;
|
|
174
|
+
type: string;
|
|
175
|
+
};
|
|
176
|
+
created_at: {
|
|
177
|
+
format: string;
|
|
178
|
+
type: string;
|
|
179
|
+
};
|
|
180
|
+
display_name: {
|
|
181
|
+
minLength: number;
|
|
182
|
+
type: string;
|
|
183
|
+
};
|
|
184
|
+
ends_at: {
|
|
185
|
+
type: string;
|
|
186
|
+
};
|
|
187
|
+
errors: {
|
|
188
|
+
items: {
|
|
189
|
+
properties: {
|
|
190
|
+
error_code: {
|
|
191
|
+
type: string;
|
|
192
|
+
};
|
|
193
|
+
message: {
|
|
194
|
+
type: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
required: string[];
|
|
198
|
+
type: string;
|
|
199
|
+
};
|
|
200
|
+
type: string;
|
|
201
|
+
};
|
|
202
|
+
external_type: {
|
|
203
|
+
enum: string[];
|
|
204
|
+
type: string;
|
|
205
|
+
};
|
|
206
|
+
external_type_display_name: {
|
|
207
|
+
type: string;
|
|
208
|
+
};
|
|
209
|
+
is_multi_phone_sync_credential: {
|
|
210
|
+
type: string;
|
|
211
|
+
};
|
|
212
|
+
parent_acs_credential_id: {
|
|
213
|
+
format: string;
|
|
214
|
+
type: string;
|
|
215
|
+
};
|
|
216
|
+
starts_at: {
|
|
217
|
+
type: string;
|
|
218
|
+
};
|
|
219
|
+
visionline_metadata: {
|
|
220
|
+
properties: {
|
|
221
|
+
common_acs_entrance_ids: {
|
|
222
|
+
items: {
|
|
223
|
+
format: string;
|
|
224
|
+
type: string;
|
|
225
|
+
};
|
|
226
|
+
type: string;
|
|
227
|
+
};
|
|
228
|
+
guest_acs_entrance_ids: {
|
|
229
|
+
items: {
|
|
230
|
+
format: string;
|
|
231
|
+
type: string;
|
|
232
|
+
};
|
|
233
|
+
type: string;
|
|
234
|
+
};
|
|
235
|
+
joiner_acs_credential_ids: {
|
|
236
|
+
items: {
|
|
237
|
+
format: string;
|
|
238
|
+
type: string;
|
|
239
|
+
};
|
|
240
|
+
type: string;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
type: string;
|
|
244
|
+
};
|
|
245
|
+
warnings: {
|
|
246
|
+
items: {
|
|
247
|
+
properties: {
|
|
248
|
+
message: {
|
|
249
|
+
type: string;
|
|
250
|
+
};
|
|
251
|
+
warning_code: {
|
|
252
|
+
type: string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
required: string[];
|
|
256
|
+
type: string;
|
|
257
|
+
};
|
|
258
|
+
type: string;
|
|
259
|
+
};
|
|
260
|
+
workspace_id: {
|
|
261
|
+
format: string;
|
|
262
|
+
type: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
required: string[];
|
|
266
|
+
type: string;
|
|
267
|
+
};
|
|
268
|
+
acs_credential_pool: {
|
|
269
|
+
properties: {
|
|
270
|
+
acs_credential_pool_id: {
|
|
271
|
+
format: string;
|
|
272
|
+
type: string;
|
|
273
|
+
};
|
|
274
|
+
acs_system_id: {
|
|
275
|
+
format: string;
|
|
276
|
+
type: string;
|
|
277
|
+
};
|
|
278
|
+
created_at: {
|
|
279
|
+
format: string;
|
|
280
|
+
type: string;
|
|
281
|
+
};
|
|
282
|
+
display_name: {
|
|
283
|
+
minLength: number;
|
|
284
|
+
type: string;
|
|
285
|
+
};
|
|
286
|
+
external_type: {
|
|
287
|
+
enum: string[];
|
|
288
|
+
type: string;
|
|
289
|
+
};
|
|
290
|
+
external_type_display_name: {
|
|
291
|
+
type: string;
|
|
292
|
+
};
|
|
293
|
+
workspace_id: {
|
|
294
|
+
format: string;
|
|
295
|
+
type: string;
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
required: string[];
|
|
299
|
+
type: string;
|
|
300
|
+
};
|
|
301
|
+
acs_credential_provisioning_automation: {
|
|
302
|
+
properties: {
|
|
303
|
+
acs_credential_provisioning_automation_id: {
|
|
304
|
+
format: string;
|
|
305
|
+
type: string;
|
|
306
|
+
};
|
|
307
|
+
created_at: {
|
|
308
|
+
format: string;
|
|
309
|
+
type: string;
|
|
310
|
+
};
|
|
311
|
+
credential_manager_acs_system_id: {
|
|
312
|
+
format: string;
|
|
313
|
+
type: string;
|
|
314
|
+
};
|
|
315
|
+
user_identity_id: {
|
|
316
|
+
format: string;
|
|
317
|
+
type: string;
|
|
318
|
+
};
|
|
319
|
+
workspace_id: {
|
|
320
|
+
format: string;
|
|
321
|
+
type: string;
|
|
322
|
+
};
|
|
323
|
+
};
|
|
324
|
+
required: string[];
|
|
325
|
+
type: string;
|
|
326
|
+
};
|
|
327
|
+
acs_entrance: {
|
|
328
|
+
properties: {
|
|
329
|
+
acs_entrance_id: {
|
|
330
|
+
format: string;
|
|
331
|
+
type: string;
|
|
332
|
+
};
|
|
333
|
+
acs_system_id: {
|
|
334
|
+
format: string;
|
|
335
|
+
type: string;
|
|
336
|
+
};
|
|
337
|
+
created_at: {
|
|
338
|
+
format: string;
|
|
339
|
+
type: string;
|
|
340
|
+
};
|
|
341
|
+
display_name: {
|
|
342
|
+
type: string;
|
|
343
|
+
};
|
|
344
|
+
latch_metadata: {
|
|
345
|
+
nullable: boolean;
|
|
346
|
+
properties: {
|
|
347
|
+
accessibility_type: {
|
|
348
|
+
type: string;
|
|
349
|
+
};
|
|
350
|
+
is_connected: {
|
|
351
|
+
type: string;
|
|
352
|
+
};
|
|
353
|
+
name: {
|
|
354
|
+
type: string;
|
|
355
|
+
};
|
|
356
|
+
type: {
|
|
357
|
+
type: string;
|
|
358
|
+
};
|
|
359
|
+
};
|
|
360
|
+
required: string[];
|
|
361
|
+
type: string;
|
|
362
|
+
};
|
|
363
|
+
visionline_metadata: {
|
|
364
|
+
nullable: boolean;
|
|
365
|
+
properties: {
|
|
366
|
+
door_category: {
|
|
367
|
+
enum: string[];
|
|
368
|
+
type: string;
|
|
369
|
+
};
|
|
370
|
+
door_name: {
|
|
371
|
+
type: string;
|
|
372
|
+
};
|
|
373
|
+
profiles: {
|
|
374
|
+
items: {
|
|
375
|
+
properties: {
|
|
376
|
+
visionline_door_profile_id: {
|
|
377
|
+
type: string;
|
|
378
|
+
};
|
|
379
|
+
visionline_door_profile_type: {
|
|
380
|
+
enum: string[];
|
|
381
|
+
type: string;
|
|
382
|
+
};
|
|
383
|
+
};
|
|
384
|
+
required: string[];
|
|
385
|
+
type: string;
|
|
386
|
+
};
|
|
387
|
+
type: string;
|
|
388
|
+
};
|
|
389
|
+
};
|
|
390
|
+
required: string[];
|
|
391
|
+
type: string;
|
|
392
|
+
};
|
|
393
|
+
};
|
|
394
|
+
required: string[];
|
|
395
|
+
type: string;
|
|
396
|
+
};
|
|
150
397
|
acs_system: {
|
|
151
398
|
properties: {
|
|
152
399
|
acs_system_id: {
|
|
@@ -486,6 +733,7 @@ declare const _default: {
|
|
|
486
733
|
connect_webview: {
|
|
487
734
|
properties: {
|
|
488
735
|
accepted_devices: {
|
|
736
|
+
description: string;
|
|
489
737
|
items: {
|
|
490
738
|
type: string;
|
|
491
739
|
};
|
|
@@ -498,6 +746,7 @@ declare const _default: {
|
|
|
498
746
|
type: string;
|
|
499
747
|
};
|
|
500
748
|
any_device_allowed: {
|
|
749
|
+
description: string;
|
|
501
750
|
type: string;
|
|
502
751
|
};
|
|
503
752
|
any_provider_allowed: {
|
|
@@ -2270,6 +2519,27 @@ declare const _default: {
|
|
|
2270
2519
|
required: string[];
|
|
2271
2520
|
type: string;
|
|
2272
2521
|
};
|
|
2522
|
+
network: {
|
|
2523
|
+
properties: {
|
|
2524
|
+
created_at: {
|
|
2525
|
+
format: string;
|
|
2526
|
+
type: string;
|
|
2527
|
+
};
|
|
2528
|
+
display_name: {
|
|
2529
|
+
type: string;
|
|
2530
|
+
};
|
|
2531
|
+
network_id: {
|
|
2532
|
+
format: string;
|
|
2533
|
+
type: string;
|
|
2534
|
+
};
|
|
2535
|
+
workspace_id: {
|
|
2536
|
+
format: string;
|
|
2537
|
+
type: string;
|
|
2538
|
+
};
|
|
2539
|
+
};
|
|
2540
|
+
required: string[];
|
|
2541
|
+
type: string;
|
|
2542
|
+
};
|
|
2273
2543
|
noise_threshold: {
|
|
2274
2544
|
properties: {
|
|
2275
2545
|
device_id: {
|
|
@@ -2724,30 +2994,71 @@ declare const _default: {
|
|
|
2724
2994
|
required: string[];
|
|
2725
2995
|
type: string;
|
|
2726
2996
|
};
|
|
2727
|
-
|
|
2997
|
+
user_identity: {
|
|
2728
2998
|
properties: {
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
type: string;
|
|
2732
|
-
};
|
|
2999
|
+
created_at: {
|
|
3000
|
+
format: string;
|
|
2733
3001
|
type: string;
|
|
2734
3002
|
};
|
|
2735
|
-
|
|
3003
|
+
display_name: {
|
|
3004
|
+
minLength: number;
|
|
2736
3005
|
type: string;
|
|
2737
3006
|
};
|
|
2738
|
-
|
|
3007
|
+
email_address: {
|
|
3008
|
+
format: string;
|
|
3009
|
+
nullable: boolean;
|
|
2739
3010
|
type: string;
|
|
2740
3011
|
};
|
|
2741
|
-
|
|
3012
|
+
full_name: {
|
|
3013
|
+
minLength: number;
|
|
3014
|
+
nullable: boolean;
|
|
2742
3015
|
type: string;
|
|
2743
3016
|
};
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
3017
|
+
phone_number: {
|
|
3018
|
+
nullable: boolean;
|
|
3019
|
+
type: string;
|
|
3020
|
+
};
|
|
3021
|
+
user_identity_id: {
|
|
3022
|
+
format: string;
|
|
3023
|
+
type: string;
|
|
3024
|
+
};
|
|
3025
|
+
user_identity_key: {
|
|
3026
|
+
minLength: number;
|
|
3027
|
+
nullable: boolean;
|
|
3028
|
+
type: string;
|
|
3029
|
+
};
|
|
3030
|
+
workspace_id: {
|
|
3031
|
+
format: string;
|
|
3032
|
+
type: string;
|
|
3033
|
+
};
|
|
3034
|
+
};
|
|
3035
|
+
required: string[];
|
|
3036
|
+
type: string;
|
|
3037
|
+
};
|
|
3038
|
+
webhook: {
|
|
3039
|
+
properties: {
|
|
3040
|
+
event_types: {
|
|
3041
|
+
items: {
|
|
3042
|
+
type: string;
|
|
3043
|
+
};
|
|
3044
|
+
type: string;
|
|
3045
|
+
};
|
|
3046
|
+
secret: {
|
|
3047
|
+
type: string;
|
|
3048
|
+
};
|
|
3049
|
+
url: {
|
|
3050
|
+
type: string;
|
|
3051
|
+
};
|
|
3052
|
+
webhook_id: {
|
|
3053
|
+
type: string;
|
|
3054
|
+
};
|
|
3055
|
+
};
|
|
3056
|
+
required: string[];
|
|
3057
|
+
type: string;
|
|
3058
|
+
};
|
|
3059
|
+
workspace: {
|
|
3060
|
+
properties: {
|
|
3061
|
+
connect_partner_name: {
|
|
2751
3062
|
nullable: boolean;
|
|
2752
3063
|
type: string;
|
|
2753
3064
|
};
|
|
@@ -4872,6 +5183,7 @@ declare const _default: {
|
|
|
4872
5183
|
tags: string[];
|
|
4873
5184
|
'x-fern-sdk-group-name': string[];
|
|
4874
5185
|
'x-fern-sdk-method-name': string;
|
|
5186
|
+
'x-fern-sdk-return-value': string;
|
|
4875
5187
|
};
|
|
4876
5188
|
};
|
|
4877
5189
|
'/acs/access_groups/list': {
|
|
@@ -4943,6 +5255,7 @@ declare const _default: {
|
|
|
4943
5255
|
tags: string[];
|
|
4944
5256
|
'x-fern-sdk-group-name': string[];
|
|
4945
5257
|
'x-fern-sdk-method-name': string;
|
|
5258
|
+
'x-fern-sdk-return-value': string;
|
|
4946
5259
|
};
|
|
4947
5260
|
};
|
|
4948
5261
|
'/acs/access_groups/list_users': {
|
|
@@ -5019,6 +5332,7 @@ declare const _default: {
|
|
|
5019
5332
|
tags: string[];
|
|
5020
5333
|
'x-fern-sdk-group-name': string[];
|
|
5021
5334
|
'x-fern-sdk-method-name': string;
|
|
5335
|
+
'x-fern-sdk-return-value': string;
|
|
5022
5336
|
};
|
|
5023
5337
|
};
|
|
5024
5338
|
'/acs/access_groups/remove_user': {
|
|
@@ -5114,37 +5428,7 @@ declare const _default: {
|
|
|
5114
5428
|
properties: {
|
|
5115
5429
|
acs_credential_pools: {
|
|
5116
5430
|
items: {
|
|
5117
|
-
|
|
5118
|
-
acs_credential_pool_id: {
|
|
5119
|
-
format: string;
|
|
5120
|
-
type: string;
|
|
5121
|
-
};
|
|
5122
|
-
acs_system_id: {
|
|
5123
|
-
format: string;
|
|
5124
|
-
type: string;
|
|
5125
|
-
};
|
|
5126
|
-
created_at: {
|
|
5127
|
-
format: string;
|
|
5128
|
-
type: string;
|
|
5129
|
-
};
|
|
5130
|
-
display_name: {
|
|
5131
|
-
minLength: number;
|
|
5132
|
-
type: string;
|
|
5133
|
-
};
|
|
5134
|
-
external_type: {
|
|
5135
|
-
enum: string[];
|
|
5136
|
-
type: string;
|
|
5137
|
-
};
|
|
5138
|
-
external_type_display_name: {
|
|
5139
|
-
type: string;
|
|
5140
|
-
};
|
|
5141
|
-
workspace_id: {
|
|
5142
|
-
format: string;
|
|
5143
|
-
type: string;
|
|
5144
|
-
};
|
|
5145
|
-
};
|
|
5146
|
-
required: string[];
|
|
5147
|
-
type: string;
|
|
5431
|
+
$ref: string;
|
|
5148
5432
|
};
|
|
5149
5433
|
type: string;
|
|
5150
5434
|
};
|
|
@@ -5183,6 +5467,7 @@ declare const _default: {
|
|
|
5183
5467
|
tags: string[];
|
|
5184
5468
|
'x-fern-sdk-group-name': string[];
|
|
5185
5469
|
'x-fern-sdk-method-name': string;
|
|
5470
|
+
'x-fern-sdk-return-value': string;
|
|
5186
5471
|
};
|
|
5187
5472
|
};
|
|
5188
5473
|
'/acs/credential_provisioning_automations/launch': {
|
|
@@ -5226,30 +5511,7 @@ declare const _default: {
|
|
|
5226
5511
|
schema: {
|
|
5227
5512
|
properties: {
|
|
5228
5513
|
acs_credential_provisioning_automation: {
|
|
5229
|
-
|
|
5230
|
-
acs_credential_provisioning_automation_id: {
|
|
5231
|
-
format: string;
|
|
5232
|
-
type: string;
|
|
5233
|
-
};
|
|
5234
|
-
created_at: {
|
|
5235
|
-
format: string;
|
|
5236
|
-
type: string;
|
|
5237
|
-
};
|
|
5238
|
-
credential_manager_acs_system_id: {
|
|
5239
|
-
format: string;
|
|
5240
|
-
type: string;
|
|
5241
|
-
};
|
|
5242
|
-
user_identity_id: {
|
|
5243
|
-
format: string;
|
|
5244
|
-
type: string;
|
|
5245
|
-
};
|
|
5246
|
-
workspace_id: {
|
|
5247
|
-
format: string;
|
|
5248
|
-
type: string;
|
|
5249
|
-
};
|
|
5250
|
-
};
|
|
5251
|
-
required: string[];
|
|
5252
|
-
type: string;
|
|
5514
|
+
$ref: string;
|
|
5253
5515
|
};
|
|
5254
5516
|
ok: {
|
|
5255
5517
|
type: string;
|
|
@@ -5286,6 +5548,7 @@ declare const _default: {
|
|
|
5286
5548
|
tags: string[];
|
|
5287
5549
|
'x-fern-sdk-group-name': string[];
|
|
5288
5550
|
'x-fern-sdk-method-name': string;
|
|
5551
|
+
'x-fern-sdk-return-value': string;
|
|
5289
5552
|
};
|
|
5290
5553
|
};
|
|
5291
5554
|
'/acs/credentials/assign': {
|
|
@@ -5318,122 +5581,7 @@ declare const _default: {
|
|
|
5318
5581
|
schema: {
|
|
5319
5582
|
properties: {
|
|
5320
5583
|
acs_credential: {
|
|
5321
|
-
|
|
5322
|
-
access_method: {
|
|
5323
|
-
enum: string[];
|
|
5324
|
-
type: string;
|
|
5325
|
-
};
|
|
5326
|
-
acs_credential_id: {
|
|
5327
|
-
format: string;
|
|
5328
|
-
type: string;
|
|
5329
|
-
};
|
|
5330
|
-
acs_credential_pool_id: {
|
|
5331
|
-
format: string;
|
|
5332
|
-
type: string;
|
|
5333
|
-
};
|
|
5334
|
-
acs_system_id: {
|
|
5335
|
-
format: string;
|
|
5336
|
-
type: string;
|
|
5337
|
-
};
|
|
5338
|
-
acs_user_id: {
|
|
5339
|
-
format: string;
|
|
5340
|
-
type: string;
|
|
5341
|
-
};
|
|
5342
|
-
code: {
|
|
5343
|
-
nullable: boolean;
|
|
5344
|
-
type: string;
|
|
5345
|
-
};
|
|
5346
|
-
created_at: {
|
|
5347
|
-
format: string;
|
|
5348
|
-
type: string;
|
|
5349
|
-
};
|
|
5350
|
-
display_name: {
|
|
5351
|
-
minLength: number;
|
|
5352
|
-
type: string;
|
|
5353
|
-
};
|
|
5354
|
-
ends_at: {
|
|
5355
|
-
type: string;
|
|
5356
|
-
};
|
|
5357
|
-
errors: {
|
|
5358
|
-
items: {
|
|
5359
|
-
properties: {
|
|
5360
|
-
error_code: {
|
|
5361
|
-
type: string;
|
|
5362
|
-
};
|
|
5363
|
-
message: {
|
|
5364
|
-
type: string;
|
|
5365
|
-
};
|
|
5366
|
-
};
|
|
5367
|
-
required: string[];
|
|
5368
|
-
type: string;
|
|
5369
|
-
};
|
|
5370
|
-
type: string;
|
|
5371
|
-
};
|
|
5372
|
-
external_type: {
|
|
5373
|
-
enum: string[];
|
|
5374
|
-
type: string;
|
|
5375
|
-
};
|
|
5376
|
-
external_type_display_name: {
|
|
5377
|
-
type: string;
|
|
5378
|
-
};
|
|
5379
|
-
is_multi_phone_sync_credential: {
|
|
5380
|
-
type: string;
|
|
5381
|
-
};
|
|
5382
|
-
parent_acs_credential_id: {
|
|
5383
|
-
format: string;
|
|
5384
|
-
type: string;
|
|
5385
|
-
};
|
|
5386
|
-
starts_at: {
|
|
5387
|
-
type: string;
|
|
5388
|
-
};
|
|
5389
|
-
visionline_metadata: {
|
|
5390
|
-
properties: {
|
|
5391
|
-
common_acs_entrance_ids: {
|
|
5392
|
-
items: {
|
|
5393
|
-
format: string;
|
|
5394
|
-
type: string;
|
|
5395
|
-
};
|
|
5396
|
-
type: string;
|
|
5397
|
-
};
|
|
5398
|
-
guest_acs_entrance_ids: {
|
|
5399
|
-
items: {
|
|
5400
|
-
format: string;
|
|
5401
|
-
type: string;
|
|
5402
|
-
};
|
|
5403
|
-
type: string;
|
|
5404
|
-
};
|
|
5405
|
-
joiner_acs_credential_ids: {
|
|
5406
|
-
items: {
|
|
5407
|
-
format: string;
|
|
5408
|
-
type: string;
|
|
5409
|
-
};
|
|
5410
|
-
type: string;
|
|
5411
|
-
};
|
|
5412
|
-
};
|
|
5413
|
-
type: string;
|
|
5414
|
-
};
|
|
5415
|
-
warnings: {
|
|
5416
|
-
items: {
|
|
5417
|
-
properties: {
|
|
5418
|
-
message: {
|
|
5419
|
-
type: string;
|
|
5420
|
-
};
|
|
5421
|
-
warning_code: {
|
|
5422
|
-
type: string;
|
|
5423
|
-
};
|
|
5424
|
-
};
|
|
5425
|
-
required: string[];
|
|
5426
|
-
type: string;
|
|
5427
|
-
};
|
|
5428
|
-
type: string;
|
|
5429
|
-
};
|
|
5430
|
-
workspace_id: {
|
|
5431
|
-
format: string;
|
|
5432
|
-
type: string;
|
|
5433
|
-
};
|
|
5434
|
-
};
|
|
5435
|
-
required: string[];
|
|
5436
|
-
type: string;
|
|
5584
|
+
$ref: string;
|
|
5437
5585
|
};
|
|
5438
5586
|
ok: {
|
|
5439
5587
|
type: string;
|
|
@@ -5499,122 +5647,7 @@ declare const _default: {
|
|
|
5499
5647
|
schema: {
|
|
5500
5648
|
properties: {
|
|
5501
5649
|
acs_credential: {
|
|
5502
|
-
|
|
5503
|
-
access_method: {
|
|
5504
|
-
enum: string[];
|
|
5505
|
-
type: string;
|
|
5506
|
-
};
|
|
5507
|
-
acs_credential_id: {
|
|
5508
|
-
format: string;
|
|
5509
|
-
type: string;
|
|
5510
|
-
};
|
|
5511
|
-
acs_credential_pool_id: {
|
|
5512
|
-
format: string;
|
|
5513
|
-
type: string;
|
|
5514
|
-
};
|
|
5515
|
-
acs_system_id: {
|
|
5516
|
-
format: string;
|
|
5517
|
-
type: string;
|
|
5518
|
-
};
|
|
5519
|
-
acs_user_id: {
|
|
5520
|
-
format: string;
|
|
5521
|
-
type: string;
|
|
5522
|
-
};
|
|
5523
|
-
code: {
|
|
5524
|
-
nullable: boolean;
|
|
5525
|
-
type: string;
|
|
5526
|
-
};
|
|
5527
|
-
created_at: {
|
|
5528
|
-
format: string;
|
|
5529
|
-
type: string;
|
|
5530
|
-
};
|
|
5531
|
-
display_name: {
|
|
5532
|
-
minLength: number;
|
|
5533
|
-
type: string;
|
|
5534
|
-
};
|
|
5535
|
-
ends_at: {
|
|
5536
|
-
type: string;
|
|
5537
|
-
};
|
|
5538
|
-
errors: {
|
|
5539
|
-
items: {
|
|
5540
|
-
properties: {
|
|
5541
|
-
error_code: {
|
|
5542
|
-
type: string;
|
|
5543
|
-
};
|
|
5544
|
-
message: {
|
|
5545
|
-
type: string;
|
|
5546
|
-
};
|
|
5547
|
-
};
|
|
5548
|
-
required: string[];
|
|
5549
|
-
type: string;
|
|
5550
|
-
};
|
|
5551
|
-
type: string;
|
|
5552
|
-
};
|
|
5553
|
-
external_type: {
|
|
5554
|
-
enum: string[];
|
|
5555
|
-
type: string;
|
|
5556
|
-
};
|
|
5557
|
-
external_type_display_name: {
|
|
5558
|
-
type: string;
|
|
5559
|
-
};
|
|
5560
|
-
is_multi_phone_sync_credential: {
|
|
5561
|
-
type: string;
|
|
5562
|
-
};
|
|
5563
|
-
parent_acs_credential_id: {
|
|
5564
|
-
format: string;
|
|
5565
|
-
type: string;
|
|
5566
|
-
};
|
|
5567
|
-
starts_at: {
|
|
5568
|
-
type: string;
|
|
5569
|
-
};
|
|
5570
|
-
visionline_metadata: {
|
|
5571
|
-
properties: {
|
|
5572
|
-
common_acs_entrance_ids: {
|
|
5573
|
-
items: {
|
|
5574
|
-
format: string;
|
|
5575
|
-
type: string;
|
|
5576
|
-
};
|
|
5577
|
-
type: string;
|
|
5578
|
-
};
|
|
5579
|
-
guest_acs_entrance_ids: {
|
|
5580
|
-
items: {
|
|
5581
|
-
format: string;
|
|
5582
|
-
type: string;
|
|
5583
|
-
};
|
|
5584
|
-
type: string;
|
|
5585
|
-
};
|
|
5586
|
-
joiner_acs_credential_ids: {
|
|
5587
|
-
items: {
|
|
5588
|
-
format: string;
|
|
5589
|
-
type: string;
|
|
5590
|
-
};
|
|
5591
|
-
type: string;
|
|
5592
|
-
};
|
|
5593
|
-
};
|
|
5594
|
-
type: string;
|
|
5595
|
-
};
|
|
5596
|
-
warnings: {
|
|
5597
|
-
items: {
|
|
5598
|
-
properties: {
|
|
5599
|
-
message: {
|
|
5600
|
-
type: string;
|
|
5601
|
-
};
|
|
5602
|
-
warning_code: {
|
|
5603
|
-
type: string;
|
|
5604
|
-
};
|
|
5605
|
-
};
|
|
5606
|
-
required: string[];
|
|
5607
|
-
type: string;
|
|
5608
|
-
};
|
|
5609
|
-
type: string;
|
|
5610
|
-
};
|
|
5611
|
-
workspace_id: {
|
|
5612
|
-
format: string;
|
|
5613
|
-
type: string;
|
|
5614
|
-
};
|
|
5615
|
-
};
|
|
5616
|
-
required: string[];
|
|
5617
|
-
type: string;
|
|
5650
|
+
$ref: string;
|
|
5618
5651
|
};
|
|
5619
5652
|
ok: {
|
|
5620
5653
|
type: string;
|
|
@@ -5734,122 +5767,7 @@ declare const _default: {
|
|
|
5734
5767
|
schema: {
|
|
5735
5768
|
properties: {
|
|
5736
5769
|
acs_credential: {
|
|
5737
|
-
|
|
5738
|
-
access_method: {
|
|
5739
|
-
enum: string[];
|
|
5740
|
-
type: string;
|
|
5741
|
-
};
|
|
5742
|
-
acs_credential_id: {
|
|
5743
|
-
format: string;
|
|
5744
|
-
type: string;
|
|
5745
|
-
};
|
|
5746
|
-
acs_credential_pool_id: {
|
|
5747
|
-
format: string;
|
|
5748
|
-
type: string;
|
|
5749
|
-
};
|
|
5750
|
-
acs_system_id: {
|
|
5751
|
-
format: string;
|
|
5752
|
-
type: string;
|
|
5753
|
-
};
|
|
5754
|
-
acs_user_id: {
|
|
5755
|
-
format: string;
|
|
5756
|
-
type: string;
|
|
5757
|
-
};
|
|
5758
|
-
code: {
|
|
5759
|
-
nullable: boolean;
|
|
5760
|
-
type: string;
|
|
5761
|
-
};
|
|
5762
|
-
created_at: {
|
|
5763
|
-
format: string;
|
|
5764
|
-
type: string;
|
|
5765
|
-
};
|
|
5766
|
-
display_name: {
|
|
5767
|
-
minLength: number;
|
|
5768
|
-
type: string;
|
|
5769
|
-
};
|
|
5770
|
-
ends_at: {
|
|
5771
|
-
type: string;
|
|
5772
|
-
};
|
|
5773
|
-
errors: {
|
|
5774
|
-
items: {
|
|
5775
|
-
properties: {
|
|
5776
|
-
error_code: {
|
|
5777
|
-
type: string;
|
|
5778
|
-
};
|
|
5779
|
-
message: {
|
|
5780
|
-
type: string;
|
|
5781
|
-
};
|
|
5782
|
-
};
|
|
5783
|
-
required: string[];
|
|
5784
|
-
type: string;
|
|
5785
|
-
};
|
|
5786
|
-
type: string;
|
|
5787
|
-
};
|
|
5788
|
-
external_type: {
|
|
5789
|
-
enum: string[];
|
|
5790
|
-
type: string;
|
|
5791
|
-
};
|
|
5792
|
-
external_type_display_name: {
|
|
5793
|
-
type: string;
|
|
5794
|
-
};
|
|
5795
|
-
is_multi_phone_sync_credential: {
|
|
5796
|
-
type: string;
|
|
5797
|
-
};
|
|
5798
|
-
parent_acs_credential_id: {
|
|
5799
|
-
format: string;
|
|
5800
|
-
type: string;
|
|
5801
|
-
};
|
|
5802
|
-
starts_at: {
|
|
5803
|
-
type: string;
|
|
5804
|
-
};
|
|
5805
|
-
visionline_metadata: {
|
|
5806
|
-
properties: {
|
|
5807
|
-
common_acs_entrance_ids: {
|
|
5808
|
-
items: {
|
|
5809
|
-
format: string;
|
|
5810
|
-
type: string;
|
|
5811
|
-
};
|
|
5812
|
-
type: string;
|
|
5813
|
-
};
|
|
5814
|
-
guest_acs_entrance_ids: {
|
|
5815
|
-
items: {
|
|
5816
|
-
format: string;
|
|
5817
|
-
type: string;
|
|
5818
|
-
};
|
|
5819
|
-
type: string;
|
|
5820
|
-
};
|
|
5821
|
-
joiner_acs_credential_ids: {
|
|
5822
|
-
items: {
|
|
5823
|
-
format: string;
|
|
5824
|
-
type: string;
|
|
5825
|
-
};
|
|
5826
|
-
type: string;
|
|
5827
|
-
};
|
|
5828
|
-
};
|
|
5829
|
-
type: string;
|
|
5830
|
-
};
|
|
5831
|
-
warnings: {
|
|
5832
|
-
items: {
|
|
5833
|
-
properties: {
|
|
5834
|
-
message: {
|
|
5835
|
-
type: string;
|
|
5836
|
-
};
|
|
5837
|
-
warning_code: {
|
|
5838
|
-
type: string;
|
|
5839
|
-
};
|
|
5840
|
-
};
|
|
5841
|
-
required: string[];
|
|
5842
|
-
type: string;
|
|
5843
|
-
};
|
|
5844
|
-
type: string;
|
|
5845
|
-
};
|
|
5846
|
-
workspace_id: {
|
|
5847
|
-
format: string;
|
|
5848
|
-
type: string;
|
|
5849
|
-
};
|
|
5850
|
-
};
|
|
5851
|
-
required: string[];
|
|
5852
|
-
type: string;
|
|
5770
|
+
$ref: string;
|
|
5853
5771
|
};
|
|
5854
5772
|
ok: {
|
|
5855
5773
|
type: string;
|
|
@@ -5886,6 +5804,7 @@ declare const _default: {
|
|
|
5886
5804
|
tags: string[];
|
|
5887
5805
|
'x-fern-sdk-group-name': string[];
|
|
5888
5806
|
'x-fern-sdk-method-name': string;
|
|
5807
|
+
'x-fern-sdk-return-value': string;
|
|
5889
5808
|
};
|
|
5890
5809
|
};
|
|
5891
5810
|
'/acs/credentials/delete': {
|
|
@@ -5976,122 +5895,7 @@ declare const _default: {
|
|
|
5976
5895
|
schema: {
|
|
5977
5896
|
properties: {
|
|
5978
5897
|
acs_credential: {
|
|
5979
|
-
|
|
5980
|
-
access_method: {
|
|
5981
|
-
enum: string[];
|
|
5982
|
-
type: string;
|
|
5983
|
-
};
|
|
5984
|
-
acs_credential_id: {
|
|
5985
|
-
format: string;
|
|
5986
|
-
type: string;
|
|
5987
|
-
};
|
|
5988
|
-
acs_credential_pool_id: {
|
|
5989
|
-
format: string;
|
|
5990
|
-
type: string;
|
|
5991
|
-
};
|
|
5992
|
-
acs_system_id: {
|
|
5993
|
-
format: string;
|
|
5994
|
-
type: string;
|
|
5995
|
-
};
|
|
5996
|
-
acs_user_id: {
|
|
5997
|
-
format: string;
|
|
5998
|
-
type: string;
|
|
5999
|
-
};
|
|
6000
|
-
code: {
|
|
6001
|
-
nullable: boolean;
|
|
6002
|
-
type: string;
|
|
6003
|
-
};
|
|
6004
|
-
created_at: {
|
|
6005
|
-
format: string;
|
|
6006
|
-
type: string;
|
|
6007
|
-
};
|
|
6008
|
-
display_name: {
|
|
6009
|
-
minLength: number;
|
|
6010
|
-
type: string;
|
|
6011
|
-
};
|
|
6012
|
-
ends_at: {
|
|
6013
|
-
type: string;
|
|
6014
|
-
};
|
|
6015
|
-
errors: {
|
|
6016
|
-
items: {
|
|
6017
|
-
properties: {
|
|
6018
|
-
error_code: {
|
|
6019
|
-
type: string;
|
|
6020
|
-
};
|
|
6021
|
-
message: {
|
|
6022
|
-
type: string;
|
|
6023
|
-
};
|
|
6024
|
-
};
|
|
6025
|
-
required: string[];
|
|
6026
|
-
type: string;
|
|
6027
|
-
};
|
|
6028
|
-
type: string;
|
|
6029
|
-
};
|
|
6030
|
-
external_type: {
|
|
6031
|
-
enum: string[];
|
|
6032
|
-
type: string;
|
|
6033
|
-
};
|
|
6034
|
-
external_type_display_name: {
|
|
6035
|
-
type: string;
|
|
6036
|
-
};
|
|
6037
|
-
is_multi_phone_sync_credential: {
|
|
6038
|
-
type: string;
|
|
6039
|
-
};
|
|
6040
|
-
parent_acs_credential_id: {
|
|
6041
|
-
format: string;
|
|
6042
|
-
type: string;
|
|
6043
|
-
};
|
|
6044
|
-
starts_at: {
|
|
6045
|
-
type: string;
|
|
6046
|
-
};
|
|
6047
|
-
visionline_metadata: {
|
|
6048
|
-
properties: {
|
|
6049
|
-
common_acs_entrance_ids: {
|
|
6050
|
-
items: {
|
|
6051
|
-
format: string;
|
|
6052
|
-
type: string;
|
|
6053
|
-
};
|
|
6054
|
-
type: string;
|
|
6055
|
-
};
|
|
6056
|
-
guest_acs_entrance_ids: {
|
|
6057
|
-
items: {
|
|
6058
|
-
format: string;
|
|
6059
|
-
type: string;
|
|
6060
|
-
};
|
|
6061
|
-
type: string;
|
|
6062
|
-
};
|
|
6063
|
-
joiner_acs_credential_ids: {
|
|
6064
|
-
items: {
|
|
6065
|
-
format: string;
|
|
6066
|
-
type: string;
|
|
6067
|
-
};
|
|
6068
|
-
type: string;
|
|
6069
|
-
};
|
|
6070
|
-
};
|
|
6071
|
-
type: string;
|
|
6072
|
-
};
|
|
6073
|
-
warnings: {
|
|
6074
|
-
items: {
|
|
6075
|
-
properties: {
|
|
6076
|
-
message: {
|
|
6077
|
-
type: string;
|
|
6078
|
-
};
|
|
6079
|
-
warning_code: {
|
|
6080
|
-
type: string;
|
|
6081
|
-
};
|
|
6082
|
-
};
|
|
6083
|
-
required: string[];
|
|
6084
|
-
type: string;
|
|
6085
|
-
};
|
|
6086
|
-
type: string;
|
|
6087
|
-
};
|
|
6088
|
-
workspace_id: {
|
|
6089
|
-
format: string;
|
|
6090
|
-
type: string;
|
|
6091
|
-
};
|
|
6092
|
-
};
|
|
6093
|
-
required: string[];
|
|
6094
|
-
type: string;
|
|
5898
|
+
$ref: string;
|
|
6095
5899
|
};
|
|
6096
5900
|
ok: {
|
|
6097
5901
|
type: string;
|
|
@@ -6128,6 +5932,7 @@ declare const _default: {
|
|
|
6128
5932
|
tags: string[];
|
|
6129
5933
|
'x-fern-sdk-group-name': string[];
|
|
6130
5934
|
'x-fern-sdk-method-name': string;
|
|
5935
|
+
'x-fern-sdk-return-value': string;
|
|
6131
5936
|
};
|
|
6132
5937
|
};
|
|
6133
5938
|
'/acs/credentials/list': {
|
|
@@ -6209,122 +6014,7 @@ declare const _default: {
|
|
|
6209
6014
|
properties: {
|
|
6210
6015
|
acs_credentials: {
|
|
6211
6016
|
items: {
|
|
6212
|
-
|
|
6213
|
-
access_method: {
|
|
6214
|
-
enum: string[];
|
|
6215
|
-
type: string;
|
|
6216
|
-
};
|
|
6217
|
-
acs_credential_id: {
|
|
6218
|
-
format: string;
|
|
6219
|
-
type: string;
|
|
6220
|
-
};
|
|
6221
|
-
acs_credential_pool_id: {
|
|
6222
|
-
format: string;
|
|
6223
|
-
type: string;
|
|
6224
|
-
};
|
|
6225
|
-
acs_system_id: {
|
|
6226
|
-
format: string;
|
|
6227
|
-
type: string;
|
|
6228
|
-
};
|
|
6229
|
-
acs_user_id: {
|
|
6230
|
-
format: string;
|
|
6231
|
-
type: string;
|
|
6232
|
-
};
|
|
6233
|
-
code: {
|
|
6234
|
-
nullable: boolean;
|
|
6235
|
-
type: string;
|
|
6236
|
-
};
|
|
6237
|
-
created_at: {
|
|
6238
|
-
format: string;
|
|
6239
|
-
type: string;
|
|
6240
|
-
};
|
|
6241
|
-
display_name: {
|
|
6242
|
-
minLength: number;
|
|
6243
|
-
type: string;
|
|
6244
|
-
};
|
|
6245
|
-
ends_at: {
|
|
6246
|
-
type: string;
|
|
6247
|
-
};
|
|
6248
|
-
errors: {
|
|
6249
|
-
items: {
|
|
6250
|
-
properties: {
|
|
6251
|
-
error_code: {
|
|
6252
|
-
type: string;
|
|
6253
|
-
};
|
|
6254
|
-
message: {
|
|
6255
|
-
type: string;
|
|
6256
|
-
};
|
|
6257
|
-
};
|
|
6258
|
-
required: string[];
|
|
6259
|
-
type: string;
|
|
6260
|
-
};
|
|
6261
|
-
type: string;
|
|
6262
|
-
};
|
|
6263
|
-
external_type: {
|
|
6264
|
-
enum: string[];
|
|
6265
|
-
type: string;
|
|
6266
|
-
};
|
|
6267
|
-
external_type_display_name: {
|
|
6268
|
-
type: string;
|
|
6269
|
-
};
|
|
6270
|
-
is_multi_phone_sync_credential: {
|
|
6271
|
-
type: string;
|
|
6272
|
-
};
|
|
6273
|
-
parent_acs_credential_id: {
|
|
6274
|
-
format: string;
|
|
6275
|
-
type: string;
|
|
6276
|
-
};
|
|
6277
|
-
starts_at: {
|
|
6278
|
-
type: string;
|
|
6279
|
-
};
|
|
6280
|
-
visionline_metadata: {
|
|
6281
|
-
properties: {
|
|
6282
|
-
common_acs_entrance_ids: {
|
|
6283
|
-
items: {
|
|
6284
|
-
format: string;
|
|
6285
|
-
type: string;
|
|
6286
|
-
};
|
|
6287
|
-
type: string;
|
|
6288
|
-
};
|
|
6289
|
-
guest_acs_entrance_ids: {
|
|
6290
|
-
items: {
|
|
6291
|
-
format: string;
|
|
6292
|
-
type: string;
|
|
6293
|
-
};
|
|
6294
|
-
type: string;
|
|
6295
|
-
};
|
|
6296
|
-
joiner_acs_credential_ids: {
|
|
6297
|
-
items: {
|
|
6298
|
-
format: string;
|
|
6299
|
-
type: string;
|
|
6300
|
-
};
|
|
6301
|
-
type: string;
|
|
6302
|
-
};
|
|
6303
|
-
};
|
|
6304
|
-
type: string;
|
|
6305
|
-
};
|
|
6306
|
-
warnings: {
|
|
6307
|
-
items: {
|
|
6308
|
-
properties: {
|
|
6309
|
-
message: {
|
|
6310
|
-
type: string;
|
|
6311
|
-
};
|
|
6312
|
-
warning_code: {
|
|
6313
|
-
type: string;
|
|
6314
|
-
};
|
|
6315
|
-
};
|
|
6316
|
-
required: string[];
|
|
6317
|
-
type: string;
|
|
6318
|
-
};
|
|
6319
|
-
type: string;
|
|
6320
|
-
};
|
|
6321
|
-
workspace_id: {
|
|
6322
|
-
format: string;
|
|
6323
|
-
type: string;
|
|
6324
|
-
};
|
|
6325
|
-
};
|
|
6326
|
-
required: string[];
|
|
6327
|
-
type: string;
|
|
6017
|
+
$ref: string;
|
|
6328
6018
|
};
|
|
6329
6019
|
type: string;
|
|
6330
6020
|
};
|
|
@@ -6371,6 +6061,7 @@ declare const _default: {
|
|
|
6371
6061
|
tags: string[];
|
|
6372
6062
|
'x-fern-sdk-group-name': string[];
|
|
6373
6063
|
'x-fern-sdk-method-name': string;
|
|
6064
|
+
'x-fern-sdk-return-value': string;
|
|
6374
6065
|
};
|
|
6375
6066
|
};
|
|
6376
6067
|
'/acs/credentials/unassign': {
|
|
@@ -6403,122 +6094,7 @@ declare const _default: {
|
|
|
6403
6094
|
schema: {
|
|
6404
6095
|
properties: {
|
|
6405
6096
|
acs_credential: {
|
|
6406
|
-
|
|
6407
|
-
access_method: {
|
|
6408
|
-
enum: string[];
|
|
6409
|
-
type: string;
|
|
6410
|
-
};
|
|
6411
|
-
acs_credential_id: {
|
|
6412
|
-
format: string;
|
|
6413
|
-
type: string;
|
|
6414
|
-
};
|
|
6415
|
-
acs_credential_pool_id: {
|
|
6416
|
-
format: string;
|
|
6417
|
-
type: string;
|
|
6418
|
-
};
|
|
6419
|
-
acs_system_id: {
|
|
6420
|
-
format: string;
|
|
6421
|
-
type: string;
|
|
6422
|
-
};
|
|
6423
|
-
acs_user_id: {
|
|
6424
|
-
format: string;
|
|
6425
|
-
type: string;
|
|
6426
|
-
};
|
|
6427
|
-
code: {
|
|
6428
|
-
nullable: boolean;
|
|
6429
|
-
type: string;
|
|
6430
|
-
};
|
|
6431
|
-
created_at: {
|
|
6432
|
-
format: string;
|
|
6433
|
-
type: string;
|
|
6434
|
-
};
|
|
6435
|
-
display_name: {
|
|
6436
|
-
minLength: number;
|
|
6437
|
-
type: string;
|
|
6438
|
-
};
|
|
6439
|
-
ends_at: {
|
|
6440
|
-
type: string;
|
|
6441
|
-
};
|
|
6442
|
-
errors: {
|
|
6443
|
-
items: {
|
|
6444
|
-
properties: {
|
|
6445
|
-
error_code: {
|
|
6446
|
-
type: string;
|
|
6447
|
-
};
|
|
6448
|
-
message: {
|
|
6449
|
-
type: string;
|
|
6450
|
-
};
|
|
6451
|
-
};
|
|
6452
|
-
required: string[];
|
|
6453
|
-
type: string;
|
|
6454
|
-
};
|
|
6455
|
-
type: string;
|
|
6456
|
-
};
|
|
6457
|
-
external_type: {
|
|
6458
|
-
enum: string[];
|
|
6459
|
-
type: string;
|
|
6460
|
-
};
|
|
6461
|
-
external_type_display_name: {
|
|
6462
|
-
type: string;
|
|
6463
|
-
};
|
|
6464
|
-
is_multi_phone_sync_credential: {
|
|
6465
|
-
type: string;
|
|
6466
|
-
};
|
|
6467
|
-
parent_acs_credential_id: {
|
|
6468
|
-
format: string;
|
|
6469
|
-
type: string;
|
|
6470
|
-
};
|
|
6471
|
-
starts_at: {
|
|
6472
|
-
type: string;
|
|
6473
|
-
};
|
|
6474
|
-
visionline_metadata: {
|
|
6475
|
-
properties: {
|
|
6476
|
-
common_acs_entrance_ids: {
|
|
6477
|
-
items: {
|
|
6478
|
-
format: string;
|
|
6479
|
-
type: string;
|
|
6480
|
-
};
|
|
6481
|
-
type: string;
|
|
6482
|
-
};
|
|
6483
|
-
guest_acs_entrance_ids: {
|
|
6484
|
-
items: {
|
|
6485
|
-
format: string;
|
|
6486
|
-
type: string;
|
|
6487
|
-
};
|
|
6488
|
-
type: string;
|
|
6489
|
-
};
|
|
6490
|
-
joiner_acs_credential_ids: {
|
|
6491
|
-
items: {
|
|
6492
|
-
format: string;
|
|
6493
|
-
type: string;
|
|
6494
|
-
};
|
|
6495
|
-
type: string;
|
|
6496
|
-
};
|
|
6497
|
-
};
|
|
6498
|
-
type: string;
|
|
6499
|
-
};
|
|
6500
|
-
warnings: {
|
|
6501
|
-
items: {
|
|
6502
|
-
properties: {
|
|
6503
|
-
message: {
|
|
6504
|
-
type: string;
|
|
6505
|
-
};
|
|
6506
|
-
warning_code: {
|
|
6507
|
-
type: string;
|
|
6508
|
-
};
|
|
6509
|
-
};
|
|
6510
|
-
required: string[];
|
|
6511
|
-
type: string;
|
|
6512
|
-
};
|
|
6513
|
-
type: string;
|
|
6514
|
-
};
|
|
6515
|
-
workspace_id: {
|
|
6516
|
-
format: string;
|
|
6517
|
-
type: string;
|
|
6518
|
-
};
|
|
6519
|
-
};
|
|
6520
|
-
required: string[];
|
|
6521
|
-
type: string;
|
|
6097
|
+
$ref: string;
|
|
6522
6098
|
};
|
|
6523
6099
|
ok: {
|
|
6524
6100
|
type: string;
|
|
@@ -6584,122 +6160,7 @@ declare const _default: {
|
|
|
6584
6160
|
schema: {
|
|
6585
6161
|
properties: {
|
|
6586
6162
|
acs_credential: {
|
|
6587
|
-
|
|
6588
|
-
access_method: {
|
|
6589
|
-
enum: string[];
|
|
6590
|
-
type: string;
|
|
6591
|
-
};
|
|
6592
|
-
acs_credential_id: {
|
|
6593
|
-
format: string;
|
|
6594
|
-
type: string;
|
|
6595
|
-
};
|
|
6596
|
-
acs_credential_pool_id: {
|
|
6597
|
-
format: string;
|
|
6598
|
-
type: string;
|
|
6599
|
-
};
|
|
6600
|
-
acs_system_id: {
|
|
6601
|
-
format: string;
|
|
6602
|
-
type: string;
|
|
6603
|
-
};
|
|
6604
|
-
acs_user_id: {
|
|
6605
|
-
format: string;
|
|
6606
|
-
type: string;
|
|
6607
|
-
};
|
|
6608
|
-
code: {
|
|
6609
|
-
nullable: boolean;
|
|
6610
|
-
type: string;
|
|
6611
|
-
};
|
|
6612
|
-
created_at: {
|
|
6613
|
-
format: string;
|
|
6614
|
-
type: string;
|
|
6615
|
-
};
|
|
6616
|
-
display_name: {
|
|
6617
|
-
minLength: number;
|
|
6618
|
-
type: string;
|
|
6619
|
-
};
|
|
6620
|
-
ends_at: {
|
|
6621
|
-
type: string;
|
|
6622
|
-
};
|
|
6623
|
-
errors: {
|
|
6624
|
-
items: {
|
|
6625
|
-
properties: {
|
|
6626
|
-
error_code: {
|
|
6627
|
-
type: string;
|
|
6628
|
-
};
|
|
6629
|
-
message: {
|
|
6630
|
-
type: string;
|
|
6631
|
-
};
|
|
6632
|
-
};
|
|
6633
|
-
required: string[];
|
|
6634
|
-
type: string;
|
|
6635
|
-
};
|
|
6636
|
-
type: string;
|
|
6637
|
-
};
|
|
6638
|
-
external_type: {
|
|
6639
|
-
enum: string[];
|
|
6640
|
-
type: string;
|
|
6641
|
-
};
|
|
6642
|
-
external_type_display_name: {
|
|
6643
|
-
type: string;
|
|
6644
|
-
};
|
|
6645
|
-
is_multi_phone_sync_credential: {
|
|
6646
|
-
type: string;
|
|
6647
|
-
};
|
|
6648
|
-
parent_acs_credential_id: {
|
|
6649
|
-
format: string;
|
|
6650
|
-
type: string;
|
|
6651
|
-
};
|
|
6652
|
-
starts_at: {
|
|
6653
|
-
type: string;
|
|
6654
|
-
};
|
|
6655
|
-
visionline_metadata: {
|
|
6656
|
-
properties: {
|
|
6657
|
-
common_acs_entrance_ids: {
|
|
6658
|
-
items: {
|
|
6659
|
-
format: string;
|
|
6660
|
-
type: string;
|
|
6661
|
-
};
|
|
6662
|
-
type: string;
|
|
6663
|
-
};
|
|
6664
|
-
guest_acs_entrance_ids: {
|
|
6665
|
-
items: {
|
|
6666
|
-
format: string;
|
|
6667
|
-
type: string;
|
|
6668
|
-
};
|
|
6669
|
-
type: string;
|
|
6670
|
-
};
|
|
6671
|
-
joiner_acs_credential_ids: {
|
|
6672
|
-
items: {
|
|
6673
|
-
format: string;
|
|
6674
|
-
type: string;
|
|
6675
|
-
};
|
|
6676
|
-
type: string;
|
|
6677
|
-
};
|
|
6678
|
-
};
|
|
6679
|
-
type: string;
|
|
6680
|
-
};
|
|
6681
|
-
warnings: {
|
|
6682
|
-
items: {
|
|
6683
|
-
properties: {
|
|
6684
|
-
message: {
|
|
6685
|
-
type: string;
|
|
6686
|
-
};
|
|
6687
|
-
warning_code: {
|
|
6688
|
-
type: string;
|
|
6689
|
-
};
|
|
6690
|
-
};
|
|
6691
|
-
required: string[];
|
|
6692
|
-
type: string;
|
|
6693
|
-
};
|
|
6694
|
-
type: string;
|
|
6695
|
-
};
|
|
6696
|
-
workspace_id: {
|
|
6697
|
-
format: string;
|
|
6698
|
-
type: string;
|
|
6699
|
-
};
|
|
6700
|
-
};
|
|
6701
|
-
required: string[];
|
|
6702
|
-
type: string;
|
|
6163
|
+
$ref: string;
|
|
6703
6164
|
};
|
|
6704
6165
|
ok: {
|
|
6705
6166
|
type: string;
|
|
@@ -6767,122 +6228,7 @@ declare const _default: {
|
|
|
6767
6228
|
schema: {
|
|
6768
6229
|
properties: {
|
|
6769
6230
|
acs_credential: {
|
|
6770
|
-
|
|
6771
|
-
access_method: {
|
|
6772
|
-
enum: string[];
|
|
6773
|
-
type: string;
|
|
6774
|
-
};
|
|
6775
|
-
acs_credential_id: {
|
|
6776
|
-
format: string;
|
|
6777
|
-
type: string;
|
|
6778
|
-
};
|
|
6779
|
-
acs_credential_pool_id: {
|
|
6780
|
-
format: string;
|
|
6781
|
-
type: string;
|
|
6782
|
-
};
|
|
6783
|
-
acs_system_id: {
|
|
6784
|
-
format: string;
|
|
6785
|
-
type: string;
|
|
6786
|
-
};
|
|
6787
|
-
acs_user_id: {
|
|
6788
|
-
format: string;
|
|
6789
|
-
type: string;
|
|
6790
|
-
};
|
|
6791
|
-
code: {
|
|
6792
|
-
nullable: boolean;
|
|
6793
|
-
type: string;
|
|
6794
|
-
};
|
|
6795
|
-
created_at: {
|
|
6796
|
-
format: string;
|
|
6797
|
-
type: string;
|
|
6798
|
-
};
|
|
6799
|
-
display_name: {
|
|
6800
|
-
minLength: number;
|
|
6801
|
-
type: string;
|
|
6802
|
-
};
|
|
6803
|
-
ends_at: {
|
|
6804
|
-
type: string;
|
|
6805
|
-
};
|
|
6806
|
-
errors: {
|
|
6807
|
-
items: {
|
|
6808
|
-
properties: {
|
|
6809
|
-
error_code: {
|
|
6810
|
-
type: string;
|
|
6811
|
-
};
|
|
6812
|
-
message: {
|
|
6813
|
-
type: string;
|
|
6814
|
-
};
|
|
6815
|
-
};
|
|
6816
|
-
required: string[];
|
|
6817
|
-
type: string;
|
|
6818
|
-
};
|
|
6819
|
-
type: string;
|
|
6820
|
-
};
|
|
6821
|
-
external_type: {
|
|
6822
|
-
enum: string[];
|
|
6823
|
-
type: string;
|
|
6824
|
-
};
|
|
6825
|
-
external_type_display_name: {
|
|
6826
|
-
type: string;
|
|
6827
|
-
};
|
|
6828
|
-
is_multi_phone_sync_credential: {
|
|
6829
|
-
type: string;
|
|
6830
|
-
};
|
|
6831
|
-
parent_acs_credential_id: {
|
|
6832
|
-
format: string;
|
|
6833
|
-
type: string;
|
|
6834
|
-
};
|
|
6835
|
-
starts_at: {
|
|
6836
|
-
type: string;
|
|
6837
|
-
};
|
|
6838
|
-
visionline_metadata: {
|
|
6839
|
-
properties: {
|
|
6840
|
-
common_acs_entrance_ids: {
|
|
6841
|
-
items: {
|
|
6842
|
-
format: string;
|
|
6843
|
-
type: string;
|
|
6844
|
-
};
|
|
6845
|
-
type: string;
|
|
6846
|
-
};
|
|
6847
|
-
guest_acs_entrance_ids: {
|
|
6848
|
-
items: {
|
|
6849
|
-
format: string;
|
|
6850
|
-
type: string;
|
|
6851
|
-
};
|
|
6852
|
-
type: string;
|
|
6853
|
-
};
|
|
6854
|
-
joiner_acs_credential_ids: {
|
|
6855
|
-
items: {
|
|
6856
|
-
format: string;
|
|
6857
|
-
type: string;
|
|
6858
|
-
};
|
|
6859
|
-
type: string;
|
|
6860
|
-
};
|
|
6861
|
-
};
|
|
6862
|
-
type: string;
|
|
6863
|
-
};
|
|
6864
|
-
warnings: {
|
|
6865
|
-
items: {
|
|
6866
|
-
properties: {
|
|
6867
|
-
message: {
|
|
6868
|
-
type: string;
|
|
6869
|
-
};
|
|
6870
|
-
warning_code: {
|
|
6871
|
-
type: string;
|
|
6872
|
-
};
|
|
6873
|
-
};
|
|
6874
|
-
required: string[];
|
|
6875
|
-
type: string;
|
|
6876
|
-
};
|
|
6877
|
-
type: string;
|
|
6878
|
-
};
|
|
6879
|
-
workspace_id: {
|
|
6880
|
-
format: string;
|
|
6881
|
-
type: string;
|
|
6882
|
-
};
|
|
6883
|
-
};
|
|
6884
|
-
required: string[];
|
|
6885
|
-
type: string;
|
|
6231
|
+
$ref: string;
|
|
6886
6232
|
};
|
|
6887
6233
|
ok: {
|
|
6888
6234
|
type: string;
|
|
@@ -6947,122 +6293,7 @@ declare const _default: {
|
|
|
6947
6293
|
schema: {
|
|
6948
6294
|
properties: {
|
|
6949
6295
|
acs_credential: {
|
|
6950
|
-
|
|
6951
|
-
access_method: {
|
|
6952
|
-
enum: string[];
|
|
6953
|
-
type: string;
|
|
6954
|
-
};
|
|
6955
|
-
acs_credential_id: {
|
|
6956
|
-
format: string;
|
|
6957
|
-
type: string;
|
|
6958
|
-
};
|
|
6959
|
-
acs_credential_pool_id: {
|
|
6960
|
-
format: string;
|
|
6961
|
-
type: string;
|
|
6962
|
-
};
|
|
6963
|
-
acs_system_id: {
|
|
6964
|
-
format: string;
|
|
6965
|
-
type: string;
|
|
6966
|
-
};
|
|
6967
|
-
acs_user_id: {
|
|
6968
|
-
format: string;
|
|
6969
|
-
type: string;
|
|
6970
|
-
};
|
|
6971
|
-
code: {
|
|
6972
|
-
nullable: boolean;
|
|
6973
|
-
type: string;
|
|
6974
|
-
};
|
|
6975
|
-
created_at: {
|
|
6976
|
-
format: string;
|
|
6977
|
-
type: string;
|
|
6978
|
-
};
|
|
6979
|
-
display_name: {
|
|
6980
|
-
minLength: number;
|
|
6981
|
-
type: string;
|
|
6982
|
-
};
|
|
6983
|
-
ends_at: {
|
|
6984
|
-
type: string;
|
|
6985
|
-
};
|
|
6986
|
-
errors: {
|
|
6987
|
-
items: {
|
|
6988
|
-
properties: {
|
|
6989
|
-
error_code: {
|
|
6990
|
-
type: string;
|
|
6991
|
-
};
|
|
6992
|
-
message: {
|
|
6993
|
-
type: string;
|
|
6994
|
-
};
|
|
6995
|
-
};
|
|
6996
|
-
required: string[];
|
|
6997
|
-
type: string;
|
|
6998
|
-
};
|
|
6999
|
-
type: string;
|
|
7000
|
-
};
|
|
7001
|
-
external_type: {
|
|
7002
|
-
enum: string[];
|
|
7003
|
-
type: string;
|
|
7004
|
-
};
|
|
7005
|
-
external_type_display_name: {
|
|
7006
|
-
type: string;
|
|
7007
|
-
};
|
|
7008
|
-
is_multi_phone_sync_credential: {
|
|
7009
|
-
type: string;
|
|
7010
|
-
};
|
|
7011
|
-
parent_acs_credential_id: {
|
|
7012
|
-
format: string;
|
|
7013
|
-
type: string;
|
|
7014
|
-
};
|
|
7015
|
-
starts_at: {
|
|
7016
|
-
type: string;
|
|
7017
|
-
};
|
|
7018
|
-
visionline_metadata: {
|
|
7019
|
-
properties: {
|
|
7020
|
-
common_acs_entrance_ids: {
|
|
7021
|
-
items: {
|
|
7022
|
-
format: string;
|
|
7023
|
-
type: string;
|
|
7024
|
-
};
|
|
7025
|
-
type: string;
|
|
7026
|
-
};
|
|
7027
|
-
guest_acs_entrance_ids: {
|
|
7028
|
-
items: {
|
|
7029
|
-
format: string;
|
|
7030
|
-
type: string;
|
|
7031
|
-
};
|
|
7032
|
-
type: string;
|
|
7033
|
-
};
|
|
7034
|
-
joiner_acs_credential_ids: {
|
|
7035
|
-
items: {
|
|
7036
|
-
format: string;
|
|
7037
|
-
type: string;
|
|
7038
|
-
};
|
|
7039
|
-
type: string;
|
|
7040
|
-
};
|
|
7041
|
-
};
|
|
7042
|
-
type: string;
|
|
7043
|
-
};
|
|
7044
|
-
warnings: {
|
|
7045
|
-
items: {
|
|
7046
|
-
properties: {
|
|
7047
|
-
message: {
|
|
7048
|
-
type: string;
|
|
7049
|
-
};
|
|
7050
|
-
warning_code: {
|
|
7051
|
-
type: string;
|
|
7052
|
-
};
|
|
7053
|
-
};
|
|
7054
|
-
required: string[];
|
|
7055
|
-
type: string;
|
|
7056
|
-
};
|
|
7057
|
-
type: string;
|
|
7058
|
-
};
|
|
7059
|
-
workspace_id: {
|
|
7060
|
-
format: string;
|
|
7061
|
-
type: string;
|
|
7062
|
-
};
|
|
7063
|
-
};
|
|
7064
|
-
required: string[];
|
|
7065
|
-
type: string;
|
|
6296
|
+
$ref: string;
|
|
7066
6297
|
};
|
|
7067
6298
|
ok: {
|
|
7068
6299
|
type: string;
|
|
@@ -7127,74 +6358,7 @@ declare const _default: {
|
|
|
7127
6358
|
schema: {
|
|
7128
6359
|
properties: {
|
|
7129
6360
|
acs_entrance: {
|
|
7130
|
-
|
|
7131
|
-
acs_entrance_id: {
|
|
7132
|
-
format: string;
|
|
7133
|
-
type: string;
|
|
7134
|
-
};
|
|
7135
|
-
acs_system_id: {
|
|
7136
|
-
format: string;
|
|
7137
|
-
type: string;
|
|
7138
|
-
};
|
|
7139
|
-
created_at: {
|
|
7140
|
-
format: string;
|
|
7141
|
-
type: string;
|
|
7142
|
-
};
|
|
7143
|
-
display_name: {
|
|
7144
|
-
type: string;
|
|
7145
|
-
};
|
|
7146
|
-
latch_metadata: {
|
|
7147
|
-
nullable: boolean;
|
|
7148
|
-
properties: {
|
|
7149
|
-
accessibility_type: {
|
|
7150
|
-
type: string;
|
|
7151
|
-
};
|
|
7152
|
-
is_connected: {
|
|
7153
|
-
type: string;
|
|
7154
|
-
};
|
|
7155
|
-
name: {
|
|
7156
|
-
type: string;
|
|
7157
|
-
};
|
|
7158
|
-
type: {
|
|
7159
|
-
type: string;
|
|
7160
|
-
};
|
|
7161
|
-
};
|
|
7162
|
-
required: string[];
|
|
7163
|
-
type: string;
|
|
7164
|
-
};
|
|
7165
|
-
visionline_metadata: {
|
|
7166
|
-
nullable: boolean;
|
|
7167
|
-
properties: {
|
|
7168
|
-
door_category: {
|
|
7169
|
-
enum: string[];
|
|
7170
|
-
type: string;
|
|
7171
|
-
};
|
|
7172
|
-
door_name: {
|
|
7173
|
-
type: string;
|
|
7174
|
-
};
|
|
7175
|
-
profiles: {
|
|
7176
|
-
items: {
|
|
7177
|
-
properties: {
|
|
7178
|
-
visionline_door_profile_id: {
|
|
7179
|
-
type: string;
|
|
7180
|
-
};
|
|
7181
|
-
visionline_door_profile_type: {
|
|
7182
|
-
enum: string[];
|
|
7183
|
-
type: string;
|
|
7184
|
-
};
|
|
7185
|
-
};
|
|
7186
|
-
required: string[];
|
|
7187
|
-
type: string;
|
|
7188
|
-
};
|
|
7189
|
-
type: string;
|
|
7190
|
-
};
|
|
7191
|
-
};
|
|
7192
|
-
required: string[];
|
|
7193
|
-
type: string;
|
|
7194
|
-
};
|
|
7195
|
-
};
|
|
7196
|
-
required: string[];
|
|
7197
|
-
type: string;
|
|
6361
|
+
$ref: string;
|
|
7198
6362
|
};
|
|
7199
6363
|
ok: {
|
|
7200
6364
|
type: string;
|
|
@@ -7239,6 +6403,7 @@ declare const _default: {
|
|
|
7239
6403
|
tags: string[];
|
|
7240
6404
|
'x-fern-sdk-group-name': string[];
|
|
7241
6405
|
'x-fern-sdk-method-name': string;
|
|
6406
|
+
'x-fern-sdk-return-value': string;
|
|
7242
6407
|
};
|
|
7243
6408
|
};
|
|
7244
6409
|
'/acs/entrances/grant_access': {
|
|
@@ -7329,90 +6494,23 @@ declare const _default: {
|
|
|
7329
6494
|
};
|
|
7330
6495
|
acs_system_id: {
|
|
7331
6496
|
format: string;
|
|
7332
|
-
type: string;
|
|
7333
|
-
};
|
|
7334
|
-
};
|
|
7335
|
-
type: string;
|
|
7336
|
-
};
|
|
7337
|
-
};
|
|
7338
|
-
};
|
|
7339
|
-
};
|
|
7340
|
-
responses: {
|
|
7341
|
-
200: {
|
|
7342
|
-
content: {
|
|
7343
|
-
'application/json': {
|
|
7344
|
-
schema: {
|
|
7345
|
-
properties: {
|
|
7346
|
-
acs_entrances: {
|
|
7347
|
-
items: {
|
|
7348
|
-
|
|
7349
|
-
acs_entrance_id: {
|
|
7350
|
-
format: string;
|
|
7351
|
-
type: string;
|
|
7352
|
-
};
|
|
7353
|
-
acs_system_id: {
|
|
7354
|
-
format: string;
|
|
7355
|
-
type: string;
|
|
7356
|
-
};
|
|
7357
|
-
created_at: {
|
|
7358
|
-
format: string;
|
|
7359
|
-
type: string;
|
|
7360
|
-
};
|
|
7361
|
-
display_name: {
|
|
7362
|
-
type: string;
|
|
7363
|
-
};
|
|
7364
|
-
latch_metadata: {
|
|
7365
|
-
nullable: boolean;
|
|
7366
|
-
properties: {
|
|
7367
|
-
accessibility_type: {
|
|
7368
|
-
type: string;
|
|
7369
|
-
};
|
|
7370
|
-
is_connected: {
|
|
7371
|
-
type: string;
|
|
7372
|
-
};
|
|
7373
|
-
name: {
|
|
7374
|
-
type: string;
|
|
7375
|
-
};
|
|
7376
|
-
type: {
|
|
7377
|
-
type: string;
|
|
7378
|
-
};
|
|
7379
|
-
};
|
|
7380
|
-
required: string[];
|
|
7381
|
-
type: string;
|
|
7382
|
-
};
|
|
7383
|
-
visionline_metadata: {
|
|
7384
|
-
nullable: boolean;
|
|
7385
|
-
properties: {
|
|
7386
|
-
door_category: {
|
|
7387
|
-
enum: string[];
|
|
7388
|
-
type: string;
|
|
7389
|
-
};
|
|
7390
|
-
door_name: {
|
|
7391
|
-
type: string;
|
|
7392
|
-
};
|
|
7393
|
-
profiles: {
|
|
7394
|
-
items: {
|
|
7395
|
-
properties: {
|
|
7396
|
-
visionline_door_profile_id: {
|
|
7397
|
-
type: string;
|
|
7398
|
-
};
|
|
7399
|
-
visionline_door_profile_type: {
|
|
7400
|
-
enum: string[];
|
|
7401
|
-
type: string;
|
|
7402
|
-
};
|
|
7403
|
-
};
|
|
7404
|
-
required: string[];
|
|
7405
|
-
type: string;
|
|
7406
|
-
};
|
|
7407
|
-
type: string;
|
|
7408
|
-
};
|
|
7409
|
-
};
|
|
7410
|
-
required: string[];
|
|
7411
|
-
type: string;
|
|
7412
|
-
};
|
|
7413
|
-
};
|
|
7414
|
-
required: string[];
|
|
7415
|
-
type: string;
|
|
6497
|
+
type: string;
|
|
6498
|
+
};
|
|
6499
|
+
};
|
|
6500
|
+
type: string;
|
|
6501
|
+
};
|
|
6502
|
+
};
|
|
6503
|
+
};
|
|
6504
|
+
};
|
|
6505
|
+
responses: {
|
|
6506
|
+
200: {
|
|
6507
|
+
content: {
|
|
6508
|
+
'application/json': {
|
|
6509
|
+
schema: {
|
|
6510
|
+
properties: {
|
|
6511
|
+
acs_entrances: {
|
|
6512
|
+
items: {
|
|
6513
|
+
$ref: string;
|
|
7416
6514
|
};
|
|
7417
6515
|
type: string;
|
|
7418
6516
|
};
|
|
@@ -7459,6 +6557,7 @@ declare const _default: {
|
|
|
7459
6557
|
tags: string[];
|
|
7460
6558
|
'x-fern-sdk-group-name': string[];
|
|
7461
6559
|
'x-fern-sdk-method-name': string;
|
|
6560
|
+
'x-fern-sdk-return-value': string;
|
|
7462
6561
|
};
|
|
7463
6562
|
};
|
|
7464
6563
|
'/acs/entrances/list_credentials_with_access': {
|
|
@@ -7495,122 +6594,7 @@ declare const _default: {
|
|
|
7495
6594
|
properties: {
|
|
7496
6595
|
acs_credentials: {
|
|
7497
6596
|
items: {
|
|
7498
|
-
|
|
7499
|
-
access_method: {
|
|
7500
|
-
enum: string[];
|
|
7501
|
-
type: string;
|
|
7502
|
-
};
|
|
7503
|
-
acs_credential_id: {
|
|
7504
|
-
format: string;
|
|
7505
|
-
type: string;
|
|
7506
|
-
};
|
|
7507
|
-
acs_credential_pool_id: {
|
|
7508
|
-
format: string;
|
|
7509
|
-
type: string;
|
|
7510
|
-
};
|
|
7511
|
-
acs_system_id: {
|
|
7512
|
-
format: string;
|
|
7513
|
-
type: string;
|
|
7514
|
-
};
|
|
7515
|
-
acs_user_id: {
|
|
7516
|
-
format: string;
|
|
7517
|
-
type: string;
|
|
7518
|
-
};
|
|
7519
|
-
code: {
|
|
7520
|
-
nullable: boolean;
|
|
7521
|
-
type: string;
|
|
7522
|
-
};
|
|
7523
|
-
created_at: {
|
|
7524
|
-
format: string;
|
|
7525
|
-
type: string;
|
|
7526
|
-
};
|
|
7527
|
-
display_name: {
|
|
7528
|
-
minLength: number;
|
|
7529
|
-
type: string;
|
|
7530
|
-
};
|
|
7531
|
-
ends_at: {
|
|
7532
|
-
type: string;
|
|
7533
|
-
};
|
|
7534
|
-
errors: {
|
|
7535
|
-
items: {
|
|
7536
|
-
properties: {
|
|
7537
|
-
error_code: {
|
|
7538
|
-
type: string;
|
|
7539
|
-
};
|
|
7540
|
-
message: {
|
|
7541
|
-
type: string;
|
|
7542
|
-
};
|
|
7543
|
-
};
|
|
7544
|
-
required: string[];
|
|
7545
|
-
type: string;
|
|
7546
|
-
};
|
|
7547
|
-
type: string;
|
|
7548
|
-
};
|
|
7549
|
-
external_type: {
|
|
7550
|
-
enum: string[];
|
|
7551
|
-
type: string;
|
|
7552
|
-
};
|
|
7553
|
-
external_type_display_name: {
|
|
7554
|
-
type: string;
|
|
7555
|
-
};
|
|
7556
|
-
is_multi_phone_sync_credential: {
|
|
7557
|
-
type: string;
|
|
7558
|
-
};
|
|
7559
|
-
parent_acs_credential_id: {
|
|
7560
|
-
format: string;
|
|
7561
|
-
type: string;
|
|
7562
|
-
};
|
|
7563
|
-
starts_at: {
|
|
7564
|
-
type: string;
|
|
7565
|
-
};
|
|
7566
|
-
visionline_metadata: {
|
|
7567
|
-
properties: {
|
|
7568
|
-
common_acs_entrance_ids: {
|
|
7569
|
-
items: {
|
|
7570
|
-
format: string;
|
|
7571
|
-
type: string;
|
|
7572
|
-
};
|
|
7573
|
-
type: string;
|
|
7574
|
-
};
|
|
7575
|
-
guest_acs_entrance_ids: {
|
|
7576
|
-
items: {
|
|
7577
|
-
format: string;
|
|
7578
|
-
type: string;
|
|
7579
|
-
};
|
|
7580
|
-
type: string;
|
|
7581
|
-
};
|
|
7582
|
-
joiner_acs_credential_ids: {
|
|
7583
|
-
items: {
|
|
7584
|
-
format: string;
|
|
7585
|
-
type: string;
|
|
7586
|
-
};
|
|
7587
|
-
type: string;
|
|
7588
|
-
};
|
|
7589
|
-
};
|
|
7590
|
-
type: string;
|
|
7591
|
-
};
|
|
7592
|
-
warnings: {
|
|
7593
|
-
items: {
|
|
7594
|
-
properties: {
|
|
7595
|
-
message: {
|
|
7596
|
-
type: string;
|
|
7597
|
-
};
|
|
7598
|
-
warning_code: {
|
|
7599
|
-
type: string;
|
|
7600
|
-
};
|
|
7601
|
-
};
|
|
7602
|
-
required: string[];
|
|
7603
|
-
type: string;
|
|
7604
|
-
};
|
|
7605
|
-
type: string;
|
|
7606
|
-
};
|
|
7607
|
-
workspace_id: {
|
|
7608
|
-
format: string;
|
|
7609
|
-
type: string;
|
|
7610
|
-
};
|
|
7611
|
-
};
|
|
7612
|
-
required: string[];
|
|
7613
|
-
type: string;
|
|
6597
|
+
$ref: string;
|
|
7614
6598
|
};
|
|
7615
6599
|
type: string;
|
|
7616
6600
|
};
|
|
@@ -7657,6 +6641,7 @@ declare const _default: {
|
|
|
7657
6641
|
tags: string[];
|
|
7658
6642
|
'x-fern-sdk-group-name': string[];
|
|
7659
6643
|
'x-fern-sdk-method-name': string;
|
|
6644
|
+
'x-fern-sdk-return-value': string;
|
|
7660
6645
|
};
|
|
7661
6646
|
};
|
|
7662
6647
|
'/acs/systems/get': {
|
|
@@ -7722,6 +6707,7 @@ declare const _default: {
|
|
|
7722
6707
|
tags: string[];
|
|
7723
6708
|
'x-fern-sdk-group-name': string[];
|
|
7724
6709
|
'x-fern-sdk-method-name': string;
|
|
6710
|
+
'x-fern-sdk-return-value': string;
|
|
7725
6711
|
};
|
|
7726
6712
|
};
|
|
7727
6713
|
'/acs/systems/list': {
|
|
@@ -7797,6 +6783,7 @@ declare const _default: {
|
|
|
7797
6783
|
tags: string[];
|
|
7798
6784
|
'x-fern-sdk-group-name': string[];
|
|
7799
6785
|
'x-fern-sdk-method-name': string;
|
|
6786
|
+
'x-fern-sdk-return-value': string;
|
|
7800
6787
|
};
|
|
7801
6788
|
};
|
|
7802
6789
|
'/acs/users/add_to_access_group': {
|
|
@@ -8033,6 +7020,7 @@ declare const _default: {
|
|
|
8033
7020
|
tags: string[];
|
|
8034
7021
|
'x-fern-sdk-group-name': string[];
|
|
8035
7022
|
'x-fern-sdk-method-name': string;
|
|
7023
|
+
'x-fern-sdk-return-value': string;
|
|
8036
7024
|
};
|
|
8037
7025
|
};
|
|
8038
7026
|
'/acs/users/delete': {
|
|
@@ -8160,6 +7148,7 @@ declare const _default: {
|
|
|
8160
7148
|
tags: string[];
|
|
8161
7149
|
'x-fern-sdk-group-name': string[];
|
|
8162
7150
|
'x-fern-sdk-method-name': string;
|
|
7151
|
+
'x-fern-sdk-return-value': string;
|
|
8163
7152
|
};
|
|
8164
7153
|
};
|
|
8165
7154
|
'/acs/users/list': {
|
|
@@ -8246,6 +7235,7 @@ declare const _default: {
|
|
|
8246
7235
|
tags: string[];
|
|
8247
7236
|
'x-fern-sdk-group-name': string[];
|
|
8248
7237
|
'x-fern-sdk-method-name': string;
|
|
7238
|
+
'x-fern-sdk-return-value': string;
|
|
8249
7239
|
};
|
|
8250
7240
|
};
|
|
8251
7241
|
'/acs/users/list_accessible_entrances': {
|
|
@@ -8275,74 +7265,7 @@ declare const _default: {
|
|
|
8275
7265
|
properties: {
|
|
8276
7266
|
acs_entrances: {
|
|
8277
7267
|
items: {
|
|
8278
|
-
|
|
8279
|
-
acs_entrance_id: {
|
|
8280
|
-
format: string;
|
|
8281
|
-
type: string;
|
|
8282
|
-
};
|
|
8283
|
-
acs_system_id: {
|
|
8284
|
-
format: string;
|
|
8285
|
-
type: string;
|
|
8286
|
-
};
|
|
8287
|
-
created_at: {
|
|
8288
|
-
format: string;
|
|
8289
|
-
type: string;
|
|
8290
|
-
};
|
|
8291
|
-
display_name: {
|
|
8292
|
-
type: string;
|
|
8293
|
-
};
|
|
8294
|
-
latch_metadata: {
|
|
8295
|
-
nullable: boolean;
|
|
8296
|
-
properties: {
|
|
8297
|
-
accessibility_type: {
|
|
8298
|
-
type: string;
|
|
8299
|
-
};
|
|
8300
|
-
is_connected: {
|
|
8301
|
-
type: string;
|
|
8302
|
-
};
|
|
8303
|
-
name: {
|
|
8304
|
-
type: string;
|
|
8305
|
-
};
|
|
8306
|
-
type: {
|
|
8307
|
-
type: string;
|
|
8308
|
-
};
|
|
8309
|
-
};
|
|
8310
|
-
required: string[];
|
|
8311
|
-
type: string;
|
|
8312
|
-
};
|
|
8313
|
-
visionline_metadata: {
|
|
8314
|
-
nullable: boolean;
|
|
8315
|
-
properties: {
|
|
8316
|
-
door_category: {
|
|
8317
|
-
enum: string[];
|
|
8318
|
-
type: string;
|
|
8319
|
-
};
|
|
8320
|
-
door_name: {
|
|
8321
|
-
type: string;
|
|
8322
|
-
};
|
|
8323
|
-
profiles: {
|
|
8324
|
-
items: {
|
|
8325
|
-
properties: {
|
|
8326
|
-
visionline_door_profile_id: {
|
|
8327
|
-
type: string;
|
|
8328
|
-
};
|
|
8329
|
-
visionline_door_profile_type: {
|
|
8330
|
-
enum: string[];
|
|
8331
|
-
type: string;
|
|
8332
|
-
};
|
|
8333
|
-
};
|
|
8334
|
-
required: string[];
|
|
8335
|
-
type: string;
|
|
8336
|
-
};
|
|
8337
|
-
type: string;
|
|
8338
|
-
};
|
|
8339
|
-
};
|
|
8340
|
-
required: string[];
|
|
8341
|
-
type: string;
|
|
8342
|
-
};
|
|
8343
|
-
};
|
|
8344
|
-
required: string[];
|
|
8345
|
-
type: string;
|
|
7268
|
+
$ref: string;
|
|
8346
7269
|
};
|
|
8347
7270
|
type: string;
|
|
8348
7271
|
};
|
|
@@ -8389,6 +7312,7 @@ declare const _default: {
|
|
|
8389
7312
|
tags: string[];
|
|
8390
7313
|
'x-fern-sdk-group-name': string[];
|
|
8391
7314
|
'x-fern-sdk-method-name': string;
|
|
7315
|
+
'x-fern-sdk-return-value': string;
|
|
8392
7316
|
};
|
|
8393
7317
|
};
|
|
8394
7318
|
'/acs/users/remove_from_access_group': {
|
|
@@ -12253,25 +11177,7 @@ declare const _default: {
|
|
|
12253
11177
|
schema: {
|
|
12254
11178
|
properties: {
|
|
12255
11179
|
network: {
|
|
12256
|
-
|
|
12257
|
-
created_at: {
|
|
12258
|
-
format: string;
|
|
12259
|
-
type: string;
|
|
12260
|
-
};
|
|
12261
|
-
display_name: {
|
|
12262
|
-
type: string;
|
|
12263
|
-
};
|
|
12264
|
-
network_id: {
|
|
12265
|
-
format: string;
|
|
12266
|
-
type: string;
|
|
12267
|
-
};
|
|
12268
|
-
workspace_id: {
|
|
12269
|
-
format: string;
|
|
12270
|
-
type: string;
|
|
12271
|
-
};
|
|
12272
|
-
};
|
|
12273
|
-
required: string[];
|
|
12274
|
-
type: string;
|
|
11180
|
+
$ref: string;
|
|
12275
11181
|
};
|
|
12276
11182
|
ok: {
|
|
12277
11183
|
type: string;
|
|
@@ -12308,6 +11214,7 @@ declare const _default: {
|
|
|
12308
11214
|
tags: string[];
|
|
12309
11215
|
'x-fern-sdk-group-name': string[];
|
|
12310
11216
|
'x-fern-sdk-method-name': string;
|
|
11217
|
+
'x-fern-sdk-return-value': string;
|
|
12311
11218
|
};
|
|
12312
11219
|
};
|
|
12313
11220
|
'/networks/list': {
|
|
@@ -12331,25 +11238,7 @@ declare const _default: {
|
|
|
12331
11238
|
properties: {
|
|
12332
11239
|
networks: {
|
|
12333
11240
|
items: {
|
|
12334
|
-
|
|
12335
|
-
created_at: {
|
|
12336
|
-
format: string;
|
|
12337
|
-
type: string;
|
|
12338
|
-
};
|
|
12339
|
-
display_name: {
|
|
12340
|
-
type: string;
|
|
12341
|
-
};
|
|
12342
|
-
network_id: {
|
|
12343
|
-
format: string;
|
|
12344
|
-
type: string;
|
|
12345
|
-
};
|
|
12346
|
-
workspace_id: {
|
|
12347
|
-
format: string;
|
|
12348
|
-
type: string;
|
|
12349
|
-
};
|
|
12350
|
-
};
|
|
12351
|
-
required: string[];
|
|
12352
|
-
type: string;
|
|
11241
|
+
$ref: string;
|
|
12353
11242
|
};
|
|
12354
11243
|
type: string;
|
|
12355
11244
|
};
|
|
@@ -12388,6 +11277,7 @@ declare const _default: {
|
|
|
12388
11277
|
tags: string[];
|
|
12389
11278
|
'x-fern-sdk-group-name': string[];
|
|
12390
11279
|
'x-fern-sdk-method-name': string;
|
|
11280
|
+
'x-fern-sdk-return-value': string;
|
|
12391
11281
|
};
|
|
12392
11282
|
};
|
|
12393
11283
|
'/noise_sensors/noise_thresholds/create': {
|
|
@@ -15023,45 +13913,7 @@ declare const _default: {
|
|
|
15023
13913
|
type: string;
|
|
15024
13914
|
};
|
|
15025
13915
|
user_identity: {
|
|
15026
|
-
|
|
15027
|
-
created_at: {
|
|
15028
|
-
format: string;
|
|
15029
|
-
type: string;
|
|
15030
|
-
};
|
|
15031
|
-
display_name: {
|
|
15032
|
-
minLength: number;
|
|
15033
|
-
type: string;
|
|
15034
|
-
};
|
|
15035
|
-
email_address: {
|
|
15036
|
-
format: string;
|
|
15037
|
-
nullable: boolean;
|
|
15038
|
-
type: string;
|
|
15039
|
-
};
|
|
15040
|
-
full_name: {
|
|
15041
|
-
minLength: number;
|
|
15042
|
-
nullable: boolean;
|
|
15043
|
-
type: string;
|
|
15044
|
-
};
|
|
15045
|
-
phone_number: {
|
|
15046
|
-
nullable: boolean;
|
|
15047
|
-
type: string;
|
|
15048
|
-
};
|
|
15049
|
-
user_identity_id: {
|
|
15050
|
-
format: string;
|
|
15051
|
-
type: string;
|
|
15052
|
-
};
|
|
15053
|
-
user_identity_key: {
|
|
15054
|
-
minLength: number;
|
|
15055
|
-
nullable: boolean;
|
|
15056
|
-
type: string;
|
|
15057
|
-
};
|
|
15058
|
-
workspace_id: {
|
|
15059
|
-
format: string;
|
|
15060
|
-
type: string;
|
|
15061
|
-
};
|
|
15062
|
-
};
|
|
15063
|
-
required: string[];
|
|
15064
|
-
type: string;
|
|
13916
|
+
$ref: string;
|
|
15065
13917
|
};
|
|
15066
13918
|
};
|
|
15067
13919
|
required: string[];
|
|
@@ -15095,6 +13947,7 @@ declare const _default: {
|
|
|
15095
13947
|
tags: string[];
|
|
15096
13948
|
'x-fern-sdk-group-name': string[];
|
|
15097
13949
|
'x-fern-sdk-method-name': string;
|
|
13950
|
+
'x-fern-sdk-return-value': string;
|
|
15098
13951
|
};
|
|
15099
13952
|
};
|
|
15100
13953
|
'/user_identities/delete': {
|
|
@@ -15292,6 +14145,7 @@ declare const _default: {
|
|
|
15292
14145
|
tags: string[];
|
|
15293
14146
|
'x-fern-sdk-group-name': string[];
|
|
15294
14147
|
'x-fern-sdk-method-name': string;
|
|
14148
|
+
'x-fern-sdk-return-value': string;
|
|
15295
14149
|
};
|
|
15296
14150
|
};
|
|
15297
14151
|
'/user_identities/enrollment_automations/launch': {
|
|
@@ -15399,6 +14253,7 @@ declare const _default: {
|
|
|
15399
14253
|
tags: string[];
|
|
15400
14254
|
'x-fern-sdk-group-name': string[];
|
|
15401
14255
|
'x-fern-sdk-method-name': string;
|
|
14256
|
+
'x-fern-sdk-return-value': string;
|
|
15402
14257
|
};
|
|
15403
14258
|
};
|
|
15404
14259
|
'/user_identities/enrollment_automations/list': {
|
|
@@ -15475,6 +14330,7 @@ declare const _default: {
|
|
|
15475
14330
|
tags: string[];
|
|
15476
14331
|
'x-fern-sdk-group-name': string[];
|
|
15477
14332
|
'x-fern-sdk-method-name': string;
|
|
14333
|
+
'x-fern-sdk-return-value': string;
|
|
15478
14334
|
};
|
|
15479
14335
|
};
|
|
15480
14336
|
'/user_identities/get': {
|
|
@@ -15518,45 +14374,7 @@ declare const _default: {
|
|
|
15518
14374
|
type: string;
|
|
15519
14375
|
};
|
|
15520
14376
|
user_identity: {
|
|
15521
|
-
|
|
15522
|
-
created_at: {
|
|
15523
|
-
format: string;
|
|
15524
|
-
type: string;
|
|
15525
|
-
};
|
|
15526
|
-
display_name: {
|
|
15527
|
-
minLength: number;
|
|
15528
|
-
type: string;
|
|
15529
|
-
};
|
|
15530
|
-
email_address: {
|
|
15531
|
-
format: string;
|
|
15532
|
-
nullable: boolean;
|
|
15533
|
-
type: string;
|
|
15534
|
-
};
|
|
15535
|
-
full_name: {
|
|
15536
|
-
minLength: number;
|
|
15537
|
-
nullable: boolean;
|
|
15538
|
-
type: string;
|
|
15539
|
-
};
|
|
15540
|
-
phone_number: {
|
|
15541
|
-
nullable: boolean;
|
|
15542
|
-
type: string;
|
|
15543
|
-
};
|
|
15544
|
-
user_identity_id: {
|
|
15545
|
-
format: string;
|
|
15546
|
-
type: string;
|
|
15547
|
-
};
|
|
15548
|
-
user_identity_key: {
|
|
15549
|
-
minLength: number;
|
|
15550
|
-
nullable: boolean;
|
|
15551
|
-
type: string;
|
|
15552
|
-
};
|
|
15553
|
-
workspace_id: {
|
|
15554
|
-
format: string;
|
|
15555
|
-
type: string;
|
|
15556
|
-
};
|
|
15557
|
-
};
|
|
15558
|
-
required: string[];
|
|
15559
|
-
type: string;
|
|
14377
|
+
$ref: string;
|
|
15560
14378
|
};
|
|
15561
14379
|
};
|
|
15562
14380
|
required: string[];
|
|
@@ -15590,6 +14408,7 @@ declare const _default: {
|
|
|
15590
14408
|
tags: string[];
|
|
15591
14409
|
'x-fern-sdk-group-name': string[];
|
|
15592
14410
|
'x-fern-sdk-method-name': string;
|
|
14411
|
+
'x-fern-sdk-return-value': string;
|
|
15593
14412
|
};
|
|
15594
14413
|
};
|
|
15595
14414
|
'/user_identities/grant_access_to_device': {
|
|
@@ -15750,45 +14569,7 @@ declare const _default: {
|
|
|
15750
14569
|
};
|
|
15751
14570
|
user_identities: {
|
|
15752
14571
|
items: {
|
|
15753
|
-
|
|
15754
|
-
created_at: {
|
|
15755
|
-
format: string;
|
|
15756
|
-
type: string;
|
|
15757
|
-
};
|
|
15758
|
-
display_name: {
|
|
15759
|
-
minLength: number;
|
|
15760
|
-
type: string;
|
|
15761
|
-
};
|
|
15762
|
-
email_address: {
|
|
15763
|
-
format: string;
|
|
15764
|
-
nullable: boolean;
|
|
15765
|
-
type: string;
|
|
15766
|
-
};
|
|
15767
|
-
full_name: {
|
|
15768
|
-
minLength: number;
|
|
15769
|
-
nullable: boolean;
|
|
15770
|
-
type: string;
|
|
15771
|
-
};
|
|
15772
|
-
phone_number: {
|
|
15773
|
-
nullable: boolean;
|
|
15774
|
-
type: string;
|
|
15775
|
-
};
|
|
15776
|
-
user_identity_id: {
|
|
15777
|
-
format: string;
|
|
15778
|
-
type: string;
|
|
15779
|
-
};
|
|
15780
|
-
user_identity_key: {
|
|
15781
|
-
minLength: number;
|
|
15782
|
-
nullable: boolean;
|
|
15783
|
-
type: string;
|
|
15784
|
-
};
|
|
15785
|
-
workspace_id: {
|
|
15786
|
-
format: string;
|
|
15787
|
-
type: string;
|
|
15788
|
-
};
|
|
15789
|
-
};
|
|
15790
|
-
required: string[];
|
|
15791
|
-
type: string;
|
|
14572
|
+
$ref: string;
|
|
15792
14573
|
};
|
|
15793
14574
|
type: string;
|
|
15794
14575
|
};
|
|
@@ -15861,6 +14642,13 @@ declare const _default: {
|
|
|
15861
14642
|
schema: {
|
|
15862
14643
|
properties: {
|
|
15863
14644
|
accessible_devices: {
|
|
14645
|
+
description: string;
|
|
14646
|
+
items: {
|
|
14647
|
+
$ref: string;
|
|
14648
|
+
};
|
|
14649
|
+
type: string;
|
|
14650
|
+
};
|
|
14651
|
+
devices: {
|
|
15864
14652
|
items: {
|
|
15865
14653
|
$ref: string;
|
|
15866
14654
|
};
|
|
@@ -15901,6 +14689,7 @@ declare const _default: {
|
|
|
15901
14689
|
tags: string[];
|
|
15902
14690
|
'x-fern-sdk-group-name': string[];
|
|
15903
14691
|
'x-fern-sdk-method-name': string;
|
|
14692
|
+
'x-fern-sdk-return-value': string;
|
|
15904
14693
|
};
|
|
15905
14694
|
};
|
|
15906
14695
|
'/user_identities/list_acs_systems': {
|
|
@@ -15977,6 +14766,7 @@ declare const _default: {
|
|
|
15977
14766
|
tags: string[];
|
|
15978
14767
|
'x-fern-sdk-group-name': string[];
|
|
15979
14768
|
'x-fern-sdk-method-name': string;
|
|
14769
|
+
'x-fern-sdk-return-value': string;
|
|
15980
14770
|
};
|
|
15981
14771
|
};
|
|
15982
14772
|
'/user_identities/list_acs_users': {
|
|
@@ -16045,6 +14835,7 @@ declare const _default: {
|
|
|
16045
14835
|
tags: string[];
|
|
16046
14836
|
'x-fern-sdk-group-name': string[];
|
|
16047
14837
|
'x-fern-sdk-method-name': string;
|
|
14838
|
+
'x-fern-sdk-return-value': string;
|
|
16048
14839
|
};
|
|
16049
14840
|
};
|
|
16050
14841
|
'/user_identities/remove_acs_user': {
|
|
@@ -16837,6 +15628,7 @@ declare const _default: {
|
|
|
16837
15628
|
tags: string[];
|
|
16838
15629
|
'x-fern-sdk-group-name': string[];
|
|
16839
15630
|
'x-fern-sdk-method-name': string;
|
|
15631
|
+
'x-fern-sdk-return-value': string;
|
|
16840
15632
|
};
|
|
16841
15633
|
};
|
|
16842
15634
|
'/workspaces/get': {
|