@mittwald/api-client 1.0.3 → 1.0.5

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.
@@ -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",
@@ -1528,6 +1384,12 @@ export const relocationCreateLegacyTariffChange = {
1528
1384
  method: "POST",
1529
1385
  operationId: "relocation-create-legacy-tariff-change",
1530
1386
  };
1387
+ /** Get all SFTPUsers for a Project. */
1388
+ export const sftpUserListSftpUsers = {
1389
+ path: "/v2/projects/{projectId}/sftp-users",
1390
+ method: "GET",
1391
+ operationId: "sftp-user-list-sftp-users",
1392
+ };
1531
1393
  /** Create an SFTPUser for a Project. */
1532
1394
  export const sftpUserCreateSftpUser = {
1533
1395
  path: "/v2/projects/{projectId}/sftp-users",
@@ -1552,12 +1414,6 @@ export const sftpUserUpdateSftpUser = {
1552
1414
  method: "PATCH",
1553
1415
  operationId: "sftp-user-update-sftp-user",
1554
1416
  };
1555
- /** Get all SFTPUsers for a Project. */
1556
- export const sftpUserListSftpUsers = {
1557
- path: "/v2/project/{projectId}/sftp-users",
1558
- method: "GET",
1559
- operationId: "sftp-user-list-sftp-users",
1560
- };
1561
1417
  /** Get all SSHUsers for a Project. */
1562
1418
  export const sshUserListSshUsers = {
1563
1419
  path: "/v2/projects/{projectId}/ssh-users",