@qcobro/sdk 1.13.1 → 1.14.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.
@@ -99,8 +99,8 @@ export declare class PortfoliosResource {
99
99
  archivedAt: string | null;
100
100
  createdAt: string;
101
101
  updatedAt: string;
102
- outstandingBalance: number;
103
102
  email: string | null;
103
+ outstandingBalance: number;
104
104
  phone: string | null;
105
105
  externalId: string;
106
106
  fullName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qcobro/sdk",
3
- "version": "1.13.1",
3
+ "version": "1.14.0",
4
4
  "description": "Developer-friendly TypeScript SDK for the QCobro API.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -20,12 +20,12 @@
20
20
  "docs": "typedoc"
21
21
  },
22
22
  "dependencies": {
23
- "@qcobro/common": "^1.13.0",
23
+ "@qcobro/common": "^1.14.0",
24
24
  "@trpc/client": "^11.0.0",
25
25
  "zod": "^4.0.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@qcobro/apiserver": "^1.13.1",
28
+ "@qcobro/apiserver": "^1.14.0",
29
29
  "@trpc/server": "^11.0.0",
30
30
  "@types/express": "^5.0.0",
31
31
  "express": "^5.0.0",