@mittwald/api-client 4.93.0 → 4.94.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.
- package/dist/esm/generated/v2/client-react.js +2 -2
- package/dist/esm/generated/v2/client.js +4 -8
- package/dist/esm/generated/v2/descriptors.js +12 -24
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +18 -18
- package/dist/types/generated/v2/client.d.ts +130 -230
- package/dist/types/generated/v2/descriptors.d.ts +4 -8
- package/dist/types/generated/v2/types.d.ts +137 -234
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -386,10 +386,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
386
386
|
type RequestData = InferredRequestData<typeof descriptors.customerIsCustomerLegallyCompetent>;
|
|
387
387
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerIsCustomerLegallyCompetent, TStatus>;
|
|
388
388
|
}
|
|
389
|
-
namespace CustomerLeaveCustomer {
|
|
390
|
-
type RequestData = InferredRequestData<typeof descriptors.customerLeaveCustomer>;
|
|
391
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerLeaveCustomer, TStatus>;
|
|
392
|
-
}
|
|
393
389
|
namespace CustomerListCustomerInvites {
|
|
394
390
|
type RequestData = InferredRequestData<typeof descriptors.customerListCustomerInvites>;
|
|
395
391
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerListCustomerInvites, TStatus>;
|
|
@@ -546,10 +542,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
546
542
|
type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainRegistrability>;
|
|
547
543
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainRegistrability, TStatus>;
|
|
548
544
|
}
|
|
549
|
-
namespace DomainListDomains {
|
|
550
|
-
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
551
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
552
|
-
}
|
|
553
545
|
namespace DomainCheckDomainTransferability {
|
|
554
546
|
type RequestData = InferredRequestData<typeof descriptors.domainCheckDomainTransferability>;
|
|
555
547
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCheckDomainTransferability, TStatus>;
|
|
@@ -558,10 +550,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
558
550
|
type RequestData = InferredRequestData<typeof descriptors.domainCreateDomainAuthCode>;
|
|
559
551
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainCreateDomainAuthCode, TStatus>;
|
|
560
552
|
}
|
|
561
|
-
namespace DomainUpdateDomainNameservers {
|
|
562
|
-
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
|
|
563
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
|
|
564
|
-
}
|
|
565
553
|
namespace DomainGetDomain {
|
|
566
554
|
type RequestData = InferredRequestData<typeof descriptors.domainGetDomain>;
|
|
567
555
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetDomain, TStatus>;
|
|
@@ -574,6 +562,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
574
562
|
type RequestData = InferredRequestData<typeof descriptors.domainGetLatestScreenshot>;
|
|
575
563
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetLatestScreenshot, TStatus>;
|
|
576
564
|
}
|
|
565
|
+
namespace DomainListDomains {
|
|
566
|
+
type RequestData = InferredRequestData<typeof descriptors.domainListDomains>;
|
|
567
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomains, TStatus>;
|
|
568
|
+
}
|
|
577
569
|
namespace DomainListTldContactSchemas {
|
|
578
570
|
type RequestData = InferredRequestData<typeof descriptors.domainListTldContactSchemas>;
|
|
579
571
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListTldContactSchemas, TStatus>;
|
|
@@ -598,6 +590,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
598
590
|
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainContact>;
|
|
599
591
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainContact, TStatus>;
|
|
600
592
|
}
|
|
593
|
+
namespace DomainUpdateDomainNameservers {
|
|
594
|
+
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainNameservers>;
|
|
595
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainNameservers, TStatus>;
|
|
596
|
+
}
|
|
601
597
|
namespace DomainUpdateDomainProjectId {
|
|
602
598
|
type RequestData = InferredRequestData<typeof descriptors.domainUpdateDomainProjectId>;
|
|
603
599
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainUpdateDomainProjectId, TStatus>;
|
|
@@ -1002,10 +998,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1002
998
|
type RequestData = InferredRequestData<typeof descriptors.projectGetServer>;
|
|
1003
999
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectGetServer, TStatus>;
|
|
1004
1000
|
}
|
|
1005
|
-
namespace ProjectLeaveProject {
|
|
1006
|
-
type RequestData = InferredRequestData<typeof descriptors.projectLeaveProject>;
|
|
1007
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectLeaveProject, TStatus>;
|
|
1008
|
-
}
|
|
1009
1001
|
namespace ProjectListMembershipsForProject {
|
|
1010
1002
|
type RequestData = InferredRequestData<typeof descriptors.projectListMembershipsForProject>;
|
|
1011
1003
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.projectListMembershipsForProject, TStatus>;
|
|
@@ -1411,6 +1403,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1411
1403
|
interface AppAppInstallation {
|
|
1412
1404
|
appId: string;
|
|
1413
1405
|
appVersion: MittwaldAPIV2.Components.Schemas.AppVersionStatus;
|
|
1406
|
+
createdAt: string;
|
|
1414
1407
|
customDocumentRoot?: string;
|
|
1415
1408
|
description: string;
|
|
1416
1409
|
disabled: boolean;
|
|
@@ -2134,6 +2127,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2134
2127
|
id: string;
|
|
2135
2128
|
isReady: boolean;
|
|
2136
2129
|
isShared: boolean;
|
|
2130
|
+
mainUser?: MittwaldAPIV2.Components.Schemas.DatabaseMySqlUser;
|
|
2137
2131
|
name: string;
|
|
2138
2132
|
projectId: string;
|
|
2139
2133
|
status: MittwaldAPIV2.Components.Schemas.DatabaseDatabaseStatus;
|
|
@@ -2401,12 +2395,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2401
2395
|
blocked: boolean;
|
|
2402
2396
|
context: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
2403
2397
|
contributorId: string;
|
|
2404
|
-
|
|
2405
|
-
* The Extension is deprecated by the contributor and will expire at the given date.
|
|
2406
|
-
*/
|
|
2407
|
-
deprecation?: {
|
|
2408
|
-
deprecatedAt: string;
|
|
2409
|
-
};
|
|
2398
|
+
deprecation?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation;
|
|
2410
2399
|
description: string;
|
|
2411
2400
|
detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
|
|
2412
2401
|
disabled: boolean;
|
|
@@ -2446,6 +2435,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2446
2435
|
extensionInstanceUpdated?: MittwaldAPIV2.Components.Schemas.MarketplaceBackendComponent;
|
|
2447
2436
|
}
|
|
2448
2437
|
type MarketplaceContext = "project" | "customer";
|
|
2438
|
+
/**
|
|
2439
|
+
* The Extension is deprecated by the contributor and will expire at the given date.
|
|
2440
|
+
*/
|
|
2441
|
+
interface MarketplaceExtensionDeprecation {
|
|
2442
|
+
deprecatedAt: string;
|
|
2443
|
+
}
|
|
2449
2444
|
/**
|
|
2450
2445
|
* Language specific descriptions in various formats.
|
|
2451
2446
|
*/
|
|
@@ -2461,10 +2456,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2461
2456
|
en?: MittwaldAPIV2.Components.Schemas.MarketplaceDescriptionFormats;
|
|
2462
2457
|
}
|
|
2463
2458
|
interface MarketplaceExtensionHealth {
|
|
2464
|
-
|
|
2465
|
-
extensionInstancesHealth: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceHealth[];
|
|
2459
|
+
extensionInstances: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceHealth[];
|
|
2466
2460
|
functional: boolean;
|
|
2467
2461
|
id: string;
|
|
2462
|
+
inoperableReason?: string;
|
|
2468
2463
|
published: boolean;
|
|
2469
2464
|
withdrawalReason?: string;
|
|
2470
2465
|
}
|
|
@@ -2483,11 +2478,16 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2483
2478
|
pendingRemoval: boolean;
|
|
2484
2479
|
}
|
|
2485
2480
|
interface MarketplaceExtensionInstanceHealth {
|
|
2481
|
+
aggregateReference: {
|
|
2482
|
+
aggregate: string;
|
|
2483
|
+
domain: string;
|
|
2484
|
+
id: string;
|
|
2485
|
+
};
|
|
2486
2486
|
id: string;
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2487
|
+
instantiationIsPending: boolean;
|
|
2488
|
+
pendingWebhooksCount: number;
|
|
2489
|
+
removalIsPending: boolean;
|
|
2490
|
+
webhooksAreHalted: boolean;
|
|
2491
2491
|
}
|
|
2492
2492
|
interface MarketplaceExternalComponent {
|
|
2493
2493
|
name: string;
|
|
@@ -2502,6 +2502,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2502
2502
|
blocked?: boolean;
|
|
2503
2503
|
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
2504
2504
|
contributorId: string;
|
|
2505
|
+
deprecation?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation;
|
|
2505
2506
|
description?: string;
|
|
2506
2507
|
detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
|
|
2507
2508
|
disabled?: boolean;
|
|
@@ -3940,41 +3941,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3940
3941
|
registeredAt?: string;
|
|
3941
3942
|
userId: string;
|
|
3942
3943
|
}
|
|
3943
|
-
interface UserUserInternal {
|
|
3944
|
-
avatarRef?: string;
|
|
3945
|
-
customerMemberships?: {
|
|
3946
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.UserCustomerMembership;
|
|
3947
|
-
};
|
|
3948
|
-
/**
|
|
3949
|
-
* Truth value, whether the user has been disabled.
|
|
3950
|
-
*/
|
|
3951
|
-
disabled?: boolean;
|
|
3952
|
-
disabledAt?: string;
|
|
3953
|
-
disabledBy?: string;
|
|
3954
|
-
email?: string;
|
|
3955
|
-
/**
|
|
3956
|
-
* Additional information about mittwald employees.
|
|
3957
|
-
*/
|
|
3958
|
-
employeeInformation?: {
|
|
3959
|
-
department: string;
|
|
3960
|
-
};
|
|
3961
|
-
/**
|
|
3962
|
-
* Truth value, whether the user is a mittwald employee
|
|
3963
|
-
*/
|
|
3964
|
-
isEmployee?: boolean;
|
|
3965
|
-
mfa?: {
|
|
3966
|
-
active: boolean;
|
|
3967
|
-
setup: boolean;
|
|
3968
|
-
};
|
|
3969
|
-
passwordUpdatedAt?: string;
|
|
3970
|
-
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
3971
|
-
phoneNumber?: string;
|
|
3972
|
-
projectMemberships?: {
|
|
3973
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.UserProjectMembership;
|
|
3974
|
-
};
|
|
3975
|
-
registeredAt?: string;
|
|
3976
|
-
userId: string;
|
|
3977
|
-
}
|
|
3978
3944
|
interface SignupSshKey {
|
|
3979
3945
|
algorithm: string;
|
|
3980
3946
|
comment: string;
|
|
@@ -8712,42 +8678,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8712
8678
|
}
|
|
8713
8679
|
}
|
|
8714
8680
|
}
|
|
8715
|
-
namespace V2CustomerCustomerIdActionsLeave { }
|
|
8716
|
-
namespace V2CustomersCustomerIdActionsLeave {
|
|
8717
|
-
namespace Post {
|
|
8718
|
-
namespace Parameters {
|
|
8719
|
-
type Path = {
|
|
8720
|
-
customerId: string;
|
|
8721
|
-
};
|
|
8722
|
-
interface RequestBody {
|
|
8723
|
-
[k: string]: unknown;
|
|
8724
|
-
}
|
|
8725
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8726
|
-
type Query = {};
|
|
8727
|
-
}
|
|
8728
|
-
namespace Responses {
|
|
8729
|
-
namespace $204 {
|
|
8730
|
-
namespace Content {
|
|
8731
|
-
type Empty = unknown;
|
|
8732
|
-
}
|
|
8733
|
-
}
|
|
8734
|
-
namespace $429 {
|
|
8735
|
-
namespace Content {
|
|
8736
|
-
interface ApplicationJson {
|
|
8737
|
-
[k: string]: unknown;
|
|
8738
|
-
}
|
|
8739
|
-
}
|
|
8740
|
-
}
|
|
8741
|
-
namespace Default {
|
|
8742
|
-
namespace Content {
|
|
8743
|
-
interface ApplicationJson {
|
|
8744
|
-
[k: string]: unknown;
|
|
8745
|
-
}
|
|
8746
|
-
}
|
|
8747
|
-
}
|
|
8748
|
-
}
|
|
8749
|
-
}
|
|
8750
|
-
}
|
|
8751
8681
|
namespace V2CustomerInvites {
|
|
8752
8682
|
namespace Get {
|
|
8753
8683
|
namespace Parameters {
|
|
@@ -10216,6 +10146,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10216
10146
|
}
|
|
10217
10147
|
}
|
|
10218
10148
|
namespace V2AppinstallationsAppInstallationIdDatabases { }
|
|
10149
|
+
namespace V2CustomerCustomerIdActionsLeave { }
|
|
10150
|
+
namespace V2CustomersCustomerIdActionsLeave { }
|
|
10219
10151
|
namespace V2DomainsDomainIdScreenshotsNewest { }
|
|
10220
10152
|
namespace V2FileTokenRulesToken { }
|
|
10221
10153
|
namespace V2FileTypeRulesName { }
|
|
@@ -10265,6 +10197,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10265
10197
|
}
|
|
10266
10198
|
}
|
|
10267
10199
|
}
|
|
10200
|
+
namespace V2ProjectsProjectIdLeave { }
|
|
10268
10201
|
namespace V2SignupEmail { }
|
|
10269
10202
|
namespace V2SignupPasswordResetConfirm { }
|
|
10270
10203
|
namespace V2UsersSelfIssues { }
|
|
@@ -10586,8 +10519,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10586
10519
|
}
|
|
10587
10520
|
}
|
|
10588
10521
|
}
|
|
10589
|
-
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
10590
|
-
namespace V2DomainsDomainIdProjectId { }
|
|
10591
10522
|
namespace V2DomainRegistrable {
|
|
10592
10523
|
namespace Post {
|
|
10593
10524
|
namespace Parameters {
|
|
@@ -10631,49 +10562,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10631
10562
|
}
|
|
10632
10563
|
}
|
|
10633
10564
|
}
|
|
10634
|
-
namespace V2Domains {
|
|
10635
|
-
namespace Get {
|
|
10636
|
-
namespace Parameters {
|
|
10637
|
-
type Path = {};
|
|
10638
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10639
|
-
type Query = {
|
|
10640
|
-
projectId?: string;
|
|
10641
|
-
page?: number;
|
|
10642
|
-
limit?: number;
|
|
10643
|
-
domainSearchName?: string;
|
|
10644
|
-
contactHash?: string;
|
|
10645
|
-
};
|
|
10646
|
-
}
|
|
10647
|
-
namespace Responses {
|
|
10648
|
-
namespace $200 {
|
|
10649
|
-
namespace Content {
|
|
10650
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
10651
|
-
}
|
|
10652
|
-
}
|
|
10653
|
-
namespace $400 {
|
|
10654
|
-
namespace Content {
|
|
10655
|
-
interface ApplicationJson {
|
|
10656
|
-
[k: string]: unknown;
|
|
10657
|
-
}
|
|
10658
|
-
}
|
|
10659
|
-
}
|
|
10660
|
-
namespace $429 {
|
|
10661
|
-
namespace Content {
|
|
10662
|
-
interface ApplicationJson {
|
|
10663
|
-
[k: string]: unknown;
|
|
10664
|
-
}
|
|
10665
|
-
}
|
|
10666
|
-
}
|
|
10667
|
-
namespace Default {
|
|
10668
|
-
namespace Content {
|
|
10669
|
-
interface ApplicationJson {
|
|
10670
|
-
[k: string]: unknown;
|
|
10671
|
-
}
|
|
10672
|
-
}
|
|
10673
|
-
}
|
|
10674
|
-
}
|
|
10675
|
-
}
|
|
10676
|
-
}
|
|
10677
10565
|
namespace V2DomainTransferable {
|
|
10678
10566
|
namespace Post {
|
|
10679
10567
|
namespace Parameters {
|
|
@@ -10766,25 +10654,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10766
10654
|
}
|
|
10767
10655
|
}
|
|
10768
10656
|
}
|
|
10769
|
-
namespace
|
|
10770
|
-
namespace
|
|
10657
|
+
namespace V2DomainsDomainId {
|
|
10658
|
+
namespace Get {
|
|
10771
10659
|
namespace Parameters {
|
|
10772
10660
|
type Path = {
|
|
10773
10661
|
domainId: string;
|
|
10774
10662
|
};
|
|
10775
|
-
interface RequestBody {
|
|
10776
|
-
/**
|
|
10777
|
-
* @minItems 2
|
|
10778
|
-
*/
|
|
10779
|
-
nameservers?: [string, string, ...string[]];
|
|
10780
|
-
}
|
|
10781
10663
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10782
10664
|
type Query = {};
|
|
10783
10665
|
}
|
|
10784
10666
|
namespace Responses {
|
|
10785
|
-
namespace $
|
|
10667
|
+
namespace $200 {
|
|
10786
10668
|
namespace Content {
|
|
10787
|
-
type
|
|
10669
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain;
|
|
10788
10670
|
}
|
|
10789
10671
|
}
|
|
10790
10672
|
namespace $400 {
|
|
@@ -10817,22 +10699,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10817
10699
|
}
|
|
10818
10700
|
}
|
|
10819
10701
|
}
|
|
10820
|
-
|
|
10821
|
-
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
10822
|
-
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
10823
|
-
namespace V2DomainsDomainId {
|
|
10824
|
-
namespace Get {
|
|
10702
|
+
namespace Delete {
|
|
10825
10703
|
namespace Parameters {
|
|
10826
10704
|
type Path = {
|
|
10827
10705
|
domainId: string;
|
|
10828
10706
|
};
|
|
10829
10707
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10830
|
-
type Query = {
|
|
10708
|
+
type Query = {
|
|
10709
|
+
/**
|
|
10710
|
+
* Only for .de Domains.
|
|
10711
|
+
*/
|
|
10712
|
+
transit?: boolean;
|
|
10713
|
+
};
|
|
10831
10714
|
}
|
|
10832
10715
|
namespace Responses {
|
|
10833
10716
|
namespace $200 {
|
|
10834
10717
|
namespace Content {
|
|
10835
|
-
|
|
10718
|
+
interface ApplicationJson {
|
|
10719
|
+
[k: string]: unknown;
|
|
10720
|
+
}
|
|
10836
10721
|
}
|
|
10837
10722
|
}
|
|
10838
10723
|
namespace $400 {
|
|
@@ -10849,6 +10734,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10849
10734
|
}
|
|
10850
10735
|
}
|
|
10851
10736
|
}
|
|
10737
|
+
namespace $412 {
|
|
10738
|
+
namespace Content {
|
|
10739
|
+
interface ApplicationJson {
|
|
10740
|
+
[k: string]: unknown;
|
|
10741
|
+
}
|
|
10742
|
+
}
|
|
10743
|
+
}
|
|
10852
10744
|
namespace $429 {
|
|
10853
10745
|
namespace Content {
|
|
10854
10746
|
interface ApplicationJson {
|
|
@@ -10865,31 +10757,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10865
10757
|
}
|
|
10866
10758
|
}
|
|
10867
10759
|
}
|
|
10868
|
-
|
|
10760
|
+
}
|
|
10761
|
+
namespace V2DomainsDomainIdLatestScreenshot {
|
|
10762
|
+
namespace Get {
|
|
10869
10763
|
namespace Parameters {
|
|
10870
10764
|
type Path = {
|
|
10871
10765
|
domainId: string;
|
|
10872
10766
|
};
|
|
10767
|
+
interface RequestBody {
|
|
10768
|
+
domainName: string;
|
|
10769
|
+
path: string;
|
|
10770
|
+
}
|
|
10873
10771
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10874
|
-
type Query = {
|
|
10875
|
-
/**
|
|
10876
|
-
* Only for .de Domains.
|
|
10877
|
-
*/
|
|
10878
|
-
transit?: boolean;
|
|
10879
|
-
};
|
|
10772
|
+
type Query = {};
|
|
10880
10773
|
}
|
|
10881
10774
|
namespace Responses {
|
|
10882
10775
|
namespace $200 {
|
|
10883
10776
|
namespace Content {
|
|
10884
10777
|
interface ApplicationJson {
|
|
10885
|
-
|
|
10886
|
-
}
|
|
10887
|
-
}
|
|
10888
|
-
}
|
|
10889
|
-
namespace $400 {
|
|
10890
|
-
namespace Content {
|
|
10891
|
-
interface ApplicationJson {
|
|
10892
|
-
[k: string]: unknown;
|
|
10778
|
+
reference?: string;
|
|
10893
10779
|
}
|
|
10894
10780
|
}
|
|
10895
10781
|
}
|
|
@@ -10900,13 +10786,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10900
10786
|
}
|
|
10901
10787
|
}
|
|
10902
10788
|
}
|
|
10903
|
-
namespace $412 {
|
|
10904
|
-
namespace Content {
|
|
10905
|
-
interface ApplicationJson {
|
|
10906
|
-
[k: string]: unknown;
|
|
10907
|
-
}
|
|
10908
|
-
}
|
|
10909
|
-
}
|
|
10910
10789
|
namespace $429 {
|
|
10911
10790
|
namespace Content {
|
|
10912
10791
|
interface ApplicationJson {
|
|
@@ -10924,29 +10803,26 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10924
10803
|
}
|
|
10925
10804
|
}
|
|
10926
10805
|
}
|
|
10927
|
-
namespace
|
|
10928
|
-
namespace V2DomainsDomainIdLatestScreenshot {
|
|
10806
|
+
namespace V2Domains {
|
|
10929
10807
|
namespace Get {
|
|
10930
10808
|
namespace Parameters {
|
|
10931
|
-
type Path = {
|
|
10932
|
-
domainId: string;
|
|
10933
|
-
};
|
|
10934
|
-
interface RequestBody {
|
|
10935
|
-
domainName: string;
|
|
10936
|
-
path: string;
|
|
10937
|
-
}
|
|
10809
|
+
type Path = {};
|
|
10938
10810
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10939
|
-
type Query = {
|
|
10811
|
+
type Query = {
|
|
10812
|
+
projectId?: string;
|
|
10813
|
+
page?: number;
|
|
10814
|
+
limit?: number;
|
|
10815
|
+
domainSearchName?: string;
|
|
10816
|
+
contactHash?: string;
|
|
10817
|
+
};
|
|
10940
10818
|
}
|
|
10941
10819
|
namespace Responses {
|
|
10942
10820
|
namespace $200 {
|
|
10943
10821
|
namespace Content {
|
|
10944
|
-
|
|
10945
|
-
reference?: string;
|
|
10946
|
-
}
|
|
10822
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
10947
10823
|
}
|
|
10948
10824
|
}
|
|
10949
|
-
namespace $
|
|
10825
|
+
namespace $400 {
|
|
10950
10826
|
namespace Content {
|
|
10951
10827
|
interface ApplicationJson {
|
|
10952
10828
|
[k: string]: unknown;
|
|
@@ -10970,7 +10846,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10970
10846
|
}
|
|
10971
10847
|
}
|
|
10972
10848
|
}
|
|
10973
|
-
namespace V2ProjectsProjectIdDomains { }
|
|
10974
10849
|
namespace V2DomainTldsTldContactSchemas {
|
|
10975
10850
|
namespace Get {
|
|
10976
10851
|
namespace Parameters {
|
|
@@ -11248,6 +11123,58 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11248
11123
|
}
|
|
11249
11124
|
}
|
|
11250
11125
|
}
|
|
11126
|
+
namespace V2DomainsDomainIdNameservers {
|
|
11127
|
+
namespace Patch {
|
|
11128
|
+
namespace Parameters {
|
|
11129
|
+
type Path = {
|
|
11130
|
+
domainId: string;
|
|
11131
|
+
};
|
|
11132
|
+
interface RequestBody {
|
|
11133
|
+
/**
|
|
11134
|
+
* @minItems 2
|
|
11135
|
+
*/
|
|
11136
|
+
nameservers?: [string, string, ...string[]];
|
|
11137
|
+
}
|
|
11138
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11139
|
+
type Query = {};
|
|
11140
|
+
}
|
|
11141
|
+
namespace Responses {
|
|
11142
|
+
namespace $204 {
|
|
11143
|
+
namespace Content {
|
|
11144
|
+
type Empty = unknown;
|
|
11145
|
+
}
|
|
11146
|
+
}
|
|
11147
|
+
namespace $400 {
|
|
11148
|
+
namespace Content {
|
|
11149
|
+
interface ApplicationJson {
|
|
11150
|
+
[k: string]: unknown;
|
|
11151
|
+
}
|
|
11152
|
+
}
|
|
11153
|
+
}
|
|
11154
|
+
namespace $404 {
|
|
11155
|
+
namespace Content {
|
|
11156
|
+
interface ApplicationJson {
|
|
11157
|
+
[k: string]: unknown;
|
|
11158
|
+
}
|
|
11159
|
+
}
|
|
11160
|
+
}
|
|
11161
|
+
namespace $429 {
|
|
11162
|
+
namespace Content {
|
|
11163
|
+
interface ApplicationJson {
|
|
11164
|
+
[k: string]: unknown;
|
|
11165
|
+
}
|
|
11166
|
+
}
|
|
11167
|
+
}
|
|
11168
|
+
namespace Default {
|
|
11169
|
+
namespace Content {
|
|
11170
|
+
interface ApplicationJson {
|
|
11171
|
+
[k: string]: unknown;
|
|
11172
|
+
}
|
|
11173
|
+
}
|
|
11174
|
+
}
|
|
11175
|
+
}
|
|
11176
|
+
}
|
|
11177
|
+
}
|
|
11251
11178
|
namespace V2DomainsDomainIdProjectId {
|
|
11252
11179
|
namespace Patch {
|
|
11253
11180
|
namespace Parameters {
|
|
@@ -16425,41 +16352,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
16425
16352
|
}
|
|
16426
16353
|
}
|
|
16427
16354
|
}
|
|
16428
|
-
namespace V2ProjectsProjectIdLeave {
|
|
16429
|
-
namespace Post {
|
|
16430
|
-
namespace Parameters {
|
|
16431
|
-
type Path = {
|
|
16432
|
-
projectId: string;
|
|
16433
|
-
};
|
|
16434
|
-
interface RequestBody {
|
|
16435
|
-
[k: string]: unknown;
|
|
16436
|
-
}
|
|
16437
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
16438
|
-
type Query = {};
|
|
16439
|
-
}
|
|
16440
|
-
namespace Responses {
|
|
16441
|
-
namespace $204 {
|
|
16442
|
-
namespace Content {
|
|
16443
|
-
type Empty = unknown;
|
|
16444
|
-
}
|
|
16445
|
-
}
|
|
16446
|
-
namespace $429 {
|
|
16447
|
-
namespace Content {
|
|
16448
|
-
interface ApplicationJson {
|
|
16449
|
-
[k: string]: unknown;
|
|
16450
|
-
}
|
|
16451
|
-
}
|
|
16452
|
-
}
|
|
16453
|
-
namespace Default {
|
|
16454
|
-
namespace Content {
|
|
16455
|
-
interface ApplicationJson {
|
|
16456
|
-
[k: string]: unknown;
|
|
16457
|
-
}
|
|
16458
|
-
}
|
|
16459
|
-
}
|
|
16460
|
-
}
|
|
16461
|
-
}
|
|
16462
|
-
}
|
|
16463
16355
|
namespace V2ProjectsProjectIdMemberships {
|
|
16464
16356
|
namespace Get {
|
|
16465
16357
|
namespace Parameters {
|
|
@@ -20245,7 +20137,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20245
20137
|
*/
|
|
20246
20138
|
rules: {
|
|
20247
20139
|
/**
|
|
20248
|
-
* Maximum size in
|
|
20140
|
+
* Maximum size in Bytes of the avatar image.
|
|
20141
|
+
*/
|
|
20142
|
+
maxSizeInBytes: number;
|
|
20143
|
+
/**
|
|
20144
|
+
* @deprecated
|
|
20145
|
+
* Deprecated. Maximum size in kilobytes of the avatar image.
|
|
20249
20146
|
*/
|
|
20250
20147
|
maxSizeInKB: number;
|
|
20251
20148
|
/**
|
|
@@ -20677,5 +20574,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20677
20574
|
}
|
|
20678
20575
|
}
|
|
20679
20576
|
}
|
|
20577
|
+
namespace V2ProjectsProjectIdDomains { }
|
|
20578
|
+
namespace V2DomainsHandleSchemaDomainName { }
|
|
20579
|
+
namespace V2DomainsDomainIdDeclarationsAuthcode { }
|
|
20580
|
+
namespace V2DomainsDomainIdDeclarationsHandles { }
|
|
20581
|
+
namespace V2DomainsDomainIdHandlesOwnerc { }
|
|
20582
|
+
namespace V2DomainsDomainIdProjectId { }
|
|
20680
20583
|
}
|
|
20681
20584
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.93.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.94.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": "
|
|
83
|
+
"gitHead": "fb69f9a5369b220b317e96f19732b9c9b5d7feea"
|
|
84
84
|
}
|