@mittwald/api-client 2.0.4 → 2.0.6

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.
@@ -561,7 +561,7 @@ export declare module MittwaldAPIV2 {
561
561
  type CustomerRole = "owner" | "member" | "accountant";
562
562
  interface CustomerCustomer {
563
563
  activeSuspension?: {
564
- createdAt?: string;
564
+ createdAt: string;
565
565
  };
566
566
  avatarRefId?: string;
567
567
  categoryId?: string;
@@ -569,6 +569,7 @@ export declare module MittwaldAPIV2 {
569
569
  customerId: string;
570
570
  customerNumber: string;
571
571
  executingUserRoles?: MittwaldAPIV2.Components.Schemas.CustomerRole[];
572
+ isBanned?: boolean;
572
573
  isInDefaultOfPayment?: boolean;
573
574
  memberCount: number;
574
575
  name: string;
@@ -1,2 +1,3 @@
1
+ export { assertStatus } from "@mittwald/api-client-commons";
1
2
  export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js";
2
3
  export { MittwaldAPIV2 } from "./generated/v2/types.js";
package/dist/esm/index.js CHANGED
@@ -1 +1,2 @@
1
+ export { assertStatus } from "@mittwald/api-client-commons";
1
2
  export { MittwaldAPIClient as MittwaldAPIV2Client } from "./v2.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",