Commit 8a5cdd0
authored
Minor updates for more robust generation (#20)
This pull request updates documentation and instructions related to the
Snap-In and Airdrop SDK usage, with a focus on clarifying requirements
for the SDK version, the `initialDomainMapping` parameter, and the
handling of extraction state. The most important changes are summarized
below:
**SDK Version and Usage Requirements:**
* Updated the required Airdrop SDK Library version from "1.5.1" to
"1.8.0" in the Snap-In template documentation, ensuring that all
features and fixes up to the latest version are utilized.
**initialDomainMapping Parameter Clarifications:**
* Changed the `initialDomainMapping` parameter from optional to required
in the documentation for the `spawn` method, making it clear that this
object must always be provided.
* Clarified in the spawn method instructions that the initial domain
mapping JSON object must be used for the `initialDomainMapping`
parameter, and that it should be read directly from the JSON file.
**Extraction Task Handling:**
* Removed the call to `adapter.postState()` in the `onTimeout` handler
within the attachments extraction process documentation, likely to
streamline or correct the timeout flow.
Issue: https://app.devrev.ai/devrev/works/ISS-2063071 parent af21260 commit 8a5cdd0
File tree
4 files changed
+4
-5
lines changed- docs
- templates
4 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
| 7 | + | |
| 8 | + | |
0 commit comments