n8n-nodes-bookoly 1.0.4
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/LICENSE.md +21 -0
- package/README.md +94 -0
- package/dist/credentials/BookolyApi.credentials.d.ts +9 -0
- package/dist/credentials/BookolyApi.credentials.js +47 -0
- package/dist/credentials/BookolyApi.credentials.js.map +1 -0
- package/dist/nodes/Bookoly/Bookoly.node.d.ts +7 -0
- package/dist/nodes/Bookoly/Bookoly.node.js +82 -0
- package/dist/nodes/Bookoly/Bookoly.node.js.map +1 -0
- package/dist/nodes/Bookoly/Bookoly.node.json +18 -0
- package/dist/nodes/Bookoly/bookoly.svg +40 -0
- package/dist/nodes/Bookoly/handlers/file/generateSubtitleFile.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/file/generateSubtitleFile.js +42 -0
- package/dist/nodes/Bookoly/handlers/file/generateSubtitleFile.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/file/index.d.ts +6 -0
- package/dist/nodes/Bookoly/handlers/file/index.js +10 -0
- package/dist/nodes/Bookoly/handlers/file/index.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/getResource.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/getResource.js +92 -0
- package/dist/nodes/Bookoly/handlers/getResource.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/index.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/index.js +17 -0
- package/dist/nodes/Bookoly/handlers/index.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/sound/combineSounds.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/sound/combineSounds.js +20 -0
- package/dist/nodes/Bookoly/handlers/sound/combineSounds.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/sound/createSoundEffect.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/sound/createSoundEffect.js +19 -0
- package/dist/nodes/Bookoly/handlers/sound/createSoundEffect.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/sound/index.d.ts +8 -0
- package/dist/nodes/Bookoly/handlers/sound/index.js +12 -0
- package/dist/nodes/Bookoly/handlers/sound/index.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/speech/createSpeech.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/speech/createSpeech.js +24 -0
- package/dist/nodes/Bookoly/handlers/speech/createSpeech.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/speech/index.d.ts +6 -0
- package/dist/nodes/Bookoly/handlers/speech/index.js +10 -0
- package/dist/nodes/Bookoly/handlers/speech/index.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/transcript/createTranscript.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/transcript/createTranscript.js +24 -0
- package/dist/nodes/Bookoly/handlers/transcript/createTranscript.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/transcript/index.d.ts +6 -0
- package/dist/nodes/Bookoly/handlers/transcript/index.js +10 -0
- package/dist/nodes/Bookoly/handlers/transcript/index.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/addAudioToVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/addAudioToVideo.js +30 -0
- package/dist/nodes/Bookoly/handlers/video/addAudioToVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/addAudioWithSubtitlesToVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/addAudioWithSubtitlesToVideo.js +52 -0
- package/dist/nodes/Bookoly/handlers/video/addAudioWithSubtitlesToVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/addSubtitlesToVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/addSubtitlesToVideo.js +42 -0
- package/dist/nodes/Bookoly/handlers/video/addSubtitlesToVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/addSubtitlesToVideoFromFile.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/addSubtitlesToVideoFromFile.js +26 -0
- package/dist/nodes/Bookoly/handlers/video/addSubtitlesToVideoFromFile.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/addWatermarkToVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/addWatermarkToVideo.js +32 -0
- package/dist/nodes/Bookoly/handlers/video/addWatermarkToVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/blurVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/blurVideo.js +36 -0
- package/dist/nodes/Bookoly/handlers/video/blurVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/clipVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/clipVideo.js +28 -0
- package/dist/nodes/Bookoly/handlers/video/clipVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/createSlideshow.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/createSlideshow.js +24 -0
- package/dist/nodes/Bookoly/handlers/video/createSlideshow.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/cropVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/cropVideo.js +34 -0
- package/dist/nodes/Bookoly/handlers/video/cropVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/extractAudioFromVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/extractAudioFromVideo.js +20 -0
- package/dist/nodes/Bookoly/handlers/video/extractAudioFromVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/frameVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/frameVideo.js +24 -0
- package/dist/nodes/Bookoly/handlers/video/frameVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/generateVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/generateVideo.js +62 -0
- package/dist/nodes/Bookoly/handlers/video/generateVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/getScenes.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/getScenes.js +24 -0
- package/dist/nodes/Bookoly/handlers/video/getScenes.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/index.d.ts +34 -0
- package/dist/nodes/Bookoly/handlers/video/index.js +38 -0
- package/dist/nodes/Bookoly/handlers/video/index.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/muteVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/muteVideo.js +20 -0
- package/dist/nodes/Bookoly/handlers/video/muteVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/rotateVideo.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/rotateVideo.js +24 -0
- package/dist/nodes/Bookoly/handlers/video/rotateVideo.js.map +1 -0
- package/dist/nodes/Bookoly/handlers/video/splitVideoIntoScenes.d.ts +2 -0
- package/dist/nodes/Bookoly/handlers/video/splitVideoIntoScenes.js +34 -0
- package/dist/nodes/Bookoly/handlers/video/splitVideoIntoScenes.js.map +1 -0
- package/dist/nodes/Bookoly/helpers/apiClient.d.ts +3 -0
- package/dist/nodes/Bookoly/helpers/apiClient.js +36 -0
- package/dist/nodes/Bookoly/helpers/apiClient.js.map +1 -0
- package/dist/nodes/Bookoly/resources/commonParams.d.ts +195 -0
- package/dist/nodes/Bookoly/resources/commonParams.js +210 -0
- package/dist/nodes/Bookoly/resources/commonParams.js.map +1 -0
- package/dist/nodes/Bookoly/resources/file.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/file.js +49 -0
- package/dist/nodes/Bookoly/resources/file.js.map +1 -0
- package/dist/nodes/Bookoly/resources/index.d.ts +9 -0
- package/dist/nodes/Bookoly/resources/index.js +36 -0
- package/dist/nodes/Bookoly/resources/index.js.map +1 -0
- package/dist/nodes/Bookoly/resources/sound.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/sound.js +179 -0
- package/dist/nodes/Bookoly/resources/sound.js.map +1 -0
- package/dist/nodes/Bookoly/resources/speech.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/speech.js +47 -0
- package/dist/nodes/Bookoly/resources/speech.js.map +1 -0
- package/dist/nodes/Bookoly/resources/static.d.ts +8 -0
- package/dist/nodes/Bookoly/resources/static.js +196 -0
- package/dist/nodes/Bookoly/resources/static.js.map +1 -0
- package/dist/nodes/Bookoly/resources/subtitleParams.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/subtitleParams.js +167 -0
- package/dist/nodes/Bookoly/resources/subtitleParams.js.map +1 -0
- package/dist/nodes/Bookoly/resources/transcription.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/transcription.js +138 -0
- package/dist/nodes/Bookoly/resources/transcription.js.map +1 -0
- package/dist/nodes/Bookoly/resources/video.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/video.js +135 -0
- package/dist/nodes/Bookoly/resources/video.js.map +1 -0
- package/dist/nodes/Bookoly/resources/videoParams/audio.d.ts +44 -0
- package/dist/nodes/Bookoly/resources/videoParams/audio.js +59 -0
- package/dist/nodes/Bookoly/resources/videoParams/audio.js.map +1 -0
- package/dist/nodes/Bookoly/resources/videoParams/blur.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/videoParams/blur.js +93 -0
- package/dist/nodes/Bookoly/resources/videoParams/blur.js.map +1 -0
- package/dist/nodes/Bookoly/resources/videoParams/clip.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/videoParams/clip.js +40 -0
- package/dist/nodes/Bookoly/resources/videoParams/clip.js.map +1 -0
- package/dist/nodes/Bookoly/resources/videoParams/crop.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/videoParams/crop.js +75 -0
- package/dist/nodes/Bookoly/resources/videoParams/crop.js.map +1 -0
- package/dist/nodes/Bookoly/resources/videoParams/operations.d.ts +7 -0
- package/dist/nodes/Bookoly/resources/videoParams/operations.js +103 -0
- package/dist/nodes/Bookoly/resources/videoParams/operations.js.map +1 -0
- package/dist/nodes/Bookoly/resources/videoParams/scenes.d.ts +90 -0
- package/dist/nodes/Bookoly/resources/videoParams/scenes.js +84 -0
- package/dist/nodes/Bookoly/resources/videoParams/scenes.js.map +1 -0
- package/dist/nodes/Bookoly/resources/videoParams/split.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/videoParams/split.js +116 -0
- package/dist/nodes/Bookoly/resources/videoParams/split.js.map +1 -0
- package/dist/nodes/Bookoly/resources/videoParams/watermark.d.ts +2 -0
- package/dist/nodes/Bookoly/resources/videoParams/watermark.js +54 -0
- package/dist/nodes/Bookoly/resources/videoParams/watermark.js.map +1 -0
- package/dist/nodes/Bookoly/types/index.d.ts +295 -0
- package/dist/nodes/Bookoly/types/index.js +287 -0
- package/dist/nodes/Bookoly/types/index.js.map +1 -0
- package/dist/package.json +54 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/index.js +0 -0
- package/package.json +54 -0
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getRotateParam = exports.getSecParam = exports.getMuteParam = exports.getResolutionParam = exports.getIdParam = exports.getTextParam = exports.getTypeParam = exports.getWaitParam = exports.getVoiceParam = exports.getWebhookUrlParam = exports.getSubtitleUrlParam = exports.getUrlParam = exports.getNameParam = void 0;
|
|
4
|
+
const static_1 = require("./static");
|
|
5
|
+
const types_1 = require("../types");
|
|
6
|
+
const getNameParam = (operation, resource, description = 'Name') => ({
|
|
7
|
+
displayName: 'Name',
|
|
8
|
+
name: 'name',
|
|
9
|
+
type: 'string',
|
|
10
|
+
required: true,
|
|
11
|
+
default: '',
|
|
12
|
+
description,
|
|
13
|
+
displayOptions: {
|
|
14
|
+
show: {
|
|
15
|
+
...(resource ? { resource: [resource] } : {}),
|
|
16
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
});
|
|
20
|
+
exports.getNameParam = getNameParam;
|
|
21
|
+
const getUrlParam = (operation, resource, displayName = 'Video URL') => ({
|
|
22
|
+
displayName: displayName,
|
|
23
|
+
name: 'url',
|
|
24
|
+
type: 'string',
|
|
25
|
+
required: true,
|
|
26
|
+
default: '',
|
|
27
|
+
description: 'The public and downloadable URL of the video file',
|
|
28
|
+
displayOptions: {
|
|
29
|
+
show: {
|
|
30
|
+
...(resource ? { resource: [resource] } : {}),
|
|
31
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
});
|
|
35
|
+
exports.getUrlParam = getUrlParam;
|
|
36
|
+
const getSubtitleUrlParam = (operation, resource) => ({
|
|
37
|
+
displayName: 'Subtitle URL',
|
|
38
|
+
name: 'subtitle_url',
|
|
39
|
+
type: 'string',
|
|
40
|
+
required: true,
|
|
41
|
+
default: '',
|
|
42
|
+
description: 'The public and downloadable URL of the subtitle file',
|
|
43
|
+
displayOptions: {
|
|
44
|
+
show: {
|
|
45
|
+
...(resource ? { resource: [resource] } : {}),
|
|
46
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
});
|
|
50
|
+
exports.getSubtitleUrlParam = getSubtitleUrlParam;
|
|
51
|
+
const getWebhookUrlParam = (operation, resource, description = 'Enter a valid URL to receive webhook notifications.') => ({
|
|
52
|
+
displayName: 'Webhook URL',
|
|
53
|
+
name: 'webhook_url',
|
|
54
|
+
type: 'string',
|
|
55
|
+
default: '',
|
|
56
|
+
description,
|
|
57
|
+
displayOptions: {
|
|
58
|
+
show: {
|
|
59
|
+
...(resource ? { resource: [resource] } : {}),
|
|
60
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
});
|
|
64
|
+
exports.getWebhookUrlParam = getWebhookUrlParam;
|
|
65
|
+
const getVoiceParam = (operation, resource) => ({
|
|
66
|
+
displayName: 'Voice',
|
|
67
|
+
name: 'vendor_id',
|
|
68
|
+
type: 'options',
|
|
69
|
+
required: true,
|
|
70
|
+
default: types_1.Voice.ECHO,
|
|
71
|
+
description: 'The name of the voice',
|
|
72
|
+
options: static_1.voiceOptions,
|
|
73
|
+
displayOptions: {
|
|
74
|
+
show: {
|
|
75
|
+
...(resource ? { resource: [resource] } : {}),
|
|
76
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
77
|
+
},
|
|
78
|
+
},
|
|
79
|
+
});
|
|
80
|
+
exports.getVoiceParam = getVoiceParam;
|
|
81
|
+
const getWaitParam = (operation, resource, description = 'If enabled, the node pauses the workflow and checks the server until the resource generation is finished, then returns the full resource object. If disabled, only the ID and creation timestamp are returned.') => ({
|
|
82
|
+
displayName: 'Wait for Completion',
|
|
83
|
+
name: 'wait',
|
|
84
|
+
type: 'boolean',
|
|
85
|
+
default: true,
|
|
86
|
+
description,
|
|
87
|
+
displayOptions: {
|
|
88
|
+
show: {
|
|
89
|
+
...(resource ? { resource: [resource] } : {}),
|
|
90
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
});
|
|
94
|
+
exports.getWaitParam = getWaitParam;
|
|
95
|
+
const getTypeParam = (operation, resource) => ({
|
|
96
|
+
displayName: 'Type',
|
|
97
|
+
name: 'type',
|
|
98
|
+
type: 'options',
|
|
99
|
+
default: types_1.SubtitleFileType.ASS,
|
|
100
|
+
options: [{ name: 'Advanced SubStation Alpha (ASS)', value: types_1.SubtitleFileType.ASS }],
|
|
101
|
+
description: 'Choose the format for your subtitle. ASS is selected by default.',
|
|
102
|
+
displayOptions: {
|
|
103
|
+
show: {
|
|
104
|
+
...(resource ? { resource: [resource] } : {}),
|
|
105
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
});
|
|
109
|
+
exports.getTypeParam = getTypeParam;
|
|
110
|
+
const getTextParam = (operation, resource) => ({
|
|
111
|
+
displayName: 'Text',
|
|
112
|
+
name: 'text',
|
|
113
|
+
type: 'string',
|
|
114
|
+
required: true,
|
|
115
|
+
typeOptions: {
|
|
116
|
+
rows: 4,
|
|
117
|
+
},
|
|
118
|
+
default: '',
|
|
119
|
+
description: 'The text to create the speech synthesis from',
|
|
120
|
+
displayOptions: {
|
|
121
|
+
show: {
|
|
122
|
+
...(resource ? { resource: [resource] } : {}),
|
|
123
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
});
|
|
127
|
+
exports.getTextParam = getTextParam;
|
|
128
|
+
const getIdParam = (operation, resource, name, displayName, description) => ({
|
|
129
|
+
displayName,
|
|
130
|
+
name,
|
|
131
|
+
type: 'string',
|
|
132
|
+
required: true,
|
|
133
|
+
default: '',
|
|
134
|
+
description,
|
|
135
|
+
displayOptions: {
|
|
136
|
+
show: {
|
|
137
|
+
resource: [resource],
|
|
138
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
139
|
+
},
|
|
140
|
+
},
|
|
141
|
+
});
|
|
142
|
+
exports.getIdParam = getIdParam;
|
|
143
|
+
const getResolutionParam = (operation, resource, required = true, description = 'The resolution of the video') => ({
|
|
144
|
+
displayName: 'Resolution',
|
|
145
|
+
name: 'resolution',
|
|
146
|
+
type: 'options',
|
|
147
|
+
required,
|
|
148
|
+
default: types_1.VideoResolution.HORIZONTAL_HD,
|
|
149
|
+
description,
|
|
150
|
+
options: static_1.resolutionOptions,
|
|
151
|
+
displayOptions: {
|
|
152
|
+
show: {
|
|
153
|
+
...(resource ? { resource: [resource] } : {}),
|
|
154
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
155
|
+
},
|
|
156
|
+
},
|
|
157
|
+
});
|
|
158
|
+
exports.getResolutionParam = getResolutionParam;
|
|
159
|
+
const getMuteParam = (operation, resource) => ({
|
|
160
|
+
displayName: 'Mute Video',
|
|
161
|
+
name: 'mute',
|
|
162
|
+
type: 'boolean',
|
|
163
|
+
default: false,
|
|
164
|
+
description: 'Whether to mute the original video audio',
|
|
165
|
+
displayOptions: {
|
|
166
|
+
show: {
|
|
167
|
+
...(resource ? { resource: [resource] } : {}),
|
|
168
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
169
|
+
},
|
|
170
|
+
},
|
|
171
|
+
});
|
|
172
|
+
exports.getMuteParam = getMuteParam;
|
|
173
|
+
const getSecParam = (operation, resource) => ({
|
|
174
|
+
displayName: 'Timestamp (Seconds)',
|
|
175
|
+
name: 'seconds',
|
|
176
|
+
type: 'number',
|
|
177
|
+
default: 0,
|
|
178
|
+
description: 'The point in time (in seconds) from which the frame should be captured. For example: 5.2 means 5.2 seconds into the video.',
|
|
179
|
+
typeOptions: {
|
|
180
|
+
minValue: 0,
|
|
181
|
+
numberPrecision: 2,
|
|
182
|
+
},
|
|
183
|
+
displayOptions: {
|
|
184
|
+
show: {
|
|
185
|
+
...(resource ? { resource: [resource] } : {}),
|
|
186
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
187
|
+
},
|
|
188
|
+
},
|
|
189
|
+
});
|
|
190
|
+
exports.getSecParam = getSecParam;
|
|
191
|
+
const getRotateParam = (operation, resource) => ({
|
|
192
|
+
displayName: 'Rotation (Degrees)',
|
|
193
|
+
name: 'rotation_degrees',
|
|
194
|
+
type: 'options',
|
|
195
|
+
default: 90,
|
|
196
|
+
description: 'The angle of rotation in degrees. Positive values rotate clockwise, negative values rotate counter-clockwise.',
|
|
197
|
+
options: [
|
|
198
|
+
{ name: '90', value: 90 },
|
|
199
|
+
{ name: '180', value: 180 },
|
|
200
|
+
{ name: '270', value: 270 },
|
|
201
|
+
],
|
|
202
|
+
displayOptions: {
|
|
203
|
+
show: {
|
|
204
|
+
...(resource ? { resource: [resource] } : {}),
|
|
205
|
+
operation: Array.isArray(operation) ? operation : [operation],
|
|
206
|
+
},
|
|
207
|
+
},
|
|
208
|
+
});
|
|
209
|
+
exports.getRotateParam = getRotateParam;
|
|
210
|
+
//# sourceMappingURL=commonParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commonParams.js","sourceRoot":"","sources":["../../../../nodes/Bookoly/resources/commonParams.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fileResource = void 0;
|
|
4
|
+
const commonParams_1 = require("./commonParams");
|
|
5
|
+
const types_1 = require("../types");
|
|
6
|
+
const subtitleParams_1 = require("./subtitleParams");
|
|
7
|
+
exports.fileResource = {
|
|
8
|
+
displayName: 'File',
|
|
9
|
+
value: types_1.ResourceType.FILE,
|
|
10
|
+
description: 'Manage file operations',
|
|
11
|
+
operations: [
|
|
12
|
+
{
|
|
13
|
+
displayName: 'Operation',
|
|
14
|
+
name: 'operation',
|
|
15
|
+
type: 'options',
|
|
16
|
+
noDataExpression: true,
|
|
17
|
+
displayOptions: {
|
|
18
|
+
show: {
|
|
19
|
+
resource: [types_1.ResourceType.FILE],
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
options: [
|
|
23
|
+
{
|
|
24
|
+
name: 'Generate a Subtitle File',
|
|
25
|
+
value: types_1.SubtitleFileAction.GENERATE_SUBTITLE_FILE,
|
|
26
|
+
action: 'Generate a subtitle file',
|
|
27
|
+
description: 'Generate subtitle files in multiple formats from a video or audio URL',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Get a Specific Subtitle File',
|
|
31
|
+
value: types_1.SubtitleFileAction.GET_SUBTITLE_FILE,
|
|
32
|
+
action: 'Get a subtitle file',
|
|
33
|
+
description: 'Fetches subtitle file data from the API using the subtitle file ID',
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
default: 'generateSubtitleFile',
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
parameters: [
|
|
40
|
+
(0, commonParams_1.getNameParam)(types_1.SubtitleFileAction.GENERATE_SUBTITLE_FILE, types_1.ResourceType.FILE, 'The name of the subtitle file'),
|
|
41
|
+
(0, commonParams_1.getUrlParam)(types_1.SubtitleFileAction.GENERATE_SUBTITLE_FILE, types_1.ResourceType.FILE, 'URL'),
|
|
42
|
+
(0, commonParams_1.getTypeParam)(types_1.SubtitleFileAction.GENERATE_SUBTITLE_FILE, types_1.ResourceType.FILE),
|
|
43
|
+
...(0, subtitleParams_1.getSubtitleParameters)(types_1.SubtitleFileAction.GENERATE_SUBTITLE_FILE),
|
|
44
|
+
(0, commonParams_1.getIdParam)(types_1.SubtitleFileAction.GET_SUBTITLE_FILE, types_1.ResourceType.FILE, 'subtitleFileId', 'Subtitle File ID', 'The ID of the Subtitle File'),
|
|
45
|
+
(0, commonParams_1.getWaitParam)(types_1.SubtitleFileAction.GENERATE_SUBTITLE_FILE, types_1.ResourceType.FILE, 'If enabled, the node pauses the workflow and checks the server until the subtitle file generation is finished, then returns the full subtitle file object. If disabled, only the ID and creation timestamp are returned.'),
|
|
46
|
+
(0, commonParams_1.getWebhookUrlParam)(types_1.SubtitleFileAction.GENERATE_SUBTITLE_FILE, types_1.ResourceType.FILE, 'Enter a valid URL to receive webhook notifications. Subtitle File ID and URL will be included.'),
|
|
47
|
+
],
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=file.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../../../nodes/Bookoly/resources/file.ts"],"names":[],"mappings":";;;AAAA,iDAOwB;AACxB,oCAAgF;AAChF,qDAAyD;AAE5C,QAAA,YAAY,GAAuB;IAC/C,WAAW,EAAE,MAAM;IACnB,KAAK,EAAE,oBAAY,CAAC,IAAI;IACxB,WAAW,EAAE,wBAAwB;IACrC,UAAU,EAAE;QACX;YACC,WAAW,EAAE,WAAW;YACxB,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,SAAS;YACf,gBAAgB,EAAE,IAAI;YACtB,cAAc,EAAE;gBACf,IAAI,EAAE;oBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC,IAAI,CAAC;iBAC7B;aACD;YACD,OAAO,EAAE;gBACR;oBACC,IAAI,EAAE,0BAA0B;oBAChC,KAAK,EAAE,0BAAkB,CAAC,sBAAsB;oBAChD,MAAM,EAAE,0BAA0B;oBAClC,WAAW,EAAE,uEAAuE;iBACpF;gBACD;oBACC,IAAI,EAAE,8BAA8B;oBACpC,KAAK,EAAE,0BAAkB,CAAC,iBAAiB;oBAC3C,MAAM,EAAE,qBAAqB;oBAC7B,WAAW,EAAE,oEAAoE;iBACjF;aACD;YACD,OAAO,EAAE,sBAAsB;SAC/B;KACD;IACD,UAAU,EAAE;QACX,IAAA,2BAAY,EACX,0BAAkB,CAAC,sBAAsB,EACzC,oBAAY,CAAC,IAAI,EACjB,+BAA+B,CAC/B;QACD,IAAA,0BAAW,EAAC,0BAAkB,CAAC,sBAAsB,EAAE,oBAAY,CAAC,IAAI,EAAE,KAAK,CAAC;QAChF,IAAA,2BAAY,EAAC,0BAAkB,CAAC,sBAAsB,EAAE,oBAAY,CAAC,IAAI,CAAC;QAC1E,GAAG,IAAA,sCAAqB,EAAC,0BAAkB,CAAC,sBAAsB,CAAC;QACnE,IAAA,yBAAU,EACT,0BAAkB,CAAC,iBAAiB,EACpC,oBAAY,CAAC,IAAI,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,6BAA6B,CAC7B;QACD,IAAA,2BAAY,EACX,0BAAkB,CAAC,sBAAsB,EACzC,oBAAY,CAAC,IAAI,EACjB,0NAA0N,CAC1N;QACD,IAAA,iCAAkB,EACjB,0BAAkB,CAAC,sBAAsB,EACzC,oBAAY,CAAC,IAAI,EACjB,gGAAgG,CAChG;KACD;CACD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ResourceDefinition, ResourceType } from '../types';
|
|
2
|
+
export declare const RESOURCE_DEFINITIONS: {
|
|
3
|
+
[key in ResourceType]: ResourceDefinition;
|
|
4
|
+
};
|
|
5
|
+
export * from './sound';
|
|
6
|
+
export * from './speech';
|
|
7
|
+
export * from './file';
|
|
8
|
+
export * from './transcription';
|
|
9
|
+
export * from './video';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.RESOURCE_DEFINITIONS = void 0;
|
|
18
|
+
const types_1 = require("../types");
|
|
19
|
+
const sound_1 = require("./sound");
|
|
20
|
+
const speech_1 = require("./speech");
|
|
21
|
+
const file_1 = require("./file");
|
|
22
|
+
const transcription_1 = require("./transcription");
|
|
23
|
+
const video_1 = require("./video");
|
|
24
|
+
exports.RESOURCE_DEFINITIONS = {
|
|
25
|
+
[types_1.ResourceType.SOUND]: sound_1.soundResource,
|
|
26
|
+
[types_1.ResourceType.SPEECH]: speech_1.speechResource,
|
|
27
|
+
[types_1.ResourceType.FILE]: file_1.fileResource,
|
|
28
|
+
[types_1.ResourceType.TRANSCRIPT]: transcription_1.transcriptionResource,
|
|
29
|
+
[types_1.ResourceType.VIDEO]: video_1.videoResource,
|
|
30
|
+
};
|
|
31
|
+
__exportStar(require("./sound"), exports);
|
|
32
|
+
__exportStar(require("./speech"), exports);
|
|
33
|
+
__exportStar(require("./file"), exports);
|
|
34
|
+
__exportStar(require("./transcription"), exports);
|
|
35
|
+
__exportStar(require("./video"), exports);
|
|
36
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/Bookoly/resources/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,oCAA4D;AAC5D,mCAAwC;AACxC,qCAA0C;AAC1C,iCAAsC;AACtC,mDAAwD;AACxD,mCAAwC;AAE3B,QAAA,oBAAoB,GAAkD;IAClF,CAAC,oBAAY,CAAC,KAAK,CAAC,EAAE,qBAAa;IACnC,CAAC,oBAAY,CAAC,MAAM,CAAC,EAAE,uBAAc;IACrC,CAAC,oBAAY,CAAC,IAAI,CAAC,EAAE,mBAAY;IACjC,CAAC,oBAAY,CAAC,UAAU,CAAC,EAAE,qCAAqB;IAChD,CAAC,oBAAY,CAAC,KAAK,CAAC,EAAE,qBAAa;CACnC,CAAC;AAEF,0CAAwB;AACxB,2CAAyB;AACzB,yCAAuB;AACvB,kDAAgC;AAChC,0CAAwB"}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.soundResource = void 0;
|
|
4
|
+
const types_1 = require("../types");
|
|
5
|
+
exports.soundResource = {
|
|
6
|
+
displayName: 'Sound',
|
|
7
|
+
value: types_1.ResourceType.SOUND,
|
|
8
|
+
description: 'Manage sound operations',
|
|
9
|
+
operations: [
|
|
10
|
+
{
|
|
11
|
+
displayName: 'Operation',
|
|
12
|
+
name: 'operation',
|
|
13
|
+
type: 'options',
|
|
14
|
+
noDataExpression: true,
|
|
15
|
+
displayOptions: {
|
|
16
|
+
show: {
|
|
17
|
+
resource: [types_1.ResourceType.SOUND],
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
options: [
|
|
21
|
+
{
|
|
22
|
+
name: 'Combine Sounds',
|
|
23
|
+
value: types_1.SoundAction.COMBINE_SOUNDS,
|
|
24
|
+
action: 'Combine sounds',
|
|
25
|
+
description: 'Merge multiple sound files into a single seamless audio track',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
name: 'Create a Sound Effect',
|
|
29
|
+
value: types_1.SoundAction.CREATE_SOUND_EFFECT,
|
|
30
|
+
action: 'Create a sound effect',
|
|
31
|
+
description: 'Generate sound effects based on a text description',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Get a Specific Sound',
|
|
35
|
+
value: types_1.SoundAction.GET_SOUND,
|
|
36
|
+
action: 'Get a sound',
|
|
37
|
+
description: 'Fetches sound data from the API using the sound ID',
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
default: types_1.SoundAction.CREATE_SOUND_EFFECT,
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
parameters: [
|
|
44
|
+
{
|
|
45
|
+
displayName: 'Sound ID',
|
|
46
|
+
name: 'soundId',
|
|
47
|
+
type: 'string',
|
|
48
|
+
required: true,
|
|
49
|
+
displayOptions: {
|
|
50
|
+
show: {
|
|
51
|
+
operation: [types_1.SoundAction.GET_SOUND],
|
|
52
|
+
resource: [types_1.ResourceType.SOUND],
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
default: '',
|
|
56
|
+
description: 'The ID of the sound',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
displayName: 'Name',
|
|
60
|
+
name: 'name',
|
|
61
|
+
type: 'string',
|
|
62
|
+
required: true,
|
|
63
|
+
displayOptions: {
|
|
64
|
+
show: {
|
|
65
|
+
operation: [types_1.SoundAction.CREATE_SOUND_EFFECT],
|
|
66
|
+
resource: [types_1.ResourceType.SOUND],
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
default: '',
|
|
70
|
+
description: 'The name of the sound effect',
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
displayName: 'Text',
|
|
74
|
+
name: 'effect_text',
|
|
75
|
+
type: 'string',
|
|
76
|
+
required: true,
|
|
77
|
+
displayOptions: {
|
|
78
|
+
show: {
|
|
79
|
+
operation: [types_1.SoundAction.CREATE_SOUND_EFFECT],
|
|
80
|
+
resource: [types_1.ResourceType.SOUND],
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
default: '',
|
|
84
|
+
description: 'The text that will get converted into a sound effect',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
displayName: 'Effect Duration',
|
|
88
|
+
name: 'effect_duration',
|
|
89
|
+
type: 'number',
|
|
90
|
+
typeOptions: {
|
|
91
|
+
minValue: 0.5,
|
|
92
|
+
maxValue: 22,
|
|
93
|
+
},
|
|
94
|
+
displayOptions: {
|
|
95
|
+
show: {
|
|
96
|
+
operation: [types_1.SoundAction.CREATE_SOUND_EFFECT],
|
|
97
|
+
resource: [types_1.ResourceType.SOUND],
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
default: 1,
|
|
101
|
+
description: 'The duration of the sound which will be generated in seconds. Must be at least 0.5 and at most 22. We will guess the optimal duration using the text if the duration is not set',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
displayName: 'Name',
|
|
105
|
+
name: 'name',
|
|
106
|
+
type: 'string',
|
|
107
|
+
required: true,
|
|
108
|
+
displayOptions: {
|
|
109
|
+
show: {
|
|
110
|
+
operation: [types_1.SoundAction.COMBINE_SOUNDS],
|
|
111
|
+
resource: [types_1.ResourceType.SOUND],
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
default: '',
|
|
115
|
+
description: 'The name of the sound',
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
displayName: 'Audio',
|
|
119
|
+
name: 'audioList',
|
|
120
|
+
type: 'fixedCollection',
|
|
121
|
+
typeOptions: {
|
|
122
|
+
multipleValues: true,
|
|
123
|
+
sortable: true,
|
|
124
|
+
},
|
|
125
|
+
placeholder: 'Add Audio URL',
|
|
126
|
+
displayOptions: {
|
|
127
|
+
show: {
|
|
128
|
+
operation: [types_1.SoundAction.COMBINE_SOUNDS],
|
|
129
|
+
resource: [types_1.ResourceType.SOUND],
|
|
130
|
+
},
|
|
131
|
+
},
|
|
132
|
+
default: { urls: [{ src: '' }, { src: '' }] },
|
|
133
|
+
options: [
|
|
134
|
+
{
|
|
135
|
+
name: 'urls',
|
|
136
|
+
displayName: 'URL',
|
|
137
|
+
values: [
|
|
138
|
+
{
|
|
139
|
+
displayName: 'Audio URL',
|
|
140
|
+
name: 'src',
|
|
141
|
+
type: 'string',
|
|
142
|
+
default: '',
|
|
143
|
+
description: 'The public and downloadable URL of the audio file',
|
|
144
|
+
required: true,
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
},
|
|
148
|
+
],
|
|
149
|
+
description: "Enter the all the public and downloadable URL's of your audio files here",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
displayName: 'Wait for Completion',
|
|
153
|
+
name: 'wait',
|
|
154
|
+
type: 'boolean',
|
|
155
|
+
default: true,
|
|
156
|
+
displayOptions: {
|
|
157
|
+
show: {
|
|
158
|
+
operation: [types_1.SoundAction.CREATE_SOUND_EFFECT, types_1.SoundAction.COMBINE_SOUNDS],
|
|
159
|
+
resource: [types_1.ResourceType.SOUND],
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
description: 'If enabled, the node pauses the workflow and checks the server until the sound generation is finished, then returns the full sound object. If disabled, only the ID and creation timestamp are returned.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
displayName: 'Webhook URL',
|
|
166
|
+
name: 'webhook_url',
|
|
167
|
+
type: 'string',
|
|
168
|
+
displayOptions: {
|
|
169
|
+
show: {
|
|
170
|
+
operation: [types_1.SoundAction.CREATE_SOUND_EFFECT, types_1.SoundAction.COMBINE_SOUNDS],
|
|
171
|
+
resource: [types_1.ResourceType.SOUND],
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
default: '',
|
|
175
|
+
description: 'Enter a valid URL to receive webhook notifications. Sound ID and URL will be included.',
|
|
176
|
+
},
|
|
177
|
+
],
|
|
178
|
+
};
|
|
179
|
+
//# sourceMappingURL=sound.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sound.js","sourceRoot":"","sources":["../../../../nodes/Bookoly/resources/sound.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.speechResource = void 0;
|
|
4
|
+
const commonParams_1 = require("./commonParams");
|
|
5
|
+
const types_1 = require("../types");
|
|
6
|
+
exports.speechResource = {
|
|
7
|
+
displayName: 'Speech',
|
|
8
|
+
value: types_1.ResourceType.SPEECH,
|
|
9
|
+
description: 'Manage speech operations',
|
|
10
|
+
operations: [
|
|
11
|
+
{
|
|
12
|
+
displayName: 'Operation',
|
|
13
|
+
name: 'operation',
|
|
14
|
+
type: 'options',
|
|
15
|
+
default: '',
|
|
16
|
+
noDataExpression: true,
|
|
17
|
+
displayOptions: {
|
|
18
|
+
show: {
|
|
19
|
+
resource: [types_1.ResourceType.SPEECH],
|
|
20
|
+
},
|
|
21
|
+
},
|
|
22
|
+
options: [
|
|
23
|
+
{
|
|
24
|
+
name: 'Create a Speech Synthesis',
|
|
25
|
+
value: types_1.SpeechAction.CREATE_SPEECH,
|
|
26
|
+
action: 'Create a speech synthesis',
|
|
27
|
+
description: 'Synthesizes a text into speech',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
name: 'Get a Specific Speech',
|
|
31
|
+
value: types_1.SpeechAction.GET_SPEECH,
|
|
32
|
+
action: 'Get a speech',
|
|
33
|
+
description: 'Fetches speech data from the API using the speech ID',
|
|
34
|
+
},
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
],
|
|
38
|
+
parameters: [
|
|
39
|
+
(0, commonParams_1.getIdParam)(types_1.SpeechAction.GET_SPEECH, types_1.ResourceType.SPEECH, 'speechId', 'Speech ID', 'The ID of the Speech'),
|
|
40
|
+
(0, commonParams_1.getNameParam)(types_1.SpeechAction.CREATE_SPEECH, types_1.ResourceType.SPEECH, 'The name of the speech synthesis'),
|
|
41
|
+
(0, commonParams_1.getTextParam)(types_1.SpeechAction.CREATE_SPEECH, types_1.ResourceType.SPEECH),
|
|
42
|
+
(0, commonParams_1.getVoiceParam)(types_1.SpeechAction.CREATE_SPEECH, types_1.ResourceType.SPEECH),
|
|
43
|
+
(0, commonParams_1.getWaitParam)(types_1.SpeechAction.CREATE_SPEECH, types_1.ResourceType.SPEECH, 'If enabled, the node pauses the workflow and checks the server until the speech generation is finished, then returns the full speech object. If disabled, only the ID and creation timestamp are returned.'),
|
|
44
|
+
(0, commonParams_1.getWebhookUrlParam)(types_1.SpeechAction.CREATE_SPEECH, types_1.ResourceType.SPEECH, 'Enter a valid URL to receive webhook notifications. Speech ID and URL will be included.'),
|
|
45
|
+
],
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=speech.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"speech.js","sourceRoot":"","sources":["../../../../nodes/Bookoly/resources/speech.ts"],"names":[],"mappings":";;;AAAA,iDAOwB;AACxB,oCAA0E;AAE7D,QAAA,cAAc,GAAuB;IACjD,WAAW,EAAE,QAAQ;IACrB,KAAK,EAAE,oBAAY,CAAC,MAAM;IAC1B,WAAW,EAAE,0BAA0B;IACvC,UAAU,EAAE;QACX;YACC,WAAW,EAAE,WAAW;YACxB,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,EAAE;YACX,gBAAgB,EAAE,IAAI;YACtB,cAAc,EAAE;gBACf,IAAI,EAAE;oBACL,QAAQ,EAAE,CAAC,oBAAY,CAAC,MAAM,CAAC;iBAC/B;aACD;YACD,OAAO,EAAE;gBACR;oBACC,IAAI,EAAE,2BAA2B;oBACjC,KAAK,EAAE,oBAAY,CAAC,aAAa;oBACjC,MAAM,EAAE,2BAA2B;oBACnC,WAAW,EAAE,gCAAgC;iBAC7C;gBACD;oBACC,IAAI,EAAE,uBAAuB;oBAC7B,KAAK,EAAE,oBAAY,CAAC,UAAU;oBAC9B,MAAM,EAAE,cAAc;oBACtB,WAAW,EAAE,sDAAsD;iBACnE;aACD;SACD;KACD;IACD,UAAU,EAAE;QACX,IAAA,yBAAU,EACT,oBAAY,CAAC,UAAU,EACvB,oBAAY,CAAC,MAAM,EACnB,UAAU,EACV,WAAW,EACX,sBAAsB,CACtB;QACD,IAAA,2BAAY,EACX,oBAAY,CAAC,aAAa,EAC1B,oBAAY,CAAC,MAAM,EACnB,kCAAkC,CAClC;QACD,IAAA,2BAAY,EAAC,oBAAY,CAAC,aAAa,EAAE,oBAAY,CAAC,MAAM,CAAC;QAC7D,IAAA,4BAAa,EAAC,oBAAY,CAAC,aAAa,EAAE,oBAAY,CAAC,MAAM,CAAC;QAC9D,IAAA,2BAAY,EACX,oBAAY,CAAC,aAAa,EAC1B,oBAAY,CAAC,MAAM,EACnB,4MAA4M,CAC5M;QACD,IAAA,iCAAkB,EACjB,oBAAY,CAAC,aAAa,EAC1B,oBAAY,CAAC,MAAM,EACnB,yFAAyF,CACzF;KACD;CACD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Option } from '../types';
|
|
2
|
+
export declare const voiceOptions: Option[];
|
|
3
|
+
export declare const languageOptions: Option[];
|
|
4
|
+
export declare const translationLanguageOptions: Option[];
|
|
5
|
+
export declare const subtitleStyleOptions: Option[];
|
|
6
|
+
export declare const fontFamilyOptions: Option[];
|
|
7
|
+
export declare const positionOptions: Option[];
|
|
8
|
+
export declare const resolutionOptions: Option[];
|