@ngrok/ngrok-api 0.11.0 → 0.12.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 (271) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/docs/assets/js/search.js +1 -1
  3. package/docs/classes/client.Ngrok.html +28 -28
  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 +6 -6
  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 +270 -0
  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 +3 -3
  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 +6 -6
  43. package/docs/classes/services.SSHCredentials.html +6 -6
  44. package/docs/classes/services.SSHHostCertificates.html +6 -6
  45. package/docs/classes/services.SSHUserCertificates.html +6 -6
  46. package/docs/classes/services.StaticBackends.html +6 -6
  47. package/docs/classes/services.TCPEdgeBackendModule.html +4 -4
  48. package/docs/classes/services.TCPEdgeIPRestrictionModule.html +4 -4
  49. package/docs/classes/services.TCPEdgeTrafficPolicyModule.html +270 -0
  50. package/docs/classes/services.TLSCertificates.html +6 -6
  51. package/docs/classes/services.TLSEdgeBackendModule.html +4 -4
  52. package/docs/classes/services.TLSEdgeIPRestrictionModule.html +4 -4
  53. package/docs/classes/services.TLSEdgeMutualTLSModule.html +4 -4
  54. package/docs/classes/services.TLSEdgeTLSTerminationModule.html +4 -4
  55. package/docs/classes/services.TLSEdgeTrafficPolicyModule.html +270 -0
  56. package/docs/classes/services.TunnelGroupBackends.html +6 -6
  57. package/docs/classes/services.TunnelSessions.html +6 -6
  58. package/docs/classes/services.Tunnels.html +3 -3
  59. package/docs/classes/services.WeightedBackends.html +6 -6
  60. package/docs/interfaces/client.NgrokConfig.html +2 -2
  61. package/docs/interfaces/datatypes.APIKey.html +7 -7
  62. package/docs/interfaces/datatypes.APIKeyCreate.html +3 -3
  63. package/docs/interfaces/datatypes.APIKeyList.html +3 -3
  64. package/docs/interfaces/datatypes.APIKeyUpdate.html +3 -3
  65. package/docs/interfaces/datatypes.AWSAuth.html +2 -2
  66. package/docs/interfaces/datatypes.AWSCredentials.html +2 -2
  67. package/docs/interfaces/datatypes.AWSRole.html +1 -1
  68. package/docs/interfaces/datatypes.AbuseReport.html +7 -7
  69. package/docs/interfaces/datatypes.AbuseReportCreate.html +2 -2
  70. package/docs/interfaces/datatypes.AbuseReportHostname.html +2 -2
  71. package/docs/interfaces/datatypes.AgentIngress.html +10 -10
  72. package/docs/interfaces/datatypes.AgentIngressCertJob.html +4 -4
  73. package/docs/interfaces/datatypes.AgentIngressCertPolicy.html +2 -2
  74. package/docs/interfaces/datatypes.AgentIngressCertStatus.html +2 -2
  75. package/docs/interfaces/datatypes.AgentIngressCreate.html +4 -4
  76. package/docs/interfaces/datatypes.AgentIngressList.html +3 -3
  77. package/docs/interfaces/datatypes.AgentIngressUpdate.html +4 -4
  78. package/docs/interfaces/datatypes.ApplicationSession.html +11 -11
  79. package/docs/interfaces/datatypes.ApplicationSessionList.html +3 -3
  80. package/docs/interfaces/datatypes.ApplicationUser.html +10 -10
  81. package/docs/interfaces/datatypes.ApplicationUserList.html +3 -3
  82. package/docs/interfaces/datatypes.BotUser.html +5 -5
  83. package/docs/interfaces/datatypes.BotUserCreate.html +2 -2
  84. package/docs/interfaces/datatypes.BotUserList.html +3 -3
  85. package/docs/interfaces/datatypes.BotUserUpdate.html +3 -3
  86. package/docs/interfaces/datatypes.BrowserSession.html +3 -3
  87. package/docs/interfaces/datatypes.CertificateAuthority.html +11 -11
  88. package/docs/interfaces/datatypes.CertificateAuthorityCreate.html +3 -3
  89. package/docs/interfaces/datatypes.CertificateAuthorityList.html +3 -3
  90. package/docs/interfaces/datatypes.CertificateAuthorityUpdate.html +3 -3
  91. package/docs/interfaces/datatypes.Credential.html +8 -8
  92. package/docs/interfaces/datatypes.CredentialCreate.html +4 -4
  93. package/docs/interfaces/datatypes.CredentialList.html +3 -3
  94. package/docs/interfaces/datatypes.CredentialUpdate.html +4 -4
  95. package/docs/interfaces/datatypes.EdgeBackendReplace.html +2 -2
  96. package/docs/interfaces/datatypes.EdgeIPRestrictionReplace.html +2 -2
  97. package/docs/interfaces/datatypes.EdgeMutualTLSReplace.html +2 -2
  98. package/docs/interfaces/datatypes.EdgeRouteBackendReplace.html +3 -3
  99. package/docs/interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html +3 -3
  100. package/docs/interfaces/datatypes.EdgeRouteCompressionReplace.html +3 -3
  101. package/docs/interfaces/datatypes.EdgeRouteIPRestrictionReplace.html +3 -3
  102. package/docs/interfaces/datatypes.EdgeRouteItem.html +2 -2
  103. package/docs/interfaces/datatypes.EdgeRouteOAuthReplace.html +3 -3
  104. package/docs/interfaces/datatypes.EdgeRouteOIDCReplace.html +3 -3
  105. package/docs/interfaces/datatypes.EdgeRouteRequestHeadersReplace.html +3 -3
  106. package/docs/interfaces/datatypes.EdgeRouteResponseHeadersReplace.html +3 -3
  107. package/docs/interfaces/datatypes.EdgeRouteSAMLReplace.html +3 -3
  108. package/docs/interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html +190 -0
  109. package/docs/interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html +3 -3
  110. package/docs/interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html +3 -3
  111. package/docs/interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html +3 -3
  112. package/docs/interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html +2 -2
  113. package/docs/interfaces/datatypes.EdgeTLSTerminationReplace.html +2 -2
  114. package/docs/interfaces/datatypes.EdgeTrafficPolicyReplace.html +176 -0
  115. package/docs/interfaces/datatypes.Endpoint.html +13 -13
  116. package/docs/interfaces/datatypes.EndpointBackend.html +2 -2
  117. package/docs/interfaces/datatypes.EndpointBackendMutate.html +2 -2
  118. package/docs/interfaces/datatypes.EndpointCircuitBreaker.html +6 -6
  119. package/docs/interfaces/datatypes.EndpointCompression.html +1 -1
  120. package/docs/interfaces/datatypes.EndpointIPPolicy.html +2 -2
  121. package/docs/interfaces/datatypes.EndpointIPPolicyMutate.html +2 -2
  122. package/docs/interfaces/datatypes.EndpointList.html +3 -3
  123. package/docs/interfaces/datatypes.EndpointMutualTLS.html +2 -2
  124. package/docs/interfaces/datatypes.EndpointMutualTLSMutate.html +2 -2
  125. package/docs/interfaces/datatypes.EndpointOAuth.html +7 -7
  126. package/docs/interfaces/datatypes.EndpointOAuthAmazon.html +5 -5
  127. package/docs/interfaces/datatypes.EndpointOAuthFacebook.html +5 -5
  128. package/docs/interfaces/datatypes.EndpointOAuthGitHub.html +7 -7
  129. package/docs/interfaces/datatypes.EndpointOAuthGitLab.html +5 -5
  130. package/docs/interfaces/datatypes.EndpointOAuthGoogle.html +5 -5
  131. package/docs/interfaces/datatypes.EndpointOAuthLinkedIn.html +5 -5
  132. package/docs/interfaces/datatypes.EndpointOAuthMicrosoft.html +5 -5
  133. package/docs/interfaces/datatypes.EndpointOAuthProvider.html +8 -8
  134. package/docs/interfaces/datatypes.EndpointOAuthTwitch.html +5 -5
  135. package/docs/interfaces/datatypes.EndpointOIDC.html +9 -9
  136. package/docs/interfaces/datatypes.EndpointRequestHeaders.html +3 -3
  137. package/docs/interfaces/datatypes.EndpointResponseHeaders.html +3 -3
  138. package/docs/interfaces/datatypes.EndpointSAML.html +15 -15
  139. package/docs/interfaces/datatypes.EndpointSAMLMutate.html +10 -10
  140. package/docs/interfaces/datatypes.EndpointTLSTermination.html +3 -3
  141. package/docs/interfaces/datatypes.EndpointTLSTerminationAtEdge.html +2 -2
  142. package/docs/interfaces/datatypes.EndpointTrafficPolicy.html +186 -0
  143. package/docs/interfaces/datatypes.EndpointUserAgentFilter.html +3 -3
  144. package/docs/interfaces/datatypes.EndpointWebhookValidation.html +3 -3
  145. package/docs/interfaces/datatypes.EndpointWebsocketTCPConverter.html +1 -1
  146. package/docs/interfaces/datatypes.Error.html +4 -4
  147. package/docs/interfaces/datatypes.EventDestination.html +7 -7
  148. package/docs/interfaces/datatypes.EventDestinationCreate.html +4 -4
  149. package/docs/interfaces/datatypes.EventDestinationList.html +3 -3
  150. package/docs/interfaces/datatypes.EventDestinationUpdate.html +5 -5
  151. package/docs/interfaces/datatypes.EventSource.html +2 -2
  152. package/docs/interfaces/datatypes.EventSourceCreate.html +2 -2
  153. package/docs/interfaces/datatypes.EventSourceItem.html +2 -2
  154. package/docs/interfaces/datatypes.EventSourceList.html +2 -2
  155. package/docs/interfaces/datatypes.EventSourcePaging.html +1 -1
  156. package/docs/interfaces/datatypes.EventSourceReplace.html +1 -1
  157. package/docs/interfaces/datatypes.EventSourceUpdate.html +2 -2
  158. package/docs/interfaces/datatypes.EventSubscription.html +7 -7
  159. package/docs/interfaces/datatypes.EventSubscriptionCreate.html +4 -4
  160. package/docs/interfaces/datatypes.EventSubscriptionList.html +3 -3
  161. package/docs/interfaces/datatypes.EventSubscriptionUpdate.html +5 -5
  162. package/docs/interfaces/datatypes.EventTarget.html +18 -4
  163. package/docs/interfaces/datatypes.EventTargetAzureLogsIngestion.html +262 -0
  164. package/docs/interfaces/datatypes.EventTargetCloudwatchLogs.html +2 -2
  165. package/docs/interfaces/datatypes.EventTargetDatadog.html +4 -4
  166. package/docs/interfaces/datatypes.EventTargetFirehose.html +2 -2
  167. package/docs/interfaces/datatypes.EventTargetKinesis.html +2 -2
  168. package/docs/interfaces/datatypes.FailoverBackend.html +6 -6
  169. package/docs/interfaces/datatypes.FailoverBackendCreate.html +3 -3
  170. package/docs/interfaces/datatypes.FailoverBackendList.html +3 -3
  171. package/docs/interfaces/datatypes.FailoverBackendUpdate.html +4 -4
  172. package/docs/interfaces/datatypes.HTTPResponseBackend.html +8 -8
  173. package/docs/interfaces/datatypes.HTTPResponseBackendCreate.html +5 -5
  174. package/docs/interfaces/datatypes.HTTPResponseBackendList.html +3 -3
  175. package/docs/interfaces/datatypes.HTTPResponseBackendUpdate.html +6 -6
  176. package/docs/interfaces/datatypes.HTTPSEdge.html +9 -9
  177. package/docs/interfaces/datatypes.HTTPSEdgeCreate.html +5 -5
  178. package/docs/interfaces/datatypes.HTTPSEdgeList.html +3 -3
  179. package/docs/interfaces/datatypes.HTTPSEdgeRoute.html +39 -39
  180. package/docs/interfaces/datatypes.HTTPSEdgeRouteCreate.html +36 -36
  181. package/docs/interfaces/datatypes.HTTPSEdgeRouteUpdate.html +37 -37
  182. package/docs/interfaces/datatypes.HTTPSEdgeUpdate.html +6 -6
  183. package/docs/interfaces/datatypes.IPPolicy.html +5 -5
  184. package/docs/interfaces/datatypes.IPPolicyCreate.html +2 -2
  185. package/docs/interfaces/datatypes.IPPolicyList.html +3 -3
  186. package/docs/interfaces/datatypes.IPPolicyRule.html +8 -8
  187. package/docs/interfaces/datatypes.IPPolicyRuleCreate.html +5 -5
  188. package/docs/interfaces/datatypes.IPPolicyRuleList.html +3 -3
  189. package/docs/interfaces/datatypes.IPPolicyRuleUpdate.html +4 -4
  190. package/docs/interfaces/datatypes.IPPolicyUpdate.html +3 -3
  191. package/docs/interfaces/datatypes.IPRestriction.html +8 -8
  192. package/docs/interfaces/datatypes.IPRestrictionCreate.html +5 -5
  193. package/docs/interfaces/datatypes.IPRestrictionList.html +3 -3
  194. package/docs/interfaces/datatypes.IPRestrictionUpdate.html +5 -5
  195. package/docs/interfaces/datatypes.IdentityProvider.html +2 -2
  196. package/docs/interfaces/datatypes.Item.html +1 -1
  197. package/docs/interfaces/datatypes.Location.html +4 -4
  198. package/docs/interfaces/datatypes.Paging.html +2 -2
  199. package/docs/interfaces/datatypes.Ref.html +2 -2
  200. package/docs/interfaces/datatypes.ReservedAddr.html +7 -7
  201. package/docs/interfaces/datatypes.ReservedAddrCreate.html +3 -3
  202. package/docs/interfaces/datatypes.ReservedAddrList.html +3 -3
  203. package/docs/interfaces/datatypes.ReservedAddrUpdate.html +3 -3
  204. package/docs/interfaces/datatypes.ReservedDomain.html +12 -12
  205. package/docs/interfaces/datatypes.ReservedDomainCertJob.html +4 -4
  206. package/docs/interfaces/datatypes.ReservedDomainCertPolicy.html +2 -2
  207. package/docs/interfaces/datatypes.ReservedDomainCertStatus.html +2 -2
  208. package/docs/interfaces/datatypes.ReservedDomainCreate.html +6 -6
  209. package/docs/interfaces/datatypes.ReservedDomainList.html +3 -3
  210. package/docs/interfaces/datatypes.ReservedDomainUpdate.html +5 -5
  211. package/docs/interfaces/datatypes.SSHCertificateAuthority.html +7 -7
  212. package/docs/interfaces/datatypes.SSHCertificateAuthorityCreate.html +5 -5
  213. package/docs/interfaces/datatypes.SSHCertificateAuthorityList.html +3 -3
  214. package/docs/interfaces/datatypes.SSHCertificateAuthorityUpdate.html +3 -3
  215. package/docs/interfaces/datatypes.SSHCredential.html +8 -8
  216. package/docs/interfaces/datatypes.SSHCredentialCreate.html +5 -5
  217. package/docs/interfaces/datatypes.SSHCredentialList.html +3 -3
  218. package/docs/interfaces/datatypes.SSHCredentialUpdate.html +4 -4
  219. package/docs/interfaces/datatypes.SSHHostCertificate.html +12 -12
  220. package/docs/interfaces/datatypes.SSHHostCertificateCreate.html +7 -7
  221. package/docs/interfaces/datatypes.SSHHostCertificateList.html +3 -3
  222. package/docs/interfaces/datatypes.SSHHostCertificateUpdate.html +3 -3
  223. package/docs/interfaces/datatypes.SSHUserCertificate.html +14 -14
  224. package/docs/interfaces/datatypes.SSHUserCertificateCreate.html +9 -9
  225. package/docs/interfaces/datatypes.SSHUserCertificateList.html +3 -3
  226. package/docs/interfaces/datatypes.SSHUserCertificateUpdate.html +3 -3
  227. package/docs/interfaces/datatypes.StaticBackend.html +7 -7
  228. package/docs/interfaces/datatypes.StaticBackendCreate.html +4 -4
  229. package/docs/interfaces/datatypes.StaticBackendList.html +3 -3
  230. package/docs/interfaces/datatypes.StaticBackendTLS.html +1 -1
  231. package/docs/interfaces/datatypes.StaticBackendUpdate.html +5 -5
  232. package/docs/interfaces/datatypes.TCPEdge.html +14 -14
  233. package/docs/interfaces/datatypes.TCPEdgeCreate.html +11 -11
  234. package/docs/interfaces/datatypes.TCPEdgeList.html +3 -3
  235. package/docs/interfaces/datatypes.TCPEdgeUpdate.html +12 -12
  236. package/docs/interfaces/datatypes.TLSCertificate.html +21 -21
  237. package/docs/interfaces/datatypes.TLSCertificateCreate.html +4 -4
  238. package/docs/interfaces/datatypes.TLSCertificateList.html +3 -3
  239. package/docs/interfaces/datatypes.TLSCertificateSANs.html +2 -2
  240. package/docs/interfaces/datatypes.TLSCertificateUpdate.html +3 -3
  241. package/docs/interfaces/datatypes.TLSEdge.html +25 -25
  242. package/docs/interfaces/datatypes.TLSEdgeCreate.html +22 -22
  243. package/docs/interfaces/datatypes.TLSEdgeList.html +3 -3
  244. package/docs/interfaces/datatypes.TLSEdgeUpdate.html +23 -23
  245. package/docs/interfaces/datatypes.Tunnel.html +11 -11
  246. package/docs/interfaces/datatypes.TunnelGroupBackend.html +7 -7
  247. package/docs/interfaces/datatypes.TunnelGroupBackendCreate.html +3 -3
  248. package/docs/interfaces/datatypes.TunnelGroupBackendList.html +3 -3
  249. package/docs/interfaces/datatypes.TunnelGroupBackendUpdate.html +4 -4
  250. package/docs/interfaces/datatypes.TunnelList.html +3 -3
  251. package/docs/interfaces/datatypes.TunnelSession.html +10 -10
  252. package/docs/interfaces/datatypes.TunnelSessionList.html +3 -3
  253. package/docs/interfaces/datatypes.TunnelSessionsUpdate.html +1 -1
  254. package/docs/interfaces/datatypes.UserAgent.html +6 -6
  255. package/docs/interfaces/datatypes.WeightedBackend.html +6 -6
  256. package/docs/interfaces/datatypes.WeightedBackendCreate.html +3 -3
  257. package/docs/interfaces/datatypes.WeightedBackendList.html +3 -3
  258. package/docs/interfaces/datatypes.WeightedBackendUpdate.html +4 -4
  259. package/docs/modules/datatypes.html +16 -20
  260. package/docs/modules/services.html +9 -9
  261. package/lib/client.js +1 -1
  262. package/lib/datatypes.d.ts +31 -32
  263. package/lib/datatypes.d.ts.map +1 -1
  264. package/lib/services.d.ts +12 -12
  265. package/lib/services.d.ts.map +1 -1
  266. package/lib/services.js +158 -158
  267. package/lib/services.js.map +1 -1
  268. package/package.json +1 -1
  269. package/src/client.ts +1 -1
  270. package/src/datatypes.ts +32 -34
  271. package/src/services.ts +165 -163
@@ -106,7 +106,7 @@
106
106
  <div class="tsd-signature tsd-kind-icon">agent<wbr>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
107
107
  <aside class="tsd-sources">
108
108
  <ul>
109
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L291">datatypes.ts:291</a></li>
109
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L291">datatypes.ts:291</a></li>
110
110
  </ul>
111
111
  </aside>
112
112
  <div class="tsd-comment tsd-typography">
@@ -121,7 +121,7 @@
121
121
  <div class="tsd-signature tsd-kind-icon">credential<span class="tsd-signature-symbol">:</span> <a href="datatypes.Ref.html" class="tsd-signature-type" data-tsd-kind="Interface">Ref</a></div>
122
122
  <aside class="tsd-sources">
123
123
  <ul>
124
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L293">datatypes.ts:293</a></li>
124
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L293">datatypes.ts:293</a></li>
125
125
  </ul>
126
126
  </aside>
127
127
  <div class="tsd-comment tsd-typography">
@@ -136,7 +136,7 @@
136
136
  <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
137
137
  <aside class="tsd-sources">
138
138
  <ul>
139
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L295">datatypes.ts:295</a></li>
139
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L295">datatypes.ts:295</a></li>
140
140
  </ul>
141
141
  </aside>
142
142
  <div class="tsd-comment tsd-typography">
@@ -151,7 +151,7 @@
151
151
  <div class="tsd-signature tsd-kind-icon">ip<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
152
152
  <aside class="tsd-sources">
153
153
  <ul>
154
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L297">datatypes.ts:297</a></li>
154
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L297">datatypes.ts:297</a></li>
155
155
  </ul>
156
156
  </aside>
157
157
  <div class="tsd-comment tsd-typography">
@@ -166,7 +166,7 @@
166
166
  <div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
167
167
  <aside class="tsd-sources">
168
168
  <ul>
169
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L299">datatypes.ts:299</a></li>
169
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L299">datatypes.ts:299</a></li>
170
170
  </ul>
171
171
  </aside>
172
172
  <div class="tsd-comment tsd-typography">
@@ -181,7 +181,7 @@
181
181
  <div class="tsd-signature tsd-kind-icon">os<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
182
182
  <aside class="tsd-sources">
183
183
  <ul>
184
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L301">datatypes.ts:301</a></li>
184
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L301">datatypes.ts:301</a></li>
185
185
  </ul>
186
186
  </aside>
187
187
  <div class="tsd-comment tsd-typography">
@@ -196,7 +196,7 @@
196
196
  <div class="tsd-signature tsd-kind-icon">region<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
197
197
  <aside class="tsd-sources">
198
198
  <ul>
199
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L303">datatypes.ts:303</a></li>
199
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L303">datatypes.ts:303</a></li>
200
200
  </ul>
201
201
  </aside>
202
202
  <div class="tsd-comment tsd-typography">
@@ -211,7 +211,7 @@
211
211
  <div class="tsd-signature tsd-kind-icon">started<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
212
212
  <aside class="tsd-sources">
213
213
  <ul>
214
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L305">datatypes.ts:305</a></li>
214
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L305">datatypes.ts:305</a></li>
215
215
  </ul>
216
216
  </aside>
217
217
  <div class="tsd-comment tsd-typography">
@@ -226,7 +226,7 @@
226
226
  <div class="tsd-signature tsd-kind-icon">transport<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
227
227
  <aside class="tsd-sources">
228
228
  <ul>
229
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L307">datatypes.ts:307</a></li>
229
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L307">datatypes.ts:307</a></li>
230
230
  </ul>
231
231
  </aside>
232
232
  <div class="tsd-comment tsd-typography">
@@ -241,7 +241,7 @@
241
241
  <div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
242
242
  <aside class="tsd-sources">
243
243
  <ul>
244
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L309">datatypes.ts:309</a></li>
244
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L309">datatypes.ts:309</a></li>
245
245
  </ul>
246
246
  </aside>
247
247
  <div class="tsd-comment tsd-typography">
@@ -99,7 +99,7 @@
99
99
  <div class="tsd-signature tsd-kind-icon">next<wbr>Page<wbr>Uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
100
100
  <aside class="tsd-sources">
101
101
  <ul>
102
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L318">datatypes.ts:318</a></li>
102
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L318">datatypes.ts:318</a></li>
103
103
  </ul>
104
104
  </aside>
105
105
  <div class="tsd-comment tsd-typography">
@@ -114,7 +114,7 @@
114
114
  <div class="tsd-signature tsd-kind-icon">tunnel<wbr>Sessions<span class="tsd-signature-symbol">:</span> <a href="datatypes.TunnelSession.html" class="tsd-signature-type" data-tsd-kind="Interface">TunnelSession</a><span class="tsd-signature-symbol">[]</span></div>
115
115
  <aside class="tsd-sources">
116
116
  <ul>
117
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L314">datatypes.ts:314</a></li>
117
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L314">datatypes.ts:314</a></li>
118
118
  </ul>
119
119
  </aside>
120
120
  <div class="tsd-comment tsd-typography">
@@ -129,7 +129,7 @@
129
129
  <div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
130
130
  <aside class="tsd-sources">
131
131
  <ul>
132
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L316">datatypes.ts:316</a></li>
132
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L316">datatypes.ts:316</a></li>
133
133
  </ul>
134
134
  </aside>
135
135
  <div class="tsd-comment tsd-typography">
@@ -97,7 +97,7 @@
97
97
  <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
98
98
  <aside class="tsd-sources">
99
99
  <ul>
100
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L322">datatypes.ts:322</a></li>
100
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L322">datatypes.ts:322</a></li>
101
101
  </ul>
102
102
  </aside>
103
103
  </section>
@@ -102,7 +102,7 @@
102
102
  <div class="tsd-signature tsd-kind-icon">browser<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
103
103
  <aside class="tsd-sources">
104
104
  <ul>
105
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L228">datatypes.ts:228</a></li>
105
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L228">datatypes.ts:228</a></li>
106
106
  </ul>
107
107
  </aside>
108
108
  <div class="tsd-comment tsd-typography">
@@ -117,7 +117,7 @@
117
117
  <div class="tsd-signature tsd-kind-icon">browser<wbr>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
118
118
  <aside class="tsd-sources">
119
119
  <ul>
120
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L230">datatypes.ts:230</a></li>
120
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L230">datatypes.ts:230</a></li>
121
121
  </ul>
122
122
  </aside>
123
123
  <div class="tsd-comment tsd-typography">
@@ -132,7 +132,7 @@
132
132
  <div class="tsd-signature tsd-kind-icon">device<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
133
133
  <aside class="tsd-sources">
134
134
  <ul>
135
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L232">datatypes.ts:232</a></li>
135
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L232">datatypes.ts:232</a></li>
136
136
  </ul>
137
137
  </aside>
138
138
  <div class="tsd-comment tsd-typography">
@@ -147,7 +147,7 @@
147
147
  <div class="tsd-signature tsd-kind-icon">os<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
148
148
  <aside class="tsd-sources">
149
149
  <ul>
150
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L234">datatypes.ts:234</a></li>
150
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L234">datatypes.ts:234</a></li>
151
151
  </ul>
152
152
  </aside>
153
153
  <div class="tsd-comment tsd-typography">
@@ -162,7 +162,7 @@
162
162
  <div class="tsd-signature tsd-kind-icon">os<wbr>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
163
163
  <aside class="tsd-sources">
164
164
  <ul>
165
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L236">datatypes.ts:236</a></li>
165
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L236">datatypes.ts:236</a></li>
166
166
  </ul>
167
167
  </aside>
168
168
  <div class="tsd-comment tsd-typography">
@@ -177,7 +177,7 @@
177
177
  <div class="tsd-signature tsd-kind-icon">raw<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
178
178
  <aside class="tsd-sources">
179
179
  <ul>
180
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L226">datatypes.ts:226</a></li>
180
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L226">datatypes.ts:226</a></li>
181
181
  </ul>
182
182
  </aside>
183
183
  <div class="tsd-comment tsd-typography">
@@ -102,7 +102,7 @@
102
102
  <div class="tsd-signature tsd-kind-icon">backends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></div>
103
103
  <aside class="tsd-sources">
104
104
  <ul>
105
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L530">datatypes.ts:530</a></li>
105
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L530">datatypes.ts:530</a></li>
106
106
  </ul>
107
107
  </aside>
108
108
  <div class="tsd-comment tsd-typography">
@@ -117,7 +117,7 @@
117
117
  <div class="tsd-signature tsd-kind-icon">created<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
118
118
  <aside class="tsd-sources">
119
119
  <ul>
120
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L524">datatypes.ts:524</a></li>
120
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L524">datatypes.ts:524</a></li>
121
121
  </ul>
122
122
  </aside>
123
123
  <div class="tsd-comment tsd-typography">
@@ -132,7 +132,7 @@
132
132
  <div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
133
133
  <aside class="tsd-sources">
134
134
  <ul>
135
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L526">datatypes.ts:526</a></li>
135
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L526">datatypes.ts:526</a></li>
136
136
  </ul>
137
137
  </aside>
138
138
  <div class="tsd-comment tsd-typography">
@@ -147,7 +147,7 @@
147
147
  <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
148
148
  <aside class="tsd-sources">
149
149
  <ul>
150
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L520">datatypes.ts:520</a></li>
150
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L520">datatypes.ts:520</a></li>
151
151
  </ul>
152
152
  </aside>
153
153
  <div class="tsd-comment tsd-typography">
@@ -162,7 +162,7 @@
162
162
  <div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
163
163
  <aside class="tsd-sources">
164
164
  <ul>
165
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L528">datatypes.ts:528</a></li>
165
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L528">datatypes.ts:528</a></li>
166
166
  </ul>
167
167
  </aside>
168
168
  <div class="tsd-comment tsd-typography">
@@ -177,7 +177,7 @@
177
177
  <div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
178
178
  <aside class="tsd-sources">
179
179
  <ul>
180
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L522">datatypes.ts:522</a></li>
180
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L522">datatypes.ts:522</a></li>
181
181
  </ul>
182
182
  </aside>
183
183
  <div class="tsd-comment tsd-typography">
@@ -99,7 +99,7 @@
99
99
  <div class="tsd-signature tsd-kind-icon">backends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></div>
100
100
  <aside class="tsd-sources">
101
101
  <ul>
102
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L539">datatypes.ts:539</a></li>
102
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L539">datatypes.ts:539</a></li>
103
103
  </ul>
104
104
  </aside>
105
105
  <div class="tsd-comment tsd-typography">
@@ -114,7 +114,7 @@
114
114
  <div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
115
115
  <aside class="tsd-sources">
116
116
  <ul>
117
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L535">datatypes.ts:535</a></li>
117
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L535">datatypes.ts:535</a></li>
118
118
  </ul>
119
119
  </aside>
120
120
  <div class="tsd-comment tsd-typography">
@@ -129,7 +129,7 @@
129
129
  <div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
130
130
  <aside class="tsd-sources">
131
131
  <ul>
132
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L537">datatypes.ts:537</a></li>
132
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L537">datatypes.ts:537</a></li>
133
133
  </ul>
134
134
  </aside>
135
135
  <div class="tsd-comment tsd-typography">
@@ -99,7 +99,7 @@
99
99
  <div class="tsd-signature tsd-kind-icon">backends<span class="tsd-signature-symbol">:</span> <a href="datatypes.WeightedBackend.html" class="tsd-signature-type" data-tsd-kind="Interface">WeightedBackend</a><span class="tsd-signature-symbol">[]</span></div>
100
100
  <aside class="tsd-sources">
101
101
  <ul>
102
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L554">datatypes.ts:554</a></li>
102
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L554">datatypes.ts:554</a></li>
103
103
  </ul>
104
104
  </aside>
105
105
  <div class="tsd-comment tsd-typography">
@@ -114,7 +114,7 @@
114
114
  <div class="tsd-signature tsd-kind-icon">next<wbr>Page<wbr>Uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
115
115
  <aside class="tsd-sources">
116
116
  <ul>
117
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L558">datatypes.ts:558</a></li>
117
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L558">datatypes.ts:558</a></li>
118
118
  </ul>
119
119
  </aside>
120
120
  <div class="tsd-comment tsd-typography">
@@ -129,7 +129,7 @@
129
129
  <div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
130
130
  <aside class="tsd-sources">
131
131
  <ul>
132
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L556">datatypes.ts:556</a></li>
132
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L556">datatypes.ts:556</a></li>
133
133
  </ul>
134
134
  </aside>
135
135
  <div class="tsd-comment tsd-typography">
@@ -100,7 +100,7 @@
100
100
  <div class="tsd-signature tsd-kind-icon">backends<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">&gt;</span></div>
101
101
  <aside class="tsd-sources">
102
102
  <ul>
103
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L549">datatypes.ts:549</a></li>
103
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L549">datatypes.ts:549</a></li>
104
104
  </ul>
105
105
  </aside>
106
106
  <div class="tsd-comment tsd-typography">
@@ -115,7 +115,7 @@
115
115
  <div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
116
116
  <aside class="tsd-sources">
117
117
  <ul>
118
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L545">datatypes.ts:545</a></li>
118
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L545">datatypes.ts:545</a></li>
119
119
  </ul>
120
120
  </aside>
121
121
  <div class="tsd-comment tsd-typography">
@@ -130,7 +130,7 @@
130
130
  <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
131
131
  <aside class="tsd-sources">
132
132
  <ul>
133
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L543">datatypes.ts:543</a></li>
133
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L543">datatypes.ts:543</a></li>
134
134
  </ul>
135
135
  </aside>
136
136
  </section>
@@ -140,7 +140,7 @@
140
140
  <div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
141
141
  <aside class="tsd-sources">
142
142
  <ul>
143
- <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/4214cc1/src/datatypes.ts#L547">datatypes.ts:547</a></li>
143
+ <li>Defined in <a href="https://github.com/ngrok/ngrok-api-typescript/blob/e084758/src/datatypes.ts#L547">datatypes.ts:547</a></li>
144
144
  </ul>
145
145
  </aside>
146
146
  <div class="tsd-comment tsd-typography">
@@ -109,7 +109,6 @@
109
109
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeBackendReplace.html" class="tsd-kind-icon">Edge<wbr>Backend<wbr>Replace</a></li>
110
110
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeIPRestrictionReplace.html" class="tsd-kind-icon">EdgeIPRestriction<wbr>Replace</a></li>
111
111
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeMutualTLSReplace.html" class="tsd-kind-icon">Edge<wbr>MutualTLSReplace</a></li>
112
- <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgePolicyReplace.html" class="tsd-kind-icon">Edge<wbr>Policy<wbr>Replace</a></li>
113
112
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteBackendReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Backend<wbr>Replace</a></li>
114
113
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteCircuitBreakerReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Circuit<wbr>Breaker<wbr>Replace</a></li>
115
114
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteCompressionReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Compression<wbr>Replace</a></li>
@@ -117,18 +116,18 @@
117
116
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteItem.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Item</a></li>
118
117
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteOAuthReplace.html" class="tsd-kind-icon">Edge<wbr>RouteOAuth<wbr>Replace</a></li>
119
118
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteOIDCReplace.html" class="tsd-kind-icon">Edge<wbr>RouteOIDCReplace</a></li>
120
- <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRoutePolicyReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Policy<wbr>Replace</a></li>
121
119
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteRequestHeadersReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Request<wbr>Headers<wbr>Replace</a></li>
122
120
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteResponseHeadersReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Response<wbr>Headers<wbr>Replace</a></li>
123
121
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteSAMLReplace.html" class="tsd-kind-icon">Edge<wbr>RouteSAMLReplace</a></li>
122
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Traffic<wbr>Policy<wbr>Replace</a></li>
124
123
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>User<wbr>Agent<wbr>Filter<wbr>Replace</a></li>
125
124
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteWebhookVerificationReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Webhook<wbr>Verification<wbr>Replace</a></li>
126
125
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeRouteWebsocketTCPConverterReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>WebsocketTCPConverter<wbr>Replace</a></li>
127
126
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeTLSTerminationAtEdgeReplace.html" class="tsd-kind-icon">EdgeTLSTermination<wbr>AtEdge<wbr>Replace</a></li>
128
127
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeTLSTerminationReplace.html" class="tsd-kind-icon">EdgeTLSTermination<wbr>Replace</a></li>
128
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EdgeTrafficPolicyReplace.html" class="tsd-kind-icon">Edge<wbr>Traffic<wbr>Policy<wbr>Replace</a></li>
129
129
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.Empty.html" class="tsd-kind-icon">Empty</a></li>
130
130
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.Endpoint.html" class="tsd-kind-icon">Endpoint</a></li>
131
- <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointAction.html" class="tsd-kind-icon">Endpoint<wbr>Action</a></li>
132
131
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointBackend.html" class="tsd-kind-icon">Endpoint<wbr>Backend</a></li>
133
132
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointBackendMutate.html" class="tsd-kind-icon">Endpoint<wbr>Backend<wbr>Mutate</a></li>
134
133
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointCircuitBreaker.html" class="tsd-kind-icon">Endpoint<wbr>Circuit<wbr>Breaker</a></li>
@@ -149,14 +148,13 @@
149
148
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointOAuthProvider.html" class="tsd-kind-icon">EndpointOAuth<wbr>Provider</a></li>
150
149
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointOAuthTwitch.html" class="tsd-kind-icon">EndpointOAuth<wbr>Twitch</a></li>
151
150
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointOIDC.html" class="tsd-kind-icon">EndpointOIDC</a></li>
152
- <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointPolicy.html" class="tsd-kind-icon">Endpoint<wbr>Policy</a></li>
153
151
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointRequestHeaders.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers</a></li>
154
152
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointResponseHeaders.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers</a></li>
155
- <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointRule.html" class="tsd-kind-icon">Endpoint<wbr>Rule</a></li>
156
153
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointSAML.html" class="tsd-kind-icon">EndpointSAML</a></li>
157
154
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointSAMLMutate.html" class="tsd-kind-icon">EndpointSAMLMutate</a></li>
158
155
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointTLSTermination.html" class="tsd-kind-icon">EndpointTLSTermination</a></li>
159
156
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointTLSTerminationAtEdge.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>AtEdge</a></li>
157
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointTrafficPolicy.html" class="tsd-kind-icon">Endpoint<wbr>Traffic<wbr>Policy</a></li>
160
158
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointUserAgentFilter.html" class="tsd-kind-icon">Endpoint<wbr>User<wbr>Agent<wbr>Filter</a></li>
161
159
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointWebhookValidation.html" class="tsd-kind-icon">Endpoint<wbr>Webhook<wbr>Validation</a></li>
162
160
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EndpointWebsocketTCPConverter.html" class="tsd-kind-icon">Endpoint<wbr>WebsocketTCPConverter</a></li>
@@ -177,6 +175,7 @@
177
175
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EventSubscriptionList.html" class="tsd-kind-icon">Event<wbr>Subscription<wbr>List</a></li>
178
176
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EventSubscriptionUpdate.html" class="tsd-kind-icon">Event<wbr>Subscription<wbr>Update</a></li>
179
177
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EventTarget.html" class="tsd-kind-icon">Event<wbr>Target</a></li>
178
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EventTargetAzureLogsIngestion.html" class="tsd-kind-icon">Event<wbr>Target<wbr>Azure<wbr>Logs<wbr>Ingestion</a></li>
180
179
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EventTargetCloudwatchLogs.html" class="tsd-kind-icon">Event<wbr>Target<wbr>Cloudwatch<wbr>Logs</a></li>
181
180
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EventTargetDatadog.html" class="tsd-kind-icon">Event<wbr>Target<wbr>Datadog</a></li>
182
181
  <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/datatypes.EventTargetFirehose.html" class="tsd-kind-icon">Event<wbr>Target<wbr>Firehose</a></li>
@@ -408,9 +407,6 @@
408
407
  <li class=" tsd-kind-interface tsd-parent-kind-module">
409
408
  <a href="../interfaces/datatypes.EdgeMutualTLSReplace.html" class="tsd-kind-icon">Edge<wbr>MutualTLSReplace</a>
410
409
  </li>
411
- <li class=" tsd-kind-interface tsd-parent-kind-module">
412
- <a href="../interfaces/datatypes.EdgePolicyReplace.html" class="tsd-kind-icon">Edge<wbr>Policy<wbr>Replace</a>
413
- </li>
414
410
  <li class=" tsd-kind-interface tsd-parent-kind-module">
415
411
  <a href="../interfaces/datatypes.EdgeRouteBackendReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Backend<wbr>Replace</a>
416
412
  </li>
@@ -432,9 +428,6 @@
432
428
  <li class=" tsd-kind-interface tsd-parent-kind-module">
433
429
  <a href="../interfaces/datatypes.EdgeRouteOIDCReplace.html" class="tsd-kind-icon">Edge<wbr>RouteOIDCReplace</a>
434
430
  </li>
435
- <li class=" tsd-kind-interface tsd-parent-kind-module">
436
- <a href="../interfaces/datatypes.EdgeRoutePolicyReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Policy<wbr>Replace</a>
437
- </li>
438
431
  <li class=" tsd-kind-interface tsd-parent-kind-module">
439
432
  <a href="../interfaces/datatypes.EdgeRouteRequestHeadersReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Request<wbr>Headers<wbr>Replace</a>
440
433
  </li>
@@ -444,6 +437,9 @@
444
437
  <li class=" tsd-kind-interface tsd-parent-kind-module">
445
438
  <a href="../interfaces/datatypes.EdgeRouteSAMLReplace.html" class="tsd-kind-icon">Edge<wbr>RouteSAMLReplace</a>
446
439
  </li>
440
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
441
+ <a href="../interfaces/datatypes.EdgeRouteTrafficPolicyReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Traffic<wbr>Policy<wbr>Replace</a>
442
+ </li>
447
443
  <li class=" tsd-kind-interface tsd-parent-kind-module">
448
444
  <a href="../interfaces/datatypes.EdgeRouteUserAgentFilterReplace.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>User<wbr>Agent<wbr>Filter<wbr>Replace</a>
449
445
  </li>
@@ -460,13 +456,13 @@
460
456
  <a href="../interfaces/datatypes.EdgeTLSTerminationReplace.html" class="tsd-kind-icon">EdgeTLSTermination<wbr>Replace</a>
461
457
  </li>
462
458
  <li class=" tsd-kind-interface tsd-parent-kind-module">
463
- <a href="../interfaces/datatypes.Empty.html" class="tsd-kind-icon">Empty</a>
459
+ <a href="../interfaces/datatypes.EdgeTrafficPolicyReplace.html" class="tsd-kind-icon">Edge<wbr>Traffic<wbr>Policy<wbr>Replace</a>
464
460
  </li>
465
461
  <li class=" tsd-kind-interface tsd-parent-kind-module">
466
- <a href="../interfaces/datatypes.Endpoint.html" class="tsd-kind-icon">Endpoint</a>
462
+ <a href="../interfaces/datatypes.Empty.html" class="tsd-kind-icon">Empty</a>
467
463
  </li>
468
464
  <li class=" tsd-kind-interface tsd-parent-kind-module">
469
- <a href="../interfaces/datatypes.EndpointAction.html" class="tsd-kind-icon">Endpoint<wbr>Action</a>
465
+ <a href="../interfaces/datatypes.Endpoint.html" class="tsd-kind-icon">Endpoint</a>
470
466
  </li>
471
467
  <li class=" tsd-kind-interface tsd-parent-kind-module">
472
468
  <a href="../interfaces/datatypes.EndpointBackend.html" class="tsd-kind-icon">Endpoint<wbr>Backend</a>
@@ -528,18 +524,12 @@
528
524
  <li class=" tsd-kind-interface tsd-parent-kind-module">
529
525
  <a href="../interfaces/datatypes.EndpointOIDC.html" class="tsd-kind-icon">EndpointOIDC</a>
530
526
  </li>
531
- <li class=" tsd-kind-interface tsd-parent-kind-module">
532
- <a href="../interfaces/datatypes.EndpointPolicy.html" class="tsd-kind-icon">Endpoint<wbr>Policy</a>
533
- </li>
534
527
  <li class=" tsd-kind-interface tsd-parent-kind-module">
535
528
  <a href="../interfaces/datatypes.EndpointRequestHeaders.html" class="tsd-kind-icon">Endpoint<wbr>Request<wbr>Headers</a>
536
529
  </li>
537
530
  <li class=" tsd-kind-interface tsd-parent-kind-module">
538
531
  <a href="../interfaces/datatypes.EndpointResponseHeaders.html" class="tsd-kind-icon">Endpoint<wbr>Response<wbr>Headers</a>
539
532
  </li>
540
- <li class=" tsd-kind-interface tsd-parent-kind-module">
541
- <a href="../interfaces/datatypes.EndpointRule.html" class="tsd-kind-icon">Endpoint<wbr>Rule</a>
542
- </li>
543
533
  <li class=" tsd-kind-interface tsd-parent-kind-module">
544
534
  <a href="../interfaces/datatypes.EndpointSAML.html" class="tsd-kind-icon">EndpointSAML</a>
545
535
  </li>
@@ -552,6 +542,9 @@
552
542
  <li class=" tsd-kind-interface tsd-parent-kind-module">
553
543
  <a href="../interfaces/datatypes.EndpointTLSTerminationAtEdge.html" class="tsd-kind-icon">EndpointTLSTermination<wbr>AtEdge</a>
554
544
  </li>
545
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
546
+ <a href="../interfaces/datatypes.EndpointTrafficPolicy.html" class="tsd-kind-icon">Endpoint<wbr>Traffic<wbr>Policy</a>
547
+ </li>
555
548
  <li class=" tsd-kind-interface tsd-parent-kind-module">
556
549
  <a href="../interfaces/datatypes.EndpointUserAgentFilter.html" class="tsd-kind-icon">Endpoint<wbr>User<wbr>Agent<wbr>Filter</a>
557
550
  </li>
@@ -612,6 +605,9 @@
612
605
  <li class=" tsd-kind-interface tsd-parent-kind-module">
613
606
  <a href="../interfaces/datatypes.EventTarget.html" class="tsd-kind-icon">Event<wbr>Target</a>
614
607
  </li>
608
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
609
+ <a href="../interfaces/datatypes.EventTargetAzureLogsIngestion.html" class="tsd-kind-icon">Event<wbr>Target<wbr>Azure<wbr>Logs<wbr>Ingestion</a>
610
+ </li>
615
611
  <li class=" tsd-kind-interface tsd-parent-kind-module">
616
612
  <a href="../interfaces/datatypes.EventTargetCloudwatchLogs.html" class="tsd-kind-icon">Event<wbr>Target<wbr>Cloudwatch<wbr>Logs</a>
617
613
  </li>
@@ -86,10 +86,10 @@
86
86
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteIPRestrictionModule.html" class="tsd-kind-icon">Edge<wbr>RouteIPRestriction<wbr>Module</a></li>
87
87
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteOAuthModule.html" class="tsd-kind-icon">Edge<wbr>RouteOAuth<wbr>Module</a></li>
88
88
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteOIDCModule.html" class="tsd-kind-icon">Edge<wbr>RouteOIDCModule</a></li>
89
- <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRoutePolicyModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Policy<wbr>Module</a></li>
90
89
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteRequestHeadersModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Request<wbr>Headers<wbr>Module</a></li>
91
90
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteResponseHeadersModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Response<wbr>Headers<wbr>Module</a></li>
92
91
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteSAMLModule.html" class="tsd-kind-icon">Edge<wbr>RouteSAMLModule</a></li>
92
+ <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteTrafficPolicyModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Traffic<wbr>Policy<wbr>Module</a></li>
93
93
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteUserAgentFilterModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>User<wbr>Agent<wbr>Filter<wbr>Module</a></li>
94
94
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteWebhookVerificationModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Webhook<wbr>Verification<wbr>Module</a></li>
95
95
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.EdgeRouteWebsocketTCPConverterModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>WebsocketTCPConverter<wbr>Module</a></li>
@@ -117,13 +117,13 @@
117
117
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.StaticBackends.html" class="tsd-kind-icon">Static<wbr>Backends</a></li>
118
118
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TCPEdgeBackendModule.html" class="tsd-kind-icon">TCPEdge<wbr>Backend<wbr>Module</a></li>
119
119
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TCPEdgeIPRestrictionModule.html" class="tsd-kind-icon">TCPEdgeIPRestriction<wbr>Module</a></li>
120
- <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TCPEdgePolicyModule.html" class="tsd-kind-icon">TCPEdge<wbr>Policy<wbr>Module</a></li>
120
+ <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TCPEdgeTrafficPolicyModule.html" class="tsd-kind-icon">TCPEdge<wbr>Traffic<wbr>Policy<wbr>Module</a></li>
121
121
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a></li>
122
122
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TLSEdgeBackendModule.html" class="tsd-kind-icon">TLSEdge<wbr>Backend<wbr>Module</a></li>
123
123
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TLSEdgeIPRestrictionModule.html" class="tsd-kind-icon">TLSEdgeIPRestriction<wbr>Module</a></li>
124
124
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TLSEdgeMutualTLSModule.html" class="tsd-kind-icon">TLSEdge<wbr>MutualTLSModule</a></li>
125
- <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TLSEdgePolicyModule.html" class="tsd-kind-icon">TLSEdge<wbr>Policy<wbr>Module</a></li>
126
125
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TLSEdgeTLSTerminationModule.html" class="tsd-kind-icon">TLSEdgeTLSTermination<wbr>Module</a></li>
126
+ <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TLSEdgeTrafficPolicyModule.html" class="tsd-kind-icon">TLSEdge<wbr>Traffic<wbr>Policy<wbr>Module</a></li>
127
127
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TunnelGroupBackends.html" class="tsd-kind-icon">Tunnel<wbr>Group<wbr>Backends</a></li>
128
128
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.TunnelSessions.html" class="tsd-kind-icon">Tunnel<wbr>Sessions</a></li>
129
129
  <li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/services.Tunnels.html" class="tsd-kind-icon">Tunnels</a></li>
@@ -195,9 +195,6 @@
195
195
  <li class=" tsd-kind-class tsd-parent-kind-module">
196
196
  <a href="../classes/services.EdgeRouteOIDCModule.html" class="tsd-kind-icon">Edge<wbr>RouteOIDCModule</a>
197
197
  </li>
198
- <li class=" tsd-kind-class tsd-parent-kind-module">
199
- <a href="../classes/services.EdgeRoutePolicyModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Policy<wbr>Module</a>
200
- </li>
201
198
  <li class=" tsd-kind-class tsd-parent-kind-module">
202
199
  <a href="../classes/services.EdgeRouteRequestHeadersModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Request<wbr>Headers<wbr>Module</a>
203
200
  </li>
@@ -207,6 +204,9 @@
207
204
  <li class=" tsd-kind-class tsd-parent-kind-module">
208
205
  <a href="../classes/services.EdgeRouteSAMLModule.html" class="tsd-kind-icon">Edge<wbr>RouteSAMLModule</a>
209
206
  </li>
207
+ <li class=" tsd-kind-class tsd-parent-kind-module">
208
+ <a href="../classes/services.EdgeRouteTrafficPolicyModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>Traffic<wbr>Policy<wbr>Module</a>
209
+ </li>
210
210
  <li class=" tsd-kind-class tsd-parent-kind-module">
211
211
  <a href="../classes/services.EdgeRouteUserAgentFilterModule.html" class="tsd-kind-icon">Edge<wbr>Route<wbr>User<wbr>Agent<wbr>Filter<wbr>Module</a>
212
212
  </li>
@@ -289,7 +289,7 @@
289
289
  <a href="../classes/services.TCPEdgeIPRestrictionModule.html" class="tsd-kind-icon">TCPEdgeIPRestriction<wbr>Module</a>
290
290
  </li>
291
291
  <li class=" tsd-kind-class tsd-parent-kind-module">
292
- <a href="../classes/services.TCPEdgePolicyModule.html" class="tsd-kind-icon">TCPEdge<wbr>Policy<wbr>Module</a>
292
+ <a href="../classes/services.TCPEdgeTrafficPolicyModule.html" class="tsd-kind-icon">TCPEdge<wbr>Traffic<wbr>Policy<wbr>Module</a>
293
293
  </li>
294
294
  <li class=" tsd-kind-class tsd-parent-kind-module">
295
295
  <a href="../classes/services.TLSCertificates.html" class="tsd-kind-icon">TLSCertificates</a>
@@ -304,10 +304,10 @@
304
304
  <a href="../classes/services.TLSEdgeMutualTLSModule.html" class="tsd-kind-icon">TLSEdge<wbr>MutualTLSModule</a>
305
305
  </li>
306
306
  <li class=" tsd-kind-class tsd-parent-kind-module">
307
- <a href="../classes/services.TLSEdgePolicyModule.html" class="tsd-kind-icon">TLSEdge<wbr>Policy<wbr>Module</a>
307
+ <a href="../classes/services.TLSEdgeTLSTerminationModule.html" class="tsd-kind-icon">TLSEdgeTLSTermination<wbr>Module</a>
308
308
  </li>
309
309
  <li class=" tsd-kind-class tsd-parent-kind-module">
310
- <a href="../classes/services.TLSEdgeTLSTerminationModule.html" class="tsd-kind-icon">TLSEdgeTLSTermination<wbr>Module</a>
310
+ <a href="../classes/services.TLSEdgeTrafficPolicyModule.html" class="tsd-kind-icon">TLSEdge<wbr>Traffic<wbr>Policy<wbr>Module</a>
311
311
  </li>
312
312
  <li class=" tsd-kind-class tsd-parent-kind-module">
313
313
  <a href="../classes/services.TunnelGroupBackends.html" class="tsd-kind-icon">Tunnel<wbr>Group<wbr>Backends</a>
package/lib/client.js CHANGED
@@ -29,7 +29,7 @@ class Ngrok {
29
29
  this.httpClient = (0, wretch_1.default)()
30
30
  .url(baseUrl)
31
31
  .headers({
32
- 'User-Agent': 'ngrok-api-typescript/0.10.0/' + process.version,
32
+ 'User-Agent': 'ngrok-api-typescript/0.11.0/' + process.version,
33
33
  'Ngrok-Version': '2',
34
34
  })
35
35
  .content("application/json")