@mittwald/api-client 1.0.0-alpha.14 → 1.0.0-alpha.15
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/dist/generated/v2/client.d.ts +1453 -1257
- package/dist/generated/v2/client.js +176 -168
- package/dist/generated/v2/descriptors.d.ts +162 -151
- package/dist/generated/v2/descriptors.js +376 -341
- package/dist/generated/v2/types.d.ts +2555 -2689
- package/dist/v2.js +1 -1
- package/package.json +1 -1
package/dist/v2.js
CHANGED
|
@@ -26,7 +26,7 @@ export class MittwaldAPIClient extends MittwaldApiV2Client {
|
|
|
26
26
|
}
|
|
27
27
|
static async newWithCredentials(email, password) {
|
|
28
28
|
const client = MittwaldAPIClient.newUnauthenticated();
|
|
29
|
-
const authResult = await client.user.
|
|
29
|
+
const authResult = await client.user.authenticate({
|
|
30
30
|
data: {
|
|
31
31
|
email,
|
|
32
32
|
password,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
3
|
"description": "Auto-generated client for the mittwald API",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.15",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "github:mittwald/api-client-js",
|
|
7
7
|
"homepage": "https://developer.mittwald.de",
|