@useshortcut/client 2.1.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1335,6 +1335,8 @@ interface DocSlim {
|
|
|
1335
1335
|
id: string;
|
|
1336
1336
|
/** The Docs Title */
|
|
1337
1337
|
title?: string | null;
|
|
1338
|
+
/** The Shortcut application url for the Doc. */
|
|
1339
|
+
app_url: string;
|
|
1338
1340
|
}
|
|
1339
1341
|
/** An entity template can be used to prefill various fields when creating new stories. */
|
|
1340
1342
|
interface EntityTemplate {
|
|
@@ -2250,8 +2252,6 @@ interface HistoryActionStoryCommentCreate {
|
|
|
2250
2252
|
* @pattern ^https?://.+$
|
|
2251
2253
|
*/
|
|
2252
2254
|
app_url: string;
|
|
2253
|
-
/** The text of the Story Comment. */
|
|
2254
|
-
text: string;
|
|
2255
2255
|
/**
|
|
2256
2256
|
* The Member ID of who created the Story Comment.
|
|
2257
2257
|
* @format uuid
|
|
@@ -1335,6 +1335,8 @@ interface DocSlim {
|
|
|
1335
1335
|
id: string;
|
|
1336
1336
|
/** The Docs Title */
|
|
1337
1337
|
title?: string | null;
|
|
1338
|
+
/** The Shortcut application url for the Doc. */
|
|
1339
|
+
app_url: string;
|
|
1338
1340
|
}
|
|
1339
1341
|
/** An entity template can be used to prefill various fields when creating new stories. */
|
|
1340
1342
|
interface EntityTemplate {
|
|
@@ -2250,8 +2252,6 @@ interface HistoryActionStoryCommentCreate {
|
|
|
2250
2252
|
* @pattern ^https?://.+$
|
|
2251
2253
|
*/
|
|
2252
2254
|
app_url: string;
|
|
2253
|
-
/** The text of the Story Comment. */
|
|
2254
|
-
text: string;
|
|
2255
2255
|
/**
|
|
2256
2256
|
* The Member ID of who created the Story Comment.
|
|
2257
2257
|
* @format uuid
|