@mittwald/api-client 3.1.50 → 3.1.51
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/react.d.mts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/dist/shared/{api-client.d6a88a7b.d.mts → api-client.197b13e8.d.mts} +4 -4
- package/dist/shared/{api-client.d6a88a7b.d.ts → api-client.197b13e8.d.ts} +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { assertStatus } from '@mittwald/api-client-commons';
|
|
2
|
-
import { M as MittwaldAPIV2Client } from './shared/api-client.
|
|
3
|
-
export { a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client } from './shared/api-client.197b13e8.mjs';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.197b13e8.mjs';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
6
6
|
declare class MittwaldAPIClient extends MittwaldAPIV2Client {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { assertStatus } from '@mittwald/api-client-commons';
|
|
2
|
-
import { M as MittwaldAPIV2Client } from './shared/api-client.
|
|
3
|
-
export { a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client } from './shared/api-client.197b13e8.js';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.197b13e8.js';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
6
6
|
declare class MittwaldAPIClient extends MittwaldAPIV2Client {
|
package/dist/react.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
|
|
2
|
-
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.197b13e8.mjs';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
package/dist/react.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
|
|
2
|
-
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.
|
|
2
|
+
import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.197b13e8.js';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.51';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.51';
|
package/package.json
CHANGED
|
@@ -2836,6 +2836,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
2836
2836
|
*/
|
|
2837
2837
|
type: string;
|
|
2838
2838
|
}
|
|
2839
|
+
interface FileFileType {
|
|
2840
|
+
extensions: string[];
|
|
2841
|
+
mimeType: string;
|
|
2842
|
+
}
|
|
2839
2843
|
interface FileFileUploadRules {
|
|
2840
2844
|
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
2841
2845
|
maxSizeInKB: number;
|
|
@@ -3753,10 +3757,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
3753
3757
|
location?: MittwaldAPIV2.Components.Schemas.SignupLocation;
|
|
3754
3758
|
tokenId: string;
|
|
3755
3759
|
}
|
|
3756
|
-
interface FileFileType {
|
|
3757
|
-
extensions: string[];
|
|
3758
|
-
mimeType: string;
|
|
3759
|
-
}
|
|
3760
3760
|
interface CommonsAddress {
|
|
3761
3761
|
street: string;
|
|
3762
3762
|
houseNumber: string;
|
|
@@ -2836,6 +2836,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
2836
2836
|
*/
|
|
2837
2837
|
type: string;
|
|
2838
2838
|
}
|
|
2839
|
+
interface FileFileType {
|
|
2840
|
+
extensions: string[];
|
|
2841
|
+
mimeType: string;
|
|
2842
|
+
}
|
|
2839
2843
|
interface FileFileUploadRules {
|
|
2840
2844
|
fileTypes: MittwaldAPIV2.Components.Schemas.FileFileType[];
|
|
2841
2845
|
maxSizeInKB: number;
|
|
@@ -3753,10 +3757,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
3753
3757
|
location?: MittwaldAPIV2.Components.Schemas.SignupLocation;
|
|
3754
3758
|
tokenId: string;
|
|
3755
3759
|
}
|
|
3756
|
-
interface FileFileType {
|
|
3757
|
-
extensions: string[];
|
|
3758
|
-
mimeType: string;
|
|
3759
|
-
}
|
|
3760
3760
|
interface CommonsAddress {
|
|
3761
3761
|
street: string;
|
|
3762
3762
|
houseNumber: string;
|