@multiplayer-app/ai-agent-types 0.1.0-beta.56 → 0.1.0-beta.58

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.
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SendMessagePayloadSchema = exports.AgentAttachmentSchema = exports.ContextAttachmentMetadataSchemaV1 = void 0;
4
4
  const zod_1 = require("zod");
5
- const enums_1 = require("../enums");
6
- const context_1 = require("./context");
5
+ const enums_1 = require("../enums.cjs");
6
+ const context_1 = require("./context.cjs");
7
7
  const ISODateTimeString = zod_1.z.string().datetime({ offset: true }).or(zod_1.z.string().datetime());
8
8
  const ContextAttachmentSourceSchemaV1 = zod_1.z.object({
9
9
  app: zod_1.z.string().min(1).optional(),
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SendMessagePayloadSchema = exports.AgentAttachmentSchema = exports.ContextAttachmentMetadataSchemaV1 = exports.BuiltinContextAttachmentKinds = exports.SocketIOConfig = exports.SocketIOEvents = exports.ActivityOperationName = exports.AgentToolType = exports.AgentStatus = exports.ChatType = exports.StreamChunkType = exports.AgentProcessStatus = exports.AgentToolCallStatus = exports.AgentAttachmentType = exports.MessageRole = exports.SortOrder = void 0;
4
4
  // Enums
5
- var enums_1 = require("./enums");
5
+ var enums_1 = require("./enums.cjs");
6
6
  Object.defineProperty(exports, "SortOrder", { enumerable: true, get: function () { return enums_1.SortOrder; } });
7
7
  Object.defineProperty(exports, "MessageRole", { enumerable: true, get: function () { return enums_1.MessageRole; } });
8
8
  Object.defineProperty(exports, "AgentAttachmentType", { enumerable: true, get: function () { return enums_1.AgentAttachmentType; } });
@@ -14,14 +14,14 @@ Object.defineProperty(exports, "AgentStatus", { enumerable: true, get: function
14
14
  Object.defineProperty(exports, "AgentToolType", { enumerable: true, get: function () { return enums_1.AgentToolType; } });
15
15
  Object.defineProperty(exports, "ActivityOperationName", { enumerable: true, get: function () { return enums_1.ActivityOperationName; } });
16
16
  // Socket
17
- var socket_1 = require("./socket");
17
+ var socket_1 = require("./socket.cjs");
18
18
  Object.defineProperty(exports, "SocketIOEvents", { enumerable: true, get: function () { return socket_1.SocketIOEvents; } });
19
19
  Object.defineProperty(exports, "SocketIOConfig", { enumerable: true, get: function () { return socket_1.SocketIOConfig; } });
20
20
  // Attachments - Context
21
- var context_1 = require("./attachments/context");
21
+ var context_1 = require("./attachments/context.cjs");
22
22
  Object.defineProperty(exports, "BuiltinContextAttachmentKinds", { enumerable: true, get: function () { return context_1.BuiltinContextAttachmentKinds; } });
23
23
  // Attachments - Schemas
24
- var schemas_1 = require("./attachments/schemas");
24
+ var schemas_1 = require("./attachments/schemas.cjs");
25
25
  Object.defineProperty(exports, "ContextAttachmentMetadataSchemaV1", { enumerable: true, get: function () { return schemas_1.ContextAttachmentMetadataSchemaV1; } });
26
26
  Object.defineProperty(exports, "AgentAttachmentSchema", { enumerable: true, get: function () { return schemas_1.AgentAttachmentSchema; } });
27
27
  Object.defineProperty(exports, "SendMessagePayloadSchema", { enumerable: true, get: function () { return schemas_1.SendMessagePayloadSchema; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiplayer-app/ai-agent-types",
3
- "version": "0.1.0-beta.56",
3
+ "version": "0.1.0-beta.58",
4
4
  "description": "Shared TypeScript types for Multiplayer AI agent clients and services",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.cjs",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes