@mittwald/api-client 3.1.36 → 3.1.38

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/index.d.mts CHANGED
@@ -1,7 +1,6 @@
1
1
  export { assertStatus } from '@mittwald/api-client-commons';
2
- import { M as MittwaldAPIV2Client } from './shared/api-client.3900eade.mjs';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.3900eade.mjs';
4
- import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.61e4cd90.mjs';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.61e4cd90.mjs';
5
4
 
6
5
  declare class MittwaldAPIClient extends MittwaldAPIV2Client {
7
6
  private readonly apiToken;
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  export { assertStatus } from '@mittwald/api-client-commons';
2
- import { M as MittwaldAPIV2Client } from './shared/api-client.3900eade.js';
3
- export { a as MittwaldAPIV2 } from './shared/api-client.3900eade.js';
4
- import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
2
+ import { M as MittwaldAPIV2Client } from './shared/api-client.61e4cd90.js';
3
+ export { a as MittwaldAPIV2 } from './shared/api-client.61e4cd90.js';
5
4
 
6
5
  declare class MittwaldAPIClient extends MittwaldAPIV2Client {
7
6
  private readonly apiToken;
package/dist/react.d.mts CHANGED
@@ -1,7 +1,6 @@
1
1
  import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
2
- import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.3900eade.mjs';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.61e4cd90.mjs';
3
3
  import '@mittwald/api-client-commons';
4
- import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
5
4
 
6
5
  declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
7
6
  /** Get a specific `App`. */
@@ -1719,6 +1718,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1719
1718
  [k: string]: string;
1720
1719
  };
1721
1720
  disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
1721
+ disabledAt?: string | undefined;
1722
1722
  enabled: boolean;
1723
1723
  id: string;
1724
1724
  imageRefId?: string | undefined;
@@ -1731,6 +1731,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1731
1731
  spec?: MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
1732
1732
  statisticsBaseDomain?: string | undefined;
1733
1733
  status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
1734
+ statusSetAt: string;
1734
1735
  }>;
1735
1736
  /** Get a ProjectInvite by token. */
1736
1737
  getProjectTokenInvite: (conf: {
@@ -1782,9 +1783,10 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1782
1783
  imageRefId?: string | undefined;
1783
1784
  isReady: boolean;
1784
1785
  machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
1785
- readiness: MittwaldAPIV2.Components.Schemas.ProjectServerReadinessStatus;
1786
+ readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedServerReadinessStatus;
1786
1787
  shortId: string;
1787
1788
  statisticsBaseDomain?: string | undefined;
1789
+ status: MittwaldAPIV2.Components.Schemas.ProjectServerStatus;
1788
1790
  storage: string;
1789
1791
  }>;
1790
1792
  /** List Memberships belonging to a Project. */
@@ -1843,6 +1845,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1843
1845
  };
1844
1846
  description: string;
1845
1847
  disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
1848
+ disabledAt?: string | undefined;
1846
1849
  enabled: boolean;
1847
1850
  id: string;
1848
1851
  imageRefId?: string | undefined;
@@ -1852,6 +1855,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1852
1855
  serverId?: string | undefined;
1853
1856
  shortId: string;
1854
1857
  status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
1858
+ statusSetAt: string;
1855
1859
  }[]>;
1856
1860
  /** List Servers belonging to the executing user. */
1857
1861
  listServers: (conf?: {
package/dist/react.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import * as _mittwald_react_use_promise from '@mittwald/react-use-promise';
2
- import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.3900eade.js';
2
+ import { M as MittwaldAPIV2Client, a as MittwaldAPIV2 } from './shared/api-client.61e4cd90.js';
3
3
  import '@mittwald/api-client-commons';
4
- import '.yarn/__virtual__/@mittwald-api-client-commons-virtual-7b98ca03c4/1/packages/commons/dist/shared/api-client-commons.5e434015.mjs';
5
4
 
6
5
  declare const buildAppApi: (baseClient: MittwaldAPIV2Client) => {
7
6
  /** Get a specific `App`. */
@@ -1719,6 +1718,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1719
1718
  [k: string]: string;
1720
1719
  };
1721
1720
  disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
1721
+ disabledAt?: string | undefined;
1722
1722
  enabled: boolean;
1723
1723
  id: string;
1724
1724
  imageRefId?: string | undefined;
@@ -1731,6 +1731,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1731
1731
  spec?: MittwaldAPIV2.Components.Schemas.ProjectHardwareSpec | MittwaldAPIV2.Components.Schemas.ProjectVisitorSpec | undefined;
1732
1732
  statisticsBaseDomain?: string | undefined;
1733
1733
  status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
1734
+ statusSetAt: string;
1734
1735
  }>;
1735
1736
  /** Get a ProjectInvite by token. */
1736
1737
  getProjectTokenInvite: (conf: {
@@ -1782,9 +1783,10 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1782
1783
  imageRefId?: string | undefined;
1783
1784
  isReady: boolean;
1784
1785
  machineType: MittwaldAPIV2.Components.Schemas.ProjectMachineType;
1785
- readiness: MittwaldAPIV2.Components.Schemas.ProjectServerReadinessStatus;
1786
+ readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedServerReadinessStatus;
1786
1787
  shortId: string;
1787
1788
  statisticsBaseDomain?: string | undefined;
1789
+ status: MittwaldAPIV2.Components.Schemas.ProjectServerStatus;
1788
1790
  storage: string;
1789
1791
  }>;
1790
1792
  /** List Memberships belonging to a Project. */
@@ -1843,6 +1845,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1843
1845
  };
1844
1846
  description: string;
1845
1847
  disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
1848
+ disabledAt?: string | undefined;
1846
1849
  enabled: boolean;
1847
1850
  id: string;
1848
1851
  imageRefId?: string | undefined;
@@ -1852,6 +1855,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
1852
1855
  serverId?: string | undefined;
1853
1856
  shortId: string;
1854
1857
  status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
1858
+ statusSetAt: string;
1855
1859
  }[]>;
1856
1860
  /** List Servers belonging to the executing user. */
1857
1861
  listServers: (conf?: {