@verdocs/js-sdk 1.0.8 → 1.0.12

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.
Files changed (381) hide show
  1. package/.gitignore +4 -0
  2. package/.idea/.gitignore +8 -0
  3. package/.idea/inspectionProfiles/Project_Default.xml +12 -0
  4. package/.idea/js-sdk.iml +11 -0
  5. package/.idea/misc.xml +6 -0
  6. package/.idea/modules.xml +8 -0
  7. package/.idea/vcs.xml +6 -0
  8. package/.prettierrc.js +11 -0
  9. package/LICENSE +21 -0
  10. package/README.md +8 -5
  11. package/__mocks__/axios.ts +3 -0
  12. package/dist/.npmignore +5 -0
  13. package/{Documents → dist/Documents}/Documents.d.ts +9 -0
  14. package/{Documents → dist/Documents}/Documents.js +24 -7
  15. package/{Documents → dist/Documents}/Stars.d.ts +0 -0
  16. package/{Documents → dist/Documents}/Stars.js +2 -2
  17. package/{Documents → dist/Documents}/Templates.d.ts +0 -0
  18. package/{Documents → dist/Documents}/Templates.js +22 -10
  19. package/{Documents → dist/Documents}/Types.d.ts +0 -0
  20. package/{Api → dist/Documents}/Types.js +0 -0
  21. package/{Documents → dist/Documents}/index.d.ts +0 -0
  22. package/{Documents → dist/Documents}/index.js +0 -0
  23. package/dist/HTTP/Transport.d.ts +51 -0
  24. package/dist/HTTP/Transport.js +88 -0
  25. package/{HTTP → dist/HTTP}/Types.d.ts +0 -0
  26. package/{Documents → dist/HTTP}/Types.js +0 -0
  27. package/{HTTP → dist/HTTP}/index.d.ts +0 -0
  28. package/{HTTP → dist/HTTP}/index.js +0 -0
  29. package/{Organizations → dist/Organizations}/ApiKeys.d.ts +0 -0
  30. package/{Organizations → dist/Organizations}/ApiKeys.js +16 -6
  31. package/{Organizations → dist/Organizations}/Groups.d.ts +0 -0
  32. package/{Organizations → dist/Organizations}/Groups.js +22 -8
  33. package/{Organizations → dist/Organizations}/Invitations.d.ts +0 -0
  34. package/dist/Organizations/Invitations.js +36 -0
  35. package/{Organizations → dist/Organizations}/Members.d.ts +0 -0
  36. package/dist/Organizations/Members.js +26 -0
  37. package/{Organizations → dist/Organizations}/Organizations.d.ts +0 -0
  38. package/dist/Organizations/Organizations.js +31 -0
  39. package/{Organizations → dist/Organizations}/Types.d.ts +0 -0
  40. package/{HTTP → dist/Organizations}/Types.js +0 -0
  41. package/{Organizations → dist/Organizations}/Webhooks.d.ts +0 -0
  42. package/dist/Organizations/Webhooks.js +11 -0
  43. package/{Organizations → dist/Organizations}/index.d.ts +0 -0
  44. package/{Organizations → dist/Organizations}/index.js +0 -0
  45. package/dist/README.md +68 -0
  46. package/{Search → dist/Search}/Content.d.ts +0 -0
  47. package/{Search → dist/Search}/Content.js +22 -10
  48. package/{Search → dist/Search}/Types.d.ts +0 -0
  49. package/{Organizations → dist/Search}/Types.js +0 -0
  50. package/{Search → dist/Search}/index.d.ts +0 -0
  51. package/{Search → dist/Search}/index.js +0 -0
  52. package/{Signatures.d.ts → dist/Signatures.d.ts} +0 -0
  53. package/dist/Signatures.js +21 -0
  54. package/{Tags.d.ts → dist/Tags.d.ts} +0 -0
  55. package/dist/Tags.js +16 -0
  56. package/{Templates → dist/Templates}/Documents.d.ts +0 -0
  57. package/{Templates → dist/Templates}/Documents.js +13 -5
  58. package/{Templates → dist/Templates}/Fields.d.ts +0 -0
  59. package/dist/Templates/Fields.js +16 -0
  60. package/{Templates → dist/Templates}/Pages.d.ts +0 -0
  61. package/dist/Templates/Pages.js +21 -0
  62. package/{Templates → dist/Templates}/Reminders.d.ts +0 -0
  63. package/dist/Templates/Reminders.js +21 -0
  64. package/{Templates → dist/Templates}/Roles.d.ts +0 -0
  65. package/dist/Templates/Roles.js +36 -0
  66. package/{Templates → dist/Templates}/Stars.d.ts +0 -0
  67. package/dist/Templates/Stars.js +11 -0
  68. package/{Templates → dist/Templates}/Tags.d.ts +0 -0
  69. package/dist/Templates/Tags.js +16 -0
  70. package/{Templates → dist/Templates}/Templates.d.ts +0 -0
  71. package/{Templates → dist/Templates}/Templates.js +33 -11
  72. package/{Templates → dist/Templates}/Types.d.ts +0 -0
  73. package/{Templates → dist/Templates}/Types.js +0 -0
  74. package/{Templates → dist/Templates}/index.d.ts +0 -0
  75. package/{Templates → dist/Templates}/index.js +0 -0
  76. package/{Users → dist/Users}/Auth.d.ts +6 -6
  77. package/{Users → dist/Users}/Auth.js +27 -13
  78. package/{Users → dist/Users}/Billing.d.ts +0 -0
  79. package/{Users → dist/Users}/Billing.js +0 -0
  80. package/{Api → dist/Users}/Notifications.d.ts +0 -0
  81. package/{Api → dist/Users}/Notifications.js +8 -4
  82. package/{Users → dist/Users}/Profiles.d.ts +0 -0
  83. package/{Users → dist/Users}/Profiles.js +41 -11
  84. package/{Users → dist/Users}/Types.d.ts +13 -0
  85. package/{Search → dist/Users}/Types.js +0 -0
  86. package/{Users → dist/Users}/index.d.ts +0 -0
  87. package/{Users → dist/Users}/index.js +0 -0
  88. package/{Utils → dist/Utils}/DateTime.d.ts +0 -0
  89. package/{Utils → dist/Utils}/DateTime.js +0 -0
  90. package/{Utils → dist/Utils}/index.d.ts +0 -0
  91. package/{Utils → dist/Utils}/index.js +0 -0
  92. package/{Validators.d.ts → dist/Validators.d.ts} +0 -0
  93. package/dist/Validators.js +11 -0
  94. package/{Whitelabel.d.ts → dist/Whitelabel.d.ts} +0 -0
  95. package/dist/Whitelabel.js +11 -0
  96. package/{index.d.ts → dist/index.d.ts} +0 -0
  97. package/{index.js → dist/index.js} +0 -0
  98. package/dist/package.json +64 -0
  99. package/docs/.nojekyll +1 -0
  100. package/docs/README.md +70 -0
  101. package/docs/enums/Templates.Types.SortOptions.md +76 -0
  102. package/docs/enums/Templates.Types.Template.md +153 -0
  103. package/docs/enums/Templates.Types.TemplatePermissions.md +109 -0
  104. package/docs/enums/Templates.Types.TemplateSenderTypes.md +65 -0
  105. package/docs/interfaces/Documents.Documents-1.IActivityEntry.md +120 -0
  106. package/docs/interfaces/Documents.Documents-1.IDocument.md +175 -0
  107. package/docs/interfaces/Documents.Documents-1.IDocumentSearchOptions.md +98 -0
  108. package/docs/interfaces/Documents.Documents-1.IDocumentsSearchResult.md +43 -0
  109. package/docs/interfaces/Documents.Documents-1.IDocumentsSearchResultEntry.md +131 -0
  110. package/docs/interfaces/Documents.Documents-1.IDocumentsSummary.md +67 -0
  111. package/docs/interfaces/Documents.Documents-1.IHistory.md +76 -0
  112. package/docs/interfaces/Documents.Documents-1.IRecipient.md +208 -0
  113. package/docs/interfaces/Documents.Types.ITemplateSummaryEntry.md +186 -0
  114. package/docs/interfaces/Documents.Types.ITemplatesSummary.md +43 -0
  115. package/docs/interfaces/Organizations.Types.IApiKey.md +60 -0
  116. package/docs/interfaces/Organizations.Types.IApiKeyWithSecret.md +87 -0
  117. package/docs/interfaces/Organizations.Types.ICreateApiKeyRequest.md +32 -0
  118. package/docs/interfaces/Organizations.Types.IGroup.md +101 -0
  119. package/docs/interfaces/Organizations.Types.IGroupDetail.md +129 -0
  120. package/docs/interfaces/Organizations.Types.IOrganization.md +128 -0
  121. package/docs/interfaces/Organizations.Types.IUpdateApiKeyRequest.md +32 -0
  122. package/docs/interfaces/Signatures.ISignature.md +65 -0
  123. package/docs/interfaces/Tags.ITags.md +43 -0
  124. package/docs/interfaces/Templates.Types.IDocument.md +109 -0
  125. package/docs/interfaces/Templates.Types.IField.md +109 -0
  126. package/docs/interfaces/Templates.Types.IPage.md +87 -0
  127. package/docs/interfaces/Templates.Types.IReminder.md +109 -0
  128. package/docs/interfaces/Templates.Types.IRole.md +120 -0
  129. package/docs/interfaces/Templates.Types.ISetting.md +98 -0
  130. package/docs/interfaces/Templates.Types.IStar.md +32 -0
  131. package/docs/interfaces/Templates.Types.ITag.md +32 -0
  132. package/docs/interfaces/Templates.Types.ITemplate.md +219 -0
  133. package/docs/interfaces/Templates.Types.ITemplateSearchParams.md +197 -0
  134. package/docs/interfaces/Templates.Types.ITemplateSummaryEntry.md +186 -0
  135. package/docs/interfaces/Templates.Types.ITemplatesSearchResult.md +43 -0
  136. package/docs/interfaces/Templates.Types.ITemplatesSummary.md +43 -0
  137. package/docs/interfaces/Templates.Types.ITimePeriod.md +32 -0
  138. package/docs/interfaces/Users.Types.IActiveSession.md +131 -0
  139. package/docs/interfaces/Users.Types.IAuthenticateAppRequest.md +32 -0
  140. package/docs/interfaces/Users.Types.IAuthenticateResponse.md +43 -0
  141. package/docs/interfaces/Users.Types.IAuthenticateUserRequest.md +32 -0
  142. package/docs/interfaces/Users.Types.ICreateProfileRequest.md +54 -0
  143. package/docs/interfaces/Users.Types.IPermission.md +36 -0
  144. package/docs/interfaces/Users.Types.IProfile.md +173 -0
  145. package/docs/interfaces/Users.Types.IRole.md +36 -0
  146. package/docs/interfaces/Users.Types.ISwitchProfileResponse.md +54 -0
  147. package/docs/interfaces/Users.Types.IUpdateProfileRequest.md +43 -0
  148. package/docs/interfaces/Users.Types.TokenValidationRequest.md +21 -0
  149. package/docs/interfaces/Users.Types.TokenValidationResponse.md +36 -0
  150. package/docs/interfaces/Users.Types.UpdateEmailRequest.md +21 -0
  151. package/docs/interfaces/Users.Types.UpdateEmailResponse.md +21 -0
  152. package/docs/interfaces/Users.Types.UpdatePasswordRequest.md +43 -0
  153. package/docs/interfaces/Users.Types.UpdatePasswordResponse.md +34 -0
  154. package/docs/interfaces/Validators.IValidator.md +32 -0
  155. package/docs/modules/Documents.Documents-1.md +137 -0
  156. package/docs/modules/Documents.Stars.md +31 -0
  157. package/docs/modules/Documents.Templates.md +61 -0
  158. package/docs/modules/Documents.Types.md +12 -0
  159. package/docs/modules/Documents.md +12 -0
  160. package/docs/modules/HTTP.Transport.md +150 -0
  161. package/docs/modules/HTTP.Types.md +21 -0
  162. package/docs/modules/HTTP.md +10 -0
  163. package/docs/modules/Organizations.ApiKeys.md +169 -0
  164. package/docs/modules/Organizations.Groups.md +190 -0
  165. package/docs/modules/Organizations.Invitations.md +166 -0
  166. package/docs/modules/Organizations.Members.md +121 -0
  167. package/docs/modules/Organizations.Organizations-1.md +119 -0
  168. package/docs/modules/Organizations.Types.md +17 -0
  169. package/docs/modules/Organizations.Webhooks.md +53 -0
  170. package/docs/modules/Organizations.md +20 -0
  171. package/docs/modules/Signatures.md +90 -0
  172. package/docs/modules/Tags.md +75 -0
  173. package/docs/modules/Templates.Documents.md +129 -0
  174. package/docs/modules/Templates.Fields.md +77 -0
  175. package/docs/modules/Templates.Pages.md +98 -0
  176. package/docs/modules/Templates.Reminders.md +98 -0
  177. package/docs/modules/Templates.Roles.md +163 -0
  178. package/docs/modules/Templates.Stars.md +52 -0
  179. package/docs/modules/Templates.Tags.md +75 -0
  180. package/docs/modules/Templates.Templates-1.md +139 -0
  181. package/docs/modules/Templates.Types.md +31 -0
  182. package/docs/modules/Templates.md +17 -0
  183. package/docs/modules/Users.Auth.md +196 -0
  184. package/docs/modules/Users.Billing.md +5 -0
  185. package/docs/modules/Users.Notifications.md +25 -0
  186. package/docs/modules/Users.Profiles.md +286 -0
  187. package/docs/modules/Users.Types.md +62 -0
  188. package/docs/modules/Users.md +13 -0
  189. package/docs/modules/Utils.DateTime.md +31 -0
  190. package/docs/modules/Utils.md +9 -0
  191. package/docs/modules/Validators.md +48 -0
  192. package/docs/modules/Whitelabel.md +38 -0
  193. package/docs/modules.md +27 -0
  194. package/docs-html/.nojekyll +1 -0
  195. package/docs-html/assets/highlight.css +85 -0
  196. package/docs-html/assets/icons.css +1043 -0
  197. package/docs-html/assets/icons.png +0 -0
  198. package/docs-html/assets/icons@2x.png +0 -0
  199. package/docs-html/assets/main.js +52 -0
  200. package/docs-html/assets/search.js +1 -0
  201. package/docs-html/assets/style.css +1384 -0
  202. package/docs-html/assets/widgets.png +0 -0
  203. package/docs-html/assets/widgets@2x.png +0 -0
  204. package/docs-html/enums/Templates.Types.SortOptions.html +1 -0
  205. package/docs-html/enums/Templates.Types.Template.html +1 -0
  206. package/docs-html/enums/Templates.Types.TemplatePermissions.html +1 -0
  207. package/docs-html/enums/Templates.Types.TemplateSenderTypes.html +1 -0
  208. package/docs-html/index.html +64 -0
  209. package/docs-html/interfaces/Documents.Documents-1.IActivityEntry.html +1 -0
  210. package/docs-html/interfaces/Documents.Documents-1.IDocument.html +1 -0
  211. package/docs-html/interfaces/Documents.Documents-1.IDocumentSearchOptions.html +1 -0
  212. package/docs-html/interfaces/Documents.Documents-1.IDocumentsSearchResult.html +1 -0
  213. package/docs-html/interfaces/Documents.Documents-1.IDocumentsSearchResultEntry.html +1 -0
  214. package/docs-html/interfaces/Documents.Documents-1.IDocumentsSummary.html +1 -0
  215. package/docs-html/interfaces/Documents.Documents-1.IHistory.html +1 -0
  216. package/docs-html/interfaces/Documents.Documents-1.IRecipient.html +1 -0
  217. package/docs-html/interfaces/Documents.Types.ITemplateSummaryEntry.html +1 -0
  218. package/docs-html/interfaces/Documents.Types.ITemplatesSummary.html +1 -0
  219. package/docs-html/interfaces/Organizations.Types.IApiKey.html +1 -0
  220. package/docs-html/interfaces/Organizations.Types.IApiKeyWithSecret.html +1 -0
  221. package/docs-html/interfaces/Organizations.Types.ICreateApiKeyRequest.html +1 -0
  222. package/docs-html/interfaces/Organizations.Types.IGroup.html +9 -0
  223. package/docs-html/interfaces/Organizations.Types.IGroupDetail.html +9 -0
  224. package/docs-html/interfaces/Organizations.Types.IOrganization.html +9 -0
  225. package/docs-html/interfaces/Organizations.Types.IUpdateApiKeyRequest.html +1 -0
  226. package/docs-html/interfaces/Signatures.ISignature.html +1 -0
  227. package/docs-html/interfaces/Tags.ITags.html +1 -0
  228. package/docs-html/interfaces/Templates.Types.IDocument.html +1 -0
  229. package/docs-html/interfaces/Templates.Types.IField.html +1 -0
  230. package/docs-html/interfaces/Templates.Types.IPage.html +1 -0
  231. package/docs-html/interfaces/Templates.Types.IReminder.html +1 -0
  232. package/docs-html/interfaces/Templates.Types.IRole.html +1 -0
  233. package/docs-html/interfaces/Templates.Types.ISetting.html +1 -0
  234. package/docs-html/interfaces/Templates.Types.IStar.html +1 -0
  235. package/docs-html/interfaces/Templates.Types.ITag.html +1 -0
  236. package/docs-html/interfaces/Templates.Types.ITemplate.html +1 -0
  237. package/docs-html/interfaces/Templates.Types.ITemplateSearchParams.html +1 -0
  238. package/docs-html/interfaces/Templates.Types.ITemplateSummaryEntry.html +1 -0
  239. package/docs-html/interfaces/Templates.Types.ITemplatesSearchResult.html +1 -0
  240. package/docs-html/interfaces/Templates.Types.ITemplatesSummary.html +1 -0
  241. package/docs-html/interfaces/Templates.Types.ITimePeriod.html +1 -0
  242. package/docs-html/interfaces/Users.Types.IActiveSession.html +1 -0
  243. package/docs-html/interfaces/Users.Types.IAuthenticateAppRequest.html +1 -0
  244. package/docs-html/interfaces/Users.Types.IAuthenticateResponse.html +1 -0
  245. package/docs-html/interfaces/Users.Types.IAuthenticateUserRequest.html +1 -0
  246. package/docs-html/interfaces/Users.Types.ICreateProfileRequest.html +1 -0
  247. package/docs-html/interfaces/Users.Types.IPermission.html +5 -0
  248. package/docs-html/interfaces/Users.Types.IProfile.html +21 -0
  249. package/docs-html/interfaces/Users.Types.IRole.html +5 -0
  250. package/docs-html/interfaces/Users.Types.ISwitchProfileResponse.html +1 -0
  251. package/docs-html/interfaces/Users.Types.IUpdateProfileRequest.html +1 -0
  252. package/docs-html/interfaces/Users.Types.TokenValidationRequest.html +1 -0
  253. package/docs-html/interfaces/Users.Types.TokenValidationResponse.html +5 -0
  254. package/docs-html/interfaces/Users.Types.UpdateEmailRequest.html +1 -0
  255. package/docs-html/interfaces/Users.Types.UpdateEmailResponse.html +1 -0
  256. package/docs-html/interfaces/Users.Types.UpdatePasswordRequest.html +1 -0
  257. package/docs-html/interfaces/Users.Types.UpdatePasswordResponse.html +3 -0
  258. package/docs-html/interfaces/Validators.IValidator.html +1 -0
  259. package/docs-html/modules/Documents.Documents-1.html +9 -0
  260. package/docs-html/modules/Documents.Stars.html +1 -0
  261. package/docs-html/modules/Documents.Templates.html +1 -0
  262. package/docs-html/modules/Documents.Types.html +1 -0
  263. package/docs-html/modules/Documents.html +1 -0
  264. package/docs-html/modules/HTTP.Transport.html +22 -0
  265. package/docs-html/modules/HTTP.Types.html +1 -0
  266. package/docs-html/modules/HTTP.html +1 -0
  267. package/docs-html/modules/Organizations.ApiKeys.html +29 -0
  268. package/docs-html/modules/Organizations.Groups.html +15 -0
  269. package/docs-html/modules/Organizations.Invitations.html +1 -0
  270. package/docs-html/modules/Organizations.Members.html +1 -0
  271. package/docs-html/modules/Organizations.Organizations-1.html +1 -0
  272. package/docs-html/modules/Organizations.Types.html +1 -0
  273. package/docs-html/modules/Organizations.Webhooks.html +1 -0
  274. package/docs-html/modules/Organizations.html +6 -0
  275. package/docs-html/modules/Signatures.html +1 -0
  276. package/docs-html/modules/Tags.html +1 -0
  277. package/docs-html/modules/Templates.Documents.html +17 -0
  278. package/docs-html/modules/Templates.Fields.html +1 -0
  279. package/docs-html/modules/Templates.Pages.html +1 -0
  280. package/docs-html/modules/Templates.Reminders.html +1 -0
  281. package/docs-html/modules/Templates.Roles.html +1 -0
  282. package/docs-html/modules/Templates.Stars.html +1 -0
  283. package/docs-html/modules/Templates.Tags.html +1 -0
  284. package/docs-html/modules/Templates.Templates-1.html +5 -0
  285. package/docs-html/modules/Templates.Types.html +1 -0
  286. package/docs-html/modules/Templates.html +1 -0
  287. package/docs-html/modules/Users.Auth.html +31 -0
  288. package/docs-html/modules/Users.Billing.html +1 -0
  289. package/docs-html/modules/Users.Notifications.html +1 -0
  290. package/docs-html/modules/Users.Profiles.html +44 -0
  291. package/docs-html/modules/Users.Types.html +1 -0
  292. package/docs-html/modules/Users.html +1 -0
  293. package/docs-html/modules/Utils.DateTime.html +1 -0
  294. package/docs-html/modules/Utils.html +1 -0
  295. package/docs-html/modules/Validators.html +1 -0
  296. package/docs-html/modules/Whitelabel.html +1 -0
  297. package/docs-html/modules.html +11 -0
  298. package/jestconfig.json +11 -0
  299. package/package-lock.json +3421 -0
  300. package/package.json +6 -3
  301. package/src/Documents/Documents.ts +166 -0
  302. package/src/Documents/Stars.ts +5 -0
  303. package/src/Documents/Templates.ts +17 -0
  304. package/src/Documents/Types.ts +24 -0
  305. package/src/Documents/index.ts +4 -0
  306. package/src/HTTP/Transport.ts +95 -0
  307. package/src/HTTP/Types.ts +1 -0
  308. package/src/HTTP/index.ts +2 -0
  309. package/src/Organizations/ApiKeys.ts +85 -0
  310. package/src/Organizations/Groups.ts +65 -0
  311. package/src/Organizations/Invitations.ts +36 -0
  312. package/src/Organizations/Members.ts +26 -0
  313. package/src/Organizations/Organizations.ts +32 -0
  314. package/src/Organizations/Types.ts +63 -0
  315. package/src/Organizations/Webhooks.ts +11 -0
  316. package/src/Organizations/index.ts +16 -0
  317. package/src/Search/Content.ts +45 -0
  318. package/src/Search/Types.ts +83 -0
  319. package/src/Search/index.ts +2 -0
  320. package/src/Signatures.ts +29 -0
  321. package/src/Tags.ts +22 -0
  322. package/src/Templates/Documents.ts +58 -0
  323. package/src/Templates/Fields.ts +17 -0
  324. package/src/Templates/Pages.ts +22 -0
  325. package/src/Templates/Reminders.ts +22 -0
  326. package/src/Templates/Roles.ts +37 -0
  327. package/src/Templates/Stars.ts +12 -0
  328. package/src/Templates/Tags.ts +17 -0
  329. package/src/Templates/Templates.ts +42 -0
  330. package/src/Templates/Types.ts +201 -0
  331. package/src/Templates/index.ts +9 -0
  332. package/src/Users/Auth.ts +114 -0
  333. package/src/Users/Billing.ts +3 -0
  334. package/src/Users/Notifications.ts +6 -0
  335. package/src/Users/Profiles.ts +153 -0
  336. package/src/Users/Types.ts +156 -0
  337. package/src/Users/index.ts +5 -0
  338. package/src/Utils/DateTime.ts +43 -0
  339. package/src/Utils/index.ts +1 -0
  340. package/src/Validators.ts +16 -0
  341. package/src/Whitelabel.ts +11 -0
  342. package/src/__tests__/Organizations/Apikeys.spec.ts +84 -0
  343. package/src/__tests__/Users/Auth.spec.ts +89 -0
  344. package/src/__tests__/Users/Profiles.spec.ts +162 -0
  345. package/src/index.ts +23 -0
  346. package/tsconfig.json +20 -0
  347. package/tslint.json +3 -0
  348. package/Api/Auth.d.ts +0 -71
  349. package/Api/Auth.js +0 -24
  350. package/Api/Documents.d.ts +0 -124
  351. package/Api/Documents.js +0 -47
  352. package/Api/Endpoint.d.ts +0 -2
  353. package/Api/Endpoint.js +0 -9
  354. package/Api/Templates.d.ts +0 -33
  355. package/Api/Templates.js +0 -55
  356. package/Api/Types.d.ts +0 -182
  357. package/Api/index.d.ts +0 -2
  358. package/Api/index.js +0 -2
  359. package/AuthManager.d.ts +0 -14
  360. package/AuthManager.js +0 -53
  361. package/HTTP/Endpoint.d.ts +0 -4
  362. package/HTTP/Endpoint.js +0 -12
  363. package/HTTP/Transport.d.ts +0 -3
  364. package/HTTP/Transport.js +0 -12
  365. package/Organizations/Invitations.js +0 -22
  366. package/Organizations/Members.js +0 -16
  367. package/Organizations/Organizations.js +0 -13
  368. package/Organizations/Webhooks.js +0 -7
  369. package/Signatures.js +0 -7
  370. package/Tags.js +0 -4
  371. package/Templates/Fields.js +0 -10
  372. package/Templates/Pages.js +0 -13
  373. package/Templates/Reminders.js +0 -13
  374. package/Templates/Roles.js +0 -22
  375. package/Templates/Stars.js +0 -7
  376. package/Templates/Tags.js +0 -10
  377. package/Users/Notifications.d.ts +0 -1
  378. package/Users/Notifications.js +0 -40
  379. package/Users/Types.js +0 -1
  380. package/Validators.js +0 -5
  381. package/Whitelabel.js +0 -3
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>SortOptions | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Templates.html">Templates</a></li><li><a href="../modules/Templates.Types.html">Types</a></li><li><a href="Templates.Types.SortOptions.html">SortOptions</a></li></ul><h1>Enumeration SortOptions</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#COUNTER" class="tsd-kind-icon">COUNTER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#CREATED_AT" class="tsd-kind-icon">CREATED_<wbr/>AT</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#LAST_USED_AT" class="tsd-kind-icon">LAST_<wbr/>USED_<wbr/>AT</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#NAME" class="tsd-kind-icon">NAME</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#STAR_COUNTER" class="tsd-kind-icon">STAR_<wbr/>COUNTER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#UPDATED_AT" class="tsd-kind-icon">UPDATED_<wbr/>AT</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="COUNTER" class="tsd-anchor"></a><h3>COUNTER</h3><div class="tsd-signature tsd-kind-icon">COUNTER<span class="tsd-signature-symbol"> = &quot;counter&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L107">Templates/Types.ts:107</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="CREATED_AT" class="tsd-anchor"></a><h3>CREATED_<wbr/>AT</h3><div class="tsd-signature tsd-kind-icon">CREATED_<wbr/>AT<span class="tsd-signature-symbol"> = &quot;created_at&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L103">Templates/Types.ts:103</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="LAST_USED_AT" class="tsd-anchor"></a><h3>LAST_<wbr/>USED_<wbr/>AT</h3><div class="tsd-signature tsd-kind-icon">LAST_<wbr/>USED_<wbr/>AT<span class="tsd-signature-symbol"> = &quot;last_used_at&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L106">Templates/Types.ts:106</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="NAME" class="tsd-anchor"></a><h3>NAME</h3><div class="tsd-signature tsd-kind-icon">NAME<span class="tsd-signature-symbol"> = &quot;name&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L105">Templates/Types.ts:105</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="STAR_COUNTER" class="tsd-anchor"></a><h3>STAR_<wbr/>COUNTER</h3><div class="tsd-signature tsd-kind-icon">STAR_<wbr/>COUNTER<span class="tsd-signature-symbol"> = &quot;star_counter&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L108">Templates/Types.ts:108</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="UPDATED_AT" class="tsd-anchor"></a><h3>UPDATED_<wbr/>AT</h3><div class="tsd-signature tsd-kind-icon">UPDATED_<wbr/>AT<span class="tsd-signature-symbol"> = &quot;updated_at&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L104">Templates/Types.ts:104</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class=" tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class="current tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a><ul><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Documents.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Fields.html">Fields</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Pages.html">Pages</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Reminders.html">Reminders</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Roles.html">Roles</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Tags.html">Tags</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Templates-1.html">Templates</a></li><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum tsd-parent-kind-namespace"><a href="Templates.Types.SortOptions.html" class="tsd-kind-icon">Sort<wbr/>Options</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#COUNTER" class="tsd-kind-icon">COUNTER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#CREATED_AT" class="tsd-kind-icon">CREATED_<wbr/>AT</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#LAST_USED_AT" class="tsd-kind-icon">LAST_<wbr/>USED_<wbr/>AT</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#NAME" class="tsd-kind-icon">NAME</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#STAR_COUNTER" class="tsd-kind-icon">STAR_<wbr/>COUNTER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.SortOptions.html#UPDATED_AT" class="tsd-kind-icon">UPDATED_<wbr/>AT</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>Template | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Templates.html">Templates</a></li><li><a href="../modules/Templates.Types.html">Types</a></li><li><a href="Templates.Types.Template.html">Template</a></li></ul><h1>Enumeration Template</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#COUNTER" class="tsd-kind-icon">COUNTER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#CREATED_AT" class="tsd-kind-icon">CREATED_<wbr/>AT</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#DESCRIPTION" class="tsd-kind-icon">DESCRIPTION</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#ID" class="tsd-kind-icon">ID</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#IS_PERSONAL" class="tsd-kind-icon">IS_<wbr/>PERSONAL</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#IS_PUBLIC" class="tsd-kind-icon">IS_<wbr/>PUBLIC</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#NAME" class="tsd-kind-icon">NAME</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#ORGANIZATION_ID" class="tsd-kind-icon">ORGANIZATION_<wbr/>ID</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#PROFILE_ID" class="tsd-kind-icon">PROFILE_<wbr/>ID</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#REMINDER_ID" class="tsd-kind-icon">REMINDER_<wbr/>ID</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#SENDER" class="tsd-kind-icon">SENDER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#TOKEN" class="tsd-kind-icon">TOKEN</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#UPDATED_AT" class="tsd-kind-icon">UPDATED_<wbr/>AT</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="COUNTER" class="tsd-anchor"></a><h3>COUNTER</h3><div class="tsd-signature tsd-kind-icon">COUNTER<span class="tsd-signature-symbol"> = &quot;counter&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L45">Templates/Types.ts:45</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="CREATED_AT" class="tsd-anchor"></a><h3>CREATED_<wbr/>AT</h3><div class="tsd-signature tsd-kind-icon">CREATED_<wbr/>AT<span class="tsd-signature-symbol"> = &quot;created_at&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L46">Templates/Types.ts:46</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="DESCRIPTION" class="tsd-anchor"></a><h3>DESCRIPTION</h3><div class="tsd-signature tsd-kind-icon">DESCRIPTION<span class="tsd-signature-symbol"> = &quot;description&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L54">Templates/Types.ts:54</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="ID" class="tsd-anchor"></a><h3>ID</h3><div class="tsd-signature tsd-kind-icon">ID<span class="tsd-signature-symbol"> = &quot;id&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L42">Templates/Types.ts:42</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="IS_PERSONAL" class="tsd-anchor"></a><h3>IS_<wbr/>PERSONAL</h3><div class="tsd-signature tsd-kind-icon">IS_<wbr/>PERSONAL<span class="tsd-signature-symbol"> = &quot;is_personal&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L51">Templates/Types.ts:51</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="IS_PUBLIC" class="tsd-anchor"></a><h3>IS_<wbr/>PUBLIC</h3><div class="tsd-signature tsd-kind-icon">IS_<wbr/>PUBLIC<span class="tsd-signature-symbol"> = &quot;is_public&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L52">Templates/Types.ts:52</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="NAME" class="tsd-anchor"></a><h3>NAME</h3><div class="tsd-signature tsd-kind-icon">NAME<span class="tsd-signature-symbol"> = &quot;name&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L44">Templates/Types.ts:44</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="ORGANIZATION_ID" class="tsd-anchor"></a><h3>ORGANIZATION_<wbr/>ID</h3><div class="tsd-signature tsd-kind-icon">ORGANIZATION_<wbr/>ID<span class="tsd-signature-symbol"> = &quot;organization_id&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L50">Templates/Types.ts:50</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="PROFILE_ID" class="tsd-anchor"></a><h3>PROFILE_<wbr/>ID</h3><div class="tsd-signature tsd-kind-icon">PROFILE_<wbr/>ID<span class="tsd-signature-symbol"> = &quot;profile_id&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L43">Templates/Types.ts:43</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="REMINDER_ID" class="tsd-anchor"></a><h3>REMINDER_<wbr/>ID</h3><div class="tsd-signature tsd-kind-icon">REMINDER_<wbr/>ID<span class="tsd-signature-symbol"> = &quot;reminder_id&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L49">Templates/Types.ts:49</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="SENDER" class="tsd-anchor"></a><h3>SENDER</h3><div class="tsd-signature tsd-kind-icon">SENDER<span class="tsd-signature-symbol"> = &quot;sender&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L53">Templates/Types.ts:53</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TOKEN" class="tsd-anchor"></a><h3>TOKEN</h3><div class="tsd-signature tsd-kind-icon">TOKEN<span class="tsd-signature-symbol"> = &quot;token&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L48">Templates/Types.ts:48</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="UPDATED_AT" class="tsd-anchor"></a><h3>UPDATED_<wbr/>AT</h3><div class="tsd-signature tsd-kind-icon">UPDATED_<wbr/>AT<span class="tsd-signature-symbol"> = &quot;updated_at&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L47">Templates/Types.ts:47</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class=" tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class="current tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a><ul><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Documents.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Fields.html">Fields</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Pages.html">Pages</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Reminders.html">Reminders</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Roles.html">Roles</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Tags.html">Tags</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Templates-1.html">Templates</a></li><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum tsd-parent-kind-namespace"><a href="Templates.Types.Template.html" class="tsd-kind-icon">Template</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#COUNTER" class="tsd-kind-icon">COUNTER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#CREATED_AT" class="tsd-kind-icon">CREATED_<wbr/>AT</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#DESCRIPTION" class="tsd-kind-icon">DESCRIPTION</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#ID" class="tsd-kind-icon">ID</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#IS_PERSONAL" class="tsd-kind-icon">IS_<wbr/>PERSONAL</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#IS_PUBLIC" class="tsd-kind-icon">IS_<wbr/>PUBLIC</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#NAME" class="tsd-kind-icon">NAME</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#ORGANIZATION_ID" class="tsd-kind-icon">ORGANIZATION_<wbr/>ID</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#PROFILE_ID" class="tsd-kind-icon">PROFILE_<wbr/>ID</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#REMINDER_ID" class="tsd-kind-icon">REMINDER_<wbr/>ID</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#SENDER" class="tsd-kind-icon">SENDER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#TOKEN" class="tsd-kind-icon">TOKEN</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.Template.html#UPDATED_AT" class="tsd-kind-icon">UPDATED_<wbr/>AT</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>TemplatePermissions | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Templates.html">Templates</a></li><li><a href="../modules/Templates.Types.html">Types</a></li><li><a href="Templates.Types.TemplatePermissions.html">TemplatePermissions</a></li></ul><h1>Enumeration TemplatePermissions</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_CREATE_ORG" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>ORG</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_CREATE_PERSONAL" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>PERSONAL</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_CREATE_PUBLIC" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>PUBLIC</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_DELETE" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>DELETE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_VISIBILITY" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>VISIBILITY</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_MEMBER_DELETE" class="tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>DELETE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_MEMBER_READ" class="tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>READ</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_MEMBER_VISIBILITY" class="tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>VISIBILITY</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_MEMBER_WRITE" class="tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>WRITE</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_CREATOR_CREATE_ORG" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>ORG</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>ORG<span class="tsd-signature-symbol"> = &quot;template:creator:create:org&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L67">Templates/Types.ts:67</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_CREATOR_CREATE_PERSONAL" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>PERSONAL</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>PERSONAL<span class="tsd-signature-symbol"> = &quot;template:creator:create:personal&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L68">Templates/Types.ts:68</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_CREATOR_CREATE_PUBLIC" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>PUBLIC</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>PUBLIC<span class="tsd-signature-symbol"> = &quot;template:creator:create:public&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L66">Templates/Types.ts:66</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_CREATOR_DELETE" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>CREATOR_<wbr/>DELETE</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>DELETE<span class="tsd-signature-symbol"> = &quot;template:creator:delete&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L69">Templates/Types.ts:69</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_CREATOR_VISIBILITY" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>CREATOR_<wbr/>VISIBILITY</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>VISIBILITY<span class="tsd-signature-symbol"> = &quot;template:creator:visibility&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L70">Templates/Types.ts:70</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_MEMBER_DELETE" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>MEMBER_<wbr/>DELETE</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>DELETE<span class="tsd-signature-symbol"> = &quot;template:member:delete&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L73">Templates/Types.ts:73</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_MEMBER_READ" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>MEMBER_<wbr/>READ</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>READ<span class="tsd-signature-symbol"> = &quot;template:member:read&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L71">Templates/Types.ts:71</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_MEMBER_VISIBILITY" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>MEMBER_<wbr/>VISIBILITY</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>VISIBILITY<span class="tsd-signature-symbol"> = &quot;template:member:visibility&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L74">Templates/Types.ts:74</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="TEMPLATE_MEMBER_WRITE" class="tsd-anchor"></a><h3>TEMPLATE_<wbr/>MEMBER_<wbr/>WRITE</h3><div class="tsd-signature tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>WRITE<span class="tsd-signature-symbol"> = &quot;template:member:write&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L72">Templates/Types.ts:72</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class=" tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class="current tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a><ul><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Documents.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Fields.html">Fields</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Pages.html">Pages</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Reminders.html">Reminders</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Roles.html">Roles</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Tags.html">Tags</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Templates-1.html">Templates</a></li><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum tsd-parent-kind-namespace"><a href="Templates.Types.TemplatePermissions.html" class="tsd-kind-icon">Template<wbr/>Permissions</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_CREATE_ORG" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>ORG</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_CREATE_PERSONAL" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>PERSONAL</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_CREATE_PUBLIC" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>CREATE_<wbr/>PUBLIC</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_DELETE" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>DELETE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_CREATOR_VISIBILITY" class="tsd-kind-icon">TEMPLATE_<wbr/>CREATOR_<wbr/>VISIBILITY</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_MEMBER_DELETE" class="tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>DELETE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_MEMBER_READ" class="tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>READ</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_MEMBER_VISIBILITY" class="tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>VISIBILITY</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplatePermissions.html#TEMPLATE_MEMBER_WRITE" class="tsd-kind-icon">TEMPLATE_<wbr/>MEMBER_<wbr/>WRITE</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>TemplateSenderTypes | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Templates.html">Templates</a></li><li><a href="../modules/Templates.Types.html">Types</a></li><li><a href="Templates.Types.TemplateSenderTypes.html">TemplateSenderTypes</a></li></ul><h1>Enumeration TemplateSenderTypes</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Enumeration members</h3><ul class="tsd-index-list"><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#CREATOR" class="tsd-kind-icon">CREATOR</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#EVERYONE" class="tsd-kind-icon">EVERYONE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#EVERYONE_AS_CREATOR" class="tsd-kind-icon">EVERYONE_<wbr/>AS_<wbr/>CREATOR</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#ORGANIZATION_MEMBER" class="tsd-kind-icon">ORGANIZATION_<wbr/>MEMBER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#ORGANIZATION_MEMBER_AS_CREATOR" class="tsd-kind-icon">ORGANIZATION_<wbr/>MEMBER_<wbr/>AS_<wbr/>CREATOR</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Enumeration members</h2><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="CREATOR" class="tsd-anchor"></a><h3>CREATOR</h3><div class="tsd-signature tsd-kind-icon">CREATOR<span class="tsd-signature-symbol"> = &quot;creator&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L58">Templates/Types.ts:58</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="EVERYONE" class="tsd-anchor"></a><h3>EVERYONE</h3><div class="tsd-signature tsd-kind-icon">EVERYONE<span class="tsd-signature-symbol"> = &quot;everyone&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L61">Templates/Types.ts:61</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="EVERYONE_AS_CREATOR" class="tsd-anchor"></a><h3>EVERYONE_<wbr/>AS_<wbr/>CREATOR</h3><div class="tsd-signature tsd-kind-icon">EVERYONE_<wbr/>AS_<wbr/>CREATOR<span class="tsd-signature-symbol"> = &quot;everyone_as_creator&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L62">Templates/Types.ts:62</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="ORGANIZATION_MEMBER" class="tsd-anchor"></a><h3>ORGANIZATION_<wbr/>MEMBER</h3><div class="tsd-signature tsd-kind-icon">ORGANIZATION_<wbr/>MEMBER<span class="tsd-signature-symbol"> = &quot;organization_member&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L59">Templates/Types.ts:59</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a name="ORGANIZATION_MEMBER_AS_CREATOR" class="tsd-anchor"></a><h3>ORGANIZATION_<wbr/>MEMBER_<wbr/>AS_<wbr/>CREATOR</h3><div class="tsd-signature tsd-kind-icon">ORGANIZATION_<wbr/>MEMBER_<wbr/>AS_<wbr/>CREATOR<span class="tsd-signature-symbol"> = &quot;organization_member_as_creator&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Templates/Types.ts#L60">Templates/Types.ts:60</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class=" tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class="current tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a><ul><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Documents.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Fields.html">Fields</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Pages.html">Pages</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Reminders.html">Reminders</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Roles.html">Roles</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Tags.html">Tags</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Templates-1.html">Templates</a></li><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Templates.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-enum tsd-parent-kind-namespace"><a href="Templates.Types.TemplateSenderTypes.html" class="tsd-kind-icon">Template<wbr/>Sender<wbr/>Types</a><ul><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#CREATOR" class="tsd-kind-icon">CREATOR</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#EVERYONE" class="tsd-kind-icon">EVERYONE</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#EVERYONE_AS_CREATOR" class="tsd-kind-icon">EVERYONE_<wbr/>AS_<wbr/>CREATOR</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#ORGANIZATION_MEMBER" class="tsd-kind-icon">ORGANIZATION_<wbr/>MEMBER</a></li><li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="Templates.Types.TemplateSenderTypes.html#ORGANIZATION_MEMBER_AS_CREATOR" class="tsd-kind-icon">ORGANIZATION_<wbr/>MEMBER_<wbr/>AS_<wbr/>CREATOR</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1,64 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>@verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script async src="assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><h1>@verdocs/js-sdk - v1.0.12</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><div class="tsd-panel tsd-typography">
2
+ <a href="#verdocs-js-sdk" id="verdocs-js-sdk" style="color: inherit; text-decoration: none;">
3
+ <h1>Verdocs JS SDK</h1>
4
+ </a>
5
+ <blockquote>
6
+ <p>Verdocs SDK for Javascript / Typescript</p>
7
+ </blockquote>
8
+ <p>This SDK provides convenience wrappers for both Browser-based and NodeJS applications to call the Verdocs API, with strong typing and
9
+ documentation to help you get started quickly developing for the Verdocs platform.</p>
10
+
11
+ <a href="#getting-started" id="getting-started" style="color: inherit; text-decoration: none;">
12
+ <h2>Getting Started</h2>
13
+ </a>
14
+ <p>First add this module to your project:</p>
15
+ <pre><code><span class="hl-0">npm</span><span class="hl-1"> </span><span class="hl-0">install</span><span class="hl-1"> --</span><span class="hl-0">save</span><span class="hl-1"> @</span><span class="hl-0">verdocs</span><span class="hl-1">/</span><span class="hl-0">js</span><span class="hl-1">-</span><span class="hl-0">sdk</span>
16
+ </code></pre>
17
+ <p>or:</p>
18
+ <pre><code><span class="hl-0">yarn</span><span class="hl-1"> </span><span class="hl-0">add</span><span class="hl-1"> @</span><span class="hl-0">verdocs</span><span class="hl-1">/</span><span class="hl-0">js</span><span class="hl-1">-</span><span class="hl-0">sdk</span>
19
+ </code></pre>
20
+ <p>This package is namespaced into packages that organize API calls into functional groups. A top-level <code>export *</code> is provided for simplicity,
21
+ but to enable Tree Shaking to do its job, it is recommended that you only import the package required for a given task. For example, to
22
+ perform a simple authentication request:</p>
23
+ <pre><code class="language-typescript"><span class="hl-2">import</span><span class="hl-1"> {</span><span class="hl-0">Auth</span><span class="hl-1">} </span><span class="hl-2">from</span><span class="hl-1"> </span><span class="hl-3">&#39;@verdocs/js-sdk/Auth&#39;</span><span class="hl-1">;</span><br/><span class="hl-2">import</span><span class="hl-1"> {</span><span class="hl-0">Transport</span><span class="hl-1">} </span><span class="hl-2">from</span><span class="hl-1"> </span><span class="hl-3">&#39;@verdocs/js-sdk/HTTP&#39;</span><span class="hl-1">;</span><br/><br/><span class="hl-4">const</span><span class="hl-1"> {</span><span class="hl-5">accessToken</span><span class="hl-1">} = </span><span class="hl-2">await</span><span class="hl-1"> </span><span class="hl-0">Auth</span><span class="hl-1">.</span><span class="hl-6">authenticateUser</span><span class="hl-1">({</span><span class="hl-0">username:</span><span class="hl-1"> </span><span class="hl-3">&#39;MY_USERNAME&#39;</span><span class="hl-1">, </span><span class="hl-0">password:</span><span class="hl-1"> </span><span class="hl-3">&#39;MY_PASSWORD&#39;</span><span class="hl-1">});</span><br/><span class="hl-0">Transport</span><span class="hl-1">.</span><span class="hl-6">setAuthToken</span><span class="hl-1">(</span><span class="hl-0">accessToken</span><span class="hl-1">);</span>
24
+ </code></pre>
25
+ <p>Once you are authenticated, you can use the rest of the controls and embeds within an app. For instance, to provide a simple PDF
26
+ viewer for a document stored within Verdocs:</p>
27
+
28
+ <a href="#documentation" id="documentation" style="color: inherit; text-decoration: none;">
29
+ <h2>Documentation</h2>
30
+ </a>
31
+ <p>Verdocs functions are organized into high-level modules that represent the main objects within the platform:</p>
32
+ <ul>
33
+ <li>Documents - An individual document to be signed. Documents are created from templates.</li>
34
+ <li>HTTP - General support functionality for Verdocs&#39; REST endpoints. Typically not used directly.</li>
35
+ <li>Organizations - An Organization is a container for user profiles, templates, documents, billing, and other related objects.</li>
36
+ <li>Templates - A template for a document containing a PDF file, metadata for signature fields, and other information.</li>
37
+ <li>Users - All operations related to authentication and user-related operations.</li>
38
+ <li>Utils - General support functions used by the other modules and exported for convenience.</li>
39
+ </ul>
40
+ <p>Please see the <a href="https://github.com/Verdocs/js-sdk/tree/main/docs">API Docs</a> for details on the functions provided by each module.</p>
41
+
42
+ <a href="#contributing" id="contributing" style="color: inherit; text-decoration: none;">
43
+ <h2>Contributing</h2>
44
+ </a>
45
+ <p>To avoid the presence of the <code>dist/</code> distribution directory appearing in package imports, when this project is built, this <code>README.md</code>
46
+ and other support files are copied there. Be sure to run <code>npm version patch</code> from THIS directory, but the publish command from within
47
+ the <code>dist</code> folder.</p>
48
+
49
+ <a href="#http-transport" id="http-transport" style="color: inherit; text-decoration: none;">
50
+ <h2>HTTP Transport</h2>
51
+ </a>
52
+ <p>The underlying transport uses <code>axios</code>, a cross-environment (NodeJS vs. Browser) HTTP transport layer. When this SDK is included in a
53
+ project, a <code>Transport</code> singleton Axios Instance will be created to support the API calls to Verdocs servers. This endpoint&#39;s operation
54
+ may be configured by importing it. Please see the <a href="https://github.com/axios/axios">Axios Documentation</a> for more information on the
55
+ options available. For example, to override the default API call timeout of 3s:</p>
56
+ <pre><code class="language-typescript"><span class="hl-2">import</span><span class="hl-1"> {</span><span class="hl-0">Transport</span><span class="hl-1">} </span><span class="hl-2">from</span><span class="hl-1"> </span><span class="hl-3">&#39;@verdocs/js-sdk/Auth/HTTP&#39;</span><span class="hl-1">;</span><br/><br/><span class="hl-0">Transport</span><span class="hl-1">.</span><span class="hl-6">setTimeout</span><span class="hl-1">(</span><span class="hl-7">5000</span><span class="hl-1">);</span>
57
+ </code></pre>
58
+
59
+ <a href="#contributing-1" id="contributing-1" style="color: inherit; text-decoration: none;">
60
+ <h2>Contributing</h2>
61
+ </a>
62
+ <p>This repository is actively maintained and supported by <a href="https://verdocs.com/">Verdocs</a>. We welcome community contributions and
63
+ suggestions! Please file a pull request with any change requests and we will review them as soon as possible.</p>
64
+ </div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li><li class=" tsd-kind-namespace"><a href="modules/Documents.html">Documents</a></li><li class=" tsd-kind-namespace"><a href="modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="modules/Tags.html">Tags</a></li><li class=" tsd-kind-namespace"><a href="modules/Templates.html">Templates</a></li><li class=" tsd-kind-namespace"><a href="modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>IActivityEntry | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Documents.html">Documents</a></li><li><a href="../modules/Documents.Documents-1.html">Documents</a></li><li><a href="Documents.Documents-1.IActivityEntry.html">IActivityEntry</a></li></ul><h1>Interface IActivityEntry</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">IActivityEntry</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#canceled_at" class="tsd-kind-icon">canceled_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#created_at" class="tsd-kind-icon">created_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#name" class="tsd-kind-icon">name</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#profile_id" class="tsd-kind-icon">profile_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#recipient" class="tsd-kind-icon">recipient</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#status-1" class="tsd-kind-icon">status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#template_id" class="tsd-kind-icon">template_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#updated_at" class="tsd-kind-icon">updated_<wbr/>at</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="canceled_at" class="tsd-anchor"></a><h3>canceled_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">canceled_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L95">Documents/Documents.ts:95</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="created_at" class="tsd-anchor"></a><h3>created_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">created_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L96">Documents/Documents.ts:96</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="id" class="tsd-anchor"></a><h3>id</h3><div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L93">Documents/Documents.ts:93</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="name" class="tsd-anchor"></a><h3>name</h3><div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L94">Documents/Documents.ts:94</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="profile_id" class="tsd-anchor"></a><h3>profile_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">profile_<wbr/>id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L98">Documents/Documents.ts:98</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="recipient" class="tsd-anchor"></a><h3>recipient</h3><div class="tsd-signature tsd-kind-icon">recipient<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>claimed<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>email<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>profile_id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>status<span class="tsd-signature-symbol">: </span><a href="../modules/Documents.Documents-1.html#IRecipientStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IRecipientStatus</a><span class="tsd-signature-symbol">; </span>type<span class="tsd-signature-symbol">: </span><a href="../modules/Documents.Documents-1.html#IRecipientType" class="tsd-signature-type" data-tsd-kind="Type alias">IRecipientType</a><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L101">Documents/Documents.ts:101</a></li></ul></aside><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5>claimed<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5>email<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5>profile_<wbr/>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5>status<span class="tsd-signature-symbol">: </span><a href="../modules/Documents.Documents-1.html#IRecipientStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IRecipientStatus</a></h5></li><li class="tsd-parameter"><h5>type<span class="tsd-signature-symbol">: </span><a href="../modules/Documents.Documents-1.html#IRecipientType" class="tsd-signature-type" data-tsd-kind="Type alias">IRecipientType</a></h5></li></ul></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="status-1" class="tsd-anchor"></a><h3>status</h3><div class="tsd-signature tsd-kind-icon">status<span class="tsd-signature-symbol">:</span> <a href="../modules/Documents.Documents-1.html#IDocumentStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IDocumentStatus</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L99">Documents/Documents.ts:99</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="template_id" class="tsd-anchor"></a><h3>template_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">template_<wbr/>id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L100">Documents/Documents.ts:100</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="updated_at" class="tsd-anchor"></a><h3>updated_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">updated_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L97">Documents/Documents.ts:97</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class="current tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a><ul><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Documents-1.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Templates.html">Templates</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class=" tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-parent-kind-namespace"><a href="Documents.Documents-1.IActivityEntry.html" class="tsd-kind-icon">IActivity<wbr/>Entry</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#canceled_at" class="tsd-kind-icon">canceled_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#created_at" class="tsd-kind-icon">created_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#name" class="tsd-kind-icon">name</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#profile_id" class="tsd-kind-icon">profile_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#recipient" class="tsd-kind-icon">recipient</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#status-1" class="tsd-kind-icon">status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#template_id" class="tsd-kind-icon">template_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IActivityEntry.html#updated_at" class="tsd-kind-icon">updated_<wbr/>at</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>IDocument | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Documents.html">Documents</a></li><li><a href="../modules/Documents.Documents-1.html">Documents</a></li><li><a href="Documents.Documents-1.IDocument.html">IDocument</a></li></ul><h1>Interface IDocument</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">IDocument</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#canceled_at" class="tsd-kind-icon">canceled_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#certificate_document_id" class="tsd-kind-icon">certificate_<wbr/>document_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#created_at" class="tsd-kind-icon">created_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#envelope_document_id" class="tsd-kind-icon">envelope_<wbr/>document_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#histories" class="tsd-kind-icon">histories</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#name" class="tsd-kind-icon">name</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#no_contact" class="tsd-kind-icon">no_<wbr/>contact</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#organization_id" class="tsd-kind-icon">organization_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#profile_id" class="tsd-kind-icon">profile_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#recipients" class="tsd-kind-icon">recipients</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#reminder_id" class="tsd-kind-icon">reminder_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#status" class="tsd-kind-icon">status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#template_id" class="tsd-kind-icon">template_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#updated_at" class="tsd-kind-icon">updated_<wbr/>at</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="canceled_at" class="tsd-anchor"></a><h3>canceled_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">canceled_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L77">Documents/Documents.ts:77</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="certificate_document_id" class="tsd-anchor"></a><h3>certificate_<wbr/>document_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">certificate_<wbr/>document_<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></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L79">Documents/Documents.ts:79</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="created_at" class="tsd-anchor"></a><h3>created_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">created_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L76">Documents/Documents.ts:76</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="envelope_document_id" class="tsd-anchor"></a><h3>envelope_<wbr/>document_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">envelope_<wbr/>document_<wbr/>id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L78">Documents/Documents.ts:78</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="histories" class="tsd-anchor"></a><h3>histories</h3><div class="tsd-signature tsd-kind-icon">histories<span class="tsd-signature-symbol">:</span> <a href="Documents.Documents-1.IHistory.html" class="tsd-signature-type" data-tsd-kind="Interface">IHistory</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L80">Documents/Documents.ts:80</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="id" class="tsd-anchor"></a><h3>id</h3><div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L75">Documents/Documents.ts:75</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="name" class="tsd-anchor"></a><h3>name</h3><div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L82">Documents/Documents.ts:82</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="no_contact" class="tsd-anchor"></a><h3>no_<wbr/>contact</h3><div class="tsd-signature tsd-kind-icon">no_<wbr/>contact<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L83">Documents/Documents.ts:83</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="organization_id" class="tsd-anchor"></a><h3>organization_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">organization_<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></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L89">Documents/Documents.ts:89</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="profile_id" class="tsd-anchor"></a><h3>profile_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">profile_<wbr/>id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L84">Documents/Documents.ts:84</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="recipients" class="tsd-anchor"></a><h3>recipients</h3><div class="tsd-signature tsd-kind-icon">recipients<span class="tsd-signature-symbol">:</span> <a href="Documents.Documents-1.IRecipient.html" class="tsd-signature-type" data-tsd-kind="Interface">IRecipient</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L81">Documents/Documents.ts:81</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="reminder_id" class="tsd-anchor"></a><h3>reminder_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">reminder_<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></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L85">Documents/Documents.ts:85</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="status" class="tsd-anchor"></a><h3>status</h3><div class="tsd-signature tsd-kind-icon">status<span class="tsd-signature-symbol">:</span> <a href="../modules/Documents.Documents-1.html#IDocumentStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IDocumentStatus</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L86">Documents/Documents.ts:86</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="template_id" class="tsd-anchor"></a><h3>template_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">template_<wbr/>id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L87">Documents/Documents.ts:87</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="updated_at" class="tsd-anchor"></a><h3>updated_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">updated_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L88">Documents/Documents.ts:88</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class="current tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a><ul><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Documents-1.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Templates.html">Templates</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class=" tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-parent-kind-namespace"><a href="Documents.Documents-1.IDocument.html" class="tsd-kind-icon">IDocument</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#canceled_at" class="tsd-kind-icon">canceled_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#certificate_document_id" class="tsd-kind-icon">certificate_<wbr/>document_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#created_at" class="tsd-kind-icon">created_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#envelope_document_id" class="tsd-kind-icon">envelope_<wbr/>document_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#histories" class="tsd-kind-icon">histories</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#name" class="tsd-kind-icon">name</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#no_contact" class="tsd-kind-icon">no_<wbr/>contact</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#organization_id" class="tsd-kind-icon">organization_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#profile_id" class="tsd-kind-icon">profile_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#recipients" class="tsd-kind-icon">recipients</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#reminder_id" class="tsd-kind-icon">reminder_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#status" class="tsd-kind-icon">status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#template_id" class="tsd-kind-icon">template_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocument.html#updated_at" class="tsd-kind-icon">updated_<wbr/>at</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>IDocumentSearchOptions | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Documents.html">Documents</a></li><li><a href="../modules/Documents.Documents-1.html">Documents</a></li><li><a href="Documents.Documents-1.IDocumentSearchOptions.html">IDocumentSearchOptions</a></li></ul><h1>Interface IDocumentSearchOptions</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">IDocumentSearchOptions</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#ascending" class="tsd-kind-icon">ascending</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#envelope_status" class="tsd-kind-icon">envelope_<wbr/>status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#is_owner" class="tsd-kind-icon">is_<wbr/>owner</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#is_recipient" class="tsd-kind-icon">is_<wbr/>recipient</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#page" class="tsd-kind-icon">page</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#recipient_status" class="tsd-kind-icon">recipient_<wbr/>status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#rows" class="tsd-kind-icon">rows</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#sort_by" class="tsd-kind-icon">sort_<wbr/>by</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="ascending" class="tsd-anchor"></a><h3><span class="tsd-flag ts-flagOptional">Optional</span> ascending</h3><div class="tsd-signature tsd-kind-icon">ascending<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L124">Documents/Documents.ts:124</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="envelope_status" class="tsd-anchor"></a><h3>envelope_<wbr/>status</h3><div class="tsd-signature tsd-kind-icon">envelope_<wbr/>status<span class="tsd-signature-symbol">:</span> <a href="../modules/Documents.Documents-1.html#IDocumentStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IDocumentStatus</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L127">Documents/Documents.ts:127</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="is_owner" class="tsd-anchor"></a><h3><span class="tsd-flag ts-flagOptional">Optional</span> is_<wbr/>owner</h3><div class="tsd-signature tsd-kind-icon">is_<wbr/>owner<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L125">Documents/Documents.ts:125</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="is_recipient" class="tsd-anchor"></a><h3><span class="tsd-flag ts-flagOptional">Optional</span> is_<wbr/>recipient</h3><div class="tsd-signature tsd-kind-icon">is_<wbr/>recipient<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L126">Documents/Documents.ts:126</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="page" class="tsd-anchor"></a><h3><span class="tsd-flag ts-flagOptional">Optional</span> page</h3><div class="tsd-signature tsd-kind-icon">page<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L122">Documents/Documents.ts:122</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="recipient_status" class="tsd-anchor"></a><h3>recipient_<wbr/>status</h3><div class="tsd-signature tsd-kind-icon">recipient_<wbr/>status<span class="tsd-signature-symbol">:</span> <a href="../modules/Documents.Documents-1.html#IDocumentStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IDocumentStatus</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L128">Documents/Documents.ts:128</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="rows" class="tsd-anchor"></a><h3><span class="tsd-flag ts-flagOptional">Optional</span> rows</h3><div class="tsd-signature tsd-kind-icon">rows<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L121">Documents/Documents.ts:121</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="sort_by" class="tsd-anchor"></a><h3><span class="tsd-flag ts-flagOptional">Optional</span> sort_<wbr/>by</h3><div class="tsd-signature tsd-kind-icon">sort_<wbr/>by<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;updated_at&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;created_at&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L123">Documents/Documents.ts:123</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class="current tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a><ul><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Documents-1.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Templates.html">Templates</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class=" tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-parent-kind-namespace"><a href="Documents.Documents-1.IDocumentSearchOptions.html" class="tsd-kind-icon">IDocument<wbr/>Search<wbr/>Options</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#ascending" class="tsd-kind-icon">ascending</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#envelope_status" class="tsd-kind-icon">envelope_<wbr/>status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#is_owner" class="tsd-kind-icon">is_<wbr/>owner</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#is_recipient" class="tsd-kind-icon">is_<wbr/>recipient</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#page" class="tsd-kind-icon">page</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#recipient_status" class="tsd-kind-icon">recipient_<wbr/>status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#rows" class="tsd-kind-icon">rows</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentSearchOptions.html#sort_by" class="tsd-kind-icon">sort_<wbr/>by</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>IDocumentsSearchResult | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Documents.html">Documents</a></li><li><a href="../modules/Documents.Documents-1.html">Documents</a></li><li><a href="Documents.Documents-1.IDocumentsSearchResult.html">IDocumentsSearchResult</a></li></ul><h1>Interface IDocumentsSearchResult</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">IDocumentsSearchResult</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResult.html#page" class="tsd-kind-icon">page</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResult.html#result" class="tsd-kind-icon">result</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResult.html#total" class="tsd-kind-icon">total</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="page" class="tsd-anchor"></a><h3>page</h3><div class="tsd-signature tsd-kind-icon">page<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L30">Documents/Documents.ts:30</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="result" class="tsd-anchor"></a><h3>result</h3><div class="tsd-signature tsd-kind-icon">result<span class="tsd-signature-symbol">:</span> <a href="Documents.Documents-1.IDocumentsSearchResultEntry.html" class="tsd-signature-type" data-tsd-kind="Interface">IDocumentsSearchResultEntry</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L32">Documents/Documents.ts:32</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="total" class="tsd-anchor"></a><h3>total</h3><div class="tsd-signature tsd-kind-icon">total<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L31">Documents/Documents.ts:31</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class="current tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a><ul><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Documents-1.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Templates.html">Templates</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class=" tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-parent-kind-namespace"><a href="Documents.Documents-1.IDocumentsSearchResult.html" class="tsd-kind-icon">IDocuments<wbr/>Search<wbr/>Result</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResult.html#page" class="tsd-kind-icon">page</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResult.html#result" class="tsd-kind-icon">result</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResult.html#total" class="tsd-kind-icon">total</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><html class="default no-js"><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>IDocumentsSearchResultEntry | @verdocs/js-sdk - v1.0.12</title><meta name="description" content="Documentation for @verdocs/js-sdk - v1.0.12"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@verdocs/js-sdk - v1.0.12</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label><input type="checkbox" id="tsd-filter-externals" checked/><label class="tsd-widget" for="tsd-filter-externals">Externals</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@verdocs/js-sdk - v1.0.12</a></li><li><a href="../modules/Documents.html">Documents</a></li><li><a href="../modules/Documents.Documents-1.html">Documents</a></li><li><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html">IDocumentsSearchResultEntry</a></li></ul><h1>Interface IDocumentsSearchResultEntry</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">IDocumentsSearchResultEntry</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#canceled_at" class="tsd-kind-icon">canceled_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#created_at" class="tsd-kind-icon">created_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#name" class="tsd-kind-icon">name</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#next_recipient" class="tsd-kind-icon">next_<wbr/>recipient</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#profile_id-1" class="tsd-kind-icon">profile_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#status-1" class="tsd-kind-icon">status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#template_id" class="tsd-kind-icon">template_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#total_count" class="tsd-kind-icon">total_<wbr/>count</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#updated_at" class="tsd-kind-icon">updated_<wbr/>at</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="canceled_at" class="tsd-anchor"></a><h3>canceled_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">canceled_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L11">Documents/Documents.ts:11</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="created_at" class="tsd-anchor"></a><h3>created_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">created_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L12">Documents/Documents.ts:12</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="id" class="tsd-anchor"></a><h3>id</h3><div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L10">Documents/Documents.ts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="name" class="tsd-anchor"></a><h3>name</h3><div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L13">Documents/Documents.ts:13</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="next_recipient" class="tsd-anchor"></a><h3>next_<wbr/>recipient</h3><div class="tsd-signature tsd-kind-icon">next_<wbr/>recipient<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>claimed<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>email<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>profile_id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>status<span class="tsd-signature-symbol">: </span><a href="../modules/Documents.Documents-1.html#IRecipientStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IRecipientStatus</a><span class="tsd-signature-symbol">; </span>type<span class="tsd-signature-symbol">: </span><a href="../modules/Documents.Documents-1.html#IRecipientType" class="tsd-signature-type" data-tsd-kind="Type alias">IRecipientType</a><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L16">Documents/Documents.ts:16</a></li></ul></aside><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5>claimed<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5>email<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5>profile_<wbr/>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5>status<span class="tsd-signature-symbol">: </span><a href="../modules/Documents.Documents-1.html#IRecipientStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IRecipientStatus</a></h5></li><li class="tsd-parameter"><h5>type<span class="tsd-signature-symbol">: </span><a href="../modules/Documents.Documents-1.html#IRecipientType" class="tsd-signature-type" data-tsd-kind="Type alias">IRecipientType</a></h5></li></ul></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="profile_id-1" class="tsd-anchor"></a><h3>profile_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">profile_<wbr/>id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L14">Documents/Documents.ts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="status-1" class="tsd-anchor"></a><h3>status</h3><div class="tsd-signature tsd-kind-icon">status<span class="tsd-signature-symbol">:</span> <a href="../modules/Documents.Documents-1.html#IDocumentStatus" class="tsd-signature-type" data-tsd-kind="Type alias">IDocumentStatus</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L15">Documents/Documents.ts:15</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="template_id" class="tsd-anchor"></a><h3>template_<wbr/>id</h3><div class="tsd-signature tsd-kind-icon">template_<wbr/>id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L24">Documents/Documents.ts:24</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="total_count" class="tsd-anchor"></a><h3>total_<wbr/>count</h3><div class="tsd-signature tsd-kind-icon">total_<wbr/>count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L25">Documents/Documents.ts:25</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a name="updated_at" class="tsd-anchor"></a><h3>updated_<wbr/>at</h3><div class="tsd-signature tsd-kind-icon">updated_<wbr/>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/Verdocs/js-sdk/blob/main/src/Documents/Documents.ts#L26">Documents/Documents.ts:26</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li><li class="current tsd-kind-namespace"><a href="../modules/Documents.html">Documents</a><ul><li class="current tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Documents-1.html">Documents</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Stars.html">Stars</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Templates.html">Templates</a></li><li class=" tsd-kind-namespace tsd-parent-kind-namespace"><a href="../modules/Documents.Types.html">Types</a></li></ul></li><li class=" tsd-kind-namespace"><a href="../modules/HTTP.html">HTTP</a></li><li class=" tsd-kind-namespace"><a href="../modules/Organizations.html">Organizations</a></li><li class=" tsd-kind-namespace"><a href="../modules/Signatures.html">Signatures</a></li><li class=" tsd-kind-namespace"><a href="../modules/Tags.html">Tags</a></li><li class=" tsd-kind-namespace"><a href="../modules/Templates.html">Templates</a></li><li class=" tsd-kind-namespace"><a href="../modules/Users.html">Users</a></li><li class=" tsd-kind-namespace"><a href="../modules/Utils.html">Utils</a></li><li class=" tsd-kind-namespace"><a href="../modules/Validators.html">Validators</a></li><li class=" tsd-kind-namespace"><a href="../modules/Whitelabel.html">Whitelabel</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-parent-kind-namespace"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html" class="tsd-kind-icon">IDocuments<wbr/>Search<wbr/>Result<wbr/>Entry</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#canceled_at" class="tsd-kind-icon">canceled_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#created_at" class="tsd-kind-icon">created_<wbr/>at</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#id" class="tsd-kind-icon">id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#name" class="tsd-kind-icon">name</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#next_recipient" class="tsd-kind-icon">next_<wbr/>recipient</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#profile_id-1" class="tsd-kind-icon">profile_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#status-1" class="tsd-kind-icon">status</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#template_id" class="tsd-kind-icon">template_<wbr/>id</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#total_count" class="tsd-kind-icon">total_<wbr/>count</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="Documents.Documents-1.IDocumentsSearchResultEntry.html#updated_at" class="tsd-kind-icon">updated_<wbr/>at</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>