@seamapi/types 1.60.1 → 1.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +174 -48
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +467 -169
- package/lib/seam/connect/openapi.d.ts +382 -156
- package/lib/seam/connect/openapi.js +174 -48
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +85 -13
- package/lib/seam/connect/unstable/models/acs/user.d.ts +4 -4
- package/lib/seam/connect/unstable/models/acs/user.js +1 -0
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +70 -14
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.js +12 -22
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +181 -48
- package/src/lib/seam/connect/route-types.ts +113 -13
- package/src/lib/seam/connect/unstable/models/acs/user.ts +1 -0
- package/src/lib/seam/connect/unstable/models/devices/unmanaged-device.ts +12 -26
package/dist/connect.d.cts
CHANGED
|
@@ -637,6 +637,9 @@ declare const _default: {
|
|
|
637
637
|
account_type_display_name: {
|
|
638
638
|
type: string;
|
|
639
639
|
};
|
|
640
|
+
automatically_manage_new_devices: {
|
|
641
|
+
type: string;
|
|
642
|
+
};
|
|
640
643
|
connected_account_id: {
|
|
641
644
|
format: string;
|
|
642
645
|
type: string;
|
|
@@ -2322,6 +2325,22 @@ declare const _default: {
|
|
|
2322
2325
|
};
|
|
2323
2326
|
properties: {
|
|
2324
2327
|
properties: {
|
|
2328
|
+
battery: {
|
|
2329
|
+
description: string;
|
|
2330
|
+
properties: {
|
|
2331
|
+
level: {
|
|
2332
|
+
maximum: number;
|
|
2333
|
+
minimum: number;
|
|
2334
|
+
type: string;
|
|
2335
|
+
};
|
|
2336
|
+
status: {
|
|
2337
|
+
enum: string[];
|
|
2338
|
+
type: string;
|
|
2339
|
+
};
|
|
2340
|
+
};
|
|
2341
|
+
required: string[];
|
|
2342
|
+
type: string;
|
|
2343
|
+
};
|
|
2325
2344
|
battery_level: {
|
|
2326
2345
|
description: string;
|
|
2327
2346
|
maximum: number;
|
|
@@ -2329,20 +2348,38 @@ declare const _default: {
|
|
|
2329
2348
|
type: string;
|
|
2330
2349
|
};
|
|
2331
2350
|
image_alt_text: {
|
|
2351
|
+
description: string;
|
|
2332
2352
|
type: string;
|
|
2333
2353
|
};
|
|
2334
2354
|
image_url: {
|
|
2355
|
+
description: string;
|
|
2356
|
+
format: string;
|
|
2335
2357
|
type: string;
|
|
2336
2358
|
};
|
|
2337
2359
|
manufacturer: {
|
|
2360
|
+
description: string;
|
|
2338
2361
|
type: string;
|
|
2339
2362
|
};
|
|
2340
2363
|
model: {
|
|
2341
2364
|
properties: {
|
|
2365
|
+
accessory_keypad_supported: {
|
|
2366
|
+
description: string;
|
|
2367
|
+
type: string;
|
|
2368
|
+
};
|
|
2342
2369
|
display_name: {
|
|
2370
|
+
description: string;
|
|
2343
2371
|
type: string;
|
|
2344
2372
|
};
|
|
2345
2373
|
manufacturer_display_name: {
|
|
2374
|
+
description: string;
|
|
2375
|
+
type: string;
|
|
2376
|
+
};
|
|
2377
|
+
offline_access_codes_supported: {
|
|
2378
|
+
description: string;
|
|
2379
|
+
type: string;
|
|
2380
|
+
};
|
|
2381
|
+
online_access_codes_supported: {
|
|
2382
|
+
description: string;
|
|
2346
2383
|
type: string;
|
|
2347
2384
|
};
|
|
2348
2385
|
};
|
|
@@ -2350,9 +2387,15 @@ declare const _default: {
|
|
|
2350
2387
|
type: string;
|
|
2351
2388
|
};
|
|
2352
2389
|
name: {
|
|
2390
|
+
description: string;
|
|
2391
|
+
type: string;
|
|
2392
|
+
};
|
|
2393
|
+
offline_access_codes_enabled: {
|
|
2394
|
+
description: string;
|
|
2353
2395
|
type: string;
|
|
2354
2396
|
};
|
|
2355
2397
|
online: {
|
|
2398
|
+
description: string;
|
|
2356
2399
|
type: string;
|
|
2357
2400
|
};
|
|
2358
2401
|
online_access_codes_enabled: {
|
|
@@ -2481,6 +2524,11 @@ declare const _default: {
|
|
|
2481
2524
|
scheme: string;
|
|
2482
2525
|
type: string;
|
|
2483
2526
|
};
|
|
2527
|
+
user_session_without_workspace: {
|
|
2528
|
+
bearerFormat: string;
|
|
2529
|
+
scheme: string;
|
|
2530
|
+
type: string;
|
|
2531
|
+
};
|
|
2484
2532
|
};
|
|
2485
2533
|
};
|
|
2486
2534
|
info: {
|
|
@@ -3407,20 +3455,25 @@ declare const _default: {
|
|
|
3407
3455
|
};
|
|
3408
3456
|
};
|
|
3409
3457
|
security: ({
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3458
|
+
client_session: never[];
|
|
3459
|
+
pat_with_workspace?: never;
|
|
3460
|
+
console_session?: never;
|
|
3461
|
+
api_key?: never;
|
|
3414
3462
|
} | {
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3463
|
+
pat_with_workspace: never[];
|
|
3464
|
+
client_session?: never;
|
|
3465
|
+
console_session?: never;
|
|
3466
|
+
api_key?: never;
|
|
3419
3467
|
} | {
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3468
|
+
console_session: never[];
|
|
3469
|
+
client_session?: never;
|
|
3470
|
+
pat_with_workspace?: never;
|
|
3471
|
+
api_key?: never;
|
|
3472
|
+
} | {
|
|
3473
|
+
api_key: never[];
|
|
3474
|
+
client_session?: never;
|
|
3475
|
+
pat_with_workspace?: never;
|
|
3476
|
+
console_session?: never;
|
|
3424
3477
|
})[];
|
|
3425
3478
|
summary: string;
|
|
3426
3479
|
tags: string[];
|
|
@@ -3482,20 +3535,25 @@ declare const _default: {
|
|
|
3482
3535
|
};
|
|
3483
3536
|
};
|
|
3484
3537
|
security: ({
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3538
|
+
client_session: never[];
|
|
3539
|
+
pat_with_workspace?: never;
|
|
3540
|
+
console_session?: never;
|
|
3541
|
+
api_key?: never;
|
|
3489
3542
|
} | {
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3543
|
+
pat_with_workspace: never[];
|
|
3544
|
+
client_session?: never;
|
|
3545
|
+
console_session?: never;
|
|
3546
|
+
api_key?: never;
|
|
3494
3547
|
} | {
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3548
|
+
console_session: never[];
|
|
3549
|
+
client_session?: never;
|
|
3550
|
+
pat_with_workspace?: never;
|
|
3551
|
+
api_key?: never;
|
|
3552
|
+
} | {
|
|
3553
|
+
api_key: never[];
|
|
3554
|
+
client_session?: never;
|
|
3555
|
+
pat_with_workspace?: never;
|
|
3556
|
+
console_session?: never;
|
|
3499
3557
|
})[];
|
|
3500
3558
|
summary: string;
|
|
3501
3559
|
tags: string[];
|
|
@@ -3554,20 +3612,25 @@ declare const _default: {
|
|
|
3554
3612
|
};
|
|
3555
3613
|
};
|
|
3556
3614
|
security: ({
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
|
|
3615
|
+
client_session: never[];
|
|
3616
|
+
pat_with_workspace?: never;
|
|
3617
|
+
console_session?: never;
|
|
3618
|
+
api_key?: never;
|
|
3561
3619
|
} | {
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3620
|
+
pat_with_workspace: never[];
|
|
3621
|
+
client_session?: never;
|
|
3622
|
+
console_session?: never;
|
|
3623
|
+
api_key?: never;
|
|
3566
3624
|
} | {
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3625
|
+
console_session: never[];
|
|
3626
|
+
client_session?: never;
|
|
3627
|
+
pat_with_workspace?: never;
|
|
3628
|
+
api_key?: never;
|
|
3629
|
+
} | {
|
|
3630
|
+
api_key: never[];
|
|
3631
|
+
client_session?: never;
|
|
3632
|
+
pat_with_workspace?: never;
|
|
3633
|
+
console_session?: never;
|
|
3571
3634
|
})[];
|
|
3572
3635
|
summary: string;
|
|
3573
3636
|
tags: string[];
|
|
@@ -3629,20 +3692,25 @@ declare const _default: {
|
|
|
3629
3692
|
};
|
|
3630
3693
|
};
|
|
3631
3694
|
security: ({
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3695
|
+
client_session: never[];
|
|
3696
|
+
pat_with_workspace?: never;
|
|
3697
|
+
console_session?: never;
|
|
3698
|
+
api_key?: never;
|
|
3636
3699
|
} | {
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3700
|
+
pat_with_workspace: never[];
|
|
3701
|
+
client_session?: never;
|
|
3702
|
+
console_session?: never;
|
|
3703
|
+
api_key?: never;
|
|
3641
3704
|
} | {
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3705
|
+
console_session: never[];
|
|
3706
|
+
client_session?: never;
|
|
3707
|
+
pat_with_workspace?: never;
|
|
3708
|
+
api_key?: never;
|
|
3709
|
+
} | {
|
|
3710
|
+
api_key: never[];
|
|
3711
|
+
client_session?: never;
|
|
3712
|
+
pat_with_workspace?: never;
|
|
3713
|
+
console_session?: never;
|
|
3646
3714
|
})[];
|
|
3647
3715
|
summary: string;
|
|
3648
3716
|
tags: string[];
|
|
@@ -3704,20 +3772,25 @@ declare const _default: {
|
|
|
3704
3772
|
};
|
|
3705
3773
|
};
|
|
3706
3774
|
security: ({
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3775
|
+
client_session: never[];
|
|
3776
|
+
pat_with_workspace?: never;
|
|
3777
|
+
console_session?: never;
|
|
3778
|
+
api_key?: never;
|
|
3711
3779
|
} | {
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3780
|
+
pat_with_workspace: never[];
|
|
3781
|
+
client_session?: never;
|
|
3782
|
+
console_session?: never;
|
|
3783
|
+
api_key?: never;
|
|
3716
3784
|
} | {
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3785
|
+
console_session: never[];
|
|
3786
|
+
client_session?: never;
|
|
3787
|
+
pat_with_workspace?: never;
|
|
3788
|
+
api_key?: never;
|
|
3789
|
+
} | {
|
|
3790
|
+
api_key: never[];
|
|
3791
|
+
client_session?: never;
|
|
3792
|
+
pat_with_workspace?: never;
|
|
3793
|
+
console_session?: never;
|
|
3721
3794
|
})[];
|
|
3722
3795
|
summary: string;
|
|
3723
3796
|
tags: string[];
|
|
@@ -3782,20 +3855,25 @@ declare const _default: {
|
|
|
3782
3855
|
};
|
|
3783
3856
|
};
|
|
3784
3857
|
security: ({
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3858
|
+
client_session: never[];
|
|
3859
|
+
pat_with_workspace?: never;
|
|
3860
|
+
console_session?: never;
|
|
3861
|
+
api_key?: never;
|
|
3789
3862
|
} | {
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3863
|
+
pat_with_workspace: never[];
|
|
3864
|
+
client_session?: never;
|
|
3865
|
+
console_session?: never;
|
|
3866
|
+
api_key?: never;
|
|
3794
3867
|
} | {
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3868
|
+
console_session: never[];
|
|
3869
|
+
client_session?: never;
|
|
3870
|
+
pat_with_workspace?: never;
|
|
3871
|
+
api_key?: never;
|
|
3872
|
+
} | {
|
|
3873
|
+
api_key: never[];
|
|
3874
|
+
client_session?: never;
|
|
3875
|
+
pat_with_workspace?: never;
|
|
3876
|
+
console_session?: never;
|
|
3799
3877
|
})[];
|
|
3800
3878
|
summary: string;
|
|
3801
3879
|
tags: string[];
|
|
@@ -3856,20 +3934,25 @@ declare const _default: {
|
|
|
3856
3934
|
};
|
|
3857
3935
|
};
|
|
3858
3936
|
security: ({
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3937
|
+
client_session: never[];
|
|
3938
|
+
pat_with_workspace?: never;
|
|
3939
|
+
console_session?: never;
|
|
3940
|
+
api_key?: never;
|
|
3863
3941
|
} | {
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3942
|
+
pat_with_workspace: never[];
|
|
3943
|
+
client_session?: never;
|
|
3944
|
+
console_session?: never;
|
|
3945
|
+
api_key?: never;
|
|
3868
3946
|
} | {
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3947
|
+
console_session: never[];
|
|
3948
|
+
client_session?: never;
|
|
3949
|
+
pat_with_workspace?: never;
|
|
3950
|
+
api_key?: never;
|
|
3951
|
+
} | {
|
|
3952
|
+
api_key: never[];
|
|
3953
|
+
client_session?: never;
|
|
3954
|
+
pat_with_workspace?: never;
|
|
3955
|
+
console_session?: never;
|
|
3873
3956
|
})[];
|
|
3874
3957
|
summary: string;
|
|
3875
3958
|
tags: string[];
|
|
@@ -4316,20 +4399,25 @@ declare const _default: {
|
|
|
4316
4399
|
};
|
|
4317
4400
|
};
|
|
4318
4401
|
security: ({
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4402
|
+
client_session: never[];
|
|
4403
|
+
pat_with_workspace?: never;
|
|
4404
|
+
console_session?: never;
|
|
4405
|
+
api_key?: never;
|
|
4323
4406
|
} | {
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4407
|
+
pat_with_workspace: never[];
|
|
4408
|
+
client_session?: never;
|
|
4409
|
+
console_session?: never;
|
|
4410
|
+
api_key?: never;
|
|
4328
4411
|
} | {
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4412
|
+
console_session: never[];
|
|
4413
|
+
client_session?: never;
|
|
4414
|
+
pat_with_workspace?: never;
|
|
4415
|
+
api_key?: never;
|
|
4416
|
+
} | {
|
|
4417
|
+
api_key: never[];
|
|
4418
|
+
client_session?: never;
|
|
4419
|
+
pat_with_workspace?: never;
|
|
4420
|
+
console_session?: never;
|
|
4333
4421
|
})[];
|
|
4334
4422
|
summary: string;
|
|
4335
4423
|
tags: never[];
|
|
@@ -4383,20 +4471,25 @@ declare const _default: {
|
|
|
4383
4471
|
};
|
|
4384
4472
|
};
|
|
4385
4473
|
security: ({
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4474
|
+
client_session: never[];
|
|
4475
|
+
pat_with_workspace?: never;
|
|
4476
|
+
console_session?: never;
|
|
4477
|
+
api_key?: never;
|
|
4390
4478
|
} | {
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4479
|
+
pat_with_workspace: never[];
|
|
4480
|
+
client_session?: never;
|
|
4481
|
+
console_session?: never;
|
|
4482
|
+
api_key?: never;
|
|
4395
4483
|
} | {
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4484
|
+
console_session: never[];
|
|
4485
|
+
client_session?: never;
|
|
4486
|
+
pat_with_workspace?: never;
|
|
4487
|
+
api_key?: never;
|
|
4488
|
+
} | {
|
|
4489
|
+
api_key: never[];
|
|
4490
|
+
client_session?: never;
|
|
4491
|
+
pat_with_workspace?: never;
|
|
4492
|
+
console_session?: never;
|
|
4400
4493
|
})[];
|
|
4401
4494
|
summary: string;
|
|
4402
4495
|
tags: never[];
|
|
@@ -4450,20 +4543,25 @@ declare const _default: {
|
|
|
4450
4543
|
};
|
|
4451
4544
|
};
|
|
4452
4545
|
security: ({
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4546
|
+
client_session: never[];
|
|
4547
|
+
pat_with_workspace?: never;
|
|
4548
|
+
console_session?: never;
|
|
4549
|
+
api_key?: never;
|
|
4457
4550
|
} | {
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4551
|
+
pat_with_workspace: never[];
|
|
4552
|
+
client_session?: never;
|
|
4553
|
+
console_session?: never;
|
|
4554
|
+
api_key?: never;
|
|
4462
4555
|
} | {
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4556
|
+
console_session: never[];
|
|
4557
|
+
client_session?: never;
|
|
4558
|
+
pat_with_workspace?: never;
|
|
4559
|
+
api_key?: never;
|
|
4560
|
+
} | {
|
|
4561
|
+
api_key: never[];
|
|
4562
|
+
client_session?: never;
|
|
4563
|
+
pat_with_workspace?: never;
|
|
4564
|
+
console_session?: never;
|
|
4467
4565
|
})[];
|
|
4468
4566
|
summary: string;
|
|
4469
4567
|
tags: never[];
|
|
@@ -4595,20 +4693,25 @@ declare const _default: {
|
|
|
4595
4693
|
};
|
|
4596
4694
|
};
|
|
4597
4695
|
security: ({
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4601
|
-
|
|
4696
|
+
client_session: never[];
|
|
4697
|
+
pat_with_workspace?: never;
|
|
4698
|
+
console_session?: never;
|
|
4699
|
+
api_key?: never;
|
|
4602
4700
|
} | {
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4701
|
+
pat_with_workspace: never[];
|
|
4702
|
+
client_session?: never;
|
|
4703
|
+
console_session?: never;
|
|
4704
|
+
api_key?: never;
|
|
4607
4705
|
} | {
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
|
|
4706
|
+
console_session: never[];
|
|
4707
|
+
client_session?: never;
|
|
4708
|
+
pat_with_workspace?: never;
|
|
4709
|
+
api_key?: never;
|
|
4710
|
+
} | {
|
|
4711
|
+
api_key: never[];
|
|
4712
|
+
client_session?: never;
|
|
4713
|
+
pat_with_workspace?: never;
|
|
4714
|
+
console_session?: never;
|
|
4612
4715
|
})[];
|
|
4613
4716
|
summary: string;
|
|
4614
4717
|
tags: never[];
|
|
@@ -8622,6 +8725,75 @@ declare const _default: {
|
|
|
8622
8725
|
'x-fern-sdk-return-value': string;
|
|
8623
8726
|
};
|
|
8624
8727
|
};
|
|
8728
|
+
'/connected_accounts/update': {
|
|
8729
|
+
post: {
|
|
8730
|
+
operationId: string;
|
|
8731
|
+
requestBody: {
|
|
8732
|
+
content: {
|
|
8733
|
+
'application/json': {
|
|
8734
|
+
schema: {
|
|
8735
|
+
properties: {
|
|
8736
|
+
automatically_manage_new_devices: {
|
|
8737
|
+
type: string;
|
|
8738
|
+
};
|
|
8739
|
+
connected_account_id: {
|
|
8740
|
+
format: string;
|
|
8741
|
+
type: string;
|
|
8742
|
+
};
|
|
8743
|
+
};
|
|
8744
|
+
required: string[];
|
|
8745
|
+
type: string;
|
|
8746
|
+
};
|
|
8747
|
+
};
|
|
8748
|
+
};
|
|
8749
|
+
};
|
|
8750
|
+
responses: {
|
|
8751
|
+
200: {
|
|
8752
|
+
content: {
|
|
8753
|
+
'application/json': {
|
|
8754
|
+
schema: {
|
|
8755
|
+
properties: {
|
|
8756
|
+
connected_account: {
|
|
8757
|
+
$ref: string;
|
|
8758
|
+
};
|
|
8759
|
+
ok: {
|
|
8760
|
+
type: string;
|
|
8761
|
+
};
|
|
8762
|
+
};
|
|
8763
|
+
required: string[];
|
|
8764
|
+
type: string;
|
|
8765
|
+
};
|
|
8766
|
+
};
|
|
8767
|
+
};
|
|
8768
|
+
description: string;
|
|
8769
|
+
};
|
|
8770
|
+
400: {
|
|
8771
|
+
description: string;
|
|
8772
|
+
};
|
|
8773
|
+
401: {
|
|
8774
|
+
description: string;
|
|
8775
|
+
};
|
|
8776
|
+
};
|
|
8777
|
+
security: ({
|
|
8778
|
+
pat_with_workspace: never[];
|
|
8779
|
+
console_session?: never;
|
|
8780
|
+
api_key?: never;
|
|
8781
|
+
} | {
|
|
8782
|
+
console_session: never[];
|
|
8783
|
+
pat_with_workspace?: never;
|
|
8784
|
+
api_key?: never;
|
|
8785
|
+
} | {
|
|
8786
|
+
api_key: never[];
|
|
8787
|
+
pat_with_workspace?: never;
|
|
8788
|
+
console_session?: never;
|
|
8789
|
+
})[];
|
|
8790
|
+
summary: string;
|
|
8791
|
+
tags: string[];
|
|
8792
|
+
'x-fern-sdk-group-name': string[];
|
|
8793
|
+
'x-fern-sdk-method-name': string;
|
|
8794
|
+
'x-fern-sdk-return-value': string;
|
|
8795
|
+
};
|
|
8796
|
+
};
|
|
8625
8797
|
'/devices/delete': {
|
|
8626
8798
|
post: {
|
|
8627
8799
|
operationId: string;
|
|
@@ -13773,20 +13945,47 @@ declare const _default: {
|
|
|
13773
13945
|
};
|
|
13774
13946
|
};
|
|
13775
13947
|
security: ({
|
|
13776
|
-
|
|
13777
|
-
|
|
13778
|
-
|
|
13779
|
-
|
|
13948
|
+
pat_with_workspace: never[];
|
|
13949
|
+
pat_without_workspace?: never;
|
|
13950
|
+
user_session?: never;
|
|
13951
|
+
user_session_without_workspace?: never;
|
|
13952
|
+
api_key?: never;
|
|
13953
|
+
client_session?: never;
|
|
13780
13954
|
} | {
|
|
13781
|
-
|
|
13782
|
-
|
|
13783
|
-
|
|
13784
|
-
|
|
13955
|
+
pat_without_workspace: never[];
|
|
13956
|
+
pat_with_workspace?: never;
|
|
13957
|
+
user_session?: never;
|
|
13958
|
+
user_session_without_workspace?: never;
|
|
13959
|
+
api_key?: never;
|
|
13960
|
+
client_session?: never;
|
|
13785
13961
|
} | {
|
|
13786
|
-
|
|
13787
|
-
|
|
13788
|
-
|
|
13789
|
-
|
|
13962
|
+
user_session: never[];
|
|
13963
|
+
pat_with_workspace?: never;
|
|
13964
|
+
pat_without_workspace?: never;
|
|
13965
|
+
user_session_without_workspace?: never;
|
|
13966
|
+
api_key?: never;
|
|
13967
|
+
client_session?: never;
|
|
13968
|
+
} | {
|
|
13969
|
+
user_session_without_workspace: never[];
|
|
13970
|
+
pat_with_workspace?: never;
|
|
13971
|
+
pat_without_workspace?: never;
|
|
13972
|
+
user_session?: never;
|
|
13973
|
+
api_key?: never;
|
|
13974
|
+
client_session?: never;
|
|
13975
|
+
} | {
|
|
13976
|
+
api_key: never[];
|
|
13977
|
+
pat_with_workspace?: never;
|
|
13978
|
+
pat_without_workspace?: never;
|
|
13979
|
+
user_session?: never;
|
|
13980
|
+
user_session_without_workspace?: never;
|
|
13981
|
+
client_session?: never;
|
|
13982
|
+
} | {
|
|
13983
|
+
client_session: never[];
|
|
13984
|
+
pat_with_workspace?: never;
|
|
13985
|
+
pat_without_workspace?: never;
|
|
13986
|
+
user_session?: never;
|
|
13987
|
+
user_session_without_workspace?: never;
|
|
13988
|
+
api_key?: never;
|
|
13790
13989
|
})[];
|
|
13791
13990
|
summary: string;
|
|
13792
13991
|
tags: string[];
|
|
@@ -13825,20 +14024,47 @@ declare const _default: {
|
|
|
13825
14024
|
};
|
|
13826
14025
|
};
|
|
13827
14026
|
security: ({
|
|
13828
|
-
|
|
13829
|
-
|
|
13830
|
-
|
|
13831
|
-
|
|
14027
|
+
pat_with_workspace: never[];
|
|
14028
|
+
pat_without_workspace?: never;
|
|
14029
|
+
user_session?: never;
|
|
14030
|
+
user_session_without_workspace?: never;
|
|
14031
|
+
api_key?: never;
|
|
14032
|
+
client_session?: never;
|
|
13832
14033
|
} | {
|
|
13833
|
-
|
|
13834
|
-
|
|
13835
|
-
|
|
13836
|
-
|
|
14034
|
+
pat_without_workspace: never[];
|
|
14035
|
+
pat_with_workspace?: never;
|
|
14036
|
+
user_session?: never;
|
|
14037
|
+
user_session_without_workspace?: never;
|
|
14038
|
+
api_key?: never;
|
|
14039
|
+
client_session?: never;
|
|
13837
14040
|
} | {
|
|
13838
|
-
|
|
13839
|
-
|
|
13840
|
-
|
|
13841
|
-
|
|
14041
|
+
user_session: never[];
|
|
14042
|
+
pat_with_workspace?: never;
|
|
14043
|
+
pat_without_workspace?: never;
|
|
14044
|
+
user_session_without_workspace?: never;
|
|
14045
|
+
api_key?: never;
|
|
14046
|
+
client_session?: never;
|
|
14047
|
+
} | {
|
|
14048
|
+
user_session_without_workspace: never[];
|
|
14049
|
+
pat_with_workspace?: never;
|
|
14050
|
+
pat_without_workspace?: never;
|
|
14051
|
+
user_session?: never;
|
|
14052
|
+
api_key?: never;
|
|
14053
|
+
client_session?: never;
|
|
14054
|
+
} | {
|
|
14055
|
+
api_key: never[];
|
|
14056
|
+
pat_with_workspace?: never;
|
|
14057
|
+
pat_without_workspace?: never;
|
|
14058
|
+
user_session?: never;
|
|
14059
|
+
user_session_without_workspace?: never;
|
|
14060
|
+
client_session?: never;
|
|
14061
|
+
} | {
|
|
14062
|
+
client_session: never[];
|
|
14063
|
+
pat_with_workspace?: never;
|
|
14064
|
+
pat_without_workspace?: never;
|
|
14065
|
+
user_session?: never;
|
|
14066
|
+
user_session_without_workspace?: never;
|
|
14067
|
+
api_key?: never;
|
|
13842
14068
|
})[];
|
|
13843
14069
|
summary: string;
|
|
13844
14070
|
tags: string[];
|
|
@@ -14617,7 +14843,7 @@ interface Routes {
|
|
|
14617
14843
|
workspace_id: string;
|
|
14618
14844
|
created_at: string;
|
|
14619
14845
|
display_name: string;
|
|
14620
|
-
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
14846
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
|
|
14621
14847
|
external_type_display_name: string;
|
|
14622
14848
|
is_suspended: boolean;
|
|
14623
14849
|
full_name?: string | undefined;
|
|
@@ -14976,7 +15202,7 @@ interface Routes {
|
|
|
14976
15202
|
workspace_id: string;
|
|
14977
15203
|
created_at: string;
|
|
14978
15204
|
display_name: string;
|
|
14979
|
-
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
15205
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
|
|
14980
15206
|
external_type_display_name: string;
|
|
14981
15207
|
is_suspended: boolean;
|
|
14982
15208
|
full_name?: string | undefined;
|
|
@@ -15015,7 +15241,7 @@ interface Routes {
|
|
|
15015
15241
|
workspace_id: string;
|
|
15016
15242
|
created_at: string;
|
|
15017
15243
|
display_name: string;
|
|
15018
|
-
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
15244
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
|
|
15019
15245
|
external_type_display_name: string;
|
|
15020
15246
|
is_suspended: boolean;
|
|
15021
15247
|
full_name?: string | undefined;
|
|
@@ -15043,7 +15269,7 @@ interface Routes {
|
|
|
15043
15269
|
workspace_id: string;
|
|
15044
15270
|
created_at: string;
|
|
15045
15271
|
display_name: string;
|
|
15046
|
-
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
15272
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
|
|
15047
15273
|
external_type_display_name: string;
|
|
15048
15274
|
is_suspended: boolean;
|
|
15049
15275
|
full_name?: string | undefined;
|
|
@@ -15485,6 +15711,7 @@ interface Routes {
|
|
|
15485
15711
|
errors?: any;
|
|
15486
15712
|
warnings?: any;
|
|
15487
15713
|
custom_metadata?: Record<string, string | number | boolean | null> | undefined;
|
|
15714
|
+
automatically_manage_new_devices: boolean;
|
|
15488
15715
|
};
|
|
15489
15716
|
};
|
|
15490
15717
|
};
|
|
@@ -15511,9 +15738,40 @@ interface Routes {
|
|
|
15511
15738
|
errors?: any;
|
|
15512
15739
|
warnings?: any;
|
|
15513
15740
|
custom_metadata?: Record<string, string | number | boolean | null> | undefined;
|
|
15741
|
+
automatically_manage_new_devices: boolean;
|
|
15514
15742
|
}>;
|
|
15515
15743
|
};
|
|
15516
15744
|
};
|
|
15745
|
+
'/connected_accounts/update': {
|
|
15746
|
+
route: '/connected_accounts/update';
|
|
15747
|
+
method: 'POST';
|
|
15748
|
+
queryParams: {};
|
|
15749
|
+
jsonBody: {
|
|
15750
|
+
connected_account_id: string;
|
|
15751
|
+
automatically_manage_new_devices?: boolean | undefined;
|
|
15752
|
+
};
|
|
15753
|
+
commonParams: {};
|
|
15754
|
+
formData: {};
|
|
15755
|
+
jsonResponse: {
|
|
15756
|
+
connected_account: {
|
|
15757
|
+
connected_account_id?: string | undefined;
|
|
15758
|
+
created_at?: string | undefined;
|
|
15759
|
+
user_identifier?: {
|
|
15760
|
+
username?: string | undefined;
|
|
15761
|
+
api_url?: string | undefined;
|
|
15762
|
+
email?: string | undefined;
|
|
15763
|
+
phone?: string | undefined;
|
|
15764
|
+
exclusive?: boolean | undefined;
|
|
15765
|
+
} | undefined;
|
|
15766
|
+
account_type?: string | undefined;
|
|
15767
|
+
account_type_display_name: string;
|
|
15768
|
+
errors?: any;
|
|
15769
|
+
warnings?: any;
|
|
15770
|
+
custom_metadata?: Record<string, string | number | boolean | null> | undefined;
|
|
15771
|
+
automatically_manage_new_devices: boolean;
|
|
15772
|
+
};
|
|
15773
|
+
};
|
|
15774
|
+
};
|
|
15517
15775
|
'/devices/delete': {
|
|
15518
15776
|
route: '/devices/delete';
|
|
15519
15777
|
method: 'DELETE' | 'POST';
|
|
@@ -16500,19 +16758,39 @@ interface Routes {
|
|
|
16500
16758
|
created_at: string;
|
|
16501
16759
|
is_managed: false;
|
|
16502
16760
|
properties: {
|
|
16761
|
+
/** Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
16503
16762
|
name: string;
|
|
16763
|
+
/** Indicates whether the device is online. */
|
|
16504
16764
|
online: boolean;
|
|
16765
|
+
/** Manufacturer of the device. */
|
|
16505
16766
|
manufacturer?: string | undefined;
|
|
16767
|
+
/** Image URL for the device. */
|
|
16506
16768
|
image_url?: string | undefined;
|
|
16769
|
+
/** Alt text for the device image. */
|
|
16507
16770
|
image_alt_text?: string | undefined;
|
|
16508
|
-
model: {
|
|
16509
|
-
display_name: string;
|
|
16510
|
-
manufacturer_display_name: string;
|
|
16511
|
-
};
|
|
16512
16771
|
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
16513
16772
|
battery_level?: number | undefined;
|
|
16773
|
+
/** Represents the current status of the battery charge level. Values are "critical," which indicates an extremely low level, suggesting imminent shutdown or an urgent need for charging; "low," which signifies that the battery is under the preferred threshold and should be charged soon; "good," which denotes a satisfactory charge level, adequate for normal use without the immediate need for recharging; and "full," which represents a battery that is fully charged, providing the maximum duration of usage. */
|
|
16774
|
+
battery?: {
|
|
16775
|
+
level: number;
|
|
16776
|
+
status: 'critical' | 'low' | 'good' | 'full';
|
|
16777
|
+
} | undefined;
|
|
16514
16778
|
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
16515
16779
|
online_access_codes_enabled?: boolean | undefined;
|
|
16780
|
+
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
16781
|
+
offline_access_codes_enabled?: boolean | undefined;
|
|
16782
|
+
model: {
|
|
16783
|
+
/** Display name of the device model. */
|
|
16784
|
+
display_name: string;
|
|
16785
|
+
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
16786
|
+
manufacturer_display_name: string;
|
|
16787
|
+
/** Indicates whether the device supports offline access codes. */
|
|
16788
|
+
offline_access_codes_supported?: boolean | undefined;
|
|
16789
|
+
/** Indicates whether the device supports online access codes. */
|
|
16790
|
+
online_access_codes_supported?: boolean | undefined;
|
|
16791
|
+
/** Indicates whether the device supports an accessory keypad. */
|
|
16792
|
+
accessory_keypad_supported?: boolean | undefined;
|
|
16793
|
+
};
|
|
16516
16794
|
};
|
|
16517
16795
|
};
|
|
16518
16796
|
};
|
|
@@ -16562,19 +16840,39 @@ interface Routes {
|
|
|
16562
16840
|
created_at: string;
|
|
16563
16841
|
is_managed: false;
|
|
16564
16842
|
properties: {
|
|
16843
|
+
/** Name of the device. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
16565
16844
|
name: string;
|
|
16845
|
+
/** Indicates whether the device is online. */
|
|
16566
16846
|
online: boolean;
|
|
16847
|
+
/** Manufacturer of the device. */
|
|
16567
16848
|
manufacturer?: string | undefined;
|
|
16849
|
+
/** Image URL for the device. */
|
|
16568
16850
|
image_url?: string | undefined;
|
|
16851
|
+
/** Alt text for the device image. */
|
|
16569
16852
|
image_alt_text?: string | undefined;
|
|
16570
|
-
model: {
|
|
16571
|
-
display_name: string;
|
|
16572
|
-
manufacturer_display_name: string;
|
|
16573
|
-
};
|
|
16574
16853
|
/** Indicates the battery level of the device as a decimal value between 0 and 1, inclusive. */
|
|
16575
16854
|
battery_level?: number | undefined;
|
|
16855
|
+
/** Represents the current status of the battery charge level. Values are "critical," which indicates an extremely low level, suggesting imminent shutdown or an urgent need for charging; "low," which signifies that the battery is under the preferred threshold and should be charged soon; "good," which denotes a satisfactory charge level, adequate for normal use without the immediate need for recharging; and "full," which represents a battery that is fully charged, providing the maximum duration of usage. */
|
|
16856
|
+
battery?: {
|
|
16857
|
+
level: number;
|
|
16858
|
+
status: 'critical' | 'low' | 'good' | 'full';
|
|
16859
|
+
} | undefined;
|
|
16576
16860
|
/** Indicates whether it is currently possible to use online access codes for the device. */
|
|
16577
16861
|
online_access_codes_enabled?: boolean | undefined;
|
|
16862
|
+
/** Indicates whether it is currently possible to use offline access codes for the device. */
|
|
16863
|
+
offline_access_codes_enabled?: boolean | undefined;
|
|
16864
|
+
model: {
|
|
16865
|
+
/** Display name of the device model. */
|
|
16866
|
+
display_name: string;
|
|
16867
|
+
/** Display name that corresponds to the manufacturer-specific terminology for the device. */
|
|
16868
|
+
manufacturer_display_name: string;
|
|
16869
|
+
/** Indicates whether the device supports offline access codes. */
|
|
16870
|
+
offline_access_codes_supported?: boolean | undefined;
|
|
16871
|
+
/** Indicates whether the device supports online access codes. */
|
|
16872
|
+
online_access_codes_supported?: boolean | undefined;
|
|
16873
|
+
/** Indicates whether the device supports an accessory keypad. */
|
|
16874
|
+
accessory_keypad_supported?: boolean | undefined;
|
|
16875
|
+
};
|
|
16578
16876
|
};
|
|
16579
16877
|
}>;
|
|
16580
16878
|
};
|
|
@@ -20526,7 +20824,7 @@ interface Routes {
|
|
|
20526
20824
|
workspace_id: string;
|
|
20527
20825
|
created_at: string;
|
|
20528
20826
|
display_name: string;
|
|
20529
|
-
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
20827
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user';
|
|
20530
20828
|
external_type_display_name: string;
|
|
20531
20829
|
is_suspended: boolean;
|
|
20532
20830
|
full_name?: string | undefined;
|