@seamapi/types 1.114.0 → 1.116.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 +45 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +83 -0
- package/lib/seam/connect/openapi.d.ts +68 -0
- package/lib/seam/connect/openapi.js +45 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +15 -0
- 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 +45 -0
- package/src/lib/seam/connect/route-types.ts +15 -0
- 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: {
|
|
@@ -14977,6 +14983,68 @@ declare const _default: {
|
|
|
14977
14983
|
'x-fern-sdk-method-name': string;
|
|
14978
14984
|
};
|
|
14979
14985
|
};
|
|
14986
|
+
'/user_identities/enrollment_automations/delete': {
|
|
14987
|
+
post: {
|
|
14988
|
+
operationId: string;
|
|
14989
|
+
requestBody: {
|
|
14990
|
+
content: {
|
|
14991
|
+
'application/json': {
|
|
14992
|
+
schema: {
|
|
14993
|
+
properties: {
|
|
14994
|
+
enrollment_automation_id: {
|
|
14995
|
+
format: string;
|
|
14996
|
+
type: string;
|
|
14997
|
+
};
|
|
14998
|
+
};
|
|
14999
|
+
required: string[];
|
|
15000
|
+
type: string;
|
|
15001
|
+
};
|
|
15002
|
+
};
|
|
15003
|
+
};
|
|
15004
|
+
};
|
|
15005
|
+
responses: {
|
|
15006
|
+
200: {
|
|
15007
|
+
content: {
|
|
15008
|
+
'application/json': {
|
|
15009
|
+
schema: {
|
|
15010
|
+
properties: {
|
|
15011
|
+
ok: {
|
|
15012
|
+
type: string;
|
|
15013
|
+
};
|
|
15014
|
+
};
|
|
15015
|
+
required: string[];
|
|
15016
|
+
type: string;
|
|
15017
|
+
};
|
|
15018
|
+
};
|
|
15019
|
+
};
|
|
15020
|
+
description: string;
|
|
15021
|
+
};
|
|
15022
|
+
400: {
|
|
15023
|
+
description: string;
|
|
15024
|
+
};
|
|
15025
|
+
401: {
|
|
15026
|
+
description: string;
|
|
15027
|
+
};
|
|
15028
|
+
};
|
|
15029
|
+
security: ({
|
|
15030
|
+
pat_with_workspace: never[];
|
|
15031
|
+
console_session?: never;
|
|
15032
|
+
api_key?: never;
|
|
15033
|
+
} | {
|
|
15034
|
+
console_session: never[];
|
|
15035
|
+
pat_with_workspace?: never;
|
|
15036
|
+
api_key?: never;
|
|
15037
|
+
} | {
|
|
15038
|
+
api_key: never[];
|
|
15039
|
+
pat_with_workspace?: never;
|
|
15040
|
+
console_session?: never;
|
|
15041
|
+
})[];
|
|
15042
|
+
summary: string;
|
|
15043
|
+
tags: string[];
|
|
15044
|
+
'x-fern-sdk-group-name': string[];
|
|
15045
|
+
'x-fern-sdk-method-name': string;
|
|
15046
|
+
};
|
|
15047
|
+
};
|
|
14980
15048
|
'/user_identities/enrollment_automations/get': {
|
|
14981
15049
|
post: {
|
|
14982
15050
|
operationId: string;
|
|
@@ -20029,6 +20097,8 @@ interface Routes {
|
|
|
20029
20097
|
accessory_keypad_supported?: boolean | undefined;
|
|
20030
20098
|
};
|
|
20031
20099
|
};
|
|
20100
|
+
can_remotely_unlock?: boolean | undefined;
|
|
20101
|
+
can_program_online_access_codes?: boolean | undefined;
|
|
20032
20102
|
};
|
|
20033
20103
|
};
|
|
20034
20104
|
};
|
|
@@ -20112,6 +20182,8 @@ interface Routes {
|
|
|
20112
20182
|
accessory_keypad_supported?: boolean | undefined;
|
|
20113
20183
|
};
|
|
20114
20184
|
};
|
|
20185
|
+
can_remotely_unlock?: boolean | undefined;
|
|
20186
|
+
can_program_online_access_codes?: boolean | undefined;
|
|
20115
20187
|
}>;
|
|
20116
20188
|
};
|
|
20117
20189
|
};
|
|
@@ -23863,6 +23935,17 @@ interface Routes {
|
|
|
23863
23935
|
formData: {};
|
|
23864
23936
|
jsonResponse: {};
|
|
23865
23937
|
};
|
|
23938
|
+
'/user_identities/enrollment_automations/delete': {
|
|
23939
|
+
route: '/user_identities/enrollment_automations/delete';
|
|
23940
|
+
method: 'DELETE' | 'POST';
|
|
23941
|
+
queryParams: {};
|
|
23942
|
+
jsonBody: {};
|
|
23943
|
+
commonParams: {
|
|
23944
|
+
enrollment_automation_id: string;
|
|
23945
|
+
};
|
|
23946
|
+
formData: {};
|
|
23947
|
+
jsonResponse: {};
|
|
23948
|
+
};
|
|
23866
23949
|
'/user_identities/enrollment_automations/get': {
|
|
23867
23950
|
route: '/user_identities/enrollment_automations/get';
|
|
23868
23951
|
method: 'GET' | 'POST';
|
|
@@ -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: {
|
|
@@ -14903,6 +14909,68 @@ declare const _default: {
|
|
|
14903
14909
|
'x-fern-sdk-method-name': string;
|
|
14904
14910
|
};
|
|
14905
14911
|
};
|
|
14912
|
+
'/user_identities/enrollment_automations/delete': {
|
|
14913
|
+
post: {
|
|
14914
|
+
operationId: string;
|
|
14915
|
+
requestBody: {
|
|
14916
|
+
content: {
|
|
14917
|
+
'application/json': {
|
|
14918
|
+
schema: {
|
|
14919
|
+
properties: {
|
|
14920
|
+
enrollment_automation_id: {
|
|
14921
|
+
format: string;
|
|
14922
|
+
type: string;
|
|
14923
|
+
};
|
|
14924
|
+
};
|
|
14925
|
+
required: string[];
|
|
14926
|
+
type: string;
|
|
14927
|
+
};
|
|
14928
|
+
};
|
|
14929
|
+
};
|
|
14930
|
+
};
|
|
14931
|
+
responses: {
|
|
14932
|
+
200: {
|
|
14933
|
+
content: {
|
|
14934
|
+
'application/json': {
|
|
14935
|
+
schema: {
|
|
14936
|
+
properties: {
|
|
14937
|
+
ok: {
|
|
14938
|
+
type: string;
|
|
14939
|
+
};
|
|
14940
|
+
};
|
|
14941
|
+
required: string[];
|
|
14942
|
+
type: string;
|
|
14943
|
+
};
|
|
14944
|
+
};
|
|
14945
|
+
};
|
|
14946
|
+
description: string;
|
|
14947
|
+
};
|
|
14948
|
+
400: {
|
|
14949
|
+
description: string;
|
|
14950
|
+
};
|
|
14951
|
+
401: {
|
|
14952
|
+
description: string;
|
|
14953
|
+
};
|
|
14954
|
+
};
|
|
14955
|
+
security: ({
|
|
14956
|
+
pat_with_workspace: never[];
|
|
14957
|
+
console_session?: never;
|
|
14958
|
+
api_key?: never;
|
|
14959
|
+
} | {
|
|
14960
|
+
console_session: never[];
|
|
14961
|
+
pat_with_workspace?: never;
|
|
14962
|
+
api_key?: never;
|
|
14963
|
+
} | {
|
|
14964
|
+
api_key: never[];
|
|
14965
|
+
pat_with_workspace?: never;
|
|
14966
|
+
console_session?: never;
|
|
14967
|
+
})[];
|
|
14968
|
+
summary: string;
|
|
14969
|
+
tags: string[];
|
|
14970
|
+
'x-fern-sdk-group-name': string[];
|
|
14971
|
+
'x-fern-sdk-method-name': string;
|
|
14972
|
+
};
|
|
14973
|
+
};
|
|
14906
14974
|
'/user_identities/enrollment_automations/get': {
|
|
14907
14975
|
post: {
|
|
14908
14976
|
operationId: string;
|
|
@@ -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: {
|
|
@@ -11060,6 +11062,49 @@ export default {
|
|
|
11060
11062
|
'x-fern-sdk-method-name': 'delete',
|
|
11061
11063
|
},
|
|
11062
11064
|
},
|
|
11065
|
+
'/user_identities/enrollment_automations/delete': {
|
|
11066
|
+
post: {
|
|
11067
|
+
operationId: 'userIdentitiesEnrollmentAutomationsDeletePost',
|
|
11068
|
+
requestBody: {
|
|
11069
|
+
content: {
|
|
11070
|
+
'application/json': {
|
|
11071
|
+
schema: {
|
|
11072
|
+
properties: {
|
|
11073
|
+
enrollment_automation_id: { format: 'uuid', type: 'string' },
|
|
11074
|
+
},
|
|
11075
|
+
required: ['enrollment_automation_id'],
|
|
11076
|
+
type: 'object',
|
|
11077
|
+
},
|
|
11078
|
+
},
|
|
11079
|
+
},
|
|
11080
|
+
},
|
|
11081
|
+
responses: {
|
|
11082
|
+
200: {
|
|
11083
|
+
content: {
|
|
11084
|
+
'application/json': {
|
|
11085
|
+
schema: {
|
|
11086
|
+
properties: { ok: { type: 'boolean' } },
|
|
11087
|
+
required: ['ok'],
|
|
11088
|
+
type: 'object',
|
|
11089
|
+
},
|
|
11090
|
+
},
|
|
11091
|
+
},
|
|
11092
|
+
description: 'OK',
|
|
11093
|
+
},
|
|
11094
|
+
400: { description: 'Bad Request' },
|
|
11095
|
+
401: { description: 'Unauthorized' },
|
|
11096
|
+
},
|
|
11097
|
+
security: [
|
|
11098
|
+
{ pat_with_workspace: [] },
|
|
11099
|
+
{ console_session: [] },
|
|
11100
|
+
{ api_key: [] },
|
|
11101
|
+
],
|
|
11102
|
+
summary: '/user_identities/enrollment_automations/delete',
|
|
11103
|
+
tags: ['/user_identities'],
|
|
11104
|
+
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
11105
|
+
'x-fern-sdk-method-name': 'delete',
|
|
11106
|
+
},
|
|
11107
|
+
},
|
|
11063
11108
|
'/user_identities/enrollment_automations/get': {
|
|
11064
11109
|
post: {
|
|
11065
11110
|
operationId: 'userIdentitiesEnrollmentAutomationsGetPost',
|