@casual-simulation/aux-records
Advanced tools
Comparing version 2.0.22 to 2.0.23
@@ -34,2 +34,8 @@ import { FileRecordsStore, AddFileFailure, MarkFileRecordAsUploadedFailure } from './FileRecordsStore'; | ||
fileDescription: string; | ||
/** | ||
* The headers that were included in the result. | ||
*/ | ||
headers: { | ||
[name: string]: string; | ||
}; | ||
} | ||
@@ -36,0 +42,0 @@ export declare type RecordFileResult = RecordFileSuccess | RecordFileFailure; |
@@ -39,2 +39,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
fileByteLength: request.fileByteLength, | ||
headers: request.headers, | ||
}); | ||
@@ -41,0 +42,0 @@ if (presignResult.success === false) { |
@@ -106,2 +106,8 @@ import { ServerError } from './Errors'; | ||
fileByteLength: number; | ||
/** | ||
* The headers that were included in the request. | ||
*/ | ||
headers: { | ||
[name: string]: string; | ||
}; | ||
} | ||
@@ -108,0 +114,0 @@ export declare type PresignFileUploadResult = PresignFileUploadSuccess | PresignFileUploadFailure; |
{ | ||
"name": "@casual-simulation/aux-records", | ||
"version": "2.0.22", | ||
"version": "2.0.23", | ||
"description": "Helpers and managers used by the CasualOS records system.", | ||
@@ -44,3 +44,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "84b8060dd07d51d6446f4994eda07a552de1a6f5" | ||
"gitHead": "6b57a83ce4a3bbe71f8a872eb2d1c0a997f8d873" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74969
1367