@mittwald/api-client 3.1.30 → 3.1.31
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.9e27893c.d.mts → api-client.edce49a2.d.mts} +1 -1
- package/dist/shared/{api-client.9e27893c.d.ts → api-client.edce49a2.d.ts} +1 -1
- 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.edce49a2.mjs';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.edce49a2.mjs';
|
|
4
4
|
import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
|
|
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.edce49a2.js';
|
|
3
|
+
export { a as MittwaldAPIV2 } from './shared/api-client.edce49a2.js';
|
|
4
4
|
import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
|
|
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.edce49a2.mjs';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
|
|
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.edce49a2.js';
|
|
3
3
|
import '@mittwald/api-client-commons';
|
|
4
4
|
import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
|
|
5
5
|
|
|
@@ -13545,7 +13545,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
13545
13545
|
/**
|
|
13546
13546
|
* Help our customer service finding your target account
|
|
13547
13547
|
*/
|
|
13548
|
-
product: (string | ("
|
|
13548
|
+
product: (string | ("Space-Server" | "proSpace" | "Agentur-Server" | "CMS-Hosting" | "Shop-Hosting")) & string;
|
|
13549
13549
|
/**
|
|
13550
13550
|
* In which p-account or short project id your project should be moved.
|
|
13551
13551
|
*/
|
|
@@ -13545,7 +13545,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
13545
13545
|
/**
|
|
13546
13546
|
* Help our customer service finding your target account
|
|
13547
13547
|
*/
|
|
13548
|
-
product: (string | ("
|
|
13548
|
+
product: (string | ("Space-Server" | "proSpace" | "Agentur-Server" | "CMS-Hosting" | "Shop-Hosting")) & string;
|
|
13549
13549
|
/**
|
|
13550
13550
|
* In which p-account or short project id your project should be moved.
|
|
13551
13551
|
*/
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.31';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.31';
|