@orq-ai/node 4.4.0-rc.26 → 4.4.0-rc.28
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/README.md +27 -54
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/index.d.ts +0 -4
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +0 -4
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +6 -6
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +6 -7
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/partdoneevent.js +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/errors/index.d.ts +0 -4
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +0 -4
- package/models/errors/index.js.map +1 -1
- package/models/operations/createcontact.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.js +16 -16
- package/models/operations/createidentity.js +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/fileget.js +1 -1
- package/models/operations/filelist.js +1 -1
- package/models/operations/fileupload.js +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.js +16 -16
- package/models/operations/index.d.ts +0 -7
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -7
- package/models/operations/index.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.js +1 -1
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrieveidentity.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.js +1 -1
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.js +16 -16
- package/models/operations/updateidentity.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +1 -1
- package/sdk/sdk.d.ts +0 -6
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +0 -8
- package/sdk/sdk.js.map +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/index.ts +0 -4
- package/src/models/components/invokedeploymentrequest.ts +10 -17
- package/src/models/components/partdoneevent.ts +1 -1
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/errors/index.ts +0 -4
- package/src/models/operations/createcontact.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +16 -16
- package/src/models/operations/createidentity.ts +1 -1
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/fileget.ts +1 -1
- package/src/models/operations/filelist.ts +1 -1
- package/src/models/operations/fileupload.ts +1 -1
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getevals.ts +16 -16
- package/src/models/operations/index.ts +0 -7
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listidentities.ts +1 -1
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrieveidentity.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +1 -1
- package/src/models/operations/streamrunagent.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +16 -16
- package/src/models/operations/updateidentity.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/sdk.ts +0 -12
- package/funcs/conversationsCreate.d.ts +0 -17
- package/funcs/conversationsCreate.d.ts.map +0 -1
- package/funcs/conversationsCreate.js +0 -114
- package/funcs/conversationsCreate.js.map +0 -1
- package/funcs/conversationsCreateConversationResponse.d.ts +0 -18
- package/funcs/conversationsCreateConversationResponse.d.ts.map +0 -1
- package/funcs/conversationsCreateConversationResponse.js +0 -132
- package/funcs/conversationsCreateConversationResponse.js.map +0 -1
- package/funcs/conversationsDelete.d.ts +0 -17
- package/funcs/conversationsDelete.d.ts.map +0 -1
- package/funcs/conversationsDelete.js +0 -127
- package/funcs/conversationsDelete.js.map +0 -1
- package/funcs/conversationsGenerateName.d.ts +0 -18
- package/funcs/conversationsGenerateName.d.ts.map +0 -1
- package/funcs/conversationsGenerateName.js +0 -128
- package/funcs/conversationsGenerateName.js.map +0 -1
- package/funcs/conversationsList.d.ts +0 -17
- package/funcs/conversationsList.d.ts.map +0 -1
- package/funcs/conversationsList.js +0 -126
- package/funcs/conversationsList.js.map +0 -1
- package/funcs/conversationsRetrieve.d.ts +0 -18
- package/funcs/conversationsRetrieve.d.ts.map +0 -1
- package/funcs/conversationsRetrieve.js +0 -127
- package/funcs/conversationsRetrieve.js.map +0 -1
- package/funcs/conversationsUpdate.d.ts +0 -18
- package/funcs/conversationsUpdate.d.ts.map +0 -1
- package/funcs/conversationsUpdate.js +0 -128
- package/funcs/conversationsUpdate.js.map +0 -1
- package/models/components/conversationresponse.d.ts +0 -74
- package/models/components/conversationresponse.d.ts.map +0 -1
- package/models/components/conversationresponse.js +0 -80
- package/models/components/conversationresponse.js.map +0 -1
- package/models/components/conversationwithmessagesresponse.d.ts +0 -79
- package/models/components/conversationwithmessagesresponse.d.ts.map +0 -1
- package/models/components/conversationwithmessagesresponse.js +0 -83
- package/models/components/conversationwithmessagesresponse.js.map +0 -1
- package/models/components/messageresponse.d.ts +0 -58
- package/models/components/messageresponse.d.ts.map +0 -1
- package/models/components/messageresponse.js +0 -89
- package/models/components/messageresponse.js.map +0 -1
- package/models/components/usermessagerequest.d.ts +0 -54
- package/models/components/usermessagerequest.d.ts.map +0 -1
- package/models/components/usermessagerequest.js +0 -79
- package/models/components/usermessagerequest.js.map +0 -1
- package/models/errors/deleteconversation.d.ts +0 -23
- package/models/errors/deleteconversation.d.ts.map +0 -1
- package/models/errors/deleteconversation.js +0 -68
- package/models/errors/deleteconversation.js.map +0 -1
- package/models/errors/generateconversationname.d.ts +0 -43
- package/models/errors/generateconversationname.d.ts.map +0 -1
- package/models/errors/generateconversationname.js +0 -94
- package/models/errors/generateconversationname.js.map +0 -1
- package/models/errors/retrieveconversation.d.ts +0 -23
- package/models/errors/retrieveconversation.d.ts.map +0 -1
- package/models/errors/retrieveconversation.js +0 -68
- package/models/errors/retrieveconversation.js.map +0 -1
- package/models/errors/updateconversation.d.ts +0 -23
- package/models/errors/updateconversation.d.ts.map +0 -1
- package/models/errors/updateconversation.js +0 -68
- package/models/errors/updateconversation.js.map +0 -1
- package/models/operations/createconversation.d.ts +0 -126
- package/models/operations/createconversation.d.ts.map +0 -1
- package/models/operations/createconversation.js +0 -101
- package/models/operations/createconversation.js.map +0 -1
- package/models/operations/createconversationresponse.d.ts +0 -209
- package/models/operations/createconversationresponse.d.ts.map +0 -1
- package/models/operations/createconversationresponse.js +0 -217
- package/models/operations/createconversationresponse.js.map +0 -1
- package/models/operations/deleteconversation.d.ts +0 -15
- package/models/operations/deleteconversation.d.ts.map +0 -1
- package/models/operations/deleteconversation.js +0 -54
- package/models/operations/deleteconversation.js.map +0 -1
- package/models/operations/generateconversationname.d.ts +0 -105
- package/models/operations/generateconversationname.d.ts.map +0 -1
- package/models/operations/generateconversationname.js +0 -103
- package/models/operations/generateconversationname.js.map +0 -1
- package/models/operations/listconversations.d.ts +0 -51
- package/models/operations/listconversations.d.ts.map +0 -1
- package/models/operations/listconversations.js +0 -74
- package/models/operations/listconversations.js.map +0 -1
- package/models/operations/retrieveconversation.d.ts +0 -15
- package/models/operations/retrieveconversation.d.ts.map +0 -1
- package/models/operations/retrieveconversation.js +0 -54
- package/models/operations/retrieveconversation.js.map +0 -1
- package/models/operations/updateconversation.d.ts +0 -131
- package/models/operations/updateconversation.d.ts.map +0 -1
- package/models/operations/updateconversation.js +0 -113
- package/models/operations/updateconversation.js.map +0 -1
- package/sdk/conversations.d.ts +0 -56
- package/sdk/conversations.d.ts.map +0 -1
- package/sdk/conversations.js +0 -82
- package/sdk/conversations.js.map +0 -1
- package/sdk/internal.d.ts +0 -13
- package/sdk/internal.d.ts.map +0 -1
- package/sdk/internal.js +0 -22
- package/sdk/internal.js.map +0 -1
- package/src/funcs/conversationsCreate.ts +0 -161
- package/src/funcs/conversationsCreateConversationResponse.ts +0 -186
- package/src/funcs/conversationsDelete.ts +0 -180
- package/src/funcs/conversationsGenerateName.ts +0 -194
- package/src/funcs/conversationsList.ts +0 -186
- package/src/funcs/conversationsRetrieve.ts +0 -181
- package/src/funcs/conversationsUpdate.ts +0 -184
- package/src/models/components/conversationresponse.ts +0 -132
- package/src/models/components/conversationwithmessagesresponse.ts +0 -149
- package/src/models/components/messageresponse.ts +0 -127
- package/src/models/components/usermessagerequest.ts +0 -136
- package/src/models/errors/deleteconversation.ts +0 -51
- package/src/models/errors/generateconversationname.ts +0 -99
- package/src/models/errors/retrieveconversation.ts +0 -51
- package/src/models/errors/updateconversation.ts +0 -51
- package/src/models/operations/createconversation.ts +0 -227
- package/src/models/operations/createconversationresponse.ts +0 -498
- package/src/models/operations/deleteconversation.ts +0 -39
- package/src/models/operations/generateconversationname.ts +0 -207
- package/src/models/operations/listconversations.ts +0 -104
- package/src/models/operations/retrieveconversation.ts +0 -41
- package/src/models/operations/updateconversation.ts +0 -252
- package/src/sdk/conversations.ts +0 -147
- package/src/sdk/internal.ts +0 -28
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
import { MessageResponse } from "./messageresponse.js";
|
|
6
|
-
/**
|
|
7
|
-
* Resource type discriminator.
|
|
8
|
-
*/
|
|
9
|
-
export declare const ConversationWithMessagesResponseKind: {
|
|
10
|
-
readonly Conversation: "conversation";
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* Resource type discriminator.
|
|
14
|
-
*/
|
|
15
|
-
export type ConversationWithMessagesResponseKind = ClosedEnum<typeof ConversationWithMessagesResponseKind>;
|
|
16
|
-
/**
|
|
17
|
-
* Additional conversation metadata.
|
|
18
|
-
*/
|
|
19
|
-
export type ConversationWithMessagesResponseMetadata = {
|
|
20
|
-
/**
|
|
21
|
-
* When `true`, indicates the conversation title is being auto-generated.
|
|
22
|
-
*/
|
|
23
|
-
generatingTitle?: boolean | undefined;
|
|
24
|
-
/**
|
|
25
|
-
* Parent entity identifier (e.g., agent or deployment). Set to `null` for standalone conversations.
|
|
26
|
-
*/
|
|
27
|
-
entityId?: string | null | undefined;
|
|
28
|
-
/**
|
|
29
|
-
* Model identifier for standalone conversations in `provider/model_id` format. Set to `null` for entity-bound conversations.
|
|
30
|
-
*/
|
|
31
|
-
model?: string | null | undefined;
|
|
32
|
-
};
|
|
33
|
-
export type ConversationWithMessagesResponse = {
|
|
34
|
-
/**
|
|
35
|
-
* Unique conversation identifier with `conv_` prefix.
|
|
36
|
-
*/
|
|
37
|
-
id: string;
|
|
38
|
-
/**
|
|
39
|
-
* Resource type discriminator.
|
|
40
|
-
*/
|
|
41
|
-
kind: ConversationWithMessagesResponseKind;
|
|
42
|
-
/**
|
|
43
|
-
* Human-readable name for the conversation. Maximum 100 characters.
|
|
44
|
-
*/
|
|
45
|
-
displayName: string;
|
|
46
|
-
/**
|
|
47
|
-
* Unix timestamp in milliseconds when the conversation was created.
|
|
48
|
-
*/
|
|
49
|
-
createdAt: number;
|
|
50
|
-
/**
|
|
51
|
-
* Unix timestamp in milliseconds when the conversation was last modified.
|
|
52
|
-
*/
|
|
53
|
-
updatedAt: number;
|
|
54
|
-
/**
|
|
55
|
-
* Identifier of the user or system that created the conversation.
|
|
56
|
-
*/
|
|
57
|
-
createdById?: string | undefined;
|
|
58
|
-
/**
|
|
59
|
-
* Identifier of the user or system that last modified the conversation.
|
|
60
|
-
*/
|
|
61
|
-
updatedById?: string | undefined;
|
|
62
|
-
/**
|
|
63
|
-
* Additional conversation metadata.
|
|
64
|
-
*/
|
|
65
|
-
metadata?: ConversationWithMessagesResponseMetadata | undefined;
|
|
66
|
-
/**
|
|
67
|
-
* Conversation messages ordered chronologically (oldest first).
|
|
68
|
-
*/
|
|
69
|
-
messages: Array<MessageResponse>;
|
|
70
|
-
};
|
|
71
|
-
/** @internal */
|
|
72
|
-
export declare const ConversationWithMessagesResponseKind$inboundSchema: z.ZodNativeEnum<typeof ConversationWithMessagesResponseKind>;
|
|
73
|
-
/** @internal */
|
|
74
|
-
export declare const ConversationWithMessagesResponseMetadata$inboundSchema: z.ZodType<ConversationWithMessagesResponseMetadata, z.ZodTypeDef, unknown>;
|
|
75
|
-
export declare function conversationWithMessagesResponseMetadataFromJSON(jsonString: string): SafeParseResult<ConversationWithMessagesResponseMetadata, SDKValidationError>;
|
|
76
|
-
/** @internal */
|
|
77
|
-
export declare const ConversationWithMessagesResponse$inboundSchema: z.ZodType<ConversationWithMessagesResponse, z.ZodTypeDef, unknown>;
|
|
78
|
-
export declare function conversationWithMessagesResponseFromJSON(jsonString: string): SafeParseResult<ConversationWithMessagesResponse, SDKValidationError>;
|
|
79
|
-
//# sourceMappingURL=conversationwithmessagesresponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conversationwithmessagesresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/conversationwithmessagesresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,eAAe,EAEhB,MAAM,sBAAsB,CAAC;AAE9B;;GAEG;AACH,eAAO,MAAM,oCAAoC;;CAEvC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAC3D,OAAO,oCAAoC,CAC5C,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,wCAAwC,GAAG;IACrD;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,gCAAgC,GAAG;IAC7C;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,oCAAoC,CAAC;IAC3C;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAChE;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAC7D,CAAC,CAAC,aAAa,CAAC,OAAO,oCAAoC,CAE1D,CAAC;AAEJ,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,wBAAgB,gDAAgD,CAC9D,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,wCAAwC,EACxC,kBAAkB,CACnB,CASA;AAED,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,gCAAgC,EAChC,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,wBAAgB,wCAAwC,CACtD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,gCAAgC,EAAE,kBAAkB,CAAC,CAMvE"}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.ConversationWithMessagesResponse$inboundSchema = exports.ConversationWithMessagesResponseMetadata$inboundSchema = exports.ConversationWithMessagesResponseKind$inboundSchema = exports.ConversationWithMessagesResponseKind = void 0;
|
|
40
|
-
exports.conversationWithMessagesResponseMetadataFromJSON = conversationWithMessagesResponseMetadataFromJSON;
|
|
41
|
-
exports.conversationWithMessagesResponseFromJSON = conversationWithMessagesResponseFromJSON;
|
|
42
|
-
const z = __importStar(require("zod/v3"));
|
|
43
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
44
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
45
|
-
const messageresponse_js_1 = require("./messageresponse.js");
|
|
46
|
-
/**
|
|
47
|
-
* Resource type discriminator.
|
|
48
|
-
*/
|
|
49
|
-
exports.ConversationWithMessagesResponseKind = {
|
|
50
|
-
Conversation: "conversation",
|
|
51
|
-
};
|
|
52
|
-
/** @internal */
|
|
53
|
-
exports.ConversationWithMessagesResponseKind$inboundSchema = z.nativeEnum(exports.ConversationWithMessagesResponseKind);
|
|
54
|
-
/** @internal */
|
|
55
|
-
exports.ConversationWithMessagesResponseMetadata$inboundSchema = z.object({
|
|
56
|
-
generatingTitle: z.boolean().optional(),
|
|
57
|
-
entityId: z.nullable(z.string()).optional(),
|
|
58
|
-
model: z.nullable(z.string()).optional(),
|
|
59
|
-
});
|
|
60
|
-
function conversationWithMessagesResponseMetadataFromJSON(jsonString) {
|
|
61
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConversationWithMessagesResponseMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConversationWithMessagesResponseMetadata' from JSON`);
|
|
62
|
-
}
|
|
63
|
-
/** @internal */
|
|
64
|
-
exports.ConversationWithMessagesResponse$inboundSchema = z.object({
|
|
65
|
-
_id: z.string().default("conv_01kj0c15132z2s7wjzby6z1wqs"),
|
|
66
|
-
kind: exports.ConversationWithMessagesResponseKind$inboundSchema,
|
|
67
|
-
displayName: z.string(),
|
|
68
|
-
createdAt: z.number(),
|
|
69
|
-
updatedAt: z.number(),
|
|
70
|
-
createdById: z.string().optional(),
|
|
71
|
-
updatedById: z.string().optional(),
|
|
72
|
-
metadata: z.lazy(() => exports.ConversationWithMessagesResponseMetadata$inboundSchema)
|
|
73
|
-
.optional(),
|
|
74
|
-
messages: z.array(messageresponse_js_1.MessageResponse$inboundSchema),
|
|
75
|
-
}).transform((v) => {
|
|
76
|
-
return (0, primitives_js_1.remap)(v, {
|
|
77
|
-
"_id": "id",
|
|
78
|
-
});
|
|
79
|
-
});
|
|
80
|
-
function conversationWithMessagesResponseFromJSON(jsonString) {
|
|
81
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ConversationWithMessagesResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ConversationWithMessagesResponse' from JSON`);
|
|
82
|
-
}
|
|
83
|
-
//# sourceMappingURL=conversationwithmessagesresponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"conversationwithmessagesresponse.js","sourceRoot":"","sources":["../../src/models/components/conversationwithmessagesresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoGH,4GAcC;AAwBD,4FAQC;AAhJD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAIjD,6DAG8B;AAE9B;;GAEG;AACU,QAAA,oCAAoC,GAAG;IAClD,YAAY,EAAE,cAAc;CACpB,CAAC;AAiEX,gBAAgB;AACH,QAAA,kDAAkD,GACE,CAAC,CAAC,UAAU,CACzE,4CAAoC,CACrC,CAAC;AAEJ,gBAAgB;AACH,QAAA,sDAAsD,GAI/D,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACvC,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC3C,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC;AAEH,SAAgB,gDAAgD,CAC9D,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,8DAAsD,CAAC,KAAK,CAC1D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,sEAAsE,CACvE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,OAAO,CAAC,iCAAiC,CAAC;IAC1D,IAAI,EAAE,0DAAkD;IACxD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,QAAQ,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,8DAAsD,CAAC;SAC3E,QAAQ,EAAE;IACb,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,kDAA6B,CAAC;CACjD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,KAAK,EAAE,IAAI;KACZ,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,wCAAwC,CACtD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sDAA8C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,8DAA8D,CAC/D,CAAC;AACJ,CAAC"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
import { ErrorPart } from "./errorpart.js";
|
|
6
|
-
import { FilePart } from "./filepart.js";
|
|
7
|
-
import { TextPart } from "./textpart.js";
|
|
8
|
-
import { ToolResultPart } from "./toolresultpart.js";
|
|
9
|
-
/**
|
|
10
|
-
* Message part that can be provided by users. Use "text" for regular messages, "file" for attachments, or "tool_result" when responding to tool call requests.
|
|
11
|
-
*/
|
|
12
|
-
export type PublicMessagePart = TextPart | FilePart | ToolResultPart | ErrorPart;
|
|
13
|
-
/**
|
|
14
|
-
* Message author role. `user` for end-user messages, `assistant` for AI-generated responses.
|
|
15
|
-
*/
|
|
16
|
-
export declare const MessageResponseRole: {
|
|
17
|
-
readonly User: "user";
|
|
18
|
-
readonly Assistant: "assistant";
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Message author role. `user` for end-user messages, `assistant` for AI-generated responses.
|
|
22
|
-
*/
|
|
23
|
-
export type MessageResponseRole = ClosedEnum<typeof MessageResponseRole>;
|
|
24
|
-
export type MessageResponse = {
|
|
25
|
-
/**
|
|
26
|
-
* Unique message identifier with `msg_` prefix.
|
|
27
|
-
*/
|
|
28
|
-
id: string;
|
|
29
|
-
/**
|
|
30
|
-
* Conversation identifier this message belongs to.
|
|
31
|
-
*/
|
|
32
|
-
conversationId: string;
|
|
33
|
-
/**
|
|
34
|
-
* Unix timestamp in milliseconds when the message was created.
|
|
35
|
-
*/
|
|
36
|
-
createdAt: number;
|
|
37
|
-
/**
|
|
38
|
-
* Identifier of the message author. User ID for user messages, "system" for assistant messages.
|
|
39
|
-
*/
|
|
40
|
-
createdById: string;
|
|
41
|
-
/**
|
|
42
|
-
* Content parts composing the message. Supports multiple content types (text, images, files, tool results).
|
|
43
|
-
*/
|
|
44
|
-
parts: Array<TextPart | FilePart | ToolResultPart | ErrorPart>;
|
|
45
|
-
/**
|
|
46
|
-
* Message author role. `user` for end-user messages, `assistant` for AI-generated responses.
|
|
47
|
-
*/
|
|
48
|
-
role: MessageResponseRole;
|
|
49
|
-
};
|
|
50
|
-
/** @internal */
|
|
51
|
-
export declare const PublicMessagePart$inboundSchema: z.ZodType<PublicMessagePart, z.ZodTypeDef, unknown>;
|
|
52
|
-
export declare function publicMessagePartFromJSON(jsonString: string): SafeParseResult<PublicMessagePart, SDKValidationError>;
|
|
53
|
-
/** @internal */
|
|
54
|
-
export declare const MessageResponseRole$inboundSchema: z.ZodNativeEnum<typeof MessageResponseRole>;
|
|
55
|
-
/** @internal */
|
|
56
|
-
export declare const MessageResponse$inboundSchema: z.ZodType<MessageResponse, z.ZodTypeDef, unknown>;
|
|
57
|
-
export declare function messageResponseFromJSON(jsonString: string): SafeParseResult<MessageResponse, SDKValidationError>;
|
|
58
|
-
//# sourceMappingURL=messageresponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"messageresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/messageresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAE,SAAS,EAA2B,MAAM,gBAAgB,CAAC;AACpE,OAAO,EAAE,QAAQ,EAA0B,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,QAAQ,EAA0B,MAAM,eAAe,CAAC;AACjE,OAAO,EACL,cAAc,EAEf,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,QAAQ,GACR,QAAQ,GACR,cAAc,GACd,SAAS,CAAC;AAEd;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEzE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,QAAQ,GAAG,QAAQ,GAAG,cAAc,GAAG,SAAS,CAAC,CAAC;IAC/D;;OAEG;IACH,IAAI,EAAE,mBAAmB,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAMP,CAAC;AAEH,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD;AAED,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,mBAAmB,CACS,CAAC;AAEtC,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CAmBP,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.MessageResponse$inboundSchema = exports.MessageResponseRole$inboundSchema = exports.PublicMessagePart$inboundSchema = exports.MessageResponseRole = void 0;
|
|
40
|
-
exports.publicMessagePartFromJSON = publicMessagePartFromJSON;
|
|
41
|
-
exports.messageResponseFromJSON = messageResponseFromJSON;
|
|
42
|
-
const z = __importStar(require("zod/v3"));
|
|
43
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
44
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
45
|
-
const errorpart_js_1 = require("./errorpart.js");
|
|
46
|
-
const filepart_js_1 = require("./filepart.js");
|
|
47
|
-
const textpart_js_1 = require("./textpart.js");
|
|
48
|
-
const toolresultpart_js_1 = require("./toolresultpart.js");
|
|
49
|
-
/**
|
|
50
|
-
* Message author role. `user` for end-user messages, `assistant` for AI-generated responses.
|
|
51
|
-
*/
|
|
52
|
-
exports.MessageResponseRole = {
|
|
53
|
-
User: "user",
|
|
54
|
-
Assistant: "assistant",
|
|
55
|
-
};
|
|
56
|
-
/** @internal */
|
|
57
|
-
exports.PublicMessagePart$inboundSchema = z.union([
|
|
58
|
-
textpart_js_1.TextPart$inboundSchema,
|
|
59
|
-
filepart_js_1.FilePart$inboundSchema,
|
|
60
|
-
toolresultpart_js_1.ToolResultPart$inboundSchema,
|
|
61
|
-
errorpart_js_1.ErrorPart$inboundSchema,
|
|
62
|
-
]);
|
|
63
|
-
function publicMessagePartFromJSON(jsonString) {
|
|
64
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PublicMessagePart$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PublicMessagePart' from JSON`);
|
|
65
|
-
}
|
|
66
|
-
/** @internal */
|
|
67
|
-
exports.MessageResponseRole$inboundSchema = z.nativeEnum(exports.MessageResponseRole);
|
|
68
|
-
/** @internal */
|
|
69
|
-
exports.MessageResponse$inboundSchema = z.object({
|
|
70
|
-
_id: z.string(),
|
|
71
|
-
conversationId: z.string(),
|
|
72
|
-
createdAt: z.number(),
|
|
73
|
-
createdById: z.string(),
|
|
74
|
-
parts: z.array(z.union([
|
|
75
|
-
textpart_js_1.TextPart$inboundSchema,
|
|
76
|
-
filepart_js_1.FilePart$inboundSchema,
|
|
77
|
-
toolresultpart_js_1.ToolResultPart$inboundSchema,
|
|
78
|
-
errorpart_js_1.ErrorPart$inboundSchema,
|
|
79
|
-
])),
|
|
80
|
-
role: exports.MessageResponseRole$inboundSchema,
|
|
81
|
-
}).transform((v) => {
|
|
82
|
-
return (0, primitives_js_1.remap)(v, {
|
|
83
|
-
"_id": "id",
|
|
84
|
-
});
|
|
85
|
-
});
|
|
86
|
-
function messageResponseFromJSON(jsonString) {
|
|
87
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.MessageResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'MessageResponse' from JSON`);
|
|
88
|
-
}
|
|
89
|
-
//# sourceMappingURL=messageresponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"messageresponse.js","sourceRoot":"","sources":["../../src/models/components/messageresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4EH,8DAQC;AAgCD,0DAQC;AA1HD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAIjD,iDAAoE;AACpE,+CAAiE;AACjE,+CAAiE;AACjE,2DAG6B;AAW7B;;GAEG;AACU,QAAA,mBAAmB,GAAG;IACjC,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;CACd,CAAC;AAiCX,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,KAAK,CAAC;IACV,oCAAsB;IACtB,oCAAsB;IACtB,gDAA4B;IAC5B,sCAAuB;CACxB,CAAC,CAAC;AAEH,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,2BAAmB,CAAC,CAAC;AAEtC,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACf,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;IAC1B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,KAAK,EAAE,CAAC,CAAC,KAAK,CACZ,CAAC,CAAC,KAAK,CAAC;QACN,oCAAsB;QACtB,oCAAsB;QACtB,gDAA4B;QAC5B,sCAAuB;KACxB,CAAC,CACH;IACD,IAAI,EAAE,yCAAiC;CACxC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,KAAK,EAAE,IAAI;KACZ,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,uBAAuB,CACrC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qCAA6B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzD,6CAA6C,CAC9C,CAAC;AACJ,CAAC"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
-
import { ErrorPart, ErrorPart$Outbound } from "./errorpart.js";
|
|
4
|
-
import { FilePart, FilePart$Outbound } from "./filepart.js";
|
|
5
|
-
import { TextPart, TextPart$Outbound } from "./textpart.js";
|
|
6
|
-
import { ToolResultPart, ToolResultPart$Outbound } from "./toolresultpart.js";
|
|
7
|
-
/**
|
|
8
|
-
* Role indicating this message is from a user
|
|
9
|
-
*/
|
|
10
|
-
export declare const UserMessageRequestRole: {
|
|
11
|
-
readonly User: "user";
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* Role indicating this message is from a user
|
|
15
|
-
*/
|
|
16
|
-
export type UserMessageRequestRole = ClosedEnum<typeof UserMessageRequestRole>;
|
|
17
|
-
/**
|
|
18
|
-
* Message part that can be provided by users. Use "text" for regular messages, "file" for attachments, or "tool_result" when responding to tool call requests.
|
|
19
|
-
*/
|
|
20
|
-
export type UserMessageRequestPublicMessagePart = TextPart | FilePart | ToolResultPart | ErrorPart;
|
|
21
|
-
/**
|
|
22
|
-
* The user message to send to the model
|
|
23
|
-
*/
|
|
24
|
-
export type UserMessageRequest = {
|
|
25
|
-
/**
|
|
26
|
-
* Optional message ID in ULID format
|
|
27
|
-
*/
|
|
28
|
-
messageId?: string | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* Role indicating this message is from a user
|
|
31
|
-
*/
|
|
32
|
-
role: UserMessageRequestRole;
|
|
33
|
-
/**
|
|
34
|
-
* Array of message parts. User messages can contain text, file, tool_result, and error parts.
|
|
35
|
-
*/
|
|
36
|
-
parts: Array<TextPart | FilePart | ToolResultPart | ErrorPart>;
|
|
37
|
-
};
|
|
38
|
-
/** @internal */
|
|
39
|
-
export declare const UserMessageRequestRole$outboundSchema: z.ZodNativeEnum<typeof UserMessageRequestRole>;
|
|
40
|
-
/** @internal */
|
|
41
|
-
export type UserMessageRequestPublicMessagePart$Outbound = TextPart$Outbound | FilePart$Outbound | ToolResultPart$Outbound | ErrorPart$Outbound;
|
|
42
|
-
/** @internal */
|
|
43
|
-
export declare const UserMessageRequestPublicMessagePart$outboundSchema: z.ZodType<UserMessageRequestPublicMessagePart$Outbound, z.ZodTypeDef, UserMessageRequestPublicMessagePart>;
|
|
44
|
-
export declare function userMessageRequestPublicMessagePartToJSON(userMessageRequestPublicMessagePart: UserMessageRequestPublicMessagePart): string;
|
|
45
|
-
/** @internal */
|
|
46
|
-
export type UserMessageRequest$Outbound = {
|
|
47
|
-
messageId?: string | undefined;
|
|
48
|
-
role: string;
|
|
49
|
-
parts: Array<TextPart$Outbound | FilePart$Outbound | ToolResultPart$Outbound | ErrorPart$Outbound>;
|
|
50
|
-
};
|
|
51
|
-
/** @internal */
|
|
52
|
-
export declare const UserMessageRequest$outboundSchema: z.ZodType<UserMessageRequest$Outbound, z.ZodTypeDef, UserMessageRequest>;
|
|
53
|
-
export declare function userMessageRequestToJSON(userMessageRequest: UserMessageRequest): string;
|
|
54
|
-
//# sourceMappingURL=usermessagerequest.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usermessagerequest.d.ts","sourceRoot":"","sources":["../../src/models/components/usermessagerequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EACL,SAAS,EACT,kBAAkB,EAEnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,QAAQ,EACR,iBAAiB,EAElB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,QAAQ,EACR,iBAAiB,EAElB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,cAAc,EACd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAE7B;;GAEG;AACH,eAAO,MAAM,sBAAsB;;CAEzB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAC3C,QAAQ,GACR,QAAQ,GACR,cAAc,GACd,SAAS,CAAC;AAEd;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,IAAI,EAAE,sBAAsB,CAAC;IAC7B;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,QAAQ,GAAG,QAAQ,GAAG,cAAc,GAAG,SAAS,CAAC,CAAC;CAChE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,aAAa,CACjE,OAAO,sBAAsB,CACS,CAAC;AAEzC,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GACpD,iBAAiB,GACjB,iBAAiB,GACjB,uBAAuB,GACvB,kBAAkB,CAAC;AAEvB,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAMnC,CAAC;AAEH,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR;AAED,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GAAG;IACxC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,KAAK,CACR,iBAAiB,GACjB,iBAAiB,GACjB,uBAAuB,GACvB,kBAAkB,CACrB,CAAC;CACH,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAYlB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR"}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.UserMessageRequest$outboundSchema = exports.UserMessageRequestPublicMessagePart$outboundSchema = exports.UserMessageRequestRole$outboundSchema = exports.UserMessageRequestRole = void 0;
|
|
40
|
-
exports.userMessageRequestPublicMessagePartToJSON = userMessageRequestPublicMessagePartToJSON;
|
|
41
|
-
exports.userMessageRequestToJSON = userMessageRequestToJSON;
|
|
42
|
-
const z = __importStar(require("zod/v3"));
|
|
43
|
-
const errorpart_js_1 = require("./errorpart.js");
|
|
44
|
-
const filepart_js_1 = require("./filepart.js");
|
|
45
|
-
const textpart_js_1 = require("./textpart.js");
|
|
46
|
-
const toolresultpart_js_1 = require("./toolresultpart.js");
|
|
47
|
-
/**
|
|
48
|
-
* Role indicating this message is from a user
|
|
49
|
-
*/
|
|
50
|
-
exports.UserMessageRequestRole = {
|
|
51
|
-
User: "user",
|
|
52
|
-
};
|
|
53
|
-
/** @internal */
|
|
54
|
-
exports.UserMessageRequestRole$outboundSchema = z.nativeEnum(exports.UserMessageRequestRole);
|
|
55
|
-
/** @internal */
|
|
56
|
-
exports.UserMessageRequestPublicMessagePart$outboundSchema = z.union([
|
|
57
|
-
textpart_js_1.TextPart$outboundSchema,
|
|
58
|
-
filepart_js_1.FilePart$outboundSchema,
|
|
59
|
-
toolresultpart_js_1.ToolResultPart$outboundSchema,
|
|
60
|
-
errorpart_js_1.ErrorPart$outboundSchema,
|
|
61
|
-
]);
|
|
62
|
-
function userMessageRequestPublicMessagePartToJSON(userMessageRequestPublicMessagePart) {
|
|
63
|
-
return JSON.stringify(exports.UserMessageRequestPublicMessagePart$outboundSchema.parse(userMessageRequestPublicMessagePart));
|
|
64
|
-
}
|
|
65
|
-
/** @internal */
|
|
66
|
-
exports.UserMessageRequest$outboundSchema = z.object({
|
|
67
|
-
messageId: z.string().optional(),
|
|
68
|
-
role: exports.UserMessageRequestRole$outboundSchema,
|
|
69
|
-
parts: z.array(z.union([
|
|
70
|
-
textpart_js_1.TextPart$outboundSchema,
|
|
71
|
-
filepart_js_1.FilePart$outboundSchema,
|
|
72
|
-
toolresultpart_js_1.ToolResultPart$outboundSchema,
|
|
73
|
-
errorpart_js_1.ErrorPart$outboundSchema,
|
|
74
|
-
])),
|
|
75
|
-
});
|
|
76
|
-
function userMessageRequestToJSON(userMessageRequest) {
|
|
77
|
-
return JSON.stringify(exports.UserMessageRequest$outboundSchema.parse(userMessageRequest));
|
|
78
|
-
}
|
|
79
|
-
//# sourceMappingURL=usermessagerequest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usermessagerequest.js","sourceRoot":"","sources":["../../src/models/components/usermessagerequest.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuFH,8FAQC;AAgCD,4DAMC;AAnID,0CAA4B;AAE5B,iDAIwB;AACxB,+CAIuB;AACvB,+CAIuB;AACvB,2DAI6B;AAE7B;;GAEG;AACU,QAAA,sBAAsB,GAAG;IACpC,IAAI,EAAE,MAAM;CACJ,CAAC;AAiCX,gBAAgB;AACH,QAAA,qCAAqC,GAE9C,CAAC,CAAC,UAAU,CAAC,8BAAsB,CAAC,CAAC;AASzC,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,KAAK,CAAC;IACV,qCAAuB;IACvB,qCAAuB;IACvB,iDAA6B;IAC7B,uCAAwB;CACzB,CAAC,CAAC;AAEH,SAAgB,yCAAyC,CACvD,mCAAwE;IAExE,OAAO,IAAI,CAAC,SAAS,CACnB,0DAAkD,CAAC,KAAK,CACtD,mCAAmC,CACpC,CACF,CAAC;AACJ,CAAC;AAcD,gBAAgB;AACH,QAAA,iCAAiC,GAI1C,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,IAAI,EAAE,6CAAqC;IAC3C,KAAK,EAAE,CAAC,CAAC,KAAK,CACZ,CAAC,CAAC,KAAK,CAAC;QACN,qCAAuB;QACvB,qCAAuB;QACvB,iDAA6B;QAC7B,uCAAwB;KACzB,CAAC,CACH;CACF,CAAC,CAAC;AAEH,SAAgB,wBAAwB,CACtC,kBAAsC;IAEtC,OAAO,IAAI,CAAC,SAAS,CACnB,yCAAiC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC5D,CAAC;AACJ,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
import { OrqError } from "./orqerror.js";
|
|
3
|
-
/**
|
|
4
|
-
* Conversation not found. The specified conversation ID does not exist in the workspace or has already been deleted.
|
|
5
|
-
*/
|
|
6
|
-
export type DeleteConversationResponseBodyData = {
|
|
7
|
-
message: string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* Conversation not found. The specified conversation ID does not exist in the workspace or has already been deleted.
|
|
11
|
-
*/
|
|
12
|
-
export declare class DeleteConversationResponseBody extends OrqError {
|
|
13
|
-
/** The original data that was passed to this error instance. */
|
|
14
|
-
data$: DeleteConversationResponseBodyData;
|
|
15
|
-
constructor(err: DeleteConversationResponseBodyData, httpMeta: {
|
|
16
|
-
response: Response;
|
|
17
|
-
request: Request;
|
|
18
|
-
body: string;
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
/** @internal */
|
|
22
|
-
export declare const DeleteConversationResponseBody$inboundSchema: z.ZodType<DeleteConversationResponseBody, z.ZodTypeDef, unknown>;
|
|
23
|
-
//# sourceMappingURL=deleteconversation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deleteconversation.d.ts","sourceRoot":"","sources":["../../src/models/errors/deleteconversation.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAAG;IAC/C,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;GAEG;AACH,qBAAa,8BAA+B,SAAQ,QAAQ;IAC1D,gEAAgE;IAChE,KAAK,EAAE,kCAAkC,CAAC;gBAGxC,GAAG,EAAE,kCAAkC,EACvC,QAAQ,EAAE;QAAE,QAAQ,EAAE,QAAQ,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE;CAQnE;AAED,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAaL,CAAC"}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
-
var ownKeys = function(o) {
|
|
23
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
-
var ar = [];
|
|
25
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
-
return ar;
|
|
27
|
-
};
|
|
28
|
-
return ownKeys(o);
|
|
29
|
-
};
|
|
30
|
-
return function (mod) {
|
|
31
|
-
if (mod && mod.__esModule) return mod;
|
|
32
|
-
var result = {};
|
|
33
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
-
__setModuleDefault(result, mod);
|
|
35
|
-
return result;
|
|
36
|
-
};
|
|
37
|
-
})();
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.DeleteConversationResponseBody$inboundSchema = exports.DeleteConversationResponseBody = void 0;
|
|
40
|
-
const z = __importStar(require("zod/v3"));
|
|
41
|
-
const orqerror_js_1 = require("./orqerror.js");
|
|
42
|
-
/**
|
|
43
|
-
* Conversation not found. The specified conversation ID does not exist in the workspace or has already been deleted.
|
|
44
|
-
*/
|
|
45
|
-
class DeleteConversationResponseBody extends orqerror_js_1.OrqError {
|
|
46
|
-
constructor(err, httpMeta) {
|
|
47
|
-
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
48
|
-
super(message, httpMeta);
|
|
49
|
-
this.data$ = err;
|
|
50
|
-
this.name = "DeleteConversationResponseBody";
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
exports.DeleteConversationResponseBody = DeleteConversationResponseBody;
|
|
54
|
-
/** @internal */
|
|
55
|
-
exports.DeleteConversationResponseBody$inboundSchema = z.object({
|
|
56
|
-
message: z.string(),
|
|
57
|
-
request$: z.instanceof(Request),
|
|
58
|
-
response$: z.instanceof(Response),
|
|
59
|
-
body$: z.string(),
|
|
60
|
-
})
|
|
61
|
-
.transform((v) => {
|
|
62
|
-
return new DeleteConversationResponseBody(v, {
|
|
63
|
-
request: v.request$,
|
|
64
|
-
response: v.response$,
|
|
65
|
-
body: v.body$,
|
|
66
|
-
});
|
|
67
|
-
});
|
|
68
|
-
//# sourceMappingURL=deleteconversation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"deleteconversation.js","sourceRoot":"","sources":["../../src/models/errors/deleteconversation.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAC5B,+CAAyC;AASzC;;GAEG;AACH,MAAa,8BAA+B,SAAQ,sBAAQ;IAI1D,YACE,GAAuC,EACvC,QAAgE;QAEhE,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,IAAI,uBAAuB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;QAC5E,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QAEjB,IAAI,CAAC,IAAI,GAAG,gCAAgC,CAAC;IAC/C,CAAC;CACF;AAdD,wEAcC;AAED,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;IAC/B,SAAS,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC;KACC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACf,OAAO,IAAI,8BAA8B,CAAC,CAAC,EAAE;QAC3C,OAAO,EAAE,CAAC,CAAC,QAAQ;QACnB,QAAQ,EAAE,CAAC,CAAC,SAAS;QACrB,IAAI,EAAE,CAAC,CAAC,KAAK;KACd,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import * as z from "zod/v3";
|
|
2
|
-
import { OrqError } from "./orqerror.js";
|
|
3
|
-
/**
|
|
4
|
-
* Conversation not found.
|
|
5
|
-
*/
|
|
6
|
-
export type GenerateConversationNameConversationsResponseBodyData = {
|
|
7
|
-
message: string;
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* Conversation not found.
|
|
11
|
-
*/
|
|
12
|
-
export declare class GenerateConversationNameConversationsResponseBody extends OrqError {
|
|
13
|
-
/** The original data that was passed to this error instance. */
|
|
14
|
-
data$: GenerateConversationNameConversationsResponseBodyData;
|
|
15
|
-
constructor(err: GenerateConversationNameConversationsResponseBodyData, httpMeta: {
|
|
16
|
-
response: Response;
|
|
17
|
-
request: Request;
|
|
18
|
-
body: string;
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Conversation already has a display name. This endpoint only generates names for conversations with empty display names.
|
|
23
|
-
*/
|
|
24
|
-
export type GenerateConversationNameResponseBodyData = {
|
|
25
|
-
message: string;
|
|
26
|
-
};
|
|
27
|
-
/**
|
|
28
|
-
* Conversation already has a display name. This endpoint only generates names for conversations with empty display names.
|
|
29
|
-
*/
|
|
30
|
-
export declare class GenerateConversationNameResponseBody extends OrqError {
|
|
31
|
-
/** The original data that was passed to this error instance. */
|
|
32
|
-
data$: GenerateConversationNameResponseBodyData;
|
|
33
|
-
constructor(err: GenerateConversationNameResponseBodyData, httpMeta: {
|
|
34
|
-
response: Response;
|
|
35
|
-
request: Request;
|
|
36
|
-
body: string;
|
|
37
|
-
});
|
|
38
|
-
}
|
|
39
|
-
/** @internal */
|
|
40
|
-
export declare const GenerateConversationNameConversationsResponseBody$inboundSchema: z.ZodType<GenerateConversationNameConversationsResponseBody, z.ZodTypeDef, unknown>;
|
|
41
|
-
/** @internal */
|
|
42
|
-
export declare const GenerateConversationNameResponseBody$inboundSchema: z.ZodType<GenerateConversationNameResponseBody, z.ZodTypeDef, unknown>;
|
|
43
|
-
//# sourceMappingURL=generateconversationname.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"generateconversationname.d.ts","sourceRoot":"","sources":["../../src/models/errors/generateconversationname.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC;;GAEG;AACH,MAAM,MAAM,qDAAqD,GAAG;IAClE,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;GAEG;AACH,qBAAa,iDACX,SAAQ,QAAQ;IAEhB,gEAAgE;IAChE,KAAK,EAAE,qDAAqD,CAAC;gBAG3D,GAAG,EAAE,qDAAqD,EAC1D,QAAQ,EAAE;QAAE,QAAQ,EAAE,QAAQ,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE;CAQnE;AAED;;GAEG;AACH,MAAM,MAAM,wCAAwC,GAAG;IACrD,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;GAEG;AACH,qBAAa,oCAAqC,SAAQ,QAAQ;IAChE,gEAAgE;IAChE,KAAK,EAAE,wCAAwC,CAAC;gBAG9C,GAAG,EAAE,wCAAwC,EAC7C,QAAQ,EAAE;QAAE,QAAQ,EAAE,QAAQ,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE;CAQnE;AAED,gBAAgB;AAChB,eAAO,MAAM,+DAA+D,EAC1E,CAAC,CAAC,OAAO,CACP,iDAAiD,EACjD,CAAC,CAAC,UAAU,EACZ,OAAO,CAaL,CAAC;AAEP,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,OAAO,CAaL,CAAC"}
|