@seamapi/types 1.884.0 → 1.885.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 +7 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +132 -132
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/assign-credential.js +2 -2
- package/lib/seam/connect/models/action-attempts/assign-credential.js.map +1 -1
- package/lib/seam/connect/openapi.js +5 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +132 -132
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/assign-credential.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +5 -5
- package/src/lib/seam/connect/route-types.ts +132 -132
package/dist/connect.cjs
CHANGED
|
@@ -4686,7 +4686,7 @@ var activate_climate_preset_action_attempt = zod.z.discriminatedUnion(
|
|
|
4686
4686
|
]
|
|
4687
4687
|
);
|
|
4688
4688
|
var action_type2 = zod.z.literal("ASSIGN_CREDENTIAL").describe(
|
|
4689
|
-
"Action attempt to track the status of assigning
|
|
4689
|
+
"Action attempt to track the status of assigning a pre-registered card credential to an access method."
|
|
4690
4690
|
);
|
|
4691
4691
|
var credential_not_found_error = zod.z.object({
|
|
4692
4692
|
type: zod.z.literal("credential_not_found").describe(
|
|
@@ -4701,7 +4701,7 @@ var error2 = zod.z.union([
|
|
|
4701
4701
|
credential_not_found_error
|
|
4702
4702
|
]);
|
|
4703
4703
|
var result2 = access_method.describe(
|
|
4704
|
-
"Result of
|
|
4704
|
+
"Result of assigning a credential. If successful, includes the updated access method with the assigned credential."
|
|
4705
4705
|
);
|
|
4706
4706
|
var assign_credential_action_attempt = zod.z.discriminatedUnion("status", [
|
|
4707
4707
|
common_pending_action_attempt.extend({
|
|
@@ -15703,7 +15703,7 @@ var openapi = {
|
|
|
15703
15703
|
type: "string"
|
|
15704
15704
|
},
|
|
15705
15705
|
action_type: {
|
|
15706
|
-
description: "Action attempt to track the status of assigning
|
|
15706
|
+
description: "Action attempt to track the status of assigning a pre-registered card credential to an access method.",
|
|
15707
15707
|
enum: ["ASSIGN_CREDENTIAL"],
|
|
15708
15708
|
type: "string"
|
|
15709
15709
|
},
|
|
@@ -15735,7 +15735,7 @@ var openapi = {
|
|
|
15735
15735
|
type: "string"
|
|
15736
15736
|
},
|
|
15737
15737
|
action_type: {
|
|
15738
|
-
description: "Action attempt to track the status of assigning
|
|
15738
|
+
description: "Action attempt to track the status of assigning a pre-registered card credential to an access method.",
|
|
15739
15739
|
enum: ["ASSIGN_CREDENTIAL"],
|
|
15740
15740
|
type: "string"
|
|
15741
15741
|
},
|
|
@@ -15744,7 +15744,7 @@ var openapi = {
|
|
|
15744
15744
|
nullable: true
|
|
15745
15745
|
},
|
|
15746
15746
|
result: {
|
|
15747
|
-
description: "Result of
|
|
15747
|
+
description: "Result of assigning a credential. If successful, includes the updated access method with the assigned credential.",
|
|
15748
15748
|
properties: {
|
|
15749
15749
|
access_method_id: {
|
|
15750
15750
|
description: "ID of the access method.",
|
|
@@ -16103,7 +16103,7 @@ var openapi = {
|
|
|
16103
16103
|
type: "string"
|
|
16104
16104
|
},
|
|
16105
16105
|
action_type: {
|
|
16106
|
-
description: "Action attempt to track the status of assigning
|
|
16106
|
+
description: "Action attempt to track the status of assigning a pre-registered card credential to an access method.",
|
|
16107
16107
|
enum: ["ASSIGN_CREDENTIAL"],
|
|
16108
16108
|
type: "string"
|
|
16109
16109
|
},
|
|
@@ -44354,7 +44354,7 @@ var openapi = {
|
|
|
44354
44354
|
},
|
|
44355
44355
|
"/access_methods/assign_card": {
|
|
44356
44356
|
post: {
|
|
44357
|
-
description: "Assigns a pre-registered card credential to a card-mode access method
|
|
44357
|
+
description: "Assigns a pre-registered card credential, identified by `card_number`, to a card-mode access method. Use this endpoint for access systems that use pre-registered cards, where a physical card must be associated with an access method before it can be used for access. Assigning a card credential also triggers issuance of the access method.",
|
|
44358
44358
|
operationId: "accessMethodsAssignCardPost",
|
|
44359
44359
|
requestBody: {
|
|
44360
44360
|
content: {
|