Comparing version 0.1.52 to 0.1.53
@@ -222,2 +222,5 @@ import { EntityMeta, RadsDb } from '_rads-db'; | ||
}) => any; | ||
/** If true, "multipart/form-data" body will be used (sometimes causes problems in serverless environments). | ||
* Otherwise, "application/json" body (with base64-encoded binary content) will be used */ | ||
useFormData?: boolean; | ||
} | ||
@@ -224,0 +227,0 @@ type GenerateClientOptions = Partial<GenerateClientNormalizedOptions>; |
@@ -37,3 +37,3 @@ { | ||
}, | ||
"version": "0.1.52", | ||
"version": "0.1.53", | ||
"description": "Say goodbye to boilerplate code and hello to efficient and elegant syntax.", | ||
@@ -40,0 +40,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
206344
5680