@mittwald/api-client 1.0.3 → 1.0.4
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/generated/v2/client.d.ts +4121 -2299
- package/dist/generated/v2/client.js +118 -166
- package/dist/generated/v2/descriptors.d.ts +291 -339
- package/dist/generated/v2/descriptors.js +0 -144
- package/dist/generated/v2/types.d.ts +12757 -15469
- package/dist/generated/v2/types.js +1 -0
- package/dist-cjs/generated/v2/client.d.ts +4121 -2299
- package/dist-cjs/generated/v2/client.js +119 -190
- package/dist-cjs/generated/v2/descriptors.d.ts +291 -339
- package/dist-cjs/generated/v2/descriptors.js +5 -150
- package/dist-cjs/generated/v2/types.d.ts +12820 -0
- package/dist-cjs/generated/v2/types.js +2 -0
- package/dist-cjs/v2.js +1 -4
- package/package.json +5 -7
|
@@ -407,18 +407,6 @@ export const customerAcceptCustomerInvite = {
|
|
|
407
407
|
operationId: "customer-accept-customer-invite",
|
|
408
408
|
};
|
|
409
409
|
/** Get all customer categories. */
|
|
410
|
-
export const customerListOfCustomerCategoriesDeprecated = {
|
|
411
|
-
path: "/v2/customercategories",
|
|
412
|
-
method: "GET",
|
|
413
|
-
operationId: "customer-list-of-customer-categories-deprecated",
|
|
414
|
-
};
|
|
415
|
-
/** Create a new customer category. */
|
|
416
|
-
export const customerCreateCategoryDeprecated = {
|
|
417
|
-
path: "/v2/customercategories",
|
|
418
|
-
method: "POST",
|
|
419
|
-
operationId: "customer-create-category-deprecated",
|
|
420
|
-
};
|
|
421
|
-
/** Get all customer categories. */
|
|
422
410
|
export const customerListOfCustomerCategories = {
|
|
423
411
|
path: "/v2/customer-categories",
|
|
424
412
|
method: "GET",
|
|
@@ -455,24 +443,6 @@ export const customerDeclineCustomerInvite = {
|
|
|
455
443
|
operationId: "customer-decline-customer-invite",
|
|
456
444
|
};
|
|
457
445
|
/** Get a customer category. */
|
|
458
|
-
export const customerDetailOfCustomerCategoryDeprecated = {
|
|
459
|
-
path: "/v2/customercategories/{categoryId}",
|
|
460
|
-
method: "GET",
|
|
461
|
-
operationId: "customer-detail-of-customer-category-deprecated",
|
|
462
|
-
};
|
|
463
|
-
/** Update a customer category. */
|
|
464
|
-
export const customerUpdateCategoryDeprecated = {
|
|
465
|
-
path: "/v2/customercategories/{categoryId}",
|
|
466
|
-
method: "PUT",
|
|
467
|
-
operationId: "customer-update-category-deprecated",
|
|
468
|
-
};
|
|
469
|
-
/** Delete a customer category. */
|
|
470
|
-
export const customerDeleteCategoryDeprecated = {
|
|
471
|
-
path: "/v2/customercategories/{categoryId}",
|
|
472
|
-
method: "DELETE",
|
|
473
|
-
operationId: "customer-delete-category-deprecated",
|
|
474
|
-
};
|
|
475
|
-
/** Get a customer category. */
|
|
476
446
|
export const customerGetCustomerCategory = {
|
|
477
447
|
path: "/v2/customer-categories/{categoryId}",
|
|
478
448
|
method: "GET",
|
|
@@ -736,120 +706,6 @@ export const databaseUpdateRedisDatabaseDescription = {
|
|
|
736
706
|
method: "PATCH",
|
|
737
707
|
operationId: "database-update-redis-database-description",
|
|
738
708
|
};
|
|
739
|
-
/** Return the Contract for the given Domain. */
|
|
740
|
-
export const deprecatedContractGetDetailOfContractByDomain = {
|
|
741
|
-
path: "/v2/domains/{domainId}/contracts",
|
|
742
|
-
method: "GET",
|
|
743
|
-
operationId: "deprecated-contract-get-detail-of-contract-by-domain",
|
|
744
|
-
};
|
|
745
|
-
/** Return the Contract for the given Project. */
|
|
746
|
-
export const deprecatedContractGetDetailOfContractByProject = {
|
|
747
|
-
path: "/v2/projects/{projectId}/contracts",
|
|
748
|
-
method: "GET",
|
|
749
|
-
operationId: "deprecated-contract-get-detail-of-contract-by-project",
|
|
750
|
-
};
|
|
751
|
-
/** Return the Contract for the given Server. */
|
|
752
|
-
export const deprecatedContractGetDetailOfContractByServer = {
|
|
753
|
-
path: "/v2/servers/{serverId}/contracts",
|
|
754
|
-
method: "GET",
|
|
755
|
-
operationId: "deprecated-contract-get-detail-of-contract-by-server",
|
|
756
|
-
};
|
|
757
|
-
/** getting the subscription status of the subscription */
|
|
758
|
-
export const deprecatedNewsletterGetInfo = {
|
|
759
|
-
path: "/v2/newsletter/subscriptions/{email}",
|
|
760
|
-
method: "GET",
|
|
761
|
-
operationId: "deprecated-newsletter-get-info",
|
|
762
|
-
};
|
|
763
|
-
/** Unsubscribe a user from the mStudio newsletter. */
|
|
764
|
-
export const deprecatedNewsletterUnsubscribeUser = {
|
|
765
|
-
path: "/v2/newsletter/subscriptions/{email}",
|
|
766
|
-
method: "DELETE",
|
|
767
|
-
operationId: "deprecated-newsletter-unsubscribe-user",
|
|
768
|
-
};
|
|
769
|
-
/** subscribe a user to the mStudio newsletter */
|
|
770
|
-
export const deprecatedNewsletterSubscribeUser = {
|
|
771
|
-
path: "/v2/newsletter/subscriptions",
|
|
772
|
-
method: "POST",
|
|
773
|
-
operationId: "deprecated-newsletter-subscribe-user",
|
|
774
|
-
};
|
|
775
|
-
/** Request a new avatar upload */
|
|
776
|
-
export const deprecatedUserServiceAvatarRequestUpload = {
|
|
777
|
-
path: "/v2/user/{userId}/avatar",
|
|
778
|
-
method: "POST",
|
|
779
|
-
operationId: "deprecated-user-service-avatar-request-upload",
|
|
780
|
-
};
|
|
781
|
-
/** Remove Avatar */
|
|
782
|
-
export const deprecatedUserServiceAvatarRemove = {
|
|
783
|
-
path: "/v2/user/{userId}/avatar",
|
|
784
|
-
method: "DELETE",
|
|
785
|
-
operationId: "deprecated-user-service-avatar-remove",
|
|
786
|
-
};
|
|
787
|
-
/** Returns your submitted feedback */
|
|
788
|
-
export const deprecatedUserServiceFeedbackList = {
|
|
789
|
-
path: "/v2/user/feedback",
|
|
790
|
-
method: "GET",
|
|
791
|
-
operationId: "deprecated-user-service-feedback-list",
|
|
792
|
-
};
|
|
793
|
-
/** Submit user feedback */
|
|
794
|
-
export const deprecatedUserServiceFeedbackCreate = {
|
|
795
|
-
path: "/v2/user/feedback",
|
|
796
|
-
method: "POST",
|
|
797
|
-
operationId: "deprecated-user-service-feedback-create",
|
|
798
|
-
};
|
|
799
|
-
/** create a new issue */
|
|
800
|
-
export const deprecatedUserServiceIssueNew = {
|
|
801
|
-
path: "/v2/user/issues",
|
|
802
|
-
method: "POST",
|
|
803
|
-
operationId: "deprecated-user-service-issue-new",
|
|
804
|
-
};
|
|
805
|
-
/** Get profile information for the specified user if the user is related to the executing user */
|
|
806
|
-
export const deprecatedUserServiceUserGet = {
|
|
807
|
-
path: "/v2/user/{userId}",
|
|
808
|
-
method: "GET",
|
|
809
|
-
operationId: "deprecated-user-service-user-get",
|
|
810
|
-
};
|
|
811
|
-
/** Change your personal information */
|
|
812
|
-
export const deprecatedUserServicePersonalInformationUpdate = {
|
|
813
|
-
path: "/v2/user/{userId}",
|
|
814
|
-
method: "PUT",
|
|
815
|
-
operationId: "deprecated-user-service-personal-information-update",
|
|
816
|
-
};
|
|
817
|
-
/** Get personalized settings for the user executing the request */
|
|
818
|
-
export const deprecatedUserServicePersonalizedSettingsGet = {
|
|
819
|
-
path: "/v2/user/settings",
|
|
820
|
-
method: "GET",
|
|
821
|
-
operationId: "deprecated-user-service-personalized-settings-get",
|
|
822
|
-
};
|
|
823
|
-
/** update personalized settings */
|
|
824
|
-
export const deprecatedUserServicePersonalizedSettingsUpdate = {
|
|
825
|
-
path: "/v2/user/settings",
|
|
826
|
-
method: "PUT",
|
|
827
|
-
operationId: "deprecated-user-service-personalized-settings-update",
|
|
828
|
-
};
|
|
829
|
-
/** Add phone number and init verification process */
|
|
830
|
-
export const deprecatedUserServicePhoneNumberAdd = {
|
|
831
|
-
path: "/v2/user/{userId}/phone",
|
|
832
|
-
method: "POST",
|
|
833
|
-
operationId: "deprecated-user-service-phone-number-add",
|
|
834
|
-
};
|
|
835
|
-
/** remove your PhoneNumber */
|
|
836
|
-
export const deprecatedUserServicePhoneNumberRemove = {
|
|
837
|
-
path: "/v2/user/{userId}/phone",
|
|
838
|
-
method: "DELETE",
|
|
839
|
-
operationId: "deprecated-user-service-phone-number-remove",
|
|
840
|
-
};
|
|
841
|
-
/** Verify phone number */
|
|
842
|
-
export const deprecatedUserServicePhoneNumberVerify = {
|
|
843
|
-
path: "/v2/user/{userId}/phone/verify",
|
|
844
|
-
method: "POST",
|
|
845
|
-
operationId: "deprecated-user-service-phone-number-verify",
|
|
846
|
-
};
|
|
847
|
-
/** Get profile information for the executing user */
|
|
848
|
-
export const deprecatedUserServiceUserGetOwn = {
|
|
849
|
-
path: "/v2/user",
|
|
850
|
-
method: "GET",
|
|
851
|
-
operationId: "deprecated-user-service-user-get-own",
|
|
852
|
-
};
|
|
853
709
|
/** updates a-records for a specific zone */
|
|
854
710
|
export const dnsRecordAsetCustom = {
|
|
855
711
|
path: "/v2/dns/zones/{zoneId}/recordset/acombined/custom",
|