academe-kit 0.9.2 → 0.9.3

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
@@ -5580,6 +5580,7 @@ function createCertificateService(apiClient) {
5580
5580
  download(id) {
5581
5581
  return apiClient.GET("/certificates/{id}/download", {
5582
5582
  params: { path: { id } },
5583
+ parseAs: 'blob',
5583
5584
  });
5584
5585
  },
5585
5586
  /**