@seamapi/types 1.399.1 → 1.401.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
@@ -23648,12 +23648,17 @@ var openapi_default = {
23648
23648
  type: "string"
23649
23649
  },
23650
23650
  acs_user_id: {
23651
- description: "ID of the access system user that you want to add to an access group.",
23651
+ description: "ID of the access system user that you want to add to an access group. You can only provide one of acs_user_id or user_identity_id.",
23652
+ format: "uuid",
23653
+ type: "string"
23654
+ },
23655
+ user_identity_id: {
23656
+ description: "ID of the desired user identity that you want to add to an access group. You can only provide one of acs_user_id or user_identity_id. If the ACS system contains an ACS user with the same `email_address` or `phone_number` as the user identity that you specify, they are linked, and the access group membership belongs to the ACS user. If the ACS system does not have a corresponding ACS user, one is created.",
23652
23657
  format: "uuid",
23653
23658
  type: "string"
23654
23659
  }
23655
23660
  },
23656
- required: ["acs_access_group_id", "acs_user_id"],
23661
+ required: ["acs_access_group_id"],
23657
23662
  type: "object"
23658
23663
  }
23659
23664
  }
@@ -23701,12 +23706,17 @@ var openapi_default = {
23701
23706
  type: "string"
23702
23707
  },
23703
23708
  acs_user_id: {
23704
- description: "ID of the access system user that you want to add to an access group.",
23709
+ description: "ID of the access system user that you want to add to an access group. You can only provide one of acs_user_id or user_identity_id.",
23710
+ format: "uuid",
23711
+ type: "string"
23712
+ },
23713
+ user_identity_id: {
23714
+ description: "ID of the desired user identity that you want to add to an access group. You can only provide one of acs_user_id or user_identity_id. If the ACS system contains an ACS user with the same `email_address` or `phone_number` as the user identity that you specify, they are linked, and the access group membership belongs to the ACS user. If the ACS system does not have a corresponding ACS user, one is created.",
23705
23715
  format: "uuid",
23706
23716
  type: "string"
23707
23717
  }
23708
23718
  },
23709
- required: ["acs_access_group_id", "acs_user_id"],
23719
+ required: ["acs_access_group_id"],
23710
23720
  type: "object"
23711
23721
  }
23712
23722
  }
@@ -24313,12 +24323,17 @@ var openapi_default = {
24313
24323
  type: "string"
24314
24324
  },
24315
24325
  acs_user_id: {
24316
- description: "ID of the access system user to whom you want to assign a credential.",
24326
+ description: "ID of the access system user to whom you want to assign a credential. You can only provide one of acs_user_id or user_identity_id.",
24327
+ format: "uuid",
24328
+ type: "string"
24329
+ },
24330
+ user_identity_id: {
24331
+ description: "ID of the user identity to whom you want to assign a credential. You can only provide one of acs_user_id or user_identity_id. If the ACS system contains an ACS user with the same `email_address` or `phone_number` as the user identity that you specify, they are linked, and the credential belongs to the ACS user. If the ACS system does not have a corresponding ACS user, one is created.",
24317
24332
  format: "uuid",
24318
24333
  type: "string"
24319
24334
  }
24320
24335
  },
24321
- required: ["acs_user_id", "acs_credential_id"],
24336
+ required: ["acs_credential_id"],
24322
24337
  type: "object"
24323
24338
  }
24324
24339
  }
@@ -24370,12 +24385,17 @@ var openapi_default = {
24370
24385
  type: "string"
24371
24386
  },
24372
24387
  acs_user_id: {
24373
- description: "ID of the access system user to whom you want to assign a credential.",
24388
+ description: "ID of the access system user to whom you want to assign a credential. You can only provide one of acs_user_id or user_identity_id.",
24389
+ format: "uuid",
24390
+ type: "string"
24391
+ },
24392
+ user_identity_id: {
24393
+ description: "ID of the user identity to whom you want to assign a credential. You can only provide one of acs_user_id or user_identity_id. If the ACS system contains an ACS user with the same `email_address` or `phone_number` as the user identity that you specify, they are linked, and the credential belongs to the ACS user. If the ACS system does not have a corresponding ACS user, one is created.",
24374
24394
  format: "uuid",
24375
24395
  type: "string"
24376
24396
  }
24377
24397
  },
24378
- required: ["acs_user_id", "acs_credential_id"],
24398
+ required: ["acs_credential_id"],
24379
24399
  type: "object"
24380
24400
  }
24381
24401
  }