enonic-types
Advanced tools
Comparing version 0.1.26 to 0.1.27
@@ -47,3 +47,8 @@ export interface HttpLibrary { | ||
*/ | ||
readonly multipart?: ReadonlyArray<object>; | ||
readonly multipart?: ReadonlyArray<{ | ||
readonly name: string; | ||
readonly value: string | ByteSource; | ||
readonly fileName?: string; | ||
readonly contentType?: string; | ||
}>; | ||
/** Settings for basic authentication. */ | ||
@@ -50,0 +55,0 @@ readonly auth?: HttpRequestParamsAuth; |
{ | ||
"name": "enonic-types", | ||
"sideEffects": false, | ||
"version": "0.1.26", | ||
"version": "0.1.27", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -27,8 +27,8 @@ "typings": "index.d.ts", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"eslint": "^7.20.0", | ||
"@typescript-eslint/eslint-plugin": "^4.17.0", | ||
"@typescript-eslint/parser": "^4.17.0", | ||
"eslint": "^7.22.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.1.5" | ||
"typescript": "^4.2.3" | ||
} | ||
} |
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
91386
2693