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