@mittwald/api-client 4.113.0 → 4.115.0
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 +0 -2
- package/dist/esm/generated/v2/client.js +0 -2
- package/dist/esm/generated/v2/descriptors.js +0 -6
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +0 -43
- package/dist/types/generated/v2/client.d.ts +0 -115
- package/dist/types/generated/v2/descriptors.d.ts +0 -2
- package/dist/types/generated/v2/types.d.ts +0 -44
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -202,8 +202,6 @@ const buildMarketplaceApi = (baseClient) => ({
|
|
|
202
202
|
extensionGetExtensionInstanceForProject: new ApiCallAsyncResourceFactory(descriptors.extensionGetExtensionInstanceForProject, baseClient.marketplace.extensionGetExtensionInstanceForProject).getApiResource,
|
|
203
203
|
/** Get an Extension. */
|
|
204
204
|
extensionGetExtension: new ApiCallAsyncResourceFactory(descriptors.extensionGetExtension, baseClient.marketplace.extensionGetExtension).getApiResource,
|
|
205
|
-
/** Get Extension of own contributor. */
|
|
206
|
-
extensionGetOwnExtension: new ApiCallAsyncResourceFactory(descriptors.extensionGetOwnExtension, baseClient.marketplace.extensionGetOwnExtension).getApiResource,
|
|
207
205
|
/** Get the public key to verify the webhook signature. */
|
|
208
206
|
extensionGetPublicKey: new ApiCallAsyncResourceFactory(descriptors.extensionGetPublicKey, baseClient.marketplace.extensionGetPublicKey).getApiResource,
|
|
209
207
|
/** List Contributors. */
|
|
@@ -178,8 +178,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
178
178
|
extensionGetExtensionInstanceForProject: this.requestFunctionFactory(descriptors.extensionGetExtensionInstanceForProject),
|
|
179
179
|
/** Get an Extension. */
|
|
180
180
|
extensionGetExtension: this.requestFunctionFactory(descriptors.extensionGetExtension),
|
|
181
|
-
/** Get Extension of own contributor. */
|
|
182
|
-
extensionGetOwnExtension: this.requestFunctionFactory(descriptors.extensionGetOwnExtension),
|
|
183
181
|
/** Get the public key to verify the webhook signature. */
|
|
184
182
|
extensionGetPublicKey: this.requestFunctionFactory(descriptors.extensionGetPublicKey),
|
|
185
183
|
/** List Contributors. */
|
|
@@ -1024,12 +1024,6 @@ export const extensionGetExtension = {
|
|
|
1024
1024
|
method: "GET",
|
|
1025
1025
|
operationId: "extension-get-extension",
|
|
1026
1026
|
};
|
|
1027
|
-
/** Get Extension of own contributor. */
|
|
1028
|
-
export const extensionGetOwnExtension = {
|
|
1029
|
-
path: "/v2/contributors/{contributorId}/extensions/{extensionId}",
|
|
1030
|
-
method: "GET",
|
|
1031
|
-
operationId: "extension-get-own-extension",
|
|
1032
|
-
};
|
|
1033
1027
|
/** Get the public key to verify the webhook signature. */
|
|
1034
1028
|
export const extensionGetPublicKey = {
|
|
1035
1029
|
path: "/v2/webhook-public-keys/{serial}",
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.114.0';
|
|
@@ -1493,49 +1493,6 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1493
1493
|
support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
1494
1494
|
tags: string[];
|
|
1495
1495
|
}>;
|
|
1496
|
-
/** Get Extension of own contributor. */
|
|
1497
|
-
extensionGetOwnExtension: (conf: {
|
|
1498
|
-
contributorId: string;
|
|
1499
|
-
extensionId: string;
|
|
1500
|
-
headers?: {
|
|
1501
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1502
|
-
"x-access-token"?: string | undefined;
|
|
1503
|
-
} | undefined;
|
|
1504
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<{
|
|
1505
|
-
assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
|
|
1506
|
-
backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
|
|
1507
|
-
blocked?: boolean | undefined;
|
|
1508
|
-
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
1509
|
-
contributorId: string;
|
|
1510
|
-
deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
|
|
1511
|
-
description?: string | undefined;
|
|
1512
|
-
detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
|
|
1513
|
-
disabled?: boolean | undefined;
|
|
1514
|
-
externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
1515
|
-
frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
1516
|
-
frontendFragments?: {
|
|
1517
|
-
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
1518
|
-
} | undefined;
|
|
1519
|
-
functional: boolean;
|
|
1520
|
-
id: string;
|
|
1521
|
-
logoRefId?: string | undefined;
|
|
1522
|
-
name: string;
|
|
1523
|
-
published: boolean;
|
|
1524
|
-
requestedChanges?: {
|
|
1525
|
-
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
1526
|
-
scopes?: string[];
|
|
1527
|
-
webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
|
|
1528
|
-
} | undefined;
|
|
1529
|
-
scopes?: string[] | undefined;
|
|
1530
|
-
state?: "enabled" | "blocked" | "disabled" | undefined;
|
|
1531
|
-
statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
|
|
1532
|
-
subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
1533
|
-
support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
1534
|
-
tags?: string[] | undefined;
|
|
1535
|
-
verificationRequested: boolean;
|
|
1536
|
-
verified: boolean;
|
|
1537
|
-
webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
|
|
1538
|
-
}>;
|
|
1539
1496
|
/** Get the public key to verify the webhook signature. */
|
|
1540
1497
|
extensionGetPublicKey: (conf: {
|
|
1541
1498
|
serial: string;
|
|
@@ -5164,121 +5164,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5164
5164
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5165
5165
|
[x: string]: unknown;
|
|
5166
5166
|
}, 429, "application/json">>>;
|
|
5167
|
-
/** Get Extension of own contributor. */
|
|
5168
|
-
extensionGetOwnExtension: (request: {
|
|
5169
|
-
contributorId: string;
|
|
5170
|
-
extensionId: string;
|
|
5171
|
-
headers?: {
|
|
5172
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5173
|
-
"x-access-token"?: string | undefined;
|
|
5174
|
-
} | undefined;
|
|
5175
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5176
|
-
headers?: Partial<{
|
|
5177
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5178
|
-
}>;
|
|
5179
|
-
} & {
|
|
5180
|
-
pathParameters: {
|
|
5181
|
-
contributorId: string;
|
|
5182
|
-
extensionId: string;
|
|
5183
|
-
};
|
|
5184
|
-
} & {
|
|
5185
|
-
headers: {
|
|
5186
|
-
"x-access-token"?: string | undefined;
|
|
5187
|
-
} & Partial<{
|
|
5188
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5189
|
-
}>;
|
|
5190
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5191
|
-
assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
|
|
5192
|
-
backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
|
|
5193
|
-
blocked?: boolean | undefined;
|
|
5194
|
-
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
5195
|
-
contributorId: string;
|
|
5196
|
-
deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
|
|
5197
|
-
description?: string | undefined;
|
|
5198
|
-
detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
|
|
5199
|
-
disabled?: boolean | undefined;
|
|
5200
|
-
externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
5201
|
-
frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
5202
|
-
frontendFragments?: {
|
|
5203
|
-
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
5204
|
-
} | undefined;
|
|
5205
|
-
functional: boolean;
|
|
5206
|
-
id: string;
|
|
5207
|
-
logoRefId?: string | undefined;
|
|
5208
|
-
name: string;
|
|
5209
|
-
published: boolean;
|
|
5210
|
-
requestedChanges?: {
|
|
5211
|
-
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
5212
|
-
scopes?: string[];
|
|
5213
|
-
webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
|
|
5214
|
-
} | undefined;
|
|
5215
|
-
scopes?: string[] | undefined;
|
|
5216
|
-
state?: "enabled" | "blocked" | "disabled" | undefined;
|
|
5217
|
-
statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
|
|
5218
|
-
subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
5219
|
-
support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
5220
|
-
tags?: string[] | undefined;
|
|
5221
|
-
verificationRequested: boolean;
|
|
5222
|
-
verified: boolean;
|
|
5223
|
-
webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
|
|
5224
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5225
|
-
[x: string]: unknown;
|
|
5226
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5227
|
-
[x: string]: unknown;
|
|
5228
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5229
|
-
headers?: Partial<{
|
|
5230
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5231
|
-
}>;
|
|
5232
|
-
} & {
|
|
5233
|
-
pathParameters: {
|
|
5234
|
-
contributorId: string;
|
|
5235
|
-
extensionId: string;
|
|
5236
|
-
};
|
|
5237
|
-
} & {
|
|
5238
|
-
headers: {
|
|
5239
|
-
"x-access-token"?: string | undefined;
|
|
5240
|
-
} & Partial<{
|
|
5241
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5242
|
-
}>;
|
|
5243
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
5244
|
-
assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
|
|
5245
|
-
backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
|
|
5246
|
-
blocked?: boolean | undefined;
|
|
5247
|
-
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
5248
|
-
contributorId: string;
|
|
5249
|
-
deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
|
|
5250
|
-
description?: string | undefined;
|
|
5251
|
-
detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
|
|
5252
|
-
disabled?: boolean | undefined;
|
|
5253
|
-
externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
5254
|
-
frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
5255
|
-
frontendFragments?: {
|
|
5256
|
-
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
5257
|
-
} | undefined;
|
|
5258
|
-
functional: boolean;
|
|
5259
|
-
id: string;
|
|
5260
|
-
logoRefId?: string | undefined;
|
|
5261
|
-
name: string;
|
|
5262
|
-
published: boolean;
|
|
5263
|
-
requestedChanges?: {
|
|
5264
|
-
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
5265
|
-
scopes?: string[];
|
|
5266
|
-
webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
|
|
5267
|
-
} | undefined;
|
|
5268
|
-
scopes?: string[] | undefined;
|
|
5269
|
-
state?: "enabled" | "blocked" | "disabled" | undefined;
|
|
5270
|
-
statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
|
|
5271
|
-
subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
5272
|
-
support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
5273
|
-
tags?: string[] | undefined;
|
|
5274
|
-
verificationRequested: boolean;
|
|
5275
|
-
verified: boolean;
|
|
5276
|
-
webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
|
|
5277
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5278
|
-
[x: string]: unknown;
|
|
5279
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5280
|
-
[x: string]: unknown;
|
|
5281
|
-
}, 429, "application/json">>>;
|
|
5282
5167
|
/** Get the public key to verify the webhook signature. */
|
|
5283
5168
|
extensionGetPublicKey: (request: {
|
|
5284
5169
|
serial: string;
|
|
@@ -345,8 +345,6 @@ export declare const extensionGetExtensionInstanceForCustomer: OpenAPIOperation<
|
|
|
345
345
|
export declare const extensionGetExtensionInstanceForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdExtensionsExtensionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdExtensionsExtensionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdExtensionsExtensionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdExtensionsExtensionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdExtensionsExtensionId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdExtensionsExtensionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
346
346
|
/** Get an Extension. */
|
|
347
347
|
export declare const extensionGetExtension: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
348
|
-
/** Get Extension of own contributor. */
|
|
349
|
-
export declare const extensionGetOwnExtension: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
350
348
|
/** Get the public key to verify the webhook signature. */
|
|
351
349
|
export declare const extensionGetPublicKey: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2WebhookPublicKeysSerial.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2WebhookPublicKeysSerial.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2WebhookPublicKeysSerial.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2WebhookPublicKeysSerial.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2WebhookPublicKeysSerial.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2WebhookPublicKeysSerial.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2WebhookPublicKeysSerial.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
352
350
|
/** List Contributors. */
|
|
@@ -686,10 +686,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
686
686
|
type RequestData = InferredRequestData<typeof descriptors.extensionGetExtension>;
|
|
687
687
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetExtension, TStatus>;
|
|
688
688
|
}
|
|
689
|
-
namespace ExtensionGetOwnExtension {
|
|
690
|
-
type RequestData = InferredRequestData<typeof descriptors.extensionGetOwnExtension>;
|
|
691
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetOwnExtension, TStatus>;
|
|
692
|
-
}
|
|
693
689
|
namespace ExtensionGetPublicKey {
|
|
694
690
|
type RequestData = InferredRequestData<typeof descriptors.extensionGetPublicKey>;
|
|
695
691
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionGetPublicKey, TStatus>;
|
|
@@ -12510,46 +12506,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12510
12506
|
}
|
|
12511
12507
|
}
|
|
12512
12508
|
}
|
|
12513
|
-
namespace V2ContributorsContributorIdExtensionsExtensionId {
|
|
12514
|
-
namespace Get {
|
|
12515
|
-
namespace Parameters {
|
|
12516
|
-
type Path = {
|
|
12517
|
-
contributorId: string;
|
|
12518
|
-
extensionId: string;
|
|
12519
|
-
};
|
|
12520
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12521
|
-
type Query = {};
|
|
12522
|
-
}
|
|
12523
|
-
namespace Responses {
|
|
12524
|
-
namespace $200 {
|
|
12525
|
-
namespace Content {
|
|
12526
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension;
|
|
12527
|
-
}
|
|
12528
|
-
}
|
|
12529
|
-
namespace $404 {
|
|
12530
|
-
namespace Content {
|
|
12531
|
-
interface ApplicationJson {
|
|
12532
|
-
[k: string]: unknown;
|
|
12533
|
-
}
|
|
12534
|
-
}
|
|
12535
|
-
}
|
|
12536
|
-
namespace $429 {
|
|
12537
|
-
namespace Content {
|
|
12538
|
-
interface ApplicationJson {
|
|
12539
|
-
[k: string]: unknown;
|
|
12540
|
-
}
|
|
12541
|
-
}
|
|
12542
|
-
}
|
|
12543
|
-
namespace Default {
|
|
12544
|
-
namespace Content {
|
|
12545
|
-
interface ApplicationJson {
|
|
12546
|
-
[k: string]: unknown;
|
|
12547
|
-
}
|
|
12548
|
-
}
|
|
12549
|
-
}
|
|
12550
|
-
}
|
|
12551
|
-
}
|
|
12552
|
-
}
|
|
12553
12509
|
namespace V2WebhookPublicKeysSerial {
|
|
12554
12510
|
namespace Get {
|
|
12555
12511
|
namespace Parameters {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.114.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.115.0",
|
|
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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "ce2f1ed9484e87fa864de77dc6b2e8904a408c9f"
|
|
84
84
|
}
|