@insurance-broker/api-client 1.12.0 → 1.13.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.
Files changed (2) hide show
  1. package/dist/schema.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/schema.d.ts CHANGED
@@ -1862,7 +1862,7 @@ export interface paths {
1862
1862
  *
1863
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.
1864
1864
  *
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).
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. `cancelled` is a fifth view beyond REN-008's four, so a renewal a broker stopped working is findable rather than reachable only by identifier (issue #220).
1866
1866
  */
1867
1867
  get: operations["ListRenewals"];
1868
1868
  put?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insurance-broker/api-client",
3
- "version": "1.12.0",
3
+ "version": "1.13.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,