@dataclouder/conversation-card-nestjs 0.0.21 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{libs/conversation-cards/src/ai-models.service.d.ts → ai-models.service.d.ts} +1 -0
- package/dist/ai-models.service.d.ts.map +1 -0
- package/dist/ai-models.service.js +71 -173
- package/dist/ai-models.service.js.map +1 -0
- package/dist/{libs/conversation-cards/src/clases → clases}/conversation.interface.d.ts +1 -0
- package/dist/clases/conversation.interface.d.ts.map +1 -0
- package/dist/clases/conversation.interface.js +9 -20
- package/dist/clases/conversation.interface.js.map +1 -0
- package/dist/{libs/conversation-cards/src/conversation-ai.controller.d.ts → conversation-ai.controller.d.ts} +2 -6
- package/dist/conversation-ai.controller.d.ts.map +1 -0
- package/dist/conversation-ai.controller.js +117 -209
- package/dist/conversation-ai.controller.js.map +1 -0
- package/dist/conversation-cards.module.d.ts +3 -0
- package/dist/conversation-cards.module.d.ts.map +1 -0
- package/dist/conversation-cards.module.js +22 -69
- package/dist/conversation-cards.module.js.map +1 -0
- package/dist/{libs/conversation-cards/src/conversation.controller.d.ts → conversation.controller.d.ts} +1 -0
- package/dist/conversation.controller.d.ts.map +1 -0
- package/dist/conversation.controller.js +27 -106
- package/dist/conversation.controller.js.map +1 -0
- package/dist/{libs/conversation-cards/src/dto → dto}/create-conversation.dto.d.ts +1 -0
- package/dist/dto/create-conversation.dto.d.ts.map +1 -0
- package/dist/dto/create-conversation.dto.js +35 -78
- package/dist/dto/create-conversation.dto.js.map +1 -0
- package/dist/{libs/conversation-cards/src/entities → entities}/conversation.entity.d.ts +1 -0
- package/dist/entities/conversation.entity.d.ts.map +1 -0
- package/dist/entities/conversation.entity.js +84 -145
- package/dist/entities/conversation.entity.js.map +1 -0
- package/dist/{libs/conversation-cards/src/index.d.ts → index.d.ts} +1 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -0
- package/dist/services/audio-transcription.service.d.ts +1 -0
- package/dist/services/audio-transcription.service.d.ts.map +1 -0
- package/dist/services/audio-transcription.service.js +1 -27
- package/dist/services/audio-transcription.service.js.map +1 -0
- package/dist/{libs/conversation-cards/src/services → services}/conversation-ai.service.d.ts +1 -0
- package/dist/services/conversation-ai.service.d.ts.map +1 -0
- package/dist/services/conversation-ai.service.js +50 -143
- package/dist/services/conversation-ai.service.js.map +1 -0
- package/dist/services/conversation-cards.service.d.ts +3 -0
- package/dist/services/conversation-cards.service.d.ts.map +1 -0
- package/dist/services/conversation-cards.service.js +12 -58
- package/dist/services/conversation-cards.service.js.map +1 -0
- package/dist/tts/tts-service.d.ts +1 -0
- package/dist/tts/tts-service.d.ts.map +1 -0
- package/dist/tts/tts-service.js +1 -250
- package/dist/tts/tts-service.js.map +1 -0
- package/dist/{libs/conversation-cards/src/tts → tts}/tts.classes.d.ts +1 -0
- package/dist/tts/tts.classes.d.ts.map +1 -0
- package/dist/tts/tts.classes.js +3 -13
- package/dist/tts/tts.classes.js.map +1 -0
- package/dist/{libs/conversation-cards/src/tts → tts}/voices.d.ts +1 -0
- package/dist/tts/voices.d.ts.map +1 -0
- package/dist/tts/voices.js +1 -10
- package/dist/tts/voices.js.map +1 -0
- package/package.json +1 -1
- package/dist/conversation-ai.module.js +0 -74
- package/dist/libs/conversation-cards/src/ai-models.service.js +0 -82
- package/dist/libs/conversation-cards/src/ai-models.service.js.map +0 -1
- package/dist/libs/conversation-cards/src/clases/conversation.interface.js +0 -40
- package/dist/libs/conversation-cards/src/clases/conversation.interface.js.map +0 -1
- package/dist/libs/conversation-cards/src/conversation-ai.controller.js +0 -153
- package/dist/libs/conversation-cards/src/conversation-ai.controller.js.map +0 -1
- package/dist/libs/conversation-cards/src/conversation-ai.module.d.ts +0 -2
- package/dist/libs/conversation-cards/src/conversation-ai.module.js +0 -28
- package/dist/libs/conversation-cards/src/conversation-ai.module.js.map +0 -1
- package/dist/libs/conversation-cards/src/conversation-cards.module.d.ts +0 -2
- package/dist/libs/conversation-cards/src/conversation-cards.module.js +0 -28
- package/dist/libs/conversation-cards/src/conversation-cards.module.js.map +0 -1
- package/dist/libs/conversation-cards/src/conversation.controller.js +0 -33
- package/dist/libs/conversation-cards/src/conversation.controller.js.map +0 -1
- package/dist/libs/conversation-cards/src/dto/create-conversation.dto.js +0 -42
- package/dist/libs/conversation-cards/src/dto/create-conversation.dto.js.map +0 -1
- package/dist/libs/conversation-cards/src/entities/conversation.entity.js +0 -97
- package/dist/libs/conversation-cards/src/entities/conversation.entity.js.map +0 -1
- package/dist/libs/conversation-cards/src/index.js +0 -24
- package/dist/libs/conversation-cards/src/index.js.map +0 -1
- package/dist/libs/conversation-cards/src/services/audio-transcription.service.d.ts +0 -0
- package/dist/libs/conversation-cards/src/services/audio-transcription.service.js +0 -1
- package/dist/libs/conversation-cards/src/services/audio-transcription.service.js.map +0 -1
- package/dist/libs/conversation-cards/src/services/conversation-ai.service.js +0 -58
- package/dist/libs/conversation-cards/src/services/conversation-ai.service.js.map +0 -1
- package/dist/libs/conversation-cards/src/services/conversation-cards.service.d.ts +0 -2
- package/dist/libs/conversation-cards/src/services/conversation-cards.service.js +0 -17
- package/dist/libs/conversation-cards/src/services/conversation-cards.service.js.map +0 -1
- package/dist/libs/conversation-cards/src/tts/tts-service.d.ts +0 -20
- package/dist/libs/conversation-cards/src/tts/tts-service.js +0 -124
- package/dist/libs/conversation-cards/src/tts/tts-service.js.map +0 -1
- package/dist/libs/conversation-cards/src/tts/tts.classes.js +0 -200
- package/dist/libs/conversation-cards/src/tts/tts.classes.js.map +0 -1
- package/dist/libs/conversation-cards/src/tts/voices.js +0 -208
- package/dist/libs/conversation-cards/src/tts/voices.js.map +0 -1
- package/dist/src/common/app-exception.d.ts +0 -28
- package/dist/src/common/app-exception.js +0 -28
- package/dist/src/common/app-exception.js.map +0 -1
- package/dist/tsconfig.lib.tsbuildinfo +0 -1
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"create-conversation.dto.d.ts","sourceRoot":"","sources":["../../src/dto/create-conversation.dto.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AAEjF,qBAAa,qBAAqB;IAKhC,OAAO,EAAE,MAAM,CAAC;IAMhB,MAAM,EAAE,MAAM,CAAC;IAOf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC/B;AAED,qBAAa,eAAe;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,QAAQ,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
@@ -1,85 +1,42 @@
|
|
1
1
|
"use strict";
|
2
|
-
var
|
3
|
-
|
4
|
-
|
5
|
-
var
|
6
|
-
|
7
|
-
var _, done = false;
|
8
|
-
for (var i = decorators.length - 1; i >= 0; i--) {
|
9
|
-
var context = {};
|
10
|
-
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
11
|
-
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
12
|
-
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
13
|
-
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
14
|
-
if (kind === "accessor") {
|
15
|
-
if (result === void 0) continue;
|
16
|
-
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
17
|
-
if (_ = accept(result.get)) descriptor.get = _;
|
18
|
-
if (_ = accept(result.set)) descriptor.set = _;
|
19
|
-
if (_ = accept(result.init)) initializers.unshift(_);
|
20
|
-
}
|
21
|
-
else if (_ = accept(result)) {
|
22
|
-
if (kind === "field") initializers.unshift(_);
|
23
|
-
else descriptor[key] = _;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
27
|
-
done = true;
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
28
7
|
};
|
29
|
-
var
|
30
|
-
|
31
|
-
for (var i = 0; i < initializers.length; i++) {
|
32
|
-
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
33
|
-
}
|
34
|
-
return useValue ? value : void 0;
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
35
10
|
};
|
36
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
37
12
|
exports.ConversationDTO = exports.CreateConversationDto = void 0;
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
var _a;
|
42
|
-
var _instanceExtraInitializers = [];
|
43
|
-
var _message_decorators;
|
44
|
-
var _message_initializers = [];
|
45
|
-
var _userId_decorators;
|
46
|
-
var _userId_initializers = [];
|
47
|
-
var _context_decorators;
|
48
|
-
var _context_initializers = [];
|
49
|
-
return _a = /** @class */ (function () {
|
50
|
-
function CreateConversationDto() {
|
51
|
-
this.message = (__runInitializers(this, _instanceExtraInitializers), __runInitializers(this, _message_initializers, void 0));
|
52
|
-
this.userId = __runInitializers(this, _userId_initializers, void 0);
|
53
|
-
this.context = __runInitializers(this, _context_initializers, void 0);
|
54
|
-
}
|
55
|
-
return CreateConversationDto;
|
56
|
-
}()),
|
57
|
-
(function () {
|
58
|
-
var _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
59
|
-
_message_decorators = [(0, swagger_1.ApiProperty)({
|
60
|
-
description: 'The message content of the conversation',
|
61
|
-
example: 'Hello, how can I help you today?',
|
62
|
-
})];
|
63
|
-
_userId_decorators = [(0, swagger_1.ApiProperty)({
|
64
|
-
description: 'The user ID associated with the conversation',
|
65
|
-
example: 'user123',
|
66
|
-
})];
|
67
|
-
_context_decorators = [(0, swagger_1.ApiProperty)({
|
68
|
-
description: 'Additional context for the conversation',
|
69
|
-
required: false,
|
70
|
-
example: { previousContext: 'User asked about weather' },
|
71
|
-
})];
|
72
|
-
__esDecorate(null, null, _message_decorators, { kind: "field", name: "message", static: false, private: false, access: { has: function (obj) { return "message" in obj; }, get: function (obj) { return obj.message; }, set: function (obj, value) { obj.message = value; } }, metadata: _metadata }, _message_initializers, _instanceExtraInitializers);
|
73
|
-
__esDecorate(null, null, _userId_decorators, { kind: "field", name: "userId", static: false, private: false, access: { has: function (obj) { return "userId" in obj; }, get: function (obj) { return obj.userId; }, set: function (obj, value) { obj.userId = value; } }, metadata: _metadata }, _userId_initializers, _instanceExtraInitializers);
|
74
|
-
__esDecorate(null, null, _context_decorators, { kind: "field", name: "context", static: false, private: false, access: { has: function (obj) { return "context" in obj; }, get: function (obj) { return obj.context; }, set: function (obj, value) { obj.context = value; } }, metadata: _metadata }, _context_initializers, _instanceExtraInitializers);
|
75
|
-
if (_metadata) Object.defineProperty(_a, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
76
|
-
})(),
|
77
|
-
_a;
|
78
|
-
}();
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
14
|
+
class CreateConversationDto {
|
15
|
+
}
|
79
16
|
exports.CreateConversationDto = CreateConversationDto;
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
}
|
17
|
+
__decorate([
|
18
|
+
(0, swagger_1.ApiProperty)({
|
19
|
+
description: 'The message content of the conversation',
|
20
|
+
example: 'Hello, how can I help you today?',
|
21
|
+
}),
|
22
|
+
__metadata("design:type", String)
|
23
|
+
], CreateConversationDto.prototype, "message", void 0);
|
24
|
+
__decorate([
|
25
|
+
(0, swagger_1.ApiProperty)({
|
26
|
+
description: 'The user ID associated with the conversation',
|
27
|
+
example: 'user123',
|
28
|
+
}),
|
29
|
+
__metadata("design:type", String)
|
30
|
+
], CreateConversationDto.prototype, "userId", void 0);
|
31
|
+
__decorate([
|
32
|
+
(0, swagger_1.ApiProperty)({
|
33
|
+
description: 'Additional context for the conversation',
|
34
|
+
required: false,
|
35
|
+
example: { previousContext: 'User asked about weather' },
|
36
|
+
}),
|
37
|
+
__metadata("design:type", Object)
|
38
|
+
], CreateConversationDto.prototype, "context", void 0);
|
39
|
+
class ConversationDTO {
|
40
|
+
}
|
85
41
|
exports.ConversationDTO = ConversationDTO;
|
42
|
+
//# sourceMappingURL=create-conversation.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"create-conversation.dto.js","sourceRoot":"","sources":["../../src/dto/create-conversation.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,6CAA8C;AAG9C,MAAa,qBAAqB;CAmBjC;AAnBD,sDAmBC;AAdC;IAJC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,yCAAyC;QACtD,OAAO,EAAE,kCAAkC;KAC5C,CAAC;;sDACc;AAMhB;IAJC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,8CAA8C;QAC3D,OAAO,EAAE,SAAS;KACnB,CAAC;;qDACa;AAOf;IALC,IAAA,qBAAW,EAAC;QACX,WAAW,EAAE,yCAAyC;QACtD,QAAQ,EAAE,KAAK;QACf,OAAO,EAAE,EAAE,eAAe,EAAE,0BAA0B,EAAE;KACzD,CAAC;;sDAC4B;AAGhC,MAAa,eAAe;CAU3B;AAVD,0CAUC"}
|
@@ -65,3 +65,4 @@ export declare const ConversationSchema: MongooseSchema<Conversation, import("mo
|
|
65
65
|
}>, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, Conversation, Document<unknown, {}, import("mongoose").FlatRecord<Conversation>> & import("mongoose").FlatRecord<Conversation> & Required<{
|
66
66
|
_id: MongooseSchema.Types.ObjectId;
|
67
67
|
}>>;
|
68
|
+
//# sourceMappingURL=conversation.entity.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"conversation.entity.d.ts","sourceRoot":"","sources":["../../src/entities/conversation.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAErH,MAAM,MAAM,oBAAoB,GAAG,YAAY,GAAG,QAAQ,CAAC;AAE3D,qBACa,YAAa,YAAW,iBAAiB;IAEpD,GAAG,EAAE,cAAc,CAAC,KAAK,CAAC,QAAQ,CAAC;IAGnC,EAAE,EAAE,MAAM,CAAC;IAGX,OAAO,EAAE,MAAM,CAAC;IAGhB,KAAK,EAAE,MAAM,CAAC;IAGd,aAAa,EAAE,eAAe,CAAC;IAG/B,UAAU,EAAE,WAAW,CAAC;IAGxB,gBAAgB,EAAE,gBAAgB,CAAC;IAGnC,IAAI,EAAE,MAAM,CAAC;IAGb,MAAM,EAAE;QACN,KAAK,EAAE,GAAG,CAAC;KACZ,CAAC;IAGF,GAAG,EAAE;QACH,KAAK,EAAE,MAAM,CAAC;QACd,cAAc,EAAE,MAAM,CAAC;QACvB,KAAK,EAAE,MAAM,CAAC;QACd,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IAGF,KAAK,EAAE,MAAM,CAAC;IAGd,cAAc,EAAE,MAAM,CAAC;IAGvB,KAAK,EAAE,MAAM,CAAC;IAGd,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,EAAE;QACP,WAAW,EAAE,OAAO,CAAC;QACrB,QAAQ,EAAE,OAAO,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;QACpB,SAAS,EAAE,IAAI,CAAC;QAChB,SAAS,EAAE,IAAI,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;KACpB,CAAC;IAGF,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,eAAO,MAAM,kBAAkB;;;;GAA6C,CAAC"}
|
@@ -1,154 +1,92 @@
|
|
1
1
|
"use strict";
|
2
|
-
var
|
3
|
-
|
4
|
-
|
5
|
-
var
|
6
|
-
|
7
|
-
var _, done = false;
|
8
|
-
for (var i = decorators.length - 1; i >= 0; i--) {
|
9
|
-
var context = {};
|
10
|
-
for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
|
11
|
-
for (var p in contextIn.access) context.access[p] = contextIn.access[p];
|
12
|
-
context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
13
|
-
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
14
|
-
if (kind === "accessor") {
|
15
|
-
if (result === void 0) continue;
|
16
|
-
if (result === null || typeof result !== "object") throw new TypeError("Object expected");
|
17
|
-
if (_ = accept(result.get)) descriptor.get = _;
|
18
|
-
if (_ = accept(result.set)) descriptor.set = _;
|
19
|
-
if (_ = accept(result.init)) initializers.unshift(_);
|
20
|
-
}
|
21
|
-
else if (_ = accept(result)) {
|
22
|
-
if (kind === "field") initializers.unshift(_);
|
23
|
-
else descriptor[key] = _;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
if (target) Object.defineProperty(target, contextIn.name, descriptor);
|
27
|
-
done = true;
|
28
|
-
};
|
29
|
-
var __runInitializers = (this && this.__runInitializers) || function (thisArg, initializers, value) {
|
30
|
-
var useValue = arguments.length > 2;
|
31
|
-
for (var i = 0; i < initializers.length; i++) {
|
32
|
-
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
33
|
-
}
|
34
|
-
return useValue ? value : void 0;
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
35
7
|
};
|
36
|
-
var
|
37
|
-
if (typeof
|
38
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
39
10
|
};
|
40
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
41
12
|
exports.ConversationSchema = exports.Conversation = void 0;
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
var _classDescriptor;
|
48
|
-
var _classExtraInitializers = [];
|
49
|
-
var _classThis;
|
50
|
-
var _instanceExtraInitializers = [];
|
51
|
-
var __id_decorators;
|
52
|
-
var __id_initializers = [];
|
53
|
-
var _id_decorators;
|
54
|
-
var _id_initializers = [];
|
55
|
-
var _version_decorators;
|
56
|
-
var _version_initializers = [];
|
57
|
-
var _title_decorators;
|
58
|
-
var _title_initializers = [];
|
59
|
-
var _characterCard_decorators;
|
60
|
-
var _characterCard_initializers = [];
|
61
|
-
var _textEngine_decorators;
|
62
|
-
var _textEngine_initializers = [];
|
63
|
-
var _conversationType_decorators;
|
64
|
-
var _conversationType_initializers = [];
|
65
|
-
var _lang_decorators;
|
66
|
-
var _lang_initializers = [];
|
67
|
-
var _assets_decorators;
|
68
|
-
var _assets_initializers = [];
|
69
|
-
var _tts_decorators;
|
70
|
-
var _tts_initializers = [];
|
71
|
-
var _voice_decorators;
|
72
|
-
var _voice_initializers = [];
|
73
|
-
var _secondaryVoice_decorators;
|
74
|
-
var _secondaryVoice_initializers = [];
|
75
|
-
var _speed_decorators;
|
76
|
-
var _speed_initializers = [];
|
77
|
-
var _speedRate_decorators;
|
78
|
-
var _speedRate_initializers = [];
|
79
|
-
var _metaApp_decorators;
|
80
|
-
var _metaApp_initializers = [];
|
81
|
-
var _createdAt_decorators;
|
82
|
-
var _createdAt_initializers = [];
|
83
|
-
var _updatedAt_decorators;
|
84
|
-
var _updatedAt_initializers = [];
|
85
|
-
var Conversation = _classThis = /** @class */ (function () {
|
86
|
-
function Conversation_1() {
|
87
|
-
this._id = (__runInitializers(this, _instanceExtraInitializers), __runInitializers(this, __id_initializers, void 0));
|
88
|
-
this.id = __runInitializers(this, _id_initializers, void 0);
|
89
|
-
this.version = __runInitializers(this, _version_initializers, void 0);
|
90
|
-
this.title = __runInitializers(this, _title_initializers, void 0);
|
91
|
-
this.characterCard = __runInitializers(this, _characterCard_initializers, void 0);
|
92
|
-
this.textEngine = __runInitializers(this, _textEngine_initializers, void 0);
|
93
|
-
this.conversationType = __runInitializers(this, _conversationType_initializers, void 0);
|
94
|
-
this.lang = __runInitializers(this, _lang_initializers, void 0);
|
95
|
-
this.assets = __runInitializers(this, _assets_initializers, void 0);
|
96
|
-
this.tts = __runInitializers(this, _tts_initializers, void 0);
|
97
|
-
this.voice = __runInitializers(this, _voice_initializers, void 0);
|
98
|
-
this.secondaryVoice = __runInitializers(this, _secondaryVoice_initializers, void 0);
|
99
|
-
this.speed = __runInitializers(this, _speed_initializers, void 0);
|
100
|
-
this.speedRate = __runInitializers(this, _speedRate_initializers, void 0);
|
101
|
-
this.metaApp = __runInitializers(this, _metaApp_initializers, void 0);
|
102
|
-
this.createdAt = __runInitializers(this, _createdAt_initializers, void 0);
|
103
|
-
this.updatedAt = __runInitializers(this, _updatedAt_initializers, void 0);
|
104
|
-
}
|
105
|
-
return Conversation_1;
|
106
|
-
}());
|
107
|
-
__setFunctionName(_classThis, "Conversation");
|
108
|
-
(function () {
|
109
|
-
var _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(null) : void 0;
|
110
|
-
__id_decorators = [(0, mongoose_1.Prop)({ type: mongoose_2.Schema.Types.ObjectId, auto: true })];
|
111
|
-
_id_decorators = [(0, mongoose_1.Prop)()];
|
112
|
-
_version_decorators = [(0, mongoose_1.Prop)({ required: false })];
|
113
|
-
_title_decorators = [(0, mongoose_1.Prop)({ required: false })];
|
114
|
-
_characterCard_decorators = [(0, mongoose_1.Prop)({ type: Object, required: false })];
|
115
|
-
_textEngine_decorators = [(0, mongoose_1.Prop)({ required: true, enum: conversation_interface_1.TextEngines })];
|
116
|
-
_conversationType_decorators = [(0, mongoose_1.Prop)({ required: true, enum: conversation_interface_1.ConversationType })];
|
117
|
-
_lang_decorators = [(0, mongoose_1.Prop)({ required: false })];
|
118
|
-
_assets_decorators = [(0, mongoose_1.Prop)({ type: Object, required: false })];
|
119
|
-
_tts_decorators = [(0, mongoose_1.Prop)({ type: Object, required: false })];
|
120
|
-
_voice_decorators = [(0, mongoose_1.Prop)({ required: false })];
|
121
|
-
_secondaryVoice_decorators = [(0, mongoose_1.Prop)({ required: false })];
|
122
|
-
_speed_decorators = [(0, mongoose_1.Prop)({ required: false })];
|
123
|
-
_speedRate_decorators = [(0, mongoose_1.Prop)({ required: false })];
|
124
|
-
_metaApp_decorators = [(0, mongoose_1.Prop)({ type: Object, required: false })];
|
125
|
-
_createdAt_decorators = [(0, mongoose_1.Prop)()];
|
126
|
-
_updatedAt_decorators = [(0, mongoose_1.Prop)()];
|
127
|
-
__esDecorate(null, null, __id_decorators, { kind: "field", name: "_id", static: false, private: false, access: { has: function (obj) { return "_id" in obj; }, get: function (obj) { return obj._id; }, set: function (obj, value) { obj._id = value; } }, metadata: _metadata }, __id_initializers, _instanceExtraInitializers);
|
128
|
-
__esDecorate(null, null, _id_decorators, { kind: "field", name: "id", static: false, private: false, access: { has: function (obj) { return "id" in obj; }, get: function (obj) { return obj.id; }, set: function (obj, value) { obj.id = value; } }, metadata: _metadata }, _id_initializers, _instanceExtraInitializers);
|
129
|
-
__esDecorate(null, null, _version_decorators, { kind: "field", name: "version", static: false, private: false, access: { has: function (obj) { return "version" in obj; }, get: function (obj) { return obj.version; }, set: function (obj, value) { obj.version = value; } }, metadata: _metadata }, _version_initializers, _instanceExtraInitializers);
|
130
|
-
__esDecorate(null, null, _title_decorators, { kind: "field", name: "title", static: false, private: false, access: { has: function (obj) { return "title" in obj; }, get: function (obj) { return obj.title; }, set: function (obj, value) { obj.title = value; } }, metadata: _metadata }, _title_initializers, _instanceExtraInitializers);
|
131
|
-
__esDecorate(null, null, _characterCard_decorators, { kind: "field", name: "characterCard", static: false, private: false, access: { has: function (obj) { return "characterCard" in obj; }, get: function (obj) { return obj.characterCard; }, set: function (obj, value) { obj.characterCard = value; } }, metadata: _metadata }, _characterCard_initializers, _instanceExtraInitializers);
|
132
|
-
__esDecorate(null, null, _textEngine_decorators, { kind: "field", name: "textEngine", static: false, private: false, access: { has: function (obj) { return "textEngine" in obj; }, get: function (obj) { return obj.textEngine; }, set: function (obj, value) { obj.textEngine = value; } }, metadata: _metadata }, _textEngine_initializers, _instanceExtraInitializers);
|
133
|
-
__esDecorate(null, null, _conversationType_decorators, { kind: "field", name: "conversationType", static: false, private: false, access: { has: function (obj) { return "conversationType" in obj; }, get: function (obj) { return obj.conversationType; }, set: function (obj, value) { obj.conversationType = value; } }, metadata: _metadata }, _conversationType_initializers, _instanceExtraInitializers);
|
134
|
-
__esDecorate(null, null, _lang_decorators, { kind: "field", name: "lang", static: false, private: false, access: { has: function (obj) { return "lang" in obj; }, get: function (obj) { return obj.lang; }, set: function (obj, value) { obj.lang = value; } }, metadata: _metadata }, _lang_initializers, _instanceExtraInitializers);
|
135
|
-
__esDecorate(null, null, _assets_decorators, { kind: "field", name: "assets", static: false, private: false, access: { has: function (obj) { return "assets" in obj; }, get: function (obj) { return obj.assets; }, set: function (obj, value) { obj.assets = value; } }, metadata: _metadata }, _assets_initializers, _instanceExtraInitializers);
|
136
|
-
__esDecorate(null, null, _tts_decorators, { kind: "field", name: "tts", static: false, private: false, access: { has: function (obj) { return "tts" in obj; }, get: function (obj) { return obj.tts; }, set: function (obj, value) { obj.tts = value; } }, metadata: _metadata }, _tts_initializers, _instanceExtraInitializers);
|
137
|
-
__esDecorate(null, null, _voice_decorators, { kind: "field", name: "voice", static: false, private: false, access: { has: function (obj) { return "voice" in obj; }, get: function (obj) { return obj.voice; }, set: function (obj, value) { obj.voice = value; } }, metadata: _metadata }, _voice_initializers, _instanceExtraInitializers);
|
138
|
-
__esDecorate(null, null, _secondaryVoice_decorators, { kind: "field", name: "secondaryVoice", static: false, private: false, access: { has: function (obj) { return "secondaryVoice" in obj; }, get: function (obj) { return obj.secondaryVoice; }, set: function (obj, value) { obj.secondaryVoice = value; } }, metadata: _metadata }, _secondaryVoice_initializers, _instanceExtraInitializers);
|
139
|
-
__esDecorate(null, null, _speed_decorators, { kind: "field", name: "speed", static: false, private: false, access: { has: function (obj) { return "speed" in obj; }, get: function (obj) { return obj.speed; }, set: function (obj, value) { obj.speed = value; } }, metadata: _metadata }, _speed_initializers, _instanceExtraInitializers);
|
140
|
-
__esDecorate(null, null, _speedRate_decorators, { kind: "field", name: "speedRate", static: false, private: false, access: { has: function (obj) { return "speedRate" in obj; }, get: function (obj) { return obj.speedRate; }, set: function (obj, value) { obj.speedRate = value; } }, metadata: _metadata }, _speedRate_initializers, _instanceExtraInitializers);
|
141
|
-
__esDecorate(null, null, _metaApp_decorators, { kind: "field", name: "metaApp", static: false, private: false, access: { has: function (obj) { return "metaApp" in obj; }, get: function (obj) { return obj.metaApp; }, set: function (obj, value) { obj.metaApp = value; } }, metadata: _metadata }, _metaApp_initializers, _instanceExtraInitializers);
|
142
|
-
__esDecorate(null, null, _createdAt_decorators, { kind: "field", name: "createdAt", static: false, private: false, access: { has: function (obj) { return "createdAt" in obj; }, get: function (obj) { return obj.createdAt; }, set: function (obj, value) { obj.createdAt = value; } }, metadata: _metadata }, _createdAt_initializers, _instanceExtraInitializers);
|
143
|
-
__esDecorate(null, null, _updatedAt_decorators, { kind: "field", name: "updatedAt", static: false, private: false, access: { has: function (obj) { return "updatedAt" in obj; }, get: function (obj) { return obj.updatedAt; }, set: function (obj, value) { obj.updatedAt = value; } }, metadata: _metadata }, _updatedAt_initializers, _instanceExtraInitializers);
|
144
|
-
__esDecorate(null, _classDescriptor = { value: _classThis }, _classDecorators, { kind: "class", name: _classThis.name, metadata: _metadata }, null, _classExtraInitializers);
|
145
|
-
Conversation = _classThis = _classDescriptor.value;
|
146
|
-
if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
|
147
|
-
__runInitializers(_classThis, _classExtraInitializers);
|
148
|
-
})();
|
149
|
-
return Conversation = _classThis;
|
150
|
-
}();
|
13
|
+
const mongoose_1 = require("@nestjs/mongoose");
|
14
|
+
const mongoose_2 = require("mongoose");
|
15
|
+
const conversation_interface_1 = require("../clases/conversation.interface");
|
16
|
+
let Conversation = class Conversation {
|
17
|
+
};
|
151
18
|
exports.Conversation = Conversation;
|
19
|
+
__decorate([
|
20
|
+
(0, mongoose_1.Prop)({ type: mongoose_2.Schema.Types.ObjectId, auto: true }),
|
21
|
+
__metadata("design:type", mongoose_2.Schema.Types.ObjectId)
|
22
|
+
], Conversation.prototype, "_id", void 0);
|
23
|
+
__decorate([
|
24
|
+
(0, mongoose_1.Prop)(),
|
25
|
+
__metadata("design:type", String)
|
26
|
+
], Conversation.prototype, "id", void 0);
|
27
|
+
__decorate([
|
28
|
+
(0, mongoose_1.Prop)({ required: false }),
|
29
|
+
__metadata("design:type", String)
|
30
|
+
], Conversation.prototype, "version", void 0);
|
31
|
+
__decorate([
|
32
|
+
(0, mongoose_1.Prop)({ required: false }),
|
33
|
+
__metadata("design:type", String)
|
34
|
+
], Conversation.prototype, "title", void 0);
|
35
|
+
__decorate([
|
36
|
+
(0, mongoose_1.Prop)({ type: Object, required: false }),
|
37
|
+
__metadata("design:type", Object)
|
38
|
+
], Conversation.prototype, "characterCard", void 0);
|
39
|
+
__decorate([
|
40
|
+
(0, mongoose_1.Prop)({ required: true, enum: conversation_interface_1.TextEngines }),
|
41
|
+
__metadata("design:type", String)
|
42
|
+
], Conversation.prototype, "textEngine", void 0);
|
43
|
+
__decorate([
|
44
|
+
(0, mongoose_1.Prop)({ required: true, enum: conversation_interface_1.ConversationType }),
|
45
|
+
__metadata("design:type", String)
|
46
|
+
], Conversation.prototype, "conversationType", void 0);
|
47
|
+
__decorate([
|
48
|
+
(0, mongoose_1.Prop)({ required: false }),
|
49
|
+
__metadata("design:type", String)
|
50
|
+
], Conversation.prototype, "lang", void 0);
|
51
|
+
__decorate([
|
52
|
+
(0, mongoose_1.Prop)({ type: Object, required: false }),
|
53
|
+
__metadata("design:type", Object)
|
54
|
+
], Conversation.prototype, "assets", void 0);
|
55
|
+
__decorate([
|
56
|
+
(0, mongoose_1.Prop)({ type: Object, required: false }),
|
57
|
+
__metadata("design:type", Object)
|
58
|
+
], Conversation.prototype, "tts", void 0);
|
59
|
+
__decorate([
|
60
|
+
(0, mongoose_1.Prop)({ required: false }),
|
61
|
+
__metadata("design:type", String)
|
62
|
+
], Conversation.prototype, "voice", void 0);
|
63
|
+
__decorate([
|
64
|
+
(0, mongoose_1.Prop)({ required: false }),
|
65
|
+
__metadata("design:type", String)
|
66
|
+
], Conversation.prototype, "secondaryVoice", void 0);
|
67
|
+
__decorate([
|
68
|
+
(0, mongoose_1.Prop)({ required: false }),
|
69
|
+
__metadata("design:type", String)
|
70
|
+
], Conversation.prototype, "speed", void 0);
|
71
|
+
__decorate([
|
72
|
+
(0, mongoose_1.Prop)({ required: false }),
|
73
|
+
__metadata("design:type", Number)
|
74
|
+
], Conversation.prototype, "speedRate", void 0);
|
75
|
+
__decorate([
|
76
|
+
(0, mongoose_1.Prop)({ type: Object, required: false }),
|
77
|
+
__metadata("design:type", Object)
|
78
|
+
], Conversation.prototype, "metaApp", void 0);
|
79
|
+
__decorate([
|
80
|
+
(0, mongoose_1.Prop)(),
|
81
|
+
__metadata("design:type", Date)
|
82
|
+
], Conversation.prototype, "createdAt", void 0);
|
83
|
+
__decorate([
|
84
|
+
(0, mongoose_1.Prop)(),
|
85
|
+
__metadata("design:type", Date)
|
86
|
+
], Conversation.prototype, "updatedAt", void 0);
|
87
|
+
exports.Conversation = Conversation = __decorate([
|
88
|
+
(0, mongoose_1.Schema)({ timestamps: true })
|
89
|
+
], Conversation);
|
152
90
|
exports.ConversationSchema = mongoose_1.SchemaFactory.createForClass(Conversation);
|
153
91
|
exports.ConversationSchema.pre('save', function (next) {
|
154
92
|
if (this.isNew) {
|
@@ -156,3 +94,4 @@ exports.ConversationSchema.pre('save', function (next) {
|
|
156
94
|
}
|
157
95
|
next();
|
158
96
|
});
|
97
|
+
//# sourceMappingURL=conversation.entity.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"conversation.entity.js","sourceRoot":"","sources":["../../src/entities/conversation.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAA+D;AAC/D,uCAA8D;AAC9D,6EAAqH;AAK9G,IAAM,YAAY,GAAlB,MAAM,YAAY;CAkExB,CAAA;AAlEY,oCAAY;AAEvB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,iBAAc,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;8BACrD,iBAAc,CAAC,KAAK,CAAC,QAAQ;yCAAC;AAGnC;IADC,IAAA,eAAI,GAAE;;wCACI;AAGX;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;6CACV;AAGhB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;2CACZ;AAGd;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;mDACT;AAG/B;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,oCAAW,EAAE,CAAC;;gDACpB;AAGxB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,yCAAgB,EAAE,CAAC;;sDACd;AAGnC;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;0CACb;AAGb;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;4CAGtC;AAGF;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;yCAMtC;AAGF;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;2CACZ;AAGd;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;oDACH;AAGvB;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;2CACZ;AAGd;IADC,IAAA,eAAI,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;+CACR;AAGlB;IADC,IAAA,eAAI,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;6CAStC;AAGF;IADC,IAAA,eAAI,GAAE;8BACI,IAAI;+CAAC;AAGhB;IADC,IAAA,eAAI,GAAE;8BACI,IAAI;+CAAC;uBAjEL,YAAY;IADxB,IAAA,iBAAM,EAAC,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC;GAChB,YAAY,CAkExB;AAEY,QAAA,kBAAkB,GAAG,wBAAa,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;AAE7E,0BAAkB,CAAC,GAAG,CAAC,MAAM,EAAE,UAAU,IAAI;IAC3C,IAAI,IAAI,CAAC,KAAK,EAAE;QACd,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC;KAC/B;IACD,IAAI,EAAE,CAAC;AACT,CAAC,CAAC,CAAC"}
|
@@ -2,6 +2,6 @@ export * from './conversation-cards.module';
|
|
2
2
|
export * from './services/conversation-cards.service';
|
3
3
|
export * from './conversation-ai.controller';
|
4
4
|
export * from './services/conversation-ai.service';
|
5
|
-
export * from './tts/tts-service';
|
6
5
|
export * from './ai-models.service';
|
7
6
|
export * from './clases/conversation.interface';
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qBAAqB,CAAC;AACpC,cAAc,iCAAiC,CAAC"}
|
package/dist/index.js
CHANGED
@@ -18,6 +18,6 @@ __exportStar(require("./conversation-cards.module"), exports);
|
|
18
18
|
__exportStar(require("./services/conversation-cards.service"), exports);
|
19
19
|
__exportStar(require("./conversation-ai.controller"), exports);
|
20
20
|
__exportStar(require("./services/conversation-ai.service"), exports);
|
21
|
-
__exportStar(require("./tts/tts-service"), exports);
|
22
21
|
__exportStar(require("./ai-models.service"), exports);
|
23
22
|
__exportStar(require("./clases/conversation.interface"), exports);
|
23
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,wEAAsD;AACtD,+DAA6C;AAC7C,qEAAmD;AACnD,sDAAoC;AACpC,kEAAgD"}
|
@@ -0,0 +1 @@
|
|
1
|
+
//# sourceMappingURL=audio-transcription.service.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"audio-transcription.service.d.ts","sourceRoot":"","sources":["../../src/services/audio-transcription.service.ts"],"names":[],"mappings":""}
|
@@ -1,27 +1 @@
|
|
1
|
-
|
2
|
-
// import OpenAI from 'openai';
|
3
|
-
// import { ConfigService } from '@nestjs/config';
|
4
|
-
// @Injectable()
|
5
|
-
// export class AudioTranscriptionService {
|
6
|
-
// private openai: OpenAI;
|
7
|
-
// constructor(private configService: ConfigService) {
|
8
|
-
// this.openai = new OpenAI({
|
9
|
-
// apiKey: this.configService.get<string>('OPENAI_API_KEY'),
|
10
|
-
// });
|
11
|
-
// }
|
12
|
-
// async transcribeAudio(audioBuffer: Buffer): Promise<any> {
|
13
|
-
// try {
|
14
|
-
// const file = new File([audioBuffer], 'audio.mp3', { type: 'audio/mpeg' });
|
15
|
-
// const transcription = await this.openai.audio.transcriptions.create({
|
16
|
-
// model: 'whisper-1',
|
17
|
-
// file: file,
|
18
|
-
// response_format: 'verbose_json',
|
19
|
-
// timestamp_granularities: ['word'],
|
20
|
-
// });
|
21
|
-
// return transcription;
|
22
|
-
// } catch (error) {
|
23
|
-
// console.error('Error transcribing audio:', error);
|
24
|
-
// throw error;
|
25
|
-
// }
|
26
|
-
// }
|
27
|
-
// }
|
1
|
+
//# sourceMappingURL=audio-transcription.service.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"audio-transcription.service.js","sourceRoot":"","sources":["../../src/services/audio-transcription.service.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"conversation-ai.service.d.ts","sourceRoot":"","sources":["../../src/services/conversation-ai.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAKjC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAErF,qBACa,qBAAqB;IAGY,OAAO,CAAC,iBAAiB;IAFrE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAO;gBAEkB,iBAAiB,EAAE,KAAK,CAAC,oBAAoB,CAAC;IAM5F,gBAAgB,CAAC,YAAY,EAAE,iBAAiB,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAShF,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,CAAC,YAAY,CAAC,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAKhG,gBAAgB,IAAI,OAAO,CAAC,oBAAoB,EAAE,CAAC;IAInD,mBAAmB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC;IAK9D,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,CAAC;CAIxE"}
|