@mittwald/api-client 4.135.0 → 4.136.1

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.134.0';
1
+ export const MittwaldAPIClientVersion = '4.136.0';
@@ -4589,6 +4589,19 @@ export declare namespace MittwaldAPIV2 {
4589
4589
  name: string;
4590
4590
  value: string;
4591
4591
  }
4592
+ /**
4593
+ * The Extension Instance Contract.
4594
+ */
4595
+ type ExtensionExtensionInstanceContract = MittwaldAPIV2.Components.Schemas.ExtensionSubscriptionBasedContract;
4596
+ /**
4597
+ * A strategy for Contracts that will be paid periodically.
4598
+ */
4599
+ interface ExtensionSubscriptionBasedContract {
4600
+ interactionDeadline?: string;
4601
+ interactionRequired: boolean;
4602
+ status: "notStarted" | "active" | "terminationPending";
4603
+ terminationTargetDate?: string;
4604
+ }
4592
4605
  interface CommonsAddress {
4593
4606
  street: string;
4594
4607
  houseNumber: string;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.134.0';
1
+ export declare const MittwaldAPIClientVersion = '4.136.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.135.0",
3
+ "version": "4.136.1",
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",
@@ -50,7 +50,7 @@
50
50
  "browser-or-node": "^3.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@mittwald/api-code-generator": "^4.129.2",
53
+ "@mittwald/api-code-generator": "^4.136.1",
54
54
  "@mittwald/react-use-promise": "^2.6.0",
55
55
  "@types/node": "^22.10.1",
56
56
  "@types/react": "^18.3.14",
@@ -80,5 +80,5 @@
80
80
  "optional": true
81
81
  }
82
82
  },
83
- "gitHead": "657b8c9295ecaaf63d76872df411aa94beedea47"
83
+ "gitHead": "37f84150b556ddbdaa705b6ff1969c4e7fef3d52"
84
84
  }