@mittwald/api-client 3.1.28 → 3.1.30
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/index.mjs +13 -1
- package/dist/react.d.mts +34 -4
- package/dist/react.d.ts +34 -4
- package/dist/react.mjs +11 -1
- package/dist/shared/{api-client.444da6c8.mjs → api-client.6daff058.mjs} +21 -1
- package/dist/shared/{api-client.f795256d.d.mts → api-client.9e27893c.d.mts} +422 -9
- package/dist/shared/{api-client.f795256d.d.ts → api-client.9e27893c.d.ts} +422 -9
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -398,8 +398,12 @@ declare const orderPreviewOrder: OpenAPIOperation<RequestType<Simplify<MittwaldA
|
|
|
398
398
|
declare const orderPreviewTariffChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TariffChangePreviews.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
399
399
|
/** Get detailed performance data for a given domain and path. */
|
|
400
400
|
declare const pageinsightsGetPerformanceData: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2PageInsights.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2PageInsights.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2PageInsights.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2PageInsights.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PageInsights.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PageInsights.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PageInsights.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
401
|
+
/** Get all data for a given strace. */
|
|
402
|
+
declare const pageinsightsGetStraceData: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStracesStraceId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStracesStraceId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStracesStraceId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStracesStraceId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStracesStraceId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStracesStraceId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStracesStraceId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
401
403
|
/** List websites (specified as domain and path) from a project where performance data is available. */
|
|
402
404
|
declare const pageinsightsListPerformanceDataForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdPageInsights.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdPageInsights.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdPageInsights.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdPageInsights.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdPageInsights.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdPageInsights.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdPageInsights.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
405
|
+
/** Schedule a strace measurement for a single http request. */
|
|
406
|
+
declare const pageinsightsScheduleStrace: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStraces.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStraces.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStraces.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStraces.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStraces.Post.Responses.$202.Content.ApplicationJson>, 202, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStraces.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStraces.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdStraces.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
403
407
|
/** Get a PasswordPolicy. */
|
|
404
408
|
declare const passwordValidationGetPasswordPolicy: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
405
409
|
/** Accept a ProjectInvite. */
|
|
@@ -554,6 +558,10 @@ declare const userGetPasswordUpdatedAt: OpenAPIOperation<RequestType<Simplify<Mi
|
|
|
554
558
|
declare const userGetPersonalizedSettings: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
555
559
|
/** Update personalized GUI settings. */
|
|
556
560
|
declare const userUpdatePersonalizedSettings: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
561
|
+
/** Get poll settings for the specified user. */
|
|
562
|
+
declare const userGetPollStatus: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
563
|
+
/** Store new or update poll settings. */
|
|
564
|
+
declare const userPostPollStatus: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PollSettingsId.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
557
565
|
/** Get a specific session. */
|
|
558
566
|
declare const userGetSession: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsTokenId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsTokenId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsTokenId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsTokenId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsTokenId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessionsTokenId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
559
567
|
/** Terminate a specific Session. */
|
|
@@ -1385,10 +1393,18 @@ declare namespace MittwaldAPIV2 {
|
|
|
1385
1393
|
type RequestData = RequestData<typeof pageinsightsGetPerformanceData>;
|
|
1386
1394
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof pageinsightsGetPerformanceData, TStatus>;
|
|
1387
1395
|
}
|
|
1396
|
+
namespace PageinsightsGetStraceData {
|
|
1397
|
+
type RequestData = RequestData<typeof pageinsightsGetStraceData>;
|
|
1398
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof pageinsightsGetStraceData, TStatus>;
|
|
1399
|
+
}
|
|
1388
1400
|
namespace PageinsightsListPerformanceDataForProject {
|
|
1389
1401
|
type RequestData = RequestData<typeof pageinsightsListPerformanceDataForProject>;
|
|
1390
1402
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof pageinsightsListPerformanceDataForProject, TStatus>;
|
|
1391
1403
|
}
|
|
1404
|
+
namespace PageinsightsScheduleStrace {
|
|
1405
|
+
type RequestData = RequestData<typeof pageinsightsScheduleStrace>;
|
|
1406
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof pageinsightsScheduleStrace, TStatus>;
|
|
1407
|
+
}
|
|
1392
1408
|
namespace PasswordValidationGetPasswordPolicy {
|
|
1393
1409
|
type RequestData = RequestData<typeof passwordValidationGetPasswordPolicy>;
|
|
1394
1410
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof passwordValidationGetPasswordPolicy, TStatus>;
|
|
@@ -1697,6 +1713,14 @@ declare namespace MittwaldAPIV2 {
|
|
|
1697
1713
|
type RequestData = RequestData<typeof userUpdatePersonalizedSettings>;
|
|
1698
1714
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userUpdatePersonalizedSettings, TStatus>;
|
|
1699
1715
|
}
|
|
1716
|
+
namespace UserGetPollStatus {
|
|
1717
|
+
type RequestData = RequestData<typeof userGetPollStatus>;
|
|
1718
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userGetPollStatus, TStatus>;
|
|
1719
|
+
}
|
|
1720
|
+
namespace UserPostPollStatus {
|
|
1721
|
+
type RequestData = RequestData<typeof userPostPollStatus>;
|
|
1722
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userPostPollStatus, TStatus>;
|
|
1723
|
+
}
|
|
1700
1724
|
namespace UserGetSession {
|
|
1701
1725
|
type RequestData = RequestData<typeof userGetSession>;
|
|
1702
1726
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userGetSession, TStatus>;
|
|
@@ -2319,6 +2343,74 @@ declare namespace MittwaldAPIV2 {
|
|
|
2319
2343
|
department?: MittwaldAPIV2.Components.Schemas.ConversationDepartment;
|
|
2320
2344
|
userId: string;
|
|
2321
2345
|
}
|
|
2346
|
+
interface StraceData {
|
|
2347
|
+
actualUrl: string;
|
|
2348
|
+
dbQueries: {
|
|
2349
|
+
/**
|
|
2350
|
+
* The whole DB query.
|
|
2351
|
+
*/
|
|
2352
|
+
query: string;
|
|
2353
|
+
stats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
|
|
2354
|
+
/**
|
|
2355
|
+
* Alerts when the time, syscall count or occurrence count of this group are abnormal.
|
|
2356
|
+
*/
|
|
2357
|
+
warnLevel: "NO" | "WARN" | "SEVERE";
|
|
2358
|
+
}[];
|
|
2359
|
+
dbStats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
|
|
2360
|
+
fileOps: {
|
|
2361
|
+
filename?: string;
|
|
2362
|
+
filepath?: string;
|
|
2363
|
+
stats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
|
|
2364
|
+
/**
|
|
2365
|
+
* Alerts when the time, syscall count or occurrence count of this group are abnormal.
|
|
2366
|
+
*/
|
|
2367
|
+
warnLevel: "NO" | "WARN" | "SEVERE";
|
|
2368
|
+
}[];
|
|
2369
|
+
fileOpsStats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
|
|
2370
|
+
miscStats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
|
|
2371
|
+
networkingOps: {
|
|
2372
|
+
connectionType: "UNKNOWN" | "PRIVATE" | "INTERNAL" | "EXTERNAL";
|
|
2373
|
+
stats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
|
|
2374
|
+
/**
|
|
2375
|
+
* Hostname and port to which a connection was established. Can be empty.
|
|
2376
|
+
*/
|
|
2377
|
+
url: string;
|
|
2378
|
+
/**
|
|
2379
|
+
* Alerts when the time, syscall count or occurrence count of this group are abnormal.
|
|
2380
|
+
*/
|
|
2381
|
+
warnLevel: "NO" | "WARN" | "SEVERE";
|
|
2382
|
+
}[];
|
|
2383
|
+
networkingStats: MittwaldAPIV2.Components.Schemas.StraceStatistics;
|
|
2384
|
+
/**
|
|
2385
|
+
* Shows how much slower the websites TTFB was when it got traced (1.0 = 100% = same TTFB).
|
|
2386
|
+
*/
|
|
2387
|
+
slowdownFactor: number;
|
|
2388
|
+
/**
|
|
2389
|
+
* Time to first byte in milliseconds while tracing the website.
|
|
2390
|
+
*/
|
|
2391
|
+
ttfbMs: number;
|
|
2392
|
+
}
|
|
2393
|
+
interface StraceError {
|
|
2394
|
+
errorMessage: string;
|
|
2395
|
+
}
|
|
2396
|
+
interface StraceStatistics {
|
|
2397
|
+
/**
|
|
2398
|
+
* Syscall count.
|
|
2399
|
+
*/
|
|
2400
|
+
count: number;
|
|
2401
|
+
/**
|
|
2402
|
+
* Elapsed kernel space time in milliseconds.
|
|
2403
|
+
*/
|
|
2404
|
+
kernelMs: number;
|
|
2405
|
+
/**
|
|
2406
|
+
* The number of times this group occurred.
|
|
2407
|
+
*/
|
|
2408
|
+
occurrences: number;
|
|
2409
|
+
/**
|
|
2410
|
+
* Elapsed user space time in milliseconds.
|
|
2411
|
+
*/
|
|
2412
|
+
userspaceMs: number;
|
|
2413
|
+
}
|
|
2322
2414
|
interface CronjobCronjobCommand {
|
|
2323
2415
|
interpreter: string;
|
|
2324
2416
|
parameters?: string;
|
|
@@ -3289,7 +3381,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
3289
3381
|
};
|
|
3290
3382
|
};
|
|
3291
3383
|
}
|
|
3292
|
-
type
|
|
3384
|
+
type ProjectDeprecatedProjectReadinessStatus = "creating" | "ready" | "unready";
|
|
3293
3385
|
interface ProjectFilesystemDirectoryListing {
|
|
3294
3386
|
absolutePath: string;
|
|
3295
3387
|
isDirectory?: boolean;
|
|
@@ -3319,6 +3411,8 @@ declare namespace MittwaldAPIV2 {
|
|
|
3319
3411
|
memory: string;
|
|
3320
3412
|
name: string;
|
|
3321
3413
|
}
|
|
3414
|
+
type ProjectDisableReason = "maliciousCode" | "illegalContent" | "maliciousConduct" | "suspended";
|
|
3415
|
+
type ProjectProjectStatus = "pending" | "ready" | "preparingForVolumeMigration" | "migratingVolume" | "error" | "disabled";
|
|
3322
3416
|
interface ProjectProject {
|
|
3323
3417
|
clusterDomain?: string;
|
|
3324
3418
|
clusterID?: string;
|
|
@@ -3333,19 +3427,21 @@ declare namespace MittwaldAPIV2 {
|
|
|
3333
3427
|
id: string;
|
|
3334
3428
|
imageRefId?: string;
|
|
3335
3429
|
/**
|
|
3430
|
+
* @deprecated
|
|
3336
3431
|
* deprecated
|
|
3337
3432
|
*/
|
|
3338
3433
|
isReady: boolean;
|
|
3339
3434
|
projectHostingId?: string;
|
|
3340
|
-
readiness: MittwaldAPIV2.Components.Schemas.
|
|
3435
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
3341
3436
|
serverId?: string;
|
|
3342
3437
|
serverShortId?: string;
|
|
3343
3438
|
shortId: string;
|
|
3344
3439
|
spec?: MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec;
|
|
3345
3440
|
statisticsBaseDomain?: string;
|
|
3441
|
+
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
3346
3442
|
}
|
|
3347
|
-
type ProjectProjectReadinessStatus = "creating" | "ready" | "unready";
|
|
3348
3443
|
type ProjectServerDisableReason = "suspended";
|
|
3444
|
+
type ProjectServerReadinessStatus = "creating" | "ready" | "unready";
|
|
3349
3445
|
interface ProjectServer {
|
|
3350
3446
|
clusterName: string;
|
|
3351
3447
|
createdAt: string;
|
|
@@ -3356,7 +3452,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
3356
3452
|
imageRefId?: string;
|
|
3357
3453
|
isReady: boolean;
|
|
3358
3454
|
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
3359
|
-
readiness: MittwaldAPIV2.Components.Schemas.
|
|
3455
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectServerReadinessStatus;
|
|
3360
3456
|
shortId: string;
|
|
3361
3457
|
statisticsBaseDomain?: string;
|
|
3362
3458
|
storage: string;
|
|
@@ -3544,6 +3640,14 @@ declare namespace MittwaldAPIV2 {
|
|
|
3544
3640
|
key: string;
|
|
3545
3641
|
sshKeyId: string;
|
|
3546
3642
|
}
|
|
3643
|
+
interface PollUserPollSettings {
|
|
3644
|
+
completedAt?: string;
|
|
3645
|
+
dontShowUntil?: string;
|
|
3646
|
+
ignoredAt?: string;
|
|
3647
|
+
shouldShow: boolean;
|
|
3648
|
+
status: "completed" | "muted" | "ignored" | "new";
|
|
3649
|
+
userId: string;
|
|
3650
|
+
}
|
|
3547
3651
|
interface SignupUserSession {
|
|
3548
3652
|
created: string;
|
|
3549
3653
|
device: MittwaldAPIV2.Components.Schemas.SignupDeviceInfo;
|
|
@@ -9197,6 +9301,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
9197
9301
|
}
|
|
9198
9302
|
}
|
|
9199
9303
|
}
|
|
9304
|
+
namespace V2ProjectsProjectIdDomains { }
|
|
9200
9305
|
namespace V2DomainTldsTldContactSchemas {
|
|
9201
9306
|
namespace Get {
|
|
9202
9307
|
namespace Parameters {
|
|
@@ -11886,6 +11991,50 @@ declare namespace MittwaldAPIV2 {
|
|
|
11886
11991
|
}
|
|
11887
11992
|
}
|
|
11888
11993
|
}
|
|
11994
|
+
namespace V2ProjectsProjectIdStracesStraceId {
|
|
11995
|
+
namespace Get {
|
|
11996
|
+
namespace Parameters {
|
|
11997
|
+
type Path = {
|
|
11998
|
+
straceId: string;
|
|
11999
|
+
projectId: string;
|
|
12000
|
+
};
|
|
12001
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12002
|
+
type Query = {};
|
|
12003
|
+
}
|
|
12004
|
+
namespace Responses {
|
|
12005
|
+
namespace $200 {
|
|
12006
|
+
namespace Content {
|
|
12007
|
+
interface ApplicationJson {
|
|
12008
|
+
executedAt: string;
|
|
12009
|
+
id: string;
|
|
12010
|
+
result: MittwaldAPIV2.Components.Schemas.StraceError | MittwaldAPIV2.Components.Schemas.StraceData;
|
|
12011
|
+
}
|
|
12012
|
+
}
|
|
12013
|
+
}
|
|
12014
|
+
namespace $400 {
|
|
12015
|
+
namespace Content {
|
|
12016
|
+
interface ApplicationJson {
|
|
12017
|
+
[k: string]: unknown;
|
|
12018
|
+
}
|
|
12019
|
+
}
|
|
12020
|
+
}
|
|
12021
|
+
namespace $403 {
|
|
12022
|
+
namespace Content {
|
|
12023
|
+
interface ApplicationJson {
|
|
12024
|
+
[k: string]: unknown;
|
|
12025
|
+
}
|
|
12026
|
+
}
|
|
12027
|
+
}
|
|
12028
|
+
namespace Default {
|
|
12029
|
+
namespace Content {
|
|
12030
|
+
interface ApplicationJson {
|
|
12031
|
+
[k: string]: unknown;
|
|
12032
|
+
}
|
|
12033
|
+
}
|
|
12034
|
+
}
|
|
12035
|
+
}
|
|
12036
|
+
}
|
|
12037
|
+
}
|
|
11889
12038
|
namespace V2ProjectsProjectIdPageinsights { }
|
|
11890
12039
|
namespace V2ProjectsProjectIdPageInsights {
|
|
11891
12040
|
namespace Get {
|
|
@@ -11936,6 +12085,53 @@ declare namespace MittwaldAPIV2 {
|
|
|
11936
12085
|
}
|
|
11937
12086
|
}
|
|
11938
12087
|
}
|
|
12088
|
+
namespace V2ProjectsProjectIdStraces {
|
|
12089
|
+
namespace Post {
|
|
12090
|
+
namespace Parameters {
|
|
12091
|
+
type Path = {
|
|
12092
|
+
projectId: string;
|
|
12093
|
+
};
|
|
12094
|
+
interface RequestBody {
|
|
12095
|
+
/**
|
|
12096
|
+
* A call to this URL is measured via strace.
|
|
12097
|
+
*/
|
|
12098
|
+
url: string;
|
|
12099
|
+
}
|
|
12100
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12101
|
+
type Query = {};
|
|
12102
|
+
}
|
|
12103
|
+
namespace Responses {
|
|
12104
|
+
namespace $202 {
|
|
12105
|
+
namespace Content {
|
|
12106
|
+
interface ApplicationJson {
|
|
12107
|
+
id: string;
|
|
12108
|
+
}
|
|
12109
|
+
}
|
|
12110
|
+
}
|
|
12111
|
+
namespace $400 {
|
|
12112
|
+
namespace Content {
|
|
12113
|
+
interface ApplicationJson {
|
|
12114
|
+
[k: string]: unknown;
|
|
12115
|
+
}
|
|
12116
|
+
}
|
|
12117
|
+
}
|
|
12118
|
+
namespace $403 {
|
|
12119
|
+
namespace Content {
|
|
12120
|
+
interface ApplicationJson {
|
|
12121
|
+
[k: string]: unknown;
|
|
12122
|
+
}
|
|
12123
|
+
}
|
|
12124
|
+
}
|
|
12125
|
+
namespace Default {
|
|
12126
|
+
namespace Content {
|
|
12127
|
+
interface ApplicationJson {
|
|
12128
|
+
[k: string]: unknown;
|
|
12129
|
+
}
|
|
12130
|
+
}
|
|
12131
|
+
}
|
|
12132
|
+
}
|
|
12133
|
+
}
|
|
12134
|
+
}
|
|
11939
12135
|
namespace V2PasswordPoliciesPasswordPolicy {
|
|
11940
12136
|
namespace Get {
|
|
11941
12137
|
namespace Parameters {
|
|
@@ -13069,13 +13265,15 @@ declare namespace MittwaldAPIV2 {
|
|
|
13069
13265
|
id: string;
|
|
13070
13266
|
imageRefId?: string;
|
|
13071
13267
|
/**
|
|
13268
|
+
* @deprecated
|
|
13072
13269
|
* deprecated
|
|
13073
13270
|
*/
|
|
13074
13271
|
isReady: boolean;
|
|
13075
13272
|
projectHostingId?: string;
|
|
13076
|
-
readiness: MittwaldAPIV2.Components.Schemas.
|
|
13273
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
13077
13274
|
serverId?: string;
|
|
13078
13275
|
shortId: string;
|
|
13276
|
+
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
13079
13277
|
}[];
|
|
13080
13278
|
}
|
|
13081
13279
|
}
|
|
@@ -14894,6 +15092,90 @@ declare namespace MittwaldAPIV2 {
|
|
|
14894
15092
|
}
|
|
14895
15093
|
}
|
|
14896
15094
|
}
|
|
15095
|
+
namespace V2PollSettingsId {
|
|
15096
|
+
namespace Get {
|
|
15097
|
+
namespace Parameters {
|
|
15098
|
+
type Path = {
|
|
15099
|
+
id: string;
|
|
15100
|
+
};
|
|
15101
|
+
type Header = {};
|
|
15102
|
+
type Query = {};
|
|
15103
|
+
}
|
|
15104
|
+
namespace Responses {
|
|
15105
|
+
namespace $200 {
|
|
15106
|
+
namespace Content {
|
|
15107
|
+
type ApplicationJson = {
|
|
15108
|
+
id: string;
|
|
15109
|
+
} & MittwaldAPIV2.Components.Schemas.PollUserPollSettings;
|
|
15110
|
+
}
|
|
15111
|
+
}
|
|
15112
|
+
namespace $400 {
|
|
15113
|
+
namespace Content {
|
|
15114
|
+
interface ApplicationJson {
|
|
15115
|
+
[k: string]: unknown;
|
|
15116
|
+
}
|
|
15117
|
+
}
|
|
15118
|
+
}
|
|
15119
|
+
namespace $404 {
|
|
15120
|
+
namespace Content {
|
|
15121
|
+
interface ApplicationJson {
|
|
15122
|
+
[k: string]: unknown;
|
|
15123
|
+
}
|
|
15124
|
+
}
|
|
15125
|
+
}
|
|
15126
|
+
namespace Default {
|
|
15127
|
+
namespace Content {
|
|
15128
|
+
interface ApplicationJson {
|
|
15129
|
+
[k: string]: unknown;
|
|
15130
|
+
}
|
|
15131
|
+
}
|
|
15132
|
+
}
|
|
15133
|
+
}
|
|
15134
|
+
}
|
|
15135
|
+
namespace Post {
|
|
15136
|
+
namespace Parameters {
|
|
15137
|
+
type Path = {
|
|
15138
|
+
id: string;
|
|
15139
|
+
};
|
|
15140
|
+
interface RequestBody {
|
|
15141
|
+
status: "completed" | "muted" | "ignored";
|
|
15142
|
+
userId: string;
|
|
15143
|
+
}
|
|
15144
|
+
type Header = {};
|
|
15145
|
+
type Query = {};
|
|
15146
|
+
}
|
|
15147
|
+
namespace Responses {
|
|
15148
|
+
namespace $200 {
|
|
15149
|
+
namespace Content {
|
|
15150
|
+
type ApplicationJson = {
|
|
15151
|
+
id: string;
|
|
15152
|
+
} & MittwaldAPIV2.Components.Schemas.PollUserPollSettings;
|
|
15153
|
+
}
|
|
15154
|
+
}
|
|
15155
|
+
namespace $400 {
|
|
15156
|
+
namespace Content {
|
|
15157
|
+
interface ApplicationJson {
|
|
15158
|
+
[k: string]: unknown;
|
|
15159
|
+
}
|
|
15160
|
+
}
|
|
15161
|
+
}
|
|
15162
|
+
namespace $403 {
|
|
15163
|
+
namespace Content {
|
|
15164
|
+
interface ApplicationJson {
|
|
15165
|
+
[k: string]: unknown;
|
|
15166
|
+
}
|
|
15167
|
+
}
|
|
15168
|
+
}
|
|
15169
|
+
namespace Default {
|
|
15170
|
+
namespace Content {
|
|
15171
|
+
interface ApplicationJson {
|
|
15172
|
+
[k: string]: unknown;
|
|
15173
|
+
}
|
|
15174
|
+
}
|
|
15175
|
+
}
|
|
15176
|
+
}
|
|
15177
|
+
}
|
|
15178
|
+
}
|
|
14897
15179
|
namespace V2UsersSelfSessionsTokenId {
|
|
14898
15180
|
namespace Get {
|
|
14899
15181
|
namespace Parameters {
|
|
@@ -15572,7 +15854,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
15572
15854
|
}
|
|
15573
15855
|
}
|
|
15574
15856
|
}
|
|
15575
|
-
namespace V2ProjectsProjectIdDomains { }
|
|
15576
15857
|
}
|
|
15577
15858
|
}
|
|
15578
15859
|
|
|
@@ -22552,6 +22833,38 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22552
22833
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
22553
22834
|
[x: string]: unknown;
|
|
22554
22835
|
}, 403, "application/json">>>;
|
|
22836
|
+
/** Get all data for a given strace. */
|
|
22837
|
+
pageinsightsGetStraceData: (request: {
|
|
22838
|
+
straceId: string;
|
|
22839
|
+
projectId: string;
|
|
22840
|
+
headers?: {
|
|
22841
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22842
|
+
"x-access-token"?: string | undefined;
|
|
22843
|
+
} | undefined;
|
|
22844
|
+
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
22845
|
+
headers?: Partial<{
|
|
22846
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22847
|
+
}> | undefined;
|
|
22848
|
+
} & {
|
|
22849
|
+
pathParameters: {
|
|
22850
|
+
straceId: string;
|
|
22851
|
+
projectId: string;
|
|
22852
|
+
};
|
|
22853
|
+
} & {
|
|
22854
|
+
headers: {
|
|
22855
|
+
"x-access-token"?: string | undefined;
|
|
22856
|
+
} & Partial<{
|
|
22857
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22858
|
+
}>; /** Get a specific `AppVersion`. */
|
|
22859
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
22860
|
+
executedAt: string;
|
|
22861
|
+
id: string;
|
|
22862
|
+
result: MittwaldAPIV2.Components.Schemas.StraceData | MittwaldAPIV2.Components.Schemas.StraceError;
|
|
22863
|
+
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
22864
|
+
[x: string]: unknown;
|
|
22865
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
22866
|
+
[x: string]: unknown;
|
|
22867
|
+
}, 403, "application/json">>>;
|
|
22555
22868
|
/** List websites (specified as domain and path) from a project where performance data is available. */
|
|
22556
22869
|
pageinsightsListPerformanceDataForProject: (request: {
|
|
22557
22870
|
projectId: string;
|
|
@@ -22596,6 +22909,41 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22596
22909
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
22597
22910
|
[x: string]: unknown;
|
|
22598
22911
|
}, 403, "application/json">>>;
|
|
22912
|
+
/** Schedule a strace measurement for a single http request. */
|
|
22913
|
+
pageinsightsScheduleStrace: (request: {
|
|
22914
|
+
data: {
|
|
22915
|
+
url: string;
|
|
22916
|
+
};
|
|
22917
|
+
projectId: string;
|
|
22918
|
+
headers?: {
|
|
22919
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22920
|
+
"x-access-token"?: string | undefined;
|
|
22921
|
+
} | undefined;
|
|
22922
|
+
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
22923
|
+
data: {
|
|
22924
|
+
url: string;
|
|
22925
|
+
};
|
|
22926
|
+
} & {
|
|
22927
|
+
pathParameters: {
|
|
22928
|
+
projectId: string;
|
|
22929
|
+
};
|
|
22930
|
+
} & {
|
|
22931
|
+
headers?: Partial<{
|
|
22932
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22933
|
+
}> | undefined;
|
|
22934
|
+
} & {
|
|
22935
|
+
headers: {
|
|
22936
|
+
"x-access-token"?: string | undefined;
|
|
22937
|
+
} & Partial<{
|
|
22938
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
22939
|
+
}>; /** Get a specific `AppVersion`. */
|
|
22940
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
22941
|
+
id: string;
|
|
22942
|
+
}, 202, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
22943
|
+
[x: string]: unknown;
|
|
22944
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
22945
|
+
[x: string]: unknown;
|
|
22946
|
+
}, 403, "application/json">>>;
|
|
22599
22947
|
};
|
|
22600
22948
|
/** The user API allows you to manage your own user and access information of other users that might be visible to you. */
|
|
22601
22949
|
readonly user: {
|
|
@@ -23442,6 +23790,69 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23442
23790
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23443
23791
|
[x: string]: unknown;
|
|
23444
23792
|
}, 400, "application/json">>>;
|
|
23793
|
+
/** Get poll settings for the specified user. */
|
|
23794
|
+
getPollStatus: (request: {
|
|
23795
|
+
id: string;
|
|
23796
|
+
headers?: {
|
|
23797
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23798
|
+
} | undefined;
|
|
23799
|
+
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
23800
|
+
headers?: Partial<{
|
|
23801
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23802
|
+
}> | undefined;
|
|
23803
|
+
} & {
|
|
23804
|
+
pathParameters: {
|
|
23805
|
+
id: string;
|
|
23806
|
+
};
|
|
23807
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23808
|
+
id: string;
|
|
23809
|
+
completedAt?: string | undefined;
|
|
23810
|
+
dontShowUntil?: string | undefined;
|
|
23811
|
+
ignoredAt?: string | undefined;
|
|
23812
|
+
shouldShow: boolean;
|
|
23813
|
+
status: "completed" | "muted" | "ignored" | "new";
|
|
23814
|
+
userId: string;
|
|
23815
|
+
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23816
|
+
[x: string]: unknown;
|
|
23817
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23818
|
+
[x: string]: unknown;
|
|
23819
|
+
}, 404, "application/json">>>;
|
|
23820
|
+
/** Store new or update poll settings. */
|
|
23821
|
+
postPollStatus: (request: {
|
|
23822
|
+
data: {
|
|
23823
|
+
status: "completed" | "muted" | "ignored";
|
|
23824
|
+
userId: string;
|
|
23825
|
+
};
|
|
23826
|
+
id: string;
|
|
23827
|
+
headers?: {
|
|
23828
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23829
|
+
} | undefined;
|
|
23830
|
+
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
23831
|
+
data: {
|
|
23832
|
+
status: "completed" | "muted" | "ignored";
|
|
23833
|
+
userId: string;
|
|
23834
|
+
};
|
|
23835
|
+
} & {
|
|
23836
|
+
pathParameters: {
|
|
23837
|
+
id: string;
|
|
23838
|
+
};
|
|
23839
|
+
} & {
|
|
23840
|
+
headers?: Partial<{
|
|
23841
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23842
|
+
}> | undefined;
|
|
23843
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23844
|
+
id: string;
|
|
23845
|
+
completedAt?: string | undefined;
|
|
23846
|
+
dontShowUntil?: string | undefined;
|
|
23847
|
+
ignoredAt?: string | undefined;
|
|
23848
|
+
shouldShow: boolean;
|
|
23849
|
+
status: "completed" | "muted" | "ignored" | "new";
|
|
23850
|
+
userId: string;
|
|
23851
|
+
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23852
|
+
[x: string]: unknown;
|
|
23853
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23854
|
+
[x: string]: unknown;
|
|
23855
|
+
}, 403, "application/json">>>;
|
|
23445
23856
|
/** Get a specific session. */
|
|
23446
23857
|
getSession: (request: {
|
|
23447
23858
|
tokenId: string;
|
|
@@ -24369,12 +24780,13 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24369
24780
|
imageRefId?: string | undefined;
|
|
24370
24781
|
isReady: boolean;
|
|
24371
24782
|
projectHostingId?: string | undefined;
|
|
24372
|
-
readiness: MittwaldAPIV2.Components.Schemas.
|
|
24783
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
24373
24784
|
serverId?: string | undefined;
|
|
24374
24785
|
serverShortId?: string | undefined;
|
|
24375
24786
|
shortId: string;
|
|
24376
24787
|
spec?: MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
|
|
24377
24788
|
statisticsBaseDomain?: string | undefined;
|
|
24789
|
+
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
24378
24790
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24379
24791
|
[x: string]: unknown;
|
|
24380
24792
|
}, 403, "application/json">>>;
|
|
@@ -24556,7 +24968,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24556
24968
|
imageRefId?: string | undefined;
|
|
24557
24969
|
isReady: boolean;
|
|
24558
24970
|
machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
|
|
24559
|
-
readiness: MittwaldAPIV2.Components.Schemas.
|
|
24971
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectServerReadinessStatus;
|
|
24560
24972
|
shortId: string;
|
|
24561
24973
|
statisticsBaseDomain?: string | undefined;
|
|
24562
24974
|
storage: string;
|
|
@@ -24733,9 +25145,10 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24733
25145
|
imageRefId?: string | undefined;
|
|
24734
25146
|
isReady: boolean;
|
|
24735
25147
|
projectHostingId?: string | undefined;
|
|
24736
|
-
readiness: MittwaldAPIV2.Components.Schemas.
|
|
25148
|
+
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
24737
25149
|
serverId?: string | undefined;
|
|
24738
25150
|
shortId: string;
|
|
25151
|
+
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
24739
25152
|
}[], 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24740
25153
|
[x: string]: unknown;
|
|
24741
25154
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.1.30';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.1.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.1.30';
|