@keystrokehq/segment 0.0.7 → 0.0.8
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/tracking.d.mts +9 -9
- package/package.json +2 -2
package/dist/tracking.d.mts
CHANGED
|
@@ -33,11 +33,11 @@ declare const identify: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodInte
|
|
|
33
33
|
}, z.core.$strip>>, z.ZodObject<{
|
|
34
34
|
sent: z.ZodBoolean;
|
|
35
35
|
method: z.ZodEnum<{
|
|
36
|
-
group: "group";
|
|
37
36
|
page: "page";
|
|
38
37
|
screen: "screen";
|
|
39
38
|
identify: "identify";
|
|
40
39
|
track: "track";
|
|
40
|
+
group: "group";
|
|
41
41
|
alias: "alias";
|
|
42
42
|
}>;
|
|
43
43
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
@@ -94,11 +94,11 @@ declare const track: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodInterse
|
|
|
94
94
|
}, z.core.$strip>>, z.ZodObject<{
|
|
95
95
|
sent: z.ZodBoolean;
|
|
96
96
|
method: z.ZodEnum<{
|
|
97
|
-
group: "group";
|
|
98
97
|
page: "page";
|
|
99
98
|
screen: "screen";
|
|
100
99
|
identify: "identify";
|
|
101
100
|
track: "track";
|
|
101
|
+
group: "group";
|
|
102
102
|
alias: "alias";
|
|
103
103
|
}>;
|
|
104
104
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
@@ -156,11 +156,11 @@ declare const page: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodIntersec
|
|
|
156
156
|
}, z.core.$strip>>, z.ZodObject<{
|
|
157
157
|
sent: z.ZodBoolean;
|
|
158
158
|
method: z.ZodEnum<{
|
|
159
|
-
group: "group";
|
|
160
159
|
page: "page";
|
|
161
160
|
screen: "screen";
|
|
162
161
|
identify: "identify";
|
|
163
162
|
track: "track";
|
|
163
|
+
group: "group";
|
|
164
164
|
alias: "alias";
|
|
165
165
|
}>;
|
|
166
166
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
@@ -218,11 +218,11 @@ declare const screen: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodInters
|
|
|
218
218
|
}, z.core.$strip>>, z.ZodObject<{
|
|
219
219
|
sent: z.ZodBoolean;
|
|
220
220
|
method: z.ZodEnum<{
|
|
221
|
-
group: "group";
|
|
222
221
|
page: "page";
|
|
223
222
|
screen: "screen";
|
|
224
223
|
identify: "identify";
|
|
225
224
|
track: "track";
|
|
225
|
+
group: "group";
|
|
226
226
|
alias: "alias";
|
|
227
227
|
}>;
|
|
228
228
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
@@ -279,11 +279,11 @@ declare const group: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodInterse
|
|
|
279
279
|
}, z.core.$strip>>, z.ZodObject<{
|
|
280
280
|
sent: z.ZodBoolean;
|
|
281
281
|
method: z.ZodEnum<{
|
|
282
|
-
group: "group";
|
|
283
282
|
page: "page";
|
|
284
283
|
screen: "screen";
|
|
285
284
|
identify: "identify";
|
|
286
285
|
track: "track";
|
|
286
|
+
group: "group";
|
|
287
287
|
alias: "alias";
|
|
288
288
|
}>;
|
|
289
289
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
@@ -337,11 +337,11 @@ declare const alias: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodObject<
|
|
|
337
337
|
}, z.core.$strip>>, z.ZodObject<{
|
|
338
338
|
sent: z.ZodBoolean;
|
|
339
339
|
method: z.ZodEnum<{
|
|
340
|
-
group: "group";
|
|
341
340
|
page: "page";
|
|
342
341
|
screen: "screen";
|
|
343
342
|
identify: "identify";
|
|
344
343
|
track: "track";
|
|
344
|
+
group: "group";
|
|
345
345
|
alias: "alias";
|
|
346
346
|
}>;
|
|
347
347
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
|
@@ -390,11 +390,11 @@ declare const batch: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodObject<
|
|
|
390
390
|
}, z.core.$strip>, z.ZodObject<{
|
|
391
391
|
events: z.ZodArray<z.ZodObject<{
|
|
392
392
|
type: z.ZodEnum<{
|
|
393
|
-
group: "group";
|
|
394
393
|
page: "page";
|
|
395
394
|
screen: "screen";
|
|
396
395
|
identify: "identify";
|
|
397
396
|
track: "track";
|
|
397
|
+
group: "group";
|
|
398
398
|
alias: "alias";
|
|
399
399
|
}>;
|
|
400
400
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
@@ -402,11 +402,11 @@ declare const batch: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodObject<
|
|
|
402
402
|
chunksSent: z.ZodNumber;
|
|
403
403
|
rejected: z.ZodArray<z.ZodObject<{
|
|
404
404
|
type: z.ZodEnum<{
|
|
405
|
-
group: "group";
|
|
406
405
|
page: "page";
|
|
407
406
|
screen: "screen";
|
|
408
407
|
identify: "identify";
|
|
409
408
|
track: "track";
|
|
409
|
+
group: "group";
|
|
410
410
|
alias: "alias";
|
|
411
411
|
}>;
|
|
412
412
|
}, z.core.$catchall<z.ZodUnknown>>>;
|
|
@@ -465,11 +465,11 @@ declare const importEvent: _keystrokehq_core0.Operation<z.ZodIntersection<z.ZodI
|
|
|
465
465
|
}, z.core.$strip>>, z.ZodObject<{
|
|
466
466
|
sent: z.ZodBoolean;
|
|
467
467
|
method: z.ZodEnum<{
|
|
468
|
-
group: "group";
|
|
469
468
|
page: "page";
|
|
470
469
|
screen: "screen";
|
|
471
470
|
identify: "identify";
|
|
472
471
|
track: "track";
|
|
472
|
+
group: "group";
|
|
473
473
|
alias: "alias";
|
|
474
474
|
}>;
|
|
475
475
|
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:segment", z.ZodObject<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/segment",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"LICENSE"
|
|
145
145
|
],
|
|
146
146
|
"dependencies": {
|
|
147
|
-
"@keystrokehq/integration-authoring": "^0.0.
|
|
147
|
+
"@keystrokehq/integration-authoring": "^0.0.8",
|
|
148
148
|
"zod": "^4.3.6"
|
|
149
149
|
},
|
|
150
150
|
"peerDependencies": {
|