@medialane/sdk 0.77.0 → 0.78.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.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/{services-C5lxQjem.d.ts → services-L8rbm-gZ.d.ts} +2 -1
- package/dist/{services-DgIaaJbX.d.cts → services-gpLj6m2X.d.cts} +2 -1
- package/dist/starknet/index.cjs +4 -4
- package/dist/starknet/index.cjs.map +1 -1
- package/dist/starknet/index.d.cts +1 -1
- package/dist/starknet/index.d.ts +1 -1
- package/dist/starknet/index.js +4 -4
- package/dist/starknet/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -576,10 +576,10 @@ var ApiClient = class {
|
|
|
576
576
|
{ method: "PATCH", body: JSON.stringify(data), headers: this.bearer(clerkToken) }
|
|
577
577
|
);
|
|
578
578
|
}
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
{
|
|
579
|
+
/** No signature required — wallet activity is public on-chain data, read like any other /v1 GET. */
|
|
580
|
+
getWalletActivity(address, chain = "STARKNET") {
|
|
581
|
+
return this.get(
|
|
582
|
+
`/v1/wallet-activity?address=${this.addr(address)}&chain=${chain}`
|
|
583
583
|
);
|
|
584
584
|
}
|
|
585
585
|
getGatedContent(contractAddress, clerkToken) {
|