@integration-app/react 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (262) hide show
  1. package/node_modules/@compwright/namecase/LICENSE +26 -0
  2. package/node_modules/@compwright/namecase/README.md +49 -0
  3. package/node_modules/@compwright/namecase/bin/namecase +28 -0
  4. package/node_modules/@compwright/namecase/dist/namecase.min.js +4 -0
  5. package/node_modules/@compwright/namecase/dist/namecase.min.js.map +1 -0
  6. package/node_modules/@compwright/namecase/package.json +46 -0
  7. package/node_modules/@compwright/namecase/src/index.js +146 -0
  8. package/node_modules/@integration-app/sdk/bundle.js +404 -262
  9. package/node_modules/@integration-app/sdk/bundle.js.map +1 -1
  10. package/node_modules/@integration-app/sdk/client.d.ts +3 -3
  11. package/node_modules/@integration-app/sdk/data-builder/formulas/case.d.ts +3 -7
  12. package/node_modules/@integration-app/sdk/data-builder/formulas/case.js +16 -32
  13. package/node_modules/@integration-app/sdk/data-builder/formulas/case.js.map +1 -1
  14. package/node_modules/@integration-app/sdk/integrations/accessors.d.ts +0 -6
  15. package/node_modules/@integration-app/sdk/integrations/accessors.js +1 -87
  16. package/node_modules/@integration-app/sdk/integrations/accessors.js.map +1 -1
  17. package/node_modules/@integration-app/sdk/json-schema/index.d.ts +1 -1
  18. package/node_modules/@integration-app/sdk/src/client.ts +3 -3
  19. package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.test.ts +11 -113
  20. package/node_modules/@integration-app/sdk/src/data-builder/formulas/case.ts +22 -46
  21. package/node_modules/@integration-app/sdk/src/integrations/accessors.ts +2 -122
  22. package/node_modules/@sinclair/typebox/package.json +40 -0
  23. package/node_modules/@sinclair/typebox/readme.md +740 -0
  24. package/node_modules/@sinclair/typebox/typebox.d.ts +351 -0
  25. package/node_modules/@sinclair/typebox/typebox.js +345 -0
  26. package/node_modules/@types/node/README.md +16 -0
  27. package/node_modules/@types/node/assert.d.ts +128 -0
  28. package/node_modules/@types/node/async_hooks.d.ts +229 -0
  29. package/node_modules/@types/node/buffer.d.ts +89 -0
  30. package/node_modules/@types/node/child_process.d.ts +514 -0
  31. package/node_modules/@types/node/cluster.d.ts +265 -0
  32. package/node_modules/@types/node/console.d.ts +142 -0
  33. package/node_modules/@types/node/constants.d.ts +18 -0
  34. package/node_modules/@types/node/crypto.d.ts +1283 -0
  35. package/node_modules/@types/node/dgram.d.ts +144 -0
  36. package/node_modules/@types/node/dns.d.ts +387 -0
  37. package/node_modules/@types/node/domain.d.ts +27 -0
  38. package/node_modules/@types/node/events.d.ts +82 -0
  39. package/node_modules/@types/node/fs/promises.d.ts +572 -0
  40. package/node_modules/@types/node/fs.d.ts +2281 -0
  41. package/node_modules/@types/node/globals.d.ts +747 -0
  42. package/node_modules/@types/node/globals.global.d.ts +1 -0
  43. package/node_modules/@types/node/http.d.ts +580 -0
  44. package/node_modules/@types/node/http2.d.ts +962 -0
  45. package/node_modules/@types/node/https.d.ts +271 -0
  46. package/node_modules/@types/node/index.d.ts +98 -0
  47. package/node_modules/@types/node/inspector.d.ts +3051 -0
  48. package/node_modules/@types/node/module.d.ts +56 -0
  49. package/node_modules/@types/node/net.d.ts +308 -0
  50. package/node_modules/@types/node/os.d.ts +243 -0
  51. package/node_modules/@types/node/package.json +232 -0
  52. package/node_modules/@types/node/path.d.ts +168 -0
  53. package/node_modules/@types/node/perf_hooks.d.ts +274 -0
  54. package/node_modules/@types/node/process.d.ts +413 -0
  55. package/node_modules/@types/node/punycode.d.ts +78 -0
  56. package/node_modules/@types/node/querystring.d.ts +31 -0
  57. package/node_modules/@types/node/readline.d.ts +174 -0
  58. package/node_modules/@types/node/repl.d.ts +398 -0
  59. package/node_modules/@types/node/stream.d.ts +359 -0
  60. package/node_modules/@types/node/string_decoder.d.ts +10 -0
  61. package/node_modules/@types/node/timers.d.ts +19 -0
  62. package/node_modules/@types/node/tls.d.ts +784 -0
  63. package/node_modules/@types/node/trace_events.d.ts +64 -0
  64. package/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
  65. package/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
  66. package/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
  67. package/node_modules/@types/node/ts4.8/child_process.d.ts +514 -0
  68. package/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
  69. package/node_modules/@types/node/ts4.8/console.d.ts +142 -0
  70. package/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
  71. package/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
  72. package/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
  73. package/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
  74. package/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
  75. package/node_modules/@types/node/ts4.8/events.d.ts +82 -0
  76. package/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
  77. package/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
  78. package/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
  79. package/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
  80. package/node_modules/@types/node/ts4.8/http.d.ts +580 -0
  81. package/node_modules/@types/node/ts4.8/http2.d.ts +962 -0
  82. package/node_modules/@types/node/ts4.8/https.d.ts +271 -0
  83. package/node_modules/@types/node/ts4.8/index.d.ts +53 -0
  84. package/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
  85. package/node_modules/@types/node/ts4.8/module.d.ts +56 -0
  86. package/node_modules/@types/node/ts4.8/net.d.ts +308 -0
  87. package/node_modules/@types/node/ts4.8/os.d.ts +243 -0
  88. package/node_modules/@types/node/ts4.8/path.d.ts +168 -0
  89. package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
  90. package/node_modules/@types/node/ts4.8/process.d.ts +413 -0
  91. package/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
  92. package/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
  93. package/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
  94. package/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
  95. package/node_modules/@types/node/ts4.8/stream.d.ts +359 -0
  96. package/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
  97. package/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
  98. package/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
  99. package/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
  100. package/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
  101. package/node_modules/@types/node/ts4.8/url.d.ts +149 -0
  102. package/node_modules/@types/node/ts4.8/util.d.ts +216 -0
  103. package/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
  104. package/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
  105. package/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
  106. package/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
  107. package/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
  108. package/node_modules/@types/node/tty.d.ts +69 -0
  109. package/node_modules/@types/node/url.d.ts +149 -0
  110. package/node_modules/@types/node/util.d.ts +216 -0
  111. package/node_modules/@types/node/v8.d.ts +190 -0
  112. package/node_modules/@types/node/vm.d.ts +155 -0
  113. package/node_modules/@types/node/wasi.d.ts +89 -0
  114. package/node_modules/@types/node/worker_threads.d.ts +241 -0
  115. package/node_modules/@types/node/zlib.d.ts +364 -0
  116. package/package.json +2 -5
  117. package/node_modules/@integration-app/sdk/.DS_Store +0 -0
  118. package/node_modules/@integration-app/sdk/.gitignore +0 -11
  119. package/node_modules/@integration-app/sdk/.npmignore +0 -0
  120. package/node_modules/@integration-app/sdk/app-data-collections/app-data-collections.d.ts +0 -23
  121. package/node_modules/@integration-app/sdk/app-data-collections/app-data-collections.js.map +0 -1
  122. package/node_modules/@integration-app/sdk/app-data-schemas/app-data-schemas.d.ts +0 -20
  123. package/node_modules/@integration-app/sdk/app-data-schemas/app-data-schemas.js.map +0 -1
  124. package/node_modules/@integration-app/sdk/app-events/app-events.d.ts +0 -44
  125. package/node_modules/@integration-app/sdk/app-events/app-events.js.map +0 -1
  126. package/node_modules/@integration-app/sdk/connection-client.d.ts +0 -12
  127. package/node_modules/@integration-app/sdk/connection-client.js +0 -31
  128. package/node_modules/@integration-app/sdk/connection-client.js.map +0 -1
  129. package/node_modules/@integration-app/sdk/connections/connections.d.ts +0 -46
  130. package/node_modules/@integration-app/sdk/connections/connections.js.map +0 -1
  131. package/node_modules/@integration-app/sdk/connector-api/connector-api.d.ts +0 -157
  132. package/node_modules/@integration-app/sdk/connector-api/connector-api.js.map +0 -1
  133. package/node_modules/@integration-app/sdk/data-builder/findExternalRecordId.d.ts +0 -0
  134. package/node_modules/@integration-app/sdk/data-builder/findExternalRecordId.js.map +0 -1
  135. package/node_modules/@integration-app/sdk/data-builder/first-name.test.d.ts +0 -0
  136. package/node_modules/@integration-app/sdk/data-builder/first-name.test.js +0 -2
  137. package/node_modules/@integration-app/sdk/data-builder/first-name.test.js.map +0 -1
  138. package/node_modules/@integration-app/sdk/data-builder/formulas/anyOfOption.d.ts +0 -10
  139. package/node_modules/@integration-app/sdk/data-builder/formulas/anyOfOption.js.map +0 -1
  140. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.d.ts +0 -1
  141. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.js +0 -26
  142. package/node_modules/@integration-app/sdk/data-builder/formulas/base.test.js.map +0 -1
  143. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.d.ts +0 -1
  144. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.js +0 -246
  145. package/node_modules/@integration-app/sdk/data-builder/formulas/case.test.js.map +0 -1
  146. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.d.ts +0 -1
  147. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.js +0 -85
  148. package/node_modules/@integration-app/sdk/data-builder/formulas/concat.test.js.map +0 -1
  149. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.d.ts +0 -1
  150. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.js +0 -64
  151. package/node_modules/@integration-app/sdk/data-builder/formulas/copy.test.js.map +0 -1
  152. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.d.ts +0 -1
  153. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.js +0 -44
  154. package/node_modules/@integration-app/sdk/data-builder/formulas/extractDate.test.js.map +0 -1
  155. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.d.ts +0 -1
  156. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.js +0 -44
  157. package/node_modules/@integration-app/sdk/data-builder/formulas/extractTime.test.js.map +0 -1
  158. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.d.ts +0 -1
  159. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.js +0 -26
  160. package/node_modules/@integration-app/sdk/data-builder/formulas/findAppRecordId.test.js.map +0 -1
  161. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.d.ts +0 -1
  162. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.js +0 -26
  163. package/node_modules/@integration-app/sdk/data-builder/formulas/findExternalRecordId.test.js.map +0 -1
  164. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.d.ts +0 -1
  165. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.js +0 -14
  166. package/node_modules/@integration-app/sdk/data-builder/formulas/first-name.test.js.map +0 -1
  167. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.d.ts +0 -1
  168. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.js +0 -63
  169. package/node_modules/@integration-app/sdk/data-builder/formulas/index.test.js.map +0 -1
  170. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.d.ts +0 -1
  171. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.js +0 -112
  172. package/node_modules/@integration-app/sdk/data-builder/formulas/iterate.test.js.map +0 -1
  173. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.d.ts +0 -1
  174. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.js +0 -18
  175. package/node_modules/@integration-app/sdk/data-builder/formulas/lookup.test.js.map +0 -1
  176. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.d.ts +0 -1
  177. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.js +0 -114
  178. package/node_modules/@integration-app/sdk/data-builder/formulas/map.test.js.map +0 -1
  179. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.d.ts +0 -1
  180. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.js +0 -49
  181. package/node_modules/@integration-app/sdk/data-builder/formulas/tpl.test.js.map +0 -1
  182. package/node_modules/@integration-app/sdk/data-builder/formulas/types.d.ts +0 -0
  183. package/node_modules/@integration-app/sdk/data-builder/formulas/types.js.map +0 -1
  184. package/node_modules/@integration-app/sdk/data-builder/index.test.d.ts +0 -1
  185. package/node_modules/@integration-app/sdk/data-builder/index.test.js +0 -295
  186. package/node_modules/@integration-app/sdk/data-builder/index.test.js.map +0 -1
  187. package/node_modules/@integration-app/sdk/data-builder/locators.test.d.ts +0 -1
  188. package/node_modules/@integration-app/sdk/data-builder/locators.test.js +0 -775
  189. package/node_modules/@integration-app/sdk/data-builder/locators.test.js.map +0 -1
  190. package/node_modules/@integration-app/sdk/data-filter/conditions.d.ts +0 -0
  191. package/node_modules/@integration-app/sdk/data-filter/conditions.js.map +0 -1
  192. package/node_modules/@integration-app/sdk/data-filter/data-filter.test.d.ts +0 -1
  193. package/node_modules/@integration-app/sdk/data-filter/data-filter.test.js.map +0 -1
  194. package/node_modules/@integration-app/sdk/data-filter/index.test.d.ts +0 -1
  195. package/node_modules/@integration-app/sdk/data-filter/index.test.js +0 -43
  196. package/node_modules/@integration-app/sdk/data-filter/index.test.js.map +0 -1
  197. package/node_modules/@integration-app/sdk/data-filter/operators.test.d.ts +0 -1
  198. package/node_modules/@integration-app/sdk/data-filter/operators.test.js +0 -490
  199. package/node_modules/@integration-app/sdk/data-filter/operators.test.js.map +0 -1
  200. package/node_modules/@integration-app/sdk/data-links/data-links.d.ts +0 -58
  201. package/node_modules/@integration-app/sdk/data-links/data-links.js.map +0 -1
  202. package/node_modules/@integration-app/sdk/data-schema/index.test.d.ts +0 -1
  203. package/node_modules/@integration-app/sdk/data-schema/index.test.js +0 -86
  204. package/node_modules/@integration-app/sdk/data-schema/index.test.js.map +0 -1
  205. package/node_modules/@integration-app/sdk/data-sources/data-sources.d.ts +0 -41
  206. package/node_modules/@integration-app/sdk/data-sources/data-sources.js.map +0 -1
  207. package/node_modules/@integration-app/sdk/endpoints/endpoint-spec.d.ts +0 -30
  208. package/node_modules/@integration-app/sdk/endpoints/endpoint-spec.js.map +0 -1
  209. package/node_modules/@integration-app/sdk/field-mappings/field-mappings.d.ts +0 -29
  210. package/node_modules/@integration-app/sdk/field-mappings/field-mappings.js.map +0 -1
  211. package/node_modules/@integration-app/sdk/flow-runs/flow-runs.d.ts +0 -51
  212. package/node_modules/@integration-app/sdk/flow-runs/flow-runs.js.map +0 -1
  213. package/node_modules/@integration-app/sdk/flows/flows.d.ts +0 -156
  214. package/node_modules/@integration-app/sdk/flows/flows.js.map +0 -1
  215. package/node_modules/@integration-app/sdk/flows/nodes/data-record-delete-trigger.d.ts +0 -3
  216. package/node_modules/@integration-app/sdk/flows/nodes/data-record-delete-trigger.js.map +0 -1
  217. package/node_modules/@integration-app/sdk/flows/nodes/nodes.d.ts +0 -25
  218. package/node_modules/@integration-app/sdk/flows/nodes/nodes.js.map +0 -1
  219. package/node_modules/@integration-app/sdk/flows/utils.test.d.ts +0 -1
  220. package/node_modules/@integration-app/sdk/flows/utils.test.js +0 -62
  221. package/node_modules/@integration-app/sdk/flows/utils.test.js.map +0 -1
  222. package/node_modules/@integration-app/sdk/integration-elements/integration-elements.d.ts +0 -21
  223. package/node_modules/@integration-app/sdk/integration-elements/integration-elements.js.map +0 -1
  224. package/node_modules/@integration-app/sdk/integrations/integrations.d.ts +0 -48
  225. package/node_modules/@integration-app/sdk/integrations/integrations.js.map +0 -1
  226. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.d.ts +0 -1
  227. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.js +0 -194
  228. package/node_modules/@integration-app/sdk/json-schema/json-schema.test.js.map +0 -1
  229. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.d.ts +0 -1
  230. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.js +0 -352
  231. package/node_modules/@integration-app/sdk/json-schema/schema-builder.test.js.map +0 -1
  232. package/node_modules/@integration-app/sdk/jwt.test.d.ts +0 -1
  233. package/node_modules/@integration-app/sdk/jwt.test.js +0 -9
  234. package/node_modules/@integration-app/sdk/jwt.test.js.map +0 -1
  235. package/node_modules/@integration-app/sdk/package-lock.json +0 -3834
  236. package/node_modules/@integration-app/sdk/udm/activities.test.d.ts +0 -1
  237. package/node_modules/@integration-app/sdk/udm/activities.test.js +0 -40
  238. package/node_modules/@integration-app/sdk/udm/activities.test.js.map +0 -1
  239. package/node_modules/@integration-app/sdk/udm/campaign-members.d.ts +0 -45
  240. package/node_modules/@integration-app/sdk/udm/campaign-members.js +0 -99
  241. package/node_modules/@integration-app/sdk/udm/campaign-members.js.map +0 -1
  242. package/node_modules/@integration-app/sdk/udm/contacts.test.d.ts +0 -1
  243. package/node_modules/@integration-app/sdk/udm/contacts.test.js +0 -136
  244. package/node_modules/@integration-app/sdk/udm/contacts.test.js.map +0 -1
  245. package/node_modules/@integration-app/sdk/udm/crm-activities.d.ts +0 -17
  246. package/node_modules/@integration-app/sdk/udm/crm-activities.js.map +0 -1
  247. package/node_modules/@integration-app/sdk/udm/crm-activity.d.ts +0 -11
  248. package/node_modules/@integration-app/sdk/udm/crm-activity.js.map +0 -1
  249. package/node_modules/@integration-app/sdk/udm/crm-companies.d.ts +0 -14
  250. package/node_modules/@integration-app/sdk/udm/crm-companies.js.map +0 -1
  251. package/node_modules/@integration-app/sdk/udm/crm-contact.d.ts +0 -10
  252. package/node_modules/@integration-app/sdk/udm/crm-contact.js.map +0 -1
  253. package/node_modules/@integration-app/sdk/udm/crm-contacts.d.ts +0 -16
  254. package/node_modules/@integration-app/sdk/udm/crm-contacts.js.map +0 -1
  255. package/node_modules/@integration-app/sdk/udm/crm-deals.d.ts +0 -15
  256. package/node_modules/@integration-app/sdk/udm/crm-deals.js.map +0 -1
  257. package/node_modules/@integration-app/sdk/udm/crm-leads.d.ts +0 -16
  258. package/node_modules/@integration-app/sdk/udm/crm-leads.js.map +0 -1
  259. package/node_modules/@integration-app/sdk/udm/members.d.ts +0 -45
  260. package/node_modules/@integration-app/sdk/udm/members.js.map +0 -1
  261. package/node_modules/@integration-app/sdk/users/users.d.ts +0 -5
  262. package/node_modules/@integration-app/sdk/users/users.js.map +0 -1
@@ -0,0 +1,144 @@
1
+ declare module 'dgram' {
2
+ import { AddressInfo } from 'net';
3
+ import * as dns from 'dns';
4
+ import EventEmitter = require('events');
5
+
6
+ interface RemoteInfo {
7
+ address: string;
8
+ family: 'IPv4' | 'IPv6';
9
+ port: number;
10
+ size: number;
11
+ }
12
+
13
+ interface BindOptions {
14
+ port?: number | undefined;
15
+ address?: string | undefined;
16
+ exclusive?: boolean | undefined;
17
+ fd?: number | undefined;
18
+ }
19
+
20
+ type SocketType = "udp4" | "udp6";
21
+
22
+ interface SocketOptions {
23
+ type: SocketType;
24
+ reuseAddr?: boolean | undefined;
25
+ /**
26
+ * @default false
27
+ */
28
+ ipv6Only?: boolean | undefined;
29
+ recvBufferSize?: number | undefined;
30
+ sendBufferSize?: number | undefined;
31
+ lookup?: ((hostname: string, options: dns.LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void) => void) | undefined;
32
+ }
33
+
34
+ function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket;
35
+ function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket;
36
+
37
+ class Socket extends EventEmitter {
38
+ addMembership(multicastAddress: string, multicastInterface?: string): void;
39
+ address(): AddressInfo;
40
+ bind(port?: number, address?: string, callback?: () => void): this;
41
+ bind(port?: number, callback?: () => void): this;
42
+ bind(callback?: () => void): this;
43
+ bind(options: BindOptions, callback?: () => void): this;
44
+ close(callback?: () => void): this;
45
+ connect(port: number, address?: string, callback?: () => void): void;
46
+ connect(port: number, callback: () => void): void;
47
+ disconnect(): void;
48
+ dropMembership(multicastAddress: string, multicastInterface?: string): void;
49
+ getRecvBufferSize(): number;
50
+ getSendBufferSize(): number;
51
+ ref(): this;
52
+ remoteAddress(): AddressInfo;
53
+ send(msg: string | Uint8Array | ReadonlyArray<any>, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void;
54
+ send(msg: string | Uint8Array | ReadonlyArray<any>, port?: number, callback?: (error: Error | null, bytes: number) => void): void;
55
+ send(msg: string | Uint8Array | ReadonlyArray<any>, callback?: (error: Error | null, bytes: number) => void): void;
56
+ send(msg: string | Uint8Array, offset: number, length: number, port?: number, address?: string, callback?: (error: Error | null, bytes: number) => void): void;
57
+ send(msg: string | Uint8Array, offset: number, length: number, port?: number, callback?: (error: Error | null, bytes: number) => void): void;
58
+ send(msg: string | Uint8Array, offset: number, length: number, callback?: (error: Error | null, bytes: number) => void): void;
59
+ setBroadcast(flag: boolean): void;
60
+ setMulticastInterface(multicastInterface: string): void;
61
+ setMulticastLoopback(flag: boolean): boolean;
62
+ setMulticastTTL(ttl: number): number;
63
+ setRecvBufferSize(size: number): void;
64
+ setSendBufferSize(size: number): void;
65
+ setTTL(ttl: number): number;
66
+ unref(): this;
67
+ /**
68
+ * Tells the kernel to join a source-specific multicast channel at the given
69
+ * `sourceAddress` and `groupAddress`, using the `multicastInterface` with the
70
+ * `IP_ADD_SOURCE_MEMBERSHIP` socket option.
71
+ * If the `multicastInterface` argument
72
+ * is not specified, the operating system will choose one interface and will add
73
+ * membership to it.
74
+ * To add membership to every available interface, call
75
+ * `socket.addSourceSpecificMembership()` multiple times, once per interface.
76
+ */
77
+ addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void;
78
+
79
+ /**
80
+ * Instructs the kernel to leave a source-specific multicast channel at the given
81
+ * `sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP`
82
+ * socket option. This method is automatically called by the kernel when the
83
+ * socket is closed or the process terminates, so most apps will never have
84
+ * reason to call this.
85
+ *
86
+ * If `multicastInterface` is not specified, the operating system will attempt to
87
+ * drop membership on all valid interfaces.
88
+ */
89
+ dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void;
90
+
91
+ /**
92
+ * events.EventEmitter
93
+ * 1. close
94
+ * 2. connect
95
+ * 3. error
96
+ * 4. listening
97
+ * 5. message
98
+ */
99
+ addListener(event: string, listener: (...args: any[]) => void): this;
100
+ addListener(event: "close", listener: () => void): this;
101
+ addListener(event: "connect", listener: () => void): this;
102
+ addListener(event: "error", listener: (err: Error) => void): this;
103
+ addListener(event: "listening", listener: () => void): this;
104
+ addListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
105
+
106
+ emit(event: string | symbol, ...args: any[]): boolean;
107
+ emit(event: "close"): boolean;
108
+ emit(event: "connect"): boolean;
109
+ emit(event: "error", err: Error): boolean;
110
+ emit(event: "listening"): boolean;
111
+ emit(event: "message", msg: Buffer, rinfo: RemoteInfo): boolean;
112
+
113
+ on(event: string, listener: (...args: any[]) => void): this;
114
+ on(event: "close", listener: () => void): this;
115
+ on(event: "connect", listener: () => void): this;
116
+ on(event: "error", listener: (err: Error) => void): this;
117
+ on(event: "listening", listener: () => void): this;
118
+ on(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
119
+
120
+ once(event: string, listener: (...args: any[]) => void): this;
121
+ once(event: "close", listener: () => void): this;
122
+ once(event: "connect", listener: () => void): this;
123
+ once(event: "error", listener: (err: Error) => void): this;
124
+ once(event: "listening", listener: () => void): this;
125
+ once(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
126
+
127
+ prependListener(event: string, listener: (...args: any[]) => void): this;
128
+ prependListener(event: "close", listener: () => void): this;
129
+ prependListener(event: "connect", listener: () => void): this;
130
+ prependListener(event: "error", listener: (err: Error) => void): this;
131
+ prependListener(event: "listening", listener: () => void): this;
132
+ prependListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
133
+
134
+ prependOnceListener(event: string, listener: (...args: any[]) => void): this;
135
+ prependOnceListener(event: "close", listener: () => void): this;
136
+ prependOnceListener(event: "connect", listener: () => void): this;
137
+ prependOnceListener(event: "error", listener: (err: Error) => void): this;
138
+ prependOnceListener(event: "listening", listener: () => void): this;
139
+ prependOnceListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this;
140
+ }
141
+ }
142
+ declare module 'node:dgram' {
143
+ export * from 'dgram';
144
+ }
@@ -0,0 +1,387 @@
1
+ declare module 'dns' {
2
+ // Supported getaddrinfo flags.
3
+ const ADDRCONFIG: number;
4
+ const V4MAPPED: number;
5
+ /**
6
+ * If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as
7
+ * well as IPv4 mapped IPv6 addresses.
8
+ */
9
+ const ALL: number;
10
+
11
+ interface LookupOptions {
12
+ family?: number | undefined;
13
+ hints?: number | undefined;
14
+ all?: boolean | undefined;
15
+ verbatim?: boolean | undefined;
16
+ }
17
+
18
+ interface LookupOneOptions extends LookupOptions {
19
+ all?: false | undefined;
20
+ }
21
+
22
+ interface LookupAllOptions extends LookupOptions {
23
+ all: true;
24
+ }
25
+
26
+ interface LookupAddress {
27
+ address: string;
28
+ family: number;
29
+ }
30
+
31
+ function lookup(hostname: string, family: number, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void;
32
+ function lookup(hostname: string, options: LookupOneOptions, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void;
33
+ function lookup(hostname: string, options: LookupAllOptions, callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void): void;
34
+ function lookup(hostname: string, options: LookupOptions, callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void): void;
35
+ function lookup(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void): void;
36
+
37
+ // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime.
38
+ namespace lookup {
39
+ function __promisify__(hostname: string, options: LookupAllOptions): Promise<LookupAddress[]>;
40
+ function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise<LookupAddress>;
41
+ function __promisify__(hostname: string, options: LookupOptions): Promise<LookupAddress | LookupAddress[]>;
42
+ }
43
+
44
+ function lookupService(address: string, port: number, callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void): void;
45
+
46
+ namespace lookupService {
47
+ function __promisify__(address: string, port: number): Promise<{ hostname: string, service: string }>;
48
+ }
49
+
50
+ interface ResolveOptions {
51
+ ttl: boolean;
52
+ }
53
+
54
+ interface ResolveWithTtlOptions extends ResolveOptions {
55
+ ttl: true;
56
+ }
57
+
58
+ interface RecordWithTtl {
59
+ address: string;
60
+ ttl: number;
61
+ }
62
+
63
+ /** @deprecated Use `AnyARecord` or `AnyAaaaRecord` instead. */
64
+ type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord;
65
+
66
+ interface AnyARecord extends RecordWithTtl {
67
+ type: "A";
68
+ }
69
+
70
+ interface AnyAaaaRecord extends RecordWithTtl {
71
+ type: "AAAA";
72
+ }
73
+
74
+ interface MxRecord {
75
+ priority: number;
76
+ exchange: string;
77
+ }
78
+
79
+ interface AnyMxRecord extends MxRecord {
80
+ type: "MX";
81
+ }
82
+
83
+ interface NaptrRecord {
84
+ flags: string;
85
+ service: string;
86
+ regexp: string;
87
+ replacement: string;
88
+ order: number;
89
+ preference: number;
90
+ }
91
+
92
+ interface AnyNaptrRecord extends NaptrRecord {
93
+ type: "NAPTR";
94
+ }
95
+
96
+ interface SoaRecord {
97
+ nsname: string;
98
+ hostmaster: string;
99
+ serial: number;
100
+ refresh: number;
101
+ retry: number;
102
+ expire: number;
103
+ minttl: number;
104
+ }
105
+
106
+ interface AnySoaRecord extends SoaRecord {
107
+ type: "SOA";
108
+ }
109
+
110
+ interface SrvRecord {
111
+ priority: number;
112
+ weight: number;
113
+ port: number;
114
+ name: string;
115
+ }
116
+
117
+ interface AnySrvRecord extends SrvRecord {
118
+ type: "SRV";
119
+ }
120
+
121
+ interface AnyTxtRecord {
122
+ type: "TXT";
123
+ entries: string[];
124
+ }
125
+
126
+ interface AnyNsRecord {
127
+ type: "NS";
128
+ value: string;
129
+ }
130
+
131
+ interface AnyPtrRecord {
132
+ type: "PTR";
133
+ value: string;
134
+ }
135
+
136
+ interface AnyCnameRecord {
137
+ type: "CNAME";
138
+ value: string;
139
+ }
140
+
141
+ type AnyRecord = AnyARecord |
142
+ AnyAaaaRecord |
143
+ AnyCnameRecord |
144
+ AnyMxRecord |
145
+ AnyNaptrRecord |
146
+ AnyNsRecord |
147
+ AnyPtrRecord |
148
+ AnySoaRecord |
149
+ AnySrvRecord |
150
+ AnyTxtRecord;
151
+
152
+ function resolve(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
153
+ function resolve(hostname: string, rrtype: "A", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
154
+ function resolve(hostname: string, rrtype: "AAAA", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
155
+ function resolve(hostname: string, rrtype: "ANY", callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void;
156
+ function resolve(hostname: string, rrtype: "CNAME", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
157
+ function resolve(hostname: string, rrtype: "MX", callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void;
158
+ function resolve(hostname: string, rrtype: "NAPTR", callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void;
159
+ function resolve(hostname: string, rrtype: "NS", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
160
+ function resolve(hostname: string, rrtype: "PTR", callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
161
+ function resolve(hostname: string, rrtype: "SOA", callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void): void;
162
+ function resolve(hostname: string, rrtype: "SRV", callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void;
163
+ function resolve(hostname: string, rrtype: "TXT", callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void;
164
+ function resolve(
165
+ hostname: string,
166
+ rrtype: string,
167
+ callback: (err: NodeJS.ErrnoException | null, addresses: string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]) => void,
168
+ ): void;
169
+
170
+ // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime.
171
+ namespace resolve {
172
+ function __promisify__(hostname: string, rrtype?: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise<string[]>;
173
+ function __promisify__(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
174
+ function __promisify__(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
175
+ function __promisify__(hostname: string, rrtype: "NAPTR"): Promise<NaptrRecord[]>;
176
+ function __promisify__(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
177
+ function __promisify__(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
178
+ function __promisify__(hostname: string, rrtype: "TXT"): Promise<string[][]>;
179
+ function __promisify__(hostname: string, rrtype: string): Promise<string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]>;
180
+ }
181
+
182
+ function resolve4(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
183
+ function resolve4(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void;
184
+ function resolve4(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void;
185
+
186
+ // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime.
187
+ namespace resolve4 {
188
+ function __promisify__(hostname: string): Promise<string[]>;
189
+ function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>;
190
+ function __promisify__(hostname: string, options?: ResolveOptions): Promise<string[] | RecordWithTtl[]>;
191
+ }
192
+
193
+ function resolve6(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
194
+ function resolve6(hostname: string, options: ResolveWithTtlOptions, callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void): void;
195
+ function resolve6(hostname: string, options: ResolveOptions, callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void): void;
196
+
197
+ // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime.
198
+ namespace resolve6 {
199
+ function __promisify__(hostname: string): Promise<string[]>;
200
+ function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>;
201
+ function __promisify__(hostname: string, options?: ResolveOptions): Promise<string[] | RecordWithTtl[]>;
202
+ }
203
+
204
+ function resolveCname(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
205
+ namespace resolveCname {
206
+ function __promisify__(hostname: string): Promise<string[]>;
207
+ }
208
+
209
+ function resolveMx(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void): void;
210
+ namespace resolveMx {
211
+ function __promisify__(hostname: string): Promise<MxRecord[]>;
212
+ }
213
+
214
+ function resolveNaptr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void): void;
215
+ namespace resolveNaptr {
216
+ function __promisify__(hostname: string): Promise<NaptrRecord[]>;
217
+ }
218
+
219
+ function resolveNs(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
220
+ namespace resolveNs {
221
+ function __promisify__(hostname: string): Promise<string[]>;
222
+ }
223
+
224
+ function resolvePtr(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void): void;
225
+ namespace resolvePtr {
226
+ function __promisify__(hostname: string): Promise<string[]>;
227
+ }
228
+
229
+ function resolveSoa(hostname: string, callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void): void;
230
+ namespace resolveSoa {
231
+ function __promisify__(hostname: string): Promise<SoaRecord>;
232
+ }
233
+
234
+ function resolveSrv(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void): void;
235
+ namespace resolveSrv {
236
+ function __promisify__(hostname: string): Promise<SrvRecord[]>;
237
+ }
238
+
239
+ function resolveTxt(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void): void;
240
+ namespace resolveTxt {
241
+ function __promisify__(hostname: string): Promise<string[][]>;
242
+ }
243
+
244
+ function resolveAny(hostname: string, callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void): void;
245
+ namespace resolveAny {
246
+ function __promisify__(hostname: string): Promise<AnyRecord[]>;
247
+ }
248
+
249
+ function reverse(ip: string, callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void): void;
250
+ function setServers(servers: ReadonlyArray<string>): void;
251
+ function getServers(): string[];
252
+
253
+ function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void;
254
+
255
+ // Error codes
256
+ const NODATA: string;
257
+ const FORMERR: string;
258
+ const SERVFAIL: string;
259
+ const NOTFOUND: string;
260
+ const NOTIMP: string;
261
+ const REFUSED: string;
262
+ const BADQUERY: string;
263
+ const BADNAME: string;
264
+ const BADFAMILY: string;
265
+ const BADRESP: string;
266
+ const CONNREFUSED: string;
267
+ const TIMEOUT: string;
268
+ const EOF: string;
269
+ const FILE: string;
270
+ const NOMEM: string;
271
+ const DESTRUCTION: string;
272
+ const BADSTR: string;
273
+ const BADFLAGS: string;
274
+ const NONAME: string;
275
+ const BADHINTS: string;
276
+ const NOTINITIALIZED: string;
277
+ const LOADIPHLPAPI: string;
278
+ const ADDRGETNETWORKPARAMS: string;
279
+ const CANCELLED: string;
280
+
281
+ interface ResolverOptions {
282
+ timeout?: number | undefined;
283
+ }
284
+
285
+ class Resolver {
286
+ constructor(options?: ResolverOptions);
287
+ cancel(): void;
288
+ getServers: typeof getServers;
289
+ resolve: typeof resolve;
290
+ resolve4: typeof resolve4;
291
+ resolve6: typeof resolve6;
292
+ resolveAny: typeof resolveAny;
293
+ resolveCname: typeof resolveCname;
294
+ resolveMx: typeof resolveMx;
295
+ resolveNaptr: typeof resolveNaptr;
296
+ resolveNs: typeof resolveNs;
297
+ resolvePtr: typeof resolvePtr;
298
+ resolveSoa: typeof resolveSoa;
299
+ resolveSrv: typeof resolveSrv;
300
+ resolveTxt: typeof resolveTxt;
301
+ reverse: typeof reverse;
302
+ setLocalAddress(ipv4?: string, ipv6?: string): void;
303
+ setServers: typeof setServers;
304
+ }
305
+
306
+ namespace promises {
307
+ function getServers(): string[];
308
+
309
+ function lookup(hostname: string, family: number): Promise<LookupAddress>;
310
+ function lookup(hostname: string, options: LookupOneOptions): Promise<LookupAddress>;
311
+ function lookup(hostname: string, options: LookupAllOptions): Promise<LookupAddress[]>;
312
+ function lookup(hostname: string, options: LookupOptions): Promise<LookupAddress | LookupAddress[]>;
313
+ function lookup(hostname: string): Promise<LookupAddress>;
314
+
315
+ function lookupService(address: string, port: number): Promise<{ hostname: string, service: string }>;
316
+
317
+ function resolve(hostname: string): Promise<string[]>;
318
+ function resolve(hostname: string, rrtype: "A"): Promise<string[]>;
319
+ function resolve(hostname: string, rrtype: "AAAA"): Promise<string[]>;
320
+ function resolve(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
321
+ function resolve(hostname: string, rrtype: "CNAME"): Promise<string[]>;
322
+ function resolve(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
323
+ function resolve(hostname: string, rrtype: "NAPTR"): Promise<NaptrRecord[]>;
324
+ function resolve(hostname: string, rrtype: "NS"): Promise<string[]>;
325
+ function resolve(hostname: string, rrtype: "PTR"): Promise<string[]>;
326
+ function resolve(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
327
+ function resolve(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
328
+ function resolve(hostname: string, rrtype: "TXT"): Promise<string[][]>;
329
+ function resolve(hostname: string, rrtype: string): Promise<string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[]>;
330
+
331
+ function resolve4(hostname: string): Promise<string[]>;
332
+ function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>;
333
+ function resolve4(hostname: string, options: ResolveOptions): Promise<string[] | RecordWithTtl[]>;
334
+
335
+ function resolve6(hostname: string): Promise<string[]>;
336
+ function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise<RecordWithTtl[]>;
337
+ function resolve6(hostname: string, options: ResolveOptions): Promise<string[] | RecordWithTtl[]>;
338
+
339
+ function resolveAny(hostname: string): Promise<AnyRecord[]>;
340
+
341
+ function resolveCname(hostname: string): Promise<string[]>;
342
+
343
+ function resolveMx(hostname: string): Promise<MxRecord[]>;
344
+
345
+ function resolveNaptr(hostname: string): Promise<NaptrRecord[]>;
346
+
347
+ function resolveNs(hostname: string): Promise<string[]>;
348
+
349
+ function resolvePtr(hostname: string): Promise<string[]>;
350
+
351
+ function resolveSoa(hostname: string): Promise<SoaRecord>;
352
+
353
+ function resolveSrv(hostname: string): Promise<SrvRecord[]>;
354
+
355
+ function resolveTxt(hostname: string): Promise<string[][]>;
356
+
357
+ function reverse(ip: string): Promise<string[]>;
358
+
359
+ function setServers(servers: ReadonlyArray<string>): void;
360
+
361
+ function setDefaultResultOrder(order: 'ipv4first' | 'verbatim'): void;
362
+
363
+ class Resolver {
364
+ constructor(options?: ResolverOptions);
365
+ cancel(): void;
366
+ getServers: typeof getServers;
367
+ resolve: typeof resolve;
368
+ resolve4: typeof resolve4;
369
+ resolve6: typeof resolve6;
370
+ resolveAny: typeof resolveAny;
371
+ resolveCname: typeof resolveCname;
372
+ resolveMx: typeof resolveMx;
373
+ resolveNaptr: typeof resolveNaptr;
374
+ resolveNs: typeof resolveNs;
375
+ resolvePtr: typeof resolvePtr;
376
+ resolveSoa: typeof resolveSoa;
377
+ resolveSrv: typeof resolveSrv;
378
+ resolveTxt: typeof resolveTxt;
379
+ reverse: typeof reverse;
380
+ setLocalAddress(ipv4?: string, ipv6?: string): void;
381
+ setServers: typeof setServers;
382
+ }
383
+ }
384
+ }
385
+ declare module 'node:dns' {
386
+ export * from 'dns';
387
+ }
@@ -0,0 +1,27 @@
1
+ declare module 'domain' {
2
+ import EventEmitter = require('events');
3
+
4
+ global {
5
+ namespace NodeJS {
6
+ interface Domain extends EventEmitter {
7
+ run<T>(fn: (...args: any[]) => T, ...args: any[]): T;
8
+ add(emitter: EventEmitter | Timer): void;
9
+ remove(emitter: EventEmitter | Timer): void;
10
+ bind<T extends Function>(cb: T): T;
11
+ intercept<T extends Function>(cb: T): T;
12
+ }
13
+ }
14
+ }
15
+
16
+ interface Domain extends NodeJS.Domain {}
17
+ class Domain extends EventEmitter {
18
+ members: Array<EventEmitter | NodeJS.Timer>;
19
+ enter(): void;
20
+ exit(): void;
21
+ }
22
+
23
+ function create(): Domain;
24
+ }
25
+ declare module 'node:domain' {
26
+ export * from 'domain';
27
+ }
@@ -0,0 +1,82 @@
1
+ declare module 'events' {
2
+ interface EventEmitterOptions {
3
+ /**
4
+ * Enables automatic capturing of promise rejection.
5
+ */
6
+ captureRejections?: boolean | undefined;
7
+ }
8
+
9
+ interface NodeEventTarget {
10
+ once(event: string | symbol, listener: (...args: any[]) => void): this;
11
+ }
12
+
13
+ interface DOMEventTarget {
14
+ addEventListener(event: string, listener: (...args: any[]) => void, opts?: { once: boolean }): any;
15
+ }
16
+
17
+ interface EventEmitter extends NodeJS.EventEmitter {}
18
+ class EventEmitter {
19
+ constructor(options?: EventEmitterOptions);
20
+
21
+ static once(emitter: NodeEventTarget, event: string | symbol): Promise<any[]>;
22
+ static once(emitter: DOMEventTarget, event: string): Promise<any[]>;
23
+ static on(emitter: NodeJS.EventEmitter, event: string): AsyncIterableIterator<any>;
24
+
25
+ /** @deprecated since v4.0.0 */
26
+ static listenerCount(emitter: NodeJS.EventEmitter, event: string | symbol): number;
27
+
28
+ /**
29
+ * This symbol shall be used to install a listener for only monitoring `'error'`
30
+ * events. Listeners installed using this symbol are called before the regular
31
+ * `'error'` listeners are called.
32
+ *
33
+ * Installing a listener using this symbol does not change the behavior once an
34
+ * `'error'` event is emitted, therefore the process will still crash if no
35
+ * regular `'error'` listener is installed.
36
+ */
37
+ static readonly errorMonitor: unique symbol;
38
+ static readonly captureRejectionSymbol: unique symbol;
39
+
40
+ /**
41
+ * Sets or gets the default captureRejection value for all emitters.
42
+ */
43
+ // TODO: These should be described using static getter/setter pairs:
44
+ static captureRejections: boolean;
45
+ static defaultMaxListeners: number;
46
+ }
47
+
48
+ import internal = require('events');
49
+ namespace EventEmitter {
50
+ // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4
51
+ export { internal as EventEmitter };
52
+ }
53
+
54
+ global {
55
+ namespace NodeJS {
56
+ interface EventEmitter {
57
+ addListener(event: string | symbol, listener: (...args: any[]) => void): this;
58
+ on(event: string | symbol, listener: (...args: any[]) => void): this;
59
+ once(event: string | symbol, listener: (...args: any[]) => void): this;
60
+ removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
61
+ off(event: string | symbol, listener: (...args: any[]) => void): this;
62
+ removeAllListeners(event?: string | symbol): this;
63
+ setMaxListeners(n: number): this;
64
+ getMaxListeners(): number;
65
+ listeners(event: string | symbol): Function[];
66
+ rawListeners(event: string | symbol): Function[];
67
+ emit(event: string | symbol, ...args: any[]): boolean;
68
+ listenerCount(event: string | symbol): number;
69
+ // Added in Node 6...
70
+ prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
71
+ prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
72
+ eventNames(): Array<string | symbol>;
73
+ }
74
+ }
75
+ }
76
+
77
+ export = EventEmitter;
78
+ }
79
+ declare module 'node:events' {
80
+ import events = require('events');
81
+ export = events;
82
+ }