mailgun.js 4.1.5 → 4.1.6

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 (252) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/mailgun.node.js.LICENSE.txt +1 -1
  3. package/dist/mailgun.web.js +2 -2
  4. package/dist/mailgun.web.js.LICENSE.txt +1 -1
  5. package/docs/.nojekyll +1 -0
  6. package/docs/assets/highlight.css +127 -0
  7. package/docs/assets/icons.css +1043 -0
  8. package/docs/assets/{images/icons.png → icons.png} +0 -0
  9. package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  10. package/docs/assets/main.js +52 -0
  11. package/docs/assets/search.js +1 -0
  12. package/docs/assets/style.css +1413 -0
  13. package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  14. package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  15. package/docs/classes/client.default.html +1 -0
  16. package/docs/classes/domains.Domain.html +1 -0
  17. package/docs/classes/domains.default.html +1 -0
  18. package/docs/classes/domainsCredentials.default.html +1 -0
  19. package/docs/classes/domainsTemplates.DomainTemplateItem.html +1 -0
  20. package/docs/classes/domainsTemplates.default.html +1 -0
  21. package/docs/classes/error.default.html +6 -0
  22. package/docs/classes/events.default.html +1 -0
  23. package/docs/classes/ip_pools.default.html +1 -0
  24. package/docs/classes/ips.default.html +1 -0
  25. package/docs/classes/lists.default.html +1 -0
  26. package/docs/classes/mailListMembers.default.html +1 -0
  27. package/docs/classes/messages.default.html +1 -0
  28. package/docs/classes/multipleValidation.default.html +1 -0
  29. package/docs/classes/request.default.html +1 -0
  30. package/docs/classes/routes.default.html +1 -0
  31. package/docs/classes/stats.default.html +1 -0
  32. package/docs/classes/suppressions.default.html +1 -0
  33. package/docs/classes/validate.default.html +1 -0
  34. package/docs/classes/webhooks.default.html +1 -0
  35. package/docs/enums/interfaces_DomainTemplates.Pages.html +1 -0
  36. package/docs/enums/interfaces_DomainTemplates.YesNo.html +1 -0
  37. package/docs/index.html +1140 -1308
  38. package/docs/interfaces/interfaces_APIErrorOptions.default.html +1 -0
  39. package/docs/interfaces/interfaces_ApiResponse.default.html +1 -0
  40. package/docs/interfaces/interfaces_DomainCredentials.CreatedUpdatedDomainCredentialsResponse.html +1 -0
  41. package/docs/interfaces/interfaces_DomainCredentials.DeletedDomainCredentialsResponse.html +1 -0
  42. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentials.html +1 -0
  43. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsItem.html +1 -0
  44. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsList.html +1 -0
  45. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsQuery.html +1 -0
  46. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsResponseData.html +1 -0
  47. package/docs/interfaces/interfaces_DomainCredentials.DomainCredentialsResult.html +1 -0
  48. package/docs/interfaces/interfaces_DomainCredentials.IDomainCredentials.html +1 -0
  49. package/docs/interfaces/interfaces_DomainCredentials.UpdateDomainCredentialsData.html +1 -0
  50. package/docs/interfaces/interfaces_DomainTemplates.CreateDomainTemplateAPIResponse.html +1 -0
  51. package/docs/interfaces/interfaces_DomainTemplates.CreateDomainTemplateVersionAPIResponse.html +1 -0
  52. package/docs/interfaces/interfaces_DomainTemplates.CreateDomainTemplateVersionResult.html +1 -0
  53. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplate.html +1 -0
  54. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplateData.html +1 -0
  55. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplateUpdateData.html +1 -0
  56. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplateUpdateVersionData.html +1 -0
  57. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplateVersionData.html +1 -0
  58. package/docs/interfaces/interfaces_DomainTemplates.DomainTemplatesQuery.html +1 -0
  59. package/docs/interfaces/interfaces_DomainTemplates.GetDomainTemplateAPIResponse.html +1 -0
  60. package/docs/interfaces/interfaces_DomainTemplates.IDomainTemplatesClient.html +1 -0
  61. package/docs/interfaces/interfaces_DomainTemplates.ListDomainTemplateVersionsAPIResponse.html +1 -0
  62. package/docs/interfaces/interfaces_DomainTemplates.ListDomainTemplateVersionsResult.html +1 -0
  63. package/docs/interfaces/interfaces_DomainTemplates.ListDomainTemplatesAPIResponse.html +1 -0
  64. package/docs/interfaces/interfaces_DomainTemplates.ListDomainTemplatesResult.html +1 -0
  65. package/docs/interfaces/interfaces_DomainTemplates.MutateDomainTemplateVersionAPIResponse.html +1 -0
  66. package/docs/interfaces/interfaces_DomainTemplates.MutateDomainTemplateVersionResult.html +1 -0
  67. package/docs/interfaces/interfaces_DomainTemplates.NotificationAPIResponse.html +1 -0
  68. package/docs/interfaces/interfaces_DomainTemplates.NotificationResult.html +1 -0
  69. package/docs/interfaces/interfaces_DomainTemplates.ShortTemplateVersion.html +1 -0
  70. package/docs/interfaces/interfaces_DomainTemplates.TemplateQuery.html +1 -0
  71. package/docs/interfaces/interfaces_DomainTemplates.TemplateVersion.html +1 -0
  72. package/docs/interfaces/interfaces_DomainTemplates.UpdateOrDeleteDomainTemplateAPIResponse.html +1 -0
  73. package/docs/interfaces/interfaces_DomainTemplates.UpdateOrDeleteDomainTemplateResult.html +1 -0
  74. package/docs/interfaces/interfaces_DomainTracking.ClickTrackingInfo.html +1 -0
  75. package/docs/interfaces/interfaces_DomainTracking.DomainTrackingData.html +1 -0
  76. package/docs/interfaces/interfaces_DomainTracking.DomainTrackingResponse.html +1 -0
  77. package/docs/interfaces/interfaces_DomainTracking.OpenTrackingInfo.html +1 -0
  78. package/docs/interfaces/interfaces_DomainTracking.UnsubscribeTrackingInfo.html +1 -0
  79. package/docs/interfaces/interfaces_DomainTracking.UpdateDomainTrackingResponse.html +1 -0
  80. package/docs/interfaces/interfaces_DomainTracking.UpdatedOpenTracking.html +1 -0
  81. package/docs/interfaces/interfaces_Domains.ConnectionSettings.html +1 -0
  82. package/docs/interfaces/interfaces_Domains.ConnectionSettingsResponse.html +1 -0
  83. package/docs/interfaces/interfaces_Domains.DKIMAuthorityInfo.html +1 -0
  84. package/docs/interfaces/interfaces_Domains.DKIMSelectorInfo.html +1 -0
  85. package/docs/interfaces/interfaces_Domains.DNSRecord.html +1 -0
  86. package/docs/interfaces/interfaces_Domains.DestroyedDomainResponse.html +1 -0
  87. package/docs/interfaces/interfaces_Domains.DomainData.html +1 -0
  88. package/docs/interfaces/interfaces_Domains.DomainInfo.html +1 -0
  89. package/docs/interfaces/interfaces_Domains.DomainListResponseData.html +1 -0
  90. package/docs/interfaces/interfaces_Domains.DomainResponseData.html +1 -0
  91. package/docs/interfaces/interfaces_Domains.DomainShortData.html +1 -0
  92. package/docs/interfaces/interfaces_Domains.DomainsListItem.html +1 -0
  93. package/docs/interfaces/interfaces_Domains.DomainsQuery.html +1 -0
  94. package/docs/interfaces/interfaces_Domains.MessageResponse.html +1 -0
  95. package/docs/interfaces/interfaces_Domains.ReplacementForPool.html +1 -0
  96. package/docs/interfaces/interfaces_Domains.UpdatedConnectionSettings.html +1 -0
  97. package/docs/interfaces/interfaces_Domains.UpdatedConnectionSettingsRes.html +1 -0
  98. package/docs/interfaces/interfaces_Domains.UpdatedDKIMAuthority.html +1 -0
  99. package/docs/interfaces/interfaces_Domains.UpdatedDKIMAuthorityResponse.html +1 -0
  100. package/docs/interfaces/interfaces_Domains.UpdatedDKIMSelectorResponse.html +1 -0
  101. package/docs/interfaces/interfaces_Domains.UpdatedWebPrefix.html +1 -0
  102. package/docs/interfaces/interfaces_Domains.UpdatedWebPrefixResponse.html +1 -0
  103. package/docs/interfaces/interfaces_Domains.WebPrefixInfo.html +1 -0
  104. package/docs/interfaces/interfaces_Events.DomainEvent.html +1 -0
  105. package/docs/interfaces/interfaces_Events.EventsList.html +1 -0
  106. package/docs/interfaces/interfaces_Events.EventsPage.html +1 -0
  107. package/docs/interfaces/interfaces_Events.EventsResponse.html +1 -0
  108. package/docs/interfaces/interfaces_Events.PagesList.html +1 -0
  109. package/docs/interfaces/interfaces_Events.PagesListAccumulator.html +1 -0
  110. package/docs/interfaces/interfaces_Events.ParsedPage.html +1 -0
  111. package/docs/interfaces/interfaces_Events.ParsedPagesList.html +1 -0
  112. package/docs/interfaces/interfaces_IFormData.IFormDataOptions.html +1 -0
  113. package/docs/interfaces/interfaces_IFormData.InputFormData.html +1 -0
  114. package/docs/interfaces/interfaces_IpPools.IpPool.html +1 -0
  115. package/docs/interfaces/interfaces_IpPools.IpPoolListResponse.html +1 -0
  116. package/docs/interfaces/interfaces_IpPools.IpPoolUpdateData.html +1 -0
  117. package/docs/interfaces/interfaces_Ips.IpData.html +1 -0
  118. package/docs/interfaces/interfaces_Ips.IpsListResponseBody.html +1 -0
  119. package/docs/interfaces/interfaces_MultipleValidation.CanceledMultipleValidationJob.html +1 -0
  120. package/docs/interfaces/interfaces_MultipleValidation.CreatedMultipleValidationJob.html +1 -0
  121. package/docs/interfaces/interfaces_MultipleValidation.IMultipleValidationClient.html +1 -0
  122. package/docs/interfaces/interfaces_MultipleValidation.MultipleValidationJob.html +1 -0
  123. package/docs/interfaces/interfaces_MultipleValidation.MultipleValidationJobsListResponse.html +1 -0
  124. package/docs/interfaces/interfaces_MultipleValidation.MultipleValidationJobsListResult.html +1 -0
  125. package/docs/interfaces/interfaces_MultipleValidation.PagesList.html +1 -0
  126. package/docs/interfaces/interfaces_Options.default.html +1 -0
  127. package/docs/interfaces/interfaces_RequestOptions.default.html +1 -0
  128. package/docs/interfaces/interfaces_StatsOptions.Stat.html +1 -0
  129. package/docs/interfaces/interfaces_StatsOptions.StatsOptions.html +1 -0
  130. package/docs/interfaces/interfaces_StatsOptions.StatsQuery.html +1 -0
  131. package/docs/interfaces/interfaces_Supressions.BounceData.html +1 -0
  132. package/docs/interfaces/interfaces_Supressions.ComplaintData.html +1 -0
  133. package/docs/interfaces/interfaces_Supressions.UnsubscribeData.html +1 -0
  134. package/docs/interfaces/interfaces_Supressions.WhiteListData.html +1 -0
  135. package/docs/interfaces/interfaces_Validate.ValidationResponse.html +1 -0
  136. package/docs/interfaces/interfaces_Validate.ValidationResult.html +1 -0
  137. package/docs/interfaces/interfaces_Webhooks.APIWebhook.html +1 -0
  138. package/docs/interfaces/interfaces_Webhooks.ValidationResponse.html +1 -0
  139. package/docs/interfaces/interfaces_Webhooks.WebhookList.html +1 -0
  140. package/docs/interfaces/interfaces_Webhooks.WebhookResponse.html +1 -0
  141. package/docs/interfaces/interfaces_Webhooks.WebhookResponseBody.html +1 -0
  142. package/docs/interfaces/interfaces_Webhooks.WebhooksQuery.html +1 -0
  143. package/docs/interfaces/interfaces_lists.CreateUpdateList.html +1 -0
  144. package/docs/interfaces/interfaces_lists.DestroyedList.html +1 -0
  145. package/docs/interfaces/interfaces_lists.ListsQuery.html +1 -0
  146. package/docs/interfaces/interfaces_lists.MailingList.html +1 -0
  147. package/docs/interfaces/interfaces_mailListMembers.CreateUpdateMailListMembers.html +1 -0
  148. package/docs/interfaces/interfaces_mailListMembers.CreateUpdateMailListMembersReq.html +1 -0
  149. package/docs/interfaces/interfaces_mailListMembers.DeletedMember.html +1 -0
  150. package/docs/interfaces/interfaces_mailListMembers.IMailListsMembers.html +1 -0
  151. package/docs/interfaces/interfaces_mailListMembers.MailListMember.html +1 -0
  152. package/docs/interfaces/interfaces_mailListMembers.MailListMembersQuery.html +1 -0
  153. package/docs/interfaces/interfaces_mailListMembers.MultipleMembersData.html +1 -0
  154. package/docs/interfaces/interfaces_mailListMembers.MultipleMembersReqData.html +1 -0
  155. package/docs/interfaces/interfaces_mailListMembers.NewMultipleMembersResponse.html +1 -0
  156. package/docs/interfaces/interfaces_routes.CreateUpdateRouteData.html +1 -0
  157. package/docs/interfaces/interfaces_routes.DestroyRouteResponse.html +1 -0
  158. package/docs/interfaces/interfaces_routes.Route.html +1 -0
  159. package/docs/interfaces/interfaces_routes.RoutesListQuery.html +1 -0
  160. package/docs/interfaces/interfaces_routes.UpdateRouteResponse.html +1 -0
  161. package/docs/modules/client.html +1 -0
  162. package/docs/modules/domains.html +1 -0
  163. package/docs/modules/domainsCredentials.html +1 -0
  164. package/docs/modules/domainsTemplates.html +1 -0
  165. package/docs/modules/error.html +1 -0
  166. package/docs/modules/events.html +1 -0
  167. package/docs/modules/interfaces_APIErrorOptions.html +1 -0
  168. package/docs/modules/interfaces_ApiResponse.html +1 -0
  169. package/docs/modules/interfaces_DomainCredentials.html +1 -0
  170. package/docs/modules/interfaces_DomainTemplates.html +1 -0
  171. package/docs/modules/interfaces_DomainTracking.html +1 -0
  172. package/docs/modules/interfaces_Domains.html +1 -0
  173. package/docs/modules/interfaces_Events.html +1 -0
  174. package/docs/modules/interfaces_IFormData.html +1 -0
  175. package/docs/modules/interfaces_IpPools.html +1 -0
  176. package/docs/modules/interfaces_Ips.html +1 -0
  177. package/docs/modules/interfaces_MultipleValidation.html +1 -0
  178. package/docs/modules/interfaces_Options.html +1 -0
  179. package/docs/modules/interfaces_RequestOptions.html +1 -0
  180. package/docs/modules/interfaces_StatsOptions.html +1 -0
  181. package/docs/modules/interfaces_Supressions.html +1 -0
  182. package/docs/modules/interfaces_Validate.html +1 -0
  183. package/docs/modules/interfaces_Webhooks.html +1 -0
  184. package/docs/modules/interfaces_lists.html +1 -0
  185. package/docs/modules/interfaces_mailListMembers.html +1 -0
  186. package/docs/modules/interfaces_routes.html +1 -0
  187. package/docs/modules/ip_pools.html +1 -0
  188. package/docs/modules/ips.html +1 -0
  189. package/docs/modules/lists.html +1 -0
  190. package/docs/modules/mailListMembers.html +1 -0
  191. package/docs/modules/messages.html +1 -0
  192. package/docs/modules/multipleValidation.html +1 -0
  193. package/docs/modules/request.html +1 -0
  194. package/docs/modules/routes.html +1 -0
  195. package/docs/modules/stats.html +1 -0
  196. package/docs/modules/suppressions.html +1 -0
  197. package/docs/modules/validate.html +1 -0
  198. package/docs/modules/webhooks.html +1 -0
  199. package/docs/modules.html +1 -0
  200. package/package.json +3 -3
  201. package/tsconfig.json +2 -2
  202. package/docs/assets/css/main.css +0 -1
  203. package/docs/assets/js/main.js +0 -51
  204. package/docs/assets/js/search.json +0 -1
  205. package/docs/classes/_index_.mailgun.html +0 -294
  206. package/docs/classes/_lib_client_.client.html +0 -405
  207. package/docs/classes/_lib_domains_.domain.html +0 -422
  208. package/docs/classes/_lib_domains_.domainclient.html +0 -620
  209. package/docs/classes/_lib_error_.apierror.html +0 -362
  210. package/docs/classes/_lib_events_.eventclient.html +0 -465
  211. package/docs/classes/_lib_messages_.messagesclient.html +0 -327
  212. package/docs/classes/_lib_parse_.parseclient.html +0 -295
  213. package/docs/classes/_lib_request_.request.html +0 -698
  214. package/docs/classes/_lib_routes_.routesclient.html +0 -403
  215. package/docs/classes/_lib_stats_.stats.html +0 -301
  216. package/docs/classes/_lib_stats_.statsclient.html +0 -357
  217. package/docs/classes/_lib_suppressions_.bounce.html +0 -327
  218. package/docs/classes/_lib_suppressions_.complaint.html +0 -299
  219. package/docs/classes/_lib_suppressions_.suppressionclient.html +0 -599
  220. package/docs/classes/_lib_suppressions_.unsubscribe.html +0 -313
  221. package/docs/classes/_lib_validate_.validateclient.html +0 -292
  222. package/docs/classes/_lib_webhooks_.webhook.html +0 -281
  223. package/docs/classes/_lib_webhooks_.webhookclient.html +0 -539
  224. package/docs/globals.html +0 -199
  225. package/docs/interfaces/_lib_domains_.domaindata.html +0 -352
  226. package/docs/interfaces/_lib_interfaces_apierroroptions_.apierroroptions.html +0 -284
  227. package/docs/interfaces/_lib_interfaces_options_.options.html +0 -267
  228. package/docs/interfaces/_lib_interfaces_requestoptions_.requestoptions.html +0 -285
  229. package/docs/interfaces/_lib_interfaces_statsoptions_.statsoptions.html +0 -262
  230. package/docs/interfaces/_lib_interfaces_supressions_.bouncedata.html +0 -268
  231. package/docs/interfaces/_lib_interfaces_supressions_.complaintdata.html +0 -240
  232. package/docs/interfaces/_lib_interfaces_supressions_.unsubscribedata.html +0 -254
  233. package/docs/modules/_index_.html +0 -186
  234. package/docs/modules/_lib_client_.html +0 -208
  235. package/docs/modules/_lib_domains_.html +0 -199
  236. package/docs/modules/_lib_error_.html +0 -186
  237. package/docs/modules/_lib_events_.html +0 -250
  238. package/docs/modules/_lib_interfaces_apierroroptions_.html +0 -186
  239. package/docs/modules/_lib_interfaces_options_.html +0 -186
  240. package/docs/modules/_lib_interfaces_requestoptions_.html +0 -186
  241. package/docs/modules/_lib_interfaces_statsoptions_.html +0 -186
  242. package/docs/modules/_lib_interfaces_supressions_.html +0 -194
  243. package/docs/modules/_lib_messages_.html +0 -186
  244. package/docs/modules/_lib_parse_.html +0 -186
  245. package/docs/modules/_lib_request_.html +0 -259
  246. package/docs/modules/_lib_routes_.html +0 -186
  247. package/docs/modules/_lib_stats_.html +0 -190
  248. package/docs/modules/_lib_suppressions_.html +0 -262
  249. package/docs/modules/_lib_validate_.html +0 -186
  250. package/docs/modules/_lib_webhooks_.html +0 -190
  251. package/docs/modules/_webpack_config_.html +0 -227
  252. package/docs/modules/_webpack_release_config_.html +0 -227
@@ -1,284 +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>APIErrorOptions | 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_interfaces_apierroroptions_.html">&quot;lib/interfaces/APIErrorOptions&quot;</a>
60
- </li>
61
- <li>
62
- <a href="_lib_interfaces_apierroroptions_.apierroroptions.html">APIErrorOptions</a>
63
- </li>
64
- </ul>
65
- <h1>Interface APIErrorOptions</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">APIErrorOptions</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>Properties</h3>
86
- <ul class="tsd-index-list">
87
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_apierroroptions_.apierroroptions.html#body" class="tsd-kind-icon">body</a></li>
88
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_apierroroptions_.apierroroptions.html#headers" class="tsd-kind-icon">headers</a></li>
89
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_apierroroptions_.apierroroptions.html#id" class="tsd-kind-icon">id</a></li>
90
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_apierroroptions_.apierroroptions.html#message" class="tsd-kind-icon">message</a></li>
91
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_apierroroptions_.apierroroptions.html#status" class="tsd-kind-icon">status</a></li>
92
- </ul>
93
- </section>
94
- </div>
95
- </section>
96
- </section>
97
- <section class="tsd-panel-group tsd-member-group ">
98
- <h2>Properties</h2>
99
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
100
- <a name="body" class="tsd-anchor"></a>
101
- <h3>body</h3>
102
- <div class="tsd-signature tsd-kind-icon">body<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
103
- <aside class="tsd-sources">
104
- <ul>
105
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/APIErrorOptions.ts#L6">lib/interfaces/APIErrorOptions.ts:6</a></li>
106
- </ul>
107
- </aside>
108
- </section>
109
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
110
- <a name="headers" class="tsd-anchor"></a>
111
- <h3>headers</h3>
112
- <div class="tsd-signature tsd-kind-icon">headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{}</span></div>
113
- <aside class="tsd-sources">
114
- <ul>
115
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/APIErrorOptions.ts#L3">lib/interfaces/APIErrorOptions.ts:3</a></li>
116
- </ul>
117
- </aside>
118
- <div class="tsd-type-declaration">
119
- <h4>Type declaration</h4>
120
- <ul class="tsd-parameters">
121
- <li class="tsd-parameter-index-signature">
122
- <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">any</span></h5>
123
- </li>
124
- </ul>
125
- </div>
126
- </section>
127
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
128
- <a name="id" class="tsd-anchor"></a>
129
- <h3>id</h3>
130
- <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
131
- <aside class="tsd-sources">
132
- <ul>
133
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/APIErrorOptions.ts#L2">lib/interfaces/APIErrorOptions.ts:2</a></li>
134
- </ul>
135
- </aside>
136
- </section>
137
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
138
- <a name="message" class="tsd-anchor"></a>
139
- <h3>message</h3>
140
- <div class="tsd-signature tsd-kind-icon">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
141
- <aside class="tsd-sources">
142
- <ul>
143
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/APIErrorOptions.ts#L5">lib/interfaces/APIErrorOptions.ts:5</a></li>
144
- </ul>
145
- </aside>
146
- </section>
147
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
148
- <a name="status" class="tsd-anchor"></a>
149
- <h3>status</h3>
150
- <div class="tsd-signature tsd-kind-icon">status<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
151
- <aside class="tsd-sources">
152
- <ul>
153
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/APIErrorOptions.ts#L4">lib/interfaces/APIErrorOptions.ts:4</a></li>
154
- </ul>
155
- </aside>
156
- </section>
157
- </section>
158
- </div>
159
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
160
- <nav class="tsd-navigation primary">
161
- <ul>
162
- <li class="globals ">
163
- <a href="../globals.html"><em>Globals</em></a>
164
- </li>
165
- <li class=" tsd-kind-module">
166
- <a href="../modules/_index_.html">&quot;index&quot;</a>
167
- </li>
168
- <li class=" tsd-kind-module">
169
- <a href="../modules/_lib_client_.html">&quot;lib/client&quot;</a>
170
- </li>
171
- <li class=" tsd-kind-module">
172
- <a href="../modules/_lib_domains_.html">&quot;lib/domains&quot;</a>
173
- </li>
174
- <li class=" tsd-kind-module">
175
- <a href="../modules/_lib_error_.html">&quot;lib/error&quot;</a>
176
- </li>
177
- <li class=" tsd-kind-module">
178
- <a href="../modules/_lib_events_.html">&quot;lib/events&quot;</a>
179
- </li>
180
- <li class="current tsd-kind-module">
181
- <a href="../modules/_lib_interfaces_apierroroptions_.html">&quot;lib/interfaces/APIError<wbr>Options&quot;</a>
182
- </li>
183
- <li class=" tsd-kind-module">
184
- <a href="../modules/_lib_interfaces_options_.html">&quot;lib/interfaces/<wbr>Options&quot;</a>
185
- </li>
186
- <li class=" tsd-kind-module">
187
- <a href="../modules/_lib_interfaces_requestoptions_.html">&quot;lib/interfaces/<wbr>Request<wbr>Options&quot;</a>
188
- </li>
189
- <li class=" tsd-kind-module">
190
- <a href="../modules/_lib_interfaces_statsoptions_.html">&quot;lib/interfaces/<wbr>Stats<wbr>Options&quot;</a>
191
- </li>
192
- <li class=" tsd-kind-module">
193
- <a href="../modules/_lib_interfaces_supressions_.html">&quot;lib/interfaces/<wbr>Supressions&quot;</a>
194
- </li>
195
- <li class=" tsd-kind-module">
196
- <a href="../modules/_lib_messages_.html">&quot;lib/messages&quot;</a>
197
- </li>
198
- <li class=" tsd-kind-module">
199
- <a href="../modules/_lib_parse_.html">&quot;lib/parse&quot;</a>
200
- </li>
201
- <li class=" tsd-kind-module">
202
- <a href="../modules/_lib_request_.html">&quot;lib/request&quot;</a>
203
- </li>
204
- <li class=" tsd-kind-module">
205
- <a href="../modules/_lib_routes_.html">&quot;lib/routes&quot;</a>
206
- </li>
207
- <li class=" tsd-kind-module">
208
- <a href="../modules/_lib_stats_.html">&quot;lib/stats&quot;</a>
209
- </li>
210
- <li class=" tsd-kind-module">
211
- <a href="../modules/_lib_suppressions_.html">&quot;lib/suppressions&quot;</a>
212
- </li>
213
- <li class=" tsd-kind-module">
214
- <a href="../modules/_lib_validate_.html">&quot;lib/validate&quot;</a>
215
- </li>
216
- <li class=" tsd-kind-module">
217
- <a href="../modules/_lib_webhooks_.html">&quot;lib/webhooks&quot;</a>
218
- </li>
219
- <li class=" tsd-kind-module">
220
- <a href="../modules/_webpack_config_.html">&quot;webpack.config&quot;</a>
221
- </li>
222
- <li class=" tsd-kind-module">
223
- <a href="../modules/_webpack_release_config_.html">&quot;webpack.release.config&quot;</a>
224
- </li>
225
- </ul>
226
- </nav>
227
- <nav class="tsd-navigation secondary menu-sticky">
228
- <ul class="before-current">
229
- </ul>
230
- <ul class="current">
231
- <li class="current tsd-kind-interface tsd-parent-kind-module">
232
- <a href="_lib_interfaces_apierroroptions_.apierroroptions.html" class="tsd-kind-icon">APIError<wbr>Options</a>
233
- <ul>
234
- <li class=" tsd-kind-property tsd-parent-kind-interface">
235
- <a href="_lib_interfaces_apierroroptions_.apierroroptions.html#body" class="tsd-kind-icon">body</a>
236
- </li>
237
- <li class=" tsd-kind-property tsd-parent-kind-interface">
238
- <a href="_lib_interfaces_apierroroptions_.apierroroptions.html#headers" class="tsd-kind-icon">headers</a>
239
- </li>
240
- <li class=" tsd-kind-property tsd-parent-kind-interface">
241
- <a href="_lib_interfaces_apierroroptions_.apierroroptions.html#id" class="tsd-kind-icon">id</a>
242
- </li>
243
- <li class=" tsd-kind-property tsd-parent-kind-interface">
244
- <a href="_lib_interfaces_apierroroptions_.apierroroptions.html#message" class="tsd-kind-icon">message</a>
245
- </li>
246
- <li class=" tsd-kind-property tsd-parent-kind-interface">
247
- <a href="_lib_interfaces_apierroroptions_.apierroroptions.html#status" class="tsd-kind-icon">status</a>
248
- </li>
249
- </ul>
250
- </li>
251
- </ul>
252
- <ul class="after-current">
253
- </ul>
254
- </nav>
255
- </div>
256
- </div>
257
- </div>
258
- <footer class="with-border-bottom">
259
- <div class="container">
260
- <h2>Legend</h2>
261
- <div class="tsd-legend-group">
262
- <ul class="tsd-legend">
263
- <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
264
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
265
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
266
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
267
- </ul>
268
- <ul class="tsd-legend">
269
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
270
- <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
271
- </ul>
272
- <ul class="tsd-legend">
273
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
274
- </ul>
275
- </div>
276
- </div>
277
- </footer>
278
- <div class="container tsd-generator">
279
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
280
- </div>
281
- <div class="overlay"></div>
282
- <script src="../assets/js/main.js"></script>
283
- </body>
284
- </html>
@@ -1,267 +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>Options | 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_interfaces_options_.html">&quot;lib/interfaces/Options&quot;</a>
60
- </li>
61
- <li>
62
- <a href="_lib_interfaces_options_.options.html">Options</a>
63
- </li>
64
- </ul>
65
- <h1>Interface Options</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">Options</span>
77
- <ul class="tsd-hierarchy">
78
- <li>
79
- <a href="_lib_interfaces_requestoptions_.requestoptions.html" class="tsd-signature-type">RequestOptions</a>
80
- </li>
81
- </ul>
82
- </li>
83
- </ul>
84
- </section>
85
- <section class="tsd-panel-group tsd-index-group">
86
- <h2>Index</h2>
87
- <section class="tsd-panel tsd-index-panel">
88
- <div class="tsd-index-content">
89
- <section class="tsd-index-section ">
90
- <h3>Properties</h3>
91
- <ul class="tsd-index-list">
92
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_options_.options.html#key" class="tsd-kind-icon">key</a></li>
93
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_options_.options.html#public_key" class="tsd-kind-icon">public_<wbr>key</a></li>
94
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_options_.options.html#url" class="tsd-kind-icon">url</a></li>
95
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_lib_interfaces_options_.options.html#username" class="tsd-kind-icon">username</a></li>
96
- </ul>
97
- </section>
98
- </div>
99
- </section>
100
- </section>
101
- <section class="tsd-panel-group tsd-member-group ">
102
- <h2>Properties</h2>
103
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
104
- <a name="key" class="tsd-anchor"></a>
105
- <h3>key</h3>
106
- <div class="tsd-signature tsd-kind-icon">key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
107
- <aside class="tsd-sources">
108
- <ul>
109
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/Options.ts#L3">lib/interfaces/Options.ts:3</a></li>
110
- </ul>
111
- </aside>
112
- </section>
113
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
114
- <a name="public_key" class="tsd-anchor"></a>
115
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> public_<wbr>key</h3>
116
- <div class="tsd-signature tsd-kind-icon">public_<wbr>key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
117
- <aside class="tsd-sources">
118
- <ul>
119
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/Options.ts#L5">lib/interfaces/Options.ts:5</a></li>
120
- </ul>
121
- </aside>
122
- </section>
123
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
124
- <a name="url" class="tsd-anchor"></a>
125
- <h3><span class="tsd-flag ts-flagOptional">Optional</span> url</h3>
126
- <div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
127
- <aside class="tsd-sources">
128
- <ul>
129
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/Options.ts#L4">lib/interfaces/Options.ts:4</a></li>
130
- </ul>
131
- </aside>
132
- </section>
133
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
134
- <a name="username" class="tsd-anchor"></a>
135
- <h3>username</h3>
136
- <div class="tsd-signature tsd-kind-icon">username<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
137
- <aside class="tsd-sources">
138
- <ul>
139
- <li>Defined in <a href="https://github.com/andrii-yelis/mailgun-js/blob/ad9f2c7/lib/interfaces/Options.ts#L2">lib/interfaces/Options.ts:2</a></li>
140
- </ul>
141
- </aside>
142
- </section>
143
- </section>
144
- </div>
145
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
146
- <nav class="tsd-navigation primary">
147
- <ul>
148
- <li class="globals ">
149
- <a href="../globals.html"><em>Globals</em></a>
150
- </li>
151
- <li class=" tsd-kind-module">
152
- <a href="../modules/_index_.html">&quot;index&quot;</a>
153
- </li>
154
- <li class=" tsd-kind-module">
155
- <a href="../modules/_lib_client_.html">&quot;lib/client&quot;</a>
156
- </li>
157
- <li class=" tsd-kind-module">
158
- <a href="../modules/_lib_domains_.html">&quot;lib/domains&quot;</a>
159
- </li>
160
- <li class=" tsd-kind-module">
161
- <a href="../modules/_lib_error_.html">&quot;lib/error&quot;</a>
162
- </li>
163
- <li class=" tsd-kind-module">
164
- <a href="../modules/_lib_events_.html">&quot;lib/events&quot;</a>
165
- </li>
166
- <li class=" tsd-kind-module">
167
- <a href="../modules/_lib_interfaces_apierroroptions_.html">&quot;lib/interfaces/APIError<wbr>Options&quot;</a>
168
- </li>
169
- <li class="current tsd-kind-module">
170
- <a href="../modules/_lib_interfaces_options_.html">&quot;lib/interfaces/<wbr>Options&quot;</a>
171
- </li>
172
- <li class=" tsd-kind-module">
173
- <a href="../modules/_lib_interfaces_requestoptions_.html">&quot;lib/interfaces/<wbr>Request<wbr>Options&quot;</a>
174
- </li>
175
- <li class=" tsd-kind-module">
176
- <a href="../modules/_lib_interfaces_statsoptions_.html">&quot;lib/interfaces/<wbr>Stats<wbr>Options&quot;</a>
177
- </li>
178
- <li class=" tsd-kind-module">
179
- <a href="../modules/_lib_interfaces_supressions_.html">&quot;lib/interfaces/<wbr>Supressions&quot;</a>
180
- </li>
181
- <li class=" tsd-kind-module">
182
- <a href="../modules/_lib_messages_.html">&quot;lib/messages&quot;</a>
183
- </li>
184
- <li class=" tsd-kind-module">
185
- <a href="../modules/_lib_parse_.html">&quot;lib/parse&quot;</a>
186
- </li>
187
- <li class=" tsd-kind-module">
188
- <a href="../modules/_lib_request_.html">&quot;lib/request&quot;</a>
189
- </li>
190
- <li class=" tsd-kind-module">
191
- <a href="../modules/_lib_routes_.html">&quot;lib/routes&quot;</a>
192
- </li>
193
- <li class=" tsd-kind-module">
194
- <a href="../modules/_lib_stats_.html">&quot;lib/stats&quot;</a>
195
- </li>
196
- <li class=" tsd-kind-module">
197
- <a href="../modules/_lib_suppressions_.html">&quot;lib/suppressions&quot;</a>
198
- </li>
199
- <li class=" tsd-kind-module">
200
- <a href="../modules/_lib_validate_.html">&quot;lib/validate&quot;</a>
201
- </li>
202
- <li class=" tsd-kind-module">
203
- <a href="../modules/_lib_webhooks_.html">&quot;lib/webhooks&quot;</a>
204
- </li>
205
- <li class=" tsd-kind-module">
206
- <a href="../modules/_webpack_config_.html">&quot;webpack.config&quot;</a>
207
- </li>
208
- <li class=" tsd-kind-module">
209
- <a href="../modules/_webpack_release_config_.html">&quot;webpack.release.config&quot;</a>
210
- </li>
211
- </ul>
212
- </nav>
213
- <nav class="tsd-navigation secondary menu-sticky">
214
- <ul class="before-current">
215
- </ul>
216
- <ul class="current">
217
- <li class="current tsd-kind-interface tsd-parent-kind-module">
218
- <a href="_lib_interfaces_options_.options.html" class="tsd-kind-icon">Options</a>
219
- <ul>
220
- <li class=" tsd-kind-property tsd-parent-kind-interface">
221
- <a href="_lib_interfaces_options_.options.html#key" class="tsd-kind-icon">key</a>
222
- </li>
223
- <li class=" tsd-kind-property tsd-parent-kind-interface">
224
- <a href="_lib_interfaces_options_.options.html#public_key" class="tsd-kind-icon">public_<wbr>key</a>
225
- </li>
226
- <li class=" tsd-kind-property tsd-parent-kind-interface">
227
- <a href="_lib_interfaces_options_.options.html#url" class="tsd-kind-icon">url</a>
228
- </li>
229
- <li class=" tsd-kind-property tsd-parent-kind-interface">
230
- <a href="_lib_interfaces_options_.options.html#username" class="tsd-kind-icon">username</a>
231
- </li>
232
- </ul>
233
- </li>
234
- </ul>
235
- <ul class="after-current">
236
- </ul>
237
- </nav>
238
- </div>
239
- </div>
240
- </div>
241
- <footer class="with-border-bottom">
242
- <div class="container">
243
- <h2>Legend</h2>
244
- <div class="tsd-legend-group">
245
- <ul class="tsd-legend">
246
- <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
247
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
248
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
249
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
250
- </ul>
251
- <ul class="tsd-legend">
252
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
253
- <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
254
- </ul>
255
- <ul class="tsd-legend">
256
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
257
- </ul>
258
- </div>
259
- </div>
260
- </footer>
261
- <div class="container tsd-generator">
262
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
263
- </div>
264
- <div class="overlay"></div>
265
- <script src="../assets/js/main.js"></script>
266
- </body>
267
- </html>