@seamapi/types 1.420.1 → 1.421.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.
@@ -53185,7 +53185,7 @@ export interface Routes {
53185
53185
  jsonBody: {}
53186
53186
  commonParams: {
53187
53187
  /** Collection key. */
53188
- collection_key: string
53188
+ collection_key?: string | undefined
53189
53189
  }
53190
53190
  formData: {}
53191
53191
  jsonResponse: {
@@ -72430,7 +72430,8 @@ export interface Routes {
72430
72430
  }
72431
72431
  formData: {}
72432
72432
  jsonResponse: {
72433
- /** 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). */
72433
+ /** 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).
72434
+ * @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
72434
72435
  enrollment_automation: {
72435
72436
  /** ID of the enrollment automation. */
72436
72437
  enrollment_automation_id: string
@@ -72464,7 +72465,8 @@ export interface Routes {
72464
72465
  }
72465
72466
  formData: {}
72466
72467
  jsonResponse: {
72467
- /** 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). */
72468
+ /** 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).
72469
+ * @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
72468
72470
  enrollment_automation: {
72469
72471
  /** ID of the enrollment automation. */
72470
72472
  enrollment_automation_id: string