@mittwald/api-client 4.396.0 → 4.398.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.
@@ -11639,6 +11639,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11639
11639
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11640
11640
  extensionId?: string | undefined;
11641
11641
  extensionInstanceId?: string | undefined;
11642
+ state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
11642
11643
  limit?: number | undefined;
11643
11644
  skip?: number | undefined;
11644
11645
  page?: number | undefined;
@@ -11657,6 +11658,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11657
11658
  queryParameters: {
11658
11659
  extensionId?: string | undefined;
11659
11660
  extensionInstanceId?: string | undefined;
11661
+ state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
11660
11662
  limit?: number | undefined;
11661
11663
  skip?: number | undefined;
11662
11664
  page?: number | undefined;
@@ -11685,6 +11687,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11685
11687
  queryParameters: {
11686
11688
  extensionId?: string | undefined;
11687
11689
  extensionInstanceId?: string | undefined;
11690
+ state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
11688
11691
  limit?: number | undefined;
11689
11692
  skip?: number | undefined;
11690
11693
  page?: number | undefined;
@@ -19080,6 +19083,50 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19080
19083
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19081
19084
  [x: string]: unknown;
19082
19085
  }, 429, "application/json">>>;
19086
+ /** List Domain-Migrations belonging to a Project. */
19087
+ migrationListMigrationsByProjectId: (request: {
19088
+ projectId: string;
19089
+ headers?: {
19090
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
19091
+ "x-access-token"?: string | undefined;
19092
+ } | undefined;
19093
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
19094
+ headers?: Partial<{
19095
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19096
+ }>;
19097
+ } & {
19098
+ pathParameters: {
19099
+ projectId: string;
19100
+ };
19101
+ } & {
19102
+ headers: {
19103
+ "x-access-token"?: string | undefined;
19104
+ } & Partial<{
19105
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19106
+ }>;
19107
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19108
+ [x: string]: unknown;
19109
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19110
+ [x: string]: unknown;
19111
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
19112
+ headers?: Partial<{
19113
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19114
+ }>;
19115
+ } & {
19116
+ pathParameters: {
19117
+ projectId: string;
19118
+ };
19119
+ } & {
19120
+ headers: {
19121
+ "x-access-token"?: string | undefined;
19122
+ } & Partial<{
19123
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19124
+ }>;
19125
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationMigration[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19126
+ [x: string]: unknown;
19127
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19128
+ [x: string]: unknown;
19129
+ }, 429, "application/json">>>;
19083
19130
  /** Resends a Contact-Verification email. */
19084
19131
  resendContactVerificationEmail: (request: {
19085
19132
  contactVerificationId: string;
@@ -28904,6 +28951,85 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
28904
28951
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
28905
28952
  [x: string]: unknown;
28906
28953
  }, 429, "application/json">>>;
28954
+ /** List Projects belonging to a Customer. */
28955
+ listCustomerProjects: (request: {
28956
+ customerId: string;
28957
+ headers?: {
28958
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
28959
+ "x-access-token"?: string | undefined;
28960
+ } | undefined;
28961
+ queryParameters?: {
28962
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
28963
+ searchTerm?: string | undefined;
28964
+ limit?: number | undefined;
28965
+ skip?: number | undefined;
28966
+ page?: number | undefined;
28967
+ sort?: "createdAt" | "description" | undefined;
28968
+ order?: "asc" | "desc" | undefined;
28969
+ } | undefined;
28970
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
28971
+ headers?: Partial<{
28972
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
28973
+ }>;
28974
+ } & {
28975
+ pathParameters: {
28976
+ customerId: string;
28977
+ };
28978
+ } & {
28979
+ queryParameters: {
28980
+ searchTerm?: string | undefined;
28981
+ limit?: number | undefined;
28982
+ skip?: number | undefined;
28983
+ page?: number | undefined;
28984
+ sort?: "createdAt" | "description" | undefined;
28985
+ order?: "asc" | "desc" | undefined;
28986
+ } & Partial<{
28987
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
28988
+ }>;
28989
+ } & {
28990
+ headers: {
28991
+ "x-access-token"?: string | undefined;
28992
+ } & Partial<{
28993
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
28994
+ }>;
28995
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
28996
+ [x: string]: unknown;
28997
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
28998
+ [x: string]: unknown;
28999
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29000
+ [x: string]: unknown;
29001
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
29002
+ headers?: Partial<{
29003
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29004
+ }>;
29005
+ } & {
29006
+ pathParameters: {
29007
+ customerId: string;
29008
+ };
29009
+ } & {
29010
+ queryParameters: {
29011
+ searchTerm?: string | undefined;
29012
+ limit?: number | undefined;
29013
+ skip?: number | undefined;
29014
+ page?: number | undefined;
29015
+ sort?: "createdAt" | "description" | undefined;
29016
+ order?: "asc" | "desc" | undefined;
29017
+ } & Partial<{
29018
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29019
+ }>;
29020
+ } & {
29021
+ headers: {
29022
+ "x-access-token"?: string | undefined;
29023
+ } & Partial<{
29024
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29025
+ }>;
29026
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29027
+ [x: string]: unknown;
29028
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29029
+ [x: string]: unknown;
29030
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29031
+ [x: string]: unknown;
29032
+ }, 429, "application/json">>>;
28907
29033
  /** List Memberships belonging to a Project. */
28908
29034
  listMembershipsForProject: (request: {
28909
29035
  projectId: string;
@@ -28982,6 +29108,91 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
28982
29108
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
28983
29109
  [x: string]: unknown;
28984
29110
  }, 429, "application/json">>>;
29111
+ /** Get the activities of a project. */
29112
+ listProjectActivities: (request: {
29113
+ projectId: string;
29114
+ headers?: {
29115
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
29116
+ } | undefined;
29117
+ queryParameters?: {
29118
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
29119
+ aggregateName?: string | undefined;
29120
+ aggregateDomain?: string | undefined;
29121
+ aggregateId?: string | undefined;
29122
+ startTime?: string | undefined;
29123
+ endTime?: string | undefined;
29124
+ fulltextSearch?: string | undefined;
29125
+ limit?: number | undefined;
29126
+ skip?: number | undefined;
29127
+ page?: number | undefined;
29128
+ sort?: "dateTime" | undefined;
29129
+ order?: "asc" | "desc" | undefined;
29130
+ } | undefined;
29131
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
29132
+ headers?: Partial<{
29133
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29134
+ }>;
29135
+ } & {
29136
+ pathParameters: {
29137
+ projectId: string;
29138
+ };
29139
+ } & {
29140
+ queryParameters: {
29141
+ aggregateName?: string | undefined;
29142
+ aggregateDomain?: string | undefined;
29143
+ aggregateId?: string | undefined;
29144
+ startTime?: string | undefined;
29145
+ endTime?: string | undefined;
29146
+ fulltextSearch?: string | undefined;
29147
+ limit?: number | undefined;
29148
+ skip?: number | undefined;
29149
+ page?: number | undefined;
29150
+ sort?: "dateTime" | undefined;
29151
+ order?: "asc" | "desc" | undefined;
29152
+ } & Partial<{
29153
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29154
+ }>;
29155
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29156
+ [x: string]: unknown;
29157
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29158
+ [x: string]: unknown;
29159
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29160
+ [x: string]: unknown;
29161
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
29162
+ [x: string]: unknown;
29163
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
29164
+ headers?: Partial<{
29165
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29166
+ }>;
29167
+ } & {
29168
+ pathParameters: {
29169
+ projectId: string;
29170
+ };
29171
+ } & {
29172
+ queryParameters: {
29173
+ aggregateName?: string | undefined;
29174
+ aggregateDomain?: string | undefined;
29175
+ aggregateId?: string | undefined;
29176
+ startTime?: string | undefined;
29177
+ endTime?: string | undefined;
29178
+ fulltextSearch?: string | undefined;
29179
+ limit?: number | undefined;
29180
+ skip?: number | undefined;
29181
+ page?: number | undefined;
29182
+ sort?: "dateTime" | undefined;
29183
+ order?: "asc" | "desc" | undefined;
29184
+ } & Partial<{
29185
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29186
+ }>;
29187
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29188
+ [x: string]: unknown;
29189
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29190
+ [x: string]: unknown;
29191
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29192
+ [x: string]: unknown;
29193
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
29194
+ [x: string]: unknown;
29195
+ }, 429, "application/json">>>;
28985
29196
  /** List ProjectInvites belonging to the executing user. */
28986
29197
  listProjectInvites: (request?: {
28987
29198
  headers?: {
@@ -29686,170 +29897,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29686
29897
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
29687
29898
  [x: string]: unknown;
29688
29899
  }, 500, "application/json">>>;
29689
- /** Get the activities of a project. */
29690
- listProjectActivities: (request: {
29691
- projectId: string;
29692
- headers?: {
29693
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
29694
- } | undefined;
29695
- queryParameters?: {
29696
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
29697
- aggregateName?: string | undefined;
29698
- aggregateDomain?: string | undefined;
29699
- aggregateId?: string | undefined;
29700
- startTime?: string | undefined;
29701
- endTime?: string | undefined;
29702
- fulltextSearch?: string | undefined;
29703
- limit?: number | undefined;
29704
- skip?: number | undefined;
29705
- page?: number | undefined;
29706
- sort?: "dateTime" | undefined;
29707
- order?: "asc" | "desc" | undefined;
29708
- } | undefined;
29709
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
29710
- headers?: Partial<{
29711
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29712
- }>;
29713
- } & {
29714
- pathParameters: {
29715
- projectId: string;
29716
- };
29717
- } & {
29718
- queryParameters: {
29719
- aggregateName?: string | undefined;
29720
- aggregateDomain?: string | undefined;
29721
- aggregateId?: string | undefined;
29722
- startTime?: string | undefined;
29723
- endTime?: string | undefined;
29724
- fulltextSearch?: string | undefined;
29725
- limit?: number | undefined;
29726
- skip?: number | undefined;
29727
- page?: number | undefined;
29728
- sort?: "dateTime" | undefined;
29729
- order?: "asc" | "desc" | undefined;
29730
- } & Partial<{
29731
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29732
- }>;
29733
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29734
- [x: string]: unknown;
29735
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29736
- [x: string]: unknown;
29737
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29738
- [x: string]: unknown;
29739
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
29740
- [x: string]: unknown;
29741
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
29742
- headers?: Partial<{
29743
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29744
- }>;
29745
- } & {
29746
- pathParameters: {
29747
- projectId: string;
29748
- };
29749
- } & {
29750
- queryParameters: {
29751
- aggregateName?: string | undefined;
29752
- aggregateDomain?: string | undefined;
29753
- aggregateId?: string | undefined;
29754
- startTime?: string | undefined;
29755
- endTime?: string | undefined;
29756
- fulltextSearch?: string | undefined;
29757
- limit?: number | undefined;
29758
- skip?: number | undefined;
29759
- page?: number | undefined;
29760
- sort?: "dateTime" | undefined;
29761
- order?: "asc" | "desc" | undefined;
29762
- } & Partial<{
29763
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29764
- }>;
29765
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29766
- [x: string]: unknown;
29767
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29768
- [x: string]: unknown;
29769
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29770
- [x: string]: unknown;
29771
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
29772
- [x: string]: unknown;
29773
- }, 429, "application/json">>>;
29774
- /** List Projects belonging to a Customer. */
29775
- listCustomerProjects: (request: {
29776
- customerId: string;
29777
- headers?: {
29778
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
29779
- "x-access-token"?: string | undefined;
29780
- } | undefined;
29781
- queryParameters?: {
29782
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
29783
- searchTerm?: string | undefined;
29784
- limit?: number | undefined;
29785
- skip?: number | undefined;
29786
- page?: number | undefined;
29787
- sort?: "createdAt" | "description" | undefined;
29788
- order?: "asc" | "desc" | undefined;
29789
- } | undefined;
29790
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
29791
- headers?: Partial<{
29792
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29793
- }>;
29794
- } & {
29795
- pathParameters: {
29796
- customerId: string;
29797
- };
29798
- } & {
29799
- queryParameters: {
29800
- searchTerm?: string | undefined;
29801
- limit?: number | undefined;
29802
- skip?: number | undefined;
29803
- page?: number | undefined;
29804
- sort?: "createdAt" | "description" | undefined;
29805
- order?: "asc" | "desc" | undefined;
29806
- } & Partial<{
29807
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29808
- }>;
29809
- } & {
29810
- headers: {
29811
- "x-access-token"?: string | undefined;
29812
- } & Partial<{
29813
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29814
- }>;
29815
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29816
- [x: string]: unknown;
29817
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29818
- [x: string]: unknown;
29819
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29820
- [x: string]: unknown;
29821
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
29822
- headers?: Partial<{
29823
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29824
- }>;
29825
- } & {
29826
- pathParameters: {
29827
- customerId: string;
29828
- };
29829
- } & {
29830
- queryParameters: {
29831
- searchTerm?: string | undefined;
29832
- limit?: number | undefined;
29833
- skip?: number | undefined;
29834
- page?: number | undefined;
29835
- sort?: "createdAt" | "description" | undefined;
29836
- order?: "asc" | "desc" | undefined;
29837
- } & Partial<{
29838
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29839
- }>;
29840
- } & {
29841
- headers: {
29842
- "x-access-token"?: string | undefined;
29843
- } & Partial<{
29844
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29845
- }>;
29846
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29847
- [x: string]: unknown;
29848
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29849
- [x: string]: unknown;
29850
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29851
- [x: string]: unknown;
29852
- }, 429, "application/json">>>;
29853
29900
  };
29854
29901
  /** The filesystem API allows you to directly access the filesystem of your project. */
29855
29902
  readonly projectFileSystem: {
@@ -463,6 +463,8 @@ export declare const domainListContactVerifications: OpenAPIOperation<RequestTyp
463
463
  export declare const domainListTldContactSchemas: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
464
464
  /** List TLDs. */
465
465
  export declare const domainListTlds: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
466
+ /** List Domain-Migrations belonging to a Project. */
467
+ export declare const domainMigrationListMigrationsByProjectId: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainMigrations.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
466
468
  /** Resends a Contact-Verification email. */
467
469
  export declare const domainResendContactVerificationEmail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContactVerificationsContactVerificationIdActionsResendContactVerificationEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
468
470
  /** Resend a Domain email. */
@@ -765,8 +767,12 @@ export declare const projectGetProjectTokenInvite: OpenAPIOperation<RequestType<
765
767
  export declare const projectGetSelfMembershipForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
766
768
  /** Get a Server. */
767
769
  export declare const projectGetServer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
770
+ /** List Projects belonging to a Customer. */
771
+ export declare const projectListCustomerProjects: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
768
772
  /** List Memberships belonging to a Project. */
769
773
  export declare const projectListMembershipsForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
774
+ /** Get the activities of a project. */
775
+ export declare const projectListProjectActivities: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
770
776
  /** List ProjectInvites belonging to the executing user. */
771
777
  export declare const projectListProjectInvites: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
772
778
  /** List ProjectMemberships belonging to the executing user. */
@@ -941,7 +947,3 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
941
947
  export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
942
948
  /** Check if a company exists. */
943
949
  export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
944
- /** Get the activities of a project. */
945
- export declare const projectListProjectActivities: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdActivities.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
946
- /** List Projects belonging to a Customer. */
947
- export declare const projectListCustomerProjects: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdProjects.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;