@mittwald/api-client 0.0.0-development-cabf11e-20250918 → 0.0.0-development-9dc255f-20250925
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 +28 -26
- package/dist/esm/generated/v2/client.js +62 -58
- package/dist/esm/generated/v2/descriptors.js +192 -180
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +219 -210
- package/dist/types/generated/v2/client.d.ts +1827 -1746
- package/dist/types/generated/v2/descriptors.d.ts +67 -63
- package/dist/types/generated/v2/types.d.ts +5104 -5021
- 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. */
|
|
@@ -316,6 +316,8 @@ const buildMailApi = (baseClient) => ({
|
|
|
316
316
|
const buildMiscApi = (baseClient) => ({
|
|
317
317
|
/** Get a list of currently active llm models. */
|
|
318
318
|
getLlmModelsExperimental: new ApiCallAsyncResourceFactory(descriptors.miscGetLlmModelsExperimental, baseClient.misc.getLlmModelsExperimental).getApiResource,
|
|
319
|
+
/** List valid time zones. */
|
|
320
|
+
ellaneousListTimeZones: new ApiCallAsyncResourceFactory(descriptors.miscellaneousListTimeZones, baseClient.misc.ellaneousListTimeZones).getApiResource,
|
|
319
321
|
});
|
|
320
322
|
const buildNotificationApi = (baseClient) => ({
|
|
321
323
|
/** Getting the subscription status of the subscription. */
|
|
@@ -370,12 +372,28 @@ const buildUserApi = (baseClient) => ({
|
|
|
370
372
|
const buildProjectApi = (baseClient) => ({
|
|
371
373
|
/** Get a list of already created llm licences. */
|
|
372
374
|
getLlmLicencesExperimental: new ApiCallAsyncResourceFactory(descriptors.projectGetLlmLicencesExperimental, baseClient.project.getLlmLicencesExperimental).getApiResource,
|
|
375
|
+
/** List Invites belonging to a Project. */
|
|
376
|
+
listInvitesForProject: new ApiCallAsyncResourceFactory(descriptors.projectListInvitesForProject, baseClient.project.listInvitesForProject).getApiResource,
|
|
377
|
+
/** Get a ProjectInvite. */
|
|
378
|
+
getProjectInvite: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectInvite, baseClient.project.getProjectInvite).getApiResource,
|
|
379
|
+
/** Get a ProjectMembership */
|
|
380
|
+
getProjectMembership: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectMembership, baseClient.project.getProjectMembership).getApiResource,
|
|
373
381
|
/** Get a Project. */
|
|
374
382
|
getProject: new ApiCallAsyncResourceFactory(descriptors.projectGetProject, baseClient.project.getProject).getApiResource,
|
|
375
383
|
/** Get a licence of a project. */
|
|
376
384
|
getLlmLicenceExperimental: new ApiCallAsyncResourceFactory(descriptors.projectGetLlmLicenceExperimental, baseClient.project.getLlmLicenceExperimental).getApiResource,
|
|
385
|
+
/** Get a ProjectInvite by token. */
|
|
386
|
+
getProjectTokenInvite: new ApiCallAsyncResourceFactory(descriptors.projectGetProjectTokenInvite, baseClient.project.getProjectTokenInvite).getApiResource,
|
|
387
|
+
/** Get the executing user's membership in a Project. */
|
|
388
|
+
getSelfMembershipForProject: new ApiCallAsyncResourceFactory(descriptors.projectGetSelfMembershipForProject, baseClient.project.getSelfMembershipForProject).getApiResource,
|
|
377
389
|
/** Get a Server. */
|
|
378
390
|
getServer: new ApiCallAsyncResourceFactory(descriptors.projectGetServer, baseClient.project.getServer).getApiResource,
|
|
391
|
+
/** List Memberships belonging to a Project. */
|
|
392
|
+
listMembershipsForProject: new ApiCallAsyncResourceFactory(descriptors.projectListMembershipsForProject, baseClient.project.listMembershipsForProject).getApiResource,
|
|
393
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
394
|
+
listProjectInvites: new ApiCallAsyncResourceFactory(descriptors.projectListProjectInvites, baseClient.project.listProjectInvites).getApiResource,
|
|
395
|
+
/** List ProjectMemberships belonging to the executing user. */
|
|
396
|
+
listProjectMemberships: new ApiCallAsyncResourceFactory(descriptors.projectListProjectMemberships, baseClient.project.listProjectMemberships).getApiResource,
|
|
379
397
|
/** List Projects belonging to the executing user. */
|
|
380
398
|
listProjects: new ApiCallAsyncResourceFactory(descriptors.projectListProjects, baseClient.project.listProjects).getApiResource,
|
|
381
399
|
/** List Servers belonging to the executing user. */
|
|
@@ -384,22 +402,6 @@ const buildProjectApi = (baseClient) => ({
|
|
|
384
402
|
storagespaceGetProjectStatistics: new ApiCallAsyncResourceFactory(descriptors.storagespaceGetProjectStatistics, baseClient.project.storagespaceGetProjectStatistics).getApiResource,
|
|
385
403
|
/** Get storage space Statistics belonging to a Server. */
|
|
386
404
|
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
405
|
});
|
|
404
406
|
const buildProjectFileSystemApi = (baseClient) => ({
|
|
405
407
|
/** 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 = {
|
|
@@ -802,6 +804,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
802
804
|
verificationVerifyAddress: this.requestFunctionFactory(descriptors.verificationVerifyAddress),
|
|
803
805
|
/** Check if a company exists. */
|
|
804
806
|
verificationVerifyCompany: this.requestFunctionFactory(descriptors.verificationVerifyCompany),
|
|
807
|
+
/** List valid time zones. */
|
|
808
|
+
ellaneousListTimeZones: this.requestFunctionFactory(descriptors.miscellaneousListTimeZones),
|
|
805
809
|
};
|
|
806
810
|
/** The page insights API allows you to get page insights information. */
|
|
807
811
|
pageInsights = {
|
|
@@ -816,16 +820,34 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
816
820
|
};
|
|
817
821
|
/** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
|
|
818
822
|
project = {
|
|
823
|
+
/** Accept a ProjectInvite. */
|
|
824
|
+
acceptProjectInvite: this.requestFunctionFactory(descriptors.projectAcceptProjectInvite),
|
|
819
825
|
/** Get a list of already created llm licences. */
|
|
820
826
|
getLlmLicencesExperimental: this.requestFunctionFactory(descriptors.projectGetLlmLicencesExperimental),
|
|
821
827
|
/** Creates a new llm beta Licence for a project. Will be purged on end of beta. */
|
|
822
828
|
createLlmBetaLicenceExperimental: this.requestFunctionFactory(descriptors.projectCreateLlmBetaLicenceExperimental),
|
|
829
|
+
/** List Invites belonging to a Project. */
|
|
830
|
+
listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
|
|
831
|
+
/** Create a ProjectInvite. */
|
|
832
|
+
createProjectInvite: this.requestFunctionFactory(descriptors.projectCreateProjectInvite),
|
|
823
833
|
/** Create a Project belonging to a Server. */
|
|
824
834
|
createProject: this.requestFunctionFactory(descriptors.projectCreateProject),
|
|
835
|
+
/** Decline a ProjectInvite. */
|
|
836
|
+
declineProjectInvite: this.requestFunctionFactory(descriptors.projectDeclineProjectInvite),
|
|
825
837
|
/** Request a Project avatar upload. */
|
|
826
838
|
requestProjectAvatarUpload: this.requestFunctionFactory(descriptors.projectRequestProjectAvatarUpload),
|
|
827
839
|
/** Delete a Project's avatar. */
|
|
828
840
|
deleteProjectAvatar: this.requestFunctionFactory(descriptors.projectDeleteProjectAvatar),
|
|
841
|
+
/** Get a ProjectInvite. */
|
|
842
|
+
getProjectInvite: this.requestFunctionFactory(descriptors.projectGetProjectInvite),
|
|
843
|
+
/** Delete a ProjectInvite. */
|
|
844
|
+
deleteProjectInvite: this.requestFunctionFactory(descriptors.projectDeleteProjectInvite),
|
|
845
|
+
/** Get a ProjectMembership */
|
|
846
|
+
getProjectMembership: this.requestFunctionFactory(descriptors.projectGetProjectMembership),
|
|
847
|
+
/** Delete a ProjectMembership. */
|
|
848
|
+
deleteProjectMembership: this.requestFunctionFactory(descriptors.projectDeleteProjectMembership),
|
|
849
|
+
/** Update a ProjectMembership. */
|
|
850
|
+
updateProjectMembership: this.requestFunctionFactory(descriptors.projectUpdateProjectMembership),
|
|
829
851
|
/** Get a Project. */
|
|
830
852
|
getProject: this.requestFunctionFactory(descriptors.projectGetProject),
|
|
831
853
|
/** Delete a Project. */
|
|
@@ -838,12 +860,24 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
838
860
|
getLlmLicenceExperimental: this.requestFunctionFactory(descriptors.projectGetLlmLicenceExperimental),
|
|
839
861
|
/** Update a llm Licence for a project. */
|
|
840
862
|
updateLlmLicenceExperimental: this.requestFunctionFactory(descriptors.projectUpdateLlmLicenceExperimental),
|
|
863
|
+
/** Get a ProjectInvite by token. */
|
|
864
|
+
getProjectTokenInvite: this.requestFunctionFactory(descriptors.projectGetProjectTokenInvite),
|
|
865
|
+
/** Get the executing user's membership in a Project. */
|
|
866
|
+
getSelfMembershipForProject: this.requestFunctionFactory(descriptors.projectGetSelfMembershipForProject),
|
|
841
867
|
/** Get a Server. */
|
|
842
868
|
getServer: this.requestFunctionFactory(descriptors.projectGetServer),
|
|
869
|
+
/** List Memberships belonging to a Project. */
|
|
870
|
+
listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
|
|
871
|
+
/** List ProjectInvites belonging to the executing user. */
|
|
872
|
+
listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
|
|
873
|
+
/** List ProjectMemberships belonging to the executing user. */
|
|
874
|
+
listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
|
|
843
875
|
/** List Projects belonging to the executing user. */
|
|
844
876
|
listProjects: this.requestFunctionFactory(descriptors.projectListProjects),
|
|
845
877
|
/** List Servers belonging to the executing user. */
|
|
846
878
|
listServers: this.requestFunctionFactory(descriptors.projectListServers),
|
|
879
|
+
/** Resend the mail for a ProjectInvite. */
|
|
880
|
+
resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
|
|
847
881
|
/** Update a Project's description. */
|
|
848
882
|
updateProjectDescription: this.requestFunctionFactory(descriptors.projectUpdateProjectDescription),
|
|
849
883
|
/** Update a Servers's description. */
|
|
@@ -856,36 +890,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
856
890
|
storagespaceReplaceProjectNotificationThreshold: this.requestFunctionFactory(descriptors.storagespaceReplaceProjectNotificationThreshold),
|
|
857
891
|
/** Update a Server's storage space notification threshold. */
|
|
858
892
|
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
893
|
};
|
|
890
894
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
891
895
|
projectFileSystem = {
|