@mittwald/api-client 4.328.0 → 4.330.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 +24 -24
- package/dist/esm/generated/v2/client.js +52 -52
- package/dist/esm/generated/v2/descriptors.js +174 -174
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +200 -200
- package/dist/types/generated/v2/client.d.ts +1656 -1656
- package/dist/types/generated/v2/descriptors.d.ts +58 -58
- package/dist/types/generated/v2/types.d.ts +5109 -5094
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -832,24 +832,6 @@ export const cronjobReplaceCronjobAppInstallationId = {
|
|
|
832
832
|
method: "PUT",
|
|
833
833
|
operationId: "cronjob-replace-cronjob-app-installation-id",
|
|
834
834
|
};
|
|
835
|
-
/** Accept a CustomerInvite. */
|
|
836
|
-
export const customerAcceptCustomerInvite = {
|
|
837
|
-
path: "/v2/customer-invites/{customerInviteId}/actions/accept",
|
|
838
|
-
method: "POST",
|
|
839
|
-
operationId: "customer-accept-customer-invite",
|
|
840
|
-
};
|
|
841
|
-
/** List Invites belonging to a Customer. */
|
|
842
|
-
export const customerListInvitesForCustomer = {
|
|
843
|
-
path: "/v2/customers/{customerId}/invites",
|
|
844
|
-
method: "GET",
|
|
845
|
-
operationId: "customer-list-invites-for-customer",
|
|
846
|
-
};
|
|
847
|
-
/** Create a CustomerInvite. */
|
|
848
|
-
export const customerCreateCustomerInvite = {
|
|
849
|
-
path: "/v2/customers/{customerId}/invites",
|
|
850
|
-
method: "POST",
|
|
851
|
-
operationId: "customer-create-customer-invite",
|
|
852
|
-
};
|
|
853
835
|
/** Get all customer profiles the authenticated user has access to. */
|
|
854
836
|
export const customerListCustomers = {
|
|
855
837
|
path: "/v2/customers",
|
|
@@ -880,42 +862,6 @@ export const customerCreateWallet = {
|
|
|
880
862
|
method: "POST",
|
|
881
863
|
operationId: "customer-create-wallet",
|
|
882
864
|
};
|
|
883
|
-
/** Decline a CustomerInvite. */
|
|
884
|
-
export const customerDeclineCustomerInvite = {
|
|
885
|
-
path: "/v2/customer-invites/{customerInviteId}/actions/decline",
|
|
886
|
-
method: "POST",
|
|
887
|
-
operationId: "customer-decline-customer-invite",
|
|
888
|
-
};
|
|
889
|
-
/** Get a CustomerInvite. */
|
|
890
|
-
export const customerGetCustomerInvite = {
|
|
891
|
-
path: "/v2/customer-invites/{customerInviteId}",
|
|
892
|
-
method: "GET",
|
|
893
|
-
operationId: "customer-get-customer-invite",
|
|
894
|
-
};
|
|
895
|
-
/** Delete a CustomerInvite. */
|
|
896
|
-
export const customerDeleteCustomerInvite = {
|
|
897
|
-
path: "/v2/customer-invites/{customerInviteId}",
|
|
898
|
-
method: "DELETE",
|
|
899
|
-
operationId: "customer-delete-customer-invite",
|
|
900
|
-
};
|
|
901
|
-
/** Get a CustomerMembership. */
|
|
902
|
-
export const customerGetCustomerMembership = {
|
|
903
|
-
path: "/v2/customer-memberships/{customerMembershipId}",
|
|
904
|
-
method: "GET",
|
|
905
|
-
operationId: "customer-get-customer-membership",
|
|
906
|
-
};
|
|
907
|
-
/** Delete a CustomerMembership. */
|
|
908
|
-
export const customerDeleteCustomerMembership = {
|
|
909
|
-
path: "/v2/customer-memberships/{customerMembershipId}",
|
|
910
|
-
method: "DELETE",
|
|
911
|
-
operationId: "customer-delete-customer-membership",
|
|
912
|
-
};
|
|
913
|
-
/** Update a CustomerMembership. */
|
|
914
|
-
export const customerUpdateCustomerMembership = {
|
|
915
|
-
path: "/v2/customer-memberships/{customerMembershipId}",
|
|
916
|
-
method: "PATCH",
|
|
917
|
-
operationId: "customer-update-customer-membership",
|
|
918
|
-
};
|
|
919
865
|
/** Get a customer profile. */
|
|
920
866
|
export const customerGetCustomer = {
|
|
921
867
|
path: "/v2/customers/{customerId}",
|
|
@@ -934,36 +880,12 @@ export const customerDeleteCustomer = {
|
|
|
934
880
|
method: "DELETE",
|
|
935
881
|
operationId: "customer-delete-customer",
|
|
936
882
|
};
|
|
937
|
-
/** Get a CustomerInvite by token. */
|
|
938
|
-
export const customerGetCustomerTokenInvite = {
|
|
939
|
-
path: "/v2/customer-token-invite",
|
|
940
|
-
method: "GET",
|
|
941
|
-
operationId: "customer-get-customer-token-invite",
|
|
942
|
-
};
|
|
943
883
|
/** Check if the customer profile has a valid contract partner configured. */
|
|
944
884
|
export const customerIsCustomerLegallyCompetent = {
|
|
945
885
|
path: "/v2/customers/{customerId}/legally-competent",
|
|
946
886
|
method: "GET",
|
|
947
887
|
operationId: "customer-is-customer-legally-competent",
|
|
948
888
|
};
|
|
949
|
-
/** List CustomerInvites belonging to the executing user. */
|
|
950
|
-
export const customerListCustomerInvites = {
|
|
951
|
-
path: "/v2/customer-invites",
|
|
952
|
-
method: "GET",
|
|
953
|
-
operationId: "customer-list-customer-invites",
|
|
954
|
-
};
|
|
955
|
-
/** List CustomerMemberships belonging to the executing user. */
|
|
956
|
-
export const customerListCustomerMemberships = {
|
|
957
|
-
path: "/v2/customer-memberships",
|
|
958
|
-
method: "GET",
|
|
959
|
-
operationId: "customer-list-customer-memberships",
|
|
960
|
-
};
|
|
961
|
-
/** List Memberships belonging to a Customer. */
|
|
962
|
-
export const customerListMembershipsForCustomer = {
|
|
963
|
-
path: "/v2/customers/{customerId}/memberships",
|
|
964
|
-
method: "GET",
|
|
965
|
-
operationId: "customer-list-memberships-for-customer",
|
|
966
|
-
};
|
|
967
889
|
/** Request a new avatar upload for the customer profile. */
|
|
968
890
|
export const customerRequestAvatarUpload = {
|
|
969
891
|
path: "/v2/customers/{customerId}/avatar",
|
|
@@ -976,12 +898,6 @@ export const customerRemoveAvatar = {
|
|
|
976
898
|
method: "DELETE",
|
|
977
899
|
operationId: "customer-remove-avatar",
|
|
978
900
|
};
|
|
979
|
-
/** Resend the mail for a CustomerInvite. */
|
|
980
|
-
export const customerResendCustomerInviteMail = {
|
|
981
|
-
path: "/v2/customer-invites/{customerInviteId}/actions/resend",
|
|
982
|
-
method: "POST",
|
|
983
|
-
operationId: "customer-resend-customer-invite-mail",
|
|
984
|
-
};
|
|
985
901
|
/** Copy a MySQLDatabase with a MySQLUser. */
|
|
986
902
|
export const databaseCopyMysqlDatabase = {
|
|
987
903
|
path: "/v2/mysql-databases/{mysqlDatabaseId}/actions/copy",
|
|
@@ -2062,36 +1978,12 @@ export const passwordValidationGetPasswordPolicy = {
|
|
|
2062
1978
|
method: "GET",
|
|
2063
1979
|
operationId: "password-validation-get-password-policy",
|
|
2064
1980
|
};
|
|
2065
|
-
/** Accept a ProjectInvite. */
|
|
2066
|
-
export const projectAcceptProjectInvite = {
|
|
2067
|
-
path: "/v2/project-invites/{projectInviteId}/actions/accept",
|
|
2068
|
-
method: "POST",
|
|
2069
|
-
operationId: "project-accept-project-invite",
|
|
2070
|
-
};
|
|
2071
|
-
/** List Invites belonging to a Project. */
|
|
2072
|
-
export const projectListInvitesForProject = {
|
|
2073
|
-
path: "/v2/projects/{projectId}/invites",
|
|
2074
|
-
method: "GET",
|
|
2075
|
-
operationId: "project-list-invites-for-project",
|
|
2076
|
-
};
|
|
2077
|
-
/** Create a ProjectInvite. */
|
|
2078
|
-
export const projectCreateProjectInvite = {
|
|
2079
|
-
path: "/v2/projects/{projectId}/invites",
|
|
2080
|
-
method: "POST",
|
|
2081
|
-
operationId: "project-create-project-invite",
|
|
2082
|
-
};
|
|
2083
1981
|
/** Create a Project belonging to a Server. */
|
|
2084
1982
|
export const projectCreateProject = {
|
|
2085
1983
|
path: "/v2/servers/{serverId}/projects",
|
|
2086
1984
|
method: "POST",
|
|
2087
1985
|
operationId: "project-create-project",
|
|
2088
1986
|
};
|
|
2089
|
-
/** Decline a ProjectInvite. */
|
|
2090
|
-
export const projectDeclineProjectInvite = {
|
|
2091
|
-
path: "/v2/project-invites/{projectInviteId}/actions/decline",
|
|
2092
|
-
method: "POST",
|
|
2093
|
-
operationId: "project-decline-project-invite",
|
|
2094
|
-
};
|
|
2095
1987
|
/** Request a Project avatar upload. */
|
|
2096
1988
|
export const projectRequestProjectAvatarUpload = {
|
|
2097
1989
|
path: "/v2/projects/{projectId}/avatar",
|
|
@@ -2104,36 +1996,6 @@ export const projectDeleteProjectAvatar = {
|
|
|
2104
1996
|
method: "DELETE",
|
|
2105
1997
|
operationId: "project-delete-project-avatar",
|
|
2106
1998
|
};
|
|
2107
|
-
/** Get a ProjectInvite. */
|
|
2108
|
-
export const projectGetProjectInvite = {
|
|
2109
|
-
path: "/v2/project-invites/{projectInviteId}",
|
|
2110
|
-
method: "GET",
|
|
2111
|
-
operationId: "project-get-project-invite",
|
|
2112
|
-
};
|
|
2113
|
-
/** Delete a ProjectInvite. */
|
|
2114
|
-
export const projectDeleteProjectInvite = {
|
|
2115
|
-
path: "/v2/project-invites/{projectInviteId}",
|
|
2116
|
-
method: "DELETE",
|
|
2117
|
-
operationId: "project-delete-project-invite",
|
|
2118
|
-
};
|
|
2119
|
-
/** Get a ProjectMembership */
|
|
2120
|
-
export const projectGetProjectMembership = {
|
|
2121
|
-
path: "/v2/project-memberships/{projectMembershipId}",
|
|
2122
|
-
method: "GET",
|
|
2123
|
-
operationId: "project-get-project-membership",
|
|
2124
|
-
};
|
|
2125
|
-
/** Delete a ProjectMembership. */
|
|
2126
|
-
export const projectDeleteProjectMembership = {
|
|
2127
|
-
path: "/v2/project-memberships/{projectMembershipId}",
|
|
2128
|
-
method: "DELETE",
|
|
2129
|
-
operationId: "project-delete-project-membership",
|
|
2130
|
-
};
|
|
2131
|
-
/** Update a ProjectMembership. */
|
|
2132
|
-
export const projectUpdateProjectMembership = {
|
|
2133
|
-
path: "/v2/project-memberships/{projectMembershipId}",
|
|
2134
|
-
method: "PATCH",
|
|
2135
|
-
operationId: "project-update-project-membership",
|
|
2136
|
-
};
|
|
2137
1999
|
/** Get a Project. */
|
|
2138
2000
|
export const projectGetProject = {
|
|
2139
2001
|
path: "/v2/projects/{projectId}",
|
|
@@ -2188,42 +2050,12 @@ export const projectFileSystemListFiles = {
|
|
|
2188
2050
|
method: "GET",
|
|
2189
2051
|
operationId: "project-file-system-list-files",
|
|
2190
2052
|
};
|
|
2191
|
-
/** Get a ProjectInvite by token. */
|
|
2192
|
-
export const projectGetProjectTokenInvite = {
|
|
2193
|
-
path: "/v2/project-token-invite",
|
|
2194
|
-
method: "GET",
|
|
2195
|
-
operationId: "project-get-project-token-invite",
|
|
2196
|
-
};
|
|
2197
|
-
/** Get the executing user's membership in a Project. */
|
|
2198
|
-
export const projectGetSelfMembershipForProject = {
|
|
2199
|
-
path: "/v2/projects/{projectId}/memberships/self",
|
|
2200
|
-
method: "GET",
|
|
2201
|
-
operationId: "project-get-self-membership-for-project",
|
|
2202
|
-
};
|
|
2203
2053
|
/** Get a Server. */
|
|
2204
2054
|
export const projectGetServer = {
|
|
2205
2055
|
path: "/v2/servers/{serverId}",
|
|
2206
2056
|
method: "GET",
|
|
2207
2057
|
operationId: "project-get-server",
|
|
2208
2058
|
};
|
|
2209
|
-
/** List Memberships belonging to a Project. */
|
|
2210
|
-
export const projectListMembershipsForProject = {
|
|
2211
|
-
path: "/v2/projects/{projectId}/memberships",
|
|
2212
|
-
method: "GET",
|
|
2213
|
-
operationId: "project-list-memberships-for-project",
|
|
2214
|
-
};
|
|
2215
|
-
/** List ProjectInvites belonging to the executing user. */
|
|
2216
|
-
export const projectListProjectInvites = {
|
|
2217
|
-
path: "/v2/project-invites",
|
|
2218
|
-
method: "GET",
|
|
2219
|
-
operationId: "project-list-project-invites",
|
|
2220
|
-
};
|
|
2221
|
-
/** List ProjectMemberships belonging to the executing user. */
|
|
2222
|
-
export const projectListProjectMemberships = {
|
|
2223
|
-
path: "/v2/project-memberships",
|
|
2224
|
-
method: "GET",
|
|
2225
|
-
operationId: "project-list-project-memberships",
|
|
2226
|
-
};
|
|
2227
2059
|
/** List Projects belonging to the executing user. */
|
|
2228
2060
|
export const projectListProjects = {
|
|
2229
2061
|
path: "/v2/projects",
|
|
@@ -2236,12 +2068,6 @@ export const projectListServers = {
|
|
|
2236
2068
|
method: "GET",
|
|
2237
2069
|
operationId: "project-list-servers",
|
|
2238
2070
|
};
|
|
2239
|
-
/** Resend the mail for a ProjectInvite. */
|
|
2240
|
-
export const projectResendProjectInviteMail = {
|
|
2241
|
-
path: "/v2/project-invites/{projectInviteId}/actions/resend",
|
|
2242
|
-
method: "POST",
|
|
2243
|
-
operationId: "project-resend-project-invite-mail",
|
|
2244
|
-
};
|
|
2245
2071
|
/** Update a Project's description. */
|
|
2246
2072
|
export const projectUpdateProjectDescription = {
|
|
2247
2073
|
path: "/v2/projects/{projectId}/description",
|
|
@@ -2740,3 +2566,177 @@ export const verificationVerifyCompany = {
|
|
|
2740
2566
|
method: "POST",
|
|
2741
2567
|
operationId: "verification-verify-company",
|
|
2742
2568
|
};
|
|
2569
|
+
/** Get a CustomerInvite. */
|
|
2570
|
+
export const customerGetCustomerInvite = {
|
|
2571
|
+
path: "/v2/customer-invites/{customerInviteId}",
|
|
2572
|
+
method: "GET",
|
|
2573
|
+
operationId: "customer-get-customer-invite",
|
|
2574
|
+
};
|
|
2575
|
+
/** Delete a CustomerInvite. */
|
|
2576
|
+
export const customerDeleteCustomerInvite = {
|
|
2577
|
+
path: "/v2/customer-invites/{customerInviteId}",
|
|
2578
|
+
method: "DELETE",
|
|
2579
|
+
operationId: "customer-delete-customer-invite",
|
|
2580
|
+
};
|
|
2581
|
+
/** Get a CustomerMembership. */
|
|
2582
|
+
export const customerGetCustomerMembership = {
|
|
2583
|
+
path: "/v2/customer-memberships/{customerMembershipId}",
|
|
2584
|
+
method: "GET",
|
|
2585
|
+
operationId: "customer-get-customer-membership",
|
|
2586
|
+
};
|
|
2587
|
+
/** Delete a CustomerMembership. */
|
|
2588
|
+
export const customerDeleteCustomerMembership = {
|
|
2589
|
+
path: "/v2/customer-memberships/{customerMembershipId}",
|
|
2590
|
+
method: "DELETE",
|
|
2591
|
+
operationId: "customer-delete-customer-membership",
|
|
2592
|
+
};
|
|
2593
|
+
/** Update a CustomerMembership. */
|
|
2594
|
+
export const customerUpdateCustomerMembership = {
|
|
2595
|
+
path: "/v2/customer-memberships/{customerMembershipId}",
|
|
2596
|
+
method: "PATCH",
|
|
2597
|
+
operationId: "customer-update-customer-membership",
|
|
2598
|
+
};
|
|
2599
|
+
/** Resend the mail for a ProjectInvite. */
|
|
2600
|
+
export const projectResendProjectInviteMail = {
|
|
2601
|
+
path: "/v2/project-invites/{projectInviteId}/actions/resend",
|
|
2602
|
+
method: "POST",
|
|
2603
|
+
operationId: "project-resend-project-invite-mail",
|
|
2604
|
+
};
|
|
2605
|
+
/** Get a ProjectInvite. */
|
|
2606
|
+
export const projectGetProjectInvite = {
|
|
2607
|
+
path: "/v2/project-invites/{projectInviteId}",
|
|
2608
|
+
method: "GET",
|
|
2609
|
+
operationId: "project-get-project-invite",
|
|
2610
|
+
};
|
|
2611
|
+
/** Delete a ProjectInvite. */
|
|
2612
|
+
export const projectDeleteProjectInvite = {
|
|
2613
|
+
path: "/v2/project-invites/{projectInviteId}",
|
|
2614
|
+
method: "DELETE",
|
|
2615
|
+
operationId: "project-delete-project-invite",
|
|
2616
|
+
};
|
|
2617
|
+
/** List Invites belonging to a Customer. */
|
|
2618
|
+
export const customerListInvitesForCustomer = {
|
|
2619
|
+
path: "/v2/customers/{customerId}/invites",
|
|
2620
|
+
method: "GET",
|
|
2621
|
+
operationId: "customer-list-invites-for-customer",
|
|
2622
|
+
};
|
|
2623
|
+
/** Create a CustomerInvite. */
|
|
2624
|
+
export const customerCreateCustomerInvite = {
|
|
2625
|
+
path: "/v2/customers/{customerId}/invites",
|
|
2626
|
+
method: "POST",
|
|
2627
|
+
operationId: "customer-create-customer-invite",
|
|
2628
|
+
};
|
|
2629
|
+
/** Accept a CustomerInvite. */
|
|
2630
|
+
export const customerAcceptCustomerInvite = {
|
|
2631
|
+
path: "/v2/customer-invites/{customerInviteId}/actions/accept",
|
|
2632
|
+
method: "POST",
|
|
2633
|
+
operationId: "customer-accept-customer-invite",
|
|
2634
|
+
};
|
|
2635
|
+
/** Get a CustomerInvite by token. */
|
|
2636
|
+
export const customerGetCustomerTokenInvite = {
|
|
2637
|
+
path: "/v2/customer-token-invite",
|
|
2638
|
+
method: "GET",
|
|
2639
|
+
operationId: "customer-get-customer-token-invite",
|
|
2640
|
+
};
|
|
2641
|
+
/** Decline a CustomerInvite. */
|
|
2642
|
+
export const customerDeclineCustomerInvite = {
|
|
2643
|
+
path: "/v2/customer-invites/{customerInviteId}/actions/decline",
|
|
2644
|
+
method: "POST",
|
|
2645
|
+
operationId: "customer-decline-customer-invite",
|
|
2646
|
+
};
|
|
2647
|
+
/** Decline a ProjectInvite. */
|
|
2648
|
+
export const projectDeclineProjectInvite = {
|
|
2649
|
+
path: "/v2/project-invites/{projectInviteId}/actions/decline",
|
|
2650
|
+
method: "POST",
|
|
2651
|
+
operationId: "project-decline-project-invite",
|
|
2652
|
+
};
|
|
2653
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
2654
|
+
export const customerListCustomerMemberships = {
|
|
2655
|
+
path: "/v2/customer-memberships",
|
|
2656
|
+
method: "GET",
|
|
2657
|
+
operationId: "customer-list-customer-memberships",
|
|
2658
|
+
};
|
|
2659
|
+
/** Get the executing user's membership in a Project. */
|
|
2660
|
+
export const projectGetSelfMembershipForProject = {
|
|
2661
|
+
path: "/v2/projects/{projectId}/memberships/self",
|
|
2662
|
+
method: "GET",
|
|
2663
|
+
operationId: "project-get-self-membership-for-project",
|
|
2664
|
+
};
|
|
2665
|
+
/** Accept a ProjectInvite. */
|
|
2666
|
+
export const projectAcceptProjectInvite = {
|
|
2667
|
+
path: "/v2/project-invites/{projectInviteId}/actions/accept",
|
|
2668
|
+
method: "POST",
|
|
2669
|
+
operationId: "project-accept-project-invite",
|
|
2670
|
+
};
|
|
2671
|
+
/** Get a ProjectMembership */
|
|
2672
|
+
export const projectGetProjectMembership = {
|
|
2673
|
+
path: "/v2/project-memberships/{projectMembershipId}",
|
|
2674
|
+
method: "GET",
|
|
2675
|
+
operationId: "project-get-project-membership",
|
|
2676
|
+
};
|
|
2677
|
+
/** Delete a ProjectMembership. */
|
|
2678
|
+
export const projectDeleteProjectMembership = {
|
|
2679
|
+
path: "/v2/project-memberships/{projectMembershipId}",
|
|
2680
|
+
method: "DELETE",
|
|
2681
|
+
operationId: "project-delete-project-membership",
|
|
2682
|
+
};
|
|
2683
|
+
/** Update a ProjectMembership. */
|
|
2684
|
+
export const projectUpdateProjectMembership = {
|
|
2685
|
+
path: "/v2/project-memberships/{projectMembershipId}",
|
|
2686
|
+
method: "PATCH",
|
|
2687
|
+
operationId: "project-update-project-membership",
|
|
2688
|
+
};
|
|
2689
|
+
/** List Memberships belonging to a Customer. */
|
|
2690
|
+
export const customerListMembershipsForCustomer = {
|
|
2691
|
+
path: "/v2/customers/{customerId}/memberships",
|
|
2692
|
+
method: "GET",
|
|
2693
|
+
operationId: "customer-list-memberships-for-customer",
|
|
2694
|
+
};
|
|
2695
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
2696
|
+
export const customerListCustomerInvites = {
|
|
2697
|
+
path: "/v2/customer-invites",
|
|
2698
|
+
method: "GET",
|
|
2699
|
+
operationId: "customer-list-customer-invites",
|
|
2700
|
+
};
|
|
2701
|
+
/** List Invites belonging to a Project. */
|
|
2702
|
+
export const projectListInvitesForProject = {
|
|
2703
|
+
path: "/v2/projects/{projectId}/invites",
|
|
2704
|
+
method: "GET",
|
|
2705
|
+
operationId: "project-list-invites-for-project",
|
|
2706
|
+
};
|
|
2707
|
+
/** Create a ProjectInvite. */
|
|
2708
|
+
export const projectCreateProjectInvite = {
|
|
2709
|
+
path: "/v2/projects/{projectId}/invites",
|
|
2710
|
+
method: "POST",
|
|
2711
|
+
operationId: "project-create-project-invite",
|
|
2712
|
+
};
|
|
2713
|
+
/** Get a ProjectInvite by token. */
|
|
2714
|
+
export const projectGetProjectTokenInvite = {
|
|
2715
|
+
path: "/v2/project-token-invite",
|
|
2716
|
+
method: "GET",
|
|
2717
|
+
operationId: "project-get-project-token-invite",
|
|
2718
|
+
};
|
|
2719
|
+
/** List ProjectMemberships belonging to the executing user. */
|
|
2720
|
+
export const projectListProjectMemberships = {
|
|
2721
|
+
path: "/v2/project-memberships",
|
|
2722
|
+
method: "GET",
|
|
2723
|
+
operationId: "project-list-project-memberships",
|
|
2724
|
+
};
|
|
2725
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
2726
|
+
export const projectListProjectInvites = {
|
|
2727
|
+
path: "/v2/project-invites",
|
|
2728
|
+
method: "GET",
|
|
2729
|
+
operationId: "project-list-project-invites",
|
|
2730
|
+
};
|
|
2731
|
+
/** List Memberships belonging to a Project. */
|
|
2732
|
+
export const projectListMembershipsForProject = {
|
|
2733
|
+
path: "/v2/projects/{projectId}/memberships",
|
|
2734
|
+
method: "GET",
|
|
2735
|
+
operationId: "project-list-memberships-for-project",
|
|
2736
|
+
};
|
|
2737
|
+
/** Resend the mail for a CustomerInvite. */
|
|
2738
|
+
export const customerResendCustomerInviteMail = {
|
|
2739
|
+
path: "/v2/customer-invites/{customerInviteId}/actions/resend",
|
|
2740
|
+
method: "POST",
|
|
2741
|
+
operationId: "customer-resend-customer-invite-mail",
|
|
2742
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.329.0';
|