We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14da1a0 commit e3cdfdbCopy full SHA for e3cdfdb
1 file changed
components/schema/src/mass-operation/topic.ts
@@ -6,6 +6,7 @@ export const CreateTopicOperationSchema = CreateTopicInputSchema.extend({
6
_ref: RefSchema.optional(),
7
intent: z.literal('topic/create'),
8
language: z.string(),
9
+ resourceIdentifier: ResourceIdentifierSchema.optional(),
10
});
11
export type CreateTopicOperation = z.infer<typeof CreateTopicOperationSchema>;
12
0 commit comments