@okf/ootils 1.6.10 → 1.6.11
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/dist/browser.d.mts +331 -1
- package/dist/browser.d.ts +331 -1
- package/dist/browser.js +242 -0
- package/dist/browser.mjs +241 -0
- package/dist/node.d.mts +331 -1
- package/dist/node.d.ts +331 -1
- package/dist/node.js +255 -250
- package/dist/node.mjs +254 -250
- package/dist/universal.d.mts +331 -1
- package/dist/universal.d.ts +331 -1
- package/dist/universal.js +242 -0
- package/dist/universal.mjs +241 -0
- package/package.json +1 -1
package/dist/browser.d.mts
CHANGED
|
@@ -151,4 +151,334 @@ declare const _recursExtractBlocks: ({ data, cb, sectionStack, blockPathPrefix }
|
|
|
151
151
|
blockPathPrefix?: string;
|
|
152
152
|
}) => void;
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
declare namespace BASE_BULLMQ_CONFIG {
|
|
155
|
+
namespace PLUGIN__MAD_USERS_SYNC_QUEUE {
|
|
156
|
+
let id: string;
|
|
157
|
+
namespace queueConfig {
|
|
158
|
+
namespace defaultJobOptions {
|
|
159
|
+
namespace backoff {
|
|
160
|
+
let type: string;
|
|
161
|
+
let delay: number;
|
|
162
|
+
}
|
|
163
|
+
let attempts: number;
|
|
164
|
+
let removeOnComplete: number;
|
|
165
|
+
let removeOnFail: number;
|
|
166
|
+
}
|
|
167
|
+
namespace streams {
|
|
168
|
+
namespace events {
|
|
169
|
+
let maxLen: number;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
namespace workerConfig {
|
|
174
|
+
let concurrency: number;
|
|
175
|
+
namespace limiter {
|
|
176
|
+
let max: number;
|
|
177
|
+
let duration: number;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
namespace CREATE_CHUNKS_QUEUE {
|
|
182
|
+
let id_1: string;
|
|
183
|
+
export { id_1 as id };
|
|
184
|
+
export namespace queueConfig_1 {
|
|
185
|
+
export namespace defaultJobOptions_1 {
|
|
186
|
+
export namespace backoff_1 {
|
|
187
|
+
let type_1: string;
|
|
188
|
+
export { type_1 as type };
|
|
189
|
+
let delay_1: number;
|
|
190
|
+
export { delay_1 as delay };
|
|
191
|
+
}
|
|
192
|
+
export { backoff_1 as backoff };
|
|
193
|
+
let attempts_1: number;
|
|
194
|
+
export { attempts_1 as attempts };
|
|
195
|
+
let removeOnComplete_1: number;
|
|
196
|
+
export { removeOnComplete_1 as removeOnComplete };
|
|
197
|
+
let removeOnFail_1: number;
|
|
198
|
+
export { removeOnFail_1 as removeOnFail };
|
|
199
|
+
}
|
|
200
|
+
export { defaultJobOptions_1 as defaultJobOptions };
|
|
201
|
+
export namespace streams_1 {
|
|
202
|
+
export namespace events_1 {
|
|
203
|
+
let maxLen_1: number;
|
|
204
|
+
export { maxLen_1 as maxLen };
|
|
205
|
+
}
|
|
206
|
+
export { events_1 as events };
|
|
207
|
+
}
|
|
208
|
+
export { streams_1 as streams };
|
|
209
|
+
}
|
|
210
|
+
export { queueConfig_1 as queueConfig };
|
|
211
|
+
export namespace workerConfig_1 {
|
|
212
|
+
let concurrency_1: number;
|
|
213
|
+
export { concurrency_1 as concurrency };
|
|
214
|
+
export namespace limiter_1 {
|
|
215
|
+
let max_1: number;
|
|
216
|
+
export { max_1 as max };
|
|
217
|
+
let duration_1: number;
|
|
218
|
+
export { duration_1 as duration };
|
|
219
|
+
}
|
|
220
|
+
export { limiter_1 as limiter };
|
|
221
|
+
}
|
|
222
|
+
export { workerConfig_1 as workerConfig };
|
|
223
|
+
}
|
|
224
|
+
namespace CREATE_ANNOS_QUEUE {
|
|
225
|
+
let id_2: string;
|
|
226
|
+
export { id_2 as id };
|
|
227
|
+
export namespace queueConfig_2 {
|
|
228
|
+
export namespace defaultJobOptions_2 {
|
|
229
|
+
export namespace backoff_2 {
|
|
230
|
+
let type_2: string;
|
|
231
|
+
export { type_2 as type };
|
|
232
|
+
let delay_2: number;
|
|
233
|
+
export { delay_2 as delay };
|
|
234
|
+
}
|
|
235
|
+
export { backoff_2 as backoff };
|
|
236
|
+
let attempts_2: number;
|
|
237
|
+
export { attempts_2 as attempts };
|
|
238
|
+
let removeOnComplete_2: number;
|
|
239
|
+
export { removeOnComplete_2 as removeOnComplete };
|
|
240
|
+
let removeOnFail_2: number;
|
|
241
|
+
export { removeOnFail_2 as removeOnFail };
|
|
242
|
+
}
|
|
243
|
+
export { defaultJobOptions_2 as defaultJobOptions };
|
|
244
|
+
export namespace streams_2 {
|
|
245
|
+
export namespace events_2 {
|
|
246
|
+
let maxLen_2: number;
|
|
247
|
+
export { maxLen_2 as maxLen };
|
|
248
|
+
}
|
|
249
|
+
export { events_2 as events };
|
|
250
|
+
}
|
|
251
|
+
export { streams_2 as streams };
|
|
252
|
+
}
|
|
253
|
+
export { queueConfig_2 as queueConfig };
|
|
254
|
+
export namespace workerConfig_2 {
|
|
255
|
+
let concurrency_2: number;
|
|
256
|
+
export { concurrency_2 as concurrency };
|
|
257
|
+
export namespace limiter_2 {
|
|
258
|
+
let max_2: number;
|
|
259
|
+
export { max_2 as max };
|
|
260
|
+
let duration_2: number;
|
|
261
|
+
export { duration_2 as duration };
|
|
262
|
+
}
|
|
263
|
+
export { limiter_2 as limiter };
|
|
264
|
+
}
|
|
265
|
+
export { workerConfig_2 as workerConfig };
|
|
266
|
+
}
|
|
267
|
+
namespace CONTENT_ENHANCE_AND_EMBED_QUEUE {
|
|
268
|
+
let id_3: string;
|
|
269
|
+
export { id_3 as id };
|
|
270
|
+
export namespace queueConfig_3 {
|
|
271
|
+
export namespace defaultJobOptions_3 {
|
|
272
|
+
export namespace backoff_3 {
|
|
273
|
+
let type_3: string;
|
|
274
|
+
export { type_3 as type };
|
|
275
|
+
let delay_3: number;
|
|
276
|
+
export { delay_3 as delay };
|
|
277
|
+
}
|
|
278
|
+
export { backoff_3 as backoff };
|
|
279
|
+
let attempts_3: number;
|
|
280
|
+
export { attempts_3 as attempts };
|
|
281
|
+
let removeOnComplete_3: number;
|
|
282
|
+
export { removeOnComplete_3 as removeOnComplete };
|
|
283
|
+
let removeOnFail_3: number;
|
|
284
|
+
export { removeOnFail_3 as removeOnFail };
|
|
285
|
+
}
|
|
286
|
+
export { defaultJobOptions_3 as defaultJobOptions };
|
|
287
|
+
export namespace streams_3 {
|
|
288
|
+
export namespace events_3 {
|
|
289
|
+
let maxLen_3: number;
|
|
290
|
+
export { maxLen_3 as maxLen };
|
|
291
|
+
}
|
|
292
|
+
export { events_3 as events };
|
|
293
|
+
}
|
|
294
|
+
export { streams_3 as streams };
|
|
295
|
+
}
|
|
296
|
+
export { queueConfig_3 as queueConfig };
|
|
297
|
+
export namespace workerConfig_3 {
|
|
298
|
+
let concurrency_3: number;
|
|
299
|
+
export { concurrency_3 as concurrency };
|
|
300
|
+
export namespace limiter_3 {
|
|
301
|
+
let max_3: number;
|
|
302
|
+
export { max_3 as max };
|
|
303
|
+
let duration_3: number;
|
|
304
|
+
export { duration_3 as duration };
|
|
305
|
+
}
|
|
306
|
+
export { limiter_3 as limiter };
|
|
307
|
+
}
|
|
308
|
+
export { workerConfig_3 as workerConfig };
|
|
309
|
+
}
|
|
310
|
+
namespace DIRECT_DATA_IMPORT_QUEUE {
|
|
311
|
+
let id_4: string;
|
|
312
|
+
export { id_4 as id };
|
|
313
|
+
export namespace queueConfig_4 {
|
|
314
|
+
export namespace defaultJobOptions_4 {
|
|
315
|
+
export namespace backoff_4 {
|
|
316
|
+
let type_4: string;
|
|
317
|
+
export { type_4 as type };
|
|
318
|
+
let delay_4: number;
|
|
319
|
+
export { delay_4 as delay };
|
|
320
|
+
}
|
|
321
|
+
export { backoff_4 as backoff };
|
|
322
|
+
let attempts_4: number;
|
|
323
|
+
export { attempts_4 as attempts };
|
|
324
|
+
let removeOnComplete_4: number;
|
|
325
|
+
export { removeOnComplete_4 as removeOnComplete };
|
|
326
|
+
let removeOnFail_4: number;
|
|
327
|
+
export { removeOnFail_4 as removeOnFail };
|
|
328
|
+
}
|
|
329
|
+
export { defaultJobOptions_4 as defaultJobOptions };
|
|
330
|
+
export namespace streams_4 {
|
|
331
|
+
export namespace events_4 {
|
|
332
|
+
let maxLen_4: number;
|
|
333
|
+
export { maxLen_4 as maxLen };
|
|
334
|
+
}
|
|
335
|
+
export { events_4 as events };
|
|
336
|
+
}
|
|
337
|
+
export { streams_4 as streams };
|
|
338
|
+
}
|
|
339
|
+
export { queueConfig_4 as queueConfig };
|
|
340
|
+
export namespace workerConfig_4 {
|
|
341
|
+
let concurrency_4: number;
|
|
342
|
+
export { concurrency_4 as concurrency };
|
|
343
|
+
export namespace limiter_4 {
|
|
344
|
+
let max_4: number;
|
|
345
|
+
export { max_4 as max };
|
|
346
|
+
let duration_4: number;
|
|
347
|
+
export { duration_4 as duration };
|
|
348
|
+
}
|
|
349
|
+
export { limiter_4 as limiter };
|
|
350
|
+
}
|
|
351
|
+
export { workerConfig_4 as workerConfig };
|
|
352
|
+
}
|
|
353
|
+
namespace AI_CATEGORIZE_QUEUE {
|
|
354
|
+
let id_5: string;
|
|
355
|
+
export { id_5 as id };
|
|
356
|
+
export namespace queueConfig_5 {
|
|
357
|
+
export namespace defaultJobOptions_5 {
|
|
358
|
+
let attempts_5: number;
|
|
359
|
+
export { attempts_5 as attempts };
|
|
360
|
+
export namespace backoff_5 {
|
|
361
|
+
let type_5: string;
|
|
362
|
+
export { type_5 as type };
|
|
363
|
+
let delay_5: number;
|
|
364
|
+
export { delay_5 as delay };
|
|
365
|
+
}
|
|
366
|
+
export { backoff_5 as backoff };
|
|
367
|
+
let removeOnComplete_5: number;
|
|
368
|
+
export { removeOnComplete_5 as removeOnComplete };
|
|
369
|
+
let removeOnFail_5: number;
|
|
370
|
+
export { removeOnFail_5 as removeOnFail };
|
|
371
|
+
}
|
|
372
|
+
export { defaultJobOptions_5 as defaultJobOptions };
|
|
373
|
+
export namespace streams_5 {
|
|
374
|
+
export namespace events_5 {
|
|
375
|
+
let maxLen_5: number;
|
|
376
|
+
export { maxLen_5 as maxLen };
|
|
377
|
+
}
|
|
378
|
+
export { events_5 as events };
|
|
379
|
+
}
|
|
380
|
+
export { streams_5 as streams };
|
|
381
|
+
}
|
|
382
|
+
export { queueConfig_5 as queueConfig };
|
|
383
|
+
export namespace workerConfig_5 {
|
|
384
|
+
let concurrency_5: number;
|
|
385
|
+
export { concurrency_5 as concurrency };
|
|
386
|
+
export namespace limiter_5 {
|
|
387
|
+
let max_5: number;
|
|
388
|
+
export { max_5 as max };
|
|
389
|
+
let duration_5: number;
|
|
390
|
+
export { duration_5 as duration };
|
|
391
|
+
}
|
|
392
|
+
export { limiter_5 as limiter };
|
|
393
|
+
}
|
|
394
|
+
export { workerConfig_5 as workerConfig };
|
|
395
|
+
}
|
|
396
|
+
namespace ANNOS_ELASTIC_SYNC_QUEUE {
|
|
397
|
+
let id_6: string;
|
|
398
|
+
export { id_6 as id };
|
|
399
|
+
export namespace queueConfig_6 {
|
|
400
|
+
export namespace defaultJobOptions_6 {
|
|
401
|
+
let attempts_6: number;
|
|
402
|
+
export { attempts_6 as attempts };
|
|
403
|
+
export namespace backoff_6 {
|
|
404
|
+
let type_6: string;
|
|
405
|
+
export { type_6 as type };
|
|
406
|
+
let delay_6: number;
|
|
407
|
+
export { delay_6 as delay };
|
|
408
|
+
}
|
|
409
|
+
export { backoff_6 as backoff };
|
|
410
|
+
let removeOnComplete_6: number;
|
|
411
|
+
export { removeOnComplete_6 as removeOnComplete };
|
|
412
|
+
let removeOnFail_6: number;
|
|
413
|
+
export { removeOnFail_6 as removeOnFail };
|
|
414
|
+
}
|
|
415
|
+
export { defaultJobOptions_6 as defaultJobOptions };
|
|
416
|
+
export namespace streams_6 {
|
|
417
|
+
export namespace events_6 {
|
|
418
|
+
let maxLen_6: number;
|
|
419
|
+
export { maxLen_6 as maxLen };
|
|
420
|
+
}
|
|
421
|
+
export { events_6 as events };
|
|
422
|
+
}
|
|
423
|
+
export { streams_6 as streams };
|
|
424
|
+
}
|
|
425
|
+
export { queueConfig_6 as queueConfig };
|
|
426
|
+
export namespace workerConfig_6 {
|
|
427
|
+
let concurrency_6: number;
|
|
428
|
+
export { concurrency_6 as concurrency };
|
|
429
|
+
export namespace limiter_6 {
|
|
430
|
+
let max_6: number;
|
|
431
|
+
export { max_6 as max };
|
|
432
|
+
let duration_6: number;
|
|
433
|
+
export { duration_6 as duration };
|
|
434
|
+
}
|
|
435
|
+
export { limiter_6 as limiter };
|
|
436
|
+
}
|
|
437
|
+
export { workerConfig_6 as workerConfig };
|
|
438
|
+
}
|
|
439
|
+
namespace CHUNKS_ELASTIC_SYNC_QUEUE {
|
|
440
|
+
let id_7: string;
|
|
441
|
+
export { id_7 as id };
|
|
442
|
+
export namespace queueConfig_7 {
|
|
443
|
+
export namespace defaultJobOptions_7 {
|
|
444
|
+
let attempts_7: number;
|
|
445
|
+
export { attempts_7 as attempts };
|
|
446
|
+
export namespace backoff_7 {
|
|
447
|
+
let type_7: string;
|
|
448
|
+
export { type_7 as type };
|
|
449
|
+
let delay_7: number;
|
|
450
|
+
export { delay_7 as delay };
|
|
451
|
+
}
|
|
452
|
+
export { backoff_7 as backoff };
|
|
453
|
+
let removeOnComplete_7: number;
|
|
454
|
+
export { removeOnComplete_7 as removeOnComplete };
|
|
455
|
+
let removeOnFail_7: number;
|
|
456
|
+
export { removeOnFail_7 as removeOnFail };
|
|
457
|
+
}
|
|
458
|
+
export { defaultJobOptions_7 as defaultJobOptions };
|
|
459
|
+
export namespace streams_7 {
|
|
460
|
+
export namespace events_7 {
|
|
461
|
+
let maxLen_7: number;
|
|
462
|
+
export { maxLen_7 as maxLen };
|
|
463
|
+
}
|
|
464
|
+
export { events_7 as events };
|
|
465
|
+
}
|
|
466
|
+
export { streams_7 as streams };
|
|
467
|
+
}
|
|
468
|
+
export { queueConfig_7 as queueConfig };
|
|
469
|
+
export namespace workerConfig_7 {
|
|
470
|
+
let concurrency_7: number;
|
|
471
|
+
export { concurrency_7 as concurrency };
|
|
472
|
+
export namespace limiter_7 {
|
|
473
|
+
let max_7: number;
|
|
474
|
+
export { max_7 as max };
|
|
475
|
+
let duration_7: number;
|
|
476
|
+
export { duration_7 as duration };
|
|
477
|
+
}
|
|
478
|
+
export { limiter_7 as limiter };
|
|
479
|
+
}
|
|
480
|
+
export { workerConfig_7 as workerConfig };
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export { BASE_BULLMQ_CONFIG, deleteVal, extractAllBlocksFromTpl, genTagId, getVal, _recursExtractBlocks as recursivelyExtractBlocks, setVal, toArray };
|
package/dist/browser.d.ts
CHANGED
|
@@ -151,4 +151,334 @@ declare const _recursExtractBlocks: ({ data, cb, sectionStack, blockPathPrefix }
|
|
|
151
151
|
blockPathPrefix?: string;
|
|
152
152
|
}) => void;
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
declare namespace BASE_BULLMQ_CONFIG {
|
|
155
|
+
namespace PLUGIN__MAD_USERS_SYNC_QUEUE {
|
|
156
|
+
let id: string;
|
|
157
|
+
namespace queueConfig {
|
|
158
|
+
namespace defaultJobOptions {
|
|
159
|
+
namespace backoff {
|
|
160
|
+
let type: string;
|
|
161
|
+
let delay: number;
|
|
162
|
+
}
|
|
163
|
+
let attempts: number;
|
|
164
|
+
let removeOnComplete: number;
|
|
165
|
+
let removeOnFail: number;
|
|
166
|
+
}
|
|
167
|
+
namespace streams {
|
|
168
|
+
namespace events {
|
|
169
|
+
let maxLen: number;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
namespace workerConfig {
|
|
174
|
+
let concurrency: number;
|
|
175
|
+
namespace limiter {
|
|
176
|
+
let max: number;
|
|
177
|
+
let duration: number;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
namespace CREATE_CHUNKS_QUEUE {
|
|
182
|
+
let id_1: string;
|
|
183
|
+
export { id_1 as id };
|
|
184
|
+
export namespace queueConfig_1 {
|
|
185
|
+
export namespace defaultJobOptions_1 {
|
|
186
|
+
export namespace backoff_1 {
|
|
187
|
+
let type_1: string;
|
|
188
|
+
export { type_1 as type };
|
|
189
|
+
let delay_1: number;
|
|
190
|
+
export { delay_1 as delay };
|
|
191
|
+
}
|
|
192
|
+
export { backoff_1 as backoff };
|
|
193
|
+
let attempts_1: number;
|
|
194
|
+
export { attempts_1 as attempts };
|
|
195
|
+
let removeOnComplete_1: number;
|
|
196
|
+
export { removeOnComplete_1 as removeOnComplete };
|
|
197
|
+
let removeOnFail_1: number;
|
|
198
|
+
export { removeOnFail_1 as removeOnFail };
|
|
199
|
+
}
|
|
200
|
+
export { defaultJobOptions_1 as defaultJobOptions };
|
|
201
|
+
export namespace streams_1 {
|
|
202
|
+
export namespace events_1 {
|
|
203
|
+
let maxLen_1: number;
|
|
204
|
+
export { maxLen_1 as maxLen };
|
|
205
|
+
}
|
|
206
|
+
export { events_1 as events };
|
|
207
|
+
}
|
|
208
|
+
export { streams_1 as streams };
|
|
209
|
+
}
|
|
210
|
+
export { queueConfig_1 as queueConfig };
|
|
211
|
+
export namespace workerConfig_1 {
|
|
212
|
+
let concurrency_1: number;
|
|
213
|
+
export { concurrency_1 as concurrency };
|
|
214
|
+
export namespace limiter_1 {
|
|
215
|
+
let max_1: number;
|
|
216
|
+
export { max_1 as max };
|
|
217
|
+
let duration_1: number;
|
|
218
|
+
export { duration_1 as duration };
|
|
219
|
+
}
|
|
220
|
+
export { limiter_1 as limiter };
|
|
221
|
+
}
|
|
222
|
+
export { workerConfig_1 as workerConfig };
|
|
223
|
+
}
|
|
224
|
+
namespace CREATE_ANNOS_QUEUE {
|
|
225
|
+
let id_2: string;
|
|
226
|
+
export { id_2 as id };
|
|
227
|
+
export namespace queueConfig_2 {
|
|
228
|
+
export namespace defaultJobOptions_2 {
|
|
229
|
+
export namespace backoff_2 {
|
|
230
|
+
let type_2: string;
|
|
231
|
+
export { type_2 as type };
|
|
232
|
+
let delay_2: number;
|
|
233
|
+
export { delay_2 as delay };
|
|
234
|
+
}
|
|
235
|
+
export { backoff_2 as backoff };
|
|
236
|
+
let attempts_2: number;
|
|
237
|
+
export { attempts_2 as attempts };
|
|
238
|
+
let removeOnComplete_2: number;
|
|
239
|
+
export { removeOnComplete_2 as removeOnComplete };
|
|
240
|
+
let removeOnFail_2: number;
|
|
241
|
+
export { removeOnFail_2 as removeOnFail };
|
|
242
|
+
}
|
|
243
|
+
export { defaultJobOptions_2 as defaultJobOptions };
|
|
244
|
+
export namespace streams_2 {
|
|
245
|
+
export namespace events_2 {
|
|
246
|
+
let maxLen_2: number;
|
|
247
|
+
export { maxLen_2 as maxLen };
|
|
248
|
+
}
|
|
249
|
+
export { events_2 as events };
|
|
250
|
+
}
|
|
251
|
+
export { streams_2 as streams };
|
|
252
|
+
}
|
|
253
|
+
export { queueConfig_2 as queueConfig };
|
|
254
|
+
export namespace workerConfig_2 {
|
|
255
|
+
let concurrency_2: number;
|
|
256
|
+
export { concurrency_2 as concurrency };
|
|
257
|
+
export namespace limiter_2 {
|
|
258
|
+
let max_2: number;
|
|
259
|
+
export { max_2 as max };
|
|
260
|
+
let duration_2: number;
|
|
261
|
+
export { duration_2 as duration };
|
|
262
|
+
}
|
|
263
|
+
export { limiter_2 as limiter };
|
|
264
|
+
}
|
|
265
|
+
export { workerConfig_2 as workerConfig };
|
|
266
|
+
}
|
|
267
|
+
namespace CONTENT_ENHANCE_AND_EMBED_QUEUE {
|
|
268
|
+
let id_3: string;
|
|
269
|
+
export { id_3 as id };
|
|
270
|
+
export namespace queueConfig_3 {
|
|
271
|
+
export namespace defaultJobOptions_3 {
|
|
272
|
+
export namespace backoff_3 {
|
|
273
|
+
let type_3: string;
|
|
274
|
+
export { type_3 as type };
|
|
275
|
+
let delay_3: number;
|
|
276
|
+
export { delay_3 as delay };
|
|
277
|
+
}
|
|
278
|
+
export { backoff_3 as backoff };
|
|
279
|
+
let attempts_3: number;
|
|
280
|
+
export { attempts_3 as attempts };
|
|
281
|
+
let removeOnComplete_3: number;
|
|
282
|
+
export { removeOnComplete_3 as removeOnComplete };
|
|
283
|
+
let removeOnFail_3: number;
|
|
284
|
+
export { removeOnFail_3 as removeOnFail };
|
|
285
|
+
}
|
|
286
|
+
export { defaultJobOptions_3 as defaultJobOptions };
|
|
287
|
+
export namespace streams_3 {
|
|
288
|
+
export namespace events_3 {
|
|
289
|
+
let maxLen_3: number;
|
|
290
|
+
export { maxLen_3 as maxLen };
|
|
291
|
+
}
|
|
292
|
+
export { events_3 as events };
|
|
293
|
+
}
|
|
294
|
+
export { streams_3 as streams };
|
|
295
|
+
}
|
|
296
|
+
export { queueConfig_3 as queueConfig };
|
|
297
|
+
export namespace workerConfig_3 {
|
|
298
|
+
let concurrency_3: number;
|
|
299
|
+
export { concurrency_3 as concurrency };
|
|
300
|
+
export namespace limiter_3 {
|
|
301
|
+
let max_3: number;
|
|
302
|
+
export { max_3 as max };
|
|
303
|
+
let duration_3: number;
|
|
304
|
+
export { duration_3 as duration };
|
|
305
|
+
}
|
|
306
|
+
export { limiter_3 as limiter };
|
|
307
|
+
}
|
|
308
|
+
export { workerConfig_3 as workerConfig };
|
|
309
|
+
}
|
|
310
|
+
namespace DIRECT_DATA_IMPORT_QUEUE {
|
|
311
|
+
let id_4: string;
|
|
312
|
+
export { id_4 as id };
|
|
313
|
+
export namespace queueConfig_4 {
|
|
314
|
+
export namespace defaultJobOptions_4 {
|
|
315
|
+
export namespace backoff_4 {
|
|
316
|
+
let type_4: string;
|
|
317
|
+
export { type_4 as type };
|
|
318
|
+
let delay_4: number;
|
|
319
|
+
export { delay_4 as delay };
|
|
320
|
+
}
|
|
321
|
+
export { backoff_4 as backoff };
|
|
322
|
+
let attempts_4: number;
|
|
323
|
+
export { attempts_4 as attempts };
|
|
324
|
+
let removeOnComplete_4: number;
|
|
325
|
+
export { removeOnComplete_4 as removeOnComplete };
|
|
326
|
+
let removeOnFail_4: number;
|
|
327
|
+
export { removeOnFail_4 as removeOnFail };
|
|
328
|
+
}
|
|
329
|
+
export { defaultJobOptions_4 as defaultJobOptions };
|
|
330
|
+
export namespace streams_4 {
|
|
331
|
+
export namespace events_4 {
|
|
332
|
+
let maxLen_4: number;
|
|
333
|
+
export { maxLen_4 as maxLen };
|
|
334
|
+
}
|
|
335
|
+
export { events_4 as events };
|
|
336
|
+
}
|
|
337
|
+
export { streams_4 as streams };
|
|
338
|
+
}
|
|
339
|
+
export { queueConfig_4 as queueConfig };
|
|
340
|
+
export namespace workerConfig_4 {
|
|
341
|
+
let concurrency_4: number;
|
|
342
|
+
export { concurrency_4 as concurrency };
|
|
343
|
+
export namespace limiter_4 {
|
|
344
|
+
let max_4: number;
|
|
345
|
+
export { max_4 as max };
|
|
346
|
+
let duration_4: number;
|
|
347
|
+
export { duration_4 as duration };
|
|
348
|
+
}
|
|
349
|
+
export { limiter_4 as limiter };
|
|
350
|
+
}
|
|
351
|
+
export { workerConfig_4 as workerConfig };
|
|
352
|
+
}
|
|
353
|
+
namespace AI_CATEGORIZE_QUEUE {
|
|
354
|
+
let id_5: string;
|
|
355
|
+
export { id_5 as id };
|
|
356
|
+
export namespace queueConfig_5 {
|
|
357
|
+
export namespace defaultJobOptions_5 {
|
|
358
|
+
let attempts_5: number;
|
|
359
|
+
export { attempts_5 as attempts };
|
|
360
|
+
export namespace backoff_5 {
|
|
361
|
+
let type_5: string;
|
|
362
|
+
export { type_5 as type };
|
|
363
|
+
let delay_5: number;
|
|
364
|
+
export { delay_5 as delay };
|
|
365
|
+
}
|
|
366
|
+
export { backoff_5 as backoff };
|
|
367
|
+
let removeOnComplete_5: number;
|
|
368
|
+
export { removeOnComplete_5 as removeOnComplete };
|
|
369
|
+
let removeOnFail_5: number;
|
|
370
|
+
export { removeOnFail_5 as removeOnFail };
|
|
371
|
+
}
|
|
372
|
+
export { defaultJobOptions_5 as defaultJobOptions };
|
|
373
|
+
export namespace streams_5 {
|
|
374
|
+
export namespace events_5 {
|
|
375
|
+
let maxLen_5: number;
|
|
376
|
+
export { maxLen_5 as maxLen };
|
|
377
|
+
}
|
|
378
|
+
export { events_5 as events };
|
|
379
|
+
}
|
|
380
|
+
export { streams_5 as streams };
|
|
381
|
+
}
|
|
382
|
+
export { queueConfig_5 as queueConfig };
|
|
383
|
+
export namespace workerConfig_5 {
|
|
384
|
+
let concurrency_5: number;
|
|
385
|
+
export { concurrency_5 as concurrency };
|
|
386
|
+
export namespace limiter_5 {
|
|
387
|
+
let max_5: number;
|
|
388
|
+
export { max_5 as max };
|
|
389
|
+
let duration_5: number;
|
|
390
|
+
export { duration_5 as duration };
|
|
391
|
+
}
|
|
392
|
+
export { limiter_5 as limiter };
|
|
393
|
+
}
|
|
394
|
+
export { workerConfig_5 as workerConfig };
|
|
395
|
+
}
|
|
396
|
+
namespace ANNOS_ELASTIC_SYNC_QUEUE {
|
|
397
|
+
let id_6: string;
|
|
398
|
+
export { id_6 as id };
|
|
399
|
+
export namespace queueConfig_6 {
|
|
400
|
+
export namespace defaultJobOptions_6 {
|
|
401
|
+
let attempts_6: number;
|
|
402
|
+
export { attempts_6 as attempts };
|
|
403
|
+
export namespace backoff_6 {
|
|
404
|
+
let type_6: string;
|
|
405
|
+
export { type_6 as type };
|
|
406
|
+
let delay_6: number;
|
|
407
|
+
export { delay_6 as delay };
|
|
408
|
+
}
|
|
409
|
+
export { backoff_6 as backoff };
|
|
410
|
+
let removeOnComplete_6: number;
|
|
411
|
+
export { removeOnComplete_6 as removeOnComplete };
|
|
412
|
+
let removeOnFail_6: number;
|
|
413
|
+
export { removeOnFail_6 as removeOnFail };
|
|
414
|
+
}
|
|
415
|
+
export { defaultJobOptions_6 as defaultJobOptions };
|
|
416
|
+
export namespace streams_6 {
|
|
417
|
+
export namespace events_6 {
|
|
418
|
+
let maxLen_6: number;
|
|
419
|
+
export { maxLen_6 as maxLen };
|
|
420
|
+
}
|
|
421
|
+
export { events_6 as events };
|
|
422
|
+
}
|
|
423
|
+
export { streams_6 as streams };
|
|
424
|
+
}
|
|
425
|
+
export { queueConfig_6 as queueConfig };
|
|
426
|
+
export namespace workerConfig_6 {
|
|
427
|
+
let concurrency_6: number;
|
|
428
|
+
export { concurrency_6 as concurrency };
|
|
429
|
+
export namespace limiter_6 {
|
|
430
|
+
let max_6: number;
|
|
431
|
+
export { max_6 as max };
|
|
432
|
+
let duration_6: number;
|
|
433
|
+
export { duration_6 as duration };
|
|
434
|
+
}
|
|
435
|
+
export { limiter_6 as limiter };
|
|
436
|
+
}
|
|
437
|
+
export { workerConfig_6 as workerConfig };
|
|
438
|
+
}
|
|
439
|
+
namespace CHUNKS_ELASTIC_SYNC_QUEUE {
|
|
440
|
+
let id_7: string;
|
|
441
|
+
export { id_7 as id };
|
|
442
|
+
export namespace queueConfig_7 {
|
|
443
|
+
export namespace defaultJobOptions_7 {
|
|
444
|
+
let attempts_7: number;
|
|
445
|
+
export { attempts_7 as attempts };
|
|
446
|
+
export namespace backoff_7 {
|
|
447
|
+
let type_7: string;
|
|
448
|
+
export { type_7 as type };
|
|
449
|
+
let delay_7: number;
|
|
450
|
+
export { delay_7 as delay };
|
|
451
|
+
}
|
|
452
|
+
export { backoff_7 as backoff };
|
|
453
|
+
let removeOnComplete_7: number;
|
|
454
|
+
export { removeOnComplete_7 as removeOnComplete };
|
|
455
|
+
let removeOnFail_7: number;
|
|
456
|
+
export { removeOnFail_7 as removeOnFail };
|
|
457
|
+
}
|
|
458
|
+
export { defaultJobOptions_7 as defaultJobOptions };
|
|
459
|
+
export namespace streams_7 {
|
|
460
|
+
export namespace events_7 {
|
|
461
|
+
let maxLen_7: number;
|
|
462
|
+
export { maxLen_7 as maxLen };
|
|
463
|
+
}
|
|
464
|
+
export { events_7 as events };
|
|
465
|
+
}
|
|
466
|
+
export { streams_7 as streams };
|
|
467
|
+
}
|
|
468
|
+
export { queueConfig_7 as queueConfig };
|
|
469
|
+
export namespace workerConfig_7 {
|
|
470
|
+
let concurrency_7: number;
|
|
471
|
+
export { concurrency_7 as concurrency };
|
|
472
|
+
export namespace limiter_7 {
|
|
473
|
+
let max_7: number;
|
|
474
|
+
export { max_7 as max };
|
|
475
|
+
let duration_7: number;
|
|
476
|
+
export { duration_7 as duration };
|
|
477
|
+
}
|
|
478
|
+
export { limiter_7 as limiter };
|
|
479
|
+
}
|
|
480
|
+
export { workerConfig_7 as workerConfig };
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export { BASE_BULLMQ_CONFIG, deleteVal, extractAllBlocksFromTpl, genTagId, getVal, _recursExtractBlocks as recursivelyExtractBlocks, setVal, toArray };
|