raindrop-ai 0.0.63 → 0.0.64

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/index.d.mts CHANGED
@@ -1,10 +1,10 @@
1
- import { Attachment } from '@dawn/schemas/ingest';
2
- export { Attachment } from '@dawn/schemas/ingest';
1
+ import { Attachment as Attachment$1 } from '@dawn/schemas/ingest';
3
2
  import { Span } from '@opentelemetry/api';
4
3
  import { z } from 'zod';
5
4
  import { SpanProcessor } from '@opentelemetry/sdk-trace-node';
6
5
  import { SpanProcessorOptions } from '@traceloop/node-server-sdk';
7
6
 
7
+ type Attachment = Attachment$1;
8
8
  /**
9
9
  * Interface for tracking events.
10
10
  *
@@ -487,4 +487,4 @@ declare class Raindrop {
487
487
  close(): Promise<void>;
488
488
  }
489
489
 
490
- export { type AiTrackEvent, type AttachmentType, type BeginInteractionOptions, type FinishInteractionOptions, type IdentifyEvent, type Interaction, MAX_INGEST_SIZE_BYTES, type PartialAiTrackEvent, Raindrop, type SignalEvent, type SpanParams, type ToolParams, type TraceContext, type Tracer, type WorkflowParams, Raindrop as default };
490
+ export { type AiTrackEvent, type Attachment, type AttachmentType, type BeginInteractionOptions, type FinishInteractionOptions, type IdentifyEvent, type Interaction, MAX_INGEST_SIZE_BYTES, type PartialAiTrackEvent, Raindrop, type SignalEvent, type SpanParams, type ToolParams, type TraceContext, type Tracer, type WorkflowParams, Raindrop as default };
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- import { Attachment } from '@dawn/schemas/ingest';
2
- export { Attachment } from '@dawn/schemas/ingest';
1
+ import { Attachment as Attachment$1 } from '@dawn/schemas/ingest';
3
2
  import { Span } from '@opentelemetry/api';
4
3
  import { z } from 'zod';
5
4
  import { SpanProcessor } from '@opentelemetry/sdk-trace-node';
6
5
  import { SpanProcessorOptions } from '@traceloop/node-server-sdk';
7
6
 
7
+ type Attachment = Attachment$1;
8
8
  /**
9
9
  * Interface for tracking events.
10
10
  *
@@ -487,4 +487,4 @@ declare class Raindrop {
487
487
  close(): Promise<void>;
488
488
  }
489
489
 
490
- export { type AiTrackEvent, type AttachmentType, type BeginInteractionOptions, type FinishInteractionOptions, type IdentifyEvent, type Interaction, MAX_INGEST_SIZE_BYTES, type PartialAiTrackEvent, Raindrop, type SignalEvent, type SpanParams, type ToolParams, type TraceContext, type Tracer, type WorkflowParams, Raindrop as default };
490
+ export { type AiTrackEvent, type Attachment, type AttachmentType, type BeginInteractionOptions, type FinishInteractionOptions, type IdentifyEvent, type Interaction, MAX_INGEST_SIZE_BYTES, type PartialAiTrackEvent, Raindrop, type SignalEvent, type SpanParams, type ToolParams, type TraceContext, type Tracer, type WorkflowParams, Raindrop as default };
package/dist/index.js CHANGED
@@ -128,7 +128,7 @@ var CategorizationRequestSchema = import_zod.z.object({
128
128
  // package.json
129
129
  var package_default = {
130
130
  name: "raindrop-ai",
131
- version: "0.0.63",
131
+ version: "0.0.64",
132
132
  main: "dist/index.js",
133
133
  module: "dist/index.mjs",
134
134
  types: "dist/index.d.ts",
package/dist/index.mjs CHANGED
@@ -104,7 +104,7 @@ var CategorizationRequestSchema = z.object({
104
104
  // package.json
105
105
  var package_default = {
106
106
  name: "raindrop-ai",
107
- version: "0.0.63",
107
+ version: "0.0.64",
108
108
  main: "dist/index.js",
109
109
  module: "dist/index.mjs",
110
110
  types: "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raindrop-ai",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",