@bluecopa/react 0.1.108 → 0.1.110

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.
Files changed (44) hide show
  1. package/dist/hooks/useCancelInboxItem.d.ts +9 -0
  2. package/dist/hooks/useCancelInboxItem.d.ts.map +1 -0
  3. package/dist/hooks/useCancelInboxItemsByKey.d.ts +10 -0
  4. package/dist/hooks/useCancelInboxItemsByKey.d.ts.map +1 -0
  5. package/dist/hooks/useClaimInboxItem.d.ts +10 -0
  6. package/dist/hooks/useClaimInboxItem.d.ts.map +1 -0
  7. package/dist/hooks/useCompleteInboxItem.d.ts +9 -0
  8. package/dist/hooks/useCompleteInboxItem.d.ts.map +1 -0
  9. package/dist/hooks/useCompleteInboxItemsByKey.d.ts +10 -0
  10. package/dist/hooks/useCompleteInboxItemsByKey.d.ts.map +1 -0
  11. package/dist/hooks/useCreateInboxItem.d.ts +10 -0
  12. package/dist/hooks/useCreateInboxItem.d.ts.map +1 -0
  13. package/dist/hooks/useCreateInboxType.d.ts +9 -0
  14. package/dist/hooks/useCreateInboxType.d.ts.map +1 -0
  15. package/dist/hooks/useDeleteInboxType.d.ts +8 -0
  16. package/dist/hooks/useDeleteInboxType.d.ts.map +1 -0
  17. package/dist/hooks/useDismissInboxItem.d.ts +9 -0
  18. package/dist/hooks/useDismissInboxItem.d.ts.map +1 -0
  19. package/dist/hooks/useGetInboxItem.d.ts +11 -0
  20. package/dist/hooks/useGetInboxItem.d.ts.map +1 -0
  21. package/dist/hooks/useGetInboxType.d.ts +11 -0
  22. package/dist/hooks/useGetInboxType.d.ts.map +1 -0
  23. package/dist/hooks/useListInboxTypes.d.ts +9 -0
  24. package/dist/hooks/useListInboxTypes.d.ts.map +1 -0
  25. package/dist/hooks/useListMyInboxItems.d.ts +10 -0
  26. package/dist/hooks/useListMyInboxItems.d.ts.map +1 -0
  27. package/dist/hooks/useMarkInboxItemsRead.d.ts +9 -0
  28. package/dist/hooks/useMarkInboxItemsRead.d.ts.map +1 -0
  29. package/dist/hooks/useMarkInboxItemsUnread.d.ts +9 -0
  30. package/dist/hooks/useMarkInboxItemsUnread.d.ts.map +1 -0
  31. package/dist/hooks/useReassignInboxItem.d.ts +14 -0
  32. package/dist/hooks/useReassignInboxItem.d.ts.map +1 -0
  33. package/dist/hooks/useReleaseInboxItem.d.ts +10 -0
  34. package/dist/hooks/useReleaseInboxItem.d.ts.map +1 -0
  35. package/dist/hooks/useSnoozeInboxItem.d.ts +13 -0
  36. package/dist/hooks/useSnoozeInboxItem.d.ts.map +1 -0
  37. package/dist/hooks/useUpdateInboxItem.d.ts +14 -0
  38. package/dist/hooks/useUpdateInboxItem.d.ts.map +1 -0
  39. package/dist/hooks/useUpdateInboxType.d.ts +13 -0
  40. package/dist/hooks/useUpdateInboxType.d.ts.map +1 -0
  41. package/dist/index.d.ts +20 -0
  42. package/dist/index.d.ts.map +1 -1
  43. package/dist/index.es.js +725 -571
  44. package/package.json +2 -2
@@ -0,0 +1,9 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemV2 } from '@bluecopa/core';
3
+ /**
4
+ * Cancels an inbox item (ACTIONABLE/task kind). InboxItem V2, PRD-3399.
5
+ * @param options - Mutation options
6
+ * @returns useMutation taking the item id
7
+ */
8
+ export declare function useCancelInboxItem(options?: {}): UseMutationResult<InboxItemV2, Error, string>;
9
+ //# sourceMappingURL=useCancelInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCancelInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useCancelInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC,CAO/C"}
@@ -0,0 +1,10 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemV2, ResolveByKeyRequest } from '@bluecopa/core';
3
+ /**
4
+ * Cancels inbox items matched by type key + dedupe key (ACTIONABLE/task kind).
5
+ * InboxItem V2, PRD-3399.
6
+ * @param options - Mutation options
7
+ * @returns useMutation returning the cancelled items
8
+ */
9
+ export declare function useCancelInboxItemsByKey(options?: {}): UseMutationResult<InboxItemV2[], Error, ResolveByKeyRequest>;
10
+ //# sourceMappingURL=useCancelInboxItemsByKey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCancelInboxItemsByKey.d.ts","sourceRoot":"","sources":["../../src/hooks/useCancelInboxItemsByKey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEvE;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,EAAE,KAAK,EAAE,mBAAmB,CAAC,CAO9D"}
@@ -0,0 +1,10 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemV2 } from '@bluecopa/core';
3
+ /**
4
+ * Claims an inbox item for the current user (ACTIONABLE/task kind).
5
+ * InboxItem V2, PRD-3399.
6
+ * @param options - Mutation options
7
+ * @returns useMutation taking the item id
8
+ */
9
+ export declare function useClaimInboxItem(options?: {}): UseMutationResult<InboxItemV2, Error, string>;
10
+ //# sourceMappingURL=useClaimInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useClaimInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useClaimInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAC/B,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC,CAO/C"}
@@ -0,0 +1,9 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemV2 } from '@bluecopa/core';
3
+ /**
4
+ * Completes an inbox item (ACTIONABLE/task kind). InboxItem V2, PRD-3399.
5
+ * @param options - Mutation options
6
+ * @returns useMutation taking the item id
7
+ */
8
+ export declare function useCompleteInboxItem(options?: {}): UseMutationResult<InboxItemV2, Error, string>;
9
+ //# sourceMappingURL=useCompleteInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCompleteInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useCompleteInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;GAIG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC,CAO/C"}
@@ -0,0 +1,10 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemV2, ResolveByKeyRequest } from '@bluecopa/core';
3
+ /**
4
+ * Completes inbox items matched by type key + dedupe key (ACTIONABLE/task kind).
5
+ * InboxItem V2, PRD-3399.
6
+ * @param options - Mutation options
7
+ * @returns useMutation returning the completed items
8
+ */
9
+ export declare function useCompleteInboxItemsByKey(options?: {}): UseMutationResult<InboxItemV2[], Error, ResolveByKeyRequest>;
10
+ //# sourceMappingURL=useCompleteInboxItemsByKey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCompleteInboxItemsByKey.d.ts","sourceRoot":"","sources":["../../src/hooks/useCompleteInboxItemsByKey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAEvE;;;;;GAKG;AACH,wBAAgB,0BAA0B,CACxC,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,EAAE,KAAK,EAAE,mBAAmB,CAAC,CAO9D"}
@@ -0,0 +1,10 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { CreateInboxItemRequestV2, InboxItemV2 } from '@bluecopa/core';
3
+ /**
4
+ * Creates an inbox item; the backend fans it out to each resolved recipient
5
+ * (InboxItem V2, PRD-3399).
6
+ * @param options - Mutation options
7
+ * @returns useMutation returning the created items (one per recipient)
8
+ */
9
+ export declare function useCreateInboxItem(options?: {}): UseMutationResult<InboxItemV2[], Error, CreateInboxItemRequestV2>;
10
+ //# sourceMappingURL=useCreateInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCreateInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useCreateInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,wBAAwB,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE5E;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,EAAE,KAAK,EAAE,wBAAwB,CAAC,CAOnE"}
@@ -0,0 +1,9 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { CreateInboxItemTypeRequest, InboxItemType } from '@bluecopa/core';
3
+ /**
4
+ * Creates an inbox item type (InboxItem V2, PRD-3399).
5
+ * @param options - Mutation options
6
+ * @returns useMutation for creating an inbox item type
7
+ */
8
+ export declare function useCreateInboxType(options?: {}): UseMutationResult<InboxItemType, Error, CreateInboxItemTypeRequest>;
9
+ //# sourceMappingURL=useCreateInboxType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCreateInboxType.d.ts","sourceRoot":"","sources":["../../src/hooks/useCreateInboxType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEhF;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,KAAK,GACX,iBAAiB,CAAC,aAAa,EAAE,KAAK,EAAE,0BAA0B,CAAC,CAOrE"}
@@ -0,0 +1,8 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ /**
3
+ * Deletes an inbox item type by id (InboxItem V2, PRD-3399).
4
+ * @param options - Mutation options
5
+ * @returns useMutation taking the type id
6
+ */
7
+ export declare function useDeleteInboxType(options?: {}): UseMutationResult<void, Error, string>;
8
+ //# sourceMappingURL=useDeleteInboxType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDeleteInboxType.d.ts","sourceRoot":"","sources":["../../src/hooks/useDeleteInboxType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG5E;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,KAAK,GACX,iBAAiB,CAAC,IAAI,EAAE,KAAK,EAAE,MAAM,CAAC,CAOxC"}
@@ -0,0 +1,9 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemReceipt } from '@bluecopa/core';
3
+ /**
4
+ * Dismisses an inbox item (NOTIFICATION kind). InboxItem V2, PRD-3399.
5
+ * @param options - Mutation options
6
+ * @returns useMutation taking the item id
7
+ */
8
+ export declare function useDismissInboxItem(options?: {}): UseMutationResult<InboxItemReceipt, Error, string>;
9
+ //# sourceMappingURL=useDismissInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDismissInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useDismissInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAEvD;;;;GAIG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,KAAK,GACX,iBAAiB,CAAC,gBAAgB,EAAE,KAAK,EAAE,MAAM,CAAC,CAOpD"}
@@ -0,0 +1,11 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { InboxItemV2 } from '@bluecopa/core';
3
+ /**
4
+ * Gets a single inbox item by id (InboxItem V2, PRD-3399).
5
+ * Disabled automatically when `id` is empty; caller may override via options.
6
+ * @param id - The inbox item id
7
+ * @param options - Query options
8
+ * @returns UseQueryResult with the inbox item
9
+ */
10
+ export declare function useGetInboxItem(id: string, options?: {}): UseQueryResult<InboxItemV2, Error>;
11
+ //# sourceMappingURL=useGetInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useGetInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;;GAMG;AACH,wBAAgB,eAAe,CAC7B,EAAE,EAAE,MAAM,EACV,OAAO,KAAK,GACX,cAAc,CAAC,WAAW,EAAE,KAAK,CAAC,CASpC"}
@@ -0,0 +1,11 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { InboxItemType } from '@bluecopa/core';
3
+ /**
4
+ * Gets a single inbox item type by id (InboxItem V2, PRD-3399).
5
+ * Disabled automatically when `id` is empty; caller may override via options.
6
+ * @param id - The inbox item type id
7
+ * @param options - Query options
8
+ * @returns UseQueryResult with the inbox item type
9
+ */
10
+ export declare function useGetInboxType(id: string, options?: {}): UseQueryResult<InboxItemType, Error>;
11
+ //# sourceMappingURL=useGetInboxType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetInboxType.d.ts","sourceRoot":"","sources":["../../src/hooks/useGetInboxType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEpD;;;;;;GAMG;AACH,wBAAgB,eAAe,CAC7B,EAAE,EAAE,MAAM,EACV,OAAO,KAAK,GACX,cAAc,CAAC,aAAa,EAAE,KAAK,CAAC,CAStC"}
@@ -0,0 +1,9 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { InboxItemType } from '@bluecopa/core';
3
+ /**
4
+ * Lists inbox item types (InboxItem V2, PRD-3399).
5
+ * @param options - Query options (enabled, staleTime, ...)
6
+ * @returns UseQueryResult with the list of inbox item types
7
+ */
8
+ export declare function useListInboxTypes(options?: {}): UseQueryResult<InboxItemType[], Error>;
9
+ //# sourceMappingURL=useListInboxTypes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useListInboxTypes.d.ts","sourceRoot":"","sources":["../../src/hooks/useListInboxTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEpD;;;;GAIG;AACH,wBAAgB,iBAAiB,CAC/B,OAAO,KAAK,GACX,cAAc,CAAC,aAAa,EAAE,EAAE,KAAK,CAAC,CAQxC"}
@@ -0,0 +1,10 @@
1
+ import { UseQueryResult } from '@tanstack/react-query';
2
+ import { ListMyInboxItemsParams, PageInboxItemWithReceipt } from '@bluecopa/core';
3
+ /**
4
+ * Lists the current user's inbox items, paged with receipts (InboxItem V2, PRD-3399).
5
+ * @param params - Optional filters: status[], typeKey, dueBefore, page, perPage
6
+ * @param options - Query options
7
+ * @returns UseQueryResult with a page of inbox items + receipts
8
+ */
9
+ export declare function useListMyInboxItems(params?: ListMyInboxItemsParams, options?: {}): UseQueryResult<PageInboxItemWithReceipt, Error>;
10
+ //# sourceMappingURL=useListMyInboxItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useListMyInboxItems.d.ts","sourceRoot":"","sources":["../../src/hooks/useListMyInboxItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAK,EACV,sBAAsB,EACtB,wBAAwB,EACzB,MAAM,gBAAgB,CAAC;AAExB;;;;;GAKG;AACH,wBAAgB,mBAAmB,CACjC,MAAM,GAAE,sBAA2B,EACnC,OAAO,KAAK,GACX,cAAc,CAAC,wBAAwB,EAAE,KAAK,CAAC,CAgBjD"}
@@ -0,0 +1,9 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { MarkInboxItemsRequest } from '@bluecopa/core';
3
+ /**
4
+ * Marks inbox items as read for the current user (InboxItem V2, PRD-3399).
5
+ * @param options - Mutation options
6
+ * @returns useMutation for marking items read
7
+ */
8
+ export declare function useMarkInboxItemsRead(options?: {}): UseMutationResult<void, Error, MarkInboxItemsRequest>;
9
+ //# sourceMappingURL=useMarkInboxItemsRead.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMarkInboxItemsRead.d.ts","sourceRoot":"","sources":["../../src/hooks/useMarkInboxItemsRead.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D;;;;GAIG;AACH,wBAAgB,qBAAqB,CACnC,OAAO,KAAK,GACX,iBAAiB,CAAC,IAAI,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAOvD"}
@@ -0,0 +1,9 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { MarkInboxItemsRequest } from '@bluecopa/core';
3
+ /**
4
+ * Marks inbox items as unread for the current user (InboxItem V2, PRD-3399).
5
+ * @param options - Mutation options
6
+ * @returns useMutation for marking items unread
7
+ */
8
+ export declare function useMarkInboxItemsUnread(options?: {}): UseMutationResult<void, Error, MarkInboxItemsRequest>;
9
+ //# sourceMappingURL=useMarkInboxItemsUnread.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMarkInboxItemsUnread.d.ts","sourceRoot":"","sources":["../../src/hooks/useMarkInboxItemsUnread.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D;;;;GAIG;AACH,wBAAgB,uBAAuB,CACrC,OAAO,KAAK,GACX,iBAAiB,CAAC,IAAI,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAOvD"}
@@ -0,0 +1,14 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemV2, ReassignInboxItemRequest } from '@bluecopa/core';
3
+ export interface ReassignInboxItemVariables {
4
+ id: string;
5
+ data: ReassignInboxItemRequest;
6
+ }
7
+ /**
8
+ * Reassigns an inbox item to another assignee (ACTIONABLE/task kind).
9
+ * InboxItem V2, PRD-3399.
10
+ * @param options - Mutation options
11
+ * @returns useMutation taking { id, data: { assigneeType, assigneeId } }
12
+ */
13
+ export declare function useReassignInboxItem(options?: {}): UseMutationResult<InboxItemV2, Error, ReassignInboxItemVariables>;
14
+ //# sourceMappingURL=useReassignInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useReassignInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useReassignInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,WAAW,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAE5E,MAAM,WAAW,0BAA0B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,wBAAwB,CAAC;CAChC;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAClC,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,KAAK,EAAE,0BAA0B,CAAC,CAOnE"}
@@ -0,0 +1,10 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemV2 } from '@bluecopa/core';
3
+ /**
4
+ * Releases a claimed inbox item back to the queue (ACTIONABLE/task kind).
5
+ * InboxItem V2, PRD-3399.
6
+ * @param options - Mutation options
7
+ * @returns useMutation taking the item id
8
+ */
9
+ export declare function useReleaseInboxItem(options?: {}): UseMutationResult<InboxItemV2, Error, string>;
10
+ //# sourceMappingURL=useReleaseInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useReleaseInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useReleaseInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD;;;;;GAKG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC,CAO/C"}
@@ -0,0 +1,13 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemReceipt, SnoozeRequest } from '@bluecopa/core';
3
+ export interface SnoozeInboxItemVariables {
4
+ id: string;
5
+ data: SnoozeRequest;
6
+ }
7
+ /**
8
+ * Snoozes an inbox item until a given time (InboxItem V2, PRD-3399).
9
+ * @param options - Mutation options
10
+ * @returns useMutation taking { id, data: { until } }
11
+ */
12
+ export declare function useSnoozeInboxItem(options?: {}): UseMutationResult<InboxItemReceipt, Error, SnoozeInboxItemVariables>;
13
+ //# sourceMappingURL=useSnoozeInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSnoozeInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useSnoozeInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEtE,MAAM,WAAW,wBAAwB;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,aAAa,CAAC;CACrB;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,KAAK,GACX,iBAAiB,CAAC,gBAAgB,EAAE,KAAK,EAAE,wBAAwB,CAAC,CAOtE"}
@@ -0,0 +1,14 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { InboxItemV2, UpdateInboxItemRequest } from '@bluecopa/core';
3
+ export interface UpdateInboxItemVariables {
4
+ id: string;
5
+ data: UpdateInboxItemRequest;
6
+ }
7
+ /**
8
+ * Updates an inbox item's dueAt/priority (ACTIONABLE/task kind only).
9
+ * InboxItem V2, PRD-3399.
10
+ * @param options - Mutation options
11
+ * @returns useMutation taking { id, data }
12
+ */
13
+ export declare function useUpdateInboxItem(options?: {}): UseMutationResult<InboxItemV2, Error, UpdateInboxItemVariables>;
14
+ //# sourceMappingURL=useUpdateInboxItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateInboxItem.d.ts","sourceRoot":"","sources":["../../src/hooks/useUpdateInboxItem.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,WAAW,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAE1E,MAAM,WAAW,wBAAwB;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,sBAAsB,CAAC;CAC9B;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,KAAK,GACX,iBAAiB,CAAC,WAAW,EAAE,KAAK,EAAE,wBAAwB,CAAC,CAOjE"}
@@ -0,0 +1,13 @@
1
+ import { UseMutationResult } from '@tanstack/react-query';
2
+ import { CreateInboxItemTypeRequest, InboxItemType } from '@bluecopa/core';
3
+ export interface UpdateInboxTypeVariables {
4
+ id: string;
5
+ data: CreateInboxItemTypeRequest;
6
+ }
7
+ /**
8
+ * Updates an inbox item type by id (InboxItem V2, PRD-3399).
9
+ * @param options - Mutation options
10
+ * @returns useMutation taking { id, data }
11
+ */
12
+ export declare function useUpdateInboxType(options?: {}): UseMutationResult<InboxItemType, Error, UpdateInboxTypeVariables>;
13
+ //# sourceMappingURL=useUpdateInboxType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateInboxType.d.ts","sourceRoot":"","sources":["../../src/hooks/useUpdateInboxType.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE5E,OAAO,KAAK,EAAE,0BAA0B,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEhF,MAAM,WAAW,wBAAwB;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,0BAA0B,CAAC;CAClC;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAChC,OAAO,KAAK,GACX,iBAAiB,CAAC,aAAa,EAAE,KAAK,EAAE,wBAAwB,CAAC,CAOnE"}
package/dist/index.d.ts CHANGED
@@ -111,6 +111,26 @@ export * from './hooks/useGetAllInboxItems';
111
111
  export * from './hooks/useMarkItemAsRead';
112
112
  export * from './hooks/useMarkItemAsUnread';
113
113
  export * from './hooks/useCreateInboxItemPerUser';
114
+ export * from './hooks/useListInboxTypes';
115
+ export * from './hooks/useGetInboxType';
116
+ export * from './hooks/useCreateInboxType';
117
+ export * from './hooks/useUpdateInboxType';
118
+ export * from './hooks/useDeleteInboxType';
119
+ export * from './hooks/useListMyInboxItems';
120
+ export * from './hooks/useGetInboxItem';
121
+ export * from './hooks/useCreateInboxItem';
122
+ export * from './hooks/useUpdateInboxItem';
123
+ export * from './hooks/useMarkInboxItemsRead';
124
+ export * from './hooks/useMarkInboxItemsUnread';
125
+ export * from './hooks/useSnoozeInboxItem';
126
+ export * from './hooks/useDismissInboxItem';
127
+ export * from './hooks/useClaimInboxItem';
128
+ export * from './hooks/useCompleteInboxItem';
129
+ export * from './hooks/useReleaseInboxItem';
130
+ export * from './hooks/useCancelInboxItem';
131
+ export * from './hooks/useReassignInboxItem';
132
+ export * from './hooks/useCompleteInboxItemsByKey';
133
+ export * from './hooks/useCancelInboxItemsByKey';
114
134
  export * from './hooks/useGetAllConversations';
115
135
  export * from './hooks/useGetConversation';
116
136
  export * from './hooks/useCreateConversation';
@@ -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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"}