@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.
- package/dist/cjs/generated/v2/client.d.ts +185 -183
- package/dist/cjs/generated/v2/client.js +18 -18
- package/dist/cjs/generated/v2/descriptors.d.ts +3 -3
- package/dist/cjs/generated/v2/descriptors.js +9 -9
- package/dist/cjs/generated/v2/types.d.ts +38 -39
- package/dist/esm/generated/v2/client.d.ts +185 -183
- package/dist/esm/generated/v2/client.js +18 -18
- package/dist/esm/generated/v2/descriptors.d.ts +3 -3
- package/dist/esm/generated/v2/descriptors.js +7 -7
- package/dist/esm/generated/v2/types.d.ts +38 -39
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -6644,8 +6644,44 @@ export declare module MittwaldAPIV2 {
|
|
|
6644
6644
|
namespace V2DomainsDomainIdContracts { }
|
|
6645
6645
|
namespace V2ProjectsProjectIdContracts { }
|
|
6646
6646
|
namespace V2ServersServerIdContracts { }
|
|
6647
|
-
namespace
|
|
6648
|
-
|
|
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.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '3.0.10';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '3.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '3.0.10';
|