File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ export type SchemaProperties<TEntityData> = {
207
207
export type SchemaMixin = {
208
208
$ref : string ;
209
209
} ;
210
+ export type SchemaMetadata = { entity_event : boolean } ;
210
211
export interface Schema <
211
212
TEntityTypeMap ,
212
213
TEntityType extends keyof TEntityTypeMap = keyof TEntityTypeMap ,
@@ -222,6 +223,7 @@ export interface Schema<
222
223
system_projections ?: string [ ] ;
223
224
alias_for ?: string | Data ;
224
225
$mixin ?: SchemaMixin ;
226
+ metadata ?: SchemaMetadata ;
225
227
}
226
228
export interface QueryOptions {
227
229
abortController ?: AbortController ;
Original file line number Diff line number Diff line change @@ -4846,9 +4846,9 @@ __metadata:
4846
4846
linkType : hard
4847
4847
4848
4848
" ip@npm:^2.0.0 " :
4849
- version : 2.0.0
4850
- resolution : " ip@npm:2.0.0 "
4851
- checksum : 10/1270b11e534a466fb4cf4426cbcc3a907c429389f7f4e4e3b288b42823562e88d6a509ceda8141a507de147ca506141f745005c0aa144569d94cf24a54eb52bc
4849
+ version : 2.0.1
4850
+ resolution : " ip@npm:2.0.1 "
4851
+ checksum : 10/d6dd154e1bc5e8725adfdd6fb92218635b9cbe6d873d051bd63b178f009777f751a5eea4c67021723a7056325fc3052f8b6599af0a2d56f042c93e684b4a0349
4852
4852
languageName : node
4853
4853
linkType : hard
4854
4854
You can’t perform that action at this time.
0 commit comments