@keystrokehq/segment 0.0.6-rename-t1.0 → 0.0.7

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.
@@ -20,9 +20,9 @@ declare const suppressionSchema: z.ZodObject<{
20
20
  declare const createUserDeletion: _keystrokehq_core0.Operation<z.ZodObject<{
21
21
  subjectIds: z.ZodArray<z.ZodString>;
22
22
  subjectType: z.ZodDefault<z.ZodEnum<{
23
- email: "email";
24
23
  userId: "userId";
25
24
  anonymousId: "anonymousId";
25
+ email: "email";
26
26
  }>>;
27
27
  }, z.core.$strip>, z.ZodObject<{
28
28
  id: z.ZodString;
@@ -57,9 +57,9 @@ declare const createUserDeletion: _keystrokehq_core0.Operation<z.ZodObject<{
57
57
  declare const createSuppression: _keystrokehq_core0.Operation<z.ZodObject<{
58
58
  subjectIds: z.ZodArray<z.ZodString>;
59
59
  subjectType: z.ZodDefault<z.ZodEnum<{
60
- email: "email";
61
60
  userId: "userId";
62
61
  anonymousId: "anonymousId";
62
+ email: "email";
63
63
  }>>;
64
64
  }, z.core.$strip>, z.ZodObject<{
65
65
  id: z.ZodString;
@@ -16,10 +16,10 @@ declare const reverseEtlRunSchema: z.ZodObject<{
16
16
  id: z.ZodString;
17
17
  modelId: z.ZodOptional<z.ZodString>;
18
18
  status: z.ZodOptional<z.ZodEnum<{
19
- PENDING: "PENDING";
20
19
  IN_PROGRESS: "IN_PROGRESS";
21
20
  SUCCEEDED: "SUCCEEDED";
22
21
  FAILED: "FAILED";
22
+ PENDING: "PENDING";
23
23
  CANCELED: "CANCELED";
24
24
  }>>;
25
25
  startedAt: z.ZodOptional<z.ZodString>;
@@ -201,10 +201,10 @@ declare const runReverseEtlModel: _keystrokehq_core0.Operation<z.ZodObject<{
201
201
  id: z.ZodString;
202
202
  modelId: z.ZodOptional<z.ZodString>;
203
203
  status: z.ZodOptional<z.ZodEnum<{
204
- PENDING: "PENDING";
205
204
  IN_PROGRESS: "IN_PROGRESS";
206
205
  SUCCEEDED: "SUCCEEDED";
207
206
  FAILED: "FAILED";
207
+ PENDING: "PENDING";
208
208
  CANCELED: "CANCELED";
209
209
  }>>;
210
210
  startedAt: z.ZodOptional<z.ZodString>;
@@ -242,10 +242,10 @@ declare const listReverseEtlRuns: _keystrokehq_core0.Operation<z.ZodObject<{
242
242
  id: z.ZodString;
243
243
  modelId: z.ZodOptional<z.ZodString>;
244
244
  status: z.ZodOptional<z.ZodEnum<{
245
- PENDING: "PENDING";
246
245
  IN_PROGRESS: "IN_PROGRESS";
247
246
  SUCCEEDED: "SUCCEEDED";
248
247
  FAILED: "FAILED";
248
+ PENDING: "PENDING";
249
249
  CANCELED: "CANCELED";
250
250
  }>>;
251
251
  startedAt: z.ZodOptional<z.ZodString>;
@@ -283,10 +283,10 @@ declare const getReverseEtlRun: _keystrokehq_core0.Operation<z.ZodObject<{
283
283
  id: z.ZodString;
284
284
  modelId: z.ZodOptional<z.ZodString>;
285
285
  status: z.ZodOptional<z.ZodEnum<{
286
- PENDING: "PENDING";
287
286
  IN_PROGRESS: "IN_PROGRESS";
288
287
  SUCCEEDED: "SUCCEEDED";
289
288
  FAILED: "FAILED";
289
+ PENDING: "PENDING";
290
290
  CANCELED: "CANCELED";
291
291
  }>>;
292
292
  startedAt: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/segment",
3
- "version": "0.0.6-rename-t1.0",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -144,18 +144,18 @@
144
144
  "LICENSE"
145
145
  ],
146
146
  "dependencies": {
147
- "@keystrokehq/integration-authoring": "^0.0.6-rename-t1.0",
147
+ "@keystrokehq/integration-authoring": "^0.0.7",
148
148
  "zod": "^4.3.6"
149
149
  },
150
150
  "peerDependencies": {
151
- "@keystrokehq/core": ">=0.0.7 <0.1.0"
151
+ "@keystrokehq/core": ">=0.0.8 <0.1.0"
152
152
  },
153
153
  "devDependencies": {
154
154
  "@types/node": "^22.19.11",
155
155
  "tsdown": "^0.20.3",
156
156
  "typescript": "^5.9.3",
157
157
  "vitest": "^4.0.18",
158
- "@keystrokehq/core": "^0.0.7",
158
+ "@keystrokehq/core": "^0.0.8",
159
159
  "@keystrokehq/test-utils": "0.0.0",
160
160
  "@keystrokehq/typescript-config": "0.0.0"
161
161
  },