@mittwald/api-client 3.0.11 → 3.0.12
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 +2 -0
- package/dist/cjs/generated/v2/types.d.ts +2 -0
- package/dist/esm/generated/v2/client-react.d.ts +2 -0
- package/dist/esm/generated/v2/client.d.ts +2 -0
- package/dist/esm/generated/v2/types.d.ts +2 -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. */
|
|
@@ -7289,6 +7289,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7289
7289
|
serverShortId?: string | undefined;
|
|
7290
7290
|
shortId: string;
|
|
7291
7291
|
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
7292
|
+
statisticsBaseDomain?: string | undefined;
|
|
7292
7293
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7293
7294
|
[x: string]: unknown;
|
|
7294
7295
|
}, 404, "application/json">>>;
|
|
@@ -7358,6 +7359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7358
7359
|
machineType: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
7359
7360
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
7360
7361
|
shortId: string;
|
|
7362
|
+
statisticsBaseDomain?: string | undefined;
|
|
7361
7363
|
storage: string;
|
|
7362
7364
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7363
7365
|
[x: string]: unknown;
|
|
@@ -1481,6 +1481,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1481
1481
|
serverShortId?: string;
|
|
1482
1482
|
shortId: string;
|
|
1483
1483
|
spec?: MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec;
|
|
1484
|
+
statisticsBaseDomain?: string;
|
|
1484
1485
|
}
|
|
1485
1486
|
type ProjectProjectReadinessStatus = "creating" | "ready" | "unready";
|
|
1486
1487
|
type ProjectServerDisableReason = "suspended";
|
|
@@ -1496,6 +1497,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1496
1497
|
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
1497
1498
|
readiness: MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1498
1499
|
shortId: string;
|
|
1500
|
+
statisticsBaseDomain?: string;
|
|
1499
1501
|
storage: string;
|
|
1500
1502
|
}
|
|
1501
1503
|
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. */
|
|
@@ -7289,6 +7289,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7289
7289
|
serverShortId?: string | undefined;
|
|
7290
7290
|
shortId: string;
|
|
7291
7291
|
spec?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
7292
|
+
statisticsBaseDomain?: string | undefined;
|
|
7292
7293
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7293
7294
|
[x: string]: unknown;
|
|
7294
7295
|
}, 404, "application/json">>>;
|
|
@@ -7358,6 +7359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7358
7359
|
machineType: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
7359
7360
|
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
7360
7361
|
shortId: string;
|
|
7362
|
+
statisticsBaseDomain?: string | undefined;
|
|
7361
7363
|
storage: string;
|
|
7362
7364
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7363
7365
|
[x: string]: unknown;
|
|
@@ -1481,6 +1481,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1481
1481
|
serverShortId?: string;
|
|
1482
1482
|
shortId: string;
|
|
1483
1483
|
spec?: MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec;
|
|
1484
|
+
statisticsBaseDomain?: string;
|
|
1484
1485
|
}
|
|
1485
1486
|
type ProjectProjectReadinessStatus = "creating" | "ready" | "unready";
|
|
1486
1487
|
type ProjectServerDisableReason = "suspended";
|
|
@@ -1496,6 +1497,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1496
1497
|
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
1497
1498
|
readiness: MittwaldAPIV2.Components.Schemas.ProjectProjectReadinessStatus;
|
|
1498
1499
|
shortId: string;
|
|
1500
|
+
statisticsBaseDomain?: string;
|
|
1499
1501
|
storage: string;
|
|
1500
1502
|
}
|
|
1501
1503
|
interface ProjectVisitorSpec {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.0.12';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.0.12';
|