@mittwald/api-client 0.0.0-development-13c5a2b-20250924 → 0.0.0-development-da42e97-20250926
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/esm/generated/v2/client-react.js +2 -0
- package/dist/esm/generated/v2/client.js +4 -0
- package/dist/esm/generated/v2/descriptors.js +12 -0
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +13 -3
- package/dist/types/generated/v2/client.d.ts +92 -18
- package/dist/types/generated/v2/descriptors.d.ts +5 -1
- package/dist/types/generated/v2/types.d.ts +83 -14
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -316,6 +316,8 @@ const buildMailApi = (baseClient) => ({
|
|
|
316
316
|
const buildMiscApi = (baseClient) => ({
|
|
317
317
|
/** Get a list of currently active llm models. */
|
|
318
318
|
getLlmModelsExperimental: new ApiCallAsyncResourceFactory(descriptors.miscGetLlmModelsExperimental, baseClient.misc.getLlmModelsExperimental).getApiResource,
|
|
319
|
+
/** List valid time zones. */
|
|
320
|
+
ellaneousListTimeZones: new ApiCallAsyncResourceFactory(descriptors.miscellaneousListTimeZones, baseClient.misc.ellaneousListTimeZones).getApiResource,
|
|
319
321
|
});
|
|
320
322
|
const buildNotificationApi = (baseClient) => ({
|
|
321
323
|
/** Getting the subscription status of the subscription. */
|
|
@@ -233,6 +233,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
233
233
|
contributorResetContributorAvatar: this.requestFunctionFactory(descriptors.contributorResetContributorAvatar),
|
|
234
234
|
/** Start the verification process of a contributor. */
|
|
235
235
|
contributorRequestVerification: this.requestFunctionFactory(descriptors.contributorRequestVerification),
|
|
236
|
+
/** Cancel the verification-process of a contributor. */
|
|
237
|
+
contributorCancelVerification: this.requestFunctionFactory(descriptors.contributorCancelVerification),
|
|
236
238
|
/** Rotate the secret for an extension instance. */
|
|
237
239
|
contributorRotateSecretForExtensionInstance: this.requestFunctionFactory(descriptors.contributorRotateSecretForExtensionInstance),
|
|
238
240
|
/** Authenticate your external application using the extensionInstanceSecret. */
|
|
@@ -804,6 +806,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
804
806
|
verificationVerifyAddress: this.requestFunctionFactory(descriptors.verificationVerifyAddress),
|
|
805
807
|
/** Check if a company exists. */
|
|
806
808
|
verificationVerifyCompany: this.requestFunctionFactory(descriptors.verificationVerifyCompany),
|
|
809
|
+
/** List valid time zones. */
|
|
810
|
+
ellaneousListTimeZones: this.requestFunctionFactory(descriptors.miscellaneousListTimeZones),
|
|
807
811
|
};
|
|
808
812
|
/** The page insights API allows you to get page insights information. */
|
|
809
813
|
pageInsights = {
|
|
@@ -544,6 +544,12 @@ export const contributorRequestVerification = {
|
|
|
544
544
|
method: "POST",
|
|
545
545
|
operationId: "contributor-request-verification",
|
|
546
546
|
};
|
|
547
|
+
/** Cancel the verification-process of a contributor. */
|
|
548
|
+
export const contributorCancelVerification = {
|
|
549
|
+
path: "/v2/contributors/{contributorId}/verification-process",
|
|
550
|
+
method: "DELETE",
|
|
551
|
+
operationId: "contributor-cancel-verification",
|
|
552
|
+
};
|
|
547
553
|
/** Rotate the secret for an extension instance. */
|
|
548
554
|
export const contributorRotateSecretForExtensionInstance = {
|
|
549
555
|
path: "/v2/contributors/{contributorId}/extensions/{extensionId}/extension-instances/{extensionInstanceId}/secret",
|
|
@@ -2584,3 +2590,9 @@ export const backupRequestProjectBackupRestorePath = {
|
|
|
2584
2590
|
method: "POST",
|
|
2585
2591
|
operationId: "backup-request-project-backup-restore-path",
|
|
2586
2592
|
};
|
|
2593
|
+
/** List valid time zones. */
|
|
2594
|
+
export const miscellaneousListTimeZones = {
|
|
2595
|
+
path: "/v2/time-zones",
|
|
2596
|
+
method: "GET",
|
|
2597
|
+
operationId: "miscellaneous-list-time-zones",
|
|
2598
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '
|
|
1
|
+
export const MittwaldAPIClientVersion = '0.0.0-development-9dc255f-20250925';
|
|
@@ -1027,7 +1027,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1027
1027
|
domain: string;
|
|
1028
1028
|
id: string;
|
|
1029
1029
|
};
|
|
1030
|
-
chargeability
|
|
1030
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1031
1031
|
consentedScopes: string[];
|
|
1032
1032
|
contributorId: string;
|
|
1033
1033
|
contributorName: string;
|
|
@@ -1134,7 +1134,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1134
1134
|
domain: string;
|
|
1135
1135
|
id: string;
|
|
1136
1136
|
};
|
|
1137
|
-
chargeability
|
|
1137
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1138
1138
|
consentedScopes: string[];
|
|
1139
1139
|
contributorId: string;
|
|
1140
1140
|
contributorName: string;
|
|
@@ -1165,7 +1165,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1165
1165
|
domain: string;
|
|
1166
1166
|
id: string;
|
|
1167
1167
|
};
|
|
1168
|
-
chargeability
|
|
1168
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1169
1169
|
consentedScopes: string[];
|
|
1170
1170
|
contributorId: string;
|
|
1171
1171
|
contributorName: string;
|
|
@@ -1437,6 +1437,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1437
1437
|
nextExecutionTime?: string | undefined;
|
|
1438
1438
|
projectId?: string | undefined;
|
|
1439
1439
|
shortId: string;
|
|
1440
|
+
timeZone?: string | undefined;
|
|
1440
1441
|
timeout: number;
|
|
1441
1442
|
updatedAt: string;
|
|
1442
1443
|
}>;
|
|
@@ -1457,11 +1458,13 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1457
1458
|
end?: string | undefined;
|
|
1458
1459
|
executionEnd?: string | undefined;
|
|
1459
1460
|
executionStart?: string | undefined;
|
|
1461
|
+
exitCode?: number | undefined;
|
|
1460
1462
|
id: string;
|
|
1461
1463
|
logPath?: string | undefined;
|
|
1462
1464
|
start?: string | undefined;
|
|
1463
1465
|
status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
|
|
1464
1466
|
successful: boolean;
|
|
1467
|
+
summary?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobStatusSummary | undefined;
|
|
1465
1468
|
triggeredBy?: {
|
|
1466
1469
|
id?: string;
|
|
1467
1470
|
} | undefined;
|
|
@@ -2470,6 +2473,13 @@ declare const buildMiscApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2470
2473
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2471
2474
|
} | undefined;
|
|
2472
2475
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.AihostingModel[]>;
|
|
2476
|
+
/** List valid time zones. */
|
|
2477
|
+
ellaneousListTimeZones: (conf?: {
|
|
2478
|
+
headers?: {
|
|
2479
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
2480
|
+
"x-access-token"?: string | undefined;
|
|
2481
|
+
} | undefined;
|
|
2482
|
+
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<string[]>;
|
|
2473
2483
|
};
|
|
2474
2484
|
declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
2475
2485
|
/** Getting the subscription status of the subscription. */
|
|
@@ -7333,6 +7333,50 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7333
7333
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7334
7334
|
[x: string]: unknown;
|
|
7335
7335
|
}, 429, "application/json">>>;
|
|
7336
|
+
/** Cancel the verification-process of a contributor. */
|
|
7337
|
+
contributorCancelVerification: (request: {
|
|
7338
|
+
contributorId: string;
|
|
7339
|
+
headers?: {
|
|
7340
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7341
|
+
"x-access-token"?: string | undefined;
|
|
7342
|
+
} | undefined;
|
|
7343
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7344
|
+
headers?: Partial<{
|
|
7345
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7346
|
+
}>;
|
|
7347
|
+
} & {
|
|
7348
|
+
pathParameters: {
|
|
7349
|
+
contributorId: string;
|
|
7350
|
+
};
|
|
7351
|
+
} & {
|
|
7352
|
+
headers: {
|
|
7353
|
+
"x-access-token"?: string | undefined;
|
|
7354
|
+
} & Partial<{
|
|
7355
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7356
|
+
}>;
|
|
7357
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7358
|
+
[x: string]: unknown;
|
|
7359
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7360
|
+
[x: string]: unknown;
|
|
7361
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7362
|
+
headers?: Partial<{
|
|
7363
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7364
|
+
}>;
|
|
7365
|
+
} & {
|
|
7366
|
+
pathParameters: {
|
|
7367
|
+
contributorId: string;
|
|
7368
|
+
};
|
|
7369
|
+
} & {
|
|
7370
|
+
headers: {
|
|
7371
|
+
"x-access-token"?: string | undefined;
|
|
7372
|
+
} & Partial<{
|
|
7373
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7374
|
+
}>;
|
|
7375
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
7376
|
+
[x: string]: unknown;
|
|
7377
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7378
|
+
[x: string]: unknown;
|
|
7379
|
+
}, 429, "application/json">>>;
|
|
7336
7380
|
/** Rotate the secret for an extension instance. */
|
|
7337
7381
|
contributorRotateSecretForExtensionInstance: (request: {
|
|
7338
7382
|
contributorId: string;
|
|
@@ -8054,7 +8098,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8054
8098
|
domain: string;
|
|
8055
8099
|
id: string;
|
|
8056
8100
|
};
|
|
8057
|
-
chargeability
|
|
8101
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
8058
8102
|
consentedScopes: string[];
|
|
8059
8103
|
contributorId: string;
|
|
8060
8104
|
contributorName: string;
|
|
@@ -8094,7 +8138,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8094
8138
|
domain: string;
|
|
8095
8139
|
id: string;
|
|
8096
8140
|
};
|
|
8097
|
-
chargeability
|
|
8141
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
8098
8142
|
consentedScopes: string[];
|
|
8099
8143
|
contributorId: string;
|
|
8100
8144
|
contributorName: string;
|
|
@@ -9083,7 +9127,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9083
9127
|
domain: string;
|
|
9084
9128
|
id: string;
|
|
9085
9129
|
};
|
|
9086
|
-
chargeability
|
|
9130
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
9087
9131
|
consentedScopes: string[];
|
|
9088
9132
|
contributorId: string;
|
|
9089
9133
|
contributorName: string;
|
|
@@ -9124,7 +9168,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9124
9168
|
domain: string;
|
|
9125
9169
|
id: string;
|
|
9126
9170
|
};
|
|
9127
|
-
chargeability
|
|
9171
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
9128
9172
|
consentedScopes: string[];
|
|
9129
9173
|
contributorId: string;
|
|
9130
9174
|
contributorName: string;
|
|
@@ -9174,7 +9218,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9174
9218
|
domain: string;
|
|
9175
9219
|
id: string;
|
|
9176
9220
|
};
|
|
9177
|
-
chargeability
|
|
9221
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
9178
9222
|
consentedScopes: string[];
|
|
9179
9223
|
contributorId: string;
|
|
9180
9224
|
contributorName: string;
|
|
@@ -9215,7 +9259,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9215
9259
|
domain: string;
|
|
9216
9260
|
id: string;
|
|
9217
9261
|
};
|
|
9218
|
-
chargeability
|
|
9262
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
9219
9263
|
consentedScopes: string[];
|
|
9220
9264
|
contributorId: string;
|
|
9221
9265
|
contributorName: string;
|
|
@@ -11420,6 +11464,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11420
11464
|
interval: string;
|
|
11421
11465
|
timeout: number;
|
|
11422
11466
|
email?: string | undefined;
|
|
11467
|
+
timeZone?: string | undefined;
|
|
11423
11468
|
};
|
|
11424
11469
|
projectId: string;
|
|
11425
11470
|
headers?: {
|
|
@@ -11434,6 +11479,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11434
11479
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11435
11480
|
email?: string | undefined;
|
|
11436
11481
|
interval: string;
|
|
11482
|
+
timeZone?: string | undefined;
|
|
11437
11483
|
timeout: number;
|
|
11438
11484
|
};
|
|
11439
11485
|
} & {
|
|
@@ -11466,6 +11512,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11466
11512
|
destination: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
11467
11513
|
email?: string | undefined;
|
|
11468
11514
|
interval: string;
|
|
11515
|
+
timeZone?: string | undefined;
|
|
11469
11516
|
timeout: number;
|
|
11470
11517
|
};
|
|
11471
11518
|
} & {
|
|
@@ -11654,6 +11701,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11654
11701
|
nextExecutionTime?: string | undefined;
|
|
11655
11702
|
projectId?: string | undefined;
|
|
11656
11703
|
shortId: string;
|
|
11704
|
+
timeZone?: string | undefined;
|
|
11657
11705
|
timeout: number;
|
|
11658
11706
|
updatedAt: string;
|
|
11659
11707
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11687,6 +11735,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11687
11735
|
nextExecutionTime?: string | undefined;
|
|
11688
11736
|
projectId?: string | undefined;
|
|
11689
11737
|
shortId: string;
|
|
11738
|
+
timeZone?: string | undefined;
|
|
11690
11739
|
timeout: number;
|
|
11691
11740
|
updatedAt: string;
|
|
11692
11741
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11858,11 +11907,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11858
11907
|
end?: string | undefined;
|
|
11859
11908
|
executionEnd?: string | undefined;
|
|
11860
11909
|
executionStart?: string | undefined;
|
|
11910
|
+
exitCode?: number | undefined;
|
|
11861
11911
|
id: string;
|
|
11862
11912
|
logPath?: string | undefined;
|
|
11863
11913
|
start?: string | undefined;
|
|
11864
11914
|
status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
|
|
11865
11915
|
successful: boolean;
|
|
11916
|
+
summary?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobStatusSummary | undefined;
|
|
11866
11917
|
triggeredBy?: {
|
|
11867
11918
|
id?: string;
|
|
11868
11919
|
} | undefined;
|
|
@@ -11894,11 +11945,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11894
11945
|
end?: string | undefined;
|
|
11895
11946
|
executionEnd?: string | undefined;
|
|
11896
11947
|
executionStart?: string | undefined;
|
|
11948
|
+
exitCode?: number | undefined;
|
|
11897
11949
|
id: string;
|
|
11898
11950
|
logPath?: string | undefined;
|
|
11899
11951
|
start?: string | undefined;
|
|
11900
11952
|
status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
|
|
11901
11953
|
successful: boolean;
|
|
11954
|
+
summary?: import("./types.js").MittwaldAPIV2.Components.Schemas.CronjobStatusSummary | undefined;
|
|
11902
11955
|
triggeredBy?: {
|
|
11903
11956
|
id?: string;
|
|
11904
11957
|
} | undefined;
|
|
@@ -20162,16 +20215,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20162
20215
|
token: string;
|
|
20163
20216
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20164
20217
|
name?: "SecondFactorRequired" | undefined;
|
|
20165
|
-
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20166
|
-
[x: string]: unknown;
|
|
20167
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20218
|
+
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20168
20219
|
type: "ValidationError";
|
|
20169
20220
|
message?: string | undefined;
|
|
20170
20221
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
20171
20222
|
}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20172
|
-
errors?: {}[] | undefined;
|
|
20173
|
-
message?: string | undefined;
|
|
20174
|
-
}, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20175
20223
|
[x: string]: unknown;
|
|
20176
20224
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
20177
20225
|
data: {
|
|
@@ -20188,16 +20236,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20188
20236
|
token: string;
|
|
20189
20237
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20190
20238
|
name?: "SecondFactorRequired" | undefined;
|
|
20191
|
-
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20192
|
-
[x: string]: unknown;
|
|
20193
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20239
|
+
}, 202, "application/json"> | import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20194
20240
|
type: "ValidationError";
|
|
20195
20241
|
message?: string | undefined;
|
|
20196
20242
|
validationErrors: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
20197
20243
|
}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20198
|
-
errors?: {}[] | undefined;
|
|
20199
|
-
message?: string | undefined;
|
|
20200
|
-
}, 422, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
20201
20244
|
[x: string]: unknown;
|
|
20202
20245
|
}, 429, "application/json">>>;
|
|
20203
20246
|
/** Authenticate an user with an access token retrieval key. */
|
|
@@ -24187,6 +24230,37 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24187
24230
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24188
24231
|
[x: string]: unknown;
|
|
24189
24232
|
}, 429, "application/json">>>;
|
|
24233
|
+
/** List valid time zones. */
|
|
24234
|
+
ellaneousListTimeZones: (request?: {
|
|
24235
|
+
headers?: {
|
|
24236
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24237
|
+
"x-access-token"?: string | undefined;
|
|
24238
|
+
} | undefined;
|
|
24239
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24240
|
+
headers?: Partial<{
|
|
24241
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24242
|
+
}>;
|
|
24243
|
+
} & {
|
|
24244
|
+
headers: {
|
|
24245
|
+
"x-access-token"?: string | undefined;
|
|
24246
|
+
} & Partial<{
|
|
24247
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24248
|
+
}>;
|
|
24249
|
+
}, import("@mittwald/api-client-commons").Response<string[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24250
|
+
[x: string]: unknown;
|
|
24251
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
24252
|
+
headers?: Partial<{
|
|
24253
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24254
|
+
}>;
|
|
24255
|
+
} & {
|
|
24256
|
+
headers: {
|
|
24257
|
+
"x-access-token"?: string | undefined;
|
|
24258
|
+
} & Partial<{
|
|
24259
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24260
|
+
}>;
|
|
24261
|
+
}, import("@mittwald/api-client-commons").Response<string[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
24262
|
+
[x: string]: unknown;
|
|
24263
|
+
}, 429, "application/json">>>;
|
|
24190
24264
|
};
|
|
24191
24265
|
/** The page insights API allows you to get page insights information. */
|
|
24192
24266
|
readonly pageInsights: {
|
|
@@ -185,6 +185,8 @@ export declare const contributorRequestDeviatingContributorAvatarUpload: OpenAPI
|
|
|
185
185
|
export declare const contributorResetContributorAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
186
186
|
/** Start the verification process of a contributor. */
|
|
187
187
|
export declare const contributorRequestVerification: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
188
|
+
/** Cancel the verification-process of a contributor. */
|
|
189
|
+
export declare const contributorCancelVerification: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdVerificationProcess.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
188
190
|
/** Rotate the secret for an extension instance. */
|
|
189
191
|
export declare const contributorRotateSecretForExtensionInstance: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
190
192
|
/** Get all conversation the authenticated user has created or has access to. */
|
|
@@ -758,7 +760,7 @@ export declare const userRemovePhoneNumber: OpenAPIOperation<RequestType<Simplif
|
|
|
758
760
|
/** Validate your second factor. */
|
|
759
761
|
export declare const userAuthenticateMfa: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$408.Content.ApplicationJson>, 408, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
760
762
|
/** Authenticate yourself to get an access token. */
|
|
761
|
-
export declare const userAuthenticate: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$202.Content.ApplicationJson>, 202, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$
|
|
763
|
+
export declare const userAuthenticate: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$202.Content.ApplicationJson>, 202, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
762
764
|
/** Authenticate an user with an access token retrieval key. */
|
|
763
765
|
export declare const userAuthenticateWithAccessTokenRetrievalKey: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
764
766
|
/** Get your verified Email-Address. */
|
|
@@ -865,3 +867,5 @@ export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Sim
|
|
|
865
867
|
export declare const backupGetProjectBackupToc: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdPaths.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
866
868
|
/** Restore a ProjectBackup's path. */
|
|
867
869
|
export declare const backupRequestProjectBackupRestorePath: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectBackupsProjectBackupIdRestorePath.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
870
|
+
/** List valid time zones. */
|
|
871
|
+
export declare const miscellaneousListTimeZones: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2TimeZones.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -366,6 +366,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
366
366
|
type RequestData = InferredRequestData<typeof descriptors.contributorRequestVerification>;
|
|
367
367
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRequestVerification, TStatus>;
|
|
368
368
|
}
|
|
369
|
+
namespace ContributorCancelVerification {
|
|
370
|
+
type RequestData = InferredRequestData<typeof descriptors.contributorCancelVerification>;
|
|
371
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorCancelVerification, TStatus>;
|
|
372
|
+
}
|
|
369
373
|
namespace ContributorRotateSecretForExtensionInstance {
|
|
370
374
|
type RequestData = InferredRequestData<typeof descriptors.contributorRotateSecretForExtensionInstance>;
|
|
371
375
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.contributorRotateSecretForExtensionInstance, TStatus>;
|
|
@@ -1726,6 +1730,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1726
1730
|
type RequestData = InferredRequestData<typeof descriptors.backupRequestProjectBackupRestorePath>;
|
|
1727
1731
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.backupRequestProjectBackupRestorePath, TStatus>;
|
|
1728
1732
|
}
|
|
1733
|
+
namespace MiscellaneousListTimeZones {
|
|
1734
|
+
type RequestData = InferredRequestData<typeof descriptors.miscellaneousListTimeZones>;
|
|
1735
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.miscellaneousListTimeZones, TStatus>;
|
|
1736
|
+
}
|
|
1729
1737
|
}
|
|
1730
1738
|
namespace Components {
|
|
1731
1739
|
namespace Schemas {
|
|
@@ -2010,7 +2018,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2010
2018
|
downloadURL?: string;
|
|
2011
2019
|
expiresAt?: string;
|
|
2012
2020
|
format: string;
|
|
2013
|
-
phase?: "
|
|
2021
|
+
phase?: "Pending" | "Exporting" | "Failed" | "Completed" | "Expired";
|
|
2014
2022
|
sha256Checksum?: string;
|
|
2015
2023
|
withPassword: boolean;
|
|
2016
2024
|
}
|
|
@@ -2722,6 +2730,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2722
2730
|
nextExecutionTime?: string;
|
|
2723
2731
|
projectId?: string;
|
|
2724
2732
|
shortId: string;
|
|
2733
|
+
timeZone?: string;
|
|
2725
2734
|
timeout: number;
|
|
2726
2735
|
updatedAt: string;
|
|
2727
2736
|
}
|
|
@@ -2740,11 +2749,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2740
2749
|
* @deprecated
|
|
2741
2750
|
*/
|
|
2742
2751
|
executionStart?: string;
|
|
2752
|
+
exitCode?: number;
|
|
2743
2753
|
id: string;
|
|
2744
2754
|
logPath?: string;
|
|
2745
2755
|
start?: string;
|
|
2746
2756
|
status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
|
|
2747
2757
|
successful: boolean;
|
|
2758
|
+
summary?: MittwaldAPIV2.Components.Schemas.CronjobStatusSummary;
|
|
2748
2759
|
triggeredBy?: {
|
|
2749
2760
|
id?: string;
|
|
2750
2761
|
};
|
|
@@ -2757,6 +2768,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2757
2768
|
destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
2758
2769
|
email?: string;
|
|
2759
2770
|
interval: string;
|
|
2771
|
+
timeZone?: string;
|
|
2760
2772
|
timeout: number;
|
|
2761
2773
|
}
|
|
2762
2774
|
interface CronjobCronjobUrl {
|
|
@@ -3300,7 +3312,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3300
3312
|
domain: string;
|
|
3301
3313
|
id: string;
|
|
3302
3314
|
};
|
|
3303
|
-
chargeability
|
|
3315
|
+
chargeability?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
|
|
3304
3316
|
consentedScopes: string[];
|
|
3305
3317
|
contributorId: string;
|
|
3306
3318
|
contributorName: string;
|
|
@@ -3320,7 +3332,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3320
3332
|
interface MarketplaceExtensionInstanceChargeability {
|
|
3321
3333
|
isChargeable: boolean;
|
|
3322
3334
|
reasons: {
|
|
3323
|
-
isNonChargeableCustomer?: boolean;
|
|
3324
3335
|
isOwnExtension: boolean;
|
|
3325
3336
|
};
|
|
3326
3337
|
}
|
|
@@ -5417,6 +5428,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5417
5428
|
size: number;
|
|
5418
5429
|
target?: string;
|
|
5419
5430
|
}
|
|
5431
|
+
type CronjobStatusSummary = "unspecified" | "active" | "complete" | "suspended" | "failed" | "orphaned" | "timeout" | "error";
|
|
5420
5432
|
interface CommonsAddress {
|
|
5421
5433
|
street: string;
|
|
5422
5434
|
houseNumber: string;
|
|
@@ -10251,6 +10263,43 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10251
10263
|
}
|
|
10252
10264
|
}
|
|
10253
10265
|
}
|
|
10266
|
+
namespace Delete {
|
|
10267
|
+
namespace Parameters {
|
|
10268
|
+
type Path = {
|
|
10269
|
+
contributorId: string;
|
|
10270
|
+
};
|
|
10271
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10272
|
+
type Query = {};
|
|
10273
|
+
}
|
|
10274
|
+
namespace Responses {
|
|
10275
|
+
namespace $204 {
|
|
10276
|
+
namespace Content {
|
|
10277
|
+
type Empty = unknown;
|
|
10278
|
+
}
|
|
10279
|
+
}
|
|
10280
|
+
namespace $400 {
|
|
10281
|
+
namespace Content {
|
|
10282
|
+
interface ApplicationJson {
|
|
10283
|
+
[k: string]: unknown;
|
|
10284
|
+
}
|
|
10285
|
+
}
|
|
10286
|
+
}
|
|
10287
|
+
namespace $429 {
|
|
10288
|
+
namespace Content {
|
|
10289
|
+
interface ApplicationJson {
|
|
10290
|
+
[k: string]: unknown;
|
|
10291
|
+
}
|
|
10292
|
+
}
|
|
10293
|
+
}
|
|
10294
|
+
namespace Default {
|
|
10295
|
+
namespace Content {
|
|
10296
|
+
interface ApplicationJson {
|
|
10297
|
+
[k: string]: unknown;
|
|
10298
|
+
}
|
|
10299
|
+
}
|
|
10300
|
+
}
|
|
10301
|
+
}
|
|
10302
|
+
}
|
|
10254
10303
|
}
|
|
10255
10304
|
namespace V2ContributorsContributorIdExtensionsExtensionIdExtensionInstancesExtensionInstanceIdSecret {
|
|
10256
10305
|
namespace Put {
|
|
@@ -24846,9 +24895,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24846
24895
|
}
|
|
24847
24896
|
namespace $400 {
|
|
24848
24897
|
namespace Content {
|
|
24849
|
-
|
|
24850
|
-
[k: string]: unknown;
|
|
24851
|
-
}
|
|
24898
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors | MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
24852
24899
|
}
|
|
24853
24900
|
}
|
|
24854
24901
|
namespace $401 {
|
|
@@ -24856,14 +24903,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
24856
24903
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
24857
24904
|
}
|
|
24858
24905
|
}
|
|
24859
|
-
namespace $422 {
|
|
24860
|
-
namespace Content {
|
|
24861
|
-
interface ApplicationJson {
|
|
24862
|
-
errors?: {}[];
|
|
24863
|
-
message?: string;
|
|
24864
|
-
}
|
|
24865
|
-
}
|
|
24866
|
-
}
|
|
24867
24906
|
namespace $429 {
|
|
24868
24907
|
namespace Content {
|
|
24869
24908
|
interface ApplicationJson {
|
|
@@ -27301,5 +27340,35 @@ export declare namespace MittwaldAPIV2 {
|
|
|
27301
27340
|
}
|
|
27302
27341
|
}
|
|
27303
27342
|
}
|
|
27343
|
+
namespace V2TimeZones {
|
|
27344
|
+
namespace Get {
|
|
27345
|
+
namespace Parameters {
|
|
27346
|
+
type Path = {};
|
|
27347
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
27348
|
+
type Query = {};
|
|
27349
|
+
}
|
|
27350
|
+
namespace Responses {
|
|
27351
|
+
namespace $200 {
|
|
27352
|
+
namespace Content {
|
|
27353
|
+
type ApplicationJson = string[];
|
|
27354
|
+
}
|
|
27355
|
+
}
|
|
27356
|
+
namespace $429 {
|
|
27357
|
+
namespace Content {
|
|
27358
|
+
interface ApplicationJson {
|
|
27359
|
+
[k: string]: unknown;
|
|
27360
|
+
}
|
|
27361
|
+
}
|
|
27362
|
+
}
|
|
27363
|
+
namespace Default {
|
|
27364
|
+
namespace Content {
|
|
27365
|
+
interface ApplicationJson {
|
|
27366
|
+
[k: string]: unknown;
|
|
27367
|
+
}
|
|
27368
|
+
}
|
|
27369
|
+
}
|
|
27370
|
+
}
|
|
27371
|
+
}
|
|
27372
|
+
}
|
|
27304
27373
|
}
|
|
27305
27374
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '0.0.0-development-9dc255f-20250925';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "0.0.0-development-
|
|
3
|
+
"version": "0.0.0-development-da42e97-20250926",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:compile": "run tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mittwald/api-client-commons": "^0.0.0-development-
|
|
49
|
+
"@mittwald/api-client-commons": "^0.0.0-development-da42e97-20250926",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^0.0.0-development-
|
|
53
|
+
"@mittwald/api-code-generator": "^0.0.0-development-da42e97-20250926",
|
|
54
54
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
55
55
|
"@types/node": "^22.10.1",
|
|
56
56
|
"@types/react": "^18.3.14",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "6d28e4fc644056399cb4b01445f5676a820797ba"
|
|
84
84
|
}
|