@mittwald/api-client 4.122.0 → 4.124.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.
@@ -4354,6 +4354,61 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4354
4354
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
4355
4355
  [x: string]: unknown;
4356
4356
  }, 400, "application/json">>>;
4357
+ /** Authenticate your external application using the extensionInstanceSecret. */
4358
+ extensionAuthenticateWithSessionToken: (request: {
4359
+ data: {
4360
+ sessionToken: string;
4361
+ extensionSecret?: string | undefined;
4362
+ };
4363
+ headers?: {
4364
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4365
+ "x-access-token"?: string | undefined;
4366
+ } | undefined;
4367
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4368
+ data: {
4369
+ extensionSecret?: string | undefined;
4370
+ sessionToken: string;
4371
+ };
4372
+ } & {
4373
+ headers?: Partial<{
4374
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4375
+ }>;
4376
+ } & {
4377
+ headers: {
4378
+ "x-access-token"?: string | undefined;
4379
+ } & Partial<{
4380
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4381
+ }>;
4382
+ }, import("@mittwald/api-client-commons").Response<{
4383
+ expiry: string;
4384
+ publicToken: string;
4385
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
4386
+ [x: string]: unknown;
4387
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4388
+ [x: string]: unknown;
4389
+ }, 404, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4390
+ data: {
4391
+ extensionSecret?: string | undefined;
4392
+ sessionToken: string;
4393
+ };
4394
+ } & {
4395
+ headers?: Partial<{
4396
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4397
+ }>;
4398
+ } & {
4399
+ headers: {
4400
+ "x-access-token"?: string | undefined;
4401
+ } & Partial<{
4402
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4403
+ }>;
4404
+ }, import("@mittwald/api-client-commons").Response<{
4405
+ expiry: string;
4406
+ publicToken: string;
4407
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
4408
+ [x: string]: unknown;
4409
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4410
+ [x: string]: unknown;
4411
+ }, 404, "application/json">>>;
4357
4412
  /** Consent to extension scopes. */
4358
4413
  extensionConsentToExtensionScopes: (request: {
4359
4414
  data: {
@@ -4707,9 +4762,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4707
4762
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4708
4763
  [x: string]: unknown;
4709
4764
  }, 429, "application/json">>>;
4710
- /** Disable an ExtensionInstance. */
4711
- extensionDisableExtensionInstance: (request: {
4712
- extensionInstanceId: string;
4765
+ /** Get Extension of own contributor. */
4766
+ extensionGetOwnExtension: (request: {
4767
+ contributorId: string;
4768
+ extensionId: string;
4713
4769
  headers?: {
4714
4770
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4715
4771
  "x-access-token"?: string | undefined;
@@ -4720,7 +4776,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4720
4776
  }>;
4721
4777
  } & {
4722
4778
  pathParameters: {
4723
- extensionInstanceId: string;
4779
+ contributorId: string;
4780
+ extensionId: string;
4724
4781
  };
4725
4782
  } & {
4726
4783
  headers: {
@@ -4729,10 +4786,43 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4729
4786
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4730
4787
  }>;
4731
4788
  }, import("@mittwald/api-client-commons").Response<{
4789
+ assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
4790
+ backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
4791
+ blocked?: boolean | undefined;
4792
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
4793
+ contributorId: string;
4794
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
4795
+ description?: string | undefined;
4796
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
4797
+ disabled?: boolean | undefined;
4798
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
4799
+ frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
4800
+ frontendFragments?: {
4801
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
4802
+ } | undefined;
4803
+ functional: boolean;
4804
+ id: string;
4805
+ logoRefId?: string | undefined;
4806
+ name: string;
4807
+ published: boolean;
4808
+ requestedChanges?: {
4809
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
4810
+ scopes?: string[];
4811
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
4812
+ } | undefined;
4813
+ scopes?: string[] | undefined;
4814
+ secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
4815
+ state?: "enabled" | "blocked" | "disabled" | undefined;
4816
+ statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
4817
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
4818
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
4819
+ tags?: string[] | undefined;
4820
+ verificationRequested: boolean;
4821
+ verified: boolean;
4822
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
4823
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4732
4824
  [x: string]: unknown;
4733
- }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
4734
- [x: string]: unknown;
4735
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4825
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4736
4826
  [x: string]: unknown;
4737
4827
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4738
4828
  headers?: Partial<{
@@ -4740,7 +4830,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4740
4830
  }>;
4741
4831
  } & {
4742
4832
  pathParameters: {
4743
- extensionInstanceId: string;
4833
+ contributorId: string;
4834
+ extensionId: string;
4744
4835
  };
4745
4836
  } & {
4746
4837
  headers: {
@@ -4749,49 +4840,67 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4749
4840
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4750
4841
  }>;
4751
4842
  }, import("@mittwald/api-client-commons").Response<{
4843
+ assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
4844
+ backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
4845
+ blocked?: boolean | undefined;
4846
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
4847
+ contributorId: string;
4848
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
4849
+ description?: string | undefined;
4850
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
4851
+ disabled?: boolean | undefined;
4852
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
4853
+ frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
4854
+ frontendFragments?: {
4855
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
4856
+ } | undefined;
4857
+ functional: boolean;
4858
+ id: string;
4859
+ logoRefId?: string | undefined;
4860
+ name: string;
4861
+ published: boolean;
4862
+ requestedChanges?: {
4863
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
4864
+ scopes?: string[];
4865
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
4866
+ } | undefined;
4867
+ scopes?: string[] | undefined;
4868
+ secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
4869
+ state?: "enabled" | "blocked" | "disabled" | undefined;
4870
+ statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
4871
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
4872
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
4873
+ tags?: string[] | undefined;
4874
+ verificationRequested: boolean;
4875
+ verified: boolean;
4876
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
4877
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4752
4878
  [x: string]: unknown;
4753
- }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
4754
- [x: string]: unknown;
4755
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4879
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4756
4880
  [x: string]: unknown;
4757
4881
  }, 429, "application/json">>>;
4758
- /** Dry run a webhook with random or given values. */
4759
- extensionDryRunWebhook: (request: {
4882
+ /** Delete an extension. */
4883
+ extensionDeleteExtension: (request: {
4760
4884
  contributorId: string;
4761
4885
  extensionId: string;
4762
- extensionInstanceId: string;
4763
- webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
4886
+ data?: {
4887
+ reason?: string | undefined;
4888
+ } | undefined;
4764
4889
  headers?: {
4765
4890
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4766
4891
  "x-access-token"?: string | undefined;
4767
4892
  } | undefined;
4768
- queryParameters?: {
4769
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4770
- contextId?: string | undefined;
4771
- scopes?: string[] | undefined;
4772
- instanceDisabled?: boolean | undefined;
4773
- createdAt?: string | undefined;
4774
- secret?: string | undefined;
4775
- } | undefined;
4776
4893
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4777
- headers?: Partial<{
4778
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4779
- }>;
4894
+ data: {
4895
+ reason?: string | undefined;
4896
+ };
4780
4897
  } & {
4781
4898
  pathParameters: {
4782
4899
  contributorId: string;
4783
4900
  extensionId: string;
4784
- extensionInstanceId: string;
4785
- webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
4786
4901
  };
4787
4902
  } & {
4788
- queryParameters: {
4789
- contextId?: string | undefined;
4790
- scopes?: string[] | undefined;
4791
- instanceDisabled?: boolean | undefined;
4792
- createdAt?: string | undefined;
4793
- secret?: string | undefined;
4794
- } & Partial<{
4903
+ headers?: Partial<{
4795
4904
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4796
4905
  }>;
4797
4906
  } & {
@@ -4800,121 +4909,193 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4800
4909
  } & Partial<{
4801
4910
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4802
4911
  }>;
4803
- }, import("@mittwald/api-client-commons").Response<{
4804
- errorMessage?: string | undefined;
4805
- responseBody?: string | undefined;
4806
- responseCode?: number | undefined;
4807
- responseHeaders?: string | undefined;
4808
- routeCalled: string;
4809
- successful: boolean;
4810
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4912
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
4811
4913
  [x: string]: unknown;
4812
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4914
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4813
4915
  [x: string]: unknown;
4814
4916
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4815
- headers?: Partial<{
4816
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4817
- }>;
4917
+ data: {
4918
+ reason?: string | undefined;
4919
+ };
4818
4920
  } & {
4819
4921
  pathParameters: {
4820
4922
  contributorId: string;
4821
4923
  extensionId: string;
4822
- extensionInstanceId: string;
4823
- webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
4824
- };
4825
- } & {
4826
- queryParameters: {
4827
- contextId?: string | undefined;
4828
- scopes?: string[] | undefined;
4829
- instanceDisabled?: boolean | undefined;
4830
- createdAt?: string | undefined;
4831
- secret?: string | undefined;
4832
- } & Partial<{
4833
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4834
- }>;
4835
- } & {
4836
- headers: {
4837
- "x-access-token"?: string | undefined;
4838
- } & Partial<{
4839
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4840
- }>;
4841
- }, import("@mittwald/api-client-commons").Response<{
4842
- errorMessage?: string | undefined;
4843
- responseBody?: string | undefined;
4844
- responseCode?: number | undefined;
4845
- responseHeaders?: string | undefined;
4846
- routeCalled: string;
4847
- successful: boolean;
4848
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4849
- [x: string]: unknown;
4850
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4851
- [x: string]: unknown;
4852
- }, 429, "application/json">>>;
4853
- /** Enable an ExtensionInstance. */
4854
- extensionEnableExtensionInstance: (request: {
4855
- extensionInstanceId: string;
4856
- headers?: {
4857
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4858
- "x-access-token"?: string | undefined;
4859
- } | undefined;
4860
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4861
- headers?: Partial<{
4862
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4863
- }>;
4864
- } & {
4865
- pathParameters: {
4866
- extensionInstanceId: string;
4867
4924
  };
4868
4925
  } & {
4869
- headers: {
4870
- "x-access-token"?: string | undefined;
4871
- } & Partial<{
4872
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4873
- }>;
4874
- }, import("@mittwald/api-client-commons").Response<{
4875
- [x: string]: unknown;
4876
- }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
4877
- [x: string]: unknown;
4878
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4879
- [x: string]: unknown;
4880
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4881
4926
  headers?: Partial<{
4882
4927
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4883
4928
  }>;
4884
- } & {
4885
- pathParameters: {
4886
- extensionInstanceId: string;
4887
- };
4888
4929
  } & {
4889
4930
  headers: {
4890
4931
  "x-access-token"?: string | undefined;
4891
4932
  } & Partial<{
4892
4933
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4893
4934
  }>;
4894
- }, import("@mittwald/api-client-commons").Response<{
4895
- [x: string]: unknown;
4896
- }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
4935
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
4897
4936
  [x: string]: unknown;
4898
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4937
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4899
4938
  [x: string]: unknown;
4900
4939
  }, 429, "application/json">>>;
4901
- /** Generate a session key to transmit it to the extensions frontend fragment. */
4902
- extensionGenerateSessionKey: (request: {
4903
- extensionInstanceId: string;
4904
- sessionId: string;
4905
- headers?: {
4906
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4940
+ /** Patch Extension. */
4941
+ extensionPatchExtension: (request: {
4942
+ contributorId: string;
4943
+ extensionId: string;
4944
+ data?: {
4945
+ deprecation?: {
4946
+ deprecatedAt: string;
4947
+ note?: string | undefined;
4948
+ successorId?: string | undefined;
4949
+ } | undefined;
4950
+ description?: string | undefined;
4951
+ detailedDescriptions?: {
4952
+ de: {
4953
+ markdown: string;
4954
+ plain?: string | undefined;
4955
+ };
4956
+ en?: {
4957
+ markdown: string;
4958
+ plain?: string | undefined;
4959
+ } | undefined;
4960
+ } | undefined;
4961
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
4962
+ frontendFragments?: {
4963
+ [x: string]: {
4964
+ url: string;
4965
+ additionalProperties?: {
4966
+ [x: string]: string;
4967
+ } | undefined;
4968
+ };
4969
+ } | undefined;
4970
+ name?: string | undefined;
4971
+ scopes?: string[] | undefined;
4972
+ subTitle?: {
4973
+ de: string;
4974
+ en?: string | undefined;
4975
+ } | undefined;
4976
+ support?: {
4977
+ email?: string | undefined;
4978
+ phone?: string | undefined;
4979
+ } | undefined;
4980
+ tags?: string[] | undefined;
4981
+ webhookUrls?: {
4982
+ extensionAddedToContext: {
4983
+ url: string;
4984
+ };
4985
+ extensionInstanceRemovedFromContext: {
4986
+ url: string;
4987
+ };
4988
+ extensionInstanceSecretRotated: {
4989
+ url: string;
4990
+ };
4991
+ extensionInstanceUpdated: {
4992
+ url: string;
4993
+ };
4994
+ } | undefined;
4995
+ } | undefined;
4996
+ headers?: {
4997
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4907
4998
  "x-access-token"?: string | undefined;
4908
4999
  } | undefined;
4909
5000
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5001
+ data: {
5002
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5003
+ description?: string | undefined;
5004
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5005
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5006
+ frontendFragments?: {
5007
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5008
+ } | undefined;
5009
+ name?: string | undefined;
5010
+ scopes?: string[] | undefined;
5011
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5012
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5013
+ tags?: string[] | undefined;
5014
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5015
+ };
5016
+ } & {
5017
+ pathParameters: {
5018
+ contributorId: string;
5019
+ extensionId: string;
5020
+ };
5021
+ } & {
4910
5022
  headers?: Partial<{
4911
5023
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4912
5024
  }>;
5025
+ } & {
5026
+ headers: {
5027
+ "x-access-token"?: string | undefined;
5028
+ } & Partial<{
5029
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5030
+ }>;
5031
+ }, import("@mittwald/api-client-commons").Response<{
5032
+ assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
5033
+ backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
5034
+ blocked?: boolean | undefined;
5035
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
5036
+ contributorId: string;
5037
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5038
+ description?: string | undefined;
5039
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5040
+ disabled?: boolean | undefined;
5041
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5042
+ frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5043
+ frontendFragments?: {
5044
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5045
+ } | undefined;
5046
+ functional: boolean;
5047
+ id: string;
5048
+ logoRefId?: string | undefined;
5049
+ name: string;
5050
+ published: boolean;
5051
+ requestedChanges?: {
5052
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5053
+ scopes?: string[];
5054
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
5055
+ } | undefined;
5056
+ scopes?: string[] | undefined;
5057
+ secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
5058
+ state?: "enabled" | "blocked" | "disabled" | undefined;
5059
+ statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5060
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5061
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5062
+ tags?: string[] | undefined;
5063
+ verificationRequested: boolean;
5064
+ verified: boolean;
5065
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5066
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5067
+ [x: string]: unknown;
5068
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5069
+ [x: string]: unknown;
5070
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5071
+ [x: string]: unknown;
5072
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
5073
+ [x: string]: unknown;
5074
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5075
+ data: {
5076
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5077
+ description?: string | undefined;
5078
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5079
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5080
+ frontendFragments?: {
5081
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5082
+ } | undefined;
5083
+ name?: string | undefined;
5084
+ scopes?: string[] | undefined;
5085
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5086
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5087
+ tags?: string[] | undefined;
5088
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5089
+ };
4913
5090
  } & {
4914
5091
  pathParameters: {
4915
- extensionInstanceId: string;
4916
- sessionId: string;
5092
+ contributorId: string;
5093
+ extensionId: string;
4917
5094
  };
5095
+ } & {
5096
+ headers?: Partial<{
5097
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5098
+ }>;
4918
5099
  } & {
4919
5100
  headers: {
4920
5101
  "x-access-token"?: string | undefined;
@@ -4922,21 +5103,63 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4922
5103
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4923
5104
  }>;
4924
5105
  }, import("@mittwald/api-client-commons").Response<{
4925
- sessionKeyJwt?: string | undefined;
5106
+ assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
5107
+ backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
5108
+ blocked?: boolean | undefined;
5109
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
5110
+ contributorId: string;
5111
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5112
+ description?: string | undefined;
5113
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5114
+ disabled?: boolean | undefined;
5115
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5116
+ frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5117
+ frontendFragments?: {
5118
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5119
+ } | undefined;
5120
+ functional: boolean;
5121
+ id: string;
5122
+ logoRefId?: string | undefined;
5123
+ name: string;
5124
+ published: boolean;
5125
+ requestedChanges?: {
5126
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5127
+ scopes?: string[];
5128
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
5129
+ } | undefined;
5130
+ scopes?: string[] | undefined;
5131
+ secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
5132
+ state?: "enabled" | "blocked" | "disabled" | undefined;
5133
+ statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5134
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5135
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5136
+ tags?: string[] | undefined;
5137
+ verificationRequested: boolean;
5138
+ verified: boolean;
5139
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
4926
5140
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4927
5141
  [x: string]: unknown;
4928
5142
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4929
5143
  [x: string]: unknown;
4930
5144
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4931
5145
  [x: string]: unknown;
4932
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5146
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
5147
+ [x: string]: unknown;
5148
+ }, 429, "application/json">>>;
5149
+ /** Disable an ExtensionInstance. */
5150
+ extensionDisableExtensionInstance: (request: {
5151
+ extensionInstanceId: string;
5152
+ headers?: {
5153
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5154
+ "x-access-token"?: string | undefined;
5155
+ } | undefined;
5156
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4933
5157
  headers?: Partial<{
4934
5158
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4935
5159
  }>;
4936
5160
  } & {
4937
5161
  pathParameters: {
4938
5162
  extensionInstanceId: string;
4939
- sessionId: string;
4940
5163
  };
4941
5164
  } & {
4942
5165
  headers: {
@@ -4945,19 +5168,49 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4945
5168
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4946
5169
  }>;
4947
5170
  }, import("@mittwald/api-client-commons").Response<{
4948
- sessionKeyJwt?: string | undefined;
4949
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5171
+ [x: string]: unknown;
5172
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
4950
5173
  [x: string]: unknown;
4951
5174
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4952
5175
  [x: string]: unknown;
4953
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5176
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5177
+ headers?: Partial<{
5178
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5179
+ }>;
5180
+ } & {
5181
+ pathParameters: {
5182
+ extensionInstanceId: string;
5183
+ };
5184
+ } & {
5185
+ headers: {
5186
+ "x-access-token"?: string | undefined;
5187
+ } & Partial<{
5188
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5189
+ }>;
5190
+ }, import("@mittwald/api-client-commons").Response<{
5191
+ [x: string]: unknown;
5192
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
5193
+ [x: string]: unknown;
5194
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4954
5195
  [x: string]: unknown;
4955
5196
  }, 429, "application/json">>>;
4956
- /** Get a Contributor. */
4957
- extensionGetContributor: (request: {
5197
+ /** Dry run a webhook with random or given values. */
5198
+ extensionDryRunWebhook: (request: {
4958
5199
  contributorId: string;
5200
+ extensionId: string;
5201
+ extensionInstanceId: string;
5202
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
4959
5203
  headers?: {
4960
5204
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5205
+ "x-access-token"?: string | undefined;
5206
+ } | undefined;
5207
+ queryParameters?: {
5208
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5209
+ contextId?: string | undefined;
5210
+ scopes?: string[] | undefined;
5211
+ instanceDisabled?: boolean | undefined;
5212
+ createdAt?: string | undefined;
5213
+ secret?: string | undefined;
4961
5214
  } | undefined;
4962
5215
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4963
5216
  headers?: Partial<{
@@ -4966,21 +5219,36 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4966
5219
  } & {
4967
5220
  pathParameters: {
4968
5221
  contributorId: string;
5222
+ extensionId: string;
5223
+ extensionInstanceId: string;
5224
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
4969
5225
  };
5226
+ } & {
5227
+ queryParameters: {
5228
+ contextId?: string | undefined;
5229
+ scopes?: string[] | undefined;
5230
+ instanceDisabled?: boolean | undefined;
5231
+ createdAt?: string | undefined;
5232
+ secret?: string | undefined;
5233
+ } & Partial<{
5234
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5235
+ }>;
5236
+ } & {
5237
+ headers: {
5238
+ "x-access-token"?: string | undefined;
5239
+ } & Partial<{
5240
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5241
+ }>;
4970
5242
  }, import("@mittwald/api-client-commons").Response<{
4971
- customerId: string;
4972
- description?: string | undefined;
4973
- email?: string | undefined;
4974
- id: string;
4975
- logoRefId?: string | undefined;
4976
- name: string;
4977
- phone?: string | undefined;
4978
- state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
4979
- supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
4980
- url?: string | undefined;
5243
+ errorMessage?: string | undefined;
5244
+ responseBody?: string | undefined;
5245
+ responseCode?: number | undefined;
5246
+ responseHeaders?: string | undefined;
5247
+ routeCalled: string;
5248
+ successful: boolean;
4981
5249
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4982
5250
  [x: string]: unknown;
4983
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5251
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4984
5252
  [x: string]: unknown;
4985
5253
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4986
5254
  headers?: Partial<{
@@ -4989,27 +5257,41 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4989
5257
  } & {
4990
5258
  pathParameters: {
4991
5259
  contributorId: string;
5260
+ extensionId: string;
5261
+ extensionInstanceId: string;
5262
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
4992
5263
  };
5264
+ } & {
5265
+ queryParameters: {
5266
+ contextId?: string | undefined;
5267
+ scopes?: string[] | undefined;
5268
+ instanceDisabled?: boolean | undefined;
5269
+ createdAt?: string | undefined;
5270
+ secret?: string | undefined;
5271
+ } & Partial<{
5272
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5273
+ }>;
5274
+ } & {
5275
+ headers: {
5276
+ "x-access-token"?: string | undefined;
5277
+ } & Partial<{
5278
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5279
+ }>;
4993
5280
  }, import("@mittwald/api-client-commons").Response<{
4994
- customerId: string;
4995
- description?: string | undefined;
4996
- email?: string | undefined;
4997
- id: string;
4998
- logoRefId?: string | undefined;
4999
- name: string;
5000
- phone?: string | undefined;
5001
- state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
5002
- supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5003
- url?: string | undefined;
5281
+ errorMessage?: string | undefined;
5282
+ responseBody?: string | undefined;
5283
+ responseCode?: number | undefined;
5284
+ responseHeaders?: string | undefined;
5285
+ routeCalled: string;
5286
+ successful: boolean;
5004
5287
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5005
5288
  [x: string]: unknown;
5006
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5289
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5007
5290
  [x: string]: unknown;
5008
5291
  }, 429, "application/json">>>;
5009
- /** Get the ExtensionInstance of a specific customer and extension, if existing. */
5010
- extensionGetExtensionInstanceForCustomer: (request: {
5011
- customerId: string;
5012
- extensionId: string;
5292
+ /** Enable an ExtensionInstance. */
5293
+ extensionEnableExtensionInstance: (request: {
5294
+ extensionInstanceId: string;
5013
5295
  headers?: {
5014
5296
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5015
5297
  "x-access-token"?: string | undefined;
@@ -5020,8 +5302,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5020
5302
  }>;
5021
5303
  } & {
5022
5304
  pathParameters: {
5023
- customerId: string;
5024
- extensionId: string;
5305
+ extensionInstanceId: string;
5025
5306
  };
5026
5307
  } & {
5027
5308
  headers: {
@@ -5030,21 +5311,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5030
5311
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5031
5312
  }>;
5032
5313
  }, import("@mittwald/api-client-commons").Response<{
5033
- aggregateReference: {
5034
- aggregate: string;
5035
- domain: string;
5036
- id: string;
5037
- };
5038
- consentedScopes: string[];
5039
- createdAt?: string | undefined;
5040
- disabled: boolean;
5041
- extensionId: string;
5042
- id: string;
5043
- pendingInstallation: boolean;
5044
- pendingRemoval: boolean;
5045
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5046
5314
  [x: string]: unknown;
5047
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5315
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
5316
+ [x: string]: unknown;
5317
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5048
5318
  [x: string]: unknown;
5049
5319
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5050
5320
  headers?: Partial<{
@@ -5052,8 +5322,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5052
5322
  }>;
5053
5323
  } & {
5054
5324
  pathParameters: {
5055
- customerId: string;
5056
- extensionId: string;
5325
+ extensionInstanceId: string;
5057
5326
  };
5058
5327
  } & {
5059
5328
  headers: {
@@ -5062,27 +5331,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5062
5331
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5063
5332
  }>;
5064
5333
  }, import("@mittwald/api-client-commons").Response<{
5065
- aggregateReference: {
5066
- aggregate: string;
5067
- domain: string;
5068
- id: string;
5069
- };
5070
- consentedScopes: string[];
5071
- createdAt?: string | undefined;
5072
- disabled: boolean;
5073
- extensionId: string;
5074
- id: string;
5075
- pendingInstallation: boolean;
5076
- pendingRemoval: boolean;
5077
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5078
5334
  [x: string]: unknown;
5079
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5335
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
5336
+ [x: string]: unknown;
5337
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5080
5338
  [x: string]: unknown;
5081
5339
  }, 429, "application/json">>>;
5082
- /** Get the ExtensionInstance of a specific project and extension, if existing. */
5083
- extensionGetExtensionInstanceForProject: (request: {
5084
- projectId: string;
5085
- extensionId: string;
5340
+ /** Generate a session token to transmit it to the extensions frontend fragment. */
5341
+ extensionGenerateSessionToken: (request: {
5342
+ extensionInstanceId: string;
5343
+ sessionId: string;
5086
5344
  headers?: {
5087
5345
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5088
5346
  "x-access-token"?: string | undefined;
@@ -5093,8 +5351,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5093
5351
  }>;
5094
5352
  } & {
5095
5353
  pathParameters: {
5096
- projectId: string;
5097
- extensionId: string;
5354
+ extensionInstanceId: string;
5355
+ sessionId: string;
5098
5356
  };
5099
5357
  } & {
5100
5358
  headers: {
@@ -5103,20 +5361,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5103
5361
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5104
5362
  }>;
5105
5363
  }, import("@mittwald/api-client-commons").Response<{
5106
- aggregateReference: {
5107
- aggregate: string;
5108
- domain: string;
5109
- id: string;
5110
- };
5111
- consentedScopes: string[];
5112
- createdAt?: string | undefined;
5113
- disabled: boolean;
5114
- extensionId: string;
5115
- id: string;
5116
- pendingInstallation: boolean;
5117
- pendingRemoval: boolean;
5364
+ sessionToken: string;
5118
5365
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5119
5366
  [x: string]: unknown;
5367
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5368
+ [x: string]: unknown;
5120
5369
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5121
5370
  [x: string]: unknown;
5122
5371
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -5125,8 +5374,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5125
5374
  }>;
5126
5375
  } & {
5127
5376
  pathParameters: {
5128
- projectId: string;
5129
- extensionId: string;
5377
+ extensionInstanceId: string;
5378
+ sessionId: string;
5130
5379
  };
5131
5380
  } & {
5132
5381
  headers: {
@@ -5135,26 +5384,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5135
5384
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5136
5385
  }>;
5137
5386
  }, import("@mittwald/api-client-commons").Response<{
5138
- aggregateReference: {
5139
- aggregate: string;
5140
- domain: string;
5141
- id: string;
5142
- };
5143
- consentedScopes: string[];
5144
- createdAt?: string | undefined;
5145
- disabled: boolean;
5146
- extensionId: string;
5147
- id: string;
5148
- pendingInstallation: boolean;
5149
- pendingRemoval: boolean;
5387
+ sessionToken: string;
5150
5388
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5151
5389
  [x: string]: unknown;
5390
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5391
+ [x: string]: unknown;
5152
5392
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5153
5393
  [x: string]: unknown;
5154
5394
  }, 429, "application/json">>>;
5155
- /** Get an Extension. */
5156
- extensionGetExtension: (request: {
5157
- extensionId: string;
5395
+ /** Get a Contributor. */
5396
+ extensionGetContributor: (request: {
5397
+ contributorId: string;
5158
5398
  headers?: {
5159
5399
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5160
5400
  } | undefined;
@@ -5164,32 +5404,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5164
5404
  }>;
5165
5405
  } & {
5166
5406
  pathParameters: {
5167
- extensionId: string;
5407
+ contributorId: string;
5168
5408
  };
5169
5409
  }, import("@mittwald/api-client-commons").Response<{
5170
- assets: [] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset];
5171
- blocked: boolean;
5172
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5173
- contributorId: string;
5174
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5175
- description: string;
5176
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5177
- disabled: boolean;
5178
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5179
- frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5180
- frontendFragments?: {
5181
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5182
- } | undefined;
5410
+ customerId: string;
5411
+ description?: string | undefined;
5412
+ email?: string | undefined;
5183
5413
  id: string;
5184
- logoRefId: string;
5414
+ logoRefId?: string | undefined;
5185
5415
  name: string;
5186
- published: boolean;
5187
- scopes: string[];
5188
- state: "enabled" | "blocked" | "disabled";
5189
- statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5190
- subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5191
- support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5192
- tags: string[];
5416
+ phone?: string | undefined;
5417
+ state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
5418
+ supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5419
+ url?: string | undefined;
5193
5420
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5194
5421
  [x: string]: unknown;
5195
5422
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -5200,40 +5427,27 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5200
5427
  }>;
5201
5428
  } & {
5202
5429
  pathParameters: {
5203
- extensionId: string;
5430
+ contributorId: string;
5204
5431
  };
5205
5432
  }, import("@mittwald/api-client-commons").Response<{
5206
- assets: [] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset];
5207
- blocked: boolean;
5208
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5209
- contributorId: string;
5210
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5211
- description: string;
5212
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5213
- disabled: boolean;
5214
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5215
- frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5216
- frontendFragments?: {
5217
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5218
- } | undefined;
5433
+ customerId: string;
5434
+ description?: string | undefined;
5435
+ email?: string | undefined;
5219
5436
  id: string;
5220
- logoRefId: string;
5437
+ logoRefId?: string | undefined;
5221
5438
  name: string;
5222
- published: boolean;
5223
- scopes: string[];
5224
- state: "enabled" | "blocked" | "disabled";
5225
- statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5226
- subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5227
- support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5228
- tags: string[];
5439
+ phone?: string | undefined;
5440
+ state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
5441
+ supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5442
+ url?: string | undefined;
5229
5443
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5230
5444
  [x: string]: unknown;
5231
5445
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5232
5446
  [x: string]: unknown;
5233
5447
  }, 429, "application/json">>>;
5234
- /** Get Extension of own contributor. */
5235
- extensionGetOwnExtension: (request: {
5236
- contributorId: string;
5448
+ /** Get the ExtensionInstance of a specific customer and extension, if existing. */
5449
+ extensionGetExtensionInstanceForCustomer: (request: {
5450
+ customerId: string;
5237
5451
  extensionId: string;
5238
5452
  headers?: {
5239
5453
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -5245,7 +5459,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5245
5459
  }>;
5246
5460
  } & {
5247
5461
  pathParameters: {
5248
- contributorId: string;
5462
+ customerId: string;
5249
5463
  extensionId: string;
5250
5464
  };
5251
5465
  } & {
@@ -5255,40 +5469,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5255
5469
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5256
5470
  }>;
5257
5471
  }, import("@mittwald/api-client-commons").Response<{
5258
- assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
5259
- backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
5260
- blocked?: boolean | undefined;
5261
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
5262
- contributorId: string;
5263
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5264
- description?: string | undefined;
5265
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5266
- disabled?: boolean | undefined;
5267
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5268
- frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5269
- frontendFragments?: {
5270
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5271
- } | undefined;
5272
- functional: boolean;
5472
+ aggregateReference: {
5473
+ aggregate: string;
5474
+ domain: string;
5475
+ id: string;
5476
+ };
5477
+ consentedScopes: string[];
5478
+ createdAt?: string | undefined;
5479
+ disabled: boolean;
5480
+ extensionId: string;
5273
5481
  id: string;
5274
- logoRefId?: string | undefined;
5275
- name: string;
5276
- published: boolean;
5277
- requestedChanges?: {
5278
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5279
- scopes?: string[];
5280
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
5281
- } | undefined;
5282
- scopes?: string[] | undefined;
5283
- secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
5284
- state?: "enabled" | "blocked" | "disabled" | undefined;
5285
- statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5286
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5287
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5288
- tags?: string[] | undefined;
5289
- verificationRequested: boolean;
5290
- verified: boolean;
5291
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5482
+ pendingInstallation: boolean;
5483
+ pendingRemoval: boolean;
5292
5484
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5293
5485
  [x: string]: unknown;
5294
5486
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -5299,7 +5491,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5299
5491
  }>;
5300
5492
  } & {
5301
5493
  pathParameters: {
5302
- contributorId: string;
5494
+ customerId: string;
5303
5495
  extensionId: string;
5304
5496
  };
5305
5497
  } & {
@@ -5309,130 +5501,72 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5309
5501
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5310
5502
  }>;
5311
5503
  }, import("@mittwald/api-client-commons").Response<{
5312
- assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
5313
- backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
5314
- blocked?: boolean | undefined;
5315
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
5316
- contributorId: string;
5317
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5318
- description?: string | undefined;
5319
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5320
- disabled?: boolean | undefined;
5321
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5322
- frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5323
- frontendFragments?: {
5324
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5325
- } | undefined;
5326
- functional: boolean;
5504
+ aggregateReference: {
5505
+ aggregate: string;
5506
+ domain: string;
5507
+ id: string;
5508
+ };
5509
+ consentedScopes: string[];
5510
+ createdAt?: string | undefined;
5511
+ disabled: boolean;
5512
+ extensionId: string;
5327
5513
  id: string;
5328
- logoRefId?: string | undefined;
5329
- name: string;
5330
- published: boolean;
5331
- requestedChanges?: {
5332
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5333
- scopes?: string[];
5334
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
5335
- } | undefined;
5336
- scopes?: string[] | undefined;
5337
- secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
5338
- state?: "enabled" | "blocked" | "disabled" | undefined;
5339
- statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5340
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5341
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5342
- tags?: string[] | undefined;
5343
- verificationRequested: boolean;
5344
- verified: boolean;
5345
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5514
+ pendingInstallation: boolean;
5515
+ pendingRemoval: boolean;
5346
5516
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5347
5517
  [x: string]: unknown;
5348
5518
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5349
5519
  [x: string]: unknown;
5350
5520
  }, 429, "application/json">>>;
5351
- /** Patch Extension. */
5352
- extensionPatchExtension: (request: {
5353
- contributorId: string;
5354
- extensionId: string;
5355
- data?: {
5356
- deprecation?: {
5357
- deprecatedAt: string;
5358
- note?: string | undefined;
5359
- successorId?: string | undefined;
5360
- } | undefined;
5361
- description?: string | undefined;
5362
- detailedDescriptions?: {
5363
- de: {
5364
- markdown: string;
5365
- plain?: string | undefined;
5366
- };
5367
- en?: {
5368
- markdown: string;
5369
- plain?: string | undefined;
5370
- } | undefined;
5371
- } | undefined;
5372
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5373
- frontendFragments?: {
5374
- [x: string]: {
5375
- url: string;
5376
- additionalProperties?: {
5377
- [x: string]: string;
5378
- } | undefined;
5379
- };
5380
- } | undefined;
5381
- name?: string | undefined;
5382
- scopes?: string[] | undefined;
5383
- subTitle?: {
5384
- de: string;
5385
- en?: string | undefined;
5386
- } | undefined;
5387
- support?: {
5388
- email?: string | undefined;
5389
- phone?: string | undefined;
5390
- } | undefined;
5391
- tags?: string[] | undefined;
5392
- webhookUrls?: {
5393
- extensionAddedToContext: {
5394
- url: string;
5395
- };
5396
- extensionInstanceRemovedFromContext: {
5397
- url: string;
5398
- };
5399
- extensionInstanceSecretRotated: {
5400
- url: string;
5401
- };
5402
- extensionInstanceUpdated: {
5403
- url: string;
5404
- };
5405
- } | undefined;
5406
- } | undefined;
5407
- headers?: {
5408
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5409
- "x-access-token"?: string | undefined;
5410
- } | undefined;
5411
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5412
- data: {
5413
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5414
- description?: string | undefined;
5415
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5416
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5417
- frontendFragments?: {
5418
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5419
- } | undefined;
5420
- name?: string | undefined;
5421
- scopes?: string[] | undefined;
5422
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5423
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5424
- tags?: string[] | undefined;
5425
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5426
- };
5521
+ /** Get the ExtensionInstance of a specific project and extension, if existing. */
5522
+ extensionGetExtensionInstanceForProject: (request: {
5523
+ projectId: string;
5524
+ extensionId: string;
5525
+ headers?: {
5526
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5527
+ "x-access-token"?: string | undefined;
5528
+ } | undefined;
5529
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5530
+ headers?: Partial<{
5531
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5532
+ }>;
5427
5533
  } & {
5428
5534
  pathParameters: {
5429
- contributorId: string;
5535
+ projectId: string;
5430
5536
  extensionId: string;
5431
5537
  };
5432
5538
  } & {
5539
+ headers: {
5540
+ "x-access-token"?: string | undefined;
5541
+ } & Partial<{
5542
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5543
+ }>;
5544
+ }, import("@mittwald/api-client-commons").Response<{
5545
+ aggregateReference: {
5546
+ aggregate: string;
5547
+ domain: string;
5548
+ id: string;
5549
+ };
5550
+ consentedScopes: string[];
5551
+ createdAt?: string | undefined;
5552
+ disabled: boolean;
5553
+ extensionId: string;
5554
+ id: string;
5555
+ pendingInstallation: boolean;
5556
+ pendingRemoval: boolean;
5557
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5558
+ [x: string]: unknown;
5559
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5560
+ [x: string]: unknown;
5561
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5433
5562
  headers?: Partial<{
5434
5563
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5435
5564
  }>;
5565
+ } & {
5566
+ pathParameters: {
5567
+ projectId: string;
5568
+ extensionId: string;
5569
+ };
5436
5570
  } & {
5437
5571
  headers: {
5438
5572
  "x-access-token"?: string | undefined;
@@ -5440,122 +5574,101 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5440
5574
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5441
5575
  }>;
5442
5576
  }, import("@mittwald/api-client-commons").Response<{
5443
- assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
5444
- backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
5445
- blocked?: boolean | undefined;
5446
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
5577
+ aggregateReference: {
5578
+ aggregate: string;
5579
+ domain: string;
5580
+ id: string;
5581
+ };
5582
+ consentedScopes: string[];
5583
+ createdAt?: string | undefined;
5584
+ disabled: boolean;
5585
+ extensionId: string;
5586
+ id: string;
5587
+ pendingInstallation: boolean;
5588
+ pendingRemoval: boolean;
5589
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5590
+ [x: string]: unknown;
5591
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5592
+ [x: string]: unknown;
5593
+ }, 429, "application/json">>>;
5594
+ /** Get an Extension. */
5595
+ extensionGetExtension: (request: {
5596
+ extensionId: string;
5597
+ headers?: {
5598
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5599
+ } | undefined;
5600
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5601
+ headers?: Partial<{
5602
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5603
+ }>;
5604
+ } & {
5605
+ pathParameters: {
5606
+ extensionId: string;
5607
+ };
5608
+ }, import("@mittwald/api-client-commons").Response<{
5609
+ assets: [] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset];
5610
+ blocked: boolean;
5611
+ context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5447
5612
  contributorId: string;
5448
5613
  deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5449
- description?: string | undefined;
5614
+ description: string;
5450
5615
  detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5451
- disabled?: boolean | undefined;
5616
+ disabled: boolean;
5452
5617
  externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5453
5618
  frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5454
5619
  frontendFragments?: {
5455
5620
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5456
5621
  } | undefined;
5457
- functional: boolean;
5458
5622
  id: string;
5459
- logoRefId?: string | undefined;
5623
+ logoRefId: string;
5460
5624
  name: string;
5461
5625
  published: boolean;
5462
- requestedChanges?: {
5463
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5464
- scopes?: string[];
5465
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
5466
- } | undefined;
5467
- scopes?: string[] | undefined;
5468
- secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
5469
- state?: "enabled" | "blocked" | "disabled" | undefined;
5626
+ scopes: string[];
5627
+ state: "enabled" | "blocked" | "disabled";
5470
5628
  statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5471
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5472
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5473
- tags?: string[] | undefined;
5474
- verificationRequested: boolean;
5475
- verified: boolean;
5476
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5629
+ subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5630
+ support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5631
+ tags: string[];
5477
5632
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5478
5633
  [x: string]: unknown;
5479
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5480
- [x: string]: unknown;
5481
5634
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5482
5635
  [x: string]: unknown;
5483
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
5484
- [x: string]: unknown;
5485
5636
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5486
- data: {
5487
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5488
- description?: string | undefined;
5489
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5490
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5491
- frontendFragments?: {
5492
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5493
- } | undefined;
5494
- name?: string | undefined;
5495
- scopes?: string[] | undefined;
5496
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5497
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5498
- tags?: string[] | undefined;
5499
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5500
- };
5501
- } & {
5502
- pathParameters: {
5503
- contributorId: string;
5504
- extensionId: string;
5505
- };
5506
- } & {
5507
5637
  headers?: Partial<{
5508
5638
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5509
5639
  }>;
5510
5640
  } & {
5511
- headers: {
5512
- "x-access-token"?: string | undefined;
5513
- } & Partial<{
5514
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5515
- }>;
5641
+ pathParameters: {
5642
+ extensionId: string;
5643
+ };
5516
5644
  }, import("@mittwald/api-client-commons").Response<{
5517
- assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
5518
- backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
5519
- blocked?: boolean | undefined;
5520
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
5645
+ assets: [] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset] | [import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset, import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset];
5646
+ blocked: boolean;
5647
+ context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5521
5648
  contributorId: string;
5522
5649
  deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
5523
- description?: string | undefined;
5650
+ description: string;
5524
5651
  detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
5525
- disabled?: boolean | undefined;
5652
+ disabled: boolean;
5526
5653
  externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5527
5654
  frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
5528
5655
  frontendFragments?: {
5529
5656
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
5530
5657
  } | undefined;
5531
- functional: boolean;
5532
5658
  id: string;
5533
- logoRefId?: string | undefined;
5659
+ logoRefId: string;
5534
5660
  name: string;
5535
5661
  published: boolean;
5536
- requestedChanges?: {
5537
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
5538
- scopes?: string[];
5539
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls;
5540
- } | undefined;
5541
- scopes?: string[] | undefined;
5542
- secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
5543
- state?: "enabled" | "blocked" | "disabled" | undefined;
5662
+ scopes: string[];
5663
+ state: "enabled" | "blocked" | "disabled";
5544
5664
  statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
5545
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
5546
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
5547
- tags?: string[] | undefined;
5548
- verificationRequested: boolean;
5549
- verified: boolean;
5550
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
5665
+ subTitle: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
5666
+ support: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta;
5667
+ tags: string[];
5551
5668
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5552
5669
  [x: string]: unknown;
5553
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5554
- [x: string]: unknown;
5555
5670
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5556
5671
  [x: string]: unknown;
5557
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
5558
- [x: string]: unknown;
5559
5672
  }, 429, "application/json">>>;
5560
5673
  /** Get the public key to verify the webhook signature. */
5561
5674
  extensionGetPublicKey: (request: {
@@ -5563,6 +5676,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5563
5676
  headers?: {
5564
5677
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5565
5678
  } | undefined;
5679
+ queryParameters?: {
5680
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5681
+ purpose?: "webhook" | "session_token" | undefined;
5682
+ format?: "raw" | "spki" | undefined;
5683
+ } | undefined;
5566
5684
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5567
5685
  headers?: Partial<{
5568
5686
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -5571,6 +5689,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5571
5689
  pathParameters: {
5572
5690
  serial: string;
5573
5691
  };
5692
+ } & {
5693
+ queryParameters: {
5694
+ purpose?: "webhook" | "session_token" | undefined;
5695
+ format?: "raw" | "spki" | undefined;
5696
+ } & Partial<{
5697
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5698
+ }>;
5574
5699
  }, import("@mittwald/api-client-commons").Response<{
5575
5700
  algorithm: string;
5576
5701
  key: string;
@@ -5587,6 +5712,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5587
5712
  pathParameters: {
5588
5713
  serial: string;
5589
5714
  };
5715
+ } & {
5716
+ queryParameters: {
5717
+ purpose?: "webhook" | "session_token" | undefined;
5718
+ format?: "raw" | "spki" | undefined;
5719
+ } & Partial<{
5720
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5721
+ }>;
5590
5722
  }, import("@mittwald/api-client-commons").Response<{
5591
5723
  algorithm: string;
5592
5724
  key: string;
@@ -15882,10 +16014,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15882
16014
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
15883
16015
  "x-access-token"?: string | undefined;
15884
16016
  } | undefined;
16017
+ queryParameters?: {
16018
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16019
+ limit?: number | undefined;
16020
+ skip?: number | undefined;
16021
+ page?: number | undefined;
16022
+ } | undefined;
15885
16023
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
15886
16024
  headers?: Partial<{
15887
16025
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15888
16026
  }>;
16027
+ } & {
16028
+ queryParameters: {
16029
+ limit?: number | undefined;
16030
+ skip?: number | undefined;
16031
+ page?: number | undefined;
16032
+ } & Partial<{
16033
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16034
+ }>;
15889
16035
  } & {
15890
16036
  headers: {
15891
16037
  "x-access-token"?: string | undefined;
@@ -15898,6 +16044,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15898
16044
  headers?: Partial<{
15899
16045
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
15900
16046
  }>;
16047
+ } & {
16048
+ queryParameters: {
16049
+ limit?: number | undefined;
16050
+ skip?: number | undefined;
16051
+ page?: number | undefined;
16052
+ } & Partial<{
16053
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16054
+ }>;
15901
16055
  } & {
15902
16056
  headers: {
15903
16057
  "x-access-token"?: string | undefined;
@@ -16031,10 +16185,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16031
16185
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16032
16186
  "x-access-token"?: string | undefined;
16033
16187
  } | undefined;
16188
+ queryParameters?: {
16189
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16190
+ limit?: number | undefined;
16191
+ skip?: number | undefined;
16192
+ page?: number | undefined;
16193
+ } | undefined;
16034
16194
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16035
16195
  headers?: Partial<{
16036
16196
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16037
16197
  }>;
16198
+ } & {
16199
+ queryParameters: {
16200
+ limit?: number | undefined;
16201
+ skip?: number | undefined;
16202
+ page?: number | undefined;
16203
+ } & Partial<{
16204
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16205
+ }>;
16038
16206
  } & {
16039
16207
  headers: {
16040
16208
  "x-access-token"?: string | undefined;
@@ -16049,6 +16217,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16049
16217
  headers?: Partial<{
16050
16218
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16051
16219
  }>;
16220
+ } & {
16221
+ queryParameters: {
16222
+ limit?: number | undefined;
16223
+ skip?: number | undefined;
16224
+ page?: number | undefined;
16225
+ } & Partial<{
16226
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16227
+ }>;
16052
16228
  } & {
16053
16229
  headers: {
16054
16230
  "x-access-token"?: string | undefined;
@@ -17115,10 +17291,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17115
17291
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17116
17292
  "x-access-token"?: string | undefined;
17117
17293
  } | undefined;
17294
+ queryParameters?: {
17295
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17296
+ limit?: number | undefined;
17297
+ skip?: number | undefined;
17298
+ page?: number | undefined;
17299
+ } | undefined;
17118
17300
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17119
17301
  headers?: Partial<{
17120
17302
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17121
17303
  }>;
17304
+ } & {
17305
+ queryParameters: {
17306
+ limit?: number | undefined;
17307
+ skip?: number | undefined;
17308
+ page?: number | undefined;
17309
+ } & Partial<{
17310
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17311
+ }>;
17122
17312
  } & {
17123
17313
  headers: {
17124
17314
  "x-access-token"?: string | undefined;
@@ -17131,6 +17321,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17131
17321
  headers?: Partial<{
17132
17322
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17133
17323
  }>;
17324
+ } & {
17325
+ queryParameters: {
17326
+ limit?: number | undefined;
17327
+ skip?: number | undefined;
17328
+ page?: number | undefined;
17329
+ } & Partial<{
17330
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17331
+ }>;
17134
17332
  } & {
17135
17333
  headers: {
17136
17334
  "x-access-token"?: string | undefined;
@@ -18022,6 +18220,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18022
18220
  }, import("@mittwald/api-client-commons").Response<{
18023
18221
  extensions: string[];
18024
18222
  fileTypes: import("./types.js").MittwaldAPIV2.Components.Schemas.FileFileType[];
18223
+ maxNameLength: number;
18025
18224
  maxSizeInBytes: number;
18026
18225
  maxSizeInKB: number;
18027
18226
  maxSizeInKb: number;
@@ -18057,6 +18256,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18057
18256
  }, import("@mittwald/api-client-commons").Response<{
18058
18257
  extensions: string[];
18059
18258
  fileTypes: import("./types.js").MittwaldAPIV2.Components.Schemas.FileFileType[];
18259
+ maxNameLength: number;
18060
18260
  maxSizeInBytes: number;
18061
18261
  maxSizeInKB: number;
18062
18262
  maxSizeInKb: number;
@@ -18099,6 +18299,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18099
18299
  }, import("@mittwald/api-client-commons").Response<{
18100
18300
  extensions: string[];
18101
18301
  fileTypes: import("./types.js").MittwaldAPIV2.Components.Schemas.FileFileType[];
18302
+ maxNameLength: number;
18102
18303
  maxSizeInBytes: number;
18103
18304
  maxSizeInKB: number;
18104
18305
  maxSizeInKb: number;
@@ -18132,6 +18333,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18132
18333
  }, import("@mittwald/api-client-commons").Response<{
18133
18334
  extensions: string[];
18134
18335
  fileTypes: import("./types.js").MittwaldAPIV2.Components.Schemas.FileFileType[];
18336
+ maxNameLength: number;
18135
18337
  maxSizeInBytes: number;
18136
18338
  maxSizeInKB: number;
18137
18339
  maxSizeInKb: number;