diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json
index 2df14a47e..a53aa5f53 100644
--- a/docs/api/_blueprint.json
+++ b/docs/api/_blueprint.json
@@ -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": [
@@ -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": [
diff --git a/docs/api/acs/users/README.md b/docs/api/acs/users/README.md
index e6ce74804..3f342fd7c 100644
--- a/docs/api/acs/users/README.md
+++ b/docs/api/acs/users/README.md
@@ -479,6 +479,46 @@ Seam is in the process of pushing a user deletion to the integrated access syste
- deleting
+
+
+deferring_creation
+
+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:
+
+ - deferring_creation
+
+
+ ---
+
+ **`scheduled_at`** *Datetime*
+
+
+ Optional: When the user creation is scheduled to occur.
+
+
updating_user_information
diff --git a/package-lock.json b/package-lock.json
index 8fb27bc1f..81f59b06c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,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",
@@ -983,9 +983,9 @@
}
},
"node_modules/@seamapi/types": {
- "version": "1.612.0",
- "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.612.0.tgz",
- "integrity": "sha512-W19l4W8ELsmam2uMu37zxdfvKYr5RV9KizbTbdekZLWspzDmz13+EeyheMA0k+/XFTFxl8+E1jR49fGAxARuIw==",
+ "version": "1.613.0",
+ "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.613.0.tgz",
+ "integrity": "sha512-zF69qRYzR//0r8Ldbu+SnrnJLTXvxDFEMN4J18iP95end7dU+hKme+42l2HFVgra0qdZ2y9zj85XoWkzje7kgQ==",
"dev": true,
"license": "MIT",
"engines": {
diff --git a/package.json b/package.json
index 5862fbf91..731e2e4e0 100644
--- a/package.json
+++ b/package.json
@@ -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",