@seamapi/types 1.441.2 → 1.443.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 +127 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1966 -1914
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +27 -27
- package/dist/index.cjs +127 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +387 -389
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +173 -186
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +18 -18
- package/lib/seam/connect/models/acs/acs-credential.d.ts +63 -63
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +6 -6
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +3 -3
- package/lib/seam/connect/models/acs/acs-system.d.ts +56 -56
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +152 -152
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +45 -45
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +300 -354
- package/lib/seam/connect/models/action-attempts/activate-climate-preset.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/common.d.ts +9 -12
- package/lib/seam/connect/models/action-attempts/deprecated.d.ts +84 -105
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +54 -57
- package/lib/seam/connect/models/action-attempts/lock-door.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/push-thermostat-programs.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +54 -57
- package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/set-hvac-mode.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +12 -15
- package/lib/seam/connect/models/batches/batch.d.ts +128 -120
- package/lib/seam/connect/models/batches/spaces.d.ts +128 -120
- package/lib/seam/connect/models/bridges/bridge-client-session.d.ts +24 -24
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +78 -78
- package/lib/seam/connect/models/customer/access-grant-resources.d.ts +30 -30
- package/lib/seam/connect/models/customer/customer-data.d.ts +57 -57
- package/lib/seam/connect/models/customer/location-resources.d.ts +54 -54
- package/lib/seam/connect/models/customer/user-identity-resources.d.ts +30 -30
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +3 -3
- package/lib/seam/connect/models/devices/device-provider.d.ts +4 -4
- package/lib/seam/connect/models/devices/device.d.ts +368 -376
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +118 -120
- package/lib/seam/connect/models/events/access-codes.d.ts +136 -136
- package/lib/seam/connect/models/events/access-grants.d.ts +40 -40
- package/lib/seam/connect/models/events/access-methods.d.ts +40 -40
- package/lib/seam/connect/models/events/acs/access-groups.d.ts +10 -10
- package/lib/seam/connect/models/events/acs/common.d.ts +3 -3
- package/lib/seam/connect/models/events/acs/credentials.d.ts +40 -40
- package/lib/seam/connect/models/events/acs/encoders.d.ts +20 -20
- package/lib/seam/connect/models/events/acs/entrances.d.ts +20 -20
- package/lib/seam/connect/models/events/acs/index.d.ts +67 -67
- package/lib/seam/connect/models/events/acs/systems.d.ts +24 -24
- package/lib/seam/connect/models/events/acs/users.d.ts +20 -20
- package/lib/seam/connect/models/events/action-attempts.d.ts +32 -32
- package/lib/seam/connect/models/events/client-sessions.d.ts +8 -8
- package/lib/seam/connect/models/events/connect-webviews.d.ts +16 -16
- package/lib/seam/connect/models/events/connected-accounts.d.ts +56 -56
- package/lib/seam/connect/models/events/devices.d.ts +266 -266
- package/lib/seam/connect/models/events/enrollment-automations.d.ts +8 -8
- package/lib/seam/connect/models/events/phones.d.ts +8 -8
- package/lib/seam/connect/models/events/seam-event.d.ts +372 -372
- package/lib/seam/connect/models/phones/phone-session.d.ts +50 -50
- package/lib/seam/connect/models/spaces/space.d.ts +6 -0
- package/lib/seam/connect/models/spaces/space.js +2 -0
- package/lib/seam/connect/models/spaces/space.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +18 -18
- package/lib/seam/connect/openapi.d.ts +81 -0
- package/lib/seam/connect/openapi.js +123 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +36 -1
- package/lib/seam/devicedb/models/device-model.d.ts +15 -15
- package/lib/seam/devicedb/route-specs.d.ts +12 -12
- package/package.json +8 -7
- package/src/lib/seam/connect/models/spaces/space.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +137 -0
- package/src/lib/seam/connect/route-types.ts +36 -1
- package/lib/seam/connect/internal/enums.d.ts +0 -1
- package/lib/seam/connect/internal/enums.js +0 -2
- package/lib/seam/connect/internal/enums.js.map +0 -1
- package/lib/seam/connect/internal/index.d.ts +0 -4
- package/lib/seam/connect/internal/index.js +0 -5
- package/lib/seam/connect/internal/index.js.map +0 -1
- package/lib/seam/connect/internal/model-types.d.ts +0 -2
- package/lib/seam/connect/internal/model-types.js +0 -2
- package/lib/seam/connect/internal/model-types.js.map +0 -1
- package/lib/seam/connect/internal/schemas.d.ts +0 -2
- package/lib/seam/connect/internal/schemas.js +0 -3
- package/lib/seam/connect/internal/schemas.js.map +0 -1
|
@@ -18668,6 +18668,8 @@ export interface Routes {
|
|
|
18668
18668
|
connected_account_id?: string | undefined
|
|
18669
18669
|
/** IDs of the entrances for which you want to retrieve all entrances. */
|
|
18670
18670
|
acs_entrance_ids?: string[] | undefined
|
|
18671
|
+
/** String for which to search. Filters returned entrances to include all records that satisfy a partial match using `display_name`. */
|
|
18672
|
+
search?: string | undefined
|
|
18671
18673
|
}
|
|
18672
18674
|
formData: {}
|
|
18673
18675
|
jsonResponse: {
|
|
@@ -27407,6 +27409,8 @@ export interface Routes {
|
|
|
27407
27409
|
space_id?: string | undefined
|
|
27408
27410
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
27409
27411
|
search?: string | undefined
|
|
27412
|
+
/** ID of the access method for which you want to retrieve all devices. */
|
|
27413
|
+
access_method_id?: string | undefined
|
|
27410
27414
|
}
|
|
27411
27415
|
formData: {}
|
|
27412
27416
|
jsonResponse: {
|
|
@@ -29709,6 +29713,8 @@ export interface Routes {
|
|
|
29709
29713
|
space_id?: string | undefined
|
|
29710
29714
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
29711
29715
|
search?: string | undefined
|
|
29716
|
+
/** ID of the access method for which you want to retrieve all devices. */
|
|
29717
|
+
access_method_id?: string | undefined
|
|
29712
29718
|
}
|
|
29713
29719
|
formData: {}
|
|
29714
29720
|
jsonResponse: {
|
|
@@ -37416,6 +37422,8 @@ export interface Routes {
|
|
|
37416
37422
|
space_id?: string | undefined
|
|
37417
37423
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
37418
37424
|
search?: string | undefined
|
|
37425
|
+
/** ID of the access method for which you want to retrieve all devices. */
|
|
37426
|
+
access_method_id?: string | undefined
|
|
37419
37427
|
}
|
|
37420
37428
|
formData: {}
|
|
37421
37429
|
jsonResponse: {
|
|
@@ -46184,6 +46192,8 @@ export interface Routes {
|
|
|
46184
46192
|
space_id?: string | undefined
|
|
46185
46193
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
46186
46194
|
search?: string | undefined
|
|
46195
|
+
/** ID of the access method for which you want to retrieve all devices. */
|
|
46196
|
+
access_method_id?: string | undefined
|
|
46187
46197
|
}
|
|
46188
46198
|
formData: {}
|
|
46189
46199
|
jsonResponse: {
|
|
@@ -54929,6 +54939,10 @@ export interface Routes {
|
|
|
54929
54939
|
display_name: string
|
|
54930
54940
|
/** Date and time at which the space was created. */
|
|
54931
54941
|
created_at: string
|
|
54942
|
+
/** Number of devices in the space. */
|
|
54943
|
+
device_count: number
|
|
54944
|
+
/** Number of entrances in the space. */
|
|
54945
|
+
acs_entrance_count: number
|
|
54932
54946
|
}
|
|
54933
54947
|
}
|
|
54934
54948
|
}
|
|
@@ -54967,6 +54981,10 @@ export interface Routes {
|
|
|
54967
54981
|
display_name: string
|
|
54968
54982
|
/** Date and time at which the space was created. */
|
|
54969
54983
|
created_at: string
|
|
54984
|
+
/** Number of devices in the space. */
|
|
54985
|
+
device_count: number
|
|
54986
|
+
/** Number of entrances in the space. */
|
|
54987
|
+
acs_entrance_count: number
|
|
54970
54988
|
}
|
|
54971
54989
|
}
|
|
54972
54990
|
}
|
|
@@ -54998,6 +55016,10 @@ export interface Routes {
|
|
|
54998
55016
|
display_name: string
|
|
54999
55017
|
/** Date and time at which the space was created. */
|
|
55000
55018
|
created_at: string
|
|
55019
|
+
/** Number of devices in the space. */
|
|
55020
|
+
device_count: number
|
|
55021
|
+
/** Number of entrances in the space. */
|
|
55022
|
+
acs_entrance_count: number
|
|
55001
55023
|
}>
|
|
55002
55024
|
| undefined
|
|
55003
55025
|
devices?:
|
|
@@ -56607,7 +56629,10 @@ export interface Routes {
|
|
|
56607
56629
|
method: 'GET' | 'POST'
|
|
56608
56630
|
queryParams: {}
|
|
56609
56631
|
jsonBody: {}
|
|
56610
|
-
commonParams: {
|
|
56632
|
+
commonParams: {
|
|
56633
|
+
/** String for which to search. Filters returned spaces to include all records that satisfy a partial match using `name`. */
|
|
56634
|
+
search?: string | undefined
|
|
56635
|
+
}
|
|
56611
56636
|
formData: {}
|
|
56612
56637
|
jsonResponse: {
|
|
56613
56638
|
spaces: Array<{
|
|
@@ -56621,6 +56646,10 @@ export interface Routes {
|
|
|
56621
56646
|
display_name: string
|
|
56622
56647
|
/** Date and time at which the space was created. */
|
|
56623
56648
|
created_at: string
|
|
56649
|
+
/** Number of devices in the space. */
|
|
56650
|
+
device_count: number
|
|
56651
|
+
/** Number of entrances in the space. */
|
|
56652
|
+
acs_entrance_count: number
|
|
56624
56653
|
}>
|
|
56625
56654
|
}
|
|
56626
56655
|
}
|
|
@@ -56677,6 +56706,10 @@ export interface Routes {
|
|
|
56677
56706
|
display_name: string
|
|
56678
56707
|
/** Date and time at which the space was created. */
|
|
56679
56708
|
created_at: string
|
|
56709
|
+
/** Number of devices in the space. */
|
|
56710
|
+
device_count: number
|
|
56711
|
+
/** Number of entrances in the space. */
|
|
56712
|
+
acs_entrance_count: number
|
|
56680
56713
|
}
|
|
56681
56714
|
}
|
|
56682
56715
|
}
|
|
@@ -65587,6 +65620,8 @@ export interface Routes {
|
|
|
65587
65620
|
space_id?: string | undefined
|
|
65588
65621
|
/** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
|
|
65589
65622
|
search?: string | undefined
|
|
65623
|
+
/** ID of the access method for which you want to retrieve all devices. */
|
|
65624
|
+
access_method_id?: string | undefined
|
|
65590
65625
|
}
|
|
65591
65626
|
formData: {}
|
|
65592
65627
|
jsonResponse: {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ALL_DEVICE_PROVIDERS, LOCK_DEVICE_TYPE, LOCK_DEVICE_TYPE_LIST, NOISE_SENSOR_DEVICE_TYPE, NOISE_SENSOR_DEVICE_TYPE_LIST, PHONE_DEVICE_TYPE, PROVIDER_CATEGORIES, PUBLIC_PROVIDER_CATEGORIES, THERMOSTAT_DEVICE_TYPE, THERMOSTAT_DEVICE_TYPE_LIST, } from '../models/index.js';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { ALL_DEVICE_PROVIDERS, LOCK_DEVICE_TYPE, LOCK_DEVICE_TYPE_LIST, NOISE_SENSOR_DEVICE_TYPE, NOISE_SENSOR_DEVICE_TYPE_LIST, PHONE_DEVICE_TYPE, PROVIDER_CATEGORIES, PUBLIC_PROVIDER_CATEGORIES, THERMOSTAT_DEVICE_TYPE, THERMOSTAT_DEVICE_TYPE_LIST, } from '../models/index.js';
|
|
2
|
-
//# sourceMappingURL=enums.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/internal/enums.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EACrB,wBAAwB,EACxB,6BAA6B,EAC7B,iBAAiB,EACjB,mBAAmB,EACnB,0BAA0B,EAC1B,sBAAsB,EACtB,2BAA2B,GAC5B,MAAM,oBAAoB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/internal/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,cAAc,CAAA;AAEvC,cAAc,YAAY,CAAA;AAE1B,OAAO,EAAE,OAAO,EAAE,CAAA;AAClB,cAAc,kBAAkB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"model-types.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/internal/model-types.ts"],"names":[],"mappings":"AAIA,cAAc,oBAAoB,CAAA"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export { access_code_code_constraint, access_grant, access_grant_key_aliases, access_grant_resource, access_grant_resource_union, access_method, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_entrance_capability_flags, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, booking_resource, bridge, bridge_client_session, bridge_connected_system, building_block_type, building_resource, capabilities, climate_preset, climate_setting, common_area_resource, common_device_properties, common_event, connect_webview_device_selection_mode, connected_account, custom_metadata_input, customer_data, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, seam_event as event, seam_event_type as event_type, facility_resource, fan_mode_setting, geolocation, guest_resource, instant_key, listing_resource, location, lock_device_type, magic_link, access_code as managed_access_code, device as managed_device, neutral_resource, noise_sensor_device_type, noise_threshold, pagination, phone, phone_number, phone_registration, phone_session, portal_configuration, property_resource, provider_capability, reservation_resource, resident_resource, room_resource, space, neutral_resource as space_resource, spaces_batch, tenant_resource, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unit_resource, unmanaged_access_code, unmanaged_device, user_identity, user_identity_resource, user_resource, webhook, } from '../models/index.js';
|
|
2
|
-
export * from '../schemas.js';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { access_code_code_constraint, access_grant, access_grant_key_aliases, access_grant_resource, access_grant_resource_union, access_method, acs_access_group, acs_access_group_external_type, acs_credential, acs_credential_access_method_type, acs_credential_external_type, acs_credential_pool, acs_credential_pool_external_type, acs_credential_provisioning_automation, acs_entrance, acs_entrance_capability_flags, acs_system, acs_system_capability_flags, acs_system_external_type, acs_user, acs_user_external_type, any_device_type, battery_status, booking_resource, bridge, bridge_client_session, bridge_connected_system, building_block_type, building_resource, capabilities, climate_preset, climate_setting, common_area_resource, common_device_properties, common_event, connect_webview_device_selection_mode, connected_account, custom_metadata_input, customer_data, device_capability_flags, device_metadata, device_provider, dormakaba_oracode_time_slot, enrollment_automation, seam_event as event, seam_event_type as event_type, facility_resource, fan_mode_setting, geolocation, guest_resource, instant_key, listing_resource, location, lock_device_type, magic_link, access_code as managed_access_code, device as managed_device, neutral_resource, noise_sensor_device_type, noise_threshold, pagination, phone, phone_number, phone_registration, phone_session, portal_configuration, property_resource, provider_capability, reservation_resource, resident_resource, room_resource, space, neutral_resource as space_resource, spaces_batch, tenant_resource, thermostat_capability_properties, thermostat_device_type, thermostat_schedule, unit_resource, unmanaged_access_code, unmanaged_device, user_identity, user_identity_resource, user_resource, webhook, } from '../models/index.js';
|
|
2
|
-
export * from '../schemas.js';
|
|
3
|
-
//# sourceMappingURL=schemas.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/internal/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,YAAY,EACZ,wBAAwB,EACxB,qBAAqB,EACrB,2BAA2B,EAC3B,aAAa,EACb,gBAAgB,EAChB,8BAA8B,EAC9B,cAAc,EACd,iCAAiC,EACjC,4BAA4B,EAC5B,mBAAmB,EACnB,iCAAiC,EACjC,sCAAsC,EACtC,YAAY,EACZ,6BAA6B,EAC7B,UAAU,EACV,2BAA2B,EAC3B,wBAAwB,EACxB,QAAQ,EACR,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,gBAAgB,EAChB,MAAM,EACN,qBAAqB,EACrB,uBAAuB,EACvB,mBAAmB,EACnB,iBAAiB,EACjB,YAAY,EACZ,cAAc,EACd,eAAe,EACf,oBAAoB,EACpB,wBAAwB,EACxB,YAAY,EACZ,qCAAqC,EACrC,iBAAiB,EACjB,qBAAqB,EACrB,aAAa,EACb,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,2BAA2B,EAC3B,qBAAqB,EACrB,UAAU,IAAI,KAAK,EACnB,eAAe,IAAI,UAAU,EAC7B,iBAAiB,EACjB,gBAAgB,EAChB,WAAW,EACX,cAAc,EACd,WAAW,EACX,gBAAgB,EAChB,QAAQ,EACR,gBAAgB,EAChB,UAAU,EACV,WAAW,IAAI,mBAAmB,EAClC,MAAM,IAAI,cAAc,EACxB,gBAAgB,EAChB,wBAAwB,EACxB,eAAe,EACf,UAAU,EACV,KAAK,EACL,YAAY,EACZ,kBAAkB,EAClB,aAAa,EACb,oBAAoB,EACpB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,iBAAiB,EACjB,aAAa,EACb,KAAK,EACL,gBAAgB,IAAI,cAAc,EAClC,YAAY,EACZ,eAAe,EACf,gCAAgC,EAChC,sBAAsB,EACtB,mBAAmB,EACnB,aAAa,EACb,qBAAqB,EACrB,gBAAgB,EAChB,aAAa,EACb,sBAAsB,EACtB,aAAa,EACb,OAAO,GACR,MAAM,oBAAoB,CAAA;AAC3B,cAAc,eAAe,CAAA"}
|