@avallon-labs/sdk 35.4.0-staging.884 → 35.5.0
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.ts +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3849,6 +3849,10 @@ type ListEmailsParams = {
|
|
|
3849
3849
|
* @maxLength 500
|
|
3850
3850
|
*/
|
|
3851
3851
|
content?: string;
|
|
3852
|
+
/**
|
|
3853
|
+
* @minLength 1
|
|
3854
|
+
*/
|
|
3855
|
+
case_id?: string;
|
|
3852
3856
|
/**
|
|
3853
3857
|
* @minimum 1
|
|
3854
3858
|
* @maximum 100
|
|
@@ -7723,7 +7727,7 @@ declare const useCreateEmail: <TError = ErrorType<ErrorResponse>>(options?: {
|
|
|
7723
7727
|
|
|
7724
7728
|
**Filtering:**
|
|
7725
7729
|
|
|
7726
|
-
Filter by email agent, sender, recipient,
|
|
7730
|
+
Filter by email agent, sender, recipient, content search, or case.
|
|
7727
7731
|
* @summary List emails
|
|
7728
7732
|
*/
|
|
7729
7733
|
declare const getListEmailsUrl: (params?: ListEmailsParams) => string;
|