File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,11 @@ import { createFirstBundleObjectRefinement } from '@/refinements/index.js';
2
2
import { z } from 'zod/v4' ;
3
3
import { createStixIdValidator } from '../common/stix-identifier.js' ;
4
4
import { createStixTypeValidator } from '../common/stix-type.js' ;
5
- import { type MarkingDefinition } from '../smo/marking-definition.schema.js' ;
6
- import { type Relationship } from '../sro/relationship.schema.js' ;
5
+ import {
6
+ markingDefinitionSchema ,
7
+ type MarkingDefinition ,
8
+ } from '../smo/marking-definition.schema.js' ;
9
+ import { relationshipSchema , type Relationship } from '../sro/relationship.schema.js' ;
7
10
import { type Analytic , analyticSchema } from './analytic.schema.js' ;
8
11
import { type Asset , assetSchema } from './asset.schema.js' ;
9
12
import { type Campaign , campaignSchema } from './campaign.schema.js' ;
You can’t perform that action at this time.
0 commit comments