@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.
- package/dist/connect.cjs +8436 -291
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17330 -7907
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +17338 -7917
- package/lib/seam/connect/openapi.js +10315 -2170
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -3
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +11577 -3113
- package/src/lib/seam/connect/route-types.ts +5 -3
|
@@ -53185,7 +53185,7 @@ export interface Routes {
|
|
|
53185
53185
|
jsonBody: {}
|
|
53186
53186
|
commonParams: {
|
|
53187
53187
|
/** Collection key. */
|
|
53188
|
-
collection_key
|
|
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
|