@mittwald/api-client 4.268.0 → 4.270.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 +2 -2
- package/dist/esm/generated/v2/client.js +12 -12
- package/dist/esm/generated/v2/descriptors.js +66 -66
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +29 -24
- package/dist/types/generated/v2/client.d.ts +331 -290
- package/dist/types/generated/v2/descriptors.d.ts +22 -22
- package/dist/types/generated/v2/types.d.ts +1294 -1250
- 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: {
|
|
@@ -9110,9 +9227,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9110
9227
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9111
9228
|
}>;
|
|
9112
9229
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9230
|
+
contractPeriodEndDate?: string | undefined;
|
|
9113
9231
|
currentPrice?: number | undefined;
|
|
9114
9232
|
interactionDeadline?: string | undefined;
|
|
9115
9233
|
interactionRequired: boolean;
|
|
9234
|
+
pendingVariantChange?: {
|
|
9235
|
+
effectiveDate: string;
|
|
9236
|
+
targetVariantKey: string;
|
|
9237
|
+
} | undefined;
|
|
9116
9238
|
status: "notStarted" | "pending" | "active" | "terminationPending";
|
|
9117
9239
|
terminationTargetDate?: string | undefined;
|
|
9118
9240
|
variantDescription?: string | undefined;
|
|
@@ -9139,9 +9261,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9139
9261
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9140
9262
|
}>;
|
|
9141
9263
|
}, import("@mittwald/api-client-commons").Response<{
|
|
9264
|
+
contractPeriodEndDate?: string | undefined;
|
|
9142
9265
|
currentPrice?: number | undefined;
|
|
9143
9266
|
interactionDeadline?: string | undefined;
|
|
9144
9267
|
interactionRequired: boolean;
|
|
9268
|
+
pendingVariantChange?: {
|
|
9269
|
+
effectiveDate: string;
|
|
9270
|
+
targetVariantKey: string;
|
|
9271
|
+
} | undefined;
|
|
9145
9272
|
status: "notStarted" | "pending" | "active" | "terminationPending";
|
|
9146
9273
|
terminationTargetDate?: string | undefined;
|
|
9147
9274
|
variantDescription?: string | undefined;
|
|
@@ -10454,6 +10581,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10454
10581
|
data: {
|
|
10455
10582
|
pricePlan: {
|
|
10456
10583
|
variants: import("./types.js").MittwaldAPIV2.Components.Schemas.ExtensionVariant[];
|
|
10584
|
+
isDowngradeAllowed?: boolean | undefined;
|
|
10585
|
+
isUpgradeAllowed?: boolean | undefined;
|
|
10457
10586
|
};
|
|
10458
10587
|
dryRun?: boolean | undefined;
|
|
10459
10588
|
};
|
|
@@ -10673,94 +10802,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10673
10802
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10674
10803
|
[x: string]: unknown;
|
|
10675
10804
|
}, 429, "application/json">>>;
|
|
10676
|
-
/** Reject a contributor verification request. */
|
|
10677
|
-
contributorRejectContributorInternal: (request: {
|
|
10678
|
-
contributorId: string;
|
|
10679
|
-
headers?: {
|
|
10680
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10681
|
-
"x-access-token"?: string | undefined;
|
|
10682
|
-
} | undefined;
|
|
10683
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10684
|
-
headers?: Partial<{
|
|
10685
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10686
|
-
}>;
|
|
10687
|
-
} & {
|
|
10688
|
-
pathParameters: {
|
|
10689
|
-
contributorId: string;
|
|
10690
|
-
};
|
|
10691
|
-
} & {
|
|
10692
|
-
headers: {
|
|
10693
|
-
"x-access-token"?: string | undefined;
|
|
10694
|
-
} & Partial<{
|
|
10695
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10696
|
-
}>;
|
|
10697
|
-
}, import("@mittwald/api-client-commons").Response<{}, 201, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
10698
|
-
[x: string]: unknown;
|
|
10699
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10700
|
-
[x: string]: unknown;
|
|
10701
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10702
|
-
headers?: Partial<{
|
|
10703
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10704
|
-
}>;
|
|
10705
|
-
} & {
|
|
10706
|
-
pathParameters: {
|
|
10707
|
-
contributorId: string;
|
|
10708
|
-
};
|
|
10709
|
-
} & {
|
|
10710
|
-
headers: {
|
|
10711
|
-
"x-access-token"?: string | undefined;
|
|
10712
|
-
} & Partial<{
|
|
10713
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10714
|
-
}>;
|
|
10715
|
-
}, import("@mittwald/api-client-commons").Response<{}, 201, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
10716
|
-
[x: string]: unknown;
|
|
10717
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10718
|
-
[x: string]: unknown;
|
|
10719
|
-
}, 429, "application/json">>>;
|
|
10720
|
-
/** Accept a contributor verification request */
|
|
10721
|
-
contributorVerifyContributorInternal: (request: {
|
|
10722
|
-
contributorId: string;
|
|
10723
|
-
headers?: {
|
|
10724
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
10725
|
-
"x-access-token"?: string | undefined;
|
|
10726
|
-
} | undefined;
|
|
10727
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10728
|
-
headers?: Partial<{
|
|
10729
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10730
|
-
}>;
|
|
10731
|
-
} & {
|
|
10732
|
-
pathParameters: {
|
|
10733
|
-
contributorId: string;
|
|
10734
|
-
};
|
|
10735
|
-
} & {
|
|
10736
|
-
headers: {
|
|
10737
|
-
"x-access-token"?: string | undefined;
|
|
10738
|
-
} & Partial<{
|
|
10739
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10740
|
-
}>;
|
|
10741
|
-
}, import("@mittwald/api-client-commons").Response<{}, 201, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
10742
|
-
[x: string]: unknown;
|
|
10743
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10744
|
-
[x: string]: unknown;
|
|
10745
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
10746
|
-
headers?: Partial<{
|
|
10747
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10748
|
-
}>;
|
|
10749
|
-
} & {
|
|
10750
|
-
pathParameters: {
|
|
10751
|
-
contributorId: string;
|
|
10752
|
-
};
|
|
10753
|
-
} & {
|
|
10754
|
-
headers: {
|
|
10755
|
-
"x-access-token"?: string | undefined;
|
|
10756
|
-
} & Partial<{
|
|
10757
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
10758
|
-
}>;
|
|
10759
|
-
}, import("@mittwald/api-client-commons").Response<{}, 201, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
10760
|
-
[x: string]: unknown;
|
|
10761
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
10762
|
-
[x: string]: unknown;
|
|
10763
|
-
}, 429, "application/json">>>;
|
|
10764
10805
|
};
|
|
10765
10806
|
/** The conversation API allows you to manage your support conversations. */
|
|
10766
10807
|
readonly conversation: {
|
|
@@ -17543,44 +17584,35 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17543
17584
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17544
17585
|
[x: string]: unknown;
|
|
17545
17586
|
}, 429, "application/json">>>;
|
|
17546
|
-
/**
|
|
17547
|
-
|
|
17548
|
-
certificateId: string;
|
|
17587
|
+
/** List CertificateRequests belonging to a Project or an Ingress. */
|
|
17588
|
+
sslListCertificateRequests: (request?: {
|
|
17549
17589
|
headers?: {
|
|
17550
17590
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17551
17591
|
"x-access-token"?: string | undefined;
|
|
17552
17592
|
} | undefined;
|
|
17553
|
-
|
|
17593
|
+
queryParameters?: {
|
|
17594
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17595
|
+
projectId?: string | undefined;
|
|
17596
|
+
ingressId?: string | undefined;
|
|
17597
|
+
} | undefined;
|
|
17598
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17554
17599
|
headers?: Partial<{
|
|
17555
17600
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17556
17601
|
}>;
|
|
17557
17602
|
} & {
|
|
17558
|
-
|
|
17559
|
-
|
|
17560
|
-
|
|
17603
|
+
queryParameters: {
|
|
17604
|
+
projectId?: string | undefined;
|
|
17605
|
+
ingressId?: string | undefined;
|
|
17606
|
+
} & Partial<{
|
|
17607
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17608
|
+
}>;
|
|
17561
17609
|
} & {
|
|
17562
17610
|
headers: {
|
|
17563
17611
|
"x-access-token"?: string | undefined;
|
|
17564
17612
|
} & Partial<{
|
|
17565
17613
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17566
17614
|
}>;
|
|
17567
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
17568
|
-
caBundle?: string | undefined;
|
|
17569
|
-
certificate: string;
|
|
17570
|
-
certificateOrderId?: string | undefined;
|
|
17571
|
-
certificateRequestId: string;
|
|
17572
|
-
certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
|
|
17573
|
-
commonName?: string | undefined;
|
|
17574
|
-
contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
|
|
17575
|
-
dnsNames?: string[] | undefined;
|
|
17576
|
-
id: string;
|
|
17577
|
-
isExpired: boolean;
|
|
17578
|
-
issuer?: string | undefined;
|
|
17579
|
-
lastExpirationThresholdHit: number;
|
|
17580
|
-
projectId: string;
|
|
17581
|
-
validFrom: string;
|
|
17582
|
-
validTo: string;
|
|
17583
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17615
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateRequest[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17584
17616
|
[x: string]: unknown;
|
|
17585
17617
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17586
17618
|
[x: string]: unknown;
|
|
@@ -17589,57 +17621,63 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17589
17621
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17590
17622
|
}>;
|
|
17591
17623
|
} & {
|
|
17592
|
-
|
|
17593
|
-
|
|
17594
|
-
|
|
17624
|
+
queryParameters: {
|
|
17625
|
+
projectId?: string | undefined;
|
|
17626
|
+
ingressId?: string | undefined;
|
|
17627
|
+
} & Partial<{
|
|
17628
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17629
|
+
}>;
|
|
17595
17630
|
} & {
|
|
17596
17631
|
headers: {
|
|
17597
17632
|
"x-access-token"?: string | undefined;
|
|
17598
17633
|
} & Partial<{
|
|
17599
17634
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17600
17635
|
}>;
|
|
17601
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
17602
|
-
caBundle?: string | undefined;
|
|
17603
|
-
certificate: string;
|
|
17604
|
-
certificateOrderId?: string | undefined;
|
|
17605
|
-
certificateRequestId: string;
|
|
17606
|
-
certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
|
|
17607
|
-
commonName?: string | undefined;
|
|
17608
|
-
contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
|
|
17609
|
-
dnsNames?: string[] | undefined;
|
|
17610
|
-
id: string;
|
|
17611
|
-
isExpired: boolean;
|
|
17612
|
-
issuer?: string | undefined;
|
|
17613
|
-
lastExpirationThresholdHit: number;
|
|
17614
|
-
projectId: string;
|
|
17615
|
-
validFrom: string;
|
|
17616
|
-
validTo: string;
|
|
17617
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17636
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateRequest[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17618
17637
|
[x: string]: unknown;
|
|
17619
17638
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17620
17639
|
[x: string]: unknown;
|
|
17621
17640
|
}, 429, "application/json">>>;
|
|
17622
|
-
/**
|
|
17623
|
-
|
|
17641
|
+
/** Create a CertificateRequest. */
|
|
17642
|
+
sslCreateCertificateRequest: (request: {
|
|
17624
17643
|
data: {
|
|
17625
17644
|
certificate: string;
|
|
17626
|
-
privateKey
|
|
17645
|
+
privateKey: string;
|
|
17646
|
+
projectId: string;
|
|
17627
17647
|
};
|
|
17628
|
-
certificateId: string;
|
|
17629
17648
|
headers?: {
|
|
17630
17649
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17631
17650
|
"x-access-token"?: string | undefined;
|
|
17632
17651
|
} | undefined;
|
|
17633
|
-
}
|
|
17652
|
+
} | {
|
|
17653
|
+
data: {
|
|
17654
|
+
commonName: string;
|
|
17655
|
+
contact: {
|
|
17656
|
+
city?: string | undefined;
|
|
17657
|
+
company?: string | undefined;
|
|
17658
|
+
country?: string | undefined;
|
|
17659
|
+
organizationalUnit?: string | undefined;
|
|
17660
|
+
state?: string | undefined;
|
|
17661
|
+
};
|
|
17662
|
+
projectId: string;
|
|
17663
|
+
};
|
|
17664
|
+
headers?: {
|
|
17665
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17666
|
+
"x-access-token"?: string | undefined;
|
|
17667
|
+
} | undefined;
|
|
17668
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
17634
17669
|
data: {
|
|
17635
17670
|
certificate: string;
|
|
17636
|
-
privateKey
|
|
17671
|
+
privateKey: string;
|
|
17672
|
+
projectId: string;
|
|
17637
17673
|
};
|
|
17638
|
-
}
|
|
17639
|
-
|
|
17640
|
-
|
|
17674
|
+
} | {
|
|
17675
|
+
data: {
|
|
17676
|
+
commonName: string;
|
|
17677
|
+
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
|
|
17678
|
+
projectId: string;
|
|
17641
17679
|
};
|
|
17642
|
-
} & {
|
|
17680
|
+
}) & {
|
|
17643
17681
|
headers?: Partial<{
|
|
17644
17682
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17645
17683
|
}>;
|
|
@@ -17649,22 +17687,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17649
17687
|
} & Partial<{
|
|
17650
17688
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17651
17689
|
}>;
|
|
17652
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
17690
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
17691
|
+
commonName?: string | undefined;
|
|
17692
|
+
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
|
|
17693
|
+
dnsNames?: string[] | undefined;
|
|
17694
|
+
id: string;
|
|
17695
|
+
issuer?: string | undefined;
|
|
17696
|
+
signingRequest?: string | undefined;
|
|
17697
|
+
validFrom?: string | undefined;
|
|
17698
|
+
validTo?: string | undefined;
|
|
17699
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17653
17700
|
[x: string]: unknown;
|
|
17654
17701
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17655
17702
|
[x: string]: unknown;
|
|
17656
17703
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17657
17704
|
[x: string]: unknown;
|
|
17658
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17705
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
|
|
17659
17706
|
data: {
|
|
17660
17707
|
certificate: string;
|
|
17661
|
-
privateKey
|
|
17708
|
+
privateKey: string;
|
|
17709
|
+
projectId: string;
|
|
17662
17710
|
};
|
|
17663
|
-
}
|
|
17664
|
-
|
|
17665
|
-
|
|
17711
|
+
} | {
|
|
17712
|
+
data: {
|
|
17713
|
+
commonName: string;
|
|
17714
|
+
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
|
|
17715
|
+
projectId: string;
|
|
17666
17716
|
};
|
|
17667
|
-
} & {
|
|
17717
|
+
}) & {
|
|
17668
17718
|
headers?: Partial<{
|
|
17669
17719
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17670
17720
|
}>;
|
|
@@ -17674,42 +17724,44 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17674
17724
|
} & Partial<{
|
|
17675
17725
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17676
17726
|
}>;
|
|
17677
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
17727
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
17728
|
+
commonName?: string | undefined;
|
|
17729
|
+
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
|
|
17730
|
+
dnsNames?: string[] | undefined;
|
|
17731
|
+
id: string;
|
|
17732
|
+
issuer?: string | undefined;
|
|
17733
|
+
signingRequest?: string | undefined;
|
|
17734
|
+
validFrom?: string | undefined;
|
|
17735
|
+
validTo?: string | undefined;
|
|
17736
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17678
17737
|
[x: string]: unknown;
|
|
17679
17738
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17680
17739
|
[x: string]: unknown;
|
|
17681
17740
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17682
17741
|
[x: string]: unknown;
|
|
17683
17742
|
}, 429, "application/json">>>;
|
|
17684
|
-
/**
|
|
17685
|
-
|
|
17743
|
+
/** Delete a CertificateRequest. */
|
|
17744
|
+
sslDeleteCertificateRequest: (request: {
|
|
17745
|
+
certificateRequestId: string;
|
|
17686
17746
|
headers?: {
|
|
17687
17747
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17688
17748
|
"x-access-token"?: string | undefined;
|
|
17689
17749
|
} | undefined;
|
|
17690
|
-
|
|
17691
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17692
|
-
projectId?: string | undefined;
|
|
17693
|
-
ingressId?: string | undefined;
|
|
17694
|
-
} | undefined;
|
|
17695
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17750
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17696
17751
|
headers?: Partial<{
|
|
17697
17752
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17698
17753
|
}>;
|
|
17699
17754
|
} & {
|
|
17700
|
-
|
|
17701
|
-
|
|
17702
|
-
|
|
17703
|
-
} & Partial<{
|
|
17704
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17705
|
-
}>;
|
|
17755
|
+
pathParameters: {
|
|
17756
|
+
certificateRequestId: string;
|
|
17757
|
+
};
|
|
17706
17758
|
} & {
|
|
17707
17759
|
headers: {
|
|
17708
17760
|
"x-access-token"?: string | undefined;
|
|
17709
17761
|
} & Partial<{
|
|
17710
17762
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17711
17763
|
}>;
|
|
17712
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
17764
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17713
17765
|
[x: string]: unknown;
|
|
17714
17766
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17715
17767
|
[x: string]: unknown;
|
|
@@ -17718,121 +17770,60 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17718
17770
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17719
17771
|
}>;
|
|
17720
17772
|
} & {
|
|
17721
|
-
|
|
17722
|
-
|
|
17723
|
-
|
|
17724
|
-
} & Partial<{
|
|
17725
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17726
|
-
}>;
|
|
17773
|
+
pathParameters: {
|
|
17774
|
+
certificateRequestId: string;
|
|
17775
|
+
};
|
|
17727
17776
|
} & {
|
|
17728
17777
|
headers: {
|
|
17729
17778
|
"x-access-token"?: string | undefined;
|
|
17730
17779
|
} & Partial<{
|
|
17731
17780
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17732
17781
|
}>;
|
|
17733
|
-
}, import("@mittwald/api-client-commons").Response<
|
|
17782
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17734
17783
|
[x: string]: unknown;
|
|
17735
17784
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17736
17785
|
[x: string]: unknown;
|
|
17737
17786
|
}, 429, "application/json">>>;
|
|
17738
|
-
/**
|
|
17739
|
-
|
|
17740
|
-
|
|
17741
|
-
certificate: string;
|
|
17742
|
-
privateKey: string;
|
|
17743
|
-
projectId: string;
|
|
17744
|
-
};
|
|
17745
|
-
headers?: {
|
|
17746
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17747
|
-
"x-access-token"?: string | undefined;
|
|
17748
|
-
} | undefined;
|
|
17749
|
-
} | {
|
|
17750
|
-
data: {
|
|
17751
|
-
commonName: string;
|
|
17752
|
-
contact: {
|
|
17753
|
-
city?: string | undefined;
|
|
17754
|
-
company?: string | undefined;
|
|
17755
|
-
country?: string | undefined;
|
|
17756
|
-
organizationalUnit?: string | undefined;
|
|
17757
|
-
state?: string | undefined;
|
|
17758
|
-
};
|
|
17759
|
-
projectId: string;
|
|
17760
|
-
};
|
|
17787
|
+
/** Delete a Certificate. */
|
|
17788
|
+
sslDeleteCertificate: (request: {
|
|
17789
|
+
certificateId: string;
|
|
17761
17790
|
headers?: {
|
|
17762
17791
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17763
17792
|
"x-access-token"?: string | undefined;
|
|
17764
17793
|
} | undefined;
|
|
17765
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<
|
|
17766
|
-
data: {
|
|
17767
|
-
certificate: string;
|
|
17768
|
-
privateKey: string;
|
|
17769
|
-
projectId: string;
|
|
17770
|
-
};
|
|
17771
|
-
} | {
|
|
17772
|
-
data: {
|
|
17773
|
-
commonName: string;
|
|
17774
|
-
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
|
|
17775
|
-
projectId: string;
|
|
17776
|
-
};
|
|
17777
|
-
}) & {
|
|
17794
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17778
17795
|
headers?: Partial<{
|
|
17779
17796
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17780
17797
|
}>;
|
|
17798
|
+
} & {
|
|
17799
|
+
pathParameters: {
|
|
17800
|
+
certificateId: string;
|
|
17801
|
+
};
|
|
17781
17802
|
} & {
|
|
17782
17803
|
headers: {
|
|
17783
17804
|
"x-access-token"?: string | undefined;
|
|
17784
17805
|
} & Partial<{
|
|
17785
17806
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17786
17807
|
}>;
|
|
17787
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
17788
|
-
commonName?: string | undefined;
|
|
17789
|
-
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
|
|
17790
|
-
dnsNames?: string[] | undefined;
|
|
17791
|
-
id: string;
|
|
17792
|
-
issuer?: string | undefined;
|
|
17793
|
-
signingRequest?: string | undefined;
|
|
17794
|
-
validFrom?: string | undefined;
|
|
17795
|
-
validTo?: string | undefined;
|
|
17796
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17797
|
-
[x: string]: unknown;
|
|
17798
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17808
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17799
17809
|
[x: string]: unknown;
|
|
17800
17810
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17801
17811
|
[x: string]: unknown;
|
|
17802
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<
|
|
17803
|
-
data: {
|
|
17804
|
-
certificate: string;
|
|
17805
|
-
privateKey: string;
|
|
17806
|
-
projectId: string;
|
|
17807
|
-
};
|
|
17808
|
-
} | {
|
|
17809
|
-
data: {
|
|
17810
|
-
commonName: string;
|
|
17811
|
-
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
|
|
17812
|
-
projectId: string;
|
|
17813
|
-
};
|
|
17814
|
-
}) & {
|
|
17812
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17815
17813
|
headers?: Partial<{
|
|
17816
17814
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17817
17815
|
}>;
|
|
17816
|
+
} & {
|
|
17817
|
+
pathParameters: {
|
|
17818
|
+
certificateId: string;
|
|
17819
|
+
};
|
|
17818
17820
|
} & {
|
|
17819
17821
|
headers: {
|
|
17820
17822
|
"x-access-token"?: string | undefined;
|
|
17821
17823
|
} & Partial<{
|
|
17822
17824
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17823
17825
|
}>;
|
|
17824
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
17825
|
-
commonName?: string | undefined;
|
|
17826
|
-
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
|
|
17827
|
-
dnsNames?: string[] | undefined;
|
|
17828
|
-
id: string;
|
|
17829
|
-
issuer?: string | undefined;
|
|
17830
|
-
signingRequest?: string | undefined;
|
|
17831
|
-
validFrom?: string | undefined;
|
|
17832
|
-
validTo?: string | undefined;
|
|
17833
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17834
|
-
[x: string]: unknown;
|
|
17835
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17826
|
+
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17836
17827
|
[x: string]: unknown;
|
|
17837
17828
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17838
17829
|
[x: string]: unknown;
|
|
@@ -17907,35 +17898,44 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17907
17898
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17908
17899
|
[x: string]: unknown;
|
|
17909
17900
|
}, 429, "application/json">>>;
|
|
17910
|
-
/**
|
|
17911
|
-
|
|
17901
|
+
/** Get a Certificate. */
|
|
17902
|
+
sslGetCertificate: (request: {
|
|
17903
|
+
certificateId: string;
|
|
17912
17904
|
headers?: {
|
|
17913
17905
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17914
17906
|
"x-access-token"?: string | undefined;
|
|
17915
17907
|
} | undefined;
|
|
17916
|
-
|
|
17917
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17918
|
-
projectId?: string | undefined;
|
|
17919
|
-
ingressId?: string | undefined;
|
|
17920
|
-
} | undefined;
|
|
17921
|
-
} | 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<{
|
|
17922
17909
|
headers?: Partial<{
|
|
17923
17910
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17924
17911
|
}>;
|
|
17925
17912
|
} & {
|
|
17926
|
-
|
|
17927
|
-
|
|
17928
|
-
|
|
17929
|
-
} & Partial<{
|
|
17930
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17931
|
-
}>;
|
|
17913
|
+
pathParameters: {
|
|
17914
|
+
certificateId: string;
|
|
17915
|
+
};
|
|
17932
17916
|
} & {
|
|
17933
17917
|
headers: {
|
|
17934
17918
|
"x-access-token"?: string | undefined;
|
|
17935
17919
|
} & Partial<{
|
|
17936
17920
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17937
17921
|
}>;
|
|
17938
|
-
}, 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<{
|
|
17939
17939
|
[x: string]: unknown;
|
|
17940
17940
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17941
17941
|
[x: string]: unknown;
|
|
@@ -17944,38 +17944,60 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17944
17944
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17945
17945
|
}>;
|
|
17946
17946
|
} & {
|
|
17947
|
-
|
|
17948
|
-
|
|
17949
|
-
|
|
17950
|
-
} & Partial<{
|
|
17951
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17952
|
-
}>;
|
|
17947
|
+
pathParameters: {
|
|
17948
|
+
certificateId: string;
|
|
17949
|
+
};
|
|
17953
17950
|
} & {
|
|
17954
17951
|
headers: {
|
|
17955
17952
|
"x-access-token"?: string | undefined;
|
|
17956
17953
|
} & Partial<{
|
|
17957
17954
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
17958
17955
|
}>;
|
|
17959
|
-
}, 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<{
|
|
17960
17973
|
[x: string]: unknown;
|
|
17961
17974
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17962
17975
|
[x: string]: unknown;
|
|
17963
17976
|
}, 429, "application/json">>>;
|
|
17964
|
-
/**
|
|
17965
|
-
|
|
17966
|
-
|
|
17977
|
+
/** Update a Certificate. */
|
|
17978
|
+
sslReplaceCertificate: (request: {
|
|
17979
|
+
data: {
|
|
17980
|
+
certificate: string;
|
|
17981
|
+
privateKey?: string | undefined;
|
|
17982
|
+
};
|
|
17983
|
+
certificateId: string;
|
|
17967
17984
|
headers?: {
|
|
17968
17985
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
17969
17986
|
"x-access-token"?: string | undefined;
|
|
17970
17987
|
} | undefined;
|
|
17971
17988
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17972
|
-
|
|
17973
|
-
|
|
17974
|
-
|
|
17989
|
+
data: {
|
|
17990
|
+
certificate: string;
|
|
17991
|
+
privateKey?: string | undefined;
|
|
17992
|
+
};
|
|
17975
17993
|
} & {
|
|
17976
17994
|
pathParameters: {
|
|
17977
|
-
|
|
17995
|
+
certificateId: string;
|
|
17978
17996
|
};
|
|
17997
|
+
} & {
|
|
17998
|
+
headers?: Partial<{
|
|
17999
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18000
|
+
}>;
|
|
17979
18001
|
} & {
|
|
17980
18002
|
headers: {
|
|
17981
18003
|
"x-access-token"?: string | undefined;
|
|
@@ -17984,16 +18006,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17984
18006
|
}>;
|
|
17985
18007
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
17986
18008
|
[x: string]: unknown;
|
|
18009
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18010
|
+
[x: string]: unknown;
|
|
17987
18011
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17988
18012
|
[x: string]: unknown;
|
|
17989
18013
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17990
|
-
|
|
17991
|
-
|
|
17992
|
-
|
|
18014
|
+
data: {
|
|
18015
|
+
certificate: string;
|
|
18016
|
+
privateKey?: string | undefined;
|
|
18017
|
+
};
|
|
17993
18018
|
} & {
|
|
17994
18019
|
pathParameters: {
|
|
17995
|
-
|
|
18020
|
+
certificateId: string;
|
|
17996
18021
|
};
|
|
18022
|
+
} & {
|
|
18023
|
+
headers?: Partial<{
|
|
18024
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18025
|
+
}>;
|
|
17997
18026
|
} & {
|
|
17998
18027
|
headers: {
|
|
17999
18028
|
"x-access-token"?: string | undefined;
|
|
@@ -18002,31 +18031,40 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18002
18031
|
}>;
|
|
18003
18032
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
18004
18033
|
[x: string]: unknown;
|
|
18034
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18035
|
+
[x: string]: unknown;
|
|
18005
18036
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18006
18037
|
[x: string]: unknown;
|
|
18007
18038
|
}, 429, "application/json">>>;
|
|
18008
|
-
/**
|
|
18009
|
-
|
|
18010
|
-
certificateId: string;
|
|
18039
|
+
/** List Certificates belonging to a Project or an Ingress. */
|
|
18040
|
+
sslListCertificates: (request?: {
|
|
18011
18041
|
headers?: {
|
|
18012
18042
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18013
18043
|
"x-access-token"?: string | undefined;
|
|
18014
18044
|
} | undefined;
|
|
18015
|
-
|
|
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<{
|
|
18016
18051
|
headers?: Partial<{
|
|
18017
18052
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18018
18053
|
}>;
|
|
18019
18054
|
} & {
|
|
18020
|
-
|
|
18021
|
-
|
|
18022
|
-
|
|
18055
|
+
queryParameters: {
|
|
18056
|
+
projectId?: string | undefined;
|
|
18057
|
+
ingressId?: string | undefined;
|
|
18058
|
+
} & Partial<{
|
|
18059
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18060
|
+
}>;
|
|
18023
18061
|
} & {
|
|
18024
18062
|
headers: {
|
|
18025
18063
|
"x-access-token"?: string | undefined;
|
|
18026
18064
|
} & Partial<{
|
|
18027
18065
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18028
18066
|
}>;
|
|
18029
|
-
}, 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<{
|
|
18030
18068
|
[x: string]: unknown;
|
|
18031
18069
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18032
18070
|
[x: string]: unknown;
|
|
@@ -18035,16 +18073,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18035
18073
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18036
18074
|
}>;
|
|
18037
18075
|
} & {
|
|
18038
|
-
|
|
18039
|
-
|
|
18040
|
-
|
|
18076
|
+
queryParameters: {
|
|
18077
|
+
projectId?: string | undefined;
|
|
18078
|
+
ingressId?: string | undefined;
|
|
18079
|
+
} & Partial<{
|
|
18080
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18081
|
+
}>;
|
|
18041
18082
|
} & {
|
|
18042
18083
|
headers: {
|
|
18043
18084
|
"x-access-token"?: string | undefined;
|
|
18044
18085
|
} & Partial<{
|
|
18045
18086
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18046
18087
|
}>;
|
|
18047
|
-
}, 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<{
|
|
18048
18089
|
[x: string]: unknown;
|
|
18049
18090
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18050
18091
|
[x: string]: unknown;
|