@idlebox/stripe-node-types 24.0.14-patch.0 → 24.0.14

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 (111) hide show
  1. package/assert/strict.d.ts +15 -0
  2. package/assert.d.ts +15 -0
  3. package/async_hooks.d.ts +15 -0
  4. package/buffer.buffer.d.ts +15 -0
  5. package/buffer.d.ts +15 -0
  6. package/child_process.d.ts +15 -0
  7. package/cluster.d.ts +15 -0
  8. package/compatibility/iterators.d.ts +15 -0
  9. package/console.d.ts +15 -0
  10. package/constants.d.ts +15 -0
  11. package/crypto.d.ts +15 -0
  12. package/dgram.d.ts +15 -0
  13. package/diagnostics_channel.d.ts +15 -0
  14. package/dns/promises.d.ts +15 -0
  15. package/dns.d.ts +15 -0
  16. package/dom-events.d.ts +15 -0
  17. package/domain.d.ts +15 -0
  18. package/events.d.ts +15 -0
  19. package/fs/promises.d.ts +15 -0
  20. package/fs.d.ts +15 -0
  21. package/globals.d.ts +15 -0
  22. package/globals.typedarray.d.ts +15 -0
  23. package/http.d.ts +15 -0
  24. package/http2.d.ts +15 -0
  25. package/https.d.ts +15 -0
  26. package/index.d.ts +15 -0
  27. package/inspector.d.ts +15 -0
  28. package/module.d.ts +15 -0
  29. package/my-shim.d.ts +15 -0
  30. package/net.d.ts +15 -0
  31. package/os.d.ts +15 -0
  32. package/package.json +1 -1
  33. package/path.d.ts +15 -0
  34. package/perf_hooks.d.ts +15 -0
  35. package/process.d.ts +15 -0
  36. package/punycode.d.ts +15 -0
  37. package/querystring.d.ts +15 -0
  38. package/readline/promises.d.ts +15 -0
  39. package/readline.d.ts +15 -0
  40. package/repl.d.ts +15 -0
  41. package/sea.d.ts +15 -0
  42. package/sqlite.d.ts +15 -0
  43. package/stream/consumers.d.ts +15 -0
  44. package/stream/promises.d.ts +15 -0
  45. package/stream/web.d.ts +15 -0
  46. package/stream.d.ts +15 -0
  47. package/string_decoder.d.ts +15 -0
  48. package/test.d.ts +15 -0
  49. package/timers/promises.d.ts +15 -0
  50. package/timers.d.ts +15 -0
  51. package/tls.d.ts +15 -0
  52. package/trace_events.d.ts +15 -0
  53. package/ts5.1/compatibility/disposable.d.ts +15 -0
  54. package/ts5.1/index.d.ts +15 -0
  55. package/ts5.6/buffer.buffer.d.ts +15 -0
  56. package/ts5.6/compatibility/float16array.d.ts +15 -0
  57. package/ts5.6/globals.typedarray.d.ts +15 -0
  58. package/ts5.6/index.d.ts +15 -0
  59. package/ts5.7/compatibility/float16array.d.ts +15 -0
  60. package/ts5.7/index.d.ts +15 -0
  61. package/tty.d.ts +15 -0
  62. package/undici-types/agent.d.ts +20 -4
  63. package/undici-types/api.d.ts +15 -0
  64. package/undici-types/balanced-pool.d.ts +15 -0
  65. package/undici-types/cache-interceptor.d.ts +15 -0
  66. package/undici-types/cache.d.ts +15 -0
  67. package/undici-types/client-stats.d.ts +31 -0
  68. package/undici-types/client.d.ts +21 -5
  69. package/undici-types/connector.d.ts +15 -0
  70. package/undici-types/content-type.d.ts +15 -0
  71. package/undici-types/cookies.d.ts +15 -0
  72. package/undici-types/diagnostics-channel.d.ts +24 -1
  73. package/undici-types/dispatcher.d.ts +18 -8
  74. package/undici-types/env-http-proxy-agent.d.ts +17 -1
  75. package/undici-types/errors.d.ts +20 -15
  76. package/undici-types/eventsource.d.ts +24 -4
  77. package/undici-types/fetch.d.ts +16 -0
  78. package/undici-types/formdata.d.ts +15 -0
  79. package/undici-types/global-dispatcher.d.ts +15 -0
  80. package/undici-types/global-origin.d.ts +15 -0
  81. package/undici-types/h2c-client.d.ts +15 -2
  82. package/undici-types/handlers.d.ts +16 -1
  83. package/undici-types/header.d.ts +15 -0
  84. package/undici-types/index.d.ts +21 -1
  85. package/undici-types/interceptors.d.ts +20 -0
  86. package/undici-types/mock-agent.d.ts +18 -0
  87. package/undici-types/mock-call-history.d.ts +15 -0
  88. package/undici-types/mock-client.d.ts +17 -0
  89. package/undici-types/mock-errors.d.ts +15 -0
  90. package/undici-types/mock-interceptor.d.ts +17 -1
  91. package/undici-types/mock-pool.d.ts +17 -0
  92. package/undici-types/package.json +1 -1
  93. package/undici-types/patch.d.ts +15 -0
  94. package/undici-types/pool-stats.d.ts +15 -0
  95. package/undici-types/pool.d.ts +17 -0
  96. package/undici-types/proxy-agent.d.ts +16 -0
  97. package/undici-types/readable.d.ts +15 -0
  98. package/undici-types/retry-agent.d.ts +15 -0
  99. package/undici-types/retry-handler.d.ts +24 -0
  100. package/undici-types/snapshot-agent.d.ts +125 -0
  101. package/undici-types/util.d.ts +15 -0
  102. package/undici-types/utility.d.ts +15 -0
  103. package/undici-types/webidl.d.ts +126 -36
  104. package/undici-types/websocket.d.ts +18 -1
  105. package/url.d.ts +15 -0
  106. package/util.d.ts +15 -0
  107. package/v8.d.ts +15 -0
  108. package/vm.d.ts +15 -0
  109. package/wasi.d.ts +15 -0
  110. package/worker_threads.d.ts +15 -0
  111. package/zlib.d.ts +15 -0
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
 
2
17
  declare module "node:assert/strict" {
3
18
  import { strict } from 'node:assert';
package/assert.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:assert` module provides a set of assertion functions for verifying
3
18
  * invariants.
package/async_hooks.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * We strongly discourage the use of the `async_hooks` API.
3
18
  * Other APIs that can cover most of its use cases include:
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
 
2
17
  declare module "node:buffer" {
3
18
  type ImplicitArrayBuffer<T extends WithImplicitCoercion<ArrayBufferLike>> = T extends
package/buffer.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  // If lib.dom.d.ts or lib.webworker.d.ts is loaded, then use the global types.
2
17
  // Otherwise, use the types from node.
3
18
  type _Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : import('node:buffer').Blob;
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:child_process` module provides the ability to spawn subprocesses in
3
18
  * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability
package/cluster.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * Clusters of Node.js processes can be used to run multiple instances of Node.js
3
18
  * that can distribute workloads among their application threads. When process isolation
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  // Backwards-compatible iterator interfaces, augmented with iterator helper methods by lib.esnext.iterator in TypeScript 5.6.
2
17
  // The IterableIterator interface does not contain these methods, which creates assignability issues in places where IteratorObjects
3
18
  // are expected (eg. DOM-compatible APIs) if lib.esnext.iterator is loaded.
package/console.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:console` module provides a simple debugging console that is similar to
3
18
  * the JavaScript console mechanism provided by web browsers.
package/constants.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * @deprecated The `node:constants` module is deprecated. When requiring access to constants
3
18
  * relevant to specific Node.js builtin modules, developers should instead refer
package/crypto.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:crypto` module provides cryptographic functionality that includes a
3
18
  * set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify
package/dgram.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:dgram` module provides an implementation of UDP datagram sockets.
3
18
  *
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:diagnostics_channel` module provides an API to create named channels
3
18
  * to report arbitrary message data for diagnostics purposes.
package/dns/promises.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `dns.promises` API provides an alternative set of asynchronous DNS methods
3
18
  * that return `Promise` objects rather than using callbacks. The API is accessible
package/dns.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:dns` module enables name resolution. For example, use it to look up IP
3
18
  * addresses of host names.
package/dom-events.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  // Make this a module
2
17
  export {};
3
18
 
package/domain.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * **This module is pending deprecation.** Once a replacement API has been
3
18
  * finalized, this module will be fully deprecated. Most developers should
package/events.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * Much of the Node.js core API is built around an idiomatic asynchronous
3
18
  * event-driven architecture in which certain kinds of objects (called "emitters")
package/fs/promises.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `fs/promises` API provides asynchronous file system methods that return
3
18
  * promises.
package/fs.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:fs` module enables interacting with the file system in a
3
18
  * way modeled on standard POSIX functions.
package/globals.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  export {}; // Make this a module
2
17
 
3
18
  // #region Fetch and friends
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  export {}; // Make this a module
2
17
 
3
18
  declare global {
package/http.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * To use the HTTP server and client one must import the `node:http` module.
3
18
  *
package/http2.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol.
3
18
  * It can be accessed using:
package/https.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
3
18
  * separate module.
package/index.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * License for programmatically and manually incorporated
3
18
  * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc
package/inspector.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  // These definitions are automatically generated by the generate-inspector script.
2
17
  // Do not edit this file directly.
3
18
  // See scripts/generate-inspector/README.md for information on how to update the protocol definitions.
package/module.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * @since v0.3.7
3
18
  */
package/my-shim.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  declare module "assert";
2
17
  declare module "assert/strict";
3
18
  declare module "async_hooks";
package/net.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * > Stability: 2 - Stable
3
18
  *
package/os.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:os` module provides operating system-related utility methods and
3
18
  * properties. It can be accessed using:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idlebox/stripe-node-types",
3
- "version": "24.0.14-patch.0",
3
+ "version": "24.0.14",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
package/path.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * The `node:path` module provides utilities for working with file and directory
3
18
  * paths. It can be accessed using:
package/perf_hooks.d.ts CHANGED
@@ -1,3 +1,18 @@
1
+ // biome-ignore-all lint: generated file
2
+ // biome-ignore-all assist: generated file
3
+ /* eslint-disable */
4
+ // @ts-ignore
5
+
6
+ /******************************************************************************
7
+ * GENERATED FILE, DO NOT MODIFY
8
+ * 这是生成的文件,千万不要修改
9
+ *
10
+ * @build-script/codegen - The Simple Code Generater
11
+ * https://github.com/GongT/baobao
12
+ *
13
+ ******************************************************************************/
14
+
15
+
1
16
  /**
2
17
  * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for
3
18
  * Node.js-specific performance measurements.