@coopenomics/sdk 2025.5.13 → 2025.5.14

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 CHANGED
@@ -1764,6 +1764,7 @@ const ReturnTypes = {
1764
1764
  series: "Int"
1765
1765
  },
1766
1766
  Payment: {
1767
+ account: "Account",
1767
1768
  amount: "Float",
1768
1769
  blockchain_id: "Float",
1769
1770
  created_at: "DateTime",
@@ -4139,6 +4140,7 @@ const rawPaymentDetailsSelector = {
4139
4140
  tolerance_percent: true
4140
4141
  };
4141
4142
  const rawPaymentSelector = {
4143
+ account: rawAccountSelector,
4142
4144
  amount: true,
4143
4145
  blockchain_id: true,
4144
4146
  created_at: true,