@mittwald/api-client 3.0.11 → 3.0.13
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/cjs/generated/v2/client-react.d.ts +2 -0
- package/dist/cjs/generated/v2/client.d.ts +3 -0
- package/dist/cjs/generated/v2/types.d.ts +3 -0
- package/dist/esm/generated/v2/client-react.d.ts +2 -0
- package/dist/esm/generated/v2/client.d.ts +3 -0
- package/dist/esm/generated/v2/types.d.ts +3 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1427,6 +1427,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1427
1427
|
serverShortId?: string | undefined;
|
|
1428
1428
|
shortId: string;
|
|
1429
1429
|
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
1430
|
+
statisticsBaseDomain?: string | undefined;
|
|
1430
1431
|
}>;
|
|
1431
1432
|
/** Get the executing user's membership in a Project. */
|
|
1432
1433
|
getSelfMembershipForProject: (conf: {
|
|
@@ -1464,6 +1465,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1464
1465
|
machineType: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
1465
1466
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1466
1467
|
shortId: string;
|
|
1468
|
+
statisticsBaseDomain?: string | undefined;
|
|
1467
1469
|
storage: string;
|
|
1468
1470
|
}>;
|
|
1469
1471
|
/** List Invites belonging to a Project. */
|
|
@@ -1890,6 +1890,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1890
1890
|
} | {
|
|
1891
1891
|
machineType?: string | undefined;
|
|
1892
1892
|
};
|
|
1893
|
+
promotionCode?: string | undefined;
|
|
1893
1894
|
useFreeTrial?: boolean | undefined;
|
|
1894
1895
|
} | {
|
|
1895
1896
|
customerId: string;
|
|
@@ -7289,6 +7290,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7289
7290
|
serverShortId?: string | undefined;
|
|
7290
7291
|
shortId: string;
|
|
7291
7292
|
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
7293
|
+
statisticsBaseDomain?: string | undefined;
|
|
7292
7294
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7293
7295
|
[x: string]: unknown;
|
|
7294
7296
|
}, 404, "application/json">>>;
|
|
@@ -7358,6 +7360,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7358
7360
|
machineType: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
7359
7361
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
7360
7362
|
shortId: string;
|
|
7363
|
+
statisticsBaseDomain?: string | undefined;
|
|
7361
7364
|
storage: string;
|
|
7362
7365
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7363
7366
|
[x: string]: unknown;
|
|
@@ -1385,6 +1385,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1385
1385
|
customerId: string;
|
|
1386
1386
|
description: string;
|
|
1387
1387
|
diskspaceInGiB: number;
|
|
1388
|
+
promotionCode?: string;
|
|
1388
1389
|
spec: MittwaldAPIV2.Components.Schemas.OrderMachineTypeSpec | MittwaldAPIV2.Components.Schemas.OrderHardwareSpec;
|
|
1389
1390
|
useFreeTrial?: boolean;
|
|
1390
1391
|
}
|
|
@@ -1481,6 +1482,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1481
1482
|
serverShortId?: string;
|
|
1482
1483
|
shortId: string;
|
|
1483
1484
|
spec?: MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec;
|
|
1485
|
+
statisticsBaseDomain?: string;
|
|
1484
1486
|
}
|
|
1485
1487
|
type ProjectProjectReadinessStatus = "creating" | "ready" | "unready";
|
|
1486
1488
|
type ProjectServerDisableReason = "suspended";
|
|
@@ -1496,6 +1498,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1496
1498
|
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
1497
1499
|
readiness: MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1498
1500
|
shortId: string;
|
|
1501
|
+
statisticsBaseDomain?: string;
|
|
1499
1502
|
storage: string;
|
|
1500
1503
|
}
|
|
1501
1504
|
interface ProjectVisitorSpec {
|
|
@@ -1427,6 +1427,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1427
1427
|
serverShortId?: string | undefined;
|
|
1428
1428
|
shortId: string;
|
|
1429
1429
|
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
1430
|
+
statisticsBaseDomain?: string | undefined;
|
|
1430
1431
|
}>;
|
|
1431
1432
|
/** Get the executing user's membership in a Project. */
|
|
1432
1433
|
getSelfMembershipForProject: (conf: {
|
|
@@ -1464,6 +1465,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1464
1465
|
machineType: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
1465
1466
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1466
1467
|
shortId: string;
|
|
1468
|
+
statisticsBaseDomain?: string | undefined;
|
|
1467
1469
|
storage: string;
|
|
1468
1470
|
}>;
|
|
1469
1471
|
/** List Invites belonging to a Project. */
|
|
@@ -1890,6 +1890,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1890
1890
|
} | {
|
|
1891
1891
|
machineType?: string | undefined;
|
|
1892
1892
|
};
|
|
1893
|
+
promotionCode?: string | undefined;
|
|
1893
1894
|
useFreeTrial?: boolean | undefined;
|
|
1894
1895
|
} | {
|
|
1895
1896
|
customerId: string;
|
|
@@ -7289,6 +7290,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7289
7290
|
serverShortId?: string | undefined;
|
|
7290
7291
|
shortId: string;
|
|
7291
7292
|
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
7293
|
+
statisticsBaseDomain?: string | undefined;
|
|
7292
7294
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7293
7295
|
[x: string]: unknown;
|
|
7294
7296
|
}, 404, "application/json">>>;
|
|
@@ -7358,6 +7360,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7358
7360
|
machineType: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
7359
7361
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
7360
7362
|
shortId: string;
|
|
7363
|
+
statisticsBaseDomain?: string | undefined;
|
|
7361
7364
|
storage: string;
|
|
7362
7365
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7363
7366
|
[x: string]: unknown;
|
|
@@ -1385,6 +1385,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1385
1385
|
customerId: string;
|
|
1386
1386
|
description: string;
|
|
1387
1387
|
diskspaceInGiB: number;
|
|
1388
|
+
promotionCode?: string;
|
|
1388
1389
|
spec: MittwaldAPIV2.Components.Schemas.OrderMachineTypeSpec | MittwaldAPIV2.Components.Schemas.OrderHardwareSpec;
|
|
1389
1390
|
useFreeTrial?: boolean;
|
|
1390
1391
|
}
|
|
@@ -1481,6 +1482,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1481
1482
|
serverShortId?: string;
|
|
1482
1483
|
shortId: string;
|
|
1483
1484
|
spec?: MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec;
|
|
1485
|
+
statisticsBaseDomain?: string;
|
|
1484
1486
|
}
|
|
1485
1487
|
type ProjectProjectReadinessStatus = "creating" | "ready" | "unready";
|
|
1486
1488
|
type ProjectServerDisableReason = "suspended";
|
|
@@ -1496,6 +1498,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1496
1498
|
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
1497
1499
|
readiness: MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1498
1500
|
shortId: string;
|
|
1501
|
+
statisticsBaseDomain?: string;
|
|
1499
1502
|
storage: string;
|
|
1500
1503
|
}
|
|
1501
1504
|
interface ProjectVisitorSpec {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.0.13';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.0.13';
|