@bluecopa/react 0.1.83 → 0.1.84
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/README.md +1 -304
- package/dist/hooks/useMetric.d.ts.map +1 -1
- package/dist/index.d.ts +0 -32
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +245 -562
- package/dist/types/index.d.ts +8 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/hooks/useCancelTask.d.ts +0 -9
- package/dist/hooks/useCancelTask.d.ts.map +0 -1
- package/dist/hooks/useClearBinRequests.d.ts +0 -9
- package/dist/hooks/useClearBinRequests.d.ts.map +0 -1
- package/dist/hooks/useCreateInspectionBin.d.ts +0 -9
- package/dist/hooks/useCreateInspectionBin.d.ts.map +0 -1
- package/dist/hooks/useCreateTask.d.ts +0 -9
- package/dist/hooks/useCreateTask.d.ts.map +0 -1
- package/dist/hooks/useCreateWebhook.d.ts +0 -9
- package/dist/hooks/useCreateWebhook.d.ts.map +0 -1
- package/dist/hooks/useCreateWebhookSchedule.d.ts +0 -12
- package/dist/hooks/useCreateWebhookSchedule.d.ts.map +0 -1
- package/dist/hooks/useDeleteInspectionBin.d.ts +0 -9
- package/dist/hooks/useDeleteInspectionBin.d.ts.map +0 -1
- package/dist/hooks/useDeleteSchedule.d.ts +0 -9
- package/dist/hooks/useDeleteSchedule.d.ts.map +0 -1
- package/dist/hooks/useDeleteWebhook.d.ts +0 -9
- package/dist/hooks/useDeleteWebhook.d.ts.map +0 -1
- package/dist/hooks/useGetBinRequests.d.ts +0 -14
- package/dist/hooks/useGetBinRequests.d.ts.map +0 -1
- package/dist/hooks/useGetExecution.d.ts +0 -10
- package/dist/hooks/useGetExecution.d.ts.map +0 -1
- package/dist/hooks/useGetInspectionBin.d.ts +0 -10
- package/dist/hooks/useGetInspectionBin.d.ts.map +0 -1
- package/dist/hooks/useGetSchedule.d.ts +0 -10
- package/dist/hooks/useGetSchedule.d.ts.map +0 -1
- package/dist/hooks/useGetTask.d.ts +0 -10
- package/dist/hooks/useGetTask.d.ts.map +0 -1
- package/dist/hooks/useGetWebhook.d.ts +0 -10
- package/dist/hooks/useGetWebhook.d.ts.map +0 -1
- package/dist/hooks/useGetWebhookExecutions.d.ts +0 -14
- package/dist/hooks/useGetWebhookExecutions.d.ts.map +0 -1
- package/dist/hooks/useGetWebhookSchedules.d.ts +0 -10
- package/dist/hooks/useGetWebhookSchedules.d.ts.map +0 -1
- package/dist/hooks/useListExecutions.d.ts +0 -15
- package/dist/hooks/useListExecutions.d.ts.map +0 -1
- package/dist/hooks/useListInspectionBins.d.ts +0 -9
- package/dist/hooks/useListInspectionBins.d.ts.map +0 -1
- package/dist/hooks/useListTasks.d.ts +0 -9
- package/dist/hooks/useListTasks.d.ts.map +0 -1
- package/dist/hooks/useListWebhooks.d.ts +0 -9
- package/dist/hooks/useListWebhooks.d.ts.map +0 -1
- package/dist/hooks/usePauseSchedule.d.ts +0 -9
- package/dist/hooks/usePauseSchedule.d.ts.map +0 -1
- package/dist/hooks/useResumeSchedule.d.ts +0 -9
- package/dist/hooks/useResumeSchedule.d.ts.map +0 -1
- package/dist/hooks/useRetryExecution.d.ts +0 -9
- package/dist/hooks/useRetryExecution.d.ts.map +0 -1
- package/dist/hooks/useRetryTask.d.ts +0 -9
- package/dist/hooks/useRetryTask.d.ts.map +0 -1
- package/dist/hooks/useTaskProgress.d.ts +0 -12
- package/dist/hooks/useTaskProgress.d.ts.map +0 -1
- package/dist/hooks/useTaskSignal.d.ts +0 -13
- package/dist/hooks/useTaskSignal.d.ts.map +0 -1
- package/dist/hooks/useTestWebhook.d.ts +0 -9
- package/dist/hooks/useTestWebhook.d.ts.map +0 -1
- package/dist/hooks/useTriggerSchedule.d.ts +0 -9
- package/dist/hooks/useTriggerSchedule.d.ts.map +0 -1
- package/dist/hooks/useTriggerWorkflowById.d.ts +0 -14
- package/dist/hooks/useTriggerWorkflowById.d.ts.map +0 -1
- package/dist/hooks/useUpdateSchedule.d.ts +0 -12
- package/dist/hooks/useUpdateSchedule.d.ts.map +0 -1
- package/dist/hooks/useUpdateWebhook.d.ts +0 -12
- package/dist/hooks/useUpdateWebhook.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ A React library providing opinionated custom hooks for TanStack React Query inte
|
|
|
41
41
|
- [`useWorkbook(workbookId, options?)`](#useworkbookworkbookid-options)
|
|
42
42
|
- [`useWorkflow(workflowId, options?)`](#useworkflowworkflowid-options)
|
|
43
43
|
- [`useWorksheet(worksheetId, options?)`](#useworksheetworksheetid-options)
|
|
44
|
-
- _Plus domain-grouped hooks for Audit, Chat, Email Engine, Files, Forms, Inbox Items, Input Table mutations, Permissions, Process, Recon, Statement, Task, Templated Pipelines, Templates, TCN, Users (extras),
|
|
44
|
+
- _Plus domain-grouped hooks for Audit, Chat, Email Engine, Files, Forms, Inbox Items, Input Table mutations, Permissions, Process, Recon, Statement, Task, Templated Pipelines, Templates, TCN, Users (extras), Workbook (mutations), and Workflow (extras) — see sections after `useWorksheet`._
|
|
45
45
|
- [Configuration](#configuration)
|
|
46
46
|
- [Default Query Configuration](#default-query-configuration)
|
|
47
47
|
- [Customizable Parameters](#customizable-parameters)
|
|
@@ -1351,309 +1351,6 @@ Lists all users in the workspace.
|
|
|
1351
1351
|
|
|
1352
1352
|
**Returns:** Query result with `data: User[]`.
|
|
1353
1353
|
|
|
1354
|
-
_— Webcron: Webhooks_
|
|
1355
|
-
|
|
1356
|
-
### `useListWebhooks(options?)`
|
|
1357
|
-
|
|
1358
|
-
Lists all webhooks.
|
|
1359
|
-
|
|
1360
|
-
**Parameters:**
|
|
1361
|
-
|
|
1362
|
-
- `options` (optional): Query options
|
|
1363
|
-
|
|
1364
|
-
**Returns:** Query result with the webhooks array.
|
|
1365
|
-
|
|
1366
|
-
### `useGetWebhook(id, options?)`
|
|
1367
|
-
|
|
1368
|
-
Fetches a single webhook by id.
|
|
1369
|
-
|
|
1370
|
-
**Parameters:**
|
|
1371
|
-
|
|
1372
|
-
- `id`: Webhook id
|
|
1373
|
-
- `options` (optional): Query options
|
|
1374
|
-
|
|
1375
|
-
**Returns:** Query result with the webhook.
|
|
1376
|
-
|
|
1377
|
-
### `useCreateWebhook(options?)`
|
|
1378
|
-
|
|
1379
|
-
Creates a new webhook. Invalidates the webhooks list query on success.
|
|
1380
|
-
|
|
1381
|
-
**Parameters:** `mutate(data)` triggers the create.
|
|
1382
|
-
|
|
1383
|
-
**Returns:** Mutation result.
|
|
1384
|
-
|
|
1385
|
-
### `useUpdateWebhook(options?)`
|
|
1386
|
-
|
|
1387
|
-
Updates an existing webhook.
|
|
1388
|
-
|
|
1389
|
-
**Parameters:** `mutate({ id, data })` triggers the update.
|
|
1390
|
-
|
|
1391
|
-
**Returns:** Mutation result.
|
|
1392
|
-
|
|
1393
|
-
### `useDeleteWebhook(options?)`
|
|
1394
|
-
|
|
1395
|
-
Deletes a webhook.
|
|
1396
|
-
|
|
1397
|
-
**Parameters:** `mutate(id: string)` triggers the delete.
|
|
1398
|
-
|
|
1399
|
-
**Returns:** Mutation result.
|
|
1400
|
-
|
|
1401
|
-
### `useTestWebhook(options?)`
|
|
1402
|
-
|
|
1403
|
-
Sends a test invocation through a webhook.
|
|
1404
|
-
|
|
1405
|
-
**Parameters:** `mutate(id: string)` triggers the test.
|
|
1406
|
-
|
|
1407
|
-
**Returns:** Mutation result.
|
|
1408
|
-
|
|
1409
|
-
### `useGetWebhookExecutions(id, params?, options?)`
|
|
1410
|
-
|
|
1411
|
-
Lists executions for a webhook.
|
|
1412
|
-
|
|
1413
|
-
**Parameters:**
|
|
1414
|
-
|
|
1415
|
-
- `id`: Webhook id
|
|
1416
|
-
- `params` (optional): `{ limit?: number; offset?: number }`
|
|
1417
|
-
- `options` (optional): Query options
|
|
1418
|
-
|
|
1419
|
-
**Returns:** Query result with executions.
|
|
1420
|
-
|
|
1421
|
-
### `useGetWebhookSchedules(id, options?)`
|
|
1422
|
-
|
|
1423
|
-
Lists schedules for a webhook.
|
|
1424
|
-
|
|
1425
|
-
**Parameters:**
|
|
1426
|
-
|
|
1427
|
-
- `id`: Webhook id
|
|
1428
|
-
- `options` (optional): Query options
|
|
1429
|
-
|
|
1430
|
-
**Returns:** Query result with schedules.
|
|
1431
|
-
|
|
1432
|
-
### `useCreateWebhookSchedule(options?)`
|
|
1433
|
-
|
|
1434
|
-
Creates a schedule attached to a webhook.
|
|
1435
|
-
|
|
1436
|
-
**Parameters:** `mutate({ webhookId, data })` triggers the create.
|
|
1437
|
-
|
|
1438
|
-
**Returns:** Mutation result.
|
|
1439
|
-
|
|
1440
|
-
_— Webcron: Schedules_
|
|
1441
|
-
|
|
1442
|
-
### `useGetSchedule(id, options?)`
|
|
1443
|
-
|
|
1444
|
-
Fetches a single schedule by id.
|
|
1445
|
-
|
|
1446
|
-
**Parameters:**
|
|
1447
|
-
|
|
1448
|
-
- `id`: Schedule id
|
|
1449
|
-
- `options` (optional): Query options
|
|
1450
|
-
|
|
1451
|
-
**Returns:** Query result with the schedule.
|
|
1452
|
-
|
|
1453
|
-
### `useUpdateSchedule(options?)`
|
|
1454
|
-
|
|
1455
|
-
Updates an existing schedule.
|
|
1456
|
-
|
|
1457
|
-
**Parameters:** `mutate({ id, data })`.
|
|
1458
|
-
|
|
1459
|
-
**Returns:** Mutation result.
|
|
1460
|
-
|
|
1461
|
-
### `useDeleteSchedule(options?)`
|
|
1462
|
-
|
|
1463
|
-
Deletes a schedule.
|
|
1464
|
-
|
|
1465
|
-
**Parameters:** `mutate(id: string)`.
|
|
1466
|
-
|
|
1467
|
-
**Returns:** Mutation result.
|
|
1468
|
-
|
|
1469
|
-
### `usePauseSchedule(options?)`
|
|
1470
|
-
|
|
1471
|
-
Pauses a schedule.
|
|
1472
|
-
|
|
1473
|
-
**Parameters:** `mutate(id: string)`.
|
|
1474
|
-
|
|
1475
|
-
**Returns:** Mutation result.
|
|
1476
|
-
|
|
1477
|
-
### `useResumeSchedule(options?)`
|
|
1478
|
-
|
|
1479
|
-
Resumes a paused schedule.
|
|
1480
|
-
|
|
1481
|
-
**Parameters:** `mutate(id: string)`.
|
|
1482
|
-
|
|
1483
|
-
**Returns:** Mutation result.
|
|
1484
|
-
|
|
1485
|
-
### `useTriggerSchedule(options?)`
|
|
1486
|
-
|
|
1487
|
-
Triggers a schedule immediately.
|
|
1488
|
-
|
|
1489
|
-
**Parameters:** `mutate(id: string)`.
|
|
1490
|
-
|
|
1491
|
-
**Returns:** Mutation result.
|
|
1492
|
-
|
|
1493
|
-
_— Webcron: Executions_
|
|
1494
|
-
|
|
1495
|
-
### `useListExecutions(params?, options?)`
|
|
1496
|
-
|
|
1497
|
-
Lists webcron executions with optional filtering.
|
|
1498
|
-
|
|
1499
|
-
**Parameters:**
|
|
1500
|
-
|
|
1501
|
-
- `params` (optional): `{ status?: string; webhookId?: string; limit?: number; offset?: number }`
|
|
1502
|
-
- `options` (optional): Query options
|
|
1503
|
-
|
|
1504
|
-
**Returns:** Query result with executions.
|
|
1505
|
-
|
|
1506
|
-
### `useGetExecution(id, options?)`
|
|
1507
|
-
|
|
1508
|
-
Fetches a single execution by id.
|
|
1509
|
-
|
|
1510
|
-
**Parameters:**
|
|
1511
|
-
|
|
1512
|
-
- `id`: Execution id
|
|
1513
|
-
- `options` (optional): Query options
|
|
1514
|
-
|
|
1515
|
-
**Returns:** Query result with the execution.
|
|
1516
|
-
|
|
1517
|
-
### `useRetryExecution(options?)`
|
|
1518
|
-
|
|
1519
|
-
Retries a failed execution.
|
|
1520
|
-
|
|
1521
|
-
**Parameters:** `mutate(id: string)`.
|
|
1522
|
-
|
|
1523
|
-
**Returns:** Mutation result.
|
|
1524
|
-
|
|
1525
|
-
_— Webcron: Tasks_
|
|
1526
|
-
|
|
1527
|
-
### `useListTasks(options?)`
|
|
1528
|
-
|
|
1529
|
-
Lists webcron tasks.
|
|
1530
|
-
|
|
1531
|
-
**Parameters:**
|
|
1532
|
-
|
|
1533
|
-
- `options` (optional): Query options
|
|
1534
|
-
|
|
1535
|
-
**Returns:** Query result with the tasks array.
|
|
1536
|
-
|
|
1537
|
-
### `useCreateTask(options?)`
|
|
1538
|
-
|
|
1539
|
-
Creates a new webcron task.
|
|
1540
|
-
|
|
1541
|
-
**Parameters:** `mutate(data)`.
|
|
1542
|
-
|
|
1543
|
-
**Returns:** Mutation result.
|
|
1544
|
-
|
|
1545
|
-
### `useGetTask(id, options?)`
|
|
1546
|
-
|
|
1547
|
-
Fetches a single task by id.
|
|
1548
|
-
|
|
1549
|
-
**Parameters:**
|
|
1550
|
-
|
|
1551
|
-
- `id`: Task id
|
|
1552
|
-
- `options` (optional): Query options
|
|
1553
|
-
|
|
1554
|
-
**Returns:** Query result with the task.
|
|
1555
|
-
|
|
1556
|
-
### `useCancelTask(options?)`
|
|
1557
|
-
|
|
1558
|
-
Cancels a task. Invalidates the task and tasks-list queries.
|
|
1559
|
-
|
|
1560
|
-
**Parameters:** `mutate(id: string)`.
|
|
1561
|
-
|
|
1562
|
-
**Returns:** Mutation result.
|
|
1563
|
-
|
|
1564
|
-
### `useRetryTask(options?)`
|
|
1565
|
-
|
|
1566
|
-
Retries a task.
|
|
1567
|
-
|
|
1568
|
-
**Parameters:** `mutate(id: string)`.
|
|
1569
|
-
|
|
1570
|
-
**Returns:** Mutation result.
|
|
1571
|
-
|
|
1572
|
-
### `useTaskProgress(options?)`
|
|
1573
|
-
|
|
1574
|
-
Reports progress on a running task.
|
|
1575
|
-
|
|
1576
|
-
**Parameters:** `mutate({ id, data })`.
|
|
1577
|
-
|
|
1578
|
-
**Returns:** Mutation result.
|
|
1579
|
-
|
|
1580
|
-
### `useTaskSignal(options?)`
|
|
1581
|
-
|
|
1582
|
-
Sends a signal to a running task.
|
|
1583
|
-
|
|
1584
|
-
**Parameters:** `mutate({ id, data, branchId? })`.
|
|
1585
|
-
|
|
1586
|
-
**Returns:** Mutation result.
|
|
1587
|
-
|
|
1588
|
-
_— Webcron: Inspection bins_
|
|
1589
|
-
|
|
1590
|
-
### `useListInspectionBins(options?)`
|
|
1591
|
-
|
|
1592
|
-
Lists inspection bins.
|
|
1593
|
-
|
|
1594
|
-
**Parameters:**
|
|
1595
|
-
|
|
1596
|
-
- `options` (optional): Query options
|
|
1597
|
-
|
|
1598
|
-
**Returns:** Query result with the bins array.
|
|
1599
|
-
|
|
1600
|
-
### `useCreateInspectionBin(options?)`
|
|
1601
|
-
|
|
1602
|
-
Creates a new inspection bin.
|
|
1603
|
-
|
|
1604
|
-
**Parameters:** `mutate(data)`.
|
|
1605
|
-
|
|
1606
|
-
**Returns:** Mutation result.
|
|
1607
|
-
|
|
1608
|
-
### `useGetInspectionBin(id, options?)`
|
|
1609
|
-
|
|
1610
|
-
Fetches a single inspection bin by id.
|
|
1611
|
-
|
|
1612
|
-
**Parameters:**
|
|
1613
|
-
|
|
1614
|
-
- `id`: Bin id
|
|
1615
|
-
- `options` (optional): Query options
|
|
1616
|
-
|
|
1617
|
-
**Returns:** Query result with the bin.
|
|
1618
|
-
|
|
1619
|
-
### `useDeleteInspectionBin(options?)`
|
|
1620
|
-
|
|
1621
|
-
Deletes an inspection bin.
|
|
1622
|
-
|
|
1623
|
-
**Parameters:** `mutate(id: string)`.
|
|
1624
|
-
|
|
1625
|
-
**Returns:** Mutation result.
|
|
1626
|
-
|
|
1627
|
-
### `useGetBinRequests(id, params?, options?)`
|
|
1628
|
-
|
|
1629
|
-
Lists requests captured by an inspection bin.
|
|
1630
|
-
|
|
1631
|
-
**Parameters:**
|
|
1632
|
-
|
|
1633
|
-
- `id`: Bin id
|
|
1634
|
-
- `params` (optional): `{ limit?: number; offset?: number }`
|
|
1635
|
-
- `options` (optional): Query options
|
|
1636
|
-
|
|
1637
|
-
**Returns:** Query result with the requests.
|
|
1638
|
-
|
|
1639
|
-
### `useClearBinRequests(options?)`
|
|
1640
|
-
|
|
1641
|
-
Clears all requests stored in an inspection bin.
|
|
1642
|
-
|
|
1643
|
-
**Parameters:** `mutate(id: string)`.
|
|
1644
|
-
|
|
1645
|
-
**Returns:** Mutation result.
|
|
1646
|
-
|
|
1647
|
-
_— Webcron: Workflow trigger_
|
|
1648
|
-
|
|
1649
|
-
### `useTriggerWorkflowById(options?)`
|
|
1650
|
-
|
|
1651
|
-
Triggers a workflow run via webcron.
|
|
1652
|
-
|
|
1653
|
-
**Parameters:** `mutate(params: TriggerWorkflowByIdParams)`.
|
|
1654
|
-
|
|
1655
|
-
**Returns:** Mutation result with `data: TriggerWorkflowResponse[]`.
|
|
1656
|
-
|
|
1657
1354
|
_— Workbook hooks (mutations)_
|
|
1658
1355
|
|
|
1659
1356
|
### `useGetWorkbookDetails(workbookId, options?)`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMetric.d.ts","sourceRoot":"","sources":["../../src/hooks/useMetric.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C;;;;;GAKG;AACH,wBAAgB,SAAS,CACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EACnC,OAAO,GAAE,gBAAqB,GAC7B,cAAc,CAAC,GAAG,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"useMetric.d.ts","sourceRoot":"","sources":["../../src/hooks/useMetric.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAGtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAE5C;;;;;GAKG;AACH,wBAAgB,SAAS,CACvB,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EACnC,OAAO,GAAE,gBAAqB,GAC7B,cAAc,CAAC,GAAG,EAAE,KAAK,CAAC,CA0B5B"}
|
package/dist/index.d.ts
CHANGED
|
@@ -91,38 +91,6 @@ export * from './hooks/useTcnConnectedParty';
|
|
|
91
91
|
export * from './hooks/useTcnCallData';
|
|
92
92
|
export * from './hooks/useTcnAgentPutCallOnHold';
|
|
93
93
|
export * from './hooks/useTcnAgentGetCallFromHold';
|
|
94
|
-
export * from './hooks/useListWebhooks';
|
|
95
|
-
export * from './hooks/useGetWebhook';
|
|
96
|
-
export * from './hooks/useCreateWebhook';
|
|
97
|
-
export * from './hooks/useUpdateWebhook';
|
|
98
|
-
export * from './hooks/useDeleteWebhook';
|
|
99
|
-
export * from './hooks/useTestWebhook';
|
|
100
|
-
export * from './hooks/useGetWebhookExecutions';
|
|
101
|
-
export * from './hooks/useGetWebhookSchedules';
|
|
102
|
-
export * from './hooks/useCreateWebhookSchedule';
|
|
103
|
-
export * from './hooks/useGetSchedule';
|
|
104
|
-
export * from './hooks/useUpdateSchedule';
|
|
105
|
-
export * from './hooks/useDeleteSchedule';
|
|
106
|
-
export * from './hooks/usePauseSchedule';
|
|
107
|
-
export * from './hooks/useResumeSchedule';
|
|
108
|
-
export * from './hooks/useTriggerSchedule';
|
|
109
|
-
export * from './hooks/useListExecutions';
|
|
110
|
-
export * from './hooks/useGetExecution';
|
|
111
|
-
export * from './hooks/useRetryExecution';
|
|
112
|
-
export * from './hooks/useListTasks';
|
|
113
|
-
export * from './hooks/useCreateTask';
|
|
114
|
-
export * from './hooks/useGetTask';
|
|
115
|
-
export * from './hooks/useCancelTask';
|
|
116
|
-
export * from './hooks/useRetryTask';
|
|
117
|
-
export * from './hooks/useTaskProgress';
|
|
118
|
-
export * from './hooks/useTaskSignal';
|
|
119
|
-
export * from './hooks/useListInspectionBins';
|
|
120
|
-
export * from './hooks/useGetInspectionBin';
|
|
121
|
-
export * from './hooks/useCreateInspectionBin';
|
|
122
|
-
export * from './hooks/useDeleteInspectionBin';
|
|
123
|
-
export * from './hooks/useGetBinRequests';
|
|
124
|
-
export * from './hooks/useClearBinRequests';
|
|
125
|
-
export * from './hooks/useTriggerWorkflowById';
|
|
126
94
|
export * from './hooks/useRenderTemplate';
|
|
127
95
|
export * as reactQuery from '@tanstack/react-query';
|
|
128
96
|
export * from '@bluecopa/core';
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|