@ngrok/ngrok-api 0.17.0 → 0.18.0

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 (294) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/docs/assets/js/search.js +1 -1
  3. package/docs/classes/client.Ngrok.html +44 -30
  4. package/docs/classes/services.APIKeys.html +6 -6
  5. package/docs/classes/services.AbuseReports.html +3 -3
  6. package/docs/classes/services.AgentIngresses.html +6 -6
  7. package/docs/classes/services.ApplicationSessions.html +4 -4
  8. package/docs/classes/services.ApplicationUsers.html +4 -4
  9. package/docs/classes/services.BotUsers.html +6 -6
  10. package/docs/classes/services.CertificateAuthorities.html +7 -7
  11. package/docs/classes/services.Credentials.html +6 -6
  12. package/docs/classes/services.EdgeRouteBackendModule.html +4 -4
  13. package/docs/classes/services.EdgeRouteCircuitBreakerModule.html +4 -4
  14. package/docs/classes/services.EdgeRouteCompressionModule.html +4 -4
  15. package/docs/classes/services.EdgeRouteIPRestrictionModule.html +4 -4
  16. package/docs/classes/services.EdgeRouteOAuthModule.html +4 -4
  17. package/docs/classes/services.EdgeRouteOIDCModule.html +4 -4
  18. package/docs/classes/services.EdgeRouteRequestHeadersModule.html +4 -4
  19. package/docs/classes/services.EdgeRouteResponseHeadersModule.html +4 -4
  20. package/docs/classes/services.EdgeRouteSAMLModule.html +4 -4
  21. package/docs/classes/services.EdgeRouteTrafficPolicyModule.html +4 -4
  22. package/docs/classes/services.EdgeRouteUserAgentFilterModule.html +4 -4
  23. package/docs/classes/services.EdgeRouteWebhookVerificationModule.html +4 -4
  24. package/docs/classes/services.EdgeRouteWebsocketTCPConverterModule.html +4 -4
  25. package/docs/classes/services.EdgesHTTPS.html +6 -6
  26. package/docs/classes/services.EdgesHTTPSRoutes.html +5 -5
  27. package/docs/classes/services.EdgesTCP.html +6 -6
  28. package/docs/classes/services.EdgesTLS.html +6 -6
  29. package/docs/classes/services.Endpoints.html +6 -6
  30. package/docs/classes/services.EventDestinations.html +6 -6
  31. package/docs/classes/services.EventSources.html +6 -6
  32. package/docs/classes/services.EventSubscriptions.html +6 -6
  33. package/docs/classes/services.FailoverBackends.html +6 -6
  34. package/docs/classes/services.HTTPResponseBackends.html +6 -6
  35. package/docs/classes/services.HTTPSEdgeMutualTLSModule.html +4 -4
  36. package/docs/classes/services.HTTPSEdgeTLSTerminationModule.html +4 -4
  37. package/docs/classes/services.IPPolicies.html +6 -6
  38. package/docs/classes/services.IPPolicyRules.html +6 -6
  39. package/docs/classes/services.IPRestrictions.html +6 -6
  40. package/docs/classes/services.ReservedAddrs.html +6 -6
  41. package/docs/classes/services.ReservedDomains.html +8 -8
  42. package/docs/classes/services.SSHCertificateAuthorities.html +7 -7
  43. package/docs/classes/services.SSHCredentials.html +6 -6
  44. package/docs/classes/services.SSHHostCertificates.html +7 -7
  45. package/docs/classes/services.SSHUserCertificates.html +7 -7
  46. package/docs/classes/services.Secrets.html +6 -6
  47. package/docs/classes/services.ServiceUsers.html +352 -0
  48. package/docs/classes/services.StaticBackends.html +6 -6
  49. package/docs/classes/services.TCPEdgeBackendModule.html +4 -4
  50. package/docs/classes/services.TCPEdgeIPRestrictionModule.html +4 -4
  51. package/docs/classes/services.TCPEdgeTrafficPolicyModule.html +4 -4
  52. package/docs/classes/services.TLSCertificates.html +6 -6
  53. package/docs/classes/services.TLSEdgeBackendModule.html +4 -4
  54. package/docs/classes/services.TLSEdgeIPRestrictionModule.html +4 -4
  55. package/docs/classes/services.TLSEdgeMutualTLSModule.html +4 -4
  56. package/docs/classes/services.TLSEdgeTLSTerminationModule.html +4 -4
  57. package/docs/classes/services.TLSEdgeTrafficPolicyModule.html +4 -4
  58. package/docs/classes/services.TunnelGroupBackends.html +6 -6
  59. package/docs/classes/services.TunnelSessions.html +6 -6
  60. package/docs/classes/services.Tunnels.html +3 -3
  61. package/docs/classes/services.Vaults.html +7 -7
  62. package/docs/classes/services.WeightedBackends.html +6 -6
  63. package/docs/interfaces/client.NgrokConfig.html +2 -2
  64. package/docs/interfaces/datatypes.APIKey.html +7 -7
  65. package/docs/interfaces/datatypes.APIKeyCreate.html +3 -3
  66. package/docs/interfaces/datatypes.APIKeyList.html +3 -3
  67. package/docs/interfaces/datatypes.APIKeyUpdate.html +3 -3
  68. package/docs/interfaces/datatypes.AWSAuth.html +2 -2
  69. package/docs/interfaces/datatypes.AWSCredentials.html +2 -2
  70. package/docs/interfaces/datatypes.AWSRole.html +1 -1
  71. package/docs/interfaces/datatypes.AbuseReport.html +7 -7
  72. package/docs/interfaces/datatypes.AbuseReportCreate.html +2 -2
  73. package/docs/interfaces/datatypes.AbuseReportHostname.html +2 -2
  74. package/docs/interfaces/datatypes.AgentIngress.html +10 -10
  75. package/docs/interfaces/datatypes.AgentIngressCertJob.html +4 -4
  76. package/docs/interfaces/datatypes.AgentIngressCertPolicy.html +2 -2
  77. package/docs/interfaces/datatypes.AgentIngressCertStatus.html +2 -2
  78. package/docs/interfaces/datatypes.AgentIngressCreate.html +4 -4
  79. package/docs/interfaces/datatypes.AgentIngressList.html +3 -3
  80. package/docs/interfaces/datatypes.AgentIngressUpdate.html +4 -4
  81. package/docs/interfaces/datatypes.ApplicationSession.html +11 -11
  82. package/docs/interfaces/datatypes.ApplicationSessionList.html +3 -3
  83. package/docs/interfaces/datatypes.ApplicationUser.html +10 -10
  84. package/docs/interfaces/datatypes.ApplicationUserList.html +3 -3
  85. package/docs/interfaces/datatypes.BotUser.html +5 -5
  86. package/docs/interfaces/datatypes.BotUserCreate.html +2 -2
  87. package/docs/interfaces/datatypes.BotUserList.html +3 -3
  88. package/docs/interfaces/datatypes.BotUserUpdate.html +3 -3
  89. package/docs/interfaces/datatypes.BrowserSession.html +3 -3
  90. package/docs/interfaces/datatypes.CertificateAuthority.html +11 -11
  91. package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +3 -3
  92. package/docs/interfaces/datatypes.CertificateAuthorityList.html +3 -3
  93. package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +3 -3
  94. package/docs/interfaces/datatypes.Credential.html +8 -8
  95. package/docs/interfaces/datatypes.CredentialCreate.html +4 -4
  96. package/docs/interfaces/datatypes.CredentialList.html +3 -3
  97. package/docs/interfaces/datatypes.CredentialUpdate.html +4 -4
  98. package/docs/interfaces/datatypes.EdgeBackendReplace.html +2 -2
  99. package/docs/interfaces/datatypes.EdgeIPRestrictionReplace.html +2 -2
  100. package/docs/interfaces/datatypes.EdgeMutualTLSReplace.html +2 -2
  101. package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +3 -3
  102. package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +3 -3
  103. package/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html +3 -3
  104. package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +3 -3
  105. package/docs/interfaces/datatypes.EdgeRouteItem.html +2 -2
  106. package/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html +3 -3
  107. package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +3 -3
  108. package/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html +3 -3
  109. package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +3 -3
  110. package/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html +3 -3
  111. package/docs/interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html +3 -3
  112. package/docs/interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html +3 -3
  113. package/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html +3 -3
  114. package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +3 -3
  115. package/docs/interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html +2 -2
  116. package/docs/interfaces/datatypes.EdgeTLSTerminationReplace.html +2 -2
  117. package/docs/interfaces/datatypes.EdgeTrafficPolicyReplace.html +2 -2
  118. package/docs/interfaces/datatypes.Endpoint.html +28 -28
  119. package/docs/interfaces/datatypes.EndpointBackend.html +2 -2
  120. package/docs/interfaces/datatypes.EndpointBackendMutate.html +2 -2
  121. package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +6 -6
  122. package/docs/interfaces/datatypes.EndpointCompression.html +1 -1
  123. package/docs/interfaces/datatypes.EndpointCreate.html +8 -8
  124. package/docs/interfaces/datatypes.EndpointIPPolicy.html +2 -2
  125. package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +2 -2
  126. package/docs/interfaces/datatypes.EndpointList.html +3 -3
  127. package/docs/interfaces/datatypes.EndpointListArgs.html +18 -4
  128. package/docs/interfaces/datatypes.EndpointMutualTLS.html +2 -2
  129. package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +2 -2
  130. package/docs/interfaces/datatypes.EndpointOAuth.html +7 -7
  131. package/docs/interfaces/datatypes.EndpointOAuthAmazon.html +5 -5
  132. package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +5 -5
  133. package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +7 -7
  134. package/docs/interfaces/datatypes.EndpointOAuthGitLab.html +5 -5
  135. package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +5 -5
  136. package/docs/interfaces/datatypes.EndpointOAuthLinkedIn.html +5 -5
  137. package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +5 -5
  138. package/docs/interfaces/datatypes.EndpointOAuthProvider.html +8 -8
  139. package/docs/interfaces/datatypes.EndpointOAuthTwitch.html +5 -5
  140. package/docs/interfaces/datatypes.EndpointOIDC.html +9 -9
  141. package/docs/interfaces/datatypes.EndpointRequestHeaders.html +3 -3
  142. package/docs/interfaces/datatypes.EndpointResponseHeaders.html +3 -3
  143. package/docs/interfaces/datatypes.EndpointSAML.html +15 -15
  144. package/docs/interfaces/datatypes.EndpointSAMLMutate.html +10 -10
  145. package/docs/interfaces/datatypes.EndpointTLSTermination.html +3 -3
  146. package/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +2 -2
  147. package/docs/interfaces/datatypes.EndpointTrafficPolicy.html +2 -2
  148. package/docs/interfaces/datatypes.EndpointUpdate.html +8 -8
  149. package/docs/interfaces/datatypes.EndpointUserAgentFilter.html +3 -3
  150. package/docs/interfaces/datatypes.EndpointWebhookValidation.html +3 -3
  151. package/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html +1 -1
  152. package/docs/interfaces/datatypes.Error.html +4 -4
  153. package/docs/interfaces/datatypes.EventDestination.html +7 -7
  154. package/docs/interfaces/datatypes.EventDestinationCreate.html +4 -4
  155. package/docs/interfaces/datatypes.EventDestinationList.html +3 -3
  156. package/docs/interfaces/datatypes.EventDestinationUpdate.html +5 -5
  157. package/docs/interfaces/datatypes.EventSource.html +2 -2
  158. package/docs/interfaces/datatypes.EventSourceCreate.html +2 -2
  159. package/docs/interfaces/datatypes.EventSourceItem.html +2 -2
  160. package/docs/interfaces/datatypes.EventSourceList.html +2 -2
  161. package/docs/interfaces/datatypes.EventSourcePaging.html +1 -1
  162. package/docs/interfaces/datatypes.EventSourceReplace.html +1 -1
  163. package/docs/interfaces/datatypes.EventSourceUpdate.html +2 -2
  164. package/docs/interfaces/datatypes.EventSubscription.html +7 -7
  165. package/docs/interfaces/datatypes.EventSubscriptionCreate.html +4 -4
  166. package/docs/interfaces/datatypes.EventSubscriptionList.html +3 -3
  167. package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +5 -5
  168. package/docs/interfaces/datatypes.EventTarget.html +5 -5
  169. package/docs/interfaces/datatypes.EventTargetAzureLogsIngestion.html +6 -6
  170. package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +2 -2
  171. package/docs/interfaces/datatypes.EventTargetDatadog.html +4 -4
  172. package/docs/interfaces/datatypes.EventTargetFirehose.html +2 -2
  173. package/docs/interfaces/datatypes.EventTargetKinesis.html +2 -2
  174. package/docs/interfaces/datatypes.FailoverBackend.html +6 -6
  175. package/docs/interfaces/datatypes.FailoverBackendCreate.html +3 -3
  176. package/docs/interfaces/datatypes.FailoverBackendList.html +3 -3
  177. package/docs/interfaces/datatypes.FailoverBackendUpdate.html +4 -4
  178. package/docs/interfaces/datatypes.FilteredPaging.html +190 -0
  179. package/docs/interfaces/datatypes.HTTPResponseBackend.html +8 -8
  180. package/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +5 -5
  181. package/docs/interfaces/datatypes.HTTPResponseBackendList.html +3 -3
  182. package/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html +6 -6
  183. package/docs/interfaces/datatypes.HTTPSEdge.html +9 -9
  184. package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +5 -5
  185. package/docs/interfaces/datatypes.HTTPSEdgeList.html +3 -3
  186. package/docs/interfaces/datatypes.HTTPSEdgeRoute.html +21 -21
  187. package/docs/interfaces/datatypes.HTTPSEdgeRouteCreate.html +18 -18
  188. package/docs/interfaces/datatypes.HTTPSEdgeRouteUpdate.html +19 -19
  189. package/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +6 -6
  190. package/docs/interfaces/datatypes.IPPolicy.html +5 -5
  191. package/docs/interfaces/datatypes.IPPolicyCreate.html +2 -2
  192. package/docs/interfaces/datatypes.IPPolicyList.html +3 -3
  193. package/docs/interfaces/datatypes.IPPolicyRule.html +8 -8
  194. package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +5 -5
  195. package/docs/interfaces/datatypes.IPPolicyRuleList.html +3 -3
  196. package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +4 -4
  197. package/docs/interfaces/datatypes.IPPolicyUpdate.html +3 -3
  198. package/docs/interfaces/datatypes.IPRestriction.html +8 -8
  199. package/docs/interfaces/datatypes.IPRestrictionCreate.html +5 -5
  200. package/docs/interfaces/datatypes.IPRestrictionList.html +3 -3
  201. package/docs/interfaces/datatypes.IPRestrictionUpdate.html +5 -5
  202. package/docs/interfaces/datatypes.IdentityProvider.html +2 -2
  203. package/docs/interfaces/datatypes.Item.html +1 -1
  204. package/docs/interfaces/datatypes.ItemPaging.html +3 -3
  205. package/docs/interfaces/datatypes.Location.html +4 -4
  206. package/docs/interfaces/datatypes.Paging.html +2 -2
  207. package/docs/interfaces/datatypes.Ref.html +2 -2
  208. package/docs/interfaces/datatypes.ReservedAddr.html +7 -7
  209. package/docs/interfaces/datatypes.ReservedAddrCreate.html +3 -3
  210. package/docs/interfaces/datatypes.ReservedAddrList.html +3 -3
  211. package/docs/interfaces/datatypes.ReservedAddrUpdate.html +3 -3
  212. package/docs/interfaces/datatypes.ReservedDomain.html +12 -12
  213. package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -4
  214. package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +2 -2
  215. package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +2 -2
  216. package/docs/interfaces/datatypes.ReservedDomainCreate.html +6 -6
  217. package/docs/interfaces/datatypes.ReservedDomainList.html +3 -3
  218. package/docs/interfaces/datatypes.ReservedDomainUpdate.html +5 -5
  219. package/docs/interfaces/datatypes.SSHCertificateAuthority.html +7 -7
  220. package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +5 -5
  221. package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +3 -3
  222. package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +3 -3
  223. package/docs/interfaces/datatypes.SSHCredential.html +8 -8
  224. package/docs/interfaces/datatypes.SSHCredentialCreate.html +5 -5
  225. package/docs/interfaces/datatypes.SSHCredentialList.html +3 -3
  226. package/docs/interfaces/datatypes.SSHCredentialUpdate.html +4 -4
  227. package/docs/interfaces/datatypes.SSHHostCertificate.html +12 -12
  228. package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +7 -7
  229. package/docs/interfaces/datatypes.SSHHostCertificateList.html +3 -3
  230. package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +3 -3
  231. package/docs/interfaces/datatypes.SSHUserCertificate.html +14 -14
  232. package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +9 -9
  233. package/docs/interfaces/datatypes.SSHUserCertificateList.html +3 -3
  234. package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +3 -3
  235. package/docs/interfaces/datatypes.Secret.html +29 -10
  236. package/docs/interfaces/datatypes.SecretCreate.html +24 -5
  237. package/docs/interfaces/datatypes.SecretList.html +3 -3
  238. package/docs/interfaces/datatypes.SecretUpdate.html +5 -5
  239. package/docs/interfaces/datatypes.ServiceUser.html +243 -0
  240. package/docs/interfaces/datatypes.ServiceUserCreate.html +186 -0
  241. package/docs/interfaces/datatypes.ServiceUserList.html +205 -0
  242. package/docs/interfaces/datatypes.ServiceUserUpdate.html +200 -0
  243. package/docs/interfaces/datatypes.StaticBackend.html +7 -7
  244. package/docs/interfaces/datatypes.StaticBackendCreate.html +4 -4
  245. package/docs/interfaces/datatypes.StaticBackendList.html +3 -3
  246. package/docs/interfaces/datatypes.StaticBackendTLS.html +1 -1
  247. package/docs/interfaces/datatypes.StaticBackendUpdate.html +5 -5
  248. package/docs/interfaces/datatypes.TCPEdge.html +9 -9
  249. package/docs/interfaces/datatypes.TCPEdgeCreate.html +6 -6
  250. package/docs/interfaces/datatypes.TCPEdgeList.html +3 -3
  251. package/docs/interfaces/datatypes.TCPEdgeUpdate.html +7 -7
  252. package/docs/interfaces/datatypes.TLSCertificate.html +21 -21
  253. package/docs/interfaces/datatypes.TLSCertificateCreate.html +4 -4
  254. package/docs/interfaces/datatypes.TLSCertificateList.html +3 -3
  255. package/docs/interfaces/datatypes.TLSCertificateSANs.html +2 -2
  256. package/docs/interfaces/datatypes.TLSCertificateUpdate.html +3 -3
  257. package/docs/interfaces/datatypes.TLSEdge.html +11 -11
  258. package/docs/interfaces/datatypes.TLSEdgeCreate.html +8 -8
  259. package/docs/interfaces/datatypes.TLSEdgeList.html +3 -3
  260. package/docs/interfaces/datatypes.TLSEdgeUpdate.html +9 -9
  261. package/docs/interfaces/datatypes.Tunnel.html +11 -11
  262. package/docs/interfaces/datatypes.TunnelGroupBackend.html +7 -7
  263. package/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +3 -3
  264. package/docs/interfaces/datatypes.TunnelGroupBackendList.html +3 -3
  265. package/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +4 -4
  266. package/docs/interfaces/datatypes.TunnelList.html +3 -3
  267. package/docs/interfaces/datatypes.TunnelSession.html +10 -10
  268. package/docs/interfaces/datatypes.TunnelSessionList.html +3 -3
  269. package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +1 -1
  270. package/docs/interfaces/datatypes.UserAgent.html +6 -6
  271. package/docs/interfaces/datatypes.Vault.html +9 -9
  272. package/docs/interfaces/datatypes.VaultCreate.html +3 -3
  273. package/docs/interfaces/datatypes.VaultList.html +3 -3
  274. package/docs/interfaces/datatypes.VaultUpdate.html +4 -4
  275. package/docs/interfaces/datatypes.WeightedBackend.html +6 -6
  276. package/docs/interfaces/datatypes.WeightedBackendCreate.html +3 -3
  277. package/docs/interfaces/datatypes.WeightedBackendList.html +3 -3
  278. package/docs/interfaces/datatypes.WeightedBackendUpdate.html +4 -4
  279. package/docs/modules/datatypes.html +20 -0
  280. package/docs/modules/services.html +4 -0
  281. package/lib/client.d.ts +1 -0
  282. package/lib/client.d.ts.map +1 -1
  283. package/lib/client.js +2 -1
  284. package/lib/client.js.map +1 -1
  285. package/lib/datatypes.d.ts +46 -3
  286. package/lib/datatypes.d.ts.map +1 -1
  287. package/lib/services.d.ts +31 -4
  288. package/lib/services.d.ts.map +1 -1
  289. package/lib/services.js +137 -36
  290. package/lib/services.js.map +1 -1
  291. package/package.json +1 -1
  292. package/src/client.ts +3 -1
  293. package/src/datatypes.ts +51 -3
  294. package/src/services.ts +151 -38
@@ -110,6 +110,7 @@
110
110
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#reservedAddrs" class="tsd-kind-icon">reserved<wbr>Addrs</a></li>
111
111
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#reservedDomains" class="tsd-kind-icon">reserved<wbr>Domains</a></li>
112
112
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#secrets" class="tsd-kind-icon">secrets</a></li>
113
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#serviceUsers" class="tsd-kind-icon">service<wbr>Users</a></li>
113
114
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshCertificateAuthorities" class="tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities</a></li>
114
115
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshCredentials" class="tsd-kind-icon">ssh<wbr>Credentials</a></li>
115
116
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="client.Ngrok.html#sshHostCertificates" class="tsd-kind-icon">ssh<wbr>Host<wbr>Certificates</a></li>
@@ -135,7 +136,7 @@
135
136
  <li class="tsd-description">
136
137
  <aside class="tsd-sources">
137
138
  <ul>
138
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L212">client.ts:212</a></li>
139
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L213">client.ts:213</a></li>
139
140
  </ul>
140
141
  </aside>
141
142
  <div class="tsd-comment tsd-typography">
@@ -162,7 +163,7 @@
162
163
  <div class="tsd-signature tsd-kind-icon">abuse<wbr>Reports<span class="tsd-signature-symbol">:</span> <a href="services.AbuseReports.html" class="tsd-signature-type" data-tsd-kind="Class">AbuseReports</a></div>
163
164
  <aside class="tsd-sources">
164
165
  <ul>
165
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L28">client.ts:28</a></li>
166
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L28">client.ts:28</a></li>
166
167
  </ul>
167
168
  </aside>
168
169
  <div class="tsd-comment tsd-typography">
@@ -178,7 +179,7 @@
178
179
  <div class="tsd-signature tsd-kind-icon">agent<wbr>Ingresses<span class="tsd-signature-symbol">:</span> <a href="services.AgentIngresses.html" class="tsd-signature-type" data-tsd-kind="Class">AgentIngresses</a></div>
179
180
  <aside class="tsd-sources">
180
181
  <ul>
181
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L29">client.ts:29</a></li>
182
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L29">client.ts:29</a></li>
182
183
  </ul>
183
184
  </aside>
184
185
  </section>
@@ -188,7 +189,7 @@
188
189
  <div class="tsd-signature tsd-kind-icon">api<wbr>Keys<span class="tsd-signature-symbol">:</span> <a href="services.APIKeys.html" class="tsd-signature-type" data-tsd-kind="Class">APIKeys</a></div>
189
190
  <aside class="tsd-sources">
190
191
  <ul>
191
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L37">client.ts:37</a></li>
192
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L37">client.ts:37</a></li>
192
193
  </ul>
193
194
  </aside>
194
195
  <div class="tsd-comment tsd-typography">
@@ -207,7 +208,7 @@
207
208
  <div class="tsd-signature tsd-kind-icon">application<wbr>Sessions<span class="tsd-signature-symbol">:</span> <a href="services.ApplicationSessions.html" class="tsd-signature-type" data-tsd-kind="Class">ApplicationSessions</a></div>
208
209
  <aside class="tsd-sources">
209
210
  <ul>
210
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L38">client.ts:38</a></li>
211
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L38">client.ts:38</a></li>
211
212
  </ul>
212
213
  </aside>
213
214
  </section>
@@ -217,7 +218,7 @@
217
218
  <div class="tsd-signature tsd-kind-icon">application<wbr>Users<span class="tsd-signature-symbol">:</span> <a href="services.ApplicationUsers.html" class="tsd-signature-type" data-tsd-kind="Class">ApplicationUsers</a></div>
218
219
  <aside class="tsd-sources">
219
220
  <ul>
220
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L39">client.ts:39</a></li>
221
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L39">client.ts:39</a></li>
221
222
  </ul>
222
223
  </aside>
223
224
  </section>
@@ -227,7 +228,7 @@
227
228
  <div class="tsd-signature tsd-kind-icon">backends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>failoverBackends<span class="tsd-signature-symbol">: </span><a href="services.FailoverBackends.html" class="tsd-signature-type" data-tsd-kind="Class">FailoverBackends</a><span class="tsd-signature-symbol">; </span>httpResponseBackends<span class="tsd-signature-symbol">: </span><a href="services.HTTPResponseBackends.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPResponseBackends</a><span class="tsd-signature-symbol">; </span>staticBackends<span class="tsd-signature-symbol">: </span><a href="services.StaticBackends.html" class="tsd-signature-type" data-tsd-kind="Class">StaticBackends</a><span class="tsd-signature-symbol">; </span>tunnelGroupBackends<span class="tsd-signature-symbol">: </span><a href="services.TunnelGroupBackends.html" class="tsd-signature-type" data-tsd-kind="Class">TunnelGroupBackends</a><span class="tsd-signature-symbol">; </span>weightedBackends<span class="tsd-signature-symbol">: </span><a href="services.WeightedBackends.html" class="tsd-signature-type" data-tsd-kind="Class">WeightedBackends</a><span class="tsd-signature-symbol"> }</span></div>
228
229
  <aside class="tsd-sources">
229
230
  <ul>
230
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L148">client.ts:148</a></li>
231
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L149">client.ts:149</a></li>
231
232
  </ul>
232
233
  </aside>
233
234
  <div class="tsd-type-declaration">
@@ -285,7 +286,7 @@
285
286
  <div class="tsd-signature tsd-kind-icon">bot<wbr>Users<span class="tsd-signature-symbol">:</span> <a href="services.BotUsers.html" class="tsd-signature-type" data-tsd-kind="Class">BotUsers</a></div>
286
287
  <aside class="tsd-sources">
287
288
  <ul>
288
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L46">client.ts:46</a></li>
289
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L46">client.ts:46</a></li>
289
290
  </ul>
290
291
  </aside>
291
292
  </section>
@@ -295,7 +296,7 @@
295
296
  <div class="tsd-signature tsd-kind-icon">certificate<wbr>Authorities<span class="tsd-signature-symbol">:</span> <a href="services.CertificateAuthorities.html" class="tsd-signature-type" data-tsd-kind="Class">CertificateAuthorities</a></div>
296
297
  <aside class="tsd-sources">
297
298
  <ul>
298
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L54">client.ts:54</a></li>
299
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L54">client.ts:54</a></li>
299
300
  </ul>
300
301
  </aside>
301
302
  <div class="tsd-comment tsd-typography">
@@ -314,7 +315,7 @@
314
315
  <div class="tsd-signature tsd-kind-icon">credentials<span class="tsd-signature-symbol">:</span> <a href="services.Credentials.html" class="tsd-signature-type" data-tsd-kind="Class">Credentials</a></div>
315
316
  <aside class="tsd-sources">
316
317
  <ul>
317
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L61">client.ts:61</a></li>
318
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L61">client.ts:61</a></li>
318
319
  </ul>
319
320
  </aside>
320
321
  <div class="tsd-comment tsd-typography">
@@ -332,7 +333,7 @@
332
333
  <div class="tsd-signature tsd-kind-icon">edge<wbr>Modules<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>edgeRouteBackendModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteBackendModule</a><span class="tsd-signature-symbol">; </span>edgeRouteCircuitBreakerModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteCircuitBreakerModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteCircuitBreakerModule</a><span class="tsd-signature-symbol">; </span>edgeRouteCompressionModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteCompressionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteCompressionModule</a><span class="tsd-signature-symbol">; </span>edgeRouteIpRestrictionModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteIPRestrictionModule</a><span class="tsd-signature-symbol">; </span>edgeRouteOAuthModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteOAuthModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteOAuthModule</a><span class="tsd-signature-symbol">; </span>edgeRouteOidcModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteOIDCModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteOIDCModule</a><span class="tsd-signature-symbol">; </span>edgeRouteRequestHeadersModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteRequestHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteRequestHeadersModule</a><span class="tsd-signature-symbol">; </span>edgeRouteResponseHeadersModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteResponseHeadersModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteResponseHeadersModule</a><span class="tsd-signature-symbol">; </span>edgeRouteSamlModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteSAMLModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteSAMLModule</a><span class="tsd-signature-symbol">; </span>edgeRouteTrafficPolicyModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteTrafficPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteTrafficPolicyModule</a><span class="tsd-signature-symbol">; </span>edgeRouteUserAgentFilterModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteUserAgentFilterModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteUserAgentFilterModule</a><span class="tsd-signature-symbol">; </span>edgeRouteWebhookVerificationModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteWebhookVerificationModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteWebhookVerificationModule</a><span class="tsd-signature-symbol">; </span>edgeRouteWebsocketTcpConverterModule<span class="tsd-signature-symbol">: </span><a href="services.EdgeRouteWebsocketTCPConverterModule.html" class="tsd-signature-type" data-tsd-kind="Class">EdgeRouteWebsocketTCPConverterModule</a><span class="tsd-signature-symbol">; </span>httpsEdgeMutualTlsModule<span class="tsd-signature-symbol">: </span><a href="services.HTTPSEdgeMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPSEdgeMutualTLSModule</a><span class="tsd-signature-symbol">; </span>httpsEdgeTlsTerminationModule<span class="tsd-signature-symbol">: </span><a href="services.HTTPSEdgeTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">HTTPSEdgeTLSTerminationModule</a><span class="tsd-signature-symbol">; </span>tcpEdgeBackendModule<span class="tsd-signature-symbol">: </span><a href="services.TCPEdgeBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">TCPEdgeBackendModule</a><span class="tsd-signature-symbol">; </span>tcpEdgeIpRestrictionModule<span class="tsd-signature-symbol">: </span><a href="services.TCPEdgeIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">TCPEdgeIPRestrictionModule</a><span class="tsd-signature-symbol">; </span>tcpEdgeTrafficPolicyModule<span class="tsd-signature-symbol">: </span><a href="services.TCPEdgeTrafficPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">TCPEdgeTrafficPolicyModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeBackendModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeBackendModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeBackendModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeIpRestrictionModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeIPRestrictionModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeIPRestrictionModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeMutualTlsModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeMutualTLSModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeMutualTLSModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeTlsTerminationModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeTLSTerminationModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeTLSTerminationModule</a><span class="tsd-signature-symbol">; </span>tlsEdgeTrafficPolicyModule<span class="tsd-signature-symbol">: </span><a href="services.TLSEdgeTrafficPolicyModule.html" class="tsd-signature-type" data-tsd-kind="Class">TLSEdgeTrafficPolicyModule</a><span class="tsd-signature-symbol"> }</span></div>
333
334
  <aside class="tsd-sources">
334
335
  <ul>
335
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L181">client.ts:181</a></li>
336
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L182">client.ts:182</a></li>
336
337
  </ul>
337
338
  </aside>
338
339
  <div class="tsd-type-declaration">
@@ -416,7 +417,7 @@
416
417
  <div class="tsd-signature tsd-kind-icon">edges<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>edgesHttps<span class="tsd-signature-symbol">: </span><a href="services.EdgesHTTPS.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesHTTPS</a><span class="tsd-signature-symbol">; </span>edgesHttpsRoutes<span class="tsd-signature-symbol">: </span><a href="services.EdgesHTTPSRoutes.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesHTTPSRoutes</a><span class="tsd-signature-symbol">; </span>edgesTcp<span class="tsd-signature-symbol">: </span><a href="services.EdgesTCP.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesTCP</a><span class="tsd-signature-symbol">; </span>edgesTls<span class="tsd-signature-symbol">: </span><a href="services.EdgesTLS.html" class="tsd-signature-type" data-tsd-kind="Class">EdgesTLS</a><span class="tsd-signature-symbol"> }</span></div>
417
418
  <aside class="tsd-sources">
418
419
  <ul>
419
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L175">client.ts:175</a></li>
420
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L176">client.ts:176</a></li>
420
421
  </ul>
421
422
  </aside>
422
423
  <div class="tsd-type-declaration">
@@ -443,7 +444,7 @@
443
444
  <div class="tsd-signature tsd-kind-icon">endpoints<span class="tsd-signature-symbol">:</span> <a href="services.Endpoints.html" class="tsd-signature-type" data-tsd-kind="Class">Endpoints</a></div>
444
445
  <aside class="tsd-sources">
445
446
  <ul>
446
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L67">client.ts:67</a></li>
447
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L67">client.ts:67</a></li>
447
448
  </ul>
448
449
  </aside>
449
450
  <div class="tsd-comment tsd-typography">
@@ -460,7 +461,7 @@
460
461
  <div class="tsd-signature tsd-kind-icon">event<wbr>Destinations<span class="tsd-signature-symbol">:</span> <a href="services.EventDestinations.html" class="tsd-signature-type" data-tsd-kind="Class">EventDestinations</a></div>
461
462
  <aside class="tsd-sources">
462
463
  <ul>
463
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L68">client.ts:68</a></li>
464
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L68">client.ts:68</a></li>
464
465
  </ul>
465
466
  </aside>
466
467
  </section>
@@ -470,7 +471,7 @@
470
471
  <div class="tsd-signature tsd-kind-icon">event<wbr>Sources<span class="tsd-signature-symbol">:</span> <a href="services.EventSources.html" class="tsd-signature-type" data-tsd-kind="Class">EventSources</a></div>
471
472
  <aside class="tsd-sources">
472
473
  <ul>
473
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L70">client.ts:70</a></li>
474
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L70">client.ts:70</a></li>
474
475
  </ul>
475
476
  </aside>
476
477
  </section>
@@ -480,7 +481,7 @@
480
481
  <div class="tsd-signature tsd-kind-icon">event<wbr>Subscriptions<span class="tsd-signature-symbol">:</span> <a href="services.EventSubscriptions.html" class="tsd-signature-type" data-tsd-kind="Class">EventSubscriptions</a></div>
481
482
  <aside class="tsd-sources">
482
483
  <ul>
483
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L69">client.ts:69</a></li>
484
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L69">client.ts:69</a></li>
484
485
  </ul>
485
486
  </aside>
486
487
  </section>
@@ -490,7 +491,7 @@
490
491
  <div class="tsd-signature tsd-kind-icon">ip<wbr>Policies<span class="tsd-signature-symbol">:</span> <a href="services.IPPolicies.html" class="tsd-signature-type" data-tsd-kind="Class">IPPolicies</a></div>
491
492
  <aside class="tsd-sources">
492
493
  <ul>
493
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L77">client.ts:77</a></li>
494
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L77">client.ts:77</a></li>
494
495
  </ul>
495
496
  </aside>
496
497
  <div class="tsd-comment tsd-typography">
@@ -508,7 +509,7 @@
508
509
  <div class="tsd-signature tsd-kind-icon">ip<wbr>Policy<wbr>Rules<span class="tsd-signature-symbol">:</span> <a href="services.IPPolicyRules.html" class="tsd-signature-type" data-tsd-kind="Class">IPPolicyRules</a></div>
509
510
  <aside class="tsd-sources">
510
511
  <ul>
511
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L82">client.ts:82</a></li>
512
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L82">client.ts:82</a></li>
512
513
  </ul>
513
514
  </aside>
514
515
  <div class="tsd-comment tsd-typography">
@@ -524,7 +525,7 @@
524
525
  <div class="tsd-signature tsd-kind-icon">ip<wbr>Restrictions<span class="tsd-signature-symbol">:</span> <a href="services.IPRestrictions.html" class="tsd-signature-type" data-tsd-kind="Class">IPRestrictions</a></div>
525
526
  <aside class="tsd-sources">
526
527
  <ul>
527
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L91">client.ts:91</a></li>
528
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L91">client.ts:91</a></li>
528
529
  </ul>
529
530
  </aside>
530
531
  <div class="tsd-comment tsd-typography">
@@ -544,7 +545,7 @@
544
545
  <div class="tsd-signature tsd-kind-icon">reserved<wbr>Addrs<span class="tsd-signature-symbol">:</span> <a href="services.ReservedAddrs.html" class="tsd-signature-type" data-tsd-kind="Class">ReservedAddrs</a></div>
545
546
  <aside class="tsd-sources">
546
547
  <ul>
547
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L97">client.ts:97</a></li>
548
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L97">client.ts:97</a></li>
548
549
  </ul>
549
550
  </aside>
550
551
  <div class="tsd-comment tsd-typography">
@@ -561,7 +562,7 @@
561
562
  <div class="tsd-signature tsd-kind-icon">reserved<wbr>Domains<span class="tsd-signature-symbol">:</span> <a href="services.ReservedDomains.html" class="tsd-signature-type" data-tsd-kind="Class">ReservedDomains</a></div>
562
563
  <aside class="tsd-sources">
563
564
  <ul>
564
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L104">client.ts:104</a></li>
565
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L104">client.ts:104</a></li>
565
566
  </ul>
566
567
  </aside>
567
568
  <div class="tsd-comment tsd-typography">
@@ -579,7 +580,7 @@
579
580
  <div class="tsd-signature tsd-kind-icon">secrets<span class="tsd-signature-symbol">:</span> <a href="services.Secrets.html" class="tsd-signature-type" data-tsd-kind="Class">Secrets</a></div>
580
581
  <aside class="tsd-sources">
581
582
  <ul>
582
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L108">client.ts:108</a></li>
583
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L108">client.ts:108</a></li>
583
584
  </ul>
584
585
  </aside>
585
586
  <div class="tsd-comment tsd-typography">
@@ -588,13 +589,23 @@
588
589
  </div>
589
590
  </div>
590
591
  </section>
592
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
593
+ <a name="serviceUsers" class="tsd-anchor"></a>
594
+ <h3>service<wbr>Users</h3>
595
+ <div class="tsd-signature tsd-kind-icon">service<wbr>Users<span class="tsd-signature-symbol">:</span> <a href="services.ServiceUsers.html" class="tsd-signature-type" data-tsd-kind="Class">ServiceUsers</a></div>
596
+ <aside class="tsd-sources">
597
+ <ul>
598
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L109">client.ts:109</a></li>
599
+ </ul>
600
+ </aside>
601
+ </section>
591
602
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
592
603
  <a name="sshCertificateAuthorities" class="tsd-anchor"></a>
593
604
  <h3>ssh<wbr>Certificate<wbr>Authorities</h3>
594
605
  <div class="tsd-signature tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities<span class="tsd-signature-symbol">:</span> <a href="services.SSHCertificateAuthorities.html" class="tsd-signature-type" data-tsd-kind="Class">SSHCertificateAuthorities</a></div>
595
606
  <aside class="tsd-sources">
596
607
  <ul>
597
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L113">client.ts:113</a></li>
608
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L114">client.ts:114</a></li>
598
609
  </ul>
599
610
  </aside>
600
611
  <div class="tsd-comment tsd-typography">
@@ -610,7 +621,7 @@
610
621
  <div class="tsd-signature tsd-kind-icon">ssh<wbr>Credentials<span class="tsd-signature-symbol">:</span> <a href="services.SSHCredentials.html" class="tsd-signature-type" data-tsd-kind="Class">SSHCredentials</a></div>
611
622
  <aside class="tsd-sources">
612
623
  <ul>
613
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L118">client.ts:118</a></li>
624
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L119">client.ts:119</a></li>
614
625
  </ul>
615
626
  </aside>
616
627
  <div class="tsd-comment tsd-typography">
@@ -626,7 +637,7 @@
626
637
  <div class="tsd-signature tsd-kind-icon">ssh<wbr>Host<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.SSHHostCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">SSHHostCertificates</a></div>
627
638
  <aside class="tsd-sources">
628
639
  <ul>
629
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L124">client.ts:124</a></li>
640
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L125">client.ts:125</a></li>
630
641
  </ul>
631
642
  </aside>
632
643
  <div class="tsd-comment tsd-typography">
@@ -643,7 +654,7 @@
643
654
  <div class="tsd-signature tsd-kind-icon">ssh<wbr>User<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.SSHUserCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">SSHUserCertificates</a></div>
644
655
  <aside class="tsd-sources">
645
656
  <ul>
646
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L130">client.ts:130</a></li>
657
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L131">client.ts:131</a></li>
647
658
  </ul>
648
659
  </aside>
649
660
  <div class="tsd-comment tsd-typography">
@@ -660,7 +671,7 @@
660
671
  <div class="tsd-signature tsd-kind-icon">tls<wbr>Certificates<span class="tsd-signature-symbol">:</span> <a href="services.TLSCertificates.html" class="tsd-signature-type" data-tsd-kind="Class">TLSCertificates</a></div>
661
672
  <aside class="tsd-sources">
662
673
  <ul>
663
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L138">client.ts:138</a></li>
674
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L139">client.ts:139</a></li>
664
675
  </ul>
665
676
  </aside>
666
677
  <div class="tsd-comment tsd-typography">
@@ -679,7 +690,7 @@
679
690
  <div class="tsd-signature tsd-kind-icon">tunnel<wbr>Sessions<span class="tsd-signature-symbol">:</span> <a href="services.TunnelSessions.html" class="tsd-signature-type" data-tsd-kind="Class">TunnelSessions</a></div>
680
691
  <aside class="tsd-sources">
681
692
  <ul>
682
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L45">client.ts:45</a></li>
693
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L45">client.ts:45</a></li>
683
694
  </ul>
684
695
  </aside>
685
696
  <div class="tsd-comment tsd-typography">
@@ -696,7 +707,7 @@
696
707
  <div class="tsd-signature tsd-kind-icon">tunnels<span class="tsd-signature-symbol">:</span> <a href="services.Tunnels.html" class="tsd-signature-type" data-tsd-kind="Class">Tunnels</a></div>
697
708
  <aside class="tsd-sources">
698
709
  <ul>
699
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L143">client.ts:143</a></li>
710
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L144">client.ts:144</a></li>
700
711
  </ul>
701
712
  </aside>
702
713
  <div class="tsd-comment tsd-typography">
@@ -712,7 +723,7 @@
712
723
  <div class="tsd-signature tsd-kind-icon">vaults<span class="tsd-signature-symbol">:</span> <a href="services.Vaults.html" class="tsd-signature-type" data-tsd-kind="Class">Vaults</a></div>
713
724
  <aside class="tsd-sources">
714
725
  <ul>
715
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/client.ts#L147">client.ts:147</a></li>
726
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/client.ts#L148">client.ts:148</a></li>
716
727
  </ul>
717
728
  </aside>
718
729
  <div class="tsd-comment tsd-typography">
@@ -813,6 +824,9 @@
813
824
  <li class=" tsd-kind-property tsd-parent-kind-class">
814
825
  <a href="client.Ngrok.html#secrets" class="tsd-kind-icon">secrets</a>
815
826
  </li>
827
+ <li class=" tsd-kind-property tsd-parent-kind-class">
828
+ <a href="client.Ngrok.html#serviceUsers" class="tsd-kind-icon">service<wbr>Users</a>
829
+ </li>
816
830
  <li class=" tsd-kind-property tsd-parent-kind-class">
817
831
  <a href="client.Ngrok.html#sshCertificateAuthorities" class="tsd-kind-icon">ssh<wbr>Certificate<wbr>Authorities</a>
818
832
  </li>
@@ -122,7 +122,7 @@
122
122
  <li class="tsd-description">
123
123
  <aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L157">services.ts:157</a></li>
125
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L157">services.ts:157</a></li>
126
126
  </ul>
127
127
  </aside>
128
128
  <div class="tsd-comment tsd-typography">
@@ -153,7 +153,7 @@
153
153
  <li class="tsd-description">
154
154
  <aside class="tsd-sources">
155
155
  <ul>
156
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L163">services.ts:163</a></li>
156
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L163">services.ts:163</a></li>
157
157
  </ul>
158
158
  </aside>
159
159
  <div class="tsd-comment tsd-typography">
@@ -181,7 +181,7 @@
181
181
  <li class="tsd-description">
182
182
  <aside class="tsd-sources">
183
183
  <ul>
184
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L173">services.ts:173</a></li>
184
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L173">services.ts:173</a></li>
185
185
  </ul>
186
186
  </aside>
187
187
  <div class="tsd-comment tsd-typography">
@@ -209,7 +209,7 @@
209
209
  <li class="tsd-description">
210
210
  <aside class="tsd-sources">
211
211
  <ul>
212
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L183">services.ts:183</a></li>
212
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L183">services.ts:183</a></li>
213
213
  </ul>
214
214
  </aside>
215
215
  <div class="tsd-comment tsd-typography">
@@ -237,7 +237,7 @@
237
237
  <li class="tsd-description">
238
238
  <aside class="tsd-sources">
239
239
  <ul>
240
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L193">services.ts:193</a></li>
240
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L193">services.ts:193</a></li>
241
241
  </ul>
242
242
  </aside>
243
243
  <div class="tsd-comment tsd-typography">
@@ -268,7 +268,7 @@
268
268
  <li class="tsd-description">
269
269
  <aside class="tsd-sources">
270
270
  <ul>
271
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L241">services.ts:241</a></li>
271
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L243">services.ts:243</a></li>
272
272
  </ul>
273
273
  </aside>
274
274
  <div class="tsd-comment tsd-typography">
@@ -116,7 +116,7 @@
116
116
  <li class="tsd-description">
117
117
  <aside class="tsd-sources">
118
118
  <ul>
119
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L16">services.ts:16</a></li>
119
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L16">services.ts:16</a></li>
120
120
  </ul>
121
121
  </aside>
122
122
  <div class="tsd-comment tsd-typography">
@@ -147,7 +147,7 @@
147
147
  <li class="tsd-description">
148
148
  <aside class="tsd-sources">
149
149
  <ul>
150
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L22">services.ts:22</a></li>
150
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L22">services.ts:22</a></li>
151
151
  </ul>
152
152
  </aside>
153
153
  <div class="tsd-comment tsd-typography">
@@ -175,7 +175,7 @@
175
175
  <li class="tsd-description">
176
176
  <aside class="tsd-sources">
177
177
  <ul>
178
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L34">services.ts:34</a></li>
178
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L34">services.ts:34</a></li>
179
179
  </ul>
180
180
  </aside>
181
181
  <div class="tsd-comment tsd-typography">
@@ -111,7 +111,7 @@
111
111
  <li class="tsd-description">
112
112
  <aside class="tsd-sources">
113
113
  <ul>
114
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L47">services.ts:47</a></li>
114
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L47">services.ts:47</a></li>
115
115
  </ul>
116
116
  </aside>
117
117
  <div class="tsd-comment tsd-typography">
@@ -142,7 +142,7 @@
142
142
  <li class="tsd-description">
143
143
  <aside class="tsd-sources">
144
144
  <ul>
145
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L53">services.ts:53</a></li>
145
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L53">services.ts:53</a></li>
146
146
  </ul>
147
147
  </aside>
148
148
  <div class="tsd-comment tsd-typography">
@@ -170,7 +170,7 @@
170
170
  <li class="tsd-description">
171
171
  <aside class="tsd-sources">
172
172
  <ul>
173
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L65">services.ts:65</a></li>
173
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L65">services.ts:65</a></li>
174
174
  </ul>
175
175
  </aside>
176
176
  <div class="tsd-comment tsd-typography">
@@ -198,7 +198,7 @@
198
198
  <li class="tsd-description">
199
199
  <aside class="tsd-sources">
200
200
  <ul>
201
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L75">services.ts:75</a></li>
201
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L75">services.ts:75</a></li>
202
202
  </ul>
203
203
  </aside>
204
204
  <div class="tsd-comment tsd-typography">
@@ -226,7 +226,7 @@
226
226
  <li class="tsd-description">
227
227
  <aside class="tsd-sources">
228
228
  <ul>
229
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L85">services.ts:85</a></li>
229
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L85">services.ts:85</a></li>
230
230
  </ul>
231
231
  </aside>
232
232
  <div class="tsd-comment tsd-typography">
@@ -257,7 +257,7 @@
257
257
  <li class="tsd-description">
258
258
  <aside class="tsd-sources">
259
259
  <ul>
260
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L135">services.ts:135</a></li>
260
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L135">services.ts:135</a></li>
261
261
  </ul>
262
262
  </aside>
263
263
  <div class="tsd-comment tsd-typography">
@@ -109,7 +109,7 @@
109
109
  <li class="tsd-description">
110
110
  <aside class="tsd-sources">
111
111
  <ul>
112
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L254">services.ts:254</a></li>
112
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L256">services.ts:256</a></li>
113
113
  </ul>
114
114
  </aside>
115
115
  <div class="tsd-comment tsd-typography">
@@ -140,7 +140,7 @@
140
140
  <li class="tsd-description">
141
141
  <aside class="tsd-sources">
142
142
  <ul>
143
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L270">services.ts:270</a></li>
143
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L272">services.ts:272</a></li>
144
144
  </ul>
145
145
  </aside>
146
146
  <div class="tsd-comment tsd-typography">
@@ -168,7 +168,7 @@
168
168
  <li class="tsd-description">
169
169
  <aside class="tsd-sources">
170
170
  <ul>
171
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L260">services.ts:260</a></li>
171
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L262">services.ts:262</a></li>
172
172
  </ul>
173
173
  </aside>
174
174
  <div class="tsd-comment tsd-typography">
@@ -196,7 +196,7 @@
196
196
  <li class="tsd-description">
197
197
  <aside class="tsd-sources">
198
198
  <ul>
199
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L280">services.ts:280</a></li>
199
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L282">services.ts:282</a></li>
200
200
  </ul>
201
201
  </aside>
202
202
  <div class="tsd-comment tsd-typography">
@@ -109,7 +109,7 @@
109
109
  <li class="tsd-description">
110
110
  <aside class="tsd-sources">
111
111
  <ul>
112
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L334">services.ts:334</a></li>
112
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L336">services.ts:336</a></li>
113
113
  </ul>
114
114
  </aside>
115
115
  <div class="tsd-comment tsd-typography">
@@ -140,7 +140,7 @@
140
140
  <li class="tsd-description">
141
141
  <aside class="tsd-sources">
142
142
  <ul>
143
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L350">services.ts:350</a></li>
143
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L352">services.ts:352</a></li>
144
144
  </ul>
145
145
  </aside>
146
146
  <div class="tsd-comment tsd-typography">
@@ -168,7 +168,7 @@
168
168
  <li class="tsd-description">
169
169
  <aside class="tsd-sources">
170
170
  <ul>
171
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L340">services.ts:340</a></li>
171
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L342">services.ts:342</a></li>
172
172
  </ul>
173
173
  </aside>
174
174
  <div class="tsd-comment tsd-typography">
@@ -196,7 +196,7 @@
196
196
  <li class="tsd-description">
197
197
  <aside class="tsd-sources">
198
198
  <ul>
199
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L360">services.ts:360</a></li>
199
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L362">services.ts:362</a></li>
200
200
  </ul>
201
201
  </aside>
202
202
  <div class="tsd-comment tsd-typography">
@@ -111,7 +111,7 @@
111
111
  <li class="tsd-description">
112
112
  <aside class="tsd-sources">
113
113
  <ul>
114
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L1037">services.ts:1037</a></li>
114
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L1039">services.ts:1039</a></li>
115
115
  </ul>
116
116
  </aside>
117
117
  <div class="tsd-comment tsd-typography">
@@ -142,7 +142,7 @@
142
142
  <li class="tsd-description">
143
143
  <aside class="tsd-sources">
144
144
  <ul>
145
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L1043">services.ts:1043</a></li>
145
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L1045">services.ts:1045</a></li>
146
146
  </ul>
147
147
  </aside>
148
148
  <div class="tsd-comment tsd-typography">
@@ -170,7 +170,7 @@
170
170
  <li class="tsd-description">
171
171
  <aside class="tsd-sources">
172
172
  <ul>
173
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L1053">services.ts:1053</a></li>
173
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L1055">services.ts:1055</a></li>
174
174
  </ul>
175
175
  </aside>
176
176
  <div class="tsd-comment tsd-typography">
@@ -198,7 +198,7 @@
198
198
  <li class="tsd-description">
199
199
  <aside class="tsd-sources">
200
200
  <ul>
201
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L1063">services.ts:1063</a></li>
201
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L1065">services.ts:1065</a></li>
202
202
  </ul>
203
203
  </aside>
204
204
  <div class="tsd-comment tsd-typography">
@@ -226,7 +226,7 @@
226
226
  <li class="tsd-description">
227
227
  <aside class="tsd-sources">
228
228
  <ul>
229
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L1073">services.ts:1073</a></li>
229
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L1075">services.ts:1075</a></li>
230
230
  </ul>
231
231
  </aside>
232
232
  <div class="tsd-comment tsd-typography">
@@ -257,7 +257,7 @@
257
257
  <li class="tsd-description">
258
258
  <aside class="tsd-sources">
259
259
  <ul>
260
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/b737e9b/src/services.ts#L1121">services.ts:1121</a></li>
260
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/38e5bd2/src/services.ts#L1123">services.ts:1123</a></li>
261
261
  </ul>
262
262
  </aside>
263
263
  <div class="tsd-comment tsd-typography">