arky-sdk 0.7.27 → 0.7.29

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.cjs CHANGED
@@ -1450,6 +1450,7 @@ var createReactionApi = (apiConfig) => {
1450
1450
  if (params?.status) queryParams.status = params.status;
1451
1451
  if (params?.contentOnly !== void 0)
1452
1452
  queryParams.contentOnly = params.contentOnly;
1453
+ if (params?.query) queryParams.query = params.query;
1453
1454
  if (params?.limit !== void 0) queryParams.limit = params.limit;
1454
1455
  if (params?.cursor) queryParams.cursor = params.cursor;
1455
1456
  return apiConfig.httpClient.get(