@interweave/interweave
Advanced tools
Comparing version
@@ -209,2 +209,6 @@ export interface Error { | ||
}; | ||
/** | ||
* If a Request requires authentication, specify a key from the interface authentication object | ||
*/ | ||
authentication_key?: string; | ||
} | ||
@@ -297,3 +301,3 @@ export interface Parameter { | ||
*/ | ||
authorization?: { | ||
authentication?: { | ||
/** | ||
@@ -318,2 +322,27 @@ * Keys are project scoped. | ||
}; | ||
/** | ||
* Customize what gets rendered in the modal | ||
*/ | ||
interface: { | ||
/** | ||
* Title in the modal | ||
*/ | ||
title?: string; | ||
/** | ||
* Label for the input | ||
*/ | ||
label?: string; | ||
/** | ||
* Placeholder text for the input | ||
*/ | ||
placeholder?: string; | ||
/** | ||
* Text to add context about what is needed here | ||
*/ | ||
description?: string; | ||
/** | ||
* Link to provide more instructions about obtaining this key | ||
*/ | ||
instructions_link?: string; | ||
}; | ||
}; | ||
@@ -320,0 +349,0 @@ }; |
{ | ||
"name": "@interweave/interweave", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -231,2 +231,6 @@ export interface Error { | ||
}; | ||
/** | ||
* If a Request requires authentication, specify a key from the interface authentication object | ||
*/ | ||
authentication_key?: string; | ||
} | ||
@@ -329,3 +333,3 @@ | ||
*/ | ||
authorization?: { | ||
authentication?: { | ||
/** | ||
@@ -350,2 +354,27 @@ * Keys are project scoped. | ||
}; | ||
/** | ||
* Customize what gets rendered in the modal | ||
*/ | ||
interface: { | ||
/** | ||
* Title in the modal | ||
*/ | ||
title?: string; | ||
/** | ||
* Label for the input | ||
*/ | ||
label?: string; | ||
/** | ||
* Placeholder text for the input | ||
*/ | ||
placeholder?: string; | ||
/** | ||
* Text to add context about what is needed here | ||
*/ | ||
description?: string; | ||
/** | ||
* Link to provide more instructions about obtaining this key | ||
*/ | ||
instructions_link?: string; | ||
}; | ||
}; | ||
@@ -352,0 +381,0 @@ }; |
95597
1.67%2767
2.14%