@trayio/commons
Advanced tools
Comparing version 4.61.0 to 4.62.0
@@ -223,5 +223,4 @@ "use strict"; | ||
[Serialization_1.SerializationFormat.FormUrlEncoded]: HttpContentType.FormUrlEncoded, | ||
[Serialization_1.SerializationFormat.Text]: HttpContentType.Text, | ||
}; | ||
const isMultiPartBody = (body) => body?.files !== undefined; | ||
exports.isMultiPartBody = isMultiPartBody; |
import * as E from 'fp-ts/Either'; | ||
export declare enum SerializationFormat { | ||
Json = "Json", | ||
FormUrlEncoded = "FormUrlEncoded", | ||
Text = "Text" | ||
FormUrlEncoded = "FormUrlEncoded" | ||
} | ||
@@ -7,0 +6,0 @@ export interface Serialization { |
@@ -8,3 +8,2 @@ "use strict"; | ||
SerializationFormat["FormUrlEncoded"] = "FormUrlEncoded"; | ||
SerializationFormat["Text"] = "Text"; | ||
})(SerializationFormat || (exports.SerializationFormat = SerializationFormat = {})); |
{ | ||
"name": "@trayio/commons", | ||
"version": "4.61.0", | ||
"version": "4.62.0", | ||
"description": "Extensions to the standard/core libraries and basic features", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
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
239790
173
5008