@mittwald/api-client 1.0.0-alpha.13 → 1.0.0-alpha.15
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.
- package/dist/generated/v2/client.d.ts +1455 -1259
- package/dist/generated/v2/client.js +178 -170
- package/dist/generated/v2/descriptors.d.ts +164 -153
- package/dist/generated/v2/descriptors.js +380 -345
- package/dist/generated/v2/types.d.ts +2556 -2689
- package/dist/v2.js +1 -1
- package/package.json +5 -3
|
@@ -354,7 +354,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
354
354
|
/** The article API allows you to read article information. */
|
|
355
355
|
readonly article: {
|
|
356
356
|
/** Get an Article. */
|
|
357
|
-
|
|
357
|
+
getArticle: (request: {
|
|
358
358
|
pathParameters: {
|
|
359
359
|
articleId: string;
|
|
360
360
|
};
|
|
@@ -367,7 +367,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
367
367
|
headers: {};
|
|
368
368
|
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.ArticleReadableArticle, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ArticlesArticleId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
369
369
|
/** List Articles. */
|
|
370
|
-
|
|
370
|
+
listArticles: (request?: {
|
|
371
371
|
pathParameters?: {} | undefined;
|
|
372
372
|
headers?: {} | undefined;
|
|
373
373
|
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
@@ -2165,13 +2165,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2165
2165
|
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2CustomersCustomerIdMemberships.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
2166
2166
|
/** Request a new avatar upload for the customer profile. */
|
|
2167
2167
|
requestAvatarUpload: (request: {
|
|
2168
|
+
data: {
|
|
2169
|
+
[x: string]: unknown;
|
|
2170
|
+
};
|
|
2168
2171
|
pathParameters: {
|
|
2169
2172
|
customerId: string;
|
|
2170
2173
|
};
|
|
2171
2174
|
headers?: {
|
|
2172
2175
|
"x-access-token"?: string | undefined;
|
|
2173
2176
|
} | undefined;
|
|
2174
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
2177
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
2178
|
+
data: {
|
|
2179
|
+
[x: string]: unknown;
|
|
2180
|
+
};
|
|
2181
|
+
} & {
|
|
2175
2182
|
pathParameters: {
|
|
2176
2183
|
customerId: string;
|
|
2177
2184
|
};
|
|
@@ -2674,40 +2681,48 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2674
2681
|
};
|
|
2675
2682
|
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
2676
2683
|
};
|
|
2677
|
-
/** The
|
|
2678
|
-
readonly
|
|
2679
|
-
/**
|
|
2680
|
-
|
|
2681
|
-
data: {
|
|
2682
|
-
[x: string]: unknown;
|
|
2683
|
-
};
|
|
2684
|
+
/** The notification API allows you to manage your notifications. */
|
|
2685
|
+
readonly notification: {
|
|
2686
|
+
/** getting the subscription status of the subscription */
|
|
2687
|
+
deprecatedNewsletterGetInfo: (request: {
|
|
2684
2688
|
pathParameters: {
|
|
2685
|
-
|
|
2689
|
+
email: string;
|
|
2686
2690
|
};
|
|
2687
2691
|
headers?: {
|
|
2688
2692
|
"x-access-token"?: string | undefined;
|
|
2689
2693
|
} | undefined;
|
|
2690
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
2691
|
-
|
|
2692
|
-
|
|
2694
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2695
|
+
pathParameters: {
|
|
2696
|
+
email: string;
|
|
2693
2697
|
};
|
|
2694
2698
|
} & {
|
|
2699
|
+
headers: {
|
|
2700
|
+
"x-access-token"?: string | undefined;
|
|
2701
|
+
};
|
|
2702
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsEmail.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
2703
|
+
/** Unsubscribe a user from the mStudio newsletter. */
|
|
2704
|
+
deprecatedNewsletterUnsubscribeUser: (request: {
|
|
2695
2705
|
pathParameters: {
|
|
2696
|
-
|
|
2706
|
+
email: string;
|
|
2707
|
+
};
|
|
2708
|
+
headers?: {
|
|
2709
|
+
"x-access-token"?: string | undefined;
|
|
2710
|
+
} | undefined;
|
|
2711
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2712
|
+
pathParameters: {
|
|
2713
|
+
email: string;
|
|
2697
2714
|
};
|
|
2698
2715
|
} & {
|
|
2699
2716
|
headers: {
|
|
2700
2717
|
"x-access-token"?: string | undefined;
|
|
2701
2718
|
};
|
|
2702
|
-
},
|
|
2703
|
-
/**
|
|
2704
|
-
|
|
2719
|
+
}, never>>;
|
|
2720
|
+
/** subscribe a user to the mStudio newsletter */
|
|
2721
|
+
deprecatedNewsletterSubscribeUser: (request: {
|
|
2705
2722
|
data: {
|
|
2706
2723
|
[x: string]: unknown;
|
|
2707
2724
|
};
|
|
2708
|
-
pathParameters
|
|
2709
|
-
zoneId: string;
|
|
2710
|
-
};
|
|
2725
|
+
pathParameters?: {} | undefined;
|
|
2711
2726
|
headers?: {
|
|
2712
2727
|
"x-access-token"?: string | undefined;
|
|
2713
2728
|
} | undefined;
|
|
@@ -2716,22 +2731,44 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2716
2731
|
[x: string]: unknown;
|
|
2717
2732
|
};
|
|
2718
2733
|
} & {
|
|
2719
|
-
pathParameters: {
|
|
2720
|
-
|
|
2734
|
+
pathParameters: {};
|
|
2735
|
+
} & {
|
|
2736
|
+
headers: {
|
|
2737
|
+
"x-access-token"?: string | undefined;
|
|
2721
2738
|
};
|
|
2739
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
2740
|
+
/** Getting the subscription status of the subscription. */
|
|
2741
|
+
newsletterGetInfo: (request?: {
|
|
2742
|
+
pathParameters?: {} | undefined;
|
|
2743
|
+
headers?: {
|
|
2744
|
+
"x-access-token"?: string | undefined;
|
|
2745
|
+
} | undefined;
|
|
2746
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2747
|
+
pathParameters: {};
|
|
2722
2748
|
} & {
|
|
2723
2749
|
headers: {
|
|
2724
2750
|
"x-access-token"?: string | undefined;
|
|
2725
2751
|
};
|
|
2726
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2727
|
-
/**
|
|
2728
|
-
|
|
2752
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptionsSelf.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
2753
|
+
/** Unsubscribe a user from the mStudio newsletter. */
|
|
2754
|
+
newsletterUnsubscribeUser: (request?: {
|
|
2755
|
+
pathParameters?: {} | undefined;
|
|
2756
|
+
headers?: {
|
|
2757
|
+
"x-access-token"?: string | undefined;
|
|
2758
|
+
} | undefined;
|
|
2759
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2760
|
+
pathParameters: {};
|
|
2761
|
+
} & {
|
|
2762
|
+
headers: {
|
|
2763
|
+
"x-access-token"?: string | undefined;
|
|
2764
|
+
};
|
|
2765
|
+
}, never>>;
|
|
2766
|
+
/** Subscribe a user to the mStudio newsletter. */
|
|
2767
|
+
newsletterSubscribeUser: (request: {
|
|
2729
2768
|
data: {
|
|
2730
2769
|
[x: string]: unknown;
|
|
2731
2770
|
};
|
|
2732
|
-
pathParameters
|
|
2733
|
-
zoneId: string;
|
|
2734
|
-
};
|
|
2771
|
+
pathParameters?: {} | undefined;
|
|
2735
2772
|
headers?: {
|
|
2736
2773
|
"x-access-token"?: string | undefined;
|
|
2737
2774
|
} | undefined;
|
|
@@ -2740,22 +2777,44 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2740
2777
|
[x: string]: unknown;
|
|
2741
2778
|
};
|
|
2742
2779
|
} & {
|
|
2743
|
-
pathParameters: {
|
|
2744
|
-
|
|
2780
|
+
pathParameters: {};
|
|
2781
|
+
} & {
|
|
2782
|
+
headers: {
|
|
2783
|
+
"x-access-token"?: string | undefined;
|
|
2745
2784
|
};
|
|
2785
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
2786
|
+
/** Get the counts for unread notifications of the user. */
|
|
2787
|
+
scountUnreadNotifications: (request?: {
|
|
2788
|
+
pathParameters?: {} | undefined;
|
|
2789
|
+
headers?: {
|
|
2790
|
+
"x-access-token"?: string | undefined;
|
|
2791
|
+
} | undefined;
|
|
2792
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2793
|
+
pathParameters: {};
|
|
2746
2794
|
} & {
|
|
2747
2795
|
headers: {
|
|
2748
2796
|
"x-access-token"?: string | undefined;
|
|
2749
2797
|
};
|
|
2750
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2751
|
-
/**
|
|
2752
|
-
|
|
2798
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NotificationsUnreadCounts.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
2799
|
+
/** List all unread notifications */
|
|
2800
|
+
slistNotifications: (request?: {
|
|
2801
|
+
pathParameters?: {} | undefined;
|
|
2802
|
+
headers?: {
|
|
2803
|
+
"x-access-token"?: string | undefined;
|
|
2804
|
+
} | undefined;
|
|
2805
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2806
|
+
pathParameters: {};
|
|
2807
|
+
} & {
|
|
2808
|
+
headers: {
|
|
2809
|
+
"x-access-token"?: string | undefined;
|
|
2810
|
+
};
|
|
2811
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Notifications.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
2812
|
+
/** Mark all notifications as read. */
|
|
2813
|
+
sreadAllNotifications: (request: {
|
|
2753
2814
|
data: {
|
|
2754
2815
|
[x: string]: unknown;
|
|
2755
2816
|
};
|
|
2756
|
-
pathParameters
|
|
2757
|
-
zoneId: string;
|
|
2758
|
-
};
|
|
2817
|
+
pathParameters?: {} | undefined;
|
|
2759
2818
|
headers?: {
|
|
2760
2819
|
"x-access-token"?: string | undefined;
|
|
2761
2820
|
} | undefined;
|
|
@@ -2764,21 +2823,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2764
2823
|
[x: string]: unknown;
|
|
2765
2824
|
};
|
|
2766
2825
|
} & {
|
|
2767
|
-
pathParameters: {
|
|
2768
|
-
zoneId: string;
|
|
2769
|
-
};
|
|
2826
|
+
pathParameters: {};
|
|
2770
2827
|
} & {
|
|
2771
2828
|
headers: {
|
|
2772
2829
|
"x-access-token"?: string | undefined;
|
|
2773
2830
|
};
|
|
2774
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2775
|
-
/**
|
|
2776
|
-
|
|
2831
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NotificationsStatus.Put.Responses.$403.Content.ApplicationJson, 403, "application/json">>>;
|
|
2832
|
+
/** Mark notification as read. */
|
|
2833
|
+
sreadNotification: (request: {
|
|
2777
2834
|
data: {
|
|
2778
2835
|
[x: string]: unknown;
|
|
2779
2836
|
};
|
|
2780
2837
|
pathParameters: {
|
|
2781
|
-
|
|
2838
|
+
messageId: string;
|
|
2782
2839
|
};
|
|
2783
2840
|
headers?: {
|
|
2784
2841
|
"x-access-token"?: string | undefined;
|
|
@@ -2789,20 +2846,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2789
2846
|
};
|
|
2790
2847
|
} & {
|
|
2791
2848
|
pathParameters: {
|
|
2792
|
-
|
|
2849
|
+
messageId: string;
|
|
2793
2850
|
};
|
|
2794
2851
|
} & {
|
|
2795
2852
|
headers: {
|
|
2796
2853
|
"x-access-token"?: string | undefined;
|
|
2797
2854
|
};
|
|
2798
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2799
|
-
|
|
2800
|
-
|
|
2855
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NotificationsMessageIdStatus.Put.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
2856
|
+
};
|
|
2857
|
+
/** The user API allows you to manage your own user and access information of other users that might be visible to you. */
|
|
2858
|
+
readonly user: {
|
|
2859
|
+
/** Request a new avatar upload */
|
|
2860
|
+
deprecatedUserServiceAvatarRequestUpload: (request: {
|
|
2801
2861
|
data: {
|
|
2802
2862
|
[x: string]: unknown;
|
|
2803
2863
|
};
|
|
2804
2864
|
pathParameters: {
|
|
2805
|
-
|
|
2865
|
+
userId: string;
|
|
2806
2866
|
};
|
|
2807
2867
|
headers?: {
|
|
2808
2868
|
"x-access-token"?: string | undefined;
|
|
@@ -2813,72 +2873,69 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2813
2873
|
};
|
|
2814
2874
|
} & {
|
|
2815
2875
|
pathParameters: {
|
|
2816
|
-
|
|
2876
|
+
userId: string;
|
|
2817
2877
|
};
|
|
2818
2878
|
} & {
|
|
2819
2879
|
headers: {
|
|
2820
2880
|
"x-access-token"?: string | undefined;
|
|
2821
2881
|
};
|
|
2822
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2823
|
-
/**
|
|
2824
|
-
|
|
2882
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
2883
|
+
/** Remove Avatar */
|
|
2884
|
+
deprecatedUserServiceAvatarRemove: (request: {
|
|
2825
2885
|
pathParameters: {
|
|
2826
|
-
|
|
2886
|
+
userId: string;
|
|
2827
2887
|
};
|
|
2828
2888
|
headers?: {
|
|
2829
2889
|
"x-access-token"?: string | undefined;
|
|
2830
2890
|
} | undefined;
|
|
2831
2891
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2832
2892
|
pathParameters: {
|
|
2833
|
-
|
|
2893
|
+
userId: string;
|
|
2834
2894
|
};
|
|
2835
2895
|
} & {
|
|
2836
2896
|
headers: {
|
|
2837
2897
|
"x-access-token"?: string | undefined;
|
|
2838
2898
|
};
|
|
2839
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
2840
|
-
/**
|
|
2841
|
-
|
|
2842
|
-
pathParameters
|
|
2843
|
-
projectId: string;
|
|
2844
|
-
};
|
|
2899
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
2900
|
+
/** Returns your submitted feedback */
|
|
2901
|
+
deprecatedUserServiceFeedbackList: (request?: {
|
|
2902
|
+
pathParameters?: {} | undefined;
|
|
2845
2903
|
headers?: {
|
|
2846
2904
|
"x-access-token"?: string | undefined;
|
|
2847
2905
|
} | undefined;
|
|
2848
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2849
|
-
pathParameters: {
|
|
2850
|
-
projectId: string;
|
|
2851
|
-
};
|
|
2906
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2907
|
+
pathParameters: {};
|
|
2852
2908
|
} & {
|
|
2853
2909
|
headers: {
|
|
2854
2910
|
"x-access-token"?: string | undefined;
|
|
2855
2911
|
};
|
|
2856
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2857
|
-
/**
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2912
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserFeedback.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
2913
|
+
/** Submit user feedback */
|
|
2914
|
+
deprecatedUserServiceFeedbackCreate: (request: {
|
|
2915
|
+
data: {
|
|
2916
|
+
[x: string]: unknown;
|
|
2861
2917
|
};
|
|
2918
|
+
pathParameters?: {} | undefined;
|
|
2862
2919
|
headers?: {
|
|
2863
2920
|
"x-access-token"?: string | undefined;
|
|
2864
2921
|
} | undefined;
|
|
2865
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
2866
|
-
|
|
2867
|
-
|
|
2922
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
2923
|
+
data: {
|
|
2924
|
+
[x: string]: unknown;
|
|
2868
2925
|
};
|
|
2926
|
+
} & {
|
|
2927
|
+
pathParameters: {};
|
|
2869
2928
|
} & {
|
|
2870
2929
|
headers: {
|
|
2871
2930
|
"x-access-token"?: string | undefined;
|
|
2872
2931
|
};
|
|
2873
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2874
|
-
/**
|
|
2875
|
-
|
|
2932
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserFeedback.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserFeedback.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserFeedback.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
2933
|
+
/** create a new issue */
|
|
2934
|
+
deprecatedUserServiceIssueNew: (request: {
|
|
2876
2935
|
data: {
|
|
2877
2936
|
[x: string]: unknown;
|
|
2878
2937
|
};
|
|
2879
|
-
pathParameters
|
|
2880
|
-
domainId: string;
|
|
2881
|
-
};
|
|
2938
|
+
pathParameters?: {} | undefined;
|
|
2882
2939
|
headers?: {
|
|
2883
2940
|
"x-access-token"?: string | undefined;
|
|
2884
2941
|
} | undefined;
|
|
@@ -2887,21 +2944,36 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2887
2944
|
[x: string]: unknown;
|
|
2888
2945
|
};
|
|
2889
2946
|
} & {
|
|
2947
|
+
pathParameters: {};
|
|
2948
|
+
} & {
|
|
2949
|
+
headers: {
|
|
2950
|
+
"x-access-token"?: string | undefined;
|
|
2951
|
+
};
|
|
2952
|
+
}, never>>;
|
|
2953
|
+
/** Get profile information for the specified user if the user is related to the executing user */
|
|
2954
|
+
deprecatedUserServiceUserGet: (request: {
|
|
2890
2955
|
pathParameters: {
|
|
2891
|
-
|
|
2956
|
+
userId: string;
|
|
2957
|
+
};
|
|
2958
|
+
headers?: {
|
|
2959
|
+
"x-access-token"?: string | undefined;
|
|
2960
|
+
} | undefined;
|
|
2961
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2962
|
+
pathParameters: {
|
|
2963
|
+
userId: string;
|
|
2892
2964
|
};
|
|
2893
2965
|
} & {
|
|
2894
2966
|
headers: {
|
|
2895
2967
|
"x-access-token"?: string | undefined;
|
|
2896
2968
|
};
|
|
2897
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2898
|
-
/** Change
|
|
2899
|
-
|
|
2969
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.UserUser, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserId.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserId.Get.Responses.$412.Content.ApplicationJson, 412, "application/json">>>;
|
|
2970
|
+
/** Change your personal information */
|
|
2971
|
+
deprecatedUserServicePersonalInformationUpdate: (request: {
|
|
2900
2972
|
data: {
|
|
2901
2973
|
[x: string]: unknown;
|
|
2902
2974
|
};
|
|
2903
2975
|
pathParameters: {
|
|
2904
|
-
|
|
2976
|
+
userId: string;
|
|
2905
2977
|
};
|
|
2906
2978
|
headers?: {
|
|
2907
2979
|
"x-access-token"?: string | undefined;
|
|
@@ -2912,37 +2984,32 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2912
2984
|
};
|
|
2913
2985
|
} & {
|
|
2914
2986
|
pathParameters: {
|
|
2915
|
-
|
|
2987
|
+
userId: string;
|
|
2916
2988
|
};
|
|
2917
2989
|
} & {
|
|
2918
2990
|
headers: {
|
|
2919
2991
|
"x-access-token"?: string | undefined;
|
|
2920
2992
|
};
|
|
2921
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2922
|
-
/**
|
|
2923
|
-
|
|
2924
|
-
data: {
|
|
2925
|
-
[x: string]: unknown;
|
|
2926
|
-
};
|
|
2993
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
2994
|
+
/** Get personalized settings for the user executing the request */
|
|
2995
|
+
deprecatedUserServicePersonalizedSettingsGet: (request?: {
|
|
2927
2996
|
pathParameters?: {} | undefined;
|
|
2928
|
-
headers?: {
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
};
|
|
2933
|
-
} & {
|
|
2997
|
+
headers?: {
|
|
2998
|
+
"x-access-token"?: string | undefined;
|
|
2999
|
+
} | undefined;
|
|
3000
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
2934
3001
|
pathParameters: {};
|
|
2935
3002
|
} & {
|
|
2936
|
-
headers: {
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
3003
|
+
headers: {
|
|
3004
|
+
"x-access-token"?: string | undefined;
|
|
3005
|
+
};
|
|
3006
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserSettings.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3007
|
+
/** update personalized settings */
|
|
3008
|
+
deprecatedUserServicePersonalizedSettingsUpdate: (request: {
|
|
2940
3009
|
data: {
|
|
2941
3010
|
[x: string]: unknown;
|
|
2942
3011
|
};
|
|
2943
|
-
pathParameters
|
|
2944
|
-
domainId: string;
|
|
2945
|
-
};
|
|
3012
|
+
pathParameters?: {} | undefined;
|
|
2946
3013
|
headers?: {
|
|
2947
3014
|
"x-access-token"?: string | undefined;
|
|
2948
3015
|
} | undefined;
|
|
@@ -2951,21 +3018,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2951
3018
|
[x: string]: unknown;
|
|
2952
3019
|
};
|
|
2953
3020
|
} & {
|
|
2954
|
-
pathParameters: {
|
|
2955
|
-
domainId: string;
|
|
2956
|
-
};
|
|
3021
|
+
pathParameters: {};
|
|
2957
3022
|
} & {
|
|
2958
3023
|
headers: {
|
|
2959
3024
|
"x-access-token"?: string | undefined;
|
|
2960
3025
|
};
|
|
2961
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2962
|
-
/**
|
|
2963
|
-
|
|
3026
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserSettings.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
3027
|
+
/** Add phone number and init verification process */
|
|
3028
|
+
deprecatedUserServicePhoneNumberAdd: (request: {
|
|
2964
3029
|
data: {
|
|
2965
3030
|
[x: string]: unknown;
|
|
2966
3031
|
};
|
|
2967
3032
|
pathParameters: {
|
|
2968
|
-
|
|
3033
|
+
userId: string;
|
|
2969
3034
|
};
|
|
2970
3035
|
headers?: {
|
|
2971
3036
|
"x-access-token"?: string | undefined;
|
|
@@ -2976,44 +3041,37 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
2976
3041
|
};
|
|
2977
3042
|
} & {
|
|
2978
3043
|
pathParameters: {
|
|
2979
|
-
|
|
3044
|
+
userId: string;
|
|
2980
3045
|
};
|
|
2981
3046
|
} & {
|
|
2982
3047
|
headers: {
|
|
2983
3048
|
"x-access-token"?: string | undefined;
|
|
2984
3049
|
};
|
|
2985
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
2986
|
-
/**
|
|
2987
|
-
|
|
2988
|
-
data: {
|
|
2989
|
-
[x: string]: unknown;
|
|
2990
|
-
};
|
|
3050
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhone.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhone.Post.Responses.$409.Content.ApplicationJson, 409, "application/json">>>;
|
|
3051
|
+
/** remove your PhoneNumber */
|
|
3052
|
+
deprecatedUserServicePhoneNumberRemove: (request: {
|
|
2991
3053
|
pathParameters: {
|
|
2992
|
-
|
|
3054
|
+
userId: string;
|
|
2993
3055
|
};
|
|
2994
3056
|
headers?: {
|
|
2995
3057
|
"x-access-token"?: string | undefined;
|
|
2996
3058
|
} | undefined;
|
|
2997
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
2998
|
-
data: {
|
|
2999
|
-
[x: string]: unknown;
|
|
3000
|
-
};
|
|
3001
|
-
} & {
|
|
3059
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3002
3060
|
pathParameters: {
|
|
3003
|
-
|
|
3061
|
+
userId: string;
|
|
3004
3062
|
};
|
|
3005
3063
|
} & {
|
|
3006
3064
|
headers: {
|
|
3007
3065
|
"x-access-token"?: string | undefined;
|
|
3008
3066
|
};
|
|
3009
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3010
|
-
/**
|
|
3011
|
-
|
|
3067
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhone.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
3068
|
+
/** Verify phone number */
|
|
3069
|
+
deprecatedUserServicePhoneNumberVerify: (request: {
|
|
3012
3070
|
data: {
|
|
3013
3071
|
[x: string]: unknown;
|
|
3014
3072
|
};
|
|
3015
3073
|
pathParameters: {
|
|
3016
|
-
|
|
3074
|
+
userId: string;
|
|
3017
3075
|
};
|
|
3018
3076
|
headers?: {
|
|
3019
3077
|
"x-access-token"?: string | undefined;
|
|
@@ -3024,20 +3082,33 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3024
3082
|
};
|
|
3025
3083
|
} & {
|
|
3026
3084
|
pathParameters: {
|
|
3027
|
-
|
|
3085
|
+
userId: string;
|
|
3028
3086
|
};
|
|
3029
3087
|
} & {
|
|
3030
3088
|
headers: {
|
|
3031
3089
|
"x-access-token"?: string | undefined;
|
|
3032
3090
|
};
|
|
3033
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3034
|
-
/**
|
|
3035
|
-
|
|
3091
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson, 409, "application/json">>>;
|
|
3092
|
+
/** Get profile information for the executing user */
|
|
3093
|
+
deprecatedUserServiceUserGetOwn: (request?: {
|
|
3094
|
+
pathParameters?: {} | undefined;
|
|
3095
|
+
headers?: {
|
|
3096
|
+
"x-access-token"?: string | undefined;
|
|
3097
|
+
} | undefined;
|
|
3098
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3099
|
+
pathParameters: {};
|
|
3100
|
+
} & {
|
|
3101
|
+
headers: {
|
|
3102
|
+
"x-access-token"?: string | undefined;
|
|
3103
|
+
};
|
|
3104
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.UserUser, 200, "application/json">>>;
|
|
3105
|
+
/** Add phone number and start verification process. */
|
|
3106
|
+
addPhoneNumber: (request: {
|
|
3036
3107
|
data: {
|
|
3037
3108
|
[x: string]: unknown;
|
|
3038
3109
|
};
|
|
3039
3110
|
pathParameters: {
|
|
3040
|
-
|
|
3111
|
+
userId: string;
|
|
3041
3112
|
};
|
|
3042
3113
|
headers?: {
|
|
3043
3114
|
"x-access-token"?: string | undefined;
|
|
@@ -3048,92 +3119,81 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3048
3119
|
};
|
|
3049
3120
|
} & {
|
|
3050
3121
|
pathParameters: {
|
|
3051
|
-
|
|
3122
|
+
userId: string;
|
|
3052
3123
|
};
|
|
3053
3124
|
} & {
|
|
3054
3125
|
headers: {
|
|
3055
3126
|
"x-access-token"?: string | undefined;
|
|
3056
3127
|
};
|
|
3057
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3058
|
-
/**
|
|
3059
|
-
|
|
3128
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Post.Responses.$409.Content.ApplicationJson, 409, "application/json">>>;
|
|
3129
|
+
/** Remove phone number. */
|
|
3130
|
+
removePhoneNumber: (request: {
|
|
3060
3131
|
pathParameters: {
|
|
3061
|
-
|
|
3132
|
+
userId: string;
|
|
3062
3133
|
};
|
|
3063
3134
|
headers?: {
|
|
3064
3135
|
"x-access-token"?: string | undefined;
|
|
3065
3136
|
} | undefined;
|
|
3066
3137
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3067
3138
|
pathParameters: {
|
|
3068
|
-
|
|
3139
|
+
userId: string;
|
|
3069
3140
|
};
|
|
3070
3141
|
} & {
|
|
3071
3142
|
headers: {
|
|
3072
3143
|
"x-access-token"?: string | undefined;
|
|
3073
3144
|
};
|
|
3074
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3075
|
-
/**
|
|
3076
|
-
|
|
3145
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdPhone.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
3146
|
+
/** Authenticate yourself to get an access token. */
|
|
3147
|
+
authenticate: (request: {
|
|
3077
3148
|
data: {
|
|
3078
3149
|
[x: string]: unknown;
|
|
3079
3150
|
};
|
|
3080
|
-
pathParameters
|
|
3081
|
-
|
|
3082
|
-
};
|
|
3083
|
-
headers?: {
|
|
3084
|
-
"x-access-token"?: string | undefined;
|
|
3085
|
-
} | undefined;
|
|
3151
|
+
pathParameters?: {} | undefined;
|
|
3152
|
+
headers?: {} | undefined;
|
|
3086
3153
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3087
3154
|
data: {
|
|
3088
3155
|
[x: string]: unknown;
|
|
3089
3156
|
};
|
|
3090
3157
|
} & {
|
|
3091
|
-
pathParameters: {
|
|
3092
|
-
domainId: string;
|
|
3093
|
-
};
|
|
3158
|
+
pathParameters: {};
|
|
3094
3159
|
} & {
|
|
3095
|
-
headers: {
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
pathParameters: {
|
|
3102
|
-
domainName: string;
|
|
3160
|
+
headers: {};
|
|
3161
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAuthentication.Post.Responses.$202.Content.ApplicationJson, 202, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 401, "application/json">>>;
|
|
3162
|
+
/** Validate your second factor. */
|
|
3163
|
+
authenticateMfa: (request: {
|
|
3164
|
+
data: {
|
|
3165
|
+
[x: string]: unknown;
|
|
3103
3166
|
};
|
|
3167
|
+
pathParameters?: {} | undefined;
|
|
3104
3168
|
headers?: {} | undefined;
|
|
3105
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
3106
|
-
|
|
3107
|
-
|
|
3169
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3170
|
+
data: {
|
|
3171
|
+
[x: string]: unknown;
|
|
3108
3172
|
};
|
|
3173
|
+
} & {
|
|
3174
|
+
pathParameters: {};
|
|
3109
3175
|
} & {
|
|
3110
3176
|
headers: {};
|
|
3111
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3112
|
-
/** Get
|
|
3113
|
-
|
|
3114
|
-
pathParameters
|
|
3115
|
-
domainOwnershipId: string;
|
|
3116
|
-
};
|
|
3177
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$408.Content.ApplicationJson, 408, "application/json">>>;
|
|
3178
|
+
/** Get your primary verified Email-Address */
|
|
3179
|
+
getEmail: (request?: {
|
|
3180
|
+
pathParameters?: {} | undefined;
|
|
3117
3181
|
headers?: {
|
|
3118
3182
|
"x-access-token"?: string | undefined;
|
|
3119
3183
|
} | undefined;
|
|
3120
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3121
|
-
pathParameters: {
|
|
3122
|
-
domainOwnershipId: string;
|
|
3123
|
-
};
|
|
3184
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3185
|
+
pathParameters: {};
|
|
3124
3186
|
} & {
|
|
3125
3187
|
headers: {
|
|
3126
3188
|
"x-access-token"?: string | undefined;
|
|
3127
3189
|
};
|
|
3128
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3129
|
-
/**
|
|
3130
|
-
|
|
3190
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupEmail.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupEmail.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
3191
|
+
/** Change your Email-Address */
|
|
3192
|
+
changeEmail: (request: {
|
|
3131
3193
|
data: {
|
|
3132
3194
|
[x: string]: unknown;
|
|
3133
3195
|
};
|
|
3134
|
-
pathParameters
|
|
3135
|
-
domainOwnershipId: string;
|
|
3136
|
-
};
|
|
3196
|
+
pathParameters?: {} | undefined;
|
|
3137
3197
|
headers?: {
|
|
3138
3198
|
"x-access-token"?: string | undefined;
|
|
3139
3199
|
} | undefined;
|
|
@@ -3142,86 +3202,98 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3142
3202
|
[x: string]: unknown;
|
|
3143
3203
|
};
|
|
3144
3204
|
} & {
|
|
3145
|
-
pathParameters: {
|
|
3146
|
-
domainOwnershipId: string;
|
|
3147
|
-
};
|
|
3205
|
+
pathParameters: {};
|
|
3148
3206
|
} & {
|
|
3149
3207
|
headers: {
|
|
3150
3208
|
"x-access-token"?: string | undefined;
|
|
3151
3209
|
};
|
|
3152
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3153
|
-
/**
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3210
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3211
|
+
/** The timestamp of your latest password change */
|
|
3212
|
+
getPasswordUpdatedAt: (request: {
|
|
3213
|
+
data: {
|
|
3214
|
+
[x: string]: unknown;
|
|
3157
3215
|
};
|
|
3216
|
+
pathParameters?: {} | undefined;
|
|
3158
3217
|
headers?: {
|
|
3159
3218
|
"x-access-token"?: string | undefined;
|
|
3160
3219
|
} | undefined;
|
|
3161
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
3162
|
-
|
|
3163
|
-
|
|
3220
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3221
|
+
data: {
|
|
3222
|
+
[x: string]: unknown;
|
|
3164
3223
|
};
|
|
3224
|
+
} & {
|
|
3225
|
+
pathParameters: {};
|
|
3165
3226
|
} & {
|
|
3166
3227
|
headers: {
|
|
3167
3228
|
"x-access-token"?: string | undefined;
|
|
3168
3229
|
};
|
|
3169
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3170
|
-
/**
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3230
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupPassword.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3231
|
+
/** Change your password */
|
|
3232
|
+
changePassword: (request: {
|
|
3233
|
+
data: {
|
|
3234
|
+
[x: string]: unknown;
|
|
3174
3235
|
};
|
|
3236
|
+
pathParameters?: {} | undefined;
|
|
3175
3237
|
headers?: {
|
|
3176
3238
|
"x-access-token"?: string | undefined;
|
|
3177
3239
|
} | undefined;
|
|
3178
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
3179
|
-
|
|
3180
|
-
|
|
3240
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3241
|
+
data: {
|
|
3242
|
+
[x: string]: unknown;
|
|
3181
3243
|
};
|
|
3244
|
+
} & {
|
|
3245
|
+
pathParameters: {};
|
|
3182
3246
|
} & {
|
|
3183
3247
|
headers: {
|
|
3184
3248
|
"x-access-token"?: string | undefined;
|
|
3185
3249
|
};
|
|
3186
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3187
|
-
/**
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3250
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupPassword.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupPassword.Put.Responses.$202.Content.ApplicationJson, 202, "application/json">>>;
|
|
3251
|
+
/** Get your profile information */
|
|
3252
|
+
getOwnProfile: (request: {
|
|
3253
|
+
data: {
|
|
3254
|
+
[x: string]: unknown;
|
|
3191
3255
|
};
|
|
3256
|
+
pathParameters?: {} | undefined;
|
|
3192
3257
|
headers?: {
|
|
3193
3258
|
"x-access-token"?: string | undefined;
|
|
3194
3259
|
} | undefined;
|
|
3195
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
3196
|
-
|
|
3197
|
-
|
|
3260
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3261
|
+
data: {
|
|
3262
|
+
[x: string]: unknown;
|
|
3198
3263
|
};
|
|
3264
|
+
} & {
|
|
3265
|
+
pathParameters: {};
|
|
3199
3266
|
} & {
|
|
3200
3267
|
headers: {
|
|
3201
3268
|
"x-access-token"?: string | undefined;
|
|
3202
3269
|
};
|
|
3203
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3204
|
-
/**
|
|
3205
|
-
|
|
3270
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.SignupProfile, 200, "application/json">>>;
|
|
3271
|
+
/** Change your profile information */
|
|
3272
|
+
changeProfile: (request: {
|
|
3273
|
+
data: {
|
|
3274
|
+
[x: string]: unknown;
|
|
3275
|
+
};
|
|
3206
3276
|
pathParameters?: {} | undefined;
|
|
3207
3277
|
headers?: {
|
|
3208
3278
|
"x-access-token"?: string | undefined;
|
|
3209
3279
|
} | undefined;
|
|
3210
|
-
}
|
|
3280
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3281
|
+
data: {
|
|
3282
|
+
[x: string]: unknown;
|
|
3283
|
+
};
|
|
3284
|
+
} & {
|
|
3211
3285
|
pathParameters: {};
|
|
3212
3286
|
} & {
|
|
3213
3287
|
headers: {
|
|
3214
3288
|
"x-access-token"?: string | undefined;
|
|
3215
3289
|
};
|
|
3216
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3217
|
-
/**
|
|
3218
|
-
|
|
3290
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3291
|
+
/** Delete your profile and all your personal data */
|
|
3292
|
+
deleteProfile: (request: {
|
|
3219
3293
|
data: {
|
|
3220
3294
|
[x: string]: unknown;
|
|
3221
3295
|
};
|
|
3222
|
-
pathParameters
|
|
3223
|
-
domainId: string;
|
|
3224
|
-
};
|
|
3296
|
+
pathParameters?: {} | undefined;
|
|
3225
3297
|
headers?: {
|
|
3226
3298
|
"x-access-token"?: string | undefined;
|
|
3227
3299
|
} | undefined;
|
|
@@ -3230,16 +3302,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3230
3302
|
[x: string]: unknown;
|
|
3231
3303
|
};
|
|
3232
3304
|
} & {
|
|
3233
|
-
pathParameters: {
|
|
3234
|
-
domainId: string;
|
|
3235
|
-
};
|
|
3305
|
+
pathParameters: {};
|
|
3236
3306
|
} & {
|
|
3237
3307
|
headers: {
|
|
3238
3308
|
"x-access-token"?: string | undefined;
|
|
3239
3309
|
};
|
|
3240
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3241
|
-
/**
|
|
3242
|
-
|
|
3310
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Responses.$202.Content.ApplicationJson, 202, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupProfile.Delete.Responses.$409.Content.ApplicationJson, 409, "application/json">>>;
|
|
3311
|
+
/** Check a token for validity */
|
|
3312
|
+
checkToken: (request: {
|
|
3243
3313
|
data: {
|
|
3244
3314
|
[x: string]: unknown;
|
|
3245
3315
|
};
|
|
@@ -3257,43 +3327,45 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3257
3327
|
headers: {
|
|
3258
3328
|
"x-access-token"?: string | undefined;
|
|
3259
3329
|
};
|
|
3260
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3261
|
-
/**
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3330
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupTokenCheck.Post.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3331
|
+
/** Confirm Multi Factor Authentication */
|
|
3332
|
+
confirmMfa: (request: {
|
|
3333
|
+
data: {
|
|
3334
|
+
[x: string]: unknown;
|
|
3265
3335
|
};
|
|
3336
|
+
pathParameters?: {} | undefined;
|
|
3266
3337
|
headers?: {
|
|
3267
3338
|
"x-access-token"?: string | undefined;
|
|
3268
3339
|
} | undefined;
|
|
3269
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
3270
|
-
|
|
3271
|
-
|
|
3340
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3341
|
+
data: {
|
|
3342
|
+
[x: string]: unknown;
|
|
3272
3343
|
};
|
|
3344
|
+
} & {
|
|
3345
|
+
pathParameters: {};
|
|
3273
3346
|
} & {
|
|
3274
3347
|
headers: {
|
|
3275
3348
|
"x-access-token"?: string | undefined;
|
|
3276
3349
|
};
|
|
3277
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
3278
|
-
/**
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3350
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupMfaConfirm.Post.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3351
|
+
/** Confirm password reset */
|
|
3352
|
+
confirmPasswordReset: (request: {
|
|
3353
|
+
data: {
|
|
3354
|
+
[x: string]: unknown;
|
|
3282
3355
|
};
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
ingressId: string;
|
|
3356
|
+
pathParameters?: {} | undefined;
|
|
3357
|
+
headers?: {} | undefined;
|
|
3358
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3359
|
+
data: {
|
|
3360
|
+
[x: string]: unknown;
|
|
3289
3361
|
};
|
|
3290
3362
|
} & {
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
};
|
|
3294
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3295
|
-
/** List
|
|
3296
|
-
|
|
3363
|
+
pathParameters: {};
|
|
3364
|
+
} & {
|
|
3365
|
+
headers: {};
|
|
3366
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3367
|
+
/** List all ApiTokens of the user */
|
|
3368
|
+
listApiTokens: (request?: {
|
|
3297
3369
|
pathParameters?: {} | undefined;
|
|
3298
3370
|
headers?: {
|
|
3299
3371
|
"x-access-token"?: string | undefined;
|
|
@@ -3304,32 +3376,33 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3304
3376
|
headers: {
|
|
3305
3377
|
"x-access-token"?: string | undefined;
|
|
3306
3378
|
};
|
|
3307
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3308
|
-
/**
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3379
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3380
|
+
/** Store a new ApiToken */
|
|
3381
|
+
createApiToken: (request: {
|
|
3382
|
+
data: {
|
|
3383
|
+
[x: string]: unknown;
|
|
3312
3384
|
};
|
|
3385
|
+
pathParameters?: {} | undefined;
|
|
3313
3386
|
headers?: {
|
|
3314
3387
|
"x-access-token"?: string | undefined;
|
|
3315
3388
|
} | undefined;
|
|
3316
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
3317
|
-
|
|
3318
|
-
|
|
3389
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3390
|
+
data: {
|
|
3391
|
+
[x: string]: unknown;
|
|
3319
3392
|
};
|
|
3393
|
+
} & {
|
|
3394
|
+
pathParameters: {};
|
|
3320
3395
|
} & {
|
|
3321
3396
|
headers: {
|
|
3322
3397
|
"x-access-token"?: string | undefined;
|
|
3323
3398
|
};
|
|
3324
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3325
|
-
/**
|
|
3326
|
-
|
|
3399
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupTokenApi.Post.Responses.$201.Content.ApplicationJson, 201, "application/json">>>;
|
|
3400
|
+
/** Submit your user feedback. */
|
|
3401
|
+
createFeedback: (request: {
|
|
3327
3402
|
data: {
|
|
3328
3403
|
[x: string]: unknown;
|
|
3329
3404
|
};
|
|
3330
|
-
pathParameters
|
|
3331
|
-
ingressId: string;
|
|
3332
|
-
};
|
|
3405
|
+
pathParameters?: {} | undefined;
|
|
3333
3406
|
headers?: {
|
|
3334
3407
|
"x-access-token"?: string | undefined;
|
|
3335
3408
|
} | undefined;
|
|
@@ -3338,22 +3411,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3338
3411
|
[x: string]: unknown;
|
|
3339
3412
|
};
|
|
3340
3413
|
} & {
|
|
3341
|
-
pathParameters: {
|
|
3342
|
-
ingressId: string;
|
|
3343
|
-
};
|
|
3414
|
+
pathParameters: {};
|
|
3344
3415
|
} & {
|
|
3345
3416
|
headers: {
|
|
3346
3417
|
"x-access-token"?: string | undefined;
|
|
3347
3418
|
};
|
|
3348
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3349
|
-
/**
|
|
3350
|
-
|
|
3419
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
3420
|
+
/** Create a new issue. */
|
|
3421
|
+
createIssue: (request: {
|
|
3351
3422
|
data: {
|
|
3352
3423
|
[x: string]: unknown;
|
|
3353
3424
|
};
|
|
3354
|
-
pathParameters
|
|
3355
|
-
ingressId: string;
|
|
3356
|
-
};
|
|
3425
|
+
pathParameters?: {} | undefined;
|
|
3357
3426
|
headers?: {
|
|
3358
3427
|
"x-access-token"?: string | undefined;
|
|
3359
3428
|
} | undefined;
|
|
@@ -3362,26 +3431,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3362
3431
|
[x: string]: unknown;
|
|
3363
3432
|
};
|
|
3364
3433
|
} & {
|
|
3365
|
-
pathParameters: {
|
|
3366
|
-
ingressId: string;
|
|
3367
|
-
};
|
|
3434
|
+
pathParameters: {};
|
|
3368
3435
|
} & {
|
|
3369
3436
|
headers: {
|
|
3370
3437
|
"x-access-token"?: string | undefined;
|
|
3371
3438
|
};
|
|
3372
|
-
},
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3439
|
+
}, never>>;
|
|
3440
|
+
/** Get your stored ssh keys */
|
|
3441
|
+
listSshKeys: (request?: {
|
|
3442
|
+
pathParameters?: {} | undefined;
|
|
3443
|
+
headers?: {
|
|
3444
|
+
"x-access-token"?: string | undefined;
|
|
3445
|
+
} | undefined;
|
|
3446
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3447
|
+
pathParameters: {};
|
|
3448
|
+
} & {
|
|
3449
|
+
headers: {
|
|
3450
|
+
"x-access-token"?: string | undefined;
|
|
3451
|
+
};
|
|
3452
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSsh.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3453
|
+
/** Store a new SSH key */
|
|
3454
|
+
createSshKey: (request: {
|
|
3378
3455
|
data: {
|
|
3379
3456
|
[x: string]: unknown;
|
|
3380
3457
|
};
|
|
3381
|
-
headers: {
|
|
3382
|
-
Token: string;
|
|
3383
|
-
};
|
|
3384
3458
|
pathParameters?: {} | undefined;
|
|
3459
|
+
headers?: {
|
|
3460
|
+
"x-access-token"?: string | undefined;
|
|
3461
|
+
} | undefined;
|
|
3385
3462
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3386
3463
|
data: {
|
|
3387
3464
|
[x: string]: unknown;
|
|
@@ -3390,94 +3467,91 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3390
3467
|
pathParameters: {};
|
|
3391
3468
|
} & {
|
|
3392
3469
|
headers: {
|
|
3393
|
-
|
|
3470
|
+
"x-access-token"?: string | undefined;
|
|
3394
3471
|
};
|
|
3395
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
3396
|
-
/** Get a
|
|
3397
|
-
|
|
3472
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3473
|
+
/** Get a specific ApiToken */
|
|
3474
|
+
getApiToken: (request: {
|
|
3398
3475
|
pathParameters: {
|
|
3399
|
-
|
|
3476
|
+
apiTokenId: string;
|
|
3400
3477
|
};
|
|
3401
|
-
headers?: {
|
|
3478
|
+
headers?: {
|
|
3479
|
+
"x-access-token"?: string | undefined;
|
|
3480
|
+
} | undefined;
|
|
3402
3481
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3403
3482
|
pathParameters: {
|
|
3404
|
-
|
|
3483
|
+
apiTokenId: string;
|
|
3405
3484
|
};
|
|
3406
3485
|
} & {
|
|
3407
|
-
headers: {
|
|
3408
|
-
|
|
3409
|
-
/** Get a Token's upload rules. */
|
|
3410
|
-
getFileTokenRules: (request: {
|
|
3411
|
-
pathParameters: {
|
|
3412
|
-
token: string;
|
|
3486
|
+
headers: {
|
|
3487
|
+
"x-access-token"?: string | undefined;
|
|
3413
3488
|
};
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3489
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.SignupApiToken, 200, "application/json">>>;
|
|
3490
|
+
/** Update an existing `ApiToken` */
|
|
3491
|
+
editApiToken: (request: {
|
|
3492
|
+
data: {
|
|
3493
|
+
[x: string]: unknown;
|
|
3418
3494
|
};
|
|
3419
|
-
} & {
|
|
3420
|
-
headers: {};
|
|
3421
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.FileFileUploadRules, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
3422
|
-
/** Get a Type's upload rules. */
|
|
3423
|
-
getFileTypeRules: (request: {
|
|
3424
3495
|
pathParameters: {
|
|
3425
|
-
|
|
3496
|
+
apiTokenId: string;
|
|
3426
3497
|
};
|
|
3427
|
-
headers?: {
|
|
3428
|
-
|
|
3498
|
+
headers?: {
|
|
3499
|
+
"x-access-token"?: string | undefined;
|
|
3500
|
+
} | undefined;
|
|
3501
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3502
|
+
data: {
|
|
3503
|
+
[x: string]: unknown;
|
|
3504
|
+
};
|
|
3505
|
+
} & {
|
|
3429
3506
|
pathParameters: {
|
|
3430
|
-
|
|
3507
|
+
apiTokenId: string;
|
|
3431
3508
|
};
|
|
3432
3509
|
} & {
|
|
3433
|
-
headers: {
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3510
|
+
headers: {
|
|
3511
|
+
"x-access-token"?: string | undefined;
|
|
3512
|
+
};
|
|
3513
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3514
|
+
/** Deletes an ApiToken */
|
|
3515
|
+
deleteApiToken: (request: {
|
|
3437
3516
|
pathParameters: {
|
|
3438
|
-
|
|
3517
|
+
apiTokenId: string;
|
|
3439
3518
|
};
|
|
3440
3519
|
headers?: {
|
|
3441
|
-
|
|
3442
|
-
Download?: boolean | undefined;
|
|
3520
|
+
"x-access-token"?: string | undefined;
|
|
3443
3521
|
} | undefined;
|
|
3444
3522
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3445
3523
|
pathParameters: {
|
|
3446
|
-
|
|
3524
|
+
apiTokenId: string;
|
|
3447
3525
|
};
|
|
3448
3526
|
} & {
|
|
3449
3527
|
headers: {
|
|
3450
|
-
|
|
3451
|
-
Download?: boolean | undefined;
|
|
3528
|
+
"x-access-token"?: string | undefined;
|
|
3452
3529
|
};
|
|
3453
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
readonly mail: {
|
|
3457
|
-
/** Get all deliveryboxes by project ID */
|
|
3458
|
-
serviceDeliveryboxList: (request: {
|
|
3530
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3531
|
+
/** Get a specific stored SshKey */
|
|
3532
|
+
getSshKey: (request: {
|
|
3459
3533
|
pathParameters: {
|
|
3460
|
-
|
|
3534
|
+
sshKeyId: string;
|
|
3461
3535
|
};
|
|
3462
3536
|
headers?: {
|
|
3463
3537
|
"x-access-token"?: string | undefined;
|
|
3464
3538
|
} | undefined;
|
|
3465
3539
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3466
3540
|
pathParameters: {
|
|
3467
|
-
|
|
3541
|
+
sshKeyId: string;
|
|
3468
3542
|
};
|
|
3469
3543
|
} & {
|
|
3470
3544
|
headers: {
|
|
3471
3545
|
"x-access-token"?: string | undefined;
|
|
3472
3546
|
};
|
|
3473
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3474
|
-
/**
|
|
3475
|
-
|
|
3547
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSshSshKeyId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
3548
|
+
/** Edit a stored SshKey */
|
|
3549
|
+
editSshKey: (request: {
|
|
3476
3550
|
data: {
|
|
3477
3551
|
[x: string]: unknown;
|
|
3478
3552
|
};
|
|
3479
3553
|
pathParameters: {
|
|
3480
|
-
|
|
3554
|
+
sshKeyId: string;
|
|
3481
3555
|
};
|
|
3482
3556
|
headers?: {
|
|
3483
3557
|
"x-access-token"?: string | undefined;
|
|
@@ -3488,55 +3562,49 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3488
3562
|
};
|
|
3489
3563
|
} & {
|
|
3490
3564
|
pathParameters: {
|
|
3491
|
-
|
|
3565
|
+
sshKeyId: string;
|
|
3492
3566
|
};
|
|
3493
3567
|
} & {
|
|
3494
3568
|
headers: {
|
|
3495
3569
|
"x-access-token"?: string | undefined;
|
|
3496
3570
|
};
|
|
3497
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
3498
|
-
/**
|
|
3499
|
-
|
|
3571
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3572
|
+
/** Remove a SSH-key */
|
|
3573
|
+
deleteSshKey: (request: {
|
|
3500
3574
|
pathParameters: {
|
|
3501
|
-
|
|
3575
|
+
sshKeyId: string;
|
|
3502
3576
|
};
|
|
3503
3577
|
headers?: {
|
|
3504
3578
|
"x-access-token"?: string | undefined;
|
|
3505
3579
|
} | undefined;
|
|
3506
3580
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3507
3581
|
pathParameters: {
|
|
3508
|
-
|
|
3582
|
+
sshKeyId: string;
|
|
3509
3583
|
};
|
|
3510
3584
|
} & {
|
|
3511
3585
|
headers: {
|
|
3512
3586
|
"x-access-token"?: string | undefined;
|
|
3513
3587
|
};
|
|
3514
|
-
},
|
|
3515
|
-
/**
|
|
3516
|
-
|
|
3517
|
-
pathParameters
|
|
3518
|
-
id: string;
|
|
3519
|
-
};
|
|
3588
|
+
}, never>>;
|
|
3589
|
+
/** Get your current multi factor auth status */
|
|
3590
|
+
getMfaStatus: (request?: {
|
|
3591
|
+
pathParameters?: {} | undefined;
|
|
3520
3592
|
headers?: {
|
|
3521
3593
|
"x-access-token"?: string | undefined;
|
|
3522
3594
|
} | undefined;
|
|
3523
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3524
|
-
pathParameters: {
|
|
3525
|
-
id: string;
|
|
3526
|
-
};
|
|
3595
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3596
|
+
pathParameters: {};
|
|
3527
3597
|
} & {
|
|
3528
3598
|
headers: {
|
|
3529
3599
|
"x-access-token"?: string | undefined;
|
|
3530
3600
|
};
|
|
3531
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3532
|
-
/**
|
|
3533
|
-
|
|
3601
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupMfa.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3602
|
+
/** Initialize Multi Factor Authentication. If successfull, it needs to be confirmed, before usage of mfa. */
|
|
3603
|
+
initMfa: (request: {
|
|
3534
3604
|
data: {
|
|
3535
3605
|
[x: string]: unknown;
|
|
3536
3606
|
};
|
|
3537
|
-
pathParameters
|
|
3538
|
-
id: string;
|
|
3539
|
-
};
|
|
3607
|
+
pathParameters?: {} | undefined;
|
|
3540
3608
|
headers?: {
|
|
3541
3609
|
"x-access-token"?: string | undefined;
|
|
3542
3610
|
} | undefined;
|
|
@@ -3545,22 +3613,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3545
3613
|
[x: string]: unknown;
|
|
3546
3614
|
};
|
|
3547
3615
|
} & {
|
|
3548
|
-
pathParameters: {
|
|
3549
|
-
id: string;
|
|
3550
|
-
};
|
|
3616
|
+
pathParameters: {};
|
|
3551
3617
|
} & {
|
|
3552
3618
|
headers: {
|
|
3553
3619
|
"x-access-token"?: string | undefined;
|
|
3554
3620
|
};
|
|
3555
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3556
|
-
/**
|
|
3557
|
-
|
|
3621
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupMfa.Post.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3622
|
+
/** Disable Multi Factor Authentication. */
|
|
3623
|
+
disableMfa: (request: {
|
|
3558
3624
|
data: {
|
|
3559
3625
|
[x: string]: unknown;
|
|
3560
3626
|
};
|
|
3561
|
-
pathParameters
|
|
3562
|
-
id: string;
|
|
3563
|
-
};
|
|
3627
|
+
pathParameters?: {} | undefined;
|
|
3564
3628
|
headers?: {
|
|
3565
3629
|
"x-access-token"?: string | undefined;
|
|
3566
3630
|
} | undefined;
|
|
@@ -3569,38 +3633,36 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3569
3633
|
[x: string]: unknown;
|
|
3570
3634
|
};
|
|
3571
3635
|
} & {
|
|
3572
|
-
pathParameters: {
|
|
3573
|
-
id: string;
|
|
3574
|
-
};
|
|
3636
|
+
pathParameters: {};
|
|
3575
3637
|
} & {
|
|
3576
3638
|
headers: {
|
|
3577
3639
|
"x-access-token"?: string | undefined;
|
|
3578
3640
|
};
|
|
3579
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3580
|
-
/** Get
|
|
3581
|
-
|
|
3641
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3642
|
+
/** Get personalized settings. */
|
|
3643
|
+
getPersonalizedSettings: (request: {
|
|
3582
3644
|
pathParameters: {
|
|
3583
|
-
|
|
3645
|
+
userId: string;
|
|
3584
3646
|
};
|
|
3585
3647
|
headers?: {
|
|
3586
3648
|
"x-access-token"?: string | undefined;
|
|
3587
3649
|
} | undefined;
|
|
3588
3650
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3589
3651
|
pathParameters: {
|
|
3590
|
-
|
|
3652
|
+
userId: string;
|
|
3591
3653
|
};
|
|
3592
3654
|
} & {
|
|
3593
3655
|
headers: {
|
|
3594
3656
|
"x-access-token"?: string | undefined;
|
|
3595
3657
|
};
|
|
3596
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3597
|
-
/**
|
|
3598
|
-
|
|
3658
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3659
|
+
/** Update personalized GUI settings. */
|
|
3660
|
+
updatePersonalizedSettings: (request: {
|
|
3599
3661
|
data: {
|
|
3600
3662
|
[x: string]: unknown;
|
|
3601
3663
|
};
|
|
3602
3664
|
pathParameters: {
|
|
3603
|
-
|
|
3665
|
+
userId: string;
|
|
3604
3666
|
};
|
|
3605
3667
|
headers?: {
|
|
3606
3668
|
"x-access-token"?: string | undefined;
|
|
@@ -3611,78 +3673,71 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3611
3673
|
};
|
|
3612
3674
|
} & {
|
|
3613
3675
|
pathParameters: {
|
|
3614
|
-
|
|
3676
|
+
userId: string;
|
|
3615
3677
|
};
|
|
3616
3678
|
} & {
|
|
3617
3679
|
headers: {
|
|
3618
3680
|
"x-access-token"?: string | undefined;
|
|
3619
3681
|
};
|
|
3620
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3621
|
-
/** Get a specific
|
|
3622
|
-
|
|
3682
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdSettings.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
3683
|
+
/** Get a specific Session */
|
|
3684
|
+
getSession: (request: {
|
|
3623
3685
|
pathParameters: {
|
|
3624
|
-
|
|
3686
|
+
tokenId: string;
|
|
3625
3687
|
};
|
|
3626
3688
|
headers?: {
|
|
3627
3689
|
"x-access-token"?: string | undefined;
|
|
3628
3690
|
} | undefined;
|
|
3629
3691
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3630
3692
|
pathParameters: {
|
|
3631
|
-
|
|
3693
|
+
tokenId: string;
|
|
3632
3694
|
};
|
|
3633
3695
|
} & {
|
|
3634
3696
|
headers: {
|
|
3635
3697
|
"x-access-token"?: string | undefined;
|
|
3636
3698
|
};
|
|
3637
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
3638
|
-
/**
|
|
3639
|
-
|
|
3699
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.SignupUserSession, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
3700
|
+
/** Terminate a specific Session */
|
|
3701
|
+
terminateSession: (request: {
|
|
3640
3702
|
pathParameters: {
|
|
3641
|
-
|
|
3703
|
+
tokenId: string;
|
|
3642
3704
|
};
|
|
3643
3705
|
headers?: {
|
|
3644
3706
|
"x-access-token"?: string | undefined;
|
|
3645
3707
|
} | undefined;
|
|
3646
3708
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3647
3709
|
pathParameters: {
|
|
3648
|
-
|
|
3710
|
+
tokenId: string;
|
|
3649
3711
|
};
|
|
3650
3712
|
} & {
|
|
3651
3713
|
headers: {
|
|
3652
3714
|
"x-access-token"?: string | undefined;
|
|
3653
3715
|
};
|
|
3654
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3655
|
-
/**
|
|
3656
|
-
|
|
3657
|
-
data: {
|
|
3658
|
-
[x: string]: unknown;
|
|
3659
|
-
};
|
|
3716
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSessionsTokenId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
3717
|
+
/** Get profile information for a user. */
|
|
3718
|
+
getUser: (request: {
|
|
3660
3719
|
pathParameters: {
|
|
3661
|
-
|
|
3720
|
+
userId: string;
|
|
3662
3721
|
};
|
|
3663
3722
|
headers?: {
|
|
3664
3723
|
"x-access-token"?: string | undefined;
|
|
3665
3724
|
} | undefined;
|
|
3666
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3667
|
-
data: {
|
|
3668
|
-
[x: string]: unknown;
|
|
3669
|
-
};
|
|
3670
|
-
} & {
|
|
3725
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3671
3726
|
pathParameters: {
|
|
3672
|
-
|
|
3727
|
+
userId: string;
|
|
3673
3728
|
};
|
|
3674
3729
|
} & {
|
|
3675
3730
|
headers: {
|
|
3676
3731
|
"x-access-token"?: string | undefined;
|
|
3677
3732
|
};
|
|
3678
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3679
|
-
/**
|
|
3680
|
-
|
|
3733
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.UserUser, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserId.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserId.Get.Responses.$412.Content.ApplicationJson, 412, "application/json">>>;
|
|
3734
|
+
/** Change personal information. */
|
|
3735
|
+
updatePersonalInformation: (request: {
|
|
3681
3736
|
data: {
|
|
3682
3737
|
[x: string]: unknown;
|
|
3683
3738
|
};
|
|
3684
3739
|
pathParameters: {
|
|
3685
|
-
|
|
3740
|
+
userId: string;
|
|
3686
3741
|
};
|
|
3687
3742
|
headers?: {
|
|
3688
3743
|
"x-access-token"?: string | undefined;
|
|
@@ -3693,45 +3748,78 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3693
3748
|
};
|
|
3694
3749
|
} & {
|
|
3695
3750
|
pathParameters: {
|
|
3696
|
-
|
|
3751
|
+
userId: string;
|
|
3697
3752
|
};
|
|
3698
3753
|
} & {
|
|
3699
3754
|
headers: {
|
|
3700
3755
|
"x-access-token"?: string | undefined;
|
|
3701
3756
|
};
|
|
3702
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3703
|
-
/**
|
|
3704
|
-
|
|
3757
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
3758
|
+
/** Initialize password reset process */
|
|
3759
|
+
initPasswordReset: (request: {
|
|
3760
|
+
data: {
|
|
3761
|
+
[x: string]: unknown;
|
|
3762
|
+
};
|
|
3763
|
+
pathParameters?: {} | undefined;
|
|
3764
|
+
headers?: {} | undefined;
|
|
3765
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3705
3766
|
data: {
|
|
3706
3767
|
[x: string]: unknown;
|
|
3707
3768
|
};
|
|
3769
|
+
} & {
|
|
3770
|
+
pathParameters: {};
|
|
3771
|
+
} & {
|
|
3772
|
+
headers: {};
|
|
3773
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3774
|
+
/** Submitted feedback of the given user. */
|
|
3775
|
+
listFeedback: (request: {
|
|
3708
3776
|
pathParameters: {
|
|
3709
|
-
|
|
3777
|
+
userId: string;
|
|
3710
3778
|
};
|
|
3711
3779
|
headers?: {
|
|
3712
3780
|
"x-access-token"?: string | undefined;
|
|
3713
3781
|
} | undefined;
|
|
3714
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3715
|
-
|
|
3716
|
-
|
|
3782
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3783
|
+
pathParameters: {
|
|
3784
|
+
userId: string;
|
|
3717
3785
|
};
|
|
3718
3786
|
} & {
|
|
3719
|
-
|
|
3720
|
-
|
|
3787
|
+
headers: {
|
|
3788
|
+
"x-access-token"?: string | undefined;
|
|
3721
3789
|
};
|
|
3790
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdFeedback.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3791
|
+
/** List all active sessions */
|
|
3792
|
+
listSessions: (request?: {
|
|
3793
|
+
pathParameters?: {} | undefined;
|
|
3794
|
+
headers?: {
|
|
3795
|
+
"x-access-token"?: string | undefined;
|
|
3796
|
+
} | undefined;
|
|
3797
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3798
|
+
pathParameters: {};
|
|
3722
3799
|
} & {
|
|
3723
3800
|
headers: {
|
|
3724
3801
|
"x-access-token"?: string | undefined;
|
|
3725
3802
|
};
|
|
3726
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3727
|
-
/**
|
|
3728
|
-
|
|
3803
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSessions.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3804
|
+
/** Terminate all sessions, except the current Session */
|
|
3805
|
+
terminateAllSessions: (request?: {
|
|
3806
|
+
pathParameters?: {} | undefined;
|
|
3807
|
+
headers?: {
|
|
3808
|
+
"x-access-token"?: string | undefined;
|
|
3809
|
+
} | undefined;
|
|
3810
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3811
|
+
pathParameters: {};
|
|
3812
|
+
} & {
|
|
3813
|
+
headers: {
|
|
3814
|
+
"x-access-token"?: string | undefined;
|
|
3815
|
+
};
|
|
3816
|
+
}, never>>;
|
|
3817
|
+
/** Terminate session and invalidate access token */
|
|
3818
|
+
logout: (request: {
|
|
3729
3819
|
data: {
|
|
3730
3820
|
[x: string]: unknown;
|
|
3731
3821
|
};
|
|
3732
|
-
pathParameters
|
|
3733
|
-
id: string;
|
|
3734
|
-
};
|
|
3822
|
+
pathParameters?: {} | undefined;
|
|
3735
3823
|
headers?: {
|
|
3736
3824
|
"x-access-token"?: string | undefined;
|
|
3737
3825
|
} | undefined;
|
|
@@ -3740,69 +3828,35 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3740
3828
|
[x: string]: unknown;
|
|
3741
3829
|
};
|
|
3742
3830
|
} & {
|
|
3743
|
-
pathParameters: {
|
|
3744
|
-
id: string;
|
|
3745
|
-
};
|
|
3831
|
+
pathParameters: {};
|
|
3746
3832
|
} & {
|
|
3747
3833
|
headers: {
|
|
3748
3834
|
"x-access-token"?: string | undefined;
|
|
3749
3835
|
};
|
|
3750
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3751
|
-
/**
|
|
3752
|
-
|
|
3753
|
-
data: {
|
|
3754
|
-
[x: string]: unknown;
|
|
3755
|
-
};
|
|
3756
|
-
pathParameters: {
|
|
3757
|
-
id: string;
|
|
3758
|
-
};
|
|
3759
|
-
headers?: {
|
|
3760
|
-
"x-access-token"?: string | undefined;
|
|
3761
|
-
} | undefined;
|
|
3762
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3763
|
-
data: {
|
|
3764
|
-
[x: string]: unknown;
|
|
3765
|
-
};
|
|
3766
|
-
} & {
|
|
3767
|
-
pathParameters: {
|
|
3768
|
-
id: string;
|
|
3769
|
-
};
|
|
3770
|
-
} & {
|
|
3771
|
-
headers: {
|
|
3772
|
-
"x-access-token"?: string | undefined;
|
|
3773
|
-
};
|
|
3774
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
3775
|
-
/** Update the quota of a mailbox */
|
|
3776
|
-
serviceMailaddressUpdateQuota: (request: {
|
|
3836
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3837
|
+
/** Register with email and password. */
|
|
3838
|
+
register: (request: {
|
|
3777
3839
|
data: {
|
|
3778
3840
|
[x: string]: unknown;
|
|
3779
3841
|
};
|
|
3780
|
-
pathParameters
|
|
3781
|
-
|
|
3782
|
-
};
|
|
3783
|
-
headers?: {
|
|
3784
|
-
"x-access-token"?: string | undefined;
|
|
3785
|
-
} | undefined;
|
|
3842
|
+
pathParameters?: {} | undefined;
|
|
3843
|
+
headers?: {} | undefined;
|
|
3786
3844
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3787
3845
|
data: {
|
|
3788
3846
|
[x: string]: unknown;
|
|
3789
3847
|
};
|
|
3790
3848
|
} & {
|
|
3791
|
-
pathParameters: {
|
|
3792
|
-
id: string;
|
|
3793
|
-
};
|
|
3849
|
+
pathParameters: {};
|
|
3794
3850
|
} & {
|
|
3795
|
-
headers: {
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
/** Update the spamprotection of a mailbox */
|
|
3800
|
-
serviceMailaddressUpdateSpamprotection: (request: {
|
|
3851
|
+
headers: {};
|
|
3852
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Responses.$201.Content.ApplicationJson, 201, "application/json">>>;
|
|
3853
|
+
/** Request a new avatar image upload. */
|
|
3854
|
+
requestAvatarUpload: (request: {
|
|
3801
3855
|
data: {
|
|
3802
3856
|
[x: string]: unknown;
|
|
3803
3857
|
};
|
|
3804
3858
|
pathParameters: {
|
|
3805
|
-
|
|
3859
|
+
userId: string;
|
|
3806
3860
|
};
|
|
3807
3861
|
headers?: {
|
|
3808
3862
|
"x-access-token"?: string | undefined;
|
|
@@ -3813,62 +3867,52 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3813
3867
|
};
|
|
3814
3868
|
} & {
|
|
3815
3869
|
pathParameters: {
|
|
3816
|
-
|
|
3870
|
+
userId: string;
|
|
3817
3871
|
};
|
|
3818
3872
|
} & {
|
|
3819
3873
|
headers: {
|
|
3820
3874
|
"x-access-token"?: string | undefined;
|
|
3821
3875
|
};
|
|
3822
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3823
|
-
/**
|
|
3824
|
-
|
|
3876
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
3877
|
+
/** Remove Avatar. */
|
|
3878
|
+
removeAvatar: (request: {
|
|
3825
3879
|
pathParameters: {
|
|
3826
|
-
|
|
3880
|
+
userId: string;
|
|
3827
3881
|
};
|
|
3828
3882
|
headers?: {
|
|
3829
3883
|
"x-access-token"?: string | undefined;
|
|
3830
3884
|
} | undefined;
|
|
3831
3885
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3832
3886
|
pathParameters: {
|
|
3833
|
-
|
|
3887
|
+
userId: string;
|
|
3834
3888
|
};
|
|
3835
3889
|
} & {
|
|
3836
3890
|
headers: {
|
|
3837
3891
|
"x-access-token"?: string | undefined;
|
|
3838
3892
|
};
|
|
3839
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3840
|
-
/**
|
|
3841
|
-
|
|
3893
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
3894
|
+
/** Resend the Email-Address verification email */
|
|
3895
|
+
resendVerificationEmail: (request: {
|
|
3842
3896
|
data: {
|
|
3843
3897
|
[x: string]: unknown;
|
|
3844
3898
|
};
|
|
3845
|
-
pathParameters
|
|
3846
|
-
|
|
3847
|
-
};
|
|
3848
|
-
headers?: {
|
|
3849
|
-
"x-access-token"?: string | undefined;
|
|
3850
|
-
} | undefined;
|
|
3899
|
+
pathParameters?: {} | undefined;
|
|
3900
|
+
headers?: {} | undefined;
|
|
3851
3901
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3852
3902
|
data: {
|
|
3853
3903
|
[x: string]: unknown;
|
|
3854
3904
|
};
|
|
3855
3905
|
} & {
|
|
3856
|
-
pathParameters: {
|
|
3857
|
-
projectId: string;
|
|
3858
|
-
};
|
|
3906
|
+
pathParameters: {};
|
|
3859
3907
|
} & {
|
|
3860
|
-
headers: {
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
/** Update whitelist for a given project ID */
|
|
3865
|
-
serviceProjectsettingUpdateWhitelist: (request: {
|
|
3908
|
+
headers: {};
|
|
3909
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json">>>;
|
|
3910
|
+
/** Reset RecoveryCodes for MFA */
|
|
3911
|
+
resetRecoverycodes: (request: {
|
|
3866
3912
|
data: {
|
|
3867
3913
|
[x: string]: unknown;
|
|
3868
3914
|
};
|
|
3869
|
-
pathParameters
|
|
3870
|
-
projectId: string;
|
|
3871
|
-
};
|
|
3915
|
+
pathParameters?: {} | undefined;
|
|
3872
3916
|
headers?: {
|
|
3873
3917
|
"x-access-token"?: string | undefined;
|
|
3874
3918
|
} | undefined;
|
|
@@ -3877,57 +3921,53 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3877
3921
|
[x: string]: unknown;
|
|
3878
3922
|
};
|
|
3879
3923
|
} & {
|
|
3880
|
-
pathParameters: {
|
|
3881
|
-
projectId: string;
|
|
3882
|
-
};
|
|
3924
|
+
pathParameters: {};
|
|
3883
3925
|
} & {
|
|
3884
3926
|
headers: {
|
|
3885
3927
|
"x-access-token"?: string | undefined;
|
|
3886
3928
|
};
|
|
3887
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
/** getting the subscription status of the subscription */
|
|
3892
|
-
newsletterGetInfo: (request: {
|
|
3893
|
-
pathParameters: {
|
|
3894
|
-
email: string;
|
|
3895
|
-
};
|
|
3929
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupMfaResetRecoverycodes.Put.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3930
|
+
/** Request a support code */
|
|
3931
|
+
supportCodeRequest: (request?: {
|
|
3932
|
+
pathParameters?: {} | undefined;
|
|
3896
3933
|
headers?: {
|
|
3897
3934
|
"x-access-token"?: string | undefined;
|
|
3898
3935
|
} | undefined;
|
|
3899
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3900
|
-
pathParameters: {
|
|
3901
|
-
email: string;
|
|
3902
|
-
};
|
|
3936
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3937
|
+
pathParameters: {};
|
|
3903
3938
|
} & {
|
|
3904
3939
|
headers: {
|
|
3905
3940
|
"x-access-token"?: string | undefined;
|
|
3906
3941
|
};
|
|
3907
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3908
|
-
/**
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3942
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSupportcode.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
3943
|
+
/** Verify an added Email-Address */
|
|
3944
|
+
verifyEmail: (request: {
|
|
3945
|
+
data: {
|
|
3946
|
+
[x: string]: unknown;
|
|
3912
3947
|
};
|
|
3948
|
+
pathParameters?: {} | undefined;
|
|
3913
3949
|
headers?: {
|
|
3914
3950
|
"x-access-token"?: string | undefined;
|
|
3915
3951
|
} | undefined;
|
|
3916
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
3917
|
-
|
|
3918
|
-
|
|
3952
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3953
|
+
data: {
|
|
3954
|
+
[x: string]: unknown;
|
|
3919
3955
|
};
|
|
3956
|
+
} & {
|
|
3957
|
+
pathParameters: {};
|
|
3920
3958
|
} & {
|
|
3921
3959
|
headers: {
|
|
3922
3960
|
"x-access-token"?: string | undefined;
|
|
3923
3961
|
};
|
|
3924
|
-
},
|
|
3925
|
-
/**
|
|
3926
|
-
|
|
3962
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupEmailVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
3963
|
+
/** Verify phone number. */
|
|
3964
|
+
verifyPhoneNumber: (request: {
|
|
3927
3965
|
data: {
|
|
3928
3966
|
[x: string]: unknown;
|
|
3929
3967
|
};
|
|
3930
|
-
pathParameters
|
|
3968
|
+
pathParameters: {
|
|
3969
|
+
userId: string;
|
|
3970
|
+
};
|
|
3931
3971
|
headers?: {
|
|
3932
3972
|
"x-access-token"?: string | undefined;
|
|
3933
3973
|
} | undefined;
|
|
@@ -3936,44 +3976,41 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3936
3976
|
[x: string]: unknown;
|
|
3937
3977
|
};
|
|
3938
3978
|
} & {
|
|
3939
|
-
pathParameters: {
|
|
3940
|
-
|
|
3941
|
-
headers: {
|
|
3942
|
-
"x-access-token"?: string | undefined;
|
|
3979
|
+
pathParameters: {
|
|
3980
|
+
userId: string;
|
|
3943
3981
|
};
|
|
3944
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2NewsletterSubscriptions.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonValidationErrors, 400, "application/json">>>;
|
|
3945
|
-
/** Get the counts for unread notifications of the user. */
|
|
3946
|
-
scountUnreadNotifications: (request?: {
|
|
3947
|
-
pathParameters?: {} | undefined;
|
|
3948
|
-
headers?: {
|
|
3949
|
-
"x-access-token"?: string | undefined;
|
|
3950
|
-
} | undefined;
|
|
3951
|
-
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
3952
|
-
pathParameters: {};
|
|
3953
3982
|
} & {
|
|
3954
3983
|
headers: {
|
|
3955
3984
|
"x-access-token"?: string | undefined;
|
|
3956
3985
|
};
|
|
3957
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3958
|
-
/**
|
|
3959
|
-
|
|
3986
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UsersUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson, 409, "application/json">>>;
|
|
3987
|
+
/** Verify your registration */
|
|
3988
|
+
verifyRegistration: (request: {
|
|
3989
|
+
data: {
|
|
3990
|
+
[x: string]: unknown;
|
|
3991
|
+
};
|
|
3960
3992
|
pathParameters?: {} | undefined;
|
|
3961
|
-
headers?: {
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3993
|
+
headers?: {} | undefined;
|
|
3994
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
3995
|
+
data: {
|
|
3996
|
+
[x: string]: unknown;
|
|
3997
|
+
};
|
|
3998
|
+
} & {
|
|
3965
3999
|
pathParameters: {};
|
|
3966
4000
|
} & {
|
|
3967
|
-
headers: {
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
4001
|
+
headers: {};
|
|
4002
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonsValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupRegistrationVerification.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4003
|
+
};
|
|
4004
|
+
/** The domain API allows you to manage your domains, DNS records and ingress resources. */
|
|
4005
|
+
readonly domain: {
|
|
4006
|
+
/** updates a-records for a specific zone */
|
|
4007
|
+
dnsRecordAsetCustom: (request: {
|
|
3973
4008
|
data: {
|
|
3974
4009
|
[x: string]: unknown;
|
|
3975
4010
|
};
|
|
3976
|
-
pathParameters
|
|
4011
|
+
pathParameters: {
|
|
4012
|
+
zoneId: string;
|
|
4013
|
+
};
|
|
3977
4014
|
headers?: {
|
|
3978
4015
|
"x-access-token"?: string | undefined;
|
|
3979
4016
|
} | undefined;
|
|
@@ -3982,19 +4019,21 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3982
4019
|
[x: string]: unknown;
|
|
3983
4020
|
};
|
|
3984
4021
|
} & {
|
|
3985
|
-
pathParameters: {
|
|
4022
|
+
pathParameters: {
|
|
4023
|
+
zoneId: string;
|
|
4024
|
+
};
|
|
3986
4025
|
} & {
|
|
3987
4026
|
headers: {
|
|
3988
4027
|
"x-access-token"?: string | undefined;
|
|
3989
4028
|
};
|
|
3990
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
3991
|
-
/**
|
|
3992
|
-
|
|
4029
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedCustom.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4030
|
+
/** set a-records managed by ingress for a specific zone */
|
|
4031
|
+
dnsRecordAsetManagedByIngress: (request: {
|
|
3993
4032
|
data: {
|
|
3994
4033
|
[x: string]: unknown;
|
|
3995
4034
|
};
|
|
3996
4035
|
pathParameters: {
|
|
3997
|
-
|
|
4036
|
+
zoneId: string;
|
|
3998
4037
|
};
|
|
3999
4038
|
headers?: {
|
|
4000
4039
|
"x-access-token"?: string | undefined;
|
|
@@ -4005,23 +4044,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4005
4044
|
};
|
|
4006
4045
|
} & {
|
|
4007
4046
|
pathParameters: {
|
|
4008
|
-
|
|
4047
|
+
zoneId: string;
|
|
4009
4048
|
};
|
|
4010
4049
|
} & {
|
|
4011
4050
|
headers: {
|
|
4012
4051
|
"x-access-token"?: string | undefined;
|
|
4013
4052
|
};
|
|
4014
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
readonly project: {
|
|
4018
|
-
/** Accept a ProjectInvite. */
|
|
4019
|
-
acceptProjectInvite: (request: {
|
|
4053
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedManagedIngress.Post.Responses.$204.Content.ApplicationJson, 204, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetAcombinedManagedIngress.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4054
|
+
/** updates cname-record for a specific zone */
|
|
4055
|
+
dnsRecordCnameSet: (request: {
|
|
4020
4056
|
data: {
|
|
4021
4057
|
[x: string]: unknown;
|
|
4022
4058
|
};
|
|
4023
4059
|
pathParameters: {
|
|
4024
|
-
|
|
4060
|
+
zoneId: string;
|
|
4025
4061
|
};
|
|
4026
4062
|
headers?: {
|
|
4027
4063
|
"x-access-token"?: string | undefined;
|
|
@@ -4032,20 +4068,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4032
4068
|
};
|
|
4033
4069
|
} & {
|
|
4034
4070
|
pathParameters: {
|
|
4035
|
-
|
|
4071
|
+
zoneId: string;
|
|
4036
4072
|
};
|
|
4037
4073
|
} & {
|
|
4038
4074
|
headers: {
|
|
4039
4075
|
"x-access-token"?: string | undefined;
|
|
4040
4076
|
};
|
|
4041
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4042
|
-
/**
|
|
4043
|
-
|
|
4077
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetCname.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4078
|
+
/** updates mx-records for a specific zone */
|
|
4079
|
+
dnsRecordMxSetCustom: (request: {
|
|
4044
4080
|
data: {
|
|
4045
4081
|
[x: string]: unknown;
|
|
4046
4082
|
};
|
|
4047
4083
|
pathParameters: {
|
|
4048
|
-
|
|
4084
|
+
zoneId: string;
|
|
4049
4085
|
};
|
|
4050
4086
|
headers?: {
|
|
4051
4087
|
"x-access-token"?: string | undefined;
|
|
@@ -4056,20 +4092,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4056
4092
|
};
|
|
4057
4093
|
} & {
|
|
4058
4094
|
pathParameters: {
|
|
4059
|
-
|
|
4095
|
+
zoneId: string;
|
|
4060
4096
|
};
|
|
4061
4097
|
} & {
|
|
4062
4098
|
headers: {
|
|
4063
4099
|
"x-access-token"?: string | undefined;
|
|
4064
4100
|
};
|
|
4065
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4066
|
-
/**
|
|
4067
|
-
|
|
4101
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxCustom.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4102
|
+
/** sets mx-records to managed for a specific zone */
|
|
4103
|
+
dnsRecordMxSetManaged: (request: {
|
|
4068
4104
|
data: {
|
|
4069
4105
|
[x: string]: unknown;
|
|
4070
4106
|
};
|
|
4071
4107
|
pathParameters: {
|
|
4072
|
-
|
|
4108
|
+
zoneId: string;
|
|
4073
4109
|
};
|
|
4074
4110
|
headers?: {
|
|
4075
4111
|
"x-access-token"?: string | undefined;
|
|
@@ -4080,20 +4116,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4080
4116
|
};
|
|
4081
4117
|
} & {
|
|
4082
4118
|
pathParameters: {
|
|
4083
|
-
|
|
4119
|
+
zoneId: string;
|
|
4084
4120
|
};
|
|
4085
4121
|
} & {
|
|
4086
4122
|
headers: {
|
|
4087
4123
|
"x-access-token"?: string | undefined;
|
|
4088
4124
|
};
|
|
4089
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4090
|
-
/**
|
|
4091
|
-
|
|
4125
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetMxManaged.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4126
|
+
/** updates txt-records for a specific zone */
|
|
4127
|
+
dnsRecordTxtSet: (request: {
|
|
4092
4128
|
data: {
|
|
4093
4129
|
[x: string]: unknown;
|
|
4094
4130
|
};
|
|
4095
4131
|
pathParameters: {
|
|
4096
|
-
|
|
4132
|
+
zoneId: string;
|
|
4097
4133
|
};
|
|
4098
4134
|
headers?: {
|
|
4099
4135
|
"x-access-token"?: string | undefined;
|
|
@@ -4104,32 +4140,32 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4104
4140
|
};
|
|
4105
4141
|
} & {
|
|
4106
4142
|
pathParameters: {
|
|
4107
|
-
|
|
4143
|
+
zoneId: string;
|
|
4108
4144
|
};
|
|
4109
4145
|
} & {
|
|
4110
4146
|
headers: {
|
|
4111
4147
|
"x-access-token"?: string | undefined;
|
|
4112
4148
|
};
|
|
4113
|
-
},
|
|
4114
|
-
/**
|
|
4115
|
-
|
|
4149
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DnsZonesZoneIdRecordsetTxt.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4150
|
+
/** gets a specific zone */
|
|
4151
|
+
dnsZoneGetSpecific: (request: {
|
|
4116
4152
|
pathParameters: {
|
|
4117
|
-
|
|
4153
|
+
zoneId: string;
|
|
4118
4154
|
};
|
|
4119
4155
|
headers?: {
|
|
4120
4156
|
"x-access-token"?: string | undefined;
|
|
4121
4157
|
} | undefined;
|
|
4122
4158
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4123
4159
|
pathParameters: {
|
|
4124
|
-
|
|
4160
|
+
zoneId: string;
|
|
4125
4161
|
};
|
|
4126
4162
|
} & {
|
|
4127
4163
|
headers: {
|
|
4128
4164
|
"x-access-token"?: string | undefined;
|
|
4129
4165
|
};
|
|
4130
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4131
|
-
/**
|
|
4132
|
-
|
|
4166
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.DnsZone, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DnsZonesZoneId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4167
|
+
/** gets all dns zones by project id */
|
|
4168
|
+
dnsZonesForProject: (request: {
|
|
4133
4169
|
pathParameters: {
|
|
4134
4170
|
projectId: string;
|
|
4135
4171
|
};
|
|
@@ -4144,82 +4180,119 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4144
4180
|
headers: {
|
|
4145
4181
|
"x-access-token"?: string | undefined;
|
|
4146
4182
|
};
|
|
4147
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4148
|
-
/**
|
|
4149
|
-
|
|
4183
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4184
|
+
/** Abort a declare process. */
|
|
4185
|
+
abortDeclareProcess: (request: {
|
|
4150
4186
|
pathParameters: {
|
|
4151
|
-
|
|
4187
|
+
domainId: string;
|
|
4152
4188
|
};
|
|
4153
4189
|
headers?: {
|
|
4154
4190
|
"x-access-token"?: string | undefined;
|
|
4155
4191
|
} | undefined;
|
|
4156
4192
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4157
4193
|
pathParameters: {
|
|
4158
|
-
|
|
4194
|
+
domainId: string;
|
|
4159
4195
|
};
|
|
4160
4196
|
} & {
|
|
4161
4197
|
headers: {
|
|
4162
4198
|
"x-access-token"?: string | undefined;
|
|
4163
4199
|
};
|
|
4164
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4165
|
-
/**
|
|
4166
|
-
|
|
4200
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4201
|
+
/** Change the ownerC of a domain. */
|
|
4202
|
+
changeOwnercOfDomain: (request: {
|
|
4203
|
+
data: {
|
|
4204
|
+
[x: string]: unknown;
|
|
4205
|
+
};
|
|
4167
4206
|
pathParameters: {
|
|
4168
|
-
|
|
4207
|
+
domainId: string;
|
|
4169
4208
|
};
|
|
4170
4209
|
headers?: {
|
|
4171
4210
|
"x-access-token"?: string | undefined;
|
|
4172
4211
|
} | undefined;
|
|
4173
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
4212
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4213
|
+
data: {
|
|
4214
|
+
[x: string]: unknown;
|
|
4215
|
+
};
|
|
4216
|
+
} & {
|
|
4174
4217
|
pathParameters: {
|
|
4175
|
-
|
|
4218
|
+
domainId: string;
|
|
4176
4219
|
};
|
|
4177
4220
|
} & {
|
|
4178
4221
|
headers: {
|
|
4179
4222
|
"x-access-token"?: string | undefined;
|
|
4180
4223
|
};
|
|
4181
|
-
},
|
|
4182
|
-
/**
|
|
4183
|
-
|
|
4224
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4225
|
+
/** Change the Project relation of a Domain. */
|
|
4226
|
+
changeProjectOfDomain: (request: {
|
|
4227
|
+
data: {
|
|
4228
|
+
[x: string]: unknown;
|
|
4229
|
+
};
|
|
4184
4230
|
pathParameters: {
|
|
4185
|
-
|
|
4231
|
+
domainId: string;
|
|
4186
4232
|
};
|
|
4187
4233
|
headers?: {
|
|
4188
4234
|
"x-access-token"?: string | undefined;
|
|
4189
4235
|
} | undefined;
|
|
4190
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
4236
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4237
|
+
data: {
|
|
4238
|
+
[x: string]: unknown;
|
|
4239
|
+
};
|
|
4240
|
+
} & {
|
|
4191
4241
|
pathParameters: {
|
|
4192
|
-
|
|
4242
|
+
domainId: string;
|
|
4193
4243
|
};
|
|
4194
4244
|
} & {
|
|
4195
4245
|
headers: {
|
|
4196
4246
|
"x-access-token"?: string | undefined;
|
|
4197
4247
|
};
|
|
4198
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4199
|
-
/**
|
|
4200
|
-
|
|
4248
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4249
|
+
/** Check if a Domain is available to register. */
|
|
4250
|
+
checkDomainAvailability: (request: {
|
|
4251
|
+
data: {
|
|
4252
|
+
[x: string]: unknown;
|
|
4253
|
+
};
|
|
4254
|
+
pathParameters?: {} | undefined;
|
|
4255
|
+
headers?: {} | undefined;
|
|
4256
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4257
|
+
data: {
|
|
4258
|
+
[x: string]: unknown;
|
|
4259
|
+
};
|
|
4260
|
+
} & {
|
|
4261
|
+
pathParameters: {};
|
|
4262
|
+
} & {
|
|
4263
|
+
headers: {};
|
|
4264
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Domains.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Domains.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4265
|
+
/** Create an AuthCode for a Domains transfer out process. */
|
|
4266
|
+
createAuthcodeForDomain: (request: {
|
|
4267
|
+
data: {
|
|
4268
|
+
[x: string]: unknown;
|
|
4269
|
+
};
|
|
4201
4270
|
pathParameters: {
|
|
4202
|
-
|
|
4271
|
+
domainId: string;
|
|
4203
4272
|
};
|
|
4204
4273
|
headers?: {
|
|
4205
4274
|
"x-access-token"?: string | undefined;
|
|
4206
4275
|
} | undefined;
|
|
4207
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
4276
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4277
|
+
data: {
|
|
4278
|
+
[x: string]: unknown;
|
|
4279
|
+
};
|
|
4280
|
+
} & {
|
|
4208
4281
|
pathParameters: {
|
|
4209
|
-
|
|
4282
|
+
domainId: string;
|
|
4210
4283
|
};
|
|
4211
4284
|
} & {
|
|
4212
4285
|
headers: {
|
|
4213
4286
|
"x-access-token"?: string | undefined;
|
|
4214
4287
|
};
|
|
4215
|
-
},
|
|
4216
|
-
/**
|
|
4217
|
-
|
|
4288
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4289
|
+
/** Create an AuthCode2. */
|
|
4290
|
+
createAuthcode2ForDomain: (request: {
|
|
4218
4291
|
data: {
|
|
4219
4292
|
[x: string]: unknown;
|
|
4220
4293
|
};
|
|
4221
4294
|
pathParameters: {
|
|
4222
|
-
|
|
4295
|
+
domainId: string;
|
|
4223
4296
|
};
|
|
4224
4297
|
headers?: {
|
|
4225
4298
|
"x-access-token"?: string | undefined;
|
|
@@ -4230,137 +4303,163 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4230
4303
|
};
|
|
4231
4304
|
} & {
|
|
4232
4305
|
pathParameters: {
|
|
4233
|
-
|
|
4306
|
+
domainId: string;
|
|
4234
4307
|
};
|
|
4235
4308
|
} & {
|
|
4236
4309
|
headers: {
|
|
4237
4310
|
"x-access-token"?: string | undefined;
|
|
4238
4311
|
};
|
|
4239
|
-
},
|
|
4240
|
-
/**
|
|
4241
|
-
|
|
4312
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode2.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsCreateAuthcode2.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4313
|
+
/** Change all nameservers of a Domain. */
|
|
4314
|
+
declareNameservers: (request: {
|
|
4315
|
+
data: {
|
|
4316
|
+
[x: string]: unknown;
|
|
4317
|
+
};
|
|
4242
4318
|
pathParameters: {
|
|
4243
|
-
|
|
4319
|
+
domainId: string;
|
|
4244
4320
|
};
|
|
4245
4321
|
headers?: {
|
|
4246
4322
|
"x-access-token"?: string | undefined;
|
|
4247
4323
|
} | undefined;
|
|
4248
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
4324
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4325
|
+
data: {
|
|
4326
|
+
[x: string]: unknown;
|
|
4327
|
+
};
|
|
4328
|
+
} & {
|
|
4249
4329
|
pathParameters: {
|
|
4250
|
-
|
|
4330
|
+
domainId: string;
|
|
4251
4331
|
};
|
|
4252
4332
|
} & {
|
|
4253
4333
|
headers: {
|
|
4254
4334
|
"x-access-token"?: string | undefined;
|
|
4255
4335
|
};
|
|
4256
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4257
|
-
/**
|
|
4258
|
-
|
|
4336
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Put.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4337
|
+
/** Update an AuthCode. */
|
|
4338
|
+
declareProcessChangeAuthcode: (request: {
|
|
4339
|
+
data: {
|
|
4340
|
+
[x: string]: unknown;
|
|
4341
|
+
};
|
|
4259
4342
|
pathParameters: {
|
|
4260
|
-
|
|
4343
|
+
domainId: string;
|
|
4261
4344
|
};
|
|
4262
4345
|
headers?: {
|
|
4263
4346
|
"x-access-token"?: string | undefined;
|
|
4264
4347
|
} | undefined;
|
|
4265
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
4348
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4349
|
+
data: {
|
|
4350
|
+
[x: string]: unknown;
|
|
4351
|
+
};
|
|
4352
|
+
} & {
|
|
4266
4353
|
pathParameters: {
|
|
4267
|
-
|
|
4354
|
+
domainId: string;
|
|
4268
4355
|
};
|
|
4269
4356
|
} & {
|
|
4270
4357
|
headers: {
|
|
4271
4358
|
"x-access-token"?: string | undefined;
|
|
4272
4359
|
};
|
|
4273
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4274
|
-
/**
|
|
4275
|
-
|
|
4360
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsAuthcode.Put.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4361
|
+
/** Update a Domain's OwnerC handle. */
|
|
4362
|
+
declareProcessChangeHandles: (request: {
|
|
4363
|
+
data: {
|
|
4364
|
+
[x: string]: unknown;
|
|
4365
|
+
};
|
|
4276
4366
|
pathParameters: {
|
|
4277
|
-
|
|
4367
|
+
domainId: string;
|
|
4278
4368
|
};
|
|
4279
4369
|
headers?: {
|
|
4280
4370
|
"x-access-token"?: string | undefined;
|
|
4281
4371
|
} | undefined;
|
|
4282
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
4283
|
-
|
|
4284
|
-
|
|
4372
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4373
|
+
data: {
|
|
4374
|
+
[x: string]: unknown;
|
|
4285
4375
|
};
|
|
4286
4376
|
} & {
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
};
|
|
4290
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4291
|
-
/** Get a ProjectInvite by token. */
|
|
4292
|
-
getProjectTokenInvite: (request: {
|
|
4293
|
-
headers: {
|
|
4294
|
-
token: string;
|
|
4295
|
-
"x-access-token"?: string | undefined;
|
|
4377
|
+
pathParameters: {
|
|
4378
|
+
domainId: string;
|
|
4296
4379
|
};
|
|
4297
|
-
pathParameters?: {} | undefined;
|
|
4298
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4299
|
-
pathParameters: {};
|
|
4300
4380
|
} & {
|
|
4301
4381
|
headers: {
|
|
4302
|
-
token: string;
|
|
4303
4382
|
"x-access-token"?: string | undefined;
|
|
4304
4383
|
};
|
|
4305
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4306
|
-
/** Get a
|
|
4307
|
-
|
|
4384
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarationsHandles.Put.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4385
|
+
/** Get a Domain. */
|
|
4386
|
+
getDomain: (request: {
|
|
4308
4387
|
pathParameters: {
|
|
4309
|
-
|
|
4388
|
+
domainId: string;
|
|
4310
4389
|
};
|
|
4311
4390
|
headers?: {
|
|
4312
4391
|
"x-access-token"?: string | undefined;
|
|
4313
4392
|
} | undefined;
|
|
4314
4393
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4315
4394
|
pathParameters: {
|
|
4316
|
-
|
|
4395
|
+
domainId: string;
|
|
4317
4396
|
};
|
|
4318
4397
|
} & {
|
|
4319
4398
|
headers: {
|
|
4320
4399
|
"x-access-token"?: string | undefined;
|
|
4321
4400
|
};
|
|
4322
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
4323
|
-
/**
|
|
4324
|
-
|
|
4401
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.DomainDomain, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4402
|
+
/** Delete a Domain. */
|
|
4403
|
+
deleteDomain: (request: {
|
|
4404
|
+
data: {
|
|
4405
|
+
[x: string]: unknown;
|
|
4406
|
+
};
|
|
4325
4407
|
pathParameters: {
|
|
4326
|
-
|
|
4408
|
+
domainId: string;
|
|
4327
4409
|
};
|
|
4328
4410
|
headers?: {
|
|
4329
4411
|
"x-access-token"?: string | undefined;
|
|
4330
4412
|
} | undefined;
|
|
4331
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
4413
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4414
|
+
data: {
|
|
4415
|
+
[x: string]: unknown;
|
|
4416
|
+
};
|
|
4417
|
+
} & {
|
|
4332
4418
|
pathParameters: {
|
|
4333
|
-
|
|
4419
|
+
domainId: string;
|
|
4334
4420
|
};
|
|
4335
4421
|
} & {
|
|
4336
4422
|
headers: {
|
|
4337
4423
|
"x-access-token"?: string | undefined;
|
|
4338
4424
|
};
|
|
4339
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4340
|
-
/** Get a
|
|
4341
|
-
|
|
4425
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4426
|
+
/** Get a HandleSchema. */
|
|
4427
|
+
getHandleFields: (request: {
|
|
4342
4428
|
pathParameters: {
|
|
4343
|
-
|
|
4429
|
+
domainName: string;
|
|
4430
|
+
};
|
|
4431
|
+
headers?: {} | undefined;
|
|
4432
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4433
|
+
pathParameters: {
|
|
4434
|
+
domainName: string;
|
|
4435
|
+
};
|
|
4436
|
+
} & {
|
|
4437
|
+
headers: {};
|
|
4438
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsHandleSchemaDomainName.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
4439
|
+
/** Get a domain ownership. */
|
|
4440
|
+
getSpecificDomainOwnership: (request: {
|
|
4441
|
+
pathParameters: {
|
|
4442
|
+
domainOwnershipId: string;
|
|
4344
4443
|
};
|
|
4345
4444
|
headers?: {
|
|
4346
4445
|
"x-access-token"?: string | undefined;
|
|
4347
4446
|
} | undefined;
|
|
4348
4447
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4349
4448
|
pathParameters: {
|
|
4350
|
-
|
|
4449
|
+
domainOwnershipId: string;
|
|
4351
4450
|
};
|
|
4352
4451
|
} & {
|
|
4353
4452
|
headers: {
|
|
4354
4453
|
"x-access-token"?: string | undefined;
|
|
4355
4454
|
};
|
|
4356
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
4357
|
-
/**
|
|
4358
|
-
|
|
4455
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.DomainDomainOwnership, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4456
|
+
/** Verify a domain ownership. */
|
|
4457
|
+
verifyDomainOwnership: (request: {
|
|
4359
4458
|
data: {
|
|
4360
4459
|
[x: string]: unknown;
|
|
4361
4460
|
};
|
|
4362
4461
|
pathParameters: {
|
|
4363
|
-
|
|
4462
|
+
domainOwnershipId: string;
|
|
4364
4463
|
};
|
|
4365
4464
|
headers?: {
|
|
4366
4465
|
"x-access-token"?: string | undefined;
|
|
@@ -4371,32 +4470,32 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4371
4470
|
};
|
|
4372
4471
|
} & {
|
|
4373
4472
|
pathParameters: {
|
|
4374
|
-
|
|
4473
|
+
domainOwnershipId: string;
|
|
4375
4474
|
};
|
|
4376
4475
|
} & {
|
|
4377
4476
|
headers: {
|
|
4378
4477
|
"x-access-token"?: string | undefined;
|
|
4379
4478
|
};
|
|
4380
|
-
},
|
|
4381
|
-
/**
|
|
4382
|
-
|
|
4479
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipId.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4480
|
+
/** Get a toplevel domain. */
|
|
4481
|
+
getToplevelDomain: (request: {
|
|
4383
4482
|
pathParameters: {
|
|
4384
|
-
|
|
4483
|
+
tld: string;
|
|
4385
4484
|
};
|
|
4386
4485
|
headers?: {
|
|
4387
4486
|
"x-access-token"?: string | undefined;
|
|
4388
4487
|
} | undefined;
|
|
4389
4488
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4390
4489
|
pathParameters: {
|
|
4391
|
-
|
|
4490
|
+
tld: string;
|
|
4392
4491
|
};
|
|
4393
4492
|
} & {
|
|
4394
4493
|
headers: {
|
|
4395
4494
|
"x-access-token"?: string | undefined;
|
|
4396
4495
|
};
|
|
4397
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4398
|
-
/** List all
|
|
4399
|
-
|
|
4496
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.DomainTopLevel, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ToplevelDomainsTld.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4497
|
+
/** List all domain ownerships of a project. */
|
|
4498
|
+
listDomainOwnerships: (request: {
|
|
4400
4499
|
pathParameters: {
|
|
4401
4500
|
projectId: string;
|
|
4402
4501
|
};
|
|
@@ -4411,22 +4510,26 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4411
4510
|
headers: {
|
|
4412
4511
|
"x-access-token"?: string | undefined;
|
|
4413
4512
|
};
|
|
4414
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4415
|
-
/** List
|
|
4416
|
-
|
|
4417
|
-
pathParameters
|
|
4513
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4514
|
+
/** List Domains belonging to a Project. */
|
|
4515
|
+
listDomains: (request: {
|
|
4516
|
+
pathParameters: {
|
|
4517
|
+
projectId: string;
|
|
4518
|
+
};
|
|
4418
4519
|
headers?: {
|
|
4419
4520
|
"x-access-token"?: string | undefined;
|
|
4420
4521
|
} | undefined;
|
|
4421
|
-
}
|
|
4422
|
-
pathParameters: {
|
|
4522
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4523
|
+
pathParameters: {
|
|
4524
|
+
projectId: string;
|
|
4525
|
+
};
|
|
4423
4526
|
} & {
|
|
4424
4527
|
headers: {
|
|
4425
4528
|
"x-access-token"?: string | undefined;
|
|
4426
4529
|
};
|
|
4427
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4428
|
-
/** List
|
|
4429
|
-
|
|
4530
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4531
|
+
/** List all supported toplevel domains. */
|
|
4532
|
+
listToplevelDomains: (request?: {
|
|
4430
4533
|
pathParameters?: {} | undefined;
|
|
4431
4534
|
headers?: {
|
|
4432
4535
|
"x-access-token"?: string | undefined;
|
|
@@ -4437,64 +4540,122 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4437
4540
|
headers: {
|
|
4438
4541
|
"x-access-token"?: string | undefined;
|
|
4439
4542
|
};
|
|
4440
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4441
|
-
/**
|
|
4442
|
-
|
|
4443
|
-
|
|
4543
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ToplevelDomains.Get.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4544
|
+
/** Resend a domain email. */
|
|
4545
|
+
resendDomainEmail: (request: {
|
|
4546
|
+
data: {
|
|
4547
|
+
[x: string]: unknown;
|
|
4548
|
+
};
|
|
4549
|
+
pathParameters: {
|
|
4550
|
+
domainId: string;
|
|
4551
|
+
};
|
|
4444
4552
|
headers?: {
|
|
4445
4553
|
"x-access-token"?: string | undefined;
|
|
4446
4554
|
} | undefined;
|
|
4447
|
-
}
|
|
4448
|
-
|
|
4555
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4556
|
+
data: {
|
|
4557
|
+
[x: string]: unknown;
|
|
4558
|
+
};
|
|
4559
|
+
} & {
|
|
4560
|
+
pathParameters: {
|
|
4561
|
+
domainId: string;
|
|
4562
|
+
};
|
|
4449
4563
|
} & {
|
|
4450
4564
|
headers: {
|
|
4451
4565
|
"x-access-token"?: string | undefined;
|
|
4452
4566
|
};
|
|
4453
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4454
|
-
/**
|
|
4455
|
-
|
|
4567
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4568
|
+
/** Create an Ingress. */
|
|
4569
|
+
ingressCreate: (request: {
|
|
4570
|
+
data: {
|
|
4571
|
+
[x: string]: unknown;
|
|
4572
|
+
};
|
|
4456
4573
|
pathParameters?: {} | undefined;
|
|
4457
4574
|
headers?: {
|
|
4458
4575
|
"x-access-token"?: string | undefined;
|
|
4459
4576
|
} | undefined;
|
|
4460
|
-
}
|
|
4577
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4578
|
+
data: {
|
|
4579
|
+
[x: string]: unknown;
|
|
4580
|
+
};
|
|
4581
|
+
} & {
|
|
4461
4582
|
pathParameters: {};
|
|
4462
4583
|
} & {
|
|
4463
4584
|
headers: {
|
|
4464
4585
|
"x-access-token"?: string | undefined;
|
|
4465
4586
|
};
|
|
4466
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4467
|
-
/**
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4587
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4588
|
+
/** Get an Ingress. */
|
|
4589
|
+
ingressGetSpecific: (request: {
|
|
4590
|
+
pathParameters: {
|
|
4591
|
+
ingressId: string;
|
|
4471
4592
|
};
|
|
4593
|
+
headers?: {
|
|
4594
|
+
"x-access-token"?: string | undefined;
|
|
4595
|
+
} | undefined;
|
|
4596
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4472
4597
|
pathParameters: {
|
|
4473
|
-
|
|
4598
|
+
ingressId: string;
|
|
4599
|
+
};
|
|
4600
|
+
} & {
|
|
4601
|
+
headers: {
|
|
4602
|
+
"x-access-token"?: string | undefined;
|
|
4603
|
+
};
|
|
4604
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.IngressIngress, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4605
|
+
/** Delete an Ingress. */
|
|
4606
|
+
ingressDelete: (request: {
|
|
4607
|
+
pathParameters: {
|
|
4608
|
+
ingressId: string;
|
|
4474
4609
|
};
|
|
4475
4610
|
headers?: {
|
|
4476
4611
|
"x-access-token"?: string | undefined;
|
|
4477
4612
|
} | undefined;
|
|
4478
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4479
|
-
|
|
4480
|
-
|
|
4613
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4614
|
+
pathParameters: {
|
|
4615
|
+
ingressId: string;
|
|
4616
|
+
};
|
|
4617
|
+
} & {
|
|
4618
|
+
headers: {
|
|
4619
|
+
"x-access-token"?: string | undefined;
|
|
4481
4620
|
};
|
|
4621
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4622
|
+
/** List Ingresses the user has access to. */
|
|
4623
|
+
ingressListAccessible: (request?: {
|
|
4624
|
+
pathParameters?: {} | undefined;
|
|
4625
|
+
headers?: {
|
|
4626
|
+
"x-access-token"?: string | undefined;
|
|
4627
|
+
} | undefined;
|
|
4628
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4629
|
+
pathParameters: {};
|
|
4482
4630
|
} & {
|
|
4631
|
+
headers: {
|
|
4632
|
+
"x-access-token"?: string | undefined;
|
|
4633
|
+
};
|
|
4634
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4635
|
+
/** List Ingresses belonging to a project. */
|
|
4636
|
+
ingressListForProject: (request: {
|
|
4483
4637
|
pathParameters: {
|
|
4484
|
-
|
|
4638
|
+
projectId: string;
|
|
4639
|
+
};
|
|
4640
|
+
headers?: {
|
|
4641
|
+
"x-access-token"?: string | undefined;
|
|
4642
|
+
} | undefined;
|
|
4643
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4644
|
+
pathParameters: {
|
|
4645
|
+
projectId: string;
|
|
4485
4646
|
};
|
|
4486
4647
|
} & {
|
|
4487
4648
|
headers: {
|
|
4488
4649
|
"x-access-token"?: string | undefined;
|
|
4489
4650
|
};
|
|
4490
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4491
|
-
/** Update
|
|
4492
|
-
|
|
4651
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4652
|
+
/** Update an Ingresses paths. */
|
|
4653
|
+
ingressPaths: (request: {
|
|
4493
4654
|
data: {
|
|
4494
4655
|
[x: string]: unknown;
|
|
4495
4656
|
};
|
|
4496
4657
|
pathParameters: {
|
|
4497
|
-
|
|
4658
|
+
ingressId: string;
|
|
4498
4659
|
};
|
|
4499
4660
|
headers?: {
|
|
4500
4661
|
"x-access-token"?: string | undefined;
|
|
@@ -4505,20 +4666,20 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4505
4666
|
};
|
|
4506
4667
|
} & {
|
|
4507
4668
|
pathParameters: {
|
|
4508
|
-
|
|
4669
|
+
ingressId: string;
|
|
4509
4670
|
};
|
|
4510
4671
|
} & {
|
|
4511
4672
|
headers: {
|
|
4512
4673
|
"x-access-token"?: string | undefined;
|
|
4513
4674
|
};
|
|
4514
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4515
|
-
/** Update
|
|
4516
|
-
|
|
4675
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4676
|
+
/** Update an Ingresses tls settings. */
|
|
4677
|
+
ingressTls: (request: {
|
|
4517
4678
|
data: {
|
|
4518
4679
|
[x: string]: unknown;
|
|
4519
4680
|
};
|
|
4520
4681
|
pathParameters: {
|
|
4521
|
-
|
|
4682
|
+
ingressId: string;
|
|
4522
4683
|
};
|
|
4523
4684
|
headers?: {
|
|
4524
4685
|
"x-access-token"?: string | undefined;
|
|
@@ -4529,86 +4690,99 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4529
4690
|
};
|
|
4530
4691
|
} & {
|
|
4531
4692
|
pathParameters: {
|
|
4532
|
-
|
|
4693
|
+
ingressId: string;
|
|
4533
4694
|
};
|
|
4534
4695
|
} & {
|
|
4535
4696
|
headers: {
|
|
4536
4697
|
"x-access-token"?: string | undefined;
|
|
4537
4698
|
};
|
|
4538
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4699
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4539
4700
|
};
|
|
4540
|
-
/** The
|
|
4541
|
-
readonly
|
|
4542
|
-
/**
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4701
|
+
/** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
|
|
4702
|
+
readonly file: {
|
|
4703
|
+
/** Create a File. */
|
|
4704
|
+
createFile: (request: {
|
|
4705
|
+
data: {
|
|
4706
|
+
[x: string]: unknown;
|
|
4546
4707
|
};
|
|
4547
|
-
headers
|
|
4548
|
-
|
|
4549
|
-
}
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4708
|
+
headers: {
|
|
4709
|
+
Token: string;
|
|
4710
|
+
};
|
|
4711
|
+
pathParameters?: {} | undefined;
|
|
4712
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4713
|
+
data: {
|
|
4714
|
+
[x: string]: unknown;
|
|
4553
4715
|
};
|
|
4716
|
+
} & {
|
|
4717
|
+
pathParameters: {};
|
|
4554
4718
|
} & {
|
|
4555
4719
|
headers: {
|
|
4556
|
-
|
|
4720
|
+
Token: string;
|
|
4557
4721
|
};
|
|
4558
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
4559
|
-
/** Get a
|
|
4560
|
-
|
|
4722
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.FileFileMeta, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
4723
|
+
/** Get a File's meta. */
|
|
4724
|
+
getFileMeta: (request: {
|
|
4561
4725
|
pathParameters: {
|
|
4562
|
-
|
|
4726
|
+
id: string;
|
|
4563
4727
|
};
|
|
4564
|
-
headers?: {
|
|
4565
|
-
"x-access-token"?: string | undefined;
|
|
4566
|
-
} | undefined;
|
|
4728
|
+
headers?: {} | undefined;
|
|
4567
4729
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4568
4730
|
pathParameters: {
|
|
4569
|
-
|
|
4731
|
+
id: string;
|
|
4570
4732
|
};
|
|
4571
4733
|
} & {
|
|
4572
|
-
headers: {
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
/** Get a Project file's content. */
|
|
4577
|
-
getFileContent: (request: {
|
|
4734
|
+
headers: {};
|
|
4735
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.FileFileMeta, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FilesIdMeta.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
4736
|
+
/** Get a Token's upload rules. */
|
|
4737
|
+
getFileTokenRules: (request: {
|
|
4578
4738
|
pathParameters: {
|
|
4579
|
-
|
|
4739
|
+
token: string;
|
|
4580
4740
|
};
|
|
4581
|
-
headers?: {
|
|
4582
|
-
"x-access-token"?: string | undefined;
|
|
4583
|
-
} | undefined;
|
|
4741
|
+
headers?: {} | undefined;
|
|
4584
4742
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4585
4743
|
pathParameters: {
|
|
4586
|
-
|
|
4744
|
+
token: string;
|
|
4587
4745
|
};
|
|
4588
4746
|
} & {
|
|
4589
|
-
headers: {
|
|
4590
|
-
|
|
4747
|
+
headers: {};
|
|
4748
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.FileFileUploadRules, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FileTokenRulesToken.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
4749
|
+
/** Get a Type's upload rules. */
|
|
4750
|
+
getFileTypeRules: (request: {
|
|
4751
|
+
pathParameters: {
|
|
4752
|
+
name: "avatar" | "conversation";
|
|
4591
4753
|
};
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
getJwt: (request: {
|
|
4754
|
+
headers?: {} | undefined;
|
|
4755
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4595
4756
|
pathParameters: {
|
|
4596
|
-
|
|
4757
|
+
name: "avatar" | "conversation";
|
|
4758
|
+
};
|
|
4759
|
+
} & {
|
|
4760
|
+
headers: {};
|
|
4761
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.FileFileUploadRules, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FileTypeRulesName.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
4762
|
+
/** Get a File. */
|
|
4763
|
+
getFile: (request: {
|
|
4764
|
+
pathParameters: {
|
|
4765
|
+
id: string;
|
|
4597
4766
|
};
|
|
4598
4767
|
headers?: {
|
|
4599
|
-
"
|
|
4768
|
+
Accept?: "binary" | "base64" | undefined;
|
|
4769
|
+
Download?: boolean | undefined;
|
|
4600
4770
|
} | undefined;
|
|
4601
4771
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4602
4772
|
pathParameters: {
|
|
4603
|
-
|
|
4773
|
+
id: string;
|
|
4604
4774
|
};
|
|
4605
4775
|
} & {
|
|
4606
4776
|
headers: {
|
|
4607
|
-
"
|
|
4777
|
+
Accept?: "binary" | "base64" | undefined;
|
|
4778
|
+
Download?: boolean | undefined;
|
|
4608
4779
|
};
|
|
4609
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<
|
|
4610
|
-
|
|
4611
|
-
|
|
4780
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<string, 200, "application/octet-stream"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<string, 200, "base64"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2FilesId.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
4781
|
+
};
|
|
4782
|
+
/** The mail API allows you to manage your mail accounts. */
|
|
4783
|
+
readonly mail: {
|
|
4784
|
+
/** Get all deliveryboxes by project ID */
|
|
4785
|
+
serviceDeliveryboxList: (request: {
|
|
4612
4786
|
pathParameters: {
|
|
4613
4787
|
projectId: string;
|
|
4614
4788
|
};
|
|
@@ -4623,12 +4797,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4623
4797
|
headers: {
|
|
4624
4798
|
"x-access-token"?: string | undefined;
|
|
4625
4799
|
};
|
|
4626
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
readonly sshsftpUser: {
|
|
4630
|
-
/** Create an SFTPUser for a Project. */
|
|
4631
|
-
sftpUserCreateSftpUser: (request: {
|
|
4800
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
4801
|
+
/** Create a new deliverybox */
|
|
4802
|
+
serviceDeliveryboxCreate: (request: {
|
|
4632
4803
|
data: {
|
|
4633
4804
|
[x: string]: unknown;
|
|
4634
4805
|
};
|
|
@@ -4650,48 +4821,48 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4650
4821
|
headers: {
|
|
4651
4822
|
"x-access-token"?: string | undefined;
|
|
4652
4823
|
};
|
|
4653
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4654
|
-
/** Get
|
|
4655
|
-
|
|
4824
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdDeliveryboxes.Post.Responses.$201.Content.ApplicationJson, 201, "application/json">>>;
|
|
4825
|
+
/** Get a specific deliverybox */
|
|
4826
|
+
serviceDeliveryboxGetSpecific: (request: {
|
|
4656
4827
|
pathParameters: {
|
|
4657
|
-
|
|
4828
|
+
id: string;
|
|
4658
4829
|
};
|
|
4659
4830
|
headers?: {
|
|
4660
4831
|
"x-access-token"?: string | undefined;
|
|
4661
4832
|
} | undefined;
|
|
4662
4833
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4663
4834
|
pathParameters: {
|
|
4664
|
-
|
|
4835
|
+
id: string;
|
|
4665
4836
|
};
|
|
4666
4837
|
} & {
|
|
4667
4838
|
headers: {
|
|
4668
4839
|
"x-access-token"?: string | undefined;
|
|
4669
4840
|
};
|
|
4670
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
4671
|
-
/** Delete
|
|
4672
|
-
|
|
4841
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.MailDeliverybox, 200, "application/json">>>;
|
|
4842
|
+
/** Delete a specific deliverybox */
|
|
4843
|
+
serviceDeliveryboxDelete: (request: {
|
|
4673
4844
|
pathParameters: {
|
|
4674
|
-
|
|
4845
|
+
id: string;
|
|
4675
4846
|
};
|
|
4676
4847
|
headers?: {
|
|
4677
4848
|
"x-access-token"?: string | undefined;
|
|
4678
4849
|
} | undefined;
|
|
4679
4850
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4680
4851
|
pathParameters: {
|
|
4681
|
-
|
|
4852
|
+
id: string;
|
|
4682
4853
|
};
|
|
4683
4854
|
} & {
|
|
4684
4855
|
headers: {
|
|
4685
4856
|
"x-access-token"?: string | undefined;
|
|
4686
4857
|
};
|
|
4687
|
-
},
|
|
4688
|
-
/** Update an
|
|
4689
|
-
|
|
4858
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
4859
|
+
/** Update the description of an deliverybox */
|
|
4860
|
+
serviceDeliveryboxUpdateDescription: (request: {
|
|
4690
4861
|
data: {
|
|
4691
4862
|
[x: string]: unknown;
|
|
4692
4863
|
};
|
|
4693
4864
|
pathParameters: {
|
|
4694
|
-
|
|
4865
|
+
id: string;
|
|
4695
4866
|
};
|
|
4696
4867
|
headers?: {
|
|
4697
4868
|
"x-access-token"?: string | undefined;
|
|
@@ -4702,32 +4873,39 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4702
4873
|
};
|
|
4703
4874
|
} & {
|
|
4704
4875
|
pathParameters: {
|
|
4705
|
-
|
|
4876
|
+
id: string;
|
|
4706
4877
|
};
|
|
4707
4878
|
} & {
|
|
4708
4879
|
headers: {
|
|
4709
4880
|
"x-access-token"?: string | undefined;
|
|
4710
4881
|
};
|
|
4711
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
4712
|
-
/**
|
|
4713
|
-
|
|
4882
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
4883
|
+
/** Update the password for a specific deliverybox */
|
|
4884
|
+
serviceDeliveryboxUpdatePassword: (request: {
|
|
4885
|
+
data: {
|
|
4886
|
+
[x: string]: unknown;
|
|
4887
|
+
};
|
|
4714
4888
|
pathParameters: {
|
|
4715
|
-
|
|
4889
|
+
id: string;
|
|
4716
4890
|
};
|
|
4717
4891
|
headers?: {
|
|
4718
4892
|
"x-access-token"?: string | undefined;
|
|
4719
4893
|
} | undefined;
|
|
4720
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
4894
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4895
|
+
data: {
|
|
4896
|
+
[x: string]: unknown;
|
|
4897
|
+
};
|
|
4898
|
+
} & {
|
|
4721
4899
|
pathParameters: {
|
|
4722
|
-
|
|
4900
|
+
id: string;
|
|
4723
4901
|
};
|
|
4724
4902
|
} & {
|
|
4725
4903
|
headers: {
|
|
4726
4904
|
"x-access-token"?: string | undefined;
|
|
4727
4905
|
};
|
|
4728
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
4729
|
-
/** Get all
|
|
4730
|
-
|
|
4906
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
4907
|
+
/** Get all mail addresses for a project ID */
|
|
4908
|
+
serviceMailaddressList: (request: {
|
|
4731
4909
|
pathParameters: {
|
|
4732
4910
|
projectId: string;
|
|
4733
4911
|
};
|
|
@@ -4742,9 +4920,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4742
4920
|
headers: {
|
|
4743
4921
|
"x-access-token"?: string | undefined;
|
|
4744
4922
|
};
|
|
4745
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
4746
|
-
/** Create
|
|
4747
|
-
|
|
4923
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
4924
|
+
/** Create a new mail address */
|
|
4925
|
+
serviceMailaddressCreate: (request: {
|
|
4748
4926
|
data: {
|
|
4749
4927
|
[x: string]: unknown;
|
|
4750
4928
|
};
|
|
@@ -4766,48 +4944,48 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4766
4944
|
headers: {
|
|
4767
4945
|
"x-access-token"?: string | undefined;
|
|
4768
4946
|
};
|
|
4769
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4770
|
-
/** Get
|
|
4771
|
-
|
|
4947
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailaddresses.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4948
|
+
/** Get a specific mail address */
|
|
4949
|
+
serviceMailaddressGetSpecific: (request: {
|
|
4772
4950
|
pathParameters: {
|
|
4773
|
-
|
|
4951
|
+
id: string;
|
|
4774
4952
|
};
|
|
4775
4953
|
headers?: {
|
|
4776
4954
|
"x-access-token"?: string | undefined;
|
|
4777
4955
|
} | undefined;
|
|
4778
4956
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4779
4957
|
pathParameters: {
|
|
4780
|
-
|
|
4958
|
+
id: string;
|
|
4781
4959
|
};
|
|
4782
4960
|
} & {
|
|
4783
4961
|
headers: {
|
|
4784
4962
|
"x-access-token"?: string | undefined;
|
|
4785
4963
|
};
|
|
4786
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
4787
|
-
/** Delete
|
|
4788
|
-
|
|
4964
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.MailMailAddress, 200, "application/json">>>;
|
|
4965
|
+
/** Delete a specific mail address */
|
|
4966
|
+
serviceMailaddressDelete: (request: {
|
|
4789
4967
|
pathParameters: {
|
|
4790
|
-
|
|
4968
|
+
id: string;
|
|
4791
4969
|
};
|
|
4792
4970
|
headers?: {
|
|
4793
4971
|
"x-access-token"?: string | undefined;
|
|
4794
4972
|
} | undefined;
|
|
4795
4973
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4796
4974
|
pathParameters: {
|
|
4797
|
-
|
|
4975
|
+
id: string;
|
|
4798
4976
|
};
|
|
4799
4977
|
} & {
|
|
4800
4978
|
headers: {
|
|
4801
4979
|
"x-access-token"?: string | undefined;
|
|
4802
4980
|
};
|
|
4803
|
-
},
|
|
4804
|
-
/** Update
|
|
4805
|
-
|
|
4981
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
4982
|
+
/** Update mail-address */
|
|
4983
|
+
serviceMailaddressUpdateAddress: (request: {
|
|
4806
4984
|
data: {
|
|
4807
4985
|
[x: string]: unknown;
|
|
4808
4986
|
};
|
|
4809
4987
|
pathParameters: {
|
|
4810
|
-
|
|
4988
|
+
id: string;
|
|
4811
4989
|
};
|
|
4812
4990
|
headers?: {
|
|
4813
4991
|
"x-access-token"?: string | undefined;
|
|
@@ -4818,35 +4996,21 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4818
4996
|
};
|
|
4819
4997
|
} & {
|
|
4820
4998
|
pathParameters: {
|
|
4821
|
-
|
|
4822
|
-
};
|
|
4823
|
-
} & {
|
|
4824
|
-
headers: {
|
|
4825
|
-
"x-access-token"?: string | undefined;
|
|
4999
|
+
id: string;
|
|
4826
5000
|
};
|
|
4827
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
4828
|
-
};
|
|
4829
|
-
/** The user API allows you to manage your own user and access information of other users that might be visible to you. */
|
|
4830
|
-
readonly user: {
|
|
4831
|
-
/** List all ApiTokens of the user */
|
|
4832
|
-
signupApiApiTokenList: (request?: {
|
|
4833
|
-
pathParameters?: {} | undefined;
|
|
4834
|
-
headers?: {
|
|
4835
|
-
"x-access-token"?: string | undefined;
|
|
4836
|
-
} | undefined;
|
|
4837
|
-
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4838
|
-
pathParameters: {};
|
|
4839
5001
|
} & {
|
|
4840
5002
|
headers: {
|
|
4841
5003
|
"x-access-token"?: string | undefined;
|
|
4842
5004
|
};
|
|
4843
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
4844
|
-
/**
|
|
4845
|
-
|
|
5005
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
5006
|
+
/** Update the auto responder of a mail address */
|
|
5007
|
+
serviceMailaddressUpdateAutoresponder: (request: {
|
|
4846
5008
|
data: {
|
|
4847
5009
|
[x: string]: unknown;
|
|
4848
5010
|
};
|
|
4849
|
-
pathParameters
|
|
5011
|
+
pathParameters: {
|
|
5012
|
+
id: string;
|
|
5013
|
+
};
|
|
4850
5014
|
headers?: {
|
|
4851
5015
|
"x-access-token"?: string | undefined;
|
|
4852
5016
|
} | undefined;
|
|
@@ -4855,36 +5019,45 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4855
5019
|
[x: string]: unknown;
|
|
4856
5020
|
};
|
|
4857
5021
|
} & {
|
|
4858
|
-
pathParameters: {
|
|
5022
|
+
pathParameters: {
|
|
5023
|
+
id: string;
|
|
5024
|
+
};
|
|
4859
5025
|
} & {
|
|
4860
5026
|
headers: {
|
|
4861
5027
|
"x-access-token"?: string | undefined;
|
|
4862
5028
|
};
|
|
4863
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
4864
|
-
/**
|
|
4865
|
-
|
|
5029
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
5030
|
+
/** Enable or disable the catchAll flag for a specific mail address */
|
|
5031
|
+
serviceMailaddressUpdateCatchall: (request: {
|
|
5032
|
+
data: {
|
|
5033
|
+
[x: string]: unknown;
|
|
5034
|
+
};
|
|
4866
5035
|
pathParameters: {
|
|
4867
|
-
|
|
5036
|
+
id: string;
|
|
4868
5037
|
};
|
|
4869
5038
|
headers?: {
|
|
4870
5039
|
"x-access-token"?: string | undefined;
|
|
4871
5040
|
} | undefined;
|
|
4872
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
5041
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5042
|
+
data: {
|
|
5043
|
+
[x: string]: unknown;
|
|
5044
|
+
};
|
|
5045
|
+
} & {
|
|
4873
5046
|
pathParameters: {
|
|
4874
|
-
|
|
5047
|
+
id: string;
|
|
4875
5048
|
};
|
|
4876
5049
|
} & {
|
|
4877
5050
|
headers: {
|
|
4878
5051
|
"x-access-token"?: string | undefined;
|
|
4879
5052
|
};
|
|
4880
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
4881
|
-
/** Update an
|
|
4882
|
-
|
|
5053
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2MailaddressesIdCatchAll.Put.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5054
|
+
/** Update the addresses an email is forwarded to */
|
|
5055
|
+
serviceMailaddressUpdateForwardaddresses: (request: {
|
|
4883
5056
|
data: {
|
|
4884
5057
|
[x: string]: unknown;
|
|
4885
5058
|
};
|
|
4886
5059
|
pathParameters: {
|
|
4887
|
-
|
|
5060
|
+
id: string;
|
|
4888
5061
|
};
|
|
4889
5062
|
headers?: {
|
|
4890
5063
|
"x-access-token"?: string | undefined;
|
|
@@ -4895,123 +5068,110 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4895
5068
|
};
|
|
4896
5069
|
} & {
|
|
4897
5070
|
pathParameters: {
|
|
4898
|
-
|
|
5071
|
+
id: string;
|
|
4899
5072
|
};
|
|
4900
5073
|
} & {
|
|
4901
5074
|
headers: {
|
|
4902
5075
|
"x-access-token"?: string | undefined;
|
|
4903
5076
|
};
|
|
4904
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
4905
|
-
/**
|
|
4906
|
-
|
|
5077
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
5078
|
+
/** Update the password for a specific mail address */
|
|
5079
|
+
serviceMailaddressUpdatePassword: (request: {
|
|
5080
|
+
data: {
|
|
5081
|
+
[x: string]: unknown;
|
|
5082
|
+
};
|
|
4907
5083
|
pathParameters: {
|
|
4908
|
-
|
|
5084
|
+
id: string;
|
|
4909
5085
|
};
|
|
4910
5086
|
headers?: {
|
|
4911
5087
|
"x-access-token"?: string | undefined;
|
|
4912
5088
|
} | undefined;
|
|
4913
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
5089
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5090
|
+
data: {
|
|
5091
|
+
[x: string]: unknown;
|
|
5092
|
+
};
|
|
5093
|
+
} & {
|
|
4914
5094
|
pathParameters: {
|
|
4915
|
-
|
|
5095
|
+
id: string;
|
|
4916
5096
|
};
|
|
4917
5097
|
} & {
|
|
4918
5098
|
headers: {
|
|
4919
5099
|
"x-access-token"?: string | undefined;
|
|
4920
5100
|
};
|
|
4921
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
4922
|
-
/**
|
|
4923
|
-
|
|
5101
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
5102
|
+
/** Update the quota of a mailbox */
|
|
5103
|
+
serviceMailaddressUpdateQuota: (request: {
|
|
4924
5104
|
data: {
|
|
4925
5105
|
[x: string]: unknown;
|
|
4926
5106
|
};
|
|
4927
|
-
pathParameters
|
|
4928
|
-
|
|
5107
|
+
pathParameters: {
|
|
5108
|
+
id: string;
|
|
5109
|
+
};
|
|
5110
|
+
headers?: {
|
|
5111
|
+
"x-access-token"?: string | undefined;
|
|
5112
|
+
} | undefined;
|
|
4929
5113
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4930
5114
|
data: {
|
|
4931
5115
|
[x: string]: unknown;
|
|
4932
5116
|
};
|
|
4933
5117
|
} & {
|
|
4934
|
-
pathParameters: {
|
|
5118
|
+
pathParameters: {
|
|
5119
|
+
id: string;
|
|
5120
|
+
};
|
|
4935
5121
|
} & {
|
|
4936
|
-
headers: {
|
|
4937
|
-
|
|
4938
|
-
/** Authenticate yourself against your legacy account to migrate it with the '/registration'-Route */
|
|
4939
|
-
signupApiAuthenticateLegacy: (request: {
|
|
4940
|
-
data: {
|
|
4941
|
-
[x: string]: unknown;
|
|
5122
|
+
headers: {
|
|
5123
|
+
"x-access-token"?: string | undefined;
|
|
4942
5124
|
};
|
|
4943
|
-
|
|
4944
|
-
|
|
4945
|
-
|
|
5125
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
5126
|
+
/** Update the spamprotection of a mailbox */
|
|
5127
|
+
serviceMailaddressUpdateSpamprotection: (request: {
|
|
4946
5128
|
data: {
|
|
4947
5129
|
[x: string]: unknown;
|
|
4948
5130
|
};
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
} & {
|
|
4952
|
-
headers: {};
|
|
4953
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAuthenticationLegacy.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
4954
|
-
/** Validate your second factor. */
|
|
4955
|
-
signupApiAuthenticateMfa: (request: {
|
|
4956
|
-
data: {
|
|
4957
|
-
[x: string]: unknown;
|
|
5131
|
+
pathParameters: {
|
|
5132
|
+
id: string;
|
|
4958
5133
|
};
|
|
4959
|
-
|
|
4960
|
-
|
|
5134
|
+
headers?: {
|
|
5135
|
+
"x-access-token"?: string | undefined;
|
|
5136
|
+
} | undefined;
|
|
4961
5137
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
4962
5138
|
data: {
|
|
4963
5139
|
[x: string]: unknown;
|
|
4964
5140
|
};
|
|
4965
5141
|
} & {
|
|
4966
|
-
pathParameters: {
|
|
4967
|
-
|
|
4968
|
-
headers: {};
|
|
4969
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$408.Content.ApplicationJson, 408, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAuthenticationMfa.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
4970
|
-
/** Request a new avatar upload */
|
|
4971
|
-
signupApiAvatarRequestUpload: (request?: {
|
|
4972
|
-
pathParameters?: {} | undefined;
|
|
4973
|
-
headers?: {
|
|
4974
|
-
"x-access-token"?: string | undefined;
|
|
4975
|
-
} | undefined;
|
|
4976
|
-
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4977
|
-
pathParameters: {};
|
|
4978
|
-
} & {
|
|
4979
|
-
headers: {
|
|
4980
|
-
"x-access-token"?: string | undefined;
|
|
5142
|
+
pathParameters: {
|
|
5143
|
+
id: string;
|
|
4981
5144
|
};
|
|
4982
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Responses.$401.Content.ApplicationJson, 401, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupAvatar.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
4983
|
-
/** Remove avatar */
|
|
4984
|
-
signupApiAvatarRemove: (request?: {
|
|
4985
|
-
pathParameters?: {} | undefined;
|
|
4986
|
-
headers?: {
|
|
4987
|
-
"x-access-token"?: string | undefined;
|
|
4988
|
-
} | undefined;
|
|
4989
|
-
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
4990
|
-
pathParameters: {};
|
|
4991
5145
|
} & {
|
|
4992
5146
|
headers: {
|
|
4993
5147
|
"x-access-token"?: string | undefined;
|
|
4994
5148
|
};
|
|
4995
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
4996
|
-
/** Get
|
|
4997
|
-
|
|
4998
|
-
pathParameters
|
|
5149
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
5150
|
+
/** Get settings for a given project ID */
|
|
5151
|
+
serviceProjectsettingGetSpecific: (request: {
|
|
5152
|
+
pathParameters: {
|
|
5153
|
+
projectId: string;
|
|
5154
|
+
};
|
|
4999
5155
|
headers?: {
|
|
5000
5156
|
"x-access-token"?: string | undefined;
|
|
5001
5157
|
} | undefined;
|
|
5002
|
-
}
|
|
5003
|
-
pathParameters: {
|
|
5158
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5159
|
+
pathParameters: {
|
|
5160
|
+
projectId: string;
|
|
5161
|
+
};
|
|
5004
5162
|
} & {
|
|
5005
5163
|
headers: {
|
|
5006
5164
|
"x-access-token"?: string | undefined;
|
|
5007
5165
|
};
|
|
5008
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5009
|
-
/**
|
|
5010
|
-
|
|
5166
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMailsettings.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
5167
|
+
/** Update blacklist for a given project ID */
|
|
5168
|
+
serviceProjectsettingUpdateBlacklist: (request: {
|
|
5011
5169
|
data: {
|
|
5012
5170
|
[x: string]: unknown;
|
|
5013
5171
|
};
|
|
5014
|
-
pathParameters
|
|
5172
|
+
pathParameters: {
|
|
5173
|
+
projectId: string;
|
|
5174
|
+
};
|
|
5015
5175
|
headers?: {
|
|
5016
5176
|
"x-access-token"?: string | undefined;
|
|
5017
5177
|
} | undefined;
|
|
@@ -5020,34 +5180,49 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5020
5180
|
[x: string]: unknown;
|
|
5021
5181
|
};
|
|
5022
5182
|
} & {
|
|
5023
|
-
pathParameters: {
|
|
5183
|
+
pathParameters: {
|
|
5184
|
+
projectId: string;
|
|
5185
|
+
};
|
|
5024
5186
|
} & {
|
|
5025
5187
|
headers: {
|
|
5026
5188
|
"x-access-token"?: string | undefined;
|
|
5027
5189
|
};
|
|
5028
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response
|
|
5029
|
-
/**
|
|
5030
|
-
|
|
5190
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
5191
|
+
/** Update whitelist for a given project ID */
|
|
5192
|
+
serviceProjectsettingUpdateWhitelist: (request: {
|
|
5031
5193
|
data: {
|
|
5032
5194
|
[x: string]: unknown;
|
|
5033
5195
|
};
|
|
5034
|
-
pathParameters
|
|
5035
|
-
|
|
5196
|
+
pathParameters: {
|
|
5197
|
+
projectId: string;
|
|
5198
|
+
};
|
|
5199
|
+
headers?: {
|
|
5200
|
+
"x-access-token"?: string | undefined;
|
|
5201
|
+
} | undefined;
|
|
5036
5202
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5037
5203
|
data: {
|
|
5038
5204
|
[x: string]: unknown;
|
|
5039
5205
|
};
|
|
5040
5206
|
} & {
|
|
5041
|
-
pathParameters: {
|
|
5207
|
+
pathParameters: {
|
|
5208
|
+
projectId: string;
|
|
5209
|
+
};
|
|
5042
5210
|
} & {
|
|
5043
|
-
headers: {
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5211
|
+
headers: {
|
|
5212
|
+
"x-access-token"?: string | undefined;
|
|
5213
|
+
};
|
|
5214
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response>>;
|
|
5215
|
+
};
|
|
5216
|
+
/** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
|
|
5217
|
+
readonly project: {
|
|
5218
|
+
/** Accept a ProjectInvite. */
|
|
5219
|
+
acceptProjectInvite: (request: {
|
|
5047
5220
|
data: {
|
|
5048
5221
|
[x: string]: unknown;
|
|
5049
5222
|
};
|
|
5050
|
-
pathParameters
|
|
5223
|
+
pathParameters: {
|
|
5224
|
+
inviteId: string;
|
|
5225
|
+
};
|
|
5051
5226
|
headers?: {
|
|
5052
5227
|
"x-access-token"?: string | undefined;
|
|
5053
5228
|
} | undefined;
|
|
@@ -5056,31 +5231,46 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5056
5231
|
[x: string]: unknown;
|
|
5057
5232
|
};
|
|
5058
5233
|
} & {
|
|
5059
|
-
pathParameters: {
|
|
5234
|
+
pathParameters: {
|
|
5235
|
+
inviteId: string;
|
|
5236
|
+
};
|
|
5060
5237
|
} & {
|
|
5061
5238
|
headers: {
|
|
5062
5239
|
"x-access-token"?: string | undefined;
|
|
5063
5240
|
};
|
|
5064
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5065
|
-
/**
|
|
5066
|
-
|
|
5067
|
-
|
|
5241
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson, 403, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson, 412, "application/json">>>;
|
|
5242
|
+
/** Create a ProjectInvite. */
|
|
5243
|
+
createProjectInvite: (request: {
|
|
5244
|
+
data: {
|
|
5245
|
+
[x: string]: unknown;
|
|
5246
|
+
};
|
|
5247
|
+
pathParameters: {
|
|
5248
|
+
projectId: string;
|
|
5249
|
+
};
|
|
5068
5250
|
headers?: {
|
|
5069
5251
|
"x-access-token"?: string | undefined;
|
|
5070
5252
|
} | undefined;
|
|
5071
|
-
}
|
|
5072
|
-
|
|
5253
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5254
|
+
data: {
|
|
5255
|
+
[x: string]: unknown;
|
|
5256
|
+
};
|
|
5257
|
+
} & {
|
|
5258
|
+
pathParameters: {
|
|
5259
|
+
projectId: string;
|
|
5260
|
+
};
|
|
5073
5261
|
} & {
|
|
5074
5262
|
headers: {
|
|
5075
5263
|
"x-access-token"?: string | undefined;
|
|
5076
5264
|
};
|
|
5077
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
5078
|
-
/**
|
|
5079
|
-
|
|
5265
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$409.Content.ApplicationJson, 409, "application/json">>>;
|
|
5266
|
+
/** Create a Project belonging to a Server. */
|
|
5267
|
+
createProject: (request: {
|
|
5080
5268
|
data: {
|
|
5081
5269
|
[x: string]: unknown;
|
|
5082
5270
|
};
|
|
5083
|
-
pathParameters
|
|
5271
|
+
pathParameters: {
|
|
5272
|
+
serverId: string;
|
|
5273
|
+
};
|
|
5084
5274
|
headers?: {
|
|
5085
5275
|
"x-access-token"?: string | undefined;
|
|
5086
5276
|
} | undefined;
|
|
@@ -5089,142 +5279,148 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5089
5279
|
[x: string]: unknown;
|
|
5090
5280
|
};
|
|
5091
5281
|
} & {
|
|
5092
|
-
pathParameters: {
|
|
5282
|
+
pathParameters: {
|
|
5283
|
+
serverId: string;
|
|
5284
|
+
};
|
|
5093
5285
|
} & {
|
|
5094
5286
|
headers: {
|
|
5095
5287
|
"x-access-token"?: string | undefined;
|
|
5096
5288
|
};
|
|
5097
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5098
|
-
/**
|
|
5099
|
-
|
|
5100
|
-
|
|
5289
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$412.Content.ApplicationJson, 412, "application/json">>>;
|
|
5290
|
+
/** Decline a ProjectInvite. */
|
|
5291
|
+
declineProjectInvite: (request: {
|
|
5292
|
+
data: {
|
|
5293
|
+
[x: string]: unknown;
|
|
5294
|
+
};
|
|
5295
|
+
pathParameters: {
|
|
5296
|
+
inviteId: string;
|
|
5297
|
+
};
|
|
5101
5298
|
headers?: {
|
|
5102
5299
|
"x-access-token"?: string | undefined;
|
|
5103
5300
|
} | undefined;
|
|
5104
|
-
}
|
|
5105
|
-
|
|
5301
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5302
|
+
data: {
|
|
5303
|
+
[x: string]: unknown;
|
|
5304
|
+
};
|
|
5305
|
+
} & {
|
|
5306
|
+
pathParameters: {
|
|
5307
|
+
inviteId: string;
|
|
5308
|
+
};
|
|
5106
5309
|
} & {
|
|
5107
5310
|
headers: {
|
|
5108
5311
|
"x-access-token"?: string | undefined;
|
|
5109
5312
|
};
|
|
5110
|
-
},
|
|
5111
|
-
/**
|
|
5112
|
-
|
|
5113
|
-
pathParameters
|
|
5313
|
+
}, never>>;
|
|
5314
|
+
/** Request a Project avatar upload. */
|
|
5315
|
+
requestProjectAvatarUpload: (request: {
|
|
5316
|
+
pathParameters: {
|
|
5317
|
+
projectId: string;
|
|
5318
|
+
};
|
|
5114
5319
|
headers?: {
|
|
5115
5320
|
"x-access-token"?: string | undefined;
|
|
5116
5321
|
} | undefined;
|
|
5117
|
-
}
|
|
5118
|
-
pathParameters: {
|
|
5322
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5323
|
+
pathParameters: {
|
|
5324
|
+
projectId: string;
|
|
5325
|
+
};
|
|
5119
5326
|
} & {
|
|
5120
5327
|
headers: {
|
|
5121
5328
|
"x-access-token"?: string | undefined;
|
|
5122
5329
|
};
|
|
5123
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5124
|
-
/**
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5330
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5331
|
+
/** Delete a Project's avatar. */
|
|
5332
|
+
deleteProjectAvatar: (request: {
|
|
5333
|
+
pathParameters: {
|
|
5334
|
+
projectId: string;
|
|
5128
5335
|
};
|
|
5129
|
-
pathParameters?: {} | undefined;
|
|
5130
5336
|
headers?: {
|
|
5131
5337
|
"x-access-token"?: string | undefined;
|
|
5132
5338
|
} | undefined;
|
|
5133
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5134
|
-
|
|
5135
|
-
|
|
5339
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5340
|
+
pathParameters: {
|
|
5341
|
+
projectId: string;
|
|
5136
5342
|
};
|
|
5137
|
-
} & {
|
|
5138
|
-
pathParameters: {};
|
|
5139
5343
|
} & {
|
|
5140
5344
|
headers: {
|
|
5141
5345
|
"x-access-token"?: string | undefined;
|
|
5142
5346
|
};
|
|
5143
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5144
|
-
/** Get
|
|
5145
|
-
|
|
5146
|
-
pathParameters
|
|
5347
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5348
|
+
/** Get a ProjectInvite. */
|
|
5349
|
+
getProjectInvite: (request: {
|
|
5350
|
+
pathParameters: {
|
|
5351
|
+
inviteId: string;
|
|
5352
|
+
};
|
|
5147
5353
|
headers?: {
|
|
5148
5354
|
"x-access-token"?: string | undefined;
|
|
5149
5355
|
} | undefined;
|
|
5150
|
-
}
|
|
5151
|
-
pathParameters: {
|
|
5356
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5357
|
+
pathParameters: {
|
|
5358
|
+
inviteId: string;
|
|
5359
|
+
};
|
|
5152
5360
|
} & {
|
|
5153
5361
|
headers: {
|
|
5154
5362
|
"x-access-token"?: string | undefined;
|
|
5155
5363
|
};
|
|
5156
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5157
|
-
/**
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
|
|
5364
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5365
|
+
/** Delete a ProjectInvite. */
|
|
5366
|
+
deleteProjectInvite: (request: {
|
|
5367
|
+
pathParameters: {
|
|
5368
|
+
inviteId: string;
|
|
5161
5369
|
};
|
|
5162
|
-
pathParameters?: {} | undefined;
|
|
5163
5370
|
headers?: {
|
|
5164
5371
|
"x-access-token"?: string | undefined;
|
|
5165
5372
|
} | undefined;
|
|
5166
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5167
|
-
|
|
5168
|
-
|
|
5373
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5374
|
+
pathParameters: {
|
|
5375
|
+
inviteId: string;
|
|
5169
5376
|
};
|
|
5170
|
-
} & {
|
|
5171
|
-
pathParameters: {};
|
|
5172
5377
|
} & {
|
|
5173
5378
|
headers: {
|
|
5174
5379
|
"x-access-token"?: string | undefined;
|
|
5175
5380
|
};
|
|
5176
|
-
},
|
|
5177
|
-
/**
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5381
|
+
}, never>>;
|
|
5382
|
+
/** Get a ProjectMembership */
|
|
5383
|
+
getProjectMembership: (request: {
|
|
5384
|
+
pathParameters: {
|
|
5385
|
+
membershipId: string;
|
|
5181
5386
|
};
|
|
5182
|
-
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5186
|
-
|
|
5387
|
+
headers?: {
|
|
5388
|
+
"x-access-token"?: string | undefined;
|
|
5389
|
+
} | undefined;
|
|
5390
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5391
|
+
pathParameters: {
|
|
5392
|
+
membershipId: string;
|
|
5187
5393
|
};
|
|
5188
5394
|
} & {
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
headers: {};
|
|
5192
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupPasswordResetConfirm.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
5193
|
-
/** Initialize password reset process */
|
|
5194
|
-
signupApiPasswordResetInit: (request: {
|
|
5195
|
-
data: {
|
|
5196
|
-
[x: string]: unknown;
|
|
5395
|
+
headers: {
|
|
5396
|
+
"x-access-token"?: string | undefined;
|
|
5197
5397
|
};
|
|
5198
|
-
|
|
5199
|
-
|
|
5200
|
-
|
|
5201
|
-
|
|
5202
|
-
|
|
5398
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5399
|
+
/** Delete a ProjectMembership. */
|
|
5400
|
+
deleteProjectMembership: (request: {
|
|
5401
|
+
pathParameters: {
|
|
5402
|
+
membershipId: string;
|
|
5203
5403
|
};
|
|
5204
|
-
} & {
|
|
5205
|
-
pathParameters: {};
|
|
5206
|
-
} & {
|
|
5207
|
-
headers: {};
|
|
5208
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupPasswordReset.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
5209
|
-
/** Get current phone number */
|
|
5210
|
-
signupApiPhoneNumberGet: (request?: {
|
|
5211
|
-
pathParameters?: {} | undefined;
|
|
5212
5404
|
headers?: {
|
|
5213
5405
|
"x-access-token"?: string | undefined;
|
|
5214
5406
|
} | undefined;
|
|
5215
|
-
}
|
|
5216
|
-
pathParameters: {
|
|
5407
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5408
|
+
pathParameters: {
|
|
5409
|
+
membershipId: string;
|
|
5410
|
+
};
|
|
5217
5411
|
} & {
|
|
5218
5412
|
headers: {
|
|
5219
5413
|
"x-access-token"?: string | undefined;
|
|
5220
5414
|
};
|
|
5221
|
-
},
|
|
5222
|
-
/**
|
|
5223
|
-
|
|
5415
|
+
}, never>>;
|
|
5416
|
+
/** Update a ProjectMembership. */
|
|
5417
|
+
updateProjectMembership: (request: {
|
|
5224
5418
|
data: {
|
|
5225
5419
|
[x: string]: unknown;
|
|
5226
5420
|
};
|
|
5227
|
-
pathParameters
|
|
5421
|
+
pathParameters: {
|
|
5422
|
+
membershipId: string;
|
|
5423
|
+
};
|
|
5228
5424
|
headers?: {
|
|
5229
5425
|
"x-access-token"?: string | undefined;
|
|
5230
5426
|
} | undefined;
|
|
@@ -5233,194 +5429,191 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5233
5429
|
[x: string]: unknown;
|
|
5234
5430
|
};
|
|
5235
5431
|
} & {
|
|
5236
|
-
pathParameters: {
|
|
5432
|
+
pathParameters: {
|
|
5433
|
+
membershipId: string;
|
|
5434
|
+
};
|
|
5237
5435
|
} & {
|
|
5238
5436
|
headers: {
|
|
5239
5437
|
"x-access-token"?: string | undefined;
|
|
5240
5438
|
};
|
|
5241
|
-
},
|
|
5242
|
-
/**
|
|
5243
|
-
|
|
5244
|
-
|
|
5245
|
-
|
|
5439
|
+
}, never>>;
|
|
5440
|
+
/** Delete a Project. */
|
|
5441
|
+
deleteProject: (request: {
|
|
5442
|
+
pathParameters: {
|
|
5443
|
+
projectId: string;
|
|
5246
5444
|
};
|
|
5247
|
-
pathParameters?: {} | undefined;
|
|
5248
5445
|
headers?: {
|
|
5249
5446
|
"x-access-token"?: string | undefined;
|
|
5250
5447
|
} | undefined;
|
|
5251
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5252
|
-
|
|
5253
|
-
|
|
5448
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5449
|
+
pathParameters: {
|
|
5450
|
+
projectId: string;
|
|
5254
5451
|
};
|
|
5255
|
-
} & {
|
|
5256
|
-
pathParameters: {};
|
|
5257
5452
|
} & {
|
|
5258
5453
|
headers: {
|
|
5259
5454
|
"x-access-token"?: string | undefined;
|
|
5260
5455
|
};
|
|
5261
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5262
|
-
/**
|
|
5263
|
-
|
|
5264
|
-
|
|
5265
|
-
|
|
5456
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$412.Content.ApplicationJson, 412, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectId.Delete.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
5457
|
+
/** Request a Server avatar upload. */
|
|
5458
|
+
requestServerAvatarUpload: (request: {
|
|
5459
|
+
pathParameters: {
|
|
5460
|
+
serverId: string;
|
|
5266
5461
|
};
|
|
5267
|
-
pathParameters?: {} | undefined;
|
|
5268
5462
|
headers?: {
|
|
5269
5463
|
"x-access-token"?: string | undefined;
|
|
5270
5464
|
} | undefined;
|
|
5271
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5272
|
-
|
|
5273
|
-
|
|
5465
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5466
|
+
pathParameters: {
|
|
5467
|
+
serverId: string;
|
|
5274
5468
|
};
|
|
5275
|
-
} & {
|
|
5276
|
-
pathParameters: {};
|
|
5277
5469
|
} & {
|
|
5278
5470
|
headers: {
|
|
5279
5471
|
"x-access-token"?: string | undefined;
|
|
5280
5472
|
};
|
|
5281
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5282
|
-
/**
|
|
5283
|
-
|
|
5284
|
-
pathParameters
|
|
5473
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5474
|
+
/** Delete a Server's avatar. */
|
|
5475
|
+
deleteServerAvatar: (request: {
|
|
5476
|
+
pathParameters: {
|
|
5477
|
+
serverId: string;
|
|
5478
|
+
};
|
|
5285
5479
|
headers?: {
|
|
5286
5480
|
"x-access-token"?: string | undefined;
|
|
5287
5481
|
} | undefined;
|
|
5288
|
-
}
|
|
5289
|
-
pathParameters: {
|
|
5482
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5483
|
+
pathParameters: {
|
|
5484
|
+
serverId: string;
|
|
5485
|
+
};
|
|
5290
5486
|
} & {
|
|
5291
5487
|
headers: {
|
|
5292
5488
|
"x-access-token"?: string | undefined;
|
|
5293
5489
|
};
|
|
5294
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5295
|
-
/**
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5490
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerIdAvatar.Delete.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5491
|
+
/** Get a ProjectInvite by token. */
|
|
5492
|
+
getProjectTokenInvite: (request: {
|
|
5493
|
+
headers: {
|
|
5494
|
+
token: string;
|
|
5495
|
+
"x-access-token"?: string | undefined;
|
|
5299
5496
|
};
|
|
5300
5497
|
pathParameters?: {} | undefined;
|
|
5498
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5499
|
+
pathParameters: {};
|
|
5500
|
+
} & {
|
|
5501
|
+
headers: {
|
|
5502
|
+
token: string;
|
|
5503
|
+
"x-access-token"?: string | undefined;
|
|
5504
|
+
};
|
|
5505
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectTokenInvite.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5506
|
+
/** Get a Project. */
|
|
5507
|
+
getProject: (request: {
|
|
5508
|
+
pathParameters: {
|
|
5509
|
+
id: string;
|
|
5510
|
+
};
|
|
5301
5511
|
headers?: {
|
|
5302
5512
|
"x-access-token"?: string | undefined;
|
|
5303
5513
|
} | undefined;
|
|
5304
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5305
|
-
|
|
5306
|
-
|
|
5514
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5515
|
+
pathParameters: {
|
|
5516
|
+
id: string;
|
|
5307
5517
|
};
|
|
5308
|
-
} & {
|
|
5309
|
-
pathParameters: {};
|
|
5310
5518
|
} & {
|
|
5311
5519
|
headers: {
|
|
5312
5520
|
"x-access-token"?: string | undefined;
|
|
5313
5521
|
};
|
|
5314
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
5315
|
-
/**
|
|
5316
|
-
|
|
5317
|
-
|
|
5318
|
-
|
|
5522
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.ProjectProject, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5523
|
+
/** Get the executing user's membership in a Project. */
|
|
5524
|
+
getSelfMembershipForProject: (request: {
|
|
5525
|
+
pathParameters: {
|
|
5526
|
+
projectId: string;
|
|
5319
5527
|
};
|
|
5320
|
-
pathParameters?: {} | undefined;
|
|
5321
5528
|
headers?: {
|
|
5322
5529
|
"x-access-token"?: string | undefined;
|
|
5323
5530
|
} | undefined;
|
|
5324
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5325
|
-
|
|
5326
|
-
|
|
5531
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5532
|
+
pathParameters: {
|
|
5533
|
+
projectId: string;
|
|
5327
5534
|
};
|
|
5328
|
-
} & {
|
|
5329
|
-
pathParameters: {};
|
|
5330
5535
|
} & {
|
|
5331
5536
|
headers: {
|
|
5332
5537
|
"x-access-token"?: string | undefined;
|
|
5333
5538
|
};
|
|
5334
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
5335
|
-
/**
|
|
5336
|
-
|
|
5337
|
-
|
|
5338
|
-
|
|
5539
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.MembershipProjectMembership, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMembershipsSelf.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5540
|
+
/** Get a Server. */
|
|
5541
|
+
getServer: (request: {
|
|
5542
|
+
pathParameters: {
|
|
5543
|
+
serverId: string;
|
|
5339
5544
|
};
|
|
5340
|
-
pathParameters?: {} | undefined;
|
|
5341
5545
|
headers?: {
|
|
5342
5546
|
"x-access-token"?: string | undefined;
|
|
5343
5547
|
} | undefined;
|
|
5344
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5345
|
-
|
|
5346
|
-
|
|
5548
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5549
|
+
pathParameters: {
|
|
5550
|
+
serverId: string;
|
|
5347
5551
|
};
|
|
5348
|
-
} & {
|
|
5349
|
-
pathParameters: {};
|
|
5350
5552
|
} & {
|
|
5351
5553
|
headers: {
|
|
5352
5554
|
"x-access-token"?: string | undefined;
|
|
5353
5555
|
};
|
|
5354
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
5355
|
-
/**
|
|
5356
|
-
|
|
5357
|
-
signupApiRegister: (request: {
|
|
5358
|
-
data: {
|
|
5359
|
-
[x: string]: unknown;
|
|
5360
|
-
};
|
|
5361
|
-
pathParameters?: {} | undefined;
|
|
5362
|
-
headers?: {} | undefined;
|
|
5363
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5556
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.ProjectServer, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5557
|
+
/** Leave a Project. */
|
|
5558
|
+
leaveProject: (request: {
|
|
5364
5559
|
data: {
|
|
5365
5560
|
[x: string]: unknown;
|
|
5366
5561
|
};
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
} & {
|
|
5370
|
-
headers: {};
|
|
5371
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.CommonValidationErrors, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Responses.$201.Content.ApplicationJson, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Responses.$408.Content.ApplicationJson, 408, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupRegistration.Post.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
5372
|
-
/** Verify your registration */
|
|
5373
|
-
signupApiRegistrationVerify: (request: {
|
|
5374
|
-
data: {
|
|
5375
|
-
[x: string]: unknown;
|
|
5562
|
+
pathParameters: {
|
|
5563
|
+
projectId: string;
|
|
5376
5564
|
};
|
|
5377
|
-
|
|
5378
|
-
|
|
5565
|
+
headers?: {
|
|
5566
|
+
"x-access-token"?: string | undefined;
|
|
5567
|
+
} | undefined;
|
|
5379
5568
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5380
5569
|
data: {
|
|
5381
5570
|
[x: string]: unknown;
|
|
5382
5571
|
};
|
|
5383
5572
|
} & {
|
|
5384
|
-
pathParameters: {
|
|
5573
|
+
pathParameters: {
|
|
5574
|
+
projectId: string;
|
|
5575
|
+
};
|
|
5385
5576
|
} & {
|
|
5386
|
-
headers: {
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5577
|
+
headers: {
|
|
5578
|
+
"x-access-token"?: string | undefined;
|
|
5579
|
+
};
|
|
5580
|
+
}, never>>;
|
|
5581
|
+
/** List all invites belonging to a Project. */
|
|
5582
|
+
listInvitesForProject: (request: {
|
|
5390
5583
|
pathParameters: {
|
|
5391
|
-
|
|
5584
|
+
projectId: string;
|
|
5392
5585
|
};
|
|
5393
5586
|
headers?: {
|
|
5394
5587
|
"x-access-token"?: string | undefined;
|
|
5395
5588
|
} | undefined;
|
|
5396
5589
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5397
5590
|
pathParameters: {
|
|
5398
|
-
|
|
5591
|
+
projectId: string;
|
|
5399
5592
|
};
|
|
5400
5593
|
} & {
|
|
5401
5594
|
headers: {
|
|
5402
5595
|
"x-access-token"?: string | undefined;
|
|
5403
5596
|
};
|
|
5404
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5405
|
-
/**
|
|
5406
|
-
|
|
5597
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5598
|
+
/** List all memberships for a Project. */
|
|
5599
|
+
listMembershipsForProject: (request: {
|
|
5407
5600
|
pathParameters: {
|
|
5408
|
-
|
|
5601
|
+
projectId: string;
|
|
5409
5602
|
};
|
|
5410
5603
|
headers?: {
|
|
5411
5604
|
"x-access-token"?: string | undefined;
|
|
5412
5605
|
} | undefined;
|
|
5413
5606
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5414
5607
|
pathParameters: {
|
|
5415
|
-
|
|
5608
|
+
projectId: string;
|
|
5416
5609
|
};
|
|
5417
5610
|
} & {
|
|
5418
5611
|
headers: {
|
|
5419
5612
|
"x-access-token"?: string | undefined;
|
|
5420
5613
|
};
|
|
5421
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5422
|
-
/** List all
|
|
5423
|
-
|
|
5614
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5615
|
+
/** List all ProjectInvites for the executing user. */
|
|
5616
|
+
listProjectInvites: (request?: {
|
|
5424
5617
|
pathParameters?: {} | undefined;
|
|
5425
5618
|
headers?: {
|
|
5426
5619
|
"x-access-token"?: string | undefined;
|
|
@@ -5431,9 +5624,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5431
5624
|
headers: {
|
|
5432
5625
|
"x-access-token"?: string | undefined;
|
|
5433
5626
|
};
|
|
5434
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5435
|
-
/**
|
|
5436
|
-
|
|
5627
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectInvites.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5628
|
+
/** List ProjectMemberships belonging to the executing user. */
|
|
5629
|
+
listProjectMemberships: (request?: {
|
|
5437
5630
|
pathParameters?: {} | undefined;
|
|
5438
5631
|
headers?: {
|
|
5439
5632
|
"x-access-token"?: string | undefined;
|
|
@@ -5444,9 +5637,22 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5444
5637
|
headers: {
|
|
5445
5638
|
"x-access-token"?: string | undefined;
|
|
5446
5639
|
};
|
|
5447
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5448
|
-
/**
|
|
5449
|
-
|
|
5640
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectMemberships.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5641
|
+
/** List Project's for an Organization or Server. */
|
|
5642
|
+
listProjects: (request?: {
|
|
5643
|
+
pathParameters?: {} | undefined;
|
|
5644
|
+
headers?: {
|
|
5645
|
+
"x-access-token"?: string | undefined;
|
|
5646
|
+
} | undefined;
|
|
5647
|
+
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5648
|
+
pathParameters: {};
|
|
5649
|
+
} & {
|
|
5650
|
+
headers: {
|
|
5651
|
+
"x-access-token"?: string | undefined;
|
|
5652
|
+
};
|
|
5653
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Projects.Get.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5654
|
+
/** List Servers for an Organization or User. */
|
|
5655
|
+
listServers: (request?: {
|
|
5450
5656
|
pathParameters?: {} | undefined;
|
|
5451
5657
|
headers?: {
|
|
5452
5658
|
"x-access-token"?: string | undefined;
|
|
@@ -5457,13 +5663,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5457
5663
|
headers: {
|
|
5458
5664
|
"x-access-token"?: string | undefined;
|
|
5459
5665
|
};
|
|
5460
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5461
|
-
/**
|
|
5462
|
-
|
|
5666
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
5667
|
+
/** Resend the mail for a ProjectInvite. */
|
|
5668
|
+
resendProjectInviteMail: (request: {
|
|
5463
5669
|
data: {
|
|
5464
5670
|
[x: string]: unknown;
|
|
5465
5671
|
};
|
|
5466
|
-
pathParameters
|
|
5672
|
+
pathParameters: {
|
|
5673
|
+
inviteId: string;
|
|
5674
|
+
};
|
|
5467
5675
|
headers?: {
|
|
5468
5676
|
"x-access-token"?: string | undefined;
|
|
5469
5677
|
} | undefined;
|
|
@@ -5472,36 +5680,45 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5472
5680
|
[x: string]: unknown;
|
|
5473
5681
|
};
|
|
5474
5682
|
} & {
|
|
5475
|
-
pathParameters: {
|
|
5683
|
+
pathParameters: {
|
|
5684
|
+
inviteId: string;
|
|
5685
|
+
};
|
|
5476
5686
|
} & {
|
|
5477
5687
|
headers: {
|
|
5478
5688
|
"x-access-token"?: string | undefined;
|
|
5479
5689
|
};
|
|
5480
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5481
|
-
/**
|
|
5482
|
-
|
|
5690
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson, 403, "application/json">>>;
|
|
5691
|
+
/** Update a Project's description. */
|
|
5692
|
+
updateProjectDescription: (request: {
|
|
5693
|
+
data: {
|
|
5694
|
+
[x: string]: unknown;
|
|
5695
|
+
};
|
|
5483
5696
|
pathParameters: {
|
|
5484
|
-
|
|
5697
|
+
id: string;
|
|
5485
5698
|
};
|
|
5486
5699
|
headers?: {
|
|
5487
5700
|
"x-access-token"?: string | undefined;
|
|
5488
5701
|
} | undefined;
|
|
5489
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<
|
|
5702
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5703
|
+
data: {
|
|
5704
|
+
[x: string]: unknown;
|
|
5705
|
+
};
|
|
5706
|
+
} & {
|
|
5490
5707
|
pathParameters: {
|
|
5491
|
-
|
|
5708
|
+
id: string;
|
|
5492
5709
|
};
|
|
5493
5710
|
} & {
|
|
5494
5711
|
headers: {
|
|
5495
5712
|
"x-access-token"?: string | undefined;
|
|
5496
5713
|
};
|
|
5497
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5498
|
-
/**
|
|
5499
|
-
|
|
5714
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsIdDescription.Patch.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5715
|
+
/** Update a Servers's description. */
|
|
5716
|
+
updateServerDescription: (request: {
|
|
5500
5717
|
data: {
|
|
5501
5718
|
[x: string]: unknown;
|
|
5502
5719
|
};
|
|
5503
5720
|
pathParameters: {
|
|
5504
|
-
|
|
5721
|
+
serverId: string;
|
|
5505
5722
|
};
|
|
5506
5723
|
headers?: {
|
|
5507
5724
|
"x-access-token"?: string | undefined;
|
|
@@ -5512,109 +5729,112 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5512
5729
|
};
|
|
5513
5730
|
} & {
|
|
5514
5731
|
pathParameters: {
|
|
5515
|
-
|
|
5732
|
+
serverId: string;
|
|
5516
5733
|
};
|
|
5517
5734
|
} & {
|
|
5518
5735
|
headers: {
|
|
5519
5736
|
"x-access-token"?: string | undefined;
|
|
5520
5737
|
};
|
|
5521
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5522
|
-
|
|
5523
|
-
|
|
5738
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ServersServerIdDescription.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5739
|
+
};
|
|
5740
|
+
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
5741
|
+
readonly projectFileSystem: {
|
|
5742
|
+
/** List the directories of a Project. */
|
|
5743
|
+
getDirectories: (request: {
|
|
5524
5744
|
pathParameters: {
|
|
5525
|
-
|
|
5745
|
+
projectId: string;
|
|
5526
5746
|
};
|
|
5527
5747
|
headers?: {
|
|
5528
5748
|
"x-access-token"?: string | undefined;
|
|
5529
5749
|
} | undefined;
|
|
5530
5750
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5531
5751
|
pathParameters: {
|
|
5532
|
-
|
|
5752
|
+
projectId: string;
|
|
5533
5753
|
};
|
|
5534
5754
|
} & {
|
|
5535
5755
|
headers: {
|
|
5536
5756
|
"x-access-token"?: string | undefined;
|
|
5537
5757
|
};
|
|
5538
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5539
|
-
/**
|
|
5540
|
-
|
|
5541
|
-
pathParameters
|
|
5542
|
-
|
|
5543
|
-
"x-access-token"?: string | undefined;
|
|
5544
|
-
} | undefined;
|
|
5545
|
-
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5546
|
-
pathParameters: {};
|
|
5547
|
-
} & {
|
|
5548
|
-
headers: {
|
|
5549
|
-
"x-access-token"?: string | undefined;
|
|
5758
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.ProjectFilesystemDirectoryListing, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemDirectories.Get.Responses.$503.Content.ApplicationJson, 503, "application/json">>>;
|
|
5759
|
+
/** Get a Project directory filesystem usage. */
|
|
5760
|
+
getDiskUsage: (request: {
|
|
5761
|
+
pathParameters: {
|
|
5762
|
+
projectId: string;
|
|
5550
5763
|
};
|
|
5551
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSupportcode.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SignupSupportcode.Get.Responses.$500.Content.ApplicationJson, 500, "application/json">>>;
|
|
5552
|
-
/** Check, if the current access token is valid */
|
|
5553
|
-
signupApiTokenCheck: (request?: {
|
|
5554
|
-
pathParameters?: {} | undefined;
|
|
5555
5764
|
headers?: {
|
|
5556
5765
|
"x-access-token"?: string | undefined;
|
|
5557
5766
|
} | undefined;
|
|
5558
|
-
}
|
|
5559
|
-
pathParameters: {
|
|
5767
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5768
|
+
pathParameters: {
|
|
5769
|
+
projectId: string;
|
|
5770
|
+
};
|
|
5560
5771
|
} & {
|
|
5561
5772
|
headers: {
|
|
5562
5773
|
"x-access-token"?: string | undefined;
|
|
5563
5774
|
};
|
|
5564
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.
|
|
5565
|
-
/**
|
|
5566
|
-
|
|
5775
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.ProjectFilesystemUsagesDisk, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemUsagesDisk.Get.Responses.$503.Content.ApplicationJson, 503, "application/json">>>;
|
|
5776
|
+
/** Get a Project file's content. */
|
|
5777
|
+
getFileContent: (request: {
|
|
5567
5778
|
pathParameters: {
|
|
5568
|
-
|
|
5779
|
+
projectId: string;
|
|
5569
5780
|
};
|
|
5570
5781
|
headers?: {
|
|
5571
5782
|
"x-access-token"?: string | undefined;
|
|
5572
5783
|
} | undefined;
|
|
5573
5784
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5574
5785
|
pathParameters: {
|
|
5575
|
-
|
|
5786
|
+
projectId: string;
|
|
5576
5787
|
};
|
|
5577
5788
|
} & {
|
|
5578
5789
|
headers: {
|
|
5579
5790
|
"x-access-token"?: string | undefined;
|
|
5580
5791
|
};
|
|
5581
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5582
|
-
/**
|
|
5583
|
-
|
|
5792
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<string, 200, "text/plain"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFilesRaw.Get.Responses.$503.Content.ApplicationJson, 503, "application/json">>>;
|
|
5793
|
+
/** Get a Project's file/filesystem authorization token. */
|
|
5794
|
+
getJwt: (request: {
|
|
5584
5795
|
pathParameters: {
|
|
5585
|
-
|
|
5796
|
+
projectId: string;
|
|
5586
5797
|
};
|
|
5587
5798
|
headers?: {
|
|
5588
5799
|
"x-access-token"?: string | undefined;
|
|
5589
5800
|
} | undefined;
|
|
5590
5801
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5591
5802
|
pathParameters: {
|
|
5592
|
-
|
|
5803
|
+
projectId: string;
|
|
5593
5804
|
};
|
|
5594
5805
|
} & {
|
|
5595
5806
|
headers: {
|
|
5596
5807
|
"x-access-token"?: string | undefined;
|
|
5597
5808
|
};
|
|
5598
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5599
|
-
/**
|
|
5600
|
-
|
|
5601
|
-
pathParameters
|
|
5809
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.ProjectFsApiJwt, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson, 503, "application/json">>>;
|
|
5810
|
+
/** Get a Project file's information. */
|
|
5811
|
+
listFiles: (request: {
|
|
5812
|
+
pathParameters: {
|
|
5813
|
+
projectId: string;
|
|
5814
|
+
};
|
|
5602
5815
|
headers?: {
|
|
5603
5816
|
"x-access-token"?: string | undefined;
|
|
5604
5817
|
} | undefined;
|
|
5605
|
-
}
|
|
5606
|
-
pathParameters: {
|
|
5818
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5819
|
+
pathParameters: {
|
|
5820
|
+
projectId: string;
|
|
5821
|
+
};
|
|
5607
5822
|
} & {
|
|
5608
5823
|
headers: {
|
|
5609
5824
|
"x-access-token"?: string | undefined;
|
|
5610
5825
|
};
|
|
5611
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5612
|
-
|
|
5613
|
-
|
|
5826
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.ProjectFilesystemDirectoryListing, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$403.Content.ApplicationJson, 403, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$503.Content.ApplicationJson, 503, "application/json">>>;
|
|
5827
|
+
};
|
|
5828
|
+
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
|
|
5829
|
+
readonly sshsftpUser: {
|
|
5830
|
+
/** Create an SFTPUser for a Project. */
|
|
5831
|
+
sftpUserCreateSftpUser: (request: {
|
|
5614
5832
|
data: {
|
|
5615
5833
|
[x: string]: unknown;
|
|
5616
5834
|
};
|
|
5617
|
-
pathParameters
|
|
5835
|
+
pathParameters: {
|
|
5836
|
+
projectId: string;
|
|
5837
|
+
};
|
|
5618
5838
|
headers?: {
|
|
5619
5839
|
"x-access-token"?: string | undefined;
|
|
5620
5840
|
} | undefined;
|
|
@@ -5623,56 +5843,55 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5623
5843
|
[x: string]: unknown;
|
|
5624
5844
|
};
|
|
5625
5845
|
} & {
|
|
5626
|
-
pathParameters: {
|
|
5846
|
+
pathParameters: {
|
|
5847
|
+
projectId: string;
|
|
5848
|
+
};
|
|
5627
5849
|
} & {
|
|
5628
5850
|
headers: {
|
|
5629
5851
|
"x-access-token"?: string | undefined;
|
|
5630
5852
|
};
|
|
5631
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5632
|
-
/**
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5853
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.SshuserSftpUser, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSftpUsers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5854
|
+
/** Get an SFTPUser. */
|
|
5855
|
+
sftpUserGetSftpUser: (request: {
|
|
5856
|
+
pathParameters: {
|
|
5857
|
+
sftpUserId: string;
|
|
5636
5858
|
};
|
|
5637
|
-
pathParameters?: {} | undefined;
|
|
5638
5859
|
headers?: {
|
|
5639
5860
|
"x-access-token"?: string | undefined;
|
|
5640
5861
|
} | undefined;
|
|
5641
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5642
|
-
|
|
5643
|
-
|
|
5862
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5863
|
+
pathParameters: {
|
|
5864
|
+
sftpUserId: string;
|
|
5644
5865
|
};
|
|
5645
|
-
} & {
|
|
5646
|
-
pathParameters: {};
|
|
5647
5866
|
} & {
|
|
5648
5867
|
headers: {
|
|
5649
5868
|
"x-access-token"?: string | undefined;
|
|
5650
5869
|
};
|
|
5651
|
-
},
|
|
5652
|
-
/**
|
|
5653
|
-
|
|
5870
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.SshuserSftpUser, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5871
|
+
/** Delete an SFTPUser. */
|
|
5872
|
+
sftpUserDeleteSftpUser: (request: {
|
|
5654
5873
|
pathParameters: {
|
|
5655
|
-
|
|
5874
|
+
sftpUserId: string;
|
|
5656
5875
|
};
|
|
5657
5876
|
headers?: {
|
|
5658
5877
|
"x-access-token"?: string | undefined;
|
|
5659
5878
|
} | undefined;
|
|
5660
5879
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5661
5880
|
pathParameters: {
|
|
5662
|
-
|
|
5881
|
+
sftpUserId: string;
|
|
5663
5882
|
};
|
|
5664
5883
|
} & {
|
|
5665
5884
|
headers: {
|
|
5666
5885
|
"x-access-token"?: string | undefined;
|
|
5667
5886
|
};
|
|
5668
|
-
},
|
|
5669
|
-
/**
|
|
5670
|
-
|
|
5887
|
+
}, never>>;
|
|
5888
|
+
/** Update an SFTPUser. */
|
|
5889
|
+
sftpUserUpdateSftpUser: (request: {
|
|
5671
5890
|
data: {
|
|
5672
5891
|
[x: string]: unknown;
|
|
5673
5892
|
};
|
|
5674
5893
|
pathParameters: {
|
|
5675
|
-
|
|
5894
|
+
sftpUserId: string;
|
|
5676
5895
|
};
|
|
5677
5896
|
headers?: {
|
|
5678
5897
|
"x-access-token"?: string | undefined;
|
|
@@ -5683,53 +5902,54 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5683
5902
|
};
|
|
5684
5903
|
} & {
|
|
5685
5904
|
pathParameters: {
|
|
5686
|
-
|
|
5905
|
+
sftpUserId: string;
|
|
5687
5906
|
};
|
|
5688
5907
|
} & {
|
|
5689
5908
|
headers: {
|
|
5690
5909
|
"x-access-token"?: string | undefined;
|
|
5691
5910
|
};
|
|
5692
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5693
|
-
/** Get
|
|
5694
|
-
|
|
5695
|
-
pathParameters
|
|
5911
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SftpUsersSftpUserId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5912
|
+
/** Get all SFTPUsers for a Project. */
|
|
5913
|
+
sftpUserListSftpUsers: (request: {
|
|
5914
|
+
pathParameters: {
|
|
5915
|
+
projectId: string;
|
|
5916
|
+
};
|
|
5696
5917
|
headers?: {
|
|
5697
5918
|
"x-access-token"?: string | undefined;
|
|
5698
5919
|
} | undefined;
|
|
5699
|
-
}
|
|
5700
|
-
pathParameters: {
|
|
5920
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5921
|
+
pathParameters: {
|
|
5922
|
+
projectId: string;
|
|
5923
|
+
};
|
|
5701
5924
|
} & {
|
|
5702
5925
|
headers: {
|
|
5703
5926
|
"x-access-token"?: string | undefined;
|
|
5704
5927
|
};
|
|
5705
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5706
|
-
/**
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5928
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectProjectIdSftpUsers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectProjectIdSftpUsers.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5929
|
+
/** Get all SSHUsers for a Project. */
|
|
5930
|
+
sshUserListSshUsers: (request: {
|
|
5931
|
+
pathParameters: {
|
|
5932
|
+
projectId: string;
|
|
5710
5933
|
};
|
|
5711
|
-
pathParameters?: {} | undefined;
|
|
5712
5934
|
headers?: {
|
|
5713
5935
|
"x-access-token"?: string | undefined;
|
|
5714
5936
|
} | undefined;
|
|
5715
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5716
|
-
|
|
5717
|
-
|
|
5937
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5938
|
+
pathParameters: {
|
|
5939
|
+
projectId: string;
|
|
5718
5940
|
};
|
|
5719
|
-
} & {
|
|
5720
|
-
pathParameters: {};
|
|
5721
5941
|
} & {
|
|
5722
5942
|
headers: {
|
|
5723
5943
|
"x-access-token"?: string | undefined;
|
|
5724
5944
|
};
|
|
5725
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5726
|
-
/**
|
|
5727
|
-
|
|
5945
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Get.Responses.$200.Content.ApplicationJson, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5946
|
+
/** Create an SSHUser for a Project. */
|
|
5947
|
+
sshUserCreateSshUser: (request: {
|
|
5728
5948
|
data: {
|
|
5729
5949
|
[x: string]: unknown;
|
|
5730
5950
|
};
|
|
5731
5951
|
pathParameters: {
|
|
5732
|
-
|
|
5952
|
+
projectId: string;
|
|
5733
5953
|
};
|
|
5734
5954
|
headers?: {
|
|
5735
5955
|
"x-access-token"?: string | undefined;
|
|
@@ -5740,95 +5960,71 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5740
5960
|
};
|
|
5741
5961
|
} & {
|
|
5742
5962
|
pathParameters: {
|
|
5743
|
-
|
|
5963
|
+
projectId: string;
|
|
5744
5964
|
};
|
|
5745
5965
|
} & {
|
|
5746
5966
|
headers: {
|
|
5747
5967
|
"x-access-token"?: string | undefined;
|
|
5748
5968
|
};
|
|
5749
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.
|
|
5750
|
-
/**
|
|
5751
|
-
|
|
5969
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.SshuserSshUser, 201, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2ProjectsProjectIdSshUsers.Post.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5970
|
+
/** Get an SSHUser. */
|
|
5971
|
+
sshUserGetSshUser: (request: {
|
|
5752
5972
|
pathParameters: {
|
|
5753
|
-
|
|
5973
|
+
sshUserId: string;
|
|
5754
5974
|
};
|
|
5755
5975
|
headers?: {
|
|
5756
5976
|
"x-access-token"?: string | undefined;
|
|
5757
5977
|
} | undefined;
|
|
5758
5978
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5759
5979
|
pathParameters: {
|
|
5760
|
-
|
|
5980
|
+
sshUserId: string;
|
|
5761
5981
|
};
|
|
5762
5982
|
} & {
|
|
5763
5983
|
headers: {
|
|
5764
5984
|
"x-access-token"?: string | undefined;
|
|
5765
5985
|
};
|
|
5766
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.
|
|
5767
|
-
/**
|
|
5768
|
-
|
|
5769
|
-
data: {
|
|
5770
|
-
[x: string]: unknown;
|
|
5771
|
-
};
|
|
5986
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Components.Schemas.SshuserSshUser, 200, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SshUsersSshUserId.Get.Responses.$404.Content.ApplicationJson, 404, "application/json">>>;
|
|
5987
|
+
/** Delete an SSHUser. */
|
|
5988
|
+
sshUserDeleteSshUser: (request: {
|
|
5772
5989
|
pathParameters: {
|
|
5773
|
-
|
|
5990
|
+
sshUserId: string;
|
|
5774
5991
|
};
|
|
5775
5992
|
headers?: {
|
|
5776
5993
|
"x-access-token"?: string | undefined;
|
|
5777
5994
|
} | undefined;
|
|
5778
|
-
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5779
|
-
data: {
|
|
5780
|
-
[x: string]: unknown;
|
|
5781
|
-
};
|
|
5782
|
-
} & {
|
|
5995
|
+
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5783
5996
|
pathParameters: {
|
|
5784
|
-
|
|
5785
|
-
};
|
|
5786
|
-
} & {
|
|
5787
|
-
headers: {
|
|
5788
|
-
"x-access-token"?: string | undefined;
|
|
5997
|
+
sshUserId: string;
|
|
5789
5998
|
};
|
|
5790
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$400.Content.ApplicationJson, 400, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$404.Content.ApplicationJson, 404, "application/json"> | import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2UserUserIdPhoneVerify.Post.Responses.$409.Content.ApplicationJson, 409, "application/json">>>;
|
|
5791
|
-
/** Get profile information for the specified user */
|
|
5792
|
-
serviceUserGetOwn: (request?: {
|
|
5793
|
-
pathParameters?: {} | undefined;
|
|
5794
|
-
headers?: {
|
|
5795
|
-
"x-access-token"?: string | undefined;
|
|
5796
|
-
} | undefined;
|
|
5797
|
-
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5798
|
-
pathParameters: {};
|
|
5799
5999
|
} & {
|
|
5800
6000
|
headers: {
|
|
5801
6001
|
"x-access-token"?: string | undefined;
|
|
5802
6002
|
};
|
|
5803
|
-
},
|
|
5804
|
-
|
|
5805
|
-
|
|
5806
|
-
readonly varnish: {
|
|
5807
|
-
/** List all available validators. */
|
|
5808
|
-
serviceListValidators: (request?: {
|
|
5809
|
-
pathParameters?: {} | undefined;
|
|
5810
|
-
headers?: {} | undefined;
|
|
5811
|
-
} | null | undefined) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<object & {
|
|
5812
|
-
pathParameters: {};
|
|
5813
|
-
} & {
|
|
5814
|
-
headers: {};
|
|
5815
|
-
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2VarnishConfigValidate.Get.Responses.$200.Content.ApplicationJson, 200, "application/json">>>;
|
|
5816
|
-
/** validate a set of config files with a named validator against a specific version */
|
|
5817
|
-
serviceValidate: (request: {
|
|
6003
|
+
}, never>>;
|
|
6004
|
+
/** Update an SSHUser. */
|
|
6005
|
+
sshUserUpdateSshUser: (request: {
|
|
5818
6006
|
data: {
|
|
5819
6007
|
[x: string]: unknown;
|
|
5820
6008
|
};
|
|
5821
|
-
pathParameters
|
|
5822
|
-
|
|
6009
|
+
pathParameters: {
|
|
6010
|
+
sshUserId: string;
|
|
6011
|
+
};
|
|
6012
|
+
headers?: {
|
|
6013
|
+
"x-access-token"?: string | undefined;
|
|
6014
|
+
} | undefined;
|
|
5823
6015
|
}) => import("@mittwald/api-client-commons/dist/types/RequestFunction.js").ResponsePromise<import("@mittwald/api-client-commons/dist/types/OpenAPIOperation.js").OpenAPIOperation<{
|
|
5824
6016
|
data: {
|
|
5825
6017
|
[x: string]: unknown;
|
|
5826
6018
|
};
|
|
5827
6019
|
} & {
|
|
5828
|
-
pathParameters: {
|
|
6020
|
+
pathParameters: {
|
|
6021
|
+
sshUserId: string;
|
|
6022
|
+
};
|
|
5829
6023
|
} & {
|
|
5830
|
-
headers: {
|
|
5831
|
-
|
|
6024
|
+
headers: {
|
|
6025
|
+
"x-access-token"?: string | undefined;
|
|
6026
|
+
};
|
|
6027
|
+
}, import("@mittwald/api-client-commons/dist/types/Response.js").Response<MittwaldAPIV2.Paths.V2SshusersSshUserId.Patch.Responses.$400.Content.ApplicationJson, 400, "application/json">>>;
|
|
5832
6028
|
};
|
|
5833
6029
|
}
|
|
5834
6030
|
export default MittwaldAPIV2Client;
|