@mittwald/api-client 4.98.0 → 4.99.0
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/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.98.0';
|
|
@@ -4025,6 +4025,15 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4025
4025
|
name: string;
|
|
4026
4026
|
value: string;
|
|
4027
4027
|
}
|
|
4028
|
+
interface SignupOAuthClient {
|
|
4029
|
+
allowedGrantTypes?: string[];
|
|
4030
|
+
allowedRedirectUris?: string[];
|
|
4031
|
+
allowedScopes?: string[];
|
|
4032
|
+
contributorId: string;
|
|
4033
|
+
description?: string;
|
|
4034
|
+
humanReadableName: string;
|
|
4035
|
+
id: string;
|
|
4036
|
+
}
|
|
4028
4037
|
interface CommonsAddress {
|
|
4029
4038
|
street: string;
|
|
4030
4039
|
houseNumber: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.98.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.99.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "c497bf9e1e635e42c3ccc62813824ba435d3a99c"
|
|
84
84
|
}
|