@keystrokehq/sendgrid 0.0.1 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Buster
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,2 +1,2 @@
1
- import { i as sendgridOfficialIntegration, r as sendgridBundle } from "../integration-CmJ2TILG.mjs";
1
+ import { i as sendgridOfficialIntegration, r as sendgridBundle } from "../integration-DpbPKcSF.mjs";
2
2
  export { sendgridBundle, sendgridOfficialIntegration };
package/dist/alerts.d.mts CHANGED
@@ -30,7 +30,7 @@ declare const createAlert: _keystrokehq_core0.Operation<z.ZodObject<{
30
30
  percentage: z.ZodOptional<z.ZodNumber>;
31
31
  created_at: z.ZodOptional<z.ZodNumber>;
32
32
  updated_at: z.ZodOptional<z.ZodNumber>;
33
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
33
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
34
34
  SENDGRID_API_KEY: z.ZodString;
35
35
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
36
36
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -77,7 +77,7 @@ declare const updateAlert: _keystrokehq_core0.Operation<z.ZodObject<{
77
77
  percentage: z.ZodOptional<z.ZodNumber>;
78
78
  created_at: z.ZodOptional<z.ZodNumber>;
79
79
  updated_at: z.ZodOptional<z.ZodNumber>;
80
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
80
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
81
81
  SENDGRID_API_KEY: z.ZodString;
82
82
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
83
83
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -100,7 +100,7 @@ declare const deleteAlert: _keystrokehq_core0.Operation<z.ZodObject<{
100
100
  alertId: z.ZodNumber;
101
101
  }, z.core.$strip>, z.ZodObject<{
102
102
  success: z.ZodBoolean;
103
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
103
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
104
104
  SENDGRID_API_KEY: z.ZodString;
105
105
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
106
106
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -136,7 +136,7 @@ declare const getAlert: _keystrokehq_core0.Operation<z.ZodObject<{
136
136
  percentage: z.ZodOptional<z.ZodNumber>;
137
137
  created_at: z.ZodOptional<z.ZodNumber>;
138
138
  updated_at: z.ZodOptional<z.ZodNumber>;
139
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
139
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
140
140
  SENDGRID_API_KEY: z.ZodString;
141
141
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
142
142
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -170,7 +170,7 @@ declare const listAlerts: _keystrokehq_core0.Operation<z.ZodOptional<z.ZodObject
170
170
  percentage: z.ZodOptional<z.ZodNumber>;
171
171
  created_at: z.ZodOptional<z.ZodNumber>;
172
172
  updated_at: z.ZodOptional<z.ZodNumber>;
173
- }, z.core.$catchall<z.ZodUnknown>>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
173
+ }, z.core.$catchall<z.ZodUnknown>>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
174
174
  SENDGRID_API_KEY: z.ZodString;
175
175
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
176
176
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -11,7 +11,7 @@ declare const createApiKey: _keystrokehq_core0.Operation<z.ZodObject<{
11
11
  name: z.ZodString;
12
12
  scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
13
13
  api_key: z.ZodOptional<z.ZodString>;
14
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
14
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
15
15
  SENDGRID_API_KEY: z.ZodString;
16
16
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
17
17
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -36,7 +36,7 @@ declare const listApiKeys: _keystrokehq_core0.Operation<z.ZodOptional<z.ZodObjec
36
36
  name: z.ZodString;
37
37
  scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
38
38
  }, z.core.$catchall<z.ZodUnknown>>>;
39
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
39
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
40
40
  SENDGRID_API_KEY: z.ZodString;
41
41
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
42
42
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -61,7 +61,7 @@ declare const getApiKey: _keystrokehq_core0.Operation<z.ZodObject<{
61
61
  api_key_id: z.ZodString;
62
62
  name: z.ZodString;
63
63
  scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
64
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
64
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
65
65
  SENDGRID_API_KEY: z.ZodString;
66
66
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
67
67
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -87,7 +87,7 @@ declare const updateApiKeyName: _keystrokehq_core0.Operation<z.ZodObject<{
87
87
  api_key_id: z.ZodString;
88
88
  name: z.ZodString;
89
89
  scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
90
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
90
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
91
91
  SENDGRID_API_KEY: z.ZodString;
92
92
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
93
93
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -114,7 +114,7 @@ declare const updateApiKeyNameAndScopes: _keystrokehq_core0.Operation<z.ZodObjec
114
114
  api_key_id: z.ZodString;
115
115
  name: z.ZodString;
116
116
  scopes: z.ZodOptional<z.ZodArray<z.ZodString>>;
117
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
117
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
118
118
  SENDGRID_API_KEY: z.ZodString;
119
119
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
120
120
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -137,7 +137,7 @@ declare const deleteApiKey: _keystrokehq_core0.Operation<z.ZodObject<{
137
137
  apiKeyId: z.ZodString;
138
138
  }, z.core.$strip>, z.ZodObject<{
139
139
  success: z.ZodBoolean;
140
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
140
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
141
141
  SENDGRID_API_KEY: z.ZodString;
142
142
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
143
143
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
package/dist/client.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as SendGridCredentials } from "./integration-CmJ2TILG.mjs";
1
+ import { t as SendGridCredentials } from "./integration-DpbPKcSF.mjs";
2
2
 
3
3
  //#region src/client.d.ts
4
4
  type Primitive = string | number | boolean;
@@ -1,2 +1,2 @@
1
- import { i as sendgridOfficialIntegration, n as sendgrid, t as SendGridCredentials } from "./integration-CmJ2TILG.mjs";
1
+ import { i as sendgridOfficialIntegration, n as sendgrid, t as SendGridCredentials } from "./integration-DpbPKcSF.mjs";
2
2
  export { type SendGridCredentials, sendgrid, sendgridOfficialIntegration };
@@ -27,7 +27,7 @@ declare const listAuthenticatedDomains: _keystrokehq_core0.Operation<z.ZodOption
27
27
  host: z.ZodOptional<z.ZodString>;
28
28
  data: z.ZodOptional<z.ZodString>;
29
29
  }, z.core.$catchall<z.ZodUnknown>>>>;
30
- }, z.core.$catchall<z.ZodUnknown>>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
30
+ }, z.core.$catchall<z.ZodUnknown>>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
31
31
  SENDGRID_API_KEY: z.ZodString;
32
32
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
33
33
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -66,7 +66,7 @@ declare const getAuthenticatedDomain: _keystrokehq_core0.Operation<z.ZodObject<{
66
66
  host: z.ZodOptional<z.ZodString>;
67
67
  data: z.ZodOptional<z.ZodString>;
68
68
  }, z.core.$catchall<z.ZodUnknown>>>>;
69
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
69
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
70
70
  SENDGRID_API_KEY: z.ZodString;
71
71
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
72
72
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -91,7 +91,7 @@ declare const validateAuthenticatedDomain: _keystrokehq_core0.Operation<z.ZodObj
91
91
  id: z.ZodNumber;
92
92
  valid: z.ZodBoolean;
93
93
  validation_results: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
94
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
94
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
95
95
  SENDGRID_API_KEY: z.ZodString;
96
96
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
97
97
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -22,7 +22,7 @@ declare const validateEmail: _keystrokehq_core0.Operation<z.ZodObject<{
22
22
  source: z.ZodOptional<z.ZodString>;
23
23
  ip_address: z.ZodOptional<z.ZodString>;
24
24
  }, z.core.$catchall<z.ZodUnknown>>;
25
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
25
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
26
26
  SENDGRID_API_KEY: z.ZodString;
27
27
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
28
28
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -51,7 +51,7 @@ declare const listBulkEmailValidationJobs: _keystrokehq_core0.Operation<z.ZodOpt
51
51
  finished_at: z.ZodOptional<z.ZodString>;
52
52
  submitted_at: z.ZodOptional<z.ZodString>;
53
53
  }, z.core.$catchall<z.ZodUnknown>>>;
54
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
54
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
55
55
  SENDGRID_API_KEY: z.ZodString;
56
56
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
57
57
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -80,7 +80,7 @@ declare const getBulkEmailValidationJob: _keystrokehq_core0.Operation<z.ZodObjec
80
80
  started_at: z.ZodOptional<z.ZodString>;
81
81
  finished_at: z.ZodOptional<z.ZodString>;
82
82
  submitted_at: z.ZodOptional<z.ZodString>;
83
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
83
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
84
84
  SENDGRID_API_KEY: z.ZodString;
85
85
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
86
86
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -111,7 +111,7 @@ declare const createBulkEmailValidationPresignedUrl: _keystrokehq_core0.Operatio
111
111
  header: z.ZodString;
112
112
  value: z.ZodString;
113
113
  }, z.core.$strip>>;
114
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
114
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
115
115
  SENDGRID_API_KEY: z.ZodString;
116
116
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
117
117
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
package/dist/events.d.mts CHANGED
@@ -8,17 +8,17 @@ import { z } from "zod";
8
8
  declare const sendgridEventWebhookEventNames: readonly ["processed", "dropped", "deferred", "delivered", "bounce", "open", "click", "spam_report", "unsubscribe", "group_unsubscribe", "group_resubscribe"];
9
9
  type SendGridEventWebhookEventName = (typeof sendgridEventWebhookEventNames)[number];
10
10
  declare const sendgridEventWebhookEventNameSchema: z.ZodEnum<{
11
- group_resubscribe: "group_resubscribe";
11
+ processed: "processed";
12
+ dropped: "dropped";
13
+ deferred: "deferred";
12
14
  delivered: "delivered";
13
- group_unsubscribe: "group_unsubscribe";
14
- spam_report: "spam_report";
15
15
  bounce: "bounce";
16
- deferred: "deferred";
17
- unsubscribe: "unsubscribe";
18
- processed: "processed";
19
16
  open: "open";
20
17
  click: "click";
21
- dropped: "dropped";
18
+ spam_report: "spam_report";
19
+ unsubscribe: "unsubscribe";
20
+ group_unsubscribe: "group_unsubscribe";
21
+ group_resubscribe: "group_resubscribe";
22
22
  }>;
23
23
  declare const sendgridEventEnvelopeSchema: z.ZodArray<z.ZodObject<{
24
24
  email: z.ZodString;
@@ -33,7 +33,7 @@ declare const sendgridBundle: _keystrokehq_integration_authoring_official0.Offic
33
33
  SENDGRID_EVENT_WEBHOOK_PUBLIC_KEY: z.ZodOptional<z.ZodString>;
34
34
  SENDGRID_INBOUND_PARSE_TOKEN: z.ZodOptional<z.ZodString>;
35
35
  }, z.core.$strip>>;
36
- declare const sendgrid: _keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
36
+ declare const sendgrid: _keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
37
37
  SENDGRID_API_KEY: z.ZodString;
38
38
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
39
39
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -115,7 +115,7 @@ declare const sendEmail: _keystrokehq_core0.Operation<z.ZodObject<{
115
115
  }, z.core.$strip>, z.ZodObject<{
116
116
  messageId: z.ZodOptional<z.ZodString>;
117
117
  accepted: z.ZodBoolean;
118
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
118
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
119
119
  SENDGRID_API_KEY: z.ZodString;
120
120
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
121
121
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -136,7 +136,7 @@ declare const sendEmail: _keystrokehq_core0.Operation<z.ZodObject<{
136
136
  }, z.core.$strip>>[] | undefined>], undefined>;
137
137
  declare const createBatchId: _keystrokehq_core0.Operation<z.ZodOptional<z.ZodObject<{}, z.core.$strip>>, z.ZodObject<{
138
138
  batch_id: z.ZodString;
139
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
139
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
140
140
  SENDGRID_API_KEY: z.ZodString;
141
141
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
142
142
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -159,7 +159,7 @@ declare const validateBatchId: _keystrokehq_core0.Operation<z.ZodObject<{
159
159
  batchId: z.ZodString;
160
160
  }, z.core.$strip>, z.ZodObject<{
161
161
  batch_id: z.ZodString;
162
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
162
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
163
163
  SENDGRID_API_KEY: z.ZodString;
164
164
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
165
165
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -190,7 +190,7 @@ declare const cancelOrPauseScheduledSend: _keystrokehq_core0.Operation<z.ZodObje
190
190
  cancel: "cancel";
191
191
  pause: "pause";
192
192
  }>>;
193
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
193
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
194
194
  SENDGRID_API_KEY: z.ZodString;
195
195
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
196
196
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -217,7 +217,7 @@ declare const updateScheduledSend: _keystrokehq_core0.Operation<z.ZodObject<{
217
217
  }>;
218
218
  }, z.core.$strip>, z.ZodObject<{
219
219
  success: z.ZodBoolean;
220
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
220
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
221
221
  SENDGRID_API_KEY: z.ZodString;
222
222
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
223
223
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -240,7 +240,7 @@ declare const deleteScheduledSend: _keystrokehq_core0.Operation<z.ZodObject<{
240
240
  batchId: z.ZodString;
241
241
  }, z.core.$strip>, z.ZodObject<{
242
242
  success: z.ZodBoolean;
243
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
243
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
244
244
  SENDGRID_API_KEY: z.ZodString;
245
245
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
246
246
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -265,7 +265,7 @@ declare const listScheduledSends: _keystrokehq_core0.Operation<z.ZodOptional<z.Z
265
265
  cancel: "cancel";
266
266
  pause: "pause";
267
267
  }>>;
268
- }, z.core.$catchall<z.ZodUnknown>>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
268
+ }, z.core.$catchall<z.ZodUnknown>>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
269
269
  SENDGRID_API_KEY: z.ZodString;
270
270
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
271
271
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -292,7 +292,7 @@ declare const getScheduledSend: _keystrokehq_core0.Operation<z.ZodObject<{
292
292
  cancel: "cancel";
293
293
  pause: "pause";
294
294
  }>>;
295
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
295
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
296
296
  SENDGRID_API_KEY: z.ZodString;
297
297
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
298
298
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -25,7 +25,7 @@ declare const upsertContacts: _keystrokehq_core0.Operation<z.ZodObject<{
25
25
  }, z.core.$strip>>;
26
26
  }, z.core.$strip>, z.ZodObject<{
27
27
  job_id: z.ZodString;
28
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
28
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
29
29
  SENDGRID_API_KEY: z.ZodString;
30
30
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
31
31
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -49,7 +49,7 @@ declare const deleteContacts: _keystrokehq_core0.Operation<z.ZodObject<{
49
49
  deleteAllContacts: z.ZodOptional<z.ZodBoolean>;
50
50
  }, z.core.$strip>, z.ZodObject<{
51
51
  job_id: z.ZodString;
52
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
52
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
53
53
  SENDGRID_API_KEY: z.ZodString;
54
54
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
55
55
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -91,7 +91,7 @@ declare const getContact: _keystrokehq_core0.Operation<z.ZodObject<{
91
91
  created_at: z.ZodOptional<z.ZodISODateTime>;
92
92
  updated_at: z.ZodOptional<z.ZodISODateTime>;
93
93
  list_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
94
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
94
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
95
95
  SENDGRID_API_KEY: z.ZodString;
96
96
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
97
97
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -135,7 +135,7 @@ declare const getContactsByIds: _keystrokehq_core0.Operation<z.ZodObject<{
135
135
  updated_at: z.ZodOptional<z.ZodISODateTime>;
136
136
  list_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
137
137
  }, z.core.$catchall<z.ZodUnknown>>>;
138
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
138
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
139
139
  SENDGRID_API_KEY: z.ZodString;
140
140
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
141
141
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -180,7 +180,7 @@ declare const getContactsByEmails: _keystrokehq_core0.Operation<z.ZodObject<{
180
180
  list_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
181
181
  }, z.core.$catchall<z.ZodUnknown>>>;
182
182
  contact_count: z.ZodOptional<z.ZodNumber>;
183
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
183
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
184
184
  SENDGRID_API_KEY: z.ZodString;
185
185
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
186
186
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -231,7 +231,7 @@ declare const getContactsByIdentifiers: _keystrokehq_core0.Operation<z.ZodObject
231
231
  list_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
232
232
  }, z.core.$catchall<z.ZodUnknown>>>;
233
233
  contact_count: z.ZodOptional<z.ZodNumber>;
234
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
234
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
235
235
  SENDGRID_API_KEY: z.ZodString;
236
236
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
237
237
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -274,7 +274,7 @@ declare const getContactSample: _keystrokehq_core0.Operation<z.ZodOptional<z.Zod
274
274
  list_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
275
275
  }, z.core.$catchall<z.ZodUnknown>>>;
276
276
  contact_count: z.ZodOptional<z.ZodNumber>;
277
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
277
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
278
278
  SENDGRID_API_KEY: z.ZodString;
279
279
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
280
280
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -296,7 +296,7 @@ declare const getContactSample: _keystrokehq_core0.Operation<z.ZodOptional<z.Zod
296
296
  declare const getContactCount: _keystrokehq_core0.Operation<z.ZodOptional<z.ZodObject<{}, z.core.$strip>>, z.ZodObject<{
297
297
  contact_count: z.ZodNumber;
298
298
  billable_count: z.ZodOptional<z.ZodNumber>;
299
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
299
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
300
300
  SENDGRID_API_KEY: z.ZodString;
301
301
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
302
302
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -341,7 +341,7 @@ declare const searchContacts: _keystrokehq_core0.Operation<z.ZodObject<{
341
341
  list_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
342
342
  }, z.core.$catchall<z.ZodUnknown>>>;
343
343
  contact_count: z.ZodOptional<z.ZodNumber>;
344
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
344
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
345
345
  SENDGRID_API_KEY: z.ZodString;
346
346
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
347
347
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -385,7 +385,7 @@ declare const createContactImport: _keystrokehq_core0.Operation<z.ZodObject<{
385
385
  header: z.ZodString;
386
386
  value: z.ZodString;
387
387
  }, z.core.$strip>>>;
388
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
388
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
389
389
  SENDGRID_API_KEY: z.ZodString;
390
390
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
391
391
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -425,7 +425,7 @@ declare const getContactImportStatus: _keystrokehq_core0.Operation<z.ZodObject<{
425
425
  header: z.ZodString;
426
426
  value: z.ZodString;
427
427
  }, z.core.$strip>>>;
428
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
428
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
429
429
  SENDGRID_API_KEY: z.ZodString;
430
430
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
431
431
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -465,7 +465,7 @@ declare const createContactExport: _keystrokehq_core0.Operation<z.ZodObject<{
465
465
  urls: z.ZodOptional<z.ZodArray<z.ZodString>>;
466
466
  message: z.ZodOptional<z.ZodString>;
467
467
  expires_at: z.ZodOptional<z.ZodString>;
468
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
468
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
469
469
  SENDGRID_API_KEY: z.ZodString;
470
470
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
471
471
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -494,7 +494,7 @@ declare const getContactExportStatus: _keystrokehq_core0.Operation<z.ZodObject<{
494
494
  urls: z.ZodOptional<z.ZodArray<z.ZodString>>;
495
495
  message: z.ZodOptional<z.ZodString>;
496
496
  expires_at: z.ZodOptional<z.ZodString>;
497
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
497
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
498
498
  SENDGRID_API_KEY: z.ZodString;
499
499
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
500
500
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -523,7 +523,7 @@ declare const listContactExports: _keystrokehq_core0.Operation<z.ZodOptional<z.Z
523
523
  message: z.ZodOptional<z.ZodString>;
524
524
  expires_at: z.ZodOptional<z.ZodString>;
525
525
  }, z.core.$catchall<z.ZodUnknown>>>;
526
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
526
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
527
527
  SENDGRID_API_KEY: z.ZodString;
528
528
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
529
529
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -561,7 +561,7 @@ declare const listFieldDefinitions: _keystrokehq_core0.Operation<z.ZodOptional<z
561
561
  Date: "Date";
562
562
  }>;
563
563
  }, z.core.$catchall<z.ZodUnknown>>>>;
564
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
564
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
565
565
  SENDGRID_API_KEY: z.ZodString;
566
566
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
567
567
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -584,7 +584,7 @@ declare const deleteContactIdentifier: _keystrokehq_core0.Operation<z.ZodObject<
584
584
  identifierId: z.ZodString;
585
585
  }, z.core.$strip>, z.ZodObject<{
586
586
  success: z.ZodBoolean;
587
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
587
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
588
588
  SENDGRID_API_KEY: z.ZodString;
589
589
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
590
590
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -18,7 +18,7 @@ declare const createCustomField: _keystrokehq_core0.Operation<z.ZodObject<{
18
18
  Number: "Number";
19
19
  Date: "Date";
20
20
  }>;
21
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
21
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
22
22
  SENDGRID_API_KEY: z.ZodString;
23
23
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
24
24
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -48,7 +48,7 @@ declare const updateCustomField: _keystrokehq_core0.Operation<z.ZodObject<{
48
48
  Number: "Number";
49
49
  Date: "Date";
50
50
  }>;
51
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
51
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
52
52
  SENDGRID_API_KEY: z.ZodString;
53
53
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
54
54
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -71,7 +71,7 @@ declare const deleteCustomField: _keystrokehq_core0.Operation<z.ZodObject<{
71
71
  fieldId: z.ZodString;
72
72
  }, z.core.$strip>, z.ZodObject<{
73
73
  success: z.ZodBoolean;
74
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
74
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
75
75
  SENDGRID_API_KEY: z.ZodString;
76
76
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
77
77
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -9,7 +9,7 @@ declare const createList: _keystrokehq_core0.Operation<z.ZodObject<{
9
9
  id: z.ZodString;
10
10
  name: z.ZodString;
11
11
  contact_count: z.ZodOptional<z.ZodNumber>;
12
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
12
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
13
13
  SENDGRID_API_KEY: z.ZodString;
14
14
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
15
15
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -35,7 +35,7 @@ declare const updateList: _keystrokehq_core0.Operation<z.ZodObject<{
35
35
  id: z.ZodString;
36
36
  name: z.ZodString;
37
37
  contact_count: z.ZodOptional<z.ZodNumber>;
38
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
38
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
39
39
  SENDGRID_API_KEY: z.ZodString;
40
40
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
41
41
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -63,7 +63,7 @@ declare const listMarketingLists: _keystrokehq_core0.Operation<z.ZodOptional<z.Z
63
63
  name: z.ZodString;
64
64
  contact_count: z.ZodOptional<z.ZodNumber>;
65
65
  }, z.core.$catchall<z.ZodUnknown>>>;
66
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
66
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
67
67
  SENDGRID_API_KEY: z.ZodString;
68
68
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
69
69
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -89,7 +89,7 @@ declare const getList: _keystrokehq_core0.Operation<z.ZodObject<{
89
89
  id: z.ZodString;
90
90
  name: z.ZodString;
91
91
  contact_count: z.ZodOptional<z.ZodNumber>;
92
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
92
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
93
93
  SENDGRID_API_KEY: z.ZodString;
94
94
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
95
95
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -113,7 +113,7 @@ declare const getListContactCount: _keystrokehq_core0.Operation<z.ZodObject<{
113
113
  }, z.core.$strip>, z.ZodObject<{
114
114
  contact_count: z.ZodNumber;
115
115
  billable_count: z.ZodOptional<z.ZodNumber>;
116
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
116
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
117
117
  SENDGRID_API_KEY: z.ZodString;
118
118
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
119
119
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -137,7 +137,7 @@ declare const removeContactsFromList: _keystrokehq_core0.Operation<z.ZodObject<{
137
137
  contactIds: z.ZodArray<z.ZodString>;
138
138
  }, z.core.$strip>, z.ZodObject<{
139
139
  job_id: z.ZodString;
140
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
140
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
141
141
  SENDGRID_API_KEY: z.ZodString;
142
142
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
143
143
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -161,7 +161,7 @@ declare const deleteList: _keystrokehq_core0.Operation<z.ZodObject<{
161
161
  deleteContacts: z.ZodOptional<z.ZodBoolean>;
162
162
  }, z.core.$strip>, z.ZodObject<{
163
163
  success: z.ZodBoolean;
164
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
164
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
165
165
  SENDGRID_API_KEY: z.ZodString;
166
166
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
167
167
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -22,7 +22,7 @@ declare const createSegment: _keystrokehq_core0.Operation<z.ZodObject<{
22
22
  query_validation: z.ZodOptional<z.ZodString>;
23
23
  error_message: z.ZodOptional<z.ZodString>;
24
24
  }, z.core.$catchall<z.ZodUnknown>>>;
25
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
25
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
26
26
  SENDGRID_API_KEY: z.ZodString;
27
27
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
28
28
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -60,7 +60,7 @@ declare const updateSegment: _keystrokehq_core0.Operation<z.ZodObject<{
60
60
  query_validation: z.ZodOptional<z.ZodString>;
61
61
  error_message: z.ZodOptional<z.ZodString>;
62
62
  }, z.core.$catchall<z.ZodUnknown>>>;
63
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
63
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
64
64
  SENDGRID_API_KEY: z.ZodString;
65
65
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
66
66
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -83,7 +83,7 @@ declare const deleteSegment: _keystrokehq_core0.Operation<z.ZodObject<{
83
83
  segmentId: z.ZodString;
84
84
  }, z.core.$strip>, z.ZodObject<{
85
85
  success: z.ZodBoolean;
86
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
86
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
87
87
  SENDGRID_API_KEY: z.ZodString;
88
88
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
89
89
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -122,7 +122,7 @@ declare const listSegments: _keystrokehq_core0.Operation<z.ZodOptional<z.ZodObje
122
122
  error_message: z.ZodOptional<z.ZodString>;
123
123
  }, z.core.$catchall<z.ZodUnknown>>>;
124
124
  }, z.core.$catchall<z.ZodUnknown>>>;
125
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
125
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
126
126
  SENDGRID_API_KEY: z.ZodString;
127
127
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
128
128
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -159,7 +159,7 @@ declare const getSegment: _keystrokehq_core0.Operation<z.ZodObject<{
159
159
  query_validation: z.ZodOptional<z.ZodString>;
160
160
  error_message: z.ZodOptional<z.ZodString>;
161
161
  }, z.core.$catchall<z.ZodUnknown>>>;
162
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
162
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
163
163
  SENDGRID_API_KEY: z.ZodString;
164
164
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
165
165
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -195,7 +195,7 @@ declare const refreshSegment: _keystrokehq_core0.Operation<z.ZodObject<{
195
195
  query_validation: z.ZodOptional<z.ZodString>;
196
196
  error_message: z.ZodOptional<z.ZodString>;
197
197
  }, z.core.$catchall<z.ZodUnknown>>>;
198
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
198
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
199
199
  SENDGRID_API_KEY: z.ZodString;
200
200
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
201
201
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -233,7 +233,7 @@ declare const filterSegmentsByParents: _keystrokehq_core0.Operation<z.ZodObject<
233
233
  error_message: z.ZodOptional<z.ZodString>;
234
234
  }, z.core.$catchall<z.ZodUnknown>>>;
235
235
  }, z.core.$catchall<z.ZodUnknown>>>;
236
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
236
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
237
237
  SENDGRID_API_KEY: z.ZodString;
238
238
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
239
239
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -271,7 +271,7 @@ declare const createLegacySegment: _keystrokehq_core0.Operation<z.ZodObject<{
271
271
  query_validation: z.ZodOptional<z.ZodString>;
272
272
  error_message: z.ZodOptional<z.ZodString>;
273
273
  }, z.core.$catchall<z.ZodUnknown>>>;
274
- }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
274
+ }, z.core.$catchall<z.ZodUnknown>>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
275
275
  SENDGRID_API_KEY: z.ZodString;
276
276
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
277
277
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -294,7 +294,7 @@ declare const deleteLegacySegment: _keystrokehq_core0.Operation<z.ZodObject<{
294
294
  segmentId: z.ZodString;
295
295
  }, z.core.$strip>, z.ZodObject<{
296
296
  success: z.ZodBoolean;
297
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
297
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
298
298
  SENDGRID_API_KEY: z.ZodString;
299
299
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
300
300
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{
@@ -317,7 +317,7 @@ declare const removeSegmentWithoutContacts: _keystrokehq_core0.Operation<z.ZodOb
317
317
  segmentId: z.ZodString;
318
318
  }, z.core.$strip>, z.ZodObject<{
319
319
  success: z.ZodBoolean;
320
- }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"sendgrid", z.ZodObject<{
320
+ }, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:sendgrid", z.ZodObject<{
321
321
  SENDGRID_API_KEY: z.ZodString;
322
322
  SENDGRID_SUBUSER: z.ZodOptional<z.ZodString>;
323
323
  SENDGRID_ACCOUNT_REGION: z.ZodDefault<z.ZodEnum<{