Skip to content

Commit

Permalink
[backend] rebase (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Nov 22, 2023
1 parent e4b4c3c commit 89276b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10008,7 +10008,6 @@ input WorkspaceDuplicateInput {
description: String
manifest: String
tags: [String]
authorized_members: [MemberAccessInput!]
}

type MalwareAnalysis implements BasicObject & StixCoreObject & StixDomainObject & StixObject {
Expand Down
1 change: 0 additions & 1 deletion opencti-platform/opencti-graphql/src/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26777,7 +26777,6 @@ export type WorkspaceConnection = {
};

export type WorkspaceDuplicateInput = {
authorized_members?: InputMaybe<Array<MemberAccessInput>>;
description?: InputMaybe<Scalars['String']['input']>;
manifest?: InputMaybe<Scalars['String']['input']>;
name: Scalars['String']['input'];
Expand Down

0 comments on commit 89276b2

Please sign in to comment.