mailgun.js 4.1.5 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +128 -27
  3. package/dist/lib/domains.d.ts +4 -1
  4. package/dist/lib/domainsTags.d.ts +34 -0
  5. package/dist/lib/interfaces/DomainTags.d.ts +228 -0
  6. package/dist/mailgun.node.js +2 -2
  7. package/dist/mailgun.node.js.LICENSE.txt +1 -1
  8. package/dist/mailgun.web.js +2 -2
  9. package/dist/mailgun.web.js.LICENSE.txt +1 -1
  10. package/docs/.nojekyll +1 -0
  11. package/docs/assets/highlight.css +127 -0
  12. package/docs/assets/icons.css +1043 -0
  13. package/docs/assets/{images/icons.png → icons.png} +0 -0
  14. package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  15. package/docs/assets/main.js +52 -0
  16. package/docs/assets/search.js +1 -0
  17. package/docs/assets/style.css +1413 -0
  18. package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  19. package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  20. package/docs/classes/client.default.html +1 -0
  21. package/docs/classes/domains.Domain.html +1 -0
  22. package/docs/classes/domains.default.html +1 -0
  23. package/docs/classes/domainsCredentials.default.html +1 -0
  24. package/docs/classes/domainsTemplates.DomainTemplateItem.html +1 -0
  25. package/docs/classes/domainsTemplates.default.html +1 -0
  26. package/docs/classes/error.default.html +6 -0
  27. package/docs/classes/events.default.html +1 -0
  28. package/docs/classes/ip_pools.default.html +1 -0
  29. package/docs/classes/ips.default.html +1 -0
  30. package/docs/classes/lists.default.html +1 -0
  31. package/docs/classes/mailListMembers.default.html +1 -0
  32. package/docs/classes/messages.default.html +1 -0
  33. package/docs/classes/multipleValidation.default.html +1 -0
  34. package/docs/classes/request.default.html +1 -0
  35. package/docs/classes/routes.default.html +1 -0
  36. package/docs/classes/stats.default.html +1 -0
  37. package/docs/classes/suppressions.default.html +1 -0
  38. package/docs/classes/validate.default.html +1 -0
  39. package/docs/classes/webhooks.default.html +1 -0
  40. package/docs/enums/interfaces_DomainTemplates.Pages.html +1 -0
  41. package/docs/enums/interfaces_DomainTemplates.YesNo.html +1 -0
  42. package/docs/index.html +1140 -1308
  43. package/docs/interfaces/interfaces_APIErrorOptions.default.html +1 -0
  44. package/docs/interfaces/interfaces_ApiResponse.default.html +1 -0
  45. package/docs/interfaces/interfaces_DomainCredentials.CreatedUpdatedDomainCredentialsResponse.html +1 -0
  46. package/docs/interfaces/interfaces_DomainCredentials.DeletedDomainCredentialsResponse.html +1 -0
  47. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentials.html +1 -0
  48. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsItem.html +1 -0
  49. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsList.html +1 -0
  50. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsQuery.html +1 -0
  51. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsResponseData.html +1 -0
  52. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsResult.html +1 -0
  53. package/docs/interfaces/interfaces_DomainCredentials.IDomainCredentials.html +1 -0
  54. package/docs/interfaces/interfaces_DomainCredentials.UpdateDomainCredentialsData.html +1 -0
  55. package/docs/interfaces/interfaces_DomainTemplates.CreateDomainTemplateAPIResponse.html +1 -0
  56. package/docs/interfaces/interfaces_DomainTemplates.CreateDomainTemplateVersionAPIResponse.html +1 -0
  57. package/docs/interfaces/interfaces_DomainTemplates.CreateDomainTemplateVersionResult.html +1 -0
  58. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplate.html +1 -0
  59. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplateData.html +1 -0
  60. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplateUpdateData.html +1 -0
  61. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplateUpdateVersionData.html +1 -0
  62. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplateVersionData.html +1 -0
  63. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplatesQuery.html +1 -0
  64. package/docs/interfaces/interfaces_DomainTemplates.GetDomainTemplateAPIResponse.html +1 -0
  65. package/docs/interfaces/interfaces_DomainTemplates.IDomainTemplatesClient.html +1 -0
  66. package/docs/interfaces/interfaces_DomainTemplates.ListDomainTemplateVersionsAPIResponse.html +1 -0
  67. package/docs/interfaces/interfaces_DomainTemplates.ListDomainTemplateVersionsResult.html +1 -0
  68. package/docs/interfaces/interfaces_DomainTemplates.ListDomainTemplatesAPIResponse.html +1 -0
  69. package/docs/interfaces/interfaces_DomainTemplates.ListDomainTemplatesResult.html +1 -0
  70. package/docs/interfaces/interfaces_DomainTemplates.MutateDomainTemplateVersionAPIResponse.html +1 -0
  71. package/docs/interfaces/interfaces_DomainTemplates.MutateDomainTemplateVersionResult.html +1 -0
  72. package/docs/interfaces/interfaces_DomainTemplates.NotificationAPIResponse.html +1 -0
  73. package/docs/interfaces/interfaces_DomainTemplates.NotificationResult.html +1 -0
  74. package/docs/interfaces/interfaces_DomainTemplates.ShortTemplateVersion.html +1 -0
  75. package/docs/interfaces/interfaces_DomainTemplates.TemplateQuery.html +1 -0
  76. package/docs/interfaces/interfaces_DomainTemplates.TemplateVersion.html +1 -0
  77. package/docs/interfaces/interfaces_DomainTemplates.UpdateOrDeleteDomainTemplateAPIResponse.html +1 -0
  78. package/docs/interfaces/interfaces_DomainTemplates.UpdateOrDeleteDomainTemplateResult.html +1 -0
  79. package/docs/interfaces/interfaces_DomainTracking.ClickTrackingInfo.html +1 -0
  80. package/docs/interfaces/interfaces_DomainTracking.DomainTrackingData.html +1 -0
  81. package/docs/interfaces/interfaces_DomainTracking.DomainTrackingResponse.html +1 -0
  82. package/docs/interfaces/interfaces_DomainTracking.OpenTrackingInfo.html +1 -0
  83. package/docs/interfaces/interfaces_DomainTracking.UnsubscribeTrackingInfo.html +1 -0
  84. package/docs/interfaces/interfaces_DomainTracking.UpdateDomainTrackingResponse.html +1 -0
  85. package/docs/interfaces/interfaces_DomainTracking.UpdatedOpenTracking.html +1 -0
  86. package/docs/interfaces/interfaces_Domains.ConnectionSettings.html +1 -0
  87. package/docs/interfaces/interfaces_Domains.ConnectionSettingsResponse.html +1 -0
  88. package/docs/interfaces/interfaces_Domains.DKIMAuthorityInfo.html +1 -0
  89. package/docs/interfaces/interfaces_Domains.DKIMSelectorInfo.html +1 -0
  90. package/docs/interfaces/interfaces_Domains.DNSRecord.html +1 -0
  91. package/docs/interfaces/interfaces_Domains.DestroyedDomainResponse.html +1 -0
  92. package/docs/interfaces/interfaces_Domains.DomainData.html +1 -0
  93. package/docs/interfaces/interfaces_Domains.DomainInfo.html +1 -0
  94. package/docs/interfaces/interfaces_Domains.DomainListResponseData.html +1 -0
  95. package/docs/interfaces/interfaces_Domains.DomainResponseData.html +1 -0
  96. package/docs/interfaces/interfaces_Domains.DomainShortData.html +1 -0
  97. package/docs/interfaces/interfaces_Domains.DomainsListItem.html +1 -0
  98. package/docs/interfaces/interfaces_Domains.DomainsQuery.html +1 -0
  99. package/docs/interfaces/interfaces_Domains.MessageResponse.html +1 -0
  100. package/docs/interfaces/interfaces_Domains.ReplacementForPool.html +1 -0
  101. package/docs/interfaces/interfaces_Domains.UpdatedConnectionSettings.html +1 -0
  102. package/docs/interfaces/interfaces_Domains.UpdatedConnectionSettingsRes.html +1 -0
  103. package/docs/interfaces/interfaces_Domains.UpdatedDKIMAuthority.html +1 -0
  104. package/docs/interfaces/interfaces_Domains.UpdatedDKIMAuthorityResponse.html +1 -0
  105. package/docs/interfaces/interfaces_Domains.UpdatedDKIMSelectorResponse.html +1 -0
  106. package/docs/interfaces/interfaces_Domains.UpdatedWebPrefix.html +1 -0
  107. package/docs/interfaces/interfaces_Domains.UpdatedWebPrefixResponse.html +1 -0
  108. package/docs/interfaces/interfaces_Domains.WebPrefixInfo.html +1 -0
  109. package/docs/interfaces/interfaces_Events.DomainEvent.html +1 -0
  110. package/docs/interfaces/interfaces_Events.EventsList.html +1 -0
  111. package/docs/interfaces/interfaces_Events.EventsPage.html +1 -0
  112. package/docs/interfaces/interfaces_Events.EventsResponse.html +1 -0
  113. package/docs/interfaces/interfaces_Events.PagesList.html +1 -0
  114. package/docs/interfaces/interfaces_Events.PagesListAccumulator.html +1 -0
  115. package/docs/interfaces/interfaces_Events.ParsedPage.html +1 -0
  116. package/docs/interfaces/interfaces_Events.ParsedPagesList.html +1 -0
  117. package/docs/interfaces/interfaces_IFormData.IFormDataOptions.html +1 -0
  118. package/docs/interfaces/interfaces_IFormData.InputFormData.html +1 -0
  119. package/docs/interfaces/interfaces_IpPools.IpPool.html +1 -0
  120. package/docs/interfaces/interfaces_IpPools.IpPoolListResponse.html +1 -0
  121. package/docs/interfaces/interfaces_IpPools.IpPoolUpdateData.html +1 -0
  122. package/docs/interfaces/interfaces_Ips.IpData.html +1 -0
  123. package/docs/interfaces/interfaces_Ips.IpsListResponseBody.html +1 -0
  124. package/docs/interfaces/interfaces_MultipleValidation.CanceledMultipleValidationJob.html +1 -0
  125. package/docs/interfaces/interfaces_MultipleValidation.CreatedMultipleValidationJob.html +1 -0
  126. package/docs/interfaces/interfaces_MultipleValidation.IMultipleValidationClient.html +1 -0
  127. package/docs/interfaces/interfaces_MultipleValidation.MultipleValidationJob.html +1 -0
  128. package/docs/interfaces/interfaces_MultipleValidation.MultipleValidationJobsListResponse.html +1 -0
  129. package/docs/interfaces/interfaces_MultipleValidation.MultipleValidationJobsListResult.html +1 -0
  130. package/docs/interfaces/interfaces_MultipleValidation.PagesList.html +1 -0
  131. package/docs/interfaces/interfaces_Options.default.html +1 -0
  132. package/docs/interfaces/interfaces_RequestOptions.default.html +1 -0
  133. package/docs/interfaces/interfaces_StatsOptions.Stat.html +1 -0
  134. package/docs/interfaces/interfaces_StatsOptions.StatsOptions.html +1 -0
  135. package/docs/interfaces/interfaces_StatsOptions.StatsQuery.html +1 -0
  136. package/docs/interfaces/interfaces_Supressions.BounceData.html +1 -0
  137. package/docs/interfaces/interfaces_Supressions.ComplaintData.html +1 -0
  138. package/docs/interfaces/interfaces_Supressions.UnsubscribeData.html +1 -0
  139. package/docs/interfaces/interfaces_Supressions.WhiteListData.html +1 -0
  140. package/docs/interfaces/interfaces_Validate.ValidationResponse.html +1 -0
  141. package/docs/interfaces/interfaces_Validate.ValidationResult.html +1 -0
  142. package/docs/interfaces/interfaces_Webhooks.APIWebhook.html +1 -0
  143. package/docs/interfaces/interfaces_Webhooks.ValidationResponse.html +1 -0
  144. package/docs/interfaces/interfaces_Webhooks.WebhookList.html +1 -0
  145. package/docs/interfaces/interfaces_Webhooks.WebhookResponse.html +1 -0
  146. package/docs/interfaces/interfaces_Webhooks.WebhookResponseBody.html +1 -0
  147. package/docs/interfaces/interfaces_Webhooks.WebhooksQuery.html +1 -0
  148. package/docs/interfaces/interfaces_lists.CreateUpdateList.html +1 -0
  149. package/docs/interfaces/interfaces_lists.DestroyedList.html +1 -0
  150. package/docs/interfaces/interfaces_lists.ListsQuery.html +1 -0
  151. package/docs/interfaces/interfaces_lists.MailingList.html +1 -0
  152. package/docs/interfaces/interfaces_mailListMembers.CreateUpdateMailListMembers.html +1 -0
  153. package/docs/interfaces/interfaces_mailListMembers.CreateUpdateMailListMembersReq.html +1 -0
  154. package/docs/interfaces/interfaces_mailListMembers.DeletedMember.html +1 -0
  155. package/docs/interfaces/interfaces_mailListMembers.IMailListsMembers.html +1 -0
  156. package/docs/interfaces/interfaces_mailListMembers.MailListMember.html +1 -0
  157. package/docs/interfaces/interfaces_mailListMembers.MailListMembersQuery.html +1 -0
  158. package/docs/interfaces/interfaces_mailListMembers.MultipleMembersData.html +1 -0
  159. package/docs/interfaces/interfaces_mailListMembers.MultipleMembersReqData.html +1 -0
  160. package/docs/interfaces/interfaces_mailListMembers.NewMultipleMembersResponse.html +1 -0
  161. package/docs/interfaces/interfaces_routes.CreateUpdateRouteData.html +1 -0
  162. package/docs/interfaces/interfaces_routes.DestroyRouteResponse.html +1 -0
  163. package/docs/interfaces/interfaces_routes.Route.html +1 -0
  164. package/docs/interfaces/interfaces_routes.RoutesListQuery.html +1 -0
  165. package/docs/interfaces/interfaces_routes.UpdateRouteResponse.html +1 -0
  166. package/docs/modules/client.html +1 -0
  167. package/docs/modules/domains.html +1 -0
  168. package/docs/modules/domainsCredentials.html +1 -0
  169. package/docs/modules/domainsTemplates.html +1 -0
  170. package/docs/modules/error.html +1 -0
  171. package/docs/modules/events.html +1 -0
  172. package/docs/modules/interfaces_APIErrorOptions.html +1 -0
  173. package/docs/modules/interfaces_ApiResponse.html +1 -0
  174. package/docs/modules/interfaces_DomainCredentials.html +1 -0
  175. package/docs/modules/interfaces_DomainTemplates.html +1 -0
  176. package/docs/modules/interfaces_DomainTracking.html +1 -0
  177. package/docs/modules/interfaces_Domains.html +1 -0
  178. package/docs/modules/interfaces_Events.html +1 -0
  179. package/docs/modules/interfaces_IFormData.html +1 -0
  180. package/docs/modules/interfaces_IpPools.html +1 -0
  181. package/docs/modules/interfaces_Ips.html +1 -0
  182. package/docs/modules/interfaces_MultipleValidation.html +1 -0
  183. package/docs/modules/interfaces_Options.html +1 -0
  184. package/docs/modules/interfaces_RequestOptions.html +1 -0
  185. package/docs/modules/interfaces_StatsOptions.html +1 -0
  186. package/docs/modules/interfaces_Supressions.html +1 -0
  187. package/docs/modules/interfaces_Validate.html +1 -0
  188. package/docs/modules/interfaces_Webhooks.html +1 -0
  189. package/docs/modules/interfaces_lists.html +1 -0
  190. package/docs/modules/interfaces_mailListMembers.html +1 -0
  191. package/docs/modules/interfaces_routes.html +1 -0
  192. package/docs/modules/ip_pools.html +1 -0
  193. package/docs/modules/ips.html +1 -0
  194. package/docs/modules/lists.html +1 -0
  195. package/docs/modules/mailListMembers.html +1 -0
  196. package/docs/modules/messages.html +1 -0
  197. package/docs/modules/multipleValidation.html +1 -0
  198. package/docs/modules/request.html +1 -0
  199. package/docs/modules/routes.html +1 -0
  200. package/docs/modules/stats.html +1 -0
  201. package/docs/modules/suppressions.html +1 -0
  202. package/docs/modules/validate.html +1 -0
  203. package/docs/modules/webhooks.html +1 -0
  204. package/docs/modules.html +1 -0
  205. package/lib/client.ts +8 -1
  206. package/lib/domains.ts +7 -2
  207. package/lib/domainsTags.ts +165 -0
  208. package/lib/interfaces/DomainTags.ts +262 -0
  209. package/package.json +3 -3
  210. package/test/domains.test.ts +8 -1
  211. package/test/domainsTags.test.ts +345 -0
  212. package/tsconfig.json +2 -2
  213. package/docs/assets/css/main.css +0 -1
  214. package/docs/assets/js/main.js +0 -51
  215. package/docs/assets/js/search.json +0 -1
  216. package/docs/classes/_index_.mailgun.html +0 -294
  217. package/docs/classes/_lib_client_.client.html +0 -405
  218. package/docs/classes/_lib_domains_.domain.html +0 -422
  219. package/docs/classes/_lib_domains_.domainclient.html +0 -620
  220. package/docs/classes/_lib_error_.apierror.html +0 -362
  221. package/docs/classes/_lib_events_.eventclient.html +0 -465
  222. package/docs/classes/_lib_messages_.messagesclient.html +0 -327
  223. package/docs/classes/_lib_parse_.parseclient.html +0 -295
  224. package/docs/classes/_lib_request_.request.html +0 -698
  225. package/docs/classes/_lib_routes_.routesclient.html +0 -403
  226. package/docs/classes/_lib_stats_.stats.html +0 -301
  227. package/docs/classes/_lib_stats_.statsclient.html +0 -357
  228. package/docs/classes/_lib_suppressions_.bounce.html +0 -327
  229. package/docs/classes/_lib_suppressions_.complaint.html +0 -299
  230. package/docs/classes/_lib_suppressions_.suppressionclient.html +0 -599
  231. package/docs/classes/_lib_suppressions_.unsubscribe.html +0 -313
  232. package/docs/classes/_lib_validate_.validateclient.html +0 -292
  233. package/docs/classes/_lib_webhooks_.webhook.html +0 -281
  234. package/docs/classes/_lib_webhooks_.webhookclient.html +0 -539
  235. package/docs/globals.html +0 -199
  236. package/docs/interfaces/_lib_domains_.domaindata.html +0 -352
  237. package/docs/interfaces/_lib_interfaces_apierroroptions_.apierroroptions.html +0 -284
  238. package/docs/interfaces/_lib_interfaces_options_.options.html +0 -267
  239. package/docs/interfaces/_lib_interfaces_requestoptions_.requestoptions.html +0 -285
  240. package/docs/interfaces/_lib_interfaces_statsoptions_.statsoptions.html +0 -262
  241. package/docs/interfaces/_lib_interfaces_supressions_.bouncedata.html +0 -268
  242. package/docs/interfaces/_lib_interfaces_supressions_.complaintdata.html +0 -240
  243. package/docs/interfaces/_lib_interfaces_supressions_.unsubscribedata.html +0 -254
  244. package/docs/modules/_index_.html +0 -186
  245. package/docs/modules/_lib_client_.html +0 -208
  246. package/docs/modules/_lib_domains_.html +0 -199
  247. package/docs/modules/_lib_error_.html +0 -186
  248. package/docs/modules/_lib_events_.html +0 -250
  249. package/docs/modules/_lib_interfaces_apierroroptions_.html +0 -186
  250. package/docs/modules/_lib_interfaces_options_.html +0 -186
  251. package/docs/modules/_lib_interfaces_requestoptions_.html +0 -186
  252. package/docs/modules/_lib_interfaces_statsoptions_.html +0 -186
  253. package/docs/modules/_lib_interfaces_supressions_.html +0 -194
  254. package/docs/modules/_lib_messages_.html +0 -186
  255. package/docs/modules/_lib_parse_.html +0 -186
  256. package/docs/modules/_lib_request_.html +0 -259
  257. package/docs/modules/_lib_routes_.html +0 -186
  258. package/docs/modules/_lib_stats_.html +0 -190
  259. package/docs/modules/_lib_suppressions_.html +0 -262
  260. package/docs/modules/_lib_validate_.html +0 -186
  261. package/docs/modules/_lib_webhooks_.html +0 -190
  262. package/docs/modules/_webpack_config_.html +0 -227
  263. package/docs/modules/_webpack_release_config_.html +0 -227
@@ -1,313 +0,0 @@
1
- <!doctype html>
2
- <html class="default no-js">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Unsubscribe | mailgun.js</title>
7
- <meta name="description" content="Documentation for mailgun.js">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <link rel="stylesheet" href="../assets/css/main.css">
10
- </head>
11
- <body>
12
- <header>
13
- <div class="tsd-page-toolbar">
14
- <div class="container">
15
- <div class="table-wrap">
16
- <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
17
- <div class="field">
18
- <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
19
- <input id="tsd-search-field" type="text" />
20
- </div>
21
- <ul class="results">
22
- <li class="state loading">Preparing search index...</li>
23
- <li class="state failure">The search index is not available</li>
24
- </ul>
25
- <a href="../index.html" class="title">mailgun.js</a>
26
- </div>
27
- <div class="table-cell" id="tsd-widgets">
28
- <div id="tsd-filter">
29
- <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
30
- <div class="tsd-filter-group">
31
- <div class="tsd-select" id="tsd-filter-visibility">
32
- <span class="tsd-select-label">All</span>
33
- <ul class="tsd-select-list">
34
- <li data-value="public">Public</li>
35
- <li data-value="protected">Public/Protected</li>
36
- <li data-value="private" class="selected">All</li>
37
- </ul>
38
- </div>
39
- <input type="checkbox" id="tsd-filter-inherited" checked />
40
- <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
41
- <input type="checkbox" id="tsd-filter-externals" checked />
42
- <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
43
- <input type="checkbox" id="tsd-filter-only-exported" />
44
- <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
45
- </div>
46
- </div>
47
- <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
48
- </div>
49
- </div>
50
- </div>
51
- </div>
52
- <div class="tsd-page-title">
53
- <div class="container">
54
- <ul class="tsd-breadcrumb">
55
- <li>
56
- <a href="../globals.html">Globals</a>
57
- </li>
58
- <li>
59
- <a href="../modules/_lib_suppressions_.html">&quot;lib/suppressions&quot;</a>
60
- </li>
61
- <li>
62
- <a href="_lib_suppressions_.unsubscribe.html">Unsubscribe</a>
63
- </li>
64
- </ul>
65
- <h1>Class Unsubscribe</h1>
66
- </div>
67
- </div>
68
- </header>
69
- <div class="container container-main">
70
- <div class="row">
71
- <div class="col-8 col-content">
72
- <section class="tsd-panel tsd-hierarchy">
73
- <h3>Hierarchy</h3>
74
- <ul class="tsd-hierarchy">
75
- <li>
76
- <span class="target">Unsubscribe</span>
77
- </li>
78
- </ul>
79
- </section>
80
- <section class="tsd-panel-group tsd-index-group">
81
- <h2>Index</h2>
82
- <section class="tsd-panel tsd-index-panel">
83
- <div class="tsd-index-content">
84
- <section class="tsd-index-section tsd-is-not-exported">
85
- <h3>Constructors</h3>
86
- <ul class="tsd-index-list">
87
- <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported"><a href="_lib_suppressions_.unsubscribe.html#constructor" class="tsd-kind-icon">constructor</a></li>
88
- </ul>
89
- </section>
90
- <section class="tsd-index-section tsd-is-not-exported">
91
- <h3>Properties</h3>
92
- <ul class="tsd-index-list">
93
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="_lib_suppressions_.unsubscribe.html#address" class="tsd-kind-icon">address</a></li>
94
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="_lib_suppressions_.unsubscribe.html#created_at" class="tsd-kind-icon">created_<wbr>at</a></li>
95
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="_lib_suppressions_.unsubscribe.html#tags" class="tsd-kind-icon">tags</a></li>
96
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-not-exported"><a href="_lib_suppressions_.unsubscribe.html#type" class="tsd-kind-icon">type</a></li>
97
- </ul>
98
- </section>
99
- </div>
100
- </section>
101
- </section>
102
- <section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
103
- <h2>Constructors</h2>
104
- <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
105
- <a name="constructor" class="tsd-anchor"></a>
106
- <h3>constructor</h3>
107
- <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
108
- <li class="tsd-signature tsd-kind-icon">new <wbr>Unsubscribe<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><a href="../interfaces/_lib_interfaces_supressions_.unsubscribedata.html" class="tsd-signature-type">UnsubscribeData</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_lib_suppressions_.unsubscribe.html" class="tsd-signature-type">Unsubscribe</a></li>
109
- </ul>
110
- <ul class="tsd-descriptions">
111
- <li class="tsd-description">
112
- <aside class="tsd-sources">
113
- <ul>
114
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/suppressions.ts#L48">lib/suppressions.ts:48</a></li>
115
- </ul>
116
- </aside>
117
- <h4 class="tsd-parameters-title">Parameters</h4>
118
- <ul class="tsd-parameters">
119
- <li>
120
- <h5>data: <a href="../interfaces/_lib_interfaces_supressions_.unsubscribedata.html" class="tsd-signature-type">UnsubscribeData</a></h5>
121
- </li>
122
- </ul>
123
- <h4 class="tsd-returns-title">Returns <a href="_lib_suppressions_.unsubscribe.html" class="tsd-signature-type">Unsubscribe</a></h4>
124
- </li>
125
- </ul>
126
- </section>
127
- </section>
128
- <section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
129
- <h2>Properties</h2>
130
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
131
- <a name="address" class="tsd-anchor"></a>
132
- <h3>address</h3>
133
- <div class="tsd-signature tsd-kind-icon">address<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
134
- <aside class="tsd-sources">
135
- <ul>
136
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/suppressions.ts#L46">lib/suppressions.ts:46</a></li>
137
- </ul>
138
- </aside>
139
- </section>
140
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
141
- <a name="created_at" class="tsd-anchor"></a>
142
- <h3>created_<wbr>at</h3>
143
- <div class="tsd-signature tsd-kind-icon">created_<wbr>at<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
144
- <aside class="tsd-sources">
145
- <ul>
146
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/suppressions.ts#L48">lib/suppressions.ts:48</a></li>
147
- </ul>
148
- </aside>
149
- </section>
150
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
151
- <a name="tags" class="tsd-anchor"></a>
152
- <h3>tags</h3>
153
- <div class="tsd-signature tsd-kind-icon">tags<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
154
- <aside class="tsd-sources">
155
- <ul>
156
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/suppressions.ts#L47">lib/suppressions.ts:47</a></li>
157
- </ul>
158
- </aside>
159
- </section>
160
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
161
- <a name="type" class="tsd-anchor"></a>
162
- <h3>type</h3>
163
- <div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
164
- <aside class="tsd-sources">
165
- <ul>
166
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/suppressions.ts#L45">lib/suppressions.ts:45</a></li>
167
- </ul>
168
- </aside>
169
- </section>
170
- </section>
171
- </div>
172
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
173
- <nav class="tsd-navigation primary">
174
- <ul>
175
- <li class="globals ">
176
- <a href="../globals.html"><em>Globals</em></a>
177
- </li>
178
- <li class=" tsd-kind-module">
179
- <a href="../modules/_index_.html">&quot;index&quot;</a>
180
- </li>
181
- <li class=" tsd-kind-module">
182
- <a href="../modules/_lib_client_.html">&quot;lib/client&quot;</a>
183
- </li>
184
- <li class=" tsd-kind-module">
185
- <a href="../modules/_lib_domains_.html">&quot;lib/domains&quot;</a>
186
- </li>
187
- <li class=" tsd-kind-module">
188
- <a href="../modules/_lib_error_.html">&quot;lib/error&quot;</a>
189
- </li>
190
- <li class=" tsd-kind-module">
191
- <a href="../modules/_lib_events_.html">&quot;lib/events&quot;</a>
192
- </li>
193
- <li class=" tsd-kind-module">
194
- <a href="../modules/_lib_interfaces_apierroroptions_.html">&quot;lib/interfaces/APIError<wbr>Options&quot;</a>
195
- </li>
196
- <li class=" tsd-kind-module">
197
- <a href="../modules/_lib_interfaces_options_.html">&quot;lib/interfaces/<wbr>Options&quot;</a>
198
- </li>
199
- <li class=" tsd-kind-module">
200
- <a href="../modules/_lib_interfaces_requestoptions_.html">&quot;lib/interfaces/<wbr>Request<wbr>Options&quot;</a>
201
- </li>
202
- <li class=" tsd-kind-module">
203
- <a href="../modules/_lib_interfaces_statsoptions_.html">&quot;lib/interfaces/<wbr>Stats<wbr>Options&quot;</a>
204
- </li>
205
- <li class=" tsd-kind-module">
206
- <a href="../modules/_lib_interfaces_supressions_.html">&quot;lib/interfaces/<wbr>Supressions&quot;</a>
207
- </li>
208
- <li class=" tsd-kind-module">
209
- <a href="../modules/_lib_messages_.html">&quot;lib/messages&quot;</a>
210
- </li>
211
- <li class=" tsd-kind-module">
212
- <a href="../modules/_lib_parse_.html">&quot;lib/parse&quot;</a>
213
- </li>
214
- <li class=" tsd-kind-module">
215
- <a href="../modules/_lib_request_.html">&quot;lib/request&quot;</a>
216
- </li>
217
- <li class=" tsd-kind-module">
218
- <a href="../modules/_lib_routes_.html">&quot;lib/routes&quot;</a>
219
- </li>
220
- <li class=" tsd-kind-module">
221
- <a href="../modules/_lib_stats_.html">&quot;lib/stats&quot;</a>
222
- </li>
223
- <li class="current tsd-kind-module">
224
- <a href="../modules/_lib_suppressions_.html">&quot;lib/suppressions&quot;</a>
225
- </li>
226
- <li class=" tsd-kind-module">
227
- <a href="../modules/_lib_validate_.html">&quot;lib/validate&quot;</a>
228
- </li>
229
- <li class=" tsd-kind-module">
230
- <a href="../modules/_lib_webhooks_.html">&quot;lib/webhooks&quot;</a>
231
- </li>
232
- <li class=" tsd-kind-module">
233
- <a href="../modules/_webpack_config_.html">&quot;webpack.config&quot;</a>
234
- </li>
235
- <li class=" tsd-kind-module">
236
- <a href="../modules/_webpack_release_config_.html">&quot;webpack.release.config&quot;</a>
237
- </li>
238
- </ul>
239
- </nav>
240
- <nav class="tsd-navigation secondary menu-sticky">
241
- <ul class="before-current">
242
- <li class=" tsd-kind-class tsd-parent-kind-module tsd-is-not-exported">
243
- <a href="_lib_suppressions_.bounce.html" class="tsd-kind-icon">Bounce</a>
244
- </li>
245
- <li class=" tsd-kind-class tsd-parent-kind-module tsd-is-not-exported">
246
- <a href="_lib_suppressions_.complaint.html" class="tsd-kind-icon">Complaint</a>
247
- </li>
248
- <li class=" tsd-kind-class tsd-parent-kind-module">
249
- <a href="_lib_suppressions_.suppressionclient.html" class="tsd-kind-icon">Suppression<wbr>Client</a>
250
- </li>
251
- </ul>
252
- <ul class="current">
253
- <li class="current tsd-kind-class tsd-parent-kind-module tsd-is-not-exported">
254
- <a href="_lib_suppressions_.unsubscribe.html" class="tsd-kind-icon">Unsubscribe</a>
255
- <ul>
256
- <li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported">
257
- <a href="_lib_suppressions_.unsubscribe.html#constructor" class="tsd-kind-icon">constructor</a>
258
- </li>
259
- <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
260
- <a href="_lib_suppressions_.unsubscribe.html#address" class="tsd-kind-icon">address</a>
261
- </li>
262
- <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
263
- <a href="_lib_suppressions_.unsubscribe.html#created_at" class="tsd-kind-icon">created_<wbr>at</a>
264
- </li>
265
- <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
266
- <a href="_lib_suppressions_.unsubscribe.html#tags" class="tsd-kind-icon">tags</a>
267
- </li>
268
- <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-not-exported">
269
- <a href="_lib_suppressions_.unsubscribe.html#type" class="tsd-kind-icon">type</a>
270
- </li>
271
- </ul>
272
- </li>
273
- </ul>
274
- <ul class="after-current">
275
- <li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported">
276
- <a href="../modules/_lib_suppressions_.html#tmodel" class="tsd-kind-icon">TModel</a>
277
- </li>
278
- <li class=" tsd-kind-object-literal tsd-parent-kind-module tsd-is-not-exported">
279
- <a href="../modules/_lib_suppressions_.html#createoptions" class="tsd-kind-icon">create<wbr>Options</a>
280
- </li>
281
- </ul>
282
- </nav>
283
- </div>
284
- </div>
285
- </div>
286
- <footer class="with-border-bottom">
287
- <div class="container">
288
- <h2>Legend</h2>
289
- <div class="tsd-legend-group">
290
- <ul class="tsd-legend">
291
- <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
292
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
293
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
294
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
295
- </ul>
296
- <ul class="tsd-legend">
297
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
298
- <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
299
- <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
300
- </ul>
301
- <ul class="tsd-legend">
302
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
303
- </ul>
304
- </div>
305
- </div>
306
- </footer>
307
- <div class="container tsd-generator">
308
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
309
- </div>
310
- <div class="overlay"></div>
311
- <script src="../assets/js/main.js"></script>
312
- </body>
313
- </html>
@@ -1,292 +0,0 @@
1
- <!doctype html>
2
- <html class="default no-js">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>ValidateClient | mailgun.js</title>
7
- <meta name="description" content="Documentation for mailgun.js">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <link rel="stylesheet" href="../assets/css/main.css">
10
- </head>
11
- <body>
12
- <header>
13
- <div class="tsd-page-toolbar">
14
- <div class="container">
15
- <div class="table-wrap">
16
- <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
17
- <div class="field">
18
- <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
19
- <input id="tsd-search-field" type="text" />
20
- </div>
21
- <ul class="results">
22
- <li class="state loading">Preparing search index...</li>
23
- <li class="state failure">The search index is not available</li>
24
- </ul>
25
- <a href="../index.html" class="title">mailgun.js</a>
26
- </div>
27
- <div class="table-cell" id="tsd-widgets">
28
- <div id="tsd-filter">
29
- <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
30
- <div class="tsd-filter-group">
31
- <div class="tsd-select" id="tsd-filter-visibility">
32
- <span class="tsd-select-label">All</span>
33
- <ul class="tsd-select-list">
34
- <li data-value="public">Public</li>
35
- <li data-value="protected">Public/Protected</li>
36
- <li data-value="private" class="selected">All</li>
37
- </ul>
38
- </div>
39
- <input type="checkbox" id="tsd-filter-inherited" checked />
40
- <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
41
- <input type="checkbox" id="tsd-filter-externals" checked />
42
- <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
43
- <input type="checkbox" id="tsd-filter-only-exported" />
44
- <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
45
- </div>
46
- </div>
47
- <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
48
- </div>
49
- </div>
50
- </div>
51
- </div>
52
- <div class="tsd-page-title">
53
- <div class="container">
54
- <ul class="tsd-breadcrumb">
55
- <li>
56
- <a href="../globals.html">Globals</a>
57
- </li>
58
- <li>
59
- <a href="../modules/_lib_validate_.html">&quot;lib/validate&quot;</a>
60
- </li>
61
- <li>
62
- <a href="_lib_validate_.validateclient.html">ValidateClient</a>
63
- </li>
64
- </ul>
65
- <h1>Class ValidateClient</h1>
66
- </div>
67
- </div>
68
- </header>
69
- <div class="container container-main">
70
- <div class="row">
71
- <div class="col-8 col-content">
72
- <section class="tsd-panel tsd-hierarchy">
73
- <h3>Hierarchy</h3>
74
- <ul class="tsd-hierarchy">
75
- <li>
76
- <span class="target">ValidateClient</span>
77
- </li>
78
- </ul>
79
- </section>
80
- <section class="tsd-panel-group tsd-index-group">
81
- <h2>Index</h2>
82
- <section class="tsd-panel tsd-index-panel">
83
- <div class="tsd-index-content">
84
- <section class="tsd-index-section ">
85
- <h3>Constructors</h3>
86
- <ul class="tsd-index-list">
87
- <li class="tsd-kind-constructor tsd-parent-kind-class"><a href="_lib_validate_.validateclient.html#constructor" class="tsd-kind-icon">constructor</a></li>
88
- </ul>
89
- </section>
90
- <section class="tsd-index-section ">
91
- <h3>Properties</h3>
92
- <ul class="tsd-index-list">
93
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="_lib_validate_.validateclient.html#request" class="tsd-kind-icon">request</a></li>
94
- </ul>
95
- </section>
96
- <section class="tsd-index-section ">
97
- <h3>Methods</h3>
98
- <ul class="tsd-index-list">
99
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="_lib_validate_.validateclient.html#get" class="tsd-kind-icon">get</a></li>
100
- </ul>
101
- </section>
102
- </div>
103
- </section>
104
- </section>
105
- <section class="tsd-panel-group tsd-member-group ">
106
- <h2>Constructors</h2>
107
- <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
108
- <a name="constructor" class="tsd-anchor"></a>
109
- <h3>constructor</h3>
110
- <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
111
- <li class="tsd-signature tsd-kind-icon">new <wbr>Validate<wbr>Client<span class="tsd-signature-symbol">(</span>request<span class="tsd-signature-symbol">: </span><a href="_lib_request_.request.html" class="tsd-signature-type">Request</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="_lib_validate_.validateclient.html" class="tsd-signature-type">ValidateClient</a></li>
112
- </ul>
113
- <ul class="tsd-descriptions">
114
- <li class="tsd-description">
115
- <aside class="tsd-sources">
116
- <ul>
117
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/validate.ts#L5">lib/validate.ts:5</a></li>
118
- </ul>
119
- </aside>
120
- <h4 class="tsd-parameters-title">Parameters</h4>
121
- <ul class="tsd-parameters">
122
- <li>
123
- <h5>request: <a href="_lib_request_.request.html" class="tsd-signature-type">Request</a></h5>
124
- </li>
125
- </ul>
126
- <h4 class="tsd-returns-title">Returns <a href="_lib_validate_.validateclient.html" class="tsd-signature-type">ValidateClient</a></h4>
127
- </li>
128
- </ul>
129
- </section>
130
- </section>
131
- <section class="tsd-panel-group tsd-member-group ">
132
- <h2>Properties</h2>
133
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
134
- <a name="request" class="tsd-anchor"></a>
135
- <h3>request</h3>
136
- <div class="tsd-signature tsd-kind-icon">request<span class="tsd-signature-symbol">:</span> <a href="_lib_request_.request.html" class="tsd-signature-type">Request</a></div>
137
- <aside class="tsd-sources">
138
- <ul>
139
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/validate.ts#L5">lib/validate.ts:5</a></li>
140
- </ul>
141
- </aside>
142
- </section>
143
- </section>
144
- <section class="tsd-panel-group tsd-member-group ">
145
- <h2>Methods</h2>
146
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
147
- <a name="get" class="tsd-anchor"></a>
148
- <h3>get</h3>
149
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
150
- <li class="tsd-signature tsd-kind-icon">get<span class="tsd-signature-symbol">(</span>address<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li>
151
- </ul>
152
- <ul class="tsd-descriptions">
153
- <li class="tsd-description">
154
- <aside class="tsd-sources">
155
- <ul>
156
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/validate.ts#L11">lib/validate.ts:11</a></li>
157
- </ul>
158
- </aside>
159
- <h4 class="tsd-parameters-title">Parameters</h4>
160
- <ul class="tsd-parameters">
161
- <li>
162
- <h5>address: <span class="tsd-signature-type">string</span></h5>
163
- </li>
164
- </ul>
165
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4>
166
- </li>
167
- </ul>
168
- </section>
169
- </section>
170
- </div>
171
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
172
- <nav class="tsd-navigation primary">
173
- <ul>
174
- <li class="globals ">
175
- <a href="../globals.html"><em>Globals</em></a>
176
- </li>
177
- <li class=" tsd-kind-module">
178
- <a href="../modules/_index_.html">&quot;index&quot;</a>
179
- </li>
180
- <li class=" tsd-kind-module">
181
- <a href="../modules/_lib_client_.html">&quot;lib/client&quot;</a>
182
- </li>
183
- <li class=" tsd-kind-module">
184
- <a href="../modules/_lib_domains_.html">&quot;lib/domains&quot;</a>
185
- </li>
186
- <li class=" tsd-kind-module">
187
- <a href="../modules/_lib_error_.html">&quot;lib/error&quot;</a>
188
- </li>
189
- <li class=" tsd-kind-module">
190
- <a href="../modules/_lib_events_.html">&quot;lib/events&quot;</a>
191
- </li>
192
- <li class=" tsd-kind-module">
193
- <a href="../modules/_lib_interfaces_apierroroptions_.html">&quot;lib/interfaces/APIError<wbr>Options&quot;</a>
194
- </li>
195
- <li class=" tsd-kind-module">
196
- <a href="../modules/_lib_interfaces_options_.html">&quot;lib/interfaces/<wbr>Options&quot;</a>
197
- </li>
198
- <li class=" tsd-kind-module">
199
- <a href="../modules/_lib_interfaces_requestoptions_.html">&quot;lib/interfaces/<wbr>Request<wbr>Options&quot;</a>
200
- </li>
201
- <li class=" tsd-kind-module">
202
- <a href="../modules/_lib_interfaces_statsoptions_.html">&quot;lib/interfaces/<wbr>Stats<wbr>Options&quot;</a>
203
- </li>
204
- <li class=" tsd-kind-module">
205
- <a href="../modules/_lib_interfaces_supressions_.html">&quot;lib/interfaces/<wbr>Supressions&quot;</a>
206
- </li>
207
- <li class=" tsd-kind-module">
208
- <a href="../modules/_lib_messages_.html">&quot;lib/messages&quot;</a>
209
- </li>
210
- <li class=" tsd-kind-module">
211
- <a href="../modules/_lib_parse_.html">&quot;lib/parse&quot;</a>
212
- </li>
213
- <li class=" tsd-kind-module">
214
- <a href="../modules/_lib_request_.html">&quot;lib/request&quot;</a>
215
- </li>
216
- <li class=" tsd-kind-module">
217
- <a href="../modules/_lib_routes_.html">&quot;lib/routes&quot;</a>
218
- </li>
219
- <li class=" tsd-kind-module">
220
- <a href="../modules/_lib_stats_.html">&quot;lib/stats&quot;</a>
221
- </li>
222
- <li class=" tsd-kind-module">
223
- <a href="../modules/_lib_suppressions_.html">&quot;lib/suppressions&quot;</a>
224
- </li>
225
- <li class="current tsd-kind-module">
226
- <a href="../modules/_lib_validate_.html">&quot;lib/validate&quot;</a>
227
- </li>
228
- <li class=" tsd-kind-module">
229
- <a href="../modules/_lib_webhooks_.html">&quot;lib/webhooks&quot;</a>
230
- </li>
231
- <li class=" tsd-kind-module">
232
- <a href="../modules/_webpack_config_.html">&quot;webpack.config&quot;</a>
233
- </li>
234
- <li class=" tsd-kind-module">
235
- <a href="../modules/_webpack_release_config_.html">&quot;webpack.release.config&quot;</a>
236
- </li>
237
- </ul>
238
- </nav>
239
- <nav class="tsd-navigation secondary menu-sticky">
240
- <ul class="before-current">
241
- </ul>
242
- <ul class="current">
243
- <li class="current tsd-kind-class tsd-parent-kind-module">
244
- <a href="_lib_validate_.validateclient.html" class="tsd-kind-icon">Validate<wbr>Client</a>
245
- <ul>
246
- <li class=" tsd-kind-constructor tsd-parent-kind-class">
247
- <a href="_lib_validate_.validateclient.html#constructor" class="tsd-kind-icon">constructor</a>
248
- </li>
249
- <li class=" tsd-kind-property tsd-parent-kind-class">
250
- <a href="_lib_validate_.validateclient.html#request" class="tsd-kind-icon">request</a>
251
- </li>
252
- <li class=" tsd-kind-method tsd-parent-kind-class">
253
- <a href="_lib_validate_.validateclient.html#get" class="tsd-kind-icon">get</a>
254
- </li>
255
- </ul>
256
- </li>
257
- </ul>
258
- <ul class="after-current">
259
- </ul>
260
- </nav>
261
- </div>
262
- </div>
263
- </div>
264
- <footer class="with-border-bottom">
265
- <div class="container">
266
- <h2>Legend</h2>
267
- <div class="tsd-legend-group">
268
- <ul class="tsd-legend">
269
- <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
270
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
271
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
272
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
273
- </ul>
274
- <ul class="tsd-legend">
275
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
276
- <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
277
- <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
278
- <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
279
- </ul>
280
- <ul class="tsd-legend">
281
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
282
- </ul>
283
- </div>
284
- </div>
285
- </footer>
286
- <div class="container tsd-generator">
287
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
288
- </div>
289
- <div class="overlay"></div>
290
- <script src="../assets/js/main.js"></script>
291
- </body>
292
- </html>