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
16 changes: 8 additions & 8 deletions docs/api-reference/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -94725,7 +94725,7 @@
"jsonType": "string",
"values": [
{
"name": "code_modified_external_to_seam",
"name": "conflicting_external_modification",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
Expand Down Expand Up @@ -94818,7 +94818,7 @@
]
}
],
"description": "Code was modified or removed externally after Seam successfully set it on the device."
"description": "Code was modified or removed externally after Seam successfully set it on the device. The external change conflicts with the state that Seam is trying to apply, so Seam will attempt to set the code on the device again."
},
{
"resourceType": "access_code",
Expand Down Expand Up @@ -97269,7 +97269,7 @@
"jsonType": "string",
"values": [
{
"name": "code_modified_external_to_seam",
"name": "external_modification_in_effect",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
Expand All @@ -97281,7 +97281,7 @@
]
}
],
"description": "Code was modified or removed externally after Seam successfully set it on the device."
"description": "Code was modified or removed externally after Seam successfully set it on the device. External modification is allowed for this code, so the externally modified state is being honored."
},
{
"resourceType": null,
Expand Down Expand Up @@ -129848,7 +129848,7 @@
"jsonType": "string",
"values": [
{
"name": "code_modified_external_to_seam",
"name": "conflicting_external_modification",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
Expand Down Expand Up @@ -129941,7 +129941,7 @@
]
}
],
"description": "Code was modified or removed externally after Seam successfully set it on the device."
"description": "Code was modified or removed externally after Seam successfully set it on the device. The external change conflicts with the state that Seam is trying to apply, so Seam will attempt to set the code on the device again."
},
{
"resourceType": "access_code",
Expand Down Expand Up @@ -131679,7 +131679,7 @@
"jsonType": "string",
"values": [
{
"name": "code_modified_external_to_seam",
"name": "external_modification_in_effect",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
Expand All @@ -131691,7 +131691,7 @@
]
}
],
"description": "Code was modified or removed externally after Seam successfully set it on the device."
"description": "Code was modified or removed externally after Seam successfully set it on the device. External modification is allowed for this code, so the externally modified state is being honored."
},
{
"resourceType": null,
Expand Down
28 changes: 14 additions & 14 deletions docs/api-reference/access_codes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,9 @@ No space for access code on device.

</details>
<details>
<summary><code>code_modified_external_to_seam</code></summary>
<summary><code>conflicting_external_modification</code></summary>

Code was modified or removed externally after Seam successfully set it on the device.
Code was modified or removed externally after Seam successfully set it on the device. The external change conflicts with the state that Seam is trying to apply, so Seam will attempt to set the code on the device again.

**`change_type`** *Enum*

Expand Down Expand Up @@ -511,7 +511,7 @@ Code was modified or removed externally after Seam successfully set it on the de

Enum values:

- <code>code_modified_external_to_seam</code>
- <code>conflicting_external_modification</code>


---
Expand Down Expand Up @@ -1819,9 +1819,9 @@ The device's time zone is unknown and this code's time frame crosses a daylight-

</details>
<details>
<summary><code>code_modified_external_to_seam</code></summary>
<summary><code>external_modification_in_effect</code></summary>

Code was modified or removed externally after Seam successfully set it on the device.
Code was modified or removed externally after Seam successfully set it on the device. External modification is allowed for this code, so the externally modified state is being honored.

**`change_type`** *Enum*

Expand Down Expand Up @@ -1880,7 +1880,7 @@ Code was modified or removed externally after Seam successfully set it on the de

Enum values:

- <code>code_modified_external_to_seam</code>
- <code>external_modification_in_effect</code>


</details>
Expand Down Expand Up @@ -2159,9 +2159,9 @@ Duplicate access code detected on device.

---

**`code_modified_external_to_seam`**
**`conflicting_external_modification`**

Code was modified or removed externally after Seam successfully set it on the device.
Code was modified or removed externally after Seam successfully set it on the device. The external change conflicts with the state that Seam is trying to apply, so Seam will attempt to set the code on the device again.

---

Expand Down Expand Up @@ -2270,12 +2270,6 @@ Access code is being deleted.

---

**`code_modified_external_to_seam`**

Code was modified or removed externally after Seam successfully set it on the device.

---

**`code_rotates_periodically`**

The access code's PIN rotates periodically when the code is renewed. Retrieve the latest code before each use.
Expand All @@ -2294,6 +2288,12 @@ Delay in setting code on device.

---

**`external_modification_in_effect`**

Code was modified or removed externally after Seam successfully set it on the device. External modification is allowed for this code, so the externally modified state is being honored.

---

**`igloo_algopin_must_be_used_within_24_hours`**

Algopins must be used within 24 hours.
Expand Down
28 changes: 14 additions & 14 deletions docs/api-reference/access_codes/unmanaged/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ No space for access code on device.

</details>
<details>
<summary><code>code_modified_external_to_seam</code></summary>
<summary><code>conflicting_external_modification</code></summary>

Code was modified or removed externally after Seam successfully set it on the device.
Code was modified or removed externally after Seam successfully set it on the device. The external change conflicts with the state that Seam is trying to apply, so Seam will attempt to set the code on the device again.

**`change_type`** *Enum*

Expand Down Expand Up @@ -416,7 +416,7 @@ Code was modified or removed externally after Seam successfully set it on the de

Enum values:

- <code>code_modified_external_to_seam</code>
- <code>conflicting_external_modification</code>


---
Expand Down Expand Up @@ -1344,9 +1344,9 @@ The device's time zone is unknown and this code's time frame crosses a daylight-

</details>
<details>
<summary><code>code_modified_external_to_seam</code></summary>
<summary><code>external_modification_in_effect</code></summary>

Code was modified or removed externally after Seam successfully set it on the device.
Code was modified or removed externally after Seam successfully set it on the device. External modification is allowed for this code, so the externally modified state is being honored.

**`change_type`** *Enum*

Expand Down Expand Up @@ -1405,7 +1405,7 @@ Code was modified or removed externally after Seam successfully set it on the de

Enum values:

- <code>code_modified_external_to_seam</code>
- <code>external_modification_in_effect</code>


</details>
Expand Down Expand Up @@ -1678,9 +1678,9 @@ Indicates that the Seam API cannot communicate with [Seam Bridge](https://docs.s

---

**`code_modified_external_to_seam`**
**`conflicting_external_modification`**

Code was modified or removed externally after Seam successfully set it on the device.
Code was modified or removed externally after Seam successfully set it on the device. The external change conflicts with the state that Seam is trying to apply, so Seam will attempt to set the code on the device again.

---

Expand Down Expand Up @@ -1795,12 +1795,6 @@ Access code is being deleted.

---

**`code_modified_external_to_seam`**

Code was modified or removed externally after Seam successfully set it on the device.

---

**`code_rotates_periodically`**

The access code's PIN rotates periodically when the code is renewed. Retrieve the latest code before each use.
Expand All @@ -1819,6 +1813,12 @@ Delay in setting code on device.

---

**`external_modification_in_effect`**

Code was modified or removed externally after Seam successfully set it on the device. External modification is allowed for this code, so the externally modified state is being honored.

---

**`igloo_algopin_must_be_used_within_24_hours`**

Algopins must be used within 24 hours.
Expand Down
16 changes: 8 additions & 8 deletions mintlify-docs/api/access_codes/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Indicates that the access code is disabled or inactive on the device. The code e

---

### `code_modified_external_to_seam`
### `conflicting_external_modification`

Code was modified or removed externally after Seam successfully set it on the device.
Code was modified or removed externally after Seam successfully set it on the device. The external change conflicts with the state that Seam is trying to apply, so Seam will attempt to set the code on the device again.

---

Expand Down Expand Up @@ -254,12 +254,6 @@ Access code is being deleted.

---

### `code_modified_external_to_seam`

Code was modified or removed externally after Seam successfully set it on the device.

---

### `code_rotates_periodically`

The access code's PIN rotates periodically when the code is renewed. Retrieve the latest code before each use.
Expand All @@ -278,6 +272,12 @@ Delay in setting code on device.

---

### `external_modification_in_effect`

Code was modified or removed externally after Seam successfully set it on the device. External modification is allowed for this code, so the externally modified state is being honored.

---

### `igloo_algopin_must_be_used_within_24_hours`

Algopins must be used within 24 hours.
Expand Down
16 changes: 8 additions & 8 deletions mintlify-docs/api/access_codes/unmanaged/errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Indicates that the access code is disabled or inactive on the device. The code e

---

### `code_modified_external_to_seam`
### `conflicting_external_modification`

Code was modified or removed externally after Seam successfully set it on the device.
Code was modified or removed externally after Seam successfully set it on the device. The external change conflicts with the state that Seam is trying to apply, so Seam will attempt to set the code on the device again.

---

Expand Down Expand Up @@ -254,12 +254,6 @@ Access code is being deleted.

---

### `code_modified_external_to_seam`

Code was modified or removed externally after Seam successfully set it on the device.

---

### `code_rotates_periodically`

The access code's PIN rotates periodically when the code is renewed. Retrieve the latest code before each use.
Expand All @@ -278,6 +272,12 @@ Delay in setting code on device.

---

### `external_modification_in_effect`

Code was modified or removed externally after Seam successfully set it on the device. External modification is allowed for this code, so the externally modified state is being honored.

---

### `igloo_algopin_must_be_used_within_24_hours`

Algopins must be used within 24 hours.
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 @@ -44,7 +44,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.56.0",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.949.0",
"@seamapi/types": "1.950.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading