@mittwald/api-client 4.122.0 → 4.123.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,110 +4909,440 @@ 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;
4998
+ "x-access-token"?: string | undefined;
4999
+ } | undefined;
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
+ } & {
5022
+ headers?: Partial<{
5023
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
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
+ };
5090
+ } & {
5091
+ pathParameters: {
5092
+ contributorId: string;
5093
+ extensionId: string;
5094
+ };
5095
+ } & {
5096
+ headers?: Partial<{
5097
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5098
+ }>;
5099
+ } & {
5100
+ headers: {
5101
+ "x-access-token"?: string | undefined;
5102
+ } & Partial<{
5103
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5104
+ }>;
5105
+ }, import("@mittwald/api-client-commons").Response<{
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;
5140
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5141
+ [x: string]: unknown;
5142
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5143
+ [x: string]: unknown;
5144
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5145
+ [x: string]: unknown;
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<{
5157
+ headers?: Partial<{
5158
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5159
+ }>;
5160
+ } & {
5161
+ pathParameters: {
5162
+ extensionInstanceId: string;
5163
+ };
5164
+ } & {
5165
+ headers: {
5166
+ "x-access-token"?: string | undefined;
5167
+ } & Partial<{
5168
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5169
+ }>;
5170
+ }, import("@mittwald/api-client-commons").Response<{
5171
+ [x: string]: unknown;
5172
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
5173
+ [x: string]: unknown;
5174
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5175
+ [x: string]: unknown;
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<{
5195
+ [x: string]: unknown;
5196
+ }, 429, "application/json">>>;
5197
+ /** Dry run a webhook with random or given values. */
5198
+ extensionDryRunWebhook: (request: {
5199
+ contributorId: string;
5200
+ extensionId: string;
5201
+ extensionInstanceId: string;
5202
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
5203
+ headers?: {
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;
5214
+ } | undefined;
5215
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5216
+ headers?: Partial<{
5217
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5218
+ }>;
5219
+ } & {
5220
+ pathParameters: {
5221
+ contributorId: string;
5222
+ extensionId: string;
5223
+ extensionInstanceId: string;
5224
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
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
+ }>;
5242
+ }, import("@mittwald/api-client-commons").Response<{
5243
+ errorMessage?: string | undefined;
5244
+ responseBody?: string | undefined;
5245
+ responseCode?: number | undefined;
5246
+ responseHeaders?: string | undefined;
5247
+ routeCalled: string;
5248
+ successful: boolean;
5249
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5250
+ [x: string]: unknown;
5251
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5252
+ [x: string]: unknown;
5253
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5254
+ headers?: Partial<{
5255
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5256
+ }>;
5257
+ } & {
5258
+ pathParameters: {
5259
+ contributorId: string;
5260
+ extensionId: string;
5261
+ extensionInstanceId: string;
5262
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
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
+ }>;
5280
+ }, import("@mittwald/api-client-commons").Response<{
5281
+ errorMessage?: string | undefined;
5282
+ responseBody?: string | undefined;
5283
+ responseCode?: number | undefined;
5284
+ responseHeaders?: string | undefined;
5285
+ routeCalled: string;
5286
+ successful: boolean;
5287
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5288
+ [x: string]: unknown;
5289
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5290
+ [x: string]: unknown;
5291
+ }, 429, "application/json">>>;
5292
+ /** Enable an ExtensionInstance. */
5293
+ extensionEnableExtensionInstance: (request: {
5294
+ extensionInstanceId: string;
5295
+ headers?: {
5296
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5297
+ "x-access-token"?: string | undefined;
5298
+ } | undefined;
5299
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5300
+ headers?: Partial<{
5301
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5302
+ }>;
5303
+ } & {
5304
+ pathParameters: {
5305
+ extensionInstanceId: string;
5306
+ };
5307
+ } & {
5308
+ headers: {
5309
+ "x-access-token"?: string | undefined;
5310
+ } & Partial<{
5311
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5312
+ }>;
5313
+ }, import("@mittwald/api-client-commons").Response<{
5314
+ [x: string]: unknown;
5315
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
5316
+ [x: string]: unknown;
5317
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5318
+ [x: string]: unknown;
5319
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5320
+ headers?: Partial<{
5321
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5322
+ }>;
5323
+ } & {
5324
+ pathParameters: {
5325
+ extensionInstanceId: string;
5326
+ };
5327
+ } & {
5328
+ headers: {
5329
+ "x-access-token"?: string | undefined;
5330
+ } & Partial<{
5331
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5332
+ }>;
5333
+ }, import("@mittwald/api-client-commons").Response<{
5334
+ [x: string]: unknown;
5335
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
5336
+ [x: string]: unknown;
5337
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5338
+ [x: string]: unknown;
5339
+ }, 429, "application/json">>>;
5340
+ /** Generate a session token to transmit it to the extensions frontend fragment. */
5341
+ extensionGenerateSessionToken: (request: {
5342
+ extensionInstanceId: string;
5343
+ sessionId: string;
5344
+ headers?: {
5345
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4907
5346
  "x-access-token"?: string | undefined;
4908
5347
  } | undefined;
4909
5348
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -4922,7 +5361,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4922
5361
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4923
5362
  }>;
4924
5363
  }, import("@mittwald/api-client-commons").Response<{
4925
- sessionKeyJwt?: string | undefined;
5364
+ sessionToken: string;
4926
5365
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4927
5366
  [x: string]: unknown;
4928
5367
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -4945,7 +5384,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4945
5384
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4946
5385
  }>;
4947
5386
  }, import("@mittwald/api-client-commons").Response<{
4948
- sessionKeyJwt?: string | undefined;
5387
+ sessionToken: string;
4949
5388
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4950
5389
  [x: string]: unknown;
4951
5390
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -5108,187 +5547,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5108
5547
  domain: string;
5109
5548
  id: string;
5110
5549
  };
5111
- consentedScopes: string[];
5112
- createdAt?: string | undefined;
5113
- disabled: boolean;
5114
- extensionId: string;
5115
- id: string;
5116
- pendingInstallation: boolean;
5117
- pendingRemoval: boolean;
5118
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5119
- [x: string]: unknown;
5120
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5121
- [x: string]: unknown;
5122
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5123
- headers?: Partial<{
5124
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5125
- }>;
5126
- } & {
5127
- pathParameters: {
5128
- projectId: string;
5129
- extensionId: string;
5130
- };
5131
- } & {
5132
- headers: {
5133
- "x-access-token"?: string | undefined;
5134
- } & Partial<{
5135
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5136
- }>;
5137
- }, 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;
5150
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5151
- [x: string]: unknown;
5152
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5153
- [x: string]: unknown;
5154
- }, 429, "application/json">>>;
5155
- /** Get an Extension. */
5156
- extensionGetExtension: (request: {
5157
- extensionId: string;
5158
- headers?: {
5159
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5160
- } | undefined;
5161
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5162
- headers?: Partial<{
5163
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5164
- }>;
5165
- } & {
5166
- pathParameters: {
5167
- extensionId: string;
5168
- };
5169
- }, 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;
5183
- id: string;
5184
- logoRefId: string;
5185
- 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[];
5193
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5194
- [x: string]: unknown;
5195
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5196
- [x: string]: unknown;
5197
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5198
- headers?: Partial<{
5199
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5200
- }>;
5201
- } & {
5202
- pathParameters: {
5203
- extensionId: string;
5204
- };
5205
- }, 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;
5219
- id: string;
5220
- logoRefId: string;
5221
- 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[];
5229
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5230
- [x: string]: unknown;
5231
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5232
- [x: string]: unknown;
5233
- }, 429, "application/json">>>;
5234
- /** Get Extension of own contributor. */
5235
- extensionGetOwnExtension: (request: {
5236
- contributorId: string;
5237
- extensionId: string;
5238
- headers?: {
5239
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5240
- "x-access-token"?: string | undefined;
5241
- } | undefined;
5242
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5243
- headers?: Partial<{
5244
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5245
- }>;
5246
- } & {
5247
- pathParameters: {
5248
- contributorId: string;
5249
- extensionId: string;
5250
- };
5251
- } & {
5252
- headers: {
5253
- "x-access-token"?: string | undefined;
5254
- } & Partial<{
5255
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5256
- }>;
5257
- }, 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;
5273
- 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;
5550
+ consentedScopes: string[];
5551
+ createdAt?: string | undefined;
5552
+ disabled: boolean;
5553
+ extensionId: string;
5554
+ id: string;
5555
+ pendingInstallation: boolean;
5556
+ pendingRemoval: boolean;
5292
5557
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5293
5558
  [x: string]: unknown;
5294
5559
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -5299,7 +5564,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5299
5564
  }>;
5300
5565
  } & {
5301
5566
  pathParameters: {
5302
- contributorId: string;
5567
+ projectId: string;
5303
5568
  extensionId: string;
5304
5569
  };
5305
5570
  } & {
@@ -5309,253 +5574,101 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5309
5574
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5310
5575
  }>;
5311
5576
  }, 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;
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;
5327
5586
  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;
5587
+ pendingInstallation: boolean;
5588
+ pendingRemoval: boolean;
5346
5589
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5347
5590
  [x: string]: unknown;
5348
5591
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5349
5592
  [x: string]: unknown;
5350
5593
  }, 429, "application/json">>>;
5351
- /** Patch Extension. */
5352
- extensionPatchExtension: (request: {
5353
- contributorId: string;
5594
+ /** Get an Extension. */
5595
+ extensionGetExtension: (request: {
5354
5596
  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
5597
  headers?: {
5408
5598
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5409
- "x-access-token"?: string | undefined;
5410
5599
  } | undefined;
5411
5600
  }, 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
- };
5427
- } & {
5428
- pathParameters: {
5429
- contributorId: string;
5430
- extensionId: string;
5431
- };
5432
- } & {
5433
5601
  headers?: Partial<{
5434
5602
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5435
5603
  }>;
5436
5604
  } & {
5437
- headers: {
5438
- "x-access-token"?: string | undefined;
5439
- } & Partial<{
5440
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5441
- }>;
5605
+ pathParameters: {
5606
+ extensionId: string;
5607
+ };
5442
5608
  }, 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;
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;