@seamapi/types 1.413.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.
@@ -16969,6 +16969,10 @@ export interface Routes {
16969
16969
  location_id?: (string | null) | undefined
16970
16970
  /** ID of the space for which you want to list entrances. */
16971
16971
  space_id?: string | undefined
16972
+ /** ID of the access grant for which you want to retrieve all entrances. */
16973
+ access_grant_id?: string | undefined
16974
+ /** ID of the access method for which you want to retrieve all entrances. */
16975
+ access_method_id?: string | undefined
16972
16976
  }
16973
16977
  formData: {}
16974
16978
  jsonResponse: {
@@ -49326,8 +49330,6 @@ export interface Routes {
49326
49330
  is_being_activated: boolean
49327
49331
  }
49328
49332
  acs_credentials: Array<{
49329
- /** ID of the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
49330
- acs_credential_id: string
49331
49333
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
49332
49334
  acs_user_id?: string | undefined
49333
49335
  acs_credential_pool_id?: string | undefined
@@ -49463,6 +49465,7 @@ export interface Routes {
49463
49465
  }
49464
49466
  | undefined
49465
49467
  is_managed: true
49468
+ acs_credential_id?: (string | undefined) | null
49466
49469
  acs_entrances: Array<{
49467
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). */
49468
49471
  acs_system_id: string
@@ -66798,6 +66801,7 @@ export interface Routes {
66798
66801
  commonParams: {}
66799
66802
  formData: {}
66800
66803
  jsonResponse: {
66804
+ /** */
66801
66805
  location: {
66802
66806
  /** Unique identifier for the location. */
66803
66807
  location_id: string
@@ -66844,6 +66848,7 @@ export interface Routes {
66844
66848
  }
66845
66849
  formData: {}
66846
66850
  jsonResponse: {
66851
+ /** */
66847
66852
  location: {
66848
66853
  /** Unique identifier for the location. */
66849
66854
  location_id: string
@@ -66948,6 +66953,7 @@ export interface Routes {
66948
66953
  commonParams: {}
66949
66954
  formData: {}
66950
66955
  jsonResponse: {
66956
+ /** */
66951
66957
  location: {
66952
66958
  /** Unique identifier for the location. */
66953
66959
  location_id: string
@@ -67191,6 +67197,22 @@ export interface Routes {
67191
67197
  created_at: string
67192
67198
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
67193
67199
  workspace_id: string
67200
+ /** Array of errors associated with the user identity. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
67201
+ errors: Array<{
67202
+ /** Date and time at which Seam created the error. */
67203
+ created_at: string
67204
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
67205
+ message: string
67206
+ }>
67207
+ /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
67208
+ warnings: Array<{
67209
+ /** Date and time at which Seam created the warning. */
67210
+ created_at: string
67211
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67212
+ message: string
67213
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67214
+ warning_code: 'being_deleted'
67215
+ }>
67194
67216
  }
67195
67217
  }
67196
67218
  }
@@ -67263,13 +67285,18 @@ export interface Routes {
67263
67285
  }
67264
67286
  formData: {}
67265
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). */
67266
67289
  enrollment_automation: {
67267
- acs_credential_provisioning_automation_id: string
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. */
67268
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). */
67269
67295
  user_identity_id: string
67296
+ /** Date and time at which the enrollment automation was created. */
67270
67297
  created_at: string
67298
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the enrollment automation. */
67271
67299
  workspace_id: string
67272
- enrollment_automation_id: string
67273
67300
  }
67274
67301
  }
67275
67302
  }
@@ -67354,6 +67381,22 @@ export interface Routes {
67354
67381
  created_at: string
67355
67382
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
67356
67383
  workspace_id: string
67384
+ /** Array of errors associated with the user identity. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
67385
+ errors: Array<{
67386
+ /** Date and time at which Seam created the error. */
67387
+ created_at: string
67388
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
67389
+ message: string
67390
+ }>
67391
+ /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
67392
+ warnings: Array<{
67393
+ /** Date and time at which Seam created the warning. */
67394
+ created_at: string
67395
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67396
+ message: string
67397
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67398
+ warning_code: 'being_deleted'
67399
+ }>
67357
67400
  }
67358
67401
  }
67359
67402
  }
@@ -67397,6 +67440,22 @@ export interface Routes {
67397
67440
  created_at: string
67398
67441
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
67399
67442
  workspace_id: string
67443
+ /** Array of errors associated with the user identity. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
67444
+ errors: Array<{
67445
+ /** Date and time at which Seam created the error. */
67446
+ created_at: string
67447
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
67448
+ message: string
67449
+ }>
67450
+ /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
67451
+ warnings: Array<{
67452
+ /** Date and time at which Seam created the warning. */
67453
+ created_at: string
67454
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67455
+ message: string
67456
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67457
+ warning_code: 'being_deleted'
67458
+ }>
67400
67459
  }>
67401
67460
  }
67402
67461
  }