@dataclouder/conversation-card-nestjs 0.0.23 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. package/package.json +5 -4
  2. package/dist/ai-models.service.d.ts +0 -13
  3. package/dist/ai-models.service.d.ts.map +0 -1
  4. package/dist/ai-models.service.js +0 -82
  5. package/dist/ai-models.service.js.map +0 -1
  6. package/dist/clases/conversation.interface.d.ts +0 -144
  7. package/dist/clases/conversation.interface.d.ts.map +0 -1
  8. package/dist/clases/conversation.interface.js +0 -40
  9. package/dist/clases/conversation.interface.js.map +0 -1
  10. package/dist/controllers/conversation-ai.controller.d.ts +0 -19
  11. package/dist/controllers/conversation-ai.controller.d.ts.map +0 -1
  12. package/dist/controllers/conversation-ai.controller.js +0 -136
  13. package/dist/controllers/conversation-ai.controller.js.map +0 -1
  14. package/dist/controllers/conversation.controller.d.ts +0 -4
  15. package/dist/controllers/conversation.controller.d.ts.map +0 -1
  16. package/dist/controllers/conversation.controller.js +0 -33
  17. package/dist/controllers/conversation.controller.js.map +0 -1
  18. package/dist/conversation-ai.controller.d.ts +0 -18
  19. package/dist/conversation-ai.controller.d.ts.map +0 -1
  20. package/dist/conversation-ai.controller.js +0 -124
  21. package/dist/conversation-ai.controller.js.map +0 -1
  22. package/dist/conversation-cards.module.d.ts +0 -3
  23. package/dist/conversation-cards.module.d.ts.map +0 -1
  24. package/dist/conversation-cards.module.js +0 -27
  25. package/dist/conversation-cards.module.js.map +0 -1
  26. package/dist/conversation.controller.d.ts +0 -4
  27. package/dist/conversation.controller.d.ts.map +0 -1
  28. package/dist/conversation.controller.js +0 -33
  29. package/dist/conversation.controller.js.map +0 -1
  30. package/dist/dto/create-conversation.dto.d.ts +0 -18
  31. package/dist/dto/create-conversation.dto.d.ts.map +0 -1
  32. package/dist/dto/create-conversation.dto.js +0 -42
  33. package/dist/dto/create-conversation.dto.js.map +0 -1
  34. package/dist/entities/conversation.entity.d.ts +0 -68
  35. package/dist/entities/conversation.entity.d.ts.map +0 -1
  36. package/dist/entities/conversation.entity.js +0 -97
  37. package/dist/entities/conversation.entity.js.map +0 -1
  38. package/dist/index.d.ts +0 -7
  39. package/dist/index.d.ts.map +0 -1
  40. package/dist/index.js +0 -23
  41. package/dist/index.js.map +0 -1
  42. package/dist/services/audio-transcription.service.d.ts +0 -1
  43. package/dist/services/audio-transcription.service.d.ts.map +0 -1
  44. package/dist/services/audio-transcription.service.js +0 -1
  45. package/dist/services/audio-transcription.service.js.map +0 -1
  46. package/dist/services/conversation-ai.service.d.ts +0 -28
  47. package/dist/services/conversation-ai.service.d.ts.map +0 -1
  48. package/dist/services/conversation-ai.service.js +0 -82
  49. package/dist/services/conversation-ai.service.js.map +0 -1
  50. package/dist/services/conversation-card-models.service.d.ts +0 -13
  51. package/dist/services/conversation-card-models.service.d.ts.map +0 -1
  52. package/dist/services/conversation-card-models.service.js +0 -82
  53. package/dist/services/conversation-card-models.service.js.map +0 -1
  54. package/dist/services/conversation-cards.service.d.ts +0 -3
  55. package/dist/services/conversation-cards.service.d.ts.map +0 -1
  56. package/dist/services/conversation-cards.service.js +0 -17
  57. package/dist/services/conversation-cards.service.js.map +0 -1
  58. package/dist/tts/tts-service.d.ts +0 -1
  59. package/dist/tts/tts-service.d.ts.map +0 -1
  60. package/dist/tts/tts-service.js +0 -1
  61. package/dist/tts/tts-service.js.map +0 -1
  62. package/dist/tts/tts.classes.d.ts +0 -33
  63. package/dist/tts/tts.classes.d.ts.map +0 -1
  64. package/dist/tts/tts.classes.js +0 -200
  65. package/dist/tts/tts.classes.js.map +0 -1
  66. package/dist/tts/voices.d.ts +0 -4
  67. package/dist/tts/voices.d.ts.map +0 -1
  68. package/dist/tts/voices.js +0 -208
  69. package/dist/tts/voices.js.map +0 -1
@@ -1,82 +0,0 @@
1
- "use strict";
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;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.ConversationAiService = exports.FiltersConfig = void 0;
16
- const common_1 = require("@nestjs/common");
17
- const mongoose_1 = require("@nestjs/mongoose");
18
- const mongoose_2 = require("mongoose");
19
- const groq_sdk_1 = require("groq-sdk");
20
- const mongodb_1 = require("mongodb");
21
- const conversation_entity_1 = require("../entities/conversation.entity");
22
- class FiltersConfig {
23
- }
24
- exports.FiltersConfig = FiltersConfig;
25
- let ConversationAiService = class ConversationAiService {
26
- constructor(conversationModel) {
27
- this.conversationModel = conversationModel;
28
- this.groqClient = new groq_sdk_1.default({
29
- apiKey: process.env['GROQ_API_KEY'],
30
- });
31
- }
32
- async saveConversation(conversation) {
33
- if (!conversation['_id']) {
34
- delete conversation['_id'];
35
- }
36
- const newConversation = new this.conversationModel(conversation);
37
- return newConversation.save();
38
- }
39
- async updateConversation(id, updateData) {
40
- const _id = new mongodb_1.ObjectId(id);
41
- return this.conversationModel.findByIdAndUpdate(_id, updateData, { new: true }).exec();
42
- }
43
- async getConversations() {
44
- return this.conversationModel.find().limit(5).exec();
45
- }
46
- async queryConversations(pQuery) {
47
- const scenarioModel = this.conversationModel;
48
- const skip = pQuery.rowsPerPage * pQuery.page;
49
- let query;
50
- let count = 0;
51
- if (pQuery.text) {
52
- pQuery.filters = { ...(pQuery.filters || {}), $text: { $search: pQuery.text } };
53
- query = scenarioModel.find(pQuery.filters).skip(skip).limit(pQuery.rowsPerPage);
54
- }
55
- else {
56
- pQuery.filters = pQuery.filters || {};
57
- count = await scenarioModel.countDocuments(pQuery.filters);
58
- query = scenarioModel.find(pQuery.filters).skip(skip).limit(pQuery.rowsPerPage);
59
- if (pQuery.sort) {
60
- query = query.sort(pQuery.sort);
61
- }
62
- }
63
- const scenarios = await query.lean().exec();
64
- const results = { count, page: pQuery.page, rows: scenarios, rowsPerPage: pQuery.rowsPerPage, skip };
65
- return results;
66
- }
67
- async getConversationById(id) {
68
- const _id = new mongodb_1.ObjectId(id);
69
- return this.conversationModel.findById(_id).exec();
70
- }
71
- async deleteConversationById(id) {
72
- const _id = new mongodb_1.ObjectId(id);
73
- return this.conversationModel.findByIdAndDelete(_id).exec();
74
- }
75
- };
76
- exports.ConversationAiService = ConversationAiService;
77
- exports.ConversationAiService = ConversationAiService = __decorate([
78
- (0, common_1.Injectable)(),
79
- __param(0, (0, mongoose_1.InjectModel)(conversation_entity_1.Conversation.name)),
80
- __metadata("design:paramtypes", [mongoose_2.Model])
81
- ], ConversationAiService);
82
- //# sourceMappingURL=conversation-ai.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"conversation-ai.service.js","sourceRoot":"","sources":["../../src/services/conversation-ai.service.ts"],"names":[],"mappings":"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"}
@@ -1,13 +0,0 @@
1
- import { Model } from 'mongoose';
2
- import { ChatCompletionMessageParam } from 'groq-sdk/resources/chat/completions';
3
- import { ChatMessageDict } from '../clases/conversation.interface';
4
- import { ConversationDocument } from '../entities/conversation.entity';
5
- export declare class ConversationCardModelService {
6
- private conversationModel;
7
- private readonly groqClient;
8
- constructor(conversationModel: Model<ConversationDocument>);
9
- chat(messages: ChatCompletionMessageParam[]): Promise<ChatMessageDict>;
10
- generateCompletion(prompt: string): Promise<string>;
11
- getCompletion(prompt: string): Promise<string>;
12
- }
13
- //# sourceMappingURL=conversation-card-models.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"conversation-card-models.service.d.ts","sourceRoot":"","sources":["../../src/services/conversation-card-models.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEjC,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AAEjF,OAAO,EAAE,eAAe,EAAY,MAAM,kCAAkC,CAAC;AAC7E,OAAO,EAAgB,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAErF,qBACa,4BAA4B;IAGK,OAAO,CAAC,iBAAiB;IAFrE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAO;gBAEkB,iBAAiB,EAAE,KAAK,CAAC,oBAAoB,CAAC;IAM5F,IAAI,CAAC,QAAQ,EAAE,0BAA0B,EAAE,GAAG,OAAO,CAAC,eAAe,CAAC;IAkBtE,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAenD,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAcrD"}
@@ -1,82 +0,0 @@
1
- "use strict";
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;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.ConversationCardModelService = void 0;
16
- const common_1 = require("@nestjs/common");
17
- const mongoose_1 = require("@nestjs/mongoose");
18
- const mongoose_2 = require("mongoose");
19
- const groq_sdk_1 = require("groq-sdk");
20
- const conversation_interface_1 = require("../clases/conversation.interface");
21
- const conversation_entity_1 = require("../entities/conversation.entity");
22
- let ConversationCardModelService = class ConversationCardModelService {
23
- constructor(conversationModel) {
24
- this.conversationModel = conversationModel;
25
- this.groqClient = new groq_sdk_1.default({
26
- apiKey: process.env['GROQ_API_KEY'],
27
- });
28
- }
29
- async chat(messages) {
30
- try {
31
- const completion = await this.groqClient.chat.completions.create({
32
- messages,
33
- model: 'mixtral-8x7b-32768',
34
- temperature: 0.7,
35
- max_tokens: 1024,
36
- });
37
- return {
38
- content: completion.choices[0]?.message?.content || '',
39
- role: conversation_interface_1.ChatRole.Assistant,
40
- metadata: null,
41
- };
42
- }
43
- catch (error) {
44
- throw new Error(`Failed to generate completion: ${error.message}`);
45
- }
46
- }
47
- async generateCompletion(prompt) {
48
- try {
49
- const completion = await this.groqClient.chat.completions.create({
50
- messages: [{ role: 'user', content: prompt }],
51
- model: 'mixtral-8x7b-32768',
52
- temperature: 0.7,
53
- max_tokens: 1024,
54
- });
55
- return completion.choices[0]?.message?.content || '';
56
- }
57
- catch (error) {
58
- throw new Error(`Failed to generate completion: ${error.message}`);
59
- }
60
- }
61
- async getCompletion(prompt) {
62
- try {
63
- const completion = await this.groqClient.chat.completions.create({
64
- messages: [{ role: 'user', content: prompt }],
65
- model: 'mixtral-8x7b-32768',
66
- temperature: 0.7,
67
- max_tokens: 1024,
68
- });
69
- return completion.choices[0]?.message?.content || '';
70
- }
71
- catch (error) {
72
- throw new Error(`Failed to generate completion: ${error.message}`);
73
- }
74
- }
75
- };
76
- exports.ConversationCardModelService = ConversationCardModelService;
77
- exports.ConversationCardModelService = ConversationCardModelService = __decorate([
78
- (0, common_1.Injectable)(),
79
- __param(0, (0, mongoose_1.InjectModel)(conversation_entity_1.Conversation.name)),
80
- __metadata("design:paramtypes", [mongoose_2.Model])
81
- ], ConversationCardModelService);
82
- //# sourceMappingURL=conversation-card-models.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"conversation-card-models.service.js","sourceRoot":"","sources":["../../src/services/conversation-card-models.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA4C;AAC5C,+CAA+C;AAC/C,uCAAiC;AACjC,uCAA4B;AAG5B,6EAA6E;AAC7E,yEAAqF;AAG9E,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;IAGvC,YAAoD,iBAA8C;QAA9C,sBAAiB,GAAjB,iBAAiB,CAA6B;QAChG,IAAI,CAAC,UAAU,GAAG,IAAI,kBAAI,CAAC;YACzB,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC;SACpC,CAAC,CAAC;IACL,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,QAAsC;QAC/C,IAAI;YACF,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC;gBAC/D,QAAQ;gBACR,KAAK,EAAE,oBAAoB;gBAC3B,WAAW,EAAE,GAAG;gBAChB,UAAU,EAAE,IAAI;aACjB,CAAC,CAAC;YACH,OAAO;gBACL,OAAO,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,IAAI,EAAE;gBACtD,IAAI,EAAE,iCAAQ,CAAC,SAAS;gBACxB,QAAQ,EAAE,IAAI;aACf,CAAC;SACH;QAAC,OAAO,KAAK,EAAE;YACd,MAAM,IAAI,KAAK,CAAC,kCAAkC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;SACpE;IACH,CAAC;IAED,KAAK,CAAC,kBAAkB,CAAC,MAAc;QACrC,IAAI;YACF,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC;gBAC/D,QAAQ,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;gBAC7C,KAAK,EAAE,oBAAoB;gBAC3B,WAAW,EAAE,GAAG;gBAChB,UAAU,EAAE,IAAI;aACjB,CAAC,CAAC;YAEH,OAAO,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,IAAI,EAAE,CAAC;SACtD;QAAC,OAAO,KAAK,EAAE;YACd,MAAM,IAAI,KAAK,CAAC,kCAAkC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;SACpE;IACH,CAAC;IAED,KAAK,CAAC,aAAa,CAAC,MAAc;QAChC,IAAI;YACF,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC;gBAC/D,QAAQ,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,CAAC;gBAC7C,KAAK,EAAE,oBAAoB;gBAC3B,WAAW,EAAE,GAAG;gBAChB,UAAU,EAAE,IAAI;aACjB,CAAC,CAAC;YAEH,OAAO,UAAU,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,IAAI,EAAE,CAAC;SACtD;QAAC,OAAO,KAAK,EAAE;YACd,MAAM,IAAI,KAAK,CAAC,kCAAkC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;SACpE;IACH,CAAC;CACF,CAAA;AAxDY,oEAA4B;uCAA5B,4BAA4B;IADxC,IAAA,mBAAU,GAAE;IAIE,WAAA,IAAA,sBAAW,EAAC,kCAAY,CAAC,IAAI,CAAC,CAAA;qCAA4B,gBAAK;GAHjE,4BAA4B,CAwDxC"}
@@ -1,3 +0,0 @@
1
- export declare class ConversationCardsService {
2
- }
3
- //# sourceMappingURL=conversation-cards.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"conversation-cards.service.d.ts","sourceRoot":"","sources":["../../src/services/conversation-cards.service.ts"],"names":[],"mappings":"AAEA,qBACa,wBAAwB;CAAG"}
@@ -1,17 +0,0 @@
1
- "use strict";
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;
7
- };
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.ConversationCardsService = void 0;
10
- const common_1 = require("@nestjs/common");
11
- let ConversationCardsService = class ConversationCardsService {
12
- };
13
- exports.ConversationCardsService = ConversationCardsService;
14
- exports.ConversationCardsService = ConversationCardsService = __decorate([
15
- (0, common_1.Injectable)()
16
- ], ConversationCardsService);
17
- //# sourceMappingURL=conversation-cards.service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"conversation-cards.service.js","sourceRoot":"","sources":["../../src/services/conversation-cards.service.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA4C;AAGrC,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;CAAG,CAAA;AAA3B,4DAAwB;mCAAxB,wBAAwB;IADpC,IAAA,mBAAU,GAAE;GACA,wBAAwB,CAAG"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=tts-service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tts-service.d.ts","sourceRoot":"","sources":["../../src/tts/tts-service.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=tts-service.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tts-service.js","sourceRoot":"","sources":["../../src/tts/tts-service.ts"],"names":[],"mappings":""}
@@ -1,33 +0,0 @@
1
- export declare enum AudioSpeed {
2
- VerySlow = "VerySlow",
3
- Slow = "Slow",
4
- Regular = "Regular",
5
- Fast = "Fast",
6
- VeryFast = "VeryFast"
7
- }
8
- export declare enum VoiceCode {
9
- MX = "MX"
10
- }
11
- export declare const GoogleVoiceHQOptions: VoiceOption[];
12
- export declare const GoogleVoiceOptions: VoiceOption[];
13
- export interface SynthAudioOptions {
14
- speed?: AudioSpeed;
15
- speed_rate?: number;
16
- }
17
- export interface VoiceOption {
18
- id: string;
19
- lang: string;
20
- name?: string;
21
- provider?: string;
22
- gender?: string;
23
- exampleUrl?: string;
24
- }
25
- export declare class TTSDto {
26
- text: string;
27
- ssml: boolean;
28
- voice: string;
29
- speed: AudioSpeed;
30
- speedRate: number;
31
- generateTranscription: boolean;
32
- }
33
- //# sourceMappingURL=tts.classes.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tts.classes.d.ts","sourceRoot":"","sources":["../../src/tts/tts.classes.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,QAAQ,aAAa;CACtB;AAED,oBAAY,SAAS;IACnB,EAAE,OAAO;CACV;AAMD,eAAO,MAAM,oBAAoB,EAAE,WAAW,EAI7C,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,WAAW,EAyL3C,CAAC;AAIF,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,MAAM;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,UAAU,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,OAAO,CAAC;CAChC"}
@@ -1,200 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TTSDto = exports.GoogleVoiceOptions = exports.GoogleVoiceHQOptions = exports.VoiceCode = exports.AudioSpeed = void 0;
4
- var AudioSpeed;
5
- (function (AudioSpeed) {
6
- AudioSpeed["VerySlow"] = "VerySlow";
7
- AudioSpeed["Slow"] = "Slow";
8
- AudioSpeed["Regular"] = "Regular";
9
- AudioSpeed["Fast"] = "Fast";
10
- AudioSpeed["VeryFast"] = "VeryFast";
11
- })(AudioSpeed || (exports.AudioSpeed = AudioSpeed = {}));
12
- var VoiceCode;
13
- (function (VoiceCode) {
14
- VoiceCode["MX"] = "MX";
15
- })(VoiceCode || (exports.VoiceCode = VoiceCode = {}));
16
- exports.GoogleVoiceHQOptions = [
17
- { id: 'en-US-Neural2-A', lang: 'en-US' },
18
- ];
19
- exports.GoogleVoiceOptions = [
20
- {
21
- provider: 'google',
22
- name: '👨‍🦰 Man ♂️ 🇫🇷 fr-FR-Neural2-B',
23
- id: 'fr-FR-Neural2-B',
24
- gender: 'male',
25
- lang: 'fr-FR',
26
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_fr-FR-Neural2-B.mp3',
27
- },
28
- {
29
- provider: 'google',
30
- name: '👩 Woman ♀️ 🇫🇷 fr-FR-Neural2-E',
31
- id: 'fr-FR-Neural2-E',
32
- gender: 'female',
33
- lang: 'fr-FR',
34
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_fr-FR-Neural2-E.mp3',
35
- },
36
- {
37
- provider: 'google',
38
- name: '👩 Woman ♀️ 🇮🇹 it-IT-Neural2-A',
39
- id: 'it-IT-Neural2-A',
40
- gender: 'female',
41
- lang: 'it-IT',
42
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_it-IT-Neural2-A.mp3',
43
- },
44
- {
45
- provider: 'google',
46
- name: '👨‍🦰 Man ♂️ 🇮🇹 it-IT-Neural2-C',
47
- id: 'it-IT-Neural2-C',
48
- gender: 'male',
49
- lang: 'it-IT',
50
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_it-IT-Neural2-C.mp3',
51
- },
52
- {
53
- provider: 'google',
54
- name: '👩 Woman ♀️ 🇧🇷 pt-BR-Neural2-C',
55
- id: 'pt-BR-Neural2-C',
56
- gender: 'female',
57
- lang: 'pt-BR',
58
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_pt-BR-Neural2-C.mp3',
59
- },
60
- {
61
- provider: 'google',
62
- name: '👨‍🦰 Man ♂️ 🇧🇷 pt-BR-Neural2-B',
63
- id: 'pt-BR-Neural2-B',
64
- gender: 'male',
65
- lang: 'pt-BR',
66
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_pt-BR-Neural2-B.mp3',
67
- },
68
- {
69
- provider: 'google',
70
- name: '👨‍🦰 Man 🇲🇽 es-US-Neural2-B',
71
- id: 'es-US-Neural2-B',
72
- gender: 'male',
73
- lang: 'es-US',
74
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_es-US-Neural2-B.mp3',
75
- },
76
- {
77
- provider: 'google',
78
- name: '👩 Woman ♀️ 🇲🇽 es-US-Neural2-A',
79
- id: 'es-US-Neural2-A',
80
- gender: 'female',
81
- lang: 'es-US',
82
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_es-US-Neural2-A.mp3',
83
- },
84
- {
85
- provider: 'google',
86
- name: '👨‍🦰 Man ♂️ 🇲🇽 es-US-Neural2-C',
87
- id: 'es-US-Neural2-C',
88
- gender: 'male',
89
- lang: 'es-US',
90
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_es-US-Neural2-C.mp3',
91
- },
92
- {
93
- provider: 'google',
94
- name: '👨‍🦰 Man ♂️ 🇪🇸 es-ES-Neural2-B',
95
- id: 'es-ES-Neural2-B',
96
- gender: 'male',
97
- lang: 'es-ES',
98
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_es-ES-Neural2-B.mp3',
99
- },
100
- {
101
- provider: 'google',
102
- name: '👩 Woman ♀️ 🇪🇸 es-ES-Neural2-C',
103
- id: 'es-ES-Neural2-C',
104
- gender: 'male',
105
- lang: 'es-ES',
106
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_es-ES-Neural2-C.mp3',
107
- },
108
- {
109
- provider: 'google',
110
- name: '👨‍🦰 Man ♂️ 🇪🇸 es-ES-Neural2-F',
111
- id: 'es-ES-Neural2-F',
112
- gender: 'male',
113
- lang: 'es-ES',
114
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_es-ES-Neural2-F.mp3',
115
- },
116
- {
117
- provider: 'google',
118
- name: '👩 Woman ♀️ 🇪🇸 es-ES-Neural2-E',
119
- id: 'es-ES-Neural2-E',
120
- gender: 'female',
121
- lang: 'es-ES',
122
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_es-ES-Neural2-E.mp3',
123
- },
124
- {
125
- provider: 'google',
126
- name: '👩 Woman ♀️ 🇺🇸 en-US-Journey-F',
127
- id: 'en-US-Journey-F',
128
- gender: 'female',
129
- lang: 'en-US',
130
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-Journey-F.mp3',
131
- },
132
- {
133
- provider: 'google',
134
- name: '👩 Woman ♀️ 🇺🇸 en-US-Journey-O',
135
- id: 'en-US-Journey-O',
136
- gender: 'female',
137
- lang: 'en-US',
138
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-Journey-O.mp3',
139
- },
140
- {
141
- provider: 'google',
142
- name: '👩 Woman ♀️ 🇺🇸 en-US-Journey-D',
143
- id: 'en-US-Journey-D',
144
- gender: 'female',
145
- lang: 'en-US',
146
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-Journey-D.mp3',
147
- },
148
- {
149
- provider: 'google',
150
- name: '👩 Woman ♀️ 🇺🇸 en-US-Journey-N',
151
- id: 'en-US-News-N',
152
- gender: 'female',
153
- lang: 'en-US',
154
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-News-N.mp3',
155
- },
156
- {
157
- provider: 'google',
158
- name: '👩 Woman ♀️ 🇺🇸 en-US-News-L',
159
- id: 'en-US-News-L',
160
- gender: 'female',
161
- lang: 'en-US',
162
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-News-L.mp3',
163
- },
164
- {
165
- provider: 'google',
166
- name: '👩 Woman ♀️ 🇺🇸 en-US-Neural2-F',
167
- id: 'en-US-Neural2-F',
168
- gender: 'female',
169
- lang: 'en-US',
170
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-Neural2-F.mp3',
171
- },
172
- {
173
- provider: 'google',
174
- name: '👩 Woman ♀️ 🇺🇸 en-US-Neural2-H',
175
- id: 'en-US-Neural2-H',
176
- gender: 'female',
177
- lang: 'en-US',
178
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-Neural2-H.mp3',
179
- },
180
- {
181
- provider: 'google',
182
- name: '👨‍🦰 Man ♂️ 🇺🇸 en-US-Neural2-J',
183
- id: 'en-US-Neural2-J',
184
- gender: 'male',
185
- lang: 'en-US',
186
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-Neural2-J.mp3',
187
- },
188
- {
189
- provider: 'google',
190
- name: '👨‍🦰 Man ♂️ 🇺🇸 en-US-Neural2-I',
191
- id: 'en-US-Neural2-I',
192
- gender: 'male',
193
- lang: 'en-US',
194
- exampleUrl: 'https://storage.googleapis.com/appingles-pro.appspot.com/voice_demos/google_en-US-Neural2-I.mp3',
195
- },
196
- ];
197
- class TTSDto {
198
- }
199
- exports.TTSDto = TTSDto;
200
- //# sourceMappingURL=tts.classes.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tts.classes.js","sourceRoot":"","sources":["../../src/tts/tts.classes.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- import { VoiceOption } from './tts.classes';
2
- export declare const GoogleVoiceHQOptions: VoiceOption[];
3
- export declare const voices: VoiceOption[];
4
- //# sourceMappingURL=voices.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"voices.d.ts","sourceRoot":"","sources":["../../src/tts/voices.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAO,MAAM,oBAAoB,EAAE,WAAW,EA8B7C,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,WAAW,EAsL/B,CAAC"}