@settlemint/dalp-sdk 2.1.7-main.25437843368 → 2.1.7-main.25439057884
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26617,7 +26617,7 @@ var readByNationalId = v2Contract.route({
|
|
|
26617
26617
|
var assets3 = v2Contract.route({
|
|
26618
26618
|
method: "GET",
|
|
26619
26619
|
path: "/user-asset-balances",
|
|
26620
|
-
description: "List token balances for the authenticated user (default). An explicit filter[wallet] override is honored only " + "
|
|
26620
|
+
description: "List token balances for the authenticated user (default). An explicit filter[wallet] override is honored only " + "for self, platform admins, or active-org user readers when the wallet belongs to a user in that org; otherwise FORBIDDEN. " + "Sortable by balance (default desc), tokenAddress, tokenName, tokenSymbol. " + "Filterable on tokenAddress, tokenName, tokenSymbol, tokenDecimals, bondMatured, plus the gated wallet scope.",
|
|
26621
26621
|
successDescription: "Paginated array of user asset balances with total count and faceted filter values.",
|
|
26622
26622
|
tags: [V2_TAG.user]
|
|
26623
26623
|
}).input(v2Input.query(UserAssetsV2ListInputSchema)).output(UserAssetsV2ListOutputSchema);
|
|
@@ -26953,7 +26953,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
26953
26953
|
// package.json
|
|
26954
26954
|
var package_default = {
|
|
26955
26955
|
name: "@settlemint/dalp-sdk",
|
|
26956
|
-
version: "2.1.7-main.
|
|
26956
|
+
version: "2.1.7-main.25439057884",
|
|
26957
26957
|
private: false,
|
|
26958
26958
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
26959
26959
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED