@bisondesk/core-sdk 1.0.62 → 1.0.64
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/lib/apis/crm.d.ts.map +1 -1
- package/lib/apis/crm.js +8 -5
- package/lib/apis/crm.js.map +1 -1
- package/lib/apis/settings.d.ts.map +1 -1
- package/lib/apis/settings.js +4 -2
- package/lib/apis/settings.js.map +1 -1
- package/lib/apis/tenants.d.ts +4 -0
- package/lib/apis/tenants.d.ts.map +1 -0
- package/lib/apis/tenants.js +38 -0
- package/lib/apis/tenants.js.map +1 -0
- package/lib/constants.d.ts +1 -1
- package/lib/constants.d.ts.map +1 -1
- package/lib/constants.js +1 -1
- package/lib/constants.js.map +1 -1
- package/lib/types/storage.d.ts +2 -2
- package/lib/types/storage.d.ts.map +1 -1
- package/lib/types/tenants.d.ts +1 -1
- package/lib/types/tenants.d.ts.map +1 -1
- package/lib/types/vehicles.d.ts +4 -8
- package/lib/types/vehicles.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/apis/crm.ts +8 -5
- package/src/apis/settings.ts +4 -2
- package/src/apis/tenants.ts +44 -0
- package/src/constants.ts +1 -1
- package/src/types/storage.ts +2 -2
- package/src/types/tenants.ts +1 -1
- package/src/types/vehicles.ts +4 -8
- package/tsconfig.tsbuildinfo +769 -776
package/tsconfig.tsbuildinfo
CHANGED
|
@@ -217,236 +217,246 @@
|
|
|
217
217
|
"affectsGlobalScope": true
|
|
218
218
|
},
|
|
219
219
|
"./src/constants.ts": {
|
|
220
|
-
"version": "
|
|
221
|
-
"signature": "
|
|
220
|
+
"version": "3bb9b96222154e1d14a9e3878ff445746272e1a067d53e04df80afece6773c63",
|
|
221
|
+
"signature": "ab7bea65bc36b1d8ddd8b49619f423cd7475bb272a4ebe4f97327ec340ac0ea0",
|
|
222
222
|
"affectsGlobalScope": false
|
|
223
223
|
},
|
|
224
|
-
"../../node_modules
|
|
224
|
+
"../../node_modules/joi/lib/index.d.ts": {
|
|
225
|
+
"version": "332bc92a89da24ef3a645208f2b3159292460a52fbe63c40eef64c2a63bb1e40",
|
|
226
|
+
"signature": "332bc92a89da24ef3a645208f2b3159292460a52fbe63c40eef64c2a63bb1e40",
|
|
227
|
+
"affectsGlobalScope": false
|
|
228
|
+
},
|
|
229
|
+
"../commons/lib/errors.d.ts": {
|
|
230
|
+
"version": "522827b70d81c4784fb0500e708145d41c59080fcd6a01edc271e1d417c0a5ab",
|
|
231
|
+
"signature": "522827b70d81c4784fb0500e708145d41c59080fcd6a01edc271e1d417c0a5ab",
|
|
232
|
+
"affectsGlobalScope": false
|
|
233
|
+
},
|
|
234
|
+
"./node_modules/@types/node/globals.d.ts": {
|
|
225
235
|
"version": "25b4a0c4fab47c373ee49df4c239826ee3430019fc0c1b5e59edc3e398b7468d",
|
|
226
236
|
"signature": "25b4a0c4fab47c373ee49df4c239826ee3430019fc0c1b5e59edc3e398b7468d",
|
|
227
237
|
"affectsGlobalScope": true
|
|
228
238
|
},
|
|
229
|
-
"
|
|
239
|
+
"./node_modules/@types/node/async_hooks.d.ts": {
|
|
230
240
|
"version": "d20f08527645f62facb2d66c2b7bd31ea964b59c897d00bddb1efe8c13890b72",
|
|
231
241
|
"signature": "d20f08527645f62facb2d66c2b7bd31ea964b59c897d00bddb1efe8c13890b72",
|
|
232
242
|
"affectsGlobalScope": false
|
|
233
243
|
},
|
|
234
|
-
"
|
|
244
|
+
"./node_modules/@types/node/buffer.d.ts": {
|
|
235
245
|
"version": "5726b5ce952dc5beaeb08d5f64236632501568a54a390363d2339ba1dc5393b1",
|
|
236
246
|
"signature": "5726b5ce952dc5beaeb08d5f64236632501568a54a390363d2339ba1dc5393b1",
|
|
237
247
|
"affectsGlobalScope": false
|
|
238
248
|
},
|
|
239
|
-
"
|
|
249
|
+
"./node_modules/@types/node/child_process.d.ts": {
|
|
240
250
|
"version": "674bedbfd2004e233e2a266a3d2286e524f0d58787a98522d834d6ccda1d215a",
|
|
241
251
|
"signature": "674bedbfd2004e233e2a266a3d2286e524f0d58787a98522d834d6ccda1d215a",
|
|
242
252
|
"affectsGlobalScope": false
|
|
243
253
|
},
|
|
244
|
-
"
|
|
254
|
+
"./node_modules/@types/node/cluster.d.ts": {
|
|
245
255
|
"version": "714637d594e1a38a075091fe464ca91c6abc0b154784b4287f6883200e28ccef",
|
|
246
256
|
"signature": "714637d594e1a38a075091fe464ca91c6abc0b154784b4287f6883200e28ccef",
|
|
247
257
|
"affectsGlobalScope": false
|
|
248
258
|
},
|
|
249
|
-
"
|
|
259
|
+
"./node_modules/@types/node/console.d.ts": {
|
|
250
260
|
"version": "23edba5f47d3409810c563fe8034ae2c59e718e1ef8570f4152ccdde1915a096",
|
|
251
261
|
"signature": "23edba5f47d3409810c563fe8034ae2c59e718e1ef8570f4152ccdde1915a096",
|
|
252
262
|
"affectsGlobalScope": true
|
|
253
263
|
},
|
|
254
|
-
"
|
|
264
|
+
"./node_modules/@types/node/constants.d.ts": {
|
|
255
265
|
"version": "0e9c55f894ca2d9cf63b5b0d43a8cec1772dd560233fd16275bc7a485eb82f83",
|
|
256
266
|
"signature": "0e9c55f894ca2d9cf63b5b0d43a8cec1772dd560233fd16275bc7a485eb82f83",
|
|
257
267
|
"affectsGlobalScope": false
|
|
258
268
|
},
|
|
259
|
-
"
|
|
269
|
+
"./node_modules/@types/node/crypto.d.ts": {
|
|
260
270
|
"version": "d53b352a01645c470a0d8c31bf290ba791fc28ade0ce187a4a50f5c2f826f75e",
|
|
261
271
|
"signature": "d53b352a01645c470a0d8c31bf290ba791fc28ade0ce187a4a50f5c2f826f75e",
|
|
262
272
|
"affectsGlobalScope": false
|
|
263
273
|
},
|
|
264
|
-
"
|
|
274
|
+
"./node_modules/@types/node/dgram.d.ts": {
|
|
265
275
|
"version": "5f0a09de75bd965c21dc6d73671ba88830272f9ed62897bb0aa9754b369b1eed",
|
|
266
276
|
"signature": "5f0a09de75bd965c21dc6d73671ba88830272f9ed62897bb0aa9754b369b1eed",
|
|
267
277
|
"affectsGlobalScope": false
|
|
268
278
|
},
|
|
269
|
-
"
|
|
279
|
+
"./node_modules/@types/node/dns.d.ts": {
|
|
270
280
|
"version": "2b34e7fcba9e1f24e7f54ba5c8be5a8895b0b8b444ccf6548e04acdee0899317",
|
|
271
281
|
"signature": "2b34e7fcba9e1f24e7f54ba5c8be5a8895b0b8b444ccf6548e04acdee0899317",
|
|
272
282
|
"affectsGlobalScope": false
|
|
273
283
|
},
|
|
274
|
-
"
|
|
284
|
+
"./node_modules/@types/node/domain.d.ts": {
|
|
275
285
|
"version": "06d2be99c3dd2ff52114d02ee443ba486ab482423df1941d3c97d6a92e924d70",
|
|
276
286
|
"signature": "06d2be99c3dd2ff52114d02ee443ba486ab482423df1941d3c97d6a92e924d70",
|
|
277
287
|
"affectsGlobalScope": true
|
|
278
288
|
},
|
|
279
|
-
"
|
|
289
|
+
"./node_modules/@types/node/events.d.ts": {
|
|
280
290
|
"version": "bfd4f140c07091b5e8a963c89e6fa3f44b6cfcbc11471b465cf63e2d020ad0eb",
|
|
281
291
|
"signature": "bfd4f140c07091b5e8a963c89e6fa3f44b6cfcbc11471b465cf63e2d020ad0eb",
|
|
282
292
|
"affectsGlobalScope": true
|
|
283
293
|
},
|
|
284
|
-
"
|
|
294
|
+
"./node_modules/@types/node/fs.d.ts": {
|
|
285
295
|
"version": "a106a0bea088b70879ac88ff606dc253c0cc474ea05ad3a282b8bfb1091ae576",
|
|
286
296
|
"signature": "a106a0bea088b70879ac88ff606dc253c0cc474ea05ad3a282b8bfb1091ae576",
|
|
287
297
|
"affectsGlobalScope": false
|
|
288
298
|
},
|
|
289
|
-
"
|
|
299
|
+
"./node_modules/@types/node/fs/promises.d.ts": {
|
|
290
300
|
"version": "c98ce957db9eebd75f53edda3f6893e05ab2d2283b5667b18e31bcdb6427ed10",
|
|
291
301
|
"signature": "c98ce957db9eebd75f53edda3f6893e05ab2d2283b5667b18e31bcdb6427ed10",
|
|
292
302
|
"affectsGlobalScope": false
|
|
293
303
|
},
|
|
294
|
-
"
|
|
304
|
+
"./node_modules/@types/node/http.d.ts": {
|
|
295
305
|
"version": "1f08bd8305d4a789a68f71ab622156dfff993aa51a2aa58b9ccf166cc6f9fcf7",
|
|
296
306
|
"signature": "1f08bd8305d4a789a68f71ab622156dfff993aa51a2aa58b9ccf166cc6f9fcf7",
|
|
297
307
|
"affectsGlobalScope": false
|
|
298
308
|
},
|
|
299
|
-
"
|
|
309
|
+
"./node_modules/@types/node/http2.d.ts": {
|
|
300
310
|
"version": "9aff68f1b847b846d3d50a58c9f8f99389bedd0258d1b1c201f11b97ecfd36f8",
|
|
301
311
|
"signature": "9aff68f1b847b846d3d50a58c9f8f99389bedd0258d1b1c201f11b97ecfd36f8",
|
|
302
312
|
"affectsGlobalScope": false
|
|
303
313
|
},
|
|
304
|
-
"
|
|
314
|
+
"./node_modules/@types/node/https.d.ts": {
|
|
305
315
|
"version": "1978992206803f5761e99e893d93b25abc818c5fe619674fdf2ae02b29f641ba",
|
|
306
316
|
"signature": "1978992206803f5761e99e893d93b25abc818c5fe619674fdf2ae02b29f641ba",
|
|
307
317
|
"affectsGlobalScope": false
|
|
308
318
|
},
|
|
309
|
-
"
|
|
319
|
+
"./node_modules/@types/node/inspector.d.ts": {
|
|
310
320
|
"version": "05fbe81f09fc455a2c343d2458d2b3c600c90b92b22926be765ee79326be9466",
|
|
311
321
|
"signature": "05fbe81f09fc455a2c343d2458d2b3c600c90b92b22926be765ee79326be9466",
|
|
312
322
|
"affectsGlobalScope": false
|
|
313
323
|
},
|
|
314
|
-
"
|
|
324
|
+
"./node_modules/@types/node/module.d.ts": {
|
|
315
325
|
"version": "8e7d6dae9e19bbe47600dcfd4418db85b30ae7351474ea0aad5e628f9845d340",
|
|
316
326
|
"signature": "8e7d6dae9e19bbe47600dcfd4418db85b30ae7351474ea0aad5e628f9845d340",
|
|
317
327
|
"affectsGlobalScope": false
|
|
318
328
|
},
|
|
319
|
-
"
|
|
329
|
+
"./node_modules/@types/node/net.d.ts": {
|
|
320
330
|
"version": "f20ea392f7f27feb7a90e5a24319a4e365b07bf83c39a547711fe7ff9df68657",
|
|
321
331
|
"signature": "f20ea392f7f27feb7a90e5a24319a4e365b07bf83c39a547711fe7ff9df68657",
|
|
322
332
|
"affectsGlobalScope": false
|
|
323
333
|
},
|
|
324
|
-
"
|
|
334
|
+
"./node_modules/@types/node/os.d.ts": {
|
|
325
335
|
"version": "32542c4660ecda892a333a533feedba31738ee538ef6a78eb73af647137bc3fc",
|
|
326
336
|
"signature": "32542c4660ecda892a333a533feedba31738ee538ef6a78eb73af647137bc3fc",
|
|
327
337
|
"affectsGlobalScope": false
|
|
328
338
|
},
|
|
329
|
-
"
|
|
339
|
+
"./node_modules/@types/node/path.d.ts": {
|
|
330
340
|
"version": "0ecacea5047d1a7d350e7049dbd22f26435be5e8736a81a56afec5b3264db1ca",
|
|
331
341
|
"signature": "0ecacea5047d1a7d350e7049dbd22f26435be5e8736a81a56afec5b3264db1ca",
|
|
332
342
|
"affectsGlobalScope": false
|
|
333
343
|
},
|
|
334
|
-
"
|
|
344
|
+
"./node_modules/@types/node/perf_hooks.d.ts": {
|
|
335
345
|
"version": "ffcb4ebde21f83370ed402583888b28651d2eb7f05bfec9482eb46d82adedd7f",
|
|
336
346
|
"signature": "ffcb4ebde21f83370ed402583888b28651d2eb7f05bfec9482eb46d82adedd7f",
|
|
337
347
|
"affectsGlobalScope": false
|
|
338
348
|
},
|
|
339
|
-
"
|
|
349
|
+
"./node_modules/@types/node/process.d.ts": {
|
|
340
350
|
"version": "06c004006016a51c4d1855527a523562c329dc44c473931c65f10373281f730e",
|
|
341
351
|
"signature": "06c004006016a51c4d1855527a523562c329dc44c473931c65f10373281f730e",
|
|
342
352
|
"affectsGlobalScope": true
|
|
343
353
|
},
|
|
344
|
-
"
|
|
354
|
+
"./node_modules/@types/node/punycode.d.ts": {
|
|
345
355
|
"version": "a7b43c69f9602d198825e403ee34e5d64f83c48b391b2897e8c0e6f72bca35f8",
|
|
346
356
|
"signature": "a7b43c69f9602d198825e403ee34e5d64f83c48b391b2897e8c0e6f72bca35f8",
|
|
347
357
|
"affectsGlobalScope": false
|
|
348
358
|
},
|
|
349
|
-
"
|
|
359
|
+
"./node_modules/@types/node/querystring.d.ts": {
|
|
350
360
|
"version": "f4a3fc4efc6944e7b7bd4ccfa45e0df68b6359808e6cf9d061f04fd964a7b2d3",
|
|
351
361
|
"signature": "f4a3fc4efc6944e7b7bd4ccfa45e0df68b6359808e6cf9d061f04fd964a7b2d3",
|
|
352
362
|
"affectsGlobalScope": false
|
|
353
363
|
},
|
|
354
|
-
"
|
|
364
|
+
"./node_modules/@types/node/readline.d.ts": {
|
|
355
365
|
"version": "73cad675aead7a2c05cf934e7e700c61d84b2037ac1d576c3f751199b25331da",
|
|
356
366
|
"signature": "73cad675aead7a2c05cf934e7e700c61d84b2037ac1d576c3f751199b25331da",
|
|
357
367
|
"affectsGlobalScope": false
|
|
358
368
|
},
|
|
359
|
-
"
|
|
369
|
+
"./node_modules/@types/node/repl.d.ts": {
|
|
360
370
|
"version": "8c3137ba3583ec18484429ec1c8eff89efdc42730542f157b38b102fdccc0c71",
|
|
361
371
|
"signature": "8c3137ba3583ec18484429ec1c8eff89efdc42730542f157b38b102fdccc0c71",
|
|
362
372
|
"affectsGlobalScope": false
|
|
363
373
|
},
|
|
364
|
-
"
|
|
374
|
+
"./node_modules/@types/node/stream.d.ts": {
|
|
365
375
|
"version": "d84300d886b45a198c346158e4ff7ae361cc7bc1c3deab44afb3db7de56b5d25",
|
|
366
376
|
"signature": "d84300d886b45a198c346158e4ff7ae361cc7bc1c3deab44afb3db7de56b5d25",
|
|
367
377
|
"affectsGlobalScope": false
|
|
368
378
|
},
|
|
369
|
-
"
|
|
379
|
+
"./node_modules/@types/node/string_decoder.d.ts": {
|
|
370
380
|
"version": "94ca7beec4e274d32362b54e0133152f7b4be9487db7b005070c03880b6363aa",
|
|
371
381
|
"signature": "94ca7beec4e274d32362b54e0133152f7b4be9487db7b005070c03880b6363aa",
|
|
372
382
|
"affectsGlobalScope": false
|
|
373
383
|
},
|
|
374
|
-
"
|
|
384
|
+
"./node_modules/@types/node/timers.d.ts": {
|
|
375
385
|
"version": "2d713cbcbd5bcc38d91546eaeea7bb1c8686dc4a2995a28556d957b1b9de11d9",
|
|
376
386
|
"signature": "2d713cbcbd5bcc38d91546eaeea7bb1c8686dc4a2995a28556d957b1b9de11d9",
|
|
377
387
|
"affectsGlobalScope": false
|
|
378
388
|
},
|
|
379
|
-
"
|
|
389
|
+
"./node_modules/@types/node/tls.d.ts": {
|
|
380
390
|
"version": "bbf21f210782db4193359010a4710786add43e3b50aa42fc0d371f45b4e4d8d3",
|
|
381
391
|
"signature": "bbf21f210782db4193359010a4710786add43e3b50aa42fc0d371f45b4e4d8d3",
|
|
382
392
|
"affectsGlobalScope": false
|
|
383
393
|
},
|
|
384
|
-
"
|
|
394
|
+
"./node_modules/@types/node/trace_events.d.ts": {
|
|
385
395
|
"version": "0b7733d83619ac4e3963e2a9f7c75dc1e9af6850cb2354c9554977813092c10a",
|
|
386
396
|
"signature": "0b7733d83619ac4e3963e2a9f7c75dc1e9af6850cb2354c9554977813092c10a",
|
|
387
397
|
"affectsGlobalScope": false
|
|
388
398
|
},
|
|
389
|
-
"
|
|
399
|
+
"./node_modules/@types/node/tty.d.ts": {
|
|
390
400
|
"version": "3ce933f0c3955f67f67eb7d6b5c83c2c54a18472c1d6f2bb651e51dd40c84837",
|
|
391
401
|
"signature": "3ce933f0c3955f67f67eb7d6b5c83c2c54a18472c1d6f2bb651e51dd40c84837",
|
|
392
402
|
"affectsGlobalScope": false
|
|
393
403
|
},
|
|
394
|
-
"
|
|
404
|
+
"./node_modules/@types/node/url.d.ts": {
|
|
395
405
|
"version": "631e96db896d645f7132c488ad34a16d71fd2be9f44696f8c98289ee1c8cbfa9",
|
|
396
406
|
"signature": "631e96db896d645f7132c488ad34a16d71fd2be9f44696f8c98289ee1c8cbfa9",
|
|
397
407
|
"affectsGlobalScope": false
|
|
398
408
|
},
|
|
399
|
-
"
|
|
409
|
+
"./node_modules/@types/node/util.d.ts": {
|
|
400
410
|
"version": "2c77230d381cba81eb6f87cda2fbfff6c0427c6546c2e2590110effff37c58f7",
|
|
401
411
|
"signature": "2c77230d381cba81eb6f87cda2fbfff6c0427c6546c2e2590110effff37c58f7",
|
|
402
412
|
"affectsGlobalScope": false
|
|
403
413
|
},
|
|
404
|
-
"
|
|
414
|
+
"./node_modules/@types/node/v8.d.ts": {
|
|
405
415
|
"version": "da86ee9a2f09a4583db1d5e37815894967e1f694ad9f3c25e84e0e4d40411e14",
|
|
406
416
|
"signature": "da86ee9a2f09a4583db1d5e37815894967e1f694ad9f3c25e84e0e4d40411e14",
|
|
407
417
|
"affectsGlobalScope": false
|
|
408
418
|
},
|
|
409
|
-
"
|
|
419
|
+
"./node_modules/@types/node/vm.d.ts": {
|
|
410
420
|
"version": "141a943e5690105898a67537a470f70b56d0e183441b56051d929e902376b7b2",
|
|
411
421
|
"signature": "141a943e5690105898a67537a470f70b56d0e183441b56051d929e902376b7b2",
|
|
412
422
|
"affectsGlobalScope": false
|
|
413
423
|
},
|
|
414
|
-
"
|
|
424
|
+
"./node_modules/@types/node/worker_threads.d.ts": {
|
|
415
425
|
"version": "ddc086b1adac44e2fccf55422da1e90fa970e659d77f99712422a421564b4877",
|
|
416
426
|
"signature": "ddc086b1adac44e2fccf55422da1e90fa970e659d77f99712422a421564b4877",
|
|
417
427
|
"affectsGlobalScope": false
|
|
418
428
|
},
|
|
419
|
-
"
|
|
429
|
+
"./node_modules/@types/node/zlib.d.ts": {
|
|
420
430
|
"version": "515ef1d99036ff0dafa5bf738e02222edea94e0d97a0aa0ff277ac5e96b57977",
|
|
421
431
|
"signature": "515ef1d99036ff0dafa5bf738e02222edea94e0d97a0aa0ff277ac5e96b57977",
|
|
422
432
|
"affectsGlobalScope": false
|
|
423
433
|
},
|
|
424
|
-
"
|
|
434
|
+
"./node_modules/@types/node/globals.global.d.ts": {
|
|
425
435
|
"version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
|
|
426
436
|
"signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
|
|
427
437
|
"affectsGlobalScope": true
|
|
428
438
|
},
|
|
429
|
-
"
|
|
439
|
+
"./node_modules/@types/node/wasi.d.ts": {
|
|
430
440
|
"version": "780058f4a804c8bdcdd2f60e7af64b2bc57d149c1586ee3db732a84d659a50bf",
|
|
431
441
|
"signature": "780058f4a804c8bdcdd2f60e7af64b2bc57d149c1586ee3db732a84d659a50bf",
|
|
432
442
|
"affectsGlobalScope": false
|
|
433
443
|
},
|
|
434
|
-
"
|
|
444
|
+
"./node_modules/@types/node/ts3.6/base.d.ts": {
|
|
435
445
|
"version": "ae68a04912ee5a0f589276f9ec60b095f8c40d48128a4575b3fdd7d93806931c",
|
|
436
446
|
"signature": "ae68a04912ee5a0f589276f9ec60b095f8c40d48128a4575b3fdd7d93806931c",
|
|
437
447
|
"affectsGlobalScope": false
|
|
438
448
|
},
|
|
439
|
-
"
|
|
449
|
+
"./node_modules/@types/node/assert.d.ts": {
|
|
440
450
|
"version": "19d580a3b42ad5caeaee266ae958260e23f2df0549ee201c886c8bd7a4f01d4e",
|
|
441
451
|
"signature": "19d580a3b42ad5caeaee266ae958260e23f2df0549ee201c886c8bd7a4f01d4e",
|
|
442
452
|
"affectsGlobalScope": false
|
|
443
453
|
},
|
|
444
|
-
"
|
|
454
|
+
"./node_modules/@types/node/base.d.ts": {
|
|
445
455
|
"version": "e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b",
|
|
446
456
|
"signature": "e61a21e9418f279bc480394a94d1581b2dee73747adcbdef999b6737e34d721b",
|
|
447
457
|
"affectsGlobalScope": false
|
|
448
458
|
},
|
|
449
|
-
"
|
|
459
|
+
"./node_modules/@types/node/index.d.ts": {
|
|
450
460
|
"version": "9c4c395e927045b324877acdc4bfb95f128f36bc9f073266a2f0342495075a4f",
|
|
451
461
|
"signature": "9c4c395e927045b324877acdc4bfb95f128f36bc9f073266a2f0342495075a4f",
|
|
452
462
|
"affectsGlobalScope": false
|
|
@@ -496,16 +506,6 @@
|
|
|
496
506
|
"signature": "4c0bdbb933a7c2cc473048193721685dac7575ed961fb3b460b72895ff455e5d",
|
|
497
507
|
"affectsGlobalScope": false
|
|
498
508
|
},
|
|
499
|
-
"../../node_modules/joi/lib/index.d.ts": {
|
|
500
|
-
"version": "332bc92a89da24ef3a645208f2b3159292460a52fbe63c40eef64c2a63bb1e40",
|
|
501
|
-
"signature": "332bc92a89da24ef3a645208f2b3159292460a52fbe63c40eef64c2a63bb1e40",
|
|
502
|
-
"affectsGlobalScope": false
|
|
503
|
-
},
|
|
504
|
-
"../commons/lib/errors.d.ts": {
|
|
505
|
-
"version": "522827b70d81c4784fb0500e708145d41c59080fcd6a01edc271e1d417c0a5ab",
|
|
506
|
-
"signature": "522827b70d81c4784fb0500e708145d41c59080fcd6a01edc271e1d417c0a5ab",
|
|
507
|
-
"affectsGlobalScope": false
|
|
508
|
-
},
|
|
509
509
|
"../commons/lib/secrets.d.ts": {
|
|
510
510
|
"version": "4ef8dfb6fd38fac1c22402b351da26e59831315330dff89d92a0db75b656c086",
|
|
511
511
|
"signature": "4ef8dfb6fd38fac1c22402b351da26e59831315330dff89d92a0db75b656c086",
|
|
@@ -522,15 +522,25 @@
|
|
|
522
522
|
"affectsGlobalScope": false
|
|
523
523
|
},
|
|
524
524
|
"./src/apis/crm.ts": {
|
|
525
|
-
"version": "
|
|
525
|
+
"version": "02698dae5a291fb6350c72a86f039a2935bf7f5a4341cc6513cac0784c01c63e",
|
|
526
526
|
"signature": "5cf7fd3d704f61cc7fd0a6fffac75adb11f800932245feccb8892e33b6a1adc7",
|
|
527
527
|
"affectsGlobalScope": false
|
|
528
528
|
},
|
|
529
529
|
"./src/apis/settings.ts": {
|
|
530
|
-
"version": "
|
|
530
|
+
"version": "968ac46b0c73aaec334fb531090a61e4772cc259bbbb3e90e16b30382b4dc540",
|
|
531
531
|
"signature": "5cf147cc515d9f2015fea2e55aa705d1a833fb67173b6f8169ebd707de067ada",
|
|
532
532
|
"affectsGlobalScope": false
|
|
533
533
|
},
|
|
534
|
+
"./src/types/tenants.ts": {
|
|
535
|
+
"version": "0859e967abd2bb3d8fab912adc21dc1e328f0ebcd5c5abd6b1453bc0951b822c",
|
|
536
|
+
"signature": "4809391323223d10461e64f7fd3f3456e6e65faa821a2a8b562ce365c4b31c49",
|
|
537
|
+
"affectsGlobalScope": false
|
|
538
|
+
},
|
|
539
|
+
"./src/apis/tenants.ts": {
|
|
540
|
+
"version": "ad730cba41c387f4f57aebd5985546e73cbb7c6b9208f9d8ab5b0a868d04aabd",
|
|
541
|
+
"signature": "51cb88e436a9e824e5cef6d9b95282c20ad2a7b74d9a4c9848eef6e0dbabe619",
|
|
542
|
+
"affectsGlobalScope": false
|
|
543
|
+
},
|
|
534
544
|
"./src/types/conversations.ts": {
|
|
535
545
|
"version": "64f6e1c8acfb1c799b8a23c561626ff5b8821734281f6b7b825806026c5f18ac",
|
|
536
546
|
"signature": "e69c84342201dc3f03f3b6e3c279cf09238d40f600fd22a7e9454e08d01039fa",
|
|
@@ -542,13 +552,13 @@
|
|
|
542
552
|
"affectsGlobalScope": false
|
|
543
553
|
},
|
|
544
554
|
"../commons-sdk/lib/hyperdms.d.ts": {
|
|
545
|
-
"version": "
|
|
546
|
-
"signature": "
|
|
555
|
+
"version": "aaebb424d5f13f65a68214b022ad59f508ec601d668291a17e8d38b5bd1f844e",
|
|
556
|
+
"signature": "aaebb424d5f13f65a68214b022ad59f508ec601d668291a17e8d38b5bd1f844e",
|
|
547
557
|
"affectsGlobalScope": false
|
|
548
558
|
},
|
|
549
559
|
"./src/types/vehicles.ts": {
|
|
550
|
-
"version": "
|
|
551
|
-
"signature": "
|
|
560
|
+
"version": "53d241dc3b788b55d7cb32d1c2b40847f13f2f09f81f9776d68b546c1aeabac1",
|
|
561
|
+
"signature": "5e8cd05e779509ccb2f0418253a0cab1d17038ca47e2c9ef89ad1181cc44512c",
|
|
552
562
|
"affectsGlobalScope": false
|
|
553
563
|
},
|
|
554
564
|
"./src/types/leads.ts": {
|
|
@@ -567,13 +577,8 @@
|
|
|
567
577
|
"affectsGlobalScope": false
|
|
568
578
|
},
|
|
569
579
|
"./src/types/storage.ts": {
|
|
570
|
-
"version": "
|
|
571
|
-
"signature": "
|
|
572
|
-
"affectsGlobalScope": false
|
|
573
|
-
},
|
|
574
|
-
"./src/types/tenants.ts": {
|
|
575
|
-
"version": "448991860d5f9328862af6b6a14779a7162f1439f27ccd63d044df18e3fbc214",
|
|
576
|
-
"signature": "14b56eb6f8b52531ec91778bb7c59e9370216c240f58af82674135f499cd6f79",
|
|
580
|
+
"version": "e2d687e555f3c22cd4240c1806bc41768ec2a9b562c1b695504215f0eef85f82",
|
|
581
|
+
"signature": "88a781f968c85ed8359ad428b167e98b3ec50d75d2ddf317164f6173082dda4a",
|
|
577
582
|
"affectsGlobalScope": false
|
|
578
583
|
},
|
|
579
584
|
"./src/types/users.ts": {
|
|
@@ -597,8 +602,8 @@
|
|
|
597
602
|
"affectsGlobalScope": false
|
|
598
603
|
},
|
|
599
604
|
"../../node_modules/@types/retry/index.d.ts": {
|
|
600
|
-
"version": "
|
|
601
|
-
"signature": "
|
|
605
|
+
"version": "58a3914b1cce4560d9ad6eee2b716caaa030eda0a90b21ca2457ea9e2783eaa3",
|
|
606
|
+
"signature": "58a3914b1cce4560d9ad6eee2b716caaa030eda0a90b21ca2457ea9e2783eaa3",
|
|
602
607
|
"affectsGlobalScope": false
|
|
603
608
|
},
|
|
604
609
|
"../../node_modules/@types/async-retry/index.d.ts": {
|
|
@@ -827,48 +832,48 @@
|
|
|
827
832
|
"affectsGlobalScope": false
|
|
828
833
|
},
|
|
829
834
|
"../../node_modules/@babel/types/lib/index.d.ts": {
|
|
830
|
-
"version": "
|
|
831
|
-
"signature": "
|
|
835
|
+
"version": "98f40132aab59240e3daa408377a6f779aa81f4340f4451959cd2eba3750e456",
|
|
836
|
+
"signature": "98f40132aab59240e3daa408377a6f779aa81f4340f4451959cd2eba3750e456",
|
|
832
837
|
"affectsGlobalScope": false
|
|
833
838
|
},
|
|
834
839
|
"../../node_modules/@types/babel__generator/index.d.ts": {
|
|
835
|
-
"version": "
|
|
836
|
-
"signature": "
|
|
840
|
+
"version": "8dfed5c91ad36e69e6da6b7e49be929d4e19666db2b651aa839c485170a2902c",
|
|
841
|
+
"signature": "8dfed5c91ad36e69e6da6b7e49be929d4e19666db2b651aa839c485170a2902c",
|
|
837
842
|
"affectsGlobalScope": false
|
|
838
843
|
},
|
|
839
844
|
"../../node_modules/@babel/parser/typings/babel-parser.d.ts": {
|
|
840
|
-
"version": "
|
|
841
|
-
"signature": "
|
|
845
|
+
"version": "4aaf84a5ac87bad3211f041fab85de5cc42e5954c3ed56842faf6f08167e6202",
|
|
846
|
+
"signature": "4aaf84a5ac87bad3211f041fab85de5cc42e5954c3ed56842faf6f08167e6202",
|
|
842
847
|
"affectsGlobalScope": false
|
|
843
848
|
},
|
|
844
849
|
"../../node_modules/@types/babel__template/index.d.ts": {
|
|
845
|
-
"version": "
|
|
846
|
-
"signature": "
|
|
850
|
+
"version": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
|
|
851
|
+
"signature": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
|
|
847
852
|
"affectsGlobalScope": false
|
|
848
853
|
},
|
|
849
854
|
"../../node_modules/@types/babel__traverse/index.d.ts": {
|
|
850
|
-
"version": "
|
|
851
|
-
"signature": "
|
|
855
|
+
"version": "3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88",
|
|
856
|
+
"signature": "3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88",
|
|
852
857
|
"affectsGlobalScope": false
|
|
853
858
|
},
|
|
854
859
|
"../../node_modules/@types/babel__core/index.d.ts": {
|
|
855
|
-
"version": "
|
|
856
|
-
"signature": "
|
|
860
|
+
"version": "71c56bdaa82d7ce75a72d3c06c04fe10becec09bd9c4ef21776a2a055d3f428e",
|
|
861
|
+
"signature": "71c56bdaa82d7ce75a72d3c06c04fe10becec09bd9c4ef21776a2a055d3f428e",
|
|
857
862
|
"affectsGlobalScope": false
|
|
858
863
|
},
|
|
859
864
|
"../../node_modules/@types/connect/index.d.ts": {
|
|
860
|
-
"version": "
|
|
861
|
-
"signature": "
|
|
865
|
+
"version": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
|
|
866
|
+
"signature": "6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073",
|
|
862
867
|
"affectsGlobalScope": false
|
|
863
868
|
},
|
|
864
869
|
"../../node_modules/@types/body-parser/index.d.ts": {
|
|
865
|
-
"version": "
|
|
866
|
-
"signature": "
|
|
870
|
+
"version": "65cfd1c0bc729fbc2b49fe66bc5ebddba5aa3a978c748e1d2e0d07f502238ce2",
|
|
871
|
+
"signature": "65cfd1c0bc729fbc2b49fe66bc5ebddba5aa3a978c748e1d2e0d07f502238ce2",
|
|
867
872
|
"affectsGlobalScope": false
|
|
868
873
|
},
|
|
869
874
|
"../../node_modules/@types/content-disposition/index.d.ts": {
|
|
870
|
-
"version": "
|
|
871
|
-
"signature": "
|
|
875
|
+
"version": "e4dfe0e169e1cb3c8dd0713972e94e2141595c840ed7387623ac8b29fc6c35b8",
|
|
876
|
+
"signature": "e4dfe0e169e1cb3c8dd0713972e94e2141595c840ed7387623ac8b29fc6c35b8",
|
|
872
877
|
"affectsGlobalScope": false
|
|
873
878
|
},
|
|
874
879
|
"../../node_modules/@types/cookiejar/index.d.ts": {
|
|
@@ -882,18 +887,18 @@
|
|
|
882
887
|
"affectsGlobalScope": false
|
|
883
888
|
},
|
|
884
889
|
"../../node_modules/@types/range-parser/index.d.ts": {
|
|
885
|
-
"version": "
|
|
886
|
-
"signature": "
|
|
890
|
+
"version": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
|
|
891
|
+
"signature": "16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",
|
|
887
892
|
"affectsGlobalScope": false
|
|
888
893
|
},
|
|
889
894
|
"../../node_modules/@types/qs/index.d.ts": {
|
|
890
|
-
"version": "
|
|
891
|
-
"signature": "
|
|
895
|
+
"version": "ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",
|
|
896
|
+
"signature": "ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",
|
|
892
897
|
"affectsGlobalScope": false
|
|
893
898
|
},
|
|
894
899
|
"../../node_modules/@types/express-serve-static-core/index.d.ts": {
|
|
895
|
-
"version": "
|
|
896
|
-
"signature": "
|
|
900
|
+
"version": "61b60d145059c3c8e3c7b484713191b6d0b70999bcb11f2b26286b15926a2b5f",
|
|
901
|
+
"signature": "61b60d145059c3c8e3c7b484713191b6d0b70999bcb11f2b26286b15926a2b5f",
|
|
897
902
|
"affectsGlobalScope": true
|
|
898
903
|
},
|
|
899
904
|
"../../node_modules/@types/mime/index.d.ts": {
|
|
@@ -902,18 +907,8 @@
|
|
|
902
907
|
"affectsGlobalScope": false
|
|
903
908
|
},
|
|
904
909
|
"../../node_modules/@types/serve-static/index.d.ts": {
|
|
905
|
-
"version": "
|
|
906
|
-
"signature": "
|
|
907
|
-
"affectsGlobalScope": false
|
|
908
|
-
},
|
|
909
|
-
"../../node_modules/@types/cookies/node_modules/@types/express/index.d.ts": {
|
|
910
|
-
"version": "3b05c396564e51753e921e1cc4aae1cf7cd9be53c891cf2e81fa29f11c0bd373",
|
|
911
|
-
"signature": "3b05c396564e51753e921e1cc4aae1cf7cd9be53c891cf2e81fa29f11c0bd373",
|
|
912
|
-
"affectsGlobalScope": false
|
|
913
|
-
},
|
|
914
|
-
"../../node_modules/@types/cookies/index.d.ts": {
|
|
915
|
-
"version": "00574a8bdd163e2888014e23e7b1c42a24cecdf11c0ca2181e2de0541a3b4514",
|
|
916
|
-
"signature": "00574a8bdd163e2888014e23e7b1c42a24cecdf11c0ca2181e2de0541a3b4514",
|
|
910
|
+
"version": "0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec",
|
|
911
|
+
"signature": "0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec",
|
|
917
912
|
"affectsGlobalScope": false
|
|
918
913
|
},
|
|
919
914
|
"../../node_modules/@types/express/index.d.ts": {
|
|
@@ -921,6 +916,11 @@
|
|
|
921
916
|
"signature": "15c88bfd1b8dc7231ff828ae8df5d955bae5ebca4cf2bcb417af5821e52299ae",
|
|
922
917
|
"affectsGlobalScope": false
|
|
923
918
|
},
|
|
919
|
+
"../../node_modules/@types/cookies/index.d.ts": {
|
|
920
|
+
"version": "eb96a2321f717bccc3e49e104e299152984b927ea4546b559ae631c06565819c",
|
|
921
|
+
"signature": "eb96a2321f717bccc3e49e104e299152984b927ea4546b559ae631c06565819c",
|
|
922
|
+
"affectsGlobalScope": false
|
|
923
|
+
},
|
|
924
924
|
"../../node_modules/@types/google-libphonenumber/index.d.ts": {
|
|
925
925
|
"version": "3fb874585d55ce8af46e50e1ac86a72eedf6e1acb848f6a981a84757a3ee994d",
|
|
926
926
|
"signature": "3fb874585d55ce8af46e50e1ac86a72eedf6e1acb848f6a981a84757a3ee994d",
|
|
@@ -932,13 +932,13 @@
|
|
|
932
932
|
"affectsGlobalScope": false
|
|
933
933
|
},
|
|
934
934
|
"../../node_modules/@types/http-assert/index.d.ts": {
|
|
935
|
-
"version": "
|
|
936
|
-
"signature": "
|
|
935
|
+
"version": "e98185f4249720ace1921d59c1ff4612fa5c633a183fc9bf28e2e7b8e3c7fd51",
|
|
936
|
+
"signature": "e98185f4249720ace1921d59c1ff4612fa5c633a183fc9bf28e2e7b8e3c7fd51",
|
|
937
937
|
"affectsGlobalScope": false
|
|
938
938
|
},
|
|
939
939
|
"../../node_modules/@types/http-errors/index.d.ts": {
|
|
940
|
-
"version": "
|
|
941
|
-
"signature": "
|
|
940
|
+
"version": "ee736349ccbd61aa257ef9811668109d57ab9e9dea654b6ccd7bb274e5584a20",
|
|
941
|
+
"signature": "ee736349ccbd61aa257ef9811668109d57ab9e9dea654b6ccd7bb274e5584a20",
|
|
942
942
|
"affectsGlobalScope": false
|
|
943
943
|
},
|
|
944
944
|
"../../node_modules/@types/istanbul-lib-coverage/index.d.ts": {
|
|
@@ -952,8 +952,8 @@
|
|
|
952
952
|
"affectsGlobalScope": false
|
|
953
953
|
},
|
|
954
954
|
"../../node_modules/@types/istanbul-reports/index.d.ts": {
|
|
955
|
-
"version": "
|
|
956
|
-
"signature": "
|
|
955
|
+
"version": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
|
|
956
|
+
"signature": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
|
|
957
957
|
"affectsGlobalScope": false
|
|
958
958
|
},
|
|
959
959
|
"../../node_modules/jest-diff/build/cleanupsemantic.d.ts": {
|
|
@@ -997,13 +997,8 @@
|
|
|
997
997
|
"affectsGlobalScope": true
|
|
998
998
|
},
|
|
999
999
|
"../../node_modules/@types/json-schema/index.d.ts": {
|
|
1000
|
-
"version": "
|
|
1001
|
-
"signature": "
|
|
1002
|
-
"affectsGlobalScope": false
|
|
1003
|
-
},
|
|
1004
|
-
"../../node_modules/@types/json5/index.d.ts": {
|
|
1005
|
-
"version": "96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538",
|
|
1006
|
-
"signature": "96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538",
|
|
1000
|
+
"version": "0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4",
|
|
1001
|
+
"signature": "0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4",
|
|
1007
1002
|
"affectsGlobalScope": false
|
|
1008
1003
|
},
|
|
1009
1004
|
"../../node_modules/@types/jsonwebtoken/index.d.ts": {
|
|
@@ -1022,8 +1017,8 @@
|
|
|
1022
1017
|
"affectsGlobalScope": false
|
|
1023
1018
|
},
|
|
1024
1019
|
"../../node_modules/@types/koa/index.d.ts": {
|
|
1025
|
-
"version": "
|
|
1026
|
-
"signature": "
|
|
1020
|
+
"version": "0c52f5366c9146ad79b546e70162c659972a2798522806e8283f3137feab3965",
|
|
1021
|
+
"signature": "0c52f5366c9146ad79b546e70162c659972a2798522806e8283f3137feab3965",
|
|
1027
1022
|
"affectsGlobalScope": false
|
|
1028
1023
|
},
|
|
1029
1024
|
"../../node_modules/@types/koa-bodyparser/index.d.ts": {
|
|
@@ -1036,9 +1031,9 @@
|
|
|
1036
1031
|
"signature": "43bd9252f5a8b18d795c5f34b0e5dc46abf7bd8662fbcd5ffc3113b3d59abab0",
|
|
1037
1032
|
"affectsGlobalScope": false
|
|
1038
1033
|
},
|
|
1039
|
-
"../../node_modules/@types/sonic-boom/index.d.ts": {
|
|
1040
|
-
"version": "
|
|
1041
|
-
"signature": "
|
|
1034
|
+
"../../node_modules/@types/pino/node_modules/sonic-boom/types/index.d.ts": {
|
|
1035
|
+
"version": "83a3885498ae1bfa3052dbc167b329811d613574372140dc002f07fd02964f74",
|
|
1036
|
+
"signature": "83a3885498ae1bfa3052dbc167b329811d613574372140dc002f07fd02964f74",
|
|
1042
1037
|
"affectsGlobalScope": false
|
|
1043
1038
|
},
|
|
1044
1039
|
"../../node_modules/@types/pino-std-serializers/index.d.ts": {
|
|
@@ -1047,18 +1042,18 @@
|
|
|
1047
1042
|
"affectsGlobalScope": false
|
|
1048
1043
|
},
|
|
1049
1044
|
"../../node_modules/@types/pino-pretty/index.d.ts": {
|
|
1050
|
-
"version": "
|
|
1051
|
-
"signature": "
|
|
1045
|
+
"version": "f4b450be67b1e40a19ff512f92fa13990f7131c8695b38601a0102f325b97e86",
|
|
1046
|
+
"signature": "f4b450be67b1e40a19ff512f92fa13990f7131c8695b38601a0102f325b97e86",
|
|
1052
1047
|
"affectsGlobalScope": false
|
|
1053
1048
|
},
|
|
1054
1049
|
"../../node_modules/@types/pino/index.d.ts": {
|
|
1055
|
-
"version": "
|
|
1056
|
-
"signature": "
|
|
1050
|
+
"version": "cbeb6d5ba8a1452e48ad6209d6e18f53323aead60619eb36d99fe3177d6740d5",
|
|
1051
|
+
"signature": "cbeb6d5ba8a1452e48ad6209d6e18f53323aead60619eb36d99fe3177d6740d5",
|
|
1057
1052
|
"affectsGlobalScope": false
|
|
1058
1053
|
},
|
|
1059
1054
|
"../../node_modules/@types/pino-http/index.d.ts": {
|
|
1060
|
-
"version": "
|
|
1061
|
-
"signature": "
|
|
1055
|
+
"version": "4dc8d347e12bd8ae6a1caf4222b8bf2e945a3bfae28c3c00fc92498e61984844",
|
|
1056
|
+
"signature": "4dc8d347e12bd8ae6a1caf4222b8bf2e945a3bfae28c3c00fc92498e61984844",
|
|
1062
1057
|
"affectsGlobalScope": false
|
|
1063
1058
|
},
|
|
1064
1059
|
"../../node_modules/@types/koa-pino-logger/index.d.ts": {
|
|
@@ -1142,8 +1137,8 @@
|
|
|
1142
1137
|
"affectsGlobalScope": false
|
|
1143
1138
|
},
|
|
1144
1139
|
"../../node_modules/@types/normalize-package-data/index.d.ts": {
|
|
1145
|
-
"version": "
|
|
1146
|
-
"signature": "
|
|
1140
|
+
"version": "6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a",
|
|
1141
|
+
"signature": "6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a",
|
|
1147
1142
|
"affectsGlobalScope": false
|
|
1148
1143
|
},
|
|
1149
1144
|
"../../node_modules/@types/object-hash/index.d.ts": {
|
|
@@ -1167,18 +1162,18 @@
|
|
|
1167
1162
|
"affectsGlobalScope": false
|
|
1168
1163
|
},
|
|
1169
1164
|
"../../node_modules/@types/prettier/index.d.ts": {
|
|
1170
|
-
"version": "
|
|
1171
|
-
"signature": "
|
|
1165
|
+
"version": "65455ea1b00bae7bd26d3c8c2401eb3d10401c09c55192d6f3b8b2275eda20c2",
|
|
1166
|
+
"signature": "65455ea1b00bae7bd26d3c8c2401eb3d10401c09c55192d6f3b8b2275eda20c2",
|
|
1172
1167
|
"affectsGlobalScope": false
|
|
1173
1168
|
},
|
|
1174
1169
|
"../../node_modules/@types/stack-utils/index.d.ts": {
|
|
1175
|
-
"version": "
|
|
1176
|
-
"signature": "
|
|
1170
|
+
"version": "b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",
|
|
1171
|
+
"signature": "b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",
|
|
1177
1172
|
"affectsGlobalScope": false
|
|
1178
1173
|
},
|
|
1179
1174
|
"../../node_modules/@types/superagent/index.d.ts": {
|
|
1180
|
-
"version": "
|
|
1181
|
-
"signature": "
|
|
1175
|
+
"version": "52ad710c9ed579f32f3311c90fda2f23b7e833053eb32c2ab4938ab16ef00a27",
|
|
1176
|
+
"signature": "52ad710c9ed579f32f3311c90fda2f23b7e833053eb32c2ab4938ab16ef00a27",
|
|
1182
1177
|
"affectsGlobalScope": false
|
|
1183
1178
|
},
|
|
1184
1179
|
"../../node_modules/@types/supertest/index.d.ts": {
|
|
@@ -1187,13 +1182,13 @@
|
|
|
1187
1182
|
"affectsGlobalScope": false
|
|
1188
1183
|
},
|
|
1189
1184
|
"../../node_modules/@types/yargs-parser/index.d.ts": {
|
|
1190
|
-
"version": "
|
|
1191
|
-
"signature": "
|
|
1185
|
+
"version": "f7e133b20ee2669b6c0e5d7f0cd510868c57cd64b283e68c7f598e30ce9d76d2",
|
|
1186
|
+
"signature": "f7e133b20ee2669b6c0e5d7f0cd510868c57cd64b283e68c7f598e30ce9d76d2",
|
|
1192
1187
|
"affectsGlobalScope": false
|
|
1193
1188
|
},
|
|
1194
1189
|
"../../node_modules/@types/yargs/index.d.ts": {
|
|
1195
|
-
"version": "
|
|
1196
|
-
"signature": "
|
|
1190
|
+
"version": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
|
|
1191
|
+
"signature": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
|
|
1197
1192
|
"affectsGlobalScope": false
|
|
1198
1193
|
}
|
|
1199
1194
|
},
|
|
@@ -1226,8 +1221,8 @@
|
|
|
1226
1221
|
"../../node_modules/@babel/types/lib/index.d.ts"
|
|
1227
1222
|
],
|
|
1228
1223
|
"../../node_modules/@types/accepts/index.d.ts": [
|
|
1229
|
-
"
|
|
1230
|
-
"
|
|
1224
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1225
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1231
1226
|
],
|
|
1232
1227
|
"../../node_modules/@types/async-retry/index.d.ts": [
|
|
1233
1228
|
"../../node_modules/@types/retry/index.d.ts"
|
|
@@ -1429,32 +1424,26 @@
|
|
|
1429
1424
|
],
|
|
1430
1425
|
"../../node_modules/@types/body-parser/index.d.ts": [
|
|
1431
1426
|
"../../node_modules/@types/connect/index.d.ts",
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1427
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1428
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1434
1429
|
],
|
|
1435
1430
|
"../../node_modules/@types/connect/index.d.ts": [
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1431
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1432
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1438
1433
|
],
|
|
1439
1434
|
"../../node_modules/@types/cookies/index.d.ts": [
|
|
1440
1435
|
"../../node_modules/@types/connect/index.d.ts",
|
|
1441
|
-
"../../node_modules/@types/
|
|
1436
|
+
"../../node_modules/@types/express/index.d.ts",
|
|
1442
1437
|
"../../node_modules/@types/keygrip/index.d.ts",
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1445
|
-
],
|
|
1446
|
-
"../../node_modules/@types/cookies/node_modules/@types/express/index.d.ts": [
|
|
1447
|
-
"../../node_modules/@types/body-parser/index.d.ts",
|
|
1448
|
-
"../../node_modules/@types/express-serve-static-core/index.d.ts",
|
|
1449
|
-
"../../node_modules/@types/qs/index.d.ts",
|
|
1450
|
-
"../../node_modules/@types/serve-static/index.d.ts"
|
|
1438
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1439
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1451
1440
|
],
|
|
1452
1441
|
"../../node_modules/@types/express-serve-static-core/index.d.ts": [
|
|
1453
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1454
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
1455
|
-
"../../node_modules/@types/node/index.d.ts",
|
|
1456
1442
|
"../../node_modules/@types/qs/index.d.ts",
|
|
1457
|
-
"../../node_modules/@types/range-parser/index.d.ts"
|
|
1443
|
+
"../../node_modules/@types/range-parser/index.d.ts",
|
|
1444
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1445
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1446
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1458
1447
|
],
|
|
1459
1448
|
"../../node_modules/@types/express/index.d.ts": [
|
|
1460
1449
|
"../../node_modules/@types/body-parser/index.d.ts",
|
|
@@ -1463,8 +1452,8 @@
|
|
|
1463
1452
|
"../../node_modules/@types/serve-static/index.d.ts"
|
|
1464
1453
|
],
|
|
1465
1454
|
"../../node_modules/@types/graceful-fs/index.d.ts": [
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1455
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
1456
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1468
1457
|
],
|
|
1469
1458
|
"../../node_modules/@types/istanbul-lib-report/index.d.ts": [
|
|
1470
1459
|
"../../node_modules/@types/istanbul-lib-coverage/index.d.ts"
|
|
@@ -1477,7 +1466,7 @@
|
|
|
1477
1466
|
"../../node_modules/pretty-format/build/index.d.ts"
|
|
1478
1467
|
],
|
|
1479
1468
|
"../../node_modules/@types/jsonwebtoken/index.d.ts": [
|
|
1480
|
-
"
|
|
1469
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1481
1470
|
],
|
|
1482
1471
|
"../../node_modules/@types/koa-bodyparser/index.d.ts": [
|
|
1483
1472
|
"../../node_modules/@types/koa-pino-logger/index.d.ts",
|
|
@@ -1488,8 +1477,8 @@
|
|
|
1488
1477
|
],
|
|
1489
1478
|
"../../node_modules/@types/koa-compress/index.d.ts": [
|
|
1490
1479
|
"../../node_modules/@types/koa/index.d.ts",
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1480
|
+
"./node_modules/@types/node/index.d.ts",
|
|
1481
|
+
"./node_modules/@types/node/zlib.d.ts"
|
|
1493
1482
|
],
|
|
1494
1483
|
"../../node_modules/@types/koa-pino-logger/index.d.ts": [
|
|
1495
1484
|
"../../node_modules/@types/koa-bodyparser/index.d.ts",
|
|
@@ -1505,13 +1494,13 @@
|
|
|
1505
1494
|
"../../node_modules/@types/http-errors/index.d.ts",
|
|
1506
1495
|
"../../node_modules/@types/keygrip/index.d.ts",
|
|
1507
1496
|
"../../node_modules/@types/koa-compose/index.d.ts",
|
|
1508
|
-
"
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1497
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1498
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1499
|
+
"./node_modules/@types/node/http2.d.ts",
|
|
1500
|
+
"./node_modules/@types/node/index.d.ts",
|
|
1501
|
+
"./node_modules/@types/node/net.d.ts",
|
|
1502
|
+
"./node_modules/@types/node/querystring.d.ts",
|
|
1503
|
+
"./node_modules/@types/node/url.d.ts"
|
|
1515
1504
|
],
|
|
1516
1505
|
"../../node_modules/@types/koa__router/index.d.ts": [
|
|
1517
1506
|
"../../node_modules/@types/koa/index.d.ts"
|
|
@@ -1700,283 +1689,55 @@
|
|
|
1700
1689
|
],
|
|
1701
1690
|
"../../node_modules/@types/node-fetch/index.d.ts": [
|
|
1702
1691
|
"../../node_modules/@types/node-fetch/externals.d.ts",
|
|
1703
|
-
"../../node_modules
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"
|
|
1707
|
-
],
|
|
1708
|
-
"../../node_modules/@types/node/assert.d.ts": [
|
|
1709
|
-
"../../node_modules/@types/node/assert.d.ts"
|
|
1710
|
-
],
|
|
1711
|
-
"../../node_modules/@types/node/async_hooks.d.ts": [
|
|
1712
|
-
"../../node_modules/@types/node/async_hooks.d.ts"
|
|
1713
|
-
],
|
|
1714
|
-
"../../node_modules/@types/node/base.d.ts": [
|
|
1715
|
-
"../../node_modules/@types/node/assert.d.ts",
|
|
1716
|
-
"../../node_modules/@types/node/ts3.6/base.d.ts"
|
|
1717
|
-
],
|
|
1718
|
-
"../../node_modules/@types/node/buffer.d.ts": [
|
|
1719
|
-
"../../node_modules/@types/node/buffer.d.ts"
|
|
1720
|
-
],
|
|
1721
|
-
"../../node_modules/@types/node/child_process.d.ts": [
|
|
1722
|
-
"../../node_modules/@types/node/child_process.d.ts",
|
|
1723
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1724
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
1725
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
1726
|
-
"../../node_modules/@types/node/stream.d.ts"
|
|
1727
|
-
],
|
|
1728
|
-
"../../node_modules/@types/node/cluster.d.ts": [
|
|
1729
|
-
"../../node_modules/@types/node/child_process.d.ts",
|
|
1730
|
-
"../../node_modules/@types/node/cluster.d.ts",
|
|
1731
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1732
|
-
"../../node_modules/@types/node/net.d.ts"
|
|
1733
|
-
],
|
|
1734
|
-
"../../node_modules/@types/node/console.d.ts": [
|
|
1735
|
-
"../../node_modules/@types/node/util.d.ts"
|
|
1736
|
-
],
|
|
1737
|
-
"../../node_modules/@types/node/constants.d.ts": [
|
|
1738
|
-
"../../node_modules/@types/node/constants.d.ts",
|
|
1739
|
-
"../../node_modules/@types/node/crypto.d.ts",
|
|
1740
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
1741
|
-
"../../node_modules/@types/node/os.d.ts"
|
|
1742
|
-
],
|
|
1743
|
-
"../../node_modules/@types/node/crypto.d.ts": [
|
|
1744
|
-
"../../node_modules/@types/node/crypto.d.ts",
|
|
1745
|
-
"../../node_modules/@types/node/stream.d.ts"
|
|
1746
|
-
],
|
|
1747
|
-
"../../node_modules/@types/node/dgram.d.ts": [
|
|
1748
|
-
"../../node_modules/@types/node/dgram.d.ts",
|
|
1749
|
-
"../../node_modules/@types/node/dns.d.ts",
|
|
1750
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1751
|
-
"../../node_modules/@types/node/net.d.ts"
|
|
1752
|
-
],
|
|
1753
|
-
"../../node_modules/@types/node/dns.d.ts": [
|
|
1754
|
-
"../../node_modules/@types/node/dns.d.ts"
|
|
1755
|
-
],
|
|
1756
|
-
"../../node_modules/@types/node/domain.d.ts": [
|
|
1757
|
-
"../../node_modules/@types/node/domain.d.ts",
|
|
1758
|
-
"../../node_modules/@types/node/events.d.ts"
|
|
1759
|
-
],
|
|
1760
|
-
"../../node_modules/@types/node/events.d.ts": [
|
|
1761
|
-
"../../node_modules/@types/node/events.d.ts"
|
|
1762
|
-
],
|
|
1763
|
-
"../../node_modules/@types/node/fs.d.ts": [
|
|
1764
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1765
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
1766
|
-
"../../node_modules/@types/node/fs/promises.d.ts",
|
|
1767
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1768
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
1769
|
-
],
|
|
1770
|
-
"../../node_modules/@types/node/fs/promises.d.ts": [
|
|
1771
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
1772
|
-
"../../node_modules/@types/node/fs/promises.d.ts"
|
|
1773
|
-
],
|
|
1774
|
-
"../../node_modules/@types/node/http.d.ts": [
|
|
1775
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
1776
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
1777
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1778
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
1779
|
-
],
|
|
1780
|
-
"../../node_modules/@types/node/http2.d.ts": [
|
|
1781
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1782
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
1783
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
1784
|
-
"../../node_modules/@types/node/http2.d.ts",
|
|
1785
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
1786
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1787
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
1788
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
1789
|
-
],
|
|
1790
|
-
"../../node_modules/@types/node/https.d.ts": [
|
|
1791
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
1792
|
-
"../../node_modules/@types/node/https.d.ts",
|
|
1793
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
1794
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
1795
|
-
],
|
|
1796
|
-
"../../node_modules/@types/node/index.d.ts": [
|
|
1797
|
-
"../../node_modules/@types/node/base.d.ts"
|
|
1798
|
-
],
|
|
1799
|
-
"../../node_modules/@types/node/inspector.d.ts": [
|
|
1800
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1801
|
-
"../../node_modules/@types/node/inspector.d.ts"
|
|
1802
|
-
],
|
|
1803
|
-
"../../node_modules/@types/node/module.d.ts": [
|
|
1804
|
-
"../../node_modules/@types/node/module.d.ts",
|
|
1805
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
1806
|
-
],
|
|
1807
|
-
"../../node_modules/@types/node/net.d.ts": [
|
|
1808
|
-
"../../node_modules/@types/node/dns.d.ts",
|
|
1809
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1810
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
1811
|
-
"../../node_modules/@types/node/stream.d.ts"
|
|
1812
|
-
],
|
|
1813
|
-
"../../node_modules/@types/node/os.d.ts": [
|
|
1814
|
-
"../../node_modules/@types/node/os.d.ts"
|
|
1815
|
-
],
|
|
1816
|
-
"../../node_modules/@types/node/path.d.ts": [
|
|
1817
|
-
"../../node_modules/@types/node/path.d.ts"
|
|
1818
|
-
],
|
|
1819
|
-
"../../node_modules/@types/node/perf_hooks.d.ts": [
|
|
1820
|
-
"../../node_modules/@types/node/async_hooks.d.ts",
|
|
1821
|
-
"../../node_modules/@types/node/perf_hooks.d.ts"
|
|
1822
|
-
],
|
|
1823
|
-
"../../node_modules/@types/node/process.d.ts": [
|
|
1824
|
-
"../../node_modules/@types/node/tty.d.ts"
|
|
1825
|
-
],
|
|
1826
|
-
"../../node_modules/@types/node/punycode.d.ts": [
|
|
1827
|
-
"../../node_modules/@types/node/punycode.d.ts"
|
|
1828
|
-
],
|
|
1829
|
-
"../../node_modules/@types/node/querystring.d.ts": [
|
|
1830
|
-
"../../node_modules/@types/node/querystring.d.ts"
|
|
1831
|
-
],
|
|
1832
|
-
"../../node_modules/@types/node/readline.d.ts": [
|
|
1833
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1834
|
-
"../../node_modules/@types/node/readline.d.ts"
|
|
1835
|
-
],
|
|
1836
|
-
"../../node_modules/@types/node/repl.d.ts": [
|
|
1837
|
-
"../../node_modules/@types/node/readline.d.ts",
|
|
1838
|
-
"../../node_modules/@types/node/repl.d.ts",
|
|
1839
|
-
"../../node_modules/@types/node/util.d.ts",
|
|
1840
|
-
"../../node_modules/@types/node/vm.d.ts"
|
|
1841
|
-
],
|
|
1842
|
-
"../../node_modules/@types/node/stream.d.ts": [
|
|
1843
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1844
|
-
"../../node_modules/@types/node/stream.d.ts"
|
|
1845
|
-
],
|
|
1846
|
-
"../../node_modules/@types/node/string_decoder.d.ts": [
|
|
1847
|
-
"../../node_modules/@types/node/string_decoder.d.ts"
|
|
1848
|
-
],
|
|
1849
|
-
"../../node_modules/@types/node/timers.d.ts": [
|
|
1850
|
-
"../../node_modules/@types/node/timers.d.ts"
|
|
1851
|
-
],
|
|
1852
|
-
"../../node_modules/@types/node/tls.d.ts": [
|
|
1853
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
1854
|
-
"../../node_modules/@types/node/tls.d.ts"
|
|
1855
|
-
],
|
|
1856
|
-
"../../node_modules/@types/node/trace_events.d.ts": [
|
|
1857
|
-
"../../node_modules/@types/node/trace_events.d.ts"
|
|
1858
|
-
],
|
|
1859
|
-
"../../node_modules/@types/node/ts3.6/base.d.ts": [
|
|
1860
|
-
"../../node_modules/@types/node/async_hooks.d.ts",
|
|
1861
|
-
"../../node_modules/@types/node/buffer.d.ts",
|
|
1862
|
-
"../../node_modules/@types/node/child_process.d.ts",
|
|
1863
|
-
"../../node_modules/@types/node/cluster.d.ts",
|
|
1864
|
-
"../../node_modules/@types/node/console.d.ts",
|
|
1865
|
-
"../../node_modules/@types/node/constants.d.ts",
|
|
1866
|
-
"../../node_modules/@types/node/crypto.d.ts",
|
|
1867
|
-
"../../node_modules/@types/node/dgram.d.ts",
|
|
1868
|
-
"../../node_modules/@types/node/dns.d.ts",
|
|
1869
|
-
"../../node_modules/@types/node/domain.d.ts",
|
|
1870
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1871
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
1872
|
-
"../../node_modules/@types/node/fs/promises.d.ts",
|
|
1873
|
-
"../../node_modules/@types/node/globals.d.ts",
|
|
1874
|
-
"../../node_modules/@types/node/globals.global.d.ts",
|
|
1875
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
1876
|
-
"../../node_modules/@types/node/http2.d.ts",
|
|
1877
|
-
"../../node_modules/@types/node/https.d.ts",
|
|
1878
|
-
"../../node_modules/@types/node/inspector.d.ts",
|
|
1879
|
-
"../../node_modules/@types/node/module.d.ts",
|
|
1880
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
1881
|
-
"../../node_modules/@types/node/os.d.ts",
|
|
1882
|
-
"../../node_modules/@types/node/path.d.ts",
|
|
1883
|
-
"../../node_modules/@types/node/perf_hooks.d.ts",
|
|
1884
|
-
"../../node_modules/@types/node/process.d.ts",
|
|
1885
|
-
"../../node_modules/@types/node/punycode.d.ts",
|
|
1886
|
-
"../../node_modules/@types/node/querystring.d.ts",
|
|
1887
|
-
"../../node_modules/@types/node/readline.d.ts",
|
|
1888
|
-
"../../node_modules/@types/node/repl.d.ts",
|
|
1889
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1890
|
-
"../../node_modules/@types/node/string_decoder.d.ts",
|
|
1891
|
-
"../../node_modules/@types/node/timers.d.ts",
|
|
1892
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
1893
|
-
"../../node_modules/@types/node/trace_events.d.ts",
|
|
1894
|
-
"../../node_modules/@types/node/tty.d.ts",
|
|
1895
|
-
"../../node_modules/@types/node/url.d.ts",
|
|
1896
|
-
"../../node_modules/@types/node/util.d.ts",
|
|
1897
|
-
"../../node_modules/@types/node/v8.d.ts",
|
|
1898
|
-
"../../node_modules/@types/node/vm.d.ts",
|
|
1899
|
-
"../../node_modules/@types/node/wasi.d.ts",
|
|
1900
|
-
"../../node_modules/@types/node/worker_threads.d.ts",
|
|
1901
|
-
"../../node_modules/@types/node/zlib.d.ts"
|
|
1902
|
-
],
|
|
1903
|
-
"../../node_modules/@types/node/tty.d.ts": [
|
|
1904
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
1905
|
-
"../../node_modules/@types/node/tty.d.ts"
|
|
1906
|
-
],
|
|
1907
|
-
"../../node_modules/@types/node/url.d.ts": [
|
|
1908
|
-
"../../node_modules/@types/node/querystring.d.ts",
|
|
1909
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
1910
|
-
],
|
|
1911
|
-
"../../node_modules/@types/node/util.d.ts": [
|
|
1912
|
-
"../../node_modules/@types/node/util.d.ts"
|
|
1913
|
-
],
|
|
1914
|
-
"../../node_modules/@types/node/v8.d.ts": [
|
|
1915
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1916
|
-
"../../node_modules/@types/node/v8.d.ts"
|
|
1917
|
-
],
|
|
1918
|
-
"../../node_modules/@types/node/vm.d.ts": [
|
|
1919
|
-
"../../node_modules/@types/node/vm.d.ts"
|
|
1920
|
-
],
|
|
1921
|
-
"../../node_modules/@types/node/wasi.d.ts": [
|
|
1922
|
-
"../../node_modules/@types/node/wasi.d.ts"
|
|
1923
|
-
],
|
|
1924
|
-
"../../node_modules/@types/node/worker_threads.d.ts": [
|
|
1925
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1926
|
-
"../../node_modules/@types/node/fs/promises.d.ts",
|
|
1927
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1928
|
-
"../../node_modules/@types/node/url.d.ts",
|
|
1929
|
-
"../../node_modules/@types/node/vm.d.ts",
|
|
1930
|
-
"../../node_modules/@types/node/worker_threads.d.ts"
|
|
1931
|
-
],
|
|
1932
|
-
"../../node_modules/@types/node/zlib.d.ts": [
|
|
1933
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1934
|
-
"../../node_modules/@types/node/zlib.d.ts"
|
|
1692
|
+
"../../node_modules/form-data/index.d.ts",
|
|
1693
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1694
|
+
"./node_modules/@types/node/index.d.ts",
|
|
1695
|
+
"./node_modules/@types/node/url.d.ts"
|
|
1935
1696
|
],
|
|
1936
1697
|
"../../node_modules/@types/pg/index.d.ts": [
|
|
1937
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1938
|
-
"../../node_modules/@types/node/index.d.ts",
|
|
1939
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1940
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
1941
1698
|
"../../node_modules/@types/pg/index.d.ts",
|
|
1942
1699
|
"../../node_modules/pg-protocol/dist/messages.d.ts",
|
|
1943
|
-
"../../node_modules/pg-types/index.d.ts"
|
|
1700
|
+
"../../node_modules/pg-types/index.d.ts",
|
|
1701
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1702
|
+
"./node_modules/@types/node/index.d.ts",
|
|
1703
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
1704
|
+
"./node_modules/@types/node/tls.d.ts"
|
|
1944
1705
|
],
|
|
1945
1706
|
"../../node_modules/@types/pino-http/index.d.ts": [
|
|
1946
|
-
"../../node_modules/@types/
|
|
1947
|
-
"
|
|
1707
|
+
"../../node_modules/@types/pino/index.d.ts",
|
|
1708
|
+
"./node_modules/@types/node/http.d.ts"
|
|
1948
1709
|
],
|
|
1949
1710
|
"../../node_modules/@types/pino-pretty/index.d.ts": [
|
|
1950
1711
|
"../../node_modules/@types/pino/index.d.ts"
|
|
1951
1712
|
],
|
|
1952
1713
|
"../../node_modules/@types/pino-std-serializers/index.d.ts": [
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1714
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1715
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1955
1716
|
],
|
|
1956
1717
|
"../../node_modules/@types/pino/index.d.ts": [
|
|
1957
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1958
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
1959
|
-
"../../node_modules/@types/node/index.d.ts",
|
|
1960
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
1961
1718
|
"../../node_modules/@types/pino-pretty/index.d.ts",
|
|
1962
1719
|
"../../node_modules/@types/pino-std-serializers/index.d.ts",
|
|
1963
|
-
"../../node_modules/@types/sonic-boom/index.d.ts"
|
|
1720
|
+
"../../node_modules/@types/pino/node_modules/sonic-boom/types/index.d.ts",
|
|
1721
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1722
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1723
|
+
"./node_modules/@types/node/index.d.ts",
|
|
1724
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
1725
|
+
],
|
|
1726
|
+
"../../node_modules/@types/pino/node_modules/sonic-boom/types/index.d.ts": [
|
|
1727
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1728
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1964
1729
|
],
|
|
1965
1730
|
"../../node_modules/@types/serve-static/index.d.ts": [
|
|
1966
1731
|
"../../node_modules/@types/mime/index.d.ts",
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1969
|
-
],
|
|
1970
|
-
"../../node_modules/@types/sonic-boom/index.d.ts": [
|
|
1971
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
1972
|
-
"../../node_modules/@types/node/index.d.ts"
|
|
1732
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1733
|
+
"./node_modules/@types/node/index.d.ts"
|
|
1973
1734
|
],
|
|
1974
1735
|
"../../node_modules/@types/superagent/index.d.ts": [
|
|
1975
1736
|
"../../node_modules/@types/cookiejar/index.d.ts",
|
|
1976
|
-
"
|
|
1977
|
-
"
|
|
1978
|
-
"
|
|
1979
|
-
"
|
|
1737
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
1738
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1739
|
+
"./node_modules/@types/node/index.d.ts",
|
|
1740
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
1980
1741
|
],
|
|
1981
1742
|
"../../node_modules/@types/supertest/index.d.ts": [
|
|
1982
1743
|
"../../node_modules/@types/superagent/index.d.ts"
|
|
@@ -1985,9 +1746,9 @@
|
|
|
1985
1746
|
"../../node_modules/@types/yargs-parser/index.d.ts"
|
|
1986
1747
|
],
|
|
1987
1748
|
"../../node_modules/form-data/index.d.ts": [
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1990
|
-
"
|
|
1749
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1750
|
+
"./node_modules/@types/node/index.d.ts",
|
|
1751
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
1991
1752
|
],
|
|
1992
1753
|
"../../node_modules/jest-diff/build/difflines.d.ts": [
|
|
1993
1754
|
"../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
|
@@ -2004,7 +1765,7 @@
|
|
|
2004
1765
|
"../../node_modules/jest-diff/build/types.d.ts"
|
|
2005
1766
|
],
|
|
2006
1767
|
"../../node_modules/pg-protocol/dist/messages.d.ts": [
|
|
2007
|
-
"
|
|
1768
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2008
1769
|
],
|
|
2009
1770
|
"../../node_modules/pretty-format/build/index.d.ts": [
|
|
2010
1771
|
"../../node_modules/pretty-format/build/types.d.ts"
|
|
@@ -2015,17 +1776,253 @@
|
|
|
2015
1776
|
"../commons/lib/errors.d.ts": [
|
|
2016
1777
|
"../../node_modules/joi/lib/index.d.ts"
|
|
2017
1778
|
],
|
|
1779
|
+
"./node_modules/@types/node/assert.d.ts": [
|
|
1780
|
+
"./node_modules/@types/node/assert.d.ts"
|
|
1781
|
+
],
|
|
1782
|
+
"./node_modules/@types/node/async_hooks.d.ts": [
|
|
1783
|
+
"./node_modules/@types/node/async_hooks.d.ts"
|
|
1784
|
+
],
|
|
1785
|
+
"./node_modules/@types/node/base.d.ts": [
|
|
1786
|
+
"./node_modules/@types/node/assert.d.ts",
|
|
1787
|
+
"./node_modules/@types/node/ts3.6/base.d.ts"
|
|
1788
|
+
],
|
|
1789
|
+
"./node_modules/@types/node/buffer.d.ts": [
|
|
1790
|
+
"./node_modules/@types/node/buffer.d.ts"
|
|
1791
|
+
],
|
|
1792
|
+
"./node_modules/@types/node/child_process.d.ts": [
|
|
1793
|
+
"./node_modules/@types/node/child_process.d.ts",
|
|
1794
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1795
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
1796
|
+
"./node_modules/@types/node/net.d.ts",
|
|
1797
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
1798
|
+
],
|
|
1799
|
+
"./node_modules/@types/node/cluster.d.ts": [
|
|
1800
|
+
"./node_modules/@types/node/child_process.d.ts",
|
|
1801
|
+
"./node_modules/@types/node/cluster.d.ts",
|
|
1802
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1803
|
+
"./node_modules/@types/node/net.d.ts"
|
|
1804
|
+
],
|
|
1805
|
+
"./node_modules/@types/node/console.d.ts": [
|
|
1806
|
+
"./node_modules/@types/node/util.d.ts"
|
|
1807
|
+
],
|
|
1808
|
+
"./node_modules/@types/node/constants.d.ts": [
|
|
1809
|
+
"./node_modules/@types/node/constants.d.ts",
|
|
1810
|
+
"./node_modules/@types/node/crypto.d.ts",
|
|
1811
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
1812
|
+
"./node_modules/@types/node/os.d.ts"
|
|
1813
|
+
],
|
|
1814
|
+
"./node_modules/@types/node/crypto.d.ts": [
|
|
1815
|
+
"./node_modules/@types/node/crypto.d.ts",
|
|
1816
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
1817
|
+
],
|
|
1818
|
+
"./node_modules/@types/node/dgram.d.ts": [
|
|
1819
|
+
"./node_modules/@types/node/dgram.d.ts",
|
|
1820
|
+
"./node_modules/@types/node/dns.d.ts",
|
|
1821
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1822
|
+
"./node_modules/@types/node/net.d.ts"
|
|
1823
|
+
],
|
|
1824
|
+
"./node_modules/@types/node/dns.d.ts": [
|
|
1825
|
+
"./node_modules/@types/node/dns.d.ts"
|
|
1826
|
+
],
|
|
1827
|
+
"./node_modules/@types/node/domain.d.ts": [
|
|
1828
|
+
"./node_modules/@types/node/domain.d.ts",
|
|
1829
|
+
"./node_modules/@types/node/events.d.ts"
|
|
1830
|
+
],
|
|
1831
|
+
"./node_modules/@types/node/events.d.ts": [
|
|
1832
|
+
"./node_modules/@types/node/events.d.ts"
|
|
1833
|
+
],
|
|
1834
|
+
"./node_modules/@types/node/fs.d.ts": [
|
|
1835
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1836
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
1837
|
+
"./node_modules/@types/node/fs/promises.d.ts",
|
|
1838
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
1839
|
+
"./node_modules/@types/node/url.d.ts"
|
|
1840
|
+
],
|
|
1841
|
+
"./node_modules/@types/node/fs/promises.d.ts": [
|
|
1842
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
1843
|
+
"./node_modules/@types/node/fs/promises.d.ts"
|
|
1844
|
+
],
|
|
1845
|
+
"./node_modules/@types/node/http.d.ts": [
|
|
1846
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1847
|
+
"./node_modules/@types/node/net.d.ts",
|
|
1848
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
1849
|
+
"./node_modules/@types/node/url.d.ts"
|
|
1850
|
+
],
|
|
1851
|
+
"./node_modules/@types/node/http2.d.ts": [
|
|
1852
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1853
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
1854
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1855
|
+
"./node_modules/@types/node/http2.d.ts",
|
|
1856
|
+
"./node_modules/@types/node/net.d.ts",
|
|
1857
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
1858
|
+
"./node_modules/@types/node/tls.d.ts",
|
|
1859
|
+
"./node_modules/@types/node/url.d.ts"
|
|
1860
|
+
],
|
|
1861
|
+
"./node_modules/@types/node/https.d.ts": [
|
|
1862
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1863
|
+
"./node_modules/@types/node/https.d.ts",
|
|
1864
|
+
"./node_modules/@types/node/tls.d.ts",
|
|
1865
|
+
"./node_modules/@types/node/url.d.ts"
|
|
1866
|
+
],
|
|
1867
|
+
"./node_modules/@types/node/index.d.ts": [
|
|
1868
|
+
"./node_modules/@types/node/base.d.ts"
|
|
1869
|
+
],
|
|
1870
|
+
"./node_modules/@types/node/inspector.d.ts": [
|
|
1871
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1872
|
+
"./node_modules/@types/node/inspector.d.ts"
|
|
1873
|
+
],
|
|
1874
|
+
"./node_modules/@types/node/module.d.ts": [
|
|
1875
|
+
"./node_modules/@types/node/module.d.ts",
|
|
1876
|
+
"./node_modules/@types/node/url.d.ts"
|
|
1877
|
+
],
|
|
1878
|
+
"./node_modules/@types/node/net.d.ts": [
|
|
1879
|
+
"./node_modules/@types/node/dns.d.ts",
|
|
1880
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1881
|
+
"./node_modules/@types/node/net.d.ts",
|
|
1882
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
1883
|
+
],
|
|
1884
|
+
"./node_modules/@types/node/os.d.ts": [
|
|
1885
|
+
"./node_modules/@types/node/os.d.ts"
|
|
1886
|
+
],
|
|
1887
|
+
"./node_modules/@types/node/path.d.ts": [
|
|
1888
|
+
"./node_modules/@types/node/path.d.ts"
|
|
1889
|
+
],
|
|
1890
|
+
"./node_modules/@types/node/perf_hooks.d.ts": [
|
|
1891
|
+
"./node_modules/@types/node/async_hooks.d.ts",
|
|
1892
|
+
"./node_modules/@types/node/perf_hooks.d.ts"
|
|
1893
|
+
],
|
|
1894
|
+
"./node_modules/@types/node/process.d.ts": [
|
|
1895
|
+
"./node_modules/@types/node/tty.d.ts"
|
|
1896
|
+
],
|
|
1897
|
+
"./node_modules/@types/node/punycode.d.ts": [
|
|
1898
|
+
"./node_modules/@types/node/punycode.d.ts"
|
|
1899
|
+
],
|
|
1900
|
+
"./node_modules/@types/node/querystring.d.ts": [
|
|
1901
|
+
"./node_modules/@types/node/querystring.d.ts"
|
|
1902
|
+
],
|
|
1903
|
+
"./node_modules/@types/node/readline.d.ts": [
|
|
1904
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1905
|
+
"./node_modules/@types/node/readline.d.ts"
|
|
1906
|
+
],
|
|
1907
|
+
"./node_modules/@types/node/repl.d.ts": [
|
|
1908
|
+
"./node_modules/@types/node/readline.d.ts",
|
|
1909
|
+
"./node_modules/@types/node/repl.d.ts",
|
|
1910
|
+
"./node_modules/@types/node/util.d.ts",
|
|
1911
|
+
"./node_modules/@types/node/vm.d.ts"
|
|
1912
|
+
],
|
|
1913
|
+
"./node_modules/@types/node/stream.d.ts": [
|
|
1914
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1915
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
1916
|
+
],
|
|
1917
|
+
"./node_modules/@types/node/string_decoder.d.ts": [
|
|
1918
|
+
"./node_modules/@types/node/string_decoder.d.ts"
|
|
1919
|
+
],
|
|
1920
|
+
"./node_modules/@types/node/timers.d.ts": [
|
|
1921
|
+
"./node_modules/@types/node/timers.d.ts"
|
|
1922
|
+
],
|
|
1923
|
+
"./node_modules/@types/node/tls.d.ts": [
|
|
1924
|
+
"./node_modules/@types/node/net.d.ts",
|
|
1925
|
+
"./node_modules/@types/node/tls.d.ts"
|
|
1926
|
+
],
|
|
1927
|
+
"./node_modules/@types/node/trace_events.d.ts": [
|
|
1928
|
+
"./node_modules/@types/node/trace_events.d.ts"
|
|
1929
|
+
],
|
|
1930
|
+
"./node_modules/@types/node/ts3.6/base.d.ts": [
|
|
1931
|
+
"./node_modules/@types/node/async_hooks.d.ts",
|
|
1932
|
+
"./node_modules/@types/node/buffer.d.ts",
|
|
1933
|
+
"./node_modules/@types/node/child_process.d.ts",
|
|
1934
|
+
"./node_modules/@types/node/cluster.d.ts",
|
|
1935
|
+
"./node_modules/@types/node/console.d.ts",
|
|
1936
|
+
"./node_modules/@types/node/constants.d.ts",
|
|
1937
|
+
"./node_modules/@types/node/crypto.d.ts",
|
|
1938
|
+
"./node_modules/@types/node/dgram.d.ts",
|
|
1939
|
+
"./node_modules/@types/node/dns.d.ts",
|
|
1940
|
+
"./node_modules/@types/node/domain.d.ts",
|
|
1941
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1942
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
1943
|
+
"./node_modules/@types/node/fs/promises.d.ts",
|
|
1944
|
+
"./node_modules/@types/node/globals.d.ts",
|
|
1945
|
+
"./node_modules/@types/node/globals.global.d.ts",
|
|
1946
|
+
"./node_modules/@types/node/http.d.ts",
|
|
1947
|
+
"./node_modules/@types/node/http2.d.ts",
|
|
1948
|
+
"./node_modules/@types/node/https.d.ts",
|
|
1949
|
+
"./node_modules/@types/node/inspector.d.ts",
|
|
1950
|
+
"./node_modules/@types/node/module.d.ts",
|
|
1951
|
+
"./node_modules/@types/node/net.d.ts",
|
|
1952
|
+
"./node_modules/@types/node/os.d.ts",
|
|
1953
|
+
"./node_modules/@types/node/path.d.ts",
|
|
1954
|
+
"./node_modules/@types/node/perf_hooks.d.ts",
|
|
1955
|
+
"./node_modules/@types/node/process.d.ts",
|
|
1956
|
+
"./node_modules/@types/node/punycode.d.ts",
|
|
1957
|
+
"./node_modules/@types/node/querystring.d.ts",
|
|
1958
|
+
"./node_modules/@types/node/readline.d.ts",
|
|
1959
|
+
"./node_modules/@types/node/repl.d.ts",
|
|
1960
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
1961
|
+
"./node_modules/@types/node/string_decoder.d.ts",
|
|
1962
|
+
"./node_modules/@types/node/timers.d.ts",
|
|
1963
|
+
"./node_modules/@types/node/tls.d.ts",
|
|
1964
|
+
"./node_modules/@types/node/trace_events.d.ts",
|
|
1965
|
+
"./node_modules/@types/node/tty.d.ts",
|
|
1966
|
+
"./node_modules/@types/node/url.d.ts",
|
|
1967
|
+
"./node_modules/@types/node/util.d.ts",
|
|
1968
|
+
"./node_modules/@types/node/v8.d.ts",
|
|
1969
|
+
"./node_modules/@types/node/vm.d.ts",
|
|
1970
|
+
"./node_modules/@types/node/wasi.d.ts",
|
|
1971
|
+
"./node_modules/@types/node/worker_threads.d.ts",
|
|
1972
|
+
"./node_modules/@types/node/zlib.d.ts"
|
|
1973
|
+
],
|
|
1974
|
+
"./node_modules/@types/node/tty.d.ts": [
|
|
1975
|
+
"./node_modules/@types/node/net.d.ts",
|
|
1976
|
+
"./node_modules/@types/node/tty.d.ts"
|
|
1977
|
+
],
|
|
1978
|
+
"./node_modules/@types/node/url.d.ts": [
|
|
1979
|
+
"./node_modules/@types/node/querystring.d.ts",
|
|
1980
|
+
"./node_modules/@types/node/url.d.ts"
|
|
1981
|
+
],
|
|
1982
|
+
"./node_modules/@types/node/util.d.ts": [
|
|
1983
|
+
"./node_modules/@types/node/util.d.ts"
|
|
1984
|
+
],
|
|
1985
|
+
"./node_modules/@types/node/v8.d.ts": [
|
|
1986
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
1987
|
+
"./node_modules/@types/node/v8.d.ts"
|
|
1988
|
+
],
|
|
1989
|
+
"./node_modules/@types/node/vm.d.ts": [
|
|
1990
|
+
"./node_modules/@types/node/vm.d.ts"
|
|
1991
|
+
],
|
|
1992
|
+
"./node_modules/@types/node/wasi.d.ts": [
|
|
1993
|
+
"./node_modules/@types/node/wasi.d.ts"
|
|
1994
|
+
],
|
|
1995
|
+
"./node_modules/@types/node/worker_threads.d.ts": [
|
|
1996
|
+
"./node_modules/@types/node/events.d.ts",
|
|
1997
|
+
"./node_modules/@types/node/fs/promises.d.ts",
|
|
1998
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
1999
|
+
"./node_modules/@types/node/url.d.ts",
|
|
2000
|
+
"./node_modules/@types/node/vm.d.ts",
|
|
2001
|
+
"./node_modules/@types/node/worker_threads.d.ts"
|
|
2002
|
+
],
|
|
2003
|
+
"./node_modules/@types/node/zlib.d.ts": [
|
|
2004
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2005
|
+
"./node_modules/@types/node/zlib.d.ts"
|
|
2006
|
+
],
|
|
2018
2007
|
"./src/apis/crm.ts": [
|
|
2019
2008
|
"../../node_modules/@types/node-fetch/index.d.ts",
|
|
2009
|
+
"../commons/lib/errors.d.ts",
|
|
2020
2010
|
"./src/apis/utils.ts",
|
|
2021
2011
|
"./src/constants.ts",
|
|
2022
2012
|
"./src/types/crm.ts"
|
|
2023
2013
|
],
|
|
2024
2014
|
"./src/apis/settings.ts": [
|
|
2025
2015
|
"../../node_modules/@types/node-fetch/index.d.ts",
|
|
2016
|
+
"../commons/lib/errors.d.ts",
|
|
2026
2017
|
"./src/apis/utils.ts",
|
|
2027
2018
|
"./src/constants.ts"
|
|
2028
2019
|
],
|
|
2020
|
+
"./src/apis/tenants.ts": [
|
|
2021
|
+
"../../node_modules/@types/node-fetch/index.d.ts",
|
|
2022
|
+
"../commons/lib/errors.d.ts",
|
|
2023
|
+
"./src/apis/utils.ts",
|
|
2024
|
+
"./src/types/tenants.ts"
|
|
2025
|
+
],
|
|
2029
2026
|
"./src/apis/utils.ts": [
|
|
2030
2027
|
"../../node_modules/@types/lru-cache/index.d.ts",
|
|
2031
2028
|
"../commons/lib/errors.d.ts",
|
|
@@ -2077,8 +2074,8 @@
|
|
|
2077
2074
|
"../../node_modules/@babel/types/lib/index.d.ts"
|
|
2078
2075
|
],
|
|
2079
2076
|
"../../node_modules/@types/accepts/index.d.ts": [
|
|
2080
|
-
"
|
|
2081
|
-
"
|
|
2077
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2078
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2082
2079
|
],
|
|
2083
2080
|
"../../node_modules/@types/async-retry/index.d.ts": [
|
|
2084
2081
|
"../../node_modules/@types/retry/index.d.ts"
|
|
@@ -2280,32 +2277,26 @@
|
|
|
2280
2277
|
],
|
|
2281
2278
|
"../../node_modules/@types/body-parser/index.d.ts": [
|
|
2282
2279
|
"../../node_modules/@types/connect/index.d.ts",
|
|
2283
|
-
"
|
|
2284
|
-
"
|
|
2280
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2281
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2285
2282
|
],
|
|
2286
2283
|
"../../node_modules/@types/connect/index.d.ts": [
|
|
2287
|
-
"
|
|
2288
|
-
"
|
|
2284
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2285
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2289
2286
|
],
|
|
2290
2287
|
"../../node_modules/@types/cookies/index.d.ts": [
|
|
2291
2288
|
"../../node_modules/@types/connect/index.d.ts",
|
|
2292
|
-
"../../node_modules/@types/
|
|
2289
|
+
"../../node_modules/@types/express/index.d.ts",
|
|
2293
2290
|
"../../node_modules/@types/keygrip/index.d.ts",
|
|
2294
|
-
"
|
|
2295
|
-
"
|
|
2296
|
-
],
|
|
2297
|
-
"../../node_modules/@types/cookies/node_modules/@types/express/index.d.ts": [
|
|
2298
|
-
"../../node_modules/@types/body-parser/index.d.ts",
|
|
2299
|
-
"../../node_modules/@types/express-serve-static-core/index.d.ts",
|
|
2300
|
-
"../../node_modules/@types/qs/index.d.ts",
|
|
2301
|
-
"../../node_modules/@types/serve-static/index.d.ts"
|
|
2291
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2292
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2302
2293
|
],
|
|
2303
2294
|
"../../node_modules/@types/express-serve-static-core/index.d.ts": [
|
|
2304
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2305
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
2306
|
-
"../../node_modules/@types/node/index.d.ts",
|
|
2307
2295
|
"../../node_modules/@types/qs/index.d.ts",
|
|
2308
|
-
"../../node_modules/@types/range-parser/index.d.ts"
|
|
2296
|
+
"../../node_modules/@types/range-parser/index.d.ts",
|
|
2297
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2298
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2299
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2309
2300
|
],
|
|
2310
2301
|
"../../node_modules/@types/express/index.d.ts": [
|
|
2311
2302
|
"../../node_modules/@types/body-parser/index.d.ts",
|
|
@@ -2314,8 +2305,8 @@
|
|
|
2314
2305
|
"../../node_modules/@types/serve-static/index.d.ts"
|
|
2315
2306
|
],
|
|
2316
2307
|
"../../node_modules/@types/graceful-fs/index.d.ts": [
|
|
2317
|
-
"
|
|
2318
|
-
"
|
|
2308
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
2309
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2319
2310
|
],
|
|
2320
2311
|
"../../node_modules/@types/istanbul-lib-report/index.d.ts": [
|
|
2321
2312
|
"../../node_modules/@types/istanbul-lib-coverage/index.d.ts"
|
|
@@ -2328,7 +2319,7 @@
|
|
|
2328
2319
|
"../../node_modules/pretty-format/build/index.d.ts"
|
|
2329
2320
|
],
|
|
2330
2321
|
"../../node_modules/@types/jsonwebtoken/index.d.ts": [
|
|
2331
|
-
"
|
|
2322
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2332
2323
|
],
|
|
2333
2324
|
"../../node_modules/@types/koa-bodyparser/index.d.ts": [
|
|
2334
2325
|
"../../node_modules/@types/koa-pino-logger/index.d.ts",
|
|
@@ -2339,8 +2330,8 @@
|
|
|
2339
2330
|
],
|
|
2340
2331
|
"../../node_modules/@types/koa-compress/index.d.ts": [
|
|
2341
2332
|
"../../node_modules/@types/koa/index.d.ts",
|
|
2342
|
-
"
|
|
2343
|
-
"
|
|
2333
|
+
"./node_modules/@types/node/index.d.ts",
|
|
2334
|
+
"./node_modules/@types/node/zlib.d.ts"
|
|
2344
2335
|
],
|
|
2345
2336
|
"../../node_modules/@types/koa-pino-logger/index.d.ts": [
|
|
2346
2337
|
"../../node_modules/@types/koa-bodyparser/index.d.ts",
|
|
@@ -2356,13 +2347,13 @@
|
|
|
2356
2347
|
"../../node_modules/@types/http-errors/index.d.ts",
|
|
2357
2348
|
"../../node_modules/@types/keygrip/index.d.ts",
|
|
2358
2349
|
"../../node_modules/@types/koa-compose/index.d.ts",
|
|
2359
|
-
"
|
|
2360
|
-
"
|
|
2361
|
-
"
|
|
2362
|
-
"
|
|
2363
|
-
"
|
|
2364
|
-
"
|
|
2365
|
-
"
|
|
2350
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2351
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2352
|
+
"./node_modules/@types/node/http2.d.ts",
|
|
2353
|
+
"./node_modules/@types/node/index.d.ts",
|
|
2354
|
+
"./node_modules/@types/node/net.d.ts",
|
|
2355
|
+
"./node_modules/@types/node/querystring.d.ts",
|
|
2356
|
+
"./node_modules/@types/node/url.d.ts"
|
|
2366
2357
|
],
|
|
2367
2358
|
"../../node_modules/@types/koa__router/index.d.ts": [
|
|
2368
2359
|
"../../node_modules/@types/koa/index.d.ts"
|
|
@@ -2551,283 +2542,55 @@
|
|
|
2551
2542
|
],
|
|
2552
2543
|
"../../node_modules/@types/node-fetch/index.d.ts": [
|
|
2553
2544
|
"../../node_modules/@types/node-fetch/externals.d.ts",
|
|
2554
|
-
"../../node_modules
|
|
2555
|
-
"
|
|
2556
|
-
"
|
|
2557
|
-
"
|
|
2558
|
-
],
|
|
2559
|
-
"../../node_modules/@types/node/assert.d.ts": [
|
|
2560
|
-
"../../node_modules/@types/node/assert.d.ts"
|
|
2561
|
-
],
|
|
2562
|
-
"../../node_modules/@types/node/async_hooks.d.ts": [
|
|
2563
|
-
"../../node_modules/@types/node/async_hooks.d.ts"
|
|
2564
|
-
],
|
|
2565
|
-
"../../node_modules/@types/node/base.d.ts": [
|
|
2566
|
-
"../../node_modules/@types/node/assert.d.ts",
|
|
2567
|
-
"../../node_modules/@types/node/ts3.6/base.d.ts"
|
|
2568
|
-
],
|
|
2569
|
-
"../../node_modules/@types/node/buffer.d.ts": [
|
|
2570
|
-
"../../node_modules/@types/node/buffer.d.ts"
|
|
2571
|
-
],
|
|
2572
|
-
"../../node_modules/@types/node/child_process.d.ts": [
|
|
2573
|
-
"../../node_modules/@types/node/child_process.d.ts",
|
|
2574
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2575
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
2576
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
2577
|
-
"../../node_modules/@types/node/stream.d.ts"
|
|
2578
|
-
],
|
|
2579
|
-
"../../node_modules/@types/node/cluster.d.ts": [
|
|
2580
|
-
"../../node_modules/@types/node/child_process.d.ts",
|
|
2581
|
-
"../../node_modules/@types/node/cluster.d.ts",
|
|
2582
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2583
|
-
"../../node_modules/@types/node/net.d.ts"
|
|
2584
|
-
],
|
|
2585
|
-
"../../node_modules/@types/node/console.d.ts": [
|
|
2586
|
-
"../../node_modules/@types/node/util.d.ts"
|
|
2587
|
-
],
|
|
2588
|
-
"../../node_modules/@types/node/constants.d.ts": [
|
|
2589
|
-
"../../node_modules/@types/node/constants.d.ts",
|
|
2590
|
-
"../../node_modules/@types/node/crypto.d.ts",
|
|
2591
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
2592
|
-
"../../node_modules/@types/node/os.d.ts"
|
|
2593
|
-
],
|
|
2594
|
-
"../../node_modules/@types/node/crypto.d.ts": [
|
|
2595
|
-
"../../node_modules/@types/node/crypto.d.ts",
|
|
2596
|
-
"../../node_modules/@types/node/stream.d.ts"
|
|
2597
|
-
],
|
|
2598
|
-
"../../node_modules/@types/node/dgram.d.ts": [
|
|
2599
|
-
"../../node_modules/@types/node/dgram.d.ts",
|
|
2600
|
-
"../../node_modules/@types/node/dns.d.ts",
|
|
2601
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2602
|
-
"../../node_modules/@types/node/net.d.ts"
|
|
2603
|
-
],
|
|
2604
|
-
"../../node_modules/@types/node/dns.d.ts": [
|
|
2605
|
-
"../../node_modules/@types/node/dns.d.ts"
|
|
2606
|
-
],
|
|
2607
|
-
"../../node_modules/@types/node/domain.d.ts": [
|
|
2608
|
-
"../../node_modules/@types/node/domain.d.ts",
|
|
2609
|
-
"../../node_modules/@types/node/events.d.ts"
|
|
2610
|
-
],
|
|
2611
|
-
"../../node_modules/@types/node/events.d.ts": [
|
|
2612
|
-
"../../node_modules/@types/node/events.d.ts"
|
|
2613
|
-
],
|
|
2614
|
-
"../../node_modules/@types/node/fs.d.ts": [
|
|
2615
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2616
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
2617
|
-
"../../node_modules/@types/node/fs/promises.d.ts",
|
|
2618
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2619
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
2620
|
-
],
|
|
2621
|
-
"../../node_modules/@types/node/fs/promises.d.ts": [
|
|
2622
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
2623
|
-
"../../node_modules/@types/node/fs/promises.d.ts"
|
|
2624
|
-
],
|
|
2625
|
-
"../../node_modules/@types/node/http.d.ts": [
|
|
2626
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
2627
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
2628
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2629
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
2630
|
-
],
|
|
2631
|
-
"../../node_modules/@types/node/http2.d.ts": [
|
|
2632
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2633
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
2634
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
2635
|
-
"../../node_modules/@types/node/http2.d.ts",
|
|
2636
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
2637
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2638
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
2639
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
2640
|
-
],
|
|
2641
|
-
"../../node_modules/@types/node/https.d.ts": [
|
|
2642
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
2643
|
-
"../../node_modules/@types/node/https.d.ts",
|
|
2644
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
2645
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
2646
|
-
],
|
|
2647
|
-
"../../node_modules/@types/node/index.d.ts": [
|
|
2648
|
-
"../../node_modules/@types/node/base.d.ts"
|
|
2649
|
-
],
|
|
2650
|
-
"../../node_modules/@types/node/inspector.d.ts": [
|
|
2651
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2652
|
-
"../../node_modules/@types/node/inspector.d.ts"
|
|
2653
|
-
],
|
|
2654
|
-
"../../node_modules/@types/node/module.d.ts": [
|
|
2655
|
-
"../../node_modules/@types/node/module.d.ts",
|
|
2656
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
2657
|
-
],
|
|
2658
|
-
"../../node_modules/@types/node/net.d.ts": [
|
|
2659
|
-
"../../node_modules/@types/node/dns.d.ts",
|
|
2660
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2661
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
2662
|
-
"../../node_modules/@types/node/stream.d.ts"
|
|
2663
|
-
],
|
|
2664
|
-
"../../node_modules/@types/node/os.d.ts": [
|
|
2665
|
-
"../../node_modules/@types/node/os.d.ts"
|
|
2666
|
-
],
|
|
2667
|
-
"../../node_modules/@types/node/path.d.ts": [
|
|
2668
|
-
"../../node_modules/@types/node/path.d.ts"
|
|
2669
|
-
],
|
|
2670
|
-
"../../node_modules/@types/node/perf_hooks.d.ts": [
|
|
2671
|
-
"../../node_modules/@types/node/async_hooks.d.ts",
|
|
2672
|
-
"../../node_modules/@types/node/perf_hooks.d.ts"
|
|
2673
|
-
],
|
|
2674
|
-
"../../node_modules/@types/node/process.d.ts": [
|
|
2675
|
-
"../../node_modules/@types/node/tty.d.ts"
|
|
2676
|
-
],
|
|
2677
|
-
"../../node_modules/@types/node/punycode.d.ts": [
|
|
2678
|
-
"../../node_modules/@types/node/punycode.d.ts"
|
|
2679
|
-
],
|
|
2680
|
-
"../../node_modules/@types/node/querystring.d.ts": [
|
|
2681
|
-
"../../node_modules/@types/node/querystring.d.ts"
|
|
2682
|
-
],
|
|
2683
|
-
"../../node_modules/@types/node/readline.d.ts": [
|
|
2684
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2685
|
-
"../../node_modules/@types/node/readline.d.ts"
|
|
2686
|
-
],
|
|
2687
|
-
"../../node_modules/@types/node/repl.d.ts": [
|
|
2688
|
-
"../../node_modules/@types/node/readline.d.ts",
|
|
2689
|
-
"../../node_modules/@types/node/repl.d.ts",
|
|
2690
|
-
"../../node_modules/@types/node/util.d.ts",
|
|
2691
|
-
"../../node_modules/@types/node/vm.d.ts"
|
|
2692
|
-
],
|
|
2693
|
-
"../../node_modules/@types/node/stream.d.ts": [
|
|
2694
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2695
|
-
"../../node_modules/@types/node/stream.d.ts"
|
|
2696
|
-
],
|
|
2697
|
-
"../../node_modules/@types/node/string_decoder.d.ts": [
|
|
2698
|
-
"../../node_modules/@types/node/string_decoder.d.ts"
|
|
2699
|
-
],
|
|
2700
|
-
"../../node_modules/@types/node/timers.d.ts": [
|
|
2701
|
-
"../../node_modules/@types/node/timers.d.ts"
|
|
2702
|
-
],
|
|
2703
|
-
"../../node_modules/@types/node/tls.d.ts": [
|
|
2704
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
2705
|
-
"../../node_modules/@types/node/tls.d.ts"
|
|
2706
|
-
],
|
|
2707
|
-
"../../node_modules/@types/node/trace_events.d.ts": [
|
|
2708
|
-
"../../node_modules/@types/node/trace_events.d.ts"
|
|
2709
|
-
],
|
|
2710
|
-
"../../node_modules/@types/node/ts3.6/base.d.ts": [
|
|
2711
|
-
"../../node_modules/@types/node/async_hooks.d.ts",
|
|
2712
|
-
"../../node_modules/@types/node/buffer.d.ts",
|
|
2713
|
-
"../../node_modules/@types/node/child_process.d.ts",
|
|
2714
|
-
"../../node_modules/@types/node/cluster.d.ts",
|
|
2715
|
-
"../../node_modules/@types/node/console.d.ts",
|
|
2716
|
-
"../../node_modules/@types/node/constants.d.ts",
|
|
2717
|
-
"../../node_modules/@types/node/crypto.d.ts",
|
|
2718
|
-
"../../node_modules/@types/node/dgram.d.ts",
|
|
2719
|
-
"../../node_modules/@types/node/dns.d.ts",
|
|
2720
|
-
"../../node_modules/@types/node/domain.d.ts",
|
|
2721
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2722
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
2723
|
-
"../../node_modules/@types/node/fs/promises.d.ts",
|
|
2724
|
-
"../../node_modules/@types/node/globals.d.ts",
|
|
2725
|
-
"../../node_modules/@types/node/globals.global.d.ts",
|
|
2726
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
2727
|
-
"../../node_modules/@types/node/http2.d.ts",
|
|
2728
|
-
"../../node_modules/@types/node/https.d.ts",
|
|
2729
|
-
"../../node_modules/@types/node/inspector.d.ts",
|
|
2730
|
-
"../../node_modules/@types/node/module.d.ts",
|
|
2731
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
2732
|
-
"../../node_modules/@types/node/os.d.ts",
|
|
2733
|
-
"../../node_modules/@types/node/path.d.ts",
|
|
2734
|
-
"../../node_modules/@types/node/perf_hooks.d.ts",
|
|
2735
|
-
"../../node_modules/@types/node/process.d.ts",
|
|
2736
|
-
"../../node_modules/@types/node/punycode.d.ts",
|
|
2737
|
-
"../../node_modules/@types/node/querystring.d.ts",
|
|
2738
|
-
"../../node_modules/@types/node/readline.d.ts",
|
|
2739
|
-
"../../node_modules/@types/node/repl.d.ts",
|
|
2740
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2741
|
-
"../../node_modules/@types/node/string_decoder.d.ts",
|
|
2742
|
-
"../../node_modules/@types/node/timers.d.ts",
|
|
2743
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
2744
|
-
"../../node_modules/@types/node/trace_events.d.ts",
|
|
2745
|
-
"../../node_modules/@types/node/tty.d.ts",
|
|
2746
|
-
"../../node_modules/@types/node/url.d.ts",
|
|
2747
|
-
"../../node_modules/@types/node/util.d.ts",
|
|
2748
|
-
"../../node_modules/@types/node/v8.d.ts",
|
|
2749
|
-
"../../node_modules/@types/node/vm.d.ts",
|
|
2750
|
-
"../../node_modules/@types/node/wasi.d.ts",
|
|
2751
|
-
"../../node_modules/@types/node/worker_threads.d.ts",
|
|
2752
|
-
"../../node_modules/@types/node/zlib.d.ts"
|
|
2753
|
-
],
|
|
2754
|
-
"../../node_modules/@types/node/tty.d.ts": [
|
|
2755
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
2756
|
-
"../../node_modules/@types/node/tty.d.ts"
|
|
2757
|
-
],
|
|
2758
|
-
"../../node_modules/@types/node/url.d.ts": [
|
|
2759
|
-
"../../node_modules/@types/node/querystring.d.ts",
|
|
2760
|
-
"../../node_modules/@types/node/url.d.ts"
|
|
2761
|
-
],
|
|
2762
|
-
"../../node_modules/@types/node/util.d.ts": [
|
|
2763
|
-
"../../node_modules/@types/node/util.d.ts"
|
|
2764
|
-
],
|
|
2765
|
-
"../../node_modules/@types/node/v8.d.ts": [
|
|
2766
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2767
|
-
"../../node_modules/@types/node/v8.d.ts"
|
|
2768
|
-
],
|
|
2769
|
-
"../../node_modules/@types/node/vm.d.ts": [
|
|
2770
|
-
"../../node_modules/@types/node/vm.d.ts"
|
|
2771
|
-
],
|
|
2772
|
-
"../../node_modules/@types/node/wasi.d.ts": [
|
|
2773
|
-
"../../node_modules/@types/node/wasi.d.ts"
|
|
2774
|
-
],
|
|
2775
|
-
"../../node_modules/@types/node/worker_threads.d.ts": [
|
|
2776
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2777
|
-
"../../node_modules/@types/node/fs/promises.d.ts",
|
|
2778
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2779
|
-
"../../node_modules/@types/node/url.d.ts",
|
|
2780
|
-
"../../node_modules/@types/node/vm.d.ts",
|
|
2781
|
-
"../../node_modules/@types/node/worker_threads.d.ts"
|
|
2782
|
-
],
|
|
2783
|
-
"../../node_modules/@types/node/zlib.d.ts": [
|
|
2784
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2785
|
-
"../../node_modules/@types/node/zlib.d.ts"
|
|
2545
|
+
"../../node_modules/form-data/index.d.ts",
|
|
2546
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2547
|
+
"./node_modules/@types/node/index.d.ts",
|
|
2548
|
+
"./node_modules/@types/node/url.d.ts"
|
|
2786
2549
|
],
|
|
2787
2550
|
"../../node_modules/@types/pg/index.d.ts": [
|
|
2788
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2789
|
-
"../../node_modules/@types/node/index.d.ts",
|
|
2790
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2791
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
2792
2551
|
"../../node_modules/@types/pg/index.d.ts",
|
|
2793
2552
|
"../../node_modules/pg-protocol/dist/messages.d.ts",
|
|
2794
|
-
"../../node_modules/pg-types/index.d.ts"
|
|
2553
|
+
"../../node_modules/pg-types/index.d.ts",
|
|
2554
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2555
|
+
"./node_modules/@types/node/index.d.ts",
|
|
2556
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2557
|
+
"./node_modules/@types/node/tls.d.ts"
|
|
2795
2558
|
],
|
|
2796
2559
|
"../../node_modules/@types/pino-http/index.d.ts": [
|
|
2797
|
-
"../../node_modules/@types/
|
|
2798
|
-
"
|
|
2560
|
+
"../../node_modules/@types/pino/index.d.ts",
|
|
2561
|
+
"./node_modules/@types/node/http.d.ts"
|
|
2799
2562
|
],
|
|
2800
2563
|
"../../node_modules/@types/pino-pretty/index.d.ts": [
|
|
2801
2564
|
"../../node_modules/@types/pino/index.d.ts"
|
|
2802
2565
|
],
|
|
2803
2566
|
"../../node_modules/@types/pino-std-serializers/index.d.ts": [
|
|
2804
|
-
"
|
|
2805
|
-
"
|
|
2567
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2568
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2806
2569
|
],
|
|
2807
2570
|
"../../node_modules/@types/pino/index.d.ts": [
|
|
2808
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2809
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
2810
|
-
"../../node_modules/@types/node/index.d.ts",
|
|
2811
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
2812
2571
|
"../../node_modules/@types/pino-pretty/index.d.ts",
|
|
2813
2572
|
"../../node_modules/@types/pino-std-serializers/index.d.ts",
|
|
2814
|
-
"../../node_modules/@types/sonic-boom/index.d.ts"
|
|
2573
|
+
"../../node_modules/@types/pino/node_modules/sonic-boom/types/index.d.ts",
|
|
2574
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2575
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2576
|
+
"./node_modules/@types/node/index.d.ts",
|
|
2577
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
2578
|
+
],
|
|
2579
|
+
"../../node_modules/@types/pino/node_modules/sonic-boom/types/index.d.ts": [
|
|
2580
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2581
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2815
2582
|
],
|
|
2816
2583
|
"../../node_modules/@types/serve-static/index.d.ts": [
|
|
2817
2584
|
"../../node_modules/@types/mime/index.d.ts",
|
|
2818
|
-
"
|
|
2819
|
-
"
|
|
2820
|
-
],
|
|
2821
|
-
"../../node_modules/@types/sonic-boom/index.d.ts": [
|
|
2822
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
2823
|
-
"../../node_modules/@types/node/index.d.ts"
|
|
2585
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2586
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2824
2587
|
],
|
|
2825
2588
|
"../../node_modules/@types/superagent/index.d.ts": [
|
|
2826
2589
|
"../../node_modules/@types/cookiejar/index.d.ts",
|
|
2827
|
-
"
|
|
2828
|
-
"
|
|
2829
|
-
"
|
|
2830
|
-
"
|
|
2590
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
2591
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2592
|
+
"./node_modules/@types/node/index.d.ts",
|
|
2593
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
2831
2594
|
],
|
|
2832
2595
|
"../../node_modules/@types/supertest/index.d.ts": [
|
|
2833
2596
|
"../../node_modules/@types/superagent/index.d.ts"
|
|
@@ -2836,9 +2599,9 @@
|
|
|
2836
2599
|
"../../node_modules/@types/yargs-parser/index.d.ts"
|
|
2837
2600
|
],
|
|
2838
2601
|
"../../node_modules/form-data/index.d.ts": [
|
|
2839
|
-
"
|
|
2840
|
-
"
|
|
2841
|
-
"
|
|
2602
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2603
|
+
"./node_modules/@types/node/index.d.ts",
|
|
2604
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
2842
2605
|
],
|
|
2843
2606
|
"../../node_modules/jest-diff/build/difflines.d.ts": [
|
|
2844
2607
|
"../../node_modules/jest-diff/build/cleanupsemantic.d.ts",
|
|
@@ -2855,7 +2618,7 @@
|
|
|
2855
2618
|
"../../node_modules/jest-diff/build/types.d.ts"
|
|
2856
2619
|
],
|
|
2857
2620
|
"../../node_modules/pg-protocol/dist/messages.d.ts": [
|
|
2858
|
-
"
|
|
2621
|
+
"./node_modules/@types/node/index.d.ts"
|
|
2859
2622
|
],
|
|
2860
2623
|
"../../node_modules/pretty-format/build/index.d.ts": [
|
|
2861
2624
|
"../../node_modules/pretty-format/build/types.d.ts"
|
|
@@ -2866,9 +2629,240 @@
|
|
|
2866
2629
|
"../commons/lib/errors.d.ts": [
|
|
2867
2630
|
"../../node_modules/joi/lib/index.d.ts"
|
|
2868
2631
|
],
|
|
2632
|
+
"./node_modules/@types/node/assert.d.ts": [
|
|
2633
|
+
"./node_modules/@types/node/assert.d.ts"
|
|
2634
|
+
],
|
|
2635
|
+
"./node_modules/@types/node/async_hooks.d.ts": [
|
|
2636
|
+
"./node_modules/@types/node/async_hooks.d.ts"
|
|
2637
|
+
],
|
|
2638
|
+
"./node_modules/@types/node/base.d.ts": [
|
|
2639
|
+
"./node_modules/@types/node/assert.d.ts",
|
|
2640
|
+
"./node_modules/@types/node/ts3.6/base.d.ts"
|
|
2641
|
+
],
|
|
2642
|
+
"./node_modules/@types/node/buffer.d.ts": [
|
|
2643
|
+
"./node_modules/@types/node/buffer.d.ts"
|
|
2644
|
+
],
|
|
2645
|
+
"./node_modules/@types/node/child_process.d.ts": [
|
|
2646
|
+
"./node_modules/@types/node/child_process.d.ts",
|
|
2647
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2648
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
2649
|
+
"./node_modules/@types/node/net.d.ts",
|
|
2650
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
2651
|
+
],
|
|
2652
|
+
"./node_modules/@types/node/cluster.d.ts": [
|
|
2653
|
+
"./node_modules/@types/node/child_process.d.ts",
|
|
2654
|
+
"./node_modules/@types/node/cluster.d.ts",
|
|
2655
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2656
|
+
"./node_modules/@types/node/net.d.ts"
|
|
2657
|
+
],
|
|
2658
|
+
"./node_modules/@types/node/console.d.ts": [
|
|
2659
|
+
"./node_modules/@types/node/util.d.ts"
|
|
2660
|
+
],
|
|
2661
|
+
"./node_modules/@types/node/constants.d.ts": [
|
|
2662
|
+
"./node_modules/@types/node/constants.d.ts",
|
|
2663
|
+
"./node_modules/@types/node/crypto.d.ts",
|
|
2664
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
2665
|
+
"./node_modules/@types/node/os.d.ts"
|
|
2666
|
+
],
|
|
2667
|
+
"./node_modules/@types/node/crypto.d.ts": [
|
|
2668
|
+
"./node_modules/@types/node/crypto.d.ts",
|
|
2669
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
2670
|
+
],
|
|
2671
|
+
"./node_modules/@types/node/dgram.d.ts": [
|
|
2672
|
+
"./node_modules/@types/node/dgram.d.ts",
|
|
2673
|
+
"./node_modules/@types/node/dns.d.ts",
|
|
2674
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2675
|
+
"./node_modules/@types/node/net.d.ts"
|
|
2676
|
+
],
|
|
2677
|
+
"./node_modules/@types/node/dns.d.ts": [
|
|
2678
|
+
"./node_modules/@types/node/dns.d.ts"
|
|
2679
|
+
],
|
|
2680
|
+
"./node_modules/@types/node/domain.d.ts": [
|
|
2681
|
+
"./node_modules/@types/node/domain.d.ts",
|
|
2682
|
+
"./node_modules/@types/node/events.d.ts"
|
|
2683
|
+
],
|
|
2684
|
+
"./node_modules/@types/node/events.d.ts": [
|
|
2685
|
+
"./node_modules/@types/node/events.d.ts"
|
|
2686
|
+
],
|
|
2687
|
+
"./node_modules/@types/node/fs.d.ts": [
|
|
2688
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2689
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
2690
|
+
"./node_modules/@types/node/fs/promises.d.ts",
|
|
2691
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2692
|
+
"./node_modules/@types/node/url.d.ts"
|
|
2693
|
+
],
|
|
2694
|
+
"./node_modules/@types/node/fs/promises.d.ts": [
|
|
2695
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
2696
|
+
"./node_modules/@types/node/fs/promises.d.ts"
|
|
2697
|
+
],
|
|
2698
|
+
"./node_modules/@types/node/http.d.ts": [
|
|
2699
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2700
|
+
"./node_modules/@types/node/net.d.ts",
|
|
2701
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2702
|
+
"./node_modules/@types/node/url.d.ts"
|
|
2703
|
+
],
|
|
2704
|
+
"./node_modules/@types/node/http2.d.ts": [
|
|
2705
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2706
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
2707
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2708
|
+
"./node_modules/@types/node/http2.d.ts",
|
|
2709
|
+
"./node_modules/@types/node/net.d.ts",
|
|
2710
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2711
|
+
"./node_modules/@types/node/tls.d.ts",
|
|
2712
|
+
"./node_modules/@types/node/url.d.ts"
|
|
2713
|
+
],
|
|
2714
|
+
"./node_modules/@types/node/https.d.ts": [
|
|
2715
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2716
|
+
"./node_modules/@types/node/https.d.ts",
|
|
2717
|
+
"./node_modules/@types/node/tls.d.ts",
|
|
2718
|
+
"./node_modules/@types/node/url.d.ts"
|
|
2719
|
+
],
|
|
2720
|
+
"./node_modules/@types/node/index.d.ts": [
|
|
2721
|
+
"./node_modules/@types/node/base.d.ts"
|
|
2722
|
+
],
|
|
2723
|
+
"./node_modules/@types/node/inspector.d.ts": [
|
|
2724
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2725
|
+
"./node_modules/@types/node/inspector.d.ts"
|
|
2726
|
+
],
|
|
2727
|
+
"./node_modules/@types/node/module.d.ts": [
|
|
2728
|
+
"./node_modules/@types/node/module.d.ts",
|
|
2729
|
+
"./node_modules/@types/node/url.d.ts"
|
|
2730
|
+
],
|
|
2731
|
+
"./node_modules/@types/node/net.d.ts": [
|
|
2732
|
+
"./node_modules/@types/node/dns.d.ts",
|
|
2733
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2734
|
+
"./node_modules/@types/node/net.d.ts",
|
|
2735
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
2736
|
+
],
|
|
2737
|
+
"./node_modules/@types/node/os.d.ts": [
|
|
2738
|
+
"./node_modules/@types/node/os.d.ts"
|
|
2739
|
+
],
|
|
2740
|
+
"./node_modules/@types/node/path.d.ts": [
|
|
2741
|
+
"./node_modules/@types/node/path.d.ts"
|
|
2742
|
+
],
|
|
2743
|
+
"./node_modules/@types/node/perf_hooks.d.ts": [
|
|
2744
|
+
"./node_modules/@types/node/async_hooks.d.ts",
|
|
2745
|
+
"./node_modules/@types/node/perf_hooks.d.ts"
|
|
2746
|
+
],
|
|
2747
|
+
"./node_modules/@types/node/process.d.ts": [
|
|
2748
|
+
"./node_modules/@types/node/tty.d.ts"
|
|
2749
|
+
],
|
|
2750
|
+
"./node_modules/@types/node/punycode.d.ts": [
|
|
2751
|
+
"./node_modules/@types/node/punycode.d.ts"
|
|
2752
|
+
],
|
|
2753
|
+
"./node_modules/@types/node/querystring.d.ts": [
|
|
2754
|
+
"./node_modules/@types/node/querystring.d.ts"
|
|
2755
|
+
],
|
|
2756
|
+
"./node_modules/@types/node/readline.d.ts": [
|
|
2757
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2758
|
+
"./node_modules/@types/node/readline.d.ts"
|
|
2759
|
+
],
|
|
2760
|
+
"./node_modules/@types/node/repl.d.ts": [
|
|
2761
|
+
"./node_modules/@types/node/readline.d.ts",
|
|
2762
|
+
"./node_modules/@types/node/repl.d.ts",
|
|
2763
|
+
"./node_modules/@types/node/util.d.ts",
|
|
2764
|
+
"./node_modules/@types/node/vm.d.ts"
|
|
2765
|
+
],
|
|
2766
|
+
"./node_modules/@types/node/stream.d.ts": [
|
|
2767
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2768
|
+
"./node_modules/@types/node/stream.d.ts"
|
|
2769
|
+
],
|
|
2770
|
+
"./node_modules/@types/node/string_decoder.d.ts": [
|
|
2771
|
+
"./node_modules/@types/node/string_decoder.d.ts"
|
|
2772
|
+
],
|
|
2773
|
+
"./node_modules/@types/node/timers.d.ts": [
|
|
2774
|
+
"./node_modules/@types/node/timers.d.ts"
|
|
2775
|
+
],
|
|
2776
|
+
"./node_modules/@types/node/tls.d.ts": [
|
|
2777
|
+
"./node_modules/@types/node/net.d.ts",
|
|
2778
|
+
"./node_modules/@types/node/tls.d.ts"
|
|
2779
|
+
],
|
|
2780
|
+
"./node_modules/@types/node/trace_events.d.ts": [
|
|
2781
|
+
"./node_modules/@types/node/trace_events.d.ts"
|
|
2782
|
+
],
|
|
2783
|
+
"./node_modules/@types/node/ts3.6/base.d.ts": [
|
|
2784
|
+
"./node_modules/@types/node/async_hooks.d.ts",
|
|
2785
|
+
"./node_modules/@types/node/buffer.d.ts",
|
|
2786
|
+
"./node_modules/@types/node/child_process.d.ts",
|
|
2787
|
+
"./node_modules/@types/node/cluster.d.ts",
|
|
2788
|
+
"./node_modules/@types/node/console.d.ts",
|
|
2789
|
+
"./node_modules/@types/node/constants.d.ts",
|
|
2790
|
+
"./node_modules/@types/node/crypto.d.ts",
|
|
2791
|
+
"./node_modules/@types/node/dgram.d.ts",
|
|
2792
|
+
"./node_modules/@types/node/dns.d.ts",
|
|
2793
|
+
"./node_modules/@types/node/domain.d.ts",
|
|
2794
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2795
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
2796
|
+
"./node_modules/@types/node/fs/promises.d.ts",
|
|
2797
|
+
"./node_modules/@types/node/globals.d.ts",
|
|
2798
|
+
"./node_modules/@types/node/globals.global.d.ts",
|
|
2799
|
+
"./node_modules/@types/node/http.d.ts",
|
|
2800
|
+
"./node_modules/@types/node/http2.d.ts",
|
|
2801
|
+
"./node_modules/@types/node/https.d.ts",
|
|
2802
|
+
"./node_modules/@types/node/inspector.d.ts",
|
|
2803
|
+
"./node_modules/@types/node/module.d.ts",
|
|
2804
|
+
"./node_modules/@types/node/net.d.ts",
|
|
2805
|
+
"./node_modules/@types/node/os.d.ts",
|
|
2806
|
+
"./node_modules/@types/node/path.d.ts",
|
|
2807
|
+
"./node_modules/@types/node/perf_hooks.d.ts",
|
|
2808
|
+
"./node_modules/@types/node/process.d.ts",
|
|
2809
|
+
"./node_modules/@types/node/punycode.d.ts",
|
|
2810
|
+
"./node_modules/@types/node/querystring.d.ts",
|
|
2811
|
+
"./node_modules/@types/node/readline.d.ts",
|
|
2812
|
+
"./node_modules/@types/node/repl.d.ts",
|
|
2813
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2814
|
+
"./node_modules/@types/node/string_decoder.d.ts",
|
|
2815
|
+
"./node_modules/@types/node/timers.d.ts",
|
|
2816
|
+
"./node_modules/@types/node/tls.d.ts",
|
|
2817
|
+
"./node_modules/@types/node/trace_events.d.ts",
|
|
2818
|
+
"./node_modules/@types/node/tty.d.ts",
|
|
2819
|
+
"./node_modules/@types/node/url.d.ts",
|
|
2820
|
+
"./node_modules/@types/node/util.d.ts",
|
|
2821
|
+
"./node_modules/@types/node/v8.d.ts",
|
|
2822
|
+
"./node_modules/@types/node/vm.d.ts",
|
|
2823
|
+
"./node_modules/@types/node/wasi.d.ts",
|
|
2824
|
+
"./node_modules/@types/node/worker_threads.d.ts",
|
|
2825
|
+
"./node_modules/@types/node/zlib.d.ts"
|
|
2826
|
+
],
|
|
2827
|
+
"./node_modules/@types/node/tty.d.ts": [
|
|
2828
|
+
"./node_modules/@types/node/net.d.ts",
|
|
2829
|
+
"./node_modules/@types/node/tty.d.ts"
|
|
2830
|
+
],
|
|
2831
|
+
"./node_modules/@types/node/url.d.ts": [
|
|
2832
|
+
"./node_modules/@types/node/querystring.d.ts",
|
|
2833
|
+
"./node_modules/@types/node/url.d.ts"
|
|
2834
|
+
],
|
|
2835
|
+
"./node_modules/@types/node/util.d.ts": [
|
|
2836
|
+
"./node_modules/@types/node/util.d.ts"
|
|
2837
|
+
],
|
|
2838
|
+
"./node_modules/@types/node/v8.d.ts": [
|
|
2839
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2840
|
+
"./node_modules/@types/node/v8.d.ts"
|
|
2841
|
+
],
|
|
2842
|
+
"./node_modules/@types/node/vm.d.ts": [
|
|
2843
|
+
"./node_modules/@types/node/vm.d.ts"
|
|
2844
|
+
],
|
|
2845
|
+
"./node_modules/@types/node/wasi.d.ts": [
|
|
2846
|
+
"./node_modules/@types/node/wasi.d.ts"
|
|
2847
|
+
],
|
|
2848
|
+
"./node_modules/@types/node/worker_threads.d.ts": [
|
|
2849
|
+
"./node_modules/@types/node/events.d.ts",
|
|
2850
|
+
"./node_modules/@types/node/fs/promises.d.ts",
|
|
2851
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2852
|
+
"./node_modules/@types/node/url.d.ts",
|
|
2853
|
+
"./node_modules/@types/node/vm.d.ts",
|
|
2854
|
+
"./node_modules/@types/node/worker_threads.d.ts"
|
|
2855
|
+
],
|
|
2856
|
+
"./node_modules/@types/node/zlib.d.ts": [
|
|
2857
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
2858
|
+
"./node_modules/@types/node/zlib.d.ts"
|
|
2859
|
+
],
|
|
2869
2860
|
"./src/apis/crm.ts": [
|
|
2870
2861
|
"./src/types/crm.ts"
|
|
2871
2862
|
],
|
|
2863
|
+
"./src/apis/tenants.ts": [
|
|
2864
|
+
"./src/types/tenants.ts"
|
|
2865
|
+
],
|
|
2872
2866
|
"./src/types/crm.ts": [
|
|
2873
2867
|
"../commons-sdk/lib/types.d.ts",
|
|
2874
2868
|
"./src/types/definitions.ts"
|
|
@@ -2967,7 +2961,6 @@
|
|
|
2967
2961
|
"../../node_modules/@types/content-disposition/index.d.ts",
|
|
2968
2962
|
"../../node_modules/@types/cookiejar/index.d.ts",
|
|
2969
2963
|
"../../node_modules/@types/cookies/index.d.ts",
|
|
2970
|
-
"../../node_modules/@types/cookies/node_modules/@types/express/index.d.ts",
|
|
2971
2964
|
"../../node_modules/@types/express-serve-static-core/index.d.ts",
|
|
2972
2965
|
"../../node_modules/@types/express/index.d.ts",
|
|
2973
2966
|
"../../node_modules/@types/google-libphonenumber/index.d.ts",
|
|
@@ -2979,7 +2972,6 @@
|
|
|
2979
2972
|
"../../node_modules/@types/istanbul-reports/index.d.ts",
|
|
2980
2973
|
"../../node_modules/@types/jest/index.d.ts",
|
|
2981
2974
|
"../../node_modules/@types/json-schema/index.d.ts",
|
|
2982
|
-
"../../node_modules/@types/json5/index.d.ts",
|
|
2983
2975
|
"../../node_modules/@types/jsonwebtoken/index.d.ts",
|
|
2984
2976
|
"../../node_modules/@types/jwk-to-pem/index.d.ts",
|
|
2985
2977
|
"../../node_modules/@types/keygrip/index.d.ts",
|
|
@@ -3007,52 +2999,6 @@
|
|
|
3007
2999
|
"../../node_modules/@types/nanoid/index.d.ts",
|
|
3008
3000
|
"../../node_modules/@types/node-fetch/externals.d.ts",
|
|
3009
3001
|
"../../node_modules/@types/node-fetch/index.d.ts",
|
|
3010
|
-
"../../node_modules/@types/node/assert.d.ts",
|
|
3011
|
-
"../../node_modules/@types/node/async_hooks.d.ts",
|
|
3012
|
-
"../../node_modules/@types/node/base.d.ts",
|
|
3013
|
-
"../../node_modules/@types/node/buffer.d.ts",
|
|
3014
|
-
"../../node_modules/@types/node/child_process.d.ts",
|
|
3015
|
-
"../../node_modules/@types/node/cluster.d.ts",
|
|
3016
|
-
"../../node_modules/@types/node/console.d.ts",
|
|
3017
|
-
"../../node_modules/@types/node/constants.d.ts",
|
|
3018
|
-
"../../node_modules/@types/node/crypto.d.ts",
|
|
3019
|
-
"../../node_modules/@types/node/dgram.d.ts",
|
|
3020
|
-
"../../node_modules/@types/node/dns.d.ts",
|
|
3021
|
-
"../../node_modules/@types/node/domain.d.ts",
|
|
3022
|
-
"../../node_modules/@types/node/events.d.ts",
|
|
3023
|
-
"../../node_modules/@types/node/fs.d.ts",
|
|
3024
|
-
"../../node_modules/@types/node/fs/promises.d.ts",
|
|
3025
|
-
"../../node_modules/@types/node/globals.d.ts",
|
|
3026
|
-
"../../node_modules/@types/node/globals.global.d.ts",
|
|
3027
|
-
"../../node_modules/@types/node/http.d.ts",
|
|
3028
|
-
"../../node_modules/@types/node/http2.d.ts",
|
|
3029
|
-
"../../node_modules/@types/node/https.d.ts",
|
|
3030
|
-
"../../node_modules/@types/node/index.d.ts",
|
|
3031
|
-
"../../node_modules/@types/node/inspector.d.ts",
|
|
3032
|
-
"../../node_modules/@types/node/module.d.ts",
|
|
3033
|
-
"../../node_modules/@types/node/net.d.ts",
|
|
3034
|
-
"../../node_modules/@types/node/os.d.ts",
|
|
3035
|
-
"../../node_modules/@types/node/path.d.ts",
|
|
3036
|
-
"../../node_modules/@types/node/perf_hooks.d.ts",
|
|
3037
|
-
"../../node_modules/@types/node/process.d.ts",
|
|
3038
|
-
"../../node_modules/@types/node/punycode.d.ts",
|
|
3039
|
-
"../../node_modules/@types/node/querystring.d.ts",
|
|
3040
|
-
"../../node_modules/@types/node/readline.d.ts",
|
|
3041
|
-
"../../node_modules/@types/node/repl.d.ts",
|
|
3042
|
-
"../../node_modules/@types/node/stream.d.ts",
|
|
3043
|
-
"../../node_modules/@types/node/string_decoder.d.ts",
|
|
3044
|
-
"../../node_modules/@types/node/timers.d.ts",
|
|
3045
|
-
"../../node_modules/@types/node/tls.d.ts",
|
|
3046
|
-
"../../node_modules/@types/node/trace_events.d.ts",
|
|
3047
|
-
"../../node_modules/@types/node/ts3.6/base.d.ts",
|
|
3048
|
-
"../../node_modules/@types/node/tty.d.ts",
|
|
3049
|
-
"../../node_modules/@types/node/url.d.ts",
|
|
3050
|
-
"../../node_modules/@types/node/util.d.ts",
|
|
3051
|
-
"../../node_modules/@types/node/v8.d.ts",
|
|
3052
|
-
"../../node_modules/@types/node/vm.d.ts",
|
|
3053
|
-
"../../node_modules/@types/node/wasi.d.ts",
|
|
3054
|
-
"../../node_modules/@types/node/worker_threads.d.ts",
|
|
3055
|
-
"../../node_modules/@types/node/zlib.d.ts",
|
|
3056
3002
|
"../../node_modules/@types/normalize-package-data/index.d.ts",
|
|
3057
3003
|
"../../node_modules/@types/object-hash/index.d.ts",
|
|
3058
3004
|
"../../node_modules/@types/pg/index.d.ts",
|
|
@@ -3060,12 +3006,12 @@
|
|
|
3060
3006
|
"../../node_modules/@types/pino-pretty/index.d.ts",
|
|
3061
3007
|
"../../node_modules/@types/pino-std-serializers/index.d.ts",
|
|
3062
3008
|
"../../node_modules/@types/pino/index.d.ts",
|
|
3009
|
+
"../../node_modules/@types/pino/node_modules/sonic-boom/types/index.d.ts",
|
|
3063
3010
|
"../../node_modules/@types/prettier/index.d.ts",
|
|
3064
3011
|
"../../node_modules/@types/qs/index.d.ts",
|
|
3065
3012
|
"../../node_modules/@types/range-parser/index.d.ts",
|
|
3066
3013
|
"../../node_modules/@types/retry/index.d.ts",
|
|
3067
3014
|
"../../node_modules/@types/serve-static/index.d.ts",
|
|
3068
|
-
"../../node_modules/@types/sonic-boom/index.d.ts",
|
|
3069
3015
|
"../../node_modules/@types/stack-utils/index.d.ts",
|
|
3070
3016
|
"../../node_modules/@types/superagent/index.d.ts",
|
|
3071
3017
|
"../../node_modules/@types/supertest/index.d.ts",
|
|
@@ -3130,8 +3076,55 @@
|
|
|
3130
3076
|
"../commons-sdk/lib/types.d.ts",
|
|
3131
3077
|
"../commons/lib/errors.d.ts",
|
|
3132
3078
|
"../commons/lib/secrets.d.ts",
|
|
3079
|
+
"./node_modules/@types/node/assert.d.ts",
|
|
3080
|
+
"./node_modules/@types/node/async_hooks.d.ts",
|
|
3081
|
+
"./node_modules/@types/node/base.d.ts",
|
|
3082
|
+
"./node_modules/@types/node/buffer.d.ts",
|
|
3083
|
+
"./node_modules/@types/node/child_process.d.ts",
|
|
3084
|
+
"./node_modules/@types/node/cluster.d.ts",
|
|
3085
|
+
"./node_modules/@types/node/console.d.ts",
|
|
3086
|
+
"./node_modules/@types/node/constants.d.ts",
|
|
3087
|
+
"./node_modules/@types/node/crypto.d.ts",
|
|
3088
|
+
"./node_modules/@types/node/dgram.d.ts",
|
|
3089
|
+
"./node_modules/@types/node/dns.d.ts",
|
|
3090
|
+
"./node_modules/@types/node/domain.d.ts",
|
|
3091
|
+
"./node_modules/@types/node/events.d.ts",
|
|
3092
|
+
"./node_modules/@types/node/fs.d.ts",
|
|
3093
|
+
"./node_modules/@types/node/fs/promises.d.ts",
|
|
3094
|
+
"./node_modules/@types/node/globals.d.ts",
|
|
3095
|
+
"./node_modules/@types/node/globals.global.d.ts",
|
|
3096
|
+
"./node_modules/@types/node/http.d.ts",
|
|
3097
|
+
"./node_modules/@types/node/http2.d.ts",
|
|
3098
|
+
"./node_modules/@types/node/https.d.ts",
|
|
3099
|
+
"./node_modules/@types/node/index.d.ts",
|
|
3100
|
+
"./node_modules/@types/node/inspector.d.ts",
|
|
3101
|
+
"./node_modules/@types/node/module.d.ts",
|
|
3102
|
+
"./node_modules/@types/node/net.d.ts",
|
|
3103
|
+
"./node_modules/@types/node/os.d.ts",
|
|
3104
|
+
"./node_modules/@types/node/path.d.ts",
|
|
3105
|
+
"./node_modules/@types/node/perf_hooks.d.ts",
|
|
3106
|
+
"./node_modules/@types/node/process.d.ts",
|
|
3107
|
+
"./node_modules/@types/node/punycode.d.ts",
|
|
3108
|
+
"./node_modules/@types/node/querystring.d.ts",
|
|
3109
|
+
"./node_modules/@types/node/readline.d.ts",
|
|
3110
|
+
"./node_modules/@types/node/repl.d.ts",
|
|
3111
|
+
"./node_modules/@types/node/stream.d.ts",
|
|
3112
|
+
"./node_modules/@types/node/string_decoder.d.ts",
|
|
3113
|
+
"./node_modules/@types/node/timers.d.ts",
|
|
3114
|
+
"./node_modules/@types/node/tls.d.ts",
|
|
3115
|
+
"./node_modules/@types/node/trace_events.d.ts",
|
|
3116
|
+
"./node_modules/@types/node/ts3.6/base.d.ts",
|
|
3117
|
+
"./node_modules/@types/node/tty.d.ts",
|
|
3118
|
+
"./node_modules/@types/node/url.d.ts",
|
|
3119
|
+
"./node_modules/@types/node/util.d.ts",
|
|
3120
|
+
"./node_modules/@types/node/v8.d.ts",
|
|
3121
|
+
"./node_modules/@types/node/vm.d.ts",
|
|
3122
|
+
"./node_modules/@types/node/wasi.d.ts",
|
|
3123
|
+
"./node_modules/@types/node/worker_threads.d.ts",
|
|
3124
|
+
"./node_modules/@types/node/zlib.d.ts",
|
|
3133
3125
|
"./src/apis/crm.ts",
|
|
3134
3126
|
"./src/apis/settings.ts",
|
|
3127
|
+
"./src/apis/tenants.ts",
|
|
3135
3128
|
"./src/apis/utils.ts",
|
|
3136
3129
|
"./src/constants.ts",
|
|
3137
3130
|
"./src/types/conversations.ts",
|