Skip to content

Commit

Permalink
fix: Fix test no_extra_or_missing_schemas (#4671)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Murzin <[email protected]>
  • Loading branch information
dima74 authored May 31, 2024
1 parent bfffb7c commit 3ab24b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema/gen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ types!(
BTreeMap<AssetId, Asset>,
BTreeMap<Name, MetadataValueBox>,
BTreeSet<Permission>,
BTreeSet<PermissionId>,
BTreeSet<SignatureWrapperOf<BlockPayload>>,
BatchedResponse<QueryOutputBox>,
BatchedResponseV1<QueryOutputBox>,
Expand Down Expand Up @@ -172,6 +173,7 @@ types!(
FindDomainById,
FindDomainKeyValueByIdAndKey,
FindError,
FindExecutorDataModel,
FindPermissionsByAccountId,
FindRoleByRoleId,
FindRolesByAccountId,
Expand Down Expand Up @@ -266,6 +268,7 @@ types!(
PeerEventFilter,
PeerEventSet,
PeerId,
PermissionId,
RolePermissionChanged,
Permission,
PipelineEventBox,
Expand Down Expand Up @@ -377,7 +380,6 @@ types!(
Vec<EventFilterBox>,
Vec<InstructionBox>,
Vec<MetadataValueBox>,
Vec<Name>,
Vec<PeerId>,
Vec<PredicateBox>,
Vec<QueryOutputBox>,
Expand Down

0 comments on commit 3ab24b0

Please sign in to comment.