@chipi-stack/types 11.16.0 → 11.17.0

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
@@ -198,7 +198,7 @@ interface GetTransactionListQuery {
198
198
  page?: number;
199
199
  limit?: number;
200
200
  calledFunction?: string;
201
- senderAddress?: string;
201
+ walletAddress: string;
202
202
  day?: number;
203
203
  month?: number;
204
204
  year?: number;
package/dist/index.d.ts CHANGED
@@ -198,7 +198,7 @@ interface GetTransactionListQuery {
198
198
  page?: number;
199
199
  limit?: number;
200
200
  calledFunction?: string;
201
- senderAddress?: string;
201
+ walletAddress: string;
202
202
  day?: number;
203
203
  month?: number;
204
204
  year?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chipi-stack/types",
3
- "version": "11.16.0",
3
+ "version": "11.17.0",
4
4
  "description": "Type definitions for Chipi SDK packages",
5
5
  "keywords": [
6
6
  "chipi",