@mittwald/api-client 4.343.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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
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;
|
|
@@ -3063,18 +3073,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3063
3073
|
};
|
|
3064
3074
|
userId: string;
|
|
3065
3075
|
}
|
|
3066
|
-
|
|
3067
|
-
conversationId: string;
|
|
3068
|
-
createdAt: string;
|
|
3069
|
-
/**
|
|
3070
|
-
* @maxItems 0
|
|
3071
|
-
*/
|
|
3072
|
-
files?: [];
|
|
3076
|
+
type ConversationServiceRequest = MittwaldAPIV2.Components.Schemas.ConversationGenericServiceRequest & {
|
|
3073
3077
|
messageContent: "relocation" | "call";
|
|
3074
|
-
messageId: string;
|
|
3075
3078
|
meta: MittwaldAPIV2.Components.Schemas.ConversationServiceRequestRelocationPayload;
|
|
3076
|
-
|
|
3077
|
-
}
|
|
3079
|
+
};
|
|
3078
3080
|
type ConversationShareableAggregateReference = {
|
|
3079
3081
|
aggregate: "user";
|
|
3080
3082
|
domain: "user";
|
|
@@ -3723,7 +3725,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3723
3725
|
transactionId: string;
|
|
3724
3726
|
}
|
|
3725
3727
|
type DomainProcessState = "UNSPECIFIED" | "REQUESTED" | "FAILED";
|
|
3726
|
-
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";
|
|
3727
3729
|
type DomainRegistrar = "INTERNETX" | "DENIC" | "HEXONET";
|
|
3728
3730
|
interface DomainSuggestedDomains {
|
|
3729
3731
|
domains: string[];
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
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.
|
|
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.
|
|
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.
|
|
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": "
|
|
83
|
+
"gitHead": "4aa37ebce183c8f0abe5f1373f421782bde34192"
|
|
84
84
|
}
|