@mittwald/api-client 4.92.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';
|
|
@@ -2494,34 +2494,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2494
2494
|
url: string;
|
|
2495
2495
|
}
|
|
2496
2496
|
type MarketplaceFrontendFragment = MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
|
|
2497
|
-
interface MarketplaceOptionalExtension {
|
|
2498
|
-
backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
|
|
2499
|
-
/**
|
|
2500
|
-
* @deprecated
|
|
2501
|
-
*/
|
|
2502
|
-
blocked?: boolean;
|
|
2503
|
-
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
2504
|
-
contributorId: string;
|
|
2505
|
-
description?: string;
|
|
2506
|
-
detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
|
|
2507
|
-
disabled?: boolean;
|
|
2508
|
-
frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
|
|
2509
|
-
frontendFragments?: {
|
|
2510
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
2511
|
-
};
|
|
2512
|
-
id: string;
|
|
2513
|
-
name: string;
|
|
2514
|
-
scopes?: string[];
|
|
2515
|
-
/**
|
|
2516
|
-
* deprecated
|
|
2517
|
-
*/
|
|
2518
|
-
state?: "enabled" | "blocked" | "disabled";
|
|
2519
|
-
support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
|
|
2520
|
-
/**
|
|
2521
|
-
* @minItems 0
|
|
2522
|
-
*/
|
|
2523
|
-
tags?: string[];
|
|
2524
|
-
}
|
|
2525
2497
|
interface MarketplaceOwnExtension {
|
|
2526
2498
|
backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
|
|
2527
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
|
}
|