@mittwald/api-client 4.91.0 → 4.93.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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.92.0';
|
|
@@ -803,6 +803,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
803
803
|
abortedBy?: {
|
|
804
804
|
id?: string;
|
|
805
805
|
} | undefined;
|
|
806
|
+
cronjobId: string;
|
|
806
807
|
durationInMilliseconds?: number | undefined;
|
|
807
808
|
end?: string | undefined;
|
|
808
809
|
executionEnd?: string | undefined;
|
|
@@ -6634,6 +6634,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6634
6634
|
abortedBy?: {
|
|
6635
6635
|
id?: string;
|
|
6636
6636
|
} | undefined;
|
|
6637
|
+
cronjobId: string;
|
|
6637
6638
|
durationInMilliseconds?: number | undefined;
|
|
6638
6639
|
end?: string | undefined;
|
|
6639
6640
|
executionEnd?: string | undefined;
|
|
@@ -6669,6 +6670,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6669
6670
|
abortedBy?: {
|
|
6670
6671
|
id?: string;
|
|
6671
6672
|
} | undefined;
|
|
6673
|
+
cronjobId: string;
|
|
6672
6674
|
durationInMilliseconds?: number | undefined;
|
|
6673
6675
|
end?: string | undefined;
|
|
6674
6676
|
executionEnd?: string | undefined;
|
|
@@ -2022,6 +2022,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2022
2022
|
abortedBy?: {
|
|
2023
2023
|
id?: string;
|
|
2024
2024
|
};
|
|
2025
|
+
cronjobId: string;
|
|
2025
2026
|
durationInMilliseconds?: number;
|
|
2026
2027
|
end?: string;
|
|
2027
2028
|
/**
|
|
@@ -2493,34 +2494,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2493
2494
|
url: string;
|
|
2494
2495
|
}
|
|
2495
2496
|
type MarketplaceFrontendFragment = MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
|
|
2496
|
-
interface MarketplaceOptionalExtension {
|
|
2497
|
-
backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
|
|
2498
|
-
/**
|
|
2499
|
-
* @deprecated
|
|
2500
|
-
*/
|
|
2501
|
-
blocked?: boolean;
|
|
2502
|
-
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
2503
|
-
contributorId: string;
|
|
2504
|
-
description?: string;
|
|
2505
|
-
detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
|
|
2506
|
-
disabled?: boolean;
|
|
2507
|
-
frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
|
|
2508
|
-
frontendFragments?: {
|
|
2509
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
2510
|
-
};
|
|
2511
|
-
id: string;
|
|
2512
|
-
name: string;
|
|
2513
|
-
scopes?: string[];
|
|
2514
|
-
/**
|
|
2515
|
-
* deprecated
|
|
2516
|
-
*/
|
|
2517
|
-
state?: "enabled" | "blocked" | "disabled";
|
|
2518
|
-
support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
2519
|
-
/**
|
|
2520
|
-
* @minItems 0
|
|
2521
|
-
*/
|
|
2522
|
-
tags?: string[];
|
|
2523
|
-
}
|
|
2524
2497
|
interface MarketplaceOwnExtension {
|
|
2525
2498
|
backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
|
|
2526
2499
|
/**
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.92.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.93.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": "3adfe8830f8e191181f0bedc8c5e1ec0fd8d79f8"
|
|
84
84
|
}
|