diff --git a/docs/api-reference/_blueprint.json b/docs/api-reference/_blueprint.json
index 3d0fbe53e..e8667c625 100644
--- a/docs/api-reference/_blueprint.json
+++ b/docs/api-reference/_blueprint.json
@@ -94962,77 +94962,6 @@
],
"description": "Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled."
},
- {
- "resourceType": "access_code",
- "variantGroupKey": null,
- "properties": [
- {
- "name": "created_at",
- "description": "Date and time at which Seam created the error.",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": "",
- "propertyGroupKey": null,
- "format": "datetime",
- "jsonType": "string"
- },
- {
- "name": "error_code",
- "description": "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": "",
- "propertyGroupKey": null,
- "format": "enum",
- "jsonType": "string",
- "values": [
- {
- "name": "salto_ks_user_not_subscribed",
- "description": "",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": ""
- }
- ]
- },
- {
- "name": "is_access_code_error",
- "description": "Indicates that this is an access code error.",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": "",
- "propertyGroupKey": null,
- "format": "boolean",
- "jsonType": "boolean"
- },
- {
- "name": "message",
- "description": "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": "",
- "propertyGroupKey": null,
- "format": "string",
- "jsonType": "string"
- }
- ],
- "description": "Salto site user is not subscribed."
- },
{
"resourceType": "access_code",
"variantGroupKey": null,
@@ -130214,77 +130143,6 @@
],
"description": "Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled."
},
- {
- "resourceType": "access_code",
- "variantGroupKey": null,
- "properties": [
- {
- "name": "created_at",
- "description": "Date and time at which Seam created the error.",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": "",
- "propertyGroupKey": null,
- "format": "datetime",
- "jsonType": "string"
- },
- {
- "name": "error_code",
- "description": "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": "",
- "propertyGroupKey": null,
- "format": "enum",
- "jsonType": "string",
- "values": [
- {
- "name": "salto_ks_user_not_subscribed",
- "description": "",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": ""
- }
- ]
- },
- {
- "name": "is_access_code_error",
- "description": "Indicates that this is an access code error.",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": "",
- "propertyGroupKey": null,
- "format": "boolean",
- "jsonType": "boolean"
- },
- {
- "name": "message",
- "description": "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
- "isDeprecated": false,
- "deprecationMessage": "",
- "isUndocumented": false,
- "undocumentedMessage": "",
- "isDraft": false,
- "draftMessage": "",
- "propertyGroupKey": null,
- "format": "string",
- "jsonType": "string"
- }
- ],
- "description": "Salto site user is not subscribed."
- },
{
"resourceType": "access_code",
"variantGroupKey": null,
diff --git a/docs/api-reference/access_codes/README.md b/docs/api-reference/access_codes/README.md
index b575aeeec..5f380118d 100644
--- a/docs/api-reference/access_codes/README.md
+++ b/docs/api-reference/access_codes/README.md
@@ -631,46 +631,6 @@ Indicates that the access code is disabled or inactive on the device. The code e
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
-
-
-salto_ks_user_not_subscribed
-
-Salto site user is not subscribed.
-
- **`created_at`** *Datetime*
-
-
- Date and time at which Seam created the error.
-
-
- ---
-
- **`error_code`** *Enum*
-
-
- Unique identifier of the type of error. Enables quick recognition and categorization of the issue.
-
- Enum values:
-
- - salto_ks_user_not_subscribed
-
-
- ---
-
- **`is_access_code_error`** *Boolean*
-
-
- Indicates that this is an access code error.
-
-
- ---
-
- **`message`** *String*
-
-
- Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
-
-
insufficient_permissions
@@ -2203,12 +2163,6 @@ Unique identifier for the Seam workspace associated with the access code.
## Errors
-**`salto_ks_user_not_subscribed`**
-
-Salto site user is not subscribed.
-
----
-
**`provider_issue`**
Indicates a provider-specific issue that prevents the access code from being set or managed. Check the error message for details.
diff --git a/docs/api-reference/access_codes/unmanaged/README.md b/docs/api-reference/access_codes/unmanaged/README.md
index 054298fbc..171710dd8 100644
--- a/docs/api-reference/access_codes/unmanaged/README.md
+++ b/docs/api-reference/access_codes/unmanaged/README.md
@@ -536,46 +536,6 @@ Indicates that the access code is disabled or inactive on the device. The code e
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
-
-
-salto_ks_user_not_subscribed
-
-Salto site user is not subscribed.
-
- **`created_at`** *Datetime*
-
-
- Date and time at which Seam created the error.
-
-
- ---
-
- **`error_code`** *Enum*
-
-
- Unique identifier of the type of error. Enables quick recognition and categorization of the issue.
-
- Enum values:
-
- - salto_ks_user_not_subscribed
-
-
- ---
-
- **`is_access_code_error`** *Boolean*
-
-
- Indicates that this is an access code error.
-
-
- ---
-
- **`message`** *String*
-
-
- Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
-
-
insufficient_permissions
@@ -1860,12 +1820,6 @@ Indicates that the Salto site user limit has been reached.
---
-**`salto_ks_user_not_subscribed`**
-
-Salto site user is not subscribed.
-
----
-
**`subscription_required`**
Indicates that a subscription is required to connect.
diff --git a/mintlify-docs/api/access_codes/errors.mdx b/mintlify-docs/api/access_codes/errors.mdx
index 76c771a3b..c5cbd40c2 100644
--- a/mintlify-docs/api/access_codes/errors.mdx
+++ b/mintlify-docs/api/access_codes/errors.mdx
@@ -120,12 +120,6 @@ Indicates a provider-specific issue that prevents the access code from being set
---
-### `salto_ks_user_not_subscribed`
-
-Salto site user is not subscribed.
-
----
-
### Connected Account
diff --git a/mintlify-docs/api/access_codes/unmanaged/errors.mdx b/mintlify-docs/api/access_codes/unmanaged/errors.mdx
index 878a57f97..8b02c82e9 100644
--- a/mintlify-docs/api/access_codes/unmanaged/errors.mdx
+++ b/mintlify-docs/api/access_codes/unmanaged/errors.mdx
@@ -120,12 +120,6 @@ Indicates a provider-specific issue that prevents the access code from being set
---
-### `salto_ks_user_not_subscribed`
-
-Salto site user is not subscribed.
-
----
-
### Connected Account
diff --git a/package-lock.json b/package-lock.json
index 390aa58f8..2eafa7d0a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.56.0",
"@seamapi/smith": "^0.5.2",
- "@seamapi/types": "1.945.0",
+ "@seamapi/types": "1.946.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
@@ -4094,9 +4094,9 @@
}
},
"node_modules/@seamapi/types": {
- "version": "1.945.0",
- "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.945.0.tgz",
- "integrity": "sha512-bGp8JEB4TUQjULykKc6ZVd0y86M6dhuQFFzcZRemE14PAn9oISmrnx3vf1DQvg2ktWZWUqrZxzxtMS2xulBxbw==",
+ "version": "1.946.0",
+ "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.946.0.tgz",
+ "integrity": "sha512-0MgTYHsiCDDvEEAMaHmYg0HACKM6PYD+h3kSAg386pC9z+Hr0ddCPfhsuBlnI2FLuxogl//nt5XwxQpgGa0guQ==",
"dev": true,
"license": "MIT",
"engines": {
diff --git a/package.json b/package.json
index 451e9a154..301c405bc 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.56.0",
"@seamapi/smith": "^0.5.2",
- "@seamapi/types": "1.945.0",
+ "@seamapi/types": "1.946.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",