@mittwald/api-client 4.144.0 → 4.146.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.
@@ -6225,30 +6225,36 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6225
6225
  [x: string]: unknown;
6226
6226
  }, 429, "application/json">>>;
6227
6227
  /** List ExtensionInstances. */
6228
- extensionListExtensionInstances: (request: {
6229
- queryParameters: {
6228
+ extensionListExtensionInstances: (request?: {
6229
+ headers?: {
6230
6230
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6231
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
6232
- contextId: string;
6231
+ "x-access-token"?: string | undefined;
6232
+ } | undefined;
6233
+ queryParameters?: {
6234
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6235
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
6236
+ contextId?: string | undefined;
6237
+ extensionId?: string | undefined;
6233
6238
  limit?: number | undefined;
6234
6239
  skip?: number | undefined;
6235
6240
  page?: number | undefined;
6236
- };
6237
- headers?: {
6238
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6239
- "x-access-token"?: string | undefined;
6241
+ sort?: ("createdAt" | "exensionId")[] | undefined;
6242
+ order?: ("asc" | "desc")[] | undefined;
6240
6243
  } | undefined;
6241
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6244
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6242
6245
  headers?: Partial<{
6243
6246
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6244
6247
  }>;
6245
6248
  } & {
6246
6249
  queryParameters: {
6250
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
6251
+ contextId?: string | undefined;
6252
+ extensionId?: string | undefined;
6247
6253
  limit?: number | undefined;
6248
6254
  skip?: number | undefined;
6249
6255
  page?: number | undefined;
6250
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
6251
- contextId: string;
6256
+ sort?: ("createdAt" | "exensionId")[] | undefined;
6257
+ order?: ("asc" | "desc")[] | undefined;
6252
6258
  } & Partial<{
6253
6259
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6254
6260
  }>;
@@ -6268,11 +6274,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6268
6274
  }>;
6269
6275
  } & {
6270
6276
  queryParameters: {
6277
+ context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
6278
+ contextId?: string | undefined;
6279
+ extensionId?: string | undefined;
6271
6280
  limit?: number | undefined;
6272
6281
  skip?: number | undefined;
6273
6282
  page?: number | undefined;
6274
- context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
6275
- contextId: string;
6283
+ sort?: ("createdAt" | "exensionId")[] | undefined;
6284
+ order?: ("asc" | "desc")[] | undefined;
6276
6285
  } & Partial<{
6277
6286
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6278
6287
  }>;
@@ -6716,6 +6725,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6716
6725
  contributorId: string;
6717
6726
  extensionId: string;
6718
6727
  data?: {
6728
+ assets?: string[] | undefined;
6719
6729
  deprecation?: {
6720
6730
  deprecatedAt: string;
6721
6731
  note?: string | undefined;
@@ -6773,6 +6783,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6773
6783
  } | undefined;
6774
6784
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6775
6785
  data: {
6786
+ assets?: string[] | undefined;
6776
6787
  deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
6777
6788
  description?: string | undefined;
6778
6789
  detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
@@ -6848,6 +6859,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6848
6859
  [x: string]: unknown;
6849
6860
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6850
6861
  data: {
6862
+ assets?: string[] | undefined;
6851
6863
  deprecation?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation | undefined;
6852
6864
  description?: string | undefined;
6853
6865
  detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
@@ -7849,6 +7861,28 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7849
7861
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7850
7862
  [x: string]: unknown;
7851
7863
  }, 429, "application/json">>>;
7864
+ /** List Scopes. */
7865
+ extensionListScopes: (request?: {
7866
+ headers?: {
7867
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7868
+ } | undefined;
7869
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7870
+ headers?: Partial<{
7871
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7872
+ }>;
7873
+ }, import("@mittwald/api-client-commons").Response<{
7874
+ name: string;
7875
+ }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7876
+ [x: string]: unknown;
7877
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7878
+ headers?: Partial<{
7879
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7880
+ }>;
7881
+ }, import("@mittwald/api-client-commons").Response<{
7882
+ name: string;
7883
+ }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7884
+ [x: string]: unknown;
7885
+ }, 429, "application/json">>>;
7852
7886
  /** Remove an asset of an extension. */
7853
7887
  extensionRemoveAsset: (request: {
7854
7888
  contributorId: string;
@@ -9044,26 +9078,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9044
9078
  abortExecution: (request: {
9045
9079
  cronjobId: string;
9046
9080
  executionId: string;
9047
- data?: {
9048
- [x: string]: unknown;
9049
- } | undefined;
9050
9081
  headers?: {
9051
9082
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9052
9083
  "x-access-token"?: string | undefined;
9053
9084
  } | undefined;
9054
9085
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9055
- data: {
9056
- [x: string]: unknown;
9057
- };
9086
+ headers?: Partial<{
9087
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9088
+ }>;
9058
9089
  } & {
9059
9090
  pathParameters: {
9060
9091
  cronjobId: string;
9061
9092
  executionId: string;
9062
9093
  };
9063
- } & {
9064
- headers?: Partial<{
9065
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9066
- }>;
9067
9094
  } & {
9068
9095
  headers: {
9069
9096
  "x-access-token"?: string | undefined;
@@ -9075,18 +9102,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9075
9102
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
9076
9103
  [x: string]: unknown;
9077
9104
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9078
- data: {
9079
- [x: string]: unknown;
9080
- };
9105
+ headers?: Partial<{
9106
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9107
+ }>;
9081
9108
  } & {
9082
9109
  pathParameters: {
9083
9110
  cronjobId: string;
9084
9111
  executionId: string;
9085
9112
  };
9086
- } & {
9087
- headers?: Partial<{
9088
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9089
- }>;
9090
9113
  } & {
9091
9114
  headers: {
9092
9115
  "x-access-token"?: string | undefined;
@@ -9327,25 +9350,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9327
9350
  /** Trigger a Cronjob. */
9328
9351
  createExecution: (request: {
9329
9352
  cronjobId: string;
9330
- data?: {
9331
- [x: string]: unknown;
9332
- } | undefined;
9333
9353
  headers?: {
9334
9354
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9335
9355
  "x-access-token"?: string | undefined;
9336
9356
  } | undefined;
9337
9357
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9338
- data: {
9339
- [x: string]: unknown;
9340
- };
9358
+ headers?: Partial<{
9359
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9360
+ }>;
9341
9361
  } & {
9342
9362
  pathParameters: {
9343
9363
  cronjobId: string;
9344
9364
  };
9345
- } & {
9346
- headers?: Partial<{
9347
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9348
- }>;
9349
9365
  } & {
9350
9366
  headers: {
9351
9367
  "x-access-token"?: string | undefined;
@@ -9361,17 +9377,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9361
9377
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
9362
9378
  [x: string]: unknown;
9363
9379
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
9364
- data: {
9365
- [x: string]: unknown;
9366
- };
9380
+ headers?: Partial<{
9381
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9382
+ }>;
9367
9383
  } & {
9368
9384
  pathParameters: {
9369
9385
  cronjobId: string;
9370
9386
  };
9371
- } & {
9372
- headers?: Partial<{
9373
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9374
- }>;
9375
9387
  } & {
9376
9388
  headers: {
9377
9389
  "x-access-token"?: string | undefined;
@@ -10294,25 +10306,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10294
10306
  /** Decline a CustomerInvite. */
10295
10307
  declineCustomerInvite: (request: {
10296
10308
  customerInviteId: string;
10297
- data?: {
10298
- [x: string]: unknown;
10299
- } | undefined;
10300
10309
  headers?: {
10301
10310
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10302
10311
  "x-access-token"?: string | undefined;
10303
10312
  } | undefined;
10304
10313
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
10305
- data: {
10306
- [x: string]: unknown;
10307
- };
10314
+ headers?: Partial<{
10315
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10316
+ }>;
10308
10317
  } & {
10309
10318
  pathParameters: {
10310
10319
  customerInviteId: string;
10311
10320
  };
10312
- } & {
10313
- headers?: Partial<{
10314
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10315
- }>;
10316
10321
  } & {
10317
10322
  headers: {
10318
10323
  "x-access-token"?: string | undefined;
@@ -10322,17 +10327,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10322
10327
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
10323
10328
  [x: string]: unknown;
10324
10329
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
10325
- data: {
10326
- [x: string]: unknown;
10327
- };
10330
+ headers?: Partial<{
10331
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10332
+ }>;
10328
10333
  } & {
10329
10334
  pathParameters: {
10330
10335
  customerInviteId: string;
10331
10336
  };
10332
- } & {
10333
- headers?: Partial<{
10334
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10335
- }>;
10336
10337
  } & {
10337
10338
  headers: {
10338
10339
  "x-access-token"?: string | undefined;
@@ -10901,110 +10902,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10901
10902
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
10902
10903
  [x: string]: unknown;
10903
10904
  }, 429, "application/json">>>;
10904
- /** Get your LeadFyndr request. */
10905
- getLeadFyndrProfileRequest: (request: {
10906
- customerId: string;
10907
- headers?: {
10908
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10909
- } | undefined;
10910
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
10911
- headers?: Partial<{
10912
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10913
- }>;
10914
- } & {
10915
- pathParameters: {
10916
- customerId: string;
10917
- };
10918
- }, import("@mittwald/api-client-commons").Response<{
10919
- createdOn: string;
10920
- customerId: string;
10921
- domain: string;
10922
- profileId: string;
10923
- requestedBy: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadFinderUser;
10924
- resultOn?: string | undefined;
10925
- status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
10926
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10927
- [x: string]: unknown;
10928
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
10929
- [x: string]: unknown;
10930
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
10931
- [x: string]: unknown;
10932
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
10933
- [x: string]: unknown;
10934
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
10935
- headers?: Partial<{
10936
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10937
- }>;
10938
- } & {
10939
- pathParameters: {
10940
- customerId: string;
10941
- };
10942
- }, import("@mittwald/api-client-commons").Response<{
10943
- createdOn: string;
10944
- customerId: string;
10945
- domain: string;
10946
- profileId: string;
10947
- requestedBy: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadFinderUser;
10948
- resultOn?: string | undefined;
10949
- status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
10950
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10951
- [x: string]: unknown;
10952
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
10953
- [x: string]: unknown;
10954
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
10955
- [x: string]: unknown;
10956
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
10957
- [x: string]: unknown;
10958
- }, 429, "application/json">>>;
10959
- /** Get your LeadFyndr profile. */
10960
- getLeadFyndrProfile: (request: {
10961
- customerId: string;
10962
- headers?: {
10963
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
10964
- } | undefined;
10965
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
10966
- headers?: Partial<{
10967
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10968
- }>;
10969
- } & {
10970
- pathParameters: {
10971
- customerId: string;
10972
- };
10973
- }, import("@mittwald/api-client-commons").Response<{
10974
- approvedOn: string;
10975
- customerId: string;
10976
- disabledOn?: string | undefined;
10977
- domain: string;
10978
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
10979
- [x: string]: unknown;
10980
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
10981
- [x: string]: unknown;
10982
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
10983
- [x: string]: unknown;
10984
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
10985
- [x: string]: unknown;
10986
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
10987
- headers?: Partial<{
10988
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10989
- }>;
10990
- } & {
10991
- pathParameters: {
10992
- customerId: string;
10993
- };
10994
- }, import("@mittwald/api-client-commons").Response<{
10995
- approvedOn: string;
10996
- customerId: string;
10997
- disabledOn?: string | undefined;
10998
- domain: string;
10999
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11000
- [x: string]: unknown;
11001
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
11002
- [x: string]: unknown;
11003
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
11004
- [x: string]: unknown;
11005
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11006
- [x: string]: unknown;
11007
- }, 429, "application/json">>>;
11008
10905
  /** Check if the customer profile has a valid contract partner configured. */
11009
10906
  isCustomerLegallyCompetent: (request: {
11010
10907
  customerId: string;
@@ -11379,25 +11276,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11379
11276
  /** Resend the mail for a CustomerInvite. */
11380
11277
  resendCustomerInviteMail: (request: {
11381
11278
  customerInviteId: string;
11382
- data?: {
11383
- [x: string]: unknown;
11384
- } | undefined;
11385
11279
  headers?: {
11386
11280
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11387
11281
  "x-access-token"?: string | undefined;
11388
11282
  } | undefined;
11389
11283
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11390
- data: {
11391
- [x: string]: unknown;
11392
- };
11284
+ headers?: Partial<{
11285
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11286
+ }>;
11393
11287
  } & {
11394
11288
  pathParameters: {
11395
11289
  customerInviteId: string;
11396
11290
  };
11397
- } & {
11398
- headers?: Partial<{
11399
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11400
- }>;
11401
11291
  } & {
11402
11292
  headers: {
11403
11293
  "x-access-token"?: string | undefined;
@@ -11409,17 +11299,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11409
11299
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
11410
11300
  [x: string]: unknown;
11411
11301
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
11412
- data: {
11413
- [x: string]: unknown;
11414
- };
11302
+ headers?: Partial<{
11303
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11304
+ }>;
11415
11305
  } & {
11416
11306
  pathParameters: {
11417
11307
  customerInviteId: string;
11418
11308
  };
11419
- } & {
11420
- headers?: Partial<{
11421
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11422
- }>;
11423
11309
  } & {
11424
11310
  headers: {
11425
11311
  "x-access-token"?: string | undefined;
@@ -12294,25 +12180,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12294
12180
  /** Disable a MySQLUser. */
12295
12181
  disableMysqlUser: (request: {
12296
12182
  mysqlUserId: string;
12297
- data?: {
12298
- [x: string]: unknown;
12299
- } | undefined;
12300
12183
  headers?: {
12301
12184
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12302
12185
  "x-access-token"?: string | undefined;
12303
12186
  } | undefined;
12304
12187
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
12305
- data: {
12306
- [x: string]: unknown;
12307
- };
12188
+ headers?: Partial<{
12189
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12190
+ }>;
12308
12191
  } & {
12309
12192
  pathParameters: {
12310
12193
  mysqlUserId: string;
12311
12194
  };
12312
- } & {
12313
- headers?: Partial<{
12314
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12315
- }>;
12316
12195
  } & {
12317
12196
  headers: {
12318
12197
  "x-access-token"?: string | undefined;
@@ -12326,17 +12205,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12326
12205
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12327
12206
  [x: string]: unknown;
12328
12207
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
12329
- data: {
12330
- [x: string]: unknown;
12331
- };
12208
+ headers?: Partial<{
12209
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12210
+ }>;
12332
12211
  } & {
12333
12212
  pathParameters: {
12334
12213
  mysqlUserId: string;
12335
12214
  };
12336
- } & {
12337
- headers?: Partial<{
12338
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12339
- }>;
12340
12215
  } & {
12341
12216
  headers: {
12342
12217
  "x-access-token"?: string | undefined;
@@ -12353,25 +12228,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12353
12228
  /** Enable a MySQLUser. */
12354
12229
  enableMysqlUser: (request: {
12355
12230
  mysqlUserId: string;
12356
- data?: {
12357
- [x: string]: unknown;
12358
- } | undefined;
12359
12231
  headers?: {
12360
12232
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12361
12233
  "x-access-token"?: string | undefined;
12362
12234
  } | undefined;
12363
12235
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
12364
- data: {
12365
- [x: string]: unknown;
12366
- };
12236
+ headers?: Partial<{
12237
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12238
+ }>;
12367
12239
  } & {
12368
12240
  pathParameters: {
12369
12241
  mysqlUserId: string;
12370
12242
  };
12371
- } & {
12372
- headers?: Partial<{
12373
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12374
- }>;
12375
12243
  } & {
12376
12244
  headers: {
12377
12245
  "x-access-token"?: string | undefined;
@@ -12385,17 +12253,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12385
12253
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12386
12254
  [x: string]: unknown;
12387
12255
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
12388
- data: {
12389
- [x: string]: unknown;
12390
- };
12256
+ headers?: Partial<{
12257
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12258
+ }>;
12391
12259
  } & {
12392
12260
  pathParameters: {
12393
12261
  mysqlUserId: string;
12394
12262
  };
12395
- } & {
12396
- headers?: Partial<{
12397
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12398
- }>;
12399
12263
  } & {
12400
12264
  headers: {
12401
12265
  "x-access-token"?: string | undefined;
@@ -21158,25 +21022,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21158
21022
  /** Decline a ProjectInvite. */
21159
21023
  declineProjectInvite: (request: {
21160
21024
  projectInviteId: string;
21161
- data?: {
21162
- [x: string]: unknown;
21163
- } | undefined;
21164
21025
  headers?: {
21165
21026
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
21166
21027
  "x-access-token"?: string | undefined;
21167
21028
  } | undefined;
21168
21029
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
21169
- data: {
21170
- [x: string]: unknown;
21171
- };
21030
+ headers?: Partial<{
21031
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21032
+ }>;
21172
21033
  } & {
21173
21034
  pathParameters: {
21174
21035
  projectInviteId: string;
21175
21036
  };
21176
- } & {
21177
- headers?: Partial<{
21178
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21179
- }>;
21180
21037
  } & {
21181
21038
  headers: {
21182
21039
  "x-access-token"?: string | undefined;
@@ -21186,17 +21043,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21186
21043
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
21187
21044
  [x: string]: unknown;
21188
21045
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
21189
- data: {
21190
- [x: string]: unknown;
21191
- };
21046
+ headers?: Partial<{
21047
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21048
+ }>;
21192
21049
  } & {
21193
21050
  pathParameters: {
21194
21051
  projectInviteId: string;
21195
21052
  };
21196
- } & {
21197
- headers?: Partial<{
21198
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21199
- }>;
21200
21053
  } & {
21201
21054
  headers: {
21202
21055
  "x-access-token"?: string | undefined;
@@ -22064,6 +21917,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22064
21917
  hasExpiry?: boolean | undefined;
22065
21918
  isInherited?: boolean | undefined;
22066
21919
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
21920
+ hasMfa?: boolean | undefined;
22067
21921
  } | undefined;
22068
21922
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22069
21923
  headers?: Partial<{
@@ -22080,6 +21934,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22080
21934
  hasExpiry?: boolean | undefined;
22081
21935
  isInherited?: boolean | undefined;
22082
21936
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
21937
+ hasMfa?: boolean | undefined;
22083
21938
  } & Partial<{
22084
21939
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22085
21940
  }>;
@@ -22108,6 +21963,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22108
21963
  hasExpiry?: boolean | undefined;
22109
21964
  isInherited?: boolean | undefined;
22110
21965
  role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
21966
+ hasMfa?: boolean | undefined;
22111
21967
  } & Partial<{
22112
21968
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22113
21969
  }>;
@@ -22423,25 +22279,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22423
22279
  /** Resend the mail for a ProjectInvite. */
22424
22280
  resendProjectInviteMail: (request: {
22425
22281
  projectInviteId: string;
22426
- data?: {
22427
- [x: string]: unknown;
22428
- } | undefined;
22429
22282
  headers?: {
22430
22283
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22431
22284
  "x-access-token"?: string | undefined;
22432
22285
  } | undefined;
22433
22286
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22434
- data: {
22435
- [x: string]: unknown;
22436
- };
22287
+ headers?: Partial<{
22288
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22289
+ }>;
22437
22290
  } & {
22438
22291
  pathParameters: {
22439
22292
  projectInviteId: string;
22440
22293
  };
22441
- } & {
22442
- headers?: Partial<{
22443
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22444
- }>;
22445
22294
  } & {
22446
22295
  headers: {
22447
22296
  "x-access-token"?: string | undefined;
@@ -22453,17 +22302,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22453
22302
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
22454
22303
  [x: string]: unknown;
22455
22304
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22456
- data: {
22457
- [x: string]: unknown;
22458
- };
22305
+ headers?: Partial<{
22306
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22307
+ }>;
22459
22308
  } & {
22460
22309
  pathParameters: {
22461
22310
  projectInviteId: string;
22462
22311
  };
22463
- } & {
22464
- headers?: Partial<{
22465
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22466
- }>;
22467
22312
  } & {
22468
22313
  headers: {
22469
22314
  "x-access-token"?: string | undefined;