@seamapi/types 1.420.2 → 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 +6 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -5
- 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 +6 -2
- package/lib/seam/connect/openapi.js +6 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +11 -2
- package/src/lib/seam/connect/route-types.ts +5 -3
package/dist/connect.cjs
CHANGED
|
@@ -16852,6 +16852,7 @@ var openapi_default = {
|
|
|
16852
16852
|
"x-route-path": "/devices"
|
|
16853
16853
|
},
|
|
16854
16854
|
enrollment_automation: {
|
|
16855
|
+
deprecated: true,
|
|
16855
16856
|
description: "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).",
|
|
16856
16857
|
properties: {
|
|
16857
16858
|
created_at: {
|
|
@@ -16888,6 +16889,7 @@ var openapi_default = {
|
|
|
16888
16889
|
"workspace_id"
|
|
16889
16890
|
],
|
|
16890
16891
|
type: "object",
|
|
16892
|
+
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
16891
16893
|
"x-route-path": "/user_identities/enrollment_automations"
|
|
16892
16894
|
},
|
|
16893
16895
|
event: {
|
|
@@ -44894,7 +44896,6 @@ var openapi_default = {
|
|
|
44894
44896
|
{
|
|
44895
44897
|
in: "query",
|
|
44896
44898
|
name: "collection_key",
|
|
44897
|
-
required: true,
|
|
44898
44899
|
schema: { description: "Collection key.", type: "string" }
|
|
44899
44900
|
}
|
|
44900
44901
|
],
|
|
@@ -44988,7 +44989,6 @@ var openapi_default = {
|
|
|
44988
44989
|
type: "string"
|
|
44989
44990
|
}
|
|
44990
44991
|
},
|
|
44991
|
-
required: ["collection_key"],
|
|
44992
44992
|
type: "object"
|
|
44993
44993
|
}
|
|
44994
44994
|
}
|
|
@@ -51741,6 +51741,7 @@ var openapi_default = {
|
|
|
51741
51741
|
],
|
|
51742
51742
|
summary: "/user_identities/enrollment_automations/delete",
|
|
51743
51743
|
tags: ["/user_identities"],
|
|
51744
|
+
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
51744
51745
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
51745
51746
|
"x-fern-sdk-method-name": "delete",
|
|
51746
51747
|
"x-response-key": null,
|
|
@@ -51847,6 +51848,7 @@ var openapi_default = {
|
|
|
51847
51848
|
],
|
|
51848
51849
|
summary: "/user_identities/enrollment_automations/get",
|
|
51849
51850
|
tags: ["/user_identities"],
|
|
51851
|
+
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
51850
51852
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
51851
51853
|
"x-fern-sdk-method-name": "get",
|
|
51852
51854
|
"x-fern-sdk-return-value": "enrollment_automation",
|
|
@@ -51925,6 +51927,7 @@ var openapi_default = {
|
|
|
51925
51927
|
],
|
|
51926
51928
|
summary: "/user_identities/enrollment_automations/launch",
|
|
51927
51929
|
tags: ["/user_identities"],
|
|
51930
|
+
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
51928
51931
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
51929
51932
|
"x-fern-sdk-method-name": "launch",
|
|
51930
51933
|
"x-fern-sdk-return-value": "enrollment_automation",
|
|
@@ -52038,6 +52041,7 @@ var openapi_default = {
|
|
|
52038
52041
|
],
|
|
52039
52042
|
summary: "/user_identities/enrollment_automations/list",
|
|
52040
52043
|
tags: ["/user_identities"],
|
|
52044
|
+
"x-deprecated": "Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.",
|
|
52041
52045
|
"x-fern-sdk-group-name": ["user_identities", "enrollment_automations"],
|
|
52042
52046
|
"x-fern-sdk-method-name": "list",
|
|
52043
52047
|
"x-fern-sdk-return-value": "enrollment_automations",
|