@mittwald/api-client 4.262.0 → 4.263.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.261.0';
1
+ export const MittwaldAPIClientVersion = '4.262.0';
@@ -24032,6 +24032,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24032
24032
  totalCount: number;
24033
24033
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24034
24034
  [x: string]: unknown;
24035
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24036
+ [x: string]: unknown;
24035
24037
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
24036
24038
  headers?: Partial<{
24037
24039
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -24074,6 +24076,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24074
24076
  totalCount: number;
24075
24077
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24076
24078
  [x: string]: unknown;
24079
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24080
+ [x: string]: unknown;
24077
24081
  }, 429, "application/json">>>;
24078
24082
  /** Get all unlocked leads. Organisation can unlock leads. */
24079
24083
  leadfyndrListUnlockedLeads: (request: {
@@ -24150,6 +24154,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24150
24154
  totalCount: number;
24151
24155
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24152
24156
  [x: string]: unknown;
24157
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24158
+ [x: string]: unknown;
24153
24159
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24154
24160
  [x: string]: unknown;
24155
24161
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -24197,6 +24203,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
24197
24203
  totalCount: number;
24198
24204
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
24199
24205
  [x: string]: unknown;
24206
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
24207
+ [x: string]: unknown;
24200
24208
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
24201
24209
  [x: string]: unknown;
24202
24210
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -556,9 +556,9 @@ export declare const leadfyndrGetUnlockedLead: OpenAPIOperation<RequestType<Simp
556
556
  /** Unlock a lead for the given customerId. */
557
557
  export declare const leadfyndrUnlockLead: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadId.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
558
558
  /** Get all leads. Use the unlocked routes for more lead details. */
559
- export declare const leadfyndrListLeads: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
559
+ export declare const leadfyndrListLeads: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
560
560
  /** Get all unlocked leads. Organisation can unlock leads. */
561
- export declare const leadfyndrListUnlockedLeads: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
561
+ export declare const leadfyndrListUnlockedLeads: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeads.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
562
562
  /** Reserve a unlocked lead for the given customerId. */
563
563
  export declare const leadfyndrReserveUnlockedLead: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdUnlockedLeadsLeadIdReservation.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
564
564
  /** Removes a reservation on a unlocked lead for the given customerId. */
@@ -5407,6 +5407,10 @@ export declare namespace MittwaldAPIV2 {
5407
5407
  }
5408
5408
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
5409
5409
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
5410
+ interface SslCheckReplaceDateChange {
5411
+ newValue: string;
5412
+ oldValue: string;
5413
+ }
5410
5414
  interface SslContact {
5411
5415
  city?: string;
5412
5416
  company?: string;
@@ -5417,16 +5421,7 @@ export declare namespace MittwaldAPIV2 {
5417
5421
  organizationalUnit?: string;
5418
5422
  state?: string;
5419
5423
  }
5420
- interface SslCheckReplaceDateChange {
5421
- newValue: string;
5422
- oldValue: string;
5423
- }
5424
5424
  type SslCertificateType = 0 | 1 | 2;
5425
- interface SslCertificateData {
5426
- caBundle?: string;
5427
- certificate?: string;
5428
- signingRequest?: string;
5429
- }
5430
5425
  interface SslCertificateRequestCreateResponse {
5431
5426
  commonName?: string;
5432
5427
  contact: MittwaldAPIV2.Components.Schemas.SslContact;
@@ -5437,6 +5432,21 @@ export declare namespace MittwaldAPIV2 {
5437
5432
  validFrom?: string;
5438
5433
  validTo?: string;
5439
5434
  }
5435
+ interface SslCertificateData {
5436
+ caBundle?: string;
5437
+ certificate?: string;
5438
+ signingRequest?: string;
5439
+ }
5440
+ interface SslCheckReplaceCertificateResponse {
5441
+ changes?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceChanges;
5442
+ errors?: MittwaldAPIV2.Components.Schemas.SslCertificateError[];
5443
+ isReplaceable: boolean;
5444
+ }
5445
+ interface SslCheckReplaceSliceChange {
5446
+ addedValues: string[];
5447
+ removedValues: string[];
5448
+ values: string[];
5449
+ }
5440
5450
  interface SslCheckReplaceChanges {
5441
5451
  commonName?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceFieldChange;
5442
5452
  dnsNames?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceSliceChange;
@@ -5444,30 +5454,11 @@ export declare namespace MittwaldAPIV2 {
5444
5454
  validFrom?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceDateChange;
5445
5455
  validTo?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceDateChange;
5446
5456
  }
5447
- interface SslCheckReplaceSliceChange {
5448
- addedValues: string[];
5449
- removedValues: string[];
5450
- values: string[];
5451
- }
5452
5457
  interface SslCertificateRequestCreateRequest {
5453
5458
  certificate: string;
5454
5459
  privateKey: string;
5455
5460
  projectId: string;
5456
5461
  }
5457
- interface SslCheckReplaceFieldChange {
5458
- newValue: string;
5459
- oldValue: string;
5460
- }
5461
- interface SslCertificateRequestCreateWithCSRRequest {
5462
- commonName: string;
5463
- contact: MittwaldAPIV2.Components.Schemas.SslContact;
5464
- projectId: string;
5465
- }
5466
- interface SslCheckReplaceCertificateResponse {
5467
- changes?: MittwaldAPIV2.Components.Schemas.SslCheckReplaceChanges;
5468
- errors?: MittwaldAPIV2.Components.Schemas.SslCertificateError[];
5469
- isReplaceable: boolean;
5470
- }
5471
5462
  interface SslCertificateRequest {
5472
5463
  certificateData: MittwaldAPIV2.Components.Schemas.SslCertificateData;
5473
5464
  certificateType: MittwaldAPIV2.Components.Schemas.SslCertificateType;
@@ -5482,8 +5473,14 @@ export declare namespace MittwaldAPIV2 {
5482
5473
  validFrom?: string;
5483
5474
  validTo?: string;
5484
5475
  }
5485
- interface SslCertificateError {
5486
- message: "certificate_read_failed" | "certificate_decode_failed" | "certificate_parsing_failed" | "certificate_self_signed" | "certificate_not_authorized_to_sign" | "certificate_expired" | "ca_not_authorized_for_this_name" | "too_many_intermediates" | "incompatible_usage" | "unknown_authority" | "private_key_read_failed" | "private_key_decode_failed" | "private_key_parse_failed" | "private_key_encrypted" | "private_key_not_rsa" | "private_key_mismatch" | "unknown_cloudflare_error" | "unknown";
5476
+ interface SslCertificateRequestCreateWithCSRRequest {
5477
+ commonName: string;
5478
+ contact: MittwaldAPIV2.Components.Schemas.SslContact;
5479
+ projectId: string;
5480
+ }
5481
+ interface SslCheckReplaceFieldChange {
5482
+ newValue: string;
5483
+ oldValue: string;
5487
5484
  }
5488
5485
  interface SslCertificate {
5489
5486
  caBundle?: string;
@@ -5502,6 +5499,9 @@ export declare namespace MittwaldAPIV2 {
5502
5499
  validFrom: string;
5503
5500
  validTo: string;
5504
5501
  }
5502
+ interface SslCertificateError {
5503
+ message: "certificate_read_failed" | "certificate_decode_failed" | "certificate_parsing_failed" | "certificate_self_signed" | "certificate_not_authorized_to_sign" | "certificate_expired" | "ca_not_authorized_for_this_name" | "too_many_intermediates" | "incompatible_usage" | "unknown_authority" | "private_key_read_failed" | "private_key_decode_failed" | "private_key_parse_failed" | "private_key_encrypted" | "private_key_not_rsa" | "private_key_mismatch" | "unknown_cloudflare_error" | "unknown";
5504
+ }
5505
5505
  interface CommonsAddress {
5506
5506
  street: string;
5507
5507
  houseNumber: string;
@@ -19827,6 +19827,13 @@ export declare namespace MittwaldAPIV2 {
19827
19827
  }
19828
19828
  }
19829
19829
  }
19830
+ namespace $400 {
19831
+ namespace Content {
19832
+ interface ApplicationJson {
19833
+ [k: string]: unknown;
19834
+ }
19835
+ }
19836
+ }
19830
19837
  namespace $429 {
19831
19838
  namespace Content {
19832
19839
  interface ApplicationJson {
@@ -19893,6 +19900,13 @@ export declare namespace MittwaldAPIV2 {
19893
19900
  }
19894
19901
  }
19895
19902
  }
19903
+ namespace $400 {
19904
+ namespace Content {
19905
+ interface ApplicationJson {
19906
+ [k: string]: unknown;
19907
+ }
19908
+ }
19909
+ }
19896
19910
  namespace $403 {
19897
19911
  namespace Content {
19898
19912
  interface ApplicationJson {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.261.0';
1
+ export declare const MittwaldAPIClientVersion = '4.262.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.262.0",
3
+ "version": "4.263.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Auto-generated client for the mittwald API",
@@ -46,11 +46,11 @@
46
46
  "test:compile": "run tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@mittwald/api-client-commons": "^4.262.0",
49
+ "@mittwald/api-client-commons": "^4.263.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.262.0",
53
+ "@mittwald/api-code-generator": "^4.263.0",
54
54
  "@mittwald/react-use-promise": "^2.6.2",
55
55
  "@types/node": "^22.18.11",
56
56
  "@types/react": "^18.3.26",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "fe7dffb21e12c059899d03c00b1d48680e0bd2b7"
83
+ "gitHead": "1e166941af7cc4d07c1bb8b33dc050a90665bc47"
84
84
  }