@insurance-broker/api-client 1.11.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/schema.d.ts +3 -1
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -1858,7 +1858,9 @@ export interface paths {
|
|
|
1858
1858
|
* List this broker's renewals in one of REN-008's four views
|
|
1859
1859
|
* @description REN-008. One of four views, named by `view`: `upcoming` and `overdue` are the live cases split by whether the previous cover end has passed the day the page was measured against, and `lost` and `completed` are the two terminal outcomes. Optionally narrowed by product, insurer or assigned staff member, which is REN-008's grouping. Paged by cursor, oldest previous-cover-end first.
|
|
1860
1860
|
*
|
|
1861
|
-
* **"Overdue" is not a status.** No row stores it: it is computed
|
|
1861
|
+
* **"Overdue" is not a status.** No row stores it: it is computed from the case's previous cover end against a day, and the day used is returned as `asOf` so a page saying twelve are overdue also says what overdue was measured from.
|
|
1862
|
+
*
|
|
1863
|
+
* **One walk is measured against one day.** `asOf` is read from the clock on the first page and carried inside the cursor, so a walk that crosses UTC midnight stays internally consistent instead of losing part of a tie group as rows leave `upcoming`. The consequence is that a walk resumed the next day still reports - and still uses - the day it started on: compare `asOf` with your own clock and start a new walk without a cursor to get today's split.
|
|
1862
1864
|
*
|
|
1863
1865
|
* Carries identifiers and no names. A product's name lives in the catalogue, a person's in identity and access, and a customer's in CRM, so a client joins those surfaces itself. A cancelled renewal appears in none of the four views - REN-008 names four and cancelled is not one of them (issue #220).
|
|
1864
1866
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@insurance-broker/api-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Generated TypeScript client for the Insurance Broker Platform API. Do not edit by hand: regenerate with scripts/update-api-contract.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|