@mittwald/api-client 4.65.0 → 4.67.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.
|
@@ -1990,3 +1990,15 @@ export const userVerifyRegistration = {
|
|
|
1990
1990
|
method: "POST",
|
|
1991
1991
|
operationId: "user-verify-registration",
|
|
1992
1992
|
};
|
|
1993
|
+
/** Check if an address exists. */
|
|
1994
|
+
export const verificationVerifyAddress = {
|
|
1995
|
+
path: "/v2/actions/verify-address",
|
|
1996
|
+
method: "POST",
|
|
1997
|
+
operationId: "verification-verify-address",
|
|
1998
|
+
};
|
|
1999
|
+
/** Check if a company exists. */
|
|
2000
|
+
export const verificationVerifyCompany = {
|
|
2001
|
+
path: "/v2/actions/verify-company",
|
|
2002
|
+
method: "POST",
|
|
2003
|
+
operationId: "verification-verify-company",
|
|
2004
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.66.0';
|
|
@@ -667,3 +667,7 @@ export declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<Mitt
|
|
|
667
667
|
export declare const userVerifyPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
668
668
|
/** Verify your registration. */
|
|
669
669
|
export declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
670
|
+
/** Check if an address exists. */
|
|
671
|
+
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
672
|
+
/** Check if a company exists. */
|
|
673
|
+
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -1330,6 +1330,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1330
1330
|
type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
|
|
1331
1331
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
|
|
1332
1332
|
}
|
|
1333
|
+
namespace VerificationVerifyAddress {
|
|
1334
|
+
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyAddress>;
|
|
1335
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyAddress, TStatus>;
|
|
1336
|
+
}
|
|
1337
|
+
namespace VerificationVerifyCompany {
|
|
1338
|
+
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1339
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1340
|
+
}
|
|
1333
1341
|
}
|
|
1334
1342
|
namespace Components {
|
|
1335
1343
|
namespace Schemas {
|
|
@@ -20066,5 +20074,99 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20066
20074
|
}
|
|
20067
20075
|
}
|
|
20068
20076
|
}
|
|
20077
|
+
namespace V2ActionsVerifyAddress {
|
|
20078
|
+
namespace Post {
|
|
20079
|
+
namespace Parameters {
|
|
20080
|
+
type Path = {};
|
|
20081
|
+
interface RequestBody {
|
|
20082
|
+
city: string;
|
|
20083
|
+
/**
|
|
20084
|
+
* Accepts the whole english or german name as well as the ISO 3166-2 country codes.
|
|
20085
|
+
*/
|
|
20086
|
+
country: string;
|
|
20087
|
+
/**
|
|
20088
|
+
* Includes the house number.
|
|
20089
|
+
*/
|
|
20090
|
+
street: string;
|
|
20091
|
+
zip: string;
|
|
20092
|
+
}
|
|
20093
|
+
type Header = {};
|
|
20094
|
+
type Query = {};
|
|
20095
|
+
}
|
|
20096
|
+
namespace Responses {
|
|
20097
|
+
namespace $200 {
|
|
20098
|
+
namespace Content {
|
|
20099
|
+
interface ApplicationJson {
|
|
20100
|
+
exists: boolean;
|
|
20101
|
+
}
|
|
20102
|
+
}
|
|
20103
|
+
}
|
|
20104
|
+
namespace $429 {
|
|
20105
|
+
namespace Content {
|
|
20106
|
+
interface ApplicationJson {
|
|
20107
|
+
[k: string]: unknown;
|
|
20108
|
+
}
|
|
20109
|
+
}
|
|
20110
|
+
}
|
|
20111
|
+
namespace $500 {
|
|
20112
|
+
namespace Content {
|
|
20113
|
+
type Empty = unknown;
|
|
20114
|
+
}
|
|
20115
|
+
}
|
|
20116
|
+
namespace Default {
|
|
20117
|
+
namespace Content {
|
|
20118
|
+
interface ApplicationJson {
|
|
20119
|
+
[k: string]: unknown;
|
|
20120
|
+
}
|
|
20121
|
+
}
|
|
20122
|
+
}
|
|
20123
|
+
}
|
|
20124
|
+
}
|
|
20125
|
+
}
|
|
20126
|
+
namespace V2ActionsVerifyCompany {
|
|
20127
|
+
namespace Post {
|
|
20128
|
+
namespace Parameters {
|
|
20129
|
+
type Path = {};
|
|
20130
|
+
interface RequestBody {
|
|
20131
|
+
name: string;
|
|
20132
|
+
}
|
|
20133
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
20134
|
+
type Query = {};
|
|
20135
|
+
}
|
|
20136
|
+
namespace Responses {
|
|
20137
|
+
namespace $200 {
|
|
20138
|
+
namespace Content {
|
|
20139
|
+
interface ApplicationJson {
|
|
20140
|
+
exists: boolean;
|
|
20141
|
+
}
|
|
20142
|
+
}
|
|
20143
|
+
}
|
|
20144
|
+
namespace $412 {
|
|
20145
|
+
namespace Content {
|
|
20146
|
+
type Empty = unknown;
|
|
20147
|
+
}
|
|
20148
|
+
}
|
|
20149
|
+
namespace $429 {
|
|
20150
|
+
namespace Content {
|
|
20151
|
+
interface ApplicationJson {
|
|
20152
|
+
[k: string]: unknown;
|
|
20153
|
+
}
|
|
20154
|
+
}
|
|
20155
|
+
}
|
|
20156
|
+
namespace $500 {
|
|
20157
|
+
namespace Content {
|
|
20158
|
+
type Empty = unknown;
|
|
20159
|
+
}
|
|
20160
|
+
}
|
|
20161
|
+
namespace Default {
|
|
20162
|
+
namespace Content {
|
|
20163
|
+
interface ApplicationJson {
|
|
20164
|
+
[k: string]: unknown;
|
|
20165
|
+
}
|
|
20166
|
+
}
|
|
20167
|
+
}
|
|
20168
|
+
}
|
|
20169
|
+
}
|
|
20170
|
+
}
|
|
20069
20171
|
}
|
|
20070
20172
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.66.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.67.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "fb291b211f7d8954cf425a2f12f52d20b58cfe16"
|
|
84
84
|
}
|