@sota-io/sdk 1.1.0 → 1.2.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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -310,6 +310,9 @@ import type {
310
310
  | `DataResponse<T>` | API envelope for single items |
311
311
  | `ListResponse<T>` | API envelope for lists with pagination |
312
312
  | `APIErrorBody` | API error response body |
313
+ | `Domain` | A custom domain with status, DNS verification, SSL state |
314
+ | `DNSInstructions` | DNS record instructions (type, name, value) |
315
+ | `DomainResponse` | Domain with optional DNS instructions |
313
316
 
314
317
  ## Requirements
315
318
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sota-io/sdk",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "TypeScript SDK for the sota.io deployment platform API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,4 +36,4 @@
36
36
  "typescript": "^5.7.0",
37
37
  "@types/node": "^22.0.0"
38
38
  }
39
- }
39
+ }