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