Skip to content

Commit e3cdfdb

Browse files
committed
feat(schema): add resourceIdentifier to CreateTopicOperationSchema
1 parent 14da1a0 commit e3cdfdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • components/schema/src/mass-operation

components/schema/src/mass-operation/topic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const CreateTopicOperationSchema = CreateTopicInputSchema.extend({
66
_ref: RefSchema.optional(),
77
intent: z.literal('topic/create'),
88
language: z.string(),
9+
resourceIdentifier: ResourceIdentifierSchema.optional(),
910
});
1011
export type CreateTopicOperation = z.infer<typeof CreateTopicOperationSchema>;
1112

0 commit comments

Comments
 (0)