@secrecy/lib 1.0.0-dev.27 → 1.0.0-dev.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/BaseClient.d.ts +274 -0
- package/dist/BaseClient.js +2227 -0
- package/dist/PopupTools.d.ts +17 -0
- package/dist/PopupTools.js +213 -0
- package/dist/ZeusThunder.d.ts +2 -0
- package/dist/ZeusThunder.js +113 -0
- package/dist/cache.d.ts +7 -0
- package/dist/cache.js +5 -0
- package/dist/client/admin/index.d.ts +11 -0
- package/dist/client/admin/index.js +198 -0
- package/dist/client/convert/file.d.ts +5 -0
- package/dist/client/convert/file.js +39 -0
- package/dist/client/convert/folder.d.ts +8 -0
- package/dist/client/convert/folder.js +264 -0
- package/dist/client/convert/mail.d.ts +3 -0
- package/dist/client/convert/mail.js +46 -0
- package/dist/client/convert/vFile.d.ts +5 -0
- package/dist/client/convert/vFile.js +164 -0
- package/dist/client/helpers.d.ts +23 -0
- package/dist/client/helpers.js +114 -0
- package/dist/client/index.d.ts +172 -0
- package/dist/client/index.js +6169 -0
- package/dist/client/storage.d.ts +7 -0
- package/dist/client/storage.js +12 -0
- package/dist/client/types/File.d.ts +21 -0
- package/dist/client/types/File.js +3 -0
- package/dist/client/types/FilesOnUsersOnApplications.d.ts +9 -0
- package/dist/client/types/FilesOnUsersOnApplications.js +3 -0
- package/dist/client/types/Folder.d.ts +68 -0
- package/dist/client/types/Folder.js +7 -0
- package/dist/client/types/Inputs.d.ts +21 -0
- package/dist/client/types/Inputs.js +3 -0
- package/dist/client/types/UserAppNotifications.d.ts +6 -0
- package/dist/client/types/UserAppNotifications.js +3 -0
- package/dist/client/types/UserAppSettings.d.ts +7 -0
- package/dist/client/types/UserAppSettings.js +3 -0
- package/dist/client/types/VFile.d.ts +62 -0
- package/dist/client/types/VFile.js +4 -0
- package/dist/client/types/index.d.ts +154 -0
- package/dist/client/types/index.js +10 -0
- package/dist/client/types/queries.d.ts +535 -0
- package/dist/client/types/queries.js +192 -0
- package/dist/crypto/file.d.ts +14 -0
- package/dist/crypto/file.js +291 -0
- package/dist/crypto/index.d.ts +12 -0
- package/dist/crypto/index.js +45 -0
- package/dist/error.d.ts +30 -0
- package/dist/error.js +3 -0
- package/dist/index.d.ts +13 -3857
- package/dist/index.js +42 -255
- package/dist/minify/index.d.ts +2 -0
- package/dist/minify/index.js +28 -0
- package/dist/minify/lz4.d.ts +5 -0
- package/dist/minify/lz4.js +633 -0
- package/dist/sodium.d.ts +3 -0
- package/dist/sodium.js +28 -0
- package/dist/utils/store-buddy.d.ts +14 -0
- package/dist/utils/store-buddy.js +69 -0
- package/dist/utils/time.d.ts +10 -0
- package/dist/utils/time.js +22 -0
- package/dist/utils.d.ts +4 -0
- package/dist/utils.js +188 -0
- package/dist/worker/__mock__/sodium.worker.d.ts +19 -0
- package/dist/worker/__mock__/sodium.worker.js +46 -0
- package/dist/worker/md5.d.ts +1 -0
- package/dist/worker/md5.js +43 -0
- package/dist/worker/sodium.d.ts +3 -0
- package/dist/worker/sodium.js +155 -0
- package/dist/worker/workerCodes.d.ts +2 -0
- package/dist/worker/workerCodes.js +3 -0
- package/dist/zeus/const.d.ts +2 -0
- package/dist/zeus/const.js +2267 -0
- package/dist/zeus/index.d.ts +4043 -0
- package/dist/zeus/index.js +549 -0
- package/package.json +23 -14
- package/__tests__/client/client.test.ts +0 -81
- package/__tests__/client/folder.test.ts +0 -302
- package/__tests__/client/mail.test.ts +0 -476
- package/__tests__/client/timing.test.ts +0 -35
- package/__tests__/client/utils.ts +0 -41
- package/__tests__/client/vFile.test.ts +0 -207
- package/__tests__/index.test.ts +0 -171
- package/commitlint.config.cjs +0 -3
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -255
- package/dist/index.mjs.map +0 -1
- package/docs/assets/css/main.css +0 -2660
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +0 -248
- package/docs/assets/js/search.js +0 -1
- package/docs/classes/baseclient.baseclient-1.html +0 -1165
- package/docs/classes/client.secrecyclient.html +0 -2527
- package/docs/enums/index.sodium.base64_variants.html +0 -205
- package/docs/index.html +0 -198
- package/docs/interfaces/client_types.draftmail.html +0 -335
- package/docs/interfaces/client_types.filecontentbase.html +0 -231
- package/docs/interfaces/client_types.filecontentcloud.html +0 -244
- package/docs/interfaces/client_types.filecontentreceivedmail.html +0 -244
- package/docs/interfaces/client_types.filecontentsentmail.html +0 -230
- package/docs/interfaces/client_types.receivedmail.html +0 -363
- package/docs/interfaces/client_types.sentmail.html +0 -335
- package/docs/interfaces/crypto.keypair.html +0 -202
- package/docs/interfaces/index.sodium.cryptobox.html +0 -185
- package/docs/interfaces/index.sodium.cryptokx.html +0 -185
- package/docs/interfaces/index.sodium.keypair.html +0 -199
- package/docs/interfaces/index.sodium.messagetag.html +0 -185
- package/docs/interfaces/index.sodium.secretbox.html +0 -185
- package/docs/interfaces/index.sodium.stateaddress.html +0 -171
- package/docs/interfaces/index.sodium.stringcryptobox.html +0 -185
- package/docs/interfaces/index.sodium.stringcryptokx.html +0 -185
- package/docs/interfaces/index.sodium.stringkeypair.html +0 -199
- package/docs/interfaces/index.sodium.stringmessagetag.html +0 -185
- package/docs/interfaces/index.sodium.stringsecretbox.html +0 -185
- package/docs/interfaces/utils_store_buddy.storebuddy.html +0 -333
- package/docs/modules/baseclient.html +0 -929
- package/docs/modules/cache.html +0 -185
- package/docs/modules/client.html +0 -207
- package/docs/modules/client_convert_file.html +0 -216
- package/docs/modules/client_convert_folder.html +0 -303
- package/docs/modules/client_convert_vfile.html +0 -216
- package/docs/modules/client_helpers.html +0 -311
- package/docs/modules/client_storage.html +0 -167
- package/docs/modules/client_types.html +0 -1227
- package/docs/modules/client_types_file.html +0 -233
- package/docs/modules/client_types_filesonusersonapplications.html +0 -168
- package/docs/modules/client_types_folder.html +0 -383
- package/docs/modules/client_types_inputs.html +0 -263
- package/docs/modules/client_types_mail.html +0 -181
- package/docs/modules/client_types_queries.html +0 -199
- package/docs/modules/client_types_userappsettings.html +0 -163
- package/docs/modules/client_types_vfile.html +0 -364
- package/docs/modules/crypto.html +0 -366
- package/docs/modules/crypto_file.html +0 -344
- package/docs/modules/index.html +0 -779
- package/docs/modules/index.sodium.html +0 -6039
- package/docs/modules/minify.html +0 -183
- package/docs/modules/minify_lz4.html +0 -279
- package/docs/modules/popuptools.html +0 -259
- package/docs/modules/sodium.html +0 -167
- package/docs/modules/utils.html +0 -219
- package/docs/modules/utils_store_buddy.html +0 -208
- package/docs/modules/utils_time.html +0 -330
- package/docs/modules/worker_md5.html +0 -156
- package/docs/modules/worker_sodium.html +0 -231
- package/docs/modules/worker_workercodes.html +0 -157
- package/docs/modules.html +0 -235
- package/index.html +0 -21
- package/jest.config.ts +0 -27
- package/jest.setup.ts +0 -6
- package/release.config.cjs +0 -15
- package/tsup.config.ts +0 -26
|
@@ -1,1165 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>BaseClient | @secrecy/lib</title>
|
|
7
|
-
<meta name="description" content="Documentation for @secrecy/lib">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<header>
|
|
14
|
-
<div class="tsd-page-toolbar">
|
|
15
|
-
<div class="container">
|
|
16
|
-
<div class="table-wrap">
|
|
17
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
-
<div class="field">
|
|
19
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
-
<input id="tsd-search-field" type="text" />
|
|
21
|
-
</div>
|
|
22
|
-
<ul class="results">
|
|
23
|
-
<li class="state loading">Preparing search index...</li>
|
|
24
|
-
<li class="state failure">The search index is not available</li>
|
|
25
|
-
</ul>
|
|
26
|
-
<a href="../index.html" class="title">@secrecy/lib</a>
|
|
27
|
-
</div>
|
|
28
|
-
<div class="table-cell" id="tsd-widgets">
|
|
29
|
-
<div id="tsd-filter">
|
|
30
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
-
<div class="tsd-filter-group">
|
|
32
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
-
<span class="tsd-select-label">All</span>
|
|
34
|
-
<ul class="tsd-select-list">
|
|
35
|
-
<li data-value="public">Public</li>
|
|
36
|
-
<li data-value="protected">Public/Protected</li>
|
|
37
|
-
<li data-value="private" class="selected">All</li>
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="tsd-page-title">
|
|
52
|
-
<div class="container">
|
|
53
|
-
<ul class="tsd-breadcrumb">
|
|
54
|
-
<li>
|
|
55
|
-
<a href="../modules.html">@secrecy/lib</a>
|
|
56
|
-
</li>
|
|
57
|
-
<li>
|
|
58
|
-
<a href="../modules/BaseClient.html">BaseClient</a>
|
|
59
|
-
</li>
|
|
60
|
-
<li>
|
|
61
|
-
<a href="BaseClient.BaseClient-1.html">BaseClient</a>
|
|
62
|
-
</li>
|
|
63
|
-
</ul>
|
|
64
|
-
<h1>Class BaseClient</h1>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
</header>
|
|
68
|
-
<div class="container container-main">
|
|
69
|
-
<div class="row">
|
|
70
|
-
<div class="col-8 col-content">
|
|
71
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
72
|
-
<h3>Hierarchy</h3>
|
|
73
|
-
<ul class="tsd-hierarchy">
|
|
74
|
-
<li>
|
|
75
|
-
<span class="target">BaseClient</span>
|
|
76
|
-
<ul class="tsd-hierarchy">
|
|
77
|
-
<li>
|
|
78
|
-
<a href="client.SecrecyClient.html" class="tsd-signature-type" data-tsd-kind="Class">SecrecyClient</a>
|
|
79
|
-
</li>
|
|
80
|
-
</ul>
|
|
81
|
-
</li>
|
|
82
|
-
</ul>
|
|
83
|
-
</section>
|
|
84
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
85
|
-
<h2>Index</h2>
|
|
86
|
-
<section class="tsd-panel tsd-index-panel">
|
|
87
|
-
<div class="tsd-index-content">
|
|
88
|
-
<section class="tsd-index-section ">
|
|
89
|
-
<h3>Constructors</h3>
|
|
90
|
-
<ul class="tsd-index-list">
|
|
91
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
92
|
-
</ul>
|
|
93
|
-
</section>
|
|
94
|
-
<section class="tsd-index-section ">
|
|
95
|
-
<h3>Properties</h3>
|
|
96
|
-
<ul class="tsd-index-list">
|
|
97
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a href="BaseClient.BaseClient-1.html#client" class="tsd-kind-icon">client</a></li>
|
|
98
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#sessionId" class="tsd-kind-icon">session<wbr>Id</a></li>
|
|
99
|
-
</ul>
|
|
100
|
-
</section>
|
|
101
|
-
<section class="tsd-index-section ">
|
|
102
|
-
<h3>Methods</h3>
|
|
103
|
-
<ul class="tsd-index-list">
|
|
104
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#cancelPayment" class="tsd-kind-icon">cancel<wbr>Payment</a></li>
|
|
105
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter"><a href="BaseClient.BaseClient-1.html#dbGet" class="tsd-kind-icon">db<wbr>Get</a></li>
|
|
106
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter"><a href="BaseClient.BaseClient-1.html#dbSearch" class="tsd-kind-icon">db<wbr>Search</a></li>
|
|
107
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter"><a href="BaseClient.BaseClient-1.html#dbSet" class="tsd-kind-icon">db<wbr>Set</a></li>
|
|
108
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#deleteFolder" class="tsd-kind-icon">delete<wbr>Folder</a></li>
|
|
109
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#folderSize" class="tsd-kind-icon">folder<wbr>Size</a></li>
|
|
110
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#godFatherAndChildren" class="tsd-kind-icon">god<wbr>Father<wbr>And<wbr>Children</a></li>
|
|
111
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#limits" class="tsd-kind-icon">limits</a></li>
|
|
112
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#logout" class="tsd-kind-icon">logout</a></li>
|
|
113
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter"><a href="BaseClient.BaseClient-1.html#me" class="tsd-kind-icon">me</a></li>
|
|
114
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#moveFiles" class="tsd-kind-icon">move<wbr>Files</a></li>
|
|
115
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#moveFolders" class="tsd-kind-icon">move<wbr>Folders</a></li>
|
|
116
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#pay" class="tsd-kind-icon">pay</a></li>
|
|
117
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#paymentInfos" class="tsd-kind-icon">payment<wbr>Infos</a></li>
|
|
118
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#reportUser" class="tsd-kind-icon">report<wbr>User</a></li>
|
|
119
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#sessions" class="tsd-kind-icon">sessions</a></li>
|
|
120
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="BaseClient.BaseClient-1.html#updateProfile" class="tsd-kind-icon">update<wbr>Profile</a></li>
|
|
121
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter"><a href="BaseClient.BaseClient-1.html#user" class="tsd-kind-icon">user</a></li>
|
|
122
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private tsd-is-static"><a href="BaseClient.BaseClient-1.html#_getBaseClient" class="tsd-kind-icon">_get<wbr>Base<wbr>Client</a></li>
|
|
123
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="BaseClient.BaseClient-1.html#deleteUser" class="tsd-kind-icon">delete<wbr>User</a></li>
|
|
124
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="BaseClient.BaseClient-1.html#getAppDBConfig" class="tsd-kind-icon">get<wbr>AppDBConfig</a></li>
|
|
125
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="BaseClient.BaseClient-1.html#getBaseUrl" class="tsd-kind-icon">get<wbr>Base<wbr>Url</a></li>
|
|
126
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="BaseClient.BaseClient-1.html#getBlog" class="tsd-kind-icon">get<wbr>Blog</a></li>
|
|
127
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="BaseClient.BaseClient-1.html#getFAQ" class="tsd-kind-icon">getFAQ</a></li>
|
|
128
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="BaseClient.BaseClient-1.html#plans" class="tsd-kind-icon">plans</a></li>
|
|
129
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="BaseClient.BaseClient-1.html#updateAppDBConfig" class="tsd-kind-icon">update<wbr>AppDBConfig</a></li>
|
|
130
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static"><a href="BaseClient.BaseClient-1.html#user-1" class="tsd-kind-icon">user</a></li>
|
|
131
|
-
</ul>
|
|
132
|
-
</section>
|
|
133
|
-
</div>
|
|
134
|
-
</section>
|
|
135
|
-
</section>
|
|
136
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
137
|
-
<h2>Constructors</h2>
|
|
138
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
|
|
139
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
140
|
-
<h3>constructor</h3>
|
|
141
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
|
|
142
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>Base<wbr>Client<span class="tsd-signature-symbol">(</span>session<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="BaseClient.BaseClient-1.html" class="tsd-signature-type" data-tsd-kind="Class">BaseClient</a></li>
|
|
143
|
-
</ul>
|
|
144
|
-
<ul class="tsd-descriptions">
|
|
145
|
-
<li class="tsd-description">
|
|
146
|
-
<aside class="tsd-sources">
|
|
147
|
-
<ul>
|
|
148
|
-
<li>Defined in src/BaseClient.ts:473</li>
|
|
149
|
-
</ul>
|
|
150
|
-
</aside>
|
|
151
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
152
|
-
<ul class="tsd-parameters">
|
|
153
|
-
<li>
|
|
154
|
-
<h5>session: <span class="tsd-signature-type">string</span></h5>
|
|
155
|
-
</li>
|
|
156
|
-
<li>
|
|
157
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
158
|
-
</li>
|
|
159
|
-
</ul>
|
|
160
|
-
<h4 class="tsd-returns-title">Returns <a href="BaseClient.BaseClient-1.html" class="tsd-signature-type" data-tsd-kind="Class">BaseClient</a></h4>
|
|
161
|
-
</li>
|
|
162
|
-
</ul>
|
|
163
|
-
</section>
|
|
164
|
-
</section>
|
|
165
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
166
|
-
<h2>Properties</h2>
|
|
167
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected">
|
|
168
|
-
<a name="client" class="tsd-anchor"></a>
|
|
169
|
-
<h3><span class="tsd-flag ts-flagProtected">Protected</span> client</h3>
|
|
170
|
-
<div class="tsd-signature tsd-kind-icon">client<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ky</span></div>
|
|
171
|
-
<aside class="tsd-sources">
|
|
172
|
-
<ul>
|
|
173
|
-
<li>Defined in src/BaseClient.ts:469</li>
|
|
174
|
-
</ul>
|
|
175
|
-
</aside>
|
|
176
|
-
</section>
|
|
177
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
178
|
-
<a name="sessionId" class="tsd-anchor"></a>
|
|
179
|
-
<h3>session<wbr>Id</h3>
|
|
180
|
-
<div class="tsd-signature tsd-kind-icon">session<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
181
|
-
<aside class="tsd-sources">
|
|
182
|
-
<ul>
|
|
183
|
-
<li>Defined in src/BaseClient.ts:471</li>
|
|
184
|
-
</ul>
|
|
185
|
-
</aside>
|
|
186
|
-
</section>
|
|
187
|
-
</section>
|
|
188
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
189
|
-
<h2>Methods</h2>
|
|
190
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
191
|
-
<a name="cancelPayment" class="tsd-anchor"></a>
|
|
192
|
-
<h3>cancel<wbr>Payment</h3>
|
|
193
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
194
|
-
<li class="tsd-signature tsd-kind-icon">cancel<wbr>Payment<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
195
|
-
</ul>
|
|
196
|
-
<ul class="tsd-descriptions">
|
|
197
|
-
<li class="tsd-description">
|
|
198
|
-
<aside class="tsd-sources">
|
|
199
|
-
<ul>
|
|
200
|
-
<li>Defined in src/BaseClient.ts:702</li>
|
|
201
|
-
</ul>
|
|
202
|
-
</aside>
|
|
203
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
204
|
-
</li>
|
|
205
|
-
</ul>
|
|
206
|
-
</section>
|
|
207
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
208
|
-
<a name="dbGet" class="tsd-anchor"></a>
|
|
209
|
-
<h3>db<wbr>Get</h3>
|
|
210
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
211
|
-
<li class="tsd-signature tsd-kind-icon">db<wbr>Get<U><span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>field<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>userId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol">></span></li>
|
|
212
|
-
</ul>
|
|
213
|
-
<ul class="tsd-descriptions">
|
|
214
|
-
<li class="tsd-description">
|
|
215
|
-
<aside class="tsd-sources">
|
|
216
|
-
<ul>
|
|
217
|
-
<li>Defined in src/BaseClient.ts:1184</li>
|
|
218
|
-
</ul>
|
|
219
|
-
</aside>
|
|
220
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
221
|
-
<ul class="tsd-type-parameters">
|
|
222
|
-
<li>
|
|
223
|
-
<h4>U</h4>
|
|
224
|
-
</li>
|
|
225
|
-
</ul>
|
|
226
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
227
|
-
<ul class="tsd-parameters">
|
|
228
|
-
<li>
|
|
229
|
-
<h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>field<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>userId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
230
|
-
<ul class="tsd-parameters">
|
|
231
|
-
<li class="tsd-parameter">
|
|
232
|
-
<h5>field<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
233
|
-
</li>
|
|
234
|
-
<li class="tsd-parameter">
|
|
235
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> user<wbr>Id<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
236
|
-
</li>
|
|
237
|
-
</ul>
|
|
238
|
-
</li>
|
|
239
|
-
</ul>
|
|
240
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol">></span></h4>
|
|
241
|
-
</li>
|
|
242
|
-
</ul>
|
|
243
|
-
</section>
|
|
244
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
245
|
-
<a name="dbSearch" class="tsd-anchor"></a>
|
|
246
|
-
<h3>db<wbr>Search</h3>
|
|
247
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
248
|
-
<li class="tsd-signature tsd-kind-icon">db<wbr>Search<T><span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>field<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>search<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></li>
|
|
249
|
-
</ul>
|
|
250
|
-
<ul class="tsd-descriptions">
|
|
251
|
-
<li class="tsd-description">
|
|
252
|
-
<aside class="tsd-sources">
|
|
253
|
-
<ul>
|
|
254
|
-
<li>Defined in src/BaseClient.ts:1233</li>
|
|
255
|
-
</ul>
|
|
256
|
-
</aside>
|
|
257
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
258
|
-
<ul class="tsd-type-parameters">
|
|
259
|
-
<li>
|
|
260
|
-
<h4>T</h4>
|
|
261
|
-
</li>
|
|
262
|
-
</ul>
|
|
263
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
264
|
-
<ul class="tsd-parameters">
|
|
265
|
-
<li>
|
|
266
|
-
<h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>field<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>search<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
267
|
-
<ul class="tsd-parameters">
|
|
268
|
-
<li class="tsd-parameter">
|
|
269
|
-
<h5>field<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
270
|
-
</li>
|
|
271
|
-
<li class="tsd-parameter">
|
|
272
|
-
<h5>search<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
273
|
-
</li>
|
|
274
|
-
</ul>
|
|
275
|
-
</li>
|
|
276
|
-
</ul>
|
|
277
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
278
|
-
</li>
|
|
279
|
-
</ul>
|
|
280
|
-
</section>
|
|
281
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
282
|
-
<a name="dbSet" class="tsd-anchor"></a>
|
|
283
|
-
<h3>db<wbr>Set</h3>
|
|
284
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
285
|
-
<li class="tsd-signature tsd-kind-icon">db<wbr>Set<T, U><span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>userId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></li>
|
|
286
|
-
</ul>
|
|
287
|
-
<ul class="tsd-descriptions">
|
|
288
|
-
<li class="tsd-description">
|
|
289
|
-
<aside class="tsd-sources">
|
|
290
|
-
<ul>
|
|
291
|
-
<li>Defined in src/BaseClient.ts:1206</li>
|
|
292
|
-
</ul>
|
|
293
|
-
</aside>
|
|
294
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
295
|
-
<ul class="tsd-type-parameters">
|
|
296
|
-
<li>
|
|
297
|
-
<h4>T<span class="tsd-signature-symbol">: </span><a href="../modules/BaseClient.html#UserData" class="tsd-signature-type" data-tsd-kind="Type alias">UserData</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4>
|
|
298
|
-
</li>
|
|
299
|
-
<li>
|
|
300
|
-
<h4>U<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Document</span></h4>
|
|
301
|
-
</li>
|
|
302
|
-
</ul>
|
|
303
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
304
|
-
<ul class="tsd-parameters">
|
|
305
|
-
<li>
|
|
306
|
-
<h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>userId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
307
|
-
<ul class="tsd-parameters">
|
|
308
|
-
<li class="tsd-parameter">
|
|
309
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> user<wbr>Id<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
310
|
-
</li>
|
|
311
|
-
<li class="tsd-parameter">
|
|
312
|
-
<h5>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">U</span></h5>
|
|
313
|
-
</li>
|
|
314
|
-
</ul>
|
|
315
|
-
</li>
|
|
316
|
-
</ul>
|
|
317
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
318
|
-
</li>
|
|
319
|
-
</ul>
|
|
320
|
-
</section>
|
|
321
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
322
|
-
<a name="deleteFolder" class="tsd-anchor"></a>
|
|
323
|
-
<h3>delete<wbr>Folder</h3>
|
|
324
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
325
|
-
<li class="tsd-signature tsd-kind-icon">delete<wbr>Folder<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
326
|
-
</ul>
|
|
327
|
-
<ul class="tsd-descriptions">
|
|
328
|
-
<li class="tsd-description">
|
|
329
|
-
<aside class="tsd-sources">
|
|
330
|
-
<ul>
|
|
331
|
-
<li>Defined in src/BaseClient.ts:1255</li>
|
|
332
|
-
</ul>
|
|
333
|
-
</aside>
|
|
334
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
335
|
-
<ul class="tsd-parameters">
|
|
336
|
-
<li>
|
|
337
|
-
<h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
338
|
-
<ul class="tsd-parameters">
|
|
339
|
-
<li class="tsd-parameter">
|
|
340
|
-
<h5>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
341
|
-
</li>
|
|
342
|
-
</ul>
|
|
343
|
-
</li>
|
|
344
|
-
</ul>
|
|
345
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
346
|
-
</li>
|
|
347
|
-
</ul>
|
|
348
|
-
</section>
|
|
349
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
350
|
-
<a name="folderSize" class="tsd-anchor"></a>
|
|
351
|
-
<h3>folder<wbr>Size</h3>
|
|
352
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
353
|
-
<li class="tsd-signature tsd-kind-icon">folder<wbr>Size<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>folderId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#FolderSize" class="tsd-signature-type" data-tsd-kind="Type alias">FolderSize</a><span class="tsd-signature-symbol">></span></li>
|
|
354
|
-
</ul>
|
|
355
|
-
<ul class="tsd-descriptions">
|
|
356
|
-
<li class="tsd-description">
|
|
357
|
-
<aside class="tsd-sources">
|
|
358
|
-
<ul>
|
|
359
|
-
<li>Defined in src/BaseClient.ts:1314</li>
|
|
360
|
-
</ul>
|
|
361
|
-
</aside>
|
|
362
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
363
|
-
<ul class="tsd-parameters">
|
|
364
|
-
<li>
|
|
365
|
-
<h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>folderId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
366
|
-
<ul class="tsd-parameters">
|
|
367
|
-
<li class="tsd-parameter">
|
|
368
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> folder<wbr>Id<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
369
|
-
</li>
|
|
370
|
-
</ul>
|
|
371
|
-
</li>
|
|
372
|
-
</ul>
|
|
373
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#FolderSize" class="tsd-signature-type" data-tsd-kind="Type alias">FolderSize</a><span class="tsd-signature-symbol">></span></h4>
|
|
374
|
-
</li>
|
|
375
|
-
</ul>
|
|
376
|
-
</section>
|
|
377
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
378
|
-
<a name="godFatherAndChildren" class="tsd-anchor"></a>
|
|
379
|
-
<h3>god<wbr>Father<wbr>And<wbr>Children</h3>
|
|
380
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
381
|
-
<li class="tsd-signature tsd-kind-icon">god<wbr>Father<wbr>And<wbr>Children<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#GodFatherAndChildren" class="tsd-signature-type" data-tsd-kind="Type alias">GodFatherAndChildren</a><span class="tsd-signature-symbol">></span></li>
|
|
382
|
-
</ul>
|
|
383
|
-
<ul class="tsd-descriptions">
|
|
384
|
-
<li class="tsd-description">
|
|
385
|
-
<aside class="tsd-sources">
|
|
386
|
-
<ul>
|
|
387
|
-
<li>Defined in src/BaseClient.ts:799</li>
|
|
388
|
-
</ul>
|
|
389
|
-
</aside>
|
|
390
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#GodFatherAndChildren" class="tsd-signature-type" data-tsd-kind="Type alias">GodFatherAndChildren</a><span class="tsd-signature-symbol">></span></h4>
|
|
391
|
-
</li>
|
|
392
|
-
</ul>
|
|
393
|
-
</section>
|
|
394
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
395
|
-
<a name="limits" class="tsd-anchor"></a>
|
|
396
|
-
<h3>limits</h3>
|
|
397
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
398
|
-
<li class="tsd-signature tsd-kind-icon">limits<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#QueryLimits" class="tsd-signature-type" data-tsd-kind="Type alias">QueryLimits</a><span class="tsd-signature-symbol">></span></li>
|
|
399
|
-
</ul>
|
|
400
|
-
<ul class="tsd-descriptions">
|
|
401
|
-
<li class="tsd-description">
|
|
402
|
-
<aside class="tsd-sources">
|
|
403
|
-
<ul>
|
|
404
|
-
<li>Defined in src/BaseClient.ts:761</li>
|
|
405
|
-
</ul>
|
|
406
|
-
</aside>
|
|
407
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#QueryLimits" class="tsd-signature-type" data-tsd-kind="Type alias">QueryLimits</a><span class="tsd-signature-symbol">></span></h4>
|
|
408
|
-
</li>
|
|
409
|
-
</ul>
|
|
410
|
-
</section>
|
|
411
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
412
|
-
<a name="logout" class="tsd-anchor"></a>
|
|
413
|
-
<h3>logout</h3>
|
|
414
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
415
|
-
<li class="tsd-signature tsd-kind-icon">logout<span class="tsd-signature-symbol">(</span>sessionId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
416
|
-
</ul>
|
|
417
|
-
<ul class="tsd-descriptions">
|
|
418
|
-
<li class="tsd-description">
|
|
419
|
-
<aside class="tsd-sources">
|
|
420
|
-
<ul>
|
|
421
|
-
<li>Defined in src/BaseClient.ts:532</li>
|
|
422
|
-
</ul>
|
|
423
|
-
</aside>
|
|
424
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
425
|
-
<ul class="tsd-parameters">
|
|
426
|
-
<li>
|
|
427
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sessionId: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
428
|
-
</li>
|
|
429
|
-
</ul>
|
|
430
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
431
|
-
</li>
|
|
432
|
-
</ul>
|
|
433
|
-
</section>
|
|
434
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
435
|
-
<a name="me" class="tsd-anchor"></a>
|
|
436
|
-
<h3>me</h3>
|
|
437
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
438
|
-
<li class="tsd-signature tsd-kind-icon">me<T><span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#User" class="tsd-signature-type" data-tsd-kind="Type alias">User</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></li>
|
|
439
|
-
</ul>
|
|
440
|
-
<ul class="tsd-descriptions">
|
|
441
|
-
<li class="tsd-description">
|
|
442
|
-
<aside class="tsd-sources">
|
|
443
|
-
<ul>
|
|
444
|
-
<li>Defined in src/BaseClient.ts:562</li>
|
|
445
|
-
</ul>
|
|
446
|
-
</aside>
|
|
447
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
448
|
-
<ul class="tsd-type-parameters">
|
|
449
|
-
<li>
|
|
450
|
-
<h4>T<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">WithPublicKey</span> = <span class="tsd-signature-type">WithPublicKey</span></h4>
|
|
451
|
-
</li>
|
|
452
|
-
</ul>
|
|
453
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
454
|
-
<ul class="tsd-parameters">
|
|
455
|
-
<li>
|
|
456
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> params: <span class="tsd-signature-type">T</span></h5>
|
|
457
|
-
</li>
|
|
458
|
-
</ul>
|
|
459
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#User" class="tsd-signature-type" data-tsd-kind="Type alias">User</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4>
|
|
460
|
-
</li>
|
|
461
|
-
</ul>
|
|
462
|
-
</section>
|
|
463
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
464
|
-
<a name="moveFiles" class="tsd-anchor"></a>
|
|
465
|
-
<h3>move<wbr>Files</h3>
|
|
466
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
467
|
-
<li class="tsd-signature tsd-kind-icon">move<wbr>Files<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>filesId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>parentFolderId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
468
|
-
</ul>
|
|
469
|
-
<ul class="tsd-descriptions">
|
|
470
|
-
<li class="tsd-description">
|
|
471
|
-
<aside class="tsd-sources">
|
|
472
|
-
<ul>
|
|
473
|
-
<li>Defined in src/BaseClient.ts:1292</li>
|
|
474
|
-
</ul>
|
|
475
|
-
</aside>
|
|
476
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
477
|
-
<ul class="tsd-parameters">
|
|
478
|
-
<li>
|
|
479
|
-
<h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>filesId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>parentFolderId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
480
|
-
<ul class="tsd-parameters">
|
|
481
|
-
<li class="tsd-parameter">
|
|
482
|
-
<h5>files<wbr>Id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
483
|
-
</li>
|
|
484
|
-
<li class="tsd-parameter">
|
|
485
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parent<wbr>Folder<wbr>Id<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
486
|
-
</li>
|
|
487
|
-
</ul>
|
|
488
|
-
</li>
|
|
489
|
-
</ul>
|
|
490
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
491
|
-
</li>
|
|
492
|
-
</ul>
|
|
493
|
-
</section>
|
|
494
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
495
|
-
<a name="moveFolders" class="tsd-anchor"></a>
|
|
496
|
-
<h3>move<wbr>Folders</h3>
|
|
497
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
498
|
-
<li class="tsd-signature tsd-kind-icon">move<wbr>Folders<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>foldersId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>parentFolderId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
499
|
-
</ul>
|
|
500
|
-
<ul class="tsd-descriptions">
|
|
501
|
-
<li class="tsd-description">
|
|
502
|
-
<aside class="tsd-sources">
|
|
503
|
-
<ul>
|
|
504
|
-
<li>Defined in src/BaseClient.ts:1270</li>
|
|
505
|
-
</ul>
|
|
506
|
-
</aside>
|
|
507
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
508
|
-
<ul class="tsd-parameters">
|
|
509
|
-
<li>
|
|
510
|
-
<h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>foldersId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>parentFolderId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
511
|
-
<ul class="tsd-parameters">
|
|
512
|
-
<li class="tsd-parameter">
|
|
513
|
-
<h5>folders<wbr>Id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
514
|
-
</li>
|
|
515
|
-
<li class="tsd-parameter">
|
|
516
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parent<wbr>Folder<wbr>Id<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
517
|
-
</li>
|
|
518
|
-
</ul>
|
|
519
|
-
</li>
|
|
520
|
-
</ul>
|
|
521
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
522
|
-
</li>
|
|
523
|
-
</ul>
|
|
524
|
-
</section>
|
|
525
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
526
|
-
<a name="pay" class="tsd-anchor"></a>
|
|
527
|
-
<h3>pay</h3>
|
|
528
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
529
|
-
<li class="tsd-signature tsd-kind-icon">pay<span class="tsd-signature-symbol">(</span>planCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"basic_month"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"advanced_month"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pro_month"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"basic_year"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"advanced_year"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pro_year"</span>, rjsTokenId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, autoRenew<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
530
|
-
</ul>
|
|
531
|
-
<ul class="tsd-descriptions">
|
|
532
|
-
<li class="tsd-description">
|
|
533
|
-
<aside class="tsd-sources">
|
|
534
|
-
<ul>
|
|
535
|
-
<li>Defined in src/BaseClient.ts:680</li>
|
|
536
|
-
</ul>
|
|
537
|
-
</aside>
|
|
538
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
539
|
-
<ul class="tsd-parameters">
|
|
540
|
-
<li>
|
|
541
|
-
<h5>planCode: <span class="tsd-signature-type">"basic_month"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"advanced_month"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pro_month"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"basic_year"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"advanced_year"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"pro_year"</span></h5>
|
|
542
|
-
</li>
|
|
543
|
-
<li>
|
|
544
|
-
<h5>rjsTokenId: <span class="tsd-signature-type">string</span></h5>
|
|
545
|
-
</li>
|
|
546
|
-
<li>
|
|
547
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> autoRenew: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span></h5>
|
|
548
|
-
</li>
|
|
549
|
-
</ul>
|
|
550
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
551
|
-
</li>
|
|
552
|
-
</ul>
|
|
553
|
-
</section>
|
|
554
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
555
|
-
<a name="paymentInfos" class="tsd-anchor"></a>
|
|
556
|
-
<h3>payment<wbr>Infos</h3>
|
|
557
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
558
|
-
<li class="tsd-signature tsd-kind-icon">payment<wbr>Infos<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#PaymentInfos" class="tsd-signature-type" data-tsd-kind="Type alias">PaymentInfos</a><span class="tsd-signature-symbol">></span></li>
|
|
559
|
-
</ul>
|
|
560
|
-
<ul class="tsd-descriptions">
|
|
561
|
-
<li class="tsd-description">
|
|
562
|
-
<aside class="tsd-sources">
|
|
563
|
-
<ul>
|
|
564
|
-
<li>Defined in src/BaseClient.ts:715</li>
|
|
565
|
-
</ul>
|
|
566
|
-
</aside>
|
|
567
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#PaymentInfos" class="tsd-signature-type" data-tsd-kind="Type alias">PaymentInfos</a><span class="tsd-signature-symbol">></span></h4>
|
|
568
|
-
</li>
|
|
569
|
-
</ul>
|
|
570
|
-
</section>
|
|
571
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
572
|
-
<a name="reportUser" class="tsd-anchor"></a>
|
|
573
|
-
<h3>report<wbr>User</h3>
|
|
574
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
575
|
-
<li class="tsd-signature tsd-kind-icon">report<wbr>User<span class="tsd-signature-symbol">(</span>reportedUserId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, customMessage<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#SendReport" class="tsd-signature-type" data-tsd-kind="Type alias">SendReport</a><span class="tsd-signature-symbol">></span></li>
|
|
576
|
-
</ul>
|
|
577
|
-
<ul class="tsd-descriptions">
|
|
578
|
-
<li class="tsd-description">
|
|
579
|
-
<aside class="tsd-sources">
|
|
580
|
-
<ul>
|
|
581
|
-
<li>Defined in src/BaseClient.ts:1012</li>
|
|
582
|
-
</ul>
|
|
583
|
-
</aside>
|
|
584
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
585
|
-
<ul class="tsd-parameters">
|
|
586
|
-
<li>
|
|
587
|
-
<h5>reportedUserId: <span class="tsd-signature-type">string</span></h5>
|
|
588
|
-
</li>
|
|
589
|
-
<li>
|
|
590
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> customMessage: <span class="tsd-signature-type">string</span></h5>
|
|
591
|
-
</li>
|
|
592
|
-
</ul>
|
|
593
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#SendReport" class="tsd-signature-type" data-tsd-kind="Type alias">SendReport</a><span class="tsd-signature-symbol">></span></h4>
|
|
594
|
-
</li>
|
|
595
|
-
</ul>
|
|
596
|
-
</section>
|
|
597
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
598
|
-
<a name="sessions" class="tsd-anchor"></a>
|
|
599
|
-
<h3>sessions</h3>
|
|
600
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
601
|
-
<li class="tsd-signature tsd-kind-icon">sessions<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/client_types.html#UserSession" class="tsd-signature-type" data-tsd-kind="Type alias">UserSession</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Date</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
602
|
-
</ul>
|
|
603
|
-
<ul class="tsd-descriptions">
|
|
604
|
-
<li class="tsd-description">
|
|
605
|
-
<aside class="tsd-sources">
|
|
606
|
-
<ul>
|
|
607
|
-
<li>Defined in src/BaseClient.ts:478</li>
|
|
608
|
-
</ul>
|
|
609
|
-
</aside>
|
|
610
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/client_types.html#UserSession" class="tsd-signature-type" data-tsd-kind="Type alias">UserSession</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Date</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
611
|
-
</li>
|
|
612
|
-
</ul>
|
|
613
|
-
</section>
|
|
614
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
615
|
-
<a name="updateProfile" class="tsd-anchor"></a>
|
|
616
|
-
<h3>update<wbr>Profile</h3>
|
|
617
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
618
|
-
<li class="tsd-signature tsd-kind-icon">update<wbr>Profile<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>firstname<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>lang<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#Lang" class="tsd-signature-type" data-tsd-kind="Type alias">Lang</a><span class="tsd-signature-symbol">; </span>lastname<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">UserBase</span><span class="tsd-signature-symbol">></span></li>
|
|
619
|
-
</ul>
|
|
620
|
-
<ul class="tsd-descriptions">
|
|
621
|
-
<li class="tsd-description">
|
|
622
|
-
<aside class="tsd-sources">
|
|
623
|
-
<ul>
|
|
624
|
-
<li>Defined in src/BaseClient.ts:599</li>
|
|
625
|
-
</ul>
|
|
626
|
-
</aside>
|
|
627
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
628
|
-
<ul class="tsd-parameters">
|
|
629
|
-
<li>
|
|
630
|
-
<h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>firstname<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>lang<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#Lang" class="tsd-signature-type" data-tsd-kind="Type alias">Lang</a><span class="tsd-signature-symbol">; </span>lastname<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
631
|
-
<ul class="tsd-parameters">
|
|
632
|
-
<li class="tsd-parameter">
|
|
633
|
-
<h5>firstname<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
634
|
-
</li>
|
|
635
|
-
<li class="tsd-parameter">
|
|
636
|
-
<h5>lang<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#Lang" class="tsd-signature-type" data-tsd-kind="Type alias">Lang</a></h5>
|
|
637
|
-
</li>
|
|
638
|
-
<li class="tsd-parameter">
|
|
639
|
-
<h5>lastname<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
640
|
-
</li>
|
|
641
|
-
</ul>
|
|
642
|
-
</li>
|
|
643
|
-
</ul>
|
|
644
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">UserBase</span><span class="tsd-signature-symbol">></span></h4>
|
|
645
|
-
</li>
|
|
646
|
-
</ul>
|
|
647
|
-
</section>
|
|
648
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
649
|
-
<a name="user" class="tsd-anchor"></a>
|
|
650
|
-
<h3>user</h3>
|
|
651
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
652
|
-
<li class="tsd-signature tsd-kind-icon">user<T><span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#User" class="tsd-signature-type" data-tsd-kind="Type alias">User</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></li>
|
|
653
|
-
</ul>
|
|
654
|
-
<ul class="tsd-descriptions">
|
|
655
|
-
<li class="tsd-description">
|
|
656
|
-
<aside class="tsd-sources">
|
|
657
|
-
<ul>
|
|
658
|
-
<li>Defined in src/BaseClient.ts:585</li>
|
|
659
|
-
</ul>
|
|
660
|
-
</aside>
|
|
661
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
662
|
-
<ul class="tsd-type-parameters">
|
|
663
|
-
<li>
|
|
664
|
-
<h4>T<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ClassGetUserParams</span></h4>
|
|
665
|
-
</li>
|
|
666
|
-
</ul>
|
|
667
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
668
|
-
<ul class="tsd-parameters">
|
|
669
|
-
<li>
|
|
670
|
-
<h5>params: <span class="tsd-signature-type">T</span></h5>
|
|
671
|
-
</li>
|
|
672
|
-
</ul>
|
|
673
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#User" class="tsd-signature-type" data-tsd-kind="Type alias">User</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4>
|
|
674
|
-
</li>
|
|
675
|
-
</ul>
|
|
676
|
-
</section>
|
|
677
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private tsd-is-static">
|
|
678
|
-
<a name="_getBaseClient" class="tsd-anchor"></a>
|
|
679
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _get<wbr>Base<wbr>Client</h3>
|
|
680
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private tsd-is-static">
|
|
681
|
-
<li class="tsd-signature tsd-kind-icon">_get<wbr>Base<wbr>Client<span class="tsd-signature-symbol">(</span>env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a>, session<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ky</span></li>
|
|
682
|
-
</ul>
|
|
683
|
-
<ul class="tsd-descriptions">
|
|
684
|
-
<li class="tsd-description">
|
|
685
|
-
<aside class="tsd-sources">
|
|
686
|
-
<ul>
|
|
687
|
-
<li>Defined in src/BaseClient.ts:449</li>
|
|
688
|
-
</ul>
|
|
689
|
-
</aside>
|
|
690
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
691
|
-
<ul class="tsd-parameters">
|
|
692
|
-
<li>
|
|
693
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
694
|
-
</li>
|
|
695
|
-
<li>
|
|
696
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> session: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
697
|
-
</li>
|
|
698
|
-
</ul>
|
|
699
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ky</span></h4>
|
|
700
|
-
</li>
|
|
701
|
-
</ul>
|
|
702
|
-
</section>
|
|
703
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
704
|
-
<a name="deleteUser" class="tsd-anchor"></a>
|
|
705
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> delete<wbr>User</h3>
|
|
706
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
707
|
-
<li class="tsd-signature tsd-kind-icon">delete<wbr>User<span class="tsd-signature-symbol">(</span>sessionId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, userId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></li>
|
|
708
|
-
</ul>
|
|
709
|
-
<ul class="tsd-descriptions">
|
|
710
|
-
<li class="tsd-description">
|
|
711
|
-
<aside class="tsd-sources">
|
|
712
|
-
<ul>
|
|
713
|
-
<li>Defined in src/BaseClient.ts:1047</li>
|
|
714
|
-
</ul>
|
|
715
|
-
</aside>
|
|
716
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
717
|
-
<ul class="tsd-parameters">
|
|
718
|
-
<li>
|
|
719
|
-
<h5>sessionId: <span class="tsd-signature-type">string</span></h5>
|
|
720
|
-
</li>
|
|
721
|
-
<li>
|
|
722
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> userId: <span class="tsd-signature-type">string</span></h5>
|
|
723
|
-
</li>
|
|
724
|
-
<li>
|
|
725
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
726
|
-
</li>
|
|
727
|
-
</ul>
|
|
728
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">></span></h4>
|
|
729
|
-
</li>
|
|
730
|
-
</ul>
|
|
731
|
-
</section>
|
|
732
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
733
|
-
<a name="getAppDBConfig" class="tsd-anchor"></a>
|
|
734
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>AppDBConfig</h3>
|
|
735
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
736
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>AppDBConfig<span class="tsd-signature-symbol">(</span>appCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a>, sessionId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#AppDBConfig" class="tsd-signature-type" data-tsd-kind="Type alias">AppDBConfig</a><span class="tsd-signature-symbol">></span></li>
|
|
737
|
-
</ul>
|
|
738
|
-
<ul class="tsd-descriptions">
|
|
739
|
-
<li class="tsd-description">
|
|
740
|
-
<aside class="tsd-sources">
|
|
741
|
-
<ul>
|
|
742
|
-
<li>Defined in src/BaseClient.ts:938</li>
|
|
743
|
-
</ul>
|
|
744
|
-
</aside>
|
|
745
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
746
|
-
<ul class="tsd-parameters">
|
|
747
|
-
<li>
|
|
748
|
-
<h5>appCode: <span class="tsd-signature-type">string</span></h5>
|
|
749
|
-
</li>
|
|
750
|
-
<li>
|
|
751
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
752
|
-
</li>
|
|
753
|
-
<li>
|
|
754
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sessionId: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
755
|
-
</li>
|
|
756
|
-
</ul>
|
|
757
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#AppDBConfig" class="tsd-signature-type" data-tsd-kind="Type alias">AppDBConfig</a><span class="tsd-signature-symbol">></span></h4>
|
|
758
|
-
</li>
|
|
759
|
-
</ul>
|
|
760
|
-
</section>
|
|
761
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
762
|
-
<a name="getBaseUrl" class="tsd-anchor"></a>
|
|
763
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> get<wbr>Base<wbr>Url</h3>
|
|
764
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
765
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>Base<wbr>Url<span class="tsd-signature-symbol">(</span>env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
766
|
-
</ul>
|
|
767
|
-
<ul class="tsd-descriptions">
|
|
768
|
-
<li class="tsd-description">
|
|
769
|
-
<aside class="tsd-sources">
|
|
770
|
-
<ul>
|
|
771
|
-
<li>Defined in src/BaseClient.ts:439</li>
|
|
772
|
-
</ul>
|
|
773
|
-
</aside>
|
|
774
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
775
|
-
<ul class="tsd-parameters">
|
|
776
|
-
<li>
|
|
777
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
778
|
-
</li>
|
|
779
|
-
</ul>
|
|
780
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
781
|
-
</li>
|
|
782
|
-
</ul>
|
|
783
|
-
</section>
|
|
784
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
785
|
-
<a name="getBlog" class="tsd-anchor"></a>
|
|
786
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Blog</h3>
|
|
787
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
788
|
-
<li class="tsd-signature tsd-kind-icon">get<wbr>Blog<span class="tsd-signature-symbol">(</span>lang<span class="tsd-signature-symbol">?: </span><a href="../modules/BaseClient.html#Lang" class="tsd-signature-type" data-tsd-kind="Type alias">Lang</a>, env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a>, sessionId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#BlogItem" class="tsd-signature-type" data-tsd-kind="Type alias">BlogItem</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
789
|
-
</ul>
|
|
790
|
-
<ul class="tsd-descriptions">
|
|
791
|
-
<li class="tsd-description">
|
|
792
|
-
<aside class="tsd-sources">
|
|
793
|
-
<ul>
|
|
794
|
-
<li>Defined in src/BaseClient.ts:981</li>
|
|
795
|
-
</ul>
|
|
796
|
-
</aside>
|
|
797
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
798
|
-
<ul class="tsd-parameters">
|
|
799
|
-
<li>
|
|
800
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> lang: <a href="../modules/BaseClient.html#Lang" class="tsd-signature-type" data-tsd-kind="Type alias">Lang</a></h5>
|
|
801
|
-
</li>
|
|
802
|
-
<li>
|
|
803
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
804
|
-
</li>
|
|
805
|
-
<li>
|
|
806
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sessionId: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
807
|
-
</li>
|
|
808
|
-
</ul>
|
|
809
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#BlogItem" class="tsd-signature-type" data-tsd-kind="Type alias">BlogItem</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
810
|
-
</li>
|
|
811
|
-
</ul>
|
|
812
|
-
</section>
|
|
813
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
814
|
-
<a name="getFAQ" class="tsd-anchor"></a>
|
|
815
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> getFAQ</h3>
|
|
816
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
817
|
-
<li class="tsd-signature tsd-kind-icon">getFAQ<span class="tsd-signature-symbol">(</span>lang<span class="tsd-signature-symbol">?: </span><a href="../modules/BaseClient.html#Lang" class="tsd-signature-type" data-tsd-kind="Type alias">Lang</a>, env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a>, sessionId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#FaqItem" class="tsd-signature-type" data-tsd-kind="Type alias">FaqItem</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
818
|
-
</ul>
|
|
819
|
-
<ul class="tsd-descriptions">
|
|
820
|
-
<li class="tsd-description">
|
|
821
|
-
<aside class="tsd-sources">
|
|
822
|
-
<ul>
|
|
823
|
-
<li>Defined in src/BaseClient.ts:957</li>
|
|
824
|
-
</ul>
|
|
825
|
-
</aside>
|
|
826
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
827
|
-
<ul class="tsd-parameters">
|
|
828
|
-
<li>
|
|
829
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> lang: <a href="../modules/BaseClient.html#Lang" class="tsd-signature-type" data-tsd-kind="Type alias">Lang</a></h5>
|
|
830
|
-
</li>
|
|
831
|
-
<li>
|
|
832
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
833
|
-
</li>
|
|
834
|
-
<li>
|
|
835
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sessionId: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
836
|
-
</li>
|
|
837
|
-
</ul>
|
|
838
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#FaqItem" class="tsd-signature-type" data-tsd-kind="Type alias">FaqItem</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
839
|
-
</li>
|
|
840
|
-
</ul>
|
|
841
|
-
</section>
|
|
842
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
843
|
-
<a name="plans" class="tsd-anchor"></a>
|
|
844
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> plans</h3>
|
|
845
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
846
|
-
<li class="tsd-signature tsd-kind-icon">plans<span class="tsd-signature-symbol">(</span>env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a>, sessionId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#Plan" class="tsd-signature-type" data-tsd-kind="Type alias">Plan</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
847
|
-
</ul>
|
|
848
|
-
<ul class="tsd-descriptions">
|
|
849
|
-
<li class="tsd-description">
|
|
850
|
-
<aside class="tsd-sources">
|
|
851
|
-
<ul>
|
|
852
|
-
<li>Defined in src/BaseClient.ts:635</li>
|
|
853
|
-
</ul>
|
|
854
|
-
</aside>
|
|
855
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
856
|
-
<ul class="tsd-parameters">
|
|
857
|
-
<li>
|
|
858
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
859
|
-
</li>
|
|
860
|
-
<li>
|
|
861
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sessionId: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
862
|
-
</li>
|
|
863
|
-
</ul>
|
|
864
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#Plan" class="tsd-signature-type" data-tsd-kind="Type alias">Plan</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
865
|
-
</li>
|
|
866
|
-
</ul>
|
|
867
|
-
</section>
|
|
868
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
869
|
-
<a name="updateAppDBConfig" class="tsd-anchor"></a>
|
|
870
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> update<wbr>AppDBConfig</h3>
|
|
871
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
872
|
-
<li class="tsd-signature tsd-kind-icon">update<wbr>AppDBConfig<span class="tsd-signature-symbol">(</span>appCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, config<span class="tsd-signature-symbol">: </span><a href="../modules/BaseClient.html#AppDBConfig" class="tsd-signature-type" data-tsd-kind="Type alias">AppDBConfig</a>, env<span class="tsd-signature-symbol">?: </span><a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a>, sessionId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#AppDBConfig" class="tsd-signature-type" data-tsd-kind="Type alias">AppDBConfig</a><span class="tsd-signature-symbol">></span></li>
|
|
873
|
-
</ul>
|
|
874
|
-
<ul class="tsd-descriptions">
|
|
875
|
-
<li class="tsd-description">
|
|
876
|
-
<aside class="tsd-sources">
|
|
877
|
-
<ul>
|
|
878
|
-
<li>Defined in src/BaseClient.ts:917</li>
|
|
879
|
-
</ul>
|
|
880
|
-
</aside>
|
|
881
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
882
|
-
<ul class="tsd-parameters">
|
|
883
|
-
<li>
|
|
884
|
-
<h5>appCode: <span class="tsd-signature-type">string</span></h5>
|
|
885
|
-
</li>
|
|
886
|
-
<li>
|
|
887
|
-
<h5>config: <a href="../modules/BaseClient.html#AppDBConfig" class="tsd-signature-type" data-tsd-kind="Type alias">AppDBConfig</a></h5>
|
|
888
|
-
</li>
|
|
889
|
-
<li>
|
|
890
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> env: <a href="../modules/client_helpers.html#SecrecyEnv" class="tsd-signature-type" data-tsd-kind="Type alias">SecrecyEnv</a></h5>
|
|
891
|
-
</li>
|
|
892
|
-
<li>
|
|
893
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sessionId: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
894
|
-
</li>
|
|
895
|
-
</ul>
|
|
896
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../modules/BaseClient.html#AppDBConfig" class="tsd-signature-type" data-tsd-kind="Type alias">AppDBConfig</a><span class="tsd-signature-symbol">></span></h4>
|
|
897
|
-
</li>
|
|
898
|
-
</ul>
|
|
899
|
-
</section>
|
|
900
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static">
|
|
901
|
-
<a name="user-1" class="tsd-anchor"></a>
|
|
902
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> user</h3>
|
|
903
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static">
|
|
904
|
-
<li class="tsd-signature tsd-kind-icon">user<T><span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span>, sessionId<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#User" class="tsd-signature-type" data-tsd-kind="Type alias">User</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></li>
|
|
905
|
-
</ul>
|
|
906
|
-
<ul class="tsd-descriptions">
|
|
907
|
-
<li class="tsd-description">
|
|
908
|
-
<aside class="tsd-sources">
|
|
909
|
-
<ul>
|
|
910
|
-
<li>Defined in src/BaseClient.ts:568</li>
|
|
911
|
-
</ul>
|
|
912
|
-
</aside>
|
|
913
|
-
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
914
|
-
<ul class="tsd-type-parameters">
|
|
915
|
-
<li>
|
|
916
|
-
<h4>T<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StaticGetUserParams</span></h4>
|
|
917
|
-
</li>
|
|
918
|
-
</ul>
|
|
919
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
920
|
-
<ul class="tsd-parameters">
|
|
921
|
-
<li>
|
|
922
|
-
<h5>params: <span class="tsd-signature-type">T</span></h5>
|
|
923
|
-
</li>
|
|
924
|
-
<li>
|
|
925
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sessionId: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></h5>
|
|
926
|
-
</li>
|
|
927
|
-
</ul>
|
|
928
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="../modules/BaseClient.html#User" class="tsd-signature-type" data-tsd-kind="Type alias">User</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span></h4>
|
|
929
|
-
</li>
|
|
930
|
-
</ul>
|
|
931
|
-
</section>
|
|
932
|
-
</section>
|
|
933
|
-
</div>
|
|
934
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
935
|
-
<nav class="tsd-navigation primary">
|
|
936
|
-
<ul>
|
|
937
|
-
<li class=" ">
|
|
938
|
-
<a href="../modules.html">Modules</a>
|
|
939
|
-
</li>
|
|
940
|
-
<li class="current tsd-kind-module">
|
|
941
|
-
<a href="../modules/BaseClient.html">Base<wbr>Client</a>
|
|
942
|
-
</li>
|
|
943
|
-
</ul>
|
|
944
|
-
</nav>
|
|
945
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
946
|
-
<ul class="before-current">
|
|
947
|
-
</ul>
|
|
948
|
-
<ul class="current">
|
|
949
|
-
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
950
|
-
<a href="BaseClient.BaseClient-1.html" class="tsd-kind-icon">Base<wbr>Client</a>
|
|
951
|
-
<ul>
|
|
952
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class">
|
|
953
|
-
<a href="BaseClient.BaseClient-1.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
954
|
-
</li>
|
|
955
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-protected">
|
|
956
|
-
<a href="BaseClient.BaseClient-1.html#client" class="tsd-kind-icon">client</a>
|
|
957
|
-
</li>
|
|
958
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
959
|
-
<a href="BaseClient.BaseClient-1.html#sessionId" class="tsd-kind-icon">session<wbr>Id</a>
|
|
960
|
-
</li>
|
|
961
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
962
|
-
<a href="BaseClient.BaseClient-1.html#cancelPayment" class="tsd-kind-icon">cancel<wbr>Payment</a>
|
|
963
|
-
</li>
|
|
964
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
965
|
-
<a href="BaseClient.BaseClient-1.html#dbGet" class="tsd-kind-icon">db<wbr>Get</a>
|
|
966
|
-
</li>
|
|
967
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
968
|
-
<a href="BaseClient.BaseClient-1.html#dbSearch" class="tsd-kind-icon">db<wbr>Search</a>
|
|
969
|
-
</li>
|
|
970
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
971
|
-
<a href="BaseClient.BaseClient-1.html#dbSet" class="tsd-kind-icon">db<wbr>Set</a>
|
|
972
|
-
</li>
|
|
973
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
974
|
-
<a href="BaseClient.BaseClient-1.html#deleteFolder" class="tsd-kind-icon">delete<wbr>Folder</a>
|
|
975
|
-
</li>
|
|
976
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
977
|
-
<a href="BaseClient.BaseClient-1.html#folderSize" class="tsd-kind-icon">folder<wbr>Size</a>
|
|
978
|
-
</li>
|
|
979
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
980
|
-
<a href="BaseClient.BaseClient-1.html#godFatherAndChildren" class="tsd-kind-icon">god<wbr>Father<wbr>And<wbr>Children</a>
|
|
981
|
-
</li>
|
|
982
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
983
|
-
<a href="BaseClient.BaseClient-1.html#limits" class="tsd-kind-icon">limits</a>
|
|
984
|
-
</li>
|
|
985
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
986
|
-
<a href="BaseClient.BaseClient-1.html#logout" class="tsd-kind-icon">logout</a>
|
|
987
|
-
</li>
|
|
988
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
989
|
-
<a href="BaseClient.BaseClient-1.html#me" class="tsd-kind-icon">me</a>
|
|
990
|
-
</li>
|
|
991
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
992
|
-
<a href="BaseClient.BaseClient-1.html#moveFiles" class="tsd-kind-icon">move<wbr>Files</a>
|
|
993
|
-
</li>
|
|
994
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
995
|
-
<a href="BaseClient.BaseClient-1.html#moveFolders" class="tsd-kind-icon">move<wbr>Folders</a>
|
|
996
|
-
</li>
|
|
997
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
998
|
-
<a href="BaseClient.BaseClient-1.html#pay" class="tsd-kind-icon">pay</a>
|
|
999
|
-
</li>
|
|
1000
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
1001
|
-
<a href="BaseClient.BaseClient-1.html#paymentInfos" class="tsd-kind-icon">payment<wbr>Infos</a>
|
|
1002
|
-
</li>
|
|
1003
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
1004
|
-
<a href="BaseClient.BaseClient-1.html#reportUser" class="tsd-kind-icon">report<wbr>User</a>
|
|
1005
|
-
</li>
|
|
1006
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
1007
|
-
<a href="BaseClient.BaseClient-1.html#sessions" class="tsd-kind-icon">sessions</a>
|
|
1008
|
-
</li>
|
|
1009
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
1010
|
-
<a href="BaseClient.BaseClient-1.html#updateProfile" class="tsd-kind-icon">update<wbr>Profile</a>
|
|
1011
|
-
</li>
|
|
1012
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter">
|
|
1013
|
-
<a href="BaseClient.BaseClient-1.html#user" class="tsd-kind-icon">user</a>
|
|
1014
|
-
</li>
|
|
1015
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-private tsd-is-static">
|
|
1016
|
-
<a href="BaseClient.BaseClient-1.html#_getBaseClient" class="tsd-kind-icon">_get<wbr>Base<wbr>Client</a>
|
|
1017
|
-
</li>
|
|
1018
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1019
|
-
<a href="BaseClient.BaseClient-1.html#deleteUser" class="tsd-kind-icon">delete<wbr>User</a>
|
|
1020
|
-
</li>
|
|
1021
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1022
|
-
<a href="BaseClient.BaseClient-1.html#getAppDBConfig" class="tsd-kind-icon">get<wbr>AppDBConfig</a>
|
|
1023
|
-
</li>
|
|
1024
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1025
|
-
<a href="BaseClient.BaseClient-1.html#getBaseUrl" class="tsd-kind-icon">get<wbr>Base<wbr>Url</a>
|
|
1026
|
-
</li>
|
|
1027
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1028
|
-
<a href="BaseClient.BaseClient-1.html#getBlog" class="tsd-kind-icon">get<wbr>Blog</a>
|
|
1029
|
-
</li>
|
|
1030
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1031
|
-
<a href="BaseClient.BaseClient-1.html#getFAQ" class="tsd-kind-icon">getFAQ</a>
|
|
1032
|
-
</li>
|
|
1033
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1034
|
-
<a href="BaseClient.BaseClient-1.html#plans" class="tsd-kind-icon">plans</a>
|
|
1035
|
-
</li>
|
|
1036
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
|
|
1037
|
-
<a href="BaseClient.BaseClient-1.html#updateAppDBConfig" class="tsd-kind-icon">update<wbr>AppDBConfig</a>
|
|
1038
|
-
</li>
|
|
1039
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static">
|
|
1040
|
-
<a href="BaseClient.BaseClient-1.html#user-1" class="tsd-kind-icon">user</a>
|
|
1041
|
-
</li>
|
|
1042
|
-
</ul>
|
|
1043
|
-
</li>
|
|
1044
|
-
</ul>
|
|
1045
|
-
<ul class="after-current">
|
|
1046
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1047
|
-
<a href="../modules/BaseClient.html#AppDBConfig" class="tsd-kind-icon">AppDBConfig</a>
|
|
1048
|
-
</li>
|
|
1049
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1050
|
-
<a href="../modules/BaseClient.html#AppDBConfigField" class="tsd-kind-icon">AppDBConfig<wbr>Field</a>
|
|
1051
|
-
</li>
|
|
1052
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1053
|
-
<a href="../modules/BaseClient.html#BlogItem" class="tsd-kind-icon">Blog<wbr>Item</a>
|
|
1054
|
-
</li>
|
|
1055
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1056
|
-
<a href="../modules/BaseClient.html#CloudLimits" class="tsd-kind-icon">Cloud<wbr>Limits</a>
|
|
1057
|
-
</li>
|
|
1058
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1059
|
-
<a href="../modules/BaseClient.html#DownloadProgress" class="tsd-kind-icon">Download<wbr>Progress</a>
|
|
1060
|
-
</li>
|
|
1061
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1062
|
-
<a href="../modules/BaseClient.html#FaqItem" class="tsd-kind-icon">Faq<wbr>Item</a>
|
|
1063
|
-
</li>
|
|
1064
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1065
|
-
<a href="../modules/BaseClient.html#FolderSize" class="tsd-kind-icon">Folder<wbr>Size</a>
|
|
1066
|
-
</li>
|
|
1067
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1068
|
-
<a href="../modules/BaseClient.html#GodFatherAndChildren" class="tsd-kind-icon">God<wbr>Father<wbr>And<wbr>Children</a>
|
|
1069
|
-
</li>
|
|
1070
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1071
|
-
<a href="../modules/BaseClient.html#GodUser" class="tsd-kind-icon">God<wbr>User</a>
|
|
1072
|
-
</li>
|
|
1073
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1074
|
-
<a href="../modules/BaseClient.html#Lang" class="tsd-kind-icon">Lang</a>
|
|
1075
|
-
</li>
|
|
1076
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1077
|
-
<a href="../modules/BaseClient.html#Limits" class="tsd-kind-icon">Limits</a>
|
|
1078
|
-
</li>
|
|
1079
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1080
|
-
<a href="../modules/BaseClient.html#MailLimits" class="tsd-kind-icon">Mail<wbr>Limits</a>
|
|
1081
|
-
</li>
|
|
1082
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1083
|
-
<a href="../modules/BaseClient.html#MailLimitsValues" class="tsd-kind-icon">Mail<wbr>Limits<wbr>Values</a>
|
|
1084
|
-
</li>
|
|
1085
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1086
|
-
<a href="../modules/BaseClient.html#PaymentInfos" class="tsd-kind-icon">Payment<wbr>Infos</a>
|
|
1087
|
-
</li>
|
|
1088
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1089
|
-
<a href="../modules/BaseClient.html#Plan" class="tsd-kind-icon">Plan</a>
|
|
1090
|
-
</li>
|
|
1091
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1092
|
-
<a href="../modules/BaseClient.html#PlanKind" class="tsd-kind-icon">Plan<wbr>Kind</a>
|
|
1093
|
-
</li>
|
|
1094
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1095
|
-
<a href="../modules/BaseClient.html#QueryLimits" class="tsd-kind-icon">Query<wbr>Limits</a>
|
|
1096
|
-
</li>
|
|
1097
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1098
|
-
<a href="../modules/BaseClient.html#RecurlyInvoices" class="tsd-kind-icon">Recurly<wbr>Invoices</a>
|
|
1099
|
-
</li>
|
|
1100
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1101
|
-
<a href="../modules/BaseClient.html#SecrecyPlansCodes" class="tsd-kind-icon">Secrecy<wbr>Plans<wbr>Codes</a>
|
|
1102
|
-
</li>
|
|
1103
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1104
|
-
<a href="../modules/BaseClient.html#SendReport" class="tsd-kind-icon">Send<wbr>Report</a>
|
|
1105
|
-
</li>
|
|
1106
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1107
|
-
<a href="../modules/BaseClient.html#Subscription" class="tsd-kind-icon">Subscription</a>
|
|
1108
|
-
</li>
|
|
1109
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1110
|
-
<a href="../modules/BaseClient.html#SubscriptionCollectionMethod" class="tsd-kind-icon">Subscription<wbr>Collection<wbr>Method</a>
|
|
1111
|
-
</li>
|
|
1112
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
1113
|
-
<a href="../modules/BaseClient.html#SubscriptionState" class="tsd-kind-icon">Subscription<wbr>State</a>
|
|
1114
|
-
</li>
|
|
1115
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter">
|
|
1116
|
-
<a href="../modules/BaseClient.html#User" class="tsd-kind-icon">User</a>
|
|
1117
|
-
</li>
|
|
1118
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter">
|
|
1119
|
-
<a href="../modules/BaseClient.html#UserData" class="tsd-kind-icon">User<wbr>Data</a>
|
|
1120
|
-
</li>
|
|
1121
|
-
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
1122
|
-
<a href="../modules/BaseClient.html#isValidPlan" class="tsd-kind-icon">is<wbr>Valid<wbr>Plan</a>
|
|
1123
|
-
</li>
|
|
1124
|
-
</ul>
|
|
1125
|
-
</nav>
|
|
1126
|
-
</div>
|
|
1127
|
-
</div>
|
|
1128
|
-
</div>
|
|
1129
|
-
<footer class="with-border-bottom">
|
|
1130
|
-
<div class="container">
|
|
1131
|
-
<h2>Legend</h2>
|
|
1132
|
-
<div class="tsd-legend-group">
|
|
1133
|
-
<ul class="tsd-legend">
|
|
1134
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
1135
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
1136
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
1137
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
1138
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
1139
|
-
</ul>
|
|
1140
|
-
<ul class="tsd-legend">
|
|
1141
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
1142
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
1143
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
1144
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
1145
|
-
</ul>
|
|
1146
|
-
<ul class="tsd-legend">
|
|
1147
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
1148
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
1149
|
-
</ul>
|
|
1150
|
-
<ul class="tsd-legend">
|
|
1151
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
|
1152
|
-
</ul>
|
|
1153
|
-
<ul class="tsd-legend">
|
|
1154
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
1155
|
-
</ul>
|
|
1156
|
-
</div>
|
|
1157
|
-
</div>
|
|
1158
|
-
</footer>
|
|
1159
|
-
<div class="container tsd-generator">
|
|
1160
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
1161
|
-
</div>
|
|
1162
|
-
<div class="overlay"></div>
|
|
1163
|
-
<script src="../assets/js/main.js"></script>
|
|
1164
|
-
</body>
|
|
1165
|
-
</html>
|