raindrop-ai 0.0.29 → 0.0.30
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.
|
@@ -152,6 +152,9 @@ var createTracing = (analytics, _apiUrl, _writeKey, _options) => ({
|
|
|
152
152
|
if (!traceContext.eventId) {
|
|
153
153
|
traceContext.eventId = v4_default();
|
|
154
154
|
}
|
|
155
|
+
analytics._trackAiPartial({
|
|
156
|
+
...traceContext
|
|
157
|
+
});
|
|
155
158
|
return new NonLiveInteraction(
|
|
156
159
|
traceContext,
|
|
157
160
|
void 0,
|
package/dist/index.js
CHANGED
|
@@ -164,7 +164,7 @@ var v4_default = v4;
|
|
|
164
164
|
// package.json
|
|
165
165
|
var package_default = {
|
|
166
166
|
name: "raindrop-ai",
|
|
167
|
-
version: "0.0.
|
|
167
|
+
version: "0.0.30",
|
|
168
168
|
main: "dist/index.js",
|
|
169
169
|
module: "dist/index.mjs",
|
|
170
170
|
types: "dist/index.d.ts",
|
|
@@ -432,6 +432,9 @@ var createTracing = (analytics, _apiUrl, _writeKey, _options) => ({
|
|
|
432
432
|
if (!traceContext.eventId) {
|
|
433
433
|
traceContext.eventId = v4_default();
|
|
434
434
|
}
|
|
435
|
+
analytics._trackAiPartial({
|
|
436
|
+
...traceContext
|
|
437
|
+
});
|
|
435
438
|
return new NonLiveInteraction(
|
|
436
439
|
traceContext,
|
|
437
440
|
void 0,
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
tracing,
|
|
3
3
|
v4_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-PRJJKZIH.mjs";
|
|
5
5
|
|
|
6
6
|
// ../schemas/src/ingest/index.ts
|
|
7
7
|
import { z } from "zod";
|
|
@@ -84,7 +84,7 @@ var CategorizationRequestSchema = z.object({
|
|
|
84
84
|
// package.json
|
|
85
85
|
var package_default = {
|
|
86
86
|
name: "raindrop-ai",
|
|
87
|
-
version: "0.0.
|
|
87
|
+
version: "0.0.30",
|
|
88
88
|
main: "dist/index.js",
|
|
89
89
|
module: "dist/index.mjs",
|
|
90
90
|
types: "dist/index.d.ts",
|
package/dist/tracing/index.js
CHANGED
|
@@ -292,6 +292,9 @@ var createTracing = (analytics, _apiUrl, _writeKey, _options) => ({
|
|
|
292
292
|
if (!traceContext.eventId) {
|
|
293
293
|
traceContext.eventId = v4_default();
|
|
294
294
|
}
|
|
295
|
+
analytics._trackAiPartial({
|
|
296
|
+
...traceContext
|
|
297
|
+
});
|
|
295
298
|
return new NonLiveInteraction(
|
|
296
299
|
traceContext,
|
|
297
300
|
void 0,
|
package/dist/tracing/index.mjs
CHANGED