squarefi-bff-api-module 1.26.9 → 1.26.11
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/api/auth.d.ts +0 -0
- package/dist/api/auth.js +0 -0
- package/dist/api/config.d.ts +0 -0
- package/dist/api/config.js +0 -0
- package/dist/api/counterparties.d.ts +0 -0
- package/dist/api/counterparties.js +0 -0
- package/dist/api/developer.d.ts +0 -0
- package/dist/api/developer.js +0 -0
- package/dist/api/exchange.d.ts +0 -0
- package/dist/api/exchange.js +0 -0
- package/dist/api/fetch_api.d.ts +0 -0
- package/dist/api/fetch_api.js +0 -0
- package/dist/api/fiat_accounts.d.ts +0 -0
- package/dist/api/fiat_accounts.js +0 -0
- package/dist/api/frontend.d.ts +0 -0
- package/dist/api/frontend.js +0 -0
- package/dist/api/index.d.ts +0 -0
- package/dist/api/index.js +0 -0
- package/dist/api/issuing.d.ts +0 -0
- package/dist/api/issuing.js +0 -0
- package/dist/api/kyc.d.ts +0 -0
- package/dist/api/kyc.js +0 -0
- package/dist/api/list.d.ts +0 -0
- package/dist/api/list.js +0 -0
- package/dist/api/location.d.ts +0 -0
- package/dist/api/location.js +0 -0
- package/dist/api/orders.d.ts +0 -0
- package/dist/api/orders.js +0 -0
- package/dist/api/persona.d.ts +0 -0
- package/dist/api/persona.js +0 -0
- package/dist/api/tenants.d.ts +0 -0
- package/dist/api/tenants.js +0 -0
- package/dist/api/totp.d.ts +0 -0
- package/dist/api/totp.js +0 -0
- package/dist/api/types/autogen/apiV2.types.d.ts +60 -0
- package/dist/api/types/autogen/apiV2.types.js +0 -0
- package/dist/api/types/types.d.ts +121 -94
- package/dist/api/types/types.js +0 -0
- package/dist/api/types.d.ts +0 -0
- package/dist/api/types.js +0 -0
- package/dist/api/user.d.ts +0 -0
- package/dist/api/user.js +0 -0
- package/dist/api/virtual-accounts.d.ts +2 -2
- package/dist/api/virtual-accounts.js +0 -0
- package/dist/api/wallets.d.ts +0 -0
- package/dist/api/wallets.js +0 -0
- package/dist/constants.d.ts +0 -0
- package/dist/constants.js +0 -0
- package/dist/hooks/index.d.ts +0 -0
- package/dist/hooks/index.js +0 -0
- package/dist/hooks/useCalc.d.ts +0 -0
- package/dist/hooks/useCalc.js +0 -0
- package/dist/hooks/useSupabaseSubscription/config.d.ts +0 -0
- package/dist/hooks/useSupabaseSubscription/config.js +0 -0
- package/dist/hooks/useSupabaseSubscription/index.d.ts +0 -0
- package/dist/hooks/useSupabaseSubscription/index.js +0 -0
- package/dist/hooks/useSupabaseSubscription/specialized.d.ts +0 -0
- package/dist/hooks/useSupabaseSubscription/specialized.js +0 -0
- package/dist/hooks/useSupabaseSubscription/types.d.ts +0 -0
- package/dist/hooks/useSupabaseSubscription/types.js +0 -0
- package/dist/hooks/useSupabaseSubscription/useSupabaseSubscription.d.ts +0 -0
- package/dist/hooks/useSupabaseSubscription/useSupabaseSubscription.js +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/utils/apiClientFactory.d.ts +0 -0
- package/dist/utils/apiClientFactory.js +0 -0
- package/dist/utils/common.d.ts +0 -0
- package/dist/utils/common.js +0 -0
- package/dist/utils/converters.d.ts +0 -0
- package/dist/utils/converters.js +0 -0
- package/dist/utils/encrypt.d.ts +0 -0
- package/dist/utils/encrypt.js +0 -0
- package/dist/utils/storage.d.ts +0 -0
- package/dist/utils/storage.js +0 -0
- package/dist/utils/supabase.d.ts +0 -0
- package/dist/utils/supabase.js +0 -0
- package/dist/utils/tokensFactory.d.ts +0 -0
- package/dist/utils/tokensFactory.js +0 -0
- package/package.json +1 -1
- package/src/api/types/autogen/apiV2.types.ts +60 -0
- package/src/api/types/types.ts +211 -132
package/dist/api/auth.d.ts
CHANGED
|
File without changes
|
package/dist/api/auth.js
CHANGED
|
File without changes
|
package/dist/api/config.d.ts
CHANGED
|
File without changes
|
package/dist/api/config.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/api/developer.d.ts
CHANGED
|
File without changes
|
package/dist/api/developer.js
CHANGED
|
File without changes
|
package/dist/api/exchange.d.ts
CHANGED
|
File without changes
|
package/dist/api/exchange.js
CHANGED
|
File without changes
|
package/dist/api/fetch_api.d.ts
CHANGED
|
File without changes
|
package/dist/api/fetch_api.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/api/frontend.d.ts
CHANGED
|
File without changes
|
package/dist/api/frontend.js
CHANGED
|
File without changes
|
package/dist/api/index.d.ts
CHANGED
|
File without changes
|
package/dist/api/index.js
CHANGED
|
File without changes
|
package/dist/api/issuing.d.ts
CHANGED
|
File without changes
|
package/dist/api/issuing.js
CHANGED
|
File without changes
|
package/dist/api/kyc.d.ts
CHANGED
|
File without changes
|
package/dist/api/kyc.js
CHANGED
|
File without changes
|
package/dist/api/list.d.ts
CHANGED
|
File without changes
|
package/dist/api/list.js
CHANGED
|
File without changes
|
package/dist/api/location.d.ts
CHANGED
|
File without changes
|
package/dist/api/location.js
CHANGED
|
File without changes
|
package/dist/api/orders.d.ts
CHANGED
|
File without changes
|
package/dist/api/orders.js
CHANGED
|
File without changes
|
package/dist/api/persona.d.ts
CHANGED
|
File without changes
|
package/dist/api/persona.js
CHANGED
|
File without changes
|
package/dist/api/tenants.d.ts
CHANGED
|
File without changes
|
package/dist/api/tenants.js
CHANGED
|
File without changes
|
package/dist/api/totp.d.ts
CHANGED
|
File without changes
|
package/dist/api/totp.js
CHANGED
|
File without changes
|
|
@@ -1019,6 +1019,22 @@ export interface paths {
|
|
|
1019
1019
|
patch?: never;
|
|
1020
1020
|
trace?: never;
|
|
1021
1021
|
};
|
|
1022
|
+
"/persona-admin/{wallet_id}": {
|
|
1023
|
+
parameters: {
|
|
1024
|
+
query?: never;
|
|
1025
|
+
header?: never;
|
|
1026
|
+
path?: never;
|
|
1027
|
+
cookie?: never;
|
|
1028
|
+
};
|
|
1029
|
+
get?: never;
|
|
1030
|
+
put?: never;
|
|
1031
|
+
post: operations["PersonaAdminController_syncKycEntityWithPersona"];
|
|
1032
|
+
delete?: never;
|
|
1033
|
+
options?: never;
|
|
1034
|
+
head?: never;
|
|
1035
|
+
patch?: never;
|
|
1036
|
+
trace?: never;
|
|
1037
|
+
};
|
|
1022
1038
|
"/bank-data": {
|
|
1023
1039
|
parameters: {
|
|
1024
1040
|
query?: never;
|
|
@@ -1789,12 +1805,24 @@ export interface components {
|
|
|
1789
1805
|
selfie_url?: string | null;
|
|
1790
1806
|
annual_salary?: string | null;
|
|
1791
1807
|
expected_monthly_volume?: string | null;
|
|
1808
|
+
monthly_crypto_deposits?: string | null;
|
|
1809
|
+
monthly_crypto_investment_deposit?: string | null;
|
|
1810
|
+
monthly_crypto_investment_withdrawal?: string | null;
|
|
1811
|
+
monthly_crypto_withdrawals?: string | null;
|
|
1812
|
+
monthly_investment_deposit?: string | null;
|
|
1813
|
+
monthly_investment_withdrawal?: string | null;
|
|
1814
|
+
monthly_withdrawals?: string | null;
|
|
1815
|
+
usd_value_of_crypto?: string | null;
|
|
1816
|
+
usd_value_of_fiat?: string | null;
|
|
1792
1817
|
occupation?: string | null;
|
|
1793
1818
|
/**
|
|
1794
1819
|
* @default UNVERIFIED
|
|
1795
1820
|
* @enum {string}
|
|
1796
1821
|
*/
|
|
1797
1822
|
status: "APPROVED" | "DECLINED" | "PENDING" | "HOLD" | "DOUBLE" | "SOFT_REJECT" | "REJECT" | "UNVERIFIED" | "WAITING_ON_UBOS" | "WAITING_ON_REVIEW";
|
|
1823
|
+
/** @enum {string|null} */
|
|
1824
|
+
employment_status?: "EMPLOYEE" | "SELF_EMPLOYED" | "RETIRED" | "UNEMPLOYED" | "OTHER" | null;
|
|
1825
|
+
employment_description?: string | null;
|
|
1798
1826
|
address?: components["schemas"]["KycAddressDto"] | null;
|
|
1799
1827
|
beneficial_owners?: components["schemas"]["KycBeneficialOwnerDto"][] | null;
|
|
1800
1828
|
};
|
|
@@ -1880,7 +1908,19 @@ export interface components {
|
|
|
1880
1908
|
selfie_url?: string | null;
|
|
1881
1909
|
annual_salary?: string | null;
|
|
1882
1910
|
expected_monthly_volume?: string | null;
|
|
1911
|
+
monthly_crypto_deposits?: string | null;
|
|
1912
|
+
monthly_crypto_investment_deposit?: string | null;
|
|
1913
|
+
monthly_crypto_investment_withdrawal?: string | null;
|
|
1914
|
+
monthly_crypto_withdrawals?: string | null;
|
|
1915
|
+
monthly_investment_deposit?: string | null;
|
|
1916
|
+
monthly_investment_withdrawal?: string | null;
|
|
1917
|
+
monthly_withdrawals?: string | null;
|
|
1918
|
+
usd_value_of_crypto?: string | null;
|
|
1919
|
+
usd_value_of_fiat?: string | null;
|
|
1883
1920
|
occupation?: string | null;
|
|
1921
|
+
/** @enum {string|null} */
|
|
1922
|
+
employment_status?: "EMPLOYEE" | "SELF_EMPLOYED" | "RETIRED" | "UNEMPLOYED" | "OTHER" | null;
|
|
1923
|
+
employment_description?: string | null;
|
|
1884
1924
|
address?: components["schemas"]["KycAddressDto"] | null;
|
|
1885
1925
|
beneficial_owners?: components["schemas"]["KycBeneficialOwnerDto"][] | null;
|
|
1886
1926
|
};
|
|
@@ -4745,6 +4785,26 @@ export interface operations {
|
|
|
4745
4785
|
};
|
|
4746
4786
|
};
|
|
4747
4787
|
};
|
|
4788
|
+
PersonaAdminController_syncKycEntityWithPersona: {
|
|
4789
|
+
parameters: {
|
|
4790
|
+
query?: never;
|
|
4791
|
+
header?: never;
|
|
4792
|
+
path: {
|
|
4793
|
+
wallet_id: string;
|
|
4794
|
+
};
|
|
4795
|
+
cookie?: never;
|
|
4796
|
+
};
|
|
4797
|
+
requestBody?: never;
|
|
4798
|
+
responses: {
|
|
4799
|
+
/** @description Invalid tenant */
|
|
4800
|
+
401: {
|
|
4801
|
+
headers: {
|
|
4802
|
+
[name: string]: unknown;
|
|
4803
|
+
};
|
|
4804
|
+
content?: never;
|
|
4805
|
+
};
|
|
4806
|
+
};
|
|
4807
|
+
};
|
|
4748
4808
|
BankDataController_getBankDataByAccountNumber: {
|
|
4749
4809
|
parameters: {
|
|
4750
4810
|
query: {
|
|
File without changes
|