@dc-qash/sdk 1.3.3 → 1.3.4

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.
Files changed (2) hide show
  1. package/dist/lib.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/lib.d.ts CHANGED
@@ -69,7 +69,7 @@ export type AccountHolder = IndividualAccountHolder;
69
69
  export type AccountListQuery = {
70
70
  partner?: string | string[];
71
71
  type?: string | string[];
72
- holder?: string | string[];
72
+ account_holder?: string | string[];
73
73
  currency?: string | string[];
74
74
  };
75
75
  export type CurrencyExchangeRate = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dc-qash/sdk",
3
3
  "type": "module",
4
- "version": "1.3.3",
4
+ "version": "1.3.4",
5
5
  "description": "SDK for Qash, a DemocracyCraft clearing house",
6
6
  "main": "dist/lib.js",
7
7
  "types": "dist/lib.d.ts",