squarefi-bff-api-module 1.24.17 → 1.24.18

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.
@@ -1466,8 +1466,8 @@ export declare namespace API {
1466
1466
  to_wallet_uuid: string;
1467
1467
  amount: number;
1468
1468
  request_id: string;
1469
- is_subtract?: boolean;
1470
- is_reverse?: boolean;
1469
+ is_subtract: boolean;
1470
+ is_reverse: boolean;
1471
1471
  }
1472
1472
  type Response = null;
1473
1473
  }
@@ -1479,8 +1479,8 @@ export declare namespace API {
1479
1479
  wallet_id: string;
1480
1480
  from_currency_id: string;
1481
1481
  to_currency_id: string;
1482
- is_subtract?: boolean;
1483
- is_reverse?: boolean;
1482
+ is_subtract: boolean;
1483
+ is_reverse: boolean;
1484
1484
  }
1485
1485
  interface Response {
1486
1486
  order_uuid: string;
@@ -1515,8 +1515,8 @@ export declare namespace API {
1515
1515
  wallet_id: string;
1516
1516
  from_currency_id: string;
1517
1517
  to_currency_id: string;
1518
- is_subtract?: boolean;
1519
- is_reverse?: boolean;
1518
+ is_subtract: boolean;
1519
+ is_reverse: boolean;
1520
1520
  }
1521
1521
  interface Response {
1522
1522
  order_uuid: string;
@@ -1551,8 +1551,8 @@ export declare namespace API {
1551
1551
  wallet_id: string;
1552
1552
  from_currency_id: string;
1553
1553
  to_currency_id: string;
1554
- is_subtract?: boolean;
1555
- is_reverse?: boolean;
1554
+ is_subtract: boolean;
1555
+ is_reverse: boolean;
1556
1556
  }
1557
1557
  interface Response {
1558
1558
  order_uuid: string;
@@ -1589,8 +1589,8 @@ export declare namespace API {
1589
1589
  to_currency_id: string;
1590
1590
  refference?: string;
1591
1591
  note?: string;
1592
- is_subtract?: boolean;
1593
- is_reverse?: boolean;
1592
+ is_subtract: boolean;
1593
+ is_reverse: boolean;
1594
1594
  }
1595
1595
  interface Response {
1596
1596
  order_uuid: string;
@@ -1627,8 +1627,8 @@ export declare namespace API {
1627
1627
  to_currency_id: string;
1628
1628
  refference?: string;
1629
1629
  note?: string;
1630
- is_subtract?: boolean;
1631
- is_reverse?: boolean;
1630
+ is_subtract: boolean;
1631
+ is_reverse: boolean;
1632
1632
  }
1633
1633
  interface Response {
1634
1634
  order_uuid: string;
@@ -1665,8 +1665,8 @@ export declare namespace API {
1665
1665
  to_currency_id: string;
1666
1666
  refference?: string;
1667
1667
  note?: string;
1668
- is_subtract?: boolean;
1669
- is_reverse?: boolean;
1668
+ is_subtract: boolean;
1669
+ is_reverse: boolean;
1670
1670
  }
1671
1671
  interface Response {
1672
1672
  order_uuid: string;
@@ -1701,8 +1701,8 @@ export declare namespace API {
1701
1701
  wallet_id: string;
1702
1702
  from_currency_id: string;
1703
1703
  to_currency_id: string;
1704
- is_subtract?: boolean;
1705
- is_reverse?: boolean;
1704
+ is_subtract: boolean;
1705
+ is_reverse: boolean;
1706
1706
  }
1707
1707
  interface Response {
1708
1708
  order_uuid: string;
@@ -1738,8 +1738,8 @@ export declare namespace API {
1738
1738
  wallet_account_id: string;
1739
1739
  from_currency_id: string;
1740
1740
  note?: string;
1741
- is_subtract?: boolean;
1742
- is_reverse?: boolean;
1741
+ is_subtract: boolean;
1742
+ is_reverse: boolean;
1743
1743
  }
1744
1744
  interface Response {
1745
1745
  created_at: string;
@@ -1777,8 +1777,8 @@ export declare namespace API {
1777
1777
  wallet_account_id: string;
1778
1778
  from_currency_id: string;
1779
1779
  note?: string;
1780
- is_subtract?: boolean;
1781
- is_reverse?: boolean;
1780
+ is_subtract: boolean;
1781
+ is_reverse: boolean;
1782
1782
  }
1783
1783
  interface Response {
1784
1784
  created_at: string;
@@ -1816,8 +1816,8 @@ export declare namespace API {
1816
1816
  wallet_account_id: string;
1817
1817
  from_currency_id: string;
1818
1818
  note?: string;
1819
- is_subtract?: boolean;
1820
- is_reverse?: boolean;
1819
+ is_subtract: boolean;
1820
+ is_reverse: boolean;
1821
1821
  }
1822
1822
  interface Response {
1823
1823
  created_at: string;
@@ -1854,8 +1854,8 @@ export declare namespace API {
1854
1854
  wallet_id: string;
1855
1855
  from_currency_id: string;
1856
1856
  to_currency_id: string;
1857
- is_subtract?: boolean;
1858
- is_reverse?: boolean;
1857
+ is_subtract: boolean;
1858
+ is_reverse: boolean;
1859
1859
  }
1860
1860
  interface Response {
1861
1861
  order_uuid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.24.17",
3
+ "version": "1.24.18",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1778,8 +1778,8 @@ export namespace API {
1778
1778
  to_wallet_uuid: string;
1779
1779
  amount: number;
1780
1780
  request_id: string;
1781
- is_subtract?: boolean;
1782
- is_reverse?: boolean;
1781
+ is_subtract: boolean;
1782
+ is_reverse: boolean;
1783
1783
  }
1784
1784
 
1785
1785
  export type Response = null;
@@ -1793,8 +1793,8 @@ export namespace API {
1793
1793
  wallet_id: string;
1794
1794
  from_currency_id: string;
1795
1795
  to_currency_id: string;
1796
- is_subtract?: boolean;
1797
- is_reverse?: boolean;
1796
+ is_subtract: boolean;
1797
+ is_reverse: boolean;
1798
1798
  }
1799
1799
 
1800
1800
  export interface Response {
@@ -1832,8 +1832,8 @@ export namespace API {
1832
1832
  wallet_id: string;
1833
1833
  from_currency_id: string;
1834
1834
  to_currency_id: string;
1835
- is_subtract?: boolean;
1836
- is_reverse?: boolean;
1835
+ is_subtract: boolean;
1836
+ is_reverse: boolean;
1837
1837
  }
1838
1838
 
1839
1839
  export interface Response {
@@ -1871,8 +1871,8 @@ export namespace API {
1871
1871
  wallet_id: string;
1872
1872
  from_currency_id: string;
1873
1873
  to_currency_id: string;
1874
- is_subtract?: boolean;
1875
- is_reverse?: boolean;
1874
+ is_subtract: boolean;
1875
+ is_reverse: boolean;
1876
1876
  }
1877
1877
 
1878
1878
  export interface Response {
@@ -1911,8 +1911,8 @@ export namespace API {
1911
1911
  to_currency_id: string;
1912
1912
  refference?: string;
1913
1913
  note?: string;
1914
- is_subtract?: boolean;
1915
- is_reverse?: boolean;
1914
+ is_subtract: boolean;
1915
+ is_reverse: boolean;
1916
1916
  }
1917
1917
 
1918
1918
  export interface Response {
@@ -1951,8 +1951,8 @@ export namespace API {
1951
1951
  to_currency_id: string;
1952
1952
  refference?: string;
1953
1953
  note?: string;
1954
- is_subtract?: boolean;
1955
- is_reverse?: boolean;
1954
+ is_subtract: boolean;
1955
+ is_reverse: boolean;
1956
1956
  }
1957
1957
 
1958
1958
  export interface Response {
@@ -1991,8 +1991,8 @@ export namespace API {
1991
1991
  to_currency_id: string;
1992
1992
  refference?: string;
1993
1993
  note?: string;
1994
- is_subtract?: boolean;
1995
- is_reverse?: boolean;
1994
+ is_subtract: boolean;
1995
+ is_reverse: boolean;
1996
1996
  }
1997
1997
 
1998
1998
  export interface Response {
@@ -2028,8 +2028,8 @@ export namespace API {
2028
2028
  wallet_id: string;
2029
2029
  from_currency_id: string;
2030
2030
  to_currency_id: string;
2031
- is_subtract?: boolean;
2032
- is_reverse?: boolean;
2031
+ is_subtract: boolean;
2032
+ is_reverse: boolean;
2033
2033
  }
2034
2034
 
2035
2035
  export interface Response {
@@ -2067,8 +2067,8 @@ export namespace API {
2067
2067
  wallet_account_id: string;
2068
2068
  from_currency_id: string;
2069
2069
  note?: string;
2070
- is_subtract?: boolean;
2071
- is_reverse?: boolean;
2070
+ is_subtract: boolean;
2071
+ is_reverse: boolean;
2072
2072
  }
2073
2073
 
2074
2074
  export interface Response {
@@ -2107,8 +2107,8 @@ export namespace API {
2107
2107
  wallet_account_id: string;
2108
2108
  from_currency_id: string;
2109
2109
  note?: string;
2110
- is_subtract?: boolean;
2111
- is_reverse?: boolean;
2110
+ is_subtract: boolean;
2111
+ is_reverse: boolean;
2112
2112
  }
2113
2113
 
2114
2114
  export interface Response {
@@ -2147,8 +2147,8 @@ export namespace API {
2147
2147
  wallet_account_id: string;
2148
2148
  from_currency_id: string;
2149
2149
  note?: string;
2150
- is_subtract?: boolean;
2151
- is_reverse?: boolean;
2150
+ is_subtract: boolean;
2151
+ is_reverse: boolean;
2152
2152
  }
2153
2153
 
2154
2154
  export interface Response {
@@ -2186,8 +2186,8 @@ export namespace API {
2186
2186
  wallet_id: string;
2187
2187
  from_currency_id: string;
2188
2188
  to_currency_id: string;
2189
- is_subtract?: boolean;
2190
- is_reverse?: boolean;
2189
+ is_subtract: boolean;
2190
+ is_reverse: boolean;
2191
2191
  }
2192
2192
 
2193
2193
  export interface Response {