@keystrokehq/shortcut 0.1.3 → 0.1.4
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.
- package/dist/actions/get-iteration.d.cts +1 -1
- package/dist/actions/get-iteration.d.mts +1 -1
- package/dist/actions/search-stories-old.d.cts +2 -2
- package/dist/actions/search-stories-old.d.mts +2 -2
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -33,8 +33,8 @@ declare const ShortcutGetIterationOutput: z.ZodObject<{
|
|
|
33
33
|
external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
}, z.core.$loose>>;
|
|
35
35
|
status: z.ZodNullable<z.ZodEnum<{
|
|
36
|
-
done: "done";
|
|
37
36
|
started: "started";
|
|
37
|
+
done: "done";
|
|
38
38
|
unstarted: "unstarted";
|
|
39
39
|
}>>;
|
|
40
40
|
app_url: z.ZodNullable<z.ZodString>;
|
|
@@ -33,8 +33,8 @@ declare const ShortcutGetIterationOutput: z.ZodObject<{
|
|
|
33
33
|
external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
}, z.core.$loose>>;
|
|
35
35
|
status: z.ZodNullable<z.ZodEnum<{
|
|
36
|
-
done: "done";
|
|
37
36
|
started: "started";
|
|
37
|
+
done: "done";
|
|
38
38
|
unstarted: "unstarted";
|
|
39
39
|
}>>;
|
|
40
40
|
app_url: z.ZodNullable<z.ZodString>;
|
|
@@ -34,8 +34,8 @@ declare const ShortcutSearchStoriesOldInput: z.ZodObject<{
|
|
|
34
34
|
completed_at_start: z.ZodOptional<z.ZodString>;
|
|
35
35
|
includes_description: z.ZodOptional<z.ZodBoolean>;
|
|
36
36
|
workflow_state_types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
37
|
-
done: "done";
|
|
38
37
|
started: "started";
|
|
38
|
+
done: "done";
|
|
39
39
|
unstarted: "unstarted";
|
|
40
40
|
backlog: "backlog";
|
|
41
41
|
}>>>;
|
|
@@ -149,7 +149,7 @@ declare const shortcutSearchStoriesOld: import("@keystrokehq/action").WorkflowAc
|
|
|
149
149
|
workflow_state_id?: number | undefined;
|
|
150
150
|
completed_at_start?: string | undefined;
|
|
151
151
|
includes_description?: boolean | undefined;
|
|
152
|
-
workflow_state_types?: ("
|
|
152
|
+
workflow_state_types?: ("started" | "done" | "unstarted" | "backlog")[] | undefined;
|
|
153
153
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
154
154
|
//#endregion
|
|
155
155
|
export { shortcutSearchStoriesOld };
|
|
@@ -34,8 +34,8 @@ declare const ShortcutSearchStoriesOldInput: z.ZodObject<{
|
|
|
34
34
|
completed_at_start: z.ZodOptional<z.ZodString>;
|
|
35
35
|
includes_description: z.ZodOptional<z.ZodBoolean>;
|
|
36
36
|
workflow_state_types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
37
|
-
done: "done";
|
|
38
37
|
started: "started";
|
|
38
|
+
done: "done";
|
|
39
39
|
unstarted: "unstarted";
|
|
40
40
|
backlog: "backlog";
|
|
41
41
|
}>>>;
|
|
@@ -149,7 +149,7 @@ declare const shortcutSearchStoriesOld: import("@keystrokehq/action").WorkflowAc
|
|
|
149
149
|
workflow_state_id?: number | undefined;
|
|
150
150
|
completed_at_start?: string | undefined;
|
|
151
151
|
includes_description?: boolean | undefined;
|
|
152
|
-
workflow_state_types?: ("
|
|
152
|
+
workflow_state_types?: ("started" | "done" | "unstarted" | "backlog")[] | undefined;
|
|
153
153
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
154
154
|
//#endregion
|
|
155
155
|
export { shortcutSearchStoriesOld };
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const shortcutCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/shortcut",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "API Token",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Shortcut API token for authentication."
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shortcutCatalog = {\n \"slug\": \"shortcut\",\n \"name\": \"Shortcut\",\n \"description\": \"Shortcut aligns product development work with company objectives so teams can execute with a shared purpose.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/shortcut\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shortcutCatalog = {\n \"slug\": \"shortcut\",\n \"name\": \"Shortcut\",\n \"description\": \"Shortcut aligns product development work with company objectives so teams can execute with a shared purpose.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/shortcut\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your Shortcut API token for authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const shortcutCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "API Token";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Shortcut API token for authentication.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const shortcutCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "API Token";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Shortcut API token for authentication.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const shortcutCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/shortcut",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "API Token",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Shortcut API token for authentication."
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shortcutCatalog = {\n \"slug\": \"shortcut\",\n \"name\": \"Shortcut\",\n \"description\": \"Shortcut aligns product development work with company objectives so teams can execute with a shared purpose.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/shortcut\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const shortcutCatalog = {\n \"slug\": \"shortcut\",\n \"name\": \"Shortcut\",\n \"description\": \"Shortcut aligns product development work with company objectives so teams can execute with a shared purpose.\",\n \"category\": \"Project Management\",\n \"logo\": \"https://logos.composio.dev/api/shortcut\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Token\",\n \"secret\": true,\n \"description\": \"Your Shortcut API token for authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|