diff --git a/.changeset/customer-portal-client-entity-export.md b/.changeset/customer-portal-client-entity-export.md deleted file mode 100644 index 787e750c..00000000 --- a/.changeset/customer-portal-client-entity-export.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@epilot/customer-portal-client": minor ---- - -Update customer-portal export endpoints to the column-config contract (MO-2626) - -- `createExport` (`POST /v1/portal/exports`) — now takes a JSON body with required `schema` and ordered `columns` (new `PortalDataExportColumn` schema: key, localized header, source path/attribute, formatter, enum_labels), plus optional `search`, `expand_over` and `language`. Replaces the earlier draft that only accepted a `language` query param. -- `getExport` (`GET /v1/portal/exports/{jobId}`) — unchanged; poll status (`queued`/`running`/`ready`/`failed`/`expired`) and pick up the short-lived `downloadUrl` when ready. diff --git a/clients/customer-portal-client/package.json b/clients/customer-portal-client/package.json index 43509066..7aa92186 100644 --- a/clients/customer-portal-client/package.json +++ b/clients/customer-portal-client/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/customer-portal-client", - "version": "0.39.11", + "version": "0.39.12", "description": "API Client for epilot portal API", "main": "dist/index.js", "types": "dist/index.d.ts",