feat: just getting better and better
This commit is contained in:
2
frontend/src/api/schema.d.ts
vendored
2
frontend/src/api/schema.d.ts
vendored
@@ -913,7 +913,6 @@ export interface components {
|
||||
/** Format: guid */
|
||||
organizationId?: string;
|
||||
name?: string;
|
||||
slug?: string;
|
||||
logoUrl?: string | null;
|
||||
timeZone?: string;
|
||||
approvalMode?: string;
|
||||
@@ -943,7 +942,6 @@ export interface components {
|
||||
/** Format: guid */
|
||||
organizationId: string;
|
||||
name: string;
|
||||
slug: string;
|
||||
timeZone: string;
|
||||
};
|
||||
SocializeApiModulesWorkspacesHandlersWorkspaceInviteDto: {
|
||||
|
||||
Reference in New Issue
Block a user