@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
|
@@ -39,7 +39,19 @@ declare const missiveCreateAnalyticsReport: import("@keystrokehq/action").Workfl
|
|
|
39
39
|
account_types?: ("custom" | "email" | "instagram" | "live_chat" | "messenger" | "sms" | "whatsapp")[] | undefined;
|
|
40
40
|
shared_labels?: string[] | undefined;
|
|
41
41
|
};
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
bearer_token: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
bearer_token: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { missiveCreateAnalyticsReport };
|
|
45
57
|
//# sourceMappingURL=create-analytics-report.d.cts.map
|
|
@@ -39,7 +39,19 @@ declare const missiveCreateAnalyticsReport: import("@keystrokehq/action").Workfl
|
|
|
39
39
|
account_types?: ("custom" | "email" | "instagram" | "live_chat" | "messenger" | "sms" | "whatsapp")[] | undefined;
|
|
40
40
|
shared_labels?: string[] | undefined;
|
|
41
41
|
};
|
|
42
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
42
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
43
|
+
connectionId: z.ZodString;
|
|
44
|
+
entityId: z.ZodString;
|
|
45
|
+
instanceId: z.ZodString;
|
|
46
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
47
|
+
bearer_token: z.ZodString;
|
|
48
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
bearer_token: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>;
|
|
43
55
|
//#endregion
|
|
44
56
|
export { missiveCreateAnalyticsReport };
|
|
45
57
|
//# sourceMappingURL=create-analytics-report.d.mts.map
|
|
@@ -8,11 +8,11 @@ declare const MissiveCreateContactsInput: z.ZodObject<{
|
|
|
8
8
|
kind: z.ZodEnum<{
|
|
9
9
|
custom: "custom";
|
|
10
10
|
email: "email";
|
|
11
|
-
url: "url";
|
|
12
11
|
phone_number: "phone_number";
|
|
13
12
|
twitter: "twitter";
|
|
14
13
|
facebook: "facebook";
|
|
15
14
|
physical_address: "physical_address";
|
|
15
|
+
url: "url";
|
|
16
16
|
}>;
|
|
17
17
|
name: z.ZodOptional<z.ZodString>;
|
|
18
18
|
label: z.ZodString;
|
|
@@ -103,7 +103,7 @@ declare const missiveCreateContacts: import("@keystrokehq/action").WorkflowActio
|
|
|
103
103
|
contact_book: string;
|
|
104
104
|
infos?: {
|
|
105
105
|
[x: string]: unknown;
|
|
106
|
-
kind: "custom" | "email" | "
|
|
106
|
+
kind: "custom" | "email" | "phone_number" | "twitter" | "facebook" | "physical_address" | "url";
|
|
107
107
|
label: string;
|
|
108
108
|
city?: string | undefined;
|
|
109
109
|
name?: string | undefined;
|
|
@@ -140,7 +140,19 @@ declare const missiveCreateContacts: import("@keystrokehq/action").WorkflowActio
|
|
|
140
140
|
phonetic_first_name?: string | undefined;
|
|
141
141
|
phonetic_middle_name?: string | undefined;
|
|
142
142
|
}[];
|
|
143
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
143
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
144
|
+
connectionId: z.ZodString;
|
|
145
|
+
entityId: z.ZodString;
|
|
146
|
+
instanceId: z.ZodString;
|
|
147
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
148
|
+
bearer_token: z.ZodString;
|
|
149
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
150
|
+
connectionId: z.ZodString;
|
|
151
|
+
entityId: z.ZodString;
|
|
152
|
+
instanceId: z.ZodString;
|
|
153
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
154
|
+
bearer_token: z.ZodString;
|
|
155
|
+
}, z.core.$strip>>]>;
|
|
144
156
|
//#endregion
|
|
145
157
|
export { missiveCreateContacts };
|
|
146
158
|
//# sourceMappingURL=create-contacts.d.cts.map
|
|
@@ -8,11 +8,11 @@ declare const MissiveCreateContactsInput: z.ZodObject<{
|
|
|
8
8
|
kind: z.ZodEnum<{
|
|
9
9
|
custom: "custom";
|
|
10
10
|
email: "email";
|
|
11
|
-
url: "url";
|
|
12
11
|
phone_number: "phone_number";
|
|
13
12
|
twitter: "twitter";
|
|
14
13
|
facebook: "facebook";
|
|
15
14
|
physical_address: "physical_address";
|
|
15
|
+
url: "url";
|
|
16
16
|
}>;
|
|
17
17
|
name: z.ZodOptional<z.ZodString>;
|
|
18
18
|
label: z.ZodString;
|
|
@@ -103,7 +103,7 @@ declare const missiveCreateContacts: import("@keystrokehq/action").WorkflowActio
|
|
|
103
103
|
contact_book: string;
|
|
104
104
|
infos?: {
|
|
105
105
|
[x: string]: unknown;
|
|
106
|
-
kind: "custom" | "email" | "
|
|
106
|
+
kind: "custom" | "email" | "phone_number" | "twitter" | "facebook" | "physical_address" | "url";
|
|
107
107
|
label: string;
|
|
108
108
|
city?: string | undefined;
|
|
109
109
|
name?: string | undefined;
|
|
@@ -140,7 +140,19 @@ declare const missiveCreateContacts: import("@keystrokehq/action").WorkflowActio
|
|
|
140
140
|
phonetic_first_name?: string | undefined;
|
|
141
141
|
phonetic_middle_name?: string | undefined;
|
|
142
142
|
}[];
|
|
143
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
143
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
144
|
+
connectionId: z.ZodString;
|
|
145
|
+
entityId: z.ZodString;
|
|
146
|
+
instanceId: z.ZodString;
|
|
147
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
148
|
+
bearer_token: z.ZodString;
|
|
149
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
150
|
+
connectionId: z.ZodString;
|
|
151
|
+
entityId: z.ZodString;
|
|
152
|
+
instanceId: z.ZodString;
|
|
153
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
154
|
+
bearer_token: z.ZodString;
|
|
155
|
+
}, z.core.$strip>>]>;
|
|
144
156
|
//#endregion
|
|
145
157
|
export { missiveCreateContacts };
|
|
146
158
|
//# sourceMappingURL=create-contacts.d.mts.map
|
|
@@ -143,7 +143,19 @@ declare const missiveCreateDraft: import("@keystrokehq/action").WorkflowActionDe
|
|
|
143
143
|
remove_shared_labels?: string[] | undefined;
|
|
144
144
|
quote_previous_message?: boolean | undefined;
|
|
145
145
|
external_response_variables?: Record<string, unknown> | undefined;
|
|
146
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
146
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
147
|
+
connectionId: z.ZodString;
|
|
148
|
+
entityId: z.ZodString;
|
|
149
|
+
instanceId: z.ZodString;
|
|
150
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
151
|
+
bearer_token: z.ZodString;
|
|
152
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
153
|
+
connectionId: z.ZodString;
|
|
154
|
+
entityId: z.ZodString;
|
|
155
|
+
instanceId: z.ZodString;
|
|
156
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
157
|
+
bearer_token: z.ZodString;
|
|
158
|
+
}, z.core.$strip>>]>;
|
|
147
159
|
//#endregion
|
|
148
160
|
export { missiveCreateDraft };
|
|
149
161
|
//# sourceMappingURL=create-draft.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-draft.d.cts","names":[],"sources":["../../src/actions/create-draft.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+DvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-draft.d.cts","names":[],"sources":["../../src/actions/create-draft.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+DvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -143,7 +143,19 @@ declare const missiveCreateDraft: import("@keystrokehq/action").WorkflowActionDe
|
|
|
143
143
|
remove_shared_labels?: string[] | undefined;
|
|
144
144
|
quote_previous_message?: boolean | undefined;
|
|
145
145
|
external_response_variables?: Record<string, unknown> | undefined;
|
|
146
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
146
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
147
|
+
connectionId: z.ZodString;
|
|
148
|
+
entityId: z.ZodString;
|
|
149
|
+
instanceId: z.ZodString;
|
|
150
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
151
|
+
bearer_token: z.ZodString;
|
|
152
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
153
|
+
connectionId: z.ZodString;
|
|
154
|
+
entityId: z.ZodString;
|
|
155
|
+
instanceId: z.ZodString;
|
|
156
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
157
|
+
bearer_token: z.ZodString;
|
|
158
|
+
}, z.core.$strip>>]>;
|
|
147
159
|
//#endregion
|
|
148
160
|
export { missiveCreateDraft };
|
|
149
161
|
//# sourceMappingURL=create-draft.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-draft.d.mts","names":[],"sources":["../../src/actions/create-draft.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+DvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA
|
|
1
|
+
{"version":3,"file":"create-draft.d.mts","names":[],"sources":["../../src/actions/create-draft.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+DvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA"}
|
|
@@ -37,7 +37,19 @@ declare const missiveCreatePost: import("@keystrokehq/action").WorkflowActionDef
|
|
|
37
37
|
remove_assignees?: string[] | undefined;
|
|
38
38
|
add_shared_labels?: string[] | undefined;
|
|
39
39
|
remove_shared_labels?: string[] | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
bearer_token: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
bearer_token: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>;
|
|
41
53
|
//#endregion
|
|
42
54
|
export { missiveCreatePost };
|
|
43
55
|
//# sourceMappingURL=create-post.d.cts.map
|
|
@@ -37,7 +37,19 @@ declare const missiveCreatePost: import("@keystrokehq/action").WorkflowActionDef
|
|
|
37
37
|
remove_assignees?: string[] | undefined;
|
|
38
38
|
add_shared_labels?: string[] | undefined;
|
|
39
39
|
remove_shared_labels?: string[] | undefined;
|
|
40
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
40
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
41
|
+
connectionId: z.ZodString;
|
|
42
|
+
entityId: z.ZodString;
|
|
43
|
+
instanceId: z.ZodString;
|
|
44
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
45
|
+
bearer_token: z.ZodString;
|
|
46
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
47
|
+
connectionId: z.ZodString;
|
|
48
|
+
entityId: z.ZodString;
|
|
49
|
+
instanceId: z.ZodString;
|
|
50
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
+
bearer_token: z.ZodString;
|
|
52
|
+
}, z.core.$strip>>]>;
|
|
41
53
|
//#endregion
|
|
42
54
|
export { missiveCreatePost };
|
|
43
55
|
//# sourceMappingURL=create-post.d.mts.map
|
|
@@ -57,7 +57,19 @@ declare const missiveCreateResponse: import("@keystrokehq/action").WorkflowActio
|
|
|
57
57
|
organization?: string | undefined;
|
|
58
58
|
share_with_team?: string | undefined;
|
|
59
59
|
}[];
|
|
60
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
60
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
bearer_token: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
bearer_token: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>;
|
|
61
73
|
//#endregion
|
|
62
74
|
export { missiveCreateResponse };
|
|
63
75
|
//# sourceMappingURL=create-response.d.cts.map
|
|
@@ -57,7 +57,19 @@ declare const missiveCreateResponse: import("@keystrokehq/action").WorkflowActio
|
|
|
57
57
|
organization?: string | undefined;
|
|
58
58
|
share_with_team?: string | undefined;
|
|
59
59
|
}[];
|
|
60
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
60
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
61
|
+
connectionId: z.ZodString;
|
|
62
|
+
entityId: z.ZodString;
|
|
63
|
+
instanceId: z.ZodString;
|
|
64
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
65
|
+
bearer_token: z.ZodString;
|
|
66
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
67
|
+
connectionId: z.ZodString;
|
|
68
|
+
entityId: z.ZodString;
|
|
69
|
+
instanceId: z.ZodString;
|
|
70
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
71
|
+
bearer_token: z.ZodString;
|
|
72
|
+
}, z.core.$strip>>]>;
|
|
61
73
|
//#endregion
|
|
62
74
|
export { missiveCreateResponse };
|
|
63
75
|
//# sourceMappingURL=create-response.d.mts.map
|
|
@@ -29,7 +29,19 @@ declare const missiveCreateSharedLabel: import("@keystrokehq/action").WorkflowAc
|
|
|
29
29
|
parent?: string | undefined;
|
|
30
30
|
visibility?: string | undefined;
|
|
31
31
|
}[];
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
bearer_token: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
bearer_token: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
33
45
|
//#endregion
|
|
34
46
|
export { missiveCreateSharedLabel };
|
|
35
47
|
//# sourceMappingURL=create-shared-label.d.cts.map
|
|
@@ -29,7 +29,19 @@ declare const missiveCreateSharedLabel: import("@keystrokehq/action").WorkflowAc
|
|
|
29
29
|
parent?: string | undefined;
|
|
30
30
|
visibility?: string | undefined;
|
|
31
31
|
}[];
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
32
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
bearer_token: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
39
|
+
connectionId: z.ZodString;
|
|
40
|
+
entityId: z.ZodString;
|
|
41
|
+
instanceId: z.ZodString;
|
|
42
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
43
|
+
bearer_token: z.ZodString;
|
|
44
|
+
}, z.core.$strip>>]>;
|
|
33
45
|
//#endregion
|
|
34
46
|
export { missiveCreateSharedLabel };
|
|
35
47
|
//# sourceMappingURL=create-shared-label.d.mts.map
|
|
@@ -46,7 +46,19 @@ declare const missiveCreateTask: import("@keystrokehq/action").WorkflowActionDef
|
|
|
46
46
|
references?: string[] | undefined;
|
|
47
47
|
description?: string | undefined;
|
|
48
48
|
conversation?: string | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
bearer_token: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
bearer_token: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { missiveCreateTask };
|
|
52
64
|
//# sourceMappingURL=create-task.d.cts.map
|
|
@@ -46,7 +46,19 @@ declare const missiveCreateTask: import("@keystrokehq/action").WorkflowActionDef
|
|
|
46
46
|
references?: string[] | undefined;
|
|
47
47
|
description?: string | undefined;
|
|
48
48
|
conversation?: string | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
bearer_token: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
bearer_token: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { missiveCreateTask };
|
|
52
64
|
//# sourceMappingURL=create-task.d.mts.map
|
|
@@ -30,7 +30,19 @@ declare const missiveCreateTeam: import("@keystrokehq/action").WorkflowActionDef
|
|
|
30
30
|
aliases?: string[] | undefined;
|
|
31
31
|
observers?: string[] | undefined;
|
|
32
32
|
}[];
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
bearer_token: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
bearer_token: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { missiveCreateTeam };
|
|
36
48
|
//# sourceMappingURL=create-team.d.cts.map
|
|
@@ -30,7 +30,19 @@ declare const missiveCreateTeam: import("@keystrokehq/action").WorkflowActionDef
|
|
|
30
30
|
aliases?: string[] | undefined;
|
|
31
31
|
observers?: string[] | undefined;
|
|
32
32
|
}[];
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
bearer_token: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
bearer_token: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { missiveCreateTeam };
|
|
36
48
|
//# sourceMappingURL=create-team.d.mts.map
|
|
@@ -38,7 +38,19 @@ declare const missiveCreateWebhook: import("@keystrokehq/action").WorkflowAction
|
|
|
38
38
|
subject_contains?: string | undefined;
|
|
39
39
|
content_ends_with?: string | undefined;
|
|
40
40
|
content_starts_with?: string | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
bearer_token: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
bearer_token: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { missiveCreateWebhook };
|
|
44
56
|
//# sourceMappingURL=create-webhook.d.cts.map
|
|
@@ -38,7 +38,19 @@ declare const missiveCreateWebhook: import("@keystrokehq/action").WorkflowAction
|
|
|
38
38
|
subject_contains?: string | undefined;
|
|
39
39
|
content_ends_with?: string | undefined;
|
|
40
40
|
content_starts_with?: string | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
41
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
bearer_token: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
48
|
+
connectionId: z.ZodString;
|
|
49
|
+
entityId: z.ZodString;
|
|
50
|
+
instanceId: z.ZodString;
|
|
51
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
52
|
+
bearer_token: z.ZodString;
|
|
53
|
+
}, z.core.$strip>>]>;
|
|
42
54
|
//#endregion
|
|
43
55
|
export { missiveCreateWebhook };
|
|
44
56
|
//# sourceMappingURL=create-webhook.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const MissiveDeleteDraftInput: z.ZodObject<{
|
|
|
7
7
|
declare const MissiveDeleteDraftOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const missiveDeleteDraft: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { missiveDeleteDraft };
|
|
13
25
|
//# sourceMappingURL=delete-draft.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const MissiveDeleteDraftInput: z.ZodObject<{
|
|
|
7
7
|
declare const MissiveDeleteDraftOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const missiveDeleteDraft: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { missiveDeleteDraft };
|
|
13
25
|
//# sourceMappingURL=delete-draft.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const MissiveDeletePostInput: z.ZodObject<{
|
|
|
7
7
|
declare const MissiveDeletePostOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const missiveDeletePost: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { missiveDeletePost };
|
|
13
25
|
//# sourceMappingURL=delete-post.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const MissiveDeletePostInput: z.ZodObject<{
|
|
|
7
7
|
declare const MissiveDeletePostOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const missiveDeletePost: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { missiveDeletePost };
|
|
13
25
|
//# sourceMappingURL=delete-post.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const MissiveDeleteResponsesInput: z.ZodObject<{
|
|
|
7
7
|
declare const MissiveDeleteResponsesOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const missiveDeleteResponses: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { missiveDeleteResponses };
|
|
13
25
|
//# sourceMappingURL=delete-responses.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const MissiveDeleteResponsesInput: z.ZodObject<{
|
|
|
7
7
|
declare const MissiveDeleteResponsesOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const missiveDeleteResponses: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { missiveDeleteResponses };
|
|
13
25
|
//# sourceMappingURL=delete-responses.d.mts.map
|
|
@@ -7,7 +7,19 @@ declare const MissiveDeleteWebhookInput: z.ZodObject<{
|
|
|
7
7
|
declare const MissiveDeleteWebhookOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const missiveDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
webhook_id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { missiveDeleteWebhook };
|
|
13
25
|
//# sourceMappingURL=delete-webhook.d.cts.map
|
|
@@ -7,7 +7,19 @@ declare const MissiveDeleteWebhookInput: z.ZodObject<{
|
|
|
7
7
|
declare const MissiveDeleteWebhookOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
8
|
declare const missiveDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
9
|
webhook_id: string;
|
|
10
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
11
|
+
connectionId: z.ZodString;
|
|
12
|
+
entityId: z.ZodString;
|
|
13
|
+
instanceId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15
|
+
bearer_token: z.ZodString;
|
|
16
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"missive", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
bearer_token: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>;
|
|
11
23
|
//#endregion
|
|
12
24
|
export { missiveDeleteWebhook };
|
|
13
25
|
//# sourceMappingURL=delete-webhook.d.mts.map
|