plaza-sdk 2.6.0 → 2.6.2

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.
@@ -20,7 +20,7 @@ declare namespace InvoicesApi {
20
20
  }
21
21
  namespace GetSupplyRequestsItems {
22
22
  interface Request {
23
- requestId: InvoicesEntity.SupplyRequestId;
23
+ requestId: number;
24
24
  }
25
25
  type Response = ResultResponse<{
26
26
  paging: Paging;
@@ -23,7 +23,7 @@ declare namespace ReportsApi {
23
23
  namespace GetSingleServiceReport {
24
24
  type Response = ResultResponse<{
25
25
  generationRequestedAt: string;
26
- status: "PENDING" | "RPOCESSING" | "DONE" | "FAILED";
26
+ status: "PENDING" | "PROCESSING" | "DONE" | "FAILED";
27
27
  estimatedGenerationTime: number;
28
28
  file: string;
29
29
  generationFinishedAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plaza-sdk",
3
- "version": "2.6.0",
3
+ "version": "2.6.2",
4
4
  "outputDir": "./lib",
5
5
  "exports": {
6
6
  ".": {