@mittwald/api-client 4.292.0 → 4.293.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.
@@ -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
- /** Store a new ApiToken. */
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
- /** Store a new ApiToken. */
2455
+ /** Create a new ApiToken. */
2456
2456
  export const userCreateApiToken = {
2457
2457
  path: "/v2/users/self/api-tokens",
2458
2458
  method: "POST",
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.291.0';
1
+ export const MittwaldAPIClientVersion = '4.292.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
- /** Store a new ApiToken. */
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
- /** Store a new ApiToken. */
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">>;
@@ -15325,10 +15325,11 @@ export declare namespace MittwaldAPIV2 {
15325
15325
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
15326
15326
  type Query = {
15327
15327
  projectId?: string;
15328
- page?: number;
15329
- limit?: number;
15330
15328
  domainSearchName?: string;
15331
15329
  contactHash?: string;
15330
+ limit?: number;
15331
+ skip?: number;
15332
+ page?: number;
15332
15333
  };
15333
15334
  }
15334
15335
  namespace Responses {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.291.0';
1
+ export declare const MittwaldAPIClientVersion = '4.292.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.292.0",
3
+ "version": "4.293.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.292.0",
49
+ "@mittwald/api-client-commons": "^4.293.0",
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.292.0",
53
+ "@mittwald/api-code-generator": "^4.293.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": "8fff5e71bb4f6472efe2d11dce2c7e81ca860458"
83
+ "gitHead": "725cbdb5a4ab3955dfaf6dedc4cfd01042309b79"
84
84
  }