@avallon-labs/sdk 2.0.0 → 2.1.0-staging.119

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 CHANGED
@@ -4181,7 +4181,7 @@ declare const useCreateClaim: <TError = ErrorType<ErrorResponse>>(options?: {
4181
4181
  swrKey: string | readonly ["/v1/claims"];
4182
4182
  };
4183
4183
  /**
4184
- * List all claims with pagination and sorting.
4184
+ * List all claims with pagination and sorting options.
4185
4185
  * @summary List claims
4186
4186
  */
4187
4187
  declare const getListClaimsUrl: (params: ListClaimsParams) => string;