@mittwald/api-client 4.214.1 → 4.215.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.
@@ -124,6 +124,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
124
124
  lockedBy?: {
125
125
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
126
126
  } | undefined;
127
+ phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
127
128
  projectId: string;
128
129
  screenshotId?: string | undefined;
129
130
  screenshotRef?: string | undefined;
@@ -162,6 +163,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
162
163
  lockedBy?: {
163
164
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
164
165
  } | undefined;
166
+ phase: import("./types.js").MittwaldAPIV2.Components.Schemas.AppPhase;
165
167
  projectId: string;
166
168
  screenshotId?: string | undefined;
167
169
  screenshotRef?: string | undefined;
@@ -6132,6 +6134,101 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6132
6134
  };
6133
6135
  /** The marketplace API allows you to manage extensions and more information regaring the marketplace. */
6134
6136
  readonly marketplace: {
6137
+ /** Express interest to be a contributor. */
6138
+ contributorExpressInterestToContribute: (request: {
6139
+ customerId: string;
6140
+ data?: {
6141
+ deviatingContactPersonUserId?: string | undefined;
6142
+ deviatingContractOwner?: {
6143
+ salutation: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation;
6144
+ address: {
6145
+ street: string;
6146
+ houseNumber: string;
6147
+ city: string;
6148
+ zip: string;
6149
+ countryCode: string;
6150
+ addressPrefix?: string | undefined;
6151
+ };
6152
+ firstName?: string | undefined;
6153
+ lastName?: string | undefined;
6154
+ title?: string | undefined;
6155
+ company?: string | undefined;
6156
+ emailAddress?: string | undefined;
6157
+ phoneNumbers?: string[] | undefined;
6158
+ useFormalTerm?: boolean | undefined;
6159
+ } | undefined;
6160
+ deviatingName?: string | undefined;
6161
+ deviatingSupportInformation?: {
6162
+ email: string;
6163
+ phone?: string | undefined;
6164
+ } | undefined;
6165
+ imprint?: {
6166
+ text: string;
6167
+ } | {
6168
+ url: string;
6169
+ } | undefined;
6170
+ } | undefined;
6171
+ headers?: {
6172
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6173
+ "x-access-token"?: string | undefined;
6174
+ } | undefined;
6175
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6176
+ data: {
6177
+ deviatingContactPersonUserId?: string | undefined;
6178
+ deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsContact | undefined;
6179
+ deviatingName?: string | undefined;
6180
+ deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
6181
+ imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
6182
+ };
6183
+ } & {
6184
+ pathParameters: {
6185
+ customerId: string;
6186
+ };
6187
+ } & {
6188
+ headers?: Partial<{
6189
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6190
+ }>;
6191
+ } & {
6192
+ headers: {
6193
+ "x-access-token"?: string | undefined;
6194
+ } & Partial<{
6195
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6196
+ }>;
6197
+ }, import("@mittwald/api-client-commons").Response<{
6198
+ id: string;
6199
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6200
+ [x: string]: unknown;
6201
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6202
+ [x: string]: unknown;
6203
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6204
+ data: {
6205
+ deviatingContactPersonUserId?: string | undefined;
6206
+ deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsContact | undefined;
6207
+ deviatingName?: string | undefined;
6208
+ deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
6209
+ imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
6210
+ };
6211
+ } & {
6212
+ pathParameters: {
6213
+ customerId: string;
6214
+ };
6215
+ } & {
6216
+ headers?: Partial<{
6217
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6218
+ }>;
6219
+ } & {
6220
+ headers: {
6221
+ "x-access-token"?: string | undefined;
6222
+ } & Partial<{
6223
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6224
+ }>;
6225
+ }, import("@mittwald/api-client-commons").Response<{
6226
+ id: string;
6227
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6228
+ [x: string]: unknown;
6229
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6230
+ [x: string]: unknown;
6231
+ }, 429, "application/json">>>;
6135
6232
  /** Get Contributor Billing Information. */
6136
6233
  contributorGetBillingInformation: (request: {
6137
6234
  contributorId: string;
@@ -6359,6 +6456,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6359
6456
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6360
6457
  [x: string]: unknown;
6361
6458
  }, 429, "application/json">>>;
6459
+ /** List ContractPartners of the contributor. */
6460
+ contributorListContractPartnersOfContributor: (request: {
6461
+ contributorId: string;
6462
+ headers?: {
6463
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6464
+ "x-access-token"?: string | undefined;
6465
+ } | undefined;
6466
+ queryParameters?: {
6467
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6468
+ extensionId?: string | undefined;
6469
+ extensionInstanceId?: string | undefined;
6470
+ } | undefined;
6471
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6472
+ headers?: Partial<{
6473
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6474
+ }>;
6475
+ } & {
6476
+ pathParameters: {
6477
+ contributorId: string;
6478
+ };
6479
+ } & {
6480
+ queryParameters: {
6481
+ extensionId?: string | undefined;
6482
+ extensionInstanceId?: string | undefined;
6483
+ } & Partial<{
6484
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6485
+ }>;
6486
+ } & {
6487
+ headers: {
6488
+ "x-access-token"?: string | undefined;
6489
+ } & Partial<{
6490
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6491
+ }>;
6492
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6493
+ [x: string]: unknown;
6494
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6495
+ headers?: Partial<{
6496
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6497
+ }>;
6498
+ } & {
6499
+ pathParameters: {
6500
+ contributorId: string;
6501
+ };
6502
+ } & {
6503
+ queryParameters: {
6504
+ extensionId?: string | undefined;
6505
+ extensionInstanceId?: string | undefined;
6506
+ } & Partial<{
6507
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6508
+ }>;
6509
+ } & {
6510
+ headers: {
6511
+ "x-access-token"?: string | undefined;
6512
+ } & Partial<{
6513
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6514
+ }>;
6515
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6516
+ [x: string]: unknown;
6517
+ }, 429, "application/json">>>;
6362
6518
  /** List incoming Invoices of a Contributor. */
6363
6519
  contributorListIncomingInvoices: (request: {
6364
6520
  contributorId: string;
@@ -6523,13 +6679,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6523
6679
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6524
6680
  [x: string]: unknown;
6525
6681
  }, 429, "application/json">>>;
6526
- /** Request an Access Token for the Incoming Invoice file. */
6527
- contributorReceiptGetFileAccessToken: (request: {
6682
+ /** Get a Contributor. */
6683
+ extensionGetContributor: (request: {
6528
6684
  contributorId: string;
6529
- contributorReceiptId: string;
6530
6685
  headers?: {
6531
6686
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6532
- "x-access-token"?: string | undefined;
6533
6687
  } | undefined;
6534
6688
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6535
6689
  headers?: Partial<{
@@ -6538,20 +6692,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6538
6692
  } & {
6539
6693
  pathParameters: {
6540
6694
  contributorId: string;
6541
- contributorReceiptId: string;
6542
6695
  };
6543
- } & {
6544
- headers: {
6545
- "x-access-token"?: string | undefined;
6546
- } & Partial<{
6547
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6548
- }>;
6549
- }, import("@mittwald/api-client-commons").Response<{
6550
- accessToken: string;
6551
- expiresAt: string;
6552
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6553
- [x: string]: unknown;
6554
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6696
+ }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6555
6697
  [x: string]: unknown;
6556
6698
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6557
6699
  [x: string]: unknown;
@@ -6562,41 +6704,71 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6562
6704
  } & {
6563
6705
  pathParameters: {
6564
6706
  contributorId: string;
6565
- contributorReceiptId: string;
6566
6707
  };
6567
- } & {
6568
- headers: {
6569
- "x-access-token"?: string | undefined;
6570
- } & Partial<{
6571
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6572
- }>;
6573
- }, import("@mittwald/api-client-commons").Response<{
6574
- accessToken: string;
6575
- expiresAt: string;
6576
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6577
- [x: string]: unknown;
6578
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6708
+ }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6579
6709
  [x: string]: unknown;
6580
6710
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6581
6711
  [x: string]: unknown;
6582
6712
  }, 429, "application/json">>>;
6583
- /** Authenticate your external application using the extensionInstanceSecret. */
6584
- extensionAuthenticateInstance: (request: {
6585
- data: {
6586
- extensionInstanceSecret: string;
6587
- };
6588
- extensionInstanceId: string;
6713
+ /** Patch Contributor. */
6714
+ contributorPatchContributor: (request: {
6715
+ contributorId: string;
6716
+ data?: {
6717
+ contactPersonUserId?: string | undefined;
6718
+ descriptions?: {
6719
+ de: string;
6720
+ en?: string | undefined;
6721
+ } | undefined;
6722
+ deviatingContractOwner?: {
6723
+ contact: {
6724
+ salutation: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation;
6725
+ address: {
6726
+ street: string;
6727
+ houseNumber: string;
6728
+ city: string;
6729
+ zip: string;
6730
+ countryCode: string;
6731
+ addressPrefix?: string | undefined;
6732
+ };
6733
+ firstName?: string | undefined;
6734
+ lastName?: string | undefined;
6735
+ title?: string | undefined;
6736
+ company?: string | undefined;
6737
+ emailAddress?: string | undefined;
6738
+ phoneNumbers?: string[] | undefined;
6739
+ useFormalTerm?: boolean | undefined;
6740
+ };
6741
+ inherited: boolean;
6742
+ } | undefined;
6743
+ deviatingName?: string | undefined;
6744
+ deviatingSupportInformation?: {
6745
+ email: string;
6746
+ phone?: string | undefined;
6747
+ } | undefined;
6748
+ homepage?: string | undefined;
6749
+ imprint?: {
6750
+ text: string;
6751
+ } | {
6752
+ url: string;
6753
+ } | undefined;
6754
+ } | undefined;
6589
6755
  headers?: {
6590
6756
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6591
6757
  "x-access-token"?: string | undefined;
6592
6758
  } | undefined;
6593
6759
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6594
6760
  data: {
6595
- extensionInstanceSecret: string;
6761
+ contactPersonUserId?: string | undefined;
6762
+ descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
6763
+ deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
6764
+ deviatingName?: string | undefined;
6765
+ deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
6766
+ homepage?: string | undefined;
6767
+ imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
6596
6768
  };
6597
6769
  } & {
6598
6770
  pathParameters: {
6599
- extensionInstanceId: string;
6771
+ contributorId: string;
6600
6772
  };
6601
6773
  } & {
6602
6774
  headers?: Partial<{
@@ -6609,16 +6781,255 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6609
6781
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6610
6782
  }>;
6611
6783
  }, import("@mittwald/api-client-commons").Response<{
6612
- expiry: string;
6613
- publicToken: string;
6614
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6615
- [x: string]: unknown;
6616
- }, 400, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6617
- data: {
6618
- extensionInstanceSecret: string;
6619
- };
6620
- } & {
6621
- pathParameters: {
6784
+ contactPersonUserId: string;
6785
+ contractOwner: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
6786
+ contributorNumber: string;
6787
+ customerId: string;
6788
+ description?: string | undefined;
6789
+ descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
6790
+ email: string;
6791
+ homepage?: string | undefined;
6792
+ id: string;
6793
+ imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
6794
+ logoRefId?: string | undefined;
6795
+ name: string;
6796
+ nameInherited: boolean;
6797
+ phone?: string | undefined;
6798
+ state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
6799
+ supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
6800
+ inherited: boolean;
6801
+ };
6802
+ url?: string | undefined;
6803
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6804
+ [x: string]: unknown;
6805
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6806
+ [x: string]: unknown;
6807
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6808
+ [x: string]: unknown;
6809
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6810
+ data: {
6811
+ contactPersonUserId?: string | undefined;
6812
+ descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
6813
+ deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
6814
+ deviatingName?: string | undefined;
6815
+ deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
6816
+ homepage?: string | undefined;
6817
+ imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
6818
+ };
6819
+ } & {
6820
+ pathParameters: {
6821
+ contributorId: string;
6822
+ };
6823
+ } & {
6824
+ headers?: Partial<{
6825
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6826
+ }>;
6827
+ } & {
6828
+ headers: {
6829
+ "x-access-token"?: string | undefined;
6830
+ } & Partial<{
6831
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6832
+ }>;
6833
+ }, import("@mittwald/api-client-commons").Response<{
6834
+ contactPersonUserId: string;
6835
+ contractOwner: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
6836
+ contributorNumber: string;
6837
+ customerId: string;
6838
+ description?: string | undefined;
6839
+ descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
6840
+ email: string;
6841
+ homepage?: string | undefined;
6842
+ id: string;
6843
+ imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
6844
+ logoRefId?: string | undefined;
6845
+ name: string;
6846
+ nameInherited: boolean;
6847
+ phone?: string | undefined;
6848
+ state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
6849
+ supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
6850
+ inherited: boolean;
6851
+ };
6852
+ url?: string | undefined;
6853
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6854
+ [x: string]: unknown;
6855
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6856
+ [x: string]: unknown;
6857
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6858
+ [x: string]: unknown;
6859
+ }, 429, "application/json">>>;
6860
+ /** Request an Access Token for the Incoming Invoice file. */
6861
+ contributorReceiptGetFileAccessToken: (request: {
6862
+ contributorId: string;
6863
+ contributorReceiptId: string;
6864
+ headers?: {
6865
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6866
+ "x-access-token"?: string | undefined;
6867
+ } | undefined;
6868
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6869
+ headers?: Partial<{
6870
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6871
+ }>;
6872
+ } & {
6873
+ pathParameters: {
6874
+ contributorId: string;
6875
+ contributorReceiptId: string;
6876
+ };
6877
+ } & {
6878
+ headers: {
6879
+ "x-access-token"?: string | undefined;
6880
+ } & Partial<{
6881
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6882
+ }>;
6883
+ }, import("@mittwald/api-client-commons").Response<{
6884
+ accessToken: string;
6885
+ expiresAt: string;
6886
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6887
+ [x: string]: unknown;
6888
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6889
+ [x: string]: unknown;
6890
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6891
+ [x: string]: unknown;
6892
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6893
+ headers?: Partial<{
6894
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6895
+ }>;
6896
+ } & {
6897
+ pathParameters: {
6898
+ contributorId: string;
6899
+ contributorReceiptId: string;
6900
+ };
6901
+ } & {
6902
+ headers: {
6903
+ "x-access-token"?: string | undefined;
6904
+ } & Partial<{
6905
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6906
+ }>;
6907
+ }, import("@mittwald/api-client-commons").Response<{
6908
+ accessToken: string;
6909
+ expiresAt: string;
6910
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6911
+ [x: string]: unknown;
6912
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6913
+ [x: string]: unknown;
6914
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6915
+ [x: string]: unknown;
6916
+ }, 429, "application/json">>>;
6917
+ /** Rotate the secret for an extension instance. */
6918
+ contributorRotateSecretForExtensionInstance: (request: {
6919
+ contributorId: string;
6920
+ extensionId: string;
6921
+ extensionInstanceId: string;
6922
+ data?: {
6923
+ allowWebhookFailure?: boolean | undefined;
6924
+ } | undefined;
6925
+ headers?: {
6926
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6927
+ "x-access-token"?: string | undefined;
6928
+ } | undefined;
6929
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6930
+ data: {
6931
+ allowWebhookFailure?: boolean | undefined;
6932
+ };
6933
+ } & {
6934
+ pathParameters: {
6935
+ contributorId: string;
6936
+ extensionId: string;
6937
+ extensionInstanceId: string;
6938
+ };
6939
+ } & {
6940
+ headers?: Partial<{
6941
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6942
+ }>;
6943
+ } & {
6944
+ headers: {
6945
+ "x-access-token"?: string | undefined;
6946
+ } & Partial<{
6947
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6948
+ }>;
6949
+ }, import("@mittwald/api-client-commons").Response<{
6950
+ secret: string;
6951
+ webhookResult: {
6952
+ failure: boolean;
6953
+ statusCode?: string;
6954
+ };
6955
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6956
+ [x: string]: unknown;
6957
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6958
+ [x: string]: unknown;
6959
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6960
+ [x: string]: unknown;
6961
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6962
+ data: {
6963
+ allowWebhookFailure?: boolean | undefined;
6964
+ };
6965
+ } & {
6966
+ pathParameters: {
6967
+ contributorId: string;
6968
+ extensionId: string;
6969
+ extensionInstanceId: string;
6970
+ };
6971
+ } & {
6972
+ headers?: Partial<{
6973
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6974
+ }>;
6975
+ } & {
6976
+ headers: {
6977
+ "x-access-token"?: string | undefined;
6978
+ } & Partial<{
6979
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6980
+ }>;
6981
+ }, import("@mittwald/api-client-commons").Response<{
6982
+ secret: string;
6983
+ webhookResult: {
6984
+ failure: boolean;
6985
+ statusCode?: string;
6986
+ };
6987
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6988
+ [x: string]: unknown;
6989
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6990
+ [x: string]: unknown;
6991
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6992
+ [x: string]: unknown;
6993
+ }, 429, "application/json">>>;
6994
+ /** Authenticate your external application using the extensionInstanceSecret. */
6995
+ extensionAuthenticateInstance: (request: {
6996
+ data: {
6997
+ extensionInstanceSecret: string;
6998
+ };
6999
+ extensionInstanceId: string;
7000
+ headers?: {
7001
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7002
+ "x-access-token"?: string | undefined;
7003
+ } | undefined;
7004
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7005
+ data: {
7006
+ extensionInstanceSecret: string;
7007
+ };
7008
+ } & {
7009
+ pathParameters: {
7010
+ extensionInstanceId: string;
7011
+ };
7012
+ } & {
7013
+ headers?: Partial<{
7014
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7015
+ }>;
7016
+ } & {
7017
+ headers: {
7018
+ "x-access-token"?: string | undefined;
7019
+ } & Partial<{
7020
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7021
+ }>;
7022
+ }, import("@mittwald/api-client-commons").Response<{
7023
+ expiry: string;
7024
+ publicToken: string;
7025
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
7026
+ [x: string]: unknown;
7027
+ }, 400, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7028
+ data: {
7029
+ extensionInstanceSecret: string;
7030
+ };
7031
+ } & {
7032
+ pathParameters: {
6622
7033
  extensionInstanceId: string;
6623
7034
  };
6624
7035
  } & {
@@ -6807,23 +7218,25 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6807
7218
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6808
7219
  [x: string]: unknown;
6809
7220
  }, 429, "application/json">>>;
6810
- /** Create the OnboardingProcess of a Contributor. */
6811
- extensionCreateContributorOnboardingProcess: (request: {
7221
+ /** Change the context of an Extension. */
7222
+ extensionChangeContext: (request: {
6812
7223
  data: {
6813
- shippingCountryRestriction: "onlyDomestic";
7224
+ context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
6814
7225
  };
6815
7226
  contributorId: string;
7227
+ extensionId: string;
6816
7228
  headers?: {
6817
7229
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6818
7230
  "x-access-token"?: string | undefined;
6819
7231
  } | undefined;
6820
7232
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6821
7233
  data: {
6822
- shippingCountryRestriction: "onlyDomestic";
7234
+ context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
6823
7235
  };
6824
7236
  } & {
6825
7237
  pathParameters: {
6826
7238
  contributorId: string;
7239
+ extensionId: string;
6827
7240
  };
6828
7241
  } & {
6829
7242
  headers?: Partial<{
@@ -6836,21 +7249,21 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6836
7249
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6837
7250
  }>;
6838
7251
  }, import("@mittwald/api-client-commons").Response<{
6839
- contributorId?: string | undefined;
6840
- onboardingLink?: string | undefined;
6841
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6842
- [x: string]: unknown;
6843
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7252
+ cleaningUpInstances: boolean;
7253
+ currentContext: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
7254
+ id: string;
7255
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6844
7256
  [x: string]: unknown;
6845
7257
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6846
7258
  [x: string]: unknown;
6847
7259
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6848
7260
  data: {
6849
- shippingCountryRestriction: "onlyDomestic";
7261
+ context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
6850
7262
  };
6851
7263
  } & {
6852
7264
  pathParameters: {
6853
7265
  contributorId: string;
7266
+ extensionId: string;
6854
7267
  };
6855
7268
  } & {
6856
7269
  headers?: Partial<{
@@ -6863,82 +7276,91 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6863
7276
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6864
7277
  }>;
6865
7278
  }, import("@mittwald/api-client-commons").Response<{
6866
- contributorId?: string | undefined;
6867
- onboardingLink?: string | undefined;
6868
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6869
- [x: string]: unknown;
6870
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7279
+ cleaningUpInstances: boolean;
7280
+ currentContext: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
7281
+ id: string;
7282
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6871
7283
  [x: string]: unknown;
6872
7284
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6873
7285
  [x: string]: unknown;
6874
7286
  }, 429, "application/json">>>;
6875
- /** Get all open extension orders for given customer */
6876
- extensionGetCustomerExtensionInstanceOrders: (request: {
6877
- customerId: string;
7287
+ /** Consent to extension scopes. */
7288
+ extensionConsentToExtensionScopes: (request: {
7289
+ data: {
7290
+ consentedScopes: string[];
7291
+ };
7292
+ extensionInstanceId: string;
6878
7293
  headers?: {
6879
7294
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6880
7295
  "x-access-token"?: string | undefined;
6881
7296
  } | undefined;
6882
7297
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6883
- headers?: Partial<{
6884
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6885
- }>;
7298
+ data: {
7299
+ consentedScopes: string[];
7300
+ };
6886
7301
  } & {
6887
7302
  pathParameters: {
6888
- customerId: string;
7303
+ extensionInstanceId: string;
6889
7304
  };
7305
+ } & {
7306
+ headers?: Partial<{
7307
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7308
+ }>;
6890
7309
  } & {
6891
7310
  headers: {
6892
7311
  "x-access-token"?: string | undefined;
6893
7312
  } & Partial<{
6894
7313
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6895
7314
  }>;
6896
- }, import("@mittwald/api-client-commons").Response<{
6897
- extensionId?: string;
6898
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7315
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6899
7316
  [x: string]: unknown;
6900
7317
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6901
7318
  [x: string]: unknown;
6902
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6903
- [x: string]: unknown;
6904
7319
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6905
- headers?: Partial<{
6906
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6907
- }>;
7320
+ data: {
7321
+ consentedScopes: string[];
7322
+ };
6908
7323
  } & {
6909
7324
  pathParameters: {
6910
- customerId: string;
7325
+ extensionInstanceId: string;
6911
7326
  };
7327
+ } & {
7328
+ headers?: Partial<{
7329
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7330
+ }>;
6912
7331
  } & {
6913
7332
  headers: {
6914
7333
  "x-access-token"?: string | undefined;
6915
7334
  } & Partial<{
6916
7335
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6917
7336
  }>;
6918
- }, import("@mittwald/api-client-commons").Response<{
6919
- extensionId?: string;
6920
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7337
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6921
7338
  [x: string]: unknown;
6922
7339
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6923
7340
  [x: string]: unknown;
6924
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6925
- [x: string]: unknown;
6926
7341
  }, 429, "application/json">>>;
6927
- /** Get the Contract Strategy of an Extension Instance */
6928
- extensionGetExtensionInstanceContract: (request: {
6929
- extensionInstanceId: string;
7342
+ /** Create the OnboardingProcess of a Contributor. */
7343
+ extensionCreateContributorOnboardingProcess: (request: {
7344
+ data: {
7345
+ shippingCountryRestriction: "onlyDomestic";
7346
+ };
7347
+ contributorId: string;
6930
7348
  headers?: {
6931
7349
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6932
7350
  "x-access-token"?: string | undefined;
6933
7351
  } | undefined;
6934
7352
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6935
- headers?: Partial<{
6936
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6937
- }>;
7353
+ data: {
7354
+ shippingCountryRestriction: "onlyDomestic";
7355
+ };
6938
7356
  } & {
6939
7357
  pathParameters: {
6940
- extensionInstanceId: string;
7358
+ contributorId: string;
6941
7359
  };
7360
+ } & {
7361
+ headers?: Partial<{
7362
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7363
+ }>;
6942
7364
  } & {
6943
7365
  headers: {
6944
7366
  "x-access-token"?: string | undefined;
@@ -6946,25 +7368,26 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6946
7368
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6947
7369
  }>;
6948
7370
  }, import("@mittwald/api-client-commons").Response<{
6949
- currentPrice?: number | undefined;
6950
- interactionDeadline?: string | undefined;
6951
- interactionRequired: boolean;
6952
- status: "notStarted" | "pending" | "active" | "terminationPending";
6953
- terminationTargetDate?: string | undefined;
6954
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7371
+ contributorId?: string | undefined;
7372
+ onboardingLink?: string | undefined;
7373
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6955
7374
  [x: string]: unknown;
6956
7375
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6957
7376
  [x: string]: unknown;
6958
7377
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6959
7378
  [x: string]: unknown;
6960
7379
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6961
- headers?: Partial<{
6962
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6963
- }>;
7380
+ data: {
7381
+ shippingCountryRestriction: "onlyDomestic";
7382
+ };
6964
7383
  } & {
6965
7384
  pathParameters: {
6966
- extensionInstanceId: string;
7385
+ contributorId: string;
6967
7386
  };
7387
+ } & {
7388
+ headers?: Partial<{
7389
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7390
+ }>;
6968
7391
  } & {
6969
7392
  headers: {
6970
7393
  "x-access-token"?: string | undefined;
@@ -6972,81 +7395,113 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6972
7395
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6973
7396
  }>;
6974
7397
  }, import("@mittwald/api-client-commons").Response<{
6975
- currentPrice?: number | undefined;
6976
- interactionDeadline?: string | undefined;
6977
- interactionRequired: boolean;
6978
- status: "notStarted" | "pending" | "active" | "terminationPending";
6979
- terminationTargetDate?: string | undefined;
6980
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7398
+ contributorId?: string | undefined;
7399
+ onboardingLink?: string | undefined;
7400
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6981
7401
  [x: string]: unknown;
6982
7402
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6983
7403
  [x: string]: unknown;
6984
7404
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6985
7405
  [x: string]: unknown;
6986
7406
  }, 429, "application/json">>>;
6987
- /** Update or Create Contract for existing Extension Instances. */
6988
- extensionUpdateExtensionInstanceContract: (request: {
6989
- extensionInstanceId: string;
7407
+ /** List ExtensionInstances. */
7408
+ extensionListExtensionInstances: (request?: {
6990
7409
  headers?: {
6991
7410
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6992
7411
  "x-access-token"?: string | undefined;
6993
7412
  } | undefined;
6994
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7413
+ queryParameters?: {
7414
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7415
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
7416
+ contextId?: string | undefined;
7417
+ extensionId?: string | undefined;
7418
+ searchTerm?: string | undefined;
7419
+ limit?: number | undefined;
7420
+ skip?: number | undefined;
7421
+ page?: number | undefined;
7422
+ sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
7423
+ order?: ("asc" | "desc")[] | undefined;
7424
+ } | undefined;
7425
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6995
7426
  headers?: Partial<{
6996
7427
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6997
7428
  }>;
6998
7429
  } & {
6999
- pathParameters: {
7000
- extensionInstanceId: string;
7001
- };
7430
+ queryParameters: {
7431
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
7432
+ contextId?: string | undefined;
7433
+ extensionId?: string | undefined;
7434
+ searchTerm?: string | undefined;
7435
+ limit?: number | undefined;
7436
+ skip?: number | undefined;
7437
+ page?: number | undefined;
7438
+ sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
7439
+ order?: ("asc" | "desc")[] | undefined;
7440
+ } & Partial<{
7441
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7442
+ }>;
7002
7443
  } & {
7003
7444
  headers: {
7004
7445
  "x-access-token"?: string | undefined;
7005
7446
  } & Partial<{
7006
7447
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7007
7448
  }>;
7008
- }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7449
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7009
7450
  [x: string]: unknown;
7010
7451
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7011
7452
  [x: string]: unknown;
7012
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7013
- [x: string]: unknown;
7014
7453
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7015
7454
  headers?: Partial<{
7016
7455
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7017
7456
  }>;
7018
7457
  } & {
7019
- pathParameters: {
7020
- extensionInstanceId: string;
7021
- };
7458
+ queryParameters: {
7459
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
7460
+ contextId?: string | undefined;
7461
+ extensionId?: string | undefined;
7462
+ searchTerm?: string | undefined;
7463
+ limit?: number | undefined;
7464
+ skip?: number | undefined;
7465
+ page?: number | undefined;
7466
+ sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
7467
+ order?: ("asc" | "desc")[] | undefined;
7468
+ } & Partial<{
7469
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7470
+ }>;
7022
7471
  } & {
7023
7472
  headers: {
7024
7473
  "x-access-token"?: string | undefined;
7025
7474
  } & Partial<{
7026
7475
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7027
7476
  }>;
7028
- }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7477
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7029
7478
  [x: string]: unknown;
7030
7479
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7031
7480
  [x: string]: unknown;
7032
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7033
- [x: string]: unknown;
7034
7481
  }, 429, "application/json">>>;
7035
- /** Get all open extension orders for given project */
7036
- extensionGetProjectExtensionInstanceOrders: (request: {
7037
- projectId: string;
7482
+ /** Create an ExtensionInstance. */
7483
+ extensionCreateExtensionInstance: (request: {
7484
+ data: {
7485
+ consentedScopes: string[];
7486
+ context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
7487
+ contextId: string;
7488
+ extensionId: string;
7489
+ };
7038
7490
  headers?: {
7039
7491
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7040
7492
  "x-access-token"?: string | undefined;
7041
7493
  } | undefined;
7042
7494
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7495
+ data: {
7496
+ consentedScopes: string[];
7497
+ context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
7498
+ contextId: string;
7499
+ extensionId: string;
7500
+ };
7501
+ } & {
7043
7502
  headers?: Partial<{
7044
7503
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7045
7504
  }>;
7046
- } & {
7047
- pathParameters: {
7048
- projectId: string;
7049
- };
7050
7505
  } & {
7051
7506
  headers: {
7052
7507
  "x-access-token"?: string | undefined;
@@ -7054,21 +7509,29 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7054
7509
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7055
7510
  }>;
7056
7511
  }, import("@mittwald/api-client-commons").Response<{
7057
- extensionId?: string;
7058
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7512
+ id: string;
7513
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
7059
7514
  [x: string]: unknown;
7060
7515
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7516
+ message: string;
7517
+ type: string;
7518
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
7061
7519
  [x: string]: unknown;
7062
7520
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7063
7521
  [x: string]: unknown;
7522
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7523
+ [x: string]: unknown;
7064
7524
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7525
+ data: {
7526
+ consentedScopes: string[];
7527
+ context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
7528
+ contextId: string;
7529
+ extensionId: string;
7530
+ };
7531
+ } & {
7065
7532
  headers?: Partial<{
7066
7533
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7067
7534
  }>;
7068
- } & {
7069
- pathParameters: {
7070
- projectId: string;
7071
- };
7072
7535
  } & {
7073
7536
  headers: {
7074
7537
  "x-access-token"?: string | undefined;
@@ -7076,124 +7539,84 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7076
7539
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7077
7540
  }>;
7078
7541
  }, import("@mittwald/api-client-commons").Response<{
7079
- extensionId?: string;
7080
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7542
+ id: string;
7543
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
7081
7544
  [x: string]: unknown;
7082
7545
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7546
+ message: string;
7547
+ type: string;
7548
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
7083
7549
  [x: string]: unknown;
7084
7550
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7085
7551
  [x: string]: unknown;
7552
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7553
+ [x: string]: unknown;
7086
7554
  }, 429, "application/json">>>;
7087
- /** Order Extension with saved payment method */
7088
- extensionOrderExtension: (request: {
7089
- data: {
7090
- consentedScopes: string[];
7091
- customerId: string;
7092
- };
7093
- extensionId: string;
7555
+ /** Create an access token retrieval key for an extension instance. */
7556
+ extensionCreateRetrievalKey: (request: {
7557
+ extensionInstanceId: string;
7094
7558
  headers?: {
7095
7559
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7096
7560
  "x-access-token"?: string | undefined;
7097
7561
  } | undefined;
7098
- } | {
7099
- data: {
7100
- consentedScopes: string[];
7101
- projectId: string;
7562
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7563
+ headers?: Partial<{
7564
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7565
+ }>;
7566
+ } & {
7567
+ pathParameters: {
7568
+ extensionInstanceId: string;
7102
7569
  };
7103
- extensionId: string;
7104
- headers?: {
7105
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7106
- "x-access-token"?: string | undefined;
7107
- } | undefined;
7108
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<(({
7109
- data: {
7110
- consentedScopes: string[];
7111
- customerId: string;
7112
- };
7113
- } | {
7114
- data: {
7115
- consentedScopes: string[];
7116
- projectId: string;
7117
- };
7118
- }) & {
7119
- pathParameters: {
7120
- extensionId: string;
7121
- };
7122
- }) & {
7123
- headers?: Partial<{
7124
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7125
- }>;
7126
- } & {
7127
- headers: {
7570
+ } & {
7571
+ headers: {
7128
7572
  "x-access-token"?: string | undefined;
7129
7573
  } & Partial<{
7130
7574
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7131
7575
  }>;
7132
- }, import("@mittwald/api-client-commons").Response<{}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
7576
+ }, import("@mittwald/api-client-commons").Response<{
7577
+ accessTokenRetrievalKey: string;
7578
+ userId: string;
7579
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7133
7580
  [x: string]: unknown;
7134
7581
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7135
7582
  [x: string]: unknown;
7136
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7137
- [x: string]: unknown;
7138
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7139
- [x: string]: unknown;
7140
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<(({
7141
- data: {
7142
- consentedScopes: string[];
7143
- customerId: string;
7144
- };
7145
- } | {
7146
- data: {
7147
- consentedScopes: string[];
7148
- projectId: string;
7149
- };
7150
- }) & {
7151
- pathParameters: {
7152
- extensionId: string;
7153
- };
7154
- }) & {
7583
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7155
7584
  headers?: Partial<{
7156
7585
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7157
7586
  }>;
7587
+ } & {
7588
+ pathParameters: {
7589
+ extensionInstanceId: string;
7590
+ };
7158
7591
  } & {
7159
7592
  headers: {
7160
7593
  "x-access-token"?: string | undefined;
7161
7594
  } & Partial<{
7162
7595
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7163
7596
  }>;
7164
- }, import("@mittwald/api-client-commons").Response<{}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
7597
+ }, import("@mittwald/api-client-commons").Response<{
7598
+ accessTokenRetrievalKey: string;
7599
+ userId: string;
7600
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7165
7601
  [x: string]: unknown;
7166
7602
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7167
7603
  [x: string]: unknown;
7168
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7169
- [x: string]: unknown;
7170
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7171
- [x: string]: unknown;
7172
7604
  }, 429, "application/json">>>;
7173
- /** Creates or Updates Pricing for an Extension. */
7174
- extensionUpdateExtensionPricing: (request: {
7175
- extensionId: string;
7176
- contributorId: string;
7177
- data?: {
7178
- priceInCents?: number | undefined;
7179
- } | undefined;
7605
+ /** Get an ExtensionInstance. */
7606
+ extensionGetExtensionInstance: (request: {
7607
+ extensionInstanceId: string;
7180
7608
  headers?: {
7181
7609
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7182
7610
  "x-access-token"?: string | undefined;
7183
7611
  } | undefined;
7184
7612
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7185
- data: {
7186
- priceInCents?: number | undefined;
7187
- };
7188
- } & {
7189
- pathParameters: {
7190
- extensionId: string;
7191
- contributorId: string;
7192
- };
7193
- } & {
7194
7613
  headers?: Partial<{
7195
7614
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7196
7615
  }>;
7616
+ } & {
7617
+ pathParameters: {
7618
+ extensionInstanceId: string;
7619
+ };
7197
7620
  } & {
7198
7621
  headers: {
7199
7622
  "x-access-token"?: string | undefined;
@@ -7201,28 +7624,35 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7201
7624
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7202
7625
  }>;
7203
7626
  }, import("@mittwald/api-client-commons").Response<{
7204
- extensionId?: string | undefined;
7627
+ aggregateReference: {
7628
+ aggregate: string;
7629
+ domain: string;
7630
+ id: string;
7631
+ };
7632
+ chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
7633
+ consentedScopes: string[];
7634
+ contributorId: string;
7635
+ contributorName: string;
7636
+ createdAt?: string | undefined;
7637
+ disabled: boolean;
7638
+ extensionId: string;
7639
+ extensionName: string;
7640
+ extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
7641
+ id: string;
7642
+ pendingInstallation: boolean;
7643
+ pendingRemoval: boolean;
7205
7644
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7206
7645
  [x: string]: unknown;
7207
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7208
- [x: string]: unknown;
7209
7646
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7210
7647
  [x: string]: unknown;
7211
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7212
- [x: string]: unknown;
7213
7648
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7214
- data: {
7215
- priceInCents?: number | undefined;
7216
- };
7217
- } & {
7218
- pathParameters: {
7219
- extensionId: string;
7220
- contributorId: string;
7221
- };
7222
- } & {
7223
7649
  headers?: Partial<{
7224
7650
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7225
7651
  }>;
7652
+ } & {
7653
+ pathParameters: {
7654
+ extensionInstanceId: string;
7655
+ };
7226
7656
  } & {
7227
7657
  headers: {
7228
7658
  "x-access-token"?: string | undefined;
@@ -7230,19 +7660,31 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7230
7660
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7231
7661
  }>;
7232
7662
  }, import("@mittwald/api-client-commons").Response<{
7233
- extensionId?: string | undefined;
7663
+ aggregateReference: {
7664
+ aggregate: string;
7665
+ domain: string;
7666
+ id: string;
7667
+ };
7668
+ chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
7669
+ consentedScopes: string[];
7670
+ contributorId: string;
7671
+ contributorName: string;
7672
+ createdAt?: string | undefined;
7673
+ disabled: boolean;
7674
+ extensionId: string;
7675
+ extensionName: string;
7676
+ extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
7677
+ id: string;
7678
+ pendingInstallation: boolean;
7679
+ pendingRemoval: boolean;
7234
7680
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7235
7681
  [x: string]: unknown;
7236
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7237
- [x: string]: unknown;
7238
7682
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7239
7683
  [x: string]: unknown;
7240
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7241
- [x: string]: unknown;
7242
7684
  }, 429, "application/json">>>;
7243
- /** Get payment method details */
7244
- customerGetPaymentMethod: (request: {
7245
- customerId: string;
7685
+ /** Delete a free ExtensionInstance. If the Extension is chargable the contract must be terminated instead. */
7686
+ extensionDeleteExtensionInstance: (request: {
7687
+ extensionInstanceId: string;
7246
7688
  headers?: {
7247
7689
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7248
7690
  "x-access-token"?: string | undefined;
@@ -7253,7 +7695,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7253
7695
  }>;
7254
7696
  } & {
7255
7697
  pathParameters: {
7256
- customerId: string;
7698
+ extensionInstanceId: string;
7257
7699
  };
7258
7700
  } & {
7259
7701
  headers: {
@@ -7262,23 +7704,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7262
7704
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7263
7705
  }>;
7264
7706
  }, import("@mittwald/api-client-commons").Response<{
7265
- cardDetails?: {
7266
- brand: string;
7267
- last4: string;
7268
- } | undefined;
7269
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7270
7707
  [x: string]: unknown;
7271
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7708
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
7272
7709
  [x: string]: unknown;
7273
7710
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7274
7711
  [x: string]: unknown;
7712
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7713
+ [x: string]: unknown;
7275
7714
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7276
7715
  headers?: Partial<{
7277
7716
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7278
7717
  }>;
7279
7718
  } & {
7280
7719
  pathParameters: {
7281
- customerId: string;
7720
+ extensionInstanceId: string;
7282
7721
  };
7283
7722
  } & {
7284
7723
  headers: {
@@ -7287,39 +7726,31 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7287
7726
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7288
7727
  }>;
7289
7728
  }, import("@mittwald/api-client-commons").Response<{
7290
- cardDetails?: {
7291
- brand: string;
7292
- last4: string;
7293
- } | undefined;
7294
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7295
7729
  [x: string]: unknown;
7296
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7730
+ }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
7297
7731
  [x: string]: unknown;
7298
7732
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7299
7733
  [x: string]: unknown;
7734
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7735
+ [x: string]: unknown;
7300
7736
  }, 429, "application/json">>>;
7301
- /** Get the link to update the marketplace payment method */
7302
- customerUpdatePaymentMethod: (request: {
7303
- customerId: string;
7304
- data?: {
7305
- customReturnUrl?: string | undefined;
7306
- } | undefined;
7737
+ /** Get Extension of own contributor. */
7738
+ extensionGetOwnExtension: (request: {
7739
+ contributorId: string;
7740
+ extensionId: string;
7307
7741
  headers?: {
7308
7742
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7309
7743
  "x-access-token"?: string | undefined;
7310
7744
  } | undefined;
7311
7745
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7312
- data: {
7313
- customReturnUrl?: string | undefined;
7314
- };
7315
- } & {
7316
- pathParameters: {
7317
- customerId: string;
7318
- };
7319
- } & {
7320
7746
  headers?: Partial<{
7321
7747
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7322
7748
  }>;
7749
+ } & {
7750
+ pathParameters: {
7751
+ contributorId: string;
7752
+ extensionId: string;
7753
+ };
7323
7754
  } & {
7324
7755
  headers: {
7325
7756
  "x-access-token"?: string | undefined;
@@ -7327,25 +7758,56 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7327
7758
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7328
7759
  }>;
7329
7760
  }, import("@mittwald/api-client-commons").Response<{
7330
- url?: string | undefined;
7761
+ assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
7762
+ backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
7763
+ blocked?: boolean | undefined;
7764
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
7765
+ contributorId: string;
7766
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
7767
+ description?: string | undefined;
7768
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
7769
+ disabled?: boolean | undefined;
7770
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
7771
+ frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
7772
+ frontendFragments?: {
7773
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
7774
+ } | undefined;
7775
+ functional: boolean;
7776
+ id: string;
7777
+ logoRefId?: string | undefined;
7778
+ name: string;
7779
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy | undefined;
7780
+ published: boolean;
7781
+ requestedChanges?: {
7782
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
7783
+ scopes?: string[];
7784
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
7785
+ } | undefined;
7786
+ scopes?: string[] | undefined;
7787
+ secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
7788
+ state?: "enabled" | "blocked" | "disabled" | undefined;
7789
+ statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
7790
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
7791
+ support?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
7792
+ inherited: boolean;
7793
+ }) | undefined;
7794
+ tags?: string[] | undefined;
7795
+ verificationRequested: boolean;
7796
+ verified: boolean;
7797
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
7331
7798
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7332
7799
  [x: string]: unknown;
7333
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7334
- [x: string]: unknown;
7335
7800
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7336
7801
  [x: string]: unknown;
7337
7802
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7338
- data: {
7339
- customReturnUrl?: string | undefined;
7340
- };
7341
- } & {
7342
- pathParameters: {
7343
- customerId: string;
7344
- };
7345
- } & {
7346
7803
  headers?: Partial<{
7347
7804
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7348
7805
  }>;
7806
+ } & {
7807
+ pathParameters: {
7808
+ contributorId: string;
7809
+ extensionId: string;
7810
+ };
7349
7811
  } & {
7350
7812
  headers: {
7351
7813
  "x-access-token"?: string | undefined;
@@ -7353,170 +7815,72 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7353
7815
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7354
7816
  }>;
7355
7817
  }, import("@mittwald/api-client-commons").Response<{
7356
- url?: string | undefined;
7357
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7358
- [x: string]: unknown;
7359
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7360
- [x: string]: unknown;
7361
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7362
- [x: string]: unknown;
7363
- }, 429, "application/json">>>;
7364
- /** List ContractPartners of the contributor. */
7365
- contributorListContractPartnersOfContributor: (request: {
7366
- contributorId: string;
7367
- headers?: {
7368
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7369
- "x-access-token"?: string | undefined;
7370
- } | undefined;
7371
- queryParameters?: {
7372
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7373
- extensionId?: string | undefined;
7374
- extensionInstanceId?: string | undefined;
7375
- } | undefined;
7376
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7377
- headers?: Partial<{
7378
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7379
- }>;
7380
- } & {
7381
- pathParameters: {
7382
- contributorId: string;
7383
- };
7384
- } & {
7385
- queryParameters: {
7386
- extensionId?: string | undefined;
7387
- extensionInstanceId?: string | undefined;
7388
- } & Partial<{
7389
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7390
- }>;
7391
- } & {
7392
- headers: {
7393
- "x-access-token"?: string | undefined;
7394
- } & Partial<{
7395
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7396
- }>;
7397
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7398
- [x: string]: unknown;
7399
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7400
- headers?: Partial<{
7401
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7402
- }>;
7403
- } & {
7404
- pathParameters: {
7405
- contributorId: string;
7406
- };
7407
- } & {
7408
- queryParameters: {
7409
- extensionId?: string | undefined;
7410
- extensionInstanceId?: string | undefined;
7411
- } & Partial<{
7412
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7413
- }>;
7414
- } & {
7415
- headers: {
7416
- "x-access-token"?: string | undefined;
7417
- } & Partial<{
7418
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7419
- }>;
7420
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractPartner[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7421
- [x: string]: unknown;
7422
- }, 429, "application/json">>>;
7423
- /** Get the public key to verify the webhook signature. */
7424
- extensionGetPublicKey: (request: {
7425
- serial: string;
7426
- headers?: {
7427
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7818
+ assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
7819
+ backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
7820
+ blocked?: boolean | undefined;
7821
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
7822
+ contributorId: string;
7823
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
7824
+ description?: string | undefined;
7825
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
7826
+ disabled?: boolean | undefined;
7827
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
7828
+ frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
7829
+ frontendFragments?: {
7830
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
7428
7831
  } | undefined;
7429
- queryParameters?: {
7430
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7431
- purpose?: "webhook" | "session_token" | undefined;
7432
- format?: "raw" | "spki" | undefined;
7832
+ functional: boolean;
7833
+ id: string;
7834
+ logoRefId?: string | undefined;
7835
+ name: string;
7836
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy | undefined;
7837
+ published: boolean;
7838
+ requestedChanges?: {
7839
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
7840
+ scopes?: string[];
7841
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
7433
7842
  } | undefined;
7434
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7435
- headers?: Partial<{
7436
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7437
- }>;
7438
- } & {
7439
- pathParameters: {
7440
- serial: string;
7441
- };
7442
- } & {
7443
- queryParameters: {
7444
- purpose?: "webhook" | "session_token" | undefined;
7445
- format?: "raw" | "spki" | undefined;
7446
- } & Partial<{
7447
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7448
- }>;
7449
- }, import("@mittwald/api-client-commons").Response<{
7450
- algorithm: string;
7451
- key: string;
7452
- serial: string;
7453
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7454
- [x: string]: unknown;
7455
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7456
- [x: string]: unknown;
7457
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7458
- headers?: Partial<{
7459
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7460
- }>;
7461
- } & {
7462
- pathParameters: {
7463
- serial: string;
7464
- };
7465
- } & {
7466
- queryParameters: {
7467
- purpose?: "webhook" | "session_token" | undefined;
7468
- format?: "raw" | "spki" | undefined;
7469
- } & Partial<{
7470
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7471
- }>;
7472
- }, import("@mittwald/api-client-commons").Response<{
7473
- algorithm: string;
7474
- key: string;
7475
- serial: string;
7843
+ scopes?: string[] | undefined;
7844
+ secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
7845
+ state?: "enabled" | "blocked" | "disabled" | undefined;
7846
+ statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
7847
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
7848
+ support?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
7849
+ inherited: boolean;
7850
+ }) | undefined;
7851
+ tags?: string[] | undefined;
7852
+ verificationRequested: boolean;
7853
+ verified: boolean;
7854
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
7476
7855
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7477
7856
  [x: string]: unknown;
7478
7857
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7479
7858
  [x: string]: unknown;
7480
7859
  }, 429, "application/json">>>;
7481
- /** Remove an asset of an extension. */
7482
- extensionRemoveAsset: (request: {
7860
+ /** Delete an extension. */
7861
+ extensionDeleteExtension: (request: {
7483
7862
  contributorId: string;
7484
7863
  extensionId: string;
7485
- assetRefId: string;
7864
+ data?: {
7865
+ reason?: string | undefined;
7866
+ } | undefined;
7486
7867
  headers?: {
7487
7868
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7488
7869
  "x-access-token"?: string | undefined;
7489
7870
  } | undefined;
7490
7871
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7491
- headers?: Partial<{
7492
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7493
- }>;
7872
+ data: {
7873
+ reason?: string | undefined;
7874
+ };
7494
7875
  } & {
7495
7876
  pathParameters: {
7496
7877
  contributorId: string;
7497
7878
  extensionId: string;
7498
- assetRefId: string;
7499
7879
  };
7500
7880
  } & {
7501
- headers: {
7502
- "x-access-token"?: string | undefined;
7503
- } & Partial<{
7504
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7505
- }>;
7506
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7507
- [x: string]: unknown;
7508
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7509
- [x: string]: unknown;
7510
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7511
7881
  headers?: Partial<{
7512
7882
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7513
7883
  }>;
7514
- } & {
7515
- pathParameters: {
7516
- contributorId: string;
7517
- extensionId: string;
7518
- assetRefId: string;
7519
- };
7520
7884
  } & {
7521
7885
  headers: {
7522
7886
  "x-access-token"?: string | undefined;
@@ -7527,107 +7891,117 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7527
7891
  [x: string]: unknown;
7528
7892
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7529
7893
  [x: string]: unknown;
7530
- }, 429, "application/json">>>;
7531
- /** Get the ExtensionInstance of a specific customer and extension, if existing. */
7532
- extensionGetExtensionInstanceForCustomer: (request: {
7533
- customerId: string;
7534
- extensionId: string;
7535
- headers?: {
7536
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7537
- "x-access-token"?: string | undefined;
7538
- } | undefined;
7539
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7540
- headers?: Partial<{
7541
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7542
- }>;
7894
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7895
+ data: {
7896
+ reason?: string | undefined;
7897
+ };
7543
7898
  } & {
7544
7899
  pathParameters: {
7545
- customerId: string;
7900
+ contributorId: string;
7546
7901
  extensionId: string;
7547
7902
  };
7548
7903
  } & {
7549
- headers: {
7550
- "x-access-token"?: string | undefined;
7551
- } & Partial<{
7552
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7553
- }>;
7554
- }, import("@mittwald/api-client-commons").Response<{
7555
- aggregateReference: {
7556
- aggregate: string;
7557
- domain: string;
7558
- id: string;
7559
- };
7560
- chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
7561
- consentedScopes: string[];
7562
- contributorId: string;
7563
- contributorName: string;
7564
- createdAt?: string | undefined;
7565
- disabled: boolean;
7566
- extensionId: string;
7567
- extensionName: string;
7568
- extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
7569
- id: string;
7570
- pendingInstallation: boolean;
7571
- pendingRemoval: boolean;
7572
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7573
- [x: string]: unknown;
7574
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7575
- [x: string]: unknown;
7576
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7577
7904
  headers?: Partial<{
7578
7905
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7579
7906
  }>;
7580
- } & {
7581
- pathParameters: {
7582
- customerId: string;
7583
- extensionId: string;
7584
- };
7585
7907
  } & {
7586
7908
  headers: {
7587
7909
  "x-access-token"?: string | undefined;
7588
7910
  } & Partial<{
7589
7911
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7590
7912
  }>;
7591
- }, import("@mittwald/api-client-commons").Response<{
7592
- aggregateReference: {
7593
- aggregate: string;
7594
- domain: string;
7595
- id: string;
7596
- };
7597
- chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
7598
- consentedScopes: string[];
7599
- contributorId: string;
7600
- contributorName: string;
7601
- createdAt?: string | undefined;
7602
- disabled: boolean;
7603
- extensionId: string;
7604
- extensionName: string;
7605
- extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
7606
- id: string;
7607
- pendingInstallation: boolean;
7608
- pendingRemoval: boolean;
7609
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7913
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7610
7914
  [x: string]: unknown;
7611
7915
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7612
7916
  [x: string]: unknown;
7613
7917
  }, 429, "application/json">>>;
7614
- /** Generate an Extension secret for the given Extension. */
7615
- extensionGenerateExtensionSecret: (request: {
7918
+ /** Patch Extension. */
7919
+ extensionPatchExtension: (request: {
7616
7920
  contributorId: string;
7617
7921
  extensionId: string;
7922
+ data?: {
7923
+ assets?: string[] | undefined;
7924
+ deprecation?: {
7925
+ deprecatedAt: string;
7926
+ note?: string | undefined;
7927
+ successorId?: string | undefined;
7928
+ } | undefined;
7929
+ description?: string | undefined;
7930
+ detailedDescriptions?: {
7931
+ de: {
7932
+ markdown: string;
7933
+ plain?: string | undefined;
7934
+ };
7935
+ en?: {
7936
+ markdown: string;
7937
+ plain?: string | undefined;
7938
+ } | undefined;
7939
+ } | undefined;
7940
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
7941
+ frontendFragments?: {
7942
+ [x: string]: {
7943
+ url: string;
7944
+ additionalProperties?: {
7945
+ [x: string]: string;
7946
+ } | undefined;
7947
+ };
7948
+ } | undefined;
7949
+ name?: string | undefined;
7950
+ scopes?: string[] | undefined;
7951
+ subTitle?: {
7952
+ de: string;
7953
+ en?: string | undefined;
7954
+ } | undefined;
7955
+ support?: {
7956
+ email: string;
7957
+ phone?: string | undefined;
7958
+ } | undefined;
7959
+ tags?: string[] | undefined;
7960
+ webhookUrls?: {
7961
+ extensionAddedToContext: {
7962
+ url: string;
7963
+ };
7964
+ extensionInstanceRemovedFromContext: {
7965
+ url: string;
7966
+ };
7967
+ extensionInstanceSecretRotated: {
7968
+ url: string;
7969
+ };
7970
+ extensionInstanceUpdated: {
7971
+ url: string;
7972
+ };
7973
+ } | undefined;
7974
+ } | undefined;
7618
7975
  headers?: {
7619
7976
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7620
7977
  "x-access-token"?: string | undefined;
7621
7978
  } | undefined;
7622
7979
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7623
- headers?: Partial<{
7624
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7625
- }>;
7980
+ data: {
7981
+ assets?: string[] | undefined;
7982
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
7983
+ description?: string | undefined;
7984
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
7985
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
7986
+ frontendFragments?: {
7987
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
7988
+ } | undefined;
7989
+ name?: string | undefined;
7990
+ scopes?: string[] | undefined;
7991
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
7992
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
7993
+ tags?: string[] | undefined;
7994
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
7995
+ };
7626
7996
  } & {
7627
7997
  pathParameters: {
7628
7998
  contributorId: string;
7629
7999
  extensionId: string;
7630
8000
  };
8001
+ } & {
8002
+ headers?: Partial<{
8003
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8004
+ }>;
7631
8005
  } & {
7632
8006
  headers: {
7633
8007
  "x-access-token"?: string | undefined;
@@ -7635,25 +8009,77 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7635
8009
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7636
8010
  }>;
7637
8011
  }, import("@mittwald/api-client-commons").Response<{
7638
- secret: string;
7639
- secretId: string;
8012
+ assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
8013
+ backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
8014
+ blocked?: boolean | undefined;
8015
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8016
+ contributorId: string;
8017
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
8018
+ description?: string | undefined;
8019
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
8020
+ disabled?: boolean | undefined;
8021
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
8022
+ frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
8023
+ frontendFragments?: {
8024
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
8025
+ } | undefined;
8026
+ functional: boolean;
8027
+ id: string;
8028
+ logoRefId?: string | undefined;
8029
+ name: string;
8030
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy | undefined;
8031
+ published: boolean;
8032
+ requestedChanges?: {
8033
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
8034
+ scopes?: string[];
8035
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
8036
+ } | undefined;
8037
+ scopes?: string[] | undefined;
8038
+ secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
8039
+ state?: "enabled" | "blocked" | "disabled" | undefined;
8040
+ statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
8041
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
8042
+ support?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
8043
+ inherited: boolean;
8044
+ }) | undefined;
8045
+ tags?: string[] | undefined;
8046
+ verificationRequested: boolean;
8047
+ verified: boolean;
8048
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
7640
8049
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7641
8050
  [x: string]: unknown;
7642
8051
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7643
8052
  [x: string]: unknown;
7644
8053
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7645
8054
  [x: string]: unknown;
7646
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8055
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
7647
8056
  [x: string]: unknown;
7648
8057
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7649
- headers?: Partial<{
7650
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7651
- }>;
8058
+ data: {
8059
+ assets?: string[] | undefined;
8060
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
8061
+ description?: string | undefined;
8062
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
8063
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
8064
+ frontendFragments?: {
8065
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
8066
+ } | undefined;
8067
+ name?: string | undefined;
8068
+ scopes?: string[] | undefined;
8069
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
8070
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
8071
+ tags?: string[] | undefined;
8072
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
8073
+ };
7652
8074
  } & {
7653
8075
  pathParameters: {
7654
8076
  contributorId: string;
7655
8077
  extensionId: string;
7656
8078
  };
8079
+ } & {
8080
+ headers?: Partial<{
8081
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8082
+ }>;
7657
8083
  } & {
7658
8084
  headers: {
7659
8085
  "x-access-token"?: string | undefined;
@@ -7661,15 +8087,50 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7661
8087
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7662
8088
  }>;
7663
8089
  }, import("@mittwald/api-client-commons").Response<{
7664
- secret: string;
7665
- secretId: string;
8090
+ assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
8091
+ backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
8092
+ blocked?: boolean | undefined;
8093
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8094
+ contributorId: string;
8095
+ deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
8096
+ description?: string | undefined;
8097
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
8098
+ disabled?: boolean | undefined;
8099
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
8100
+ frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
8101
+ frontendFragments?: {
8102
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
8103
+ } | undefined;
8104
+ functional: boolean;
8105
+ id: string;
8106
+ logoRefId?: string | undefined;
8107
+ name: string;
8108
+ pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy | undefined;
8109
+ published: boolean;
8110
+ requestedChanges?: {
8111
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
8112
+ scopes?: string[];
8113
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
8114
+ } | undefined;
8115
+ scopes?: string[] | undefined;
8116
+ secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
8117
+ state?: "enabled" | "blocked" | "disabled" | undefined;
8118
+ statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
8119
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
8120
+ support?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
8121
+ inherited: boolean;
8122
+ }) | undefined;
8123
+ tags?: string[] | undefined;
8124
+ verificationRequested: boolean;
8125
+ verified: boolean;
8126
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
7666
8127
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7667
8128
  [x: string]: unknown;
7668
8129
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7669
8130
  [x: string]: unknown;
7670
8131
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7671
8132
  [x: string]: unknown;
7672
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8133
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
7673
8134
  [x: string]: unknown;
7674
8135
  }, 429, "application/json">>>;
7675
8136
  /** Disable an ExtensionInstance. */
@@ -7720,101 +8181,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7720
8181
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7721
8182
  [x: string]: unknown;
7722
8183
  }, 429, "application/json">>>;
7723
- /** Create an access token retrieval key for an extension instance. */
7724
- extensionCreateRetrievalKey: (request: {
8184
+ /** Dry run a webhook with random or given values. */
8185
+ extensionDryRunWebhook: (request: {
8186
+ contributorId: string;
8187
+ extensionId: string;
7725
8188
  extensionInstanceId: string;
8189
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
7726
8190
  headers?: {
7727
8191
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7728
8192
  "x-access-token"?: string | undefined;
7729
8193
  } | undefined;
7730
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7731
- headers?: Partial<{
7732
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7733
- }>;
7734
- } & {
7735
- pathParameters: {
7736
- extensionInstanceId: string;
7737
- };
7738
- } & {
7739
- headers: {
7740
- "x-access-token"?: string | undefined;
7741
- } & Partial<{
7742
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7743
- }>;
7744
- }, import("@mittwald/api-client-commons").Response<{
7745
- accessTokenRetrievalKey: string;
7746
- userId: string;
7747
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7748
- [x: string]: unknown;
7749
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7750
- [x: string]: unknown;
7751
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7752
- headers?: Partial<{
7753
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7754
- }>;
7755
- } & {
7756
- pathParameters: {
7757
- extensionInstanceId: string;
7758
- };
7759
- } & {
7760
- headers: {
7761
- "x-access-token"?: string | undefined;
7762
- } & Partial<{
7763
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7764
- }>;
7765
- }, import("@mittwald/api-client-commons").Response<{
7766
- accessTokenRetrievalKey: string;
7767
- userId: string;
7768
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7769
- [x: string]: unknown;
7770
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7771
- [x: string]: unknown;
7772
- }, 429, "application/json">>>;
7773
- /** List Contributors. */
7774
- extensionListContributors: (request?: {
7775
- headers?: {
7776
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7777
- } | undefined;
7778
8194
  queryParameters?: {
7779
8195
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7780
- limit?: number | undefined;
7781
- skip?: number | undefined;
7782
- page?: number | undefined;
7783
- } | undefined;
7784
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7785
- headers?: Partial<{
7786
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7787
- }>;
7788
- } & {
7789
- queryParameters: {
7790
- limit?: number | undefined;
7791
- skip?: number | undefined;
7792
- page?: number | undefined;
7793
- } & Partial<{
7794
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7795
- }>;
7796
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributor[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7797
- [x: string]: unknown;
7798
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7799
- headers?: Partial<{
7800
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7801
- }>;
7802
- } & {
7803
- queryParameters: {
7804
- limit?: number | undefined;
7805
- skip?: number | undefined;
7806
- page?: number | undefined;
7807
- } & Partial<{
7808
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7809
- }>;
7810
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributor[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7811
- [x: string]: unknown;
7812
- }, 429, "application/json">>>;
7813
- /** Get a Contributor. */
7814
- extensionGetContributor: (request: {
7815
- contributorId: string;
7816
- headers?: {
7817
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8196
+ contextId?: string | undefined;
8197
+ scopes?: string[] | undefined;
8198
+ instanceDisabled?: boolean | undefined;
8199
+ createdAt?: string | undefined;
8200
+ secret?: string | undefined;
7818
8201
  } | undefined;
7819
8202
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7820
8203
  headers?: Partial<{
@@ -7823,136 +8206,56 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7823
8206
  } & {
7824
8207
  pathParameters: {
7825
8208
  contributorId: string;
8209
+ extensionId: string;
8210
+ extensionInstanceId: string;
8211
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
7826
8212
  };
7827
- }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7828
- [x: string]: unknown;
7829
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7830
- [x: string]: unknown;
7831
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7832
- headers?: Partial<{
7833
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7834
- }>;
7835
- } & {
7836
- pathParameters: {
7837
- contributorId: string;
7838
- };
7839
- }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ContributorsContributorId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7840
- [x: string]: unknown;
7841
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7842
- [x: string]: unknown;
7843
- }, 429, "application/json">>>;
7844
- /** Patch Contributor. */
7845
- contributorPatchContributor: (request: {
7846
- contributorId: string;
7847
- data?: {
7848
- contactPersonUserId?: string | undefined;
7849
- descriptions?: {
7850
- de: string;
7851
- en?: string | undefined;
7852
- } | undefined;
7853
- deviatingContractOwner?: {
7854
- contact: {
7855
- salutation: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation;
7856
- address: {
7857
- street: string;
7858
- houseNumber: string;
7859
- city: string;
7860
- zip: string;
7861
- countryCode: string;
7862
- addressPrefix?: string | undefined;
7863
- };
7864
- firstName?: string | undefined;
7865
- lastName?: string | undefined;
7866
- title?: string | undefined;
7867
- company?: string | undefined;
7868
- emailAddress?: string | undefined;
7869
- phoneNumbers?: string[] | undefined;
7870
- useFormalTerm?: boolean | undefined;
7871
- };
7872
- inherited: boolean;
7873
- } | undefined;
7874
- deviatingName?: string | undefined;
7875
- deviatingSupportInformation?: {
7876
- email: string;
7877
- phone?: string | undefined;
7878
- } | undefined;
7879
- homepage?: string | undefined;
7880
- imprint?: {
7881
- text: string;
7882
- } | {
7883
- url: string;
7884
- } | undefined;
7885
- } | undefined;
7886
- headers?: {
7887
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7888
- "x-access-token"?: string | undefined;
7889
- } | undefined;
7890
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7891
- data: {
7892
- contactPersonUserId?: string | undefined;
7893
- descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
7894
- deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
7895
- deviatingName?: string | undefined;
7896
- deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
7897
- homepage?: string | undefined;
7898
- imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
7899
- };
7900
- } & {
7901
- pathParameters: {
7902
- contributorId: string;
7903
- };
7904
- } & {
7905
- headers?: Partial<{
7906
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7907
- }>;
7908
8213
  } & {
7909
- headers: {
7910
- "x-access-token"?: string | undefined;
7911
- } & Partial<{
7912
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7913
- }>;
7914
- }, import("@mittwald/api-client-commons").Response<{
7915
- contactPersonUserId: string;
7916
- contractOwner: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
7917
- contributorNumber: string;
7918
- customerId: string;
7919
- description?: string | undefined;
7920
- descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
7921
- email: string;
7922
- homepage?: string | undefined;
7923
- id: string;
7924
- imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
7925
- logoRefId?: string | undefined;
7926
- name: string;
7927
- nameInherited: boolean;
7928
- phone?: string | undefined;
7929
- state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
7930
- supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
7931
- inherited: boolean;
7932
- };
7933
- url?: string | undefined;
8214
+ queryParameters: {
8215
+ contextId?: string | undefined;
8216
+ scopes?: string[] | undefined;
8217
+ instanceDisabled?: boolean | undefined;
8218
+ createdAt?: string | undefined;
8219
+ secret?: string | undefined;
8220
+ } & Partial<{
8221
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8222
+ }>;
8223
+ } & {
8224
+ headers: {
8225
+ "x-access-token"?: string | undefined;
8226
+ } & Partial<{
8227
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8228
+ }>;
8229
+ }, import("@mittwald/api-client-commons").Response<{
8230
+ errorMessage?: string | undefined;
8231
+ responseBody?: string | undefined;
8232
+ responseCode?: number | undefined;
8233
+ responseHeaders?: string | undefined;
8234
+ routeCalled: string;
8235
+ successful: boolean;
7934
8236
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7935
8237
  [x: string]: unknown;
7936
8238
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7937
8239
  [x: string]: unknown;
7938
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7939
- [x: string]: unknown;
7940
8240
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7941
- data: {
7942
- contactPersonUserId?: string | undefined;
7943
- descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
7944
- deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner | undefined;
7945
- deviatingName?: string | undefined;
7946
- deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
7947
- homepage?: string | undefined;
7948
- imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
7949
- };
8241
+ headers?: Partial<{
8242
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8243
+ }>;
7950
8244
  } & {
7951
8245
  pathParameters: {
7952
8246
  contributorId: string;
8247
+ extensionId: string;
8248
+ extensionInstanceId: string;
8249
+ webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
7953
8250
  };
7954
8251
  } & {
7955
- headers?: Partial<{
8252
+ queryParameters: {
8253
+ contextId?: string | undefined;
8254
+ scopes?: string[] | undefined;
8255
+ instanceDisabled?: boolean | undefined;
8256
+ createdAt?: string | undefined;
8257
+ secret?: string | undefined;
8258
+ } & Partial<{
7956
8259
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7957
8260
  }>;
7958
8261
  } & {
@@ -7962,31 +8265,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7962
8265
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7963
8266
  }>;
7964
8267
  }, import("@mittwald/api-client-commons").Response<{
7965
- contactPersonUserId: string;
7966
- contractOwner: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContractOwner;
7967
- contributorNumber: string;
7968
- customerId: string;
7969
- description?: string | undefined;
7970
- descriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceLocalizedDescription | undefined;
7971
- email: string;
7972
- homepage?: string | undefined;
7973
- id: string;
7974
- imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
7975
- logoRefId?: string | undefined;
7976
- name: string;
7977
- nameInherited: boolean;
7978
- phone?: string | undefined;
7979
- state: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorState;
7980
- supportInformation: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
7981
- inherited: boolean;
7982
- };
7983
- url?: string | undefined;
8268
+ errorMessage?: string | undefined;
8269
+ responseBody?: string | undefined;
8270
+ responseCode?: number | undefined;
8271
+ responseHeaders?: string | undefined;
8272
+ routeCalled: string;
8273
+ successful: boolean;
7984
8274
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7985
8275
  [x: string]: unknown;
7986
8276
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7987
8277
  [x: string]: unknown;
7988
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7989
- [x: string]: unknown;
7990
8278
  }, 429, "application/json">>>;
7991
8279
  /** Enable an ExtensionInstance. */
7992
8280
  extensionEnableExtensionInstance: (request: {
@@ -8036,54 +8324,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8036
8324
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8037
8325
  [x: string]: unknown;
8038
8326
  }, 429, "application/json">>>;
8039
- /** List Scopes. */
8040
- extensionListScopes: (request?: {
8041
- headers?: {
8042
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8043
- } | undefined;
8044
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8045
- headers?: Partial<{
8046
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8047
- }>;
8048
- }, import("@mittwald/api-client-commons").Response<{
8049
- name: string;
8050
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8051
- [x: string]: unknown;
8052
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8053
- headers?: Partial<{
8054
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8055
- }>;
8056
- }, import("@mittwald/api-client-commons").Response<{
8057
- name: string;
8058
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8059
- [x: string]: unknown;
8060
- }, 429, "application/json">>>;
8061
- /** Rotate the secret for an extension instance. */
8062
- contributorRotateSecretForExtensionInstance: (request: {
8327
+ /** Generate an Extension secret for the given Extension. */
8328
+ extensionGenerateExtensionSecret: (request: {
8063
8329
  contributorId: string;
8064
8330
  extensionId: string;
8065
- extensionInstanceId: string;
8066
- data?: {
8067
- allowWebhookFailure?: boolean | undefined;
8068
- } | undefined;
8069
8331
  headers?: {
8070
8332
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8071
8333
  "x-access-token"?: string | undefined;
8072
8334
  } | undefined;
8073
8335
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8074
- data: {
8075
- allowWebhookFailure?: boolean | undefined;
8076
- };
8336
+ headers?: Partial<{
8337
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8338
+ }>;
8077
8339
  } & {
8078
8340
  pathParameters: {
8079
8341
  contributorId: string;
8080
8342
  extensionId: string;
8081
- extensionInstanceId: string;
8082
8343
  };
8083
- } & {
8084
- headers?: Partial<{
8085
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8086
- }>;
8087
8344
  } & {
8088
8345
  headers: {
8089
8346
  "x-access-token"?: string | undefined;
@@ -8092,30 +8349,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8092
8349
  }>;
8093
8350
  }, import("@mittwald/api-client-commons").Response<{
8094
8351
  secret: string;
8095
- webhookResult: {
8096
- failure: boolean;
8097
- statusCode?: string;
8098
- };
8352
+ secretId: string;
8099
8353
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8100
8354
  [x: string]: unknown;
8101
8355
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8102
8356
  [x: string]: unknown;
8103
8357
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8104
8358
  [x: string]: unknown;
8359
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8360
+ [x: string]: unknown;
8105
8361
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8106
- data: {
8107
- allowWebhookFailure?: boolean | undefined;
8108
- };
8362
+ headers?: Partial<{
8363
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8364
+ }>;
8109
8365
  } & {
8110
8366
  pathParameters: {
8111
8367
  contributorId: string;
8112
8368
  extensionId: string;
8113
- extensionInstanceId: string;
8114
8369
  };
8115
- } & {
8116
- headers?: Partial<{
8117
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8118
- }>;
8119
8370
  } & {
8120
8371
  headers: {
8121
8372
  "x-access-token"?: string | undefined;
@@ -8124,22 +8375,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8124
8375
  }>;
8125
8376
  }, import("@mittwald/api-client-commons").Response<{
8126
8377
  secret: string;
8127
- webhookResult: {
8128
- failure: boolean;
8129
- statusCode?: string;
8130
- };
8378
+ secretId: string;
8131
8379
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8132
8380
  [x: string]: unknown;
8133
8381
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8134
8382
  [x: string]: unknown;
8135
8383
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8136
8384
  [x: string]: unknown;
8385
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8386
+ [x: string]: unknown;
8137
8387
  }, 429, "application/json">>>;
8138
- /** Get an Extension. */
8139
- extensionGetExtension: (request: {
8140
- extensionId: string;
8388
+ /** Generate a session token to transmit it to the extensions frontend fragment. */
8389
+ extensionGenerateSessionToken: (request: {
8390
+ extensionInstanceId: string;
8391
+ sessionId: string;
8141
8392
  headers?: {
8142
8393
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8394
+ "x-access-token"?: string | undefined;
8143
8395
  } | undefined;
8144
8396
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8145
8397
  headers?: Partial<{
@@ -8147,9 +8399,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8147
8399
  }>;
8148
8400
  } & {
8149
8401
  pathParameters: {
8150
- extensionId: string;
8402
+ extensionInstanceId: string;
8403
+ sessionId: string;
8151
8404
  };
8152
- }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8405
+ } & {
8406
+ headers: {
8407
+ "x-access-token"?: string | undefined;
8408
+ } & Partial<{
8409
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8410
+ }>;
8411
+ }, import("@mittwald/api-client-commons").Response<{
8412
+ sessionToken: string;
8413
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8414
+ [x: string]: unknown;
8415
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8153
8416
  [x: string]: unknown;
8154
8417
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8155
8418
  [x: string]: unknown;
@@ -8159,17 +8422,27 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8159
8422
  }>;
8160
8423
  } & {
8161
8424
  pathParameters: {
8162
- extensionId: string;
8425
+ extensionInstanceId: string;
8426
+ sessionId: string;
8163
8427
  };
8164
- }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8428
+ } & {
8429
+ headers: {
8430
+ "x-access-token"?: string | undefined;
8431
+ } & Partial<{
8432
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8433
+ }>;
8434
+ }, import("@mittwald/api-client-commons").Response<{
8435
+ sessionToken: string;
8436
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8437
+ [x: string]: unknown;
8438
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8165
8439
  [x: string]: unknown;
8166
8440
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8167
8441
  [x: string]: unknown;
8168
8442
  }, 429, "application/json">>>;
8169
- /** Add a logo to an extension. */
8170
- extensionRequestLogoUpload: (request: {
8171
- contributorId: string;
8172
- extensionId: string;
8443
+ /** Get all open extension orders for given customer */
8444
+ extensionGetCustomerExtensionInstanceOrders: (request: {
8445
+ customerId: string;
8173
8446
  headers?: {
8174
8447
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8175
8448
  "x-access-token"?: string | undefined;
@@ -8180,8 +8453,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8180
8453
  }>;
8181
8454
  } & {
8182
8455
  pathParameters: {
8183
- contributorId: string;
8184
- extensionId: string;
8456
+ customerId: string;
8185
8457
  };
8186
8458
  } & {
8187
8459
  headers: {
@@ -8190,29 +8462,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8190
8462
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8191
8463
  }>;
8192
8464
  }, import("@mittwald/api-client-commons").Response<{
8193
- logoRefId: string;
8194
- rules: {
8195
- extensions: string[];
8196
- fileTypes: {
8197
- extensions: string[];
8198
- mimeType: string;
8199
- }[];
8200
- maxSizeInBytes: number;
8201
- mimeTypes: string[];
8202
- properties?: {
8203
- imageDimensions?: {
8204
- max: {
8205
- height?: number;
8206
- width?: number;
8207
- };
8208
- min: {
8209
- height?: number;
8210
- width?: number;
8211
- };
8212
- };
8213
- };
8214
- };
8215
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8465
+ extensionId?: string;
8466
+ }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8467
+ [x: string]: unknown;
8468
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8216
8469
  [x: string]: unknown;
8217
8470
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8218
8471
  [x: string]: unknown;
@@ -8222,8 +8475,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8222
8475
  }>;
8223
8476
  } & {
8224
8477
  pathParameters: {
8225
- contributorId: string;
8226
- extensionId: string;
8478
+ customerId: string;
8227
8479
  };
8228
8480
  } & {
8229
8481
  headers: {
@@ -8232,37 +8484,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8232
8484
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8233
8485
  }>;
8234
8486
  }, import("@mittwald/api-client-commons").Response<{
8235
- logoRefId: string;
8236
- rules: {
8237
- extensions: string[];
8238
- fileTypes: {
8239
- extensions: string[];
8240
- mimeType: string;
8241
- }[];
8242
- maxSizeInBytes: number;
8243
- mimeTypes: string[];
8244
- properties?: {
8245
- imageDimensions?: {
8246
- max: {
8247
- height?: number;
8248
- width?: number;
8249
- };
8250
- min: {
8251
- height?: number;
8252
- width?: number;
8253
- };
8254
- };
8255
- };
8256
- };
8257
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8487
+ extensionId?: string;
8488
+ }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8489
+ [x: string]: unknown;
8490
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8258
8491
  [x: string]: unknown;
8259
8492
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8260
8493
  [x: string]: unknown;
8261
8494
  }, 429, "application/json">>>;
8262
- /** Remove the logo of an extension. */
8263
- extensionRemoveLogo: (request: {
8264
- contributorId: string;
8265
- extensionId: string;
8495
+ /** Get the Contract Strategy of an Extension Instance */
8496
+ extensionGetExtensionInstanceContract: (request: {
8497
+ extensionInstanceId: string;
8266
8498
  headers?: {
8267
8499
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8268
8500
  "x-access-token"?: string | undefined;
@@ -8273,8 +8505,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8273
8505
  }>;
8274
8506
  } & {
8275
8507
  pathParameters: {
8276
- contributorId: string;
8277
- extensionId: string;
8508
+ extensionInstanceId: string;
8278
8509
  };
8279
8510
  } & {
8280
8511
  headers: {
@@ -8282,7 +8513,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8282
8513
  } & Partial<{
8283
8514
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8284
8515
  }>;
8285
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
8516
+ }, import("@mittwald/api-client-commons").Response<{
8517
+ currentPrice?: number | undefined;
8518
+ interactionDeadline?: string | undefined;
8519
+ interactionRequired: boolean;
8520
+ status: "notStarted" | "pending" | "active" | "terminationPending";
8521
+ terminationTargetDate?: string | undefined;
8522
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8523
+ [x: string]: unknown;
8524
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8286
8525
  [x: string]: unknown;
8287
8526
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8288
8527
  [x: string]: unknown;
@@ -8292,8 +8531,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8292
8531
  }>;
8293
8532
  } & {
8294
8533
  pathParameters: {
8295
- contributorId: string;
8296
- extensionId: string;
8534
+ extensionInstanceId: string;
8297
8535
  };
8298
8536
  } & {
8299
8537
  headers: {
@@ -8301,109 +8539,70 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8301
8539
  } & Partial<{
8302
8540
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8303
8541
  }>;
8304
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
8542
+ }, import("@mittwald/api-client-commons").Response<{
8543
+ currentPrice?: number | undefined;
8544
+ interactionDeadline?: string | undefined;
8545
+ interactionRequired: boolean;
8546
+ status: "notStarted" | "pending" | "active" | "terminationPending";
8547
+ terminationTargetDate?: string | undefined;
8548
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8549
+ [x: string]: unknown;
8550
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8305
8551
  [x: string]: unknown;
8306
8552
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8307
8553
  [x: string]: unknown;
8308
8554
  }, 429, "application/json">>>;
8309
- /** Dry run a webhook with random or given values. */
8310
- extensionDryRunWebhook: (request: {
8311
- contributorId: string;
8312
- extensionId: string;
8555
+ /** Update or Create Contract for existing Extension Instances. */
8556
+ extensionUpdateExtensionInstanceContract: (request: {
8313
8557
  extensionInstanceId: string;
8314
- webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
8315
8558
  headers?: {
8316
8559
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8317
8560
  "x-access-token"?: string | undefined;
8318
8561
  } | undefined;
8319
- queryParameters?: {
8320
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8321
- contextId?: string | undefined;
8322
- scopes?: string[] | undefined;
8323
- instanceDisabled?: boolean | undefined;
8324
- createdAt?: string | undefined;
8325
- secret?: string | undefined;
8326
- } | undefined;
8327
8562
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8328
8563
  headers?: Partial<{
8329
8564
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8330
8565
  }>;
8331
8566
  } & {
8332
8567
  pathParameters: {
8333
- contributorId: string;
8334
- extensionId: string;
8335
8568
  extensionInstanceId: string;
8336
- webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
8337
8569
  };
8338
- } & {
8339
- queryParameters: {
8340
- contextId?: string | undefined;
8341
- scopes?: string[] | undefined;
8342
- instanceDisabled?: boolean | undefined;
8343
- createdAt?: string | undefined;
8344
- secret?: string | undefined;
8345
- } & Partial<{
8346
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8347
- }>;
8348
8570
  } & {
8349
8571
  headers: {
8350
8572
  "x-access-token"?: string | undefined;
8351
8573
  } & Partial<{
8352
8574
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8353
8575
  }>;
8354
- }, import("@mittwald/api-client-commons").Response<{
8355
- errorMessage?: string | undefined;
8356
- responseBody?: string | undefined;
8357
- responseCode?: number | undefined;
8358
- responseHeaders?: string | undefined;
8359
- routeCalled: string;
8360
- successful: boolean;
8361
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8576
+ }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8362
8577
  [x: string]: unknown;
8363
8578
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8364
8579
  [x: string]: unknown;
8580
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8581
+ [x: string]: unknown;
8365
8582
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8366
8583
  headers?: Partial<{
8367
8584
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8368
8585
  }>;
8369
8586
  } & {
8370
8587
  pathParameters: {
8371
- contributorId: string;
8372
- extensionId: string;
8373
8588
  extensionInstanceId: string;
8374
- webhookKind: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookKind;
8375
8589
  };
8376
- } & {
8377
- queryParameters: {
8378
- contextId?: string | undefined;
8379
- scopes?: string[] | undefined;
8380
- instanceDisabled?: boolean | undefined;
8381
- createdAt?: string | undefined;
8382
- secret?: string | undefined;
8383
- } & Partial<{
8384
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8385
- }>;
8386
8590
  } & {
8387
8591
  headers: {
8388
8592
  "x-access-token"?: string | undefined;
8389
8593
  } & Partial<{
8390
8594
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8391
8595
  }>;
8392
- }, import("@mittwald/api-client-commons").Response<{
8393
- errorMessage?: string | undefined;
8394
- responseBody?: string | undefined;
8395
- responseCode?: number | undefined;
8396
- responseHeaders?: string | undefined;
8397
- routeCalled: string;
8398
- successful: boolean;
8399
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8596
+ }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8400
8597
  [x: string]: unknown;
8401
8598
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8402
8599
  [x: string]: unknown;
8600
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8601
+ [x: string]: unknown;
8403
8602
  }, 429, "application/json">>>;
8404
- /** Get the ExtensionInstance of a specific project and extension, if existing. */
8405
- extensionGetExtensionInstanceForProject: (request: {
8406
- projectId: string;
8603
+ /** Get the ExtensionInstance of a specific customer and extension, if existing. */
8604
+ extensionGetExtensionInstanceForCustomer: (request: {
8605
+ customerId: string;
8407
8606
  extensionId: string;
8408
8607
  headers?: {
8409
8608
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -8415,7 +8614,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8415
8614
  }>;
8416
8615
  } & {
8417
8616
  pathParameters: {
8418
- projectId: string;
8617
+ customerId: string;
8419
8618
  extensionId: string;
8420
8619
  };
8421
8620
  } & {
@@ -8452,7 +8651,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8452
8651
  }>;
8453
8652
  } & {
8454
8653
  pathParameters: {
8455
- projectId: string;
8654
+ customerId: string;
8456
8655
  extensionId: string;
8457
8656
  };
8458
8657
  } & {
@@ -8484,9 +8683,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8484
8683
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8485
8684
  [x: string]: unknown;
8486
8685
  }, 429, "application/json">>>;
8487
- /** Get an ExtensionInstance. */
8488
- extensionGetExtensionInstance: (request: {
8489
- extensionInstanceId: string;
8686
+ /** Get the ExtensionInstance of a specific project and extension, if existing. */
8687
+ extensionGetExtensionInstanceForProject: (request: {
8688
+ projectId: string;
8689
+ extensionId: string;
8490
8690
  headers?: {
8491
8691
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8492
8692
  "x-access-token"?: string | undefined;
@@ -8497,7 +8697,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8497
8697
  }>;
8498
8698
  } & {
8499
8699
  pathParameters: {
8500
- extensionInstanceId: string;
8700
+ projectId: string;
8701
+ extensionId: string;
8501
8702
  };
8502
8703
  } & {
8503
8704
  headers: {
@@ -8533,7 +8734,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8533
8734
  }>;
8534
8735
  } & {
8535
8736
  pathParameters: {
8536
- extensionInstanceId: string;
8737
+ projectId: string;
8738
+ extensionId: string;
8537
8739
  };
8538
8740
  } & {
8539
8741
  headers: {
@@ -8564,9 +8766,40 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8564
8766
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8565
8767
  [x: string]: unknown;
8566
8768
  }, 429, "application/json">>>;
8567
- /** Delete a free ExtensionInstance. If the Extension is chargable the contract must be terminated instead. */
8568
- extensionDeleteExtensionInstance: (request: {
8569
- extensionInstanceId: string;
8769
+ /** Get an Extension. */
8770
+ extensionGetExtension: (request: {
8771
+ extensionId: string;
8772
+ headers?: {
8773
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8774
+ } | undefined;
8775
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8776
+ headers?: Partial<{
8777
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8778
+ }>;
8779
+ } & {
8780
+ pathParameters: {
8781
+ extensionId: string;
8782
+ };
8783
+ }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8784
+ [x: string]: unknown;
8785
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8786
+ [x: string]: unknown;
8787
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8788
+ headers?: Partial<{
8789
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8790
+ }>;
8791
+ } & {
8792
+ pathParameters: {
8793
+ extensionId: string;
8794
+ };
8795
+ }, import("@mittwald/api-client-commons").Response<import("@mittwald/api-client-commons").Simplify<import("./types.js").MittwaldAPIV2.Paths.V2ExtensionsExtensionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8796
+ [x: string]: unknown;
8797
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8798
+ [x: string]: unknown;
8799
+ }, 429, "application/json">>>;
8800
+ /** Get all open extension orders for given project */
8801
+ extensionGetProjectExtensionInstanceOrders: (request: {
8802
+ projectId: string;
8570
8803
  headers?: {
8571
8804
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8572
8805
  "x-access-token"?: string | undefined;
@@ -8577,7 +8810,29 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8577
8810
  }>;
8578
8811
  } & {
8579
8812
  pathParameters: {
8580
- extensionInstanceId: string;
8813
+ projectId: string;
8814
+ };
8815
+ } & {
8816
+ headers: {
8817
+ "x-access-token"?: string | undefined;
8818
+ } & Partial<{
8819
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8820
+ }>;
8821
+ }, import("@mittwald/api-client-commons").Response<{
8822
+ extensionId?: string;
8823
+ }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8824
+ [x: string]: unknown;
8825
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8826
+ [x: string]: unknown;
8827
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8828
+ [x: string]: unknown;
8829
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8830
+ headers?: Partial<{
8831
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8832
+ }>;
8833
+ } & {
8834
+ pathParameters: {
8835
+ projectId: string;
8581
8836
  };
8582
8837
  } & {
8583
8838
  headers: {
@@ -8586,8 +8841,100 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8586
8841
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8587
8842
  }>;
8588
8843
  }, import("@mittwald/api-client-commons").Response<{
8844
+ extensionId?: string;
8845
+ }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8846
+ [x: string]: unknown;
8847
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8848
+ [x: string]: unknown;
8849
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8850
+ [x: string]: unknown;
8851
+ }, 429, "application/json">>>;
8852
+ /** Get the public key to verify the webhook signature. */
8853
+ extensionGetPublicKey: (request: {
8854
+ serial: string;
8855
+ headers?: {
8856
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8857
+ } | undefined;
8858
+ queryParameters?: {
8859
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8860
+ purpose?: "webhook" | "session_token" | undefined;
8861
+ format?: "raw" | "spki" | undefined;
8862
+ } | undefined;
8863
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8864
+ headers?: Partial<{
8865
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8866
+ }>;
8867
+ } & {
8868
+ pathParameters: {
8869
+ serial: string;
8870
+ };
8871
+ } & {
8872
+ queryParameters: {
8873
+ purpose?: "webhook" | "session_token" | undefined;
8874
+ format?: "raw" | "spki" | undefined;
8875
+ } & Partial<{
8876
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8877
+ }>;
8878
+ }, import("@mittwald/api-client-commons").Response<{
8879
+ algorithm: string;
8880
+ key: string;
8881
+ serial: string;
8882
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8883
+ [x: string]: unknown;
8884
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8885
+ [x: string]: unknown;
8886
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8887
+ headers?: Partial<{
8888
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8889
+ }>;
8890
+ } & {
8891
+ pathParameters: {
8892
+ serial: string;
8893
+ };
8894
+ } & {
8895
+ queryParameters: {
8896
+ purpose?: "webhook" | "session_token" | undefined;
8897
+ format?: "raw" | "spki" | undefined;
8898
+ } & Partial<{
8899
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8900
+ }>;
8901
+ }, import("@mittwald/api-client-commons").Response<{
8902
+ algorithm: string;
8903
+ key: string;
8904
+ serial: string;
8905
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8906
+ [x: string]: unknown;
8907
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8908
+ [x: string]: unknown;
8909
+ }, 429, "application/json">>>;
8910
+ /** Invalidate the given Extension secret immediately. */
8911
+ extensionInvalidateExtensionSecret: (request: {
8912
+ contributorId: string;
8913
+ extensionId: string;
8914
+ extensionSecretId: string;
8915
+ headers?: {
8916
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8917
+ "x-access-token"?: string | undefined;
8918
+ } | undefined;
8919
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8920
+ headers?: Partial<{
8921
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8922
+ }>;
8923
+ } & {
8924
+ pathParameters: {
8925
+ contributorId: string;
8926
+ extensionId: string;
8927
+ extensionSecretId: string;
8928
+ };
8929
+ } & {
8930
+ headers: {
8931
+ "x-access-token"?: string | undefined;
8932
+ } & Partial<{
8933
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8934
+ }>;
8935
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
8589
8936
  [x: string]: unknown;
8590
- }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
8937
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8591
8938
  [x: string]: unknown;
8592
8939
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8593
8940
  [x: string]: unknown;
@@ -8599,7 +8946,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8599
8946
  }>;
8600
8947
  } & {
8601
8948
  pathParameters: {
8602
- extensionInstanceId: string;
8949
+ contributorId: string;
8950
+ extensionId: string;
8951
+ extensionSecretId: string;
8603
8952
  };
8604
8953
  } & {
8605
8954
  headers: {
@@ -8607,32 +8956,25 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8607
8956
  } & Partial<{
8608
8957
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8609
8958
  }>;
8610
- }, import("@mittwald/api-client-commons").Response<{
8959
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
8611
8960
  [x: string]: unknown;
8612
- }, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
8961
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8613
8962
  [x: string]: unknown;
8614
8963
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8615
8964
  [x: string]: unknown;
8616
8965
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8617
8966
  [x: string]: unknown;
8618
8967
  }, 429, "application/json">>>;
8619
- /** List ExtensionInstances. */
8620
- extensionListExtensionInstances: (request?: {
8968
+ /** List Contributors. */
8969
+ extensionListContributors: (request?: {
8621
8970
  headers?: {
8622
8971
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8623
- "x-access-token"?: string | undefined;
8624
8972
  } | undefined;
8625
8973
  queryParameters?: {
8626
8974
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8627
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8628
- contextId?: string | undefined;
8629
- extensionId?: string | undefined;
8630
- searchTerm?: string | undefined;
8631
8975
  limit?: number | undefined;
8632
8976
  skip?: number | undefined;
8633
8977
  page?: number | undefined;
8634
- sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
8635
- order?: ("asc" | "desc")[] | undefined;
8636
8978
  } | undefined;
8637
8979
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8638
8980
  headers?: Partial<{
@@ -8640,27 +8982,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8640
8982
  }>;
8641
8983
  } & {
8642
8984
  queryParameters: {
8643
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8644
- contextId?: string | undefined;
8645
- extensionId?: string | undefined;
8646
- searchTerm?: string | undefined;
8647
8985
  limit?: number | undefined;
8648
8986
  skip?: number | undefined;
8649
8987
  page?: number | undefined;
8650
- sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
8651
- order?: ("asc" | "desc")[] | undefined;
8652
- } & Partial<{
8653
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8654
- }>;
8655
- } & {
8656
- headers: {
8657
- "x-access-token"?: string | undefined;
8658
8988
  } & Partial<{
8659
8989
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8660
8990
  }>;
8661
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8662
- [x: string]: unknown;
8663
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8991
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributor[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8664
8992
  [x: string]: unknown;
8665
8993
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8666
8994
  headers?: Partial<{
@@ -8668,110 +8996,83 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8668
8996
  }>;
8669
8997
  } & {
8670
8998
  queryParameters: {
8671
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8672
- contextId?: string | undefined;
8673
- extensionId?: string | undefined;
8674
- searchTerm?: string | undefined;
8675
8999
  limit?: number | undefined;
8676
9000
  skip?: number | undefined;
8677
9001
  page?: number | undefined;
8678
- sort?: ("createdAt" | "extensionId" | "extensionName")[] | undefined;
8679
- order?: ("asc" | "desc")[] | undefined;
8680
- } & Partial<{
8681
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8682
- }>;
8683
- } & {
8684
- headers: {
8685
- "x-access-token"?: string | undefined;
8686
9002
  } & Partial<{
8687
9003
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8688
9004
  }>;
8689
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstance[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8690
- [x: string]: unknown;
8691
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9005
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributor[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8692
9006
  [x: string]: unknown;
8693
9007
  }, 429, "application/json">>>;
8694
- /** Create an ExtensionInstance. */
8695
- extensionCreateExtensionInstance: (request: {
8696
- data: {
8697
- consentedScopes: string[];
8698
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
8699
- contextId: string;
8700
- extensionId: string;
8701
- };
9008
+ /** List Extensions. */
9009
+ extensionListExtensions: (request?: {
8702
9010
  headers?: {
8703
9011
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8704
- "x-access-token"?: string | undefined;
8705
9012
  } | undefined;
8706
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8707
- data: {
8708
- consentedScopes: string[];
8709
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
8710
- contextId: string;
8711
- extensionId: string;
8712
- };
8713
- } & {
9013
+ queryParameters?: {
9014
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9015
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9016
+ searchTerm?: string | undefined;
9017
+ includeDeprecated?: boolean | undefined;
9018
+ limit?: number | undefined;
9019
+ skip?: number | undefined;
9020
+ page?: number | undefined;
9021
+ sort?: "name" | undefined;
9022
+ order?: "asc" | "desc" | undefined;
9023
+ } | undefined;
9024
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8714
9025
  headers?: Partial<{
8715
9026
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8716
9027
  }>;
8717
9028
  } & {
8718
- headers: {
8719
- "x-access-token"?: string | undefined;
9029
+ queryParameters: {
9030
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9031
+ searchTerm?: string | undefined;
9032
+ includeDeprecated?: boolean | undefined;
9033
+ limit?: number | undefined;
9034
+ skip?: number | undefined;
9035
+ page?: number | undefined;
9036
+ sort?: "name" | undefined;
9037
+ order?: "asc" | "desc" | undefined;
8720
9038
  } & Partial<{
8721
9039
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8722
9040
  }>;
8723
- }, import("@mittwald/api-client-commons").Response<{
8724
- id: string;
8725
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
8726
- [x: string]: unknown;
8727
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8728
- message: string;
8729
- type: string;
8730
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
8731
- [x: string]: unknown;
8732
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8733
- [x: string]: unknown;
8734
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
9041
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8735
9042
  [x: string]: unknown;
8736
9043
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8737
- data: {
8738
- consentedScopes: string[];
8739
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
8740
- contextId: string;
8741
- extensionId: string;
8742
- };
8743
- } & {
8744
9044
  headers?: Partial<{
8745
9045
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8746
9046
  }>;
8747
9047
  } & {
8748
- headers: {
8749
- "x-access-token"?: string | undefined;
9048
+ queryParameters: {
9049
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9050
+ searchTerm?: string | undefined;
9051
+ includeDeprecated?: boolean | undefined;
9052
+ limit?: number | undefined;
9053
+ skip?: number | undefined;
9054
+ page?: number | undefined;
9055
+ sort?: "name" | undefined;
9056
+ order?: "asc" | "desc" | undefined;
8750
9057
  } & Partial<{
8751
9058
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8752
9059
  }>;
8753
- }, import("@mittwald/api-client-commons").Response<{
8754
- id: string;
8755
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
8756
- [x: string]: unknown;
8757
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8758
- message: string;
8759
- type: string;
8760
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
8761
- [x: string]: unknown;
8762
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8763
- [x: string]: unknown;
8764
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
9060
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8765
9061
  [x: string]: unknown;
8766
9062
  }, 429, "application/json">>>;
8767
- /** Start the verification process of an Extension. */
8768
- extensionRequestExtensionVerification: (request: {
9063
+ /** List Extensions of own contributor. */
9064
+ extensionListOwnExtensions: (request: {
8769
9065
  contributorId: string;
8770
- extensionId: string;
8771
9066
  headers?: {
8772
9067
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8773
9068
  "x-access-token"?: string | undefined;
8774
9069
  } | undefined;
9070
+ queryParameters?: {
9071
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9072
+ limit?: number | undefined;
9073
+ skip?: number | undefined;
9074
+ page?: number | undefined;
9075
+ } | undefined;
8775
9076
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8776
9077
  headers?: Partial<{
8777
9078
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -8779,17 +9080,22 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8779
9080
  } & {
8780
9081
  pathParameters: {
8781
9082
  contributorId: string;
8782
- extensionId: string;
8783
9083
  };
9084
+ } & {
9085
+ queryParameters: {
9086
+ limit?: number | undefined;
9087
+ skip?: number | undefined;
9088
+ page?: number | undefined;
9089
+ } & Partial<{
9090
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9091
+ }>;
8784
9092
  } & {
8785
9093
  headers: {
8786
9094
  "x-access-token"?: string | undefined;
8787
9095
  } & Partial<{
8788
9096
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8789
9097
  }>;
8790
- }, import("@mittwald/api-client-commons").Response<{}, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
8791
- [x: string]: unknown;
8792
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9098
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8793
9099
  [x: string]: unknown;
8794
9100
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8795
9101
  headers?: Partial<{
@@ -8798,117 +9104,158 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8798
9104
  } & {
8799
9105
  pathParameters: {
8800
9106
  contributorId: string;
8801
- extensionId: string;
8802
9107
  };
9108
+ } & {
9109
+ queryParameters: {
9110
+ limit?: number | undefined;
9111
+ skip?: number | undefined;
9112
+ page?: number | undefined;
9113
+ } & Partial<{
9114
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9115
+ }>;
8803
9116
  } & {
8804
9117
  headers: {
8805
9118
  "x-access-token"?: string | undefined;
8806
9119
  } & Partial<{
8807
9120
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8808
9121
  }>;
8809
- }, import("@mittwald/api-client-commons").Response<{}, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
8810
- [x: string]: unknown;
8811
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9122
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8812
9123
  [x: string]: unknown;
8813
9124
  }, 429, "application/json">>>;
8814
- /** Invalidate the given Extension secret immediately. */
8815
- extensionInvalidateExtensionSecret: (request: {
9125
+ /** Register an Extension. */
9126
+ extensionRegisterExtension: (request: {
9127
+ data: {
9128
+ name: string;
9129
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9130
+ description?: string | undefined;
9131
+ detailedDescriptions?: {
9132
+ de: {
9133
+ markdown: string;
9134
+ plain?: string | undefined;
9135
+ };
9136
+ en?: {
9137
+ markdown: string;
9138
+ plain?: string | undefined;
9139
+ } | undefined;
9140
+ } | undefined;
9141
+ externalFrontend?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9142
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9143
+ frontendFragments?: {
9144
+ [x: string]: {
9145
+ url: string;
9146
+ additionalProperties?: {
9147
+ [x: string]: string;
9148
+ } | undefined;
9149
+ };
9150
+ } | undefined;
9151
+ scopes?: string[] | undefined;
9152
+ subTitle?: {
9153
+ de: string;
9154
+ en?: string | undefined;
9155
+ } | undefined;
9156
+ support?: {
9157
+ email: string;
9158
+ phone?: string | undefined;
9159
+ } | undefined;
9160
+ tags?: string[] | undefined;
9161
+ webhookURLs?: {
9162
+ extensionAddedToContext: {
9163
+ url: string;
9164
+ };
9165
+ extensionInstanceRemovedFromContext: {
9166
+ url: string;
9167
+ };
9168
+ extensionInstanceSecretRotated: {
9169
+ url: string;
9170
+ };
9171
+ extensionInstanceUpdated: {
9172
+ url: string;
9173
+ };
9174
+ } | undefined;
9175
+ webhookUrls?: {
9176
+ extensionAddedToContext: {
9177
+ url: string;
9178
+ };
9179
+ extensionInstanceRemovedFromContext: {
9180
+ url: string;
9181
+ };
9182
+ extensionInstanceSecretRotated: {
9183
+ url: string;
9184
+ };
9185
+ extensionInstanceUpdated: {
9186
+ url: string;
9187
+ };
9188
+ } | undefined;
9189
+ };
8816
9190
  contributorId: string;
8817
- extensionId: string;
8818
- extensionSecretId: string;
8819
9191
  headers?: {
8820
9192
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8821
9193
  "x-access-token"?: string | undefined;
8822
9194
  } | undefined;
8823
9195
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8824
- headers?: Partial<{
8825
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8826
- }>;
9196
+ data: {
9197
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9198
+ description?: string | undefined;
9199
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9200
+ externalFrontend?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9201
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9202
+ frontendFragments?: {
9203
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9204
+ } | undefined;
9205
+ name: string;
9206
+ scopes?: string[] | undefined;
9207
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9208
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
9209
+ tags?: string[] | undefined;
9210
+ webhookURLs?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls & {}) | undefined;
9211
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9212
+ };
8827
9213
  } & {
8828
9214
  pathParameters: {
8829
9215
  contributorId: string;
8830
- extensionId: string;
8831
- extensionSecretId: string;
8832
9216
  };
8833
9217
  } & {
8834
- headers: {
8835
- "x-access-token"?: string | undefined;
8836
- } & Partial<{
8837
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8838
- }>;
8839
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
8840
- [x: string]: unknown;
8841
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8842
- [x: string]: unknown;
8843
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8844
- [x: string]: unknown;
8845
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8846
- [x: string]: unknown;
8847
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8848
9218
  headers?: Partial<{
8849
9219
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8850
9220
  }>;
8851
- } & {
8852
- pathParameters: {
8853
- contributorId: string;
8854
- extensionId: string;
8855
- extensionSecretId: string;
8856
- };
8857
9221
  } & {
8858
9222
  headers: {
8859
9223
  "x-access-token"?: string | undefined;
8860
9224
  } & Partial<{
8861
9225
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8862
9226
  }>;
8863
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9227
+ }, import("@mittwald/api-client-commons").Response<{
9228
+ id: string;
9229
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
8864
9230
  [x: string]: unknown;
8865
9231
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8866
9232
  [x: string]: unknown;
8867
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8868
- [x: string]: unknown;
8869
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
8870
- [x: string]: unknown;
8871
- }, 429, "application/json">>>;
8872
- /** Generate a session token to transmit it to the extensions frontend fragment. */
8873
- extensionGenerateSessionToken: (request: {
8874
- extensionInstanceId: string;
8875
- sessionId: string;
8876
- headers?: {
8877
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8878
- "x-access-token"?: string | undefined;
8879
- } | undefined;
8880
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8881
- headers?: Partial<{
8882
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8883
- }>;
9233
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9234
+ data: {
9235
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9236
+ description?: string | undefined;
9237
+ detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9238
+ externalFrontend?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9239
+ externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9240
+ frontendFragments?: {
9241
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9242
+ } | undefined;
9243
+ name: string;
9244
+ scopes?: string[] | undefined;
9245
+ subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9246
+ support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
9247
+ tags?: string[] | undefined;
9248
+ webhookURLs?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls & {}) | undefined;
9249
+ webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9250
+ };
8884
9251
  } & {
8885
9252
  pathParameters: {
8886
- extensionInstanceId: string;
8887
- sessionId: string;
9253
+ contributorId: string;
8888
9254
  };
8889
9255
  } & {
8890
- headers: {
8891
- "x-access-token"?: string | undefined;
8892
- } & Partial<{
8893
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8894
- }>;
8895
- }, import("@mittwald/api-client-commons").Response<{
8896
- sessionToken: string;
8897
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8898
- [x: string]: unknown;
8899
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8900
- [x: string]: unknown;
8901
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8902
- [x: string]: unknown;
8903
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8904
9256
  headers?: Partial<{
8905
9257
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8906
9258
  }>;
8907
- } & {
8908
- pathParameters: {
8909
- extensionInstanceId: string;
8910
- sessionId: string;
8911
- };
8912
9259
  } & {
8913
9260
  headers: {
8914
9261
  "x-access-token"?: string | undefined;
@@ -8916,158 +9263,70 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8916
9263
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8917
9264
  }>;
8918
9265
  }, import("@mittwald/api-client-commons").Response<{
8919
- sessionToken: string;
8920
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9266
+ id: string;
9267
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
8921
9268
  [x: string]: unknown;
8922
9269
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
8923
9270
  [x: string]: unknown;
8924
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
8925
- [x: string]: unknown;
8926
9271
  }, 429, "application/json">>>;
8927
- /** Get Extension of own contributor. */
8928
- extensionGetOwnExtension: (request: {
8929
- contributorId: string;
8930
- extensionId: string;
9272
+ /** List Scopes. */
9273
+ extensionListScopes: (request?: {
8931
9274
  headers?: {
8932
9275
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
8933
- "x-access-token"?: string | undefined;
8934
9276
  } | undefined;
8935
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9277
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
8936
9278
  headers?: Partial<{
8937
9279
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8938
9280
  }>;
8939
- } & {
8940
- pathParameters: {
8941
- contributorId: string;
8942
- extensionId: string;
8943
- };
8944
- } & {
8945
- headers: {
8946
- "x-access-token"?: string | undefined;
8947
- } & Partial<{
8948
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8949
- }>;
8950
9281
  }, import("@mittwald/api-client-commons").Response<{
8951
- assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
8952
- backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
8953
- blocked?: boolean | undefined;
8954
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
8955
- contributorId: string;
8956
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
8957
- description?: string | undefined;
8958
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
8959
- disabled?: boolean | undefined;
8960
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
8961
- frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
8962
- frontendFragments?: {
8963
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
8964
- } | undefined;
8965
- functional: boolean;
8966
- id: string;
8967
- logoRefId?: string | undefined;
8968
9282
  name: string;
8969
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy | undefined;
8970
- published: boolean;
8971
- requestedChanges?: {
8972
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
8973
- scopes?: string[];
8974
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
8975
- } | undefined;
8976
- scopes?: string[] | undefined;
8977
- secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
8978
- state?: "enabled" | "blocked" | "disabled" | undefined;
8979
- statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
8980
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
8981
- support?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
8982
- inherited: boolean;
8983
- }) | undefined;
8984
- tags?: string[] | undefined;
8985
- verificationRequested: boolean;
8986
- verified: boolean;
8987
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
8988
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8989
- [x: string]: unknown;
8990
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9283
+ }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
8991
9284
  [x: string]: unknown;
8992
9285
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
8993
9286
  headers?: Partial<{
8994
9287
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
8995
9288
  }>;
8996
- } & {
8997
- pathParameters: {
8998
- contributorId: string;
8999
- extensionId: string;
9000
- };
9001
- } & {
9002
- headers: {
9003
- "x-access-token"?: string | undefined;
9004
- } & Partial<{
9005
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9006
- }>;
9007
9289
  }, import("@mittwald/api-client-commons").Response<{
9008
- assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
9009
- backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
9010
- blocked?: boolean | undefined;
9011
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9012
- contributorId: string;
9013
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
9014
- description?: string | undefined;
9015
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9016
- disabled?: boolean | undefined;
9017
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9018
- frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9019
- frontendFragments?: {
9020
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9021
- } | undefined;
9022
- functional: boolean;
9023
- id: string;
9024
- logoRefId?: string | undefined;
9025
9290
  name: string;
9026
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy | undefined;
9027
- published: boolean;
9028
- requestedChanges?: {
9029
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9030
- scopes?: string[];
9031
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
9032
- } | undefined;
9033
- scopes?: string[] | undefined;
9034
- secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
9035
- state?: "enabled" | "blocked" | "disabled" | undefined;
9036
- statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
9037
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9038
- support?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
9039
- inherited: boolean;
9040
- }) | undefined;
9041
- tags?: string[] | undefined;
9042
- verificationRequested: boolean;
9043
- verified: boolean;
9044
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9045
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9046
- [x: string]: unknown;
9047
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9291
+ }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9048
9292
  [x: string]: unknown;
9049
9293
  }, 429, "application/json">>>;
9050
- /** Delete an extension. */
9051
- extensionDeleteExtension: (request: {
9052
- contributorId: string;
9294
+ /** Order Extension with saved payment method */
9295
+ extensionOrderExtension: (request: {
9296
+ data: {
9297
+ consentedScopes: string[];
9298
+ customerId: string;
9299
+ };
9053
9300
  extensionId: string;
9054
- data?: {
9055
- reason?: string | undefined;
9301
+ headers?: {
9302
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9303
+ "x-access-token"?: string | undefined;
9056
9304
  } | undefined;
9305
+ } | {
9306
+ data: {
9307
+ consentedScopes: string[];
9308
+ projectId: string;
9309
+ };
9310
+ extensionId: string;
9057
9311
  headers?: {
9058
9312
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9059
9313
  "x-access-token"?: string | undefined;
9060
9314
  } | undefined;
9061
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9315
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<(({
9062
9316
  data: {
9063
- reason?: string | undefined;
9317
+ consentedScopes: string[];
9318
+ customerId: string;
9064
9319
  };
9065
- } & {
9320
+ } | {
9321
+ data: {
9322
+ consentedScopes: string[];
9323
+ projectId: string;
9324
+ };
9325
+ }) & {
9066
9326
  pathParameters: {
9067
- contributorId: string;
9068
9327
  extensionId: string;
9069
9328
  };
9070
- } & {
9329
+ }) & {
9071
9330
  headers?: Partial<{
9072
9331
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9073
9332
  }>;
@@ -9077,20 +9336,29 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9077
9336
  } & Partial<{
9078
9337
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9079
9338
  }>;
9080
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9339
+ }, import("@mittwald/api-client-commons").Response<{}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
9340
+ [x: string]: unknown;
9341
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9081
9342
  [x: string]: unknown;
9082
9343
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9083
9344
  [x: string]: unknown;
9084
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9345
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
9346
+ [x: string]: unknown;
9347
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<(({
9348
+ data: {
9349
+ consentedScopes: string[];
9350
+ customerId: string;
9351
+ };
9352
+ } | {
9085
9353
  data: {
9086
- reason?: string | undefined;
9354
+ consentedScopes: string[];
9355
+ projectId: string;
9087
9356
  };
9088
- } & {
9357
+ }) & {
9089
9358
  pathParameters: {
9090
- contributorId: string;
9091
9359
  extensionId: string;
9092
9360
  };
9093
- } & {
9361
+ }) & {
9094
9362
  headers?: Partial<{
9095
9363
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9096
9364
  }>;
@@ -9100,289 +9368,160 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9100
9368
  } & Partial<{
9101
9369
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9102
9370
  }>;
9103
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9371
+ }, import("@mittwald/api-client-commons").Response<{}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
9372
+ [x: string]: unknown;
9373
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9104
9374
  [x: string]: unknown;
9105
9375
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9106
9376
  [x: string]: unknown;
9377
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
9378
+ [x: string]: unknown;
9107
9379
  }, 429, "application/json">>>;
9108
- /** Patch Extension. */
9109
- extensionPatchExtension: (request: {
9380
+ /** Remove an asset of an extension. */
9381
+ extensionRemoveAsset: (request: {
9110
9382
  contributorId: string;
9111
9383
  extensionId: string;
9112
- data?: {
9113
- assets?: string[] | undefined;
9114
- deprecation?: {
9115
- deprecatedAt: string;
9116
- note?: string | undefined;
9117
- successorId?: string | undefined;
9118
- } | undefined;
9119
- description?: string | undefined;
9120
- detailedDescriptions?: {
9121
- de: {
9122
- markdown: string;
9123
- plain?: string | undefined;
9124
- };
9125
- en?: {
9126
- markdown: string;
9127
- plain?: string | undefined;
9128
- } | undefined;
9129
- } | undefined;
9130
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9131
- frontendFragments?: {
9132
- [x: string]: {
9133
- url: string;
9134
- additionalProperties?: {
9135
- [x: string]: string;
9136
- } | undefined;
9137
- };
9138
- } | undefined;
9139
- name?: string | undefined;
9140
- scopes?: string[] | undefined;
9141
- subTitle?: {
9142
- de: string;
9143
- en?: string | undefined;
9144
- } | undefined;
9145
- support?: {
9146
- email: string;
9147
- phone?: string | undefined;
9148
- } | undefined;
9149
- tags?: string[] | undefined;
9150
- webhookUrls?: {
9151
- extensionAddedToContext: {
9152
- url: string;
9153
- };
9154
- extensionInstanceRemovedFromContext: {
9155
- url: string;
9156
- };
9157
- extensionInstanceSecretRotated: {
9158
- url: string;
9159
- };
9160
- extensionInstanceUpdated: {
9161
- url: string;
9162
- };
9163
- } | undefined;
9164
- } | undefined;
9384
+ assetRefId: string;
9165
9385
  headers?: {
9166
9386
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9167
9387
  "x-access-token"?: string | undefined;
9168
9388
  } | undefined;
9169
9389
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9170
- data: {
9171
- assets?: string[] | undefined;
9172
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
9173
- description?: string | undefined;
9174
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9175
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9176
- frontendFragments?: {
9177
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9178
- } | undefined;
9179
- name?: string | undefined;
9180
- scopes?: string[] | undefined;
9181
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9182
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
9183
- tags?: string[] | undefined;
9184
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9185
- };
9390
+ headers?: Partial<{
9391
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9392
+ }>;
9186
9393
  } & {
9187
9394
  pathParameters: {
9188
9395
  contributorId: string;
9189
9396
  extensionId: string;
9397
+ assetRefId: string;
9190
9398
  };
9191
- } & {
9192
- headers?: Partial<{
9193
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9194
- }>;
9195
9399
  } & {
9196
9400
  headers: {
9197
9401
  "x-access-token"?: string | undefined;
9198
9402
  } & Partial<{
9199
9403
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9200
9404
  }>;
9201
- }, import("@mittwald/api-client-commons").Response<{
9202
- assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
9203
- backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
9204
- blocked?: boolean | undefined;
9205
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9206
- contributorId: string;
9207
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
9208
- description?: string | undefined;
9209
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9210
- disabled?: boolean | undefined;
9211
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9212
- frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9213
- frontendFragments?: {
9214
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9215
- } | undefined;
9216
- functional: boolean;
9217
- id: string;
9218
- logoRefId?: string | undefined;
9219
- name: string;
9220
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy | undefined;
9221
- published: boolean;
9222
- requestedChanges?: {
9223
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9224
- scopes?: string[];
9225
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
9226
- } | undefined;
9227
- scopes?: string[] | undefined;
9228
- secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
9229
- state?: "enabled" | "blocked" | "disabled" | undefined;
9230
- statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
9231
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9232
- support?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
9233
- inherited: boolean;
9234
- }) | undefined;
9235
- tags?: string[] | undefined;
9236
- verificationRequested: boolean;
9237
- verified: boolean;
9238
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9239
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9240
- [x: string]: unknown;
9241
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9405
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9242
9406
  [x: string]: unknown;
9243
9407
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9244
9408
  [x: string]: unknown;
9245
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
9246
- [x: string]: unknown;
9247
9409
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9248
- data: {
9249
- assets?: string[] | undefined;
9250
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
9251
- description?: string | undefined;
9252
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9253
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9254
- frontendFragments?: {
9255
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9256
- } | undefined;
9257
- name?: string | undefined;
9258
- scopes?: string[] | undefined;
9259
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9260
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
9261
- tags?: string[] | undefined;
9262
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9263
- };
9410
+ headers?: Partial<{
9411
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9412
+ }>;
9264
9413
  } & {
9265
9414
  pathParameters: {
9266
9415
  contributorId: string;
9267
9416
  extensionId: string;
9417
+ assetRefId: string;
9268
9418
  };
9269
- } & {
9270
- headers?: Partial<{
9271
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9272
- }>;
9273
9419
  } & {
9274
9420
  headers: {
9275
9421
  "x-access-token"?: string | undefined;
9276
9422
  } & Partial<{
9277
9423
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9278
9424
  }>;
9279
- }, import("@mittwald/api-client-commons").Response<{
9280
- assets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionAsset[];
9281
- backendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponents | undefined;
9282
- blocked?: boolean | undefined;
9283
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9284
- contributorId: string;
9285
- deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
9286
- description?: string | undefined;
9287
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9288
- disabled?: boolean | undefined;
9289
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9290
- frontendComponents?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9291
- frontendFragments?: {
9292
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9293
- } | undefined;
9294
- functional: boolean;
9295
- id: string;
9296
- logoRefId?: string | undefined;
9297
- name: string;
9298
- pricing?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceMonthlyPricePlanStrategy | undefined;
9299
- published: boolean;
9300
- requestedChanges?: {
9301
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9302
- scopes?: string[];
9303
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | {};
9304
- } | undefined;
9305
- scopes?: string[] | undefined;
9306
- secrets: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionSecret[];
9307
- state?: "enabled" | "blocked" | "disabled" | undefined;
9308
- statistics: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionStatistics;
9309
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9310
- support?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta & {
9311
- inherited: boolean;
9312
- }) | undefined;
9313
- tags?: string[] | undefined;
9314
- verificationRequested: boolean;
9315
- verified: boolean;
9316
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9317
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9318
- [x: string]: unknown;
9319
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9425
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9320
9426
  [x: string]: unknown;
9321
9427
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9322
9428
  [x: string]: unknown;
9323
- }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
9324
- [x: string]: unknown;
9325
9429
  }, 429, "application/json">>>;
9326
- /** Consent to extension scopes. */
9327
- extensionConsentToExtensionScopes: (request: {
9328
- data: {
9329
- consentedScopes: string[];
9330
- };
9331
- extensionInstanceId: string;
9430
+ /** Add a logo to an extension. */
9431
+ extensionRequestLogoUpload: (request: {
9432
+ contributorId: string;
9433
+ extensionId: string;
9332
9434
  headers?: {
9333
9435
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9334
9436
  "x-access-token"?: string | undefined;
9335
9437
  } | undefined;
9336
9438
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9337
- data: {
9338
- consentedScopes: string[];
9339
- };
9340
- } & {
9341
- pathParameters: {
9342
- extensionInstanceId: string;
9343
- };
9344
- } & {
9345
9439
  headers?: Partial<{
9346
9440
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9347
9441
  }>;
9442
+ } & {
9443
+ pathParameters: {
9444
+ contributorId: string;
9445
+ extensionId: string;
9446
+ };
9348
9447
  } & {
9349
9448
  headers: {
9350
9449
  "x-access-token"?: string | undefined;
9351
9450
  } & Partial<{
9352
9451
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9353
9452
  }>;
9354
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9453
+ }, import("@mittwald/api-client-commons").Response<{
9454
+ logoRefId: string;
9455
+ rules: {
9456
+ extensions: string[];
9457
+ fileTypes: {
9458
+ extensions: string[];
9459
+ mimeType: string;
9460
+ }[];
9461
+ maxSizeInBytes: number;
9462
+ mimeTypes: string[];
9463
+ properties?: {
9464
+ imageDimensions?: {
9465
+ max: {
9466
+ height?: number;
9467
+ width?: number;
9468
+ };
9469
+ min: {
9470
+ height?: number;
9471
+ width?: number;
9472
+ };
9473
+ };
9474
+ };
9475
+ };
9476
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9355
9477
  [x: string]: unknown;
9356
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9478
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9357
9479
  [x: string]: unknown;
9358
9480
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9359
- data: {
9360
- consentedScopes: string[];
9361
- };
9362
- } & {
9363
- pathParameters: {
9364
- extensionInstanceId: string;
9365
- };
9366
- } & {
9367
9481
  headers?: Partial<{
9368
9482
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9369
9483
  }>;
9484
+ } & {
9485
+ pathParameters: {
9486
+ contributorId: string;
9487
+ extensionId: string;
9488
+ };
9370
9489
  } & {
9371
9490
  headers: {
9372
9491
  "x-access-token"?: string | undefined;
9373
9492
  } & Partial<{
9374
9493
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9375
9494
  }>;
9376
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9495
+ }, import("@mittwald/api-client-commons").Response<{
9496
+ logoRefId: string;
9497
+ rules: {
9498
+ extensions: string[];
9499
+ fileTypes: {
9500
+ extensions: string[];
9501
+ mimeType: string;
9502
+ }[];
9503
+ maxSizeInBytes: number;
9504
+ mimeTypes: string[];
9505
+ properties?: {
9506
+ imageDimensions?: {
9507
+ max: {
9508
+ height?: number;
9509
+ width?: number;
9510
+ };
9511
+ min: {
9512
+ height?: number;
9513
+ width?: number;
9514
+ };
9515
+ };
9516
+ };
9517
+ };
9518
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9377
9519
  [x: string]: unknown;
9378
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9520
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9379
9521
  [x: string]: unknown;
9380
9522
  }, 429, "application/json">>>;
9381
- /** Change the context of an Extension. */
9382
- extensionChangeContext: (request: {
9383
- data: {
9384
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9385
- };
9523
+ /** Remove the logo of an extension. */
9524
+ extensionRemoveLogo: (request: {
9386
9525
  contributorId: string;
9387
9526
  extensionId: string;
9388
9527
  headers?: {
@@ -9390,65 +9529,48 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9390
9529
  "x-access-token"?: string | undefined;
9391
9530
  } | undefined;
9392
9531
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9393
- data: {
9394
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9395
- };
9532
+ headers?: Partial<{
9533
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9534
+ }>;
9396
9535
  } & {
9397
9536
  pathParameters: {
9398
9537
  contributorId: string;
9399
9538
  extensionId: string;
9400
9539
  };
9401
- } & {
9402
- headers?: Partial<{
9403
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9404
- }>;
9405
9540
  } & {
9406
9541
  headers: {
9407
9542
  "x-access-token"?: string | undefined;
9408
9543
  } & Partial<{
9409
9544
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9410
9545
  }>;
9411
- }, import("@mittwald/api-client-commons").Response<{
9412
- cleaningUpInstances: boolean;
9413
- currentContext: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9414
- id: string;
9415
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9546
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9416
9547
  [x: string]: unknown;
9417
9548
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9418
9549
  [x: string]: unknown;
9419
9550
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9420
- data: {
9421
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9422
- };
9551
+ headers?: Partial<{
9552
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9553
+ }>;
9423
9554
  } & {
9424
9555
  pathParameters: {
9425
9556
  contributorId: string;
9426
9557
  extensionId: string;
9427
9558
  };
9428
- } & {
9429
- headers?: Partial<{
9430
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9431
- }>;
9432
9559
  } & {
9433
9560
  headers: {
9434
9561
  "x-access-token"?: string | undefined;
9435
9562
  } & Partial<{
9436
9563
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9437
9564
  }>;
9438
- }, import("@mittwald/api-client-commons").Response<{
9439
- cleaningUpInstances: boolean;
9440
- currentContext: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
9441
- id: string;
9442
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9565
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
9443
9566
  [x: string]: unknown;
9444
9567
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9445
9568
  [x: string]: unknown;
9446
9569
  }, 429, "application/json">>>;
9447
- /** Publish or withdraw an Extension. */
9448
- extensionSetExtensionPublishedState: (request: {
9570
+ /** Add an asset to an extension. */
9571
+ extensionRequestAssetUpload: (request: {
9449
9572
  data: {
9450
- published: boolean;
9451
- reason?: string | undefined;
9573
+ assetType: "image" | "video";
9452
9574
  };
9453
9575
  contributorId: string;
9454
9576
  extensionId: string;
@@ -9458,8 +9580,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9458
9580
  } | undefined;
9459
9581
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9460
9582
  data: {
9461
- published: boolean;
9462
- reason?: string | undefined;
9583
+ assetType: "image" | "video";
9463
9584
  };
9464
9585
  } & {
9465
9586
  pathParameters: {
@@ -9477,16 +9598,39 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9477
9598
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9478
9599
  }>;
9479
9600
  }, import("@mittwald/api-client-commons").Response<{
9480
- id: string;
9481
- published: boolean;
9601
+ assetRefId: string;
9602
+ rules: {
9603
+ extensions: string[];
9604
+ fileTypes: {
9605
+ extensions: string[];
9606
+ mimeType: string;
9607
+ }[];
9608
+ maxSizeInBytes: number;
9609
+ mimeTypes: string[];
9610
+ properties?: {
9611
+ imageDimensions?: {
9612
+ max: {
9613
+ height?: number;
9614
+ width?: number;
9615
+ };
9616
+ min: {
9617
+ height?: number;
9618
+ width?: number;
9619
+ };
9620
+ };
9621
+ };
9622
+ };
9482
9623
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9483
9624
  [x: string]: unknown;
9625
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9626
+ [x: string]: unknown;
9484
9627
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9485
9628
  [x: string]: unknown;
9629
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
9630
+ [x: string]: unknown;
9486
9631
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9487
9632
  data: {
9488
- published: boolean;
9489
- reason?: string | undefined;
9633
+ assetType: "image" | "video";
9490
9634
  };
9491
9635
  } & {
9492
9636
  pathParameters: {
@@ -9504,26 +9648,45 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9504
9648
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9505
9649
  }>;
9506
9650
  }, import("@mittwald/api-client-commons").Response<{
9507
- id: string;
9508
- published: boolean;
9651
+ assetRefId: string;
9652
+ rules: {
9653
+ extensions: string[];
9654
+ fileTypes: {
9655
+ extensions: string[];
9656
+ mimeType: string;
9657
+ }[];
9658
+ maxSizeInBytes: number;
9659
+ mimeTypes: string[];
9660
+ properties?: {
9661
+ imageDimensions?: {
9662
+ max: {
9663
+ height?: number;
9664
+ width?: number;
9665
+ };
9666
+ min: {
9667
+ height?: number;
9668
+ width?: number;
9669
+ };
9670
+ };
9671
+ };
9672
+ };
9509
9673
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9510
9674
  [x: string]: unknown;
9675
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9676
+ [x: string]: unknown;
9511
9677
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9512
9678
  [x: string]: unknown;
9679
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
9680
+ [x: string]: unknown;
9513
9681
  }, 429, "application/json">>>;
9514
- /** List Extensions of own contributor. */
9515
- extensionListOwnExtensions: (request: {
9682
+ /** Start the verification process of an Extension. */
9683
+ extensionRequestExtensionVerification: (request: {
9516
9684
  contributorId: string;
9685
+ extensionId: string;
9517
9686
  headers?: {
9518
9687
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9519
9688
  "x-access-token"?: string | undefined;
9520
9689
  } | undefined;
9521
- queryParameters?: {
9522
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9523
- limit?: number | undefined;
9524
- skip?: number | undefined;
9525
- page?: number | undefined;
9526
- } | undefined;
9527
9690
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9528
9691
  headers?: Partial<{
9529
9692
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -9531,22 +9694,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9531
9694
  } & {
9532
9695
  pathParameters: {
9533
9696
  contributorId: string;
9697
+ extensionId: string;
9534
9698
  };
9535
- } & {
9536
- queryParameters: {
9537
- limit?: number | undefined;
9538
- skip?: number | undefined;
9539
- page?: number | undefined;
9540
- } & Partial<{
9541
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9542
- }>;
9543
9699
  } & {
9544
9700
  headers: {
9545
9701
  "x-access-token"?: string | undefined;
9546
9702
  } & Partial<{
9547
9703
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9548
9704
  }>;
9549
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9705
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
9706
+ [x: string]: unknown;
9707
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9550
9708
  [x: string]: unknown;
9551
9709
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9552
9710
  headers?: Partial<{
@@ -9555,115 +9713,40 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9555
9713
  } & {
9556
9714
  pathParameters: {
9557
9715
  contributorId: string;
9716
+ extensionId: string;
9558
9717
  };
9559
- } & {
9560
- queryParameters: {
9561
- limit?: number | undefined;
9562
- skip?: number | undefined;
9563
- page?: number | undefined;
9564
- } & Partial<{
9565
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9566
- }>;
9567
9718
  } & {
9568
9719
  headers: {
9569
- "x-access-token"?: string | undefined;
9570
- } & Partial<{
9571
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9572
- }>;
9573
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceOwnExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9574
- [x: string]: unknown;
9575
- }, 429, "application/json">>>;
9576
- /** Register an Extension. */
9577
- extensionRegisterExtension: (request: {
9578
- data: {
9579
- name: string;
9580
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9581
- description?: string | undefined;
9582
- detailedDescriptions?: {
9583
- de: {
9584
- markdown: string;
9585
- plain?: string | undefined;
9586
- };
9587
- en?: {
9588
- markdown: string;
9589
- plain?: string | undefined;
9590
- } | undefined;
9591
- } | undefined;
9592
- externalFrontend?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9593
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9594
- frontendFragments?: {
9595
- [x: string]: {
9596
- url: string;
9597
- additionalProperties?: {
9598
- [x: string]: string;
9599
- } | undefined;
9600
- };
9601
- } | undefined;
9602
- scopes?: string[] | undefined;
9603
- subTitle?: {
9604
- de: string;
9605
- en?: string | undefined;
9606
- } | undefined;
9607
- support?: {
9608
- email: string;
9609
- phone?: string | undefined;
9610
- } | undefined;
9611
- tags?: string[] | undefined;
9612
- webhookURLs?: {
9613
- extensionAddedToContext: {
9614
- url: string;
9615
- };
9616
- extensionInstanceRemovedFromContext: {
9617
- url: string;
9618
- };
9619
- extensionInstanceSecretRotated: {
9620
- url: string;
9621
- };
9622
- extensionInstanceUpdated: {
9623
- url: string;
9624
- };
9625
- } | undefined;
9626
- webhookUrls?: {
9627
- extensionAddedToContext: {
9628
- url: string;
9629
- };
9630
- extensionInstanceRemovedFromContext: {
9631
- url: string;
9632
- };
9633
- extensionInstanceSecretRotated: {
9634
- url: string;
9635
- };
9636
- extensionInstanceUpdated: {
9637
- url: string;
9638
- };
9639
- } | undefined;
9720
+ "x-access-token"?: string | undefined;
9721
+ } & Partial<{
9722
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9723
+ }>;
9724
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "application/json"> | import("@mittwald/api-client-commons").Response<{
9725
+ [x: string]: unknown;
9726
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9727
+ [x: string]: unknown;
9728
+ }, 429, "application/json">>>;
9729
+ /** Publish or withdraw an Extension. */
9730
+ extensionSetExtensionPublishedState: (request: {
9731
+ data: {
9732
+ published: boolean;
9733
+ reason?: string | undefined;
9640
9734
  };
9641
9735
  contributorId: string;
9736
+ extensionId: string;
9642
9737
  headers?: {
9643
9738
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9644
9739
  "x-access-token"?: string | undefined;
9645
9740
  } | undefined;
9646
9741
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9647
9742
  data: {
9648
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9649
- description?: string | undefined;
9650
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9651
- externalFrontend?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9652
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9653
- frontendFragments?: {
9654
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9655
- } | undefined;
9656
- name: string;
9657
- scopes?: string[] | undefined;
9658
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9659
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
9660
- tags?: string[] | undefined;
9661
- webhookURLs?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls & {}) | undefined;
9662
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9743
+ published: boolean;
9744
+ reason?: string | undefined;
9663
9745
  };
9664
9746
  } & {
9665
9747
  pathParameters: {
9666
9748
  contributorId: string;
9749
+ extensionId: string;
9667
9750
  };
9668
9751
  } & {
9669
9752
  headers?: Partial<{
@@ -9677,31 +9760,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9677
9760
  }>;
9678
9761
  }, import("@mittwald/api-client-commons").Response<{
9679
9762
  id: string;
9680
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
9763
+ published: boolean;
9764
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9681
9765
  [x: string]: unknown;
9682
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9766
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9683
9767
  [x: string]: unknown;
9684
9768
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9685
9769
  data: {
9686
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9687
- description?: string | undefined;
9688
- detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
9689
- externalFrontend?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9690
- externalFrontends?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExternalComponent[] | undefined;
9691
- frontendFragments?: {
9692
- [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceFrontendFragment;
9693
- } | undefined;
9694
- name: string;
9695
- scopes?: string[] | undefined;
9696
- subTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
9697
- support?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
9698
- tags?: string[] | undefined;
9699
- webhookURLs?: (import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls & {}) | undefined;
9700
- webhookUrls?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceWebhookUrls | undefined;
9770
+ published: boolean;
9771
+ reason?: string | undefined;
9701
9772
  };
9702
9773
  } & {
9703
9774
  pathParameters: {
9704
9775
  contributorId: string;
9776
+ extensionId: string;
9705
9777
  };
9706
9778
  } & {
9707
9779
  headers?: Partial<{
@@ -9715,30 +9787,31 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9715
9787
  }>;
9716
9788
  }, import("@mittwald/api-client-commons").Response<{
9717
9789
  id: string;
9718
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
9790
+ published: boolean;
9791
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9719
9792
  [x: string]: unknown;
9720
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9793
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9721
9794
  [x: string]: unknown;
9722
9795
  }, 429, "application/json">>>;
9723
- /** Add an asset to an extension. */
9724
- extensionRequestAssetUpload: (request: {
9725
- data: {
9726
- assetType: "image" | "video";
9727
- };
9728
- contributorId: string;
9796
+ /** Creates or Updates Pricing for an Extension. */
9797
+ extensionUpdateExtensionPricing: (request: {
9729
9798
  extensionId: string;
9799
+ contributorId: string;
9800
+ data?: {
9801
+ priceInCents?: number | undefined;
9802
+ } | undefined;
9730
9803
  headers?: {
9731
9804
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9732
9805
  "x-access-token"?: string | undefined;
9733
9806
  } | undefined;
9734
9807
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9735
9808
  data: {
9736
- assetType: "image" | "video";
9809
+ priceInCents?: number | undefined;
9737
9810
  };
9738
9811
  } & {
9739
9812
  pathParameters: {
9740
- contributorId: string;
9741
9813
  extensionId: string;
9814
+ contributorId: string;
9742
9815
  };
9743
9816
  } & {
9744
9817
  headers?: Partial<{
@@ -9751,28 +9824,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9751
9824
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9752
9825
  }>;
9753
9826
  }, import("@mittwald/api-client-commons").Response<{
9754
- assetRefId: string;
9755
- rules: {
9756
- extensions: string[];
9757
- fileTypes: {
9758
- extensions: string[];
9759
- mimeType: string;
9760
- }[];
9761
- maxSizeInBytes: number;
9762
- mimeTypes: string[];
9763
- properties?: {
9764
- imageDimensions?: {
9765
- max: {
9766
- height?: number;
9767
- width?: number;
9768
- };
9769
- min: {
9770
- height?: number;
9771
- width?: number;
9772
- };
9773
- };
9774
- };
9775
- };
9827
+ extensionId?: string | undefined;
9776
9828
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9777
9829
  [x: string]: unknown;
9778
9830
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -9783,12 +9835,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9783
9835
  [x: string]: unknown;
9784
9836
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9785
9837
  data: {
9786
- assetType: "image" | "video";
9838
+ priceInCents?: number | undefined;
9787
9839
  };
9788
9840
  } & {
9789
9841
  pathParameters: {
9790
- contributorId: string;
9791
9842
  extensionId: string;
9843
+ contributorId: string;
9792
9844
  };
9793
9845
  } & {
9794
9846
  headers?: Partial<{
@@ -9801,28 +9853,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9801
9853
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9802
9854
  }>;
9803
9855
  }, import("@mittwald/api-client-commons").Response<{
9804
- assetRefId: string;
9805
- rules: {
9806
- extensions: string[];
9807
- fileTypes: {
9808
- extensions: string[];
9809
- mimeType: string;
9810
- }[];
9811
- maxSizeInBytes: number;
9812
- mimeTypes: string[];
9813
- properties?: {
9814
- imageDimensions?: {
9815
- max: {
9816
- height?: number;
9817
- width?: number;
9818
- };
9819
- min: {
9820
- height?: number;
9821
- width?: number;
9822
- };
9823
- };
9824
- };
9825
- };
9856
+ extensionId?: string | undefined;
9826
9857
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9827
9858
  [x: string]: unknown;
9828
9859
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -9832,94 +9863,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9832
9863
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
9833
9864
  [x: string]: unknown;
9834
9865
  }, 429, "application/json">>>;
9835
- /** List Extensions. */
9836
- extensionListExtensions: (request?: {
9866
+ /** Get payment method details */
9867
+ customerGetPaymentMethod: (request: {
9868
+ customerId: string;
9837
9869
  headers?: {
9838
9870
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9871
+ "x-access-token"?: string | undefined;
9839
9872
  } | undefined;
9840
- queryParameters?: {
9841
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9842
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9843
- searchTerm?: string | undefined;
9844
- includeDeprecated?: boolean | undefined;
9845
- limit?: number | undefined;
9846
- skip?: number | undefined;
9847
- page?: number | undefined;
9848
- sort?: "name" | undefined;
9849
- order?: "asc" | "desc" | undefined;
9850
- } | undefined;
9851
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9873
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9852
9874
  headers?: Partial<{
9853
9875
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9854
9876
  }>;
9855
9877
  } & {
9856
- queryParameters: {
9857
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9858
- searchTerm?: string | undefined;
9859
- includeDeprecated?: boolean | undefined;
9860
- limit?: number | undefined;
9861
- skip?: number | undefined;
9862
- page?: number | undefined;
9863
- sort?: "name" | undefined;
9864
- order?: "asc" | "desc" | undefined;
9878
+ pathParameters: {
9879
+ customerId: string;
9880
+ };
9881
+ } & {
9882
+ headers: {
9883
+ "x-access-token"?: string | undefined;
9865
9884
  } & Partial<{
9866
9885
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9867
9886
  }>;
9868
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9887
+ }, import("@mittwald/api-client-commons").Response<{
9888
+ cardDetails?: {
9889
+ brand: string;
9890
+ last4: string;
9891
+ } | undefined;
9892
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9893
+ [x: string]: unknown;
9894
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9895
+ [x: string]: unknown;
9896
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9869
9897
  [x: string]: unknown;
9870
9898
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9871
9899
  headers?: Partial<{
9872
9900
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9873
9901
  }>;
9874
9902
  } & {
9875
- queryParameters: {
9876
- context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
9877
- searchTerm?: string | undefined;
9878
- includeDeprecated?: boolean | undefined;
9879
- limit?: number | undefined;
9880
- skip?: number | undefined;
9881
- page?: number | undefined;
9882
- sort?: "name" | undefined;
9883
- order?: "asc" | "desc" | undefined;
9903
+ pathParameters: {
9904
+ customerId: string;
9905
+ };
9906
+ } & {
9907
+ headers: {
9908
+ "x-access-token"?: string | undefined;
9884
9909
  } & Partial<{
9885
9910
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9886
9911
  }>;
9887
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9912
+ }, import("@mittwald/api-client-commons").Response<{
9913
+ cardDetails?: {
9914
+ brand: string;
9915
+ last4: string;
9916
+ } | undefined;
9917
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9918
+ [x: string]: unknown;
9919
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9920
+ [x: string]: unknown;
9921
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9888
9922
  [x: string]: unknown;
9889
9923
  }, 429, "application/json">>>;
9890
- /** Express interest to be a contributor. */
9891
- contributorExpressInterestToContribute: (request: {
9924
+ /** Get the link to update the marketplace payment method */
9925
+ customerUpdatePaymentMethod: (request: {
9892
9926
  customerId: string;
9893
9927
  data?: {
9894
- deviatingContactPersonUserId?: string | undefined;
9895
- deviatingContractOwner?: {
9896
- salutation: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsSalutation;
9897
- address: {
9898
- street: string;
9899
- houseNumber: string;
9900
- city: string;
9901
- zip: string;
9902
- countryCode: string;
9903
- addressPrefix?: string | undefined;
9904
- };
9905
- firstName?: string | undefined;
9906
- lastName?: string | undefined;
9907
- title?: string | undefined;
9908
- company?: string | undefined;
9909
- emailAddress?: string | undefined;
9910
- phoneNumbers?: string[] | undefined;
9911
- useFormalTerm?: boolean | undefined;
9912
- } | undefined;
9913
- deviatingName?: string | undefined;
9914
- deviatingSupportInformation?: {
9915
- email: string;
9916
- phone?: string | undefined;
9917
- } | undefined;
9918
- imprint?: {
9919
- text: string;
9920
- } | {
9921
- url: string;
9922
- } | undefined;
9928
+ customReturnUrl?: string | undefined;
9923
9929
  } | undefined;
9924
9930
  headers?: {
9925
9931
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -9927,11 +9933,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9927
9933
  } | undefined;
9928
9934
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9929
9935
  data: {
9930
- deviatingContactPersonUserId?: string | undefined;
9931
- deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsContact | undefined;
9932
- deviatingName?: string | undefined;
9933
- deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
9934
- imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
9936
+ customReturnUrl?: string | undefined;
9935
9937
  };
9936
9938
  } & {
9937
9939
  pathParameters: {
@@ -9948,18 +9950,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9948
9950
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9949
9951
  }>;
9950
9952
  }, import("@mittwald/api-client-commons").Response<{
9951
- id: string;
9952
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
9953
+ url?: string | undefined;
9954
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9953
9955
  [x: string]: unknown;
9954
9956
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9955
9957
  [x: string]: unknown;
9958
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9959
+ [x: string]: unknown;
9956
9960
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9957
9961
  data: {
9958
- deviatingContactPersonUserId?: string | undefined;
9959
- deviatingContractOwner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsContact | undefined;
9960
- deviatingName?: string | undefined;
9961
- deviatingSupportInformation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSupportMeta | undefined;
9962
- imprint?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributorImprint | undefined;
9962
+ customReturnUrl?: string | undefined;
9963
9963
  };
9964
9964
  } & {
9965
9965
  pathParameters: {
@@ -9976,11 +9976,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9976
9976
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9977
9977
  }>;
9978
9978
  }, import("@mittwald/api-client-commons").Response<{
9979
- id: string;
9980
- }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
9979
+ url?: string | undefined;
9980
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9981
9981
  [x: string]: unknown;
9982
9982
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
9983
9983
  [x: string]: unknown;
9984
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9985
+ [x: string]: unknown;
9984
9986
  }, 429, "application/json">>>;
9985
9987
  };
9986
9988
  /** The conversation API allows you to manage your support conversations. */