@seamapi/types 1.153.0 → 1.153.2
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 +311 -1272
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +901 -1595
- package/lib/seam/connect/models/acs/user.d.ts +6 -6
- package/lib/seam/connect/models/acs/user.js +2 -2
- package/lib/seam/connect/models/acs/user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +397 -1605
- package/lib/seam/connect/openapi.js +292 -1253
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +524 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/user.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +293 -1253
- package/src/lib/seam/connect/route-types.ts +743 -10
|
@@ -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: {
|
|
@@ -261,12 +508,14 @@ declare const _default: {
|
|
|
261
508
|
type: string;
|
|
262
509
|
};
|
|
263
510
|
user_identity_email_address: {
|
|
511
|
+
nullable: boolean;
|
|
264
512
|
type: string;
|
|
265
513
|
};
|
|
266
514
|
user_identity_id: {
|
|
267
515
|
type: string;
|
|
268
516
|
};
|
|
269
517
|
user_identity_phone_number: {
|
|
518
|
+
nullable: boolean;
|
|
270
519
|
type: string;
|
|
271
520
|
};
|
|
272
521
|
workspace_id: {
|
|
@@ -2272,6 +2521,27 @@ declare const _default: {
|
|
|
2272
2521
|
required: string[];
|
|
2273
2522
|
type: string;
|
|
2274
2523
|
};
|
|
2524
|
+
network: {
|
|
2525
|
+
properties: {
|
|
2526
|
+
created_at: {
|
|
2527
|
+
format: string;
|
|
2528
|
+
type: string;
|
|
2529
|
+
};
|
|
2530
|
+
display_name: {
|
|
2531
|
+
type: string;
|
|
2532
|
+
};
|
|
2533
|
+
network_id: {
|
|
2534
|
+
format: string;
|
|
2535
|
+
type: string;
|
|
2536
|
+
};
|
|
2537
|
+
workspace_id: {
|
|
2538
|
+
format: string;
|
|
2539
|
+
type: string;
|
|
2540
|
+
};
|
|
2541
|
+
};
|
|
2542
|
+
required: string[];
|
|
2543
|
+
type: string;
|
|
2544
|
+
};
|
|
2275
2545
|
noise_threshold: {
|
|
2276
2546
|
properties: {
|
|
2277
2547
|
device_id: {
|
|
@@ -2726,30 +2996,71 @@ declare const _default: {
|
|
|
2726
2996
|
required: string[];
|
|
2727
2997
|
type: string;
|
|
2728
2998
|
};
|
|
2729
|
-
|
|
2999
|
+
user_identity: {
|
|
2730
3000
|
properties: {
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
type: string;
|
|
2734
|
-
};
|
|
3001
|
+
created_at: {
|
|
3002
|
+
format: string;
|
|
2735
3003
|
type: string;
|
|
2736
3004
|
};
|
|
2737
|
-
|
|
3005
|
+
display_name: {
|
|
3006
|
+
minLength: number;
|
|
2738
3007
|
type: string;
|
|
2739
3008
|
};
|
|
2740
|
-
|
|
3009
|
+
email_address: {
|
|
3010
|
+
format: string;
|
|
3011
|
+
nullable: boolean;
|
|
2741
3012
|
type: string;
|
|
2742
3013
|
};
|
|
2743
|
-
|
|
3014
|
+
full_name: {
|
|
3015
|
+
minLength: number;
|
|
3016
|
+
nullable: boolean;
|
|
2744
3017
|
type: string;
|
|
2745
3018
|
};
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
3019
|
+
phone_number: {
|
|
3020
|
+
nullable: boolean;
|
|
3021
|
+
type: string;
|
|
3022
|
+
};
|
|
3023
|
+
user_identity_id: {
|
|
3024
|
+
format: string;
|
|
3025
|
+
type: string;
|
|
3026
|
+
};
|
|
3027
|
+
user_identity_key: {
|
|
3028
|
+
minLength: number;
|
|
3029
|
+
nullable: boolean;
|
|
3030
|
+
type: string;
|
|
3031
|
+
};
|
|
3032
|
+
workspace_id: {
|
|
3033
|
+
format: string;
|
|
3034
|
+
type: string;
|
|
3035
|
+
};
|
|
3036
|
+
};
|
|
3037
|
+
required: string[];
|
|
3038
|
+
type: string;
|
|
3039
|
+
};
|
|
3040
|
+
webhook: {
|
|
3041
|
+
properties: {
|
|
3042
|
+
event_types: {
|
|
3043
|
+
items: {
|
|
3044
|
+
type: string;
|
|
3045
|
+
};
|
|
3046
|
+
type: string;
|
|
3047
|
+
};
|
|
3048
|
+
secret: {
|
|
3049
|
+
type: string;
|
|
3050
|
+
};
|
|
3051
|
+
url: {
|
|
3052
|
+
type: string;
|
|
3053
|
+
};
|
|
3054
|
+
webhook_id: {
|
|
3055
|
+
type: string;
|
|
3056
|
+
};
|
|
3057
|
+
};
|
|
3058
|
+
required: string[];
|
|
3059
|
+
type: string;
|
|
3060
|
+
};
|
|
3061
|
+
workspace: {
|
|
3062
|
+
properties: {
|
|
3063
|
+
connect_partner_name: {
|
|
2753
3064
|
nullable: boolean;
|
|
2754
3065
|
type: string;
|
|
2755
3066
|
};
|
|
@@ -4874,6 +5185,7 @@ declare const _default: {
|
|
|
4874
5185
|
tags: string[];
|
|
4875
5186
|
'x-fern-sdk-group-name': string[];
|
|
4876
5187
|
'x-fern-sdk-method-name': string;
|
|
5188
|
+
'x-fern-sdk-return-value': string;
|
|
4877
5189
|
};
|
|
4878
5190
|
};
|
|
4879
5191
|
'/acs/access_groups/list': {
|
|
@@ -4945,6 +5257,7 @@ declare const _default: {
|
|
|
4945
5257
|
tags: string[];
|
|
4946
5258
|
'x-fern-sdk-group-name': string[];
|
|
4947
5259
|
'x-fern-sdk-method-name': string;
|
|
5260
|
+
'x-fern-sdk-return-value': string;
|
|
4948
5261
|
};
|
|
4949
5262
|
};
|
|
4950
5263
|
'/acs/access_groups/list_users': {
|
|
@@ -5021,6 +5334,7 @@ declare const _default: {
|
|
|
5021
5334
|
tags: string[];
|
|
5022
5335
|
'x-fern-sdk-group-name': string[];
|
|
5023
5336
|
'x-fern-sdk-method-name': string;
|
|
5337
|
+
'x-fern-sdk-return-value': string;
|
|
5024
5338
|
};
|
|
5025
5339
|
};
|
|
5026
5340
|
'/acs/access_groups/remove_user': {
|
|
@@ -5116,37 +5430,7 @@ declare const _default: {
|
|
|
5116
5430
|
properties: {
|
|
5117
5431
|
acs_credential_pools: {
|
|
5118
5432
|
items: {
|
|
5119
|
-
|
|
5120
|
-
acs_credential_pool_id: {
|
|
5121
|
-
format: string;
|
|
5122
|
-
type: string;
|
|
5123
|
-
};
|
|
5124
|
-
acs_system_id: {
|
|
5125
|
-
format: string;
|
|
5126
|
-
type: string;
|
|
5127
|
-
};
|
|
5128
|
-
created_at: {
|
|
5129
|
-
format: string;
|
|
5130
|
-
type: string;
|
|
5131
|
-
};
|
|
5132
|
-
display_name: {
|
|
5133
|
-
minLength: number;
|
|
5134
|
-
type: string;
|
|
5135
|
-
};
|
|
5136
|
-
external_type: {
|
|
5137
|
-
enum: string[];
|
|
5138
|
-
type: string;
|
|
5139
|
-
};
|
|
5140
|
-
external_type_display_name: {
|
|
5141
|
-
type: string;
|
|
5142
|
-
};
|
|
5143
|
-
workspace_id: {
|
|
5144
|
-
format: string;
|
|
5145
|
-
type: string;
|
|
5146
|
-
};
|
|
5147
|
-
};
|
|
5148
|
-
required: string[];
|
|
5149
|
-
type: string;
|
|
5433
|
+
$ref: string;
|
|
5150
5434
|
};
|
|
5151
5435
|
type: string;
|
|
5152
5436
|
};
|
|
@@ -5185,6 +5469,7 @@ declare const _default: {
|
|
|
5185
5469
|
tags: string[];
|
|
5186
5470
|
'x-fern-sdk-group-name': string[];
|
|
5187
5471
|
'x-fern-sdk-method-name': string;
|
|
5472
|
+
'x-fern-sdk-return-value': string;
|
|
5188
5473
|
};
|
|
5189
5474
|
};
|
|
5190
5475
|
'/acs/credential_provisioning_automations/launch': {
|
|
@@ -5228,30 +5513,7 @@ declare const _default: {
|
|
|
5228
5513
|
schema: {
|
|
5229
5514
|
properties: {
|
|
5230
5515
|
acs_credential_provisioning_automation: {
|
|
5231
|
-
|
|
5232
|
-
acs_credential_provisioning_automation_id: {
|
|
5233
|
-
format: string;
|
|
5234
|
-
type: string;
|
|
5235
|
-
};
|
|
5236
|
-
created_at: {
|
|
5237
|
-
format: string;
|
|
5238
|
-
type: string;
|
|
5239
|
-
};
|
|
5240
|
-
credential_manager_acs_system_id: {
|
|
5241
|
-
format: string;
|
|
5242
|
-
type: string;
|
|
5243
|
-
};
|
|
5244
|
-
user_identity_id: {
|
|
5245
|
-
format: string;
|
|
5246
|
-
type: string;
|
|
5247
|
-
};
|
|
5248
|
-
workspace_id: {
|
|
5249
|
-
format: string;
|
|
5250
|
-
type: string;
|
|
5251
|
-
};
|
|
5252
|
-
};
|
|
5253
|
-
required: string[];
|
|
5254
|
-
type: string;
|
|
5516
|
+
$ref: string;
|
|
5255
5517
|
};
|
|
5256
5518
|
ok: {
|
|
5257
5519
|
type: string;
|
|
@@ -5288,6 +5550,7 @@ declare const _default: {
|
|
|
5288
5550
|
tags: string[];
|
|
5289
5551
|
'x-fern-sdk-group-name': string[];
|
|
5290
5552
|
'x-fern-sdk-method-name': string;
|
|
5553
|
+
'x-fern-sdk-return-value': string;
|
|
5291
5554
|
};
|
|
5292
5555
|
};
|
|
5293
5556
|
'/acs/credentials/assign': {
|
|
@@ -5320,122 +5583,7 @@ declare const _default: {
|
|
|
5320
5583
|
schema: {
|
|
5321
5584
|
properties: {
|
|
5322
5585
|
acs_credential: {
|
|
5323
|
-
|
|
5324
|
-
access_method: {
|
|
5325
|
-
enum: string[];
|
|
5326
|
-
type: string;
|
|
5327
|
-
};
|
|
5328
|
-
acs_credential_id: {
|
|
5329
|
-
format: string;
|
|
5330
|
-
type: string;
|
|
5331
|
-
};
|
|
5332
|
-
acs_credential_pool_id: {
|
|
5333
|
-
format: string;
|
|
5334
|
-
type: string;
|
|
5335
|
-
};
|
|
5336
|
-
acs_system_id: {
|
|
5337
|
-
format: string;
|
|
5338
|
-
type: string;
|
|
5339
|
-
};
|
|
5340
|
-
acs_user_id: {
|
|
5341
|
-
format: string;
|
|
5342
|
-
type: string;
|
|
5343
|
-
};
|
|
5344
|
-
code: {
|
|
5345
|
-
nullable: boolean;
|
|
5346
|
-
type: string;
|
|
5347
|
-
};
|
|
5348
|
-
created_at: {
|
|
5349
|
-
format: string;
|
|
5350
|
-
type: string;
|
|
5351
|
-
};
|
|
5352
|
-
display_name: {
|
|
5353
|
-
minLength: number;
|
|
5354
|
-
type: string;
|
|
5355
|
-
};
|
|
5356
|
-
ends_at: {
|
|
5357
|
-
type: string;
|
|
5358
|
-
};
|
|
5359
|
-
errors: {
|
|
5360
|
-
items: {
|
|
5361
|
-
properties: {
|
|
5362
|
-
error_code: {
|
|
5363
|
-
type: string;
|
|
5364
|
-
};
|
|
5365
|
-
message: {
|
|
5366
|
-
type: string;
|
|
5367
|
-
};
|
|
5368
|
-
};
|
|
5369
|
-
required: string[];
|
|
5370
|
-
type: string;
|
|
5371
|
-
};
|
|
5372
|
-
type: string;
|
|
5373
|
-
};
|
|
5374
|
-
external_type: {
|
|
5375
|
-
enum: string[];
|
|
5376
|
-
type: string;
|
|
5377
|
-
};
|
|
5378
|
-
external_type_display_name: {
|
|
5379
|
-
type: string;
|
|
5380
|
-
};
|
|
5381
|
-
is_multi_phone_sync_credential: {
|
|
5382
|
-
type: string;
|
|
5383
|
-
};
|
|
5384
|
-
parent_acs_credential_id: {
|
|
5385
|
-
format: string;
|
|
5386
|
-
type: string;
|
|
5387
|
-
};
|
|
5388
|
-
starts_at: {
|
|
5389
|
-
type: string;
|
|
5390
|
-
};
|
|
5391
|
-
visionline_metadata: {
|
|
5392
|
-
properties: {
|
|
5393
|
-
common_acs_entrance_ids: {
|
|
5394
|
-
items: {
|
|
5395
|
-
format: string;
|
|
5396
|
-
type: string;
|
|
5397
|
-
};
|
|
5398
|
-
type: string;
|
|
5399
|
-
};
|
|
5400
|
-
guest_acs_entrance_ids: {
|
|
5401
|
-
items: {
|
|
5402
|
-
format: string;
|
|
5403
|
-
type: string;
|
|
5404
|
-
};
|
|
5405
|
-
type: string;
|
|
5406
|
-
};
|
|
5407
|
-
joiner_acs_credential_ids: {
|
|
5408
|
-
items: {
|
|
5409
|
-
format: string;
|
|
5410
|
-
type: string;
|
|
5411
|
-
};
|
|
5412
|
-
type: string;
|
|
5413
|
-
};
|
|
5414
|
-
};
|
|
5415
|
-
type: string;
|
|
5416
|
-
};
|
|
5417
|
-
warnings: {
|
|
5418
|
-
items: {
|
|
5419
|
-
properties: {
|
|
5420
|
-
message: {
|
|
5421
|
-
type: string;
|
|
5422
|
-
};
|
|
5423
|
-
warning_code: {
|
|
5424
|
-
type: string;
|
|
5425
|
-
};
|
|
5426
|
-
};
|
|
5427
|
-
required: string[];
|
|
5428
|
-
type: string;
|
|
5429
|
-
};
|
|
5430
|
-
type: string;
|
|
5431
|
-
};
|
|
5432
|
-
workspace_id: {
|
|
5433
|
-
format: string;
|
|
5434
|
-
type: string;
|
|
5435
|
-
};
|
|
5436
|
-
};
|
|
5437
|
-
required: string[];
|
|
5438
|
-
type: string;
|
|
5586
|
+
$ref: string;
|
|
5439
5587
|
};
|
|
5440
5588
|
ok: {
|
|
5441
5589
|
type: string;
|
|
@@ -5501,122 +5649,7 @@ declare const _default: {
|
|
|
5501
5649
|
schema: {
|
|
5502
5650
|
properties: {
|
|
5503
5651
|
acs_credential: {
|
|
5504
|
-
|
|
5505
|
-
access_method: {
|
|
5506
|
-
enum: string[];
|
|
5507
|
-
type: string;
|
|
5508
|
-
};
|
|
5509
|
-
acs_credential_id: {
|
|
5510
|
-
format: string;
|
|
5511
|
-
type: string;
|
|
5512
|
-
};
|
|
5513
|
-
acs_credential_pool_id: {
|
|
5514
|
-
format: string;
|
|
5515
|
-
type: string;
|
|
5516
|
-
};
|
|
5517
|
-
acs_system_id: {
|
|
5518
|
-
format: string;
|
|
5519
|
-
type: string;
|
|
5520
|
-
};
|
|
5521
|
-
acs_user_id: {
|
|
5522
|
-
format: string;
|
|
5523
|
-
type: string;
|
|
5524
|
-
};
|
|
5525
|
-
code: {
|
|
5526
|
-
nullable: boolean;
|
|
5527
|
-
type: string;
|
|
5528
|
-
};
|
|
5529
|
-
created_at: {
|
|
5530
|
-
format: string;
|
|
5531
|
-
type: string;
|
|
5532
|
-
};
|
|
5533
|
-
display_name: {
|
|
5534
|
-
minLength: number;
|
|
5535
|
-
type: string;
|
|
5536
|
-
};
|
|
5537
|
-
ends_at: {
|
|
5538
|
-
type: string;
|
|
5539
|
-
};
|
|
5540
|
-
errors: {
|
|
5541
|
-
items: {
|
|
5542
|
-
properties: {
|
|
5543
|
-
error_code: {
|
|
5544
|
-
type: string;
|
|
5545
|
-
};
|
|
5546
|
-
message: {
|
|
5547
|
-
type: string;
|
|
5548
|
-
};
|
|
5549
|
-
};
|
|
5550
|
-
required: string[];
|
|
5551
|
-
type: string;
|
|
5552
|
-
};
|
|
5553
|
-
type: string;
|
|
5554
|
-
};
|
|
5555
|
-
external_type: {
|
|
5556
|
-
enum: string[];
|
|
5557
|
-
type: string;
|
|
5558
|
-
};
|
|
5559
|
-
external_type_display_name: {
|
|
5560
|
-
type: string;
|
|
5561
|
-
};
|
|
5562
|
-
is_multi_phone_sync_credential: {
|
|
5563
|
-
type: string;
|
|
5564
|
-
};
|
|
5565
|
-
parent_acs_credential_id: {
|
|
5566
|
-
format: string;
|
|
5567
|
-
type: string;
|
|
5568
|
-
};
|
|
5569
|
-
starts_at: {
|
|
5570
|
-
type: string;
|
|
5571
|
-
};
|
|
5572
|
-
visionline_metadata: {
|
|
5573
|
-
properties: {
|
|
5574
|
-
common_acs_entrance_ids: {
|
|
5575
|
-
items: {
|
|
5576
|
-
format: string;
|
|
5577
|
-
type: string;
|
|
5578
|
-
};
|
|
5579
|
-
type: string;
|
|
5580
|
-
};
|
|
5581
|
-
guest_acs_entrance_ids: {
|
|
5582
|
-
items: {
|
|
5583
|
-
format: string;
|
|
5584
|
-
type: string;
|
|
5585
|
-
};
|
|
5586
|
-
type: string;
|
|
5587
|
-
};
|
|
5588
|
-
joiner_acs_credential_ids: {
|
|
5589
|
-
items: {
|
|
5590
|
-
format: string;
|
|
5591
|
-
type: string;
|
|
5592
|
-
};
|
|
5593
|
-
type: string;
|
|
5594
|
-
};
|
|
5595
|
-
};
|
|
5596
|
-
type: string;
|
|
5597
|
-
};
|
|
5598
|
-
warnings: {
|
|
5599
|
-
items: {
|
|
5600
|
-
properties: {
|
|
5601
|
-
message: {
|
|
5602
|
-
type: string;
|
|
5603
|
-
};
|
|
5604
|
-
warning_code: {
|
|
5605
|
-
type: string;
|
|
5606
|
-
};
|
|
5607
|
-
};
|
|
5608
|
-
required: string[];
|
|
5609
|
-
type: string;
|
|
5610
|
-
};
|
|
5611
|
-
type: string;
|
|
5612
|
-
};
|
|
5613
|
-
workspace_id: {
|
|
5614
|
-
format: string;
|
|
5615
|
-
type: string;
|
|
5616
|
-
};
|
|
5617
|
-
};
|
|
5618
|
-
required: string[];
|
|
5619
|
-
type: string;
|
|
5652
|
+
$ref: string;
|
|
5620
5653
|
};
|
|
5621
5654
|
ok: {
|
|
5622
5655
|
type: string;
|
|
@@ -5736,122 +5769,7 @@ declare const _default: {
|
|
|
5736
5769
|
schema: {
|
|
5737
5770
|
properties: {
|
|
5738
5771
|
acs_credential: {
|
|
5739
|
-
|
|
5740
|
-
access_method: {
|
|
5741
|
-
enum: string[];
|
|
5742
|
-
type: string;
|
|
5743
|
-
};
|
|
5744
|
-
acs_credential_id: {
|
|
5745
|
-
format: string;
|
|
5746
|
-
type: string;
|
|
5747
|
-
};
|
|
5748
|
-
acs_credential_pool_id: {
|
|
5749
|
-
format: string;
|
|
5750
|
-
type: string;
|
|
5751
|
-
};
|
|
5752
|
-
acs_system_id: {
|
|
5753
|
-
format: string;
|
|
5754
|
-
type: string;
|
|
5755
|
-
};
|
|
5756
|
-
acs_user_id: {
|
|
5757
|
-
format: string;
|
|
5758
|
-
type: string;
|
|
5759
|
-
};
|
|
5760
|
-
code: {
|
|
5761
|
-
nullable: boolean;
|
|
5762
|
-
type: string;
|
|
5763
|
-
};
|
|
5764
|
-
created_at: {
|
|
5765
|
-
format: string;
|
|
5766
|
-
type: string;
|
|
5767
|
-
};
|
|
5768
|
-
display_name: {
|
|
5769
|
-
minLength: number;
|
|
5770
|
-
type: string;
|
|
5771
|
-
};
|
|
5772
|
-
ends_at: {
|
|
5773
|
-
type: string;
|
|
5774
|
-
};
|
|
5775
|
-
errors: {
|
|
5776
|
-
items: {
|
|
5777
|
-
properties: {
|
|
5778
|
-
error_code: {
|
|
5779
|
-
type: string;
|
|
5780
|
-
};
|
|
5781
|
-
message: {
|
|
5782
|
-
type: string;
|
|
5783
|
-
};
|
|
5784
|
-
};
|
|
5785
|
-
required: string[];
|
|
5786
|
-
type: string;
|
|
5787
|
-
};
|
|
5788
|
-
type: string;
|
|
5789
|
-
};
|
|
5790
|
-
external_type: {
|
|
5791
|
-
enum: string[];
|
|
5792
|
-
type: string;
|
|
5793
|
-
};
|
|
5794
|
-
external_type_display_name: {
|
|
5795
|
-
type: string;
|
|
5796
|
-
};
|
|
5797
|
-
is_multi_phone_sync_credential: {
|
|
5798
|
-
type: string;
|
|
5799
|
-
};
|
|
5800
|
-
parent_acs_credential_id: {
|
|
5801
|
-
format: string;
|
|
5802
|
-
type: string;
|
|
5803
|
-
};
|
|
5804
|
-
starts_at: {
|
|
5805
|
-
type: string;
|
|
5806
|
-
};
|
|
5807
|
-
visionline_metadata: {
|
|
5808
|
-
properties: {
|
|
5809
|
-
common_acs_entrance_ids: {
|
|
5810
|
-
items: {
|
|
5811
|
-
format: string;
|
|
5812
|
-
type: string;
|
|
5813
|
-
};
|
|
5814
|
-
type: string;
|
|
5815
|
-
};
|
|
5816
|
-
guest_acs_entrance_ids: {
|
|
5817
|
-
items: {
|
|
5818
|
-
format: string;
|
|
5819
|
-
type: string;
|
|
5820
|
-
};
|
|
5821
|
-
type: string;
|
|
5822
|
-
};
|
|
5823
|
-
joiner_acs_credential_ids: {
|
|
5824
|
-
items: {
|
|
5825
|
-
format: string;
|
|
5826
|
-
type: string;
|
|
5827
|
-
};
|
|
5828
|
-
type: string;
|
|
5829
|
-
};
|
|
5830
|
-
};
|
|
5831
|
-
type: string;
|
|
5832
|
-
};
|
|
5833
|
-
warnings: {
|
|
5834
|
-
items: {
|
|
5835
|
-
properties: {
|
|
5836
|
-
message: {
|
|
5837
|
-
type: string;
|
|
5838
|
-
};
|
|
5839
|
-
warning_code: {
|
|
5840
|
-
type: string;
|
|
5841
|
-
};
|
|
5842
|
-
};
|
|
5843
|
-
required: string[];
|
|
5844
|
-
type: string;
|
|
5845
|
-
};
|
|
5846
|
-
type: string;
|
|
5847
|
-
};
|
|
5848
|
-
workspace_id: {
|
|
5849
|
-
format: string;
|
|
5850
|
-
type: string;
|
|
5851
|
-
};
|
|
5852
|
-
};
|
|
5853
|
-
required: string[];
|
|
5854
|
-
type: string;
|
|
5772
|
+
$ref: string;
|
|
5855
5773
|
};
|
|
5856
5774
|
ok: {
|
|
5857
5775
|
type: string;
|
|
@@ -5888,6 +5806,7 @@ declare const _default: {
|
|
|
5888
5806
|
tags: string[];
|
|
5889
5807
|
'x-fern-sdk-group-name': string[];
|
|
5890
5808
|
'x-fern-sdk-method-name': string;
|
|
5809
|
+
'x-fern-sdk-return-value': string;
|
|
5891
5810
|
};
|
|
5892
5811
|
};
|
|
5893
5812
|
'/acs/credentials/delete': {
|
|
@@ -5978,122 +5897,7 @@ declare const _default: {
|
|
|
5978
5897
|
schema: {
|
|
5979
5898
|
properties: {
|
|
5980
5899
|
acs_credential: {
|
|
5981
|
-
|
|
5982
|
-
access_method: {
|
|
5983
|
-
enum: string[];
|
|
5984
|
-
type: string;
|
|
5985
|
-
};
|
|
5986
|
-
acs_credential_id: {
|
|
5987
|
-
format: string;
|
|
5988
|
-
type: string;
|
|
5989
|
-
};
|
|
5990
|
-
acs_credential_pool_id: {
|
|
5991
|
-
format: string;
|
|
5992
|
-
type: string;
|
|
5993
|
-
};
|
|
5994
|
-
acs_system_id: {
|
|
5995
|
-
format: string;
|
|
5996
|
-
type: string;
|
|
5997
|
-
};
|
|
5998
|
-
acs_user_id: {
|
|
5999
|
-
format: string;
|
|
6000
|
-
type: string;
|
|
6001
|
-
};
|
|
6002
|
-
code: {
|
|
6003
|
-
nullable: boolean;
|
|
6004
|
-
type: string;
|
|
6005
|
-
};
|
|
6006
|
-
created_at: {
|
|
6007
|
-
format: string;
|
|
6008
|
-
type: string;
|
|
6009
|
-
};
|
|
6010
|
-
display_name: {
|
|
6011
|
-
minLength: number;
|
|
6012
|
-
type: string;
|
|
6013
|
-
};
|
|
6014
|
-
ends_at: {
|
|
6015
|
-
type: string;
|
|
6016
|
-
};
|
|
6017
|
-
errors: {
|
|
6018
|
-
items: {
|
|
6019
|
-
properties: {
|
|
6020
|
-
error_code: {
|
|
6021
|
-
type: string;
|
|
6022
|
-
};
|
|
6023
|
-
message: {
|
|
6024
|
-
type: string;
|
|
6025
|
-
};
|
|
6026
|
-
};
|
|
6027
|
-
required: string[];
|
|
6028
|
-
type: string;
|
|
6029
|
-
};
|
|
6030
|
-
type: string;
|
|
6031
|
-
};
|
|
6032
|
-
external_type: {
|
|
6033
|
-
enum: string[];
|
|
6034
|
-
type: string;
|
|
6035
|
-
};
|
|
6036
|
-
external_type_display_name: {
|
|
6037
|
-
type: string;
|
|
6038
|
-
};
|
|
6039
|
-
is_multi_phone_sync_credential: {
|
|
6040
|
-
type: string;
|
|
6041
|
-
};
|
|
6042
|
-
parent_acs_credential_id: {
|
|
6043
|
-
format: string;
|
|
6044
|
-
type: string;
|
|
6045
|
-
};
|
|
6046
|
-
starts_at: {
|
|
6047
|
-
type: string;
|
|
6048
|
-
};
|
|
6049
|
-
visionline_metadata: {
|
|
6050
|
-
properties: {
|
|
6051
|
-
common_acs_entrance_ids: {
|
|
6052
|
-
items: {
|
|
6053
|
-
format: string;
|
|
6054
|
-
type: string;
|
|
6055
|
-
};
|
|
6056
|
-
type: string;
|
|
6057
|
-
};
|
|
6058
|
-
guest_acs_entrance_ids: {
|
|
6059
|
-
items: {
|
|
6060
|
-
format: string;
|
|
6061
|
-
type: string;
|
|
6062
|
-
};
|
|
6063
|
-
type: string;
|
|
6064
|
-
};
|
|
6065
|
-
joiner_acs_credential_ids: {
|
|
6066
|
-
items: {
|
|
6067
|
-
format: string;
|
|
6068
|
-
type: string;
|
|
6069
|
-
};
|
|
6070
|
-
type: string;
|
|
6071
|
-
};
|
|
6072
|
-
};
|
|
6073
|
-
type: string;
|
|
6074
|
-
};
|
|
6075
|
-
warnings: {
|
|
6076
|
-
items: {
|
|
6077
|
-
properties: {
|
|
6078
|
-
message: {
|
|
6079
|
-
type: string;
|
|
6080
|
-
};
|
|
6081
|
-
warning_code: {
|
|
6082
|
-
type: string;
|
|
6083
|
-
};
|
|
6084
|
-
};
|
|
6085
|
-
required: string[];
|
|
6086
|
-
type: string;
|
|
6087
|
-
};
|
|
6088
|
-
type: string;
|
|
6089
|
-
};
|
|
6090
|
-
workspace_id: {
|
|
6091
|
-
format: string;
|
|
6092
|
-
type: string;
|
|
6093
|
-
};
|
|
6094
|
-
};
|
|
6095
|
-
required: string[];
|
|
6096
|
-
type: string;
|
|
5900
|
+
$ref: string;
|
|
6097
5901
|
};
|
|
6098
5902
|
ok: {
|
|
6099
5903
|
type: string;
|
|
@@ -6130,6 +5934,7 @@ declare const _default: {
|
|
|
6130
5934
|
tags: string[];
|
|
6131
5935
|
'x-fern-sdk-group-name': string[];
|
|
6132
5936
|
'x-fern-sdk-method-name': string;
|
|
5937
|
+
'x-fern-sdk-return-value': string;
|
|
6133
5938
|
};
|
|
6134
5939
|
};
|
|
6135
5940
|
'/acs/credentials/list': {
|
|
@@ -6211,122 +6016,7 @@ declare const _default: {
|
|
|
6211
6016
|
properties: {
|
|
6212
6017
|
acs_credentials: {
|
|
6213
6018
|
items: {
|
|
6214
|
-
|
|
6215
|
-
access_method: {
|
|
6216
|
-
enum: string[];
|
|
6217
|
-
type: string;
|
|
6218
|
-
};
|
|
6219
|
-
acs_credential_id: {
|
|
6220
|
-
format: string;
|
|
6221
|
-
type: string;
|
|
6222
|
-
};
|
|
6223
|
-
acs_credential_pool_id: {
|
|
6224
|
-
format: string;
|
|
6225
|
-
type: string;
|
|
6226
|
-
};
|
|
6227
|
-
acs_system_id: {
|
|
6228
|
-
format: string;
|
|
6229
|
-
type: string;
|
|
6230
|
-
};
|
|
6231
|
-
acs_user_id: {
|
|
6232
|
-
format: string;
|
|
6233
|
-
type: string;
|
|
6234
|
-
};
|
|
6235
|
-
code: {
|
|
6236
|
-
nullable: boolean;
|
|
6237
|
-
type: string;
|
|
6238
|
-
};
|
|
6239
|
-
created_at: {
|
|
6240
|
-
format: string;
|
|
6241
|
-
type: string;
|
|
6242
|
-
};
|
|
6243
|
-
display_name: {
|
|
6244
|
-
minLength: number;
|
|
6245
|
-
type: string;
|
|
6246
|
-
};
|
|
6247
|
-
ends_at: {
|
|
6248
|
-
type: string;
|
|
6249
|
-
};
|
|
6250
|
-
errors: {
|
|
6251
|
-
items: {
|
|
6252
|
-
properties: {
|
|
6253
|
-
error_code: {
|
|
6254
|
-
type: string;
|
|
6255
|
-
};
|
|
6256
|
-
message: {
|
|
6257
|
-
type: string;
|
|
6258
|
-
};
|
|
6259
|
-
};
|
|
6260
|
-
required: string[];
|
|
6261
|
-
type: string;
|
|
6262
|
-
};
|
|
6263
|
-
type: string;
|
|
6264
|
-
};
|
|
6265
|
-
external_type: {
|
|
6266
|
-
enum: string[];
|
|
6267
|
-
type: string;
|
|
6268
|
-
};
|
|
6269
|
-
external_type_display_name: {
|
|
6270
|
-
type: string;
|
|
6271
|
-
};
|
|
6272
|
-
is_multi_phone_sync_credential: {
|
|
6273
|
-
type: string;
|
|
6274
|
-
};
|
|
6275
|
-
parent_acs_credential_id: {
|
|
6276
|
-
format: string;
|
|
6277
|
-
type: string;
|
|
6278
|
-
};
|
|
6279
|
-
starts_at: {
|
|
6280
|
-
type: string;
|
|
6281
|
-
};
|
|
6282
|
-
visionline_metadata: {
|
|
6283
|
-
properties: {
|
|
6284
|
-
common_acs_entrance_ids: {
|
|
6285
|
-
items: {
|
|
6286
|
-
format: string;
|
|
6287
|
-
type: string;
|
|
6288
|
-
};
|
|
6289
|
-
type: string;
|
|
6290
|
-
};
|
|
6291
|
-
guest_acs_entrance_ids: {
|
|
6292
|
-
items: {
|
|
6293
|
-
format: string;
|
|
6294
|
-
type: string;
|
|
6295
|
-
};
|
|
6296
|
-
type: string;
|
|
6297
|
-
};
|
|
6298
|
-
joiner_acs_credential_ids: {
|
|
6299
|
-
items: {
|
|
6300
|
-
format: string;
|
|
6301
|
-
type: string;
|
|
6302
|
-
};
|
|
6303
|
-
type: string;
|
|
6304
|
-
};
|
|
6305
|
-
};
|
|
6306
|
-
type: string;
|
|
6307
|
-
};
|
|
6308
|
-
warnings: {
|
|
6309
|
-
items: {
|
|
6310
|
-
properties: {
|
|
6311
|
-
message: {
|
|
6312
|
-
type: string;
|
|
6313
|
-
};
|
|
6314
|
-
warning_code: {
|
|
6315
|
-
type: string;
|
|
6316
|
-
};
|
|
6317
|
-
};
|
|
6318
|
-
required: string[];
|
|
6319
|
-
type: string;
|
|
6320
|
-
};
|
|
6321
|
-
type: string;
|
|
6322
|
-
};
|
|
6323
|
-
workspace_id: {
|
|
6324
|
-
format: string;
|
|
6325
|
-
type: string;
|
|
6326
|
-
};
|
|
6327
|
-
};
|
|
6328
|
-
required: string[];
|
|
6329
|
-
type: string;
|
|
6019
|
+
$ref: string;
|
|
6330
6020
|
};
|
|
6331
6021
|
type: string;
|
|
6332
6022
|
};
|
|
@@ -6373,6 +6063,7 @@ declare const _default: {
|
|
|
6373
6063
|
tags: string[];
|
|
6374
6064
|
'x-fern-sdk-group-name': string[];
|
|
6375
6065
|
'x-fern-sdk-method-name': string;
|
|
6066
|
+
'x-fern-sdk-return-value': string;
|
|
6376
6067
|
};
|
|
6377
6068
|
};
|
|
6378
6069
|
'/acs/credentials/unassign': {
|
|
@@ -6405,122 +6096,7 @@ declare const _default: {
|
|
|
6405
6096
|
schema: {
|
|
6406
6097
|
properties: {
|
|
6407
6098
|
acs_credential: {
|
|
6408
|
-
|
|
6409
|
-
access_method: {
|
|
6410
|
-
enum: string[];
|
|
6411
|
-
type: string;
|
|
6412
|
-
};
|
|
6413
|
-
acs_credential_id: {
|
|
6414
|
-
format: string;
|
|
6415
|
-
type: string;
|
|
6416
|
-
};
|
|
6417
|
-
acs_credential_pool_id: {
|
|
6418
|
-
format: string;
|
|
6419
|
-
type: string;
|
|
6420
|
-
};
|
|
6421
|
-
acs_system_id: {
|
|
6422
|
-
format: string;
|
|
6423
|
-
type: string;
|
|
6424
|
-
};
|
|
6425
|
-
acs_user_id: {
|
|
6426
|
-
format: string;
|
|
6427
|
-
type: string;
|
|
6428
|
-
};
|
|
6429
|
-
code: {
|
|
6430
|
-
nullable: boolean;
|
|
6431
|
-
type: string;
|
|
6432
|
-
};
|
|
6433
|
-
created_at: {
|
|
6434
|
-
format: string;
|
|
6435
|
-
type: string;
|
|
6436
|
-
};
|
|
6437
|
-
display_name: {
|
|
6438
|
-
minLength: number;
|
|
6439
|
-
type: string;
|
|
6440
|
-
};
|
|
6441
|
-
ends_at: {
|
|
6442
|
-
type: string;
|
|
6443
|
-
};
|
|
6444
|
-
errors: {
|
|
6445
|
-
items: {
|
|
6446
|
-
properties: {
|
|
6447
|
-
error_code: {
|
|
6448
|
-
type: string;
|
|
6449
|
-
};
|
|
6450
|
-
message: {
|
|
6451
|
-
type: string;
|
|
6452
|
-
};
|
|
6453
|
-
};
|
|
6454
|
-
required: string[];
|
|
6455
|
-
type: string;
|
|
6456
|
-
};
|
|
6457
|
-
type: string;
|
|
6458
|
-
};
|
|
6459
|
-
external_type: {
|
|
6460
|
-
enum: string[];
|
|
6461
|
-
type: string;
|
|
6462
|
-
};
|
|
6463
|
-
external_type_display_name: {
|
|
6464
|
-
type: string;
|
|
6465
|
-
};
|
|
6466
|
-
is_multi_phone_sync_credential: {
|
|
6467
|
-
type: string;
|
|
6468
|
-
};
|
|
6469
|
-
parent_acs_credential_id: {
|
|
6470
|
-
format: string;
|
|
6471
|
-
type: string;
|
|
6472
|
-
};
|
|
6473
|
-
starts_at: {
|
|
6474
|
-
type: string;
|
|
6475
|
-
};
|
|
6476
|
-
visionline_metadata: {
|
|
6477
|
-
properties: {
|
|
6478
|
-
common_acs_entrance_ids: {
|
|
6479
|
-
items: {
|
|
6480
|
-
format: string;
|
|
6481
|
-
type: string;
|
|
6482
|
-
};
|
|
6483
|
-
type: string;
|
|
6484
|
-
};
|
|
6485
|
-
guest_acs_entrance_ids: {
|
|
6486
|
-
items: {
|
|
6487
|
-
format: string;
|
|
6488
|
-
type: string;
|
|
6489
|
-
};
|
|
6490
|
-
type: string;
|
|
6491
|
-
};
|
|
6492
|
-
joiner_acs_credential_ids: {
|
|
6493
|
-
items: {
|
|
6494
|
-
format: string;
|
|
6495
|
-
type: string;
|
|
6496
|
-
};
|
|
6497
|
-
type: string;
|
|
6498
|
-
};
|
|
6499
|
-
};
|
|
6500
|
-
type: string;
|
|
6501
|
-
};
|
|
6502
|
-
warnings: {
|
|
6503
|
-
items: {
|
|
6504
|
-
properties: {
|
|
6505
|
-
message: {
|
|
6506
|
-
type: string;
|
|
6507
|
-
};
|
|
6508
|
-
warning_code: {
|
|
6509
|
-
type: string;
|
|
6510
|
-
};
|
|
6511
|
-
};
|
|
6512
|
-
required: string[];
|
|
6513
|
-
type: string;
|
|
6514
|
-
};
|
|
6515
|
-
type: string;
|
|
6516
|
-
};
|
|
6517
|
-
workspace_id: {
|
|
6518
|
-
format: string;
|
|
6519
|
-
type: string;
|
|
6520
|
-
};
|
|
6521
|
-
};
|
|
6522
|
-
required: string[];
|
|
6523
|
-
type: string;
|
|
6099
|
+
$ref: string;
|
|
6524
6100
|
};
|
|
6525
6101
|
ok: {
|
|
6526
6102
|
type: string;
|
|
@@ -6586,122 +6162,7 @@ declare const _default: {
|
|
|
6586
6162
|
schema: {
|
|
6587
6163
|
properties: {
|
|
6588
6164
|
acs_credential: {
|
|
6589
|
-
|
|
6590
|
-
access_method: {
|
|
6591
|
-
enum: string[];
|
|
6592
|
-
type: string;
|
|
6593
|
-
};
|
|
6594
|
-
acs_credential_id: {
|
|
6595
|
-
format: string;
|
|
6596
|
-
type: string;
|
|
6597
|
-
};
|
|
6598
|
-
acs_credential_pool_id: {
|
|
6599
|
-
format: string;
|
|
6600
|
-
type: string;
|
|
6601
|
-
};
|
|
6602
|
-
acs_system_id: {
|
|
6603
|
-
format: string;
|
|
6604
|
-
type: string;
|
|
6605
|
-
};
|
|
6606
|
-
acs_user_id: {
|
|
6607
|
-
format: string;
|
|
6608
|
-
type: string;
|
|
6609
|
-
};
|
|
6610
|
-
code: {
|
|
6611
|
-
nullable: boolean;
|
|
6612
|
-
type: string;
|
|
6613
|
-
};
|
|
6614
|
-
created_at: {
|
|
6615
|
-
format: string;
|
|
6616
|
-
type: string;
|
|
6617
|
-
};
|
|
6618
|
-
display_name: {
|
|
6619
|
-
minLength: number;
|
|
6620
|
-
type: string;
|
|
6621
|
-
};
|
|
6622
|
-
ends_at: {
|
|
6623
|
-
type: string;
|
|
6624
|
-
};
|
|
6625
|
-
errors: {
|
|
6626
|
-
items: {
|
|
6627
|
-
properties: {
|
|
6628
|
-
error_code: {
|
|
6629
|
-
type: string;
|
|
6630
|
-
};
|
|
6631
|
-
message: {
|
|
6632
|
-
type: string;
|
|
6633
|
-
};
|
|
6634
|
-
};
|
|
6635
|
-
required: string[];
|
|
6636
|
-
type: string;
|
|
6637
|
-
};
|
|
6638
|
-
type: string;
|
|
6639
|
-
};
|
|
6640
|
-
external_type: {
|
|
6641
|
-
enum: string[];
|
|
6642
|
-
type: string;
|
|
6643
|
-
};
|
|
6644
|
-
external_type_display_name: {
|
|
6645
|
-
type: string;
|
|
6646
|
-
};
|
|
6647
|
-
is_multi_phone_sync_credential: {
|
|
6648
|
-
type: string;
|
|
6649
|
-
};
|
|
6650
|
-
parent_acs_credential_id: {
|
|
6651
|
-
format: string;
|
|
6652
|
-
type: string;
|
|
6653
|
-
};
|
|
6654
|
-
starts_at: {
|
|
6655
|
-
type: string;
|
|
6656
|
-
};
|
|
6657
|
-
visionline_metadata: {
|
|
6658
|
-
properties: {
|
|
6659
|
-
common_acs_entrance_ids: {
|
|
6660
|
-
items: {
|
|
6661
|
-
format: string;
|
|
6662
|
-
type: string;
|
|
6663
|
-
};
|
|
6664
|
-
type: string;
|
|
6665
|
-
};
|
|
6666
|
-
guest_acs_entrance_ids: {
|
|
6667
|
-
items: {
|
|
6668
|
-
format: string;
|
|
6669
|
-
type: string;
|
|
6670
|
-
};
|
|
6671
|
-
type: string;
|
|
6672
|
-
};
|
|
6673
|
-
joiner_acs_credential_ids: {
|
|
6674
|
-
items: {
|
|
6675
|
-
format: string;
|
|
6676
|
-
type: string;
|
|
6677
|
-
};
|
|
6678
|
-
type: string;
|
|
6679
|
-
};
|
|
6680
|
-
};
|
|
6681
|
-
type: string;
|
|
6682
|
-
};
|
|
6683
|
-
warnings: {
|
|
6684
|
-
items: {
|
|
6685
|
-
properties: {
|
|
6686
|
-
message: {
|
|
6687
|
-
type: string;
|
|
6688
|
-
};
|
|
6689
|
-
warning_code: {
|
|
6690
|
-
type: string;
|
|
6691
|
-
};
|
|
6692
|
-
};
|
|
6693
|
-
required: string[];
|
|
6694
|
-
type: string;
|
|
6695
|
-
};
|
|
6696
|
-
type: string;
|
|
6697
|
-
};
|
|
6698
|
-
workspace_id: {
|
|
6699
|
-
format: string;
|
|
6700
|
-
type: string;
|
|
6701
|
-
};
|
|
6702
|
-
};
|
|
6703
|
-
required: string[];
|
|
6704
|
-
type: string;
|
|
6165
|
+
$ref: string;
|
|
6705
6166
|
};
|
|
6706
6167
|
ok: {
|
|
6707
6168
|
type: string;
|
|
@@ -6769,122 +6230,7 @@ declare const _default: {
|
|
|
6769
6230
|
schema: {
|
|
6770
6231
|
properties: {
|
|
6771
6232
|
acs_credential: {
|
|
6772
|
-
|
|
6773
|
-
access_method: {
|
|
6774
|
-
enum: string[];
|
|
6775
|
-
type: string;
|
|
6776
|
-
};
|
|
6777
|
-
acs_credential_id: {
|
|
6778
|
-
format: string;
|
|
6779
|
-
type: string;
|
|
6780
|
-
};
|
|
6781
|
-
acs_credential_pool_id: {
|
|
6782
|
-
format: string;
|
|
6783
|
-
type: string;
|
|
6784
|
-
};
|
|
6785
|
-
acs_system_id: {
|
|
6786
|
-
format: string;
|
|
6787
|
-
type: string;
|
|
6788
|
-
};
|
|
6789
|
-
acs_user_id: {
|
|
6790
|
-
format: string;
|
|
6791
|
-
type: string;
|
|
6792
|
-
};
|
|
6793
|
-
code: {
|
|
6794
|
-
nullable: boolean;
|
|
6795
|
-
type: string;
|
|
6796
|
-
};
|
|
6797
|
-
created_at: {
|
|
6798
|
-
format: string;
|
|
6799
|
-
type: string;
|
|
6800
|
-
};
|
|
6801
|
-
display_name: {
|
|
6802
|
-
minLength: number;
|
|
6803
|
-
type: string;
|
|
6804
|
-
};
|
|
6805
|
-
ends_at: {
|
|
6806
|
-
type: string;
|
|
6807
|
-
};
|
|
6808
|
-
errors: {
|
|
6809
|
-
items: {
|
|
6810
|
-
properties: {
|
|
6811
|
-
error_code: {
|
|
6812
|
-
type: string;
|
|
6813
|
-
};
|
|
6814
|
-
message: {
|
|
6815
|
-
type: string;
|
|
6816
|
-
};
|
|
6817
|
-
};
|
|
6818
|
-
required: string[];
|
|
6819
|
-
type: string;
|
|
6820
|
-
};
|
|
6821
|
-
type: string;
|
|
6822
|
-
};
|
|
6823
|
-
external_type: {
|
|
6824
|
-
enum: string[];
|
|
6825
|
-
type: string;
|
|
6826
|
-
};
|
|
6827
|
-
external_type_display_name: {
|
|
6828
|
-
type: string;
|
|
6829
|
-
};
|
|
6830
|
-
is_multi_phone_sync_credential: {
|
|
6831
|
-
type: string;
|
|
6832
|
-
};
|
|
6833
|
-
parent_acs_credential_id: {
|
|
6834
|
-
format: string;
|
|
6835
|
-
type: string;
|
|
6836
|
-
};
|
|
6837
|
-
starts_at: {
|
|
6838
|
-
type: string;
|
|
6839
|
-
};
|
|
6840
|
-
visionline_metadata: {
|
|
6841
|
-
properties: {
|
|
6842
|
-
common_acs_entrance_ids: {
|
|
6843
|
-
items: {
|
|
6844
|
-
format: string;
|
|
6845
|
-
type: string;
|
|
6846
|
-
};
|
|
6847
|
-
type: string;
|
|
6848
|
-
};
|
|
6849
|
-
guest_acs_entrance_ids: {
|
|
6850
|
-
items: {
|
|
6851
|
-
format: string;
|
|
6852
|
-
type: string;
|
|
6853
|
-
};
|
|
6854
|
-
type: string;
|
|
6855
|
-
};
|
|
6856
|
-
joiner_acs_credential_ids: {
|
|
6857
|
-
items: {
|
|
6858
|
-
format: string;
|
|
6859
|
-
type: string;
|
|
6860
|
-
};
|
|
6861
|
-
type: string;
|
|
6862
|
-
};
|
|
6863
|
-
};
|
|
6864
|
-
type: string;
|
|
6865
|
-
};
|
|
6866
|
-
warnings: {
|
|
6867
|
-
items: {
|
|
6868
|
-
properties: {
|
|
6869
|
-
message: {
|
|
6870
|
-
type: string;
|
|
6871
|
-
};
|
|
6872
|
-
warning_code: {
|
|
6873
|
-
type: string;
|
|
6874
|
-
};
|
|
6875
|
-
};
|
|
6876
|
-
required: string[];
|
|
6877
|
-
type: string;
|
|
6878
|
-
};
|
|
6879
|
-
type: string;
|
|
6880
|
-
};
|
|
6881
|
-
workspace_id: {
|
|
6882
|
-
format: string;
|
|
6883
|
-
type: string;
|
|
6884
|
-
};
|
|
6885
|
-
};
|
|
6886
|
-
required: string[];
|
|
6887
|
-
type: string;
|
|
6233
|
+
$ref: string;
|
|
6888
6234
|
};
|
|
6889
6235
|
ok: {
|
|
6890
6236
|
type: string;
|
|
@@ -6949,122 +6295,7 @@ declare const _default: {
|
|
|
6949
6295
|
schema: {
|
|
6950
6296
|
properties: {
|
|
6951
6297
|
acs_credential: {
|
|
6952
|
-
|
|
6953
|
-
access_method: {
|
|
6954
|
-
enum: string[];
|
|
6955
|
-
type: string;
|
|
6956
|
-
};
|
|
6957
|
-
acs_credential_id: {
|
|
6958
|
-
format: string;
|
|
6959
|
-
type: string;
|
|
6960
|
-
};
|
|
6961
|
-
acs_credential_pool_id: {
|
|
6962
|
-
format: string;
|
|
6963
|
-
type: string;
|
|
6964
|
-
};
|
|
6965
|
-
acs_system_id: {
|
|
6966
|
-
format: string;
|
|
6967
|
-
type: string;
|
|
6968
|
-
};
|
|
6969
|
-
acs_user_id: {
|
|
6970
|
-
format: string;
|
|
6971
|
-
type: string;
|
|
6972
|
-
};
|
|
6973
|
-
code: {
|
|
6974
|
-
nullable: boolean;
|
|
6975
|
-
type: string;
|
|
6976
|
-
};
|
|
6977
|
-
created_at: {
|
|
6978
|
-
format: string;
|
|
6979
|
-
type: string;
|
|
6980
|
-
};
|
|
6981
|
-
display_name: {
|
|
6982
|
-
minLength: number;
|
|
6983
|
-
type: string;
|
|
6984
|
-
};
|
|
6985
|
-
ends_at: {
|
|
6986
|
-
type: string;
|
|
6987
|
-
};
|
|
6988
|
-
errors: {
|
|
6989
|
-
items: {
|
|
6990
|
-
properties: {
|
|
6991
|
-
error_code: {
|
|
6992
|
-
type: string;
|
|
6993
|
-
};
|
|
6994
|
-
message: {
|
|
6995
|
-
type: string;
|
|
6996
|
-
};
|
|
6997
|
-
};
|
|
6998
|
-
required: string[];
|
|
6999
|
-
type: string;
|
|
7000
|
-
};
|
|
7001
|
-
type: string;
|
|
7002
|
-
};
|
|
7003
|
-
external_type: {
|
|
7004
|
-
enum: string[];
|
|
7005
|
-
type: string;
|
|
7006
|
-
};
|
|
7007
|
-
external_type_display_name: {
|
|
7008
|
-
type: string;
|
|
7009
|
-
};
|
|
7010
|
-
is_multi_phone_sync_credential: {
|
|
7011
|
-
type: string;
|
|
7012
|
-
};
|
|
7013
|
-
parent_acs_credential_id: {
|
|
7014
|
-
format: string;
|
|
7015
|
-
type: string;
|
|
7016
|
-
};
|
|
7017
|
-
starts_at: {
|
|
7018
|
-
type: string;
|
|
7019
|
-
};
|
|
7020
|
-
visionline_metadata: {
|
|
7021
|
-
properties: {
|
|
7022
|
-
common_acs_entrance_ids: {
|
|
7023
|
-
items: {
|
|
7024
|
-
format: string;
|
|
7025
|
-
type: string;
|
|
7026
|
-
};
|
|
7027
|
-
type: string;
|
|
7028
|
-
};
|
|
7029
|
-
guest_acs_entrance_ids: {
|
|
7030
|
-
items: {
|
|
7031
|
-
format: string;
|
|
7032
|
-
type: string;
|
|
7033
|
-
};
|
|
7034
|
-
type: string;
|
|
7035
|
-
};
|
|
7036
|
-
joiner_acs_credential_ids: {
|
|
7037
|
-
items: {
|
|
7038
|
-
format: string;
|
|
7039
|
-
type: string;
|
|
7040
|
-
};
|
|
7041
|
-
type: string;
|
|
7042
|
-
};
|
|
7043
|
-
};
|
|
7044
|
-
type: string;
|
|
7045
|
-
};
|
|
7046
|
-
warnings: {
|
|
7047
|
-
items: {
|
|
7048
|
-
properties: {
|
|
7049
|
-
message: {
|
|
7050
|
-
type: string;
|
|
7051
|
-
};
|
|
7052
|
-
warning_code: {
|
|
7053
|
-
type: string;
|
|
7054
|
-
};
|
|
7055
|
-
};
|
|
7056
|
-
required: string[];
|
|
7057
|
-
type: string;
|
|
7058
|
-
};
|
|
7059
|
-
type: string;
|
|
7060
|
-
};
|
|
7061
|
-
workspace_id: {
|
|
7062
|
-
format: string;
|
|
7063
|
-
type: string;
|
|
7064
|
-
};
|
|
7065
|
-
};
|
|
7066
|
-
required: string[];
|
|
7067
|
-
type: string;
|
|
6298
|
+
$ref: string;
|
|
7068
6299
|
};
|
|
7069
6300
|
ok: {
|
|
7070
6301
|
type: string;
|
|
@@ -7129,74 +6360,7 @@ declare const _default: {
|
|
|
7129
6360
|
schema: {
|
|
7130
6361
|
properties: {
|
|
7131
6362
|
acs_entrance: {
|
|
7132
|
-
|
|
7133
|
-
acs_entrance_id: {
|
|
7134
|
-
format: string;
|
|
7135
|
-
type: string;
|
|
7136
|
-
};
|
|
7137
|
-
acs_system_id: {
|
|
7138
|
-
format: string;
|
|
7139
|
-
type: string;
|
|
7140
|
-
};
|
|
7141
|
-
created_at: {
|
|
7142
|
-
format: string;
|
|
7143
|
-
type: string;
|
|
7144
|
-
};
|
|
7145
|
-
display_name: {
|
|
7146
|
-
type: string;
|
|
7147
|
-
};
|
|
7148
|
-
latch_metadata: {
|
|
7149
|
-
nullable: boolean;
|
|
7150
|
-
properties: {
|
|
7151
|
-
accessibility_type: {
|
|
7152
|
-
type: string;
|
|
7153
|
-
};
|
|
7154
|
-
is_connected: {
|
|
7155
|
-
type: string;
|
|
7156
|
-
};
|
|
7157
|
-
name: {
|
|
7158
|
-
type: string;
|
|
7159
|
-
};
|
|
7160
|
-
type: {
|
|
7161
|
-
type: string;
|
|
7162
|
-
};
|
|
7163
|
-
};
|
|
7164
|
-
required: string[];
|
|
7165
|
-
type: string;
|
|
7166
|
-
};
|
|
7167
|
-
visionline_metadata: {
|
|
7168
|
-
nullable: boolean;
|
|
7169
|
-
properties: {
|
|
7170
|
-
door_category: {
|
|
7171
|
-
enum: string[];
|
|
7172
|
-
type: string;
|
|
7173
|
-
};
|
|
7174
|
-
door_name: {
|
|
7175
|
-
type: string;
|
|
7176
|
-
};
|
|
7177
|
-
profiles: {
|
|
7178
|
-
items: {
|
|
7179
|
-
properties: {
|
|
7180
|
-
visionline_door_profile_id: {
|
|
7181
|
-
type: string;
|
|
7182
|
-
};
|
|
7183
|
-
visionline_door_profile_type: {
|
|
7184
|
-
enum: string[];
|
|
7185
|
-
type: string;
|
|
7186
|
-
};
|
|
7187
|
-
};
|
|
7188
|
-
required: string[];
|
|
7189
|
-
type: string;
|
|
7190
|
-
};
|
|
7191
|
-
type: string;
|
|
7192
|
-
};
|
|
7193
|
-
};
|
|
7194
|
-
required: string[];
|
|
7195
|
-
type: string;
|
|
7196
|
-
};
|
|
7197
|
-
};
|
|
7198
|
-
required: string[];
|
|
7199
|
-
type: string;
|
|
6363
|
+
$ref: string;
|
|
7200
6364
|
};
|
|
7201
6365
|
ok: {
|
|
7202
6366
|
type: string;
|
|
@@ -7241,6 +6405,7 @@ declare const _default: {
|
|
|
7241
6405
|
tags: string[];
|
|
7242
6406
|
'x-fern-sdk-group-name': string[];
|
|
7243
6407
|
'x-fern-sdk-method-name': string;
|
|
6408
|
+
'x-fern-sdk-return-value': string;
|
|
7244
6409
|
};
|
|
7245
6410
|
};
|
|
7246
6411
|
'/acs/entrances/grant_access': {
|
|
@@ -7331,90 +6496,23 @@ declare const _default: {
|
|
|
7331
6496
|
};
|
|
7332
6497
|
acs_system_id: {
|
|
7333
6498
|
format: string;
|
|
7334
|
-
type: string;
|
|
7335
|
-
};
|
|
7336
|
-
};
|
|
7337
|
-
type: string;
|
|
7338
|
-
};
|
|
7339
|
-
};
|
|
7340
|
-
};
|
|
7341
|
-
};
|
|
7342
|
-
responses: {
|
|
7343
|
-
200: {
|
|
7344
|
-
content: {
|
|
7345
|
-
'application/json': {
|
|
7346
|
-
schema: {
|
|
7347
|
-
properties: {
|
|
7348
|
-
acs_entrances: {
|
|
7349
|
-
items: {
|
|
7350
|
-
|
|
7351
|
-
acs_entrance_id: {
|
|
7352
|
-
format: string;
|
|
7353
|
-
type: string;
|
|
7354
|
-
};
|
|
7355
|
-
acs_system_id: {
|
|
7356
|
-
format: string;
|
|
7357
|
-
type: string;
|
|
7358
|
-
};
|
|
7359
|
-
created_at: {
|
|
7360
|
-
format: string;
|
|
7361
|
-
type: string;
|
|
7362
|
-
};
|
|
7363
|
-
display_name: {
|
|
7364
|
-
type: string;
|
|
7365
|
-
};
|
|
7366
|
-
latch_metadata: {
|
|
7367
|
-
nullable: boolean;
|
|
7368
|
-
properties: {
|
|
7369
|
-
accessibility_type: {
|
|
7370
|
-
type: string;
|
|
7371
|
-
};
|
|
7372
|
-
is_connected: {
|
|
7373
|
-
type: string;
|
|
7374
|
-
};
|
|
7375
|
-
name: {
|
|
7376
|
-
type: string;
|
|
7377
|
-
};
|
|
7378
|
-
type: {
|
|
7379
|
-
type: string;
|
|
7380
|
-
};
|
|
7381
|
-
};
|
|
7382
|
-
required: string[];
|
|
7383
|
-
type: string;
|
|
7384
|
-
};
|
|
7385
|
-
visionline_metadata: {
|
|
7386
|
-
nullable: boolean;
|
|
7387
|
-
properties: {
|
|
7388
|
-
door_category: {
|
|
7389
|
-
enum: string[];
|
|
7390
|
-
type: string;
|
|
7391
|
-
};
|
|
7392
|
-
door_name: {
|
|
7393
|
-
type: string;
|
|
7394
|
-
};
|
|
7395
|
-
profiles: {
|
|
7396
|
-
items: {
|
|
7397
|
-
properties: {
|
|
7398
|
-
visionline_door_profile_id: {
|
|
7399
|
-
type: string;
|
|
7400
|
-
};
|
|
7401
|
-
visionline_door_profile_type: {
|
|
7402
|
-
enum: string[];
|
|
7403
|
-
type: string;
|
|
7404
|
-
};
|
|
7405
|
-
};
|
|
7406
|
-
required: string[];
|
|
7407
|
-
type: string;
|
|
7408
|
-
};
|
|
7409
|
-
type: string;
|
|
7410
|
-
};
|
|
7411
|
-
};
|
|
7412
|
-
required: string[];
|
|
7413
|
-
type: string;
|
|
7414
|
-
};
|
|
7415
|
-
};
|
|
7416
|
-
required: string[];
|
|
7417
|
-
type: string;
|
|
6499
|
+
type: string;
|
|
6500
|
+
};
|
|
6501
|
+
};
|
|
6502
|
+
type: string;
|
|
6503
|
+
};
|
|
6504
|
+
};
|
|
6505
|
+
};
|
|
6506
|
+
};
|
|
6507
|
+
responses: {
|
|
6508
|
+
200: {
|
|
6509
|
+
content: {
|
|
6510
|
+
'application/json': {
|
|
6511
|
+
schema: {
|
|
6512
|
+
properties: {
|
|
6513
|
+
acs_entrances: {
|
|
6514
|
+
items: {
|
|
6515
|
+
$ref: string;
|
|
7418
6516
|
};
|
|
7419
6517
|
type: string;
|
|
7420
6518
|
};
|
|
@@ -7461,6 +6559,7 @@ declare const _default: {
|
|
|
7461
6559
|
tags: string[];
|
|
7462
6560
|
'x-fern-sdk-group-name': string[];
|
|
7463
6561
|
'x-fern-sdk-method-name': string;
|
|
6562
|
+
'x-fern-sdk-return-value': string;
|
|
7464
6563
|
};
|
|
7465
6564
|
};
|
|
7466
6565
|
'/acs/entrances/list_credentials_with_access': {
|
|
@@ -7497,122 +6596,7 @@ declare const _default: {
|
|
|
7497
6596
|
properties: {
|
|
7498
6597
|
acs_credentials: {
|
|
7499
6598
|
items: {
|
|
7500
|
-
|
|
7501
|
-
access_method: {
|
|
7502
|
-
enum: string[];
|
|
7503
|
-
type: string;
|
|
7504
|
-
};
|
|
7505
|
-
acs_credential_id: {
|
|
7506
|
-
format: string;
|
|
7507
|
-
type: string;
|
|
7508
|
-
};
|
|
7509
|
-
acs_credential_pool_id: {
|
|
7510
|
-
format: string;
|
|
7511
|
-
type: string;
|
|
7512
|
-
};
|
|
7513
|
-
acs_system_id: {
|
|
7514
|
-
format: string;
|
|
7515
|
-
type: string;
|
|
7516
|
-
};
|
|
7517
|
-
acs_user_id: {
|
|
7518
|
-
format: string;
|
|
7519
|
-
type: string;
|
|
7520
|
-
};
|
|
7521
|
-
code: {
|
|
7522
|
-
nullable: boolean;
|
|
7523
|
-
type: string;
|
|
7524
|
-
};
|
|
7525
|
-
created_at: {
|
|
7526
|
-
format: string;
|
|
7527
|
-
type: string;
|
|
7528
|
-
};
|
|
7529
|
-
display_name: {
|
|
7530
|
-
minLength: number;
|
|
7531
|
-
type: string;
|
|
7532
|
-
};
|
|
7533
|
-
ends_at: {
|
|
7534
|
-
type: string;
|
|
7535
|
-
};
|
|
7536
|
-
errors: {
|
|
7537
|
-
items: {
|
|
7538
|
-
properties: {
|
|
7539
|
-
error_code: {
|
|
7540
|
-
type: string;
|
|
7541
|
-
};
|
|
7542
|
-
message: {
|
|
7543
|
-
type: string;
|
|
7544
|
-
};
|
|
7545
|
-
};
|
|
7546
|
-
required: string[];
|
|
7547
|
-
type: string;
|
|
7548
|
-
};
|
|
7549
|
-
type: string;
|
|
7550
|
-
};
|
|
7551
|
-
external_type: {
|
|
7552
|
-
enum: string[];
|
|
7553
|
-
type: string;
|
|
7554
|
-
};
|
|
7555
|
-
external_type_display_name: {
|
|
7556
|
-
type: string;
|
|
7557
|
-
};
|
|
7558
|
-
is_multi_phone_sync_credential: {
|
|
7559
|
-
type: string;
|
|
7560
|
-
};
|
|
7561
|
-
parent_acs_credential_id: {
|
|
7562
|
-
format: string;
|
|
7563
|
-
type: string;
|
|
7564
|
-
};
|
|
7565
|
-
starts_at: {
|
|
7566
|
-
type: string;
|
|
7567
|
-
};
|
|
7568
|
-
visionline_metadata: {
|
|
7569
|
-
properties: {
|
|
7570
|
-
common_acs_entrance_ids: {
|
|
7571
|
-
items: {
|
|
7572
|
-
format: string;
|
|
7573
|
-
type: string;
|
|
7574
|
-
};
|
|
7575
|
-
type: string;
|
|
7576
|
-
};
|
|
7577
|
-
guest_acs_entrance_ids: {
|
|
7578
|
-
items: {
|
|
7579
|
-
format: string;
|
|
7580
|
-
type: string;
|
|
7581
|
-
};
|
|
7582
|
-
type: string;
|
|
7583
|
-
};
|
|
7584
|
-
joiner_acs_credential_ids: {
|
|
7585
|
-
items: {
|
|
7586
|
-
format: string;
|
|
7587
|
-
type: string;
|
|
7588
|
-
};
|
|
7589
|
-
type: string;
|
|
7590
|
-
};
|
|
7591
|
-
};
|
|
7592
|
-
type: string;
|
|
7593
|
-
};
|
|
7594
|
-
warnings: {
|
|
7595
|
-
items: {
|
|
7596
|
-
properties: {
|
|
7597
|
-
message: {
|
|
7598
|
-
type: string;
|
|
7599
|
-
};
|
|
7600
|
-
warning_code: {
|
|
7601
|
-
type: string;
|
|
7602
|
-
};
|
|
7603
|
-
};
|
|
7604
|
-
required: string[];
|
|
7605
|
-
type: string;
|
|
7606
|
-
};
|
|
7607
|
-
type: string;
|
|
7608
|
-
};
|
|
7609
|
-
workspace_id: {
|
|
7610
|
-
format: string;
|
|
7611
|
-
type: string;
|
|
7612
|
-
};
|
|
7613
|
-
};
|
|
7614
|
-
required: string[];
|
|
7615
|
-
type: string;
|
|
6599
|
+
$ref: string;
|
|
7616
6600
|
};
|
|
7617
6601
|
type: string;
|
|
7618
6602
|
};
|
|
@@ -7659,6 +6643,7 @@ declare const _default: {
|
|
|
7659
6643
|
tags: string[];
|
|
7660
6644
|
'x-fern-sdk-group-name': string[];
|
|
7661
6645
|
'x-fern-sdk-method-name': string;
|
|
6646
|
+
'x-fern-sdk-return-value': string;
|
|
7662
6647
|
};
|
|
7663
6648
|
};
|
|
7664
6649
|
'/acs/systems/get': {
|
|
@@ -7724,6 +6709,7 @@ declare const _default: {
|
|
|
7724
6709
|
tags: string[];
|
|
7725
6710
|
'x-fern-sdk-group-name': string[];
|
|
7726
6711
|
'x-fern-sdk-method-name': string;
|
|
6712
|
+
'x-fern-sdk-return-value': string;
|
|
7727
6713
|
};
|
|
7728
6714
|
};
|
|
7729
6715
|
'/acs/systems/list': {
|
|
@@ -7799,6 +6785,7 @@ declare const _default: {
|
|
|
7799
6785
|
tags: string[];
|
|
7800
6786
|
'x-fern-sdk-group-name': string[];
|
|
7801
6787
|
'x-fern-sdk-method-name': string;
|
|
6788
|
+
'x-fern-sdk-return-value': string;
|
|
7802
6789
|
};
|
|
7803
6790
|
};
|
|
7804
6791
|
'/acs/users/add_to_access_group': {
|
|
@@ -8035,6 +7022,7 @@ declare const _default: {
|
|
|
8035
7022
|
tags: string[];
|
|
8036
7023
|
'x-fern-sdk-group-name': string[];
|
|
8037
7024
|
'x-fern-sdk-method-name': string;
|
|
7025
|
+
'x-fern-sdk-return-value': string;
|
|
8038
7026
|
};
|
|
8039
7027
|
};
|
|
8040
7028
|
'/acs/users/delete': {
|
|
@@ -8162,6 +7150,7 @@ declare const _default: {
|
|
|
8162
7150
|
tags: string[];
|
|
8163
7151
|
'x-fern-sdk-group-name': string[];
|
|
8164
7152
|
'x-fern-sdk-method-name': string;
|
|
7153
|
+
'x-fern-sdk-return-value': string;
|
|
8165
7154
|
};
|
|
8166
7155
|
};
|
|
8167
7156
|
'/acs/users/list': {
|
|
@@ -8248,6 +7237,7 @@ declare const _default: {
|
|
|
8248
7237
|
tags: string[];
|
|
8249
7238
|
'x-fern-sdk-group-name': string[];
|
|
8250
7239
|
'x-fern-sdk-method-name': string;
|
|
7240
|
+
'x-fern-sdk-return-value': string;
|
|
8251
7241
|
};
|
|
8252
7242
|
};
|
|
8253
7243
|
'/acs/users/list_accessible_entrances': {
|
|
@@ -8277,74 +7267,7 @@ declare const _default: {
|
|
|
8277
7267
|
properties: {
|
|
8278
7268
|
acs_entrances: {
|
|
8279
7269
|
items: {
|
|
8280
|
-
|
|
8281
|
-
acs_entrance_id: {
|
|
8282
|
-
format: string;
|
|
8283
|
-
type: string;
|
|
8284
|
-
};
|
|
8285
|
-
acs_system_id: {
|
|
8286
|
-
format: string;
|
|
8287
|
-
type: string;
|
|
8288
|
-
};
|
|
8289
|
-
created_at: {
|
|
8290
|
-
format: string;
|
|
8291
|
-
type: string;
|
|
8292
|
-
};
|
|
8293
|
-
display_name: {
|
|
8294
|
-
type: string;
|
|
8295
|
-
};
|
|
8296
|
-
latch_metadata: {
|
|
8297
|
-
nullable: boolean;
|
|
8298
|
-
properties: {
|
|
8299
|
-
accessibility_type: {
|
|
8300
|
-
type: string;
|
|
8301
|
-
};
|
|
8302
|
-
is_connected: {
|
|
8303
|
-
type: string;
|
|
8304
|
-
};
|
|
8305
|
-
name: {
|
|
8306
|
-
type: string;
|
|
8307
|
-
};
|
|
8308
|
-
type: {
|
|
8309
|
-
type: string;
|
|
8310
|
-
};
|
|
8311
|
-
};
|
|
8312
|
-
required: string[];
|
|
8313
|
-
type: string;
|
|
8314
|
-
};
|
|
8315
|
-
visionline_metadata: {
|
|
8316
|
-
nullable: boolean;
|
|
8317
|
-
properties: {
|
|
8318
|
-
door_category: {
|
|
8319
|
-
enum: string[];
|
|
8320
|
-
type: string;
|
|
8321
|
-
};
|
|
8322
|
-
door_name: {
|
|
8323
|
-
type: string;
|
|
8324
|
-
};
|
|
8325
|
-
profiles: {
|
|
8326
|
-
items: {
|
|
8327
|
-
properties: {
|
|
8328
|
-
visionline_door_profile_id: {
|
|
8329
|
-
type: string;
|
|
8330
|
-
};
|
|
8331
|
-
visionline_door_profile_type: {
|
|
8332
|
-
enum: string[];
|
|
8333
|
-
type: string;
|
|
8334
|
-
};
|
|
8335
|
-
};
|
|
8336
|
-
required: string[];
|
|
8337
|
-
type: string;
|
|
8338
|
-
};
|
|
8339
|
-
type: string;
|
|
8340
|
-
};
|
|
8341
|
-
};
|
|
8342
|
-
required: string[];
|
|
8343
|
-
type: string;
|
|
8344
|
-
};
|
|
8345
|
-
};
|
|
8346
|
-
required: string[];
|
|
8347
|
-
type: string;
|
|
7270
|
+
$ref: string;
|
|
8348
7271
|
};
|
|
8349
7272
|
type: string;
|
|
8350
7273
|
};
|
|
@@ -8391,6 +7314,7 @@ declare const _default: {
|
|
|
8391
7314
|
tags: string[];
|
|
8392
7315
|
'x-fern-sdk-group-name': string[];
|
|
8393
7316
|
'x-fern-sdk-method-name': string;
|
|
7317
|
+
'x-fern-sdk-return-value': string;
|
|
8394
7318
|
};
|
|
8395
7319
|
};
|
|
8396
7320
|
'/acs/users/remove_from_access_group': {
|
|
@@ -12255,25 +11179,7 @@ declare const _default: {
|
|
|
12255
11179
|
schema: {
|
|
12256
11180
|
properties: {
|
|
12257
11181
|
network: {
|
|
12258
|
-
|
|
12259
|
-
created_at: {
|
|
12260
|
-
format: string;
|
|
12261
|
-
type: string;
|
|
12262
|
-
};
|
|
12263
|
-
display_name: {
|
|
12264
|
-
type: string;
|
|
12265
|
-
};
|
|
12266
|
-
network_id: {
|
|
12267
|
-
format: string;
|
|
12268
|
-
type: string;
|
|
12269
|
-
};
|
|
12270
|
-
workspace_id: {
|
|
12271
|
-
format: string;
|
|
12272
|
-
type: string;
|
|
12273
|
-
};
|
|
12274
|
-
};
|
|
12275
|
-
required: string[];
|
|
12276
|
-
type: string;
|
|
11182
|
+
$ref: string;
|
|
12277
11183
|
};
|
|
12278
11184
|
ok: {
|
|
12279
11185
|
type: string;
|
|
@@ -12310,6 +11216,7 @@ declare const _default: {
|
|
|
12310
11216
|
tags: string[];
|
|
12311
11217
|
'x-fern-sdk-group-name': string[];
|
|
12312
11218
|
'x-fern-sdk-method-name': string;
|
|
11219
|
+
'x-fern-sdk-return-value': string;
|
|
12313
11220
|
};
|
|
12314
11221
|
};
|
|
12315
11222
|
'/networks/list': {
|
|
@@ -12333,25 +11240,7 @@ declare const _default: {
|
|
|
12333
11240
|
properties: {
|
|
12334
11241
|
networks: {
|
|
12335
11242
|
items: {
|
|
12336
|
-
|
|
12337
|
-
created_at: {
|
|
12338
|
-
format: string;
|
|
12339
|
-
type: string;
|
|
12340
|
-
};
|
|
12341
|
-
display_name: {
|
|
12342
|
-
type: string;
|
|
12343
|
-
};
|
|
12344
|
-
network_id: {
|
|
12345
|
-
format: string;
|
|
12346
|
-
type: string;
|
|
12347
|
-
};
|
|
12348
|
-
workspace_id: {
|
|
12349
|
-
format: string;
|
|
12350
|
-
type: string;
|
|
12351
|
-
};
|
|
12352
|
-
};
|
|
12353
|
-
required: string[];
|
|
12354
|
-
type: string;
|
|
11243
|
+
$ref: string;
|
|
12355
11244
|
};
|
|
12356
11245
|
type: string;
|
|
12357
11246
|
};
|
|
@@ -12390,6 +11279,7 @@ declare const _default: {
|
|
|
12390
11279
|
tags: string[];
|
|
12391
11280
|
'x-fern-sdk-group-name': string[];
|
|
12392
11281
|
'x-fern-sdk-method-name': string;
|
|
11282
|
+
'x-fern-sdk-return-value': string;
|
|
12393
11283
|
};
|
|
12394
11284
|
};
|
|
12395
11285
|
'/noise_sensors/noise_thresholds/create': {
|
|
@@ -15025,45 +13915,7 @@ declare const _default: {
|
|
|
15025
13915
|
type: string;
|
|
15026
13916
|
};
|
|
15027
13917
|
user_identity: {
|
|
15028
|
-
|
|
15029
|
-
created_at: {
|
|
15030
|
-
format: string;
|
|
15031
|
-
type: string;
|
|
15032
|
-
};
|
|
15033
|
-
display_name: {
|
|
15034
|
-
minLength: number;
|
|
15035
|
-
type: string;
|
|
15036
|
-
};
|
|
15037
|
-
email_address: {
|
|
15038
|
-
format: string;
|
|
15039
|
-
nullable: boolean;
|
|
15040
|
-
type: string;
|
|
15041
|
-
};
|
|
15042
|
-
full_name: {
|
|
15043
|
-
minLength: number;
|
|
15044
|
-
nullable: boolean;
|
|
15045
|
-
type: string;
|
|
15046
|
-
};
|
|
15047
|
-
phone_number: {
|
|
15048
|
-
nullable: boolean;
|
|
15049
|
-
type: string;
|
|
15050
|
-
};
|
|
15051
|
-
user_identity_id: {
|
|
15052
|
-
format: string;
|
|
15053
|
-
type: string;
|
|
15054
|
-
};
|
|
15055
|
-
user_identity_key: {
|
|
15056
|
-
minLength: number;
|
|
15057
|
-
nullable: boolean;
|
|
15058
|
-
type: string;
|
|
15059
|
-
};
|
|
15060
|
-
workspace_id: {
|
|
15061
|
-
format: string;
|
|
15062
|
-
type: string;
|
|
15063
|
-
};
|
|
15064
|
-
};
|
|
15065
|
-
required: string[];
|
|
15066
|
-
type: string;
|
|
13918
|
+
$ref: string;
|
|
15067
13919
|
};
|
|
15068
13920
|
};
|
|
15069
13921
|
required: string[];
|
|
@@ -15097,6 +13949,7 @@ declare const _default: {
|
|
|
15097
13949
|
tags: string[];
|
|
15098
13950
|
'x-fern-sdk-group-name': string[];
|
|
15099
13951
|
'x-fern-sdk-method-name': string;
|
|
13952
|
+
'x-fern-sdk-return-value': string;
|
|
15100
13953
|
};
|
|
15101
13954
|
};
|
|
15102
13955
|
'/user_identities/delete': {
|
|
@@ -15294,6 +14147,7 @@ declare const _default: {
|
|
|
15294
14147
|
tags: string[];
|
|
15295
14148
|
'x-fern-sdk-group-name': string[];
|
|
15296
14149
|
'x-fern-sdk-method-name': string;
|
|
14150
|
+
'x-fern-sdk-return-value': string;
|
|
15297
14151
|
};
|
|
15298
14152
|
};
|
|
15299
14153
|
'/user_identities/enrollment_automations/launch': {
|
|
@@ -15401,6 +14255,7 @@ declare const _default: {
|
|
|
15401
14255
|
tags: string[];
|
|
15402
14256
|
'x-fern-sdk-group-name': string[];
|
|
15403
14257
|
'x-fern-sdk-method-name': string;
|
|
14258
|
+
'x-fern-sdk-return-value': string;
|
|
15404
14259
|
};
|
|
15405
14260
|
};
|
|
15406
14261
|
'/user_identities/enrollment_automations/list': {
|
|
@@ -15477,6 +14332,7 @@ declare const _default: {
|
|
|
15477
14332
|
tags: string[];
|
|
15478
14333
|
'x-fern-sdk-group-name': string[];
|
|
15479
14334
|
'x-fern-sdk-method-name': string;
|
|
14335
|
+
'x-fern-sdk-return-value': string;
|
|
15480
14336
|
};
|
|
15481
14337
|
};
|
|
15482
14338
|
'/user_identities/get': {
|
|
@@ -15520,45 +14376,7 @@ declare const _default: {
|
|
|
15520
14376
|
type: string;
|
|
15521
14377
|
};
|
|
15522
14378
|
user_identity: {
|
|
15523
|
-
|
|
15524
|
-
created_at: {
|
|
15525
|
-
format: string;
|
|
15526
|
-
type: string;
|
|
15527
|
-
};
|
|
15528
|
-
display_name: {
|
|
15529
|
-
minLength: number;
|
|
15530
|
-
type: string;
|
|
15531
|
-
};
|
|
15532
|
-
email_address: {
|
|
15533
|
-
format: string;
|
|
15534
|
-
nullable: boolean;
|
|
15535
|
-
type: string;
|
|
15536
|
-
};
|
|
15537
|
-
full_name: {
|
|
15538
|
-
minLength: number;
|
|
15539
|
-
nullable: boolean;
|
|
15540
|
-
type: string;
|
|
15541
|
-
};
|
|
15542
|
-
phone_number: {
|
|
15543
|
-
nullable: boolean;
|
|
15544
|
-
type: string;
|
|
15545
|
-
};
|
|
15546
|
-
user_identity_id: {
|
|
15547
|
-
format: string;
|
|
15548
|
-
type: string;
|
|
15549
|
-
};
|
|
15550
|
-
user_identity_key: {
|
|
15551
|
-
minLength: number;
|
|
15552
|
-
nullable: boolean;
|
|
15553
|
-
type: string;
|
|
15554
|
-
};
|
|
15555
|
-
workspace_id: {
|
|
15556
|
-
format: string;
|
|
15557
|
-
type: string;
|
|
15558
|
-
};
|
|
15559
|
-
};
|
|
15560
|
-
required: string[];
|
|
15561
|
-
type: string;
|
|
14379
|
+
$ref: string;
|
|
15562
14380
|
};
|
|
15563
14381
|
};
|
|
15564
14382
|
required: string[];
|
|
@@ -15592,6 +14410,7 @@ declare const _default: {
|
|
|
15592
14410
|
tags: string[];
|
|
15593
14411
|
'x-fern-sdk-group-name': string[];
|
|
15594
14412
|
'x-fern-sdk-method-name': string;
|
|
14413
|
+
'x-fern-sdk-return-value': string;
|
|
15595
14414
|
};
|
|
15596
14415
|
};
|
|
15597
14416
|
'/user_identities/grant_access_to_device': {
|
|
@@ -15752,45 +14571,7 @@ declare const _default: {
|
|
|
15752
14571
|
};
|
|
15753
14572
|
user_identities: {
|
|
15754
14573
|
items: {
|
|
15755
|
-
|
|
15756
|
-
created_at: {
|
|
15757
|
-
format: string;
|
|
15758
|
-
type: string;
|
|
15759
|
-
};
|
|
15760
|
-
display_name: {
|
|
15761
|
-
minLength: number;
|
|
15762
|
-
type: string;
|
|
15763
|
-
};
|
|
15764
|
-
email_address: {
|
|
15765
|
-
format: string;
|
|
15766
|
-
nullable: boolean;
|
|
15767
|
-
type: string;
|
|
15768
|
-
};
|
|
15769
|
-
full_name: {
|
|
15770
|
-
minLength: number;
|
|
15771
|
-
nullable: boolean;
|
|
15772
|
-
type: string;
|
|
15773
|
-
};
|
|
15774
|
-
phone_number: {
|
|
15775
|
-
nullable: boolean;
|
|
15776
|
-
type: string;
|
|
15777
|
-
};
|
|
15778
|
-
user_identity_id: {
|
|
15779
|
-
format: string;
|
|
15780
|
-
type: string;
|
|
15781
|
-
};
|
|
15782
|
-
user_identity_key: {
|
|
15783
|
-
minLength: number;
|
|
15784
|
-
nullable: boolean;
|
|
15785
|
-
type: string;
|
|
15786
|
-
};
|
|
15787
|
-
workspace_id: {
|
|
15788
|
-
format: string;
|
|
15789
|
-
type: string;
|
|
15790
|
-
};
|
|
15791
|
-
};
|
|
15792
|
-
required: string[];
|
|
15793
|
-
type: string;
|
|
14574
|
+
$ref: string;
|
|
15794
14575
|
};
|
|
15795
14576
|
type: string;
|
|
15796
14577
|
};
|
|
@@ -15863,6 +14644,13 @@ declare const _default: {
|
|
|
15863
14644
|
schema: {
|
|
15864
14645
|
properties: {
|
|
15865
14646
|
accessible_devices: {
|
|
14647
|
+
description: string;
|
|
14648
|
+
items: {
|
|
14649
|
+
$ref: string;
|
|
14650
|
+
};
|
|
14651
|
+
type: string;
|
|
14652
|
+
};
|
|
14653
|
+
devices: {
|
|
15866
14654
|
items: {
|
|
15867
14655
|
$ref: string;
|
|
15868
14656
|
};
|
|
@@ -15903,6 +14691,7 @@ declare const _default: {
|
|
|
15903
14691
|
tags: string[];
|
|
15904
14692
|
'x-fern-sdk-group-name': string[];
|
|
15905
14693
|
'x-fern-sdk-method-name': string;
|
|
14694
|
+
'x-fern-sdk-return-value': string;
|
|
15906
14695
|
};
|
|
15907
14696
|
};
|
|
15908
14697
|
'/user_identities/list_acs_systems': {
|
|
@@ -15979,6 +14768,7 @@ declare const _default: {
|
|
|
15979
14768
|
tags: string[];
|
|
15980
14769
|
'x-fern-sdk-group-name': string[];
|
|
15981
14770
|
'x-fern-sdk-method-name': string;
|
|
14771
|
+
'x-fern-sdk-return-value': string;
|
|
15982
14772
|
};
|
|
15983
14773
|
};
|
|
15984
14774
|
'/user_identities/list_acs_users': {
|
|
@@ -16047,6 +14837,7 @@ declare const _default: {
|
|
|
16047
14837
|
tags: string[];
|
|
16048
14838
|
'x-fern-sdk-group-name': string[];
|
|
16049
14839
|
'x-fern-sdk-method-name': string;
|
|
14840
|
+
'x-fern-sdk-return-value': string;
|
|
16050
14841
|
};
|
|
16051
14842
|
};
|
|
16052
14843
|
'/user_identities/remove_acs_user': {
|
|
@@ -16839,6 +15630,7 @@ declare const _default: {
|
|
|
16839
15630
|
tags: string[];
|
|
16840
15631
|
'x-fern-sdk-group-name': string[];
|
|
16841
15632
|
'x-fern-sdk-method-name': string;
|
|
15633
|
+
'x-fern-sdk-return-value': string;
|
|
16842
15634
|
};
|
|
16843
15635
|
};
|
|
16844
15636
|
'/workspaces/get': {
|