@seamapi/types 1.115.0 → 1.117.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 +17 -68
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +23 -91
- package/lib/seam/connect/openapi.d.ts +16 -90
- package/lib/seam/connect/openapi.js +13 -64
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +7 -1
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +28 -22
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.js +3 -1
- 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 +13 -64
- package/src/lib/seam/connect/route-types.ts +7 -1
- package/src/lib/seam/connect/unstable/models/devices/unmanaged-device.ts +3 -0
package/dist/connect.d.cts
CHANGED
|
@@ -2549,6 +2549,12 @@ declare const _default: {
|
|
|
2549
2549
|
};
|
|
2550
2550
|
unmanaged_device: {
|
|
2551
2551
|
properties: {
|
|
2552
|
+
can_program_online_access_codes: {
|
|
2553
|
+
type: string;
|
|
2554
|
+
};
|
|
2555
|
+
can_remotely_unlock: {
|
|
2556
|
+
type: string;
|
|
2557
|
+
};
|
|
2552
2558
|
capabilities_supported: {
|
|
2553
2559
|
description: string;
|
|
2554
2560
|
items: {
|
|
@@ -15549,103 +15555,23 @@ declare const _default: {
|
|
|
15549
15555
|
};
|
|
15550
15556
|
};
|
|
15551
15557
|
'/user_identities/list': {
|
|
15552
|
-
|
|
15558
|
+
post: {
|
|
15553
15559
|
operationId: string;
|
|
15554
|
-
|
|
15555
|
-
|
|
15556
|
-
|
|
15557
|
-
|
|
15558
|
-
|
|
15559
|
-
|
|
15560
|
-
|
|
15561
|
-
|
|
15562
|
-
};
|
|
15563
|
-
user_identities: {
|
|
15564
|
-
items: {
|
|
15565
|
-
properties: {
|
|
15566
|
-
created_at: {
|
|
15567
|
-
format: string;
|
|
15568
|
-
type: string;
|
|
15569
|
-
};
|
|
15570
|
-
display_name: {
|
|
15571
|
-
minLength: number;
|
|
15572
|
-
type: string;
|
|
15573
|
-
};
|
|
15574
|
-
email_address: {
|
|
15575
|
-
format: string;
|
|
15576
|
-
nullable: boolean;
|
|
15577
|
-
type: string;
|
|
15578
|
-
};
|
|
15579
|
-
full_name: {
|
|
15580
|
-
minLength: number;
|
|
15581
|
-
nullable: boolean;
|
|
15582
|
-
type: string;
|
|
15583
|
-
};
|
|
15584
|
-
phone_number: {
|
|
15585
|
-
nullable: boolean;
|
|
15586
|
-
type: string;
|
|
15587
|
-
};
|
|
15588
|
-
user_identity_id: {
|
|
15589
|
-
format: string;
|
|
15590
|
-
type: string;
|
|
15591
|
-
};
|
|
15592
|
-
user_identity_key: {
|
|
15593
|
-
minLength: number;
|
|
15594
|
-
nullable: boolean;
|
|
15595
|
-
type: string;
|
|
15596
|
-
};
|
|
15597
|
-
workspace_id: {
|
|
15598
|
-
format: string;
|
|
15599
|
-
type: string;
|
|
15600
|
-
};
|
|
15601
|
-
};
|
|
15602
|
-
required: string[];
|
|
15603
|
-
type: string;
|
|
15604
|
-
};
|
|
15605
|
-
type: string;
|
|
15606
|
-
};
|
|
15560
|
+
requestBody: {
|
|
15561
|
+
content: {
|
|
15562
|
+
'application/json': {
|
|
15563
|
+
schema: {
|
|
15564
|
+
properties: {
|
|
15565
|
+
credential_manager_acs_system_id: {
|
|
15566
|
+
format: string;
|
|
15567
|
+
type: string;
|
|
15607
15568
|
};
|
|
15608
|
-
required: string[];
|
|
15609
|
-
type: string;
|
|
15610
15569
|
};
|
|
15570
|
+
type: string;
|
|
15611
15571
|
};
|
|
15612
15572
|
};
|
|
15613
|
-
description: string;
|
|
15614
|
-
};
|
|
15615
|
-
400: {
|
|
15616
|
-
description: string;
|
|
15617
|
-
};
|
|
15618
|
-
401: {
|
|
15619
|
-
description: string;
|
|
15620
15573
|
};
|
|
15621
15574
|
};
|
|
15622
|
-
security: ({
|
|
15623
|
-
api_key: never[];
|
|
15624
|
-
client_session?: never;
|
|
15625
|
-
pat_with_workspace?: never;
|
|
15626
|
-
console_session?: never;
|
|
15627
|
-
} | {
|
|
15628
|
-
client_session: never[];
|
|
15629
|
-
api_key?: never;
|
|
15630
|
-
pat_with_workspace?: never;
|
|
15631
|
-
console_session?: never;
|
|
15632
|
-
} | {
|
|
15633
|
-
pat_with_workspace: never[];
|
|
15634
|
-
api_key?: never;
|
|
15635
|
-
client_session?: never;
|
|
15636
|
-
console_session?: never;
|
|
15637
|
-
} | {
|
|
15638
|
-
console_session: never[];
|
|
15639
|
-
api_key?: never;
|
|
15640
|
-
client_session?: never;
|
|
15641
|
-
pat_with_workspace?: never;
|
|
15642
|
-
})[];
|
|
15643
|
-
summary: string;
|
|
15644
|
-
tags: string[];
|
|
15645
|
-
'x-fern-ignore': boolean;
|
|
15646
|
-
};
|
|
15647
|
-
post: {
|
|
15648
|
-
operationId: string;
|
|
15649
15575
|
responses: {
|
|
15650
15576
|
200: {
|
|
15651
15577
|
content: {
|
|
@@ -20091,6 +20017,8 @@ interface Routes {
|
|
|
20091
20017
|
accessory_keypad_supported?: boolean | undefined;
|
|
20092
20018
|
};
|
|
20093
20019
|
};
|
|
20020
|
+
can_remotely_unlock?: boolean | undefined;
|
|
20021
|
+
can_program_online_access_codes?: boolean | undefined;
|
|
20094
20022
|
};
|
|
20095
20023
|
};
|
|
20096
20024
|
};
|
|
@@ -20174,6 +20102,8 @@ interface Routes {
|
|
|
20174
20102
|
accessory_keypad_supported?: boolean | undefined;
|
|
20175
20103
|
};
|
|
20176
20104
|
};
|
|
20105
|
+
can_remotely_unlock?: boolean | undefined;
|
|
20106
|
+
can_program_online_access_codes?: boolean | undefined;
|
|
20177
20107
|
}>;
|
|
20178
20108
|
};
|
|
20179
20109
|
};
|
|
@@ -24039,7 +23969,9 @@ interface Routes {
|
|
|
24039
23969
|
method: 'GET' | 'POST';
|
|
24040
23970
|
queryParams: {};
|
|
24041
23971
|
jsonBody: {};
|
|
24042
|
-
commonParams: {
|
|
23972
|
+
commonParams: {
|
|
23973
|
+
credential_manager_acs_system_id?: string | undefined;
|
|
23974
|
+
};
|
|
24043
23975
|
formData: {};
|
|
24044
23976
|
jsonResponse: {
|
|
24045
23977
|
user_identities: Array<{
|
|
@@ -2475,6 +2475,12 @@ declare const _default: {
|
|
|
2475
2475
|
};
|
|
2476
2476
|
unmanaged_device: {
|
|
2477
2477
|
properties: {
|
|
2478
|
+
can_program_online_access_codes: {
|
|
2479
|
+
type: string;
|
|
2480
|
+
};
|
|
2481
|
+
can_remotely_unlock: {
|
|
2482
|
+
type: string;
|
|
2483
|
+
};
|
|
2478
2484
|
capabilities_supported: {
|
|
2479
2485
|
description: string;
|
|
2480
2486
|
items: {
|
|
@@ -15475,103 +15481,23 @@ declare const _default: {
|
|
|
15475
15481
|
};
|
|
15476
15482
|
};
|
|
15477
15483
|
'/user_identities/list': {
|
|
15478
|
-
|
|
15484
|
+
post: {
|
|
15479
15485
|
operationId: string;
|
|
15480
|
-
|
|
15481
|
-
|
|
15482
|
-
|
|
15483
|
-
|
|
15484
|
-
|
|
15485
|
-
|
|
15486
|
-
|
|
15487
|
-
|
|
15488
|
-
};
|
|
15489
|
-
user_identities: {
|
|
15490
|
-
items: {
|
|
15491
|
-
properties: {
|
|
15492
|
-
created_at: {
|
|
15493
|
-
format: string;
|
|
15494
|
-
type: string;
|
|
15495
|
-
};
|
|
15496
|
-
display_name: {
|
|
15497
|
-
minLength: number;
|
|
15498
|
-
type: string;
|
|
15499
|
-
};
|
|
15500
|
-
email_address: {
|
|
15501
|
-
format: string;
|
|
15502
|
-
nullable: boolean;
|
|
15503
|
-
type: string;
|
|
15504
|
-
};
|
|
15505
|
-
full_name: {
|
|
15506
|
-
minLength: number;
|
|
15507
|
-
nullable: boolean;
|
|
15508
|
-
type: string;
|
|
15509
|
-
};
|
|
15510
|
-
phone_number: {
|
|
15511
|
-
nullable: boolean;
|
|
15512
|
-
type: string;
|
|
15513
|
-
};
|
|
15514
|
-
user_identity_id: {
|
|
15515
|
-
format: string;
|
|
15516
|
-
type: string;
|
|
15517
|
-
};
|
|
15518
|
-
user_identity_key: {
|
|
15519
|
-
minLength: number;
|
|
15520
|
-
nullable: boolean;
|
|
15521
|
-
type: string;
|
|
15522
|
-
};
|
|
15523
|
-
workspace_id: {
|
|
15524
|
-
format: string;
|
|
15525
|
-
type: string;
|
|
15526
|
-
};
|
|
15527
|
-
};
|
|
15528
|
-
required: string[];
|
|
15529
|
-
type: string;
|
|
15530
|
-
};
|
|
15531
|
-
type: string;
|
|
15532
|
-
};
|
|
15486
|
+
requestBody: {
|
|
15487
|
+
content: {
|
|
15488
|
+
'application/json': {
|
|
15489
|
+
schema: {
|
|
15490
|
+
properties: {
|
|
15491
|
+
credential_manager_acs_system_id: {
|
|
15492
|
+
format: string;
|
|
15493
|
+
type: string;
|
|
15533
15494
|
};
|
|
15534
|
-
required: string[];
|
|
15535
|
-
type: string;
|
|
15536
15495
|
};
|
|
15496
|
+
type: string;
|
|
15537
15497
|
};
|
|
15538
15498
|
};
|
|
15539
|
-
description: string;
|
|
15540
|
-
};
|
|
15541
|
-
400: {
|
|
15542
|
-
description: string;
|
|
15543
|
-
};
|
|
15544
|
-
401: {
|
|
15545
|
-
description: string;
|
|
15546
15499
|
};
|
|
15547
15500
|
};
|
|
15548
|
-
security: ({
|
|
15549
|
-
api_key: never[];
|
|
15550
|
-
client_session?: never;
|
|
15551
|
-
pat_with_workspace?: never;
|
|
15552
|
-
console_session?: never;
|
|
15553
|
-
} | {
|
|
15554
|
-
client_session: never[];
|
|
15555
|
-
api_key?: never;
|
|
15556
|
-
pat_with_workspace?: never;
|
|
15557
|
-
console_session?: never;
|
|
15558
|
-
} | {
|
|
15559
|
-
pat_with_workspace: never[];
|
|
15560
|
-
api_key?: never;
|
|
15561
|
-
client_session?: never;
|
|
15562
|
-
console_session?: never;
|
|
15563
|
-
} | {
|
|
15564
|
-
console_session: never[];
|
|
15565
|
-
api_key?: never;
|
|
15566
|
-
client_session?: never;
|
|
15567
|
-
pat_with_workspace?: never;
|
|
15568
|
-
})[];
|
|
15569
|
-
summary: string;
|
|
15570
|
-
tags: string[];
|
|
15571
|
-
'x-fern-ignore': boolean;
|
|
15572
|
-
};
|
|
15573
|
-
post: {
|
|
15574
|
-
operationId: string;
|
|
15575
15501
|
responses: {
|
|
15576
15502
|
200: {
|
|
15577
15503
|
content: {
|
|
@@ -1956,6 +1956,8 @@ export default {
|
|
|
1956
1956
|
},
|
|
1957
1957
|
unmanaged_device: {
|
|
1958
1958
|
properties: {
|
|
1959
|
+
can_program_online_access_codes: { type: 'boolean' },
|
|
1960
|
+
can_remotely_unlock: { type: 'boolean' },
|
|
1959
1961
|
capabilities_supported: {
|
|
1960
1962
|
description: 'Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health.',
|
|
1961
1963
|
items: {
|
|
@@ -11465,76 +11467,23 @@ export default {
|
|
|
11465
11467
|
},
|
|
11466
11468
|
},
|
|
11467
11469
|
'/user_identities/list': {
|
|
11468
|
-
|
|
11469
|
-
operationId: '
|
|
11470
|
-
|
|
11471
|
-
|
|
11472
|
-
|
|
11473
|
-
|
|
11474
|
-
|
|
11475
|
-
|
|
11476
|
-
|
|
11477
|
-
|
|
11478
|
-
items: {
|
|
11479
|
-
properties: {
|
|
11480
|
-
created_at: { format: 'date-time', type: 'string' },
|
|
11481
|
-
display_name: { minLength: 1, type: 'string' },
|
|
11482
|
-
email_address: {
|
|
11483
|
-
format: 'email',
|
|
11484
|
-
nullable: true,
|
|
11485
|
-
type: 'string',
|
|
11486
|
-
},
|
|
11487
|
-
full_name: {
|
|
11488
|
-
minLength: 1,
|
|
11489
|
-
nullable: true,
|
|
11490
|
-
type: 'string',
|
|
11491
|
-
},
|
|
11492
|
-
phone_number: { nullable: true, type: 'string' },
|
|
11493
|
-
user_identity_id: { format: 'uuid', type: 'string' },
|
|
11494
|
-
user_identity_key: {
|
|
11495
|
-
minLength: 1,
|
|
11496
|
-
nullable: true,
|
|
11497
|
-
type: 'string',
|
|
11498
|
-
},
|
|
11499
|
-
workspace_id: { format: 'uuid', type: 'string' },
|
|
11500
|
-
},
|
|
11501
|
-
required: [
|
|
11502
|
-
'user_identity_id',
|
|
11503
|
-
'user_identity_key',
|
|
11504
|
-
'email_address',
|
|
11505
|
-
'phone_number',
|
|
11506
|
-
'display_name',
|
|
11507
|
-
'full_name',
|
|
11508
|
-
'created_at',
|
|
11509
|
-
'workspace_id',
|
|
11510
|
-
],
|
|
11511
|
-
type: 'object',
|
|
11512
|
-
},
|
|
11513
|
-
type: 'array',
|
|
11514
|
-
},
|
|
11470
|
+
post: {
|
|
11471
|
+
operationId: 'userIdentitiesListPost',
|
|
11472
|
+
requestBody: {
|
|
11473
|
+
content: {
|
|
11474
|
+
'application/json': {
|
|
11475
|
+
schema: {
|
|
11476
|
+
properties: {
|
|
11477
|
+
credential_manager_acs_system_id: {
|
|
11478
|
+
format: 'uuid',
|
|
11479
|
+
type: 'string',
|
|
11515
11480
|
},
|
|
11516
|
-
required: ['user_identities', 'ok'],
|
|
11517
|
-
type: 'object',
|
|
11518
11481
|
},
|
|
11482
|
+
type: 'object',
|
|
11519
11483
|
},
|
|
11520
11484
|
},
|
|
11521
|
-
description: 'OK',
|
|
11522
11485
|
},
|
|
11523
|
-
400: { description: 'Bad Request' },
|
|
11524
|
-
401: { description: 'Unauthorized' },
|
|
11525
11486
|
},
|
|
11526
|
-
security: [
|
|
11527
|
-
{ api_key: [] },
|
|
11528
|
-
{ client_session: [] },
|
|
11529
|
-
{ pat_with_workspace: [] },
|
|
11530
|
-
{ console_session: [] },
|
|
11531
|
-
],
|
|
11532
|
-
summary: '/user_identities/list',
|
|
11533
|
-
tags: ['/user_identities'],
|
|
11534
|
-
'x-fern-ignore': true,
|
|
11535
|
-
},
|
|
11536
|
-
post: {
|
|
11537
|
-
operationId: 'userIdentitiesListPost',
|
|
11538
11487
|
responses: {
|
|
11539
11488
|
200: {
|
|
11540
11489
|
content: {
|