@keystrokehq/resend 0.0.8 → 0.0.15
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/_official/index.d.mts +1 -1
- package/dist/_official/index.mjs +1 -1
- package/dist/api-keys.d.mts +3 -13
- package/dist/api-keys.mjs +1 -1
- package/dist/broadcasts.d.mts +6 -25
- package/dist/broadcasts.mjs +1 -1
- package/dist/client.d.mts +1 -1
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/contact-properties.d.mts +5 -21
- package/dist/contact-properties.mjs +1 -1
- package/dist/contacts.d.mts +10 -41
- package/dist/contacts.mjs +1 -1
- package/dist/domains.d.mts +6 -25
- package/dist/domains.mjs +1 -1
- package/dist/emails-receiving.d.mts +4 -17
- package/dist/emails-receiving.mjs +1 -1
- package/dist/emails.d.mts +8 -33
- package/dist/emails.mjs +1 -1
- package/dist/{factory-B3VyPRsL.mjs → factory-C91g4Zm2.mjs} +1 -1
- package/dist/{integration-MddL4Qms.d.mts → integration-DEgw-tXs.d.mts} +3 -6
- package/dist/{integration-BR1nTAnU.mjs → integration-DXosbRPM.mjs} +1 -0
- package/dist/logs.d.mts +2 -9
- package/dist/logs.mjs +1 -1
- package/dist/segments.d.mts +5 -21
- package/dist/segments.mjs +1 -1
- package/dist/templates.d.mts +7 -29
- package/dist/templates.mjs +1 -1
- package/dist/topics.d.mts +5 -21
- package/dist/topics.mjs +1 -1
- package/dist/webhooks.d.mts +5 -21
- package/dist/webhooks.mjs +1 -1
- package/package.json +4 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as resendOfficialIntegration, i as resendBundle } from "../integration-
|
|
1
|
+
import { a as resendOfficialIntegration, i as resendBundle } from "../integration-DEgw-tXs.mjs";
|
|
2
2
|
export { resendBundle, resendOfficialIntegration };
|
package/dist/_official/index.mjs
CHANGED
package/dist/api-keys.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/api-keys.d.ts
|
|
@@ -25,10 +24,7 @@ declare const createApiKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
25
24
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
26
25
|
RESEND_API_KEY: z.ZodString;
|
|
27
26
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
28
|
-
}, z.core.$strip
|
|
29
|
-
RESEND_API_KEY: z.ZodString;
|
|
30
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
31
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
27
|
+
}, z.core.$strip>>], undefined>;
|
|
32
28
|
declare const listApiKeys: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
33
29
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
34
30
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -44,10 +40,7 @@ declare const listApiKeys: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
44
40
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
45
41
|
RESEND_API_KEY: z.ZodString;
|
|
46
42
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
47
|
-
}, z.core.$strip
|
|
48
|
-
RESEND_API_KEY: z.ZodString;
|
|
49
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
50
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
43
|
+
}, z.core.$strip>>], undefined>;
|
|
51
44
|
declare const deleteApiKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
52
45
|
id: z.ZodString;
|
|
53
46
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -57,10 +50,7 @@ declare const deleteApiKey: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
57
50
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
58
51
|
RESEND_API_KEY: z.ZodString;
|
|
59
52
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
60
|
-
}, z.core.$strip
|
|
61
|
-
RESEND_API_KEY: z.ZodString;
|
|
62
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
63
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
53
|
+
}, z.core.$strip>>], undefined>;
|
|
64
54
|
type ResendApiKeySummary = z.infer<typeof apiKeySummarySchema>;
|
|
65
55
|
type ResendApiKeyCreated = z.infer<typeof apiKeyCreatedSchema>;
|
|
66
56
|
//#endregion
|
package/dist/api-keys.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendApiKeyPermissionSchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/api-keys.ts
|
package/dist/broadcasts.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/broadcasts.d.ts
|
|
@@ -89,10 +88,7 @@ declare const createBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
89
88
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
90
89
|
RESEND_API_KEY: z.ZodString;
|
|
91
90
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
92
|
-
}, z.core.$strip
|
|
93
|
-
RESEND_API_KEY: z.ZodString;
|
|
94
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
95
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
91
|
+
}, z.core.$strip>>], undefined>;
|
|
96
92
|
declare const listBroadcasts: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
97
93
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
98
94
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -122,10 +118,7 @@ declare const listBroadcasts: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
122
118
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
123
119
|
RESEND_API_KEY: z.ZodString;
|
|
124
120
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
125
|
-
}, z.core.$strip
|
|
126
|
-
RESEND_API_KEY: z.ZodString;
|
|
127
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
128
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
121
|
+
}, z.core.$strip>>], undefined>;
|
|
129
122
|
declare const retrieveBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
130
123
|
id: z.ZodString;
|
|
131
124
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -155,10 +148,7 @@ declare const retrieveBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
155
148
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
156
149
|
RESEND_API_KEY: z.ZodString;
|
|
157
150
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
158
|
-
}, z.core.$strip
|
|
159
|
-
RESEND_API_KEY: z.ZodString;
|
|
160
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
161
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
151
|
+
}, z.core.$strip>>], undefined>;
|
|
162
152
|
declare const updateBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
163
153
|
id: z.ZodString;
|
|
164
154
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -202,10 +192,7 @@ declare const updateBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
202
192
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
203
193
|
RESEND_API_KEY: z.ZodString;
|
|
204
194
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
205
|
-
}, z.core.$strip
|
|
206
|
-
RESEND_API_KEY: z.ZodString;
|
|
207
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
208
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
195
|
+
}, z.core.$strip>>], undefined>;
|
|
209
196
|
declare const sendBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
210
197
|
id: z.ZodString;
|
|
211
198
|
scheduled_at: z.ZodOptional<z.ZodString>;
|
|
@@ -215,10 +202,7 @@ declare const sendBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
215
202
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
216
203
|
RESEND_API_KEY: z.ZodString;
|
|
217
204
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
218
|
-
}, z.core.$strip
|
|
219
|
-
RESEND_API_KEY: z.ZodString;
|
|
220
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
221
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
205
|
+
}, z.core.$strip>>], undefined>;
|
|
222
206
|
declare const deleteBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
223
207
|
id: z.ZodString;
|
|
224
208
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -228,10 +212,7 @@ declare const deleteBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
228
212
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
229
213
|
RESEND_API_KEY: z.ZodString;
|
|
230
214
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
231
|
-
}, z.core.$strip
|
|
232
|
-
RESEND_API_KEY: z.ZodString;
|
|
233
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
234
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
215
|
+
}, z.core.$strip>>], undefined>;
|
|
235
216
|
type ResendBroadcastSummary = z.infer<typeof broadcastSummarySchema>;
|
|
236
217
|
type ResendBroadcastDetail = z.infer<typeof broadcastDetailSchema>;
|
|
237
218
|
//#endregion
|
package/dist/broadcasts.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/broadcasts.ts
|
package/dist/client.d.mts
CHANGED
package/dist/connection.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as resendOfficialIntegration, n as resend, r as resendAuthSchema, t as ResendCredentials } from "./integration-
|
|
1
|
+
import { a as resendOfficialIntegration, n as resend, r as resendAuthSchema, t as ResendCredentials } from "./integration-DEgw-tXs.mjs";
|
|
2
2
|
export { type ResendCredentials, resend, resendAuthSchema, resendOfficialIntegration };
|
package/dist/connection.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { i as resendOfficialIntegration, n as resendAuthSchema, t as resend } from "./integration-
|
|
1
|
+
import { i as resendOfficialIntegration, n as resendAuthSchema, t as resend } from "./integration-DXosbRPM.mjs";
|
|
2
2
|
|
|
3
3
|
export { resend, resendAuthSchema, resendOfficialIntegration };
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/contact-properties.d.ts
|
|
@@ -46,10 +45,7 @@ declare const createContactProperty: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
46
45
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
47
46
|
RESEND_API_KEY: z.ZodString;
|
|
48
47
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
49
|
-
}, z.core.$strip
|
|
50
|
-
RESEND_API_KEY: z.ZodString;
|
|
51
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
52
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
48
|
+
}, z.core.$strip>>], undefined>;
|
|
53
49
|
declare const listContactProperties: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
54
50
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
55
51
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -73,10 +69,7 @@ declare const listContactProperties: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
73
69
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
74
70
|
RESEND_API_KEY: z.ZodString;
|
|
75
71
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
76
|
-
}, z.core.$strip
|
|
77
|
-
RESEND_API_KEY: z.ZodString;
|
|
78
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
79
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
72
|
+
}, z.core.$strip>>], undefined>;
|
|
80
73
|
declare const retrieveContactProperty: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
81
74
|
id: z.ZodString;
|
|
82
75
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -94,10 +87,7 @@ declare const retrieveContactProperty: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
94
87
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
95
88
|
RESEND_API_KEY: z.ZodString;
|
|
96
89
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
97
|
-
}, z.core.$strip
|
|
98
|
-
RESEND_API_KEY: z.ZodString;
|
|
99
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
100
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
90
|
+
}, z.core.$strip>>], undefined>;
|
|
101
91
|
declare const updateContactProperty: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
102
92
|
id: z.ZodString;
|
|
103
93
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -116,10 +106,7 @@ declare const updateContactProperty: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
116
106
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
117
107
|
RESEND_API_KEY: z.ZodString;
|
|
118
108
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
119
|
-
}, z.core.$strip
|
|
120
|
-
RESEND_API_KEY: z.ZodString;
|
|
121
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
122
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
109
|
+
}, z.core.$strip>>], undefined>;
|
|
123
110
|
declare const deleteContactProperty: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
124
111
|
id: z.ZodString;
|
|
125
112
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -129,10 +116,7 @@ declare const deleteContactProperty: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
129
116
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
130
117
|
RESEND_API_KEY: z.ZodString;
|
|
131
118
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
132
|
-
}, z.core.$strip
|
|
133
|
-
RESEND_API_KEY: z.ZodString;
|
|
134
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
135
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
119
|
+
}, z.core.$strip>>], undefined>;
|
|
136
120
|
type ResendContactProperty = z.infer<typeof contactPropertySchema>;
|
|
137
121
|
type ResendContactPropertyType = z.infer<typeof contactPropertyTypeSchema>;
|
|
138
122
|
//#endregion
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/contact-properties.ts
|
package/dist/contacts.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/contacts.d.ts
|
|
@@ -50,10 +49,7 @@ declare const createContact: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
50
49
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
51
50
|
RESEND_API_KEY: z.ZodString;
|
|
52
51
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
53
|
-
}, z.core.$strip
|
|
54
|
-
RESEND_API_KEY: z.ZodString;
|
|
55
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
56
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
52
|
+
}, z.core.$strip>>], undefined>;
|
|
57
53
|
declare const listContacts: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
58
54
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
59
55
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -74,10 +70,7 @@ declare const listContacts: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
74
70
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
75
71
|
RESEND_API_KEY: z.ZodString;
|
|
76
72
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
77
|
-
}, z.core.$strip
|
|
78
|
-
RESEND_API_KEY: z.ZodString;
|
|
79
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
80
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
73
|
+
}, z.core.$strip>>], undefined>;
|
|
81
74
|
declare const retrieveContact: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
82
75
|
id: z.ZodString;
|
|
83
76
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -93,10 +86,7 @@ declare const retrieveContact: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
93
86
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
94
87
|
RESEND_API_KEY: z.ZodString;
|
|
95
88
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
96
|
-
}, z.core.$strip
|
|
97
|
-
RESEND_API_KEY: z.ZodString;
|
|
98
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
99
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
89
|
+
}, z.core.$strip>>], undefined>;
|
|
100
90
|
declare const updateContact: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
101
91
|
id: z.ZodString;
|
|
102
92
|
email: z.ZodOptional<z.ZodEmail>;
|
|
@@ -117,10 +107,7 @@ declare const updateContact: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
117
107
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
118
108
|
RESEND_API_KEY: z.ZodString;
|
|
119
109
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
120
|
-
}, z.core.$strip
|
|
121
|
-
RESEND_API_KEY: z.ZodString;
|
|
122
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
123
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
110
|
+
}, z.core.$strip>>], undefined>;
|
|
124
111
|
declare const deleteContact: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
125
112
|
id: z.ZodString;
|
|
126
113
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -130,30 +117,21 @@ declare const deleteContact: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
130
117
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
131
118
|
RESEND_API_KEY: z.ZodString;
|
|
132
119
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
133
|
-
}, z.core.$strip
|
|
134
|
-
RESEND_API_KEY: z.ZodString;
|
|
135
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
136
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
120
|
+
}, z.core.$strip>>], undefined>;
|
|
137
121
|
declare const addContactToSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
138
122
|
contact_id: z.ZodString;
|
|
139
123
|
segment_id: z.ZodString;
|
|
140
124
|
}, z.core.$strip>, z.ZodObject<{}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
141
125
|
RESEND_API_KEY: z.ZodString;
|
|
142
126
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
143
|
-
}, z.core.$strip
|
|
144
|
-
RESEND_API_KEY: z.ZodString;
|
|
145
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
146
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
127
|
+
}, z.core.$strip>>], undefined>;
|
|
147
128
|
declare const removeContactFromSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
148
129
|
contact_id: z.ZodString;
|
|
149
130
|
segment_id: z.ZodString;
|
|
150
131
|
}, z.core.$strip>, z.ZodObject<{}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
151
132
|
RESEND_API_KEY: z.ZodString;
|
|
152
133
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
153
|
-
}, z.core.$strip
|
|
154
|
-
RESEND_API_KEY: z.ZodString;
|
|
155
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
156
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
134
|
+
}, z.core.$strip>>], undefined>;
|
|
157
135
|
declare const listContactSegments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
158
136
|
contact_id: z.ZodString;
|
|
159
137
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -167,10 +145,7 @@ declare const listContactSegments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
167
145
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
168
146
|
RESEND_API_KEY: z.ZodString;
|
|
169
147
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
170
|
-
}, z.core.$strip
|
|
171
|
-
RESEND_API_KEY: z.ZodString;
|
|
172
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
173
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
148
|
+
}, z.core.$strip>>], undefined>;
|
|
174
149
|
declare const getContactTopics: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
175
150
|
contact_id: z.ZodString;
|
|
176
151
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -184,10 +159,7 @@ declare const getContactTopics: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
184
159
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
185
160
|
RESEND_API_KEY: z.ZodString;
|
|
186
161
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
187
|
-
}, z.core.$strip
|
|
188
|
-
RESEND_API_KEY: z.ZodString;
|
|
189
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
190
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
162
|
+
}, z.core.$strip>>], undefined>;
|
|
191
163
|
declare const updateContactTopics: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
192
164
|
contact_id: z.ZodString;
|
|
193
165
|
subscriptions: z.ZodArray<z.ZodObject<{
|
|
@@ -208,10 +180,7 @@ declare const updateContactTopics: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
208
180
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
209
181
|
RESEND_API_KEY: z.ZodString;
|
|
210
182
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
211
|
-
}, z.core.$strip
|
|
212
|
-
RESEND_API_KEY: z.ZodString;
|
|
213
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
214
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
183
|
+
}, z.core.$strip>>], undefined>;
|
|
215
184
|
type ResendContactSummary = z.infer<typeof contactSummarySchema>;
|
|
216
185
|
type ResendContactDetail = z.infer<typeof contactDetailSchema>;
|
|
217
186
|
//#endregion
|
package/dist/contacts.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/contacts.ts
|
package/dist/domains.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/domains.d.ts
|
|
@@ -121,10 +120,7 @@ declare const createDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
121
120
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
122
121
|
RESEND_API_KEY: z.ZodString;
|
|
123
122
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
124
|
-
}, z.core.$strip
|
|
125
|
-
RESEND_API_KEY: z.ZodString;
|
|
126
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
127
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
123
|
+
}, z.core.$strip>>], undefined>;
|
|
128
124
|
declare const listDomains: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
129
125
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
130
126
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -147,10 +143,7 @@ declare const listDomains: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
147
143
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
148
144
|
RESEND_API_KEY: z.ZodString;
|
|
149
145
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
150
|
-
}, z.core.$strip
|
|
151
|
-
RESEND_API_KEY: z.ZodString;
|
|
152
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
153
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
146
|
+
}, z.core.$strip>>], undefined>;
|
|
154
147
|
declare const retrieveDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
155
148
|
id: z.ZodString;
|
|
156
149
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -194,10 +187,7 @@ declare const retrieveDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
194
187
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
195
188
|
RESEND_API_KEY: z.ZodString;
|
|
196
189
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
197
|
-
}, z.core.$strip
|
|
198
|
-
RESEND_API_KEY: z.ZodString;
|
|
199
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
200
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
190
|
+
}, z.core.$strip>>], undefined>;
|
|
201
191
|
declare const updateDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
202
192
|
id: z.ZodString;
|
|
203
193
|
open_tracking: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -258,10 +248,7 @@ declare const updateDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
258
248
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
259
249
|
RESEND_API_KEY: z.ZodString;
|
|
260
250
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
261
|
-
}, z.core.$strip
|
|
262
|
-
RESEND_API_KEY: z.ZodString;
|
|
263
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
264
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
251
|
+
}, z.core.$strip>>], undefined>;
|
|
265
252
|
declare const verifyDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
266
253
|
id: z.ZodString;
|
|
267
254
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -270,10 +257,7 @@ declare const verifyDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
270
257
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
271
258
|
RESEND_API_KEY: z.ZodString;
|
|
272
259
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
273
|
-
}, z.core.$strip
|
|
274
|
-
RESEND_API_KEY: z.ZodString;
|
|
275
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
276
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
260
|
+
}, z.core.$strip>>], undefined>;
|
|
277
261
|
declare const deleteDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
278
262
|
id: z.ZodString;
|
|
279
263
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -283,10 +267,7 @@ declare const deleteDomain: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
283
267
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
284
268
|
RESEND_API_KEY: z.ZodString;
|
|
285
269
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
286
|
-
}, z.core.$strip
|
|
287
|
-
RESEND_API_KEY: z.ZodString;
|
|
288
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
289
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
270
|
+
}, z.core.$strip>>], undefined>;
|
|
290
271
|
type ResendDomainSummary = z.infer<typeof domainSummarySchema>;
|
|
291
272
|
type ResendDomainDetail = z.infer<typeof domainDetailSchema>;
|
|
292
273
|
//#endregion
|
package/dist/domains.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendCapabilityStateSchema, resendListEnvelope, resendRegionSchema, resendTlsPolicySchema } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/domains.ts
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/emails-receiving.d.ts
|
|
@@ -93,10 +92,7 @@ declare const listReceivedEmails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
93
92
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
94
93
|
RESEND_API_KEY: z.ZodString;
|
|
95
94
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
96
|
-
}, z.core.$strip
|
|
97
|
-
RESEND_API_KEY: z.ZodString;
|
|
98
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
99
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
95
|
+
}, z.core.$strip>>], undefined>;
|
|
100
96
|
declare const retrieveReceivedEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
101
97
|
id: z.ZodString;
|
|
102
98
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -124,10 +120,7 @@ declare const retrieveReceivedEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
124
120
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
125
121
|
RESEND_API_KEY: z.ZodString;
|
|
126
122
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
127
|
-
}, z.core.$strip
|
|
128
|
-
RESEND_API_KEY: z.ZodString;
|
|
129
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
130
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
123
|
+
}, z.core.$strip>>], undefined>;
|
|
131
124
|
declare const listReceivedAttachments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
132
125
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
133
126
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -147,10 +140,7 @@ declare const listReceivedAttachments: _keystrokehq_core0.Operation<z.ZodObject<
|
|
|
147
140
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
148
141
|
RESEND_API_KEY: z.ZodString;
|
|
149
142
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
150
|
-
}, z.core.$strip
|
|
151
|
-
RESEND_API_KEY: z.ZodString;
|
|
152
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
153
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
143
|
+
}, z.core.$strip>>], undefined>;
|
|
154
144
|
declare const retrieveReceivedAttachment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
155
145
|
email_id: z.ZodString;
|
|
156
146
|
attachment_id: z.ZodString;
|
|
@@ -165,10 +155,7 @@ declare const retrieveReceivedAttachment: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
165
155
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
166
156
|
RESEND_API_KEY: z.ZodString;
|
|
167
157
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
168
|
-
}, z.core.$strip
|
|
169
|
-
RESEND_API_KEY: z.ZodString;
|
|
170
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
171
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
158
|
+
}, z.core.$strip>>], undefined>;
|
|
172
159
|
type ResendReceivedEmailSummary = z.infer<typeof receivedEmailSummarySchema>;
|
|
173
160
|
type ResendReceivedEmailDetail = z.infer<typeof receivedEmailDetailSchema>;
|
|
174
161
|
type ResendReceivedAttachmentSummary = z.infer<typeof receivedAttachmentSummarySchema>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/emails-receiving.ts
|
package/dist/emails.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/emails.d.ts
|
|
@@ -140,10 +139,7 @@ declare const sendEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
140
139
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
141
140
|
RESEND_API_KEY: z.ZodString;
|
|
142
141
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
143
|
-
}, z.core.$strip
|
|
144
|
-
RESEND_API_KEY: z.ZodString;
|
|
145
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
146
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
142
|
+
}, z.core.$strip>>], undefined>;
|
|
147
143
|
declare const sendBatchEmails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
148
144
|
emails: z.ZodArray<z.ZodObject<{
|
|
149
145
|
from: z.ZodString;
|
|
@@ -173,10 +169,7 @@ declare const sendBatchEmails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
173
169
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
174
170
|
RESEND_API_KEY: z.ZodString;
|
|
175
171
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
176
|
-
}, z.core.$strip
|
|
177
|
-
RESEND_API_KEY: z.ZodString;
|
|
178
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
179
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
172
|
+
}, z.core.$strip>>], undefined>;
|
|
180
173
|
declare const listSentEmails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
181
174
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
182
175
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -200,10 +193,7 @@ declare const listSentEmails: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
200
193
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
201
194
|
RESEND_API_KEY: z.ZodString;
|
|
202
195
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
203
|
-
}, z.core.$strip
|
|
204
|
-
RESEND_API_KEY: z.ZodString;
|
|
205
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
206
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
196
|
+
}, z.core.$strip>>], undefined>;
|
|
207
197
|
declare const retrieveEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
208
198
|
id: z.ZodString;
|
|
209
199
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -228,10 +218,7 @@ declare const retrieveEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
228
218
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
229
219
|
RESEND_API_KEY: z.ZodString;
|
|
230
220
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
231
|
-
}, z.core.$strip
|
|
232
|
-
RESEND_API_KEY: z.ZodString;
|
|
233
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
234
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
221
|
+
}, z.core.$strip>>], undefined>;
|
|
235
222
|
declare const updateScheduledEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
236
223
|
id: z.ZodString;
|
|
237
224
|
scheduled_at: z.ZodOptional<z.ZodString>;
|
|
@@ -240,10 +227,7 @@ declare const updateScheduledEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
240
227
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
241
228
|
RESEND_API_KEY: z.ZodString;
|
|
242
229
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
243
|
-
}, z.core.$strip
|
|
244
|
-
RESEND_API_KEY: z.ZodString;
|
|
245
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
246
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
230
|
+
}, z.core.$strip>>], undefined>;
|
|
247
231
|
declare const cancelScheduledEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
248
232
|
id: z.ZodString;
|
|
249
233
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -252,10 +236,7 @@ declare const cancelScheduledEmail: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
252
236
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
253
237
|
RESEND_API_KEY: z.ZodString;
|
|
254
238
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
255
|
-
}, z.core.$strip
|
|
256
|
-
RESEND_API_KEY: z.ZodString;
|
|
257
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
258
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
239
|
+
}, z.core.$strip>>], undefined>;
|
|
259
240
|
declare const listSentAttachments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
260
241
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
261
242
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -275,10 +256,7 @@ declare const listSentAttachments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
275
256
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
276
257
|
RESEND_API_KEY: z.ZodString;
|
|
277
258
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
278
|
-
}, z.core.$strip
|
|
279
|
-
RESEND_API_KEY: z.ZodString;
|
|
280
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
281
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
259
|
+
}, z.core.$strip>>], undefined>;
|
|
282
260
|
declare const retrieveSentAttachment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
283
261
|
email_id: z.ZodString;
|
|
284
262
|
attachment_id: z.ZodString;
|
|
@@ -293,10 +271,7 @@ declare const retrieveSentAttachment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
293
271
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
294
272
|
RESEND_API_KEY: z.ZodString;
|
|
295
273
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
296
|
-
}, z.core.$strip
|
|
297
|
-
RESEND_API_KEY: z.ZodString;
|
|
298
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
299
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
274
|
+
}, z.core.$strip>>], undefined>;
|
|
300
275
|
type ResendSendEmailInput = z.infer<typeof sendEmailInputSchema>;
|
|
301
276
|
type ResendBatchSendInput = z.infer<typeof batchSendInputSchema>;
|
|
302
277
|
type ResendEmailSummary = z.infer<typeof emailSummarySchema>;
|
package/dist/emails.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/emails.ts
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as _keystrokehq_integration_authoring_official0 from "@keystrokehq/integration-authoring/official";
|
|
2
2
|
import { z } from "zod";
|
|
3
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
|
-
import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
|
|
5
3
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
|
+
import { InferCredentialSetAuth } from "@keystrokehq/core/credential-set";
|
|
6
5
|
|
|
7
6
|
//#region src/integration.d.ts
|
|
8
7
|
declare const resendAuthSchema: z.ZodObject<{
|
|
@@ -21,6 +20,7 @@ declare const resendOfficialIntegration: {
|
|
|
21
20
|
id: "resend";
|
|
22
21
|
name: string;
|
|
23
22
|
description: string;
|
|
23
|
+
credentialType: "manual";
|
|
24
24
|
auth: z.ZodObject<{
|
|
25
25
|
RESEND_API_KEY: z.ZodString;
|
|
26
26
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
@@ -36,10 +36,7 @@ declare const resendBundle: _keystrokehq_integration_authoring_official0.Officia
|
|
|
36
36
|
declare const resend: _keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
37
37
|
RESEND_API_KEY: z.ZodString;
|
|
38
38
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
39
|
-
}, z.core.$strip
|
|
40
|
-
RESEND_API_KEY: z.ZodString;
|
|
41
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
42
|
-
}, z.core.$strip>>[] | undefined>;
|
|
39
|
+
}, z.core.$strip>>;
|
|
43
40
|
/**
|
|
44
41
|
* Credentials injected into operations.
|
|
45
42
|
* Derived from the integration definition.
|
|
@@ -18,6 +18,7 @@ const resendOfficialIntegration = {
|
|
|
18
18
|
id: "resend",
|
|
19
19
|
name: "Resend",
|
|
20
20
|
description: "Resend transactional + receiving + broadcast email, contacts, segments, templates, domains, and Svix-signed webhook helpers.",
|
|
21
|
+
credentialType: "manual",
|
|
21
22
|
auth: resendAuthSchema,
|
|
22
23
|
proxy: { hosts: ["api.resend.com"] }
|
|
23
24
|
};
|
package/dist/logs.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/logs.d.ts
|
|
@@ -41,10 +40,7 @@ declare const listLogs: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
41
40
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
42
41
|
RESEND_API_KEY: z.ZodString;
|
|
43
42
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
44
|
-
}, z.core.$strip
|
|
45
|
-
RESEND_API_KEY: z.ZodString;
|
|
46
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
47
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
43
|
+
}, z.core.$strip>>], undefined>;
|
|
48
44
|
declare const retrieveLog: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
49
45
|
id: z.ZodString;
|
|
50
46
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -61,10 +57,7 @@ declare const retrieveLog: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
61
57
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
62
58
|
RESEND_API_KEY: z.ZodString;
|
|
63
59
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
64
|
-
}, z.core.$strip
|
|
65
|
-
RESEND_API_KEY: z.ZodString;
|
|
66
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
67
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
60
|
+
}, z.core.$strip>>], undefined>;
|
|
68
61
|
type ResendLogSummary = z.infer<typeof logSummarySchema>;
|
|
69
62
|
type ResendLogDetail = z.infer<typeof logDetailSchema>;
|
|
70
63
|
//#endregion
|
package/dist/logs.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/logs.ts
|
package/dist/segments.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/segments.d.ts
|
|
@@ -30,10 +29,7 @@ declare const createSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
30
29
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
31
30
|
RESEND_API_KEY: z.ZodString;
|
|
32
31
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
33
|
-
}, z.core.$strip
|
|
34
|
-
RESEND_API_KEY: z.ZodString;
|
|
35
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
36
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
32
|
+
}, z.core.$strip>>], undefined>;
|
|
37
33
|
declare const listSegments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
38
34
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
39
35
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -50,10 +46,7 @@ declare const listSegments: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
50
46
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
51
47
|
RESEND_API_KEY: z.ZodString;
|
|
52
48
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
53
|
-
}, z.core.$strip
|
|
54
|
-
RESEND_API_KEY: z.ZodString;
|
|
55
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
56
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
49
|
+
}, z.core.$strip>>], undefined>;
|
|
57
50
|
declare const retrieveSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
58
51
|
id: z.ZodString;
|
|
59
52
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -66,10 +59,7 @@ declare const retrieveSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
66
59
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
67
60
|
RESEND_API_KEY: z.ZodString;
|
|
68
61
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
69
|
-
}, z.core.$strip
|
|
70
|
-
RESEND_API_KEY: z.ZodString;
|
|
71
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
72
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
62
|
+
}, z.core.$strip>>], undefined>;
|
|
73
63
|
declare const deleteSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
74
64
|
id: z.ZodString;
|
|
75
65
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -79,10 +69,7 @@ declare const deleteSegment: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
79
69
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
80
70
|
RESEND_API_KEY: z.ZodString;
|
|
81
71
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
82
|
-
}, z.core.$strip
|
|
83
|
-
RESEND_API_KEY: z.ZodString;
|
|
84
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
85
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
72
|
+
}, z.core.$strip>>], undefined>;
|
|
86
73
|
declare const listSegmentContacts: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
87
74
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
88
75
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -102,10 +89,7 @@ declare const listSegmentContacts: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
102
89
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
103
90
|
RESEND_API_KEY: z.ZodString;
|
|
104
91
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
105
|
-
}, z.core.$strip
|
|
106
|
-
RESEND_API_KEY: z.ZodString;
|
|
107
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
108
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
92
|
+
}, z.core.$strip>>], undefined>;
|
|
109
93
|
type ResendSegmentSummary = z.infer<typeof segmentSummarySchema>;
|
|
110
94
|
type ResendSegmentDetail = z.infer<typeof segmentDetailSchema>;
|
|
111
95
|
//#endregion
|
package/dist/segments.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/segments.ts
|
package/dist/templates.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/templates.d.ts
|
|
@@ -51,10 +50,7 @@ declare const createTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
51
50
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
52
51
|
RESEND_API_KEY: z.ZodString;
|
|
53
52
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
54
|
-
}, z.core.$strip
|
|
55
|
-
RESEND_API_KEY: z.ZodString;
|
|
56
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
57
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
53
|
+
}, z.core.$strip>>], undefined>;
|
|
58
54
|
declare const listTemplates: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
59
55
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
60
56
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -74,10 +70,7 @@ declare const listTemplates: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
74
70
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
75
71
|
RESEND_API_KEY: z.ZodString;
|
|
76
72
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
77
|
-
}, z.core.$strip
|
|
78
|
-
RESEND_API_KEY: z.ZodString;
|
|
79
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
80
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
73
|
+
}, z.core.$strip>>], undefined>;
|
|
81
74
|
declare const retrieveTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
82
75
|
id: z.ZodString;
|
|
83
76
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -96,10 +89,7 @@ declare const retrieveTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
96
89
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
97
90
|
RESEND_API_KEY: z.ZodString;
|
|
98
91
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
99
|
-
}, z.core.$strip
|
|
100
|
-
RESEND_API_KEY: z.ZodString;
|
|
101
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
102
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
92
|
+
}, z.core.$strip>>], undefined>;
|
|
103
93
|
declare const updateTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
104
94
|
name: z.ZodOptional<z.ZodString>;
|
|
105
95
|
subject: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -126,10 +116,7 @@ declare const updateTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
126
116
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
127
117
|
RESEND_API_KEY: z.ZodString;
|
|
128
118
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
129
|
-
}, z.core.$strip
|
|
130
|
-
RESEND_API_KEY: z.ZodString;
|
|
131
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
132
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
119
|
+
}, z.core.$strip>>], undefined>;
|
|
133
120
|
declare const deleteTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
134
121
|
id: z.ZodString;
|
|
135
122
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -139,10 +126,7 @@ declare const deleteTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
139
126
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
140
127
|
RESEND_API_KEY: z.ZodString;
|
|
141
128
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
142
|
-
}, z.core.$strip
|
|
143
|
-
RESEND_API_KEY: z.ZodString;
|
|
144
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
145
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
129
|
+
}, z.core.$strip>>], undefined>;
|
|
146
130
|
declare const duplicateTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
147
131
|
id: z.ZodString;
|
|
148
132
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -161,10 +145,7 @@ declare const duplicateTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
161
145
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
162
146
|
RESEND_API_KEY: z.ZodString;
|
|
163
147
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
164
|
-
}, z.core.$strip
|
|
165
|
-
RESEND_API_KEY: z.ZodString;
|
|
166
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
167
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
148
|
+
}, z.core.$strip>>], undefined>;
|
|
168
149
|
declare const publishTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
169
150
|
id: z.ZodString;
|
|
170
151
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -183,10 +164,7 @@ declare const publishTemplate: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
183
164
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
184
165
|
RESEND_API_KEY: z.ZodString;
|
|
185
166
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
186
|
-
}, z.core.$strip
|
|
187
|
-
RESEND_API_KEY: z.ZodString;
|
|
188
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
189
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
167
|
+
}, z.core.$strip>>], undefined>;
|
|
190
168
|
type ResendTemplateSummary = z.infer<typeof templateSummarySchema>;
|
|
191
169
|
type ResendTemplateDetail = z.infer<typeof templateDetailSchema>;
|
|
192
170
|
//#endregion
|
package/dist/templates.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/templates.ts
|
package/dist/topics.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/topics.d.ts
|
|
@@ -34,10 +33,7 @@ declare const createTopic: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
34
33
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
35
34
|
RESEND_API_KEY: z.ZodString;
|
|
36
35
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
37
|
-
}, z.core.$strip
|
|
38
|
-
RESEND_API_KEY: z.ZodString;
|
|
39
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
40
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
36
|
+
}, z.core.$strip>>], undefined>;
|
|
41
37
|
declare const listTopics: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
42
38
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
43
39
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -59,10 +55,7 @@ declare const listTopics: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
59
55
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
60
56
|
RESEND_API_KEY: z.ZodString;
|
|
61
57
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
62
|
-
}, z.core.$strip
|
|
63
|
-
RESEND_API_KEY: z.ZodString;
|
|
64
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
65
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
58
|
+
}, z.core.$strip>>], undefined>;
|
|
66
59
|
declare const retrieveTopic: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
67
60
|
id: z.ZodString;
|
|
68
61
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -78,10 +71,7 @@ declare const retrieveTopic: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
78
71
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
79
72
|
RESEND_API_KEY: z.ZodString;
|
|
80
73
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
81
|
-
}, z.core.$strip
|
|
82
|
-
RESEND_API_KEY: z.ZodString;
|
|
83
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
84
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
74
|
+
}, z.core.$strip>>], undefined>;
|
|
85
75
|
declare const updateTopic: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
86
76
|
id: z.ZodString;
|
|
87
77
|
name: z.ZodOptional<z.ZodString>;
|
|
@@ -103,10 +93,7 @@ declare const updateTopic: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
103
93
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
104
94
|
RESEND_API_KEY: z.ZodString;
|
|
105
95
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
106
|
-
}, z.core.$strip
|
|
107
|
-
RESEND_API_KEY: z.ZodString;
|
|
108
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
109
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
96
|
+
}, z.core.$strip>>], undefined>;
|
|
110
97
|
declare const deleteTopic: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
111
98
|
id: z.ZodString;
|
|
112
99
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -116,10 +103,7 @@ declare const deleteTopic: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
116
103
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
117
104
|
RESEND_API_KEY: z.ZodString;
|
|
118
105
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
119
|
-
}, z.core.$strip
|
|
120
|
-
RESEND_API_KEY: z.ZodString;
|
|
121
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
122
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
106
|
+
}, z.core.$strip>>], undefined>;
|
|
123
107
|
type ResendTopic = z.infer<typeof topicSchema>;
|
|
124
108
|
//#endregion
|
|
125
109
|
export { ResendTopic, createTopic, deleteTopic, listTopics, retrieveTopic, updateTopic };
|
package/dist/topics.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
|
-
import { t as resendOperation } from "./factory-
|
|
3
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/topics.ts
|
package/dist/webhooks.d.mts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
3
2
|
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
4
3
|
|
|
5
4
|
//#region src/webhooks.d.ts
|
|
@@ -119,10 +118,7 @@ declare const createWebhook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
119
118
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
120
119
|
RESEND_API_KEY: z.ZodString;
|
|
121
120
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
122
|
-
}, z.core.$strip
|
|
123
|
-
RESEND_API_KEY: z.ZodString;
|
|
124
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
125
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
121
|
+
}, z.core.$strip>>], undefined>;
|
|
126
122
|
declare const listWebhooks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
127
123
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
128
124
|
after: z.ZodOptional<z.ZodString>;
|
|
@@ -162,10 +158,7 @@ declare const listWebhooks: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
162
158
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
163
159
|
RESEND_API_KEY: z.ZodString;
|
|
164
160
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
165
|
-
}, z.core.$strip
|
|
166
|
-
RESEND_API_KEY: z.ZodString;
|
|
167
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
168
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
161
|
+
}, z.core.$strip>>], undefined>;
|
|
169
162
|
declare const retrieveWebhook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
170
163
|
id: z.ZodString;
|
|
171
164
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -200,10 +193,7 @@ declare const retrieveWebhook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
200
193
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
201
194
|
RESEND_API_KEY: z.ZodString;
|
|
202
195
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
203
|
-
}, z.core.$strip
|
|
204
|
-
RESEND_API_KEY: z.ZodString;
|
|
205
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
206
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
196
|
+
}, z.core.$strip>>], undefined>;
|
|
207
197
|
declare const updateWebhook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
208
198
|
id: z.ZodString;
|
|
209
199
|
endpoint_url: z.ZodOptional<z.ZodURL>;
|
|
@@ -262,10 +252,7 @@ declare const updateWebhook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
262
252
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
263
253
|
RESEND_API_KEY: z.ZodString;
|
|
264
254
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
265
|
-
}, z.core.$strip
|
|
266
|
-
RESEND_API_KEY: z.ZodString;
|
|
267
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
268
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
255
|
+
}, z.core.$strip>>], undefined>;
|
|
269
256
|
declare const deleteWebhook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
270
257
|
id: z.ZodString;
|
|
271
258
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -275,10 +262,7 @@ declare const deleteWebhook: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
275
262
|
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:resend", z.ZodObject<{
|
|
276
263
|
RESEND_API_KEY: z.ZodString;
|
|
277
264
|
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
278
|
-
}, z.core.$strip
|
|
279
|
-
RESEND_API_KEY: z.ZodString;
|
|
280
|
-
RESEND_WEBHOOK_SIGNING_SECRETS: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
281
|
-
}, z.core.$strip>>[] | undefined>], undefined>;
|
|
265
|
+
}, z.core.$strip>>], undefined>;
|
|
282
266
|
type ResendWebhookSummary = z.infer<typeof webhookSummarySchema>;
|
|
283
267
|
type ResendWebhookDetail = z.infer<typeof webhookDetailSchema>;
|
|
284
268
|
//#endregion
|
package/dist/webhooks.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createResendClient } from "./client.mjs";
|
|
2
2
|
import { paginationQuerySchema, resendListEnvelope } from "./schemas.mjs";
|
|
3
3
|
import { RESEND_WEBHOOK_EVENT_NAMES } from "./events.mjs";
|
|
4
|
-
import { t as resendOperation } from "./factory-
|
|
4
|
+
import { t as resendOperation } from "./factory-C91g4Zm2.mjs";
|
|
5
5
|
import { z } from "zod";
|
|
6
6
|
|
|
7
7
|
//#region src/webhooks.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/resend",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -92,18 +92,18 @@
|
|
|
92
92
|
"LICENSE"
|
|
93
93
|
],
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@keystrokehq/integration-authoring": "^0.0.
|
|
95
|
+
"@keystrokehq/integration-authoring": "^0.0.9",
|
|
96
96
|
"zod": "^4.3.6"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"@keystrokehq/core": ">=0.0.
|
|
99
|
+
"@keystrokehq/core": ">=0.0.13 <0.1.0"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@types/node": "^22.19.11",
|
|
103
103
|
"tsdown": "^0.20.3",
|
|
104
104
|
"typescript": "^5.9.3",
|
|
105
105
|
"vitest": "^4.0.18",
|
|
106
|
-
"@keystrokehq/core": "^0.0.
|
|
106
|
+
"@keystrokehq/core": "^0.0.13",
|
|
107
107
|
"@keystrokehq/test-utils": "0.0.0",
|
|
108
108
|
"@keystrokehq/typescript-config": "0.0.0"
|
|
109
109
|
},
|