@avallon-labs/sdk 3.2.0 → 3.3.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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4055,7 +4055,7 @@ declare const useDeleteCallFeedback: <TError = ErrorType<ErrorResponse>>(id: str
|
|
|
4055
4055
|
|
|
4056
4056
|
type SecondParameter$a<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
4057
4057
|
/**
|
|
4058
|
-
* List all calls with pagination, filtering, and sorting.
|
|
4058
|
+
* List all calls, with pagination, filtering, and sorting.
|
|
4059
4059
|
|
|
4060
4060
|
**Filtering:**
|
|
4061
4061
|
|