@openctx/protocol
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -40,2 +40,6 @@ import type { Annotation, Item } from '@openctx/schema'; | ||
/** | ||
* The label that is shown when a user wants to query mentions. For example `Search...` or `Paste Linear URL`. | ||
*/ | ||
label?: string; | ||
/** | ||
* The list of regex patterns for triggering mentions for the provider when users directly types a matching text, for example a url, allowing the user to bypass choosing the provider manually. | ||
@@ -42,0 +46,0 @@ */ |
{ | ||
"name": "@openctx/protocol", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "OpenCtx client/provider protocol", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -155,2 +155,6 @@ { | ||
"properties": { | ||
"label": { | ||
"description": "The label that is shown when a user wants to query mentions. For example `Search...` or `Paste Linear URL`.", | ||
"type": "string" | ||
}, | ||
"selectors": { | ||
@@ -157,0 +161,0 @@ "description": "The list of regex patterns for triggering mentions for the provider when users directly types a matching text, for example a url, allowing the user to bypass choosing the provider manually.", |
@@ -56,2 +56,6 @@ import type { Annotation, Item } from '@openctx/schema' | ||
/** | ||
* The label that is shown when a user wants to query mentions. For example `Search...` or `Paste Linear URL`. | ||
*/ | ||
label?: string | ||
/** | ||
* The list of regex patterns for triggering mentions for the provider when users directly types a matching text, for example a url, allowing the user to bypass choosing the provider manually. | ||
@@ -58,0 +62,0 @@ */ |
Sorry, the diff of this file is not supported yet
30733
554