@mittwald/api-client 4.121.0 → 4.122.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.120.0';
1
+ export const MittwaldAPIClientVersion = '4.121.0';
@@ -292,8 +292,12 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV2Client) => {
292
292
  } | undefined;
293
293
  queryParameters?: {
294
294
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
295
+ searchTerm?: string | undefined;
295
296
  withExportsOnly?: boolean | undefined;
296
297
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
298
+ limit?: number | undefined;
299
+ skip?: number | undefined;
300
+ page?: number | undefined;
297
301
  } | undefined;
298
302
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.BackupProjectBackup[]>;
299
303
  /** Get a ProjectBackupSchedule. */
@@ -926,8 +930,10 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
926
930
  customerId: string;
927
931
  customerNumber: string;
928
932
  executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
933
+ flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
929
934
  isBanned?: boolean | undefined;
930
935
  isInDefaultOfPayment?: boolean | undefined;
936
+ levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
931
937
  memberCount: number;
932
938
  name: string;
933
939
  owner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
@@ -1777,8 +1777,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1777
1777
  } | undefined;
1778
1778
  queryParameters?: {
1779
1779
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1780
+ searchTerm?: string | undefined;
1780
1781
  withExportsOnly?: boolean | undefined;
1781
1782
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
1783
+ limit?: number | undefined;
1784
+ skip?: number | undefined;
1785
+ page?: number | undefined;
1782
1786
  } | undefined;
1783
1787
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1784
1788
  headers?: Partial<{
@@ -1790,8 +1794,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1790
1794
  };
1791
1795
  } & {
1792
1796
  queryParameters: {
1797
+ searchTerm?: string | undefined;
1793
1798
  withExportsOnly?: boolean | undefined;
1794
1799
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
1800
+ limit?: number | undefined;
1801
+ skip?: number | undefined;
1802
+ page?: number | undefined;
1795
1803
  } & Partial<{
1796
1804
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1797
1805
  }>;
@@ -1813,8 +1821,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1813
1821
  };
1814
1822
  } & {
1815
1823
  queryParameters: {
1824
+ searchTerm?: string | undefined;
1816
1825
  withExportsOnly?: boolean | undefined;
1817
1826
  sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder | undefined;
1827
+ limit?: number | undefined;
1828
+ skip?: number | undefined;
1829
+ page?: number | undefined;
1818
1830
  } & Partial<{
1819
1831
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1820
1832
  }>;
@@ -8599,8 +8611,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8599
8611
  customerId: string;
8600
8612
  customerNumber: string;
8601
8613
  executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
8614
+ flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
8602
8615
  isBanned?: boolean | undefined;
8603
8616
  isInDefaultOfPayment?: boolean | undefined;
8617
+ levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
8604
8618
  memberCount: number;
8605
8619
  name: string;
8606
8620
  owner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
@@ -8639,8 +8653,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8639
8653
  customerId: string;
8640
8654
  customerNumber: string;
8641
8655
  executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
8656
+ flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
8642
8657
  isBanned?: boolean | undefined;
8643
8658
  isInDefaultOfPayment?: boolean | undefined;
8659
+ levelOfUndeliverableDunningNotice?: "first" | "second" | undefined;
8644
8660
  memberCount: number;
8645
8661
  name: string;
8646
8662
  owner?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerContact | undefined;
@@ -2092,6 +2092,7 @@ export declare namespace MittwaldAPIV2 {
2092
2092
  title?: string;
2093
2093
  useFormalTerm?: boolean;
2094
2094
  }
2095
+ type CustomerCustomerFlag = "agency" | "employee";
2095
2096
  interface CustomerCustomerMeta {
2096
2097
  avatarRefId?: string;
2097
2098
  customerId: string;
@@ -2111,8 +2112,10 @@ export declare namespace MittwaldAPIV2 {
2111
2112
  customerId: string;
2112
2113
  customerNumber: string;
2113
2114
  executingUserRoles?: MittwaldAPIV2.Components.Schemas.CustomerRole[];
2115
+ flags?: MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[];
2114
2116
  isBanned?: boolean;
2115
2117
  isInDefaultOfPayment?: boolean;
2118
+ levelOfUndeliverableDunningNotice?: "first" | "second";
2116
2119
  memberCount: number;
2117
2120
  name: string;
2118
2121
  owner?: MittwaldAPIV2.Components.Schemas.CustomerContact;
@@ -5671,8 +5674,12 @@ export declare namespace MittwaldAPIV2 {
5671
5674
  };
5672
5675
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
5673
5676
  type Query = {
5677
+ searchTerm?: string;
5674
5678
  withExportsOnly?: boolean;
5675
5679
  sortOrder?: MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder;
5680
+ limit?: number;
5681
+ skip?: number;
5682
+ page?: number;
5676
5683
  };
5677
5684
  }
5678
5685
  namespace Responses {
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.120.0';
1
+ export declare const MittwaldAPIClientVersion = '4.121.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.121.0",
3
+ "version": "4.122.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": "90daab9ab063106ee7d06da77c2c32dfa4468628"
83
+ "gitHead": "b4f1c1c7503e65d0f6bb24ebd61184eba0f1b69e"
84
84
  }