@mittwald/api-client 4.136.2 → 4.138.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/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +5 -26
- package/dist/types/generated/v2/client.d.ts +36 -54
- package/dist/types/generated/v2/descriptors.d.ts +1 -1
- package/dist/types/generated/v2/types.d.ts +121 -18
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.137.0';
|
|
@@ -337,6 +337,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
337
337
|
id: string;
|
|
338
338
|
parentId?: string | undefined;
|
|
339
339
|
projectId: string;
|
|
340
|
+
requestedAt: string;
|
|
340
341
|
status: string;
|
|
341
342
|
}>;
|
|
342
343
|
};
|
|
@@ -1579,6 +1580,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1579
1580
|
domain: string;
|
|
1580
1581
|
id: string;
|
|
1581
1582
|
};
|
|
1583
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1582
1584
|
consentedScopes: string[];
|
|
1583
1585
|
createdAt?: string | undefined;
|
|
1584
1586
|
disabled: boolean;
|
|
@@ -1653,6 +1655,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1653
1655
|
domain: string;
|
|
1654
1656
|
id: string;
|
|
1655
1657
|
};
|
|
1658
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1656
1659
|
consentedScopes: string[];
|
|
1657
1660
|
createdAt?: string | undefined;
|
|
1658
1661
|
disabled: boolean;
|
|
@@ -1675,6 +1678,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1675
1678
|
domain: string;
|
|
1676
1679
|
id: string;
|
|
1677
1680
|
};
|
|
1681
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1678
1682
|
consentedScopes: string[];
|
|
1679
1683
|
createdAt?: string | undefined;
|
|
1680
1684
|
disabled: boolean;
|
|
@@ -1689,32 +1693,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1689
1693
|
headers?: {
|
|
1690
1694
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1691
1695
|
} | undefined;
|
|
1692
|
-
}) => import("@mittwald/react-use-promise").AsyncResource<
|
|
1693
|
-
assets: [] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset];
|
|
1694
|
-
blocked: boolean;
|
|
1695
|
-
context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
1696
|
-
contributorId: string;
|
|
1697
|
-
deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
|
|
1698
|
-
description: string;
|
|
1699
|
-
detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
|
|
1700
|
-
disabled: boolean;
|
|
1701
|
-
externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
1702
|
-
frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
1703
|
-
frontendFragments?: {
|
|
1704
|
-
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
1705
|
-
} | undefined;
|
|
1706
|
-
id: string;
|
|
1707
|
-
logoRefId: string;
|
|
1708
|
-
name: string;
|
|
1709
|
-
pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
|
|
1710
|
-
published: boolean;
|
|
1711
|
-
scopes: string[];
|
|
1712
|
-
state: "enabled" | "blocked" | "disabled";
|
|
1713
|
-
statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
|
|
1714
|
-
subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
1715
|
-
support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
1716
|
-
tags: string[];
|
|
1717
|
-
}>;
|
|
1696
|
+
}) => import("@mittwald/react-use-promise").AsyncResource<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>>;
|
|
1718
1697
|
/** Get the public key to verify the webhook signature. */
|
|
1719
1698
|
extensionGetPublicKey: (conf: {
|
|
1720
1699
|
serial: string;
|
|
@@ -1890,6 +1890,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1890
1890
|
id: string;
|
|
1891
1891
|
parentId?: string | undefined;
|
|
1892
1892
|
projectId: string;
|
|
1893
|
+
requestedAt: string;
|
|
1893
1894
|
status: string;
|
|
1894
1895
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1895
1896
|
[x: string]: unknown;
|
|
@@ -1925,6 +1926,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
1925
1926
|
id: string;
|
|
1926
1927
|
parentId?: string | undefined;
|
|
1927
1928
|
projectId: string;
|
|
1929
|
+
requestedAt: string;
|
|
1928
1930
|
status: string;
|
|
1929
1931
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
1930
1932
|
[x: string]: unknown;
|
|
@@ -2146,6 +2148,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2146
2148
|
id: string;
|
|
2147
2149
|
parentId?: string | undefined;
|
|
2148
2150
|
projectId: string;
|
|
2151
|
+
requestedAt: string;
|
|
2149
2152
|
status: string;
|
|
2150
2153
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2151
2154
|
[x: string]: unknown;
|
|
@@ -2176,6 +2179,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2176
2179
|
id: string;
|
|
2177
2180
|
parentId?: string | undefined;
|
|
2178
2181
|
projectId: string;
|
|
2182
|
+
requestedAt: string;
|
|
2179
2183
|
status: string;
|
|
2180
2184
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
2181
2185
|
[x: string]: unknown;
|
|
@@ -6313,6 +6317,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6313
6317
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6314
6318
|
[x: string]: unknown;
|
|
6315
6319
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6320
|
+
message: string;
|
|
6321
|
+
type: string;
|
|
6322
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6316
6323
|
[x: string]: unknown;
|
|
6317
6324
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6318
6325
|
[x: string]: unknown;
|
|
@@ -6340,6 +6347,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6340
6347
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6341
6348
|
[x: string]: unknown;
|
|
6342
6349
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6350
|
+
message: string;
|
|
6351
|
+
type: string;
|
|
6352
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6343
6353
|
[x: string]: unknown;
|
|
6344
6354
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6345
6355
|
[x: string]: unknown;
|
|
@@ -6423,6 +6433,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6423
6433
|
domain: string;
|
|
6424
6434
|
id: string;
|
|
6425
6435
|
};
|
|
6436
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
6426
6437
|
consentedScopes: string[];
|
|
6427
6438
|
createdAt?: string | undefined;
|
|
6428
6439
|
disabled: boolean;
|
|
@@ -6454,6 +6465,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6454
6465
|
domain: string;
|
|
6455
6466
|
id: string;
|
|
6456
6467
|
};
|
|
6468
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
6457
6469
|
consentedScopes: string[];
|
|
6458
6470
|
createdAt?: string | undefined;
|
|
6459
6471
|
disabled: boolean;
|
|
@@ -7212,6 +7224,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7212
7224
|
domain: string;
|
|
7213
7225
|
id: string;
|
|
7214
7226
|
};
|
|
7227
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
7215
7228
|
consentedScopes: string[];
|
|
7216
7229
|
createdAt?: string | undefined;
|
|
7217
7230
|
disabled: boolean;
|
|
@@ -7244,6 +7257,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7244
7257
|
domain: string;
|
|
7245
7258
|
id: string;
|
|
7246
7259
|
};
|
|
7260
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
7247
7261
|
consentedScopes: string[];
|
|
7248
7262
|
createdAt?: string | undefined;
|
|
7249
7263
|
disabled: boolean;
|
|
@@ -7285,6 +7299,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7285
7299
|
domain: string;
|
|
7286
7300
|
id: string;
|
|
7287
7301
|
};
|
|
7302
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
7288
7303
|
consentedScopes: string[];
|
|
7289
7304
|
createdAt?: string | undefined;
|
|
7290
7305
|
disabled: boolean;
|
|
@@ -7317,6 +7332,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7317
7332
|
domain: string;
|
|
7318
7333
|
id: string;
|
|
7319
7334
|
};
|
|
7335
|
+
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
7320
7336
|
consentedScopes: string[];
|
|
7321
7337
|
createdAt?: string | undefined;
|
|
7322
7338
|
disabled: boolean;
|
|
@@ -7343,32 +7359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7343
7359
|
pathParameters: {
|
|
7344
7360
|
extensionId: string;
|
|
7345
7361
|
};
|
|
7346
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
7347
|
-
assets: [] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset];
|
|
7348
|
-
blocked: boolean;
|
|
7349
|
-
context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
7350
|
-
contributorId: string;
|
|
7351
|
-
deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
|
|
7352
|
-
description: string;
|
|
7353
|
-
detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
|
|
7354
|
-
disabled: boolean;
|
|
7355
|
-
externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
7356
|
-
frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
7357
|
-
frontendFragments?: {
|
|
7358
|
-
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
7359
|
-
} | undefined;
|
|
7360
|
-
id: string;
|
|
7361
|
-
logoRefId: string;
|
|
7362
|
-
name: string;
|
|
7363
|
-
pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
|
|
7364
|
-
published: boolean;
|
|
7365
|
-
scopes: string[];
|
|
7366
|
-
state: "enabled" | "blocked" | "disabled";
|
|
7367
|
-
statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
|
|
7368
|
-
subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
7369
|
-
support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
7370
|
-
tags: string[];
|
|
7371
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7362
|
+
}, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7372
7363
|
[x: string]: unknown;
|
|
7373
7364
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7374
7365
|
[x: string]: unknown;
|
|
@@ -7380,32 +7371,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7380
7371
|
pathParameters: {
|
|
7381
7372
|
extensionId: string;
|
|
7382
7373
|
};
|
|
7383
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
7384
|
-
assets: [] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset];
|
|
7385
|
-
blocked: boolean;
|
|
7386
|
-
context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
7387
|
-
contributorId: string;
|
|
7388
|
-
deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
|
|
7389
|
-
description: string;
|
|
7390
|
-
detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
|
|
7391
|
-
disabled: boolean;
|
|
7392
|
-
externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
7393
|
-
frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
|
|
7394
|
-
frontendFragments?: {
|
|
7395
|
-
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
7396
|
-
} | undefined;
|
|
7397
|
-
id: string;
|
|
7398
|
-
logoRefId: string;
|
|
7399
|
-
name: string;
|
|
7400
|
-
pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy | undefined;
|
|
7401
|
-
published: boolean;
|
|
7402
|
-
scopes: string[];
|
|
7403
|
-
state: "enabled" | "blocked" | "disabled";
|
|
7404
|
-
statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
|
|
7405
|
-
subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
7406
|
-
support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
7407
|
-
tags: string[];
|
|
7408
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7374
|
+
}, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7409
7375
|
[x: string]: unknown;
|
|
7410
7376
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7411
7377
|
[x: string]: unknown;
|
|
@@ -7663,6 +7629,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7663
7629
|
url: string;
|
|
7664
7630
|
};
|
|
7665
7631
|
} | undefined;
|
|
7632
|
+
webhookUrls?: {
|
|
7633
|
+
extensionAddedToContext: {
|
|
7634
|
+
url: string;
|
|
7635
|
+
};
|
|
7636
|
+
extensionInstanceRemovedFromContext: {
|
|
7637
|
+
url: string;
|
|
7638
|
+
};
|
|
7639
|
+
extensionInstanceSecretRotated: {
|
|
7640
|
+
url: string;
|
|
7641
|
+
};
|
|
7642
|
+
extensionInstanceUpdated: {
|
|
7643
|
+
url: string;
|
|
7644
|
+
};
|
|
7645
|
+
} | undefined;
|
|
7666
7646
|
};
|
|
7667
7647
|
contributorId: string;
|
|
7668
7648
|
headers?: {
|
|
@@ -7684,7 +7664,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7684
7664
|
subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
7685
7665
|
support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
7686
7666
|
tags?: string[] | undefined;
|
|
7687
|
-
webhookURLs?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
|
|
7667
|
+
webhookURLs?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls & {}) | undefined;
|
|
7668
|
+
webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
|
|
7688
7669
|
};
|
|
7689
7670
|
} & {
|
|
7690
7671
|
pathParameters: {
|
|
@@ -7721,7 +7702,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7721
7702
|
subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
7722
7703
|
support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
|
|
7723
7704
|
tags?: string[] | undefined;
|
|
7724
|
-
webhookURLs?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
|
|
7705
|
+
webhookURLs?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls & {}) | undefined;
|
|
7706
|
+
webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
|
|
7725
7707
|
};
|
|
7726
7708
|
} & {
|
|
7727
7709
|
pathParameters: {
|
|
@@ -378,7 +378,7 @@ export declare const extensionConsentToExtensionScopes: OpenAPIOperation<Request
|
|
|
378
378
|
/** List ExtensionInstances. */
|
|
379
379
|
export declare const extensionListExtensionInstances: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
380
380
|
/** Create an ExtensionInstance. */
|
|
381
|
-
export declare const extensionCreateExtensionInstance: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
381
|
+
export declare const extensionCreateExtensionInstance: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstances.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
382
382
|
/** Create an access token retrieval key for an extension instance. */
|
|
383
383
|
export declare const extensionCreateRetrievalKey: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ExtensionInstancesExtensionInstanceIdActionsCreateAccessTokenRetrievalKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
384
384
|
/** Get an ExtensionInstance. */
|
|
@@ -1744,6 +1744,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1744
1744
|
id: string;
|
|
1745
1745
|
parentId?: string;
|
|
1746
1746
|
projectId: string;
|
|
1747
|
+
requestedAt: string;
|
|
1747
1748
|
status: string;
|
|
1748
1749
|
}
|
|
1749
1750
|
interface BackupProjectBackupExport {
|
|
@@ -1781,6 +1782,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1781
1782
|
ttl?: string;
|
|
1782
1783
|
updatedAt?: string;
|
|
1783
1784
|
}
|
|
1785
|
+
/**
|
|
1786
|
+
* The Extension Instance Contract.
|
|
1787
|
+
*/
|
|
1788
|
+
type ExtensionExtensionInstanceContract = MittwaldAPIV2.Components.Schemas.ExtensionSubscriptionBasedContract;
|
|
1789
|
+
/**
|
|
1790
|
+
* A strategy for Contracts that will be paid periodically.
|
|
1791
|
+
*/
|
|
1792
|
+
interface ExtensionSubscriptionBasedContract {
|
|
1793
|
+
interactionDeadline?: string;
|
|
1794
|
+
interactionRequired: boolean;
|
|
1795
|
+
status: "notStarted" | "active" | "terminationPending";
|
|
1796
|
+
terminationTargetDate?: string;
|
|
1797
|
+
}
|
|
1784
1798
|
interface ContainerCreateRegistry {
|
|
1785
1799
|
credentials?: MittwaldAPIV2.Components.Schemas.ContainerSetRegistryCredentials;
|
|
1786
1800
|
description: string;
|
|
@@ -2771,11 +2785,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2771
2785
|
interface MarketplaceContributor {
|
|
2772
2786
|
customerId: string;
|
|
2773
2787
|
description?: string;
|
|
2788
|
+
descriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription;
|
|
2774
2789
|
/**
|
|
2775
2790
|
* @deprecated
|
|
2776
2791
|
*/
|
|
2777
2792
|
email?: string;
|
|
2778
2793
|
id: string;
|
|
2794
|
+
imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
|
|
2779
2795
|
logoRefId?: string;
|
|
2780
2796
|
name: string;
|
|
2781
2797
|
/**
|
|
@@ -2786,6 +2802,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2786
2802
|
supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
2787
2803
|
url?: string;
|
|
2788
2804
|
}
|
|
2805
|
+
type MarketplaceContributorImprint = {
|
|
2806
|
+
text: string;
|
|
2807
|
+
} | {
|
|
2808
|
+
url: string;
|
|
2809
|
+
};
|
|
2789
2810
|
type MarketplaceContributorState = "enabled" | "disabled";
|
|
2790
2811
|
interface MarketplaceExtension {
|
|
2791
2812
|
/**
|
|
@@ -2837,7 +2858,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2837
2858
|
/**
|
|
2838
2859
|
* Whether the extension has been published by the contributor.
|
|
2839
2860
|
*/
|
|
2840
|
-
published:
|
|
2861
|
+
published: true;
|
|
2841
2862
|
scopes: string[];
|
|
2842
2863
|
/**
|
|
2843
2864
|
* @deprecated
|
|
@@ -2925,6 +2946,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2925
2946
|
domain: string;
|
|
2926
2947
|
id: string;
|
|
2927
2948
|
};
|
|
2949
|
+
chargeability?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
|
|
2928
2950
|
consentedScopes: string[];
|
|
2929
2951
|
createdAt?: string;
|
|
2930
2952
|
disabled: boolean;
|
|
@@ -2933,6 +2955,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2933
2955
|
pendingInstallation: boolean;
|
|
2934
2956
|
pendingRemoval: boolean;
|
|
2935
2957
|
}
|
|
2958
|
+
interface MarketplaceExtensionInstanceChargeability {
|
|
2959
|
+
isChargeable: boolean;
|
|
2960
|
+
reasons: {
|
|
2961
|
+
isOwnExtension: boolean;
|
|
2962
|
+
};
|
|
2963
|
+
}
|
|
2936
2964
|
interface MarketplaceExtensionInstanceHealth {
|
|
2937
2965
|
aggregateReference: {
|
|
2938
2966
|
aggregate: string;
|
|
@@ -2973,9 +3001,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2973
3001
|
[k: string]: string;
|
|
2974
3002
|
};
|
|
2975
3003
|
} & MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
|
|
3004
|
+
/**
|
|
3005
|
+
* A few words about the introduction as a contributor
|
|
3006
|
+
*/
|
|
3007
|
+
interface MarketplaceLocalizedDescription {
|
|
3008
|
+
de: string;
|
|
3009
|
+
en?: string;
|
|
3010
|
+
}
|
|
2976
3011
|
interface MarketplaceOwnContributor {
|
|
2977
3012
|
contactPersonUserId: string;
|
|
2978
|
-
contractOwner: MittwaldAPIV2.Components.Schemas.
|
|
3013
|
+
contractOwner: MittwaldAPIV2.Components.Schemas.CommonsContact;
|
|
3014
|
+
contributorNumber: string;
|
|
2979
3015
|
customerId: string;
|
|
2980
3016
|
description?: string;
|
|
2981
3017
|
/**
|
|
@@ -2983,6 +3019,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2983
3019
|
*/
|
|
2984
3020
|
email?: string;
|
|
2985
3021
|
id: string;
|
|
3022
|
+
imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
|
|
2986
3023
|
logoRefId?: string;
|
|
2987
3024
|
name: string;
|
|
2988
3025
|
/**
|
|
@@ -3070,6 +3107,68 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3070
3107
|
email?: string;
|
|
3071
3108
|
phone?: string;
|
|
3072
3109
|
}
|
|
3110
|
+
interface MarketplaceUnpublishedExtension {
|
|
3111
|
+
/**
|
|
3112
|
+
* The assets/media (images and videos) of the extension.
|
|
3113
|
+
*
|
|
3114
|
+
* @maxItems 4
|
|
3115
|
+
*/
|
|
3116
|
+
assets: [] | [MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [
|
|
3117
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset,
|
|
3118
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset
|
|
3119
|
+
] | [
|
|
3120
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset,
|
|
3121
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset,
|
|
3122
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset
|
|
3123
|
+
] | [
|
|
3124
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset,
|
|
3125
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset,
|
|
3126
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset,
|
|
3127
|
+
MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset
|
|
3128
|
+
];
|
|
3129
|
+
/**
|
|
3130
|
+
* @deprecated
|
|
3131
|
+
*/
|
|
3132
|
+
blocked: boolean;
|
|
3133
|
+
context: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
3134
|
+
contributorId: string;
|
|
3135
|
+
deprecation?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation;
|
|
3136
|
+
/**
|
|
3137
|
+
* A short description of the capabilites of the Extension.
|
|
3138
|
+
*/
|
|
3139
|
+
description?: string;
|
|
3140
|
+
detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
|
|
3141
|
+
disabled: boolean;
|
|
3142
|
+
externalFrontends?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
|
|
3143
|
+
/**
|
|
3144
|
+
* @deprecated
|
|
3145
|
+
*/
|
|
3146
|
+
frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
|
|
3147
|
+
frontendFragments?: {
|
|
3148
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
3149
|
+
};
|
|
3150
|
+
id: string;
|
|
3151
|
+
/**
|
|
3152
|
+
* This is the FileId of the Logo. Retrieve the file with this id on `/v2/files/{logoRefId}`.
|
|
3153
|
+
*/
|
|
3154
|
+
logoRefId?: string;
|
|
3155
|
+
name: string;
|
|
3156
|
+
pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricingStrategy;
|
|
3157
|
+
/**
|
|
3158
|
+
* Whether the extension has been published by the contributor.
|
|
3159
|
+
*/
|
|
3160
|
+
published?: false;
|
|
3161
|
+
scopes: string[];
|
|
3162
|
+
/**
|
|
3163
|
+
* @deprecated
|
|
3164
|
+
* deprecated
|
|
3165
|
+
*/
|
|
3166
|
+
state: "enabled" | "blocked" | "disabled";
|
|
3167
|
+
statistics: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
|
|
3168
|
+
subTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
3169
|
+
support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
3170
|
+
tags: string[];
|
|
3171
|
+
}
|
|
3073
3172
|
interface MarketplaceUrlFrontendFragment {
|
|
3074
3173
|
url: string;
|
|
3075
3174
|
}
|
|
@@ -4133,7 +4232,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4133
4232
|
webStorageUsageInBytesSetAt: string;
|
|
4134
4233
|
}
|
|
4135
4234
|
type ProjectServerDisableReason = "suspended";
|
|
4136
|
-
type ProjectServerStatus = "pending" | "ready" | "unready";
|
|
4235
|
+
type ProjectServerStatus = "pending" | "ready" | "unready" | "suspended";
|
|
4137
4236
|
interface ProjectServer {
|
|
4138
4237
|
clusterName: string;
|
|
4139
4238
|
createdAt: string;
|
|
@@ -4589,19 +4688,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4589
4688
|
name: string;
|
|
4590
4689
|
value: string;
|
|
4591
4690
|
}
|
|
4592
|
-
/**
|
|
4593
|
-
* The Extension Instance Contract.
|
|
4594
|
-
*/
|
|
4595
|
-
type ExtensionExtensionInstanceContract = MittwaldAPIV2.Components.Schemas.ExtensionSubscriptionBasedContract;
|
|
4596
|
-
/**
|
|
4597
|
-
* A strategy for Contracts that will be paid periodically.
|
|
4598
|
-
*/
|
|
4599
|
-
interface ExtensionSubscriptionBasedContract {
|
|
4600
|
-
interactionDeadline?: string;
|
|
4601
|
-
interactionRequired: boolean;
|
|
4602
|
-
status: "notStarted" | "active" | "terminationPending";
|
|
4603
|
-
terminationTargetDate?: string;
|
|
4604
|
-
}
|
|
4605
4691
|
interface CommonsAddress {
|
|
4606
4692
|
street: string;
|
|
4607
4693
|
houseNumber: string;
|
|
@@ -4613,6 +4699,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4613
4699
|
countryCode: string;
|
|
4614
4700
|
addressPrefix?: string;
|
|
4615
4701
|
}
|
|
4702
|
+
interface CommonsContact {
|
|
4703
|
+
firstName?: string;
|
|
4704
|
+
lastName?: string;
|
|
4705
|
+
title?: string;
|
|
4706
|
+
salutation: MittwaldAPIV2.Components.Schemas.CommonsSalutation;
|
|
4707
|
+
company?: string;
|
|
4708
|
+
address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
|
|
4709
|
+
emailAddress?: string;
|
|
4710
|
+
phoneNumbers?: string[];
|
|
4711
|
+
useFormalTerm?: boolean;
|
|
4712
|
+
}
|
|
4616
4713
|
interface CommonsError {
|
|
4617
4714
|
message: string;
|
|
4618
4715
|
type: string;
|
|
@@ -14178,6 +14275,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14178
14275
|
}
|
|
14179
14276
|
}
|
|
14180
14277
|
}
|
|
14278
|
+
namespace $403 {
|
|
14279
|
+
namespace Content {
|
|
14280
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsError;
|
|
14281
|
+
}
|
|
14282
|
+
}
|
|
14181
14283
|
namespace $404 {
|
|
14182
14284
|
namespace Content {
|
|
14183
14285
|
interface ApplicationJson {
|
|
@@ -14810,7 +14912,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14810
14912
|
namespace Responses {
|
|
14811
14913
|
namespace $200 {
|
|
14812
14914
|
namespace Content {
|
|
14813
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtension;
|
|
14915
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MarketplaceExtension | MittwaldAPIV2.Components.Schemas.MarketplaceUnpublishedExtension;
|
|
14814
14916
|
}
|
|
14815
14917
|
}
|
|
14816
14918
|
namespace $404 {
|
|
@@ -15006,7 +15108,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15006
15108
|
subTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
15007
15109
|
support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
15008
15110
|
tags?: string[];
|
|
15009
|
-
webhookURLs?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
|
|
15111
|
+
webhookURLs?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls & {};
|
|
15112
|
+
webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
|
|
15010
15113
|
}
|
|
15011
15114
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
15012
15115
|
type Query = {};
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.137.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.138.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": "dd83e9d860ba3cd16f3aeefc81061929383c67c8"
|
|
84
84
|
}
|