@spaceinvoices/js-sdk 6.1.0 → 6.1.1

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.
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import type { Error, GetFursCertificate200, UploadFursCertificate200, UploadFursCertificateBody, ValidationError } from '../model/index.cjs';
9
9
  /**
10
- * Upload a P12/PFX certificate for FURS fiscalization. The certificate will be processed to extract expiry date and stored securely. The passphrase will be encrypted before storage. Certificate is entity-specific and required for fiscalizing invoices.
10
+ * Upload a P12/PFX certificate for FURS fiscalization. The certificate is extracted, then verified with a live probe against the FURS authority for the entity's environment, and is stored securely only after that probe succeeds; the passphrase is encrypted before storage. Responds with 400 when FURS rejects the supplied certificate, and with 500 when FURS, its gateway, or the network cannot complete the verification (including a probe timeout) - retry later in that case. Nothing is persisted on failure. Certificate is entity-specific and required for fiscalizing invoices.
11
11
  * @summary Upload FURS certificate
12
12
  */
13
13
  export type uploadFursCertificateResponse200 = {
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import type { Error, GetFursCertificate200, UploadFursCertificate200, UploadFursCertificateBody, ValidationError } from '../model/index.js';
9
9
  /**
10
- * Upload a P12/PFX certificate for FURS fiscalization. The certificate will be processed to extract expiry date and stored securely. The passphrase will be encrypted before storage. Certificate is entity-specific and required for fiscalizing invoices.
10
+ * Upload a P12/PFX certificate for FURS fiscalization. The certificate is extracted, then verified with a live probe against the FURS authority for the entity's environment, and is stored securely only after that probe succeeds; the passphrase is encrypted before storage. Responds with 400 when FURS rejects the supplied certificate, and with 500 when FURS, its gateway, or the network cannot complete the verification (including a probe timeout) - retry later in that case. Nothing is persisted on failure. Certificate is entity-specific and required for fiscalizing invoices.
11
11
  * @summary Upload FURS certificate
12
12
  */
13
13
  export type uploadFursCertificateResponse200 = {
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import * as zod from "zod";
9
9
  /**
10
- * Upload a P12/PFX certificate for FURS fiscalization. The certificate will be processed to extract expiry date and stored securely. The passphrase will be encrypted before storage. Certificate is entity-specific and required for fiscalizing invoices.
10
+ * Upload a P12/PFX certificate for FURS fiscalization. The certificate is extracted, then verified with a live probe against the FURS authority for the entity's environment, and is stored securely only after that probe succeeds; the passphrase is encrypted before storage. Responds with 400 when FURS rejects the supplied certificate, and with 500 when FURS, its gateway, or the network cannot complete the verification (including a probe timeout) - retry later in that case. Nothing is persisted on failure. Certificate is entity-specific and required for fiscalizing invoices.
11
11
  * @summary Upload FURS certificate
12
12
  */
13
13
  export declare const UploadFursCertificateHeader: zod.ZodObject<{
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import * as zod from "zod";
9
9
  /**
10
- * Upload a P12/PFX certificate for FURS fiscalization. The certificate will be processed to extract expiry date and stored securely. The passphrase will be encrypted before storage. Certificate is entity-specific and required for fiscalizing invoices.
10
+ * Upload a P12/PFX certificate for FURS fiscalization. The certificate is extracted, then verified with a live probe against the FURS authority for the entity's environment, and is stored securely only after that probe succeeds; the passphrase is encrypted before storage. Responds with 400 when FURS rejects the supplied certificate, and with 500 when FURS, its gateway, or the network cannot complete the verification (including a probe timeout) - retry later in that case. Nothing is persisted on failure. Certificate is entity-specific and required for fiscalizing invoices.
11
11
  * @summary Upload FURS certificate
12
12
  */
13
13
  export declare const UploadFursCertificateHeader: zod.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaceinvoices/js-sdk",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Official JavaScript/TypeScript SDK for the Space Invoices API",
5
5
  "author": "Space Invoices <support@spaceinvoices.com>",
6
6
  "license": "MIT",