@mittwald/api-client 4.220.0 → 4.221.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.220.0';
|
|
@@ -981,6 +981,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
981
981
|
contextId?: string | undefined;
|
|
982
982
|
extensionId?: string | undefined;
|
|
983
983
|
searchTerm?: string | undefined;
|
|
984
|
+
anchor?: string | undefined;
|
|
984
985
|
limit?: number | undefined;
|
|
985
986
|
skip?: number | undefined;
|
|
986
987
|
page?: number | undefined;
|
|
@@ -1010,6 +1011,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1010
1011
|
extensionId: string;
|
|
1011
1012
|
extensionName: string;
|
|
1012
1013
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
1014
|
+
frontendFragments?: {
|
|
1015
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
1016
|
+
} | undefined;
|
|
1013
1017
|
id: string;
|
|
1014
1018
|
pendingInstallation: boolean;
|
|
1015
1019
|
pendingRemoval: boolean;
|
|
@@ -1110,6 +1114,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1110
1114
|
extensionId: string;
|
|
1111
1115
|
extensionName: string;
|
|
1112
1116
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
1117
|
+
frontendFragments?: {
|
|
1118
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
1119
|
+
} | undefined;
|
|
1113
1120
|
id: string;
|
|
1114
1121
|
pendingInstallation: boolean;
|
|
1115
1122
|
pendingRemoval: boolean;
|
|
@@ -1137,6 +1144,9 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1137
1144
|
extensionId: string;
|
|
1138
1145
|
extensionName: string;
|
|
1139
1146
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
1147
|
+
frontendFragments?: {
|
|
1148
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
1149
|
+
} | undefined;
|
|
1140
1150
|
id: string;
|
|
1141
1151
|
pendingInstallation: boolean;
|
|
1142
1152
|
pendingRemoval: boolean;
|
|
@@ -7602,6 +7602,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7602
7602
|
contextId?: string | undefined;
|
|
7603
7603
|
extensionId?: string | undefined;
|
|
7604
7604
|
searchTerm?: string | undefined;
|
|
7605
|
+
anchor?: string | undefined;
|
|
7605
7606
|
limit?: number | undefined;
|
|
7606
7607
|
skip?: number | undefined;
|
|
7607
7608
|
page?: number | undefined;
|
|
@@ -7618,6 +7619,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7618
7619
|
contextId?: string | undefined;
|
|
7619
7620
|
extensionId?: string | undefined;
|
|
7620
7621
|
searchTerm?: string | undefined;
|
|
7622
|
+
anchor?: string | undefined;
|
|
7621
7623
|
limit?: number | undefined;
|
|
7622
7624
|
skip?: number | undefined;
|
|
7623
7625
|
page?: number | undefined;
|
|
@@ -7646,6 +7648,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7646
7648
|
contextId?: string | undefined;
|
|
7647
7649
|
extensionId?: string | undefined;
|
|
7648
7650
|
searchTerm?: string | undefined;
|
|
7651
|
+
anchor?: string | undefined;
|
|
7649
7652
|
limit?: number | undefined;
|
|
7650
7653
|
skip?: number | undefined;
|
|
7651
7654
|
page?: number | undefined;
|
|
@@ -7824,6 +7827,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7824
7827
|
extensionId: string;
|
|
7825
7828
|
extensionName: string;
|
|
7826
7829
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
7830
|
+
frontendFragments?: {
|
|
7831
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
7832
|
+
} | undefined;
|
|
7827
7833
|
id: string;
|
|
7828
7834
|
pendingInstallation: boolean;
|
|
7829
7835
|
pendingRemoval: boolean;
|
|
@@ -7860,6 +7866,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7860
7866
|
extensionId: string;
|
|
7861
7867
|
extensionName: string;
|
|
7862
7868
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
7869
|
+
frontendFragments?: {
|
|
7870
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
7871
|
+
} | undefined;
|
|
7863
7872
|
id: string;
|
|
7864
7873
|
pendingInstallation: boolean;
|
|
7865
7874
|
pendingRemoval: boolean;
|
|
@@ -8828,6 +8837,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8828
8837
|
extensionId: string;
|
|
8829
8838
|
extensionName: string;
|
|
8830
8839
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
8840
|
+
frontendFragments?: {
|
|
8841
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
8842
|
+
} | undefined;
|
|
8831
8843
|
id: string;
|
|
8832
8844
|
pendingInstallation: boolean;
|
|
8833
8845
|
pendingRemoval: boolean;
|
|
@@ -8865,6 +8877,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8865
8877
|
extensionId: string;
|
|
8866
8878
|
extensionName: string;
|
|
8867
8879
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
8880
|
+
frontendFragments?: {
|
|
8881
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
8882
|
+
} | undefined;
|
|
8868
8883
|
id: string;
|
|
8869
8884
|
pendingInstallation: boolean;
|
|
8870
8885
|
pendingRemoval: boolean;
|
|
@@ -8911,6 +8926,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8911
8926
|
extensionId: string;
|
|
8912
8927
|
extensionName: string;
|
|
8913
8928
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
8929
|
+
frontendFragments?: {
|
|
8930
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
8931
|
+
} | undefined;
|
|
8914
8932
|
id: string;
|
|
8915
8933
|
pendingInstallation: boolean;
|
|
8916
8934
|
pendingRemoval: boolean;
|
|
@@ -8948,6 +8966,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
8948
8966
|
extensionId: string;
|
|
8949
8967
|
extensionName: string;
|
|
8950
8968
|
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
8969
|
+
frontendFragments?: {
|
|
8970
|
+
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
8971
|
+
} | undefined;
|
|
8951
8972
|
id: string;
|
|
8952
8973
|
pendingInstallation: boolean;
|
|
8953
8974
|
pendingRemoval: boolean;
|
|
@@ -3220,6 +3220,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3220
3220
|
extensionId: string;
|
|
3221
3221
|
extensionName: string;
|
|
3222
3222
|
extensionSubTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
3223
|
+
frontendFragments?: {
|
|
3224
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
|
|
3225
|
+
};
|
|
3223
3226
|
id: string;
|
|
3224
3227
|
pendingInstallation: boolean;
|
|
3225
3228
|
pendingRemoval: boolean;
|
|
@@ -15625,6 +15628,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15625
15628
|
contextId?: string;
|
|
15626
15629
|
extensionId?: string;
|
|
15627
15630
|
searchTerm?: string;
|
|
15631
|
+
anchor?: string;
|
|
15628
15632
|
limit?: number;
|
|
15629
15633
|
skip?: number;
|
|
15630
15634
|
page?: number;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.220.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.221.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": "6dcdaa288f2dd0360dc42ed30f80a8fb03230bba"
|
|
84
84
|
}
|