ksef-client-ts 0.5.2 → 0.6.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/README.md +2 -1
- package/dist/cli.js +1014 -128
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +695 -78
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +199 -1
- package/dist/index.d.ts +199 -1
- package/dist/index.js +684 -78
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,8 @@ TypeScript client for the Polish National e-Invoice System (KSeF) API v2.
|
|
|
7
7
|
## Features
|
|
8
8
|
|
|
9
9
|
- **Complete API coverage** — KSeF API v2.3.0, types aligned with the official OpenAPI spec
|
|
10
|
-
- **
|
|
10
|
+
- **Offline invoice mode** — full lifecycle for all 4 KSeF offline modes with QR KOD I + KOD II signing, deadline tracking, local storage, and technical correction
|
|
11
|
+
- **Full-featured CLI** — `ksef` with 15 command groups for auth, sessions, invoices, offline, batch upload, export, and more
|
|
11
12
|
- **High-level workflows** — auth, online/batch sessions, invoice export — full lifecycle in a single call
|
|
12
13
|
- **Built-in cryptography** — AES-256-CBC, RSA-OAEP, ECDH, XAdES-B signatures, self-signed certs (Node crypto)
|
|
13
14
|
- **External signing** — HSM, EPUAP, and smart card authentication via callback-based signing
|