@unifold/core 0.1.18 → 0.1.19

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.mts CHANGED
@@ -231,6 +231,7 @@ interface FiatCurrency {
231
231
  name: string;
232
232
  icon_url: string;
233
233
  icon_urls?: IconUrl[];
234
+ country_codes?: string[];
234
235
  }
235
236
  interface FiatCurrenciesResponse {
236
237
  data: FiatCurrency[];
package/dist/index.d.ts CHANGED
@@ -231,6 +231,7 @@ interface FiatCurrency {
231
231
  name: string;
232
232
  icon_url: string;
233
233
  icon_urls?: IconUrl[];
234
+ country_codes?: string[];
234
235
  }
235
236
  interface FiatCurrenciesResponse {
236
237
  data: FiatCurrency[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unifold/core",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Unifold Core SDK - Core types, API client, and business logic",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",