mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
Add invite callback-resolution test endpoint and snippet guidance
This commit is contained in:
parent
38b855e495
commit
988f1244e5
4 changed files with 173 additions and 1 deletions
|
|
@ -45,6 +45,11 @@ type InviteOnboardingManifest = {
|
|||
connectivity?: {
|
||||
guidance?: string;
|
||||
connectionCandidates?: string[];
|
||||
testResolutionEndpoint?: {
|
||||
method?: string;
|
||||
path?: string;
|
||||
url?: string;
|
||||
};
|
||||
};
|
||||
textInstructions?: {
|
||||
url?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue