@seamapi/types 1.884.0 → 1.886.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 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 an existing credential to an access method."
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 an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential."
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 an existing credential to an access method.",
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 an existing credential to an access method.",
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 an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential.",
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 an existing credential to an access method.",
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, identified by `card_number`. 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 issued.",
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: {