emailr 1.3.0 → 1.3.1

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/dist/index.d.mts CHANGED
@@ -152,6 +152,7 @@ interface ListContactsParams {
152
152
  limit?: number;
153
153
  offset?: number;
154
154
  subscribed?: boolean;
155
+ search?: string;
155
156
  tags?: string;
156
157
  }
157
158
  interface ContactListResponse {
package/dist/index.d.ts CHANGED
@@ -152,6 +152,7 @@ interface ListContactsParams {
152
152
  limit?: number;
153
153
  offset?: number;
154
154
  subscribed?: boolean;
155
+ search?: string;
155
156
  tags?: string;
156
157
  }
157
158
  interface ContactListResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emailr",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Official Emailr API SDK for TypeScript/JavaScript",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",