@keystrokehq/resend 0.0.5 → 0.0.6-rename-t1.0

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.
@@ -7,13 +7,13 @@ declare const broadcastSummarySchema: z.ZodObject<{
7
7
  id: z.ZodString;
8
8
  name: z.ZodOptional<z.ZodString>;
9
9
  status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
10
- sending: "sending";
10
+ failed: "failed";
11
11
  draft: "draft";
12
12
  scheduled: "scheduled";
13
13
  queued: "queued";
14
+ sending: "sending";
14
15
  sent: "sent";
15
16
  cancelled: "cancelled";
16
- failed: "failed";
17
17
  }>, z.ZodString]>>;
18
18
  audience_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
19
19
  segment_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -26,13 +26,13 @@ declare const broadcastDetailSchema: z.ZodObject<{
26
26
  id: z.ZodString;
27
27
  name: z.ZodOptional<z.ZodString>;
28
28
  status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
29
- sending: "sending";
29
+ failed: "failed";
30
30
  draft: "draft";
31
31
  scheduled: "scheduled";
32
32
  queued: "queued";
33
+ sending: "sending";
33
34
  sent: "sent";
34
35
  cancelled: "cancelled";
35
- failed: "failed";
36
36
  }>, z.ZodString]>>;
37
37
  audience_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
38
38
  segment_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -66,13 +66,13 @@ declare const createBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
66
66
  id: z.ZodString;
67
67
  name: z.ZodOptional<z.ZodString>;
68
68
  status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
69
- sending: "sending";
69
+ failed: "failed";
70
70
  draft: "draft";
71
71
  scheduled: "scheduled";
72
72
  queued: "queued";
73
+ sending: "sending";
73
74
  sent: "sent";
74
75
  cancelled: "cancelled";
75
- failed: "failed";
76
76
  }>, z.ZodString]>>;
77
77
  audience_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
78
78
  segment_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -104,13 +104,13 @@ declare const listBroadcasts: _keystrokehq_core0.Operation<z.ZodObject<{
104
104
  id: z.ZodString;
105
105
  name: z.ZodOptional<z.ZodString>;
106
106
  status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
107
- sending: "sending";
107
+ failed: "failed";
108
108
  draft: "draft";
109
109
  scheduled: "scheduled";
110
110
  queued: "queued";
111
+ sending: "sending";
111
112
  sent: "sent";
112
113
  cancelled: "cancelled";
113
- failed: "failed";
114
114
  }>, z.ZodString]>>;
115
115
  audience_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
116
116
  segment_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -132,13 +132,13 @@ declare const retrieveBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
132
132
  id: z.ZodString;
133
133
  name: z.ZodOptional<z.ZodString>;
134
134
  status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
135
- sending: "sending";
135
+ failed: "failed";
136
136
  draft: "draft";
137
137
  scheduled: "scheduled";
138
138
  queued: "queued";
139
+ sending: "sending";
139
140
  sent: "sent";
140
141
  cancelled: "cancelled";
141
- failed: "failed";
142
142
  }>, z.ZodString]>>;
143
143
  audience_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
144
144
  segment_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -179,13 +179,13 @@ declare const updateBroadcast: _keystrokehq_core0.Operation<z.ZodObject<{
179
179
  id: z.ZodString;
180
180
  name: z.ZodOptional<z.ZodString>;
181
181
  status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<{
182
- sending: "sending";
182
+ failed: "failed";
183
183
  draft: "draft";
184
184
  scheduled: "scheduled";
185
185
  queued: "queued";
186
+ sending: "sending";
186
187
  sent: "sent";
187
188
  cancelled: "cancelled";
188
- failed: "failed";
189
189
  }>, z.ZodString]>>;
190
190
  audience_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
191
191
  segment_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/resend",
3
- "version": "0.0.5",
3
+ "version": "0.0.6-rename-t1.0",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -92,7 +92,7 @@
92
92
  "LICENSE"
93
93
  ],
94
94
  "dependencies": {
95
- "@keystrokehq/integration-authoring": "^0.0.5",
95
+ "@keystrokehq/integration-authoring": "^0.0.6-rename-t1.0",
96
96
  "zod": "^4.3.6"
97
97
  },
98
98
  "peerDependencies": {