@open-mercato/shared 0.6.6-develop.5834.1.dc9eb0615e → 0.6.6-develop.5876.1.6a45c370ac

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -148,8 +148,16 @@ export type PartialIndexWarning = {
148
148
  scope?: 'scoped' | 'global'
149
149
  }
150
150
 
151
+ export type EncryptedSortRowCapWarning = {
152
+ entity: EntityId
153
+ sortFields: string[]
154
+ maxRows: number
155
+ totalMatched: number
156
+ }
157
+
151
158
  export type QueryResultMeta = {
152
159
  partialIndexWarning?: PartialIndexWarning
160
+ encryptedSortRowCapWarning?: EncryptedSortRowCapWarning
153
161
  }
154
162
 
155
163
  export type QueryResult<T = any> = {