@seamapi/types 1.414.0 → 1.414.1
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 +289 -1124
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +352 -1133
- package/lib/seam/connect/models/locations/location.js +6 -1
- package/lib/seam/connect/models/locations/location.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/models/phones/phone-session.js +1 -1
- package/lib/seam/connect/models/phones/phone-session.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +1 -1
- package/lib/seam/connect/openapi.d.ts +379 -1168
- package/lib/seam/connect/openapi.js +288 -1123
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/locations/location.ts +6 -1
- package/src/lib/seam/connect/models/phones/phone-session.ts +1 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +336 -1234
- package/src/lib/seam/connect/route-types.ts +11 -3
|
@@ -49465,7 +49465,7 @@ export interface Routes {
|
|
|
49465
49465
|
}
|
|
49466
49466
|
| undefined
|
|
49467
49467
|
is_managed: true
|
|
49468
|
-
acs_credential_id?: string | undefined
|
|
49468
|
+
acs_credential_id?: (string | undefined) | null
|
|
49469
49469
|
acs_entrances: Array<{
|
|
49470
49470
|
/** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
49471
49471
|
acs_system_id: string
|
|
@@ -66801,6 +66801,7 @@ export interface Routes {
|
|
|
66801
66801
|
commonParams: {}
|
|
66802
66802
|
formData: {}
|
|
66803
66803
|
jsonResponse: {
|
|
66804
|
+
/** */
|
|
66804
66805
|
location: {
|
|
66805
66806
|
/** Unique identifier for the location. */
|
|
66806
66807
|
location_id: string
|
|
@@ -66847,6 +66848,7 @@ export interface Routes {
|
|
|
66847
66848
|
}
|
|
66848
66849
|
formData: {}
|
|
66849
66850
|
jsonResponse: {
|
|
66851
|
+
/** */
|
|
66850
66852
|
location: {
|
|
66851
66853
|
/** Unique identifier for the location. */
|
|
66852
66854
|
location_id: string
|
|
@@ -66951,6 +66953,7 @@ export interface Routes {
|
|
|
66951
66953
|
commonParams: {}
|
|
66952
66954
|
formData: {}
|
|
66953
66955
|
jsonResponse: {
|
|
66956
|
+
/** */
|
|
66954
66957
|
location: {
|
|
66955
66958
|
/** Unique identifier for the location. */
|
|
66956
66959
|
location_id: string
|
|
@@ -67282,13 +67285,18 @@ export interface Routes {
|
|
|
67282
67285
|
}
|
|
67283
67286
|
formData: {}
|
|
67284
67287
|
jsonResponse: {
|
|
67288
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development). */
|
|
67285
67289
|
enrollment_automation: {
|
|
67286
|
-
|
|
67290
|
+
/** ID of the enrollment automation. */
|
|
67291
|
+
enrollment_automation_id: string
|
|
67292
|
+
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
67287
67293
|
credential_manager_acs_system_id: string
|
|
67294
|
+
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
|
|
67288
67295
|
user_identity_id: string
|
|
67296
|
+
/** Date and time at which the enrollment automation was created. */
|
|
67289
67297
|
created_at: string
|
|
67298
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the enrollment automation. */
|
|
67290
67299
|
workspace_id: string
|
|
67291
|
-
enrollment_automation_id: string
|
|
67292
67300
|
}
|
|
67293
67301
|
}
|
|
67294
67302
|
}
|