@mittwald/api-client 3.0.8 → 3.0.10

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.
@@ -6644,8 +6644,44 @@ export declare module MittwaldAPIV2 {
6644
6644
  namespace V2DomainsDomainIdContracts { }
6645
6645
  namespace V2ProjectsProjectIdContracts { }
6646
6646
  namespace V2ServersServerIdContracts { }
6647
- namespace V2NewsletterSubscriptionsEmail { }
6648
- namespace V2NewsletterSubscriptions { }
6647
+ namespace V2NewsletterSubscriptions {
6648
+ namespace Post {
6649
+ namespace Parameters {
6650
+ type Path = {};
6651
+ interface RequestBody {
6652
+ firstName?: string;
6653
+ lastName?: string;
6654
+ }
6655
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
6656
+ type Query = {};
6657
+ }
6658
+ namespace Responses {
6659
+ namespace $200 {
6660
+ namespace Content {
6661
+ interface ApplicationJson {
6662
+ active: boolean;
6663
+ email: string;
6664
+ registered: boolean;
6665
+ }
6666
+ }
6667
+ }
6668
+ namespace $400 {
6669
+ namespace Content {
6670
+ interface ApplicationJson {
6671
+ [k: string]: unknown;
6672
+ }
6673
+ }
6674
+ }
6675
+ namespace Default {
6676
+ namespace Content {
6677
+ interface ApplicationJson {
6678
+ [k: string]: unknown;
6679
+ }
6680
+ }
6681
+ }
6682
+ }
6683
+ }
6684
+ }
6649
6685
  namespace V2SignupEmail { }
6650
6686
  namespace V2SignupPasswordResetConfirm { }
6651
6687
  namespace V2UsersSelfIssues { }
@@ -9280,43 +9316,6 @@ export declare module MittwaldAPIV2 {
9280
9316
  }
9281
9317
  }
9282
9318
  }
9283
- namespace V2NewsletterSubscriptions {
9284
- namespace Post {
9285
- namespace Parameters {
9286
- type Path = {};
9287
- interface RequestBody {
9288
- email: string;
9289
- }
9290
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
9291
- type Query = {};
9292
- }
9293
- namespace Responses {
9294
- namespace $200 {
9295
- namespace Content {
9296
- interface ApplicationJson {
9297
- active: boolean;
9298
- email: string;
9299
- registered: boolean;
9300
- }
9301
- }
9302
- }
9303
- namespace $400 {
9304
- namespace Content {
9305
- interface ApplicationJson {
9306
- [k: string]: unknown;
9307
- }
9308
- }
9309
- }
9310
- namespace Default {
9311
- namespace Content {
9312
- interface ApplicationJson {
9313
- [k: string]: unknown;
9314
- }
9315
- }
9316
- }
9317
- }
9318
- }
9319
- }
9320
9319
  namespace V2NotificationsUnreadCounts {
9321
9320
  namespace Get {
9322
9321
  namespace Parameters {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.0.8';
1
+ export declare const MittwaldAPIClientVersion = '3.0.10';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.0.8';
1
+ export const MittwaldAPIClientVersion = '3.0.10';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",