@mittwald/api-client 3.0.7 → 3.0.8

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.
@@ -1839,6 +1839,9 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
1839
1839
  }) => import("@mittwald/react-use-promise/types").AsyncResource<{
1840
1840
  avatarRef?: string | undefined;
1841
1841
  email?: string | undefined;
1842
+ employeeInformation?: {
1843
+ department: string;
1844
+ } | undefined;
1842
1845
  person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
1843
1846
  phoneNumber?: string | undefined;
1844
1847
  registeredAt?: string | undefined;
@@ -9213,6 +9213,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9213
9213
  }, import("@mittwald/api-client-commons").Response<{
9214
9214
  avatarRef?: string | undefined;
9215
9215
  email?: string | undefined;
9216
+ employeeInformation?: {
9217
+ department: string;
9218
+ } | undefined;
9216
9219
  person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
9217
9220
  phoneNumber?: string | undefined;
9218
9221
  registeredAt?: string | undefined;
@@ -1670,6 +1670,12 @@ export declare module MittwaldAPIV2 {
1670
1670
  interface UserUser {
1671
1671
  avatarRef?: string;
1672
1672
  email?: string;
1673
+ /**
1674
+ * additional information about mittwald employees
1675
+ */
1676
+ employeeInformation?: {
1677
+ department: string;
1678
+ };
1673
1679
  person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
1674
1680
  phoneNumber?: string;
1675
1681
  registeredAt?: string;
@@ -11121,7 +11127,7 @@ export declare module MittwaldAPIV2 {
11121
11127
  type Path = {};
11122
11128
  interface RequestBody {
11123
11129
  pAccount: string;
11124
- targetTariff: "Webhosting 11.0 L" | "Webhosting 11.0 MAX";
11130
+ targetTariff: string;
11125
11131
  }
11126
11132
  type Header = {};
11127
11133
  type Query = {};
@@ -1839,6 +1839,9 @@ declare const buildUserApi: (baseClient: MittwaldAPIV2Client) => {
1839
1839
  }) => import("@mittwald/react-use-promise/types").AsyncResource<{
1840
1840
  avatarRef?: string | undefined;
1841
1841
  email?: string | undefined;
1842
+ employeeInformation?: {
1843
+ department: string;
1844
+ } | undefined;
1842
1845
  person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
1843
1846
  phoneNumber?: string | undefined;
1844
1847
  registeredAt?: string | undefined;
@@ -9213,6 +9213,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9213
9213
  }, import("@mittwald/api-client-commons").Response<{
9214
9214
  avatarRef?: string | undefined;
9215
9215
  email?: string | undefined;
9216
+ employeeInformation?: {
9217
+ department: string;
9218
+ } | undefined;
9216
9219
  person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
9217
9220
  phoneNumber?: string | undefined;
9218
9221
  registeredAt?: string | undefined;
@@ -1670,6 +1670,12 @@ export declare module MittwaldAPIV2 {
1670
1670
  interface UserUser {
1671
1671
  avatarRef?: string;
1672
1672
  email?: string;
1673
+ /**
1674
+ * additional information about mittwald employees
1675
+ */
1676
+ employeeInformation?: {
1677
+ department: string;
1678
+ };
1673
1679
  person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
1674
1680
  phoneNumber?: string;
1675
1681
  registeredAt?: string;
@@ -11121,7 +11127,7 @@ export declare module MittwaldAPIV2 {
11121
11127
  type Path = {};
11122
11128
  interface RequestBody {
11123
11129
  pAccount: string;
11124
- targetTariff: "Webhosting 11.0 L" | "Webhosting 11.0 MAX";
11130
+ targetTariff: string;
11125
11131
  }
11126
11132
  type Header = {};
11127
11133
  type Query = {};
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.0.7';
1
+ export declare const MittwaldAPIClientVersion = '3.0.8';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.0.7';
1
+ export const MittwaldAPIClientVersion = '3.0.8';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",