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.d.ts CHANGED
@@ -19340,6 +19340,7 @@ declare function createCertificateService(apiClient: AcademeApiClient): {
19340
19340
  id: string;
19341
19341
  };
19342
19342
  };
19343
+ parseAs: "blob";
19343
19344
  }, `${string}/${string}`>>;
19344
19345
  /**
19345
19346
  * Create a new certificate
package/dist/index.esm.js CHANGED
@@ -5578,6 +5578,7 @@ function createCertificateService(apiClient) {
5578
5578
  download(id) {
5579
5579
  return apiClient.GET("/certificates/{id}/download", {
5580
5580
  params: { path: { id } },
5581
+ parseAs: 'blob',
5581
5582
  });
5582
5583
  },
5583
5584
  /**