We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725cbdb commit 5b1da58Copy full SHA for 5b1da58
packages/mittwald/spec/openapi.json
packages/mittwald/src/generated/v2/types.ts
@@ -7782,7 +7782,7 @@ export declare module MittwaldAPIV2 {
7782
7783
export interface MembershipCustomerInvite {
7784
/**
7785
- * Reference to the Project's avatar.
+ * Reference to the Customer's avatar.
7786
*/
7787
avatarRefId?: string;
7788
@@ -7876,10 +7876,6 @@ export declare module MittwaldAPIV2 {
7876
* ID of the user that created the invite.
7877
7878
invitedBy: string;
7879
- /**
7880
- * ID of the user this invite is for.
7881
- */
7882
- userId?: string;
7883
}
7884
7885
export interface MembershipProjectInvite {
0 commit comments