@mittwald/api-client 0.0.0-development-cabf11e-20250918 → 0.0.0-development-13c5a2b-20250924
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 +26 -26
- package/dist/esm/generated/v2/client.js +60 -58
- package/dist/esm/generated/v2/descriptors.js +188 -182
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +214 -213
- package/dist/types/generated/v2/client.d.ts +1771 -1720
- package/dist/types/generated/v2/descriptors.d.ts +64 -62
- package/dist/types/generated/v2/types.d.ts +5097 -5041
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -188,28 +188,28 @@ const buildCronjobApi = (baseClient) => ({
|
|
|
188
188
|
getExecution: new ApiCallAsyncResourceFactory(descriptors.cronjobGetExecution, baseClient.cronjob.getExecution).getApiResource,
|
|
189
189
|
});
|
|
190
190
|
const buildCustomerApi = (baseClient) => ({
|
|
191
|
+
/** List Invites belonging to a Customer. */
|
|
192
|
+
listInvitesForCustomer: new ApiCallAsyncResourceFactory(descriptors.customerListInvitesForCustomer, baseClient.customer.listInvitesForCustomer).getApiResource,
|
|
191
193
|
/** Get all customer profiles the authenticated user has access to. */
|
|
192
194
|
listCustomers: new ApiCallAsyncResourceFactory(descriptors.customerListCustomers, baseClient.customer.listCustomers).getApiResource,
|
|
193
195
|
/** Gets the Wallet of the Customer. */
|
|
194
196
|
getWallet: new ApiCallAsyncResourceFactory(descriptors.customerGetWallet, baseClient.customer.getWallet).getApiResource,
|
|
197
|
+
/** Get a CustomerInvite. */
|
|
198
|
+
getCustomerInvite: new ApiCallAsyncResourceFactory(descriptors.customerGetCustomerInvite, baseClient.customer.getCustomerInvite).getApiResource,
|
|
199
|
+
/** Get a CustomerMembership. */
|
|
200
|
+
getCustomerMembership: new ApiCallAsyncResourceFactory(descriptors.customerGetCustomerMembership, baseClient.customer.getCustomerMembership).getApiResource,
|
|
195
201
|
/** Get a customer profile. */
|
|
196
202
|
getCustomer: new ApiCallAsyncResourceFactory(descriptors.customerGetCustomer, baseClient.customer.getCustomer).getApiResource,
|
|
203
|
+
/** Get a CustomerInvite by token. */
|
|
204
|
+
getCustomerTokenInvite: new ApiCallAsyncResourceFactory(descriptors.customerGetCustomerTokenInvite, baseClient.customer.getCustomerTokenInvite).getApiResource,
|
|
197
205
|
/** Check if the customer profile has a valid contract partner configured. */
|
|
198
206
|
isCustomerLegallyCompetent: new ApiCallAsyncResourceFactory(descriptors.customerIsCustomerLegallyCompetent, baseClient.customer.isCustomerLegallyCompetent).getApiResource,
|
|
199
|
-
/**
|
|
200
|
-
|
|
201
|
-
/** Get a CustomerInvite. */
|
|
202
|
-
getCustomerInvite: new ApiCallAsyncResourceFactory(descriptors.customerGetCustomerInvite, baseClient.customer.getCustomerInvite).getApiResource,
|
|
207
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
208
|
+
listCustomerInvites: new ApiCallAsyncResourceFactory(descriptors.customerListCustomerInvites, baseClient.customer.listCustomerInvites).getApiResource,
|
|
203
209
|
/** List CustomerMemberships belonging to the executing user. */
|
|
204
210
|
listCustomerMemberships: new ApiCallAsyncResourceFactory(descriptors.customerListCustomerMemberships, baseClient.customer.listCustomerMemberships).getApiResource,
|
|
205
|
-
/** List Invites belonging to a Customer. */
|
|
206
|
-
listInvitesForCustomer: new ApiCallAsyncResourceFactory(descriptors.customerListInvitesForCustomer, baseClient.customer.listInvitesForCustomer).getApiResource,
|
|
207
|
-
/** Get a CustomerInvite by token. */
|
|
208
|
-
getCustomerTokenInvite: new ApiCallAsyncResourceFactory(descriptors.customerGetCustomerTokenInvite, baseClient.customer.getCustomerTokenInvite).getApiResource,
|
|
209
211
|
/** List Memberships belonging to a Customer. */
|
|
210
212
|
listMembershipsForCustomer: new ApiCallAsyncResourceFactory(descriptors.customerListMembershipsForCustomer, baseClient.customer.listMembershipsForCustomer).getApiResource,
|
|
211
|
-
/** List CustomerInvites belonging to the executing user. */
|
|
212
|
-
listCustomerInvites: new ApiCallAsyncResourceFactory(descriptors.customerListCustomerInvites, baseClient.customer.listCustomerInvites).getApiResource,
|
|
213
213
|
});
|
|
214
214
|
const buildDatabaseApi = (baseClient) => ({
|
|
215
215
|
/** List MySQLDatabases belonging to a Project. */
|
|
@@ -370,12 +370,28 @@ const buildUserApi = (baseClient) => ({
|
|
|
370
370
|
const buildProjectApi = (baseClient) => ({
|
|
371
371
|
/** Get a list of already created llm licences. */
|
|
372
372
|
getLlmLicencesExperimental: new ApiCallAsyncResourceFactory(descriptors.projectGetLlmLicencesExperimental, baseClient.project.getLlmLicencesExperimental).getApiResource,
|
|
373
|
+
/** List Invites belonging to a Project. */
|
|
374
|
+
listInvitesForProject: new ApiCallAsyncResourceFactory(descriptors.projectListInvitesForProject, baseClient.project.listInvitesForProject).getApiResource,
|
|
375
|
+
/** Get a ProjectInvite. */
|
|
376
|
+
getProjectInvite: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectInvite, baseClient.project.getProjectInvite).getApiResource,
|
|
377
|
+
/** Get a ProjectMembership */
|
|
378
|
+
getProjectMembership: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectMembership, baseClient.project.getProjectMembership).getApiResource,
|
|
373
379
|
/** Get a Project. */
|
|
374
380
|
getProject: new ApiCallAsyncResourceFactory(descriptors.projectGetProject, baseClient.project.getProject).getApiResource,
|
|
375
381
|
/** Get a licence of a project. */
|
|
376
382
|
getLlmLicenceExperimental: new ApiCallAsyncResourceFactory(descriptors.projectGetLlmLicenceExperimental, baseClient.project.getLlmLicenceExperimental).getApiResource,
|
|
383
|
+
/** Get a ProjectInvite by token. */
|
|
384
|
+
getProjectTokenInvite: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectTokenInvite, baseClient.project.getProjectTokenInvite).getApiResource,
|
|
385
|
+
/** Get the executing user's membership in a Project. */
|
|
386
|
+
getSelfMembershipForProject: new ApiCallAsyncResourceFactory(descriptors.projectGetSelfMembershipForProject, baseClient.project.getSelfMembershipForProject).getApiResource,
|
|
377
387
|
/** Get a Server. */
|
|
378
388
|
getServer: new ApiCallAsyncResourceFactory(descriptors.projectGetServer, baseClient.project.getServer).getApiResource,
|
|
389
|
+
/** List Memberships belonging to a Project. */
|
|
390
|
+
listMembershipsForProject: new ApiCallAsyncResourceFactory(descriptors.projectListMembershipsForProject, baseClient.project.listMembershipsForProject).getApiResource,
|
|
391
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
392
|
+
listProjectInvites: new ApiCallAsyncResourceFactory(descriptors.projectListProjectInvites, baseClient.project.listProjectInvites).getApiResource,
|
|
393
|
+
/** List ProjectMemberships belonging to the executing user. */
|
|
394
|
+
listProjectMemberships: new ApiCallAsyncResourceFactory(descriptors.projectListProjectMemberships, baseClient.project.listProjectMemberships).getApiResource,
|
|
379
395
|
/** List Projects belonging to the executing user. */
|
|
380
396
|
listProjects: new ApiCallAsyncResourceFactory(descriptors.projectListProjects, baseClient.project.listProjects).getApiResource,
|
|
381
397
|
/** List Servers belonging to the executing user. */
|
|
@@ -384,22 +400,6 @@ const buildProjectApi = (baseClient) => ({
|
|
|
384
400
|
storagespaceGetProjectStatistics: new ApiCallAsyncResourceFactory(descriptors.storagespaceGetProjectStatistics, baseClient.project.storagespaceGetProjectStatistics).getApiResource,
|
|
385
401
|
/** Get storage space Statistics belonging to a Server. */
|
|
386
402
|
storagespaceGetServerStatistics: new ApiCallAsyncResourceFactory(descriptors.storagespaceGetServerStatistics, baseClient.project.storagespaceGetServerStatistics).getApiResource,
|
|
387
|
-
/** Get a ProjectInvite by token. */
|
|
388
|
-
getProjectTokenInvite: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectTokenInvite, baseClient.project.getProjectTokenInvite).getApiResource,
|
|
389
|
-
/** List ProjectMemberships belonging to the executing user. */
|
|
390
|
-
listProjectMemberships: new ApiCallAsyncResourceFactory(descriptors.projectListProjectMemberships, baseClient.project.listProjectMemberships).getApiResource,
|
|
391
|
-
/** Get a ProjectMembership */
|
|
392
|
-
getProjectMembership: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectMembership, baseClient.project.getProjectMembership).getApiResource,
|
|
393
|
-
/** Get a ProjectInvite. */
|
|
394
|
-
getProjectInvite: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectInvite, baseClient.project.getProjectInvite).getApiResource,
|
|
395
|
-
/** Get the executing user's membership in a Project. */
|
|
396
|
-
getSelfMembershipForProject: new ApiCallAsyncResourceFactory(descriptors.projectGetSelfMembershipForProject, baseClient.project.getSelfMembershipForProject).getApiResource,
|
|
397
|
-
/** List ProjectInvites belonging to the executing user. */
|
|
398
|
-
listProjectInvites: new ApiCallAsyncResourceFactory(descriptors.projectListProjectInvites, baseClient.project.listProjectInvites).getApiResource,
|
|
399
|
-
/** List Invites belonging to a Project. */
|
|
400
|
-
listInvitesForProject: new ApiCallAsyncResourceFactory(descriptors.projectListInvitesForProject, baseClient.project.listInvitesForProject).getApiResource,
|
|
401
|
-
/** List Memberships belonging to a Project. */
|
|
402
|
-
listMembershipsForProject: new ApiCallAsyncResourceFactory(descriptors.projectListMembershipsForProject, baseClient.project.listMembershipsForProject).getApiResource,
|
|
403
403
|
});
|
|
404
404
|
const buildProjectFileSystemApi = (baseClient) => ({
|
|
405
405
|
/** List directories belonging to a Project. */
|
|
@@ -86,12 +86,12 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
86
86
|
getProjectBackup: this.requestFunctionFactory(descriptors.backupGetProjectBackup),
|
|
87
87
|
/** Delete a ProjectBackup. */
|
|
88
88
|
deleteProjectBackup: this.requestFunctionFactory(descriptors.backupDeleteProjectBackup),
|
|
89
|
+
/** Change the description of a ProjectBackup. */
|
|
90
|
+
updateProjectBackupDescription: this.requestFunctionFactory(descriptors.backupUpdateProjectBackupDescription),
|
|
89
91
|
/** Get table of contents for a Project Backup. */
|
|
90
92
|
getProjectBackupToc: this.requestFunctionFactory(descriptors.backupGetProjectBackupToc),
|
|
91
93
|
/** Restore a ProjectBackup's path. */
|
|
92
94
|
requestProjectBackupRestorePath: this.requestFunctionFactory(descriptors.backupRequestProjectBackupRestorePath),
|
|
93
|
-
/** Change the description of a ProjectBackup. */
|
|
94
|
-
updateProjectBackupDescription: this.requestFunctionFactory(descriptors.backupUpdateProjectBackupDescription),
|
|
95
95
|
};
|
|
96
96
|
/** The container API allows you to manage your stacks, containers, volumes and registries. */
|
|
97
97
|
container = {
|
|
@@ -231,6 +231,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
231
231
|
contributorRequestDeviatingContributorAvatarUpload: this.requestFunctionFactory(descriptors.contributorRequestDeviatingContributorAvatarUpload),
|
|
232
232
|
/** Delete deviating contributor avatar und return to the inherited customer avatar. */
|
|
233
233
|
contributorResetContributorAvatar: this.requestFunctionFactory(descriptors.contributorResetContributorAvatar),
|
|
234
|
+
/** Start the verification process of a contributor. */
|
|
235
|
+
contributorRequestVerification: this.requestFunctionFactory(descriptors.contributorRequestVerification),
|
|
234
236
|
/** Rotate the secret for an extension instance. */
|
|
235
237
|
contributorRotateSecretForExtensionInstance: this.requestFunctionFactory(descriptors.contributorRotateSecretForExtensionInstance),
|
|
236
238
|
/** Authenticate your external application using the extensionInstanceSecret. */
|
|
@@ -378,6 +380,12 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
378
380
|
};
|
|
379
381
|
/** The customer API allows you to manage your own organizations and users. */
|
|
380
382
|
customer = {
|
|
383
|
+
/** Accept a CustomerInvite. */
|
|
384
|
+
acceptCustomerInvite: this.requestFunctionFactory(descriptors.customerAcceptCustomerInvite),
|
|
385
|
+
/** List Invites belonging to a Customer. */
|
|
386
|
+
listInvitesForCustomer: this.requestFunctionFactory(descriptors.customerListInvitesForCustomer),
|
|
387
|
+
/** Create a CustomerInvite. */
|
|
388
|
+
createCustomerInvite: this.requestFunctionFactory(descriptors.customerCreateCustomerInvite),
|
|
381
389
|
/** Get all customer profiles the authenticated user has access to. */
|
|
382
390
|
listCustomers: this.requestFunctionFactory(descriptors.customerListCustomers),
|
|
383
391
|
/** Create a new customer profile. */
|
|
@@ -388,46 +396,40 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
388
396
|
getWallet: this.requestFunctionFactory(descriptors.customerGetWallet),
|
|
389
397
|
/** Create the Wallet for the Customer. */
|
|
390
398
|
createWallet: this.requestFunctionFactory(descriptors.customerCreateWallet),
|
|
399
|
+
/** Decline a CustomerInvite. */
|
|
400
|
+
declineCustomerInvite: this.requestFunctionFactory(descriptors.customerDeclineCustomerInvite),
|
|
401
|
+
/** Get a CustomerInvite. */
|
|
402
|
+
getCustomerInvite: this.requestFunctionFactory(descriptors.customerGetCustomerInvite),
|
|
403
|
+
/** Delete a CustomerInvite. */
|
|
404
|
+
deleteCustomerInvite: this.requestFunctionFactory(descriptors.customerDeleteCustomerInvite),
|
|
405
|
+
/** Get a CustomerMembership. */
|
|
406
|
+
getCustomerMembership: this.requestFunctionFactory(descriptors.customerGetCustomerMembership),
|
|
407
|
+
/** Delete a CustomerMembership. */
|
|
408
|
+
deleteCustomerMembership: this.requestFunctionFactory(descriptors.customerDeleteCustomerMembership),
|
|
409
|
+
/** Update a CustomerMembership. */
|
|
410
|
+
updateCustomerMembership: this.requestFunctionFactory(descriptors.customerUpdateCustomerMembership),
|
|
391
411
|
/** Get a customer profile. */
|
|
392
412
|
getCustomer: this.requestFunctionFactory(descriptors.customerGetCustomer),
|
|
393
413
|
/** Update a customer profile. */
|
|
394
414
|
updateCustomer: this.requestFunctionFactory(descriptors.customerUpdateCustomer),
|
|
395
415
|
/** Delete a customer profile. */
|
|
396
416
|
deleteCustomer: this.requestFunctionFactory(descriptors.customerDeleteCustomer),
|
|
417
|
+
/** Get a CustomerInvite by token. */
|
|
418
|
+
getCustomerTokenInvite: this.requestFunctionFactory(descriptors.customerGetCustomerTokenInvite),
|
|
397
419
|
/** Check if the customer profile has a valid contract partner configured. */
|
|
398
420
|
isCustomerLegallyCompetent: this.requestFunctionFactory(descriptors.customerIsCustomerLegallyCompetent),
|
|
421
|
+
/** List CustomerInvites belonging to the executing user. */
|
|
422
|
+
listCustomerInvites: this.requestFunctionFactory(descriptors.customerListCustomerInvites),
|
|
423
|
+
/** List CustomerMemberships belonging to the executing user. */
|
|
424
|
+
listCustomerMemberships: this.requestFunctionFactory(descriptors.customerListCustomerMemberships),
|
|
425
|
+
/** List Memberships belonging to a Customer. */
|
|
426
|
+
listMembershipsForCustomer: this.requestFunctionFactory(descriptors.customerListMembershipsForCustomer),
|
|
399
427
|
/** Request a new avatar upload for the customer profile. */
|
|
400
428
|
requestAvatarUpload: this.requestFunctionFactory(descriptors.customerRequestAvatarUpload),
|
|
401
429
|
/** Remove the avatar picture of the customer profile. */
|
|
402
430
|
removeAvatar: this.requestFunctionFactory(descriptors.customerRemoveAvatar),
|
|
403
|
-
/** Get a CustomerMembership. */
|
|
404
|
-
getCustomerMembership: this.requestFunctionFactory(descriptors.customerGetCustomerMembership),
|
|
405
|
-
/** Delete a CustomerMembership. */
|
|
406
|
-
deleteCustomerMembership: this.requestFunctionFactory(descriptors.customerDeleteCustomerMembership),
|
|
407
|
-
/** Update a CustomerMembership. */
|
|
408
|
-
updateCustomerMembership: this.requestFunctionFactory(descriptors.customerUpdateCustomerMembership),
|
|
409
431
|
/** Resend the mail for a CustomerInvite. */
|
|
410
432
|
resendCustomerInviteMail: this.requestFunctionFactory(descriptors.customerResendCustomerInviteMail),
|
|
411
|
-
/** Accept a CustomerInvite. */
|
|
412
|
-
acceptCustomerInvite: this.requestFunctionFactory(descriptors.customerAcceptCustomerInvite),
|
|
413
|
-
/** Get a CustomerInvite. */
|
|
414
|
-
getCustomerInvite: this.requestFunctionFactory(descriptors.customerGetCustomerInvite),
|
|
415
|
-
/** Delete a CustomerInvite. */
|
|
416
|
-
deleteCustomerInvite: this.requestFunctionFactory(descriptors.customerDeleteCustomerInvite),
|
|
417
|
-
/** Decline a CustomerInvite. */
|
|
418
|
-
declineCustomerInvite: this.requestFunctionFactory(descriptors.customerDeclineCustomerInvite),
|
|
419
|
-
/** List CustomerMemberships belonging to the executing user. */
|
|
420
|
-
listCustomerMemberships: this.requestFunctionFactory(descriptors.customerListCustomerMemberships),
|
|
421
|
-
/** List Invites belonging to a Customer. */
|
|
422
|
-
listInvitesForCustomer: this.requestFunctionFactory(descriptors.customerListInvitesForCustomer),
|
|
423
|
-
/** Create a CustomerInvite. */
|
|
424
|
-
createCustomerInvite: this.requestFunctionFactory(descriptors.customerCreateCustomerInvite),
|
|
425
|
-
/** Get a CustomerInvite by token. */
|
|
426
|
-
getCustomerTokenInvite: this.requestFunctionFactory(descriptors.customerGetCustomerTokenInvite),
|
|
427
|
-
/** List Memberships belonging to a Customer. */
|
|
428
|
-
listMembershipsForCustomer: this.requestFunctionFactory(descriptors.customerListMembershipsForCustomer),
|
|
429
|
-
/** List CustomerInvites belonging to the executing user. */
|
|
430
|
-
listCustomerInvites: this.requestFunctionFactory(descriptors.customerListCustomerInvites),
|
|
431
433
|
};
|
|
432
434
|
/** The database API allows you to manage your databases, like MySQL and Redis databases. */
|
|
433
435
|
database = {
|
|
@@ -816,16 +818,34 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
816
818
|
};
|
|
817
819
|
/** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
|
|
818
820
|
project = {
|
|
821
|
+
/** Accept a ProjectInvite. */
|
|
822
|
+
acceptProjectInvite: this.requestFunctionFactory(descriptors.projectAcceptProjectInvite),
|
|
819
823
|
/** Get a list of already created llm licences. */
|
|
820
824
|
getLlmLicencesExperimental: this.requestFunctionFactory(descriptors.projectGetLlmLicencesExperimental),
|
|
821
825
|
/** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
|
|
822
826
|
createLlmBetaLicenceExperimental: this.requestFunctionFactory(descriptors.projectCreateLlmBetaLicenceExperimental),
|
|
827
|
+
/** List Invites belonging to a Project. */
|
|
828
|
+
listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
|
|
829
|
+
/** Create a ProjectInvite. */
|
|
830
|
+
createProjectInvite: this.requestFunctionFactory(descriptors.projectCreateProjectInvite),
|
|
823
831
|
/** Create a Project belonging to a Server. */
|
|
824
832
|
createProject: this.requestFunctionFactory(descriptors.projectCreateProject),
|
|
833
|
+
/** Decline a ProjectInvite. */
|
|
834
|
+
declineProjectInvite: this.requestFunctionFactory(descriptors.projectDeclineProjectInvite),
|
|
825
835
|
/** Request a Project avatar upload. */
|
|
826
836
|
requestProjectAvatarUpload: this.requestFunctionFactory(descriptors.projectRequestProjectAvatarUpload),
|
|
827
837
|
/** Delete a Project's avatar. */
|
|
828
838
|
deleteProjectAvatar: this.requestFunctionFactory(descriptors.projectDeleteProjectAvatar),
|
|
839
|
+
/** Get a ProjectInvite. */
|
|
840
|
+
getProjectInvite: this.requestFunctionFactory(descriptors.projectGetProjectInvite),
|
|
841
|
+
/** Delete a ProjectInvite. */
|
|
842
|
+
deleteProjectInvite: this.requestFunctionFactory(descriptors.projectDeleteProjectInvite),
|
|
843
|
+
/** Get a ProjectMembership */
|
|
844
|
+
getProjectMembership: this.requestFunctionFactory(descriptors.projectGetProjectMembership),
|
|
845
|
+
/** Delete a ProjectMembership. */
|
|
846
|
+
deleteProjectMembership: this.requestFunctionFactory(descriptors.projectDeleteProjectMembership),
|
|
847
|
+
/** Update a ProjectMembership. */
|
|
848
|
+
updateProjectMembership: this.requestFunctionFactory(descriptors.projectUpdateProjectMembership),
|
|
829
849
|
/** Get a Project. */
|
|
830
850
|
getProject: this.requestFunctionFactory(descriptors.projectGetProject),
|
|
831
851
|
/** Delete a Project. */
|
|
@@ -838,12 +858,24 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
838
858
|
getLlmLicenceExperimental: this.requestFunctionFactory(descriptors.projectGetLlmLicenceExperimental),
|
|
839
859
|
/** Update a llm Licence for a project. */
|
|
840
860
|
updateLlmLicenceExperimental: this.requestFunctionFactory(descriptors.projectUpdateLlmLicenceExperimental),
|
|
861
|
+
/** Get a ProjectInvite by token. */
|
|
862
|
+
getProjectTokenInvite: this.requestFunctionFactory(descriptors.projectGetProjectTokenInvite),
|
|
863
|
+
/** Get the executing user's membership in a Project. */
|
|
864
|
+
getSelfMembershipForProject: this.requestFunctionFactory(descriptors.projectGetSelfMembershipForProject),
|
|
841
865
|
/** Get a Server. */
|
|
842
866
|
getServer: this.requestFunctionFactory(descriptors.projectGetServer),
|
|
867
|
+
/** List Memberships belonging to a Project. */
|
|
868
|
+
listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
|
|
869
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
870
|
+
listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
|
|
871
|
+
/** List ProjectMemberships belonging to the executing user. */
|
|
872
|
+
listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
|
|
843
873
|
/** List Projects belonging to the executing user. */
|
|
844
874
|
listProjects: this.requestFunctionFactory(descriptors.projectListProjects),
|
|
845
875
|
/** List Servers belonging to the executing user. */
|
|
846
876
|
listServers: this.requestFunctionFactory(descriptors.projectListServers),
|
|
877
|
+
/** Resend the mail for a ProjectInvite. */
|
|
878
|
+
resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
|
|
847
879
|
/** Update a Project's description. */
|
|
848
880
|
updateProjectDescription: this.requestFunctionFactory(descriptors.projectUpdateProjectDescription),
|
|
849
881
|
/** Update a Servers's description. */
|
|
@@ -856,36 +888,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
856
888
|
storagespaceReplaceProjectNotificationThreshold: this.requestFunctionFactory(descriptors.storagespaceReplaceProjectNotificationThreshold),
|
|
857
889
|
/** Update a Server's storage space notification threshold. */
|
|
858
890
|
storagespaceReplaceServerNotificationThreshold: this.requestFunctionFactory(descriptors.storagespaceReplaceServerNotificationThreshold),
|
|
859
|
-
/** Resend the mail for a ProjectInvite. */
|
|
860
|
-
resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
|
|
861
|
-
/** Accept a ProjectInvite. */
|
|
862
|
-
acceptProjectInvite: this.requestFunctionFactory(descriptors.projectAcceptProjectInvite),
|
|
863
|
-
/** Get a ProjectInvite by token. */
|
|
864
|
-
getProjectTokenInvite: this.requestFunctionFactory(descriptors.projectGetProjectTokenInvite),
|
|
865
|
-
/** List ProjectMemberships belonging to the executing user. */
|
|
866
|
-
listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
|
|
867
|
-
/** Decline a ProjectInvite. */
|
|
868
|
-
declineProjectInvite: this.requestFunctionFactory(descriptors.projectDeclineProjectInvite),
|
|
869
|
-
/** Get a ProjectMembership */
|
|
870
|
-
getProjectMembership: this.requestFunctionFactory(descriptors.projectGetProjectMembership),
|
|
871
|
-
/** Delete a ProjectMembership. */
|
|
872
|
-
deleteProjectMembership: this.requestFunctionFactory(descriptors.projectDeleteProjectMembership),
|
|
873
|
-
/** Update a ProjectMembership. */
|
|
874
|
-
updateProjectMembership: this.requestFunctionFactory(descriptors.projectUpdateProjectMembership),
|
|
875
|
-
/** Get a ProjectInvite. */
|
|
876
|
-
getProjectInvite: this.requestFunctionFactory(descriptors.projectGetProjectInvite),
|
|
877
|
-
/** Delete a ProjectInvite. */
|
|
878
|
-
deleteProjectInvite: this.requestFunctionFactory(descriptors.projectDeleteProjectInvite),
|
|
879
|
-
/** Get the executing user's membership in a Project. */
|
|
880
|
-
getSelfMembershipForProject: this.requestFunctionFactory(descriptors.projectGetSelfMembershipForProject),
|
|
881
|
-
/** List ProjectInvites belonging to the executing user. */
|
|
882
|
-
listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
|
|
883
|
-
/** List Invites belonging to a Project. */
|
|
884
|
-
listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
|
|
885
|
-
/** Create a ProjectInvite. */
|
|
886
|
-
createProjectInvite: this.requestFunctionFactory(descriptors.projectCreateProjectInvite),
|
|
887
|
-
/** List Memberships belonging to a Project. */
|
|
888
|
-
listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
|
|
889
891
|
};
|
|
890
892
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
891
893
|
projectFileSystem = {
|