@remit/data-ports 0.0.23 → 0.0.24

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/data-ports",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "type": "module",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -174,7 +174,6 @@ export interface IThreadMessageRepository {
174
174
  mailboxId: string,
175
175
  search: SearchOptions,
176
176
  options?: {
177
- limit?: number;
178
177
  excludeDeleted?: boolean;
179
178
  order?: "asc" | "desc";
180
179
  },