@mittwald/api-client 4.209.0 → 4.210.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.208.0';
1
+ export const MittwaldAPIClientVersion = '4.209.0';
@@ -4851,12 +4851,6 @@ export declare namespace MittwaldAPIV2 {
4851
4851
  name: string;
4852
4852
  url: string;
4853
4853
  }
4854
- interface MarketplaceExtensionStatistics {
4855
- /**
4856
- * The amout of instances for this extension. Accurate for the Contributor. Publicly rounded to the next lower hundred.
4857
- */
4858
- amountOfInstances?: number;
4859
- }
4860
4854
  interface MarketplacePublicKey {
4861
4855
  algorithm: string;
4862
4856
  key: string;
@@ -4873,9 +4867,6 @@ export declare namespace MittwaldAPIV2 {
4873
4867
  */
4874
4868
  successorId?: string;
4875
4869
  }
4876
- interface MarketplaceWebhookUrl {
4877
- url: string;
4878
- }
4879
4870
  interface MarketplaceExtensionInstanceHealth {
4880
4871
  aggregateReference: {
4881
4872
  aggregate: string;
@@ -4888,6 +4879,10 @@ export declare namespace MittwaldAPIV2 {
4888
4879
  removalIsPending: boolean;
4889
4880
  webhooksAreHalted: boolean;
4890
4881
  }
4882
+ interface MarketplaceExtensionSecret {
4883
+ secretId: string;
4884
+ usableUntil?: string;
4885
+ }
4891
4886
  interface MarketplaceUnpublishedExtension {
4892
4887
  /**
4893
4888
  * The assets/media (images and videos) of the extension.
@@ -4955,6 +4950,22 @@ export declare namespace MittwaldAPIV2 {
4955
4950
  };
4956
4951
  tags: string[];
4957
4952
  }
4953
+ interface MarketplaceWebhookUrl {
4954
+ url: string;
4955
+ }
4956
+ interface MarketplaceContractPartner {
4957
+ contractPartner: {
4958
+ address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
4959
+ company?: string;
4960
+ email: string;
4961
+ firstName: string;
4962
+ lastName: string;
4963
+ };
4964
+ createdAt: string;
4965
+ extensionId: string;
4966
+ extensionInstanceId: string;
4967
+ parentCustomerId: string;
4968
+ }
4958
4969
  /**
4959
4970
  * A few words to promote your Extension.
4960
4971
  */
@@ -4962,10 +4973,20 @@ export declare namespace MittwaldAPIV2 {
4962
4973
  de: string;
4963
4974
  en?: string;
4964
4975
  }
4976
+ interface MarketplaceUrlFrontendFragment {
4977
+ url: string;
4978
+ }
4965
4979
  type MarketplaceContributorState = "enabled" | "disabled";
4966
- interface MarketplaceExtensionSecret {
4967
- secretId: string;
4968
- usableUntil?: string;
4980
+ type MarketplaceContributorImprint = {
4981
+ text: string;
4982
+ } | {
4983
+ url: string;
4984
+ };
4985
+ interface MarketplaceExtensionStatistics {
4986
+ /**
4987
+ * The amout of instances for this extension. Accurate for the Contributor. Publicly rounded to the next lower hundred.
4988
+ */
4989
+ amountOfInstances?: number;
4969
4990
  }
4970
4991
  interface MarketplaceOwnExtension {
4971
4992
  assets: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
@@ -5024,14 +5045,6 @@ export declare namespace MittwaldAPIV2 {
5024
5045
  verified: boolean;
5025
5046
  webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
5026
5047
  }
5027
- interface MarketplaceUrlFrontendFragment {
5028
- url: string;
5029
- }
5030
- type MarketplaceContributorImprint = {
5031
- text: string;
5032
- } | {
5033
- url: string;
5034
- };
5035
5048
  /**
5036
5049
  * A strategy for pricing that occurs monthly.
5037
5050
  */
@@ -5041,18 +5054,73 @@ export declare namespace MittwaldAPIV2 {
5041
5054
  */
5042
5055
  netPrice: number;
5043
5056
  }
5044
- interface MarketplaceContractPartner {
5045
- contractPartner: {
5046
- address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
5047
- company?: string;
5048
- email: string;
5049
- firstName: string;
5050
- lastName: string;
5057
+ interface MarketplaceContributor {
5058
+ customerId: string;
5059
+ description?: string;
5060
+ descriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription;
5061
+ /**
5062
+ * @deprecated
5063
+ */
5064
+ email?: string;
5065
+ homepage?: string;
5066
+ id: string;
5067
+ imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
5068
+ logoRefId?: string;
5069
+ name: string;
5070
+ /**
5071
+ * @deprecated
5072
+ */
5073
+ phone?: string;
5074
+ state: MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
5075
+ supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
5076
+ /**
5077
+ * Whether the support information is inherited from the customer.
5078
+ */
5079
+ inherited: boolean;
5051
5080
  };
5052
- createdAt: string;
5053
- extensionId: string;
5054
- extensionInstanceId: string;
5055
- parentCustomerId: string;
5081
+ url?: string;
5082
+ }
5083
+ interface MarketplaceOwnContributor {
5084
+ contactPersonUserId: string;
5085
+ contractOwner: MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
5086
+ contributorNumber: string;
5087
+ customerId: string;
5088
+ description?: string;
5089
+ /**
5090
+ * @deprecated
5091
+ */
5092
+ email?: string;
5093
+ id: string;
5094
+ imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
5095
+ logoRefId?: string;
5096
+ name: string;
5097
+ /**
5098
+ * @deprecated
5099
+ */
5100
+ phone?: string;
5101
+ state: MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
5102
+ supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
5103
+ /**
5104
+ * Whether the support information is inherited from the customer.
5105
+ */
5106
+ inherited: boolean;
5107
+ };
5108
+ url?: string;
5109
+ }
5110
+ /**
5111
+ * A few words about the introduction as a contributor
5112
+ */
5113
+ interface MarketplaceLocalizedDescription {
5114
+ de: string;
5115
+ en?: string;
5116
+ }
5117
+ interface MarketplaceExtensionHealth {
5118
+ extensionInstances: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceHealth[];
5119
+ functional: boolean;
5120
+ id: string;
5121
+ inoperableReason?: string;
5122
+ published: boolean;
5123
+ withdrawalReason?: string;
5056
5124
  }
5057
5125
  interface MarketplaceExtension {
5058
5126
  /**
@@ -5125,74 +5193,6 @@ export declare namespace MittwaldAPIV2 {
5125
5193
  */
5126
5194
  tags: string[];
5127
5195
  }
5128
- interface MarketplaceContributor {
5129
- customerId: string;
5130
- description?: string;
5131
- descriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription;
5132
- /**
5133
- * @deprecated
5134
- */
5135
- email?: string;
5136
- homepage?: string;
5137
- id: string;
5138
- imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
5139
- logoRefId?: string;
5140
- name: string;
5141
- /**
5142
- * @deprecated
5143
- */
5144
- phone?: string;
5145
- state: MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
5146
- supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
5147
- /**
5148
- * Whether the support information is inherited from the customer.
5149
- */
5150
- inherited: boolean;
5151
- };
5152
- url?: string;
5153
- }
5154
- interface MarketplaceOwnContributor {
5155
- contactPersonUserId: string;
5156
- contractOwner: MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
5157
- contributorNumber: string;
5158
- customerId: string;
5159
- description?: string;
5160
- /**
5161
- * @deprecated
5162
- */
5163
- email?: string;
5164
- id: string;
5165
- imprint?: MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint;
5166
- logoRefId?: string;
5167
- name: string;
5168
- /**
5169
- * @deprecated
5170
- */
5171
- phone?: string;
5172
- state: MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
5173
- supportInformation: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
5174
- /**
5175
- * Whether the support information is inherited from the customer.
5176
- */
5177
- inherited: boolean;
5178
- };
5179
- url?: string;
5180
- }
5181
- interface MarketplaceExtensionHealth {
5182
- extensionInstances: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceHealth[];
5183
- functional: boolean;
5184
- id: string;
5185
- inoperableReason?: string;
5186
- published: boolean;
5187
- withdrawalReason?: string;
5188
- }
5189
- /**
5190
- * A few words about the introduction as a contributor
5191
- */
5192
- interface MarketplaceLocalizedDescription {
5193
- de: string;
5194
- en?: string;
5195
- }
5196
5196
  /**
5197
5197
  * AdditionalValidationSchema is a stringified custom validation schema, e.g password rules.
5198
5198
  */
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.208.0';
1
+ export declare const MittwaldAPIClientVersion = '4.209.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.209.0",
3
+ "version": "4.210.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": "f9c0c33b8d7c104b7feb67e7931e77f5ed45f218"
83
+ "gitHead": "3ca3d287a7d9269ce9dbfd949074bb94cb5cc0eb"
84
84
  }