@mittwald/api-client 4.211.0 → 4.212.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.210.0';
1
+ export const MittwaldAPIClientVersion = '4.211.0';
@@ -4778,25 +4778,6 @@ export declare namespace MittwaldAPIV2 {
4778
4778
  */
4779
4779
  index: number;
4780
4780
  }
4781
- interface MarketplaceExtensionInstance {
4782
- aggregateReference: {
4783
- aggregate: string;
4784
- domain: string;
4785
- id: string;
4786
- };
4787
- chargeability?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
4788
- consentedScopes: string[];
4789
- contributorId: string;
4790
- contributorName: string;
4791
- createdAt?: string;
4792
- disabled: boolean;
4793
- extensionId: string;
4794
- extensionName: string;
4795
- extensionSubTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
4796
- id: string;
4797
- pendingInstallation: boolean;
4798
- pendingRemoval: boolean;
4799
- }
4800
4781
  interface MarketplaceContractOwner {
4801
4782
  contact: MittwaldAPIV2.Components.Schemas.CommonsContact;
4802
4783
  inherited: boolean;
@@ -4815,32 +4796,6 @@ export declare namespace MittwaldAPIV2 {
4815
4796
  markdown: string;
4816
4797
  plain?: string;
4817
4798
  }
4818
- interface MarketplaceWebhookUrls {
4819
- extensionAddedToContext: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrl;
4820
- extensionInstanceRemovedFromContext: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrl;
4821
- extensionInstanceSecretRotated: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrl;
4822
- extensionInstanceUpdated: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrl;
4823
- }
4824
- type MarketplaceWebhookKind = "extension-added-to-context" | "extension-instance-updated" | "extension-instance-secret-rotated" | "extension-instance-removed-from-context";
4825
- interface MarketplaceAggregateReferenceFilter {
4826
- aggregate?: "project" | "customer";
4827
- domain?: "project" | "customer";
4828
- id?: string;
4829
- }
4830
- /**
4831
- * @deprecated
4832
- */
4833
- interface MarketplaceBackendComponents {
4834
- extensionAddedToContext?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
4835
- extensionInstanceRemovedFromContext?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
4836
- extensionInstanceSecretRotated?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
4837
- extensionInstanceUpdated?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
4838
- }
4839
- type MarketplaceFrontendFragment = {
4840
- additionalProperties?: {
4841
- [k: string]: string;
4842
- };
4843
- } & MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
4844
4799
  interface MarketplaceExtensionInstanceChargeability {
4845
4800
  isChargeable: boolean;
4846
4801
  reasons: {
@@ -4855,6 +4810,12 @@ export declare namespace MittwaldAPIV2 {
4855
4810
  name: string;
4856
4811
  url: string;
4857
4812
  }
4813
+ interface MarketplaceExtensionStatistics {
4814
+ /**
4815
+ * The amout of instances for this extension. Accurate for the Contributor. Publicly rounded to the next lower hundred.
4816
+ */
4817
+ amountOfInstances?: number;
4818
+ }
4858
4819
  interface MarketplacePublicKey {
4859
4820
  algorithm: string;
4860
4821
  key: string;
@@ -4871,6 +4832,9 @@ export declare namespace MittwaldAPIV2 {
4871
4832
  */
4872
4833
  successorId?: string;
4873
4834
  }
4835
+ interface MarketplaceWebhookUrl {
4836
+ url: string;
4837
+ }
4874
4838
  interface MarketplaceExtensionInstanceHealth {
4875
4839
  aggregateReference: {
4876
4840
  aggregate: string;
@@ -4883,10 +4847,6 @@ export declare namespace MittwaldAPIV2 {
4883
4847
  removalIsPending: boolean;
4884
4848
  webhooksAreHalted: boolean;
4885
4849
  }
4886
- interface MarketplaceExtensionSecret {
4887
- secretId: string;
4888
- usableUntil?: string;
4889
- }
4890
4850
  interface MarketplaceUnpublishedExtension {
4891
4851
  /**
4892
4852
  * The assets/media (images and videos) of the extension.
@@ -4954,8 +4914,9 @@ export declare namespace MittwaldAPIV2 {
4954
4914
  };
4955
4915
  tags: string[];
4956
4916
  }
4957
- interface MarketplaceWebhookUrl {
4958
- url: string;
4917
+ interface MarketplaceExtensionSecret {
4918
+ secretId: string;
4919
+ usableUntil?: string;
4959
4920
  }
4960
4921
  interface MarketplaceContractPartner {
4961
4922
  contractPartner: {
@@ -4970,94 +4931,52 @@ export declare namespace MittwaldAPIV2 {
4970
4931
  extensionInstanceId: string;
4971
4932
  parentCustomerId: string;
4972
4933
  }
4973
- /**
4974
- * A few words to promote your Extension.
4975
- */
4976
- interface MarketplaceSubTitle {
4977
- de: string;
4978
- en?: string;
4979
- }
4980
- interface MarketplaceUrlFrontendFragment {
4981
- url: string;
4982
- }
4983
4934
  type MarketplaceContributorState = "enabled" | "disabled";
4984
- type MarketplaceContributorImprint = {
4985
- text: string;
4986
- } | {
4987
- url: string;
4988
- };
4989
- interface MarketplaceExtensionStatistics {
4990
- /**
4991
- * The amout of instances for this extension. Accurate for the Contributor. Publicly rounded to the next lower hundred.
4992
- */
4993
- amountOfInstances?: number;
4935
+ interface MarketplaceWebhookUrls {
4936
+ extensionAddedToContext: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrl;
4937
+ extensionInstanceRemovedFromContext: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrl;
4938
+ extensionInstanceSecretRotated: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrl;
4939
+ extensionInstanceUpdated: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrl;
4994
4940
  }
4995
- interface MarketplaceOwnExtension {
4996
- assets: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
4997
- backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
4998
- /**
4999
- * @deprecated
5000
- */
5001
- blocked?: boolean;
5002
- context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5003
- contributorId: string;
5004
- deprecation?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation;
5005
- description?: string;
5006
- detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
5007
- disabled?: boolean;
5008
- externalFrontends?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
5009
- /**
5010
- * @deprecated
5011
- */
5012
- frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
5013
- frontendFragments?: {
5014
- [k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
4941
+ interface MarketplaceExtensionInstance {
4942
+ aggregateReference: {
4943
+ aggregate: string;
4944
+ domain: string;
4945
+ id: string;
5015
4946
  };
5016
- functional: boolean;
4947
+ chargeability?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
4948
+ consentedScopes: string[];
4949
+ contributorId: string;
4950
+ contributorName: string;
4951
+ createdAt?: string;
4952
+ disabled: boolean;
4953
+ extensionId: string;
4954
+ extensionName: string;
4955
+ extensionSubTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5017
4956
  id: string;
5018
- /**
5019
- * This is the FileId of the Logo. Retrieve the file with this id on `/v2/files/{logoRefId}`.
5020
- */
5021
- logoRefId?: string;
5022
- name: string;
5023
- pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy;
5024
- published: boolean;
5025
- requestedChanges?: {
5026
- context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5027
- scopes?: string[];
5028
- webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
5029
- };
5030
- scopes?: string[];
5031
- secrets: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
5032
- /**
5033
- * deprecated
5034
- */
5035
- state?: "enabled" | "blocked" | "disabled";
5036
- statistics: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5037
- subTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5038
- support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
5039
- /**
5040
- * Whether the support information is inherited from the contributor.
5041
- */
5042
- inherited: boolean;
5043
- };
5044
- /**
5045
- * @minItems 0
5046
- */
5047
- tags?: string[];
5048
- verificationRequested: boolean;
5049
- verified: boolean;
5050
- webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
4957
+ pendingInstallation: boolean;
4958
+ pendingRemoval: boolean;
5051
4959
  }
4960
+ type MarketplaceWebhookKind = "extension-added-to-context" | "extension-instance-updated" | "extension-instance-secret-rotated" | "extension-instance-removed-from-context";
5052
4961
  /**
5053
- * A strategy for pricing that occurs monthly.
4962
+ * @deprecated
5054
4963
  */
5055
- interface MarketplaceMonthlyPricingStrategy {
5056
- /**
5057
- * The monthly price in Euro Cents before tax.
5058
- */
5059
- netPrice: number;
4964
+ interface MarketplaceBackendComponents {
4965
+ extensionAddedToContext?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
4966
+ extensionInstanceRemovedFromContext?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
4967
+ extensionInstanceSecretRotated?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
4968
+ extensionInstanceUpdated?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
5060
4969
  }
4970
+ interface MarketplaceAggregateReferenceFilter {
4971
+ aggregate?: "project" | "customer";
4972
+ domain?: "project" | "customer";
4973
+ id?: string;
4974
+ }
4975
+ type MarketplaceFrontendFragment = {
4976
+ additionalProperties?: {
4977
+ [k: string]: string;
4978
+ };
4979
+ } & MittwaldAPIV2.Components.Schemas.MarketplaceUrlFrontendFragment;
5061
4980
  interface MarketplaceContributor {
5062
4981
  customerId: string;
5063
4982
  description?: string;
@@ -5127,6 +5046,87 @@ export declare namespace MittwaldAPIV2 {
5127
5046
  de: string;
5128
5047
  en?: string;
5129
5048
  }
5049
+ type MarketplaceContributorImprint = {
5050
+ text: string;
5051
+ } | {
5052
+ url: string;
5053
+ };
5054
+ interface MarketplaceUrlFrontendFragment {
5055
+ url: string;
5056
+ }
5057
+ /**
5058
+ * A few words to promote your Extension.
5059
+ */
5060
+ interface MarketplaceSubTitle {
5061
+ de: string;
5062
+ en?: string;
5063
+ }
5064
+ /**
5065
+ * A strategy for pricing that occurs monthly.
5066
+ */
5067
+ interface MarketplaceMonthlyPricingStrategy {
5068
+ /**
5069
+ * The monthly price in Euro Cents before tax.
5070
+ */
5071
+ netPrice: number;
5072
+ }
5073
+ interface MarketplaceOwnExtension {
5074
+ assets: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
5075
+ backendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents;
5076
+ /**
5077
+ * @deprecated
5078
+ */
5079
+ blocked?: boolean;
5080
+ context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5081
+ contributorId: string;
5082
+ deprecation?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation;
5083
+ description?: string;
5084
+ detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
5085
+ disabled?: boolean;
5086
+ externalFrontends?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
5087
+ /**
5088
+ * @deprecated
5089
+ */
5090
+ frontendComponents?: MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[];
5091
+ frontendFragments?: {
5092
+ [k: string]: MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5093
+ };
5094
+ functional: boolean;
5095
+ id: string;
5096
+ /**
5097
+ * This is the FileId of the Logo. Retrieve the file with this id on `/v2/files/{logoRefId}`.
5098
+ */
5099
+ logoRefId?: string;
5100
+ name: string;
5101
+ pricing?: MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy;
5102
+ published: boolean;
5103
+ requestedChanges?: {
5104
+ context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5105
+ scopes?: string[];
5106
+ webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
5107
+ };
5108
+ scopes?: string[];
5109
+ secrets: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
5110
+ /**
5111
+ * deprecated
5112
+ */
5113
+ state?: "enabled" | "blocked" | "disabled";
5114
+ statistics: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5115
+ subTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5116
+ support?: MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
5117
+ /**
5118
+ * Whether the support information is inherited from the contributor.
5119
+ */
5120
+ inherited: boolean;
5121
+ };
5122
+ /**
5123
+ * @minItems 0
5124
+ */
5125
+ tags?: string[];
5126
+ verificationRequested: boolean;
5127
+ verified: boolean;
5128
+ webhookUrls?: MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
5129
+ }
5130
5130
  interface MarketplaceExtensionHealth {
5131
5131
  extensionInstances: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceHealth[];
5132
5132
  functional: boolean;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.210.0';
1
+ export declare const MittwaldAPIClientVersion = '4.211.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.211.0",
3
+ "version": "4.212.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": "80404e218fe66bb7f02f7bda7fb292414b90233b"
83
+ "gitHead": "2576ad945b6279e24e81d4c624e86efa925bde91"
84
84
  }