@solibo/solibo-sdk 1.7.79 → 1.7.80

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main": "index.mjs",
3
3
  "types": "index.d.ts",
4
- "version": "1.7.79",
4
+ "version": "1.7.80",
5
5
  "name": "@solibo/solibo-sdk",
6
6
  "dependencies": {
7
7
  "@js-joda/core": "5.6.3",
@@ -22994,7 +22994,6 @@ export declare class DocumentsApi extends DocumentApi.$metadata$.constructor {
22994
22994
  uploadDocument(request: UploadDocumentRequest, onUploadProgress?: (p0: UploadProgress) => void | null | undefined): Promise<Document>;
22995
22995
  createUploadHeaders(request: UploadBinaryRequest): KtMap<string, string>;
22996
22996
  completeSignedUpload(headers: KtMap<string, KtList<string>>, request: UploadBinaryRequest, onUploadProgress?: (p0: UploadProgress) => void | null | undefined): Promise<void>;
22997
- deleteDocument(companyId: bigint, documentId: bigint): Promise<HttpResponse<void>>;
22998
22997
  downloadDocumentById(companyId: bigint, id: bigint): Promise<Int8Array>;
22999
22998
  downloadDocument(request: DownloadDocumentRequest): Promise<Int8Array>;
23000
22999
  }