Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
140 changes: 140 additions & 0 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -79192,6 +79192,76 @@
],
"description": "Seam is in the process of pushing a user deletion to the integrated access system."
},
{
"variantGroupKey": null,
"properties": [
{
"name": "created_at",
"description": "Date and time at which the mutation was created.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "datetime",
"jsonType": "string"
},
{
"name": "message",
"description": "Detailed description of the mutation.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "string",
"jsonType": "string"
},
{
"name": "mutation_code",
"description": "Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "enum",
"jsonType": "string",
"values": [
{
"name": "deferring_creation",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
}
]
},
{
"name": "scheduled_at",
"description": "Optional: When the user creation is scheduled to occur.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "datetime",
"jsonType": "string"
}
],
"description": "User exists in Seam but has not been pushed to the provider yet. Will be created when a credential is issued."
},
{
"variantGroupKey": null,
"properties": [
Expand Down Expand Up @@ -103852,6 +103922,76 @@
],
"description": "Seam is in the process of pushing a user deletion to the integrated access system."
},
{
"variantGroupKey": null,
"properties": [
{
"name": "created_at",
"description": "Date and time at which the mutation was created.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "datetime",
"jsonType": "string"
},
{
"name": "message",
"description": "Detailed description of the mutation.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "string",
"jsonType": "string"
},
{
"name": "mutation_code",
"description": "Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "enum",
"jsonType": "string",
"values": [
{
"name": "deferring_creation",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
}
]
},
{
"name": "scheduled_at",
"description": "Optional: When the user creation is scheduled to occur.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "datetime",
"jsonType": "string"
}
],
"description": "User exists in Seam but has not been pushed to the provider yet. Will be created when a credential is issued."
},
{
"variantGroupKey": null,
"properties": [
Expand Down
40 changes: 40 additions & 0 deletions docs/api/acs/users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,46 @@ Seam is in the process of pushing a user deletion to the integrated access syste
- <code>deleting</code>


</details>
<details>
<summary><code>deferring_creation</code></summary>

User exists in Seam but has not been pushed to the provider yet. Will be created when a credential is issued.

**`created_at`** *Datetime*


Date and time at which the mutation was created.


---

**`message`** *String*


Detailed description of the mutation.


---

**`mutation_code`** *Enum*


Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time.

Enum values:

- <code>deferring_creation</code>


---

**`scheduled_at`** *Datetime*


Optional: When the user creation is scheduled to occur.


</details>
<details>
<summary><code>updating_user_information</code></summary>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.3",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.612.0",
"@seamapi/types": "1.613.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading