@mittwald/api-client 4.292.0 → 4.294.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.js +1 -1
- package/dist/esm/generated/v2/descriptors.js +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +3 -2
- package/dist/types/generated/v2/client.d.ts +10 -7
- package/dist/types/generated/v2/descriptors.d.ts +1 -1
- package/dist/types/generated/v2/types.d.ts +4 -7
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -718,7 +718,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
718
718
|
confirmPasswordReset: this.requestFunctionFactory(descriptors.userConfirmPasswordReset),
|
|
719
719
|
/** List all of your ApiTokens. */
|
|
720
720
|
listApiTokens: this.requestFunctionFactory(descriptors.userListApiTokens),
|
|
721
|
-
/**
|
|
721
|
+
/** Create a new ApiToken. */
|
|
722
722
|
createApiToken: this.requestFunctionFactory(descriptors.userCreateApiToken),
|
|
723
723
|
/** Submit your user feedback. */
|
|
724
724
|
createFeedback: this.requestFunctionFactory(descriptors.userCreateFeedback),
|
|
@@ -2452,7 +2452,7 @@ export const userListApiTokens = {
|
|
|
2452
2452
|
method: "GET",
|
|
2453
2453
|
operationId: "user-list-api-tokens",
|
|
2454
2454
|
};
|
|
2455
|
-
/**
|
|
2455
|
+
/** Create a new ApiToken. */
|
|
2456
2456
|
export const userCreateApiToken = {
|
|
2457
2457
|
path: "/v2/users/self/api-tokens",
|
|
2458
2458
|
method: "POST",
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.293.0';
|
|
@@ -1987,10 +1987,11 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1987
1987
|
queryParameters?: {
|
|
1988
1988
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1989
1989
|
projectId?: string | undefined;
|
|
1990
|
-
page?: number | undefined;
|
|
1991
|
-
limit?: number | undefined;
|
|
1992
1990
|
domainSearchName?: string | undefined;
|
|
1993
1991
|
contactHash?: string | undefined;
|
|
1992
|
+
limit?: number | undefined;
|
|
1993
|
+
skip?: number | undefined;
|
|
1994
|
+
page?: number | undefined;
|
|
1994
1995
|
} | undefined;
|
|
1995
1996
|
} | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[]>;
|
|
1996
1997
|
/** Get a DNSZone. */
|
|
@@ -16473,10 +16473,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16473
16473
|
queryParameters?: {
|
|
16474
16474
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
16475
16475
|
projectId?: string | undefined;
|
|
16476
|
-
page?: number | undefined;
|
|
16477
|
-
limit?: number | undefined;
|
|
16478
16476
|
domainSearchName?: string | undefined;
|
|
16479
16477
|
contactHash?: string | undefined;
|
|
16478
|
+
limit?: number | undefined;
|
|
16479
|
+
skip?: number | undefined;
|
|
16480
|
+
page?: number | undefined;
|
|
16480
16481
|
} | undefined;
|
|
16481
16482
|
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
16482
16483
|
headers?: Partial<{
|
|
@@ -16485,10 +16486,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16485
16486
|
} & {
|
|
16486
16487
|
queryParameters: {
|
|
16487
16488
|
projectId?: string | undefined;
|
|
16488
|
-
page?: number | undefined;
|
|
16489
|
-
limit?: number | undefined;
|
|
16490
16489
|
domainSearchName?: string | undefined;
|
|
16491
16490
|
contactHash?: string | undefined;
|
|
16491
|
+
limit?: number | undefined;
|
|
16492
|
+
skip?: number | undefined;
|
|
16493
|
+
page?: number | undefined;
|
|
16492
16494
|
} & Partial<{
|
|
16493
16495
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16494
16496
|
}>;
|
|
@@ -16509,10 +16511,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16509
16511
|
} & {
|
|
16510
16512
|
queryParameters: {
|
|
16511
16513
|
projectId?: string | undefined;
|
|
16512
|
-
page?: number | undefined;
|
|
16513
|
-
limit?: number | undefined;
|
|
16514
16514
|
domainSearchName?: string | undefined;
|
|
16515
16515
|
contactHash?: string | undefined;
|
|
16516
|
+
limit?: number | undefined;
|
|
16517
|
+
skip?: number | undefined;
|
|
16518
|
+
page?: number | undefined;
|
|
16516
16519
|
} & Partial<{
|
|
16517
16520
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
16518
16521
|
}>;
|
|
@@ -22099,7 +22102,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22099
22102
|
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SignupApiToken[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22100
22103
|
[x: string]: unknown;
|
|
22101
22104
|
}, 429, "application/json">>>;
|
|
22102
|
-
/**
|
|
22105
|
+
/** Create a new ApiToken. */
|
|
22103
22106
|
createApiToken: (request: {
|
|
22104
22107
|
data: {
|
|
22105
22108
|
description: string;
|
|
@@ -821,7 +821,7 @@ export declare const userDisableMfa: OpenAPIOperation<RequestType<Simplify<Mittw
|
|
|
821
821
|
export declare const userConfirmPasswordReset: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
822
822
|
/** List all of your ApiTokens. */
|
|
823
823
|
export declare const userListApiTokens: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
824
|
-
/**
|
|
824
|
+
/** Create a new ApiToken. */
|
|
825
825
|
export declare const userCreateApiToken: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
826
826
|
/** Submit your user feedback. */
|
|
827
827
|
export declare const userCreateFeedback: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -4588,7 +4588,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4588
4588
|
type MembershipCustomerInheritedRoles = "notset" | "owner" | "member" | "accountant";
|
|
4589
4589
|
interface MembershipCustomerInvite {
|
|
4590
4590
|
/**
|
|
4591
|
-
* Reference to the
|
|
4591
|
+
* Reference to the Customer's avatar.
|
|
4592
4592
|
*/
|
|
4593
4593
|
avatarRefId?: string;
|
|
4594
4594
|
/**
|
|
@@ -4675,10 +4675,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4675
4675
|
* ID of the user that created the invite.
|
|
4676
4676
|
*/
|
|
4677
4677
|
invitedBy: string;
|
|
4678
|
-
/**
|
|
4679
|
-
* ID of the user this invite is for.
|
|
4680
|
-
*/
|
|
4681
|
-
userId?: string;
|
|
4682
4678
|
}
|
|
4683
4679
|
interface MembershipProjectInvite {
|
|
4684
4680
|
/**
|
|
@@ -15325,10 +15321,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15325
15321
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
15326
15322
|
type Query = {
|
|
15327
15323
|
projectId?: string;
|
|
15328
|
-
page?: number;
|
|
15329
|
-
limit?: number;
|
|
15330
15324
|
domainSearchName?: string;
|
|
15331
15325
|
contactHash?: string;
|
|
15326
|
+
limit?: number;
|
|
15327
|
+
skip?: number;
|
|
15328
|
+
page?: number;
|
|
15332
15329
|
};
|
|
15333
15330
|
}
|
|
15334
15331
|
namespace Responses {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.293.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.294.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.294.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.294.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": "ae078ea501ecb4e76a73d2618ab9dbe5f2045bc4"
|
|
84
84
|
}
|