rehive 4.1.3 → 4.2.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/admin.d.mts +2 -2
- package/dist/admin.d.ts +2 -2
- package/dist/auth.d.mts +2 -2
- package/dist/auth.d.ts +2 -2
- package/dist/auth.js +1 -1
- package/dist/auth.mjs +1 -1
- package/dist/chunk-G3M5QMRX.js +1 -0
- package/dist/chunk-HSPTEN45.mjs +1 -0
- package/dist/{create-api-client-D-Z8R83N.d.ts → create-api-client-ADSlg8HX.d.ts} +1 -1
- package/dist/{create-api-client-2vNCP2LN.d.mts → create-api-client-B4Q01gHp.d.mts} +1 -1
- package/dist/{create-auth-CHzmb_8_.d.mts → create-auth-CT_IFt3T.d.mts} +46 -1
- package/dist/{create-auth-CHzmb_8_.d.ts → create-auth-CT_IFt3T.d.ts} +46 -1
- package/dist/extensions/alchemy.d.mts +2 -2
- package/dist/extensions/alchemy.d.ts +2 -2
- package/dist/extensions/app.d.mts +2 -2
- package/dist/extensions/app.d.ts +2 -2
- package/dist/extensions/billing.d.mts +2 -2
- package/dist/extensions/billing.d.ts +2 -2
- package/dist/extensions/bridge.d.mts +2 -2
- package/dist/extensions/bridge.d.ts +2 -2
- package/dist/extensions/builder.d.mts +2 -2
- package/dist/extensions/builder.d.ts +2 -2
- package/dist/extensions/business.d.mts +2 -2
- package/dist/extensions/business.d.ts +2 -2
- package/dist/extensions/conversion.d.mts +2 -2
- package/dist/extensions/conversion.d.ts +2 -2
- package/dist/extensions/mass-send.d.mts +2 -2
- package/dist/extensions/mass-send.d.ts +2 -2
- package/dist/extensions/notifications.d.mts +2 -2
- package/dist/extensions/notifications.d.ts +2 -2
- package/dist/extensions/payment-requests.d.mts +2 -2
- package/dist/extensions/payment-requests.d.ts +2 -2
- package/dist/extensions/products.d.mts +2 -2
- package/dist/extensions/products.d.ts +2 -2
- package/dist/extensions/rain.d.mts +2 -2
- package/dist/extensions/rain.d.ts +2 -2
- package/dist/extensions/rewards.d.mts +2 -2
- package/dist/extensions/rewards.d.ts +2 -2
- package/dist/extensions/stellar-testnet.d.mts +2 -2
- package/dist/extensions/stellar-testnet.d.ts +2 -2
- package/dist/extensions/stellar.d.mts +2 -2
- package/dist/extensions/stellar.d.ts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/react.d.mts +11 -3
- package/dist/react.d.ts +11 -3
- package/dist/react.js +1 -1
- package/dist/react.mjs +1 -1
- package/dist/user.d.mts +3 -3
- package/dist/user.d.ts +3 -3
- package/package.json +1 -1
- package/src/auth/create-auth.ts +773 -169
- package/src/auth/index.ts +25 -2
- package/src/auth/types/index.ts +48 -0
- package/dist/chunk-TDYDON52.js +0 -1
- package/dist/chunk-YJHO3YWK.mjs +0 -1
package/dist/admin.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiFactoryConfig, B as BoundSdk } from './create-api-client-
|
|
2
|
-
import './create-auth-
|
|
1
|
+
import { A as ApiFactoryConfig, B as BoundSdk } from './create-api-client-B4Q01gHp.mjs';
|
|
2
|
+
import './create-auth-CT_IFt3T.mjs';
|
|
3
3
|
|
|
4
4
|
type AuthToken = string | undefined;
|
|
5
5
|
interface Auth {
|
package/dist/admin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as ApiFactoryConfig, B as BoundSdk } from './create-api-client-
|
|
2
|
-
import './create-auth-
|
|
1
|
+
import { A as ApiFactoryConfig, B as BoundSdk } from './create-api-client-ADSlg8HX.js';
|
|
2
|
+
import './create-auth-CT_IFt3T.js';
|
|
3
3
|
|
|
4
4
|
type AuthToken = string | undefined;
|
|
5
5
|
interface Auth {
|
package/dist/auth.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as Auth, a as AuthConfig, d as AuthSession, e as AuthState, E as ErrorListener, L as LoginParams, b as RegisterCompanyParams, R as RegisterParams,
|
|
1
|
+
import { n as StorageAdapter } from './create-auth-CT_IFt3T.mjs';
|
|
2
|
+
export { A as Auth, a as AuthConfig, i as AuthEvent, m as AuthEventListener, j as AuthEventType, g as AuthRecoveryState, d as AuthSession, h as AuthSnapshot, e as AuthState, l as AuthStateListener, f as AuthStatus, E as ErrorListener, I as ImportTokenOptions, L as LoginParams, b as RegisterCompanyParams, R as RegisterParams, k as SessionListener, S as SessionPatch, U as UserSession, V as ValidateSessionOptions, c as createAuth } from './create-auth-CT_IFt3T.mjs';
|
|
3
3
|
|
|
4
4
|
declare class WebStorageAdapter implements StorageAdapter {
|
|
5
5
|
getItem(key: string): Promise<string | null>;
|
package/dist/auth.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as Auth, a as AuthConfig, d as AuthSession, e as AuthState, E as ErrorListener, L as LoginParams, b as RegisterCompanyParams, R as RegisterParams,
|
|
1
|
+
import { n as StorageAdapter } from './create-auth-CT_IFt3T.js';
|
|
2
|
+
export { A as Auth, a as AuthConfig, i as AuthEvent, m as AuthEventListener, j as AuthEventType, g as AuthRecoveryState, d as AuthSession, h as AuthSnapshot, e as AuthState, l as AuthStateListener, f as AuthStatus, E as ErrorListener, I as ImportTokenOptions, L as LoginParams, b as RegisterCompanyParams, R as RegisterParams, k as SessionListener, S as SessionPatch, U as UserSession, V as ValidateSessionOptions, c as createAuth } from './create-auth-CT_IFt3T.js';
|
|
3
3
|
|
|
4
4
|
declare class WebStorageAdapter implements StorageAdapter {
|
|
5
5
|
getItem(key: string): Promise<string | null>;
|
package/dist/auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkG3M5QMRXjs = require('./chunk-G3M5QMRX.js');require('./chunk-HWXE5WBF.js');require('./chunk-OEIQFP6T.js');exports.AsyncStorageAdapter = _chunkG3M5QMRXjs.c; exports.MemoryStorageAdapter = _chunkG3M5QMRXjs.b; exports.WebStorageAdapter = _chunkG3M5QMRXjs.a; exports.createAuth = _chunkG3M5QMRXjs.d;
|
package/dist/auth.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as t,b as e,c as r,d as o}from"./chunk-HSPTEN45.mjs";import"./chunk-ZUZHOLAX.mjs";import"./chunk-S4QKN5WW.mjs";export{r as AsyncStorageAdapter,e as MemoryStorageAdapter,t as WebStorageAdapter,o as createAuth};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _chunkHWXE5WBFjs = require('./chunk-HWXE5WBF.js');var _chunkOEIQFP6Tjs = require('./chunk-OEIQFP6T.js');var V=class{async getItem(o){return typeof window<"u"&&window.localStorage?window.localStorage.getItem(o):null}async setItem(o,l){typeof window<"u"&&window.localStorage&&window.localStorage.setItem(o,l)}async removeItem(o){typeof window<"u"&&window.localStorage&&window.localStorage.removeItem(o)}},R= exports.b =class{constructor(){this.storage=new Map}async getItem(o){return this.storage.get(o)||null}async setItem(o,l){this.storage.set(o,l)}async removeItem(o){this.storage.delete(o)}},oe= exports.c =class{constructor(o){this.asyncStorage=o}async getItem(o){return this.asyncStorage.getItem(o)}async setItem(o,l){return this.asyncStorage.setItem(o,l)}async removeItem(o){return this.asyncStorage.removeItem(o)}};function be(u){return!u||u==="local"?typeof window<"u"&&window.localStorage?new V:new R:u==="memory"?new R:u}function Ie(u){return async(...o)=>{let l=await u(...o);if(!l.ok){let S=await l.text(),x=null;try{x=JSON.parse(S)}catch (e2){}throw new (0, _chunkOEIQFP6Tjs.b)({status:l.status,error:x||S,message:_optionalChain([x, 'optionalAccess', _2 => _2.error])||_optionalChain([x, 'optionalAccess', _3 => _3.message])||"A server error occurred. HTTPStatus: "+l.status})}return l}}function ie(u){return new Promise(o=>setTimeout(o,u))}function v(u){return _nullishCoalesce(u.company, () => (_optionalChain([u, 'access', _4 => _4.user, 'optionalAccess', _5 => _5.company])))}function p(u){return[...u]}function Ce(u={}){let o=u.baseUrl||"https://api.rehive.com",l=be(u.storage),S=u.token,x=_nullishCoalesce(u.enableCrossTabSync, () => (!0)),M="rehive_auth_state",Q=_chunkOEIQFP6Tjs.c.call(void 0, globalThis.fetch),P=_chunkHWXE5WBFjs.a.call(void 0, {baseUrl:o,responseStyle:"data",fetch:Ie(Q)}),y=[],b=-1,C=[],L=[],O=[],z=[],I=null,D=!1,k=null,F=!1,j=null,E=null,B=null,H=null;function X(e){return Date.now()>=e-30*1e3}function f(e){return e.activeSessionIndex>=0&&e.activeSessionIndex<e.sessions.length?e.sessions[e.activeSessionIndex]:null}function U(){return{sessions:p(y),activeSessionIndex:b}}function m(){return f(U())}function J(e=U()){let s=f(e),t=!S&&!s&&e.sessions.length>0;return{pending:t,expiredSession:t?H:null,remainingSessions:t?p(e.sessions):[]}}function Y(e=U()){return!F&&!S?"loading":D?"refreshing":S||f(e)?"authenticated":e.sessions.length>0?"recoverable":"unauthenticated"}function K(){if(E)return E;let e=U();return E={status:Y(e),session:f(e),sessions:e.sessions,activeSessionIndex:e.activeSessionIndex,isRefreshing:D,initialized:F||!!S,error:B,recovery:J(e)},E}function ae(){E=null}function ue(e){let s=K(),t={...e,snapshot:s};z.forEach(n=>n(t))}function w(e){ae();let s=K();C.forEach(t=>t(s.session)),L.forEach(t=>t(s.error)),O.forEach(t=>t(s)),e&&ue(e)}function _(e){B=e}async function ce(e){S||await l.setItem(M,JSON.stringify(e))}async function d(e,s={}){y=p(e.sessions),b=e.activeSessionIndex>=0&&e.activeSessionIndex<y.length?e.activeSessionIndex:-1,(s.clearExpiredSession||b>=0||y.length===0)&&(H=null),Object.prototype.hasOwnProperty.call(s,"expiredSession")&&(H=_nullishCoalesce(s.expiredSession, () => (null))),Object.prototype.hasOwnProperty.call(s,"error")&&_(_nullishCoalesce(s.error, () => (null)));try{await ce({sessions:y,activeSessionIndex:b})}catch(t){console.error("Failed to save auth state:",t),!B&&t instanceof Error&&_(t)}w(s.event)}async function h(){if(k)return k;k=(async()=>{let e={sessions:[],activeSessionIndex:-1};try{let s=await l.getItem(M);if(s){let t=JSON.parse(s);e.sessions=Array.isArray(t.sessions)?t.sessions:[],e.activeSessionIndex=typeof t.activeSessionIndex=="number"?t.activeSessionIndex:-1}}catch(s){console.error("Failed to load auth state:",s)}return y=e.sessions,b=e.activeSessionIndex>=0&&e.activeSessionIndex<e.sessions.length?e.activeSessionIndex:-1,{sessions:p(y),activeSessionIndex:b}})();try{return await k}finally{k=null}}function le(){typeof window<"u"&&window.addEventListener("storage",e=>{if(e.key===M){if(!e.newValue){d({sessions:[],activeSessionIndex:-1},{clearExpiredSession:!0});return}try{let s=JSON.parse(e.newValue);d({sessions:Array.isArray(s.sessions)?s.sessions:[],activeSessionIndex:typeof s.activeSessionIndex=="number"?s.activeSessionIndex:-1},{})}catch(s){console.error("Failed to sync auth state from storage event:",s)}}})}async function c(){if(!F)return j||(j=(async()=>{S||(x&&le(),await h()),F=!0,w({type:"initialized"})})(),j)}async function q(e){let s=await Q(`${o.replace(/\/$/,"")}/3/user/`,{headers:{Authorization:`Token ${e}`,"Content-Type":"application/json"}});if(!s.ok){let n=await s.text(),r=null;try{r=JSON.parse(n)}catch (e3){}throw new (0, _chunkOEIQFP6Tjs.b)({status:s.status,error:r||n,message:_optionalChain([r, 'optionalAccess', _6 => _6.error])||_optionalChain([r, 'optionalAccess', _7 => _7.message])||"A server error occurred. HTTPStatus: "+s.status})}let t=await s.json();return _nullishCoalesce(_optionalChain([t, 'optionalAccess', _8 => _8.data]), () => (t))}async function N(e,s){await c();let t=await h(),n=v(e),r=t.sessions.findIndex(a=>a.user.id===e.user.id&&v(a)===n),i;if(r>=0){let a=p(t.sessions);a[r]=e,i={sessions:a,activeSessionIndex:r}}else i={sessions:[...t.sessions,e],activeSessionIndex:t.sessions.length};return await d(i,{clearExpiredSession:!0,error:null,event:{type:s,session:e}}),e}S||c().catch(console.error);async function de(e){await c();try{let s=_nullishCoalesce(e.session_duration, () => (900)),t={user:e.user,password:e.password,company:e.company,session_duration:s,auth_method:"token"},n=await _chunkHWXE5WBFjs.c.call(void 0, {client:P,body:t,throwOnError:!0}),r=_nullishCoalesce(_optionalChain([n, 'optionalAccess', _9 => _9.data]), () => (n));return await N({user:r.user,token:r.token,refresh_token:r.refresh_token,challenges:r.challenges,expires:r.expires,session_duration:s,company:e.company},"login")}catch(s){let t=s instanceof _chunkOEIQFP6Tjs.b?s:new Error("Login failed");throw _(t),w({type:"error",error:t}),s}}async function Se(e){await c();try{let s=_nullishCoalesce(e.session_duration, () => (900)),t={email:e.email,mobile:e.mobile,username:e.username,company:e.company,password1:e.password,password2:e.password,first_name:e.first_name,last_name:e.last_name,terms_and_conditions:e.terms_and_conditions,privacy_policy:e.privacy_policy,session_duration:s},n=await _chunkHWXE5WBFjs.f.call(void 0, {client:P,body:t,throwOnError:!0}),r=_nullishCoalesce(_optionalChain([n, 'optionalAccess', _10 => _10.data]), () => (n));return await N({user:r.user,token:r.token,refresh_token:r.refresh_token,challenges:r.challenges,expires:r.expires,session_duration:s,company:e.company},"register")}catch(s){let t=s instanceof _chunkOEIQFP6Tjs.b?s:new Error("Registration failed");throw _(t),w({type:"error",error:t}),s}}async function he(e){await c();try{let s=await _chunkHWXE5WBFjs.b.call(void 0, {client:P,body:e,throwOnError:!0}),t=_nullishCoalesce(_optionalChain([s, 'optionalAccess', _11 => _11.data]), () => (s)),n=typeof e.company=="string"?e.company:_optionalChain([e, 'access', _12 => _12.company, 'optionalAccess', _13 => _13.id]);return await N({user:t.user,token:t.token,refresh_token:t.refresh_token,challenges:t.challenges,expires:t.expires,session_duration:900,company:n},"register-company")}catch(s){let t=s instanceof _chunkOEIQFP6Tjs.b?s:new Error("Company registration failed");throw _(t),w({type:"error",error:t}),s}}async function pe(){await c();let e=await h(),s=f(e);if(_optionalChain([s, 'optionalAccess', _14 => _14.token]))try{await _chunkHWXE5WBFjs.d.call(void 0, {client:P,body:{clear_session_option:"none"},headers:{Authorization:`Token ${s.token}`},throwOnError:!0})}catch (e4){}await d({sessions:e.sessions.filter((t,n)=>n!==e.activeSessionIndex),activeSessionIndex:-1},{clearExpiredSession:!0,error:null,event:{type:"logout",session:s}})}async function ye(){await c();let e=await h();await Promise.all(e.sessions.map(async s=>{try{await _chunkHWXE5WBFjs.d.call(void 0, {client:P,body:{clear_session_option:"none"},headers:{Authorization:`Token ${s.token}`},throwOnError:!0})}catch (e5){}})),await d({sessions:[],activeSessionIndex:-1},{clearExpiredSession:!0,error:null,event:{type:"logout-all"}})}async function W(){return I||(I=(async()=>{D=!0,w();let e=null;try{let s=await h(),t=s.activeSessionIndex,n=f(s);if(e=n,t<0||!_optionalChain([n, 'optionalAccess', _15 => _15.token])||!n.refresh_token)throw new Error("No active session, token, or refresh token found");let r=await _chunkHWXE5WBFjs.e.call(void 0, {client:P,body:{session_duration:_nullishCoalesce(n.session_duration, () => (900))},headers:{Authorization:`Refresh-Token ${n.refresh_token}`},throwOnError:!0}),i=_nullishCoalesce(_optionalChain([r, 'optionalAccess', _16 => _16.data]), () => (r)),a=p(s.sessions);a[t]={...n,token:_nullishCoalesce(i.token, () => (n.token)),refresh_token:_nullishCoalesce(i.refresh_token, () => (n.refresh_token)),expires:_nullishCoalesce(i.expires, () => (n.expires)),session_duration:_nullishCoalesce(n.session_duration, () => (900)),company:v(n)},await d({sessions:a,activeSessionIndex:t},{clearExpiredSession:!0,error:null,event:{type:"refresh",session:a[t]}})}catch(s){let t=s instanceof _chunkOEIQFP6Tjs.b?s:new Error("Refresh failed"),n=await h(),r=_nullishCoalesce(e, () => (f(n))),i=n.sessions.filter((a,A)=>A!==n.activeSessionIndex);throw await d({sessions:i,activeSessionIndex:-1},{expiredSession:_nullishCoalesce(r, () => (null)),error:t,event:{type:"session-expired",session:r,error:t}}),s}finally{D=!1,I=null,w()}})(),I)}async function fe(){if(S)return S;await c();let e=m();if(e){if(e.expires&&X(e.expires)){try{await W()}catch (e6){return}return _optionalChain([m, 'call', _17 => _17(), 'optionalAccess', _18 => _18.token])}return e.token}}async function me(e,s){await c();let t=await h(),n=t.sessions.findIndex(i=>i.user.id===e&&v(i)===s);if(n===-1)return null;await d({sessions:t.sessions,activeSessionIndex:n},{clearExpiredSession:!0,error:null,event:{type:"session-switched",session:t.sessions[n]}});let r=m();return _optionalChain([r, 'optionalAccess', _19 => _19.expires])&&X(r.expires)?(await W(),m()):r}async function ge(){await c(),await d({sessions:[],activeSessionIndex:-1},{clearExpiredSession:!0,error:null,event:{type:"session-cleared"}})}async function ve(e){await c();let s=await h(),t=s.activeSessionIndex;if(t<0||t>=s.sessions.length)return;let n=s.sessions[t],r=p(s.sessions);r[t]={...n,challenges:_optionalChain([n, 'access', _20 => _20.challenges, 'optionalAccess', _21 => _21.filter, 'call', _22 => _22(i=>i.id!==e)])||[]},await d({sessions:r,activeSessionIndex:t},{error:null})}async function we(e,s={}){await c();let t=await q(e),n=_nullishCoalesce(s.sessionDuration, () => (900));return N({user:t,token:e,refresh_token:"",challenges:[],expires:_nullishCoalesce(s.expires, () => (Date.now()+720*60*60*1e3)),session_duration:n,company:_nullishCoalesce(s.company, () => (_optionalChain([t, 'optionalAccess', _23 => _23.company])))},"session-imported")}async function Ae(e={}){if(await c(),!_optionalChain([m, 'call', _24 => _24(), 'optionalAccess', _25 => _25.token]))return!1;let s=_nullishCoalesce(e.retryCount, () => (1)),t=_nullishCoalesce(e.retryDelayMs, () => (400)),n=!1;for(let r=0;r<=s;r+=1){let i=m();if(!_optionalChain([i, 'optionalAccess', _26 => _26.token]))return!1;try{return await q(i.token),!0}catch(a){let A=a instanceof _chunkOEIQFP6Tjs.b||typeof a=="object"&&a&&"status"in a&&typeof a.status=="number"?a.status:void 0;if(A===401||A===403){if(!n&&i.refresh_token){n=!0;try{await W()}catch (e7){return await $(),!1}let T=m();if(!_optionalChain([T, 'optionalAccess', _27 => _27.token]))return!1;try{return await q(T.token),!0}catch (e8){return await $(),!1}}if(r<s){await ie(t);continue}return await $(),!1}if(r<s){await ie(t);continue}return!1}}return!1}async function xe(){await c();let e=await h(),s=e.activeSessionIndex,t=f(e);if(s<0||!_optionalChain([t, 'optionalAccess', _28 => _28.token]))return null;let n=await q(t.token),r={...t,user:{...t.user,...n},company:_nullishCoalesce(_optionalChain([n, 'optionalAccess', _29 => _29.company]), () => (v(t)))},i=p(e.sessions);return i[s]=r,await d({sessions:i,activeSessionIndex:s},{error:null,event:{type:"session-updated",session:r}}),r}async function Pe(e,s,t){await c();let n=await h(),r=n.sessions.findIndex(T=>T.user.id===e&&v(T)===s);if(r===-1)return null;let i=n.sessions[r],a=typeof t=="function"?t(i):{...i,...t,user:t.user?{...i.user,...t.user}:i.user,company:_nullishCoalesce(_nullishCoalesce(t.company, () => (_optionalChain([t, 'access', _30 => _30.user, 'optionalAccess', _31 => _31.company]))), () => (v(i)))},A=p(n.sessions);return A[r]=a,await d({sessions:A,activeSessionIndex:n.activeSessionIndex},{error:null,event:{type:"session-updated",session:a}}),a}async function $(){await c();let e=await h(),s=f(e);if(!s)return J(e);let t={sessions:e.sessions.filter((n,r)=>r!==e.activeSessionIndex),activeSessionIndex:-1};return await d(t,{expiredSession:s,error:null,event:{type:"session-expired",session:s}}),J()}return{login:de,register:Se,registerCompany:he,logout:pe,logoutAll:ye,refresh:W,getToken:fe,getActiveSession:m,getSessions:()=>p(y),getSessionsByCompany:e=>y.filter(s=>v(s)===e),getState:K,getStatus:()=>Y(),getRecoveryState:()=>J(),switchToSession:me,clearAllSessions:ge,deleteChallenge:ve,importToken:we,validateActiveSession:Ae,syncActiveSessionUser:xe,updateSession:Pe,expireActiveSession:$,subscribe(e){return C.push(e),()=>{C=C.filter(s=>s!==e)}},subscribeToErrors(e){return L.push(e),()=>{L=L.filter(s=>s!==e)}},subscribeToState(e){return O.push(e),()=>{O=O.filter(s=>s!==e)}},subscribeToEvents(e){return z.push(e),()=>{z=z.filter(s=>s!==e)}},get baseUrl(){return o}}}exports.a = V; exports.b = R; exports.c = oe; exports.d = Ce;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as Z,b as ee,c as se,d as G,e as te,f as ne}from"./chunk-ZUZHOLAX.mjs";import{b as g,c as re}from"./chunk-S4QKN5WW.mjs";var V=class{async getItem(o){return typeof window<"u"&&window.localStorage?window.localStorage.getItem(o):null}async setItem(o,l){typeof window<"u"&&window.localStorage&&window.localStorage.setItem(o,l)}async removeItem(o){typeof window<"u"&&window.localStorage&&window.localStorage.removeItem(o)}},R=class{constructor(){this.storage=new Map}async getItem(o){return this.storage.get(o)||null}async setItem(o,l){this.storage.set(o,l)}async removeItem(o){this.storage.delete(o)}},oe=class{constructor(o){this.asyncStorage=o}async getItem(o){return this.asyncStorage.getItem(o)}async setItem(o,l){return this.asyncStorage.setItem(o,l)}async removeItem(o){return this.asyncStorage.removeItem(o)}};function be(u){return!u||u==="local"?typeof window<"u"&&window.localStorage?new V:new R:u==="memory"?new R:u}function Ie(u){return async(...o)=>{let l=await u(...o);if(!l.ok){let S=await l.text(),x=null;try{x=JSON.parse(S)}catch{}throw new g({status:l.status,error:x||S,message:x?.error||x?.message||"A server error occurred. HTTPStatus: "+l.status})}return l}}function ie(u){return new Promise(o=>setTimeout(o,u))}function v(u){return u.company??u.user?.company}function p(u){return[...u]}function Ce(u={}){let o=u.baseUrl||"https://api.rehive.com",l=be(u.storage),S=u.token,x=u.enableCrossTabSync??!0,M="rehive_auth_state",Q=re(globalThis.fetch),P=Z({baseUrl:o,responseStyle:"data",fetch:Ie(Q)}),y=[],b=-1,C=[],L=[],O=[],z=[],I=null,D=!1,k=null,F=!1,j=null,E=null,B=null,H=null;function X(e){return Date.now()>=e-30*1e3}function f(e){return e.activeSessionIndex>=0&&e.activeSessionIndex<e.sessions.length?e.sessions[e.activeSessionIndex]:null}function U(){return{sessions:p(y),activeSessionIndex:b}}function m(){return f(U())}function J(e=U()){let s=f(e),t=!S&&!s&&e.sessions.length>0;return{pending:t,expiredSession:t?H:null,remainingSessions:t?p(e.sessions):[]}}function Y(e=U()){return!F&&!S?"loading":D?"refreshing":S||f(e)?"authenticated":e.sessions.length>0?"recoverable":"unauthenticated"}function K(){if(E)return E;let e=U();return E={status:Y(e),session:f(e),sessions:e.sessions,activeSessionIndex:e.activeSessionIndex,isRefreshing:D,initialized:F||!!S,error:B,recovery:J(e)},E}function ae(){E=null}function ue(e){let s=K(),t={...e,snapshot:s};z.forEach(n=>n(t))}function w(e){ae();let s=K();C.forEach(t=>t(s.session)),L.forEach(t=>t(s.error)),O.forEach(t=>t(s)),e&&ue(e)}function _(e){B=e}async function ce(e){S||await l.setItem(M,JSON.stringify(e))}async function d(e,s={}){y=p(e.sessions),b=e.activeSessionIndex>=0&&e.activeSessionIndex<y.length?e.activeSessionIndex:-1,(s.clearExpiredSession||b>=0||y.length===0)&&(H=null),Object.prototype.hasOwnProperty.call(s,"expiredSession")&&(H=s.expiredSession??null),Object.prototype.hasOwnProperty.call(s,"error")&&_(s.error??null);try{await ce({sessions:y,activeSessionIndex:b})}catch(t){console.error("Failed to save auth state:",t),!B&&t instanceof Error&&_(t)}w(s.event)}async function h(){if(k)return k;k=(async()=>{let e={sessions:[],activeSessionIndex:-1};try{let s=await l.getItem(M);if(s){let t=JSON.parse(s);e.sessions=Array.isArray(t.sessions)?t.sessions:[],e.activeSessionIndex=typeof t.activeSessionIndex=="number"?t.activeSessionIndex:-1}}catch(s){console.error("Failed to load auth state:",s)}return y=e.sessions,b=e.activeSessionIndex>=0&&e.activeSessionIndex<e.sessions.length?e.activeSessionIndex:-1,{sessions:p(y),activeSessionIndex:b}})();try{return await k}finally{k=null}}function le(){typeof window<"u"&&window.addEventListener("storage",e=>{if(e.key===M){if(!e.newValue){d({sessions:[],activeSessionIndex:-1},{clearExpiredSession:!0});return}try{let s=JSON.parse(e.newValue);d({sessions:Array.isArray(s.sessions)?s.sessions:[],activeSessionIndex:typeof s.activeSessionIndex=="number"?s.activeSessionIndex:-1},{})}catch(s){console.error("Failed to sync auth state from storage event:",s)}}})}async function c(){if(!F)return j||(j=(async()=>{S||(x&&le(),await h()),F=!0,w({type:"initialized"})})(),j)}async function q(e){let s=await Q(`${o.replace(/\/$/,"")}/3/user/`,{headers:{Authorization:`Token ${e}`,"Content-Type":"application/json"}});if(!s.ok){let n=await s.text(),r=null;try{r=JSON.parse(n)}catch{}throw new g({status:s.status,error:r||n,message:r?.error||r?.message||"A server error occurred. HTTPStatus: "+s.status})}let t=await s.json();return t?.data??t}async function N(e,s){await c();let t=await h(),n=v(e),r=t.sessions.findIndex(a=>a.user.id===e.user.id&&v(a)===n),i;if(r>=0){let a=p(t.sessions);a[r]=e,i={sessions:a,activeSessionIndex:r}}else i={sessions:[...t.sessions,e],activeSessionIndex:t.sessions.length};return await d(i,{clearExpiredSession:!0,error:null,event:{type:s,session:e}}),e}S||c().catch(console.error);async function de(e){await c();try{let s=e.session_duration??900,t={user:e.user,password:e.password,company:e.company,session_duration:s,auth_method:"token"},n=await se({client:P,body:t,throwOnError:!0}),r=n?.data??n;return await N({user:r.user,token:r.token,refresh_token:r.refresh_token,challenges:r.challenges,expires:r.expires,session_duration:s,company:e.company},"login")}catch(s){let t=s instanceof g?s:new Error("Login failed");throw _(t),w({type:"error",error:t}),s}}async function Se(e){await c();try{let s=e.session_duration??900,t={email:e.email,mobile:e.mobile,username:e.username,company:e.company,password1:e.password,password2:e.password,first_name:e.first_name,last_name:e.last_name,terms_and_conditions:e.terms_and_conditions,privacy_policy:e.privacy_policy,session_duration:s},n=await ne({client:P,body:t,throwOnError:!0}),r=n?.data??n;return await N({user:r.user,token:r.token,refresh_token:r.refresh_token,challenges:r.challenges,expires:r.expires,session_duration:s,company:e.company},"register")}catch(s){let t=s instanceof g?s:new Error("Registration failed");throw _(t),w({type:"error",error:t}),s}}async function he(e){await c();try{let s=await ee({client:P,body:e,throwOnError:!0}),t=s?.data??s,n=typeof e.company=="string"?e.company:e.company?.id;return await N({user:t.user,token:t.token,refresh_token:t.refresh_token,challenges:t.challenges,expires:t.expires,session_duration:900,company:n},"register-company")}catch(s){let t=s instanceof g?s:new Error("Company registration failed");throw _(t),w({type:"error",error:t}),s}}async function pe(){await c();let e=await h(),s=f(e);if(s?.token)try{await G({client:P,body:{clear_session_option:"none"},headers:{Authorization:`Token ${s.token}`},throwOnError:!0})}catch{}await d({sessions:e.sessions.filter((t,n)=>n!==e.activeSessionIndex),activeSessionIndex:-1},{clearExpiredSession:!0,error:null,event:{type:"logout",session:s}})}async function ye(){await c();let e=await h();await Promise.all(e.sessions.map(async s=>{try{await G({client:P,body:{clear_session_option:"none"},headers:{Authorization:`Token ${s.token}`},throwOnError:!0})}catch{}})),await d({sessions:[],activeSessionIndex:-1},{clearExpiredSession:!0,error:null,event:{type:"logout-all"}})}async function W(){return I||(I=(async()=>{D=!0,w();let e=null;try{let s=await h(),t=s.activeSessionIndex,n=f(s);if(e=n,t<0||!n?.token||!n.refresh_token)throw new Error("No active session, token, or refresh token found");let r=await te({client:P,body:{session_duration:n.session_duration??900},headers:{Authorization:`Refresh-Token ${n.refresh_token}`},throwOnError:!0}),i=r?.data??r,a=p(s.sessions);a[t]={...n,token:i.token??n.token,refresh_token:i.refresh_token??n.refresh_token,expires:i.expires??n.expires,session_duration:n.session_duration??900,company:v(n)},await d({sessions:a,activeSessionIndex:t},{clearExpiredSession:!0,error:null,event:{type:"refresh",session:a[t]}})}catch(s){let t=s instanceof g?s:new Error("Refresh failed"),n=await h(),r=e??f(n),i=n.sessions.filter((a,A)=>A!==n.activeSessionIndex);throw await d({sessions:i,activeSessionIndex:-1},{expiredSession:r??null,error:t,event:{type:"session-expired",session:r,error:t}}),s}finally{D=!1,I=null,w()}})(),I)}async function fe(){if(S)return S;await c();let e=m();if(e){if(e.expires&&X(e.expires)){try{await W()}catch{return}return m()?.token}return e.token}}async function me(e,s){await c();let t=await h(),n=t.sessions.findIndex(i=>i.user.id===e&&v(i)===s);if(n===-1)return null;await d({sessions:t.sessions,activeSessionIndex:n},{clearExpiredSession:!0,error:null,event:{type:"session-switched",session:t.sessions[n]}});let r=m();return r?.expires&&X(r.expires)?(await W(),m()):r}async function ge(){await c(),await d({sessions:[],activeSessionIndex:-1},{clearExpiredSession:!0,error:null,event:{type:"session-cleared"}})}async function ve(e){await c();let s=await h(),t=s.activeSessionIndex;if(t<0||t>=s.sessions.length)return;let n=s.sessions[t],r=p(s.sessions);r[t]={...n,challenges:n.challenges?.filter(i=>i.id!==e)||[]},await d({sessions:r,activeSessionIndex:t},{error:null})}async function we(e,s={}){await c();let t=await q(e),n=s.sessionDuration??900;return N({user:t,token:e,refresh_token:"",challenges:[],expires:s.expires??Date.now()+720*60*60*1e3,session_duration:n,company:s.company??t?.company},"session-imported")}async function Ae(e={}){if(await c(),!m()?.token)return!1;let s=e.retryCount??1,t=e.retryDelayMs??400,n=!1;for(let r=0;r<=s;r+=1){let i=m();if(!i?.token)return!1;try{return await q(i.token),!0}catch(a){let A=a instanceof g||typeof a=="object"&&a&&"status"in a&&typeof a.status=="number"?a.status:void 0;if(A===401||A===403){if(!n&&i.refresh_token){n=!0;try{await W()}catch{return await $(),!1}let T=m();if(!T?.token)return!1;try{return await q(T.token),!0}catch{return await $(),!1}}if(r<s){await ie(t);continue}return await $(),!1}if(r<s){await ie(t);continue}return!1}}return!1}async function xe(){await c();let e=await h(),s=e.activeSessionIndex,t=f(e);if(s<0||!t?.token)return null;let n=await q(t.token),r={...t,user:{...t.user,...n},company:n?.company??v(t)},i=p(e.sessions);return i[s]=r,await d({sessions:i,activeSessionIndex:s},{error:null,event:{type:"session-updated",session:r}}),r}async function Pe(e,s,t){await c();let n=await h(),r=n.sessions.findIndex(T=>T.user.id===e&&v(T)===s);if(r===-1)return null;let i=n.sessions[r],a=typeof t=="function"?t(i):{...i,...t,user:t.user?{...i.user,...t.user}:i.user,company:t.company??t.user?.company??v(i)},A=p(n.sessions);return A[r]=a,await d({sessions:A,activeSessionIndex:n.activeSessionIndex},{error:null,event:{type:"session-updated",session:a}}),a}async function $(){await c();let e=await h(),s=f(e);if(!s)return J(e);let t={sessions:e.sessions.filter((n,r)=>r!==e.activeSessionIndex),activeSessionIndex:-1};return await d(t,{expiredSession:s,error:null,event:{type:"session-expired",session:s}}),J()}return{login:de,register:Se,registerCompany:he,logout:pe,logoutAll:ye,refresh:W,getToken:fe,getActiveSession:m,getSessions:()=>p(y),getSessionsByCompany:e=>y.filter(s=>v(s)===e),getState:K,getStatus:()=>Y(),getRecoveryState:()=>J(),switchToSession:me,clearAllSessions:ge,deleteChallenge:ve,importToken:we,validateActiveSession:Ae,syncActiveSessionUser:xe,updateSession:Pe,expireActiveSession:$,subscribe(e){return C.push(e),()=>{C=C.filter(s=>s!==e)}},subscribeToErrors(e){return L.push(e),()=>{L=L.filter(s=>s!==e)}},subscribeToState(e){return O.push(e),()=>{O=O.filter(s=>s!==e)}},subscribeToEvents(e){return z.push(e),()=>{z=z.filter(s=>s!==e)}},get baseUrl(){return o}}}export{V as a,R as b,oe as c,Ce as d};
|
|
@@ -18519,8 +18519,33 @@ interface AuthState {
|
|
|
18519
18519
|
sessions: AuthSession[];
|
|
18520
18520
|
activeSessionIndex: number;
|
|
18521
18521
|
}
|
|
18522
|
+
type AuthStatus = 'loading' | 'authenticated' | 'refreshing' | 'recoverable' | 'unauthenticated';
|
|
18523
|
+
interface AuthRecoveryState {
|
|
18524
|
+
pending: boolean;
|
|
18525
|
+
expiredSession: AuthSession | null;
|
|
18526
|
+
remainingSessions: AuthSession[];
|
|
18527
|
+
}
|
|
18528
|
+
interface AuthSnapshot {
|
|
18529
|
+
status: AuthStatus;
|
|
18530
|
+
session: AuthSession | null;
|
|
18531
|
+
sessions: AuthSession[];
|
|
18532
|
+
activeSessionIndex: number;
|
|
18533
|
+
isRefreshing: boolean;
|
|
18534
|
+
initialized: boolean;
|
|
18535
|
+
error: Error | null;
|
|
18536
|
+
recovery: AuthRecoveryState;
|
|
18537
|
+
}
|
|
18538
|
+
type AuthEventType = 'initialized' | 'login' | 'register' | 'register-company' | 'logout' | 'logout-all' | 'refresh' | 'session-imported' | 'session-updated' | 'session-switched' | 'session-expired' | 'session-cleared' | 'error';
|
|
18539
|
+
interface AuthEvent {
|
|
18540
|
+
type: AuthEventType;
|
|
18541
|
+
snapshot: AuthSnapshot;
|
|
18542
|
+
session?: AuthSession | null;
|
|
18543
|
+
error?: Error | null;
|
|
18544
|
+
}
|
|
18522
18545
|
type SessionListener = (session: AuthSession | null) => void;
|
|
18523
18546
|
type ErrorListener = (error: Error | null) => void;
|
|
18547
|
+
type AuthStateListener = (snapshot: AuthSnapshot) => void;
|
|
18548
|
+
type AuthEventListener = (event: AuthEvent) => void;
|
|
18524
18549
|
|
|
18525
18550
|
type LoginParams = {
|
|
18526
18551
|
user: string;
|
|
@@ -18541,6 +18566,16 @@ type RegisterParams = {
|
|
|
18541
18566
|
session_duration?: number;
|
|
18542
18567
|
};
|
|
18543
18568
|
type RegisterCompanyParams = RegisterCompanyRequestWritable;
|
|
18569
|
+
interface ImportTokenOptions {
|
|
18570
|
+
company?: string;
|
|
18571
|
+
expires?: number;
|
|
18572
|
+
sessionDuration?: number;
|
|
18573
|
+
}
|
|
18574
|
+
interface ValidateSessionOptions {
|
|
18575
|
+
retryCount?: number;
|
|
18576
|
+
retryDelayMs?: number;
|
|
18577
|
+
}
|
|
18578
|
+
type SessionPatch = Partial<AuthSession> | ((session: AuthSession) => AuthSession);
|
|
18544
18579
|
interface AuthConfig {
|
|
18545
18580
|
baseUrl?: string;
|
|
18546
18581
|
storage?: 'local' | 'memory' | StorageAdapter;
|
|
@@ -18558,13 +18593,23 @@ interface Auth {
|
|
|
18558
18593
|
getActiveSession(): AuthSession | null;
|
|
18559
18594
|
getSessions(): AuthSession[];
|
|
18560
18595
|
getSessionsByCompany(company: string): AuthSession[];
|
|
18596
|
+
getState(): AuthSnapshot;
|
|
18597
|
+
getStatus(): AuthStatus;
|
|
18598
|
+
getRecoveryState(): AuthRecoveryState;
|
|
18561
18599
|
switchToSession(userId: string, company?: string): Promise<AuthSession | null>;
|
|
18562
18600
|
clearAllSessions(): Promise<void>;
|
|
18563
18601
|
deleteChallenge(challengeId: string): Promise<void>;
|
|
18602
|
+
importToken(token: string, options?: ImportTokenOptions): Promise<AuthSession>;
|
|
18603
|
+
validateActiveSession(options?: ValidateSessionOptions): Promise<boolean>;
|
|
18604
|
+
syncActiveSessionUser(): Promise<AuthSession | null>;
|
|
18605
|
+
updateSession(userId: string, company: string | undefined, patch: SessionPatch): Promise<AuthSession | null>;
|
|
18606
|
+
expireActiveSession(): Promise<AuthRecoveryState>;
|
|
18564
18607
|
subscribe(listener: SessionListener): () => void;
|
|
18565
18608
|
subscribeToErrors(listener: ErrorListener): () => void;
|
|
18609
|
+
subscribeToState(listener: AuthStateListener): () => void;
|
|
18610
|
+
subscribeToEvents(listener: AuthEventListener): () => void;
|
|
18566
18611
|
readonly baseUrl: string;
|
|
18567
18612
|
}
|
|
18568
18613
|
declare function createAuth(config?: AuthConfig): Auth;
|
|
18569
18614
|
|
|
18570
|
-
export { type AuthEmailVerifyResendResponses as $, type Auth as A, type AccountsCurrenciesUpdateData as B, type AccountsCurrenciesUpdateResponses as C, type AccountsCurrenciesFeesListData as D, type ErrorListener as E, type AccountsCurrenciesFeesListResponses as F, type AccountsCurrenciesFeesRetrieveData as G, type AccountsCurrenciesFeesRetrieveResponses as H, type AccountsCurrenciesLimitsListData as I, type AccountsCurrenciesLimitsListResponses as J, type AccountsCurrenciesLimitsRetrieveData as K, type LoginParams as L, type AccountsCurrenciesLimitsRetrieveResponses as M, type AuthRetrieveData as N, type AuthRetrieveResponses as O, type AuthRegisterCompanyData as P, type AuthRegisterCompanyResponses as Q, type RegisterParams as R, type SessionListener as S, type AuthDeactivateData as T, type UserSession as U, type AuthDeactivateResponses as V, type AuthDeactivateVerifyData as W, type AuthDeactivateVerifyResponses as X, type AuthEmailVerifyData as Y, type AuthEmailVerifyResponses as Z, type AuthEmailVerifyResendData as _, type AuthConfig as a, type CompanyCurrenciesRetrieveResponses as a$, type AuthJwtCreateData as a0, type AuthJwtCreateResponses as a1, type AuthLoginData as a2, type AuthLoginResponses as a3, type AuthLogoutData as a4, type AuthLogoutResponses as a5, type AuthMfaAuthenticatorsListData as a6, type AuthMfaAuthenticatorsListResponses as a7, type AuthMfaAuthenticatorsCreateData as a8, type AuthMfaAuthenticatorsCreateResponses as a9, type AuthPasswordResetConfirmData as aA, type AuthPasswordResetConfirmResponses as aB, type AuthRefreshCreateData as aC, type AuthRefreshCreateResponses as aD, type AuthRegisterData as aE, type AuthRegisterResponses as aF, type AuthRequestDeleteData as aG, type AuthRequestDeleteResponses as aH, type AuthRequestDeleteVerifyData as aI, type AuthRequestDeleteVerifyResponses as aJ, type AuthTokensListDestroyData as aK, type AuthTokensListDestroyResponses as aL, type AuthTokensListData as aM, type AuthTokensListResponses as aN, type AuthTokensCreateData as aO, type AuthTokensCreateResponses as aP, type AuthTokensDestroyData as aQ, type AuthTokensDestroyResponses as aR, type AuthTokensRetrieveData as aS, type AuthTokensRetrieveResponses as aT, type CompanyRetrieveData as aU, type CompanyRetrieveResponses as aV, type CompanyBankAccountsListData as aW, type CompanyBankAccountsListResponses as aX, type CompanyCurrenciesListData as aY, type CompanyCurrenciesListResponses as aZ, type CompanyCurrenciesRetrieveData as a_, type AuthMfaAuthenticatorsDestroyData as aa, type AuthMfaAuthenticatorsDestroyResponses as ab, type AuthMfaAuthenticatorsRetrieveData as ac, type AuthMfaAuthenticatorsRetrieveResponses as ad, type AuthMfaDeliverData as ae, type AuthMfaDeliverResponses as af, type AuthMfaVerifyData as ag, type AuthMfaVerifyResponses as ah, type AuthMobileVerifyData as ai, type AuthMobileVerifyResponses as aj, type AuthMobileVerifyResendData as ak, type AuthMobileVerifyResendResponses as al, type AuthOauthAuthorizeCreateData as am, type AuthOauthAuthorizeCreateResponses as an, type AuthOauthLoginCreateData as ao, type AuthOauthLoginCreateResponses as ap, type AuthOauthRegisterCreateData as aq, type AuthOauthRegisterCreateResponses as ar, type AuthOauthSessionCreateData as as, type AuthOauthSessionCreateResponses as at, type AuthOauthVerifyCreateData as au, type AuthOauthVerifyCreateResponses as av, type AuthPasswordChangeData as aw, type AuthPasswordChangeResponses as ax, type AuthPasswordResetData as ay, type AuthPasswordResetResponses as az, type RegisterCompanyParams as b, type PublicCompaniesListResponses as b$, type CompanyWalletAccountsListData as b0, type CompanyWalletAccountsListResponses as b1, type DocumentTypesListData as b2, type DocumentTypesListResponses as b3, type DocumentTypesRetrieveData as b4, type DocumentTypesRetrieveResponses as b5, type ExportsListData as b6, type ExportsListResponses as b7, type ExportsCreateData as b8, type ExportsCreateResponses as b9, type GroupsTiersLimitsListData as bA, type GroupsTiersLimitsListResponses as bB, type GroupsTiersLimitsRetrieveData as bC, type GroupsTiersLimitsRetrieveResponses as bD, type GroupsTiersRequirementSetsListData as bE, type GroupsTiersRequirementSetsListResponses as bF, type GroupsTiersRequirementSetsRetrieveData as bG, type GroupsTiersRequirementSetsRetrieveResponses as bH, type GroupsTiersRequirementSetsItemsListData as bI, type GroupsTiersRequirementSetsItemsListResponses as bJ, type GroupsTiersRequirementSetsItemsRetrieveData as bK, type GroupsTiersRequirementSetsItemsRetrieveResponses as bL, type MetricsListData as bM, type MetricsListResponses as bN, type MetricsCreateData as bO, type MetricsCreateResponses as bP, type MetricsDestroyData as bQ, type MetricsDestroyResponses as bR, type MetricsRetrieveData as bS, type MetricsRetrieveResponses as bT, type MetricsPointsListData as bU, type MetricsPointsListResponses as bV, type PermissionsListData as bW, type PermissionsListResponses as bX, type PermissionsRetrieveData as bY, type PermissionsRetrieveResponses as bZ, type PublicCompaniesListData as b_, type ExportsRetrieveData as ba, type ExportsRetrieveResponses as bb, type GroupsListData as bc, type GroupsListResponses as bd, type GroupsRetrieveData as be, type GroupsRetrieveResponses as bf, type GroupsFeesListData as bg, type GroupsFeesListResponses as bh, type GroupsFeesRetrieveData as bi, type GroupsFeesRetrieveResponses as bj, type GroupsLimitsListData as bk, type GroupsLimitsListResponses as bl, type GroupsLimitsRetrieveData as bm, type GroupsLimitsRetrieveResponses as bn, type GroupsPermissionsListData as bo, type GroupsPermissionsListResponses as bp, type GroupsPermissionsRetrieveData as bq, type GroupsPermissionsRetrieveResponses as br, type GroupsTiersListData as bs, type GroupsTiersListResponses as bt, type GroupsTiersRetrieveData as bu, type GroupsTiersRetrieveResponses as bv, type GroupsTiersFeesListData as bw, type GroupsTiersFeesListResponses as bx, type GroupsTiersFeesRetrieveData as by, type GroupsTiersFeesRetrieveResponses as bz, createAuth as c, type TransactionTotalsRetrieveResponses as c$, type PublicCompaniesRetrieveData as c0, type PublicCompaniesRetrieveResponses as c1, type PublicCompaniesGroupsListData as c2, type PublicCompaniesGroupsListResponses as c3, type PublicCompaniesGroupsRetrieveData as c4, type PublicCompaniesGroupsRetrieveResponses as c5, type PublicCompaniesLegalTermsListData as c6, type PublicCompaniesLegalTermsListResponses as c7, type PublicCompaniesLegalTermsRetrieveData as c8, type PublicCompaniesLegalTermsRetrieveResponses as c9, type SubtypesRetrieveData as cA, type SubtypesRetrieveResponses as cB, type TransactionCollectionsListData as cC, type TransactionCollectionsListResponses as cD, type TransactionCollectionsCreateData as cE, type TransactionCollectionsCreateResponses as cF, type TransactionCollectionsRetrieveData as cG, type TransactionCollectionsRetrieveResponses as cH, type TransactionsListData as cI, type TransactionsListResponses as cJ, type TransactionsCreateData as cK, type TransactionsCreateResponses as cL, type TransactionsRetrieveData as cM, type TransactionsRetrieveResponses as cN, type TransactionsPartialUpdateData as cO, type TransactionsPartialUpdateResponses as cP, type TransactionsUpdateData as cQ, type TransactionsUpdateResponses as cR, type TransactionsMessagesListData as cS, type TransactionsMessagesListResponses as cT, type TransactionsMessagesRetrieveData as cU, type TransactionsMessagesRetrieveResponses as cV, type TransactionsCreditCreateData as cW, type TransactionsCreditCreateResponses as cX, type TransactionsDebitCreateData as cY, type TransactionsDebitCreateResponses as cZ, type TransactionTotalsRetrieveData as c_, type PublicCompaniesLegalTermsVersionsListData as ca, type PublicCompaniesLegalTermsVersionsListResponses as cb, type PublicCompaniesLegalTermsVersionsRetrieveData as cc, type PublicCompaniesLegalTermsVersionsRetrieveResponses as cd, type PublicCompaniesOauthClientsListData as ce, type PublicCompaniesOauthClientsListResponses as cf, type PublicCompaniesOauthClientsRetrieveData as cg, type PublicCompaniesOauthClientsRetrieveResponses as ch, type PublicLegalTermsListData as ci, type PublicLegalTermsListResponses as cj, type PublicLegalTermsRetrieveData as ck, type PublicLegalTermsRetrieveResponses as cl, type PublicLegalTermsVersionsListData as cm, type PublicLegalTermsVersionsListResponses as cn, type PublicLegalTermsVersionsRetrieveData as co, type PublicLegalTermsVersionsRetrieveResponses as cp, type StatementsListData as cq, type StatementsListResponses as cr, type StatementsCreateData as cs, type StatementsCreateResponses as ct, type StatementsDestroyData as cu, type StatementsDestroyResponses as cv, type StatementsRetrieveData as cw, type StatementsRetrieveResponses as cx, type SubtypesListData as cy, type SubtypesListResponses as cz, type AuthSession as d, type UserCryptoAccountsUpdateData as d$, type TransactionsTransferCreateData as d0, type TransactionsTransferCreateResponses as d1, type UserRetrieveData as d2, type UserRetrieveResponses as d3, type UserPartialUpdateData as d4, type UserPartialUpdateResponses as d5, type UserUpdateData as d6, type UserUpdateResponses as d7, type UserAddressesListData as d8, type UserAddressesListResponses as d9, type UserBankAccountsAccountCurrenciesCreateResponses as dA, type UserBankAccountsAccountCurrenciesDestroyData as dB, type UserBankAccountsAccountCurrenciesDestroyResponses as dC, type UserBankAccountsAccountCurrenciesRetrieveData as dD, type UserBankAccountsAccountCurrenciesRetrieveResponses as dE, type UserBankAccountsCurrenciesListData as dF, type UserBankAccountsCurrenciesListResponses as dG, type UserBankAccountsCurrenciesCreateData as dH, type UserBankAccountsCurrenciesCreateResponses as dI, type UserBankAccountsCurrenciesDestroyData as dJ, type UserBankAccountsCurrenciesDestroyResponses as dK, type UserBankAccountsCurrenciesRetrieveData as dL, type UserBankAccountsCurrenciesRetrieveResponses as dM, type UserBankAccountsDocumentsRetrieveData as dN, type UserBankAccountsDocumentsRetrieveResponses as dO, type UserBankAccountsDocumentsRetrieve2Data as dP, type UserBankAccountsDocumentsRetrieve2Responses as dQ, type UserCryptoAccountsListData as dR, type UserCryptoAccountsListResponses as dS, type UserCryptoAccountsCreateData as dT, type UserCryptoAccountsCreateResponses as dU, type UserCryptoAccountsDestroyData as dV, type UserCryptoAccountsDestroyResponses as dW, type UserCryptoAccountsRetrieveData as dX, type UserCryptoAccountsRetrieveResponses as dY, type UserCryptoAccountsPartialUpdateData as dZ, type UserCryptoAccountsPartialUpdateResponses as d_, type UserAddressesCreateData as da, type UserAddressesCreateResponses as db, type UserAddressesDestroyData as dc, type UserAddressesDestroyResponses as dd, type UserAddressesRetrieveData as de, type UserAddressesRetrieveResponses as df, type UserAddressesPartialUpdateData as dg, type UserAddressesPartialUpdateResponses as dh, type UserAddressesUpdateData as di, type UserAddressesUpdateResponses as dj, type UserBankAccountsListData as dk, type UserBankAccountsListResponses as dl, type UserBankAccountsCreateData as dm, type UserBankAccountsCreateResponses as dn, type UserBankAccountsDestroyData as dp, type UserBankAccountsDestroyResponses as dq, type UserBankAccountsRetrieveData as dr, type UserBankAccountsRetrieveResponses as ds, type UserBankAccountsPartialUpdateData as dt, type UserBankAccountsPartialUpdateResponses as du, type UserBankAccountsUpdateData as dv, type UserBankAccountsUpdateResponses as dw, type UserBankAccountsAccountCurrenciesListData as dx, type UserBankAccountsAccountCurrenciesListResponses as dy, type UserBankAccountsAccountCurrenciesCreateData as dz, type AuthState as e, type UserLegalTermsRetrieveData as e$, type UserCryptoAccountsUpdateResponses as e0, type UserCryptoAccountsAccountCurrenciesListData as e1, type UserCryptoAccountsAccountCurrenciesListResponses as e2, type UserCryptoAccountsAccountCurrenciesCreateData as e3, type UserCryptoAccountsAccountCurrenciesCreateResponses as e4, type UserCryptoAccountsAccountCurrenciesDestroyData as e5, type UserCryptoAccountsAccountCurrenciesDestroyResponses as e6, type UserCryptoAccountsAccountCurrenciesRetrieveData as e7, type UserCryptoAccountsAccountCurrenciesRetrieveResponses as e8, type UserCryptoAccountsCurrenciesListData as e9, type UserDevicesUpdateResponses as eA, type UserDevicesAppsListData as eB, type UserDevicesAppsListResponses as eC, type UserDevicesAppsCreateData as eD, type UserDevicesAppsCreateResponses as eE, type UserDocumentsListData as eF, type UserDocumentsListResponses as eG, type UserDocumentsCreateData as eH, type UserDocumentsCreateResponses as eI, type UserDocumentsDestroyData as eJ, type UserDocumentsDestroyResponses as eK, type UserDocumentsRetrieveData as eL, type UserDocumentsRetrieveResponses as eM, type UserEmailsListData as eN, type UserEmailsListResponses as eO, type UserEmailsCreateData as eP, type UserEmailsCreateResponses as eQ, type UserEmailsDestroyData as eR, type UserEmailsDestroyResponses as eS, type UserEmailsRetrieveData as eT, type UserEmailsRetrieveResponses as eU, type UserEmailsPartialUpdateData as eV, type UserEmailsPartialUpdateResponses as eW, type UserEmailsUpdateData as eX, type UserEmailsUpdateResponses as eY, type UserLegalTermsListData as eZ, type UserLegalTermsListResponses as e_, type UserCryptoAccountsCurrenciesListResponses as ea, type UserCryptoAccountsCurrenciesCreateData as eb, type UserCryptoAccountsCurrenciesCreateResponses as ec, type UserCryptoAccountsCurrenciesDestroyData as ed, type UserCryptoAccountsCurrenciesDestroyResponses as ee, type UserCryptoAccountsCurrenciesRetrieveData as ef, type UserCryptoAccountsCurrenciesRetrieveResponses as eg, type UserDevicesListData as eh, type UserDevicesListResponses as ei, type UserDevicesCreateData as ej, type UserDevicesCreateResponses as ek, type UserDevicesAppsDestroyData as el, type UserDevicesAppsDestroyResponses as em, type UserDevicesAppsRetrieveData as en, type UserDevicesAppsRetrieveResponses as eo, type UserDevicesAppsPartialUpdateData as ep, type UserDevicesAppsPartialUpdateResponses as eq, type UserDevicesAppsUpdateData as er, type UserDevicesAppsUpdateResponses as es, type UserDevicesDestroyData as et, type UserDevicesDestroyResponses as eu, type UserDevicesRetrieveData as ev, type UserDevicesRetrieveResponses as ew, type UserDevicesPartialUpdateData as ex, type UserDevicesPartialUpdateResponses as ey, type UserDevicesUpdateData as ez, type StorageAdapter as f, type AccountAssetResponse as f$, type UserLegalTermsRetrieveResponses as f0, type UserLegalTermsVersionsListData as f1, type UserLegalTermsVersionsListResponses as f2, type UserLegalTermsVersionsRetrieveData as f3, type UserLegalTermsVersionsRetrieveResponses as f4, type UserLegalTermsVersionsPartialUpdateData as f5, type UserLegalTermsVersionsPartialUpdateResponses as f6, type UserLegalTermsVersionsUpdateData as f7, type UserLegalTermsVersionsUpdateResponses as f8, type UserMessagesListData as f9, type UserWalletAccountsUpdateResponses as fA, type UserWalletAccountsAccountCurrenciesListData as fB, type UserWalletAccountsAccountCurrenciesListResponses as fC, type UserWalletAccountsAccountCurrenciesCreateData as fD, type UserWalletAccountsAccountCurrenciesCreateResponses as fE, type UserWalletAccountsAccountCurrenciesDestroyData as fF, type UserWalletAccountsAccountCurrenciesDestroyResponses as fG, type UserWalletAccountsAccountCurrenciesRetrieveData as fH, type UserWalletAccountsAccountCurrenciesRetrieveResponses as fI, type UserWalletAccountsCurrenciesListData as fJ, type UserWalletAccountsCurrenciesListResponses as fK, type UserWalletAccountsCurrenciesCreateData as fL, type UserWalletAccountsCurrenciesCreateResponses as fM, type UserWalletAccountsCurrenciesDestroyData as fN, type UserWalletAccountsCurrenciesDestroyResponses as fO, type UserWalletAccountsCurrenciesRetrieveData as fP, type UserWalletAccountsCurrenciesRetrieveResponses as fQ, type ClientOptions as fR, type Account as fS, type AccountAccountAsset as fT, type AccountAccountAssetRequest as fU, type AccountAccountAssetResponse as fV, type AccountAsset as fW, type AccountAssetFee as fX, type AccountAssetLimit as fY, type AccountAssetLimitRequest as fZ, type AccountAssetLimitResponse as f_, type UserMessagesListResponses as fa, type UserMessagesRetrieveData as fb, type UserMessagesRetrieveResponses as fc, type UserMobilesListData as fd, type UserMobilesListResponses as fe, type UserMobilesCreateData as ff, type UserMobilesCreateResponses as fg, type UserMobilesDestroyData as fh, type UserMobilesDestroyResponses as fi, type UserMobilesRetrieveData as fj, type UserMobilesRetrieveResponses as fk, type UserMobilesPartialUpdateData as fl, type UserMobilesPartialUpdateResponses as fm, type UserMobilesUpdateData as fn, type UserMobilesUpdateResponses as fo, type UserWalletAccountsListData as fp, type UserWalletAccountsListResponses as fq, type UserWalletAccountsCreateData as fr, type UserWalletAccountsCreateResponses as fs, type UserWalletAccountsDestroyData as ft, type UserWalletAccountsDestroyResponses as fu, type UserWalletAccountsRetrieveData as fv, type UserWalletAccountsRetrieveResponses as fw, type UserWalletAccountsPartialUpdateData as fx, type UserWalletAccountsPartialUpdateResponses as fy, type UserWalletAccountsUpdateData as fz, type AccountCurrenciesListData as g, type CryptoAccountAsset as g$, type AccountAssetSettings as g0, type AccountAssetSettingsRequest as g1, type AccountDefinition as g2, type AccountDefinitionGroup as g3, type AccountDefinitionGroupAsset as g4, type AccountDefinitionResponse as g5, type AccountRequest as g6, type AccountResponse as g7, type ActionResponse as g8, type AdminAccountAssetFee as g9, type CompanyWalletAccount as gA, type CreateAccountAccountAssetRequest as gB, type CreateAuthTokenRequest as gC, type CreateCompanyRequest as gD, type CreateCreditTransactionRequest as gE, type CreateCryptoAccountAccountAssetRequest as gF, type CreateCryptoAccountAssetRequest as gG, type CreateCryptoAccountRequest as gH, type CreateDebitTransactionRequest as gI, type CreateDeviceAppRequest as gJ, type CreateDeviceRequest as gK, type CreateEmailRequest as gL, type CreateExportRequest as gM, type CreateJwtRequest as gN, type CreateMfaAuthenticatorRequest as gO, type CreateMetricRequest as gP, type CreateMobileRequest as gQ, type CreateMultiTransactionRequest as gR, type CreateStatementRequest as gS, type CreateTransactionCollectionRequest as gT, type CreateTransactionCollectionTransactionRequest as gU, type CreateTransferTransactionRequest as gV, type CreateUserBankAccountAccountAssetRequest as gW, type CreateUserBankAccountAssetRequest as gX, type CreateUserWalletAccountAccountAssetRequest as gY, type CreateUserWalletAccountAssetRequest as gZ, type CryptoAccount as g_, type AdminAccountAssetFeeRequest as ga, type AdminAccountAssetFeeResponse as gb, type AdminCompanyAddress as gc, type Asset as gd, type AssetResponse as ge, type Auth$1 as gf, type AuthResponse as gg, type AuthToken as gh, type AuthTokenList as gi, type AuthTokenListResponse as gj, type AuthTokenResponse as gk, type Authenticated as gl, type AuthenticatedResponse as gm, type AuthenticatorChallenge as gn, type BankOwner as go, type BankOwnerAddress as gp, type BankOwnerAddressRequest as gq, type BankOwnerRequest as gr, type Company as gs, type CompanyBankAccount as gt, type CompanyBankBranchAddress as gu, type CompanyDisallowedTransactionSubtype as gv, type CompanyDisallowedTransactionSubtypeRequest as gw, type CompanyResponse as gx, type CompanySettings as gy, type CompanySettingsRequest as gz, type AccountCurrenciesListResponses as h, type LegalTermResponse as h$, type CryptoAccountAssetList as h0, type CryptoAccountAssetListResponse as h1, type CryptoAccountAssetResponse as h2, type CryptoAccountList as h3, type CryptoAccountListResponse as h4, type CryptoAccountRequest as h5, type CryptoAccountResponse as h6, type DeactivateRequest as h7, type Device as h8, type DeviceApp as h9, type ExtendedTransactionResponse as hA, type ExtendedUserInfo as hB, type ExtendedUserInfoRequest as hC, type ExtendedUserInfoResponse as hD, type GroupDisallowedTransactionSubtype as hE, type GroupFee as hF, type GroupFeeResponse as hG, type GroupLimit as hH, type GroupLimitResponse as hI, type GroupPermission as hJ, type GroupPermissionResponse as hK, type GroupSettings as hL, type GroupTier as hM, type GroupTierDisallowedTransactionSubtype as hN, type GroupTierFee as hO, type GroupTierFeeResponse as hP, type GroupTierLimit as hQ, type GroupTierLimitResponse as hR, type GroupTierRequirementSet as hS, type GroupTierRequirementSetItem as hT, type GroupTierRequirementSetItemResponse as hU, type GroupTierRequirementSetItemRule as hV, type GroupTierRequirementSetResponse as hW, type GroupTierSettings as hX, type Jwt as hY, type JwtResponse as hZ, type LegalTerm as h_, type DeviceAppRequest as ha, type DeviceAppResponse as hb, type DeviceList as hc, type DeviceListResponse as hd, type DeviceRequest as he, type DeviceResponse as hf, type DocumentType as hg, type DocumentTypeResponse as hh, type Email as hi, type EmailList as hj, type EmailListResponse as hk, type EmailRequest as hl, type EmailResponse as hm, type ExplicitCreateTransactionRequest as hn, type Export as ho, type ExportPage as hp, type ExportResponse as hq, type ExtendedAccount as hr, type ExtendedAccountResponse as hs, type ExtendedAuthenticated as ht, type ExtendedAuthenticatedResponse as hu, type ExtendedExport as hv, type ExtendedExportResponse as hw, type ExtendedGroupTier as hx, type ExtendedGroupTierResponse as hy, type ExtendedTransaction as hz, type AccountDefinitionsListData as i, type PaginatedDeviceAppList as i$, type LegalTermVersion as i0, type LegalTermVersionResponse as i1, type LoginRequest as i2, type LogoutRequest as i3, type MfaAuthenticator as i4, type MfaAuthenticatorResponse as i5, type MfaDeliverRequest as i6, type MfaDeviceDetail as i7, type MfaStaticDeviceDetail as i8, type MfaStaticDeviceToken as i9, type OauthClientResponse as iA, type OauthLoginRequest as iB, type OauthRegisterRequest as iC, type OauthSession as iD, type OauthSessionRequest as iE, type OauthSessionResponse as iF, type OauthVerify as iG, type OauthVerifyRequest as iH, type OauthVerifyResponse as iI, type PaginatedAccountAccountAssetList as iJ, type PaginatedAccountAccountAssetListResponse as iK, type PaginatedAccountAssetFeeList as iL, type PaginatedAccountAssetFeeListResponse as iM, type PaginatedAccountAssetLimitList as iN, type PaginatedAccountAssetLimitListResponse as iO, type PaginatedAccountAssetList as iP, type PaginatedAccountAssetListResponse as iQ, type PaginatedAccountDefinitionList as iR, type PaginatedAccountDefinitionListResponse as iS, type PaginatedAccountList as iT, type PaginatedAccountListResponse as iU, type PaginatedAssetList as iV, type PaginatedAssetListResponse as iW, type PaginatedCompanyBankAccountList as iX, type PaginatedCompanyBankAccountListResponse as iY, type PaginatedCompanyWalletAccountList as iZ, type PaginatedCompanyWalletAccountListResponse as i_, type MfatotpDeviceDetail as ia, type MfaTwilioDeviceDetail as ib, type MfaVerifyRequest as ic, type MaskedMfaAuthenticator as id, type MaskedMfaAuthenticatorResponse as ie, type MaskedMfaDeviceDetail as ig, type MaskedMfaStaticDeviceDetail as ih, type MaskedMfaStaticDeviceToken as ii, type MaskedMfatotpDeviceDetail as ij, type MaskedMfaTwilioDeviceDetail as ik, type Metric as il, type MetricPoint as im, type MetricResponse as io, type Mobile as ip, type MobileList as iq, type MobileListResponse as ir, type MobileRequest as is, type MobileResponse as it, type MultiTransaction as iu, type MultiTransactionResponse as iv, type OauthAuthorize as iw, type OauthAuthorizeRequest as ix, type OauthAuthorizeResponse as iy, type OauthClient as iz, type AccountDefinitionsListResponses as j, type PartnerTransaction as j$, type PaginatedDeviceAppListResponse as j0, type PaginatedDocumentTypeList as j1, type PaginatedDocumentTypeListResponse as j2, type PaginatedExportList as j3, type PaginatedExportListResponse as j4, type PaginatedGroupFeeList as j5, type PaginatedGroupFeeListResponse as j6, type PaginatedGroupLimitList as j7, type PaginatedGroupLimitListResponse as j8, type PaginatedGroupPermissionList as j9, type PaginatedPublicCompanyLegalTermVersionListResponse as jA, type PaginatedPublicCompanyList as jB, type PaginatedPublicCompanyListResponse as jC, type PaginatedPublicGroupList as jD, type PaginatedPublicGroupListResponse as jE, type PaginatedPublicLegalTermList as jF, type PaginatedPublicLegalTermListResponse as jG, type PaginatedPublicLegalTermVersionList as jH, type PaginatedPublicLegalTermVersionListResponse as jI, type PaginatedStatementList as jJ, type PaginatedStatementListResponse as jK, type PaginatedTransactionCollectionList as jL, type PaginatedTransactionCollectionListResponse as jM, type PaginatedTransactionList as jN, type PaginatedTransactionListResponse as jO, type PaginatedTransactionMessageList as jP, type PaginatedTransactionMessageListResponse as jQ, type PaginatedUserDocumentList as jR, type PaginatedUserDocumentListResponse as jS, type PaginatedUserGroupList as jT, type PaginatedUserGroupListResponse as jU, type PaginatedUserMessageList as jV, type PaginatedUserMessageListResponse as jW, type PaginatedUserPermissionList as jX, type PaginatedUserPermissionListResponse as jY, type PaginatedUserWalletAccountAssetList as jZ, type PaginatedUserWalletAccountAssetListResponse as j_, type PaginatedGroupPermissionListResponse as ja, type PaginatedGroupTierFeeList as jb, type PaginatedGroupTierFeeListResponse as jc, type PaginatedGroupTierLimitList as jd, type PaginatedGroupTierLimitListResponse as je, type PaginatedGroupTierList as jf, type PaginatedGroupTierListResponse as jg, type PaginatedGroupTierRequirementSetItemList as jh, type PaginatedGroupTierRequirementSetItemListResponse as ji, type PaginatedGroupTierRequirementSetList as jj, type PaginatedGroupTierRequirementSetListResponse as jk, type PaginatedLegalTermList as jl, type PaginatedLegalTermListResponse as jm, type PaginatedLegalTermVersionList as jn, type PaginatedLegalTermVersionListResponse as jo, type PaginatedMaskedMfaAuthenticatorList as jp, type PaginatedMaskedMfaAuthenticatorListResponse as jq, type PaginatedMetricList as jr, type PaginatedMetricListResponse as js, type PaginatedMetricPointList as jt, type PaginatedMetricPointListResponse as ju, type PaginatedOauthClientList as jv, type PaginatedOauthClientListResponse as jw, type PaginatedPublicCompanyLegalTermList as jx, type PaginatedPublicCompanyLegalTermListResponse as jy, type PaginatedPublicCompanyLegalTermVersionList as jz, type AccountDefinitionsRetrieveData as k, type ResourceRequirementRule as k$, type PartnerUserInfo as k0, type PasswordChangeRequest as k1, type PasswordResetConfirmRequest as k2, type PasswordResetRequest as k3, type PatchedAccountAccountAssetRequest as k4, type PatchedCryptoAccountRequest as k5, type PatchedDeviceAppRequest as k6, type PatchedDeviceRequest as k7, type PatchedEmailRequest as k8, type PatchedExtendedUserInfoRequest as k9, type ReducedAccountAssetList as kA, type ReducedAccountAssetListResponse as kB, type ReducedAccountAssetRequest as kC, type ReducedAccountAssetResponse as kD, type ReducedAccountDefinition as kE, type ReducedAccountRequest as kF, type ReducedAsset as kG, type ReducedAssetRequest as kH, type ReducedDeviceApp as kI, type ReducedDeviceAppRequest as kJ, type ReducedDocumentType as kK, type ReducedGroup as kL, type ReducedGroupRequest as kM, type ReducedGroupTier as kN, type ReducedLegalTermVersion as kO, type ReducedService as kP, type ReducedTransactionSubtype as kQ, type ReducedTransactionSubtypeRequest as kR, type ReducedUserInfoRequest as kS, type RefreshRequest as kT, type Refreshed as kU, type RefreshedResponse as kV, type RegisterCompanyRequest as kW, type RegisterRequest as kX, type RequestDeleteRequest as kY, type ResendVerifyEmailRequest as kZ, type ResendVerifyMobileRequest as k_, type PatchedMobileRequest as ka, type PatchedUpdateExtendedTransactionRequest as kb, type PatchedUpdateLegalTermVersionRequest as kc, type PatchedUserAddressRequest as kd, type PatchedUserBankAccountRequest as ke, type PatchedUserWalletAccountRequest as kf, type ProtectedUserInfo as kg, type PublicCompany as kh, type PublicCompanyLegalTerm as ki, type PublicCompanyLegalTermResponse as kj, type PublicCompanyLegalTermVersion as kk, type PublicCompanyLegalTermVersionResponse as kl, type PublicCompanyResponse as km, type PublicCompanySettings as kn, type PublicGroup as ko, type PublicGroupResponse as kp, type PublicLegalTerm as kq, type PublicLegalTermResponse as kr, type PublicLegalTermVersion as ks, type PublicLegalTermVersionResponse as kt, type PublicReducedCompanyLegalTermVersion as ku, type PublicReducedLegalTermVersion as kv, type ReducedAccount as kw, type ReducedAccountAccountAsset as kx, type ReducedAccountAccountAssetRequest as ky, type ReducedAccountAsset as kz, type AccountDefinitionsRetrieveResponses as l, type AccountAccountAssetResponseWritable as l$, type Statement as l0, type StatementResponse as l1, type TotalTransaction as l2, type TotalTransactionResponse as l3, type Transaction as l4, type TransactionAccountAsset as l5, type TransactionCollection as l6, type TransactionCollectionResponse as l7, type TransactionCollectionTransaction as l8, type TransactionFee as l9, type UserCreateWalletAccountRequest as lA, type UserDisallowedTransactionSubtype as lB, type UserDisallowedTransactionSubtypeRequest as lC, type UserDocument as lD, type UserDocumentResponse as lE, type UserGroup as lF, type UserGroupResponse as lG, type UserMessage as lH, type UserMessageResponse as lI, type UserPermission as lJ, type UserPermissionResponse as lK, type UserSettings as lL, type UserSettingsRequest as lM, type UserVerification as lN, type UserWalletAccount as lO, type UserWalletAccountAsset as lP, type UserWalletAccountAssetResponse as lQ, type UserWalletAccountList as lR, type UserWalletAccountListResponse as lS, type UserWalletAccountRequest as lT, type UserWalletAccountResponse as lU, type VerifyDeactivateRequest as lV, type VerifyEmailRequest as lW, type VerifyMobileRequest as lX, type VerifyRequestDeleteRequest as lY, type AccountWritable as lZ, type AccountAccountAssetWritable as l_, type TransactionMessage as la, type TransactionMessageResponse as lb, type TransactionSubtype as lc, type TransactionSubtypeList as ld, type TransactionSubtypeListResponse as le, type TransactionSubtypeResponse as lf, type UpdateExtendedTransactionRequest as lg, type UpdateLegalTermVersionRequest as lh, type UserAddress as li, type UserAddressList as lj, type UserAddressListResponse as lk, type UserAddressRequest as ll, type UserAddressResponse as lm, type UserBankAccount as ln, type UserBankAccountAsset as lo, type UserBankAccountAssetList as lp, type UserBankAccountAssetListResponse as lq, type UserBankAccountAssetResponse as lr, type UserBankAccountList as ls, type UserBankAccountListResponse as lt, type UserBankAccountRequest as lu, type UserBankAccountResponse as lv, type UserBankBranchAddress as lw, type UserBankBranchAddressRequest as lx, type UserCreateBankAccountRequest as ly, type UserCreateDocumentRequest as lz, type AccountsListData as m, type ExtendedAccountResponseWritable as m$, type AccountAssetWritable as m0, type AccountAssetFeeWritable as m1, type AccountAssetLimitWritable as m2, type AccountAssetLimitResponseWritable as m3, type AccountAssetResponseWritable as m4, type AccountAssetSettingsWritable as m5, type AccountDefinitionWritable as m6, type AccountDefinitionGroupWritable as m7, type AccountDefinitionGroupAssetWritable as m8, type AccountDefinitionResponseWritable as m9, type CreateTransactionCollectionRequestWritable as mA, type CreateTransactionCollectionTransactionRequestWritable as mB, type CryptoAccountWritable as mC, type CryptoAccountAssetWritable as mD, type CryptoAccountAssetListWritable as mE, type CryptoAccountAssetListResponseWritable as mF, type CryptoAccountAssetResponseWritable as mG, type CryptoAccountListWritable as mH, type CryptoAccountListResponseWritable as mI, type CryptoAccountResponseWritable as mJ, type DeviceWritable as mK, type DeviceAppWritable as mL, type DeviceAppResponseWritable as mM, type DeviceListWritable as mN, type DeviceListResponseWritable as mO, type DeviceResponseWritable as mP, type DocumentTypeWritable as mQ, type DocumentTypeResponseWritable as mR, type EmailWritable as mS, type EmailListWritable as mT, type EmailListResponseWritable as mU, type EmailResponseWritable as mV, type ExplicitCreateTransactionRequestWritable as mW, type ExportWritable as mX, type ExportPageWritable as mY, type ExportResponseWritable as mZ, type ExtendedAccountWritable as m_, type AccountResponseWritable as ma, type AdminAccountAssetFeeWritable as mb, type AdminAccountAssetFeeResponseWritable as mc, type AssetWritable as md, type AssetResponseWritable as me, type AuthWritable as mf, type AuthResponseWritable as mg, type AuthTokenWritable as mh, type AuthTokenListWritable as mi, type AuthTokenListResponseWritable as mj, type AuthTokenResponseWritable as mk, type AuthenticatedWritable as ml, type AuthenticatedResponseWritable as mm, type CompanyWritable as mn, type CompanyBankAccountWritable as mo, type CompanyDisallowedTransactionSubtypeWritable as mp, type CompanyResponseWritable as mq, type CompanySettingsWritable as mr, type CompanyWalletAccountWritable as ms, type CreateAccountAccountAssetRequestWritable as mt, type CreateCompanyRequestWritable as mu, type CreateCreditTransactionRequestWritable as mv, type CreateDebitTransactionRequestWritable as mw, type CreateMetricRequestWritable as mx, type CreateMultiTransactionRequestWritable as my, type CreateStatementRequestWritable as mz, type AccountsListResponses as n, type PaginatedAccountAssetFeeListResponseWritable as n$, type ExtendedAuthenticatedWritable as n0, type ExtendedAuthenticatedResponseWritable as n1, type ExtendedExportWritable as n2, type ExtendedExportResponseWritable as n3, type ExtendedGroupTierWritable as n4, type ExtendedGroupTierResponseWritable as n5, type ExtendedTransactionWritable as n6, type ExtendedTransactionResponseWritable as n7, type ExtendedUserInfoWritable as n8, type ExtendedUserInfoResponseWritable as n9, type MfaStaticDeviceDetailWritable as nA, type MfatotpDeviceDetailWritable as nB, type MaskedMfaAuthenticatorWritable as nC, type MaskedMfaAuthenticatorResponseWritable as nD, type MaskedMfaDeviceDetailWritable as nE, type MaskedMfaStaticDeviceDetailWritable as nF, type MaskedMfatotpDeviceDetailWritable as nG, type MetricWritable as nH, type MetricResponseWritable as nI, type MobileWritable as nJ, type MobileListWritable as nK, type MobileListResponseWritable as nL, type MobileResponseWritable as nM, type MultiTransactionWritable as nN, type MultiTransactionResponseWritable as nO, type OauthAuthorizeWritable as nP, type OauthAuthorizeResponseWritable as nQ, type OauthClientResponseWritable as nR, type OauthLoginRequestWritable as nS, type OauthRegisterRequestWritable as nT, type OauthSessionResponseWritable as nU, type OauthVerifyWritable as nV, type OauthVerifyRequestWritable as nW, type OauthVerifyResponseWritable as nX, type PaginatedAccountAccountAssetListWritable as nY, type PaginatedAccountAccountAssetListResponseWritable as nZ, type PaginatedAccountAssetFeeListWritable as n_, type GroupDisallowedTransactionSubtypeWritable as na, type GroupFeeWritable as nb, type GroupFeeResponseWritable as nc, type GroupLimitWritable as nd, type GroupLimitResponseWritable as ne, type GroupPermissionWritable as nf, type GroupPermissionResponseWritable as ng, type GroupSettingsWritable as nh, type GroupTierWritable as ni, type GroupTierDisallowedTransactionSubtypeWritable as nj, type GroupTierFeeWritable as nk, type GroupTierFeeResponseWritable as nl, type GroupTierLimitWritable as nm, type GroupTierLimitResponseWritable as nn, type GroupTierRequirementSetWritable as no, type GroupTierRequirementSetItemWritable as np, type GroupTierRequirementSetItemResponseWritable as nq, type GroupTierRequirementSetResponseWritable as nr, type GroupTierSettingsWritable as ns, type JwtResponseWritable as nt, type LegalTermResponseWritable as nu, type LegalTermVersionResponseWritable as nv, type LoginRequestWritable as nw, type MfaAuthenticatorWritable as nx, type MfaAuthenticatorResponseWritable as ny, type MfaDeviceDetailWritable as nz, type AccountsCreateData as o, type PaginatedTransactionListResponseWritable as o$, type PaginatedAccountAssetLimitListWritable as o0, type PaginatedAccountAssetLimitListResponseWritable as o1, type PaginatedAccountAssetListWritable as o2, type PaginatedAccountAssetListResponseWritable as o3, type PaginatedAccountDefinitionListWritable as o4, type PaginatedAccountDefinitionListResponseWritable as o5, type PaginatedAccountListWritable as o6, type PaginatedAccountListResponseWritable as o7, type PaginatedAssetListWritable as o8, type PaginatedAssetListResponseWritable as o9, type PaginatedLegalTermListWritable as oA, type PaginatedLegalTermListResponseWritable as oB, type PaginatedLegalTermVersionListWritable as oC, type PaginatedLegalTermVersionListResponseWritable as oD, type PaginatedMaskedMfaAuthenticatorListWritable as oE, type PaginatedMaskedMfaAuthenticatorListResponseWritable as oF, type PaginatedMetricListWritable as oG, type PaginatedMetricListResponseWritable as oH, type PaginatedMetricPointListWritable as oI, type PaginatedMetricPointListResponseWritable as oJ, type PaginatedOauthClientListWritable as oK, type PaginatedOauthClientListResponseWritable as oL, type PaginatedPublicCompanyLegalTermListWritable as oM, type PaginatedPublicCompanyLegalTermListResponseWritable as oN, type PaginatedPublicCompanyLegalTermVersionListWritable as oO, type PaginatedPublicCompanyLegalTermVersionListResponseWritable as oP, type PaginatedPublicCompanyListWritable as oQ, type PaginatedPublicCompanyListResponseWritable as oR, type PaginatedPublicLegalTermListWritable as oS, type PaginatedPublicLegalTermListResponseWritable as oT, type PaginatedPublicLegalTermVersionListWritable as oU, type PaginatedPublicLegalTermVersionListResponseWritable as oV, type PaginatedStatementListWritable as oW, type PaginatedStatementListResponseWritable as oX, type PaginatedTransactionCollectionListWritable as oY, type PaginatedTransactionCollectionListResponseWritable as oZ, type PaginatedTransactionListWritable as o_, type PaginatedCompanyBankAccountListWritable as oa, type PaginatedCompanyBankAccountListResponseWritable as ob, type PaginatedCompanyWalletAccountListWritable as oc, type PaginatedCompanyWalletAccountListResponseWritable as od, type PaginatedDeviceAppListWritable as oe, type PaginatedDeviceAppListResponseWritable as of, type PaginatedDocumentTypeListWritable as og, type PaginatedDocumentTypeListResponseWritable as oh, type PaginatedExportListWritable as oi, type PaginatedExportListResponseWritable as oj, type PaginatedGroupFeeListWritable as ok, type PaginatedGroupFeeListResponseWritable as ol, type PaginatedGroupLimitListWritable as om, type PaginatedGroupLimitListResponseWritable as on, type PaginatedGroupPermissionListWritable as oo, type PaginatedGroupPermissionListResponseWritable as op, type PaginatedGroupTierFeeListWritable as oq, type PaginatedGroupTierFeeListResponseWritable as or, type PaginatedGroupTierLimitListWritable as os, type PaginatedGroupTierLimitListResponseWritable as ot, type PaginatedGroupTierListWritable as ou, type PaginatedGroupTierListResponseWritable as ov, type PaginatedGroupTierRequirementSetItemListWritable as ow, type PaginatedGroupTierRequirementSetItemListResponseWritable as ox, type PaginatedGroupTierRequirementSetListWritable as oy, type PaginatedGroupTierRequirementSetListResponseWritable as oz, type AccountsCreateResponses as p, type UserDocumentResponseWritable as p$, type PaginatedTransactionMessageListWritable as p0, type PaginatedTransactionMessageListResponseWritable as p1, type PaginatedUserDocumentListWritable as p2, type PaginatedUserDocumentListResponseWritable as p3, type PaginatedUserGroupListWritable as p4, type PaginatedUserGroupListResponseWritable as p5, type PaginatedUserMessageListWritable as p6, type PaginatedUserMessageListResponseWritable as p7, type PaginatedUserPermissionListWritable as p8, type PaginatedUserPermissionListResponseWritable as p9, type TotalTransactionResponseWritable as pA, type TransactionWritable as pB, type TransactionAccountAssetWritable as pC, type TransactionCollectionWritable as pD, type TransactionCollectionResponseWritable as pE, type TransactionCollectionTransactionWritable as pF, type TransactionMessageWritable as pG, type TransactionMessageResponseWritable as pH, type TransactionSubtypeWritable as pI, type TransactionSubtypeListWritable as pJ, type TransactionSubtypeListResponseWritable as pK, type TransactionSubtypeResponseWritable as pL, type UserAddressWritable as pM, type UserAddressListWritable as pN, type UserAddressListResponseWritable as pO, type UserAddressResponseWritable as pP, type UserBankAccountWritable as pQ, type UserBankAccountAssetWritable as pR, type UserBankAccountAssetListWritable as pS, type UserBankAccountAssetListResponseWritable as pT, type UserBankAccountAssetResponseWritable as pU, type UserBankAccountListWritable as pV, type UserBankAccountListResponseWritable as pW, type UserBankAccountResponseWritable as pX, type UserCreateDocumentRequestWritable as pY, type UserDisallowedTransactionSubtypeWritable as pZ, type UserDocumentWritable as p_, type PaginatedUserWalletAccountAssetListWritable as pa, type PaginatedUserWalletAccountAssetListResponseWritable as pb, type PasswordChangeRequestWritable as pc, type PasswordResetConfirmRequestWritable as pd, type PublicCompanyWritable as pe, type PublicCompanyLegalTermWritable as pf, type PublicCompanyLegalTermResponseWritable as pg, type PublicCompanyLegalTermVersionResponseWritable as ph, type PublicCompanyResponseWritable as pi, type PublicCompanySettingsWritable as pj, type PublicLegalTermWritable as pk, type PublicLegalTermResponseWritable as pl, type PublicLegalTermVersionResponseWritable as pm, type ReducedAccountWritable as pn, type ReducedAccountAccountAssetWritable as po, type ReducedAccountAssetWritable as pp, type ReducedAccountAssetListWritable as pq, type ReducedAccountAssetListResponseWritable as pr, type ReducedAccountAssetResponseWritable as ps, type ReducedDeviceAppWritable as pt, type ReducedTransactionSubtypeWritable as pu, type RefreshedResponseWritable as pv, type RegisterCompanyRequestWritable as pw, type RegisterRequestWritable as px, type StatementWritable as py, type StatementResponseWritable as pz, type AccountsRetrieveData as q, type CompanyBankAccountsListResponse as q$, type UserGroupWritable as q0, type UserGroupResponseWritable as q1, type UserMessageWritable as q2, type UserMessageResponseWritable as q3, type UserPermissionWritable as q4, type UserPermissionResponseWritable as q5, type UserSettingsWritable as q6, type UserWalletAccountWritable as q7, type UserWalletAccountAssetWritable as q8, type UserWalletAccountAssetResponseWritable as q9, type AuthLogoutResponse as qA, type AuthMfaAuthenticatorsListResponse as qB, type AuthMfaAuthenticatorsCreateResponse as qC, type AuthMfaAuthenticatorsDestroyResponse as qD, type AuthMfaAuthenticatorsRetrieveResponse as qE, type AuthMfaDeliverResponse as qF, type AuthMfaVerifyResponse as qG, type AuthMobileVerifyResponse as qH, type AuthMobileVerifyResendResponse as qI, type AuthOauthAuthorizeCreateResponse as qJ, type AuthOauthLoginCreateResponse as qK, type AuthOauthRegisterCreateResponse as qL, type AuthOauthSessionCreateResponse as qM, type AuthOauthVerifyCreateResponse as qN, type AuthPasswordChangeResponse as qO, type AuthPasswordResetResponse as qP, type AuthPasswordResetConfirmResponse as qQ, type AuthRefreshCreateResponse as qR, type AuthRegisterResponse as qS, type AuthRequestDeleteResponse as qT, type AuthRequestDeleteVerifyResponse as qU, type AuthTokensListDestroyResponse as qV, type AuthTokensListResponse as qW, type AuthTokensCreateResponse as qX, type AuthTokensDestroyResponse as qY, type AuthTokensRetrieveResponse as qZ, type CompanyRetrieveResponse as q_, type UserWalletAccountListWritable as qa, type UserWalletAccountListResponseWritable as qb, type UserWalletAccountResponseWritable as qc, type AccountCurrenciesListResponse as qd, type AccountDefinitionsListResponse as qe, type AccountDefinitionsRetrieveResponse as qf, type AccountsListResponse as qg, type AccountsCreateResponse as qh, type AccountsRetrieveResponse as qi, type AccountsCurrenciesListResponse as qj, type AccountsCurrenciesCreateResponse as qk, type AccountsCurrenciesRetrieveResponse as ql, type AccountsCurrenciesPartialUpdateResponse as qm, type AccountsCurrenciesUpdateResponse as qn, type AccountsCurrenciesFeesListResponse as qo, type AccountsCurrenciesFeesRetrieveResponse as qp, type AccountsCurrenciesLimitsListResponse as qq, type AccountsCurrenciesLimitsRetrieveResponse as qr, type AuthRetrieveResponse as qs, type AuthRegisterCompanyResponse as qt, type AuthDeactivateResponse as qu, type AuthDeactivateVerifyResponse as qv, type AuthEmailVerifyResponse as qw, type AuthEmailVerifyResendResponse as qx, type AuthJwtCreateResponse as qy, type AuthLoginResponse as qz, type AccountsRetrieveResponses as r, type TransactionsCreditCreateResponse as r$, type CompanyCurrenciesListResponse as r0, type CompanyCurrenciesRetrieveResponse as r1, type CompanyWalletAccountsListResponse as r2, type DocumentTypesListResponse as r3, type DocumentTypesRetrieveResponse as r4, type ExportsListResponse as r5, type ExportsCreateResponse as r6, type ExportsRetrieveResponse as r7, type GroupsListResponse as r8, type GroupsRetrieveResponse as r9, type PublicCompaniesGroupsRetrieveResponse as rA, type PublicCompaniesLegalTermsListResponse as rB, type PublicCompaniesLegalTermsRetrieveResponse as rC, type PublicCompaniesLegalTermsVersionsListResponse as rD, type PublicCompaniesLegalTermsVersionsRetrieveResponse as rE, type PublicCompaniesOauthClientsListResponse as rF, type PublicCompaniesOauthClientsRetrieveResponse as rG, type PublicLegalTermsListResponse as rH, type PublicLegalTermsRetrieveResponse as rI, type PublicLegalTermsVersionsListResponse as rJ, type PublicLegalTermsVersionsRetrieveResponse as rK, type StatementsListResponse as rL, type StatementsCreateResponse as rM, type StatementsDestroyResponse as rN, type StatementsRetrieveResponse as rO, type SubtypesListResponse as rP, type SubtypesRetrieveResponse as rQ, type TransactionCollectionsListResponse as rR, type TransactionCollectionsCreateResponse as rS, type TransactionCollectionsRetrieveResponse as rT, type TransactionsListResponse as rU, type TransactionsCreateResponse as rV, type TransactionsRetrieveResponse as rW, type TransactionsPartialUpdateResponse as rX, type TransactionsUpdateResponse as rY, type TransactionsMessagesListResponse as rZ, type TransactionsMessagesRetrieveResponse as r_, type GroupsFeesListResponse as ra, type GroupsFeesRetrieveResponse as rb, type GroupsLimitsListResponse as rc, type GroupsLimitsRetrieveResponse as rd, type GroupsPermissionsListResponse as re, type GroupsPermissionsRetrieveResponse as rf, type GroupsTiersListResponse as rg, type GroupsTiersRetrieveResponse as rh, type GroupsTiersFeesListResponse as ri, type GroupsTiersFeesRetrieveResponse as rj, type GroupsTiersLimitsListResponse as rk, type GroupsTiersLimitsRetrieveResponse as rl, type GroupsTiersRequirementSetsListResponse as rm, type GroupsTiersRequirementSetsRetrieveResponse as rn, type GroupsTiersRequirementSetsItemsListResponse as ro, type GroupsTiersRequirementSetsItemsRetrieveResponse as rp, type MetricsListResponse as rq, type MetricsCreateResponse as rr, type MetricsDestroyResponse as rs, type MetricsRetrieveResponse as rt, type MetricsPointsListResponse as ru, type PermissionsListResponse as rv, type PermissionsRetrieveResponse as rw, type PublicCompaniesListResponse as rx, type PublicCompaniesRetrieveResponse as ry, type PublicCompaniesGroupsListResponse as rz, type AccountsCurrenciesListData as s, type UserLegalTermsRetrieveResponse as s$, type TransactionsDebitCreateResponse as s0, type TransactionTotalsRetrieveResponse as s1, type TransactionsTransferCreateResponse as s2, type UserRetrieveResponse as s3, type UserPartialUpdateResponse as s4, type UserUpdateResponse as s5, type UserAddressesListResponse as s6, type UserAddressesCreateResponse as s7, type UserAddressesDestroyResponse as s8, type UserAddressesRetrieveResponse as s9, type UserCryptoAccountsCurrenciesListResponse as sA, type UserCryptoAccountsCurrenciesCreateResponse as sB, type UserCryptoAccountsCurrenciesDestroyResponse as sC, type UserCryptoAccountsCurrenciesRetrieveResponse as sD, type UserDevicesListResponse as sE, type UserDevicesCreateResponse as sF, type UserDevicesAppsDestroyResponse as sG, type UserDevicesAppsRetrieveResponse as sH, type UserDevicesAppsPartialUpdateResponse as sI, type UserDevicesAppsUpdateResponse as sJ, type UserDevicesDestroyResponse as sK, type UserDevicesRetrieveResponse as sL, type UserDevicesPartialUpdateResponse as sM, type UserDevicesUpdateResponse as sN, type UserDevicesAppsListResponse as sO, type UserDevicesAppsCreateResponse as sP, type UserDocumentsListResponse as sQ, type UserDocumentsCreateResponse as sR, type UserDocumentsDestroyResponse as sS, type UserDocumentsRetrieveResponse as sT, type UserEmailsListResponse as sU, type UserEmailsCreateResponse as sV, type UserEmailsDestroyResponse as sW, type UserEmailsRetrieveResponse as sX, type UserEmailsPartialUpdateResponse as sY, type UserEmailsUpdateResponse as sZ, type UserLegalTermsListResponse as s_, type UserAddressesPartialUpdateResponse as sa, type UserAddressesUpdateResponse as sb, type UserBankAccountsListResponse as sc, type UserBankAccountsCreateResponse as sd, type UserBankAccountsDestroyResponse as se, type UserBankAccountsRetrieveResponse as sf, type UserBankAccountsPartialUpdateResponse as sg, type UserBankAccountsUpdateResponse as sh, type UserBankAccountsAccountCurrenciesListResponse as si, type UserBankAccountsAccountCurrenciesCreateResponse as sj, type UserBankAccountsAccountCurrenciesDestroyResponse as sk, type UserBankAccountsAccountCurrenciesRetrieveResponse as sl, type UserBankAccountsCurrenciesListResponse as sm, type UserBankAccountsCurrenciesCreateResponse as sn, type UserBankAccountsCurrenciesDestroyResponse as so, type UserBankAccountsCurrenciesRetrieveResponse as sp, type UserCryptoAccountsListResponse as sq, type UserCryptoAccountsCreateResponse as sr, type UserCryptoAccountsDestroyResponse as ss, type UserCryptoAccountsRetrieveResponse as st, type UserCryptoAccountsPartialUpdateResponse as su, type UserCryptoAccountsUpdateResponse as sv, type UserCryptoAccountsAccountCurrenciesListResponse as sw, type UserCryptoAccountsAccountCurrenciesCreateResponse as sx, type UserCryptoAccountsAccountCurrenciesDestroyResponse as sy, type UserCryptoAccountsAccountCurrenciesRetrieveResponse as sz, type AccountsCurrenciesListResponses as t, type UserLegalTermsVersionsListResponse as t0, type UserLegalTermsVersionsRetrieveResponse as t1, type UserLegalTermsVersionsPartialUpdateResponse as t2, type UserLegalTermsVersionsUpdateResponse as t3, type UserMessagesListResponse as t4, type UserMessagesRetrieveResponse as t5, type UserMobilesListResponse as t6, type UserMobilesCreateResponse as t7, type UserMobilesDestroyResponse as t8, type UserMobilesRetrieveResponse as t9, type UserMobilesPartialUpdateResponse as ta, type UserMobilesUpdateResponse as tb, type UserWalletAccountsListResponse as tc, type UserWalletAccountsCreateResponse as td, type UserWalletAccountsDestroyResponse as te, type UserWalletAccountsRetrieveResponse as tf, type UserWalletAccountsPartialUpdateResponse as tg, type UserWalletAccountsUpdateResponse as th, type UserWalletAccountsAccountCurrenciesListResponse as ti, type UserWalletAccountsAccountCurrenciesCreateResponse as tj, type UserWalletAccountsAccountCurrenciesDestroyResponse as tk, type UserWalletAccountsAccountCurrenciesRetrieveResponse as tl, type UserWalletAccountsCurrenciesListResponse as tm, type UserWalletAccountsCurrenciesCreateResponse as tn, type UserWalletAccountsCurrenciesDestroyResponse as to, type UserWalletAccountsCurrenciesRetrieveResponse as tp, type AccountsCurrenciesCreateData as u, type AccountsCurrenciesCreateResponses as v, type AccountsCurrenciesRetrieveData as w, type AccountsCurrenciesRetrieveResponses as x, type AccountsCurrenciesPartialUpdateData as y, type AccountsCurrenciesPartialUpdateResponses as z };
|
|
18615
|
+
export { type AuthRetrieveResponses as $, type Auth as A, type AccountsCurrenciesListData as B, type AccountsCurrenciesListResponses as C, type AccountsCurrenciesCreateData as D, type ErrorListener as E, type AccountsCurrenciesCreateResponses as F, type AccountsCurrenciesRetrieveData as G, type AccountsCurrenciesRetrieveResponses as H, type ImportTokenOptions as I, type AccountsCurrenciesPartialUpdateData as J, type AccountsCurrenciesPartialUpdateResponses as K, type LoginParams as L, type AccountsCurrenciesUpdateData as M, type AccountsCurrenciesUpdateResponses as N, type AccountsCurrenciesFeesListData as O, type AccountsCurrenciesFeesListResponses as P, type AccountsCurrenciesFeesRetrieveData as Q, type RegisterParams as R, type SessionPatch as S, type AccountsCurrenciesFeesRetrieveResponses as T, type UserSession as U, type ValidateSessionOptions as V, type AccountsCurrenciesLimitsListData as W, type AccountsCurrenciesLimitsListResponses as X, type AccountsCurrenciesLimitsRetrieveData as Y, type AccountsCurrenciesLimitsRetrieveResponses as Z, type AuthRetrieveData as _, type AuthConfig as a, type AuthTokensDestroyResponses as a$, type AuthRegisterCompanyData as a0, type AuthRegisterCompanyResponses as a1, type AuthDeactivateData as a2, type AuthDeactivateResponses as a3, type AuthDeactivateVerifyData as a4, type AuthDeactivateVerifyResponses as a5, type AuthEmailVerifyData as a6, type AuthEmailVerifyResponses as a7, type AuthEmailVerifyResendData as a8, type AuthEmailVerifyResendResponses as a9, type AuthOauthRegisterCreateData as aA, type AuthOauthRegisterCreateResponses as aB, type AuthOauthSessionCreateData as aC, type AuthOauthSessionCreateResponses as aD, type AuthOauthVerifyCreateData as aE, type AuthOauthVerifyCreateResponses as aF, type AuthPasswordChangeData as aG, type AuthPasswordChangeResponses as aH, type AuthPasswordResetData as aI, type AuthPasswordResetResponses as aJ, type AuthPasswordResetConfirmData as aK, type AuthPasswordResetConfirmResponses as aL, type AuthRefreshCreateData as aM, type AuthRefreshCreateResponses as aN, type AuthRegisterData as aO, type AuthRegisterResponses as aP, type AuthRequestDeleteData as aQ, type AuthRequestDeleteResponses as aR, type AuthRequestDeleteVerifyData as aS, type AuthRequestDeleteVerifyResponses as aT, type AuthTokensListDestroyData as aU, type AuthTokensListDestroyResponses as aV, type AuthTokensListData as aW, type AuthTokensListResponses as aX, type AuthTokensCreateData as aY, type AuthTokensCreateResponses as aZ, type AuthTokensDestroyData as a_, type AuthJwtCreateData as aa, type AuthJwtCreateResponses as ab, type AuthLoginData as ac, type AuthLoginResponses as ad, type AuthLogoutData as ae, type AuthLogoutResponses as af, type AuthMfaAuthenticatorsListData as ag, type AuthMfaAuthenticatorsListResponses as ah, type AuthMfaAuthenticatorsCreateData as ai, type AuthMfaAuthenticatorsCreateResponses as aj, type AuthMfaAuthenticatorsDestroyData as ak, type AuthMfaAuthenticatorsDestroyResponses as al, type AuthMfaAuthenticatorsRetrieveData as am, type AuthMfaAuthenticatorsRetrieveResponses as an, type AuthMfaDeliverData as ao, type AuthMfaDeliverResponses as ap, type AuthMfaVerifyData as aq, type AuthMfaVerifyResponses as ar, type AuthMobileVerifyData as as, type AuthMobileVerifyResponses as at, type AuthMobileVerifyResendData as au, type AuthMobileVerifyResendResponses as av, type AuthOauthAuthorizeCreateData as aw, type AuthOauthAuthorizeCreateResponses as ax, type AuthOauthLoginCreateData as ay, type AuthOauthLoginCreateResponses as az, type RegisterCompanyParams as b, type MetricsDestroyResponses as b$, type AuthTokensRetrieveData as b0, type AuthTokensRetrieveResponses as b1, type CompanyRetrieveData as b2, type CompanyRetrieveResponses as b3, type CompanyBankAccountsListData as b4, type CompanyBankAccountsListResponses as b5, type CompanyCurrenciesListData as b6, type CompanyCurrenciesListResponses as b7, type CompanyCurrenciesRetrieveData as b8, type CompanyCurrenciesRetrieveResponses as b9, type GroupsPermissionsRetrieveData as bA, type GroupsPermissionsRetrieveResponses as bB, type GroupsTiersListData as bC, type GroupsTiersListResponses as bD, type GroupsTiersRetrieveData as bE, type GroupsTiersRetrieveResponses as bF, type GroupsTiersFeesListData as bG, type GroupsTiersFeesListResponses as bH, type GroupsTiersFeesRetrieveData as bI, type GroupsTiersFeesRetrieveResponses as bJ, type GroupsTiersLimitsListData as bK, type GroupsTiersLimitsListResponses as bL, type GroupsTiersLimitsRetrieveData as bM, type GroupsTiersLimitsRetrieveResponses as bN, type GroupsTiersRequirementSetsListData as bO, type GroupsTiersRequirementSetsListResponses as bP, type GroupsTiersRequirementSetsRetrieveData as bQ, type GroupsTiersRequirementSetsRetrieveResponses as bR, type GroupsTiersRequirementSetsItemsListData as bS, type GroupsTiersRequirementSetsItemsListResponses as bT, type GroupsTiersRequirementSetsItemsRetrieveData as bU, type GroupsTiersRequirementSetsItemsRetrieveResponses as bV, type MetricsListData as bW, type MetricsListResponses as bX, type MetricsCreateData as bY, type MetricsCreateResponses as bZ, type MetricsDestroyData as b_, type CompanyWalletAccountsListData as ba, type CompanyWalletAccountsListResponses as bb, type DocumentTypesListData as bc, type DocumentTypesListResponses as bd, type DocumentTypesRetrieveData as be, type DocumentTypesRetrieveResponses as bf, type ExportsListData as bg, type ExportsListResponses as bh, type ExportsCreateData as bi, type ExportsCreateResponses as bj, type ExportsRetrieveData as bk, type ExportsRetrieveResponses as bl, type GroupsListData as bm, type GroupsListResponses as bn, type GroupsRetrieveData as bo, type GroupsRetrieveResponses as bp, type GroupsFeesListData as bq, type GroupsFeesListResponses as br, type GroupsFeesRetrieveData as bs, type GroupsFeesRetrieveResponses as bt, type GroupsLimitsListData as bu, type GroupsLimitsListResponses as bv, type GroupsLimitsRetrieveData as bw, type GroupsLimitsRetrieveResponses as bx, type GroupsPermissionsListData as by, type GroupsPermissionsListResponses as bz, createAuth as c, type TransactionsUpdateResponses as c$, type MetricsRetrieveData as c0, type MetricsRetrieveResponses as c1, type MetricsPointsListData as c2, type MetricsPointsListResponses as c3, type PermissionsListData as c4, type PermissionsListResponses as c5, type PermissionsRetrieveData as c6, type PermissionsRetrieveResponses as c7, type PublicCompaniesListData as c8, type PublicCompaniesListResponses as c9, type StatementsListData as cA, type StatementsListResponses as cB, type StatementsCreateData as cC, type StatementsCreateResponses as cD, type StatementsDestroyData as cE, type StatementsDestroyResponses as cF, type StatementsRetrieveData as cG, type StatementsRetrieveResponses as cH, type SubtypesListData as cI, type SubtypesListResponses as cJ, type SubtypesRetrieveData as cK, type SubtypesRetrieveResponses as cL, type TransactionCollectionsListData as cM, type TransactionCollectionsListResponses as cN, type TransactionCollectionsCreateData as cO, type TransactionCollectionsCreateResponses as cP, type TransactionCollectionsRetrieveData as cQ, type TransactionCollectionsRetrieveResponses as cR, type TransactionsListData as cS, type TransactionsListResponses as cT, type TransactionsCreateData as cU, type TransactionsCreateResponses as cV, type TransactionsRetrieveData as cW, type TransactionsRetrieveResponses as cX, type TransactionsPartialUpdateData as cY, type TransactionsPartialUpdateResponses as cZ, type TransactionsUpdateData as c_, type PublicCompaniesRetrieveData as ca, type PublicCompaniesRetrieveResponses as cb, type PublicCompaniesGroupsListData as cc, type PublicCompaniesGroupsListResponses as cd, type PublicCompaniesGroupsRetrieveData as ce, type PublicCompaniesGroupsRetrieveResponses as cf, type PublicCompaniesLegalTermsListData as cg, type PublicCompaniesLegalTermsListResponses as ch, type PublicCompaniesLegalTermsRetrieveData as ci, type PublicCompaniesLegalTermsRetrieveResponses as cj, type PublicCompaniesLegalTermsVersionsListData as ck, type PublicCompaniesLegalTermsVersionsListResponses as cl, type PublicCompaniesLegalTermsVersionsRetrieveData as cm, type PublicCompaniesLegalTermsVersionsRetrieveResponses as cn, type PublicCompaniesOauthClientsListData as co, type PublicCompaniesOauthClientsListResponses as cp, type PublicCompaniesOauthClientsRetrieveData as cq, type PublicCompaniesOauthClientsRetrieveResponses as cr, type PublicLegalTermsListData as cs, type PublicLegalTermsListResponses as ct, type PublicLegalTermsRetrieveData as cu, type PublicLegalTermsRetrieveResponses as cv, type PublicLegalTermsVersionsListData as cw, type PublicLegalTermsVersionsListResponses as cx, type PublicLegalTermsVersionsRetrieveData as cy, type PublicLegalTermsVersionsRetrieveResponses as cz, type AuthSession as d, type UserCryptoAccountsListData as d$, type TransactionsMessagesListData as d0, type TransactionsMessagesListResponses as d1, type TransactionsMessagesRetrieveData as d2, type TransactionsMessagesRetrieveResponses as d3, type TransactionsCreditCreateData as d4, type TransactionsCreditCreateResponses as d5, type TransactionsDebitCreateData as d6, type TransactionsDebitCreateResponses as d7, type TransactionTotalsRetrieveData as d8, type TransactionTotalsRetrieveResponses as d9, type UserBankAccountsDestroyResponses as dA, type UserBankAccountsRetrieveData as dB, type UserBankAccountsRetrieveResponses as dC, type UserBankAccountsPartialUpdateData as dD, type UserBankAccountsPartialUpdateResponses as dE, type UserBankAccountsUpdateData as dF, type UserBankAccountsUpdateResponses as dG, type UserBankAccountsAccountCurrenciesListData as dH, type UserBankAccountsAccountCurrenciesListResponses as dI, type UserBankAccountsAccountCurrenciesCreateData as dJ, type UserBankAccountsAccountCurrenciesCreateResponses as dK, type UserBankAccountsAccountCurrenciesDestroyData as dL, type UserBankAccountsAccountCurrenciesDestroyResponses as dM, type UserBankAccountsAccountCurrenciesRetrieveData as dN, type UserBankAccountsAccountCurrenciesRetrieveResponses as dO, type UserBankAccountsCurrenciesListData as dP, type UserBankAccountsCurrenciesListResponses as dQ, type UserBankAccountsCurrenciesCreateData as dR, type UserBankAccountsCurrenciesCreateResponses as dS, type UserBankAccountsCurrenciesDestroyData as dT, type UserBankAccountsCurrenciesDestroyResponses as dU, type UserBankAccountsCurrenciesRetrieveData as dV, type UserBankAccountsCurrenciesRetrieveResponses as dW, type UserBankAccountsDocumentsRetrieveData as dX, type UserBankAccountsDocumentsRetrieveResponses as dY, type UserBankAccountsDocumentsRetrieve2Data as dZ, type UserBankAccountsDocumentsRetrieve2Responses as d_, type TransactionsTransferCreateData as da, type TransactionsTransferCreateResponses as db, type UserRetrieveData as dc, type UserRetrieveResponses as dd, type UserPartialUpdateData as de, type UserPartialUpdateResponses as df, type UserUpdateData as dg, type UserUpdateResponses as dh, type UserAddressesListData as di, type UserAddressesListResponses as dj, type UserAddressesCreateData as dk, type UserAddressesCreateResponses as dl, type UserAddressesDestroyData as dm, type UserAddressesDestroyResponses as dn, type UserAddressesRetrieveData as dp, type UserAddressesRetrieveResponses as dq, type UserAddressesPartialUpdateData as dr, type UserAddressesPartialUpdateResponses as ds, type UserAddressesUpdateData as dt, type UserAddressesUpdateResponses as du, type UserBankAccountsListData as dv, type UserBankAccountsListResponses as dw, type UserBankAccountsCreateData as dx, type UserBankAccountsCreateResponses as dy, type UserBankAccountsDestroyData as dz, type AuthState as e, type UserEmailsDestroyData as e$, type UserCryptoAccountsListResponses as e0, type UserCryptoAccountsCreateData as e1, type UserCryptoAccountsCreateResponses as e2, type UserCryptoAccountsDestroyData as e3, type UserCryptoAccountsDestroyResponses as e4, type UserCryptoAccountsRetrieveData as e5, type UserCryptoAccountsRetrieveResponses as e6, type UserCryptoAccountsPartialUpdateData as e7, type UserCryptoAccountsPartialUpdateResponses as e8, type UserCryptoAccountsUpdateData as e9, type UserDevicesAppsPartialUpdateResponses as eA, type UserDevicesAppsUpdateData as eB, type UserDevicesAppsUpdateResponses as eC, type UserDevicesDestroyData as eD, type UserDevicesDestroyResponses as eE, type UserDevicesRetrieveData as eF, type UserDevicesRetrieveResponses as eG, type UserDevicesPartialUpdateData as eH, type UserDevicesPartialUpdateResponses as eI, type UserDevicesUpdateData as eJ, type UserDevicesUpdateResponses as eK, type UserDevicesAppsListData as eL, type UserDevicesAppsListResponses as eM, type UserDevicesAppsCreateData as eN, type UserDevicesAppsCreateResponses as eO, type UserDocumentsListData as eP, type UserDocumentsListResponses as eQ, type UserDocumentsCreateData as eR, type UserDocumentsCreateResponses as eS, type UserDocumentsDestroyData as eT, type UserDocumentsDestroyResponses as eU, type UserDocumentsRetrieveData as eV, type UserDocumentsRetrieveResponses as eW, type UserEmailsListData as eX, type UserEmailsListResponses as eY, type UserEmailsCreateData as eZ, type UserEmailsCreateResponses as e_, type UserCryptoAccountsUpdateResponses as ea, type UserCryptoAccountsAccountCurrenciesListData as eb, type UserCryptoAccountsAccountCurrenciesListResponses as ec, type UserCryptoAccountsAccountCurrenciesCreateData as ed, type UserCryptoAccountsAccountCurrenciesCreateResponses as ee, type UserCryptoAccountsAccountCurrenciesDestroyData as ef, type UserCryptoAccountsAccountCurrenciesDestroyResponses as eg, type UserCryptoAccountsAccountCurrenciesRetrieveData as eh, type UserCryptoAccountsAccountCurrenciesRetrieveResponses as ei, type UserCryptoAccountsCurrenciesListData as ej, type UserCryptoAccountsCurrenciesListResponses as ek, type UserCryptoAccountsCurrenciesCreateData as el, type UserCryptoAccountsCurrenciesCreateResponses as em, type UserCryptoAccountsCurrenciesDestroyData as en, type UserCryptoAccountsCurrenciesDestroyResponses as eo, type UserCryptoAccountsCurrenciesRetrieveData as ep, type UserCryptoAccountsCurrenciesRetrieveResponses as eq, type UserDevicesListData as er, type UserDevicesListResponses as es, type UserDevicesCreateData as et, type UserDevicesCreateResponses as eu, type UserDevicesAppsDestroyData as ev, type UserDevicesAppsDestroyResponses as ew, type UserDevicesAppsRetrieveData as ex, type UserDevicesAppsRetrieveResponses as ey, type UserDevicesAppsPartialUpdateData as ez, type AuthStatus as f, type ClientOptions as f$, type UserEmailsDestroyResponses as f0, type UserEmailsRetrieveData as f1, type UserEmailsRetrieveResponses as f2, type UserEmailsPartialUpdateData as f3, type UserEmailsPartialUpdateResponses as f4, type UserEmailsUpdateData as f5, type UserEmailsUpdateResponses as f6, type UserLegalTermsListData as f7, type UserLegalTermsListResponses as f8, type UserLegalTermsRetrieveData as f9, type UserWalletAccountsListResponses as fA, type UserWalletAccountsCreateData as fB, type UserWalletAccountsCreateResponses as fC, type UserWalletAccountsDestroyData as fD, type UserWalletAccountsDestroyResponses as fE, type UserWalletAccountsRetrieveData as fF, type UserWalletAccountsRetrieveResponses as fG, type UserWalletAccountsPartialUpdateData as fH, type UserWalletAccountsPartialUpdateResponses as fI, type UserWalletAccountsUpdateData as fJ, type UserWalletAccountsUpdateResponses as fK, type UserWalletAccountsAccountCurrenciesListData as fL, type UserWalletAccountsAccountCurrenciesListResponses as fM, type UserWalletAccountsAccountCurrenciesCreateData as fN, type UserWalletAccountsAccountCurrenciesCreateResponses as fO, type UserWalletAccountsAccountCurrenciesDestroyData as fP, type UserWalletAccountsAccountCurrenciesDestroyResponses as fQ, type UserWalletAccountsAccountCurrenciesRetrieveData as fR, type UserWalletAccountsAccountCurrenciesRetrieveResponses as fS, type UserWalletAccountsCurrenciesListData as fT, type UserWalletAccountsCurrenciesListResponses as fU, type UserWalletAccountsCurrenciesCreateData as fV, type UserWalletAccountsCurrenciesCreateResponses as fW, type UserWalletAccountsCurrenciesDestroyData as fX, type UserWalletAccountsCurrenciesDestroyResponses as fY, type UserWalletAccountsCurrenciesRetrieveData as fZ, type UserWalletAccountsCurrenciesRetrieveResponses as f_, type UserLegalTermsRetrieveResponses as fa, type UserLegalTermsVersionsListData as fb, type UserLegalTermsVersionsListResponses as fc, type UserLegalTermsVersionsRetrieveData as fd, type UserLegalTermsVersionsRetrieveResponses as fe, type UserLegalTermsVersionsPartialUpdateData as ff, type UserLegalTermsVersionsPartialUpdateResponses as fg, type UserLegalTermsVersionsUpdateData as fh, type UserLegalTermsVersionsUpdateResponses as fi, type UserMessagesListData as fj, type UserMessagesListResponses as fk, type UserMessagesRetrieveData as fl, type UserMessagesRetrieveResponses as fm, type UserMobilesListData as fn, type UserMobilesListResponses as fo, type UserMobilesCreateData as fp, type UserMobilesCreateResponses as fq, type UserMobilesDestroyData as fr, type UserMobilesDestroyResponses as fs, type UserMobilesRetrieveData as ft, type UserMobilesRetrieveResponses as fu, type UserMobilesPartialUpdateData as fv, type UserMobilesPartialUpdateResponses as fw, type UserMobilesUpdateData as fx, type UserMobilesUpdateResponses as fy, type UserWalletAccountsListData as fz, type AuthRecoveryState as g, type CreateMultiTransactionRequest as g$, type Account as g0, type AccountAccountAsset as g1, type AccountAccountAssetRequest as g2, type AccountAccountAssetResponse as g3, type AccountAsset as g4, type AccountAssetFee as g5, type AccountAssetLimit as g6, type AccountAssetLimitRequest as g7, type AccountAssetLimitResponse as g8, type AccountAssetResponse as g9, type BankOwnerAddressRequest as gA, type BankOwnerRequest as gB, type Company as gC, type CompanyBankAccount as gD, type CompanyBankBranchAddress as gE, type CompanyDisallowedTransactionSubtype as gF, type CompanyDisallowedTransactionSubtypeRequest as gG, type CompanyResponse as gH, type CompanySettings as gI, type CompanySettingsRequest as gJ, type CompanyWalletAccount as gK, type CreateAccountAccountAssetRequest as gL, type CreateAuthTokenRequest as gM, type CreateCompanyRequest as gN, type CreateCreditTransactionRequest as gO, type CreateCryptoAccountAccountAssetRequest as gP, type CreateCryptoAccountAssetRequest as gQ, type CreateCryptoAccountRequest as gR, type CreateDebitTransactionRequest as gS, type CreateDeviceAppRequest as gT, type CreateDeviceRequest as gU, type CreateEmailRequest as gV, type CreateExportRequest as gW, type CreateJwtRequest as gX, type CreateMfaAuthenticatorRequest as gY, type CreateMetricRequest as gZ, type CreateMobileRequest as g_, type AccountAssetSettings as ga, type AccountAssetSettingsRequest as gb, type AccountDefinition as gc, type AccountDefinitionGroup as gd, type AccountDefinitionGroupAsset as ge, type AccountDefinitionResponse as gf, type AccountRequest as gg, type AccountResponse as gh, type ActionResponse as gi, type AdminAccountAssetFee as gj, type AdminAccountAssetFeeRequest as gk, type AdminAccountAssetFeeResponse as gl, type AdminCompanyAddress as gm, type Asset as gn, type AssetResponse as go, type Auth$1 as gp, type AuthResponse as gq, type AuthToken as gr, type AuthTokenList as gs, type AuthTokenListResponse as gt, type AuthTokenResponse as gu, type Authenticated as gv, type AuthenticatedResponse as gw, type AuthenticatorChallenge as gx, type BankOwner as gy, type BankOwnerAddress as gz, type AuthSnapshot as h, type GroupTierLimitResponse as h$, type CreateStatementRequest as h0, type CreateTransactionCollectionRequest as h1, type CreateTransactionCollectionTransactionRequest as h2, type CreateTransferTransactionRequest as h3, type CreateUserBankAccountAccountAssetRequest as h4, type CreateUserBankAccountAssetRequest as h5, type CreateUserWalletAccountAccountAssetRequest as h6, type CreateUserWalletAccountAssetRequest as h7, type CryptoAccount as h8, type CryptoAccountAsset as h9, type ExportResponse as hA, type ExtendedAccount as hB, type ExtendedAccountResponse as hC, type ExtendedAuthenticated as hD, type ExtendedAuthenticatedResponse as hE, type ExtendedExport as hF, type ExtendedExportResponse as hG, type ExtendedGroupTier as hH, type ExtendedGroupTierResponse as hI, type ExtendedTransaction as hJ, type ExtendedTransactionResponse as hK, type ExtendedUserInfo as hL, type ExtendedUserInfoRequest as hM, type ExtendedUserInfoResponse as hN, type GroupDisallowedTransactionSubtype as hO, type GroupFee as hP, type GroupFeeResponse as hQ, type GroupLimit as hR, type GroupLimitResponse as hS, type GroupPermission as hT, type GroupPermissionResponse as hU, type GroupSettings as hV, type GroupTier as hW, type GroupTierDisallowedTransactionSubtype as hX, type GroupTierFee as hY, type GroupTierFeeResponse as hZ, type GroupTierLimit as h_, type CryptoAccountAssetList as ha, type CryptoAccountAssetListResponse as hb, type CryptoAccountAssetResponse as hc, type CryptoAccountList as hd, type CryptoAccountListResponse as he, type CryptoAccountRequest as hf, type CryptoAccountResponse as hg, type DeactivateRequest as hh, type Device as hi, type DeviceApp as hj, type DeviceAppRequest as hk, type DeviceAppResponse as hl, type DeviceList as hm, type DeviceListResponse as hn, type DeviceRequest as ho, type DeviceResponse as hp, type DocumentType as hq, type DocumentTypeResponse as hr, type Email as hs, type EmailList as ht, type EmailListResponse as hu, type EmailRequest as hv, type EmailResponse as hw, type ExplicitCreateTransactionRequest as hx, type Export as hy, type ExportPage as hz, type AuthEvent as i, type PaginatedAccountDefinitionList as i$, type GroupTierRequirementSet as i0, type GroupTierRequirementSetItem as i1, type GroupTierRequirementSetItemResponse as i2, type GroupTierRequirementSetItemRule as i3, type GroupTierRequirementSetResponse as i4, type GroupTierSettings as i5, type Jwt as i6, type JwtResponse as i7, type LegalTerm as i8, type LegalTermResponse as i9, type MobileList as iA, type MobileListResponse as iB, type MobileRequest as iC, type MobileResponse as iD, type MultiTransaction as iE, type MultiTransactionResponse as iF, type OauthAuthorize as iG, type OauthAuthorizeRequest as iH, type OauthAuthorizeResponse as iI, type OauthClient as iJ, type OauthClientResponse as iK, type OauthLoginRequest as iL, type OauthRegisterRequest as iM, type OauthSession as iN, type OauthSessionRequest as iO, type OauthSessionResponse as iP, type OauthVerify as iQ, type OauthVerifyRequest as iR, type OauthVerifyResponse as iS, type PaginatedAccountAccountAssetList as iT, type PaginatedAccountAccountAssetListResponse as iU, type PaginatedAccountAssetFeeList as iV, type PaginatedAccountAssetFeeListResponse as iW, type PaginatedAccountAssetLimitList as iX, type PaginatedAccountAssetLimitListResponse as iY, type PaginatedAccountAssetList as iZ, type PaginatedAccountAssetListResponse as i_, type LegalTermVersion as ia, type LegalTermVersionResponse as ib, type LoginRequest as ic, type LogoutRequest as id, type MfaAuthenticator as ie, type MfaAuthenticatorResponse as ig, type MfaDeliverRequest as ih, type MfaDeviceDetail as ii, type MfaStaticDeviceDetail as ij, type MfaStaticDeviceToken as ik, type MfatotpDeviceDetail as il, type MfaTwilioDeviceDetail as im, type MfaVerifyRequest as io, type MaskedMfaAuthenticator as ip, type MaskedMfaAuthenticatorResponse as iq, type MaskedMfaDeviceDetail as ir, type MaskedMfaStaticDeviceDetail as is, type MaskedMfaStaticDeviceToken as it, type MaskedMfatotpDeviceDetail as iu, type MaskedMfaTwilioDeviceDetail as iv, type Metric as iw, type MetricPoint as ix, type MetricResponse as iy, type Mobile as iz, type AuthEventType as j, type PaginatedUserDocumentList as j$, type PaginatedAccountDefinitionListResponse as j0, type PaginatedAccountList as j1, type PaginatedAccountListResponse as j2, type PaginatedAssetList as j3, type PaginatedAssetListResponse as j4, type PaginatedCompanyBankAccountList as j5, type PaginatedCompanyBankAccountListResponse as j6, type PaginatedCompanyWalletAccountList as j7, type PaginatedCompanyWalletAccountListResponse as j8, type PaginatedDeviceAppList as j9, type PaginatedMaskedMfaAuthenticatorListResponse as jA, type PaginatedMetricList as jB, type PaginatedMetricListResponse as jC, type PaginatedMetricPointList as jD, type PaginatedMetricPointListResponse as jE, type PaginatedOauthClientList as jF, type PaginatedOauthClientListResponse as jG, type PaginatedPublicCompanyLegalTermList as jH, type PaginatedPublicCompanyLegalTermListResponse as jI, type PaginatedPublicCompanyLegalTermVersionList as jJ, type PaginatedPublicCompanyLegalTermVersionListResponse as jK, type PaginatedPublicCompanyList as jL, type PaginatedPublicCompanyListResponse as jM, type PaginatedPublicGroupList as jN, type PaginatedPublicGroupListResponse as jO, type PaginatedPublicLegalTermList as jP, type PaginatedPublicLegalTermListResponse as jQ, type PaginatedPublicLegalTermVersionList as jR, type PaginatedPublicLegalTermVersionListResponse as jS, type PaginatedStatementList as jT, type PaginatedStatementListResponse as jU, type PaginatedTransactionCollectionList as jV, type PaginatedTransactionCollectionListResponse as jW, type PaginatedTransactionList as jX, type PaginatedTransactionListResponse as jY, type PaginatedTransactionMessageList as jZ, type PaginatedTransactionMessageListResponse as j_, type PaginatedDeviceAppListResponse as ja, type PaginatedDocumentTypeList as jb, type PaginatedDocumentTypeListResponse as jc, type PaginatedExportList as jd, type PaginatedExportListResponse as je, type PaginatedGroupFeeList as jf, type PaginatedGroupFeeListResponse as jg, type PaginatedGroupLimitList as jh, type PaginatedGroupLimitListResponse as ji, type PaginatedGroupPermissionList as jj, type PaginatedGroupPermissionListResponse as jk, type PaginatedGroupTierFeeList as jl, type PaginatedGroupTierFeeListResponse as jm, type PaginatedGroupTierLimitList as jn, type PaginatedGroupTierLimitListResponse as jo, type PaginatedGroupTierList as jp, type PaginatedGroupTierListResponse as jq, type PaginatedGroupTierRequirementSetItemList as jr, type PaginatedGroupTierRequirementSetItemListResponse as js, type PaginatedGroupTierRequirementSetList as jt, type PaginatedGroupTierRequirementSetListResponse as ju, type PaginatedLegalTermList as jv, type PaginatedLegalTermListResponse as jw, type PaginatedLegalTermVersionList as jx, type PaginatedLegalTermVersionListResponse as jy, type PaginatedMaskedMfaAuthenticatorList as jz, type SessionListener as k, type ReducedTransactionSubtypeRequest as k$, type PaginatedUserDocumentListResponse as k0, type PaginatedUserGroupList as k1, type PaginatedUserGroupListResponse as k2, type PaginatedUserMessageList as k3, type PaginatedUserMessageListResponse as k4, type PaginatedUserPermissionList as k5, type PaginatedUserPermissionListResponse as k6, type PaginatedUserWalletAccountAssetList as k7, type PaginatedUserWalletAccountAssetListResponse as k8, type PartnerTransaction as k9, type PublicLegalTerm as kA, type PublicLegalTermResponse as kB, type PublicLegalTermVersion as kC, type PublicLegalTermVersionResponse as kD, type PublicReducedCompanyLegalTermVersion as kE, type PublicReducedLegalTermVersion as kF, type ReducedAccount as kG, type ReducedAccountAccountAsset as kH, type ReducedAccountAccountAssetRequest as kI, type ReducedAccountAsset as kJ, type ReducedAccountAssetList as kK, type ReducedAccountAssetListResponse as kL, type ReducedAccountAssetRequest as kM, type ReducedAccountAssetResponse as kN, type ReducedAccountDefinition as kO, type ReducedAccountRequest as kP, type ReducedAsset as kQ, type ReducedAssetRequest as kR, type ReducedDeviceApp as kS, type ReducedDeviceAppRequest as kT, type ReducedDocumentType as kU, type ReducedGroup as kV, type ReducedGroupRequest as kW, type ReducedGroupTier as kX, type ReducedLegalTermVersion as kY, type ReducedService as kZ, type ReducedTransactionSubtype as k_, type PartnerUserInfo as ka, type PasswordChangeRequest as kb, type PasswordResetConfirmRequest as kc, type PasswordResetRequest as kd, type PatchedAccountAccountAssetRequest as ke, type PatchedCryptoAccountRequest as kf, type PatchedDeviceAppRequest as kg, type PatchedDeviceRequest as kh, type PatchedEmailRequest as ki, type PatchedExtendedUserInfoRequest as kj, type PatchedMobileRequest as kk, type PatchedUpdateExtendedTransactionRequest as kl, type PatchedUpdateLegalTermVersionRequest as km, type PatchedUserAddressRequest as kn, type PatchedUserBankAccountRequest as ko, type PatchedUserWalletAccountRequest as kp, type ProtectedUserInfo as kq, type PublicCompany as kr, type PublicCompanyLegalTerm as ks, type PublicCompanyLegalTermResponse as kt, type PublicCompanyLegalTermVersion as ku, type PublicCompanyLegalTermVersionResponse as kv, type PublicCompanyResponse as kw, type PublicCompanySettings as kx, type PublicGroup as ky, type PublicGroupResponse as kz, type AuthStateListener as l, type UserWalletAccountList as l$, type ReducedUserInfoRequest as l0, type RefreshRequest as l1, type Refreshed as l2, type RefreshedResponse as l3, type RegisterCompanyRequest as l4, type RegisterRequest as l5, type RequestDeleteRequest as l6, type ResendVerifyEmailRequest as l7, type ResendVerifyMobileRequest as l8, type ResourceRequirementRule as l9, type UserBankAccountAssetListResponse as lA, type UserBankAccountAssetResponse as lB, type UserBankAccountList as lC, type UserBankAccountListResponse as lD, type UserBankAccountRequest as lE, type UserBankAccountResponse as lF, type UserBankBranchAddress as lG, type UserBankBranchAddressRequest as lH, type UserCreateBankAccountRequest as lI, type UserCreateDocumentRequest as lJ, type UserCreateWalletAccountRequest as lK, type UserDisallowedTransactionSubtype as lL, type UserDisallowedTransactionSubtypeRequest as lM, type UserDocument as lN, type UserDocumentResponse as lO, type UserGroup as lP, type UserGroupResponse as lQ, type UserMessage as lR, type UserMessageResponse as lS, type UserPermission as lT, type UserPermissionResponse as lU, type UserSettings as lV, type UserSettingsRequest as lW, type UserVerification as lX, type UserWalletAccount as lY, type UserWalletAccountAsset as lZ, type UserWalletAccountAssetResponse as l_, type Statement as la, type StatementResponse as lb, type TotalTransaction as lc, type TotalTransactionResponse as ld, type Transaction as le, type TransactionAccountAsset as lf, type TransactionCollection as lg, type TransactionCollectionResponse as lh, type TransactionCollectionTransaction as li, type TransactionFee as lj, type TransactionMessage as lk, type TransactionMessageResponse as ll, type TransactionSubtype as lm, type TransactionSubtypeList as ln, type TransactionSubtypeListResponse as lo, type TransactionSubtypeResponse as lp, type UpdateExtendedTransactionRequest as lq, type UpdateLegalTermVersionRequest as lr, type UserAddress as ls, type UserAddressList as lt, type UserAddressListResponse as lu, type UserAddressRequest as lv, type UserAddressResponse as lw, type UserBankAccount as lx, type UserBankAccountAsset as ly, type UserBankAccountAssetList as lz, type AuthEventListener as m, type DocumentTypeResponseWritable as m$, type UserWalletAccountListResponse as m0, type UserWalletAccountRequest as m1, type UserWalletAccountResponse as m2, type VerifyDeactivateRequest as m3, type VerifyEmailRequest as m4, type VerifyMobileRequest as m5, type VerifyRequestDeleteRequest as m6, type AccountWritable as m7, type AccountAccountAssetWritable as m8, type AccountAccountAssetResponseWritable as m9, type CompanyResponseWritable as mA, type CompanySettingsWritable as mB, type CompanyWalletAccountWritable as mC, type CreateAccountAccountAssetRequestWritable as mD, type CreateCompanyRequestWritable as mE, type CreateCreditTransactionRequestWritable as mF, type CreateDebitTransactionRequestWritable as mG, type CreateMetricRequestWritable as mH, type CreateMultiTransactionRequestWritable as mI, type CreateStatementRequestWritable as mJ, type CreateTransactionCollectionRequestWritable as mK, type CreateTransactionCollectionTransactionRequestWritable as mL, type CryptoAccountWritable as mM, type CryptoAccountAssetWritable as mN, type CryptoAccountAssetListWritable as mO, type CryptoAccountAssetListResponseWritable as mP, type CryptoAccountAssetResponseWritable as mQ, type CryptoAccountListWritable as mR, type CryptoAccountListResponseWritable as mS, type CryptoAccountResponseWritable as mT, type DeviceWritable as mU, type DeviceAppWritable as mV, type DeviceAppResponseWritable as mW, type DeviceListWritable as mX, type DeviceListResponseWritable as mY, type DeviceResponseWritable as mZ, type DocumentTypeWritable as m_, type AccountAssetWritable as ma, type AccountAssetFeeWritable as mb, type AccountAssetLimitWritable as mc, type AccountAssetLimitResponseWritable as md, type AccountAssetResponseWritable as me, type AccountAssetSettingsWritable as mf, type AccountDefinitionWritable as mg, type AccountDefinitionGroupWritable as mh, type AccountDefinitionGroupAssetWritable as mi, type AccountDefinitionResponseWritable as mj, type AccountResponseWritable as mk, type AdminAccountAssetFeeWritable as ml, type AdminAccountAssetFeeResponseWritable as mm, type AssetWritable as mn, type AssetResponseWritable as mo, type AuthWritable as mp, type AuthResponseWritable as mq, type AuthTokenWritable as mr, type AuthTokenListWritable as ms, type AuthTokenListResponseWritable as mt, type AuthTokenResponseWritable as mu, type AuthenticatedWritable as mv, type AuthenticatedResponseWritable as mw, type CompanyWritable as mx, type CompanyBankAccountWritable as my, type CompanyDisallowedTransactionSubtypeWritable as mz, type StorageAdapter as n, type OauthClientResponseWritable as n$, type EmailWritable as n0, type EmailListWritable as n1, type EmailListResponseWritable as n2, type EmailResponseWritable as n3, type ExplicitCreateTransactionRequestWritable as n4, type ExportWritable as n5, type ExportPageWritable as n6, type ExportResponseWritable as n7, type ExtendedAccountWritable as n8, type ExtendedAccountResponseWritable as n9, type GroupTierRequirementSetItemResponseWritable as nA, type GroupTierRequirementSetResponseWritable as nB, type GroupTierSettingsWritable as nC, type JwtResponseWritable as nD, type LegalTermResponseWritable as nE, type LegalTermVersionResponseWritable as nF, type LoginRequestWritable as nG, type MfaAuthenticatorWritable as nH, type MfaAuthenticatorResponseWritable as nI, type MfaDeviceDetailWritable as nJ, type MfaStaticDeviceDetailWritable as nK, type MfatotpDeviceDetailWritable as nL, type MaskedMfaAuthenticatorWritable as nM, type MaskedMfaAuthenticatorResponseWritable as nN, type MaskedMfaDeviceDetailWritable as nO, type MaskedMfaStaticDeviceDetailWritable as nP, type MaskedMfatotpDeviceDetailWritable as nQ, type MetricWritable as nR, type MetricResponseWritable as nS, type MobileWritable as nT, type MobileListWritable as nU, type MobileListResponseWritable as nV, type MobileResponseWritable as nW, type MultiTransactionWritable as nX, type MultiTransactionResponseWritable as nY, type OauthAuthorizeWritable as nZ, type OauthAuthorizeResponseWritable as n_, type ExtendedAuthenticatedWritable as na, type ExtendedAuthenticatedResponseWritable as nb, type ExtendedExportWritable as nc, type ExtendedExportResponseWritable as nd, type ExtendedGroupTierWritable as ne, type ExtendedGroupTierResponseWritable as nf, type ExtendedTransactionWritable as ng, type ExtendedTransactionResponseWritable as nh, type ExtendedUserInfoWritable as ni, type ExtendedUserInfoResponseWritable as nj, type GroupDisallowedTransactionSubtypeWritable as nk, type GroupFeeWritable as nl, type GroupFeeResponseWritable as nm, type GroupLimitWritable as nn, type GroupLimitResponseWritable as no, type GroupPermissionWritable as np, type GroupPermissionResponseWritable as nq, type GroupSettingsWritable as nr, type GroupTierWritable as ns, type GroupTierDisallowedTransactionSubtypeWritable as nt, type GroupTierFeeWritable as nu, type GroupTierFeeResponseWritable as nv, type GroupTierLimitWritable as nw, type GroupTierLimitResponseWritable as nx, type GroupTierRequirementSetWritable as ny, type GroupTierRequirementSetItemWritable as nz, type AccountCurrenciesListData as o, type PaginatedPublicCompanyListResponseWritable as o$, type OauthLoginRequestWritable as o0, type OauthRegisterRequestWritable as o1, type OauthSessionResponseWritable as o2, type OauthVerifyWritable as o3, type OauthVerifyRequestWritable as o4, type OauthVerifyResponseWritable as o5, type PaginatedAccountAccountAssetListWritable as o6, type PaginatedAccountAccountAssetListResponseWritable as o7, type PaginatedAccountAssetFeeListWritable as o8, type PaginatedAccountAssetFeeListResponseWritable as o9, type PaginatedGroupTierFeeListWritable as oA, type PaginatedGroupTierFeeListResponseWritable as oB, type PaginatedGroupTierLimitListWritable as oC, type PaginatedGroupTierLimitListResponseWritable as oD, type PaginatedGroupTierListWritable as oE, type PaginatedGroupTierListResponseWritable as oF, type PaginatedGroupTierRequirementSetItemListWritable as oG, type PaginatedGroupTierRequirementSetItemListResponseWritable as oH, type PaginatedGroupTierRequirementSetListWritable as oI, type PaginatedGroupTierRequirementSetListResponseWritable as oJ, type PaginatedLegalTermListWritable as oK, type PaginatedLegalTermListResponseWritable as oL, type PaginatedLegalTermVersionListWritable as oM, type PaginatedLegalTermVersionListResponseWritable as oN, type PaginatedMaskedMfaAuthenticatorListWritable as oO, type PaginatedMaskedMfaAuthenticatorListResponseWritable as oP, type PaginatedMetricListWritable as oQ, type PaginatedMetricListResponseWritable as oR, type PaginatedMetricPointListWritable as oS, type PaginatedMetricPointListResponseWritable as oT, type PaginatedOauthClientListWritable as oU, type PaginatedOauthClientListResponseWritable as oV, type PaginatedPublicCompanyLegalTermListWritable as oW, type PaginatedPublicCompanyLegalTermListResponseWritable as oX, type PaginatedPublicCompanyLegalTermVersionListWritable as oY, type PaginatedPublicCompanyLegalTermVersionListResponseWritable as oZ, type PaginatedPublicCompanyListWritable as o_, type PaginatedAccountAssetLimitListWritable as oa, type PaginatedAccountAssetLimitListResponseWritable as ob, type PaginatedAccountAssetListWritable as oc, type PaginatedAccountAssetListResponseWritable as od, type PaginatedAccountDefinitionListWritable as oe, type PaginatedAccountDefinitionListResponseWritable as of, type PaginatedAccountListWritable as og, type PaginatedAccountListResponseWritable as oh, type PaginatedAssetListWritable as oi, type PaginatedAssetListResponseWritable as oj, type PaginatedCompanyBankAccountListWritable as ok, type PaginatedCompanyBankAccountListResponseWritable as ol, type PaginatedCompanyWalletAccountListWritable as om, type PaginatedCompanyWalletAccountListResponseWritable as on, type PaginatedDeviceAppListWritable as oo, type PaginatedDeviceAppListResponseWritable as op, type PaginatedDocumentTypeListWritable as oq, type PaginatedDocumentTypeListResponseWritable as or, type PaginatedExportListWritable as os, type PaginatedExportListResponseWritable as ot, type PaginatedGroupFeeListWritable as ou, type PaginatedGroupFeeListResponseWritable as ov, type PaginatedGroupLimitListWritable as ow, type PaginatedGroupLimitListResponseWritable as ox, type PaginatedGroupPermissionListWritable as oy, type PaginatedGroupPermissionListResponseWritable as oz, type AccountCurrenciesListResponses as p, type UserBankAccountAssetWritable as p$, type PaginatedPublicLegalTermListWritable as p0, type PaginatedPublicLegalTermListResponseWritable as p1, type PaginatedPublicLegalTermVersionListWritable as p2, type PaginatedPublicLegalTermVersionListResponseWritable as p3, type PaginatedStatementListWritable as p4, type PaginatedStatementListResponseWritable as p5, type PaginatedTransactionCollectionListWritable as p6, type PaginatedTransactionCollectionListResponseWritable as p7, type PaginatedTransactionListWritable as p8, type PaginatedTransactionListResponseWritable as p9, type ReducedAccountAssetListWritable as pA, type ReducedAccountAssetListResponseWritable as pB, type ReducedAccountAssetResponseWritable as pC, type ReducedDeviceAppWritable as pD, type ReducedTransactionSubtypeWritable as pE, type RefreshedResponseWritable as pF, type RegisterCompanyRequestWritable as pG, type RegisterRequestWritable as pH, type StatementWritable as pI, type StatementResponseWritable as pJ, type TotalTransactionResponseWritable as pK, type TransactionWritable as pL, type TransactionAccountAssetWritable as pM, type TransactionCollectionWritable as pN, type TransactionCollectionResponseWritable as pO, type TransactionCollectionTransactionWritable as pP, type TransactionMessageWritable as pQ, type TransactionMessageResponseWritable as pR, type TransactionSubtypeWritable as pS, type TransactionSubtypeListWritable as pT, type TransactionSubtypeListResponseWritable as pU, type TransactionSubtypeResponseWritable as pV, type UserAddressWritable as pW, type UserAddressListWritable as pX, type UserAddressListResponseWritable as pY, type UserAddressResponseWritable as pZ, type UserBankAccountWritable as p_, type PaginatedTransactionMessageListWritable as pa, type PaginatedTransactionMessageListResponseWritable as pb, type PaginatedUserDocumentListWritable as pc, type PaginatedUserDocumentListResponseWritable as pd, type PaginatedUserGroupListWritable as pe, type PaginatedUserGroupListResponseWritable as pf, type PaginatedUserMessageListWritable as pg, type PaginatedUserMessageListResponseWritable as ph, type PaginatedUserPermissionListWritable as pi, type PaginatedUserPermissionListResponseWritable as pj, type PaginatedUserWalletAccountAssetListWritable as pk, type PaginatedUserWalletAccountAssetListResponseWritable as pl, type PasswordChangeRequestWritable as pm, type PasswordResetConfirmRequestWritable as pn, type PublicCompanyWritable as po, type PublicCompanyLegalTermWritable as pp, type PublicCompanyLegalTermResponseWritable as pq, type PublicCompanyLegalTermVersionResponseWritable as pr, type PublicCompanyResponseWritable as ps, type PublicCompanySettingsWritable as pt, type PublicLegalTermWritable as pu, type PublicLegalTermResponseWritable as pv, type PublicLegalTermVersionResponseWritable as pw, type ReducedAccountWritable as px, type ReducedAccountAccountAssetWritable as py, type ReducedAccountAssetWritable as pz, type AccountDefinitionsListData as q, type AuthRefreshCreateResponse as q$, type UserBankAccountAssetListWritable as q0, type UserBankAccountAssetListResponseWritable as q1, type UserBankAccountAssetResponseWritable as q2, type UserBankAccountListWritable as q3, type UserBankAccountListResponseWritable as q4, type UserBankAccountResponseWritable as q5, type UserCreateDocumentRequestWritable as q6, type UserDisallowedTransactionSubtypeWritable as q7, type UserDocumentWritable as q8, type UserDocumentResponseWritable as q9, type AccountsCurrenciesLimitsListResponse as qA, type AccountsCurrenciesLimitsRetrieveResponse as qB, type AuthRetrieveResponse as qC, type AuthRegisterCompanyResponse as qD, type AuthDeactivateResponse as qE, type AuthDeactivateVerifyResponse as qF, type AuthEmailVerifyResponse as qG, type AuthEmailVerifyResendResponse as qH, type AuthJwtCreateResponse as qI, type AuthLoginResponse as qJ, type AuthLogoutResponse as qK, type AuthMfaAuthenticatorsListResponse as qL, type AuthMfaAuthenticatorsCreateResponse as qM, type AuthMfaAuthenticatorsDestroyResponse as qN, type AuthMfaAuthenticatorsRetrieveResponse as qO, type AuthMfaDeliverResponse as qP, type AuthMfaVerifyResponse as qQ, type AuthMobileVerifyResponse as qR, type AuthMobileVerifyResendResponse as qS, type AuthOauthAuthorizeCreateResponse as qT, type AuthOauthLoginCreateResponse as qU, type AuthOauthRegisterCreateResponse as qV, type AuthOauthSessionCreateResponse as qW, type AuthOauthVerifyCreateResponse as qX, type AuthPasswordChangeResponse as qY, type AuthPasswordResetResponse as qZ, type AuthPasswordResetConfirmResponse as q_, type UserGroupWritable as qa, type UserGroupResponseWritable as qb, type UserMessageWritable as qc, type UserMessageResponseWritable as qd, type UserPermissionWritable as qe, type UserPermissionResponseWritable as qf, type UserSettingsWritable as qg, type UserWalletAccountWritable as qh, type UserWalletAccountAssetWritable as qi, type UserWalletAccountAssetResponseWritable as qj, type UserWalletAccountListWritable as qk, type UserWalletAccountListResponseWritable as ql, type UserWalletAccountResponseWritable as qm, type AccountCurrenciesListResponse as qn, type AccountDefinitionsListResponse as qo, type AccountDefinitionsRetrieveResponse as qp, type AccountsListResponse as qq, type AccountsCreateResponse as qr, type AccountsRetrieveResponse as qs, type AccountsCurrenciesListResponse as qt, type AccountsCurrenciesCreateResponse as qu, type AccountsCurrenciesRetrieveResponse as qv, type AccountsCurrenciesPartialUpdateResponse as qw, type AccountsCurrenciesUpdateResponse as qx, type AccountsCurrenciesFeesListResponse as qy, type AccountsCurrenciesFeesRetrieveResponse as qz, type AccountDefinitionsListResponses as r, type TransactionCollectionsListResponse as r$, type AuthRegisterResponse as r0, type AuthRequestDeleteResponse as r1, type AuthRequestDeleteVerifyResponse as r2, type AuthTokensListDestroyResponse as r3, type AuthTokensListResponse as r4, type AuthTokensCreateResponse as r5, type AuthTokensDestroyResponse as r6, type AuthTokensRetrieveResponse as r7, type CompanyRetrieveResponse as r8, type CompanyBankAccountsListResponse as r9, type MetricsListResponse as rA, type MetricsCreateResponse as rB, type MetricsDestroyResponse as rC, type MetricsRetrieveResponse as rD, type MetricsPointsListResponse as rE, type PermissionsListResponse as rF, type PermissionsRetrieveResponse as rG, type PublicCompaniesListResponse as rH, type PublicCompaniesRetrieveResponse as rI, type PublicCompaniesGroupsListResponse as rJ, type PublicCompaniesGroupsRetrieveResponse as rK, type PublicCompaniesLegalTermsListResponse as rL, type PublicCompaniesLegalTermsRetrieveResponse as rM, type PublicCompaniesLegalTermsVersionsListResponse as rN, type PublicCompaniesLegalTermsVersionsRetrieveResponse as rO, type PublicCompaniesOauthClientsListResponse as rP, type PublicCompaniesOauthClientsRetrieveResponse as rQ, type PublicLegalTermsListResponse as rR, type PublicLegalTermsRetrieveResponse as rS, type PublicLegalTermsVersionsListResponse as rT, type PublicLegalTermsVersionsRetrieveResponse as rU, type StatementsListResponse as rV, type StatementsCreateResponse as rW, type StatementsDestroyResponse as rX, type StatementsRetrieveResponse as rY, type SubtypesListResponse as rZ, type SubtypesRetrieveResponse as r_, type CompanyCurrenciesListResponse as ra, type CompanyCurrenciesRetrieveResponse as rb, type CompanyWalletAccountsListResponse as rc, type DocumentTypesListResponse as rd, type DocumentTypesRetrieveResponse as re, type ExportsListResponse as rf, type ExportsCreateResponse as rg, type ExportsRetrieveResponse as rh, type GroupsListResponse as ri, type GroupsRetrieveResponse as rj, type GroupsFeesListResponse as rk, type GroupsFeesRetrieveResponse as rl, type GroupsLimitsListResponse as rm, type GroupsLimitsRetrieveResponse as rn, type GroupsPermissionsListResponse as ro, type GroupsPermissionsRetrieveResponse as rp, type GroupsTiersListResponse as rq, type GroupsTiersRetrieveResponse as rr, type GroupsTiersFeesListResponse as rs, type GroupsTiersFeesRetrieveResponse as rt, type GroupsTiersLimitsListResponse as ru, type GroupsTiersLimitsRetrieveResponse as rv, type GroupsTiersRequirementSetsListResponse as rw, type GroupsTiersRequirementSetsRetrieveResponse as rx, type GroupsTiersRequirementSetsItemsListResponse as ry, type GroupsTiersRequirementSetsItemsRetrieveResponse as rz, type AccountDefinitionsRetrieveData as s, type UserDocumentsCreateResponse as s$, type TransactionCollectionsCreateResponse as s0, type TransactionCollectionsRetrieveResponse as s1, type TransactionsListResponse as s2, type TransactionsCreateResponse as s3, type TransactionsRetrieveResponse as s4, type TransactionsPartialUpdateResponse as s5, type TransactionsUpdateResponse as s6, type TransactionsMessagesListResponse as s7, type TransactionsMessagesRetrieveResponse as s8, type TransactionsCreditCreateResponse as s9, type UserCryptoAccountsListResponse as sA, type UserCryptoAccountsCreateResponse as sB, type UserCryptoAccountsDestroyResponse as sC, type UserCryptoAccountsRetrieveResponse as sD, type UserCryptoAccountsPartialUpdateResponse as sE, type UserCryptoAccountsUpdateResponse as sF, type UserCryptoAccountsAccountCurrenciesListResponse as sG, type UserCryptoAccountsAccountCurrenciesCreateResponse as sH, type UserCryptoAccountsAccountCurrenciesDestroyResponse as sI, type UserCryptoAccountsAccountCurrenciesRetrieveResponse as sJ, type UserCryptoAccountsCurrenciesListResponse as sK, type UserCryptoAccountsCurrenciesCreateResponse as sL, type UserCryptoAccountsCurrenciesDestroyResponse as sM, type UserCryptoAccountsCurrenciesRetrieveResponse as sN, type UserDevicesListResponse as sO, type UserDevicesCreateResponse as sP, type UserDevicesAppsDestroyResponse as sQ, type UserDevicesAppsRetrieveResponse as sR, type UserDevicesAppsPartialUpdateResponse as sS, type UserDevicesAppsUpdateResponse as sT, type UserDevicesDestroyResponse as sU, type UserDevicesRetrieveResponse as sV, type UserDevicesPartialUpdateResponse as sW, type UserDevicesUpdateResponse as sX, type UserDevicesAppsListResponse as sY, type UserDevicesAppsCreateResponse as sZ, type UserDocumentsListResponse as s_, type TransactionsDebitCreateResponse as sa, type TransactionTotalsRetrieveResponse as sb, type TransactionsTransferCreateResponse as sc, type UserRetrieveResponse as sd, type UserPartialUpdateResponse as se, type UserUpdateResponse as sf, type UserAddressesListResponse as sg, type UserAddressesCreateResponse as sh, type UserAddressesDestroyResponse as si, type UserAddressesRetrieveResponse as sj, type UserAddressesPartialUpdateResponse as sk, type UserAddressesUpdateResponse as sl, type UserBankAccountsListResponse as sm, type UserBankAccountsCreateResponse as sn, type UserBankAccountsDestroyResponse as so, type UserBankAccountsRetrieveResponse as sp, type UserBankAccountsPartialUpdateResponse as sq, type UserBankAccountsUpdateResponse as sr, type UserBankAccountsAccountCurrenciesListResponse as ss, type UserBankAccountsAccountCurrenciesCreateResponse as st, type UserBankAccountsAccountCurrenciesDestroyResponse as su, type UserBankAccountsAccountCurrenciesRetrieveResponse as sv, type UserBankAccountsCurrenciesListResponse as sw, type UserBankAccountsCurrenciesCreateResponse as sx, type UserBankAccountsCurrenciesDestroyResponse as sy, type UserBankAccountsCurrenciesRetrieveResponse as sz, type AccountDefinitionsRetrieveResponses as t, type UserDocumentsDestroyResponse as t0, type UserDocumentsRetrieveResponse as t1, type UserEmailsListResponse as t2, type UserEmailsCreateResponse as t3, type UserEmailsDestroyResponse as t4, type UserEmailsRetrieveResponse as t5, type UserEmailsPartialUpdateResponse as t6, type UserEmailsUpdateResponse as t7, type UserLegalTermsListResponse as t8, type UserLegalTermsRetrieveResponse as t9, type UserLegalTermsVersionsListResponse as ta, type UserLegalTermsVersionsRetrieveResponse as tb, type UserLegalTermsVersionsPartialUpdateResponse as tc, type UserLegalTermsVersionsUpdateResponse as td, type UserMessagesListResponse as te, type UserMessagesRetrieveResponse as tf, type UserMobilesListResponse as tg, type UserMobilesCreateResponse as th, type UserMobilesDestroyResponse as ti, type UserMobilesRetrieveResponse as tj, type UserMobilesPartialUpdateResponse as tk, type UserMobilesUpdateResponse as tl, type UserWalletAccountsListResponse as tm, type UserWalletAccountsCreateResponse as tn, type UserWalletAccountsDestroyResponse as to, type UserWalletAccountsRetrieveResponse as tp, type UserWalletAccountsPartialUpdateResponse as tq, type UserWalletAccountsUpdateResponse as tr, type UserWalletAccountsAccountCurrenciesListResponse as ts, type UserWalletAccountsAccountCurrenciesCreateResponse as tt, type UserWalletAccountsAccountCurrenciesDestroyResponse as tu, type UserWalletAccountsAccountCurrenciesRetrieveResponse as tv, type UserWalletAccountsCurrenciesListResponse as tw, type UserWalletAccountsCurrenciesCreateResponse as tx, type UserWalletAccountsCurrenciesDestroyResponse as ty, type UserWalletAccountsCurrenciesRetrieveResponse as tz, type AccountsListData as u, type AccountsListResponses as v, type AccountsCreateData as w, type AccountsCreateResponses as x, type AccountsRetrieveData as y, type AccountsRetrieveResponses as z };
|