@keystrokehq/missive 0.1.4 → 0.1.5
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/create-analytics-report.d.cts +13 -1
- package/dist/actions/create-analytics-report.d.mts +13 -1
- package/dist/actions/create-contacts.d.cts +15 -3
- package/dist/actions/create-contacts.d.mts +15 -3
- package/dist/actions/create-draft.d.cts +13 -1
- package/dist/actions/create-draft.d.cts.map +1 -1
- package/dist/actions/create-draft.d.mts +13 -1
- package/dist/actions/create-draft.d.mts.map +1 -1
- package/dist/actions/create-post.d.cts +13 -1
- package/dist/actions/create-post.d.mts +13 -1
- package/dist/actions/create-response.d.cts +13 -1
- package/dist/actions/create-response.d.mts +13 -1
- package/dist/actions/create-shared-label.d.cts +13 -1
- package/dist/actions/create-shared-label.d.mts +13 -1
- package/dist/actions/create-task.d.cts +13 -1
- package/dist/actions/create-task.d.mts +13 -1
- package/dist/actions/create-team.d.cts +13 -1
- package/dist/actions/create-team.d.mts +13 -1
- package/dist/actions/create-webhook.d.cts +13 -1
- package/dist/actions/create-webhook.d.mts +13 -1
- package/dist/actions/delete-draft.d.cts +13 -1
- package/dist/actions/delete-draft.d.mts +13 -1
- package/dist/actions/delete-post.d.cts +13 -1
- package/dist/actions/delete-post.d.mts +13 -1
- package/dist/actions/delete-responses.d.cts +13 -1
- package/dist/actions/delete-responses.d.mts +13 -1
- package/dist/actions/delete-webhook.d.cts +13 -1
- package/dist/actions/delete-webhook.d.mts +13 -1
- package/dist/actions/get-analytics-report.d.cts +13 -1
- package/dist/actions/get-analytics-report.d.mts +13 -1
- package/dist/actions/get-contact.d.cts +13 -1
- package/dist/actions/get-contact.d.mts +13 -1
- package/dist/actions/get-conversation-messages.d.cts +13 -1
- package/dist/actions/get-conversation-messages.d.mts +13 -1
- package/dist/actions/get-conversation.d.cts +13 -1
- package/dist/actions/get-conversation.d.mts +13 -1
- package/dist/actions/get-message.d.cts +13 -1
- package/dist/actions/get-message.d.mts +13 -1
- package/dist/actions/get-response.d.cts +13 -1
- package/dist/actions/get-response.d.mts +13 -1
- package/dist/actions/get-task.d.cts +13 -1
- package/dist/actions/get-task.d.mts +13 -1
- package/dist/actions/list-contact-books.d.cts +13 -1
- package/dist/actions/list-contact-books.d.mts +13 -1
- package/dist/actions/list-contact-groups.d.cts +13 -1
- package/dist/actions/list-contact-groups.d.mts +13 -1
- package/dist/actions/list-contacts.d.cts +14 -2
- package/dist/actions/list-contacts.d.mts +14 -2
- package/dist/actions/list-conversation-comments.d.cts +13 -1
- package/dist/actions/list-conversation-comments.d.mts +13 -1
- package/dist/actions/list-conversation-drafts.d.cts +13 -1
- package/dist/actions/list-conversation-drafts.d.mts +13 -1
- package/dist/actions/list-conversation-posts.d.cts +13 -1
- package/dist/actions/list-conversation-posts.d.mts +13 -1
- package/dist/actions/list-conversations.d.cts +13 -1
- package/dist/actions/list-conversations.d.mts +13 -1
- package/dist/actions/list-messages.d.cts +13 -1
- package/dist/actions/list-messages.d.mts +13 -1
- package/dist/actions/list-organizations.d.cts +13 -1
- package/dist/actions/list-organizations.d.mts +13 -1
- package/dist/actions/list-responses.d.cts +13 -1
- package/dist/actions/list-responses.d.mts +13 -1
- package/dist/actions/list-shared-labels.d.cts +13 -1
- package/dist/actions/list-shared-labels.d.mts +13 -1
- package/dist/actions/list-tasks.d.cts +13 -1
- package/dist/actions/list-tasks.d.mts +13 -1
- package/dist/actions/list-teams.d.cts +13 -1
- package/dist/actions/list-teams.d.mts +13 -1
- package/dist/actions/list-users.d.cts +13 -1
- package/dist/actions/list-users.d.mts +13 -1
- package/dist/actions/merge-conversations.d.cts +13 -1
- package/dist/actions/merge-conversations.d.mts +13 -1
- package/dist/actions/update-contact.d.cts +15 -3
- package/dist/actions/update-contact.d.mts +15 -3
- package/dist/actions/update-response.d.cts +13 -1
- package/dist/actions/update-response.d.mts +13 -1
- package/dist/actions/update-shared-labels.d.cts +13 -1
- package/dist/actions/update-shared-labels.d.mts +13 -1
- package/dist/actions/update-task.d.cts +13 -1
- package/dist/actions/update-task.d.mts +13 -1
- package/dist/actions/update-team.d.cts +13 -1
- package/dist/actions/update-team.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const missive = (0,
|
|
4
|
+
const missive = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "missive",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { bearer_token: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.missive = missive;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const missive = defineApp({\n slug: \"missive\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const missive = defineApp({\n slug: \"missive\",\n auth: \"keystroke\",\n credential: {\n bearer_token: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAA,GAAA,2BAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;CACN,YAAY,EACV,cAAcA,IAAAA,EAAE,OAAO,EACzB;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const missive: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const missive: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
bearer_token: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { missive };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const missive: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const missive: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
bearer_token: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { missive };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const missive = defineApp({
|
|
4
5
|
slug: "missive",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { bearer_token: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { missive };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const missive = defineApp({\n slug: \"missive\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const missive = defineApp({\n slug: \"missive\",\n auth: \"keystroke\",\n credential: {\n bearer_token: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;CACN,YAAY,EACV,cAAc,EAAE,OAAO,EACzB;AACF,CAAC"}
|