├── .dockerignore ├── .env ├── .gitattributes ├── .github ├── PULL_REQUEST_TEMPLATE.md └── workflows │ ├── codeql-analysis.yml │ ├── linter.yml │ ├── release.yml │ └── tests.yml ├── .gitignore ├── .gitmodules ├── .gitpod.yml ├── CHANGES.md ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README-CN.md ├── README.md ├── SECURITY.md ├── app ├── assets │ ├── dbip │ │ └── dbip-country-lite-2023-01.mmdb │ ├── fonts │ │ └── poppins-v9-latin-500.ttf │ └── security │ │ └── 10k-common-passwords ├── cli.php ├── config │ ├── auth.php │ ├── avatars │ │ ├── browsers.php │ │ ├── browsers │ │ │ ├── adblock.png │ │ │ ├── amazon-internet.png │ │ │ ├── android-webview-beta.png │ │ │ ├── avant.png │ │ │ ├── beaker.png │ │ │ ├── blisk.png │ │ │ ├── brave.png │ │ │ ├── browsh.png │ │ │ ├── cent.png │ │ │ ├── chrome-beta.png │ │ │ ├── chrome-canary.png │ │ │ ├── chrome.png │ │ │ ├── chromium.png │ │ │ ├── cliqz.png │ │ │ ├── cm.png │ │ │ ├── crusta.png │ │ │ ├── cốc-cốc.png │ │ │ ├── dolphin.png │ │ │ ├── dooble.png │ │ │ ├── edge-beta-1.png │ │ │ ├── edge-beta-2.png │ │ │ ├── edge.png │ │ │ ├── electron.png │ │ │ ├── epic.png │ │ │ ├── falkon.png │ │ │ ├── firefox-beta.png │ │ │ ├── firefox-developer-edition.png │ │ │ ├── firefox-nightly.png │ │ │ ├── firefox.png │ │ │ ├── focus.png │ │ │ ├── icab-mobile.png │ │ │ ├── icecat.png │ │ │ ├── jsdom.png │ │ │ ├── lightning.png │ │ │ ├── maxthon.png │ │ │ ├── mihtool.png │ │ │ ├── min.png │ │ │ ├── netsurf.png │ │ │ ├── nw.js.png │ │ │ ├── onion.png │ │ │ ├── opera-beta.png │ │ │ ├── opera-developer.png │ │ │ ├── opera-mini-beta.png │ │ │ ├── opera-mini.png │ │ │ ├── opera-neon.png │ │ │ ├── opera-touch.png │ │ │ ├── opera.png │ │ │ ├── orbitum.png │ │ │ ├── otter.png │ │ │ ├── pale-moon.png │ │ │ ├── polarity.png │ │ │ ├── puffin.png │ │ │ ├── qutebrowser.png │ │ │ ├── safari-ios.png │ │ │ ├── safari-technology-preview.png │ │ │ ├── safari.png │ │ │ ├── samsung-internet-beta.png │ │ │ ├── samsung-internet.png │ │ │ ├── seamonkey.png │ │ │ ├── servo.png │ │ │ ├── silk.png │ │ │ ├── sogou-mobile.png │ │ │ ├── tor.png │ │ │ ├── uc-mini.png │ │ │ ├── uc.png │ │ │ ├── v8-ignition.png │ │ │ ├── v8-liftoff.png │ │ │ ├── v8-orinoco.png │ │ │ ├── v8-turbofan.png │ │ │ ├── v8.png │ │ │ ├── vivaldi-snapshot.png │ │ │ ├── vivaldi.png │ │ │ ├── waterfox.png │ │ │ ├── web.png │ │ │ ├── yandex-alpha.png │ │ │ ├── yandex-beta.png │ │ │ ├── yandex-lite.png │ │ │ └── yandex.png │ │ ├── credit-cards.php │ │ ├── credit-cards │ │ │ ├── amex.png │ │ │ ├── argencard.png │ │ │ ├── cabal.png │ │ │ ├── censosud.png │ │ │ ├── diners.png │ │ │ ├── discover.png │ │ │ ├── elo.png │ │ │ ├── hipercard.png │ │ │ ├── jcb.png │ │ │ ├── maestro.png │ │ │ ├── mastercard.png │ │ │ ├── mir.png │ │ │ ├── naranja.png │ │ │ ├── tarjeta-shopping.png │ │ │ ├── union-china-pay.png │ │ │ └── visa.png │ │ ├── flags.php │ │ ├── flags │ │ │ ├── ad.png │ │ │ ├── ae.png │ │ │ ├── af.png │ │ │ ├── ag.png │ │ │ ├── ai.png │ │ │ ├── al.png │ │ │ ├── am.png │ │ │ ├── ao.png │ │ │ ├── aq.png │ │ │ ├── ar.png │ │ │ ├── as.png │ │ │ ├── at.png │ │ │ ├── au.png │ │ │ ├── aw.png │ │ │ ├── ax.png │ │ │ ├── az.png │ │ │ ├── ba.png │ │ │ ├── bb.png │ │ │ ├── bd.png │ │ │ ├── be.png │ │ │ ├── bf.png │ │ │ ├── bg.png │ │ │ ├── bh.png │ │ │ ├── bi.png │ │ │ ├── bj.png │ │ │ ├── bl.png │ │ │ ├── bm.png │ │ │ ├── bn.png │ │ │ ├── bo.png │ │ │ ├── bq.png │ │ │ ├── br.png │ │ │ ├── bs.png │ │ │ ├── bt.png │ │ │ ├── bv.png │ │ │ ├── bw.png │ │ │ ├── by.png │ │ │ ├── bz.png │ │ │ ├── ca.png │ │ │ ├── cc.png │ │ │ ├── cd.png │ │ │ ├── cf.png │ │ │ ├── cg.png │ │ │ ├── ch.png │ │ │ ├── ci.png │ │ │ ├── ck.png │ │ │ ├── cl.png │ │ │ ├── cm.png │ │ │ ├── cn.png │ │ │ ├── co.png │ │ │ ├── cr.png │ │ │ ├── cu.png │ │ │ ├── cv.png │ │ │ ├── cw.png │ │ │ ├── cx.png │ │ │ ├── cy.png │ │ │ ├── cz.png │ │ │ ├── de.png │ │ │ ├── dj.png │ │ │ ├── dk.png │ │ │ ├── dm.png │ │ │ ├── do.png │ │ │ ├── dz.png │ │ │ ├── ec.png │ │ │ ├── ee.png │ │ │ ├── eg.png │ │ │ ├── eh.png │ │ │ ├── er.png │ │ │ ├── es-ct.png │ │ │ ├── es.png │ │ │ ├── et.png │ │ │ ├── eu.png │ │ │ ├── fi.png │ │ │ ├── fj.png │ │ │ ├── fk.png │ │ │ ├── fm.png │ │ │ ├── fo.png │ │ │ ├── fr.png │ │ │ ├── ga.png │ │ │ ├── gb-eng.png │ │ │ ├── gb-nir.png │ │ │ ├── gb-sct.png │ │ │ ├── gb-wls.png │ │ │ ├── gb.png │ │ │ ├── gd.png │ │ │ ├── ge.png │ │ │ ├── gf.png │ │ │ ├── gg.png │ │ │ ├── gh.png │ │ │ ├── gi.png │ │ │ ├── gl.png │ │ │ ├── gm.png │ │ │ ├── gn.png │ │ │ ├── gp.png │ │ │ ├── gq.png │ │ │ ├── gr.png │ │ │ ├── gs.png │ │ │ ├── gt.png │ │ │ ├── gu.png │ │ │ ├── gw.png │ │ │ ├── gy.png │ │ │ ├── hk.png │ │ │ ├── hm.png │ │ │ ├── hn.png │ │ │ ├── hr.png │ │ │ ├── ht.png │ │ │ ├── hu.png │ │ │ ├── id.png │ │ │ ├── ie.png │ │ │ ├── il.png │ │ │ ├── im.png │ │ │ ├── in.png │ │ │ ├── io.png │ │ │ ├── iq.png │ │ │ ├── ir.png │ │ │ ├── is.png │ │ │ ├── it.png │ │ │ ├── je.png │ │ │ ├── jm.png │ │ │ ├── jo.png │ │ │ ├── jp.png │ │ │ ├── ke.png │ │ │ ├── kg.png │ │ │ ├── kh.png │ │ │ ├── ki.png │ │ │ ├── km.png │ │ │ ├── kn.png │ │ │ ├── kp.png │ │ │ ├── kr.png │ │ │ ├── kw.png │ │ │ ├── ky.png │ │ │ ├── kz.png │ │ │ ├── la.png │ │ │ ├── lb.png │ │ │ ├── lc.png │ │ │ ├── li.png │ │ │ ├── lk.png │ │ │ ├── lr.png │ │ │ ├── ls.png │ │ │ ├── lt.png │ │ │ ├── lu.png │ │ │ ├── lv.png │ │ │ ├── ly.png │ │ │ ├── ma.png │ │ │ ├── mc.png │ │ │ ├── md.png │ │ │ ├── me.png │ │ │ ├── mf.png │ │ │ ├── mg.png │ │ │ ├── mh.png │ │ │ ├── mk.png │ │ │ ├── ml.png │ │ │ ├── mm.png │ │ │ ├── mn.png │ │ │ ├── mo.png │ │ │ ├── mp.png │ │ │ ├── mq.png │ │ │ ├── mr.png │ │ │ ├── ms.png │ │ │ ├── mt.png │ │ │ ├── mu.png │ │ │ ├── mv.png │ │ │ ├── mw.png │ │ │ ├── mx.png │ │ │ ├── my.png │ │ │ ├── mz.png │ │ │ ├── na.png │ │ │ ├── nc.png │ │ │ ├── ne.png │ │ │ ├── nf.png │ │ │ ├── ng.png │ │ │ ├── ni.png │ │ │ ├── nl.png │ │ │ ├── no.png │ │ │ ├── np.png │ │ │ ├── nr.png │ │ │ ├── nu.png │ │ │ ├── nz.png │ │ │ ├── om.png │ │ │ ├── pa.png │ │ │ ├── pe.png │ │ │ ├── pf.png │ │ │ ├── pg.png │ │ │ ├── ph.png │ │ │ ├── pk.png │ │ │ ├── pl.png │ │ │ ├── pm.png │ │ │ ├── pn.png │ │ │ ├── pr.png │ │ │ ├── ps.png │ │ │ ├── pt.png │ │ │ ├── pw.png │ │ │ ├── py.png │ │ │ ├── qa.png │ │ │ ├── re.png │ │ │ ├── ro.png │ │ │ ├── rs.png │ │ │ ├── ru.png │ │ │ ├── rw.png │ │ │ ├── sa.png │ │ │ ├── sb.png │ │ │ ├── sc.png │ │ │ ├── sd.png │ │ │ ├── se.png │ │ │ ├── sg.png │ │ │ ├── sh.png │ │ │ ├── si.png │ │ │ ├── sj.png │ │ │ ├── sk.png │ │ │ ├── sl.png │ │ │ ├── sm.png │ │ │ ├── sn.png │ │ │ ├── so.png │ │ │ ├── sr.png │ │ │ ├── ss.png │ │ │ ├── st.png │ │ │ ├── sv.png │ │ │ ├── sx.png │ │ │ ├── sy.png │ │ │ ├── sz.png │ │ │ ├── tc.png │ │ │ ├── td.png │ │ │ ├── tf.png │ │ │ ├── tg.png │ │ │ ├── th.png │ │ │ ├── tj.png │ │ │ ├── tk.png │ │ │ ├── tl.png │ │ │ ├── tm.png │ │ │ ├── tn.png │ │ │ ├── to.png │ │ │ ├── tr.png │ │ │ ├── tt.png │ │ │ ├── tv.png │ │ │ ├── tw.png │ │ │ ├── tz.png │ │ │ ├── ua.png │ │ │ ├── ug.png │ │ │ ├── um.png │ │ │ ├── un.png │ │ │ ├── us.png │ │ │ ├── uy.png │ │ │ ├── uz.png │ │ │ ├── va.png │ │ │ ├── vc.png │ │ │ ├── ve.png │ │ │ ├── vg.png │ │ │ ├── vi.png │ │ │ ├── vn.png │ │ │ ├── vu.png │ │ │ ├── wf.png │ │ │ ├── ws.png │ │ │ ├── ye.png │ │ │ ├── yt.png │ │ │ ├── za.png │ │ │ ├── zm.png │ │ │ └── zw.png │ │ └── os.php │ ├── collections.php │ ├── errors.php │ ├── events.php │ ├── locale │ │ ├── codes.php │ │ ├── continents.php │ │ ├── countries.php │ │ ├── currencies.php │ │ ├── eu.php │ │ ├── languages.php │ │ ├── phones.php │ │ ├── templates │ │ │ └── email-base.tpl │ │ ├── terms.json │ │ └── translations │ │ │ ├── af.json │ │ │ ├── ar.json │ │ │ ├── as.json │ │ │ ├── az.json │ │ │ ├── be.json │ │ │ ├── bg.json │ │ │ ├── bh.json │ │ │ ├── bn.json │ │ │ ├── bs.json │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── da.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es.json │ │ │ ├── fa.json │ │ │ ├── fi.json │ │ │ ├── fo.json │ │ │ ├── fr.json │ │ │ ├── ga.json │ │ │ ├── gu.json │ │ │ ├── he.json │ │ │ ├── hi.json │ │ │ ├── hr.json │ │ │ ├── hu.json │ │ │ ├── hy.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── jv.json │ │ │ ├── km.json │ │ │ ├── kn.json │ │ │ ├── ko.json │ │ │ ├── la.json │ │ │ ├── lb.json │ │ │ ├── lt.json │ │ │ ├── lv.json │ │ │ ├── ml.json │ │ │ ├── mr.json │ │ │ ├── ms.json │ │ │ ├── nb.json │ │ │ ├── ne.json │ │ │ ├── nl.json │ │ │ ├── nn.json │ │ │ ├── or.json │ │ │ ├── pa.json │ │ │ ├── pl.json │ │ │ ├── pt-br.json │ │ │ ├── pt-pt.json │ │ │ ├── ro.json │ │ │ ├── ru.json │ │ │ ├── sa.json │ │ │ ├── sd.json │ │ │ ├── si.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sn.json │ │ │ ├── sq.json │ │ │ ├── sv.json │ │ │ ├── ta.json │ │ │ ├── te.json │ │ │ ├── th.json │ │ │ ├── tl.json │ │ │ ├── tr.json │ │ │ ├── uk.json │ │ │ ├── ur.json │ │ │ ├── vi.json │ │ │ ├── zh-cn.json │ │ │ └── zh-tw.json │ ├── platforms.php │ ├── providers.php │ ├── regions.php │ ├── roles.php │ ├── runtimes.php │ ├── scopes.php │ ├── services.php │ ├── specs │ │ ├── open-api3-0.12.x-client.json │ │ ├── open-api3-0.12.x-console.json │ │ ├── open-api3-0.12.x-server.json │ │ ├── open-api3-0.13.x-client.json │ │ ├── open-api3-0.13.x-console.json │ │ ├── open-api3-0.13.x-server.json │ │ ├── open-api3-0.14.x-client.json │ │ ├── open-api3-0.14.x-console.json │ │ ├── open-api3-0.14.x-server.json │ │ ├── open-api3-0.15.x-client.json │ │ ├── open-api3-0.15.x-console.json │ │ ├── open-api3-0.15.x-server.json │ │ ├── open-api3-1.0.x-client.json │ │ ├── open-api3-1.0.x-console.json │ │ ├── open-api3-1.0.x-server.json │ │ ├── open-api3-1.1.x-client.json │ │ ├── open-api3-1.1.x-console.json │ │ ├── open-api3-1.1.x-server.json │ │ ├── open-api3-1.2.x-client.json │ │ ├── open-api3-1.2.x-console.json │ │ ├── open-api3-1.2.x-server.json │ │ ├── open-api3-1.3.x-client.json │ │ ├── open-api3-1.3.x-console.json │ │ ├── open-api3-1.3.x-server.json │ │ ├── open-api3-latest-client.json │ │ ├── open-api3-latest-console.json │ │ ├── open-api3-latest-server.json │ │ ├── swagger2-0.10.x-client.json │ │ ├── swagger2-0.10.x-console.json │ │ ├── swagger2-0.10.x-server.json │ │ ├── swagger2-0.11.x-client.json │ │ ├── swagger2-0.11.x-console.json │ │ ├── swagger2-0.11.x-server.json │ │ ├── swagger2-0.12.x-client.json │ │ ├── swagger2-0.12.x-console.json │ │ ├── swagger2-0.12.x-server.json │ │ ├── swagger2-0.13.x-client.json │ │ ├── swagger2-0.13.x-console.json │ │ ├── swagger2-0.13.x-server.json │ │ ├── swagger2-0.14.x-client.json │ │ ├── swagger2-0.14.x-console.json │ │ ├── swagger2-0.14.x-server.json │ │ ├── swagger2-0.15.x-client.json │ │ ├── swagger2-0.15.x-console.json │ │ ├── swagger2-0.15.x-server.json │ │ ├── swagger2-0.6.x-client.json │ │ ├── swagger2-0.6.x-console.json │ │ ├── swagger2-0.6.x-server.json │ │ ├── swagger2-0.7.x-client.json │ │ ├── swagger2-0.7.x-console.json │ │ ├── swagger2-0.7.x-server.json │ │ ├── swagger2-0.8.x-client.json │ │ ├── swagger2-0.8.x-console.json │ │ ├── swagger2-0.8.x-server.json │ │ ├── swagger2-0.9.x-client.json │ │ ├── swagger2-0.9.x-console.json │ │ ├── swagger2-0.9.x-server.json │ │ ├── swagger2-1.0.x-client.json │ │ ├── swagger2-1.0.x-console.json │ │ ├── swagger2-1.0.x-server.json │ │ ├── swagger2-1.1.x-client.json │ │ ├── swagger2-1.1.x-console.json │ │ ├── swagger2-1.1.x-server.json │ │ ├── swagger2-1.2.x-client.json │ │ ├── swagger2-1.2.x-console.json │ │ ├── swagger2-1.2.x-server.json │ │ ├── swagger2-1.3.x-client.json │ │ ├── swagger2-1.3.x-console.json │ │ ├── swagger2-1.3.x-server.json │ │ ├── swagger2-latest-client.json │ │ ├── swagger2-latest-console.json │ │ └── swagger2-latest-server.json │ ├── storage │ │ ├── inputs.php │ │ ├── logos.php │ │ ├── logos │ │ │ ├── image.png │ │ │ ├── none.png │ │ │ └── video.png │ │ ├── mimes.php │ │ └── outputs.php │ └── variables.php ├── controllers │ ├── api │ │ ├── account.php │ │ ├── avatars.php │ │ ├── console.php │ │ ├── databases.php │ │ ├── functions.php │ │ ├── graphql.php │ │ ├── health.php │ │ ├── locale.php │ │ ├── projects.php │ │ ├── storage.php │ │ ├── teams.php │ │ └── users.php │ ├── general.php │ ├── mock.php │ ├── shared │ │ └── api.php │ └── web │ │ ├── console.php │ │ └── home.php ├── executor.php ├── http.php ├── init.php ├── preload.php ├── realtime.php ├── tasks │ ├── doctor.php │ ├── install.php │ ├── maintenance.php │ ├── migrate.php │ ├── sdks.php │ ├── specs.php │ ├── ssl.php │ ├── usage.php │ └── vars.php ├── views │ ├── general │ │ ├── error.phtml │ │ ├── humans.phtml │ │ └── robots.phtml │ ├── install │ │ ├── compose.phtml │ │ └── env.phtml │ └── proxy.phtml └── workers │ ├── audits.php │ ├── builds.php │ ├── certificates.php │ ├── databases.php │ ├── deletes.php │ ├── functions.php │ ├── mails.php │ ├── messaging.php │ └── webhooks.php ├── bin ├── doctor ├── executor ├── install ├── maintenance ├── migrate ├── realtime ├── schedule ├── sdks ├── specs ├── ssl ├── test ├── usage ├── vars ├── worker-audits ├── worker-builds ├── worker-certificates ├── worker-databases ├── worker-deletes ├── worker-functions ├── worker-mails ├── worker-messaging └── worker-webhooks ├── composer.json ├── composer.lock ├── dev └── yasd_init.php.stub ├── docker-compose.yml ├── docs ├── examples │ ├── 0.10.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-session.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-task.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-task.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-task.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-tasks.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-task.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dotnet │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create-tag.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-tag.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get-tag.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-tags.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-tag.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-anti-virus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-tasks.md │ │ │ │ │ ├── get-queue-usage.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ └── server-ruby │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── create-tag.md │ │ │ ├── create.md │ │ │ ├── delete-tag.md │ │ │ ├── delete.md │ │ │ ├── get-execution.md │ │ │ ├── get-tag.md │ │ │ ├── get.md │ │ │ ├── list-executions.md │ │ │ ├── list-tags.md │ │ │ ├── list.md │ │ │ ├── update-tag.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-anti-virus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-tasks.md │ │ │ ├── get-queue-usage.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ ├── 0.11.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-session.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-apple │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-task.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-task.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-task.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-tasks.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-task.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dotnet │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create-tag.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-tag.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get-tag.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-tags.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-tag.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-anti-virus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-tasks.md │ │ │ │ │ ├── get-queue-usage.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-ruby │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ └── server-swift │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── create-tag.md │ │ │ ├── create.md │ │ │ ├── delete-tag.md │ │ │ ├── delete.md │ │ │ ├── get-execution.md │ │ │ ├── get-tag.md │ │ │ ├── get.md │ │ │ ├── list-executions.md │ │ │ ├── list-tags.md │ │ │ ├── list.md │ │ │ ├── update-tag.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-anti-virus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-tasks.md │ │ │ ├── get-queue-usage.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ ├── 0.12.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-session.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-apple │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── create-email-attribute.md │ │ │ │ │ ├── create-enum-attribute.md │ │ │ │ │ ├── create-float-attribute.md │ │ │ │ │ ├── create-index.md │ │ │ │ │ ├── create-integer-attribute.md │ │ │ │ │ ├── create-ip-attribute.md │ │ │ │ │ ├── create-string-attribute.md │ │ │ │ │ ├── create-url-attribute.md │ │ │ │ │ ├── delete-attribute.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── delete-index.md │ │ │ │ │ ├── get-attribute.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── get-index.md │ │ │ │ │ ├── list-attributes.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── list-indexes.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create-tag.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-tag.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get-tag.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-runtimes.md │ │ │ │ │ ├── list-tags.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-tag.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-anti-virus.md │ │ │ │ │ ├── get-antivirus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-usage.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-ruby │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ └── server-swift │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── create-tag.md │ │ │ ├── create.md │ │ │ ├── delete-tag.md │ │ │ ├── delete.md │ │ │ ├── get-execution.md │ │ │ ├── get-tag.md │ │ │ ├── get.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-tags.md │ │ │ ├── list.md │ │ │ ├── update-tag.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-anti-virus.md │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-usage.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ ├── 0.13.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-session.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-apple │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── create-email-attribute.md │ │ │ │ │ ├── create-enum-attribute.md │ │ │ │ │ ├── create-float-attribute.md │ │ │ │ │ ├── create-index.md │ │ │ │ │ ├── create-integer-attribute.md │ │ │ │ │ ├── create-ip-attribute.md │ │ │ │ │ ├── create-string-attribute.md │ │ │ │ │ ├── create-url-attribute.md │ │ │ │ │ ├── delete-attribute.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── delete-index.md │ │ │ │ │ ├── get-attribute.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── get-index.md │ │ │ │ │ ├── list-attributes.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── list-indexes.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-deployment.md │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create-tag.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-deployment.md │ │ │ │ │ ├── delete-tag.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-deployment.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get-tag.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-deployments.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-runtimes.md │ │ │ │ │ ├── list-tags.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── retry-build.md │ │ │ │ │ ├── update-deployment.md │ │ │ │ │ ├── update-tag.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-antivirus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-usage.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-bucket.md │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-bucket.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-bucket.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-buckets.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ ├── update-bucket.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-ruby │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ └── server-swift │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-tag.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-tag.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-tag.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-tags.md │ │ │ ├── list.md │ │ │ ├── retry-build.md │ │ │ ├── update-deployment.md │ │ │ ├── update-tag.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-usage.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ ├── 0.14.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-session.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-apple │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── create-email-attribute.md │ │ │ │ │ ├── create-enum-attribute.md │ │ │ │ │ ├── create-float-attribute.md │ │ │ │ │ ├── create-index.md │ │ │ │ │ ├── create-integer-attribute.md │ │ │ │ │ ├── create-ip-attribute.md │ │ │ │ │ ├── create-string-attribute.md │ │ │ │ │ ├── create-url-attribute.md │ │ │ │ │ ├── delete-attribute.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── delete-index.md │ │ │ │ │ ├── get-attribute.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── get-index.md │ │ │ │ │ ├── list-attributes.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── list-indexes.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-deployment.md │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-deployment.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-deployment.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-deployments.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-runtimes.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── retry-build.md │ │ │ │ │ ├── update-deployment.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-antivirus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-bucket.md │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-bucket.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-bucket.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-buckets.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ ├── update-bucket.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-ruby │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ └── server-swift │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list.md │ │ │ ├── retry-build.md │ │ │ ├── update-deployment.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-memberships.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ ├── 0.15.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-email-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-phone-session.md │ │ │ │ │ ├── create-phone-verification.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-session.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-apple │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-database-usage.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook-signature.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-database-usage.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook-signature.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-phone-verification.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── create-email-attribute.md │ │ │ │ │ ├── create-enum-attribute.md │ │ │ │ │ ├── create-float-attribute.md │ │ │ │ │ ├── create-index.md │ │ │ │ │ ├── create-integer-attribute.md │ │ │ │ │ ├── create-ip-attribute.md │ │ │ │ │ ├── create-string-attribute.md │ │ │ │ │ ├── create-url-attribute.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-attribute.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── delete-index.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-attribute.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── get-index.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-attributes.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── list-indexes.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ ├── update-document.md │ │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-deployment.md │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-deployment.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-deployment.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-deployments.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-runtimes.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── retry-build.md │ │ │ │ │ ├── update-deployment.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-antivirus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-bucket.md │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-bucket.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-bucket.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-buckets.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ ├── update-bucket.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email-verification.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ └── update-status.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-ruby │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ └── server-swift │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-collection.md │ │ │ ├── update-document.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list.md │ │ │ ├── retry-build.md │ │ │ ├── update-deployment.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-memberships.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ ├── 0.6.x │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── bar │ │ │ │ ├── delete.md │ │ │ │ ├── get.md │ │ │ │ ├── patch.md │ │ │ │ ├── post.md │ │ │ │ └── put.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── foo │ │ │ │ ├── delete.md │ │ │ │ ├── get.md │ │ │ │ ├── patch.md │ │ │ │ ├── post.md │ │ │ │ └── put.md │ │ │ │ ├── functions │ │ │ │ └── get-usage.md │ │ │ │ ├── general │ │ │ │ ├── empty.md │ │ │ │ ├── get-cookie.md │ │ │ │ ├── redirect.md │ │ │ │ ├── redirected.md │ │ │ │ ├── set-cookie.md │ │ │ │ └── upload.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-task.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-task.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-task.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-tasks.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-task.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-cli │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dotnet │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ └── server-ruby │ │ │ └── examples │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── health │ │ │ ├── get-anti-virus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-tasks.md │ │ │ ├── get-queue-usage.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ ├── 0.7.x │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-task.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-task.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-task.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-tasks.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-task.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete-user.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-cli │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete-user.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete-user.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete-user.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dotnet │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete-user.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete-user.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete-user.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete-user.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ └── server-ruby │ │ │ └── examples │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── create-tag.md │ │ │ ├── create.md │ │ │ ├── delete-tag.md │ │ │ ├── delete.md │ │ │ ├── get-execution.md │ │ │ ├── get-tag.md │ │ │ ├── get.md │ │ │ ├── list-executions.md │ │ │ ├── list-tags.md │ │ │ ├── list.md │ │ │ ├── update-tag.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-anti-virus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-tasks.md │ │ │ ├── get-queue-usage.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete-user.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ ├── 0.8.x │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-task.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-task.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-task.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-tasks.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-task.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dotnet │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ └── server-ruby │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── create-tag.md │ │ │ ├── create.md │ │ │ ├── delete-tag.md │ │ │ ├── delete.md │ │ │ ├── get-execution.md │ │ │ ├── get-tag.md │ │ │ ├── get.md │ │ │ ├── list-executions.md │ │ │ ├── list-tags.md │ │ │ ├── list.md │ │ │ ├── update-tag.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-anti-virus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-tasks.md │ │ │ ├── get-queue-usage.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ ├── 0.9.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-session.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-session.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-task.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-task.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-task.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-tasks.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-task.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-dotnet │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create-tag.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-tag.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get-tag.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-tags.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-tag.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-anti-virus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-tasks.md │ │ │ │ │ ├── get-queue-usage.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── database │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── update-collection.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-tag.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-tag.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-tag.md │ │ │ │ ├── get.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-tags.md │ │ │ │ ├── list.md │ │ │ │ ├── update-tag.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-anti-virus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-tasks.md │ │ │ │ ├── get-queue-usage.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ └── get.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ └── server-ruby │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── database │ │ │ ├── create-collection.md │ │ │ ├── create-document.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── update-collection.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── create-tag.md │ │ │ ├── create.md │ │ │ ├── delete-tag.md │ │ │ ├── delete.md │ │ │ ├── get-execution.md │ │ │ ├── get-tag.md │ │ │ ├── get.md │ │ │ ├── list-executions.md │ │ │ ├── list-tags.md │ │ │ ├── list.md │ │ │ ├── update-tag.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-anti-virus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-tasks.md │ │ │ ├── get-queue-usage.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ └── get.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list.md │ │ │ ├── update-prefs.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ ├── 1.0.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-email-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-phone-session.md │ │ │ │ │ ├── create-phone-verification.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-session.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-continents.md │ │ │ │ │ ├── list-countries-e-u.md │ │ │ │ │ ├── list-countries-phones.md │ │ │ │ │ ├── list-countries.md │ │ │ │ │ ├── list-currencies.md │ │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-apple │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── list-executions.md │ │ │ │ └── retry-build.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-database-usage.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-function-usage.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook-signature.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-database-usage.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-function-usage.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook-signature.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-phone-verification.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── create-email-attribute.md │ │ │ │ │ ├── create-enum-attribute.md │ │ │ │ │ ├── create-float-attribute.md │ │ │ │ │ ├── create-index.md │ │ │ │ │ ├── create-integer-attribute.md │ │ │ │ │ ├── create-ip-attribute.md │ │ │ │ │ ├── create-string-attribute.md │ │ │ │ │ ├── create-url-attribute.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-attribute.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── delete-index.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-attribute.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── get-index.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-attributes.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── list-indexes.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ ├── update-document.md │ │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-deployment.md │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create-variable.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-deployment.md │ │ │ │ │ ├── delete-variable.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-deployment.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get-variable.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-deployments.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-runtimes.md │ │ │ │ │ ├── list-variables.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── retry-build.md │ │ │ │ │ ├── update-deployment.md │ │ │ │ │ ├── update-variable.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-antivirus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get-continents.md │ │ │ │ │ ├── get-countries-e-u.md │ │ │ │ │ ├── get-countries-phones.md │ │ │ │ │ ├── get-countries.md │ │ │ │ │ ├── get-currencies.md │ │ │ │ │ ├── get-languages.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-continents.md │ │ │ │ │ ├── list-countries-e-u.md │ │ │ │ │ ├── list-countries-phones.md │ │ │ │ │ ├── list-countries.md │ │ │ │ │ ├── list-currencies.md │ │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-bucket.md │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-bucket.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-bucket.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-buckets.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ ├── update-bucket.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create-argon2user.md │ │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ │ ├── create-m-d5user.md │ │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ │ ├── create-scrypt-user.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-logs.md │ │ │ │ │ ├── get-memberships.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-sessions.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email-verification.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ └── update-status.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-ruby │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── retry-build.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get-continents.md │ │ │ │ ├── get-countries-e-u.md │ │ │ │ ├── get-countries-phones.md │ │ │ │ ├── get-countries.md │ │ │ │ ├── get-currencies.md │ │ │ │ ├── get-languages.md │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-logs.md │ │ │ │ ├── get-memberships.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-sessions.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ └── server-swift │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-logs.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-collection.md │ │ │ ├── update-document.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── retry-build.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get-continents.md │ │ │ ├── get-countries-e-u.md │ │ │ ├── get-countries-phones.md │ │ │ ├── get-countries.md │ │ │ ├── get-currencies.md │ │ │ ├── get-languages.md │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-memberships.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-logs.md │ │ │ ├── get-memberships.md │ │ │ ├── get-prefs.md │ │ │ ├── get-sessions.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ ├── 1.1.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-email-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-phone-session.md │ │ │ │ │ ├── create-phone-verification.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-session.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-continents.md │ │ │ │ │ ├── list-countries-e-u.md │ │ │ │ │ ├── list-countries-phones.md │ │ │ │ │ ├── list-countries.md │ │ │ │ │ ├── list-currencies.md │ │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-apple │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-database-usage.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-function-usage.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-duration.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook-signature.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-database-usage.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-function-usage.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-duration.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook-signature.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-phone-verification.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── create-email-attribute.md │ │ │ │ │ ├── create-enum-attribute.md │ │ │ │ │ ├── create-float-attribute.md │ │ │ │ │ ├── create-index.md │ │ │ │ │ ├── create-integer-attribute.md │ │ │ │ │ ├── create-ip-attribute.md │ │ │ │ │ ├── create-string-attribute.md │ │ │ │ │ ├── create-url-attribute.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-attribute.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── delete-index.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-attribute.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── get-index.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-attributes.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── list-indexes.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ ├── update-document.md │ │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-build.md │ │ │ │ │ ├── create-deployment.md │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create-variable.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-deployment.md │ │ │ │ │ ├── delete-variable.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-deployment.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get-variable.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-deployments.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-runtimes.md │ │ │ │ │ ├── list-variables.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-deployment.md │ │ │ │ │ ├── update-variable.md │ │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ │ ├── get-antivirus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-continents.md │ │ │ │ │ ├── list-countries-e-u.md │ │ │ │ │ ├── list-countries-phones.md │ │ │ │ │ ├── list-countries.md │ │ │ │ │ ├── list-currencies.md │ │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-bucket.md │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-bucket.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-bucket.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-buckets.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ ├── update-bucket.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create-argon2user.md │ │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ │ ├── create-m-d5user.md │ │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ │ ├── create-scrypt-user.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email-verification.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ └── update-status.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-ruby │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ └── server-swift │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-collection.md │ │ │ ├── update-document.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ ├── 1.2.x │ │ ├── client-android │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-anonymous-session.md │ │ │ │ │ ├── create-email-session.md │ │ │ │ │ ├── create-j-w-t.md │ │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ │ ├── create-o-auth2session.md │ │ │ │ │ ├── create-phone-session.md │ │ │ │ │ ├── create-phone-verification.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-session.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ └── list-executions.md │ │ │ │ ├── graphql │ │ │ │ │ ├── 63a08ed7385a4.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── mutation.md │ │ │ │ │ └── query.md │ │ │ │ ├── locale │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-continents.md │ │ │ │ │ ├── list-countries-e-u.md │ │ │ │ │ ├── list-countries-phones.md │ │ │ │ │ ├── list-countries.md │ │ │ │ │ ├── list-currencies.md │ │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7385a4.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-apple │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7385a4.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-flutter │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7385a4.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-graphql │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-rest │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7385a4.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── client-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7385a4.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ ├── console-cli │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── console │ │ │ │ └── variables.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-database-usage.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-function-usage.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed889c47.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-duration.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-sessions-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook-signature.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── console-web │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection-usage.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-database-usage.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collection-logs.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-document-logs.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-function-usage.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed889c47.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── projects │ │ │ │ ├── create-domain.md │ │ │ │ ├── create-key.md │ │ │ │ ├── create-platform.md │ │ │ │ ├── create-webhook.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-domain.md │ │ │ │ ├── delete-key.md │ │ │ │ ├── delete-platform.md │ │ │ │ ├── delete-webhook.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-domain.md │ │ │ │ ├── get-key.md │ │ │ │ ├── get-platform.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get-webhook.md │ │ │ │ ├── get.md │ │ │ │ ├── list-domains.md │ │ │ │ ├── list-keys.md │ │ │ │ ├── list-platforms.md │ │ │ │ ├── list-webhooks.md │ │ │ │ ├── list.md │ │ │ │ ├── update-auth-duration.md │ │ │ │ ├── update-auth-limit.md │ │ │ │ ├── update-auth-sessions-limit.md │ │ │ │ ├── update-auth-status.md │ │ │ │ ├── update-domain-verification.md │ │ │ │ ├── update-key.md │ │ │ │ ├── update-o-auth2.md │ │ │ │ ├── update-platform.md │ │ │ │ ├── update-service-status.md │ │ │ │ ├── update-webhook-signature.md │ │ │ │ ├── update-webhook.md │ │ │ │ └── update.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket-usage.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-usage.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-dart │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-deno │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-graphql │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-kotlin │ │ │ ├── java │ │ │ │ ├── account │ │ │ │ │ ├── create-phone-verification.md │ │ │ │ │ ├── create-recovery.md │ │ │ │ │ ├── create-verification.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get-session.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ ├── update-recovery.md │ │ │ │ │ ├── update-session.md │ │ │ │ │ ├── update-status.md │ │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ │ ├── get-browser.md │ │ │ │ │ ├── get-credit-card.md │ │ │ │ │ ├── get-favicon.md │ │ │ │ │ ├── get-flag.md │ │ │ │ │ ├── get-image.md │ │ │ │ │ ├── get-initials.md │ │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ │ ├── create-collection.md │ │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ │ ├── create-document.md │ │ │ │ │ ├── create-email-attribute.md │ │ │ │ │ ├── create-enum-attribute.md │ │ │ │ │ ├── create-float-attribute.md │ │ │ │ │ ├── create-index.md │ │ │ │ │ ├── create-integer-attribute.md │ │ │ │ │ ├── create-ip-attribute.md │ │ │ │ │ ├── create-string-attribute.md │ │ │ │ │ ├── create-url-attribute.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-attribute.md │ │ │ │ │ ├── delete-collection.md │ │ │ │ │ ├── delete-document.md │ │ │ │ │ ├── delete-index.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-attribute.md │ │ │ │ │ ├── get-collection.md │ │ │ │ │ ├── get-document.md │ │ │ │ │ ├── get-index.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-attributes.md │ │ │ │ │ ├── list-collections.md │ │ │ │ │ ├── list-documents.md │ │ │ │ │ ├── list-indexes.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-collection.md │ │ │ │ │ ├── update-document.md │ │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ │ ├── create-build.md │ │ │ │ │ ├── create-deployment.md │ │ │ │ │ ├── create-execution.md │ │ │ │ │ ├── create-variable.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-deployment.md │ │ │ │ │ ├── delete-variable.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-deployment.md │ │ │ │ │ ├── get-execution.md │ │ │ │ │ ├── get-variable.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-deployments.md │ │ │ │ │ ├── list-executions.md │ │ │ │ │ ├── list-runtimes.md │ │ │ │ │ ├── list-variables.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-deployment.md │ │ │ │ │ ├── update-variable.md │ │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── mutation.md │ │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ │ ├── get-antivirus.md │ │ │ │ │ ├── get-cache.md │ │ │ │ │ ├── get-d-b.md │ │ │ │ │ ├── get-queue-certificates.md │ │ │ │ │ ├── get-queue-functions.md │ │ │ │ │ ├── get-queue-logs.md │ │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ │ ├── get-storage-local.md │ │ │ │ │ ├── get-time.md │ │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-continents.md │ │ │ │ │ ├── list-countries-e-u.md │ │ │ │ │ ├── list-countries-phones.md │ │ │ │ │ ├── list-countries.md │ │ │ │ │ ├── list-currencies.md │ │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ │ ├── create-bucket.md │ │ │ │ │ ├── create-file.md │ │ │ │ │ ├── delete-bucket.md │ │ │ │ │ ├── delete-file.md │ │ │ │ │ ├── get-bucket.md │ │ │ │ │ ├── get-file-download.md │ │ │ │ │ ├── get-file-preview.md │ │ │ │ │ ├── get-file-view.md │ │ │ │ │ ├── get-file.md │ │ │ │ │ ├── list-buckets.md │ │ │ │ │ ├── list-files.md │ │ │ │ │ ├── update-bucket.md │ │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ │ ├── create-membership.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-membership.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-membership.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-membership-roles.md │ │ │ │ │ ├── update-membership-status.md │ │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ │ ├── create-argon2user.md │ │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ │ ├── create-m-d5user.md │ │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ │ ├── create-scrypt-user.md │ │ │ │ │ ├── create.md │ │ │ │ │ ├── delete-session.md │ │ │ │ │ ├── delete-sessions.md │ │ │ │ │ ├── delete.md │ │ │ │ │ ├── get-prefs.md │ │ │ │ │ ├── get.md │ │ │ │ │ ├── list-logs.md │ │ │ │ │ ├── list-memberships.md │ │ │ │ │ ├── list-sessions.md │ │ │ │ │ ├── list.md │ │ │ │ │ ├── update-email-verification.md │ │ │ │ │ ├── update-email.md │ │ │ │ │ ├── update-name.md │ │ │ │ │ ├── update-password.md │ │ │ │ │ ├── update-phone-verification.md │ │ │ │ │ ├── update-phone.md │ │ │ │ │ ├── update-prefs.md │ │ │ │ │ └── update-status.md │ │ │ └── kotlin │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-nodejs │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-php │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-python │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-rest │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ ├── server-ruby │ │ │ └── examples │ │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-document.md │ │ │ │ └── update.md │ │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ │ ├── graphql │ │ │ │ ├── 63a08ed7b8f61.md │ │ │ │ ├── get.md │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ └── update.md │ │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ └── server-swift │ │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-collection.md │ │ │ ├── update-document.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── 63a08ed7b8f61.md │ │ │ ├── get.md │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ └── update.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ └── 1.3.x │ │ ├── client-android │ │ ├── java │ │ │ ├── account │ │ │ │ ├── create-anonymous-session.md │ │ │ │ ├── create-email-session.md │ │ │ │ ├── create-j-w-t.md │ │ │ │ ├── create-magic-u-r-l-session.md │ │ │ │ ├── create-o-auth2session.md │ │ │ │ ├── create-phone-session.md │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-magic-u-r-l-session.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-session.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ │ ├── create-document.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── get-document.md │ │ │ │ ├── list-documents.md │ │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ │ ├── create-execution.md │ │ │ │ ├── get-execution.md │ │ │ │ └── list-executions.md │ │ │ ├── graphql │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-files.md │ │ │ │ └── update-file.md │ │ │ └── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ ├── update-name.md │ │ │ │ └── update-prefs.md │ │ └── kotlin │ │ │ ├── account │ │ │ ├── create-anonymous-session.md │ │ │ ├── create-email-session.md │ │ │ ├── create-j-w-t.md │ │ │ ├── create-magic-u-r-l-session.md │ │ │ ├── create-o-auth2session.md │ │ │ ├── create-phone-session.md │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-magic-u-r-l-session.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-session.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-document.md │ │ │ ├── delete-document.md │ │ │ ├── get-document.md │ │ │ ├── list-documents.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── get-execution.md │ │ │ └── list-executions.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ └── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ ├── client-apple │ │ └── examples │ │ │ ├── account │ │ │ ├── create-anonymous-session.md │ │ │ ├── create-email-session.md │ │ │ ├── create-j-w-t.md │ │ │ ├── create-magic-u-r-l-session.md │ │ │ ├── create-o-auth2session.md │ │ │ ├── create-phone-session.md │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-magic-u-r-l-session.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-session.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-document.md │ │ │ ├── delete-document.md │ │ │ ├── get-document.md │ │ │ ├── list-documents.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── get-execution.md │ │ │ └── list-executions.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ └── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ ├── client-flutter │ │ └── examples │ │ │ ├── account │ │ │ ├── create-anonymous-session.md │ │ │ ├── create-email-session.md │ │ │ ├── create-j-w-t.md │ │ │ ├── create-magic-u-r-l-session.md │ │ │ ├── create-o-auth2session.md │ │ │ ├── create-phone-session.md │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-magic-u-r-l-session.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-session.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-document.md │ │ │ ├── delete-document.md │ │ │ ├── get-document.md │ │ │ ├── list-documents.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── get-execution.md │ │ │ └── list-executions.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ └── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ ├── client-graphql │ │ └── examples │ │ │ ├── account │ │ │ ├── create-anonymous-session.md │ │ │ ├── create-email-session.md │ │ │ ├── create-j-w-t.md │ │ │ ├── create-magic-u-r-l-session.md │ │ │ ├── create-phone-session.md │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-magic-u-r-l-session.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-session.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-document.md │ │ │ ├── delete-document.md │ │ │ ├── get-document.md │ │ │ ├── list-documents.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── get-execution.md │ │ │ └── list-executions.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ └── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ ├── client-rest │ │ └── examples │ │ │ ├── account │ │ │ ├── create-anonymous-session.md │ │ │ ├── create-email-session.md │ │ │ ├── create-j-w-t.md │ │ │ ├── create-magic-u-r-l-session.md │ │ │ ├── create-o-auth2session.md │ │ │ ├── create-phone-session.md │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-magic-u-r-l-session.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-session.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-document.md │ │ │ ├── delete-document.md │ │ │ ├── get-document.md │ │ │ ├── list-documents.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── get-execution.md │ │ │ └── list-executions.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ └── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ ├── client-web │ │ └── examples │ │ │ ├── account │ │ │ ├── create-anonymous-session.md │ │ │ ├── create-email-session.md │ │ │ ├── create-j-w-t.md │ │ │ ├── create-magic-u-r-l-session.md │ │ │ ├── create-o-auth2session.md │ │ │ ├── create-phone-session.md │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-magic-u-r-l-session.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-session.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-document.md │ │ │ ├── delete-document.md │ │ │ ├── get-document.md │ │ │ ├── list-documents.md │ │ │ └── update-document.md │ │ │ ├── functions │ │ │ ├── create-execution.md │ │ │ ├── get-execution.md │ │ │ └── list-executions.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-file.md │ │ │ ├── delete-file.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-files.md │ │ │ └── update-file.md │ │ │ └── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ ├── console-cli │ │ └── examples │ │ │ ├── account │ │ │ ├── create-anonymous-session.md │ │ │ ├── create-email-session.md │ │ │ ├── create-j-w-t.md │ │ │ ├── create-magic-u-r-l-session.md │ │ │ ├── create-o-auth2session.md │ │ │ ├── create-phone-session.md │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-magic-u-r-l-session.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-session.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── console │ │ │ └── variables.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection-usage.md │ │ │ ├── get-collection.md │ │ │ ├── get-database-usage.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get-usage.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collection-logs.md │ │ │ ├── list-collections.md │ │ │ ├── list-document-logs.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list-logs.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-function-usage.md │ │ │ ├── get-usage.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── projects │ │ │ ├── create-domain.md │ │ │ ├── create-key.md │ │ │ ├── create-platform.md │ │ │ ├── create-webhook.md │ │ │ ├── create.md │ │ │ ├── delete-domain.md │ │ │ ├── delete-key.md │ │ │ ├── delete-platform.md │ │ │ ├── delete-webhook.md │ │ │ ├── delete.md │ │ │ ├── get-domain.md │ │ │ ├── get-key.md │ │ │ ├── get-platform.md │ │ │ ├── get-usage.md │ │ │ ├── get-webhook.md │ │ │ ├── get.md │ │ │ ├── list-domains.md │ │ │ ├── list-keys.md │ │ │ ├── list-platforms.md │ │ │ ├── list-webhooks.md │ │ │ ├── list.md │ │ │ ├── update-auth-duration.md │ │ │ ├── update-auth-limit.md │ │ │ ├── update-auth-password-dictionary.md │ │ │ ├── update-auth-password-history.md │ │ │ ├── update-auth-sessions-limit.md │ │ │ ├── update-auth-status.md │ │ │ ├── update-domain-verification.md │ │ │ ├── update-key.md │ │ │ ├── update-o-auth2.md │ │ │ ├── update-platform.md │ │ │ ├── update-service-status.md │ │ │ ├── update-webhook-signature.md │ │ │ ├── update-webhook.md │ │ │ └── update.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket-usage.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── get-usage.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get-usage.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── console-web │ │ └── examples │ │ │ ├── account │ │ │ ├── create-anonymous-session.md │ │ │ ├── create-email-session.md │ │ │ ├── create-j-w-t.md │ │ │ ├── create-magic-u-r-l-session.md │ │ │ ├── create-o-auth2session.md │ │ │ ├── create-phone-session.md │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-magic-u-r-l-session.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-session.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection-usage.md │ │ │ ├── get-collection.md │ │ │ ├── get-database-usage.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get-usage.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collection-logs.md │ │ │ ├── list-collections.md │ │ │ ├── list-document-logs.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list-logs.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-function-usage.md │ │ │ ├── get-usage.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── projects │ │ │ ├── create-domain.md │ │ │ ├── create-key.md │ │ │ ├── create-platform.md │ │ │ ├── create-webhook.md │ │ │ ├── create.md │ │ │ ├── delete-domain.md │ │ │ ├── delete-key.md │ │ │ ├── delete-platform.md │ │ │ ├── delete-webhook.md │ │ │ ├── delete.md │ │ │ ├── get-domain.md │ │ │ ├── get-key.md │ │ │ ├── get-platform.md │ │ │ ├── get-usage.md │ │ │ ├── get-webhook.md │ │ │ ├── get.md │ │ │ ├── list-domains.md │ │ │ ├── list-keys.md │ │ │ ├── list-platforms.md │ │ │ ├── list-webhooks.md │ │ │ ├── list.md │ │ │ ├── update-auth-duration.md │ │ │ ├── update-auth-limit.md │ │ │ ├── update-auth-password-dictionary.md │ │ │ ├── update-auth-password-history.md │ │ │ ├── update-auth-sessions-limit.md │ │ │ ├── update-auth-status.md │ │ │ ├── update-domain-verification.md │ │ │ ├── update-key.md │ │ │ ├── update-o-auth2.md │ │ │ ├── update-platform.md │ │ │ ├── update-service-status.md │ │ │ ├── update-webhook-signature.md │ │ │ ├── update-webhook.md │ │ │ └── update.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket-usage.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── get-usage.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get-usage.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-dart │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-deno │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-dotnet │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-graphql │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-kotlin │ │ ├── java │ │ │ ├── account │ │ │ │ ├── create-phone-verification.md │ │ │ │ ├── create-recovery.md │ │ │ │ ├── create-verification.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get-session.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ ├── update-recovery.md │ │ │ │ ├── update-session.md │ │ │ │ ├── update-status.md │ │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ │ ├── get-browser.md │ │ │ │ ├── get-credit-card.md │ │ │ │ ├── get-favicon.md │ │ │ │ ├── get-flag.md │ │ │ │ ├── get-image.md │ │ │ │ ├── get-initials.md │ │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ │ ├── create-boolean-attribute.md │ │ │ │ ├── create-collection.md │ │ │ │ ├── create-datetime-attribute.md │ │ │ │ ├── create-document.md │ │ │ │ ├── create-email-attribute.md │ │ │ │ ├── create-enum-attribute.md │ │ │ │ ├── create-float-attribute.md │ │ │ │ ├── create-index.md │ │ │ │ ├── create-integer-attribute.md │ │ │ │ ├── create-ip-attribute.md │ │ │ │ ├── create-relationship-attribute.md │ │ │ │ ├── create-string-attribute.md │ │ │ │ ├── create-url-attribute.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-attribute.md │ │ │ │ ├── delete-collection.md │ │ │ │ ├── delete-document.md │ │ │ │ ├── delete-index.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-attribute.md │ │ │ │ ├── get-collection.md │ │ │ │ ├── get-document.md │ │ │ │ ├── get-index.md │ │ │ │ ├── get.md │ │ │ │ ├── list-attributes.md │ │ │ │ ├── list-collections.md │ │ │ │ ├── list-documents.md │ │ │ │ ├── list-indexes.md │ │ │ │ ├── list.md │ │ │ │ ├── update-boolean-attribute.md │ │ │ │ ├── update-collection.md │ │ │ │ ├── update-datetime-attribute.md │ │ │ │ ├── update-document.md │ │ │ │ ├── update-email-attribute.md │ │ │ │ ├── update-enum-attribute.md │ │ │ │ ├── update-float-attribute.md │ │ │ │ ├── update-integer-attribute.md │ │ │ │ ├── update-ip-attribute.md │ │ │ │ ├── update-relationship-attribute.md │ │ │ │ ├── update-string-attribute.md │ │ │ │ ├── update-url-attribute.md │ │ │ │ └── update.md │ │ │ ├── functions │ │ │ │ ├── create-build.md │ │ │ │ ├── create-deployment.md │ │ │ │ ├── create-execution.md │ │ │ │ ├── create-variable.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-deployment.md │ │ │ │ ├── delete-variable.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-deployment.md │ │ │ │ ├── get-execution.md │ │ │ │ ├── get-variable.md │ │ │ │ ├── get.md │ │ │ │ ├── list-deployments.md │ │ │ │ ├── list-executions.md │ │ │ │ ├── list-runtimes.md │ │ │ │ ├── list-variables.md │ │ │ │ ├── list.md │ │ │ │ ├── update-deployment.md │ │ │ │ ├── update-variable.md │ │ │ │ └── update.md │ │ │ ├── graphql │ │ │ │ ├── mutation.md │ │ │ │ └── query.md │ │ │ ├── health │ │ │ │ ├── get-antivirus.md │ │ │ │ ├── get-cache.md │ │ │ │ ├── get-d-b.md │ │ │ │ ├── get-queue-certificates.md │ │ │ │ ├── get-queue-functions.md │ │ │ │ ├── get-queue-logs.md │ │ │ │ ├── get-queue-webhooks.md │ │ │ │ ├── get-storage-local.md │ │ │ │ ├── get-time.md │ │ │ │ └── get.md │ │ │ ├── locale │ │ │ │ ├── get.md │ │ │ │ ├── list-continents.md │ │ │ │ ├── list-countries-e-u.md │ │ │ │ ├── list-countries-phones.md │ │ │ │ ├── list-countries.md │ │ │ │ ├── list-currencies.md │ │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ │ ├── create-bucket.md │ │ │ │ ├── create-file.md │ │ │ │ ├── delete-bucket.md │ │ │ │ ├── delete-file.md │ │ │ │ ├── get-bucket.md │ │ │ │ ├── get-file-download.md │ │ │ │ ├── get-file-preview.md │ │ │ │ ├── get-file-view.md │ │ │ │ ├── get-file.md │ │ │ │ ├── list-buckets.md │ │ │ │ ├── list-files.md │ │ │ │ ├── update-bucket.md │ │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ │ ├── create-membership.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-membership.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-membership.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list.md │ │ │ │ ├── update-membership-roles.md │ │ │ │ ├── update-membership-status.md │ │ │ │ ├── update-name.md │ │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ │ ├── create-argon2user.md │ │ │ │ ├── create-bcrypt-user.md │ │ │ │ ├── create-m-d5user.md │ │ │ │ ├── create-p-h-pass-user.md │ │ │ │ ├── create-s-h-a-user.md │ │ │ │ ├── create-scrypt-modified-user.md │ │ │ │ ├── create-scrypt-user.md │ │ │ │ ├── create.md │ │ │ │ ├── delete-session.md │ │ │ │ ├── delete-sessions.md │ │ │ │ ├── delete.md │ │ │ │ ├── get-prefs.md │ │ │ │ ├── get.md │ │ │ │ ├── list-logs.md │ │ │ │ ├── list-memberships.md │ │ │ │ ├── list-sessions.md │ │ │ │ ├── list.md │ │ │ │ ├── update-email-verification.md │ │ │ │ ├── update-email.md │ │ │ │ ├── update-name.md │ │ │ │ ├── update-password.md │ │ │ │ ├── update-phone-verification.md │ │ │ │ ├── update-phone.md │ │ │ │ ├── update-prefs.md │ │ │ │ └── update-status.md │ │ └── kotlin │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-nodejs │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-php │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-python │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-rest │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ ├── server-ruby │ │ └── examples │ │ │ ├── account │ │ │ ├── create-phone-verification.md │ │ │ ├── create-recovery.md │ │ │ ├── create-verification.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── get-prefs.md │ │ │ ├── get-session.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-sessions.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ ├── update-recovery.md │ │ │ ├── update-session.md │ │ │ ├── update-status.md │ │ │ └── update-verification.md │ │ │ ├── avatars │ │ │ ├── get-browser.md │ │ │ ├── get-credit-card.md │ │ │ ├── get-favicon.md │ │ │ ├── get-flag.md │ │ │ ├── get-image.md │ │ │ ├── get-initials.md │ │ │ └── get-q-r.md │ │ │ ├── databases │ │ │ ├── create-boolean-attribute.md │ │ │ ├── create-collection.md │ │ │ ├── create-datetime-attribute.md │ │ │ ├── create-document.md │ │ │ ├── create-email-attribute.md │ │ │ ├── create-enum-attribute.md │ │ │ ├── create-float-attribute.md │ │ │ ├── create-index.md │ │ │ ├── create-integer-attribute.md │ │ │ ├── create-ip-attribute.md │ │ │ ├── create-relationship-attribute.md │ │ │ ├── create-string-attribute.md │ │ │ ├── create-url-attribute.md │ │ │ ├── create.md │ │ │ ├── delete-attribute.md │ │ │ ├── delete-collection.md │ │ │ ├── delete-document.md │ │ │ ├── delete-index.md │ │ │ ├── delete.md │ │ │ ├── get-attribute.md │ │ │ ├── get-collection.md │ │ │ ├── get-document.md │ │ │ ├── get-index.md │ │ │ ├── get.md │ │ │ ├── list-attributes.md │ │ │ ├── list-collections.md │ │ │ ├── list-documents.md │ │ │ ├── list-indexes.md │ │ │ ├── list.md │ │ │ ├── update-boolean-attribute.md │ │ │ ├── update-collection.md │ │ │ ├── update-datetime-attribute.md │ │ │ ├── update-document.md │ │ │ ├── update-email-attribute.md │ │ │ ├── update-enum-attribute.md │ │ │ ├── update-float-attribute.md │ │ │ ├── update-integer-attribute.md │ │ │ ├── update-ip-attribute.md │ │ │ ├── update-relationship-attribute.md │ │ │ ├── update-string-attribute.md │ │ │ ├── update-url-attribute.md │ │ │ └── update.md │ │ │ ├── functions │ │ │ ├── create-build.md │ │ │ ├── create-deployment.md │ │ │ ├── create-execution.md │ │ │ ├── create-variable.md │ │ │ ├── create.md │ │ │ ├── delete-deployment.md │ │ │ ├── delete-variable.md │ │ │ ├── delete.md │ │ │ ├── get-deployment.md │ │ │ ├── get-execution.md │ │ │ ├── get-variable.md │ │ │ ├── get.md │ │ │ ├── list-deployments.md │ │ │ ├── list-executions.md │ │ │ ├── list-runtimes.md │ │ │ ├── list-variables.md │ │ │ ├── list.md │ │ │ ├── update-deployment.md │ │ │ ├── update-variable.md │ │ │ └── update.md │ │ │ ├── graphql │ │ │ ├── mutation.md │ │ │ └── query.md │ │ │ ├── health │ │ │ ├── get-antivirus.md │ │ │ ├── get-cache.md │ │ │ ├── get-d-b.md │ │ │ ├── get-queue-certificates.md │ │ │ ├── get-queue-functions.md │ │ │ ├── get-queue-logs.md │ │ │ ├── get-queue-webhooks.md │ │ │ ├── get-storage-local.md │ │ │ ├── get-time.md │ │ │ └── get.md │ │ │ ├── locale │ │ │ ├── get.md │ │ │ ├── list-continents.md │ │ │ ├── list-countries-e-u.md │ │ │ ├── list-countries-phones.md │ │ │ ├── list-countries.md │ │ │ ├── list-currencies.md │ │ │ └── list-languages.md │ │ │ ├── storage │ │ │ ├── create-bucket.md │ │ │ ├── create-file.md │ │ │ ├── delete-bucket.md │ │ │ ├── delete-file.md │ │ │ ├── get-bucket.md │ │ │ ├── get-file-download.md │ │ │ ├── get-file-preview.md │ │ │ ├── get-file-view.md │ │ │ ├── get-file.md │ │ │ ├── list-buckets.md │ │ │ ├── list-files.md │ │ │ ├── update-bucket.md │ │ │ └── update-file.md │ │ │ ├── teams │ │ │ ├── create-membership.md │ │ │ ├── create.md │ │ │ ├── delete-membership.md │ │ │ ├── delete.md │ │ │ ├── get-membership.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-memberships.md │ │ │ ├── list.md │ │ │ ├── update-membership-roles.md │ │ │ ├── update-membership-status.md │ │ │ ├── update-name.md │ │ │ └── update-prefs.md │ │ │ └── users │ │ │ ├── create-argon2user.md │ │ │ ├── create-bcrypt-user.md │ │ │ ├── create-m-d5user.md │ │ │ ├── create-p-h-pass-user.md │ │ │ ├── create-s-h-a-user.md │ │ │ ├── create-scrypt-modified-user.md │ │ │ ├── create-scrypt-user.md │ │ │ ├── create.md │ │ │ ├── delete-session.md │ │ │ ├── delete-sessions.md │ │ │ ├── delete.md │ │ │ ├── get-prefs.md │ │ │ ├── get.md │ │ │ ├── list-logs.md │ │ │ ├── list-memberships.md │ │ │ ├── list-sessions.md │ │ │ ├── list.md │ │ │ ├── update-email-verification.md │ │ │ ├── update-email.md │ │ │ ├── update-name.md │ │ │ ├── update-password.md │ │ │ ├── update-phone-verification.md │ │ │ ├── update-phone.md │ │ │ ├── update-prefs.md │ │ │ └── update-status.md │ │ └── server-swift │ │ └── examples │ │ ├── account │ │ ├── create-phone-verification.md │ │ ├── create-recovery.md │ │ ├── create-verification.md │ │ ├── delete-session.md │ │ ├── delete-sessions.md │ │ ├── get-prefs.md │ │ ├── get-session.md │ │ ├── get.md │ │ ├── list-logs.md │ │ ├── list-sessions.md │ │ ├── update-email.md │ │ ├── update-name.md │ │ ├── update-password.md │ │ ├── update-phone-verification.md │ │ ├── update-phone.md │ │ ├── update-prefs.md │ │ ├── update-recovery.md │ │ ├── update-session.md │ │ ├── update-status.md │ │ └── update-verification.md │ │ ├── avatars │ │ ├── get-browser.md │ │ ├── get-credit-card.md │ │ ├── get-favicon.md │ │ ├── get-flag.md │ │ ├── get-image.md │ │ ├── get-initials.md │ │ └── get-q-r.md │ │ ├── databases │ │ ├── create-boolean-attribute.md │ │ ├── create-collection.md │ │ ├── create-datetime-attribute.md │ │ ├── create-document.md │ │ ├── create-email-attribute.md │ │ ├── create-enum-attribute.md │ │ ├── create-float-attribute.md │ │ ├── create-index.md │ │ ├── create-integer-attribute.md │ │ ├── create-ip-attribute.md │ │ ├── create-relationship-attribute.md │ │ ├── create-string-attribute.md │ │ ├── create-url-attribute.md │ │ ├── create.md │ │ ├── delete-attribute.md │ │ ├── delete-collection.md │ │ ├── delete-document.md │ │ ├── delete-index.md │ │ ├── delete.md │ │ ├── get-attribute.md │ │ ├── get-collection.md │ │ ├── get-document.md │ │ ├── get-index.md │ │ ├── get.md │ │ ├── list-attributes.md │ │ ├── list-collections.md │ │ ├── list-documents.md │ │ ├── list-indexes.md │ │ ├── list.md │ │ ├── update-boolean-attribute.md │ │ ├── update-collection.md │ │ ├── update-datetime-attribute.md │ │ ├── update-document.md │ │ ├── update-email-attribute.md │ │ ├── update-enum-attribute.md │ │ ├── update-float-attribute.md │ │ ├── update-integer-attribute.md │ │ ├── update-ip-attribute.md │ │ ├── update-relationship-attribute.md │ │ ├── update-string-attribute.md │ │ ├── update-url-attribute.md │ │ └── update.md │ │ ├── functions │ │ ├── create-build.md │ │ ├── create-deployment.md │ │ ├── create-execution.md │ │ ├── create-variable.md │ │ ├── create.md │ │ ├── delete-deployment.md │ │ ├── delete-variable.md │ │ ├── delete.md │ │ ├── get-deployment.md │ │ ├── get-execution.md │ │ ├── get-variable.md │ │ ├── get.md │ │ ├── list-deployments.md │ │ ├── list-executions.md │ │ ├── list-runtimes.md │ │ ├── list-variables.md │ │ ├── list.md │ │ ├── update-deployment.md │ │ ├── update-variable.md │ │ └── update.md │ │ ├── graphql │ │ ├── mutation.md │ │ └── query.md │ │ ├── health │ │ ├── get-antivirus.md │ │ ├── get-cache.md │ │ ├── get-d-b.md │ │ ├── get-queue-certificates.md │ │ ├── get-queue-functions.md │ │ ├── get-queue-logs.md │ │ ├── get-queue-webhooks.md │ │ ├── get-storage-local.md │ │ ├── get-time.md │ │ └── get.md │ │ ├── locale │ │ ├── get.md │ │ ├── list-continents.md │ │ ├── list-countries-e-u.md │ │ ├── list-countries-phones.md │ │ ├── list-countries.md │ │ ├── list-currencies.md │ │ └── list-languages.md │ │ ├── storage │ │ ├── create-bucket.md │ │ ├── create-file.md │ │ ├── delete-bucket.md │ │ ├── delete-file.md │ │ ├── get-bucket.md │ │ ├── get-file-download.md │ │ ├── get-file-preview.md │ │ ├── get-file-view.md │ │ ├── get-file.md │ │ ├── list-buckets.md │ │ ├── list-files.md │ │ ├── update-bucket.md │ │ └── update-file.md │ │ ├── teams │ │ ├── create-membership.md │ │ ├── create.md │ │ ├── delete-membership.md │ │ ├── delete.md │ │ ├── get-membership.md │ │ ├── get-prefs.md │ │ ├── get.md │ │ ├── list-memberships.md │ │ ├── list.md │ │ ├── update-membership-roles.md │ │ ├── update-membership-status.md │ │ ├── update-name.md │ │ └── update-prefs.md │ │ └── users │ │ ├── create-argon2user.md │ │ ├── create-bcrypt-user.md │ │ ├── create-m-d5user.md │ │ ├── create-p-h-pass-user.md │ │ ├── create-s-h-a-user.md │ │ ├── create-scrypt-modified-user.md │ │ ├── create-scrypt-user.md │ │ ├── create.md │ │ ├── delete-session.md │ │ ├── delete-sessions.md │ │ ├── delete.md │ │ ├── get-prefs.md │ │ ├── get.md │ │ ├── list-logs.md │ │ ├── list-memberships.md │ │ ├── list-sessions.md │ │ ├── list.md │ │ ├── update-email-verification.md │ │ ├── update-email.md │ │ ├── update-name.md │ │ ├── update-password.md │ │ ├── update-phone-verification.md │ │ ├── update-phone.md │ │ ├── update-prefs.md │ │ └── update-status.md ├── lists │ ├── clients.json │ └── os.json ├── references │ ├── account │ │ ├── create-email-verification.md │ │ ├── create-jwt.md │ │ ├── create-magic-url-session.md │ │ ├── create-phone-session.md │ │ ├── create-phone-verification.md │ │ ├── create-recovery.md │ │ ├── create-session-anonymous.md │ │ ├── create-session-email.md │ │ ├── create-session-oauth2.md │ │ ├── create.md │ │ ├── delete-session-current.md │ │ ├── delete-session.md │ │ ├── delete-sessions.md │ │ ├── get-prefs.md │ │ ├── get-session.md │ │ ├── get.md │ │ ├── list-logs.md │ │ ├── list-sessions.md │ │ ├── update-email-verification.md │ │ ├── update-email.md │ │ ├── update-magic-url-session.md │ │ ├── update-name.md │ │ ├── update-password.md │ │ ├── update-phone-session.md │ │ ├── update-phone-verification.md │ │ ├── update-phone.md │ │ ├── update-prefs.md │ │ ├── update-recovery.md │ │ ├── update-session.md │ │ └── update-status.md │ ├── avatars │ │ ├── get-browser.md │ │ ├── get-credit-card.md │ │ ├── get-favicon.md │ │ ├── get-flag.md │ │ ├── get-image.md │ │ ├── get-initials.md │ │ └── get-qr.md │ ├── console │ │ └── variables.md │ ├── databases │ │ ├── create-boolean-attribute.md │ │ ├── create-collection.md │ │ ├── create-document.md │ │ ├── create-email-attribute.md │ │ ├── create-enum-attribute.md │ │ ├── create-float-attribute.md │ │ ├── create-integer-attribute.md │ │ ├── create-ip-attribute.md │ │ ├── create-relationship-attribute.md │ │ ├── create-string-attribute.md │ │ ├── create-url-attribute.md │ │ ├── create.md │ │ ├── delete-collection.md │ │ ├── delete-document.md │ │ ├── delete.md │ │ ├── get-collection-logs.md │ │ ├── get-collection.md │ │ ├── get-document-logs.md │ │ ├── get-document.md │ │ ├── get-logs.md │ │ ├── get.md │ │ ├── list-collections.md │ │ ├── list-documents.md │ │ ├── list.md │ │ ├── update-collection.md │ │ ├── update-document.md │ │ ├── update-email-attribute.md │ │ ├── update-enum-attribute.md │ │ ├── update-float-attribute.md │ │ ├── update-integer-attribute.md │ │ ├── update-ip-attribute.md │ │ ├── update-relationship-attribute.md │ │ ├── update-string-attribute.md │ │ ├── update-url-attribute.md │ │ └── update.md │ ├── functions │ │ ├── create-deployment.md │ │ ├── create-execution.md │ │ ├── create-function.md │ │ ├── create-variable.md │ │ ├── delete-deployment.md │ │ ├── delete-function.md │ │ ├── delete-variable.md │ │ ├── get-deployment.md │ │ ├── get-execution.md │ │ ├── get-function.md │ │ ├── get-variable.md │ │ ├── list-deployments.md │ │ ├── list-executions.md │ │ ├── list-functions.md │ │ ├── list-runtimes.md │ │ ├── list-variables.md │ │ ├── update-function-deployment.md │ │ ├── update-function.md │ │ └── update-variable.md │ ├── graphql │ │ ├── get.md │ │ └── post.md │ ├── health │ │ ├── get-cache.md │ │ ├── get-db.md │ │ ├── get-queue-certificates.md │ │ ├── get-queue-logs.md │ │ ├── get-queue-tasks.md │ │ ├── get-queue-webhooks.md │ │ ├── get-storage-anti-virus.md │ │ ├── get-storage-local.md │ │ ├── get-time.md │ │ └── get.md │ ├── locale │ │ ├── get-locale.md │ │ ├── list-continents.md │ │ ├── list-countries-eu.md │ │ ├── list-countries-phones.md │ │ ├── list-countries.md │ │ ├── list-currencies.md │ │ └── list-languages.md │ ├── storage │ │ ├── create-bucket.md │ │ ├── create-file.md │ │ ├── delete-bucket.md │ │ ├── delete-file.md │ │ ├── get-bucket.md │ │ ├── get-file-download.md │ │ ├── get-file-preview.md │ │ ├── get-file-view.md │ │ ├── get-file.md │ │ ├── list-buckets.md │ │ ├── list-files.md │ │ ├── update-bucket.md │ │ └── update-file.md │ ├── teams │ │ ├── create-team-membership.md │ │ ├── create-team.md │ │ ├── delete-team-membership.md │ │ ├── delete-team.md │ │ ├── get-team-logs.md │ │ ├── get-team-member.md │ │ ├── get-team-prefs.md │ │ ├── get-team.md │ │ ├── list-team-members.md │ │ ├── list-teams.md │ │ ├── update-team-membership-roles.md │ │ ├── update-team-membership-status.md │ │ ├── update-team-name.md │ │ └── update-team-prefs.md │ └── users │ │ ├── create-argon2-user.md │ │ ├── create-bcrypt-user.md │ │ ├── create-md5-user.md │ │ ├── create-phpass-user.md │ │ ├── create-scrypt-modified-user.md │ │ ├── create-scrypt-user.md │ │ ├── create-sha-user.md │ │ ├── create-user.md │ │ ├── delete-user-session.md │ │ ├── delete-user-sessions.md │ │ ├── delete.md │ │ ├── get-user-prefs.md │ │ ├── get-user.md │ │ ├── list-user-logs.md │ │ ├── list-user-memberships.md │ │ ├── list-user-sessions.md │ │ ├── list-users.md │ │ ├── update-user-email-verification.md │ │ ├── update-user-email.md │ │ ├── update-user-name.md │ │ ├── update-user-password.md │ │ ├── update-user-phone-verification.md │ │ ├── update-user-phone.md │ │ ├── update-user-prefs.md │ │ └── update-user-status.md ├── sdks │ ├── android │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── apple │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── cli │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── dart │ │ ├── CHANGELOG.md │ │ ├── EXAMPLES.md │ │ └── GETTING_STARTED.md │ ├── deno │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── dotnet │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── flutter-dev │ │ ├── CHANGELOG.md │ │ └── EXAMPLES.md │ ├── flutter │ │ ├── CHANGELOG.md │ │ ├── EXAMPLES.md │ │ └── GETTING_STARTED.md │ ├── go │ │ └── CHANGELOG.md │ ├── java │ │ └── CHANGELOG.md │ ├── kotlin │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── nodejs │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── objective-c │ │ └── CHANGELOG.md │ ├── php │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── python │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── ruby │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── swift │ │ ├── CHANGELOG.md │ │ └── GETTING_STARTED.md │ ├── typescript │ │ └── CHANGELOG.md │ └── web │ │ ├── CHANGELOG.md │ │ ├── GETTING_STARTED.md │ │ └── README.md ├── services │ ├── account.md │ ├── avatars.md │ ├── databases.md │ ├── functions.md │ ├── graphql.md │ ├── health.md │ ├── locale.md │ ├── storage.md │ ├── teams.md │ └── users.md ├── specs │ ├── authentication.drawio.svg │ ├── custom-domains.drawio.svg │ ├── overview.drawio.svg │ └── realtime.drawio.svg └── tutorials │ ├── add-environment-variable.md │ ├── add-oauth2-provider.md │ ├── add-route.md │ ├── add-runtime.md │ ├── add-storage-adapter.md │ ├── add-translations.md │ ├── images │ ├── dashboard.png │ ├── export.png │ ├── fork.png │ ├── guide.png │ ├── home-page.png │ ├── reference-language.png │ ├── test-cs.png │ └── test-en.png │ └── multi-architecture-support.md ├── phpcs.xml ├── phpunit.xml ├── public ├── images │ ├── github.png │ ├── integrations │ │ ├── akamai-logo.svg │ │ ├── digitalocean-logo.svg │ │ └── gitpod-logo.svg │ └── sponsorship.svg ├── sdk-console │ ├── client.ts │ ├── id.ts │ ├── index.ts │ ├── models.ts │ ├── permission.ts │ ├── query.ts │ ├── role.ts │ ├── service.ts │ └── services │ │ ├── account.ts │ │ ├── avatars.ts │ │ ├── databases.ts │ │ ├── functions.ts │ │ ├── locale.ts │ │ ├── storage.ts │ │ └── teams.ts ├── sdk-project │ ├── client.ts │ ├── id.ts │ ├── index.ts │ ├── models.ts │ ├── permission.ts │ ├── query.ts │ ├── role.ts │ ├── service.ts │ └── services │ │ ├── account.ts │ │ ├── avatars.ts │ │ ├── databases.ts │ │ ├── functions.ts │ │ ├── locale.ts │ │ ├── storage.ts │ │ └── teams.ts └── sdk-web │ ├── client.ts │ ├── id.ts │ ├── index.ts │ ├── models.ts │ ├── permission.ts │ ├── query.ts │ ├── role.ts │ ├── service.ts │ └── services │ ├── account.ts │ ├── avatars.ts │ ├── databases.ts │ ├── functions.ts │ ├── locale.ts │ ├── storage.ts │ └── teams.ts ├── src ├── Appwrite │ ├── Auth │ │ ├── Auth.php │ │ ├── Hash.php │ │ ├── Hash │ │ │ ├── Argon2.php │ │ │ ├── Bcrypt.php │ │ │ ├── Md5.php │ │ │ ├── Phpass.php │ │ │ ├── Scrypt.php │ │ │ ├── Scryptmodified.php │ │ │ └── Sha.php │ │ ├── OAuth2.php │ │ ├── OAuth2 │ │ │ ├── Amazon.php │ │ │ ├── Apple.php │ │ │ ├── Auth0.php │ │ │ ├── Authentik.php │ │ │ ├── Autodesk.php │ │ │ ├── Bitbucket.php │ │ │ ├── Bitly.php │ │ │ ├── Box.php │ │ │ ├── Dailymotion.php │ │ │ ├── Discord.php │ │ │ ├── Disqus.php │ │ │ ├── Dropbox.php │ │ │ ├── Etsy.php │ │ │ ├── Facebook.php │ │ │ ├── Github.php │ │ │ ├── Gitlab.php │ │ │ ├── Google.php │ │ │ ├── Linkedin.php │ │ │ ├── Microsoft.php │ │ │ ├── Mock.php │ │ │ ├── Notion.php │ │ │ ├── Oidc.php │ │ │ ├── Okta.php │ │ │ ├── Paypal.php │ │ │ ├── PaypalSandbox.php │ │ │ ├── Podio.php │ │ │ ├── Salesforce.php │ │ │ ├── Slack.php │ │ │ ├── Spotify.php │ │ │ ├── Stripe.php │ │ │ ├── Tradeshift.php │ │ │ ├── TradeshiftBox.php │ │ │ ├── Twitch.php │ │ │ ├── WordPress.php │ │ │ ├── Yahoo.php │ │ │ ├── Yammer.php │ │ │ ├── Yandex.php │ │ │ └── Zoom.php │ │ └── Validator │ │ │ ├── Password.php │ │ │ ├── PasswordDictionary.php │ │ │ ├── PasswordHistory.php │ │ │ └── Phone.php │ ├── DSN │ │ └── DSN.php │ ├── Detector │ │ └── Detector.php │ ├── Docker │ │ ├── Compose.php │ │ ├── Compose │ │ │ └── Service.php │ │ └── Env.php │ ├── Event │ │ ├── Audit.php │ │ ├── Build.php │ │ ├── Certificate.php │ │ ├── Database.php │ │ ├── Delete.php │ │ ├── Event.php │ │ ├── Func.php │ │ ├── Mail.php │ │ ├── Phone.php │ │ └── Validator │ │ │ └── Event.php │ ├── Extend │ │ ├── Exception.php │ │ ├── PDO.php │ │ └── PDOStatement.php │ ├── GraphQL │ │ ├── Exception.php │ │ ├── Promises │ │ │ ├── Adapter.php │ │ │ └── Adapter │ │ │ │ └── Swoole.php │ │ ├── Resolvers.php │ │ ├── Schema.php │ │ ├── Types.php │ │ └── Types │ │ │ ├── Assoc.php │ │ │ ├── InputFile.php │ │ │ ├── Json.php │ │ │ ├── Mapper.php │ │ │ └── Registry.php │ ├── Messaging │ │ ├── Adapter.php │ │ └── Adapter │ │ │ └── Realtime.php │ ├── Migration │ │ ├── Migration.php │ │ └── Version │ │ │ ├── V15.php │ │ │ ├── V16.php │ │ │ ├── V17.php │ │ │ └── V18.php │ ├── Network │ │ └── Validator │ │ │ ├── CNAME.php │ │ │ ├── Email.php │ │ │ └── Origin.php │ ├── OpenSSL │ │ └── OpenSSL.php │ ├── Promises │ │ ├── Promise.php │ │ └── Swoole.php │ ├── Resque │ │ └── Worker.php │ ├── Specification │ │ ├── Format.php │ │ ├── Format │ │ │ ├── OpenAPI3.php │ │ │ └── Swagger2.php │ │ └── Specification.php │ ├── Task │ │ └── Validator │ │ │ └── Cron.php │ ├── Template │ │ └── Template.php │ ├── URL │ │ └── URL.php │ ├── Usage │ │ ├── Calculator.php │ │ ├── Calculators │ │ │ └── TimeSeries.php │ │ └── Stats.php │ └── Utopia │ │ ├── Database │ │ └── Validator │ │ │ ├── CustomId.php │ │ │ ├── IndexedQueries.php │ │ │ ├── OrderAttributes.php │ │ │ ├── Queries.php │ │ │ ├── Queries │ │ │ ├── Base.php │ │ │ ├── Buckets.php │ │ │ ├── Collections.php │ │ │ ├── Databases.php │ │ │ ├── Deployments.php │ │ │ ├── Document.php │ │ │ ├── Documents.php │ │ │ ├── Executions.php │ │ │ ├── Files.php │ │ │ ├── Functions.php │ │ │ ├── Memberships.php │ │ │ ├── Projects.php │ │ │ ├── Teams.php │ │ │ ├── Users.php │ │ │ └── Variables.php │ │ │ └── Query │ │ │ ├── Base.php │ │ │ ├── Cursor.php │ │ │ ├── Filter.php │ │ │ ├── Limit.php │ │ │ ├── Offset.php │ │ │ ├── Order.php │ │ │ └── Select.php │ │ ├── Request.php │ │ ├── Request │ │ ├── Filter.php │ │ └── Filters │ │ │ ├── V12.php │ │ │ ├── V13.php │ │ │ ├── V14.php │ │ │ └── V15.php │ │ ├── Response.php │ │ ├── Response │ │ ├── Filter.php │ │ ├── Filters │ │ │ ├── V11.php │ │ │ ├── V12.php │ │ │ ├── V13.php │ │ │ ├── V14.php │ │ │ └── V15.php │ │ ├── Model.php │ │ └── Model │ │ │ ├── Account.php │ │ │ ├── AlgoArgon2.php │ │ │ ├── AlgoBcrypt.php │ │ │ ├── AlgoMd5.php │ │ │ ├── AlgoPhpass.php │ │ │ ├── AlgoScrypt.php │ │ │ ├── AlgoScryptModified.php │ │ │ ├── AlgoSha.php │ │ │ ├── Any.php │ │ │ ├── Attribute.php │ │ │ ├── AttributeBoolean.php │ │ │ ├── AttributeDatetime.php │ │ │ ├── AttributeEmail.php │ │ │ ├── AttributeEnum.php │ │ │ ├── AttributeFloat.php │ │ │ ├── AttributeIP.php │ │ │ ├── AttributeInteger.php │ │ │ ├── AttributeList.php │ │ │ ├── AttributeRelationship.php │ │ │ ├── AttributeString.php │ │ │ ├── AttributeURL.php │ │ │ ├── BaseList.php │ │ │ ├── Bucket.php │ │ │ ├── Build.php │ │ │ ├── Collection.php │ │ │ ├── ConsoleVariables.php │ │ │ ├── Continent.php │ │ │ ├── Country.php │ │ │ ├── Currency.php │ │ │ ├── Database.php │ │ │ ├── Deployment.php │ │ │ ├── Document.php │ │ │ ├── Domain.php │ │ │ ├── Error.php │ │ │ ├── ErrorDev.php │ │ │ ├── Execution.php │ │ │ ├── File.php │ │ │ ├── Func.php │ │ │ ├── HealthAntivirus.php │ │ │ ├── HealthQueue.php │ │ │ ├── HealthStatus.php │ │ │ ├── HealthTime.php │ │ │ ├── HealthVersion.php │ │ │ ├── Index.php │ │ │ ├── JWT.php │ │ │ ├── Key.php │ │ │ ├── Language.php │ │ │ ├── Locale.php │ │ │ ├── Log.php │ │ │ ├── Membership.php │ │ │ ├── Metric.php │ │ │ ├── Mock.php │ │ │ ├── None.php │ │ │ ├── Phone.php │ │ │ ├── Platform.php │ │ │ ├── Preferences.php │ │ │ ├── Project.php │ │ │ ├── Provider.php │ │ │ ├── Runtime.php │ │ │ ├── Session.php │ │ │ ├── Team.php │ │ │ ├── Token.php │ │ │ ├── UsageBuckets.php │ │ │ ├── UsageCollection.php │ │ │ ├── UsageDatabase.php │ │ │ ├── UsageDatabases.php │ │ │ ├── UsageFunction.php │ │ │ ├── UsageFunctions.php │ │ │ ├── UsageProject.php │ │ │ ├── UsageStorage.php │ │ │ ├── UsageUsers.php │ │ │ ├── User.php │ │ │ ├── Variable.php │ │ │ └── Webhook.php │ │ └── View.php └── Executor │ └── Executor.php └── tests ├── benchmarks ├── graphql │ ├── account │ │ ├── graphql-full-selection.js │ │ ├── graphql-selection-set.js │ │ └── rest.js │ └── locale │ │ ├── graphql-batched.js │ │ ├── graphql-full-selection.js │ │ ├── graphql-selection-set.js │ │ ├── rest-serial.js │ │ └── rest.js ├── http.js └── ws.js ├── e2e ├── Client.php ├── General │ ├── AbuseTest.php │ ├── HTTPTest.php │ └── UsageTest.php ├── Scopes │ ├── ProjectConsole.php │ ├── ProjectCustom.php │ ├── ProjectNone.php │ ├── Scope.php │ ├── SideClient.php │ ├── SideConsole.php │ ├── SideNone.php │ └── SideServer.php └── Services │ ├── Account │ ├── AccountBase.php │ ├── AccountConsoleClientTest.php │ ├── AccountCustomClientTest.php │ └── AccountCustomServerTest.php │ ├── Avatars │ ├── AvatarsBase.php │ ├── AvatarsConsoleClientTest.php │ ├── AvatarsCustomClientTest.php │ └── AvatarsCustomServerTest.php │ ├── Console │ ├── ConsoleBase.php │ ├── ConsoleConsoleClientTest.php │ ├── ConsoleCustomClientTest.php │ └── ConsoleCustomServerTest.php │ ├── Databases │ ├── DatabasesBase.php │ ├── DatabasesConsoleClientTest.php │ ├── DatabasesCustomClientTest.php │ ├── DatabasesCustomServerTest.php │ ├── DatabasesPermissionsGuestTest.php │ ├── DatabasesPermissionsMemberTest.php │ ├── DatabasesPermissionsScope.php │ └── DatabasesPermissionsTeamTest.php │ ├── Functions │ ├── FunctionsBase.php │ ├── FunctionsConsoleClientTest.php │ ├── FunctionsCustomClientTest.php │ └── FunctionsCustomServerTest.php │ ├── GraphQL │ ├── AbuseTest.php │ ├── AccountTest.php │ ├── AuthTest.php │ ├── AvatarsTest.php │ ├── Base.php │ ├── BatchTest.php │ ├── ContentTypeTest.php │ ├── DatabaseClientTest.php │ ├── DatabaseServerTest.php │ ├── FunctionsClientTest.php │ ├── FunctionsServerTest.php │ ├── HealthTest.php │ ├── LocalizationTest.php │ ├── ScopeTest.php │ ├── StorageClientTest.php │ ├── StorageServerTest.php │ ├── TeamsClientTest.php │ ├── TeamsServerTest.php │ └── UsersTest.php │ ├── Health │ ├── HealthBase.php │ └── HealthCustomServerTest.php │ ├── Locale │ ├── LocaleBase.php │ ├── LocaleConsoleClientTest.php │ ├── LocaleCustomClientTest.php │ └── LocaleCustomServerTest.php │ ├── Projects │ ├── ProjectsBase.php │ ├── ProjectsConsoleClientTest.php │ ├── ProjectsCustomClientTest.php │ └── ProjectsCustomServerTest.php │ ├── Realtime │ ├── RealtimeBase.php │ ├── RealtimeConsoleClientTest.php │ └── RealtimeCustomClientTest.php │ ├── Storage │ ├── StorageBase.php │ ├── StorageConsoleClientTest.php │ ├── StorageCustomClientTest.php │ ├── StorageCustomServerTest.php │ └── StoragePermissionsScope.php │ ├── Teams │ ├── TeamsBase.php │ ├── TeamsBaseClient.php │ ├── TeamsBaseServer.php │ ├── TeamsConsoleClientTest.php │ ├── TeamsCustomClientTest.php │ └── TeamsCustomServerTest.php │ ├── Users │ ├── UsersBase.php │ ├── UsersConsoleClientTest.php │ └── UsersCustomServerTest.php │ └── Webhooks │ ├── WebhooksBase.php │ ├── WebhooksCustomClientTest.php │ └── WebhooksCustomServerTest.php ├── extensions ├── Retry.php ├── Retryable.php └── TestHook.php ├── resources ├── disk-a │ ├── kitten-1.jpg │ ├── kitten-2.jpg │ ├── kitten-3.gif │ └── large-file.mp4 ├── disk-b │ ├── kitten-1.png │ └── kitten-2.png ├── docker │ ├── .env │ └── docker-compose.yml ├── file.png ├── functions │ ├── dart │ │ └── main.dart │ ├── node │ │ └── index.js │ ├── php-fn │ │ └── index.php │ ├── php-large │ │ ├── Blue - 27239.mp4 │ │ ├── composer.json │ │ ├── composer.lock │ │ └── index.php │ ├── php │ │ └── index.php │ ├── python │ │ └── main.py │ ├── ruby │ │ └── main.rb │ ├── swift │ │ └── index.swift │ └── timeout │ │ └── index.php ├── initials.png ├── logo-after.jpg ├── logo-after.png ├── logo.png ├── qr │ ├── qr-default.png │ ├── qr-size-200-margin-10.png │ └── qr-size-200.png ├── swagger2.json └── template.tpl └── unit ├── Auth ├── AuthTest.php └── Validator │ ├── PasswordDictionaryTest.php │ ├── PasswordTest.php │ └── PhoneTest.php ├── DSN └── DSNTest.php ├── Detector └── DetectorTest.php ├── Docker ├── ComposeTest.php └── EnvTest.php ├── Event ├── EventTest.php └── Validator │ └── EventValidatorTest.php ├── General ├── CollectionsTest.php └── ExtensionsTest.php ├── GraphQL └── BuilderTest.php ├── Messaging ├── MessagingChannelsTest.php ├── MessagingGuestTest.php └── MessagingTest.php ├── Migration └── MigrationTest.php ├── Network └── Validators │ ├── CNAMETest.php │ ├── EmailTest.php │ └── OriginTest.php ├── OpenSSL └── OpenSSLTest.php ├── Task └── Validator │ └── CronTest.php ├── Template └── TemplateTest.php ├── URL └── URLTest.php ├── Usage └── StatsTest.php └── Utopia ├── Database └── Validator │ ├── CustomIdTest.php │ ├── IndexedQueriesTest.php │ ├── Queries │ ├── CollectionTest.php │ └── UsersTest.php │ ├── QueriesTest.php │ └── Query │ ├── CursorTest.php │ ├── FilterTest.php │ ├── LimitTest.php │ ├── OffsetTest.php │ ├── OrderTest.php │ └── SelectTest.php ├── Lists.php ├── Nested.php ├── Request └── Filters │ └── V15Test.php ├── Response └── Filters │ └── V15Test.php ├── ResponseTest.php └── Single.php /.dockerignore: -------------------------------------------------------------------------------- 1 | app/db/SQL 2 | node_modules 3 | storage 4 | .git 5 | .idea 6 | .cd .babelrc 7 | .DS_Store 8 | debug -------------------------------------------------------------------------------- /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.env -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/linter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.github/workflows/linter.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.github/workflows/tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.gitmodules -------------------------------------------------------------------------------- /.gitpod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/.gitpod.yml -------------------------------------------------------------------------------- /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/CHANGES.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/LICENSE -------------------------------------------------------------------------------- /README-CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/README-CN.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/SECURITY.md -------------------------------------------------------------------------------- /app/cli.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/cli.php -------------------------------------------------------------------------------- /app/config/auth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/auth.php -------------------------------------------------------------------------------- /app/config/avatars/browsers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/browsers.php -------------------------------------------------------------------------------- /app/config/avatars/flags.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags.php -------------------------------------------------------------------------------- /app/config/avatars/flags/ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ad.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ae.png -------------------------------------------------------------------------------- /app/config/avatars/flags/af.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/af.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ag.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ai.png -------------------------------------------------------------------------------- /app/config/avatars/flags/al.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/al.png -------------------------------------------------------------------------------- /app/config/avatars/flags/am.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/am.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ao.png -------------------------------------------------------------------------------- /app/config/avatars/flags/aq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/aq.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ar.png -------------------------------------------------------------------------------- /app/config/avatars/flags/as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/as.png -------------------------------------------------------------------------------- /app/config/avatars/flags/at.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/at.png -------------------------------------------------------------------------------- /app/config/avatars/flags/au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/au.png -------------------------------------------------------------------------------- /app/config/avatars/flags/aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/aw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ax.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ax.png -------------------------------------------------------------------------------- /app/config/avatars/flags/az.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/az.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ba.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ba.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bb.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bd.png -------------------------------------------------------------------------------- /app/config/avatars/flags/be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/be.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bf.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bh.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bi.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bj.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bl.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bo.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bq.png -------------------------------------------------------------------------------- /app/config/avatars/flags/br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/br.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bs.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bt.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bv.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/by.png -------------------------------------------------------------------------------- /app/config/avatars/flags/bz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/bz.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ca.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ca.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cc.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cd.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cf.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ch.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ci.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ck.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cl.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/co.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cu.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cv.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cx.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cy.png -------------------------------------------------------------------------------- /app/config/avatars/flags/cz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/cz.png -------------------------------------------------------------------------------- /app/config/avatars/flags/de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/de.png -------------------------------------------------------------------------------- /app/config/avatars/flags/dj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/dj.png -------------------------------------------------------------------------------- /app/config/avatars/flags/dk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/dk.png -------------------------------------------------------------------------------- /app/config/avatars/flags/dm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/dm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/do.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/do.png -------------------------------------------------------------------------------- /app/config/avatars/flags/dz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/dz.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ec.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ee.png -------------------------------------------------------------------------------- /app/config/avatars/flags/eg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/eg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/eh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/eh.png -------------------------------------------------------------------------------- /app/config/avatars/flags/er.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/er.png -------------------------------------------------------------------------------- /app/config/avatars/flags/es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/es.png -------------------------------------------------------------------------------- /app/config/avatars/flags/et.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/et.png -------------------------------------------------------------------------------- /app/config/avatars/flags/eu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/eu.png -------------------------------------------------------------------------------- /app/config/avatars/flags/fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/fi.png -------------------------------------------------------------------------------- /app/config/avatars/flags/fj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/fj.png -------------------------------------------------------------------------------- /app/config/avatars/flags/fk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/fk.png -------------------------------------------------------------------------------- /app/config/avatars/flags/fm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/fm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/fo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/fo.png -------------------------------------------------------------------------------- /app/config/avatars/flags/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/fr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ga.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gb.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gd.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ge.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gf.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gh.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gi.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gl.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gp.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gq.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gs.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gt.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gu.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/gy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/gy.png -------------------------------------------------------------------------------- /app/config/avatars/flags/hk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/hk.png -------------------------------------------------------------------------------- /app/config/avatars/flags/hm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/hm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/hn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/hn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/hr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ht.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ht.png -------------------------------------------------------------------------------- /app/config/avatars/flags/hu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/hu.png -------------------------------------------------------------------------------- /app/config/avatars/flags/id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/id.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ie.png -------------------------------------------------------------------------------- /app/config/avatars/flags/il.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/il.png -------------------------------------------------------------------------------- /app/config/avatars/flags/im.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/im.png -------------------------------------------------------------------------------- /app/config/avatars/flags/in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/in.png -------------------------------------------------------------------------------- /app/config/avatars/flags/io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/io.png -------------------------------------------------------------------------------- /app/config/avatars/flags/iq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/iq.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ir.png -------------------------------------------------------------------------------- /app/config/avatars/flags/is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/is.png -------------------------------------------------------------------------------- /app/config/avatars/flags/it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/it.png -------------------------------------------------------------------------------- /app/config/avatars/flags/je.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/je.png -------------------------------------------------------------------------------- /app/config/avatars/flags/jm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/jm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/jo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/jo.png -------------------------------------------------------------------------------- /app/config/avatars/flags/jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/jp.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ke.png -------------------------------------------------------------------------------- /app/config/avatars/flags/kg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/kg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/kh.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ki.png -------------------------------------------------------------------------------- /app/config/avatars/flags/km.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/km.png -------------------------------------------------------------------------------- /app/config/avatars/flags/kn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/kn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/kp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/kp.png -------------------------------------------------------------------------------- /app/config/avatars/flags/kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/kr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/kw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/kw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ky.png -------------------------------------------------------------------------------- /app/config/avatars/flags/kz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/kz.png -------------------------------------------------------------------------------- /app/config/avatars/flags/la.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/la.png -------------------------------------------------------------------------------- /app/config/avatars/flags/lb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/lb.png -------------------------------------------------------------------------------- /app/config/avatars/flags/lc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/lc.png -------------------------------------------------------------------------------- /app/config/avatars/flags/li.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/li.png -------------------------------------------------------------------------------- /app/config/avatars/flags/lk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/lk.png -------------------------------------------------------------------------------- /app/config/avatars/flags/lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/lr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ls.png -------------------------------------------------------------------------------- /app/config/avatars/flags/lt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/lt.png -------------------------------------------------------------------------------- /app/config/avatars/flags/lu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/lu.png -------------------------------------------------------------------------------- /app/config/avatars/flags/lv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/lv.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ly.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ma.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mc.png -------------------------------------------------------------------------------- /app/config/avatars/flags/md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/md.png -------------------------------------------------------------------------------- /app/config/avatars/flags/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/me.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mf.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mh.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mk.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ml.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mo.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mp.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mq.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ms.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mt.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mu.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mv.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mx.png -------------------------------------------------------------------------------- /app/config/avatars/flags/my.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/my.png -------------------------------------------------------------------------------- /app/config/avatars/flags/mz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/mz.png -------------------------------------------------------------------------------- /app/config/avatars/flags/na.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/na.png -------------------------------------------------------------------------------- /app/config/avatars/flags/nc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/nc.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ne.png -------------------------------------------------------------------------------- /app/config/avatars/flags/nf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/nf.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ng.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ni.png -------------------------------------------------------------------------------- /app/config/avatars/flags/nl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/nl.png -------------------------------------------------------------------------------- /app/config/avatars/flags/no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/no.png -------------------------------------------------------------------------------- /app/config/avatars/flags/np.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/np.png -------------------------------------------------------------------------------- /app/config/avatars/flags/nr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/nr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/nu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/nu.png -------------------------------------------------------------------------------- /app/config/avatars/flags/nz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/nz.png -------------------------------------------------------------------------------- /app/config/avatars/flags/om.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/om.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pa.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pe.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pf.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ph.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pk.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pl.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ps.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pt.png -------------------------------------------------------------------------------- /app/config/avatars/flags/pw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/pw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/py.png -------------------------------------------------------------------------------- /app/config/avatars/flags/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/qa.png -------------------------------------------------------------------------------- /app/config/avatars/flags/re.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/re.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ro.png -------------------------------------------------------------------------------- /app/config/avatars/flags/rs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/rs.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ru.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ru.png -------------------------------------------------------------------------------- /app/config/avatars/flags/rw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/rw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sa.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sb.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sc.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sd.png -------------------------------------------------------------------------------- /app/config/avatars/flags/se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/se.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sh.png -------------------------------------------------------------------------------- /app/config/avatars/flags/si.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/si.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sj.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sk.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sl.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/so.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/so.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ss.png -------------------------------------------------------------------------------- /app/config/avatars/flags/st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/st.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sv.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sx.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sy.png -------------------------------------------------------------------------------- /app/config/avatars/flags/sz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/sz.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tc.png -------------------------------------------------------------------------------- /app/config/avatars/flags/td.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/td.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tf.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tg.png -------------------------------------------------------------------------------- /app/config/avatars/flags/th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/th.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tj.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tk.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tl.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tm.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tn.png -------------------------------------------------------------------------------- /app/config/avatars/flags/to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/to.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tr.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tt.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tv.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tw.png -------------------------------------------------------------------------------- /app/config/avatars/flags/tz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/tz.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ua.png -------------------------------------------------------------------------------- /app/config/avatars/flags/ug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/ug.png -------------------------------------------------------------------------------- /app/config/avatars/flags/um.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/um.png -------------------------------------------------------------------------------- /app/config/avatars/flags/un.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/flags/un.png -------------------------------------------------------------------------------- /app/config/avatars/os.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/avatars/os.php -------------------------------------------------------------------------------- /app/config/collections.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/collections.php -------------------------------------------------------------------------------- /app/config/errors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/errors.php -------------------------------------------------------------------------------- /app/config/events.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/events.php -------------------------------------------------------------------------------- /app/config/locale/codes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/locale/codes.php -------------------------------------------------------------------------------- /app/config/locale/eu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/locale/eu.php -------------------------------------------------------------------------------- /app/config/locale/phones.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/locale/phones.php -------------------------------------------------------------------------------- /app/config/locale/terms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/locale/terms.json -------------------------------------------------------------------------------- /app/config/platforms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/platforms.php -------------------------------------------------------------------------------- /app/config/providers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/providers.php -------------------------------------------------------------------------------- /app/config/regions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/regions.php -------------------------------------------------------------------------------- /app/config/roles.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/roles.php -------------------------------------------------------------------------------- /app/config/runtimes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/runtimes.php -------------------------------------------------------------------------------- /app/config/scopes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/scopes.php -------------------------------------------------------------------------------- /app/config/services.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/services.php -------------------------------------------------------------------------------- /app/config/storage/inputs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/storage/inputs.php -------------------------------------------------------------------------------- /app/config/storage/logos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/storage/logos.php -------------------------------------------------------------------------------- /app/config/storage/mimes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/storage/mimes.php -------------------------------------------------------------------------------- /app/config/storage/outputs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/storage/outputs.php -------------------------------------------------------------------------------- /app/config/variables.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/config/variables.php -------------------------------------------------------------------------------- /app/controllers/api/health.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/controllers/api/health.php -------------------------------------------------------------------------------- /app/controllers/api/locale.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/controllers/api/locale.php -------------------------------------------------------------------------------- /app/controllers/api/teams.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/controllers/api/teams.php -------------------------------------------------------------------------------- /app/controllers/api/users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/controllers/api/users.php -------------------------------------------------------------------------------- /app/controllers/general.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/controllers/general.php -------------------------------------------------------------------------------- /app/controllers/mock.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/controllers/mock.php -------------------------------------------------------------------------------- /app/controllers/shared/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/controllers/shared/api.php -------------------------------------------------------------------------------- /app/controllers/web/home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/controllers/web/home.php -------------------------------------------------------------------------------- /app/executor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/executor.php -------------------------------------------------------------------------------- /app/http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/http.php -------------------------------------------------------------------------------- /app/init.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/init.php -------------------------------------------------------------------------------- /app/preload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/preload.php -------------------------------------------------------------------------------- /app/realtime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/realtime.php -------------------------------------------------------------------------------- /app/tasks/doctor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/doctor.php -------------------------------------------------------------------------------- /app/tasks/install.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/install.php -------------------------------------------------------------------------------- /app/tasks/maintenance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/maintenance.php -------------------------------------------------------------------------------- /app/tasks/migrate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/migrate.php -------------------------------------------------------------------------------- /app/tasks/sdks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/sdks.php -------------------------------------------------------------------------------- /app/tasks/specs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/specs.php -------------------------------------------------------------------------------- /app/tasks/ssl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/ssl.php -------------------------------------------------------------------------------- /app/tasks/usage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/usage.php -------------------------------------------------------------------------------- /app/tasks/vars.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/tasks/vars.php -------------------------------------------------------------------------------- /app/views/general/error.phtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/views/general/error.phtml -------------------------------------------------------------------------------- /app/views/general/humans.phtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/views/general/humans.phtml -------------------------------------------------------------------------------- /app/views/general/robots.phtml: -------------------------------------------------------------------------------- 1 | # robotstxt.org/ 2 | 3 | User-agent: * -------------------------------------------------------------------------------- /app/views/install/env.phtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/views/install/env.phtml -------------------------------------------------------------------------------- /app/views/proxy.phtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/views/proxy.phtml -------------------------------------------------------------------------------- /app/workers/audits.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/audits.php -------------------------------------------------------------------------------- /app/workers/builds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/builds.php -------------------------------------------------------------------------------- /app/workers/certificates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/certificates.php -------------------------------------------------------------------------------- /app/workers/databases.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/databases.php -------------------------------------------------------------------------------- /app/workers/deletes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/deletes.php -------------------------------------------------------------------------------- /app/workers/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/functions.php -------------------------------------------------------------------------------- /app/workers/mails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/mails.php -------------------------------------------------------------------------------- /app/workers/messaging.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/messaging.php -------------------------------------------------------------------------------- /app/workers/webhooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/app/workers/webhooks.php -------------------------------------------------------------------------------- /bin/doctor: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php doctor $@ -------------------------------------------------------------------------------- /bin/executor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/executor -------------------------------------------------------------------------------- /bin/install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php install $@ -------------------------------------------------------------------------------- /bin/maintenance: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php maintenance $@ -------------------------------------------------------------------------------- /bin/migrate: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php migrate $@ -------------------------------------------------------------------------------- /bin/realtime: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/realtime.php $@ -------------------------------------------------------------------------------- /bin/schedule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/schedule -------------------------------------------------------------------------------- /bin/sdks: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php sdks $@ -------------------------------------------------------------------------------- /bin/specs: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php specs $@ -------------------------------------------------------------------------------- /bin/ssl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php ssl $@ -------------------------------------------------------------------------------- /bin/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/test -------------------------------------------------------------------------------- /bin/usage: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php usage $@ -------------------------------------------------------------------------------- /bin/vars: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | php /usr/src/code/app/cli.php vars $@ -------------------------------------------------------------------------------- /bin/worker-audits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-audits -------------------------------------------------------------------------------- /bin/worker-builds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-builds -------------------------------------------------------------------------------- /bin/worker-certificates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-certificates -------------------------------------------------------------------------------- /bin/worker-databases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-databases -------------------------------------------------------------------------------- /bin/worker-deletes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-deletes -------------------------------------------------------------------------------- /bin/worker-functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-functions -------------------------------------------------------------------------------- /bin/worker-mails: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-mails -------------------------------------------------------------------------------- /bin/worker-messaging: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-messaging -------------------------------------------------------------------------------- /bin/worker-webhooks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/bin/worker-webhooks -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/composer.lock -------------------------------------------------------------------------------- /dev/yasd_init.php.stub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/dev/yasd_init.php.stub -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/account/delete.md: -------------------------------------------------------------------------------- 1 | appwrite account delete 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/account/get-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account getLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-anti-virus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntiVirus 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-queue-tasks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueTasks 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/0.10.x/server-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/account/delete.md: -------------------------------------------------------------------------------- 1 | appwrite account delete 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/account/get-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account getLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-anti-virus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntiVirus 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-queue-tasks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueTasks 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/0.11.x/server-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/account/delete.md: -------------------------------------------------------------------------------- 1 | appwrite account delete 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-anti-virus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntiVirus 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/0.12.x/server-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/account/create-j-w-t.md: -------------------------------------------------------------------------------- 1 | appwrite account createJWT 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/account/delete.md: -------------------------------------------------------------------------------- 1 | appwrite account delete 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/account/get-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account getLogs \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/database/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite database getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/console-cli/examples/users/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite users getUsage \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/account/delete.md: -------------------------------------------------------------------------------- 1 | appwrite account delete 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/0.13.x/server-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/account/create-j-w-t.md: -------------------------------------------------------------------------------- 1 | appwrite account createJWT 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/account/get-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account getLogs \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/account/update-status.md: -------------------------------------------------------------------------------- 1 | appwrite account updateStatus 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/database/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite database getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/0.14.x/console-cli/examples/users/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite users getUsage \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/account/create-j-w-t.md: -------------------------------------------------------------------------------- 1 | appwrite account createJWT 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/account/get-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account getLogs \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/account/update-status.md: -------------------------------------------------------------------------------- 1 | appwrite account updateStatus 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/databases/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite databases getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/0.15.x/console-cli/examples/users/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite users getUsage \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-anti-virus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntiVirus -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-queue-certificates.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueCertificates -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-queue-tasks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueTasks -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/storage/delete-file.md: -------------------------------------------------------------------------------- 1 | appwrite storage deleteFile --fileId="[FILE_ID]" -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/storage/get-file.md: -------------------------------------------------------------------------------- 1 | appwrite storage getFile --fileId="[FILE_ID]" -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/teams/create.md: -------------------------------------------------------------------------------- 1 | appwrite teams create --name="[NAME]" "--roles[]=" -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/users/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite users getPrefs --userId="[USER_ID]" -------------------------------------------------------------------------------- /docs/examples/0.6.x/server-cli/examples/users/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite users getSessions --userId="[USER_ID]" -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-anti-virus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntiVirus -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-queue-certificates.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueCertificates -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-queue-tasks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueTasks -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/storage/delete-file.md: -------------------------------------------------------------------------------- 1 | appwrite storage deleteFile --fileId="[FILE_ID]" -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/storage/get-file.md: -------------------------------------------------------------------------------- 1 | appwrite storage getFile --fileId="[FILE_ID]" -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/users/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite users getPrefs --userId="[USER_ID]" -------------------------------------------------------------------------------- /docs/examples/0.7.x/server-cli/examples/users/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite users getSessions --userId="[USER_ID]" -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/account/delete.md: -------------------------------------------------------------------------------- 1 | appwrite account delete -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/account/get-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account getLogs -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/account/update-name.md: -------------------------------------------------------------------------------- 1 | appwrite account updateName --name="[NAME]" -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-anti-virus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntiVirus -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-queue-certificates.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueCertificates -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-queue-tasks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueTasks -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/storage/delete-file.md: -------------------------------------------------------------------------------- 1 | appwrite storage deleteFile --fileId="[FILE_ID]" -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/storage/get-file.md: -------------------------------------------------------------------------------- 1 | appwrite storage getFile --fileId="[FILE_ID]" -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/users/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite users getPrefs --userId="[USER_ID]" -------------------------------------------------------------------------------- /docs/examples/0.8.x/server-cli/examples/users/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite users getSessions --userId="[USER_ID]" -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/account/delete.md: -------------------------------------------------------------------------------- 1 | appwrite account delete -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/account/get-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account getLogs -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/account/update-name.md: -------------------------------------------------------------------------------- 1 | appwrite account updateName --name="[NAME]" -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-anti-virus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntiVirus -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-queue-certificates.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueCertificates -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-queue-tasks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueTasks -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-queue-usage.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueUsage -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/storage/delete-file.md: -------------------------------------------------------------------------------- 1 | appwrite storage deleteFile --fileId="[FILE_ID]" -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/storage/get-file.md: -------------------------------------------------------------------------------- 1 | appwrite storage getFile --fileId="[FILE_ID]" -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/users/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite users getPrefs --userId="[USER_ID]" -------------------------------------------------------------------------------- /docs/examples/0.9.x/server-cli/examples/users/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite users getSessions --userId="[USER_ID]" -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/create-j-w-t.md: -------------------------------------------------------------------------------- 1 | appwrite account createJWT 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/get-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account getLogs \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/get-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account getSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/list-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account listLogs \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/list-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account listSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/account/update-status.md: -------------------------------------------------------------------------------- 1 | appwrite account updateStatus 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/databases/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite databases getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/databases/list.md: -------------------------------------------------------------------------------- 1 | appwrite databases list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/functions/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite functions getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/functions/list.md: -------------------------------------------------------------------------------- 1 | appwrite functions list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/get-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale getContinents 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/get-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/get-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/get-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCountries 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/get-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale getCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/get-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale getLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/list-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale listContinents 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/list-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/list-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/list-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountries 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/list-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/locale/list-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale listLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/projects/list.md: -------------------------------------------------------------------------------- 1 | appwrite projects list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/storage/list-buckets.md: -------------------------------------------------------------------------------- 1 | appwrite storage listBuckets \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/teams/list.md: -------------------------------------------------------------------------------- 1 | appwrite teams list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/users/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite users getUsage \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.0.x/console-cli/examples/users/list.md: -------------------------------------------------------------------------------- 1 | appwrite users list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/account/create-j-w-t.md: -------------------------------------------------------------------------------- 1 | appwrite account createJWT 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/account/list-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account listLogs \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/account/list-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account listSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/account/update-status.md: -------------------------------------------------------------------------------- 1 | appwrite account updateStatus 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/databases/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite databases getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/databases/list.md: -------------------------------------------------------------------------------- 1 | appwrite databases list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/functions/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite functions getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/functions/list.md: -------------------------------------------------------------------------------- 1 | appwrite functions list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/locale/list-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale listContinents 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/locale/list-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/locale/list-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/locale/list-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountries 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/locale/list-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/locale/list-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale listLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/projects/list.md: -------------------------------------------------------------------------------- 1 | appwrite projects list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/storage/list-buckets.md: -------------------------------------------------------------------------------- 1 | appwrite storage listBuckets \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/teams/list.md: -------------------------------------------------------------------------------- 1 | appwrite teams list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/users/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite users getUsage \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.1.x/console-cli/examples/users/list.md: -------------------------------------------------------------------------------- 1 | appwrite users list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/account/create-j-w-t.md: -------------------------------------------------------------------------------- 1 | appwrite account createJWT 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/account/list-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account listLogs \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/account/list-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account listSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/account/update-status.md: -------------------------------------------------------------------------------- 1 | appwrite account updateStatus 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/console/variables.md: -------------------------------------------------------------------------------- 1 | appwrite console variables 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/databases/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite databases getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/databases/list.md: -------------------------------------------------------------------------------- 1 | appwrite databases list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/functions/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite functions getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/functions/list.md: -------------------------------------------------------------------------------- 1 | appwrite functions list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/locale/list-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale listContinents 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/locale/list-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/locale/list-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/locale/list-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountries 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/locale/list-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/locale/list-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale listLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/projects/list.md: -------------------------------------------------------------------------------- 1 | appwrite projects list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/storage/list-buckets.md: -------------------------------------------------------------------------------- 1 | appwrite storage listBuckets \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/teams/list.md: -------------------------------------------------------------------------------- 1 | appwrite teams list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/users/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite users getUsage \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.2.x/console-cli/examples/users/list.md: -------------------------------------------------------------------------------- 1 | appwrite users list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/account/create-j-w-t.md: -------------------------------------------------------------------------------- 1 | appwrite account createJWT 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/account/delete-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account deleteSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/account/get-prefs.md: -------------------------------------------------------------------------------- 1 | appwrite account getPrefs 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/account/get.md: -------------------------------------------------------------------------------- 1 | appwrite account get 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/account/list-logs.md: -------------------------------------------------------------------------------- 1 | appwrite account listLogs \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/account/list-sessions.md: -------------------------------------------------------------------------------- 1 | appwrite account listSessions 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/account/update-status.md: -------------------------------------------------------------------------------- 1 | appwrite account updateStatus 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/console/variables.md: -------------------------------------------------------------------------------- 1 | appwrite console variables 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/databases/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite databases getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/databases/list.md: -------------------------------------------------------------------------------- 1 | appwrite databases list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/functions/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite functions getUsage \ 2 | 3 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/functions/list-runtimes.md: -------------------------------------------------------------------------------- 1 | appwrite functions listRuntimes 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/functions/list.md: -------------------------------------------------------------------------------- 1 | appwrite functions list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get-antivirus.md: -------------------------------------------------------------------------------- 1 | appwrite health getAntivirus 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get-cache.md: -------------------------------------------------------------------------------- 1 | appwrite health getCache 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get-d-b.md: -------------------------------------------------------------------------------- 1 | appwrite health getDB 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get-queue-functions.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueFunctions 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get-queue-logs.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueLogs 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get-queue-webhooks.md: -------------------------------------------------------------------------------- 1 | appwrite health getQueueWebhooks 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get-storage-local.md: -------------------------------------------------------------------------------- 1 | appwrite health getStorageLocal 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get-time.md: -------------------------------------------------------------------------------- 1 | appwrite health getTime 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/health/get.md: -------------------------------------------------------------------------------- 1 | appwrite health get 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/locale/get.md: -------------------------------------------------------------------------------- 1 | appwrite locale get 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/locale/list-continents.md: -------------------------------------------------------------------------------- 1 | appwrite locale listContinents 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/locale/list-countries-e-u.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountriesEU 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/locale/list-countries-phones.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountriesPhones 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/locale/list-countries.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCountries 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/locale/list-currencies.md: -------------------------------------------------------------------------------- 1 | appwrite locale listCurrencies 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/locale/list-languages.md: -------------------------------------------------------------------------------- 1 | appwrite locale listLanguages 2 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/projects/list.md: -------------------------------------------------------------------------------- 1 | appwrite projects list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/storage/list-buckets.md: -------------------------------------------------------------------------------- 1 | appwrite storage listBuckets \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/teams/list.md: -------------------------------------------------------------------------------- 1 | appwrite teams list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/users/get-usage.md: -------------------------------------------------------------------------------- 1 | appwrite users getUsage \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/examples/1.3.x/console-cli/examples/users/list.md: -------------------------------------------------------------------------------- 1 | appwrite users list \ 2 | 3 | 4 | -------------------------------------------------------------------------------- /docs/lists/clients.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/lists/clients.json -------------------------------------------------------------------------------- /docs/lists/os.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/lists/os.json -------------------------------------------------------------------------------- /docs/references/account/get.md: -------------------------------------------------------------------------------- 1 | Get currently logged in user data as JSON object. -------------------------------------------------------------------------------- /docs/references/account/update-name.md: -------------------------------------------------------------------------------- 1 | Update currently logged in user account name. -------------------------------------------------------------------------------- /docs/references/databases/create-boolean-attribute.md: -------------------------------------------------------------------------------- 1 | Create a boolean attribute. 2 | -------------------------------------------------------------------------------- /docs/references/databases/create-email-attribute.md: -------------------------------------------------------------------------------- 1 | Create an email attribute. 2 | -------------------------------------------------------------------------------- /docs/references/databases/create-enum-attribute.md: -------------------------------------------------------------------------------- 1 | Create an enum attribute. 2 | -------------------------------------------------------------------------------- /docs/references/databases/create-ip-attribute.md: -------------------------------------------------------------------------------- 1 | Create IP address attribute. 2 | -------------------------------------------------------------------------------- /docs/references/databases/create-string-attribute.md: -------------------------------------------------------------------------------- 1 | Create a string attribute. 2 | -------------------------------------------------------------------------------- /docs/references/databases/create-url-attribute.md: -------------------------------------------------------------------------------- 1 | Create a URL attribute. 2 | -------------------------------------------------------------------------------- /docs/references/databases/create.md: -------------------------------------------------------------------------------- 1 | Create a new Database. 2 | -------------------------------------------------------------------------------- /docs/references/databases/delete-document.md: -------------------------------------------------------------------------------- 1 | Delete a document by its unique ID. -------------------------------------------------------------------------------- /docs/references/databases/get-collection-logs.md: -------------------------------------------------------------------------------- 1 | Get the collection activity logs list by its unique ID. -------------------------------------------------------------------------------- /docs/references/databases/get-document-logs.md: -------------------------------------------------------------------------------- 1 | Get the document activity logs list by its unique ID. -------------------------------------------------------------------------------- /docs/references/databases/get-logs.md: -------------------------------------------------------------------------------- 1 | Get the database activity logs list by its unique ID. -------------------------------------------------------------------------------- /docs/references/databases/update-collection.md: -------------------------------------------------------------------------------- 1 | Update a collection by its unique ID. -------------------------------------------------------------------------------- /docs/references/databases/update.md: -------------------------------------------------------------------------------- 1 | Update a database by its unique ID. -------------------------------------------------------------------------------- /docs/references/functions/delete-deployment.md: -------------------------------------------------------------------------------- 1 | Delete a code deployment by its unique ID. -------------------------------------------------------------------------------- /docs/references/functions/delete-function.md: -------------------------------------------------------------------------------- 1 | Delete a function by its unique ID. -------------------------------------------------------------------------------- /docs/references/functions/delete-variable.md: -------------------------------------------------------------------------------- 1 | Delete a variable by its unique ID. -------------------------------------------------------------------------------- /docs/references/functions/get-deployment.md: -------------------------------------------------------------------------------- 1 | Get a code deployment by its unique ID. -------------------------------------------------------------------------------- /docs/references/functions/get-function.md: -------------------------------------------------------------------------------- 1 | Get a function by its unique ID. -------------------------------------------------------------------------------- /docs/references/functions/get-variable.md: -------------------------------------------------------------------------------- 1 | Get a variable by its unique ID. -------------------------------------------------------------------------------- /docs/references/functions/update-function.md: -------------------------------------------------------------------------------- 1 | Update function by its unique ID. -------------------------------------------------------------------------------- /docs/references/functions/update-variable.md: -------------------------------------------------------------------------------- 1 | Update variable by its unique ID. -------------------------------------------------------------------------------- /docs/references/graphql/get.md: -------------------------------------------------------------------------------- 1 | Execute a GraphQL query. -------------------------------------------------------------------------------- /docs/references/graphql/post.md: -------------------------------------------------------------------------------- 1 | Execute a GraphQL mutation. -------------------------------------------------------------------------------- /docs/references/health/get.md: -------------------------------------------------------------------------------- 1 | Check the Appwrite HTTP server is up and responsive. -------------------------------------------------------------------------------- /docs/references/storage/create-bucket.md: -------------------------------------------------------------------------------- 1 | Create a new storage bucket. -------------------------------------------------------------------------------- /docs/references/storage/delete-bucket.md: -------------------------------------------------------------------------------- 1 | Delete a storage bucket by its unique ID. -------------------------------------------------------------------------------- /docs/references/storage/update-bucket.md: -------------------------------------------------------------------------------- 1 | Update a storage bucket by its unique ID. -------------------------------------------------------------------------------- /docs/references/teams/get-team-logs.md: -------------------------------------------------------------------------------- 1 | Get the team activity logs list by its unique ID. -------------------------------------------------------------------------------- /docs/references/teams/update-team-name.md: -------------------------------------------------------------------------------- 1 | Update the team's name by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/create-user.md: -------------------------------------------------------------------------------- 1 | Create a new user. -------------------------------------------------------------------------------- /docs/references/users/delete-user-session.md: -------------------------------------------------------------------------------- 1 | Delete a user sessions by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/get-user-prefs.md: -------------------------------------------------------------------------------- 1 | Get the user preferences by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/get-user.md: -------------------------------------------------------------------------------- 1 | Get a user by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/list-user-logs.md: -------------------------------------------------------------------------------- 1 | Get the user activity logs list by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/list-user-memberships.md: -------------------------------------------------------------------------------- 1 | Get the user membership list by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/list-user-sessions.md: -------------------------------------------------------------------------------- 1 | Get the user sessions list by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/update-user-email.md: -------------------------------------------------------------------------------- 1 | Update the user email by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/update-user-name.md: -------------------------------------------------------------------------------- 1 | Update the user name by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/update-user-password.md: -------------------------------------------------------------------------------- 1 | Update the user password by its unique ID. -------------------------------------------------------------------------------- /docs/references/users/update-user-phone.md: -------------------------------------------------------------------------------- 1 | Update the user phone by its unique ID. -------------------------------------------------------------------------------- /docs/sdks/android/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/apple/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/cli/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/dart/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/sdks/dart/CHANGELOG.md -------------------------------------------------------------------------------- /docs/sdks/dart/EXAMPLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/sdks/dart/EXAMPLES.md -------------------------------------------------------------------------------- /docs/sdks/deno/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/dotnet/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/flutter/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/sdks/flutter/CHANGELOG.md -------------------------------------------------------------------------------- /docs/sdks/flutter/EXAMPLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/sdks/flutter/EXAMPLES.md -------------------------------------------------------------------------------- /docs/sdks/go/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/java/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/kotlin/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/nodejs/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/objective-c/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/php/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/python/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/ruby/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/swift/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/typescript/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/web/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Change Log -------------------------------------------------------------------------------- /docs/sdks/web/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/sdks/web/README.md -------------------------------------------------------------------------------- /docs/services/account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/account.md -------------------------------------------------------------------------------- /docs/services/avatars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/avatars.md -------------------------------------------------------------------------------- /docs/services/databases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/databases.md -------------------------------------------------------------------------------- /docs/services/functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/functions.md -------------------------------------------------------------------------------- /docs/services/graphql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/graphql.md -------------------------------------------------------------------------------- /docs/services/health.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/health.md -------------------------------------------------------------------------------- /docs/services/locale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/locale.md -------------------------------------------------------------------------------- /docs/services/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/storage.md -------------------------------------------------------------------------------- /docs/services/teams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/teams.md -------------------------------------------------------------------------------- /docs/services/users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/services/users.md -------------------------------------------------------------------------------- /docs/specs/overview.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/specs/overview.drawio.svg -------------------------------------------------------------------------------- /docs/specs/realtime.drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/specs/realtime.drawio.svg -------------------------------------------------------------------------------- /docs/tutorials/add-route.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/tutorials/add-route.md -------------------------------------------------------------------------------- /docs/tutorials/add-runtime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/tutorials/add-runtime.md -------------------------------------------------------------------------------- /docs/tutorials/images/fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/docs/tutorials/images/fork.png -------------------------------------------------------------------------------- /phpcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/phpcs.xml -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/phpunit.xml -------------------------------------------------------------------------------- /public/images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/images/github.png -------------------------------------------------------------------------------- /public/images/sponsorship.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/images/sponsorship.svg -------------------------------------------------------------------------------- /public/sdk-console/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-console/client.ts -------------------------------------------------------------------------------- /public/sdk-console/id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-console/id.ts -------------------------------------------------------------------------------- /public/sdk-console/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-console/index.ts -------------------------------------------------------------------------------- /public/sdk-console/models.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-console/models.ts -------------------------------------------------------------------------------- /public/sdk-console/query.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-console/query.ts -------------------------------------------------------------------------------- /public/sdk-console/role.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-console/role.ts -------------------------------------------------------------------------------- /public/sdk-console/service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-console/service.ts -------------------------------------------------------------------------------- /public/sdk-project/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-project/client.ts -------------------------------------------------------------------------------- /public/sdk-project/id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-project/id.ts -------------------------------------------------------------------------------- /public/sdk-project/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-project/index.ts -------------------------------------------------------------------------------- /public/sdk-project/models.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-project/models.ts -------------------------------------------------------------------------------- /public/sdk-project/query.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-project/query.ts -------------------------------------------------------------------------------- /public/sdk-project/role.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-project/role.ts -------------------------------------------------------------------------------- /public/sdk-project/service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-project/service.ts -------------------------------------------------------------------------------- /public/sdk-web/client.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-web/client.ts -------------------------------------------------------------------------------- /public/sdk-web/id.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-web/id.ts -------------------------------------------------------------------------------- /public/sdk-web/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-web/index.ts -------------------------------------------------------------------------------- /public/sdk-web/models.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-web/models.ts -------------------------------------------------------------------------------- /public/sdk-web/permission.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-web/permission.ts -------------------------------------------------------------------------------- /public/sdk-web/query.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-web/query.ts -------------------------------------------------------------------------------- /public/sdk-web/role.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-web/role.ts -------------------------------------------------------------------------------- /public/sdk-web/service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/public/sdk-web/service.ts -------------------------------------------------------------------------------- /src/Appwrite/Auth/Auth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Auth/Auth.php -------------------------------------------------------------------------------- /src/Appwrite/Auth/Hash.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Auth/Hash.php -------------------------------------------------------------------------------- /src/Appwrite/Auth/Hash/Md5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Auth/Hash/Md5.php -------------------------------------------------------------------------------- /src/Appwrite/Auth/Hash/Sha.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Auth/Hash/Sha.php -------------------------------------------------------------------------------- /src/Appwrite/Auth/OAuth2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Auth/OAuth2.php -------------------------------------------------------------------------------- /src/Appwrite/DSN/DSN.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/DSN/DSN.php -------------------------------------------------------------------------------- /src/Appwrite/Docker/Env.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Docker/Env.php -------------------------------------------------------------------------------- /src/Appwrite/Event/Audit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Event/Audit.php -------------------------------------------------------------------------------- /src/Appwrite/Event/Build.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Event/Build.php -------------------------------------------------------------------------------- /src/Appwrite/Event/Delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Event/Delete.php -------------------------------------------------------------------------------- /src/Appwrite/Event/Event.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Event/Event.php -------------------------------------------------------------------------------- /src/Appwrite/Event/Func.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Event/Func.php -------------------------------------------------------------------------------- /src/Appwrite/Event/Mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Event/Mail.php -------------------------------------------------------------------------------- /src/Appwrite/Event/Phone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Event/Phone.php -------------------------------------------------------------------------------- /src/Appwrite/Extend/PDO.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Extend/PDO.php -------------------------------------------------------------------------------- /src/Appwrite/GraphQL/Types.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/GraphQL/Types.php -------------------------------------------------------------------------------- /src/Appwrite/Resque/Worker.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Resque/Worker.php -------------------------------------------------------------------------------- /src/Appwrite/URL/URL.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/URL/URL.php -------------------------------------------------------------------------------- /src/Appwrite/Usage/Stats.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Usage/Stats.php -------------------------------------------------------------------------------- /src/Appwrite/Utopia/View.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Appwrite/Utopia/View.php -------------------------------------------------------------------------------- /src/Executor/Executor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/src/Executor/Executor.php -------------------------------------------------------------------------------- /tests/benchmarks/http.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/benchmarks/http.js -------------------------------------------------------------------------------- /tests/benchmarks/ws.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/benchmarks/ws.js -------------------------------------------------------------------------------- /tests/e2e/Client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/e2e/Client.php -------------------------------------------------------------------------------- /tests/e2e/General/HTTPTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/e2e/General/HTTPTest.php -------------------------------------------------------------------------------- /tests/e2e/Scopes/Scope.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/e2e/Scopes/Scope.php -------------------------------------------------------------------------------- /tests/e2e/Scopes/SideNone.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/e2e/Scopes/SideNone.php -------------------------------------------------------------------------------- /tests/extensions/Retry.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/extensions/Retry.php -------------------------------------------------------------------------------- /tests/extensions/Retryable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/extensions/Retryable.php -------------------------------------------------------------------------------- /tests/extensions/TestHook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/extensions/TestHook.php -------------------------------------------------------------------------------- /tests/resources/docker/.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/resources/docker/.env -------------------------------------------------------------------------------- /tests/resources/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/resources/file.png -------------------------------------------------------------------------------- /tests/resources/initials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/resources/initials.png -------------------------------------------------------------------------------- /tests/resources/logo-after.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/resources/logo-after.jpg -------------------------------------------------------------------------------- /tests/resources/logo-after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/resources/logo-after.png -------------------------------------------------------------------------------- /tests/resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/resources/logo.png -------------------------------------------------------------------------------- /tests/resources/swagger2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/resources/swagger2.json -------------------------------------------------------------------------------- /tests/resources/template.tpl: -------------------------------------------------------------------------------- 1 | Hello {{world}} -------------------------------------------------------------------------------- /tests/unit/Auth/AuthTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/Auth/AuthTest.php -------------------------------------------------------------------------------- /tests/unit/DSN/DSNTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/DSN/DSNTest.php -------------------------------------------------------------------------------- /tests/unit/Docker/EnvTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/Docker/EnvTest.php -------------------------------------------------------------------------------- /tests/unit/Event/EventTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/Event/EventTest.php -------------------------------------------------------------------------------- /tests/unit/URL/URLTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/URL/URLTest.php -------------------------------------------------------------------------------- /tests/unit/Usage/StatsTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/Usage/StatsTest.php -------------------------------------------------------------------------------- /tests/unit/Utopia/Lists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/Utopia/Lists.php -------------------------------------------------------------------------------- /tests/unit/Utopia/Nested.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/Utopia/Nested.php -------------------------------------------------------------------------------- /tests/unit/Utopia/Single.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cedev935/appwrite/HEAD/tests/unit/Utopia/Single.php --------------------------------------------------------------------------------