reportify-sdk 0.3.0 → 0.3.2

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.js CHANGED
@@ -1664,7 +1664,7 @@ var Reportify = class {
1664
1664
  headers: {
1665
1665
  Authorization: `Bearer ${this.apiKey}`,
1666
1666
  "Content-Type": "application/json",
1667
- "User-Agent": "reportify-sdk-js/0.3.0"
1667
+ "User-Agent": "reportify-sdk-js/0.3.2"
1668
1668
  },
1669
1669
  body: options.body ? JSON.stringify(options.body) : void 0,
1670
1670
  signal: controller.signal
@@ -1725,7 +1725,7 @@ var Reportify = class {
1725
1725
  headers: {
1726
1726
  Authorization: `Bearer ${this.apiKey}`,
1727
1727
  "Content-Type": "application/json",
1728
- "User-Agent": "reportify-sdk-typescript/0.3.0"
1728
+ "User-Agent": "reportify-sdk-typescript/0.3.2"
1729
1729
  }
1730
1730
  });
1731
1731
  if (!response.ok) {
package/dist/index.mjs CHANGED
@@ -1622,7 +1622,7 @@ var Reportify = class {
1622
1622
  headers: {
1623
1623
  Authorization: `Bearer ${this.apiKey}`,
1624
1624
  "Content-Type": "application/json",
1625
- "User-Agent": "reportify-sdk-js/0.3.0"
1625
+ "User-Agent": "reportify-sdk-js/0.3.2"
1626
1626
  },
1627
1627
  body: options.body ? JSON.stringify(options.body) : void 0,
1628
1628
  signal: controller.signal
@@ -1683,7 +1683,7 @@ var Reportify = class {
1683
1683
  headers: {
1684
1684
  Authorization: `Bearer ${this.apiKey}`,
1685
1685
  "Content-Type": "application/json",
1686
- "User-Agent": "reportify-sdk-typescript/0.3.0"
1686
+ "User-Agent": "reportify-sdk-typescript/0.3.2"
1687
1687
  }
1688
1688
  });
1689
1689
  if (!response.ok) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reportify-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "TypeScript SDK for Reportify API - Financial data and document search",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",