@mittwald/api-client 3.1.42 → 3.1.43
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/shared/{api-client.72fa9041.d.mts → api-client.534af7be.d.mts} +0 -4
- package/dist/shared/{api-client.72fa9041.d.ts → api-client.534af7be.d.ts} +0 -4
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
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.534af7be.mjs';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.534af7be.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.534af7be.js';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.534af7be.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.534af7be.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.534af7be.js';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import 'axios';
|
|
5
5
|
|
|
@@ -2285,10 +2285,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
2285
2285
|
value: number;
|
|
2286
2286
|
}
|
|
2287
2287
|
interface ContractTariffChange {
|
|
2288
|
-
/**
|
|
2289
|
-
* This is only set if the tariff change has already been carried out.
|
|
2290
|
-
*/
|
|
2291
|
-
executedAtDate?: string;
|
|
2292
2288
|
newArticles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
2293
2289
|
scheduledAtDate: string;
|
|
2294
2290
|
scheduledByUserId?: string;
|
|
@@ -2285,10 +2285,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
2285
2285
|
value: number;
|
|
2286
2286
|
}
|
|
2287
2287
|
interface ContractTariffChange {
|
|
2288
|
-
/**
|
|
2289
|
-
* This is only set if the tariff change has already been carried out.
|
|
2290
|
-
*/
|
|
2291
|
-
executedAtDate?: string;
|
|
2292
2288
|
newArticles: MittwaldAPIV2.Components.Schemas.ContractArticle[];
|
|
2293
2289
|
scheduledAtDate: string;
|
|
2294
2290
|
scheduledByUserId?: string;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.43';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.43';
|