Skip to content

Commit 5b1da58

Browse files
feat: update generated client
1 parent 725cbdb commit 5b1da58

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

packages/mittwald/spec/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/mittwald/src/generated/v2/types.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7782,7 +7782,7 @@ export declare module MittwaldAPIV2 {
77827782

77837783
export interface MembershipCustomerInvite {
77847784
/**
7785-
* Reference to the Project's avatar.
7785+
* Reference to the Customer's avatar.
77867786
*/
77877787
avatarRefId?: string;
77887788
/**
@@ -7876,10 +7876,6 @@ export declare module MittwaldAPIV2 {
78767876
* ID of the user that created the invite.
78777877
*/
78787878
invitedBy: string;
7879-
/**
7880-
* ID of the user this invite is for.
7881-
*/
7882-
userId?: string;
78837879
}
78847880

78857881
export interface MembershipProjectInvite {

0 commit comments

Comments
 (0)