@mittwald/api-client 4.269.0 → 4.271.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +4 -2
- package/dist/esm/generated/v2/client.js +14 -16
- package/dist/esm/generated/v2/descriptors.js +70 -76
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +45 -24
- package/dist/types/generated/v2/client.d.ts +495 -486
- package/dist/types/generated/v2/descriptors.d.ts +24 -26
- package/dist/types/generated/v2/types.d.ts +1348 -1353
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -7792,6 +7792,123 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7792
7792
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7793
7793
|
[x: string]: unknown;
|
|
7794
7794
|
}, 429, "application/json">>>;
|
|
7795
|
+
/** Schedule an Extension Instance Variant change for the next possible date. */
|
|
7796
|
+
extensionScheduleExtensionVariantChange: (request: {
|
|
7797
|
+
extensionInstanceId: string;
|
|
7798
|
+
data?: {
|
|
7799
|
+
targetVariantKey?: string | undefined;
|
|
7800
|
+
} | undefined;
|
|
7801
|
+
headers?: {
|
|
7802
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7803
|
+
"x-access-token"?: string | undefined;
|
|
7804
|
+
} | undefined;
|
|
7805
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7806
|
+
data: {
|
|
7807
|
+
targetVariantKey?: string | undefined;
|
|
7808
|
+
};
|
|
7809
|
+
} & {
|
|
7810
|
+
pathParameters: {
|
|
7811
|
+
extensionInstanceId: string;
|
|
7812
|
+
};
|
|
7813
|
+
} & {
|
|
7814
|
+
headers?: Partial<{
|
|
7815
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7816
|
+
}>;
|
|
7817
|
+
} & {
|
|
7818
|
+
headers: {
|
|
7819
|
+
"x-access-token"?: string | undefined;
|
|
7820
|
+
} & Partial<{
|
|
7821
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7822
|
+
}>;
|
|
7823
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7824
|
+
effectiveDate?: string | undefined;
|
|
7825
|
+
extensionInstanceId?: string | undefined;
|
|
7826
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7827
|
+
[x: string]: unknown;
|
|
7828
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7829
|
+
[x: string]: unknown;
|
|
7830
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7831
|
+
[x: string]: unknown;
|
|
7832
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7833
|
+
data: {
|
|
7834
|
+
targetVariantKey?: string | undefined;
|
|
7835
|
+
};
|
|
7836
|
+
} & {
|
|
7837
|
+
pathParameters: {
|
|
7838
|
+
extensionInstanceId: string;
|
|
7839
|
+
};
|
|
7840
|
+
} & {
|
|
7841
|
+
headers?: Partial<{
|
|
7842
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7843
|
+
}>;
|
|
7844
|
+
} & {
|
|
7845
|
+
headers: {
|
|
7846
|
+
"x-access-token"?: string | undefined;
|
|
7847
|
+
} & Partial<{
|
|
7848
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7849
|
+
}>;
|
|
7850
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7851
|
+
effectiveDate?: string | undefined;
|
|
7852
|
+
extensionInstanceId?: string | undefined;
|
|
7853
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7854
|
+
[x: string]: unknown;
|
|
7855
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7856
|
+
[x: string]: unknown;
|
|
7857
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7858
|
+
[x: string]: unknown;
|
|
7859
|
+
}, 429, "application/json">>>;
|
|
7860
|
+
/** Cancel an Extension Instance Variant Change. */
|
|
7861
|
+
extensionCancelExtensionVariantChange: (request: {
|
|
7862
|
+
extensionInstanceId: string;
|
|
7863
|
+
headers?: {
|
|
7864
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7865
|
+
"x-access-token"?: string | undefined;
|
|
7866
|
+
} | undefined;
|
|
7867
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7868
|
+
headers?: Partial<{
|
|
7869
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7870
|
+
}>;
|
|
7871
|
+
} & {
|
|
7872
|
+
pathParameters: {
|
|
7873
|
+
extensionInstanceId: string;
|
|
7874
|
+
};
|
|
7875
|
+
} & {
|
|
7876
|
+
headers: {
|
|
7877
|
+
"x-access-token"?: string | undefined;
|
|
7878
|
+
} & Partial<{
|
|
7879
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7880
|
+
}>;
|
|
7881
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7882
|
+
extensionInstanceId: string;
|
|
7883
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7884
|
+
[x: string]: unknown;
|
|
7885
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7886
|
+
[x: string]: unknown;
|
|
7887
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7888
|
+
[x: string]: unknown;
|
|
7889
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
7890
|
+
headers?: Partial<{
|
|
7891
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7892
|
+
}>;
|
|
7893
|
+
} & {
|
|
7894
|
+
pathParameters: {
|
|
7895
|
+
extensionInstanceId: string;
|
|
7896
|
+
};
|
|
7897
|
+
} & {
|
|
7898
|
+
headers: {
|
|
7899
|
+
"x-access-token"?: string | undefined;
|
|
7900
|
+
} & Partial<{
|
|
7901
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
7902
|
+
}>;
|
|
7903
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
7904
|
+
extensionInstanceId: string;
|
|
7905
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7906
|
+
[x: string]: unknown;
|
|
7907
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7908
|
+
[x: string]: unknown;
|
|
7909
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7910
|
+
[x: string]: unknown;
|
|
7911
|
+
}, 429, "application/json">>>;
|
|
7795
7912
|
/** Change the context of an Extension. */
|
|
7796
7913
|
extensionChangeContext: (request: {
|
|
7797
7914
|
data: {
|
|
@@ -10685,343 +10802,138 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10685
10802
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10686
10803
|
[x: string]: unknown;
|
|
10687
10804
|
}, 429, "application/json">>>;
|
|
10688
|
-
|
|
10689
|
-
|
|
10690
|
-
|
|
10805
|
+
};
|
|
10806
|
+
/** The conversation API allows you to manage your support conversations. */
|
|
10807
|
+
readonly conversation: {
|
|
10808
|
+
/** Get all conversation the authenticated user has created or has access to. */
|
|
10809
|
+
listConversations: (request?: {
|
|
10691
10810
|
headers?: {
|
|
10692
10811
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10693
|
-
"x-access-token"?: string | undefined;
|
|
10694
10812
|
} | undefined;
|
|
10695
|
-
|
|
10813
|
+
queryParameters?: {
|
|
10814
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10815
|
+
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
10816
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
10817
|
+
} | undefined;
|
|
10818
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10696
10819
|
headers?: Partial<{
|
|
10697
10820
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10698
10821
|
}>;
|
|
10699
10822
|
} & {
|
|
10700
|
-
|
|
10701
|
-
|
|
10702
|
-
|
|
10703
|
-
} & {
|
|
10704
|
-
headers: {
|
|
10705
|
-
"x-access-token"?: string | undefined;
|
|
10823
|
+
queryParameters: {
|
|
10824
|
+
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
10825
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
10706
10826
|
} & Partial<{
|
|
10707
10827
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10708
10828
|
}>;
|
|
10709
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
10710
|
-
[x: string]: unknown;
|
|
10711
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10829
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10712
10830
|
[x: string]: unknown;
|
|
10713
10831
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10714
10832
|
headers?: Partial<{
|
|
10715
10833
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10716
10834
|
}>;
|
|
10717
10835
|
} & {
|
|
10718
|
-
|
|
10719
|
-
|
|
10720
|
-
|
|
10721
|
-
} & {
|
|
10722
|
-
headers: {
|
|
10723
|
-
"x-access-token"?: string | undefined;
|
|
10836
|
+
queryParameters: {
|
|
10837
|
+
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
10838
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
10724
10839
|
} & Partial<{
|
|
10725
10840
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10726
10841
|
}>;
|
|
10727
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
10728
|
-
[x: string]: unknown;
|
|
10729
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10842
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10730
10843
|
[x: string]: unknown;
|
|
10731
10844
|
}, 429, "application/json">>>;
|
|
10732
|
-
/**
|
|
10733
|
-
|
|
10734
|
-
|
|
10845
|
+
/** Create a conversation. */
|
|
10846
|
+
createConversation: (request?: {
|
|
10847
|
+
data?: {
|
|
10848
|
+
categoryId?: string | undefined;
|
|
10849
|
+
mainUserId?: string | undefined;
|
|
10850
|
+
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
10851
|
+
relatedTo?: {
|
|
10852
|
+
aggregate: "user";
|
|
10853
|
+
domain: "user";
|
|
10854
|
+
id: string;
|
|
10855
|
+
} | {
|
|
10856
|
+
aggregate: "customer";
|
|
10857
|
+
domain: "customer";
|
|
10858
|
+
id: string;
|
|
10859
|
+
} | {
|
|
10860
|
+
aggregate: "project";
|
|
10861
|
+
domain: "project";
|
|
10862
|
+
id: string;
|
|
10863
|
+
} | {
|
|
10864
|
+
aggregate: "appinstallation";
|
|
10865
|
+
domain: "app";
|
|
10866
|
+
id: string;
|
|
10867
|
+
} | {
|
|
10868
|
+
aggregate: "placementgroup";
|
|
10869
|
+
domain: "project";
|
|
10870
|
+
id: string;
|
|
10871
|
+
} | {
|
|
10872
|
+
aggregate: "extensionInstance";
|
|
10873
|
+
domain: "extension";
|
|
10874
|
+
id: string;
|
|
10875
|
+
} | {
|
|
10876
|
+
aggregate: "container";
|
|
10877
|
+
domain: "container";
|
|
10878
|
+
id: string;
|
|
10879
|
+
} | undefined;
|
|
10880
|
+
sharedWith?: {
|
|
10881
|
+
aggregate: "user";
|
|
10882
|
+
domain: "user";
|
|
10883
|
+
id: string;
|
|
10884
|
+
} | {
|
|
10885
|
+
aggregate: "customer";
|
|
10886
|
+
domain: "customer";
|
|
10887
|
+
id: string;
|
|
10888
|
+
} | {
|
|
10889
|
+
aggregate: "project";
|
|
10890
|
+
domain: "project";
|
|
10891
|
+
id: string;
|
|
10892
|
+
} | {
|
|
10893
|
+
aggregate: "placementgroup";
|
|
10894
|
+
domain: "project";
|
|
10895
|
+
id: string;
|
|
10896
|
+
} | undefined;
|
|
10897
|
+
title?: string | undefined;
|
|
10898
|
+
} | undefined;
|
|
10735
10899
|
headers?: {
|
|
10736
10900
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10737
|
-
"x-access-token"?: string | undefined;
|
|
10738
10901
|
} | undefined;
|
|
10739
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10740
|
-
|
|
10741
|
-
|
|
10742
|
-
|
|
10743
|
-
|
|
10744
|
-
|
|
10745
|
-
|
|
10902
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10903
|
+
data: {
|
|
10904
|
+
categoryId?: string | undefined;
|
|
10905
|
+
mainUserId?: string | undefined;
|
|
10906
|
+
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
10907
|
+
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
10908
|
+
sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference | undefined;
|
|
10909
|
+
title?: string | undefined;
|
|
10746
10910
|
};
|
|
10747
10911
|
} & {
|
|
10748
|
-
headers
|
|
10749
|
-
"x-access-token"?: string | undefined;
|
|
10750
|
-
} & Partial<{
|
|
10912
|
+
headers?: Partial<{
|
|
10751
10913
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10752
10914
|
}>;
|
|
10753
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
10915
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
10916
|
+
conversationId: string;
|
|
10917
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10754
10918
|
[x: string]: unknown;
|
|
10755
10919
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10756
10920
|
[x: string]: unknown;
|
|
10757
10921
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10758
|
-
|
|
10759
|
-
|
|
10760
|
-
|
|
10761
|
-
|
|
10762
|
-
|
|
10763
|
-
|
|
10922
|
+
data: {
|
|
10923
|
+
categoryId?: string | undefined;
|
|
10924
|
+
mainUserId?: string | undefined;
|
|
10925
|
+
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
10926
|
+
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
10927
|
+
sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference | undefined;
|
|
10928
|
+
title?: string | undefined;
|
|
10764
10929
|
};
|
|
10765
10930
|
} & {
|
|
10766
|
-
headers
|
|
10767
|
-
"x-access-token"?: string | undefined;
|
|
10768
|
-
} & Partial<{
|
|
10931
|
+
headers?: Partial<{
|
|
10769
10932
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10770
10933
|
}>;
|
|
10771
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
10772
|
-
|
|
10773
|
-
},
|
|
10774
|
-
[x: string]: unknown;
|
|
10775
|
-
}, 429, "application/json">>>;
|
|
10776
|
-
/** Schedule an Extension Instance Variant change for the next possible date. */
|
|
10777
|
-
extensionScheduleExtensionVariantChange: (request: {
|
|
10778
|
-
extensionInstanceId: string;
|
|
10779
|
-
data?: {
|
|
10780
|
-
targetVariantKey?: string | undefined;
|
|
10781
|
-
} | undefined;
|
|
10782
|
-
headers?: {
|
|
10783
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10784
|
-
"x-access-token"?: string | undefined;
|
|
10785
|
-
} | undefined;
|
|
10786
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10787
|
-
data: {
|
|
10788
|
-
targetVariantKey?: string | undefined;
|
|
10789
|
-
};
|
|
10790
|
-
} & {
|
|
10791
|
-
pathParameters: {
|
|
10792
|
-
extensionInstanceId: string;
|
|
10793
|
-
};
|
|
10794
|
-
} & {
|
|
10795
|
-
headers?: Partial<{
|
|
10796
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10797
|
-
}>;
|
|
10798
|
-
} & {
|
|
10799
|
-
headers: {
|
|
10800
|
-
"x-access-token"?: string | undefined;
|
|
10801
|
-
} & Partial<{
|
|
10802
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10803
|
-
}>;
|
|
10804
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
10805
|
-
effectiveDate?: string | undefined;
|
|
10806
|
-
extensionInstanceId?: string | undefined;
|
|
10807
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10808
|
-
[x: string]: unknown;
|
|
10809
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10810
|
-
[x: string]: unknown;
|
|
10811
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10812
|
-
[x: string]: unknown;
|
|
10813
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10814
|
-
data: {
|
|
10815
|
-
targetVariantKey?: string | undefined;
|
|
10816
|
-
};
|
|
10817
|
-
} & {
|
|
10818
|
-
pathParameters: {
|
|
10819
|
-
extensionInstanceId: string;
|
|
10820
|
-
};
|
|
10821
|
-
} & {
|
|
10822
|
-
headers?: Partial<{
|
|
10823
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10824
|
-
}>;
|
|
10825
|
-
} & {
|
|
10826
|
-
headers: {
|
|
10827
|
-
"x-access-token"?: string | undefined;
|
|
10828
|
-
} & Partial<{
|
|
10829
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10830
|
-
}>;
|
|
10831
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
10832
|
-
effectiveDate?: string | undefined;
|
|
10833
|
-
extensionInstanceId?: string | undefined;
|
|
10834
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10835
|
-
[x: string]: unknown;
|
|
10836
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10837
|
-
[x: string]: unknown;
|
|
10838
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10839
|
-
[x: string]: unknown;
|
|
10840
|
-
}, 429, "application/json">>>;
|
|
10841
|
-
/** Cancel an Extension Instance Variant Change. */
|
|
10842
|
-
extensionCancelExtensionVariantChange: (request: {
|
|
10843
|
-
extensionInstanceId: string;
|
|
10844
|
-
headers?: {
|
|
10845
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10846
|
-
"x-access-token"?: string | undefined;
|
|
10847
|
-
} | undefined;
|
|
10848
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10849
|
-
headers?: Partial<{
|
|
10850
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10851
|
-
}>;
|
|
10852
|
-
} & {
|
|
10853
|
-
pathParameters: {
|
|
10854
|
-
extensionInstanceId: string;
|
|
10855
|
-
};
|
|
10856
|
-
} & {
|
|
10857
|
-
headers: {
|
|
10858
|
-
"x-access-token"?: string | undefined;
|
|
10859
|
-
} & Partial<{
|
|
10860
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10861
|
-
}>;
|
|
10862
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
10863
|
-
extensionInstanceId: string;
|
|
10864
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10865
|
-
[x: string]: unknown;
|
|
10866
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10867
|
-
[x: string]: unknown;
|
|
10868
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10869
|
-
[x: string]: unknown;
|
|
10870
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10871
|
-
headers?: Partial<{
|
|
10872
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10873
|
-
}>;
|
|
10874
|
-
} & {
|
|
10875
|
-
pathParameters: {
|
|
10876
|
-
extensionInstanceId: string;
|
|
10877
|
-
};
|
|
10878
|
-
} & {
|
|
10879
|
-
headers: {
|
|
10880
|
-
"x-access-token"?: string | undefined;
|
|
10881
|
-
} & Partial<{
|
|
10882
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10883
|
-
}>;
|
|
10884
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
10885
|
-
extensionInstanceId: string;
|
|
10886
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10887
|
-
[x: string]: unknown;
|
|
10888
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10889
|
-
[x: string]: unknown;
|
|
10890
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10891
|
-
[x: string]: unknown;
|
|
10892
|
-
}, 429, "application/json">>>;
|
|
10893
|
-
};
|
|
10894
|
-
/** The conversation API allows you to manage your support conversations. */
|
|
10895
|
-
readonly conversation: {
|
|
10896
|
-
/** Get all conversation the authenticated user has created or has access to. */
|
|
10897
|
-
listConversations: (request?: {
|
|
10898
|
-
headers?: {
|
|
10899
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10900
|
-
} | undefined;
|
|
10901
|
-
queryParameters?: {
|
|
10902
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10903
|
-
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
10904
|
-
order?: ("asc" | "desc")[] | undefined;
|
|
10905
|
-
} | undefined;
|
|
10906
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10907
|
-
headers?: Partial<{
|
|
10908
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10909
|
-
}>;
|
|
10910
|
-
} & {
|
|
10911
|
-
queryParameters: {
|
|
10912
|
-
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
10913
|
-
order?: ("asc" | "desc")[] | undefined;
|
|
10914
|
-
} & Partial<{
|
|
10915
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10916
|
-
}>;
|
|
10917
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10918
|
-
[x: string]: unknown;
|
|
10919
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10920
|
-
headers?: Partial<{
|
|
10921
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10922
|
-
}>;
|
|
10923
|
-
} & {
|
|
10924
|
-
queryParameters: {
|
|
10925
|
-
sort?: ("createdAt" | "lastMessage.createdAt" | "title" | "priority" | "shortId" | "conversationId")[] | undefined;
|
|
10926
|
-
order?: ("asc" | "desc")[] | undefined;
|
|
10927
|
-
} & Partial<{
|
|
10928
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10929
|
-
}>;
|
|
10930
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationConversation[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10931
|
-
[x: string]: unknown;
|
|
10932
|
-
}, 429, "application/json">>>;
|
|
10933
|
-
/** Create a conversation. */
|
|
10934
|
-
createConversation: (request?: {
|
|
10935
|
-
data?: {
|
|
10936
|
-
categoryId?: string | undefined;
|
|
10937
|
-
mainUserId?: string | undefined;
|
|
10938
|
-
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
10939
|
-
relatedTo?: {
|
|
10940
|
-
aggregate: "user";
|
|
10941
|
-
domain: "user";
|
|
10942
|
-
id: string;
|
|
10943
|
-
} | {
|
|
10944
|
-
aggregate: "customer";
|
|
10945
|
-
domain: "customer";
|
|
10946
|
-
id: string;
|
|
10947
|
-
} | {
|
|
10948
|
-
aggregate: "project";
|
|
10949
|
-
domain: "project";
|
|
10950
|
-
id: string;
|
|
10951
|
-
} | {
|
|
10952
|
-
aggregate: "appinstallation";
|
|
10953
|
-
domain: "app";
|
|
10954
|
-
id: string;
|
|
10955
|
-
} | {
|
|
10956
|
-
aggregate: "placementgroup";
|
|
10957
|
-
domain: "project";
|
|
10958
|
-
id: string;
|
|
10959
|
-
} | {
|
|
10960
|
-
aggregate: "extensionInstance";
|
|
10961
|
-
domain: "extension";
|
|
10962
|
-
id: string;
|
|
10963
|
-
} | {
|
|
10964
|
-
aggregate: "container";
|
|
10965
|
-
domain: "container";
|
|
10966
|
-
id: string;
|
|
10967
|
-
} | undefined;
|
|
10968
|
-
sharedWith?: {
|
|
10969
|
-
aggregate: "user";
|
|
10970
|
-
domain: "user";
|
|
10971
|
-
id: string;
|
|
10972
|
-
} | {
|
|
10973
|
-
aggregate: "customer";
|
|
10974
|
-
domain: "customer";
|
|
10975
|
-
id: string;
|
|
10976
|
-
} | {
|
|
10977
|
-
aggregate: "project";
|
|
10978
|
-
domain: "project";
|
|
10979
|
-
id: string;
|
|
10980
|
-
} | {
|
|
10981
|
-
aggregate: "placementgroup";
|
|
10982
|
-
domain: "project";
|
|
10983
|
-
id: string;
|
|
10984
|
-
} | undefined;
|
|
10985
|
-
title?: string | undefined;
|
|
10986
|
-
} | undefined;
|
|
10987
|
-
headers?: {
|
|
10988
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10989
|
-
} | undefined;
|
|
10990
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10991
|
-
data: {
|
|
10992
|
-
categoryId?: string | undefined;
|
|
10993
|
-
mainUserId?: string | undefined;
|
|
10994
|
-
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
10995
|
-
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
10996
|
-
sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference | undefined;
|
|
10997
|
-
title?: string | undefined;
|
|
10998
|
-
};
|
|
10999
|
-
} & {
|
|
11000
|
-
headers?: Partial<{
|
|
11001
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11002
|
-
}>;
|
|
11003
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
11004
|
-
conversationId: string;
|
|
11005
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11006
|
-
[x: string]: unknown;
|
|
11007
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11008
|
-
[x: string]: unknown;
|
|
11009
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
11010
|
-
data: {
|
|
11011
|
-
categoryId?: string | undefined;
|
|
11012
|
-
mainUserId?: string | undefined;
|
|
11013
|
-
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
11014
|
-
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
11015
|
-
sharedWith?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference | undefined;
|
|
11016
|
-
title?: string | undefined;
|
|
11017
|
-
};
|
|
11018
|
-
} & {
|
|
11019
|
-
headers?: Partial<{
|
|
11020
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
11021
|
-
}>;
|
|
11022
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
11023
|
-
conversationId: string;
|
|
11024
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10934
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
10935
|
+
conversationId: string;
|
|
10936
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11025
10937
|
[x: string]: unknown;
|
|
11026
10938
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
11027
10939
|
[x: string]: unknown;
|
|
@@ -17672,146 +17584,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17672
17584
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17673
17585
|
[x: string]: unknown;
|
|
17674
17586
|
}, 429, "application/json">>>;
|
|
17675
|
-
/**
|
|
17676
|
-
|
|
17677
|
-
certificateId: string;
|
|
17678
|
-
headers?: {
|
|
17679
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17680
|
-
"x-access-token"?: string | undefined;
|
|
17681
|
-
} | undefined;
|
|
17682
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17683
|
-
headers?: Partial<{
|
|
17684
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17685
|
-
}>;
|
|
17686
|
-
} & {
|
|
17687
|
-
pathParameters: {
|
|
17688
|
-
certificateId: string;
|
|
17689
|
-
};
|
|
17690
|
-
} & {
|
|
17691
|
-
headers: {
|
|
17692
|
-
"x-access-token"?: string | undefined;
|
|
17693
|
-
} & Partial<{
|
|
17694
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17695
|
-
}>;
|
|
17696
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
17697
|
-
caBundle?: string | undefined;
|
|
17698
|
-
certificate: string;
|
|
17699
|
-
certificateOrderId?: string | undefined;
|
|
17700
|
-
certificateRequestId: string;
|
|
17701
|
-
certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
|
|
17702
|
-
commonName?: string | undefined;
|
|
17703
|
-
contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
|
|
17704
|
-
dnsNames?: string[] | undefined;
|
|
17705
|
-
id: string;
|
|
17706
|
-
isExpired: boolean;
|
|
17707
|
-
issuer?: string | undefined;
|
|
17708
|
-
lastExpirationThresholdHit: number;
|
|
17709
|
-
projectId: string;
|
|
17710
|
-
validFrom: string;
|
|
17711
|
-
validTo: string;
|
|
17712
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17713
|
-
[x: string]: unknown;
|
|
17714
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17715
|
-
[x: string]: unknown;
|
|
17716
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17717
|
-
headers?: Partial<{
|
|
17718
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17719
|
-
}>;
|
|
17720
|
-
} & {
|
|
17721
|
-
pathParameters: {
|
|
17722
|
-
certificateId: string;
|
|
17723
|
-
};
|
|
17724
|
-
} & {
|
|
17725
|
-
headers: {
|
|
17726
|
-
"x-access-token"?: string | undefined;
|
|
17727
|
-
} & Partial<{
|
|
17728
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17729
|
-
}>;
|
|
17730
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
17731
|
-
caBundle?: string | undefined;
|
|
17732
|
-
certificate: string;
|
|
17733
|
-
certificateOrderId?: string | undefined;
|
|
17734
|
-
certificateRequestId: string;
|
|
17735
|
-
certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
|
|
17736
|
-
commonName?: string | undefined;
|
|
17737
|
-
contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
|
|
17738
|
-
dnsNames?: string[] | undefined;
|
|
17739
|
-
id: string;
|
|
17740
|
-
isExpired: boolean;
|
|
17741
|
-
issuer?: string | undefined;
|
|
17742
|
-
lastExpirationThresholdHit: number;
|
|
17743
|
-
projectId: string;
|
|
17744
|
-
validFrom: string;
|
|
17745
|
-
validTo: string;
|
|
17746
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17747
|
-
[x: string]: unknown;
|
|
17748
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17749
|
-
[x: string]: unknown;
|
|
17750
|
-
}, 429, "application/json">>>;
|
|
17751
|
-
/** Update a Certificate. */
|
|
17752
|
-
sslReplaceCertificate: (request: {
|
|
17753
|
-
data: {
|
|
17754
|
-
certificate: string;
|
|
17755
|
-
privateKey?: string | undefined;
|
|
17756
|
-
};
|
|
17757
|
-
certificateId: string;
|
|
17758
|
-
headers?: {
|
|
17759
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17760
|
-
"x-access-token"?: string | undefined;
|
|
17761
|
-
} | undefined;
|
|
17762
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17763
|
-
data: {
|
|
17764
|
-
certificate: string;
|
|
17765
|
-
privateKey?: string | undefined;
|
|
17766
|
-
};
|
|
17767
|
-
} & {
|
|
17768
|
-
pathParameters: {
|
|
17769
|
-
certificateId: string;
|
|
17770
|
-
};
|
|
17771
|
-
} & {
|
|
17772
|
-
headers?: Partial<{
|
|
17773
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17774
|
-
}>;
|
|
17775
|
-
} & {
|
|
17776
|
-
headers: {
|
|
17777
|
-
"x-access-token"?: string | undefined;
|
|
17778
|
-
} & Partial<{
|
|
17779
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17780
|
-
}>;
|
|
17781
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17782
|
-
[x: string]: unknown;
|
|
17783
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17784
|
-
[x: string]: unknown;
|
|
17785
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17786
|
-
[x: string]: unknown;
|
|
17787
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17788
|
-
data: {
|
|
17789
|
-
certificate: string;
|
|
17790
|
-
privateKey?: string | undefined;
|
|
17791
|
-
};
|
|
17792
|
-
} & {
|
|
17793
|
-
pathParameters: {
|
|
17794
|
-
certificateId: string;
|
|
17795
|
-
};
|
|
17796
|
-
} & {
|
|
17797
|
-
headers?: Partial<{
|
|
17798
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17799
|
-
}>;
|
|
17800
|
-
} & {
|
|
17801
|
-
headers: {
|
|
17802
|
-
"x-access-token"?: string | undefined;
|
|
17803
|
-
} & Partial<{
|
|
17804
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17805
|
-
}>;
|
|
17806
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17807
|
-
[x: string]: unknown;
|
|
17808
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17809
|
-
[x: string]: unknown;
|
|
17810
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17811
|
-
[x: string]: unknown;
|
|
17812
|
-
}, 429, "application/json">>>;
|
|
17813
|
-
/** List CertificateRequests belonging to a Project or an Ingress. */
|
|
17814
|
-
sslListCertificateRequests: (request?: {
|
|
17587
|
+
/** List CertificateRequests belonging to a Project or an Ingress. */
|
|
17588
|
+
sslListCertificateRequests: (request?: {
|
|
17815
17589
|
headers?: {
|
|
17816
17590
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17817
17591
|
"x-access-token"?: string | undefined;
|
|
@@ -17966,6 +17740,94 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17966
17740
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17967
17741
|
[x: string]: unknown;
|
|
17968
17742
|
}, 429, "application/json">>>;
|
|
17743
|
+
/** Delete a CertificateRequest. */
|
|
17744
|
+
sslDeleteCertificateRequest: (request: {
|
|
17745
|
+
certificateRequestId: string;
|
|
17746
|
+
headers?: {
|
|
17747
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17748
|
+
"x-access-token"?: string | undefined;
|
|
17749
|
+
} | undefined;
|
|
17750
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17751
|
+
headers?: Partial<{
|
|
17752
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17753
|
+
}>;
|
|
17754
|
+
} & {
|
|
17755
|
+
pathParameters: {
|
|
17756
|
+
certificateRequestId: string;
|
|
17757
|
+
};
|
|
17758
|
+
} & {
|
|
17759
|
+
headers: {
|
|
17760
|
+
"x-access-token"?: string | undefined;
|
|
17761
|
+
} & Partial<{
|
|
17762
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17763
|
+
}>;
|
|
17764
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17765
|
+
[x: string]: unknown;
|
|
17766
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17767
|
+
[x: string]: unknown;
|
|
17768
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17769
|
+
headers?: Partial<{
|
|
17770
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17771
|
+
}>;
|
|
17772
|
+
} & {
|
|
17773
|
+
pathParameters: {
|
|
17774
|
+
certificateRequestId: string;
|
|
17775
|
+
};
|
|
17776
|
+
} & {
|
|
17777
|
+
headers: {
|
|
17778
|
+
"x-access-token"?: string | undefined;
|
|
17779
|
+
} & Partial<{
|
|
17780
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17781
|
+
}>;
|
|
17782
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17783
|
+
[x: string]: unknown;
|
|
17784
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17785
|
+
[x: string]: unknown;
|
|
17786
|
+
}, 429, "application/json">>>;
|
|
17787
|
+
/** Delete a Certificate. */
|
|
17788
|
+
sslDeleteCertificate: (request: {
|
|
17789
|
+
certificateId: string;
|
|
17790
|
+
headers?: {
|
|
17791
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17792
|
+
"x-access-token"?: string | undefined;
|
|
17793
|
+
} | undefined;
|
|
17794
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17795
|
+
headers?: Partial<{
|
|
17796
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17797
|
+
}>;
|
|
17798
|
+
} & {
|
|
17799
|
+
pathParameters: {
|
|
17800
|
+
certificateId: string;
|
|
17801
|
+
};
|
|
17802
|
+
} & {
|
|
17803
|
+
headers: {
|
|
17804
|
+
"x-access-token"?: string | undefined;
|
|
17805
|
+
} & Partial<{
|
|
17806
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17807
|
+
}>;
|
|
17808
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17809
|
+
[x: string]: unknown;
|
|
17810
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17811
|
+
[x: string]: unknown;
|
|
17812
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17813
|
+
headers?: Partial<{
|
|
17814
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17815
|
+
}>;
|
|
17816
|
+
} & {
|
|
17817
|
+
pathParameters: {
|
|
17818
|
+
certificateId: string;
|
|
17819
|
+
};
|
|
17820
|
+
} & {
|
|
17821
|
+
headers: {
|
|
17822
|
+
"x-access-token"?: string | undefined;
|
|
17823
|
+
} & Partial<{
|
|
17824
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17825
|
+
}>;
|
|
17826
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17827
|
+
[x: string]: unknown;
|
|
17828
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17829
|
+
[x: string]: unknown;
|
|
17830
|
+
}, 429, "application/json">>>;
|
|
17969
17831
|
/** Get a CertificateRequest. */
|
|
17970
17832
|
sslGetCertificateRequest: (request: {
|
|
17971
17833
|
certificateRequestId: string;
|
|
@@ -18036,35 +17898,44 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18036
17898
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18037
17899
|
[x: string]: unknown;
|
|
18038
17900
|
}, 429, "application/json">>>;
|
|
18039
|
-
/**
|
|
18040
|
-
|
|
17901
|
+
/** Get a Certificate. */
|
|
17902
|
+
sslGetCertificate: (request: {
|
|
17903
|
+
certificateId: string;
|
|
18041
17904
|
headers?: {
|
|
18042
17905
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18043
17906
|
"x-access-token"?: string | undefined;
|
|
18044
17907
|
} | undefined;
|
|
18045
|
-
|
|
18046
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18047
|
-
projectId?: string | undefined;
|
|
18048
|
-
ingressId?: string | undefined;
|
|
18049
|
-
} | undefined;
|
|
18050
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17908
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18051
17909
|
headers?: Partial<{
|
|
18052
17910
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18053
17911
|
}>;
|
|
18054
17912
|
} & {
|
|
18055
|
-
|
|
18056
|
-
|
|
18057
|
-
|
|
18058
|
-
} & Partial<{
|
|
18059
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18060
|
-
}>;
|
|
17913
|
+
pathParameters: {
|
|
17914
|
+
certificateId: string;
|
|
17915
|
+
};
|
|
18061
17916
|
} & {
|
|
18062
17917
|
headers: {
|
|
18063
17918
|
"x-access-token"?: string | undefined;
|
|
18064
17919
|
} & Partial<{
|
|
18065
17920
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18066
17921
|
}>;
|
|
18067
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
17922
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
17923
|
+
caBundle?: string | undefined;
|
|
17924
|
+
certificate: string;
|
|
17925
|
+
certificateOrderId?: string | undefined;
|
|
17926
|
+
certificateRequestId: string;
|
|
17927
|
+
certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
|
|
17928
|
+
commonName?: string | undefined;
|
|
17929
|
+
contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
|
|
17930
|
+
dnsNames?: string[] | undefined;
|
|
17931
|
+
id: string;
|
|
17932
|
+
isExpired: boolean;
|
|
17933
|
+
issuer?: string | undefined;
|
|
17934
|
+
lastExpirationThresholdHit: number;
|
|
17935
|
+
projectId: string;
|
|
17936
|
+
validFrom: string;
|
|
17937
|
+
validTo: string;
|
|
17938
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18068
17939
|
[x: string]: unknown;
|
|
18069
17940
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18070
17941
|
[x: string]: unknown;
|
|
@@ -18073,38 +17944,60 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18073
17944
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18074
17945
|
}>;
|
|
18075
17946
|
} & {
|
|
18076
|
-
|
|
18077
|
-
|
|
18078
|
-
|
|
18079
|
-
} & Partial<{
|
|
18080
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18081
|
-
}>;
|
|
17947
|
+
pathParameters: {
|
|
17948
|
+
certificateId: string;
|
|
17949
|
+
};
|
|
18082
17950
|
} & {
|
|
18083
17951
|
headers: {
|
|
18084
17952
|
"x-access-token"?: string | undefined;
|
|
18085
17953
|
} & Partial<{
|
|
18086
17954
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18087
17955
|
}>;
|
|
18088
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
17956
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
17957
|
+
caBundle?: string | undefined;
|
|
17958
|
+
certificate: string;
|
|
17959
|
+
certificateOrderId?: string | undefined;
|
|
17960
|
+
certificateRequestId: string;
|
|
17961
|
+
certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
|
|
17962
|
+
commonName?: string | undefined;
|
|
17963
|
+
contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
|
|
17964
|
+
dnsNames?: string[] | undefined;
|
|
17965
|
+
id: string;
|
|
17966
|
+
isExpired: boolean;
|
|
17967
|
+
issuer?: string | undefined;
|
|
17968
|
+
lastExpirationThresholdHit: number;
|
|
17969
|
+
projectId: string;
|
|
17970
|
+
validFrom: string;
|
|
17971
|
+
validTo: string;
|
|
17972
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18089
17973
|
[x: string]: unknown;
|
|
18090
17974
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18091
17975
|
[x: string]: unknown;
|
|
18092
17976
|
}, 429, "application/json">>>;
|
|
18093
|
-
/**
|
|
18094
|
-
|
|
18095
|
-
|
|
17977
|
+
/** Update a Certificate. */
|
|
17978
|
+
sslReplaceCertificate: (request: {
|
|
17979
|
+
data: {
|
|
17980
|
+
certificate: string;
|
|
17981
|
+
privateKey?: string | undefined;
|
|
17982
|
+
};
|
|
17983
|
+
certificateId: string;
|
|
18096
17984
|
headers?: {
|
|
18097
17985
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18098
17986
|
"x-access-token"?: string | undefined;
|
|
18099
17987
|
} | undefined;
|
|
18100
17988
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18101
|
-
|
|
18102
|
-
|
|
18103
|
-
|
|
17989
|
+
data: {
|
|
17990
|
+
certificate: string;
|
|
17991
|
+
privateKey?: string | undefined;
|
|
17992
|
+
};
|
|
18104
17993
|
} & {
|
|
18105
17994
|
pathParameters: {
|
|
18106
|
-
|
|
17995
|
+
certificateId: string;
|
|
18107
17996
|
};
|
|
17997
|
+
} & {
|
|
17998
|
+
headers?: Partial<{
|
|
17999
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18000
|
+
}>;
|
|
18108
18001
|
} & {
|
|
18109
18002
|
headers: {
|
|
18110
18003
|
"x-access-token"?: string | undefined;
|
|
@@ -18113,16 +18006,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18113
18006
|
}>;
|
|
18114
18007
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
18115
18008
|
[x: string]: unknown;
|
|
18009
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18010
|
+
[x: string]: unknown;
|
|
18116
18011
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18117
18012
|
[x: string]: unknown;
|
|
18118
18013
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18119
|
-
|
|
18120
|
-
|
|
18121
|
-
|
|
18014
|
+
data: {
|
|
18015
|
+
certificate: string;
|
|
18016
|
+
privateKey?: string | undefined;
|
|
18017
|
+
};
|
|
18122
18018
|
} & {
|
|
18123
18019
|
pathParameters: {
|
|
18124
|
-
|
|
18020
|
+
certificateId: string;
|
|
18125
18021
|
};
|
|
18022
|
+
} & {
|
|
18023
|
+
headers?: Partial<{
|
|
18024
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18025
|
+
}>;
|
|
18126
18026
|
} & {
|
|
18127
18027
|
headers: {
|
|
18128
18028
|
"x-access-token"?: string | undefined;
|
|
@@ -18131,31 +18031,40 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18131
18031
|
}>;
|
|
18132
18032
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
18133
18033
|
[x: string]: unknown;
|
|
18034
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18035
|
+
[x: string]: unknown;
|
|
18134
18036
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18135
18037
|
[x: string]: unknown;
|
|
18136
18038
|
}, 429, "application/json">>>;
|
|
18137
|
-
/**
|
|
18138
|
-
|
|
18139
|
-
certificateId: string;
|
|
18039
|
+
/** List Certificates belonging to a Project or an Ingress. */
|
|
18040
|
+
sslListCertificates: (request?: {
|
|
18140
18041
|
headers?: {
|
|
18141
18042
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18142
18043
|
"x-access-token"?: string | undefined;
|
|
18143
18044
|
} | undefined;
|
|
18144
|
-
|
|
18045
|
+
queryParameters?: {
|
|
18046
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18047
|
+
projectId?: string | undefined;
|
|
18048
|
+
ingressId?: string | undefined;
|
|
18049
|
+
} | undefined;
|
|
18050
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18145
18051
|
headers?: Partial<{
|
|
18146
18052
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18147
18053
|
}>;
|
|
18148
18054
|
} & {
|
|
18149
|
-
|
|
18150
|
-
|
|
18151
|
-
|
|
18055
|
+
queryParameters: {
|
|
18056
|
+
projectId?: string | undefined;
|
|
18057
|
+
ingressId?: string | undefined;
|
|
18058
|
+
} & Partial<{
|
|
18059
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18060
|
+
}>;
|
|
18152
18061
|
} & {
|
|
18153
18062
|
headers: {
|
|
18154
18063
|
"x-access-token"?: string | undefined;
|
|
18155
18064
|
} & Partial<{
|
|
18156
18065
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18157
18066
|
}>;
|
|
18158
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
18067
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificate[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18159
18068
|
[x: string]: unknown;
|
|
18160
18069
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18161
18070
|
[x: string]: unknown;
|
|
@@ -18164,16 +18073,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18164
18073
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18165
18074
|
}>;
|
|
18166
18075
|
} & {
|
|
18167
|
-
|
|
18168
|
-
|
|
18169
|
-
|
|
18076
|
+
queryParameters: {
|
|
18077
|
+
projectId?: string | undefined;
|
|
18078
|
+
ingressId?: string | undefined;
|
|
18079
|
+
} & Partial<{
|
|
18080
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18081
|
+
}>;
|
|
18170
18082
|
} & {
|
|
18171
18083
|
headers: {
|
|
18172
18084
|
"x-access-token"?: string | undefined;
|
|
18173
18085
|
} & Partial<{
|
|
18174
18086
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18175
18087
|
}>;
|
|
18176
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
18088
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificate[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18177
18089
|
[x: string]: unknown;
|
|
18178
18090
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18179
18091
|
[x: string]: unknown;
|
|
@@ -19895,6 +19807,103 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19895
19807
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19896
19808
|
[x: string]: unknown;
|
|
19897
19809
|
}, 503, "application/json">>>;
|
|
19810
|
+
/** List MailAddresses. */
|
|
19811
|
+
listMailAddressesForUser: (request?: {
|
|
19812
|
+
headers?: {
|
|
19813
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
19814
|
+
"x-access-token"?: string | undefined;
|
|
19815
|
+
} | undefined;
|
|
19816
|
+
queryParameters?: {
|
|
19817
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
19818
|
+
projectId?: string | undefined;
|
|
19819
|
+
search?: string | undefined;
|
|
19820
|
+
forwardAddress?: boolean | undefined;
|
|
19821
|
+
catchAll?: boolean | undefined;
|
|
19822
|
+
autoResponder?: boolean | undefined;
|
|
19823
|
+
mailArchive?: boolean | undefined;
|
|
19824
|
+
limit?: number | undefined;
|
|
19825
|
+
skip?: number | undefined;
|
|
19826
|
+
page?: number | undefined;
|
|
19827
|
+
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
19828
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
19829
|
+
} | undefined;
|
|
19830
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19831
|
+
headers?: Partial<{
|
|
19832
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19833
|
+
}>;
|
|
19834
|
+
} & {
|
|
19835
|
+
queryParameters: {
|
|
19836
|
+
projectId?: string | undefined;
|
|
19837
|
+
search?: string | undefined;
|
|
19838
|
+
forwardAddress?: boolean | undefined;
|
|
19839
|
+
catchAll?: boolean | undefined;
|
|
19840
|
+
autoResponder?: boolean | undefined;
|
|
19841
|
+
mailArchive?: boolean | undefined;
|
|
19842
|
+
limit?: number | undefined;
|
|
19843
|
+
skip?: number | undefined;
|
|
19844
|
+
page?: number | undefined;
|
|
19845
|
+
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
19846
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
19847
|
+
} & Partial<{
|
|
19848
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19849
|
+
}>;
|
|
19850
|
+
} & {
|
|
19851
|
+
headers: {
|
|
19852
|
+
"x-access-token"?: string | undefined;
|
|
19853
|
+
} & Partial<{
|
|
19854
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19855
|
+
}>;
|
|
19856
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19857
|
+
[x: string]: unknown;
|
|
19858
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19859
|
+
[x: string]: unknown;
|
|
19860
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19861
|
+
[x: string]: unknown;
|
|
19862
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19863
|
+
[x: string]: unknown;
|
|
19864
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19865
|
+
[x: string]: unknown;
|
|
19866
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19867
|
+
[x: string]: unknown;
|
|
19868
|
+
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
19869
|
+
headers?: Partial<{
|
|
19870
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19871
|
+
}>;
|
|
19872
|
+
} & {
|
|
19873
|
+
queryParameters: {
|
|
19874
|
+
projectId?: string | undefined;
|
|
19875
|
+
search?: string | undefined;
|
|
19876
|
+
forwardAddress?: boolean | undefined;
|
|
19877
|
+
catchAll?: boolean | undefined;
|
|
19878
|
+
autoResponder?: boolean | undefined;
|
|
19879
|
+
mailArchive?: boolean | undefined;
|
|
19880
|
+
limit?: number | undefined;
|
|
19881
|
+
skip?: number | undefined;
|
|
19882
|
+
page?: number | undefined;
|
|
19883
|
+
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
19884
|
+
order?: ("asc" | "desc")[] | undefined;
|
|
19885
|
+
} & Partial<{
|
|
19886
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19887
|
+
}>;
|
|
19888
|
+
} & {
|
|
19889
|
+
headers: {
|
|
19890
|
+
"x-access-token"?: string | undefined;
|
|
19891
|
+
} & Partial<{
|
|
19892
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
19893
|
+
}>;
|
|
19894
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19895
|
+
[x: string]: unknown;
|
|
19896
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19897
|
+
[x: string]: unknown;
|
|
19898
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19899
|
+
[x: string]: unknown;
|
|
19900
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19901
|
+
[x: string]: unknown;
|
|
19902
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19903
|
+
[x: string]: unknown;
|
|
19904
|
+
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19905
|
+
[x: string]: unknown;
|
|
19906
|
+
}, 503, "application/json">>>;
|
|
19898
19907
|
};
|
|
19899
19908
|
/** The notification API allows you to manage your notifications. */
|
|
19900
19909
|
readonly notification: {
|