@mittwald/api-client 4.344.0 → 4.345.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.343.0';
1
+ export const MittwaldAPIClientVersion = '4.344.0';
@@ -3025,6 +3025,16 @@ export declare namespace MittwaldAPIV2 {
3025
3025
  };
3026
3026
  type: "STATUS_UPDATE";
3027
3027
  }
3028
+ interface ConversationGenericServiceRequest {
3029
+ conversationId: string;
3030
+ createdAt: string;
3031
+ /**
3032
+ * @maxItems 0
3033
+ */
3034
+ files?: [];
3035
+ messageId: string;
3036
+ type: "SERVICE_REQUEST";
3037
+ }
3028
3038
  interface ConversationServiceRequestRelocationPayload {
3029
3039
  contact: {
3030
3040
  email: string;
@@ -3715,7 +3725,7 @@ export declare namespace MittwaldAPIV2 {
3715
3725
  transactionId: string;
3716
3726
  }
3717
3727
  type DomainProcessState = "UNSPECIFIED" | "REQUESTED" | "FAILED";
3718
- type DomainProcessType = "UNSPECIFIED" | "REGISTER" | "TRANSFER" | "DELETE" | "TRANSIT" | "RESTORE" | "UPDATE" | "TRANSFER_OUT" | "OWNER_CHANGE" | "DECLARE_REQUESTED";
3728
+ type DomainProcessType = "UNSPECIFIED" | "REGISTER" | "TRANSFER" | "DELETE" | "TRANSIT" | "RESTORE" | "UPDATE" | "TRANSFER_OUT" | "OWNER_CHANGE" | "DECLARE_REQUESTED" | "CONTACT_VERIFICATION";
3719
3729
  type DomainRegistrar = "INTERNETX" | "DENIC" | "HEXONET";
3720
3730
  interface DomainSuggestedDomains {
3721
3731
  domains: string[];
@@ -6124,16 +6134,6 @@ export declare namespace MittwaldAPIV2 {
6124
6134
  }
6125
6135
  type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6126
6136
  type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6127
- interface ConversationGenericServiceRequest {
6128
- conversationId: string;
6129
- createdAt: string;
6130
- /**
6131
- * @maxItems 0
6132
- */
6133
- files?: [];
6134
- messageId: string;
6135
- type: "SERVICE_REQUEST";
6136
- }
6137
6137
  interface CommonsAddress {
6138
6138
  street: string;
6139
6139
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.343.0';
1
+ export declare const MittwaldAPIClientVersion = '4.344.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.344.0",
3
+ "version": "4.345.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.344.0",
49
+ "@mittwald/api-client-commons": "^4.345.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.344.0",
53
+ "@mittwald/api-code-generator": "^4.345.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": "2b09a88a993a5265b346b93d50d79f8db7e3dbff"
83
+ "gitHead": "4aa37ebce183c8f0abe5f1373f421782bde34192"
84
84
  }